@docsvision/webclient 6.1.6-beta.1 → 6.1.8

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 (176) hide show
  1. package/Account/Altcha.d.ts +10 -0
  2. package/Account/LoginContainer.d.ts +2 -0
  3. package/Account/LoginLogic.d.ts +18 -1
  4. package/Application.d.ts +3 -3
  5. package/BackOffice/AddressStoriesData.d.ts +21 -0
  6. package/BackOffice/AuthenticationKindsView.d.ts +1 -1
  7. package/BackOffice/BackofficeConstants.d.ts +1 -0
  8. package/BackOffice/CardKindStoriesData.d.ts +44 -0
  9. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  10. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  11. package/BackOffice/CommentsStoriesData.d.ts +8 -0
  12. package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
  13. package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
  14. package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
  15. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  16. package/BackOffice/DepartmentStoriesData.d.ts +88 -0
  17. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
  18. package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
  19. package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -4
  20. package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
  21. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  22. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  23. package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
  24. package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
  25. package/BackOffice/EmailButtonView.d.ts +2 -2
  26. package/BackOffice/EmployeeStoriesData.d.ts +16 -0
  27. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  28. package/BackOffice/FileListControlStoriesData.d.ts +162 -0
  29. package/BackOffice/GetSearchItemsType.d.ts +2 -0
  30. package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
  31. package/BackOffice/HistoryStoriesData.d.ts +45 -0
  32. package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
  33. package/BackOffice/LinksStoriesData.d.ts +60 -0
  34. package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
  35. package/BackOffice/NumeratorStoriesData.d.ts +24 -0
  36. package/BackOffice/PartnerBase.d.ts +2 -2
  37. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  38. package/BackOffice/Powers.d.ts +1 -1
  39. package/BackOffice/PowersImpl.d.ts +1 -1
  40. package/BackOffice/PrintButtonView.d.ts +1 -1
  41. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  42. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  43. package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
  44. package/BackOffice/TasksStoriesData.d.ts +36 -0
  45. package/BackOffice/TasksTableView.d.ts +3 -3
  46. package/BackOffice/ToSearchArea.d.ts +3 -0
  47. package/Generated/DocsVision.WebClient.Controllers.d.ts +77 -15
  48. package/Generated/DocsVision.WebClient.Models.d.ts +2591 -95
  49. package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
  50. package/Helpers/InputMask/InputMaskView.d.ts +1 -1
  51. package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
  52. package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
  53. package/Legacy/ILegacyRouter.d.ts +1 -0
  54. package/Legacy/StandardControllers.d.ts +2 -2
  55. package/Legacy/Utils.d.ts +2 -0
  56. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
  57. package/Platform/ApprovalVisualizationView.d.ts +1 -1
  58. package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
  59. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  60. package/Platform/CardLink.d.ts +7 -7
  61. package/Platform/CertificateSettingsView.d.ts +1 -1
  62. package/Platform/CheckFileAllowed.d.ts +2 -0
  63. package/Platform/CheckFilesAllowed.d.ts +1 -0
  64. package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
  65. package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
  66. package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
  67. package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
  68. package/Platform/FavoritesRouteHandler.d.ts +3 -3
  69. package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
  70. package/Platform/FolderGridService.d.ts +4 -4
  71. package/Platform/FolderNameImpl.d.ts +0 -1
  72. package/Platform/FolderRouteHelpers.d.ts +1 -4
  73. package/Platform/FolderViewItemsImpl.d.ts +26 -28
  74. package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
  75. package/Platform/ListCheckbox.d.ts +1 -1
  76. package/Platform/ListInput.d.ts +1 -1
  77. package/Platform/LoaderDialog.d.ts +1 -1
  78. package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
  79. package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
  80. package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
  81. package/Platform/RecentCardsRouteHandler.d.ts +4 -4
  82. package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
  83. package/Platform/SearchTextInput.d.ts +1 -1
  84. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  85. package/Platform/TextBoxInputField.d.ts +1 -1
  86. package/Platform/TextBoxInputMaskView.d.ts +1 -1
  87. package/Platform/TextListInputView.d.ts +3 -3
  88. package/Platform/UserProfileDialog.d.ts +1 -1
  89. package/Platform/WebFrameSearchPanel.d.ts +15 -15
  90. package/StandardServices.d.ts +1 -2
  91. package/System/DirectoryBaseImpl.d.ts +1 -0
  92. package/System/DirectorySelectDialog.d.ts +2 -2
  93. package/System/DownloadsTab.d.ts +578 -0
  94. package/System/FileControllerStub.d.ts +14 -0
  95. package/System/FilePreviewStub.d.ts +4 -0
  96. package/System/GroupMenuChildrenModelStub.d.ts +64 -0
  97. package/System/LinkMainMenuModelStub.d.ts +22 -0
  98. package/System/PagesControllerStub.d.ts +9 -0
  99. package/System/ProfileTab.d.ts +1349 -0
  100. package/System/RealtimeCommunicationService.d.ts +17 -2
  101. package/System/ResourcesStub.d.ts +8 -0
  102. package/System/Router.d.ts +2 -1
  103. package/System/SearchingResultsStub.d.ts +48 -0
  104. package/System/SettingsTab.d.ts +716 -0
  105. package/System/StatusTab.d.ts +1135 -0
  106. package/System/StorybookStory.d.ts +8 -4
  107. package/System/TableStub.d.ts +617 -0
  108. package/package.json +1 -1
  109. package/Account/Login.stories.d.ts +0 -12
  110. package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
  111. package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
  112. package/BackOffice/DirectoryTree.stories.d.ts +0 -9
  113. package/BackOffice/DirectoryValues.stories.d.ts +0 -8
  114. package/BackOffice/EmailButton.stories.d.ts +0 -10
  115. package/BackOffice/FileListControl.stories.d.ts +0 -10
  116. package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
  117. package/BackOffice/Numerator.stories.d.ts +0 -8
  118. package/BackOffice/Powers.stories.d.ts +0 -20
  119. package/BackOffice/PowersDirectory.stories.d.ts +0 -20
  120. package/BackOffice/SignatureButton.stories.d.ts +0 -10
  121. package/BackOffice/SignatureDialog.stories.d.ts +0 -25
  122. package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
  123. package/BackOffice/StaffDirectory.stories.d.ts +0 -24
  124. package/BackOffice/TasksTable.stories.d.ts +0 -21
  125. package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
  126. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
  127. package/Helpers/Button.stories.d.ts +0 -8
  128. package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
  129. package/Helpers/EmployeeName.stories.d.ts +0 -8
  130. package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
  131. package/Helpers/SearchBar.stories.d.ts +0 -8
  132. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
  133. package/Legacy/$FolderViews.d.ts +0 -8
  134. package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
  135. package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
  136. package/Legacy/FilterSidePanel.d.ts +0 -4
  137. package/Legacy/FolderViewHandler.d.ts +0 -9
  138. package/Legacy/FolderViews.d.ts +0 -26
  139. package/Legacy/FormFactor.d.ts +0 -5
  140. package/Legacy/Grid.d.ts +0 -50
  141. package/Legacy/GridModeService.d.ts +0 -10
  142. package/Legacy/GridRowSelectionService.d.ts +0 -12
  143. package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
  144. package/Legacy/IGridHtmlBuilder.d.ts +0 -25
  145. package/Legacy/ISortingColumn.d.ts +0 -5
  146. package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
  147. package/Platform/Aggregates.stories.d.ts +0 -8
  148. package/Platform/Diagram.stories.d.ts +0 -11
  149. package/Platform/Dropdown.stories.d.ts +0 -12
  150. package/Platform/FilePicker.stories.d.ts +0 -11
  151. package/Platform/FolderCountersRouteHandler.d.ts +0 -29
  152. package/Platform/FolderGrid.stories.d.ts +0 -17
  153. package/Platform/FolderTypeItems.stories.d.ts +0 -9
  154. package/Platform/FolderViewItems.stories.d.ts +0 -9
  155. package/Platform/GridManagement.d.ts +0 -8
  156. package/Platform/OpenedDialogFixture.d.ts +0 -2
  157. package/Platform/QueryCondition.stories.d.ts +0 -5
  158. package/Platform/Quotes.stories.d.ts +0 -8
  159. package/Platform/ScanDialogService.stories.d.ts +0 -22
  160. package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
  161. package/Platform/SettingsPopup.stories.d.ts +0 -1
  162. package/Platform/Tab.stories.d.ts +0 -9
  163. package/Platform/TextBox.stories.d.ts +0 -18
  164. package/Platform/Toolbar.stories.d.ts +0 -12
  165. package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
  166. package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
  167. package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
  168. package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
  169. package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
  170. package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
  171. package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
  172. package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
  173. package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
  174. package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
  175. package/System/LocationContainerControl.stories.d.ts +0 -18
  176. package/System/LocationContainerControlRealoadLayoutApi.stories.d.ts +0 -20
@@ -64,17 +64,57 @@ export declare namespace GenModels {
64
64
  }
65
65
  export declare namespace GenModels {
66
66
  interface EmployeeDataModel extends GenModels.IDirectoryItemData {
67
+ /**
68
+ * Unique identificator of employee
69
+ *
70
+ * @format datatype.uuid
71
+ */
67
72
  id: string;
73
+ /**
74
+ * Define if user is current
75
+ */
68
76
  isCurrent: boolean;
77
+ /**
78
+ * Employee display name
79
+ */
69
80
  displayName: string;
81
+ /**
82
+ * Employee first name
83
+ */
70
84
  firstName: string;
85
+ /**
86
+ * Employee last name
87
+ */
71
88
  lastName: string;
89
+ /**
90
+ * Employee middle name
91
+ */
72
92
  middleName: string;
93
+ /**
94
+ * Employee position
95
+ */
73
96
  position: string;
97
+ /**
98
+ * Section and field name
99
+ */
74
100
  fieldPath: string;
101
+ /**
102
+ * Section and field name
103
+ *
104
+ * @format datatype.uuid
105
+ */
75
106
  unitId: string;
107
+ /**
108
+ * Path in directory
109
+ */
76
110
  pathInDirectory: Array<GenModels.DepartmentExtendedModel>;
111
+ /**
112
+ * Type of the data
113
+ */
77
114
  dataType: GenModels.DirectoryDataType;
115
+ /**
116
+ * Employee status
117
+ */
78
118
  status: GenModels.StaffEmployeeStatus;
79
119
  }
80
120
  }
@@ -278,24 +318,61 @@ export declare namespace GenModels {
278
318
  }
279
319
  export declare namespace GenModels {
280
320
  interface StageNode {
321
+ /**
322
+ * Gets or sets stage identifier
323
+ *
324
+ * @format datatype.uuid
325
+ */
281
326
  id: string;
327
+ /**
328
+ * Gets or sets stage name
329
+ */
282
330
  name: string;
331
+ /**
332
+ * Gets or sets value indicating whether stage is first
333
+ */
283
334
  first: boolean;
335
+ /**
336
+ * Gets or sets stage task sending mode
337
+ */
284
338
  taskSendingMode: GenModels.StageTaskSendingMode;
339
+ /**
340
+ * Gets or sets stage repeat mode
341
+ */
285
342
  repeatMode: GenModels.StageRepeatMode;
343
+ /**
344
+ * Gets or sets stage start condition type
345
+ */
286
346
  startConditionType: GenModels.ConditionType;
287
347
  }
288
348
  }
289
349
  export declare namespace GenModels {
290
350
  interface Arrow {
351
+ /**
352
+ * Gets or sets decision semantics
353
+ */
291
354
  decisionSemantics: GenModels.DecisionSemantics;
355
+ /**
356
+ * Gets or sets source node
357
+ */
292
358
  sourceNode: GenModels.NodeReference;
359
+ /**
360
+ * Gets or sets target node
361
+ */
293
362
  targetNode: GenModels.NodeReference;
294
363
  }
295
364
  }
296
365
  export declare namespace GenModels {
297
366
  interface NodeReference {
367
+ /**
368
+ * Gets or sets node identifier
369
+ *
370
+ * @format datatype.uuid
371
+ */
298
372
  id: string;
373
+ /**
374
+ * Gets or sets node type
375
+ */
299
376
  nodeType: GenModels.NodeType;
300
377
  }
301
378
  }
@@ -779,6 +856,12 @@ export declare namespace GenModels {
779
856
  * Location name, representing folder content. Default value is "DV.Folder".
780
857
  */
781
858
  locationName: string;
859
+ /**
860
+ * Gets or sets current (view) cursor ID
861
+ *
862
+ * @format datatype.uuid
863
+ */
864
+ cursorId: string;
782
865
  /**
783
866
  * Gets or sets base cursor ID
784
867
  *
@@ -967,7 +1050,13 @@ export declare namespace GenModels {
967
1050
  }
968
1051
  export declare namespace GenModels {
969
1052
  interface LayoutCardsPresentationExtensionArgs {
1053
+ /**
1054
+ * User device type
1055
+ */
970
1056
  deviceType: GenModels.DeviceType;
1057
+ /**
1058
+ * Parent layouts
1059
+ */
971
1060
  parentLayoutIds: Array<string>;
972
1061
  }
973
1062
  }
@@ -1007,7 +1096,13 @@ export declare namespace GenModels {
1007
1096
  }
1008
1097
  export declare namespace GenModels {
1009
1098
  interface CommentsRequestModel {
1099
+ /**
1100
+ * Gets or sets comments data source
1101
+ */
1010
1102
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1103
+ /**
1104
+ * Gets or sets max count
1105
+ */
1011
1106
  maxCount: number;
1012
1107
  }
1013
1108
  }
@@ -1117,32 +1212,93 @@ export declare namespace GenModels {
1117
1212
  }
1118
1213
  export declare namespace GenModels {
1119
1214
  interface AddCommentRequestModel {
1215
+ /**
1216
+ * Gets or sets comments data source
1217
+ */
1120
1218
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1219
+ /**
1220
+ * Gets or sets card identifier
1221
+ *
1222
+ * @format datatype.uuid
1223
+ */
1121
1224
  cardId: string;
1225
+ /**
1226
+ * Gets or sets text
1227
+ */
1122
1228
  text: string;
1123
1229
  }
1124
1230
  }
1125
1231
  export declare namespace GenModels {
1126
1232
  interface RestoreCommentModel {
1233
+ /**
1234
+ * Gets or sets comments data source
1235
+ */
1127
1236
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1237
+ /**
1238
+ * Gets or sets card identifier
1239
+ *
1240
+ * @format datatype.uuid
1241
+ */
1128
1242
  cardId: string;
1243
+ /**
1244
+ * Gets or sets text
1245
+ */
1129
1246
  text: string;
1247
+ /**
1248
+ * Gets or sets employee id
1249
+ *
1250
+ * @format datatype.uuid
1251
+ */
1130
1252
  employeeId: string;
1253
+ /**
1254
+ * gets or sets date
1255
+ *
1256
+ * @format datatype.datetime
1257
+ */
1131
1258
  date?: string;
1132
1259
  }
1133
1260
  }
1134
1261
  export declare namespace GenModels {
1135
1262
  interface UpdateCommentRequestModel {
1263
+ /**
1264
+ * Gets or sets comments data source
1265
+ */
1136
1266
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1267
+ /**
1268
+ * Gets or sets card identifier
1269
+ *
1270
+ * @format datatype.uuid
1271
+ */
1137
1272
  cardId: string;
1273
+ /**
1274
+ * Gets or sets comment identifier
1275
+ *
1276
+ * @format datatype.uuid
1277
+ */
1138
1278
  commentId: string;
1279
+ /**
1280
+ * Gets or sets text
1281
+ */
1139
1282
  text: string;
1140
1283
  }
1141
1284
  }
1142
1285
  export declare namespace GenModels {
1143
1286
  interface DeleteCommentRequestModel {
1287
+ /**
1288
+ * Gets or sets comments data source
1289
+ */
1144
1290
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1291
+ /**
1292
+ * Gets or sets card identifier
1293
+ *
1294
+ * @format datatype.uuid
1295
+ */
1145
1296
  cardId: string;
1297
+ /**
1298
+ * Gets or sets comment identifier
1299
+ *
1300
+ * @format datatype.uuid
1301
+ */
1146
1302
  commentId: string;
1147
1303
  }
1148
1304
  }
@@ -1205,6 +1361,10 @@ export declare namespace GenModels {
1205
1361
  * @format datatype.uuid
1206
1362
  */
1207
1363
  parentId: string;
1364
+ /**
1365
+ * Row type
1366
+ */
1367
+ type: GenModels.DirectoryDesignerTreeNodeType;
1208
1368
  }
1209
1369
  }
1210
1370
  export declare namespace GenModels {
@@ -1229,6 +1389,10 @@ export declare namespace GenModels {
1229
1389
  * @format datatype.uuid
1230
1390
  */
1231
1391
  parentId: string;
1392
+ /**
1393
+ * Node type
1394
+ */
1395
+ type: GenModels.DirectoryDesignerTreeNodeType;
1232
1396
  }
1233
1397
  }
1234
1398
  export declare namespace GenModels {
@@ -1237,6 +1401,10 @@ export declare namespace GenModels {
1237
1401
  * Search Area
1238
1402
  */
1239
1403
  searchArea: GenModels.DirectoryDesignerSearchArea;
1404
+ /**
1405
+ * Search items type
1406
+ */
1407
+ searchItemsType: GenModels.DirectoryDesignerSearchItemsType;
1240
1408
  /**
1241
1409
  * Search Text
1242
1410
  */
@@ -1472,10 +1640,6 @@ export declare namespace GenModels {
1472
1640
  * Device type
1473
1641
  */
1474
1642
  deviceType: GenModels.DeviceType;
1475
- /**
1476
- * Need use old grid.
1477
- */
1478
- useOldGrid?: boolean;
1479
1643
  }
1480
1644
  }
1481
1645
  export declare namespace GenModels {
@@ -1554,82 +1718,259 @@ export declare namespace GenModels {
1554
1718
  }
1555
1719
  export declare namespace GenModels {
1556
1720
  interface GridViewModel {
1721
+ /**
1722
+ * Gets or sets instanceId
1723
+ *
1724
+ * @format datatype.uuid
1725
+ */
1557
1726
  instanceId: string;
1727
+ /**
1728
+ * Gets or sets current view cursor id
1729
+ *
1730
+ * @format datatype.uuid
1731
+ */
1558
1732
  cursorId: string;
1733
+ /**
1734
+ * Gets or sets size
1735
+ */
1559
1736
  pageSize: number;
1737
+ /**
1738
+ * Gets or sets model size
1739
+ */
1560
1740
  modelSize: number;
1741
+ /**
1742
+ * Gets or sets whether is final model size
1743
+ */
1561
1744
  isAllPagesLoaded: boolean;
1745
+ /**
1746
+ * Gets or sets IsUnknownModelSize
1747
+ */
1562
1748
  isUnknownModelSize: boolean;
1749
+ /**
1750
+ * Gets or sets whether filter allowed
1751
+ */
1563
1752
  isFilterAllowed: boolean;
1753
+ /**
1754
+ * Gets or sets paging mode
1755
+ */
1564
1756
  isPagingMode: boolean;
1757
+ /**
1758
+ * Gets or sets whether last page
1759
+ */
1565
1760
  isLastPage: boolean;
1761
+ /**
1762
+ * Gets or sets whether to highlight unread cards
1763
+ */
1566
1764
  markUnread: boolean;
1765
+ /**
1766
+ * Gets or sets CheckCardAccess
1767
+ */
1567
1768
  checkCardAccess: boolean;
1769
+ /**
1770
+ * Gets or sets whether to allow resize rows
1771
+ */
1568
1772
  allowRowResize: boolean;
1773
+ /**
1774
+ * Gets sorting key
1775
+ */
1569
1776
  sortingKey: string;
1777
+ /**
1778
+ * Gets columns
1779
+ */
1570
1780
  columns: Array<GenModels.GridColumn>;
1781
+ /**
1782
+ * Gets values
1783
+ */
1571
1784
  rows: Array<GenModels.GridRow>;
1785
+ /**
1786
+ * Gets or sets folder view request used to acquire ViewContext-specific grid settings
1787
+ */
1572
1788
  request: GenModels.QueryViewRequest;
1789
+ /**
1790
+ * Current session id.
1791
+ *
1792
+ * @format datatype.uuid
1793
+ */
1573
1794
  fullTextSearchSessionId: string;
1795
+ /**
1796
+ * Gets or sets grid user settings data
1797
+ */
1574
1798
  gridUserSettings: GenModels.GridUserSettingsData;
1799
+ /**
1800
+ * Gets or sets whether grouping allowed
1801
+ */
1575
1802
  isGroupingAllowed: boolean;
1803
+ /**
1804
+ * Gets or sets whether show grouping columns
1805
+ */
1576
1806
  showGroupingColumns: boolean;
1807
+ /**
1808
+ * Gets or sets base cursor row count
1809
+ */
1577
1810
  baseCursorRowCount: number;
1811
+ /**
1812
+ * Gets or sets whether it has default grouping
1813
+ */
1578
1814
  hasDefaultGrouping: boolean;
1815
+ /**
1816
+ * Gets or sets key column name
1817
+ */
1579
1818
  keyColumnName: string;
1819
+ /**
1820
+ * Get sorting column settings
1821
+ */
1580
1822
  sortingColumns: Array<GenModels.GridSorting>;
1823
+ /**
1824
+ * Get grouping column names
1825
+ */
1581
1826
  groupingColumnNames: Array<GenModels.GridGrouping>;
1582
1827
  }
1583
1828
  }
1584
1829
  export declare namespace GenModels {
1585
1830
  interface GridColumn {
1831
+ /**
1832
+ * Gets or sets display name
1833
+ */
1586
1834
  displayName: string;
1835
+ /**
1836
+ * Gets or sets sorting
1837
+ */
1587
1838
  sorting: boolean;
1839
+ /**
1840
+ * Gets or sets css class name
1841
+ */
1588
1842
  cssClassName: string;
1843
+ /**
1844
+ * Gets or sets column type
1845
+ */
1589
1846
  type: GenModels.ColumnType;
1847
+ /**
1848
+ * Gets or sets column sort direction
1849
+ */
1590
1850
  sortDirection?: GenModels.SortDirection;
1851
+ /**
1852
+ * Date format
1853
+ */
1591
1854
  dateFormat: string;
1855
+ /**
1856
+ * Gets or set whether column is marked as sort direction
1857
+ */
1592
1858
  isDefaultSort: boolean;
1859
+ /**
1860
+ * Get view column name
1861
+ */
1593
1862
  name: string;
1863
+ /**
1864
+ * Get value indicated whether view column is system column
1865
+ */
1594
1866
  isSystemColumn: boolean;
1867
+ /**
1868
+ * Get value indicated whether view column is hidden in view settings
1869
+ */
1595
1870
  isHiddenColumn: boolean;
1871
+ /**
1872
+ * Get value indicated whether view column content needed show as HTML (without escaping)
1873
+ */
1596
1874
  displayAsHTML: boolean;
1875
+ /**
1876
+ * Gets or sets value indicated whether column is unresizable
1877
+ */
1597
1878
  unresizable: boolean;
1879
+ /**
1880
+ * Gets or sets column width
1881
+ */
1598
1882
  width: string;
1883
+ /**
1884
+ * Gets or sets column order
1885
+ */
1599
1886
  order: number;
1887
+ /**
1888
+ * Is Filtration Enabled?
1889
+ */
1600
1890
  isFilteringAllowed: boolean;
1891
+ /**
1892
+ * Gets or sets whether grouping allowed
1893
+ */
1601
1894
  isGroupingAllowed: boolean;
1895
+ /**
1896
+ * Eval row function
1897
+ */
1602
1898
  evalRow: any;
1899
+ /**
1900
+ * Eval get grid field data
1901
+ */
1603
1902
  getGridFieldData: any;
1604
1903
  }
1605
1904
  }
1606
1905
  export declare namespace GenModels {
1607
1906
  interface GridRow {
1907
+ /**
1908
+ * Get ot sets params
1909
+ */
1608
1910
  params: Array<GenModels.GridRowParam>;
1911
+ /**
1912
+ * Gets or sets back color for row
1913
+ */
1609
1914
  backColor: string;
1915
+ /**
1916
+ * Gets or sets back color for row
1917
+ */
1610
1918
  foreColor: string;
1919
+ /**
1920
+ * Gets or sets row was read
1921
+ */
1611
1922
  wasRead: boolean;
1923
+ /**
1924
+ * Gets or sets row is archived
1925
+ */
1612
1926
  isArchived: boolean;
1613
1927
  }
1614
1928
  }
1615
1929
  export declare namespace GenModels {
1616
1930
  interface GridRowParam {
1931
+ /**
1932
+ * Gets or sets column name
1933
+ */
1617
1934
  columnName: string;
1618
- value: any;
1935
+ /**
1936
+ * Gets or sets value
1937
+ */
1938
+ value: any;
1939
+ /**
1940
+ * Gets or sets typed value
1941
+ */
1619
1942
  rawValue: any;
1620
1943
  }
1621
1944
  }
1622
1945
  export declare namespace GenModels {
1623
1946
  interface GridSorting {
1947
+ /**
1948
+ * sorting column name
1949
+ */
1624
1950
  columnName: string;
1951
+ /**
1952
+ * column sorting order
1953
+ */
1625
1954
  order: number;
1955
+ /**
1956
+ * Sorting direction
1957
+ */
1626
1958
  ascending: boolean;
1627
1959
  }
1628
1960
  }
1629
1961
  export declare namespace GenModels {
1630
1962
  interface GridGrouping {
1963
+ /**
1964
+ * sorting column name
1965
+ */
1631
1966
  columnName: string;
1967
+ /**
1968
+ * Sorting direction
1969
+ */
1632
1970
  ascending: boolean;
1971
+ /**
1972
+ * Show expanded
1973
+ */
1633
1974
  showExpanded: boolean;
1634
1975
  }
1635
1976
  }
@@ -1787,6 +2128,9 @@ export declare namespace GenModels {
1787
2128
  }
1788
2129
  export declare namespace GenModels {
1789
2130
  interface LayoutViewModel extends GenModels.ILayoutViewModel {
2131
+ /**
2132
+ * Gets or sets a layout model
2133
+ */
1790
2134
  layoutModel: GenModels.LayoutModel;
1791
2135
  }
1792
2136
  }
@@ -1880,6 +2224,9 @@ export declare namespace GenModels {
1880
2224
  }
1881
2225
  export declare namespace GenModels {
1882
2226
  interface GridViewModelEx extends GenModels.GridViewModel {
2227
+ /**
2228
+ * Gets or sets search parameters layout
2229
+ */
1883
2230
  searchParametersLayout?: GenModels.ILayoutViewModel;
1884
2231
  }
1885
2232
  }
@@ -2187,7 +2534,13 @@ export declare namespace GenModels {
2187
2534
  }
2188
2535
  export declare namespace GenModels {
2189
2536
  interface ParamModel {
2537
+ /**
2538
+ * key
2539
+ */
2190
2540
  key: string;
2541
+ /**
2542
+ * value
2543
+ */
2191
2544
  value: string;
2192
2545
  }
2193
2546
  }
@@ -2308,14 +2661,49 @@ export declare namespace GenModels {
2308
2661
  }
2309
2662
  export declare namespace GenModels {
2310
2663
  interface HistorySearchQuery {
2664
+ /**
2665
+ * Card id
2666
+ *
2667
+ * @format datatype.uuid
2668
+ */
2311
2669
  cardId: string;
2670
+ /**
2671
+ * Employee name
2672
+ */
2312
2673
  employeeName: string;
2674
+ /**
2675
+ * Date
2676
+ *
2677
+ * @format datatype.datetime
2678
+ */
2313
2679
  date?: string;
2680
+ /**
2681
+ * Event name
2682
+ */
2314
2683
  eventSearch: string;
2684
+ /**
2685
+ * List of operations ids to hide
2686
+ */
2315
2687
  operationsToHide: Array<string>;
2688
+ /**
2689
+ * Cache id
2690
+ *
2691
+ * @format datatype.uuid
2692
+ */
2316
2693
  cacheId: string;
2694
+ /**
2695
+ * Count of items to skip (paginator logic)
2696
+ */
2317
2697
  skip?: number;
2698
+ /**
2699
+ * Max items count in the result (paginator logic)
2700
+ */
2318
2701
  maxCount?: number;
2702
+ /**
2703
+ * Edit operation id
2704
+ *
2705
+ * @format datatype.uuid
2706
+ */
2319
2707
  editOperation: string;
2320
2708
  }
2321
2709
  }
@@ -2379,54 +2767,128 @@ export declare namespace GenModels {
2379
2767
  }
2380
2768
  export declare namespace GenModels {
2381
2769
  interface PartnerQuickSearchQuery {
2770
+ /**
2771
+ * Search mode
2772
+ */
2382
2773
  searchMode: GenModels.PartnerSearchMode;
2383
2774
  searchText: string;
2775
+ /**
2776
+ * @format datatype.uuid
2777
+ */
2384
2778
  departmentId?: string;
2779
+ /**
2780
+ * Partners count to skip from begin (pagination). Real skip = Skip - SkipDepartments;
2781
+ */
2385
2782
  skip?: number;
2783
+ /**
2784
+ * Departments count to skip from begin (pagination). Real skip = Skip - SkipDepartments;
2785
+ */
2386
2786
  skipDepartments?: number;
2787
+ /**
2788
+ * Max partners in pagination result
2789
+ */
2387
2790
  maxCount?: number;
2388
2791
  }
2389
2792
  }
2390
2793
  export declare namespace GenModels {
2391
2794
  interface PartnerQuickSearchResponse {
2795
+ /**
2796
+ * List of {@link GenModels}
2797
+ */
2392
2798
  items: Array<GenModels.PartnerDirectoryItem>;
2799
+ /**
2800
+ * Has more items
2801
+ */
2393
2802
  hasMore: boolean;
2394
2803
  }
2395
2804
  }
2396
2805
  export declare namespace GenModels {
2397
2806
  interface PartnerDirectoryItem {
2807
+ /**
2808
+ * Partner item type
2809
+ */
2398
2810
  itemType: GenModels.PartnerItemType;
2811
+ /**
2812
+ * Item data
2813
+ */
2399
2814
  data: any;
2815
+ /**
2816
+ * Has item any children
2817
+ */
2400
2818
  hasChildren: boolean;
2401
2819
  }
2402
2820
  }
2403
2821
  export declare namespace GenModels {
2404
2822
  interface PartnerLoadQuery {
2823
+ /**
2824
+ * Search mode
2825
+ */
2405
2826
  searchMode: GenModels.PartnerSearchMode;
2827
+ /**
2828
+ * Department id
2829
+ *
2830
+ * @format datatype.uuid
2831
+ */
2406
2832
  departmentId?: string;
2833
+ /**
2834
+ * Skip (pagination)
2835
+ */
2407
2836
  skip?: number;
2837
+ /**
2838
+ * Skip departments (pagination)
2839
+ */
2408
2840
  skipDepartments?: number;
2841
+ /**
2842
+ * Max count (pagination)
2843
+ */
2409
2844
  maxCount?: number;
2845
+ /**
2846
+ * Random value for refresh cache
2847
+ */
2410
2848
  refreshToken?: number;
2411
2849
  }
2412
2850
  }
2413
2851
  export declare namespace GenModels {
2414
2852
  interface PartnerTreeLoadResponse {
2853
+ /**
2854
+ * List of partner directory items
2855
+ */
2415
2856
  items: Array<GenModels.PartnerDirectoryItem>;
2857
+ /**
2858
+ * Total partners count
2859
+ */
2416
2860
  totalItemsCount: number;
2861
+ /**
2862
+ * Directory timestamp
2863
+ */
2417
2864
  directoryTimestamp: number;
2418
2865
  }
2419
2866
  }
2420
2867
  export declare namespace GenModels {
2421
2868
  interface PartnerSearchResponse {
2869
+ /**
2870
+ * List of {@link GenModels}
2871
+ */
2422
2872
  items: Array<GenModels.PartnerDirectorySearchItem>;
2873
+ /**
2874
+ * Has more items
2875
+ */
2423
2876
  hasMore: boolean;
2877
+ /**
2878
+ * Directory timestamp
2879
+ */
2424
2880
  directoryTimestamp: number;
2425
2881
  }
2426
2882
  }
2427
2883
  export declare namespace GenModels {
2428
2884
  interface PartnerDirectorySearchItem extends GenModels.PartnerDirectoryItem {
2885
+ /**
2886
+ * Search info
2887
+ */
2429
2888
  searchInfo: GenModels.PartnerSearchInfo;
2889
+ /**
2890
+ * Search path in departments
2891
+ */
2430
2892
  path: Array<GenModels.DepartmentModel>;
2431
2893
  }
2432
2894
  }
@@ -2436,12 +2898,21 @@ export declare namespace GenModels {
2436
2898
  }
2437
2899
  export declare namespace GenModels {
2438
2900
  interface MainMenuSettings {
2901
+ /**
2902
+ * List of main menu settings
2903
+ */
2439
2904
  items: Array<GenModels.MainMenuItemSetting>;
2440
2905
  }
2441
2906
  }
2442
2907
  export declare namespace GenModels {
2443
2908
  interface MainMenuItemSetting {
2909
+ /**
2910
+ * Main menu item unique identifier
2911
+ */
2444
2912
  id: string;
2913
+ /**
2914
+ * Is item hidden by user
2915
+ */
2445
2916
  hidden: boolean;
2446
2917
  }
2447
2918
  }
@@ -2591,15 +3062,6 @@ export declare namespace GenModels {
2591
3062
  authorId: string;
2592
3063
  }
2593
3064
  }
2594
- export declare namespace GenModels {
2595
- interface RecentCardsRequest {
2596
- requestModel: GenModels.CardListRequestModel;
2597
- /**
2598
- * Need use old grid.
2599
- */
2600
- useOldGrid?: boolean;
2601
- }
2602
- }
2603
3065
  export declare namespace GenModels {
2604
3066
  interface CollectionRequestModel {
2605
3067
  /**
@@ -2803,38 +3265,91 @@ export declare namespace GenModels {
2803
3265
  }
2804
3266
  export declare namespace GenModels {
2805
3267
  interface DataGridControlParams {
3268
+ /**
3269
+ * Plugin name
3270
+ */
2806
3271
  pluginName: string;
3272
+ /**
3273
+ * Parameters
3274
+ */
2807
3275
  parameters: Array<GenModels.ParamModel>;
3276
+ /**
3277
+ * Source id
3278
+ *
3279
+ * @format datatype.uuid
3280
+ */
2808
3281
  sourceId?: string;
2809
3282
  }
2810
3283
  }
2811
3284
  export declare namespace GenModels {
2812
3285
  interface TableModel {
3286
+ /**
3287
+ * Table id
3288
+ */
2813
3289
  id: string;
3290
+ /**
3291
+ * Source id in the system
3292
+ */
2814
3293
  sourceId: string;
3294
+ /**
3295
+ * Column models
3296
+ */
2815
3297
  columns: Array<GenModels.ColumnModel>;
3298
+ /**
3299
+ * Row models
3300
+ */
2816
3301
  rows: Array<GenModels.RowModel>;
2817
3302
  }
2818
3303
  }
2819
3304
  export declare namespace GenModels {
2820
3305
  interface ColumnModel {
3306
+ /**
3307
+ * Column id
3308
+ */
2821
3309
  id: string;
3310
+ /**
3311
+ * Column name
3312
+ */
2822
3313
  name: string;
3314
+ /**
3315
+ * Visability flag
3316
+ */
2823
3317
  hidden?: boolean;
3318
+ /**
3319
+ * Column order
3320
+ */
2824
3321
  order?: number;
3322
+ /**
3323
+ * Column type
3324
+ */
2825
3325
  type?: GenModels.ColumnType;
2826
3326
  }
2827
3327
  }
2828
3328
  export declare namespace GenModels {
2829
3329
  interface RowModel {
3330
+ /**
3331
+ * Row id
3332
+ */
2830
3333
  id: string;
3334
+ /**
3335
+ * Entity id in the system
3336
+ */
2831
3337
  entityId: string;
3338
+ /**
3339
+ * Cells data
3340
+ */
2832
3341
  cells: Array<GenModels.CellModel>;
2833
3342
  }
2834
3343
  }
2835
3344
  export declare namespace GenModels {
2836
3345
  interface CellModel {
3346
+ /**
3347
+ * Column id
3348
+ */
2837
3349
  columnId: string;
3350
+ /**
3351
+ * Value
3352
+ */
2838
3353
  value: any;
2839
3354
  }
2840
3355
  }
@@ -2874,30 +3389,97 @@ export declare namespace GenModels {
2874
3389
  }
2875
3390
  export declare namespace GenModels {
2876
3391
  interface FileListDataModelBase {
3392
+ /**
3393
+ * New timestamp of the card
3394
+ */
2877
3395
  timestamp: number;
3396
+ /**
3397
+ * Updated list of the files in the card
3398
+ */
2878
3399
  files: Array<GenModels.LayoutFileModel>;
3400
+ /**
3401
+ * Gets whether document has any signature
3402
+ */
2879
3403
  hasAnySignature: boolean;
3404
+ /**
3405
+ * Total count of files
3406
+ */
2880
3407
  totalCount: number;
2881
3408
  }
2882
3409
  }
2883
3410
  export declare namespace GenModels {
2884
3411
  interface LayoutFileModel {
3412
+ /**
3413
+ * File name with extension
3414
+ */
2885
3415
  name: string;
3416
+ /**
3417
+ * File card ID
3418
+ *
3419
+ * @format datatype.uuid
3420
+ */
2886
3421
  fileCardId: string;
3422
+ /**
3423
+ * File ID
3424
+ *
3425
+ * @format datatype.uuid
3426
+ */
2887
3427
  fileId: string;
3428
+ /**
3429
+ * Is file locked
3430
+ */
2888
3431
  isLocked: boolean;
3432
+ /**
3433
+ * Is file preview supported
3434
+ */
2889
3435
  isFilePreviewSupported: boolean;
3436
+ /**
3437
+ * allowed generate electronic signature visualization
3438
+ */
2890
3439
  isESExportAllowed: boolean;
3440
+ /**
3441
+ * file extension
3442
+ */
2891
3443
  fileExtension: string;
3444
+ /**
3445
+ * Previous versions of the file
3446
+ */
2892
3447
  childVersions: Array<GenModels.VersionedFileModel>;
3448
+ /**
3449
+ * Current version of the file
3450
+ */
2893
3451
  currentVersion: GenModels.VersionedFileModel;
3452
+ /**
3453
+ * Has file digital signature or not
3454
+ */
2894
3455
  hasFileSignature: boolean;
3456
+ /**
3457
+ * Has file digital signature with certificate or not
3458
+ */
2895
3459
  hasFileCertificatedSignature: boolean;
3460
+ /**
3461
+ * Is file main or additional
3462
+ */
2896
3463
  isMain: boolean;
3464
+ /**
3465
+ * Gets or sets a flag that determines whether current file can be edited.
3466
+ */
2897
3467
  allowEdit: boolean;
3468
+ /**
3469
+ * Link for open file via WebDav
3470
+ */
2898
3471
  webDavLink: string;
3472
+ /**
3473
+ * Link for open file via WebDav in readonly mode
3474
+ */
2899
3475
  webDavReadonlyLink: string;
3476
+ /**
3477
+ * File versions count
3478
+ */
2900
3479
  versionsCount: number;
3480
+ /**
3481
+ * File size
3482
+ */
2901
3483
  size: number;
2902
3484
  }
2903
3485
  }
@@ -3773,43 +4355,143 @@ export declare namespace GenModels {
3773
4355
  }
3774
4356
  export declare namespace GenModels {
3775
4357
  interface MergeGroupModel {
4358
+ /**
4359
+ * Gets or sets versioned file card identifier
4360
+ *
4361
+ * @format datatype.uuid
4362
+ */
3776
4363
  versionedFileCardId: string;
4364
+ /**
4365
+ * Gets or sets stage version card identifier
4366
+ *
4367
+ * @format datatype.uuid
4368
+ */
3777
4369
  stageVersionId: string;
4370
+ /**
4371
+ * Gets or sets stage version file model
4372
+ */
3778
4373
  stageVersionFileModel: GenModels.VersionFileModel;
4374
+ /**
4375
+ * Gets or sets approver version file models
4376
+ */
3779
4377
  approverVersionFileModels: Array<GenModels.VersionFileModel>;
3780
4378
  }
3781
4379
  }
3782
4380
  export declare namespace GenModels {
3783
4381
  interface VersionFileModel {
4382
+ /**
4383
+ * Gets or sets file identifier
4384
+ *
4385
+ * @format datatype.uuid
4386
+ */
3784
4387
  fileId: string;
4388
+ /**
4389
+ * Gets or sets file name
4390
+ */
3785
4391
  name: string;
3786
4392
  }
3787
4393
  }
3788
4394
  export declare namespace GenModels {
3789
4395
  interface TasksDataModel {
4396
+ /**
4397
+ * Updated list of the main files in the card
4398
+ */
3790
4399
  tasks: Array<GenModels.TaskDataModel>;
4400
+ /**
4401
+ * Do model contains links or not
4402
+ */
3791
4403
  tasksLoaded: boolean;
4404
+ /**
4405
+ * Task id
4406
+ *
4407
+ * @format datatype.uuid
4408
+ */
3792
4409
  taskID: string;
4410
+ /**
4411
+ * TaskList ID
4412
+ *
4413
+ * @format datatype.uuid
4414
+ */
3793
4415
  taskListId: string;
4416
+ /**
4417
+ * Task kind display name
4418
+ */
3794
4419
  taskKindName: string;
4420
+ /**
4421
+ * Available kinds
4422
+ */
3795
4423
  availableKinds: Array<string>;
4424
+ /**
4425
+ * Total count of tasks, including not loaded
4426
+ */
3796
4427
  totalTasksCount: number;
3797
4428
  }
3798
4429
  }
3799
4430
  export declare namespace GenModels {
3800
4431
  interface TaskDataModel {
4432
+ /**
4433
+ * Gets card identifier
4434
+ *
4435
+ * @format datatype.uuid
4436
+ */
3801
4437
  cardId: string;
4438
+ /**
4439
+ * Gets card type identifier
4440
+ *
4441
+ * @format datatype.uuid
4442
+ */
3802
4443
  cardTypeId: string;
4444
+ /**
4445
+ * Gets kind identifier
4446
+ *
4447
+ * @format datatype.uuid
4448
+ */
3803
4449
  kindId: string;
4450
+ /**
4451
+ * Gets task name
4452
+ */
3804
4453
  taskName: string;
4454
+ /**
4455
+ * Gets view route name
4456
+ */
3805
4457
  viewRouteName: string;
4458
+ /**
4459
+ * Gets group task flag
4460
+ */
3806
4461
  isGroupTask: boolean;
4462
+ /**
4463
+ * Gets state name
4464
+ */
3807
4465
  stateDisplayName: string;
4466
+ /**
4467
+ * Gets task state class name
4468
+ */
3808
4469
  stateClassName: string;
4470
+ /**
4471
+ * Gets task state type
4472
+ */
3809
4473
  stateType: number;
4474
+ /**
4475
+ * Gets performer name
4476
+ */
3810
4477
  performerDisplayName: string;
4478
+ /**
4479
+ * Gets start date
4480
+ *
4481
+ * @format datatype.datetime
4482
+ */
3811
4483
  startDate?: string;
4484
+ /**
4485
+ * Gets end date
4486
+ *
4487
+ * @format datatype.datetime
4488
+ */
3812
4489
  endDate?: string;
4490
+ /**
4491
+ * Gets date of task complete
4492
+ *
4493
+ * @format datatype.datetime
4494
+ */
3813
4495
  endDateActual?: string;
3814
4496
  }
3815
4497
  }
@@ -4187,6 +4869,10 @@ export declare namespace GenModels {
4187
4869
  * Gets Debug mode
4188
4870
  */
4189
4871
  isDebug: boolean;
4872
+ /**
4873
+ * Payload from the client when CAPTCHA is required
4874
+ */
4875
+ captcha: string;
4190
4876
  }
4191
4877
  }
4192
4878
  export declare namespace GenModels {
@@ -4296,6 +4982,10 @@ export declare namespace GenModels {
4296
4982
  * state for token
4297
4983
  */
4298
4984
  state: string;
4985
+ /**
4986
+ * providerId for token
4987
+ */
4988
+ providerId: string;
4299
4989
  }
4300
4990
  }
4301
4991
  export declare namespace GenModels {
@@ -4434,98 +5124,277 @@ export declare namespace GenModels {
4434
5124
  }
4435
5125
  export declare namespace GenModels {
4436
5126
  interface AgreementListModel {
5127
+ /**
5128
+ * Gets document number
5129
+ */
4437
5130
  documentNumber: string;
5131
+ /**
5132
+ * Gets document name
5133
+ */
4438
5134
  documentName: string;
5135
+ /**
5136
+ * Gets items
5137
+ */
4439
5138
  items: Array<GenModels.AgreementListItemModel>;
4440
5139
  }
4441
5140
  }
4442
5141
  export declare namespace GenModels {
4443
5142
  interface AgreementListItemModel {
5143
+ /**
5144
+ * Gets date
5145
+ *
5146
+ * @format datatype.datetime
5147
+ */
4444
5148
  date: string;
5149
+ /**
5150
+ * Gets employee display text
5151
+ */
4445
5152
  employeeDisplayText: string;
5153
+ /**
5154
+ * Gets department name
5155
+ */
4446
5156
  departmentName: string;
5157
+ /**
5158
+ * Gets comment
5159
+ */
4447
5160
  comment: string;
5161
+ /**
5162
+ * Gets decision text
5163
+ */
4448
5164
  decisionText: string;
5165
+ /**
5166
+ * Gets position name
5167
+ */
4449
5168
  positionName: string;
4450
5169
  }
4451
5170
  }
4452
5171
  export declare namespace GenModels {
4453
5172
  interface AgreementManagementStartModel {
5173
+ /**
5174
+ * Gets is main file exists
5175
+ */
4454
5176
  agreementManagement: GenModels.AgreementManagementModel;
4455
5177
  templates: Array<GenModels.AgreementTemplateModel>;
4456
5178
  }
4457
5179
  }
4458
5180
  export declare namespace GenModels {
4459
5181
  interface AgreementManagementModel {
5182
+ /**
5183
+ * Gets reconciliation card identifier
5184
+ *
5185
+ * @format datatype.uuid
5186
+ */
4460
5187
  reconciliationCardId: string;
5188
+ /**
5189
+ * Gets is main file exists
5190
+ */
4461
5191
  isMainFileExists: boolean;
5192
+ /**
5193
+ * Gets is new
5194
+ */
4462
5195
  isNew: boolean;
5196
+ /**
5197
+ * Gets state type
5198
+ */
4463
5199
  stateType: GenModels.AgreementStateType;
5200
+ /**
5201
+ * Does ReconciliationList section contains records
5202
+ */
4464
5203
  reconciliationListHasRecords: boolean;
4465
5204
  }
4466
5205
  }
4467
5206
  export declare namespace GenModels {
4468
5207
  interface AgreementTemplateModel {
5208
+ /**
5209
+ * Gets or sets card creation setting row identifier
5210
+ *
5211
+ * @format datatype.uuid
5212
+ */
4469
5213
  creationSettingId: string;
5214
+ /**
5215
+ * Gets or sets reconcile template identifier
5216
+ *
5217
+ * @format datatype.uuid
5218
+ */
4470
5219
  templateId: string;
5220
+ /**
5221
+ * Gets or sets creation mode name
5222
+ */
4471
5223
  name: string;
5224
+ /**
5225
+ * Gets stages collection
5226
+ */
4472
5227
  stages: Array<GenModels.StageModel>;
5228
+ /**
5229
+ * Gets or sets value indicating whether reconciliation can be started without files
5230
+ */
4473
5231
  startNoFiles: boolean;
5232
+ /**
5233
+ * Gets or sets start without showing flag
5234
+ */
4474
5235
  startNoEdit: boolean;
5236
+ /**
5237
+ * Gets or sets stage infoloaded flag
5238
+ */
4475
5239
  loaded: boolean;
4476
5240
  }
4477
5241
  }
4478
5242
  export declare namespace GenModels {
4479
5243
  interface StageModel {
4480
5244
  stageId: string;
5245
+ /**
5246
+ * Gets or sets stage name
5247
+ */
4481
5248
  name: string;
5249
+ /**
5250
+ * Gets or sets value indicating whether stage can be edited
5251
+ */
4482
5252
  allowEdit: boolean;
5253
+ /**
5254
+ * Gets or sets duration
5255
+ */
4483
5256
  duration: number;
5257
+ /**
5258
+ * Gets or sets value indicating whether duration specified for every approver or for all approvers together
5259
+ */
4484
5260
  specificDuration: boolean;
5261
+ /**
5262
+ * Gets or sets approval type
5263
+ */
4485
5264
  approvalType: GenModels.ApprovalType;
5265
+ /**
5266
+ * Gets or sets value indicating whether approvers can be calculated (when stage not uses business process)
5267
+ */
4486
5268
  hasBusinessProcess: boolean;
5269
+ /**
5270
+ * Gets or sets value indicating whether stage is excluded
5271
+ */
4487
5272
  excluded: boolean;
5273
+ /**
5274
+ * Gets or sets order
5275
+ */
4488
5276
  order: number;
5277
+ /**
5278
+ * Has order specified for the stage
5279
+ */
4489
5280
  orderSpecified: boolean;
5281
+ /**
5282
+ * Allows exclude stage
5283
+ */
4490
5284
  allowExcludeStage: boolean;
5285
+ /**
5286
+ * Gets or sets stage instance information (for running or completed reconciliation only)
5287
+ */
4491
5288
  stageInstanceInfo: GenModels.ActualStageData;
5289
+ /**
5290
+ * Gets approvers list
5291
+ */
4492
5292
  approvers: Array<GenModels.ApproverModel>;
5293
+ /**
5294
+ * Allows edit approval type
5295
+ */
4493
5296
  allowEditApprovalType: boolean;
5297
+ /**
5298
+ * Template id
5299
+ *
5300
+ * @format datatype.uuid
5301
+ */
4494
5302
  templateId: string;
4495
5303
  }
4496
5304
  }
4497
5305
  export declare namespace GenModels {
4498
5306
  interface ActualStageData {
5307
+ /**
5308
+ * Gets or sets stage semantics
5309
+ */
4499
5310
  stageSemantics: GenModels.StageSemantics;
5311
+ /**
5312
+ * Gets or sets value indicating whether stage is active
5313
+ */
4500
5314
  currentStage: boolean;
5315
+ /**
5316
+ * Gets or sets stage pass
5317
+ */
4501
5318
  pass: number;
4502
5319
  }
4503
5320
  }
4504
5321
  export declare namespace GenModels {
4505
5322
  interface ApproverModel {
5323
+ /**
5324
+ * Gets or sets employee model
5325
+ */
4506
5326
  employee: GenModels.ApproverEmployeeModel;
5327
+ /**
5328
+ * Gets or sets value indicating whether approver is temporary excluded
5329
+ */
4507
5330
  excluded: boolean;
4508
5331
  }
4509
5332
  }
4510
5333
  export declare namespace GenModels {
4511
5334
  interface ApproverEmployeeModel {
5335
+ /**
5336
+ * Unique identificator of employee
5337
+ *
5338
+ * @format datatype.uuid
5339
+ */
4512
5340
  id: string;
5341
+ /**
5342
+ * Define if user is current
5343
+ */
4513
5344
  isCurrent: boolean;
5345
+ /**
5346
+ * Employee display name
5347
+ */
4514
5348
  displayName: string;
5349
+ /**
5350
+ * Employee first name
5351
+ */
4515
5352
  firstName: string;
5353
+ /**
5354
+ * Employee last name
5355
+ */
4516
5356
  lastName: string;
5357
+ /**
5358
+ * Employee middle name
5359
+ */
4517
5360
  middleName: string;
5361
+ /**
5362
+ * Employee position
5363
+ */
4518
5364
  position: string;
5365
+ /**
5366
+ * Represents value indicating whether employee is favourite performer
5367
+ */
4519
5368
  isFavoritePerformer: boolean;
5369
+ /**
5370
+ * Gets or sets unit identifier
5371
+ *
5372
+ * @format datatype.uuid
5373
+ */
4520
5374
  unitId: string;
5375
+ /**
5376
+ * Employee category
5377
+ */
4521
5378
  dataType: GenModels.DirectoryDataType;
4522
5379
  }
4523
5380
  }
4524
5381
  export declare namespace GenModels {
4525
5382
  interface AgreementManagementEditModel {
5383
+ /**
5384
+ * Gets is main file exists
5385
+ */
4526
5386
  agreementManagement: GenModels.AgreementManagementModel;
5387
+ /**
5388
+ * Available agreement operations
5389
+ */
4527
5390
  availableAgreementOperations: Array<GenModels.ApprovalOperationKind>;
5391
+ /**
5392
+ * Gets stages collection
5393
+ */
4528
5394
  stages: Array<GenModels.StageModel>;
5395
+ /**
5396
+ * Gets value indicating whether interrupt current stages can be executed
5397
+ */
4529
5398
  canInterruptCurrentStages: boolean;
4530
5399
  }
4531
5400
  }
@@ -4539,12 +5408,35 @@ export declare namespace GenModels {
4539
5408
  }
4540
5409
  export declare namespace GenModels {
4541
5410
  interface StageChangeModel {
5411
+ /**
5412
+ * Gets or sets stage identifier
5413
+ *
5414
+ * @format datatype.uuid
5415
+ */
4542
5416
  stageId: string;
5417
+ /**
5418
+ * Gets or sets stage order
5419
+ */
4543
5420
  order: number;
5421
+ /**
5422
+ * Gets or sets value indicating whether stage is excluded
5423
+ */
4544
5424
  excluded: boolean;
5425
+ /**
5426
+ * Gets or sets duration
5427
+ */
4545
5428
  duration: number;
5429
+ /**
5430
+ * Gets or sets value indicating whether duration specified for every approver or for all approvers together
5431
+ */
4546
5432
  specificDuration: boolean;
5433
+ /**
5434
+ * Gets or sets approval type
5435
+ */
4547
5436
  approvalType: GenModels.ApprovalType;
5437
+ /**
5438
+ * Gets or sets value indicating whether approvers changed
5439
+ */
4548
5440
  approversChanged: boolean;
4549
5441
  approvers: Array<GenModels.ApproverModel>;
4550
5442
  }
@@ -4558,43 +5450,141 @@ export declare namespace GenModels {
4558
5450
  }
4559
5451
  export declare namespace GenModels {
4560
5452
  interface ApprovalHistoryViewModel {
5453
+ /**
5454
+ * Gets or sets display name of this approval.
5455
+ */
4561
5456
  displayName: string;
5457
+ /**
5458
+ * Gets or set approval reconcile card identifier
5459
+ *
5460
+ * @format datatype.uuid
5461
+ */
4562
5462
  approvalReconcileCardId: string;
5463
+ /**
5464
+ * Gets ors sets approval task card identifier
5465
+ *
5466
+ * @format datatype.uuid
5467
+ */
4563
5468
  approvalTaskCardId: string;
5469
+ /**
5470
+ * Gets or sets current cycle
5471
+ */
4564
5472
  currentCycle: GenModels.ApprovalHistoryCycleModel;
5473
+ /**
5474
+ * Gets or sets cycles
5475
+ */
4565
5476
  cycles: Array<GenModels.ApprovalHistoryCycleModel>;
4566
5477
  }
4567
5478
  }
4568
5479
  export declare namespace GenModels {
4569
5480
  interface ApprovalHistoryCycleModel {
5481
+ /**
5482
+ * Gets cycle number
5483
+ */
4570
5484
  number: number;
5485
+ /**
5486
+ * Gets value indicating whether cycle is current
5487
+ */
4571
5488
  isCurrent: boolean;
5489
+ /**
5490
+ * Gets cycle stages collection
5491
+ */
4572
5492
  stages: Array<GenModels.ApprovalHistoryStageModel>;
5493
+ /**
5494
+ * Gets owner card identifier for preview
5495
+ *
5496
+ * @format datatype.uuid
5497
+ */
4573
5498
  ownerCardId: string;
4574
5499
  }
4575
5500
  }
4576
5501
  export declare namespace GenModels {
4577
5502
  interface ApprovalHistoryStageModel {
5503
+ /**
5504
+ * Gets stage name
5505
+ */
4578
5506
  name: string;
5507
+ /**
5508
+ * Gets stage id
5509
+ *
5510
+ * @format datatype.uuid
5511
+ */
4579
5512
  id: string;
5513
+ /**
5514
+ * Gets approval type localized caption
5515
+ */
4580
5516
  approvalType?: GenModels.ApprovalType;
5517
+ /**
5518
+ * Gets stage's begin date
5519
+ *
5520
+ * @format datatype.datetime
5521
+ */
4581
5522
  beginDate: string;
5523
+ /**
5524
+ * Gets stage's pass
5525
+ */
4582
5526
  pass: number;
5527
+ /**
5528
+ * Gets stage items collection
5529
+ */
4583
5530
  stageItems: Array<GenModels.ApprovalHistoryStageItemModel>;
4584
5531
  }
4585
5532
  }
4586
5533
  export declare namespace GenModels {
4587
5534
  interface ApprovalHistoryStageItemModel {
5535
+ /**
5536
+ * Gets employee display name
5537
+ */
4588
5538
  employeeText: string;
5539
+ /**
5540
+ * Gets employee id
5541
+ *
5542
+ * @format datatype.uuid
5543
+ */
4589
5544
  employeeId: string;
5545
+ /**
5546
+ * Gets decision date
5547
+ *
5548
+ * @format datatype.datetime
5549
+ */
4590
5550
  decisionDate: string;
5551
+ /**
5552
+ * Gets end date
5553
+ *
5554
+ * @format datatype.datetime
5555
+ */
4591
5556
  endDate?: string;
5557
+ /**
5558
+ * Gets end date actual
5559
+ *
5560
+ * @format datatype.datetime
5561
+ */
4592
5562
  endDateActual?: string;
4593
- taskId: string;
5563
+ /**
5564
+ * Task id
5565
+ *
5566
+ * @format datatype.uuid
5567
+ */
5568
+ taskId: string;
5569
+ /**
5570
+ * Gets comment
5571
+ */
4594
5572
  comment: string;
5573
+ /**
5574
+ * Gets value indicating that comment not empty
5575
+ */
4595
5576
  hasComment: boolean;
5577
+ /**
5578
+ * Gets or sets decision name
5579
+ */
4596
5580
  decisionName: string;
5581
+ /**
5582
+ * Gets or sets decision semantics
5583
+ */
4597
5584
  decision?: GenModels.DecisionSemantics;
5585
+ /**
5586
+ * Gets or sets stage decision semantics
5587
+ */
4598
5588
  stageDecision?: GenModels.StageSemantics;
4599
5589
  addedFileCardModels: Array<GenModels.ApprovalHistoryFileModel>;
4600
5590
  commentFileData: GenModels.ApprovalHistoryFileCommentModel;
@@ -4602,8 +5592,19 @@ export declare namespace GenModels {
4602
5592
  }
4603
5593
  export declare namespace GenModels {
4604
5594
  interface ApprovalHistoryFileModel {
5595
+ /**
5596
+ * Gets file card identifier
5597
+ *
5598
+ * @format datatype.uuid
5599
+ */
4605
5600
  fileCardId: string;
5601
+ /**
5602
+ * Gets file card identifier
5603
+ */
4606
5604
  name: string;
5605
+ /**
5606
+ * file extension
5607
+ */
4607
5608
  fileExtension: string;
4608
5609
  currentVersion: GenModels.ApprovalHistoryFileVersionModel;
4609
5610
  }
@@ -4616,33 +5617,115 @@ export declare namespace GenModels {
4616
5617
  }
4617
5618
  export declare namespace GenModels {
4618
5619
  interface ApprovalHistoryFileCommentModel {
5620
+ /**
5621
+ * Gets file identifier
5622
+ *
5623
+ * @format datatype.uuid
5624
+ */
4619
5625
  fileId: string;
5626
+ /**
5627
+ * Gets file name
5628
+ */
4620
5629
  name: string;
4621
5630
  }
4622
5631
  }
4623
5632
  export declare namespace GenModels {
4624
5633
  interface LayoutCardCreateParams {
5634
+ /**
5635
+ * Card type identifier
5636
+ *
5637
+ * @format datatype.uuid
5638
+ */
4625
5639
  cardTypeId?: string;
5640
+ /**
5641
+ * Kind identifier
5642
+ *
5643
+ * @format datatype.uuid
5644
+ */
4626
5645
  kindId?: string;
5646
+ /**
5647
+ * Folder identifier
5648
+ *
5649
+ * @format datatype.uuid
5650
+ */
4627
5651
  folderId?: string;
5652
+ /**
5653
+ * Template identifier
5654
+ *
5655
+ * @format datatype.uuid
5656
+ */
4628
5657
  templateId?: string;
5658
+ /**
5659
+ * Parent card identifier
5660
+ *
5661
+ * @format datatype.uuid
5662
+ */
4629
5663
  parentCardId?: string;
5664
+ /**
5665
+ * Gets or sets layout mode
5666
+ *
5667
+ * @format datatype.uuid
5668
+ */
4630
5669
  layoutMode?: string;
5670
+ /**
5671
+ * Create new card as link in another card
5672
+ */
4631
5673
  createAsLink: GenModels.CreateAsLinkParams;
5674
+ /**
5675
+ * Gets related card creator info
5676
+ */
4632
5677
  relatedCreatorCardInfo: GenModels.RelatedCreatorCardInfo;
5678
+ /**
5679
+ * Layout load options
5680
+ */
4633
5681
  layoutParams: Array<GenModels.LayoutParamModel>;
5682
+ /**
5683
+ * Source layout mode (View, Edit, Create)
5684
+ *
5685
+ * @format datatype.uuid
5686
+ */
4634
5687
  sourceLayoutMode?: string;
5688
+ /**
5689
+ * Some data, provided by extensions for bypassing to lifecycle.
5690
+ */
4635
5691
  customContext?: any;
4636
5692
  }
4637
5693
  }
4638
5694
  export declare namespace GenModels {
4639
5695
  interface CreateAsLinkParams {
5696
+ /**
5697
+ * Source link card
5698
+ *
5699
+ * @format datatype.uuid
5700
+ */
4640
5701
  sourceCardId: string;
5702
+ /**
5703
+ * Timestamp of the source card
5704
+ */
4641
5705
  sourceCardTimestamp: number;
5706
+ /**
5707
+ * Link kind
5708
+ *
5709
+ * @format datatype.uuid
5710
+ */
4642
5711
  linkTypeId: string;
5712
+ /**
5713
+ * Where links placed in the card
5714
+ */
4643
5715
  linksBinding: GenModels.SimpleBindingInfo;
5716
+ /**
5717
+ * If link is hard link, then removing source card will also remove destination card
5718
+ */
4644
5719
  saveHardLink: boolean;
5720
+ /**
5721
+ * If link is report
5722
+ */
4645
5723
  isReport: boolean;
5724
+ /**
5725
+ * Edit operation
5726
+ *
5727
+ * @format datatype.uuid
5728
+ */
4646
5729
  editOperation: string;
4647
5730
  }
4648
5731
  }
@@ -4668,8 +5751,19 @@ export declare namespace GenModels {
4668
5751
  }
4669
5752
  export declare namespace GenModels {
4670
5753
  interface RelatedCreatorCardInfo {
5754
+ /**
5755
+ * Gets or sets initial card id
5756
+ *
5757
+ * @format datatype.uuid
5758
+ */
4671
5759
  initialCardId: string;
5760
+ /**
5761
+ * Gets or sets createRelatedCardModel
5762
+ */
4672
5763
  createRelatedCardModel: GenModels.CreateRelatedCardModel;
5764
+ /**
5765
+ * Gets or sets parameters
5766
+ */
4673
5767
  parameters: Array<GenModels.ParamModel>;
4674
5768
  }
4675
5769
  }
@@ -4733,29 +5827,89 @@ export declare namespace GenModels {
4733
5827
  }
4734
5828
  export declare namespace GenModels {
4735
5829
  interface LayoutCardViewModel extends GenModels.LayoutViewModel {
5830
+ /**
5831
+ * Gets card info model
5832
+ */
4736
5833
  cardInfo: GenModels.CardInfoModel;
4737
5834
  }
4738
5835
  }
4739
5836
  export declare namespace GenModels {
4740
5837
  interface BaseInfoModel {
5838
+ /**
5839
+ * Gets or sets id
5840
+ *
5841
+ * @format datatype.uuid
5842
+ */
4741
5843
  id: string;
5844
+ /**
5845
+ * Gets or sets a timestamp of the entity.
5846
+ */
4742
5847
  timestamp: number;
5848
+ /**
5849
+ * Disables anyone work with an entity whether set true
5850
+ */
4743
5851
  disabled: boolean;
5852
+ /**
5853
+ * Gets or sets reason
5854
+ */
4744
5855
  reason?: GenModels.Reason;
5856
+ /**
5857
+ * Gets or sets creation date
5858
+ *
5859
+ * @format datatype.datetime
5860
+ */
4745
5861
  createDate: string;
4746
5862
  }
4747
5863
  }
4748
5864
  export declare namespace GenModels {
4749
5865
  interface CardInfoModel extends GenModels.BaseInfoModel {
5866
+ /**
5867
+ * Gets or sets card type id
5868
+ *
5869
+ * @format datatype.uuid
5870
+ */
4750
5871
  typeId: string;
5872
+ /**
5873
+ * Gets or sets card kind id
5874
+ *
5875
+ * @format datatype.uuid
5876
+ */
4751
5877
  kindId?: string;
5878
+ /**
5879
+ * Gets or sets state identifier
5880
+ */
4752
5881
  state: GenModels.StateModel;
5882
+ /**
5883
+ * Create card as link in another card
5884
+ */
4753
5885
  createAsLink: GenModels.CreateAsLinkParams;
5886
+ /**
5887
+ * Parent card identifier
5888
+ *
5889
+ * @format datatype.uuid
5890
+ */
4754
5891
  parentCardId?: string;
5892
+ /**
5893
+ * Folder, that specified in url parameter
5894
+ *
5895
+ * @format datatype.uuid
5896
+ */
4755
5897
  createInFolder?: string;
5898
+ /**
5899
+ * If true, specified card can't be created in the folder, that specified in url parameter
5900
+ */
4756
5901
  createInCurrentFolderForbidden: boolean;
5902
+ /**
5903
+ * Gets or sets card lock info
5904
+ */
4757
5905
  lockInfo: GenModels.LockInfoViewModel;
5906
+ /**
5907
+ * Gets or sets CreateRelatedCardModel
5908
+ */
4758
5909
  relatedCreatorCardInfo: GenModels.RelatedCreatorCardInfo;
5910
+ /**
5911
+ * Is Card Archived
5912
+ */
4759
5913
  isArchived: boolean;
4760
5914
  }
4761
5915
  }
@@ -4781,7 +5935,13 @@ export declare namespace GenModels {
4781
5935
  }
4782
5936
  export declare namespace GenModels {
4783
5937
  interface LockInfoViewModel {
5938
+ /**
5939
+ * Gets or sets whether card a locked
5940
+ */
4784
5941
  isLocked: boolean;
5942
+ /**
5943
+ * Gets or sets locking user account name
5944
+ */
4785
5945
  accountName: string;
4786
5946
  }
4787
5947
  }
@@ -4871,19 +6031,55 @@ export declare namespace GenModels {
4871
6031
  }
4872
6032
  export declare namespace GenModels {
4873
6033
  interface CardLayoutParams {
6034
+ /**
6035
+ * Card id.
6036
+ *
6037
+ * @format datatype.uuid
6038
+ */
4874
6039
  cardId: string;
6040
+ /**
6041
+ * Add card to recent cards folder or not.
6042
+ */
4875
6043
  addToRecent: boolean;
6044
+ /**
6045
+ * Add log message to card history.
6046
+ */
4876
6047
  addCardLogMessage: boolean;
6048
+ /**
6049
+ * Mark card as read by user.
6050
+ */
4877
6051
  markAsRead: boolean;
6052
+ /**
6053
+ * Data passed from caller
6054
+ */
4878
6055
  layoutParams: Array<GenModels.LayoutParamModel>;
4879
6056
  }
4880
6057
  }
4881
6058
  export declare namespace GenModels {
4882
6059
  interface LayoutPartParams {
6060
+ /**
6061
+ * Gets or sets card identifier
6062
+ *
6063
+ * @format datatype.uuid
6064
+ */
4883
6065
  cardId: string;
6066
+ /**
6067
+ * Gets or sets layout type
6068
+ *
6069
+ * @format datatype.uuid
6070
+ */
4884
6071
  layoutMode?: string;
6072
+ /**
6073
+ * Get or sets root control name
6074
+ */
4885
6075
  rootControlName: string;
6076
+ /**
6077
+ * Get or set include root
6078
+ */
4886
6079
  includeRootControl: boolean;
6080
+ /**
6081
+ * Data passed from caller
6082
+ */
4887
6083
  contextData: {
4888
6084
  key: string;
4889
6085
  value: any;
@@ -4892,28 +6088,99 @@ export declare namespace GenModels {
4892
6088
  }
4893
6089
  export declare namespace GenModels {
4894
6090
  interface LayoutPartParamsEx {
6091
+ /**
6092
+ * Gets or sets card identifier
6093
+ *
6094
+ * @format datatype.uuid
6095
+ */
4895
6096
  cardId: string;
6097
+ /**
6098
+ * Gets or sets layout type
6099
+ *
6100
+ * @format datatype.uuid
6101
+ */
4896
6102
  layoutMode?: string;
6103
+ /**
6104
+ * Get or sets root control name
6105
+ */
4897
6106
  rootControlName: string;
6107
+ /**
6108
+ * Get or set include root
6109
+ */
4898
6110
  includeRootControl: boolean;
6111
+ /**
6112
+ * Data passed from caller
6113
+ */
4899
6114
  contextData: Array<GenModels.LayoutParamModel>;
4900
6115
  }
4901
6116
  }
4902
6117
  export declare namespace GenModels {
4903
6118
  interface SaveControlDataModel {
6119
+ /**
6120
+ * Gets or sets a card id
6121
+ *
6122
+ * @format datatype.uuid
6123
+ */
4904
6124
  cardId: string;
6125
+ /**
6126
+ * Gets or sets a card timestamp
6127
+ */
4905
6128
  timestamp: number;
6129
+ /**
6130
+ * Gets or sets mode
6131
+ *
6132
+ * @format datatype.uuid
6133
+ */
4906
6134
  layoutMode?: string;
6135
+ /**
6136
+ * Gets or sets layout type
6137
+ */
4907
6138
  layoutAction: GenModels.LayoutAction;
6139
+ /**
6140
+ * Gets or sets control data
6141
+ */
4908
6142
  bindings: Array<GenModels.BindingsWriteRequest>;
6143
+ /**
6144
+ * Gets or sets control data
6145
+ */
4909
6146
  extendedDataSourceInfos: Array<GenModels.ExtendedDataSourceInfoModel>;
6147
+ /**
6148
+ * Create card as link in another card
6149
+ */
4910
6150
  createAsLink: GenModels.CreateAsLinkParams;
6151
+ /**
6152
+ * Folder, where card should be placed
6153
+ *
6154
+ * @format datatype.uuid
6155
+ */
4911
6156
  createInFolder: string;
6157
+ /**
6158
+ * Gets or sets a parent card id (actual for tasks)
6159
+ *
6160
+ * @format datatype.uuid
6161
+ */
4912
6162
  parentCardId?: string;
6163
+ /**
6164
+ * Gets or sets a card type id
6165
+ *
6166
+ * @format datatype.uuid
6167
+ */
4913
6168
  cardTypeId: string;
6169
+ /**
6170
+ * Gets related card creator info
6171
+ */
4914
6172
  relatedCreatorCardInfo: GenModels.RelatedCreatorCardInfo;
6173
+ /**
6174
+ * Layout load options
6175
+ */
4915
6176
  layoutParams: Array<GenModels.LayoutParamModel>;
6177
+ /**
6178
+ * Indicates, that this save completes entity creation and remove all temp data.
6179
+ */
4916
6180
  completeCreation: boolean;
6181
+ /**
6182
+ * Some data, provided by extensions for bypassing to lifecycle.
6183
+ */
4917
6184
  customContext?: any;
4918
6185
  }
4919
6186
  }
@@ -4941,11 +6208,35 @@ export declare namespace GenModels {
4941
6208
  }
4942
6209
  export declare namespace GenModels {
4943
6210
  interface ChangeStateDataModel {
6211
+ /**
6212
+ * Gets or sets card identifier
6213
+ *
6214
+ * @format datatype.uuid
6215
+ */
4944
6216
  cardId: string;
6217
+ /**
6218
+ * Gets or sets operation identifier
6219
+ *
6220
+ * @format datatype.uuid
6221
+ */
4945
6222
  operationId: string;
6223
+ /**
6224
+ * Gets or sets layout type
6225
+ *
6226
+ * @format datatype.uuid
6227
+ */
4946
6228
  layoutMode?: string;
6229
+ /**
6230
+ * Gets or sets change state comment
6231
+ */
4947
6232
  comment: string;
6233
+ /**
6234
+ * Card timestamp
6235
+ */
4948
6236
  timestamp: number;
6237
+ /**
6238
+ * Operation as field value
6239
+ */
4949
6240
  fieldInfo?: GenModels.OperationFieldInfo;
4950
6241
  }
4951
6242
  }
@@ -4979,6 +6270,9 @@ export declare namespace GenModels {
4979
6270
  }
4980
6271
  export declare namespace GenModels {
4981
6272
  interface ChangeStateDataModelWithParams extends GenModels.ChangeStateDataModel {
6273
+ /**
6274
+ * Layout loading parameters.
6275
+ */
4982
6276
  layoutParams: Array<GenModels.LayoutParamModel>;
4983
6277
  }
4984
6278
  }
@@ -5020,8 +6314,19 @@ export declare namespace GenModels {
5020
6314
  }
5021
6315
  export declare namespace GenModels {
5022
6316
  interface DirectoryDesignerSearchQuery {
6317
+ /**
6318
+ * search string
6319
+ */
5023
6320
  searchText: string;
6321
+ /**
6322
+ * Data source
6323
+ */
5024
6324
  searchArea?: GenModels.DirectoryDesignerSearchArea;
6325
+ /**
6326
+ * Department types to search
6327
+ *
6328
+ * @format datatype.uuid
6329
+ */
5025
6330
  rootNodeId?: string;
5026
6331
  }
5027
6332
  }
@@ -5039,8 +6344,21 @@ export declare namespace GenModels {
5039
6344
  }
5040
6345
  export declare namespace GenModels {
5041
6346
  interface DirectoryDesignerLoadTreeQuery {
6347
+ /**
6348
+ * Department types to search
6349
+ *
6350
+ * @format datatype.uuid
6351
+ */
5042
6352
  rootNodeId?: string;
6353
+ /**
6354
+ * Data source
6355
+ */
5043
6356
  searchArea?: GenModels.DirectoryDesignerSearchArea;
6357
+ /**
6358
+ * current node id
6359
+ *
6360
+ * @format datatype.uuid
6361
+ */
5044
6362
  currentNodeId?: string;
5045
6363
  }
5046
6364
  }
@@ -5076,10 +6394,27 @@ export declare namespace GenModels {
5076
6394
  }
5077
6395
  export declare namespace GenModels {
5078
6396
  interface DirectoryDesignerSearchTreeQuery {
6397
+ /**
6398
+ * Data source
6399
+ */
5079
6400
  searchArea?: GenModels.DirectoryDesignerSearchArea;
6401
+ /**
6402
+ * Department types to search
6403
+ *
6404
+ * @format datatype.uuid
6405
+ */
5080
6406
  rootNodeId?: string;
6407
+ /**
6408
+ * Search string
6409
+ */
5081
6410
  searchQuery: string;
6411
+ /**
6412
+ * Search result number
6413
+ */
5082
6414
  searchResultNumber: number;
6415
+ /**
6416
+ * Search mode
6417
+ */
5083
6418
  searchMode?: GenModels.DirectoryDesignerSearchMode;
5084
6419
  }
5085
6420
  }
@@ -5329,8 +6664,23 @@ export declare namespace GenModels {
5329
6664
  }
5330
6665
  export declare namespace GenModels {
5331
6666
  interface SignatureRequest {
6667
+ /**
6668
+ * Document card, containing signature
6669
+ *
6670
+ * @format datatype.uuid
6671
+ */
5332
6672
  documentId: string;
6673
+ /**
6674
+ * Signature id
6675
+ *
6676
+ * @format datatype.uuid
6677
+ */
5333
6678
  signatureId: string;
6679
+ /**
6680
+ * Signature id
6681
+ *
6682
+ * @format datatype.uuid
6683
+ */
5334
6684
  signaturePartId: string;
5335
6685
  }
5336
6686
  }
@@ -5400,9 +6750,25 @@ export declare namespace GenModels {
5400
6750
  }
5401
6751
  export declare namespace GenModels {
5402
6752
  interface GetAcknowledgemenListRequest {
6753
+ /**
6754
+ * Card id
6755
+ *
6756
+ * @format datatype.uuid
6757
+ */
5403
6758
  documentId: string;
6759
+ /**
6760
+ * Content of card document transformation
6761
+ */
5404
6762
  transformationAlias: string;
6763
+ /**
6764
+ * List of task kind ids which should be included in acknowledgemen list
6765
+ */
5405
6766
  taskKindIds: Array<string>;
6767
+ /**
6768
+ * Flag indicating the need to include tasks of all levels in acknowledgemen list
6769
+ *
6770
+ * If value is FALSE (default), in acknowledgemen list should include only the tasks of the first level
6771
+ */
5406
6772
  includeTasksAllLevels: boolean;
5407
6773
  }
5408
6774
  }
@@ -5422,7 +6788,13 @@ export declare namespace GenModels {
5422
6788
  }
5423
6789
  export declare namespace GenModels {
5424
6790
  interface GetFilesQueryOptions {
6791
+ /**
6792
+ * Count of items to skip
6793
+ */
5425
6794
  skipCount: number;
6795
+ /**
6796
+ * Max items count in the result
6797
+ */
5426
6798
  maxCount?: number;
5427
6799
  }
5428
6800
  }
@@ -5438,6 +6810,9 @@ export declare namespace GenModels {
5438
6810
  }
5439
6811
  export declare namespace GenModels {
5440
6812
  interface FileListVersionsDataModel {
6813
+ /**
6814
+ * Updated list of the files versions in the card
6815
+ */
5441
6816
  versions: Array<GenModels.VersionedFileModel>;
5442
6817
  }
5443
6818
  }
@@ -5523,20 +6898,69 @@ export declare namespace GenModels {
5523
6898
  }
5524
6899
  export declare namespace GenModels {
5525
6900
  interface VersionedFileCommentCreateModel {
6901
+ /**
6902
+ * Gets or sets comment identifier
6903
+ *
6904
+ * @format datatype.uuid
6905
+ */
5526
6906
  commentId?: string;
6907
+ /**
6908
+ * Gets or sets container card identifier
6909
+ *
6910
+ * @format datatype.uuid
6911
+ */
5527
6912
  cardId: string;
6913
+ /**
6914
+ * Gets or sets timestamp
6915
+ */
5528
6916
  timestamp: number;
6917
+ /**
6918
+ * Gets or sets comment
6919
+ */
5529
6920
  comment: string;
6921
+ /**
6922
+ * Gets or sets file card identifier
6923
+ *
6924
+ * @format datatype.uuid
6925
+ */
5530
6926
  fileCardId: string;
6927
+ /**
6928
+ * Gets or sets version identifier
6929
+ *
6930
+ * @format datatype.uuid
6931
+ */
5531
6932
  versionId: string;
5532
6933
  }
5533
6934
  }
5534
6935
  export declare namespace GenModels {
5535
6936
  interface VersionedFileCommentDeleteModel {
6937
+ /**
6938
+ * Gets or sets comment identifier
6939
+ *
6940
+ * @format datatype.uuid
6941
+ */
5536
6942
  commentId: string;
6943
+ /**
6944
+ * Gets or sets container card identifier
6945
+ *
6946
+ * @format datatype.uuid
6947
+ */
5537
6948
  cardId: string;
6949
+ /**
6950
+ * Gets or sets timestamp
6951
+ */
5538
6952
  timestamp: number;
6953
+ /**
6954
+ * Gets or sets file card identifier
6955
+ *
6956
+ * @format datatype.uuid
6957
+ */
5539
6958
  fileCardId: string;
6959
+ /**
6960
+ * Gets or sets version identifier
6961
+ *
6962
+ * @format datatype.uuid
6963
+ */
5540
6964
  versionId: string;
5541
6965
  }
5542
6966
  }
@@ -5596,23 +7020,57 @@ export declare namespace GenModels {
5596
7020
  }
5597
7021
  export declare namespace GenModels {
5598
7022
  interface FileQuotes {
7023
+ /**
7024
+ * File Id
7025
+ *
7026
+ * @format datatype.uuid
7027
+ */
5599
7028
  fileId: string;
7029
+ /**
7030
+ * Owner Card Id
7031
+ *
7032
+ * @format datatype.uuid
7033
+ */
5600
7034
  ownerCardId?: string;
7035
+ /**
7036
+ * File name
7037
+ */
5601
7038
  fileName: string;
7039
+ /**
7040
+ * File extension
7041
+ */
5602
7042
  fileExtension: string;
7043
+ /**
7044
+ * WebDav link
7045
+ */
5603
7046
  link: string;
7047
+ /**
7048
+ * Citations
7049
+ */
5604
7050
  quotes: Array<GenModels.Quote>;
7051
+ /**
7052
+ * Has more
7053
+ */
5605
7054
  hasMore: boolean;
5606
7055
  }
5607
7056
  }
5608
7057
  export declare namespace GenModels {
5609
7058
  interface Quote {
7059
+ /**
7060
+ * Quotes
7061
+ */
5610
7062
  parts: Array<GenModels.QuotePart>;
5611
7063
  }
5612
7064
  }
5613
7065
  export declare namespace GenModels {
5614
7066
  interface QuotePart {
7067
+ /**
7068
+ * Quote's text
7069
+ */
5615
7070
  text: string;
7071
+ /**
7072
+ * Marked
7073
+ */
5616
7074
  isMarked: boolean;
5617
7075
  }
5618
7076
  }
@@ -5642,8 +7100,19 @@ export declare namespace GenModels {
5642
7100
  }
5643
7101
  export declare namespace GenModels {
5644
7102
  interface CardQuotes {
7103
+ /**
7104
+ * Card Id
7105
+ *
7106
+ * @format datatype.uuid
7107
+ */
5645
7108
  cardId?: string;
7109
+ /**
7110
+ * Has more
7111
+ */
5646
7112
  hasMore: boolean;
7113
+ /**
7114
+ * Files quotes
7115
+ */
5647
7116
  files: Array<GenModels.FileQuotes>;
5648
7117
  }
5649
7118
  }
@@ -5767,7 +7236,13 @@ export declare namespace GenModels {
5767
7236
  }
5768
7237
  export declare namespace GenModels {
5769
7238
  interface CheckResult {
7239
+ /**
7240
+ * Was check passed or not
7241
+ */
5770
7242
  passed: boolean;
7243
+ /**
7244
+ * If Passed is false, this property should contain reason, why check is failed.
7245
+ */
5771
7246
  failReason: string;
5772
7247
  }
5773
7248
  }
@@ -5787,11 +7262,29 @@ export declare namespace GenModels {
5787
7262
  }
5788
7263
  export declare namespace GenModels {
5789
7264
  interface FolderInfoModel {
7265
+ /**
7266
+ * Gets or sets folder name
7267
+ */
5790
7268
  name: string;
7269
+ /**
7270
+ * Gets or sets folder type identifier
7271
+ */
5791
7272
  typeInfo: GenModels.FolderTypeInfo;
7273
+ /**
7274
+ * Gets or sets folder view identifier
7275
+ */
5792
7276
  viewInfo: GenModels.FolderViewInfo;
7277
+ /**
7278
+ * Gets or sets do need highlighting unread cards
7279
+ */
5793
7280
  highlightingUnread?: boolean;
7281
+ /**
7282
+ * Gets or sets can edit folder
7283
+ */
5794
7284
  canEditFolder?: boolean;
7285
+ /**
7286
+ * Gets or sets can create subfolder
7287
+ */
5795
7288
  canCreateSubfolder?: boolean;
5796
7289
  }
5797
7290
  }
@@ -5811,9 +7304,25 @@ export declare namespace GenModels {
5811
7304
  }
5812
7305
  export declare namespace GenModels {
5813
7306
  interface FolderDataModel {
7307
+ /**
7308
+ * Gets or sets folder name
7309
+ */
5814
7310
  name: string;
7311
+ /**
7312
+ * Gets or sets folder type identifier
7313
+ *
7314
+ * @format datatype.uuid
7315
+ */
5815
7316
  typeId?: string;
7317
+ /**
7318
+ * Gets or sets folder view identifier
7319
+ *
7320
+ * @format datatype.uuid
7321
+ */
5816
7322
  viewId?: string;
7323
+ /**
7324
+ * Gets or sets
7325
+ */
5817
7326
  highlightingUnread?: boolean;
5818
7327
  }
5819
7328
  }
@@ -5931,57 +7440,195 @@ export declare namespace GenModels {
5931
7440
  }
5932
7441
  export declare namespace GenModels {
5933
7442
  interface AllowedCardKind {
7443
+ /**
7444
+ * Kind id of the allowed card
7445
+ *
7446
+ * @format datatype.uuid
7447
+ */
5934
7448
  kindId: string;
7449
+ /**
7450
+ * Card type id of the allowed card
7451
+ *
7452
+ * @format datatype.uuid
7453
+ */
5935
7454
  cardTypeId: string;
7455
+ /**
7456
+ * Gets or sets value whether kind selected with descendants
7457
+ */
5936
7458
  withDescendants: boolean;
5937
7459
  }
5938
7460
  }
5939
7461
  export declare namespace GenModels {
5940
7462
  interface LayoutKindModel {
7463
+ /**
7464
+ * Card type id
7465
+ *
7466
+ * @format datatype.uuid
7467
+ */
5941
7468
  cardTypeId: string;
7469
+ /**
7470
+ * Kind id of the allowed card
7471
+ *
7472
+ * @format datatype.uuid
7473
+ */
5942
7474
  kindId: string;
7475
+ /**
7476
+ * Gets or sets kind name
7477
+ */
5943
7478
  name: string;
7479
+ /**
7480
+ * Gets or set child kinds
7481
+ */
5944
7482
  kinds: Array<GenModels.LayoutKindModel>;
7483
+ /**
7484
+ * Card creation is not available
7485
+ */
5945
7486
  notAvailable: boolean;
7487
+ /**
7488
+ * Whether custom layout available for this card kind or not
7489
+ */
5946
7490
  layoutAvailable: boolean;
5947
7491
  }
5948
7492
  }
5949
7493
  export declare namespace GenModels {
5950
7494
  interface LayoutLinkCreateParams {
7495
+ /**
7496
+ * Card, where link creation was initiated
7497
+ *
7498
+ * @format datatype.uuid
7499
+ */
5951
7500
  sourceCardId: string;
7501
+ /**
7502
+ * Timestamp of the source card
7503
+ */
5952
7504
  sourceCardTimestamp: number;
7505
+ /**
7506
+ * Link kind
7507
+ *
7508
+ * @format datatype.uuid
7509
+ */
5953
7510
  linkTypeId: string;
7511
+ /**
7512
+ * Link destination card
7513
+ *
7514
+ * @format datatype.uuid
7515
+ */
5954
7516
  destinationCardId: string;
7517
+ /**
7518
+ * Where links placed in the card
7519
+ */
5955
7520
  linksBinding: GenModels.SimpleBindingInfo;
7521
+ /**
7522
+ * If link is hard link, then removing source card will also remove destination card
7523
+ */
5956
7524
  saveHardLink: boolean;
7525
+ /**
7526
+ * If link is report
7527
+ */
5957
7528
  isReport: boolean;
7529
+ /**
7530
+ * If link is attached file
7531
+ */
5958
7532
  isFile: boolean;
7533
+ /**
7534
+ * Edit operation
7535
+ *
7536
+ * @format datatype.uuid
7537
+ */
5959
7538
  editOperation: string;
7539
+ /**
7540
+ * Do not add link if similar link already exists.
7541
+ */
5960
7542
  preventDuplicates: boolean;
5961
7543
  }
5962
7544
  }
5963
7545
  export declare namespace GenModels {
5964
7546
  interface AddUrlLinkParams {
7547
+ /**
7548
+ * Card, that contains the link
7549
+ *
7550
+ * @format datatype.uuid
7551
+ */
5965
7552
  cardId: string;
7553
+ /**
7554
+ * Allowed link types
7555
+ */
5966
7556
  allowedLinkTypes: Array<string>;
7557
+ /**
7558
+ * Binding info for the links in the card
7559
+ */
5967
7560
  bindingInfo: GenModels.SimpleBindingInfo;
7561
+ /**
7562
+ * Url
7563
+ */
5968
7564
  url: string;
7565
+ /**
7566
+ * link type id
7567
+ *
7568
+ * @format datatype.uuid
7569
+ */
5969
7570
  linkTypeId?: string;
7571
+ /**
7572
+ * Show files for following links types
7573
+ */
5970
7574
  showFilesForLinksTypesIds: Array<string>;
7575
+ /**
7576
+ * Kind id for file cards
7577
+ *
7578
+ * @format datatype.uuid
7579
+ */
5971
7580
  fileKindId?: string;
7581
+ /**
7582
+ * Known card timestamp
7583
+ */
5972
7584
  timestamp: number;
7585
+ /**
7586
+ * Edit operation id
7587
+ *
7588
+ * @format datatype.uuid
7589
+ */
5973
7590
  operationId?: string;
5974
7591
  }
5975
7592
  }
5976
7593
  export declare namespace GenModels {
5977
7594
  interface LayoutSetLinkDescriptionParams {
7595
+ /**
7596
+ * Card, that contains the link
7597
+ *
7598
+ * @format datatype.uuid
7599
+ */
5978
7600
  cardId: string;
7601
+ /**
7602
+ * Allowed link types
7603
+ */
5979
7604
  allowedLinkTypes: Array<string>;
7605
+ /**
7606
+ * Binding info for the links in the card
7607
+ */
5980
7608
  bindingInfo: GenModels.SimpleBindingInfo;
7609
+ /**
7610
+ * Link id to update
7611
+ *
7612
+ * @format datatype.uuid
7613
+ */
5981
7614
  linkId: string;
7615
+ /**
7616
+ * Kind id for file cards
7617
+ *
7618
+ * @format datatype.uuid
7619
+ */
5982
7620
  fileKindId?: string;
7621
+ /**
7622
+ * Show files for following links types
7623
+ */
5983
7624
  showFilesForLinksTypesIds: Array<string>;
7625
+ /**
7626
+ * Description to set
7627
+ */
5984
7628
  newDescription: string;
7629
+ /**
7630
+ * Known card timestamp
7631
+ */
5985
7632
  timestamp: number;
5986
7633
  }
5987
7634
  }
@@ -6023,41 +7670,138 @@ export declare namespace GenModels {
6023
7670
  }
6024
7671
  export declare namespace GenModels {
6025
7672
  interface LinksDataModel {
7673
+ /**
7674
+ * Updated list of the main files in the card
7675
+ */
6026
7676
  links: Array<GenModels.LayoutLinkModel>;
6027
7677
  bindingInfo: GenModels.SimpleBindingInfo;
7678
+ /**
7679
+ * Allowed card types, that can be added as links (for add existing card).
7680
+ */
6028
7681
  allowedLinkCardTypes: Array<string>;
7682
+ /**
7683
+ * Allowed link types
7684
+ */
6029
7685
  allowedLinkTypes: Array<string>;
7686
+ /**
7687
+ * Do model contains links or not
7688
+ */
6030
7689
  linksLoaded: boolean;
7690
+ /**
7691
+ * Total count of the links, including not loaded
7692
+ */
6031
7693
  totalLinksCount: number;
7694
+ /**
7695
+ * Gets or sets links description column view mode
7696
+ */
6032
7697
  descriptionColumnViewMode: GenModels.LinksDescriptionColumnViewMode;
7698
+ /**
7699
+ * Gets or sets description column method key
7700
+ */
6033
7701
  descriptionColumnMethodKey: string;
6034
7702
  }
6035
7703
  }
6036
7704
  export declare namespace GenModels {
6037
7705
  interface LayoutLinkModel {
7706
+ /**
7707
+ * Gets or sets link id
7708
+ *
7709
+ * @format datatype.uuid
7710
+ */
6038
7711
  linkId: string;
7712
+ /**
7713
+ * Gets or sets display link name
7714
+ */
6039
7715
  displayName: string;
7716
+ /**
7717
+ * Gets or sets link type identifier
7718
+ *
7719
+ * @format datatype.uuid
7720
+ */
6040
7721
  linkTypeId: string;
7722
+ /**
7723
+ * Gets or sets link type name
7724
+ */
6041
7725
  linkTypeName: string;
7726
+ /**
7727
+ * link kind
7728
+ */
6042
7729
  kind: GenModels.LinkKind;
7730
+ /**
7731
+ * Linked card Type is document
7732
+ */
6043
7733
  isDocument: boolean;
7734
+ /**
7735
+ * Linked card id
7736
+ *
7737
+ * @format datatype.uuid
7738
+ */
6044
7739
  cardId: string;
7740
+ /**
7741
+ * Card type identifier
7742
+ *
7743
+ * @format datatype.uuid
7744
+ */
6045
7745
  cardTypeId: string;
7746
+ /**
7747
+ * Card kind identifier
7748
+ *
7749
+ * @format datatype.uuid
7750
+ */
6046
7751
  cardKindId: string;
7752
+ /**
7753
+ * File card id (if file card)
7754
+ *
7755
+ * @format datatype.uuid
7756
+ */
6047
7757
  fileCardId?: string;
7758
+ /**
7759
+ * File card version id (if file card)
7760
+ *
7761
+ * @format datatype.uuid
7762
+ */
6048
7763
  fileVersionId?: string;
7764
+ /**
7765
+ * Gets or sets Link creation date
7766
+ *
7767
+ * @format datatype.datetime
7768
+ */
6049
7769
  creationDate?: string;
7770
+ /**
7771
+ * Display name of the author of the link.
7772
+ */
6050
7773
  authorDisplayName: string;
7774
+ /**
7775
+ * Link description
7776
+ */
6051
7777
  description: string;
7778
+ /**
7779
+ * Url
7780
+ */
6052
7781
  url: string;
7782
+ /**
7783
+ * Gets or sets can delete link
7784
+ */
6053
7785
  canDelete: boolean;
7786
+ /**
7787
+ * Gets link description model
7788
+ */
6054
7789
  linkDescription: GenModels.LayoutLinkDescriptionModel;
6055
7790
  }
6056
7791
  }
6057
7792
  export declare namespace GenModels {
6058
7793
  interface LayoutLinkDescriptionModel {
7794
+ /**
7795
+ * Gets or sets link description mode
7796
+ */
6059
7797
  linkDescriptionMode: GenModels.LinkDescriptionMode;
7798
+ /**
7799
+ * Gets or sets text
7800
+ */
6060
7801
  text: string;
7802
+ /**
7803
+ * Gets or sets layout
7804
+ */
6061
7805
  layout: GenModels.LayoutCardViewModel;
6062
7806
  }
6063
7807
  }
@@ -6085,35 +7829,112 @@ export declare namespace GenModels {
6085
7829
  }
6086
7830
  export declare namespace GenModels {
6087
7831
  interface LayoutRowCreateParams {
7832
+ /**
7833
+ * Card identifier
7834
+ *
7835
+ * @format datatype.uuid
7836
+ */
6088
7837
  cardId: string;
7838
+ /**
7839
+ * Section identifier
7840
+ *
7841
+ * @format datatype.uuid
7842
+ */
6089
7843
  sectionId: string;
7844
+ /**
7845
+ * Gets or sets layout mode
7846
+ *
7847
+ * @format datatype.uuid
7848
+ */
6090
7849
  layoutMode?: string;
7850
+ /**
7851
+ * Gets or sets parent row id
7852
+ *
7853
+ * @format datatype.uuid
7854
+ */
6091
7855
  parentRowId?: string;
7856
+ /**
7857
+ * Gets or sets tree parent row id
7858
+ *
7859
+ * @format datatype.uuid
7860
+ */
6092
7861
  parentTreeRowId?: string;
6093
7862
  layoutParams: Array<GenModels.LayoutParamModel>;
7863
+ /**
7864
+ * Some data, provided by extensions for bypassing to lifecycle.
7865
+ */
6094
7866
  customContext?: any;
6095
7867
  }
6096
7868
  }
6097
7869
  export declare namespace GenModels {
6098
7870
  interface LayoutRowViewModel extends GenModels.LayoutViewModel {
7871
+ /**
7872
+ * Gets card row model
7873
+ */
6099
7874
  rowInfo: GenModels.RowInfoModel;
6100
7875
  }
6101
7876
  }
6102
7877
  export declare namespace GenModels {
6103
7878
  interface RowInfoModel extends GenModels.BaseInfoModel {
7879
+ /**
7880
+ * Gets or sets section id
7881
+ *
7882
+ * @format datatype.uuid
7883
+ */
6104
7884
  sectionId: string;
7885
+ /**
7886
+ * Parent row identifier
7887
+ *
7888
+ * @format datatype.uuid
7889
+ */
6105
7890
  parentRowId?: string;
7891
+ /**
7892
+ * Parent tree row identifier
7893
+ *
7894
+ * @format datatype.uuid
7895
+ */
6106
7896
  parentTreeRowId?: string;
7897
+ /**
7898
+ * Card identifier
7899
+ *
7900
+ * @format datatype.uuid
7901
+ */
6107
7902
  cardId: string;
7903
+ /**
7904
+ * Gets or sets card lock info
7905
+ */
6108
7906
  lockInfo: GenModels.LockInfoViewModel;
6109
7907
  }
6110
7908
  }
6111
7909
  export declare namespace GenModels {
6112
7910
  interface RowLayoutParams {
7911
+ /**
7912
+ * Gets or sets card identifier
7913
+ *
7914
+ * @format datatype.uuid
7915
+ */
6113
7916
  cardId: string;
7917
+ /**
7918
+ * Gets or sets section identifier
7919
+ *
7920
+ * @format datatype.uuid
7921
+ */
6114
7922
  sectionId: string;
7923
+ /**
7924
+ * Gets or sets row identifier
7925
+ *
7926
+ * @format datatype.uuid
7927
+ */
6115
7928
  rowId: string;
7929
+ /**
7930
+ * Gets or sets layout type
7931
+ *
7932
+ * @format datatype.uuid
7933
+ */
6116
7934
  layoutMode?: string;
7935
+ /**
7936
+ * Data passed from caller
7937
+ */
6117
7938
  layoutParams: Array<GenModels.LayoutParamModel>;
6118
7939
  }
6119
7940
  }
@@ -6154,31 +7975,93 @@ export declare namespace GenModels {
6154
7975
  }
6155
7976
  export declare namespace GenModels {
6156
7977
  interface RowLayoutPartParams extends GenModels.RowLayoutParams {
7978
+ /**
7979
+ * Get or sets root control name
7980
+ */
6157
7981
  rootControlName: string;
7982
+ /**
7983
+ * Get or set include root
7984
+ */
6158
7985
  includeRootControl: boolean;
6159
7986
  }
6160
7987
  }
6161
7988
  export declare namespace GenModels {
6162
7989
  interface SaveRowControlDataModel {
7990
+ /**
7991
+ * Gets or sets a card id
7992
+ *
7993
+ * @format datatype.uuid
7994
+ */
6163
7995
  cardId: string;
7996
+ /**
7997
+ * Gets or sets a section id
7998
+ *
7999
+ * @format datatype.uuid
8000
+ */
6164
8001
  sectionId: string;
8002
+ /**
8003
+ * Gets or sets a row id
8004
+ *
8005
+ * @format datatype.uuid
8006
+ */
6165
8007
  rowId: string;
8008
+ /**
8009
+ * Gets or sets a row timestamp
8010
+ */
6166
8011
  timestamp: number;
8012
+ /**
8013
+ * Gets or sets mode
8014
+ *
8015
+ * @format datatype.uuid
8016
+ */
6167
8017
  layoutMode?: string;
8018
+ /**
8019
+ * Gets or sets layout type
8020
+ */
6168
8021
  layoutAction: GenModels.LayoutAction;
8022
+ /**
8023
+ * Gets or sets control data
8024
+ */
6169
8025
  bindings: Array<GenModels.BindingsWriteRequest>;
8026
+ /**
8027
+ * Layout load option
8028
+ */
6170
8029
  layoutParams: Array<GenModels.LayoutParamModel>;
8030
+ /**
8031
+ * Gets or sets control data
8032
+ */
6171
8033
  extendedDataSourceInfos: Array<GenModels.ExtendedDataSourceInfoModel>;
8034
+ /**
8035
+ * Indicates, that this save completes entity creation and remove all temp data.
8036
+ */
6172
8037
  completeCreation: boolean;
8038
+ /**
8039
+ * Some data, provided by extensions for bypassing to lifecycle.
8040
+ */
6173
8041
  customContext?: any;
6174
8042
  }
6175
8043
  }
6176
8044
  export declare namespace GenModels {
6177
8045
  interface DepartmentSearchQuery {
8046
+ /**
8047
+ * search string
8048
+ */
6178
8049
  searchText: string;
8050
+ /**
8051
+ * Data source
8052
+ */
6179
8053
  source: GenModels.DepartmentDataSource;
8054
+ /**
8055
+ * Department types to search
8056
+ */
6180
8057
  itemTypes: GenModels.SearchDepartmentType;
8058
+ /**
8059
+ * Count of items to skip (paginator logic)
8060
+ */
6181
8061
  skipCount?: number;
8062
+ /**
8063
+ * Max items count in the result (paginator logic)
8064
+ */
6182
8065
  maxCount?: number;
6183
8066
  }
6184
8067
  }
@@ -6196,9 +8079,23 @@ export declare namespace GenModels {
6196
8079
  }
6197
8080
  export declare namespace GenModels {
6198
8081
  interface DepartmentLoadTreeQuery {
8082
+ /**
8083
+ * Parent department identifier
8084
+ *
8085
+ * @format datatype.uuid
8086
+ */
6199
8087
  parentNodeId?: string;
8088
+ /**
8089
+ * depth of search
8090
+ */
6200
8091
  treeLevelDown: number;
8092
+ /**
8093
+ * Data source
8094
+ */
6201
8095
  source: GenModels.DepartmentDataSource;
8096
+ /**
8097
+ * Department types to search
8098
+ */
6202
8099
  itemTypes: GenModels.SearchDepartmentType;
6203
8100
  }
6204
8101
  }
@@ -6254,8 +8151,17 @@ export declare namespace GenModels {
6254
8151
  }
6255
8152
  export declare namespace GenModels {
6256
8153
  interface DepartmentFindInTreeQuery {
8154
+ /**
8155
+ * search string
8156
+ */
6257
8157
  searchQuery: string;
8158
+ /**
8159
+ * Data source
8160
+ */
6258
8161
  source: GenModels.DepartmentDataSource;
8162
+ /**
8163
+ * Department types to search
8164
+ */
6259
8165
  itemTypes: GenModels.SearchDepartmentType;
6260
8166
  }
6261
8167
  }
@@ -6364,46 +8270,113 @@ export declare namespace GenModels {
6364
8270
  }
6365
8271
  export declare namespace GenModels {
6366
8272
  interface DepartmentLoadFlatQuery {
8273
+ /**
8274
+ * Parent department identifier
8275
+ *
8276
+ * @format datatype.uuid
8277
+ */
6367
8278
  departmentId?: string;
8279
+ /**
8280
+ * Data source
8281
+ */
6368
8282
  source: GenModels.DepartmentDataSource;
8283
+ /**
8284
+ * Department types to search
8285
+ */
6369
8286
  itemTypes: GenModels.SearchDepartmentType;
8287
+ /**
8288
+ * Skip n departments from begin (pagination)
8289
+ */
6370
8290
  skip: number;
8291
+ /**
8292
+ * Max departments count in response (pagination)
8293
+ */
6371
8294
  maxCount: number;
6372
8295
  }
6373
8296
  }
6374
8297
  export declare namespace GenModels {
6375
8298
  interface DepartmentLoadFlatResponse {
8299
+ /**
8300
+ * List of department items
8301
+ */
6376
8302
  items: Array<GenModels.DepartmentFlatDigest>;
8303
+ /**
8304
+ * Total items count
8305
+ */
6377
8306
  totalItemsCount: number;
8307
+ /**
8308
+ * Directory timestamp
8309
+ */
6378
8310
  directoryTimestamp: number;
6379
8311
  }
6380
8312
  }
6381
8313
  export declare namespace GenModels {
6382
8314
  interface DepartmentFlatDigest {
8315
+ /**
8316
+ * Department tree node data
8317
+ */
6383
8318
  data: GenModels.DepartmentTreeNode;
8319
+ /**
8320
+ * True if department tree node data has any children, and false otherwise
8321
+ */
6384
8322
  hasChildren?: boolean;
6385
8323
  }
6386
8324
  }
6387
8325
  export declare namespace GenModels {
6388
8326
  interface DepartmentSearchFlatQuery {
8327
+ /**
8328
+ * Data source
8329
+ */
6389
8330
  source: GenModels.DepartmentDataSource;
8331
+ /**
8332
+ * item types
8333
+ */
6390
8334
  itemTypes: GenModels.SearchDepartmentType;
8335
+ /**
8336
+ * Text to search
8337
+ */
6391
8338
  searchText: string;
8339
+ /**
8340
+ * Department id
8341
+ *
8342
+ * @format datatype.uuid
8343
+ */
6392
8344
  departmentId?: string;
8345
+ /**
8346
+ * Count of items to skip (paginator logic)
8347
+ */
6393
8348
  skip?: number;
8349
+ /**
8350
+ * Max items count in the result (paginator logic)
8351
+ */
6394
8352
  maxCount?: number;
6395
8353
  }
6396
8354
  }
6397
8355
  export declare namespace GenModels {
6398
8356
  interface DepartmentSearchFlatResponse {
8357
+ /**
8358
+ * Department's search items
8359
+ */
6399
8360
  items: Array<GenModels.DepartmentSearchFlatItem>;
8361
+ /**
8362
+ * Has more items
8363
+ */
6400
8364
  hasMore: boolean;
8365
+ /**
8366
+ * Directory timestamp
8367
+ */
6401
8368
  directoryTimestamp: number;
6402
8369
  }
6403
8370
  }
6404
8371
  export declare namespace GenModels {
6405
8372
  interface DepartmentSearchFlatItem extends GenModels.DepartmentFlatDigest {
8373
+ /**
8374
+ * Partner search info
8375
+ */
6406
8376
  searchInfo: GenModels.PartnerSearchInfo;
8377
+ /**
8378
+ * Path to search in
8379
+ */
6407
8380
  path: Array<GenModels.DepartmentModel>;
6408
8381
  }
6409
8382
  }
@@ -6595,23 +8568,69 @@ export declare namespace GenModels {
6595
8568
  }
6596
8569
  export declare namespace GenModels {
6597
8570
  interface ChildTaskCommentModel {
8571
+ /**
8572
+ * Task identifier
8573
+ *
8574
+ * @format datatype.uuid
8575
+ */
6598
8576
  cardId: string;
8577
+ /**
8578
+ * Task name
8579
+ */
6599
8580
  taskName: string;
8581
+ /**
8582
+ * Task state name
8583
+ */
6600
8584
  stateDisplayName: string;
8585
+ /**
8586
+ * Task name
8587
+ */
6601
8588
  comment: string;
8589
+ /**
8590
+ * Comment file info
8591
+ */
6602
8592
  commentFile: GenModels.CommonFileModel;
8593
+ /**
8594
+ * Gets performer name
8595
+ */
6603
8596
  performerDisplayName: string;
6604
8597
  }
6605
8598
  }
6606
8599
  export declare namespace GenModels {
6607
8600
  interface CommonFileModel {
8601
+ /**
8602
+ * File name
8603
+ */
6608
8604
  fileName: string;
8605
+ /**
8606
+ * File id
8607
+ *
8608
+ * @format datatype.uuid
8609
+ */
6609
8610
  fileId: string;
8611
+ /**
8612
+ * Gets or sets a flag that determines whether current file can be edited.
8613
+ */
6610
8614
  allowEdit: boolean;
8615
+ /**
8616
+ * Link to open file with webdav
8617
+ */
6611
8618
  webDavLink: string;
8619
+ /**
8620
+ * Link to open file with webdav readonly
8621
+ */
6612
8622
  webDavReadonlyLink: string;
8623
+ /**
8624
+ * Does file preview available for this file extension
8625
+ */
6613
8626
  filePreviewAvailable: boolean;
8627
+ /**
8628
+ * Does file locked by someone
8629
+ */
6614
8630
  isLocked: boolean;
8631
+ /**
8632
+ * If file loading failed, the property will contain error message.
8633
+ */
6615
8634
  loadingErrorMessage: string;
6616
8635
  }
6617
8636
  }
@@ -6679,9 +8698,23 @@ export declare namespace GenModels {
6679
8698
  }
6680
8699
  export declare namespace GenModels {
6681
8700
  interface ChildTaskCreateDefaultValues {
8701
+ /**
8702
+ * Name of the task
8703
+ */
6682
8704
  name: string;
8705
+ /**
8706
+ * Task description
8707
+ */
6683
8708
  content: string;
8709
+ /**
8710
+ * Task performers
8711
+ */
6684
8712
  currentPerformers: Array<GenModels.EmployeeModel>;
8713
+ /**
8714
+ * Task end date
8715
+ *
8716
+ * @format datatype.datetime
8717
+ */
6685
8718
  endDate?: string;
6686
8719
  }
6687
8720
  }
@@ -6713,7 +8746,13 @@ export declare namespace GenModels {
6713
8746
  }
6714
8747
  export declare namespace GenModels {
6715
8748
  interface DelegateRecordsResponse {
8749
+ /**
8750
+ * Start performers
8751
+ */
6716
8752
  startPerformers: Array<GenModels.DisplayPerformersPerformer>;
8753
+ /**
8754
+ * Delegation records
8755
+ */
6717
8756
  records: Array<GenModels.DelegateRecord>;
6718
8757
  }
6719
8758
  }
@@ -6745,10 +8784,27 @@ export declare namespace GenModels {
6745
8784
  }
6746
8785
  export declare namespace GenModels {
6747
8786
  interface DelegateRecord {
8787
+ /**
8788
+ * Event
8789
+ */
6748
8790
  event: GenModels.DelegateEvent;
8791
+ /**
8792
+ * Initiator
8793
+ */
6749
8794
  initiator: GenModels.EmployeeModel;
8795
+ /**
8796
+ * Performers
8797
+ */
6750
8798
  performers: Array<GenModels.EmployeeModel>;
8799
+ /**
8800
+ * Date
8801
+ *
8802
+ * @format datatype.datetime
8803
+ */
6751
8804
  date: string;
8805
+ /**
8806
+ * Comment
8807
+ */
6752
8808
  comment: string;
6753
8809
  }
6754
8810
  }
@@ -6876,20 +8932,65 @@ export declare namespace GenModels {
6876
8932
  }
6877
8933
  export declare namespace GenModels {
6878
8934
  interface GetApprovalTaskDecisionInfoOptions {
8935
+ /**
8936
+ * Task id
8937
+ *
8938
+ * @format datatype.uuid
8939
+ */
6879
8940
  taskId: string;
8941
+ /**
8942
+ * @format datatype.uuid
8943
+ */
6880
8944
  completionOptionId: string;
6881
8945
  }
6882
8946
  }
6883
8947
  export declare namespace GenModels {
6884
8948
  interface ApprovalTaskDecisionInfo {
8949
+ /**
8950
+ * Task id
8951
+ *
8952
+ * @format datatype.uuid
8953
+ */
6885
8954
  taskId: string;
8955
+ /**
8956
+ * Approving document id
8957
+ *
8958
+ * @format datatype.uuid
8959
+ */
6886
8960
  documentId: string;
8961
+ /**
8962
+ * Completion option id
8963
+ *
8964
+ * @format datatype.uuid
8965
+ */
6887
8966
  completionOptionId: string;
8967
+ /**
8968
+ * Id of decision, that matches corresponding task completion option.
8969
+ *
8970
+ * @format datatype.uuid
8971
+ */
6888
8972
  decisionId: string;
8973
+ /**
8974
+ * Should request digital signature
8975
+ */
6889
8976
  requestDigitalSignature: boolean;
8977
+ /**
8978
+ * Allow simple sign
8979
+ */
6890
8980
  allowSimpleSign: boolean;
8981
+ /**
8982
+ * Gets or sets decision semantics
8983
+ */
6891
8984
  decisionSemantics: GenModels.DecisionSemantics;
8985
+ /**
8986
+ * Gets or sets label identifier
8987
+ *
8988
+ * @format datatype.uuid
8989
+ */
6892
8990
  labelId?: string;
8991
+ /**
8992
+ * Gets or sets encoded Id
8993
+ */
6893
8994
  encodedLabelId: string;
6894
8995
  }
6895
8996
  }
@@ -7291,8 +9392,8 @@ export declare namespace GenModels {
7291
9392
  export declare namespace GenModels {
7292
9393
  interface StaffQuery {
7293
9394
  /**
7294
- * Is query exec from staff directory
7295
- */
9395
+ * Is query exec from staff directory
9396
+ */
7296
9397
  isDirectoryLoadContext?: boolean;
7297
9398
  /**
7298
9399
  * Query type
@@ -7882,10 +9983,6 @@ export declare namespace GenModels {
7882
9983
  * Search context options
7883
9984
  */
7884
9985
  searchContextOptions: Array<GenModels.SearchOptionModel>;
7885
- /**
7886
- * Gets or sets needs to use old grid.
7887
- */
7888
- useOldGrid: GenModels.UseOldGrid;
7889
9986
  /**
7890
9987
  * Management console address
7891
9988
  */
@@ -8216,7 +10313,15 @@ export declare namespace GenModels {
8216
10313
  }
8217
10314
  export declare namespace GenModels {
8218
10315
  interface CardTypeModel {
10316
+ /**
10317
+ * Gets name
10318
+ */
8219
10319
  name: string;
10320
+ /**
10321
+ * Card type id
10322
+ *
10323
+ * @format datatype.uuid
10324
+ */
8220
10325
  id: string;
8221
10326
  }
8222
10327
  }
@@ -8330,13 +10435,31 @@ export declare namespace GenModels {
8330
10435
  }
8331
10436
  export declare namespace GenModels {
8332
10437
  interface AdminPanelMessageModel {
10438
+ /**
10439
+ * Card id
10440
+ *
10441
+ * @format datatype.uuid
10442
+ */
8333
10443
  cardId: string;
10444
+ /**
10445
+ * Message card id
10446
+ *
10447
+ * @format datatype.uuid
10448
+ */
8334
10449
  messageCardId: string;
8335
10450
  }
8336
10451
  }
8337
10452
  export declare namespace GenModels {
8338
10453
  interface AgreementHistoryDataModel {
10454
+ /**
10455
+ * Gets or sets if history exists
10456
+ */
8339
10457
  historyExists: boolean;
10458
+ /**
10459
+ * Gets agreement card identifier
10460
+ *
10461
+ * @format datatype.uuid
10462
+ */
8340
10463
  agreementCardId: string;
8341
10464
  }
8342
10465
  }
@@ -8348,17 +10471,45 @@ export declare namespace GenModels {
8348
10471
  }
8349
10472
  export declare namespace GenModels {
8350
10473
  interface CardLinkDataModel {
10474
+ /**
10475
+ * ID карточки, на которую установлена ссылка.
10476
+ *
10477
+ * @format datatype.uuid
10478
+ */
8351
10479
  cardId: string;
10480
+ /**
10481
+ * Значение Digest карточки. Данный текст будет отображен в качестве текста ссылки.
10482
+ */
8352
10483
  cardDigest: string;
10484
+ /**
10485
+ * Доступен ли текущему пользователю просмотр указанной карточки.
10486
+ * Данное свойство будет использовано для отключения ссылки и пунктов меню "Открыть" в контроле.
10487
+ */
8353
10488
  cardViewAllowed: boolean;
10489
+ /**
10490
+ * Доступен ли текущему пользователю чтение основного файла указанной карточки.
10491
+ * Данное свойство будет использовано для отключения пункта меню "Просмотреть файл" в контроле.
10492
+ */
8354
10493
  mainFileReadAllowed: boolean;
8355
10494
  }
8356
10495
  }
8357
10496
  export declare namespace GenModels {
8358
10497
  interface ControlsInfoModel {
10498
+ /**
10499
+ * Gets or sets control display name
10500
+ */
8359
10501
  controlDisplayName: string;
10502
+ /**
10503
+ * Gets or sets control name
10504
+ */
8360
10505
  controlName: string;
10506
+ /**
10507
+ * Gets or sets show parameter option
10508
+ */
8361
10509
  showParameter: GenModels.ShowParametersOptions;
10510
+ /**
10511
+ * Gets or sets completion parameters model
10512
+ */
8362
10513
  completionParameterModel: GenModels.CompletionParameterModel;
8363
10514
  }
8364
10515
  }
@@ -8396,24 +10547,61 @@ export declare namespace GenModels {
8396
10547
  }
8397
10548
  export declare namespace GenModels {
8398
10549
  interface CreateKindDataModel {
10550
+ /**
10551
+ * Gets create route name
10552
+ */
8399
10553
  createRouteName: string;
10554
+ /**
10555
+ * Gets identifier
10556
+ *
10557
+ * @format datatype.uuid
10558
+ */
8400
10559
  id: string;
10560
+ /**
10561
+ * Gets card type identifier
10562
+ *
10563
+ * @format datatype.uuid
10564
+ */
8401
10565
  cardTypeId: string;
10566
+ /**
10567
+ * Gets display name
10568
+ */
8402
10569
  displayName: string;
10570
+ /**
10571
+ * Gets is template
10572
+ */
8403
10573
  isTemplate: boolean;
10574
+ /**
10575
+ * It is node corresponding to approval child task creation
10576
+ */
8404
10577
  isApprovingChildTasksNode: boolean;
8405
10578
  }
8406
10579
  }
8407
10580
  export declare namespace GenModels {
8408
10581
  interface DisplayStaffUnitModel {
10582
+ /**
10583
+ * display string for staff unit model
10584
+ */
8409
10585
  displayString: string;
10586
+ /**
10587
+ * tooltip string
10588
+ */
8410
10589
  tooltip: string;
10590
+ /**
10591
+ * error message
10592
+ */
8411
10593
  errorMessage: string;
8412
10594
  }
8413
10595
  }
8414
10596
  export declare namespace GenModels {
8415
10597
  interface ElementsDataModel {
10598
+ /**
10599
+ * Available variants to select
10600
+ */
8416
10601
  elements: Array<GenModels.Element>;
10602
+ /**
10603
+ * Is empty key allowed
10604
+ */
8417
10605
  isEmptyKeyAllowed: boolean;
8418
10606
  }
8419
10607
  }
@@ -8435,64 +10623,181 @@ export declare namespace GenModels {
8435
10623
  }
8436
10624
  export declare namespace GenModels {
8437
10625
  interface LayoutTableBindingModel {
10626
+ /**
10627
+ * Section id
10628
+ *
10629
+ * @format datatype.uuid
10630
+ */
8438
10631
  sectionId: string;
10632
+ /**
10633
+ * How many first rows was skipped on rows loading
10634
+ */
8439
10635
  skippedCount: number;
10636
+ /**
10637
+ * Do section contains more rows at the end of the table (after loaded rows)
10638
+ */
8440
10639
  hasMore: boolean;
10640
+ /**
10641
+ * Rows loaded from the server
10642
+ */
8441
10643
  loadedRows: Array<string>;
10644
+ /**
10645
+ * Rows added on the client
10646
+ */
8442
10647
  addedRows: Array<string>;
10648
+ /**
10649
+ * Rows deleted on the client
10650
+ */
8443
10651
  deletedRows: Array<string>;
10652
+ /**
10653
+ * Rows identifiers sorted by order
10654
+ */
8444
10655
  rowsOrder: Array<string>;
8445
10656
  }
8446
10657
  }
8447
10658
  export declare namespace GenModels {
8448
10659
  interface LayoutTableColumnInfo {
10660
+ /**
10661
+ * Column name
10662
+ */
8449
10663
  header: string;
10664
+ /**
10665
+ * Width
10666
+ */
8450
10667
  columnWidth: string;
10668
+ /**
10669
+ * Tooltip
10670
+ */
8451
10671
  tip: string;
10672
+ /**
10673
+ * Is column visible or not
10674
+ */
8452
10675
  visibility: boolean;
8453
10676
  }
8454
10677
  }
8455
10678
  export declare namespace GenModels {
8456
10679
  interface MultipleEmployeesDataModel {
10680
+ /**
10681
+ * Gets or sets employees
10682
+ */
8457
10683
  employees: Array<GenModels.EmployeeDataModel>;
10684
+ /**
10685
+ * Gets or sets field path
10686
+ */
8458
10687
  fieldPath: string;
8459
10688
  }
8460
10689
  }
8461
10690
  export declare namespace GenModels {
8462
10691
  interface OperationDataModel {
10692
+ /**
10693
+ * Gets or sets operation id
10694
+ *
10695
+ * @format datatype.uuid
10696
+ */
8463
10697
  operationId: string;
10698
+ /**
10699
+ * Gets or sets operation builtInId
10700
+ *
10701
+ * @format datatype.uuid
10702
+ */
8464
10703
  builtInOperationId: string;
10704
+ /**
10705
+ * Gets or sets display name
10706
+ */
8465
10707
  displayName: string;
10708
+ /**
10709
+ * Gets or sets tooltip
10710
+ */
8466
10711
  tooltip: string;
10712
+ /**
10713
+ * Gets or sets operation display mode
10714
+ */
8467
10715
  displayMode: GenModels.StateOperationDisplayMode;
10716
+ /**
10717
+ * Gets or sets is generated model
10718
+ */
8468
10719
  isGenerated: boolean;
10720
+ /**
10721
+ * Gets or sets generated operation identifier
10722
+ *
10723
+ * @format datatype.uuid
10724
+ */
8469
10725
  generatedOperationId: string;
10726
+ /**
10727
+ * Gets or sets button color
10728
+ */
8470
10729
  color: string;
10730
+ /**
10731
+ * Gets or sets button text color
10732
+ */
8471
10733
  textColor: string;
10734
+ /**
10735
+ * Gets or sets button order
10736
+ */
8472
10737
  order: number;
10738
+ /**
10739
+ * If operation is completion option, its identifier.
10740
+ *
10741
+ * @format datatype.uuid
10742
+ */
8473
10743
  completionOptionId?: string;
10744
+ /**
10745
+ * Request confirmation before executing operation.
10746
+ */
8474
10747
  requestConfirmation: boolean;
10748
+ /**
10749
+ * Additional info
10750
+ */
8475
10751
  additionalInfo: GenModels.OperationAdditionalInfoDataModel;
10752
+ /**
10753
+ * Operation as field value
10754
+ */
8476
10755
  fieldInfo: GenModels.OperationFieldInfo;
8477
10756
  }
8478
10757
  }
8479
10758
  export declare namespace GenModels {
8480
10759
  interface OperationAdditionalInfoDataModel {
10760
+ /**
10761
+ * Gets or sets decision semantics
10762
+ */
8481
10763
  decisionSemantics?: GenModels.DecisionSemantics;
10764
+ /**
10765
+ * Gets or sets decision name
10766
+ */
8482
10767
  decisionName: string;
8483
10768
  }
8484
10769
  }
8485
10770
  export declare namespace GenModels {
8486
10771
  interface TransformationDataModel {
10772
+ /**
10773
+ * Gets or sets identifier
10774
+ *
10775
+ * @format datatype.uuid
10776
+ */
8487
10777
  id: string;
10778
+ /**
10779
+ * Gets or sets name
10780
+ */
8488
10781
  name: string;
10782
+ /**
10783
+ * Gets or sets display name
10784
+ */
8489
10785
  displayName: string;
10786
+ /**
10787
+ * Gets or sets value indicating whether transformation is default
10788
+ */
8490
10789
  default: boolean;
8491
10790
  }
8492
10791
  }
8493
10792
  export declare namespace GenModels {
8494
10793
  interface UploadFileFromDirectoryModel {
10794
+ /**
10795
+ * @format datatype.uuid
10796
+ */
8495
10797
  documentId: string;
10798
+ /**
10799
+ * @format datatype.uuid
10800
+ */
8496
10801
  fileId: string;
8497
10802
  timestamp: number;
8498
10803
  fileName: string;
@@ -8876,6 +11181,10 @@ export declare namespace GenModels {
8876
11181
  * Type of the data
8877
11182
  */
8878
11183
  dataType: GenModels.DirectoryDataType;
11184
+ /**
11185
+ * Gets or sets flag that determines whether role should be shown in search results.
11186
+ */
11187
+ notAvailable: boolean;
8879
11188
  }
8880
11189
  }
8881
11190
  export declare namespace GenModels {
@@ -9083,18 +11392,6 @@ export declare namespace GenModels {
9083
11392
  unitValueEnabled: boolean;
9084
11393
  }
9085
11394
  }
9086
- export declare namespace GenModels {
9087
- interface InputMaskModel {
9088
- /**
9089
- * Input mask string
9090
- */
9091
- inputMask?: string;
9092
- /**
9093
- * Regular expression for validation input
9094
- */
9095
- inputRegExp?: string;
9096
- }
9097
- }
9098
11395
  export declare namespace GenModels {
9099
11396
  interface TaskDelegationInfoModel {
9100
11397
  /**
@@ -9385,7 +11682,15 @@ export declare namespace GenModels {
9385
11682
  }
9386
11683
  export declare namespace GenModels {
9387
11684
  interface CardApprovalStageModel {
11685
+ /**
11686
+ * Gets/sets stage identifier
11687
+ *
11688
+ * @format datatype.uuid
11689
+ */
9388
11690
  stageId: string;
11691
+ /**
11692
+ * Gets stage name
11693
+ */
9389
11694
  name: string;
9390
11695
  }
9391
11696
  }
@@ -9421,10 +11726,6 @@ export declare namespace GenModels {
9421
11726
  * Supported modes of response
9422
11727
  */
9423
11728
  supportedModes: Array<string>;
9424
- /**
9425
- * Add state guid to login url
9426
- */
9427
- isStateCompare: boolean;
9428
11729
  /**
9429
11730
  * Time to refresh login uri in seconds
9430
11731
  */
@@ -9553,6 +11854,18 @@ export declare namespace GenModels {
9553
11854
  interface ISystemStateNotificationData {
9554
11855
  }
9555
11856
  }
11857
+ export declare namespace GenModels {
11858
+ interface InputMaskModel {
11859
+ /**
11860
+ * Input mask string
11861
+ */
11862
+ inputMask: string;
11863
+ /**
11864
+ * Regular expression for validation input
11865
+ */
11866
+ inputRegExp: string;
11867
+ }
11868
+ }
9556
11869
  export declare namespace GenModels {
9557
11870
  interface FolderListModel {
9558
11871
  /**
@@ -9676,30 +11989,78 @@ export declare namespace GenModels {
9676
11989
  }
9677
11990
  }
9678
11991
  export declare namespace GenModels {
11992
+ /**
11993
+ * Represents stage task sending mode
11994
+ */
9679
11995
  enum StageTaskSendingMode {
11996
+ /**
11997
+ * Sequential
11998
+ */
9680
11999
  Sequential = 0,
12000
+ /**
12001
+ * Parallel
12002
+ */
9681
12003
  Parallel = 1
9682
12004
  }
9683
12005
  }
9684
12006
  export declare namespace GenModels {
12007
+ /**
12008
+ * Approval path stage repeat mode
12009
+ */
9685
12010
  enum StageRepeatMode {
12011
+ /**
12012
+ * Always
12013
+ */
9686
12014
  Always = 0,
12015
+ /**
12016
+ * Never
12017
+ */
9687
12018
  Never = 1,
12019
+ /**
12020
+ * For not approved
12021
+ */
9688
12022
  ForNotApproved = 2,
12023
+ /**
12024
+ * On negative decision
12025
+ */
9689
12026
  OnNegativeDecision = 3,
12027
+ /**
12028
+ * When rejected or file was changed
12029
+ */
9690
12030
  WhenRejectedOrFileChanged = 4
9691
12031
  }
9692
12032
  }
9693
12033
  export declare namespace GenModels {
12034
+ /**
12035
+ * Represents condition type
12036
+ */
9694
12037
  enum ConditionType {
12038
+ /**
12039
+ * No conditions
12040
+ */
9695
12041
  None = 0,
12042
+ /**
12043
+ * And
12044
+ */
9696
12045
  And = 1,
12046
+ /**
12047
+ * Or
12048
+ */
9697
12049
  Or = 2,
12050
+ /**
12051
+ * Complex conditions
12052
+ */
9698
12053
  Complex = 3
9699
12054
  }
9700
12055
  }
9701
12056
  export declare namespace GenModels {
12057
+ /**
12058
+ * Represents node type
12059
+ */
9702
12060
  enum NodeType {
12061
+ /**
12062
+ * Stage node type
12063
+ */
9703
12064
  Stage = 0
9704
12065
  }
9705
12066
  }
@@ -9908,6 +12269,21 @@ export declare namespace GenModels {
9908
12269
  ElectronicSignature = 0
9909
12270
  }
9910
12271
  }
12272
+ export declare namespace GenModels {
12273
+ /**
12274
+ * Represents type of tree node
12275
+ */
12276
+ enum DirectoryDesignerTreeNodeType {
12277
+ /**
12278
+ * directory designer item type (node)
12279
+ */
12280
+ Node = 1,
12281
+ /**
12282
+ * directory designer row
12283
+ */
12284
+ Row = 2
12285
+ }
12286
+ }
9911
12287
  export declare namespace GenModels {
9912
12288
  /**
9913
12289
  * Represents what and how to search in directory designer tree
@@ -9931,15 +12307,19 @@ export declare namespace GenModels {
9931
12307
  /**
9932
12308
  * Represents type of tree node
9933
12309
  */
9934
- enum DirectoryDesignerTreeNodeType {
12310
+ enum DirectoryDesignerSearchItemsType {
12311
+ /**
12312
+ * Everything
12313
+ */
12314
+ NodesAndRows = 0,
9935
12315
  /**
9936
12316
  * directory designer item type (node)
9937
12317
  */
9938
- Node = 1,
12318
+ Nodes = 1,
9939
12319
  /**
9940
12320
  * directory designer row
9941
12321
  */
9942
- Row = 2
12322
+ Rows = 2
9943
12323
  }
9944
12324
  }
9945
12325
  export declare namespace GenModels {
@@ -10016,13 +12396,37 @@ export declare namespace GenModels {
10016
12396
  }
10017
12397
  }
10018
12398
  export declare namespace GenModels {
12399
+ /**
12400
+ * Declare column type
12401
+ */
10019
12402
  enum ColumnType {
12403
+ /**
12404
+ * Int
12405
+ */
10020
12406
  Integer = 0,
12407
+ /**
12408
+ * String
12409
+ */
10021
12410
  String = 1,
12411
+ /**
12412
+ * Double
12413
+ */
10022
12414
  Float = 2,
12415
+ /**
12416
+ * Datetime
12417
+ */
10023
12418
  DateTime = 3,
12419
+ /**
12420
+ * Boolean
12421
+ */
10024
12422
  Bool = 5,
12423
+ /**
12424
+ * Decimal column type
12425
+ */
10025
12426
  Decimal = 6,
12427
+ /**
12428
+ * Unique id data type
12429
+ */
10026
12430
  UniqueId = 7
10027
12431
  }
10028
12432
  }
@@ -10109,6 +12513,9 @@ export declare namespace GenModels {
10109
12513
  }
10110
12514
  }
10111
12515
  export declare namespace GenModels {
12516
+ /**
12517
+ * Partner search mode
12518
+ */
10112
12519
  enum PartnerSearchMode {
10113
12520
  SearchDepartments = 0,
10114
12521
  SearchEmployees = 1,
@@ -10116,9 +12523,21 @@ export declare namespace GenModels {
10116
12523
  }
10117
12524
  }
10118
12525
  export declare namespace GenModels {
12526
+ /**
12527
+ * Partner item type
12528
+ */
10119
12529
  enum PartnerItemType {
12530
+ /**
12531
+ * Organization
12532
+ */
10120
12533
  Organization = 0,
12534
+ /**
12535
+ * Department
12536
+ */
10121
12537
  Department = 1,
12538
+ /**
12539
+ * Employee
12540
+ */
10122
12541
  Employee = 2
10123
12542
  }
10124
12543
  }
@@ -10286,7 +12705,6 @@ export declare namespace GenModels {
10286
12705
  }
10287
12706
  export declare namespace GenModels {
10288
12707
  enum CardDataRights {
10289
- GenericRead = -2147483648,
10290
12708
  ListChildObjects = 1,
10291
12709
  CreateChildObjects = 2,
10292
12710
  DeleteChildObjects = 4,
@@ -10306,7 +12724,8 @@ export declare namespace GenModels {
10306
12724
  FullControl = 983359,
10307
12725
  GenericAll = 268435456,
10308
12726
  GenericExecute = 536870912,
10309
- GenericWrite = 1073741824
12727
+ GenericWrite = 1073741824,
12728
+ GenericRead = -2147483648
10310
12729
  }
10311
12730
  }
10312
12731
  export declare namespace GenModels {
@@ -10610,6 +13029,9 @@ export declare namespace GenModels {
10610
13029
  }
10611
13030
  }
10612
13031
  export declare namespace GenModels {
13032
+ /**
13033
+ * Agreement state type
13034
+ */
10613
13035
  enum AgreementStateType {
10614
13036
  Draft = 0,
10615
13037
  Started = 1,
@@ -10620,18 +13042,45 @@ export declare namespace GenModels {
10620
13042
  }
10621
13043
  }
10622
13044
  export declare namespace GenModels {
13045
+ /**
13046
+ * Approval type
13047
+ */
10623
13048
  enum ApprovalType {
13049
+ /**
13050
+ * Sequential
13051
+ */
10624
13052
  Sequential = 0,
13053
+ /**
13054
+ * Parallel
13055
+ */
10625
13056
  Parallel = 1,
13057
+ /**
13058
+ * Consolidation
13059
+ */
10626
13060
  Consolidation = 2,
13061
+ /**
13062
+ * Alternative
13063
+ */
10627
13064
  Alternative = 3
10628
13065
  }
10629
13066
  }
10630
13067
  export declare namespace GenModels {
10631
13068
  enum StageSemantics {
13069
+ /**
13070
+ * Positive
13071
+ */
10632
13072
  Positive = 1,
13073
+ /**
13074
+ * Negative
13075
+ */
10633
13076
  Negative = 2,
13077
+ /**
13078
+ * Conditionally positive
13079
+ */
10634
13080
  Neutral = 3,
13081
+ /**
13082
+ * Other
13083
+ */
10635
13084
  Other = 4
10636
13085
  }
10637
13086
  }
@@ -10877,8 +13326,17 @@ export declare namespace GenModels {
10877
13326
  }
10878
13327
  }
10879
13328
  export declare namespace GenModels {
13329
+ /**
13330
+ * department data source
13331
+ */
10880
13332
  enum DepartmentDataSource {
13333
+ /**
13334
+ * Staff directory
13335
+ */
10881
13336
  StaffDirectory = 0,
13337
+ /**
13338
+ * Partners directory
13339
+ */
10882
13340
  PartnersDirectory = 1
10883
13341
  }
10884
13342
  }
@@ -10982,10 +13440,25 @@ export declare namespace GenModels {
10982
13440
  }
10983
13441
  }
10984
13442
  export declare namespace GenModels {
13443
+ /**
13444
+ * Delegate event
13445
+ */
10985
13446
  enum DelegateEvent {
13447
+ /**
13448
+ * Delegated
13449
+ */
10986
13450
  Delegated = 0,
13451
+ /**
13452
+ * Delegated with return
13453
+ */
10987
13454
  DelegatedWithReturn = 1,
13455
+ /**
13456
+ * Returned
13457
+ */
10988
13458
  Returned = 2,
13459
+ /**
13460
+ * Taken to work
13461
+ */
10989
13462
  TakenToWork = 3
10990
13463
  }
10991
13464
  }
@@ -11145,25 +13618,6 @@ export declare namespace GenModels {
11145
13618
  Pdfjs = 1
11146
13619
  }
11147
13620
  }
11148
- export declare namespace GenModels {
11149
- /**
11150
- * Defines UseOldGrid setting values.
11151
- */
11152
- enum UseOldGrid {
11153
- /**
11154
- * Do not use old grid.
11155
- */
11156
- DoNotUse = 0,
11157
- /**
11158
- * Show old grid only for Internet Explorer.
11159
- */
11160
- OnlyForIE = 1,
11161
- /**
11162
- * Use old grid anywhere.
11163
- */
11164
- Anywhere = 2
11165
- }
11166
- }
11167
13621
  export declare namespace GenModels {
11168
13622
  /**
11169
13623
  * FilePreviewMode
@@ -11184,15 +13638,36 @@ export declare namespace GenModels {
11184
13638
  }
11185
13639
  }
11186
13640
  export declare namespace GenModels {
13641
+ /**
13642
+ * BackgroundStyle
13643
+ */
11187
13644
  enum BackgroundStyle {
13645
+ /**
13646
+ * Tile
13647
+ */
11188
13648
  Tile = 0,
13649
+ /**
13650
+ * Stretch
13651
+ */
11189
13652
  Stretch = 1
11190
13653
  }
11191
13654
  }
11192
13655
  export declare namespace GenModels {
13656
+ /**
13657
+ * BackgroundType
13658
+ */
11193
13659
  enum BackgroundType {
13660
+ /**
13661
+ * Default
13662
+ */
11194
13663
  Default = 0,
13664
+ /**
13665
+ * Inherit
13666
+ */
11195
13667
  Inherit = 1,
13668
+ /**
13669
+ * Custom
13670
+ */
11196
13671
  Custom = 2
11197
13672
  }
11198
13673
  }
@@ -11207,10 +13682,6 @@ export declare namespace GenModels {
11207
13682
  * Agreement management available buttons
11208
13683
  */
11209
13684
  enum AgreementManagementAvailableButtons {
11210
- /**
11211
- * All buttons available
11212
- */
11213
- All = -1,
11214
13685
  /**
11215
13686
  * Pause
11216
13687
  */
@@ -11222,7 +13693,11 @@ export declare namespace GenModels {
11222
13693
  /**
11223
13694
  * Complete
11224
13695
  */
11225
- Complete = 4
13696
+ Complete = 4,
13697
+ /**
13698
+ * All buttons available
13699
+ */
13700
+ All = -1
11226
13701
  }
11227
13702
  }
11228
13703
  export declare namespace GenModels {
@@ -11409,8 +13884,17 @@ export declare namespace GenModels {
11409
13884
  }
11410
13885
  }
11411
13886
  export declare namespace GenModels {
13887
+ /**
13888
+ * Save scanned image format
13889
+ */
11412
13890
  enum ScannedImageFormat {
13891
+ /**
13892
+ * Save as one PDF file
13893
+ */
11413
13894
  Pdf = 0,
13895
+ /**
13896
+ * Save as JPG image
13897
+ */
11414
13898
  Jpeg = 1
11415
13899
  }
11416
13900
  }
@@ -11426,9 +13910,21 @@ export declare namespace GenModels {
11426
13910
  }
11427
13911
  }
11428
13912
  export declare namespace GenModels {
13913
+ /**
13914
+ * Show completion parameter in dialog
13915
+ */
11429
13916
  enum ShowParametersOptions {
13917
+ /**
13918
+ * Allways
13919
+ */
11430
13920
  Always = 0,
13921
+ /**
13922
+ * Never
13923
+ */
11431
13924
  Never = 1,
13925
+ /**
13926
+ * Show, if field is empty
13927
+ */
11432
13928
  IfFieldEmpty = 2
11433
13929
  }
11434
13930
  }
@@ -11516,11 +14012,29 @@ export declare namespace GenModels {
11516
14012
  }
11517
14013
  }
11518
14014
  export declare namespace GenModels {
14015
+ /**
14016
+ * Default time modes for DateTime
14017
+ */
11519
14018
  enum DateTimeDefaultTimeModes {
14019
+ /**
14020
+ * Current time
14021
+ */
11520
14022
  CurrentTime = 0,
14023
+ /**
14024
+ * Start of day
14025
+ */
11521
14026
  StartOfDay = 1,
14027
+ /**
14028
+ * Start of work day
14029
+ */
11522
14030
  StartOfWorkDay = 2,
14031
+ /**
14032
+ * End of day
14033
+ */
11523
14034
  EndOfDay = 3,
14035
+ /**
14036
+ * End of work day
14037
+ */
11524
14038
  EndOfWorkDay = 4
11525
14039
  }
11526
14040
  }
@@ -11941,28 +14455,25 @@ export declare namespace GenModels {
11941
14455
  }
11942
14456
  export declare namespace GenModels {
11943
14457
  /**
11944
- * Type of data that uses as login
14458
+ * Contains variants DisplayMode option values of AgreementHistory control.
11945
14459
  */
11946
- enum AuthenticationLoginType {
14460
+ enum AgreementHistoryDisplayMode {
11947
14461
  /**
11948
- * Indicates that uses phone number as login
14462
+ * Standard mode. Only the current approval is displayed.
11949
14463
  */
11950
- Phone = 0,
14464
+ Standart = 0,
11951
14465
  /**
11952
- * Indicates that uses INIPA(SNILS) as login
14466
+ * Full mode. All approvals are displayed.
11953
14467
  */
14468
+ Full = 1
14469
+ }
14470
+ }
14471
+ export declare namespace GenModels {
14472
+ enum AuthenticationLoginType {
14473
+ Phone = 0,
11954
14474
  Snils = 1,
11955
- /**
11956
- * Indicates that uses email as login
11957
- */
11958
14475
  Email = 2,
11959
- /**
11960
- * Indicates that uses custom data as login
11961
- */
11962
14476
  Custom = 3,
11963
- /**
11964
- * Indicates that uses upn as login
11965
- */
11966
14477
  Upn = 4
11967
14478
  }
11968
14479
  }
@@ -12221,21 +14732,6 @@ export declare namespace GenModels {
12221
14732
  SystemFolder = 3
12222
14733
  }
12223
14734
  }
12224
- export declare namespace GenModels {
12225
- /**
12226
- * Defines state operation display mode
12227
- */
12228
- enum AgreementHistoryDisplayMode {
12229
- /**
12230
- * Standard mode. Only the current approval is displayed.
12231
- */
12232
- Standart = 0,
12233
- /**
12234
- * Full mode. All approvals are displayed.
12235
- */
12236
- Full = 1
12237
- }
12238
- }
12239
14735
  export declare namespace GenModels {
12240
14736
  enum ErrorCode {
12241
14737
  Failure = 1280,