@docsvision/webclient 5.16.0-beta.4 → 5.16.0-beta.5

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 (147) hide show
  1. package/Approval/AgreementList.d.ts +2 -2
  2. package/Approval/AgreementListContent.d.ts +1 -0
  3. package/Approval/AgreementManagement.d.ts +3 -2
  4. package/Approval/AgreementStageProps.d.ts +3 -2
  5. package/Approval/IAgreementListContentProps.d.ts +2 -0
  6. package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +5 -4
  7. package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +2 -0
  8. package/BackOffice/AddEmployeeIconColumn.d.ts +1 -0
  9. package/BackOffice/CardKindImpl.d.ts +1 -1
  10. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  11. package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
  12. package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +1 -0
  13. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  14. package/BackOffice/DirectoryDesignerRow.d.ts +1 -0
  15. package/BackOffice/DirectoryDesignerRowImpl.d.ts +11 -0
  16. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  17. package/BackOffice/DirectoryValues.d.ts +0 -2
  18. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  19. package/BackOffice/FileListControl.d.ts +5 -0
  20. package/BackOffice/FileListControlImpl.d.ts +10 -0
  21. package/BackOffice/FileListControlLogic.d.ts +1 -0
  22. package/BackOffice/FileListItemComponent.d.ts +5 -2
  23. package/BackOffice/FileSignCreateDialog.d.ts +1 -2
  24. package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
  25. package/BackOffice/GetEmployeeGroups.d.ts +1 -0
  26. package/BackOffice/IFileMenuItem.d.ts +14 -0
  27. package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
  28. package/BackOffice/InfoPopover.d.ts +2 -0
  29. package/BackOffice/LinksImpl.d.ts +1 -0
  30. package/BackOffice/Numerator.d.ts +1 -0
  31. package/BackOffice/NumeratorImpl.d.ts +4 -2
  32. package/BackOffice/PartnerBase.d.ts +4 -2
  33. package/BackOffice/PartnerBaseImpl.d.ts +20 -0
  34. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  35. package/BackOffice/PartnerImpl.d.ts +1 -0
  36. package/BackOffice/PrintButtonView.d.ts +1 -1
  37. package/BackOffice/SearchBar.d.ts +4 -3
  38. package/BackOffice/StaffDirectoryConstants.d.ts +2 -0
  39. package/BackOffice/StaffDirectoryInfoPopover.d.ts +28 -0
  40. package/BackOffice/StaffDirectoryItems.d.ts +13 -5
  41. package/BackOffice/StaffDirectoryItemsImpl.d.ts +22 -2
  42. package/BackOffice/StaffDirectoryLogic.d.ts +2 -0
  43. package/BackOffice/TaskTasksTreeNodeResolver.d.ts +2 -1
  44. package/BackOffice/TasksTable.d.ts +4 -2
  45. package/BackOffice/TasksTableView.d.ts +3 -3
  46. package/BackOffice/TasksTree.d.ts +2 -1
  47. package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
  48. package/BackOffice/UserProfile.d.ts +8 -5
  49. package/BackOffice/UserStatus.d.ts +5 -0
  50. package/BackOffice/WebFrameDirectorySearchPanel.d.ts +11 -1
  51. package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +5 -2
  52. package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +1 -0
  53. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  54. package/Generated/DocsVision.WebClient.Controllers.d.ts +47 -0
  55. package/Generated/DocsVision.WebClient.Models.d.ts +1060 -9
  56. package/Helpers/BoxWithButtons.d.ts +7 -1
  57. package/Helpers/LabeledText.d.ts +8 -0
  58. package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
  59. package/Helpers/Sortable/Sortable.d.ts +1 -1
  60. package/Helpers/Table/TableHelperHeaderRow.d.ts +1 -0
  61. package/Helpers/Table/TableHelperRow.d.ts +1 -0
  62. package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
  63. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  64. package/Legacy/ModalWindow.d.ts +1 -1
  65. package/Legacy/StandardControllers.d.ts +2 -2
  66. package/Legacy/TaskCardFilePanelRazorControl.d.ts +9 -2
  67. package/Legacy/TaskReportPanelRazorControl.d.ts +12 -3
  68. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -1
  69. package/MainBundle.d.ts +1 -0
  70. package/Platform/$CacheManagement.d.ts +3 -1
  71. package/Platform/$FolderDataLoading.d.ts +3 -0
  72. package/Platform/$FolderGrid.d.ts +8 -0
  73. package/Platform/$HoverPanel.d.ts +8 -0
  74. package/Platform/$UnreadCounter.d.ts +1 -1
  75. package/Platform/AccessListEntryTrustee.d.ts +3 -1
  76. package/Platform/ArchivedCardsIcon.d.ts +2 -0
  77. package/Platform/ArchivedCardsPlugin.d.ts +3 -0
  78. package/Platform/ArchivedCardsResponseResolver.d.ts +23 -0
  79. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  80. package/Platform/CacheManagementService.d.ts +5 -0
  81. package/Platform/CardManagement.d.ts +2 -2
  82. package/Platform/CardManagementImpl.d.ts +1 -0
  83. package/Platform/CommentFile.d.ts +4 -1
  84. package/Platform/CopyShortcutBatchOperation.d.ts +2 -1
  85. package/Platform/DateTimePicker.d.ts +1 -0
  86. package/Platform/DateTimePickerImpl.d.ts +2 -0
  87. package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
  88. package/Platform/Dropdown.d.ts +1 -0
  89. package/Platform/DropdownImpl.d.ts +1 -0
  90. package/Platform/ExportPlugin.d.ts +0 -4
  91. package/Platform/FilePicker.d.ts +5 -2
  92. package/Platform/FolderCardsDashboardWidget.d.ts +2 -1
  93. package/Platform/FolderDataLoadingService.d.ts +5 -0
  94. package/Platform/FolderGrid.d.ts +7 -3
  95. package/Platform/FolderGridService.d.ts +14 -4
  96. package/Platform/FolderMainMenuItem.d.ts +1 -1
  97. package/Platform/FolderSizePlugin.d.ts +4 -1
  98. package/Platform/FolderSizePluginExtendedData.d.ts +1 -1
  99. package/Platform/FolderTypeDialog.d.ts +1 -0
  100. package/Platform/FolderViewItemsImpl.d.ts +1 -1
  101. package/Platform/GroupingRequestResolver.d.ts +12 -0
  102. package/Platform/GroupingResponseResolver.d.ts +17 -0
  103. package/Platform/HoverPanelService.d.ts +5 -0
  104. package/Platform/IFolderLoadRequest.d.ts +4 -0
  105. package/Platform/LoaderDialog.d.ts +1 -1
  106. package/Platform/MoveShortcutsBatchOperation.d.ts +2 -1
  107. package/Platform/MoveShortcutsBatchOperationImpl.d.ts +1 -0
  108. package/Platform/NewAccessListEntryTrusteeSelect.d.ts +3 -1
  109. package/Platform/NumberImpl.d.ts +3 -0
  110. package/Platform/ReadAllPlugin.d.ts +3 -5
  111. package/Platform/ReadBatchOperation.d.ts +2 -2
  112. package/Platform/RecentCardsDashboardWidget.d.ts +2 -1
  113. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +2 -1
  114. package/Platform/RecentCardsRouteHandler.d.ts +2 -1
  115. package/Platform/RefreshPlugin.d.ts +0 -4
  116. package/Platform/ResetSettingsPlugin.d.ts +2 -5
  117. package/Platform/SearchResultPageRouteHandler.d.ts +3 -1
  118. package/Platform/SearchRouteHandler.d.ts +2 -1
  119. package/Platform/SearchingResultsImpl.d.ts +1 -1
  120. package/Platform/SecurityDescriptorDialog.d.ts +6 -3
  121. package/Platform/SettingsPlugin.d.ts +3 -5
  122. package/Platform/SettingsPopup.d.ts +2 -1
  123. package/Platform/ShowAllButton.d.ts +14 -0
  124. package/Platform/ShowAllPlugins.d.ts +3 -0
  125. package/Platform/Table.d.ts +2 -3
  126. package/Platform/TableCellNumberFormattedPlugin.d.ts +3 -0
  127. package/Platform/TableImpl.d.ts +2 -2
  128. package/Platform/TextAreaImpl.d.ts +8 -4
  129. package/Platform/TextBoxImpl.d.ts +5 -0
  130. package/Platform/UserProfileDialog.d.ts +1 -1
  131. package/Platform/index.d.ts +0 -4
  132. package/StandardServices.d.ts +1 -2
  133. package/System/BaseControl.d.ts +7 -0
  134. package/System/ControlTemplateView.d.ts +1 -1
  135. package/System/DirectorySelectDialog.d.ts +2 -2
  136. package/System/IValidateEventArgs.d.ts +9 -0
  137. package/System/IValidationResult.d.ts +4 -0
  138. package/System/InputBasedControl.d.ts +5 -0
  139. package/System/InputBasedControlImpl.d.ts +4 -3
  140. package/System/Layout.d.ts +3 -3
  141. package/System/LayoutCardControllerStub.d.ts +2 -0
  142. package/System/LayoutContainer.d.ts +1 -1
  143. package/System/MessageBoxService.d.ts +1 -1
  144. package/System/PageLeaveConfirmation.d.ts +1 -0
  145. package/System/ResourcesStub.d.ts +603 -68
  146. package/package.json +1 -1
  147. package/BackOffice/DirectoryValuesHScrollContainer.d.ts +0 -6
@@ -6,10 +6,14 @@ export declare namespace GenModels {
6
6
  parameters: string;
7
7
  /**
8
8
  * ID экземпляра в кэше
9
+ *
10
+ * @format datatype.uuid
9
11
  */
10
12
  instanceId?: string;
11
13
  /**
12
14
  * ID папки
15
+ *
16
+ * @format datatype.uuid
13
17
  */
14
18
  folderId: string;
15
19
  /**
@@ -18,10 +22,14 @@ export declare namespace GenModels {
18
22
  folderName: string;
19
23
  /**
20
24
  * ID поиска
25
+ *
26
+ * @format datatype.uuid
21
27
  */
22
28
  searchId: string;
23
29
  /**
24
30
  * ID представления
31
+ *
32
+ * @format datatype.uuid
25
33
  */
26
34
  viewId: string;
27
35
  /**
@@ -36,6 +44,9 @@ export declare namespace GenModels {
36
44
  * Опции поиска
37
45
  */
38
46
  searchContextOption: GenModels.SearchContextOption;
47
+ /**
48
+ * @format datatype.uuid
49
+ */
39
50
  oldStoreId: string;
40
51
  }
41
52
  }
@@ -47,10 +58,14 @@ export declare namespace GenModels {
47
58
  gridUserSettings: GenModels.GridUserSettingsData;
48
59
  /**
49
60
  * Gets or sets folder identifier
61
+ *
62
+ * @format datatype.uuid
50
63
  */
51
64
  folderId: string;
52
65
  /**
53
66
  * Gets or sets a view identifier
67
+ *
68
+ * @format datatype.uuid
54
69
  */
55
70
  viewId?: string;
56
71
  /**
@@ -67,6 +82,8 @@ export declare namespace GenModels {
67
82
  forceVirtualFolderSearch: boolean;
68
83
  /**
69
84
  * Gets or sets search identifier
85
+ *
86
+ * @format datatype.uuid
70
87
  */
71
88
  searchId: string;
72
89
  /**
@@ -75,6 +92,8 @@ export declare namespace GenModels {
75
92
  refreshView: boolean;
76
93
  /**
77
94
  * Gets or sets old search results store identifier
95
+ *
96
+ * @format datatype.uuid
78
97
  */
79
98
  oldStoreId: string;
80
99
  /**
@@ -89,6 +108,12 @@ export declare namespace GenModels {
89
108
  * Location name, representing folder content. Default value is "DV.Folder".
90
109
  */
91
110
  locationName: string;
111
+ /**
112
+ * Gets or sets base cursor ID
113
+ *
114
+ * @format datatype.uuid
115
+ */
116
+ baseCursorId: string;
92
117
  }
93
118
  }
94
119
  export declare namespace GenModels {
@@ -101,6 +126,10 @@ export declare namespace GenModels {
101
126
  * Gets or sets grid view filters
102
127
  */
103
128
  filters: Array<GenModels.QueryFilterItem>;
129
+ /**
130
+ * Gets or sets grid view grouping
131
+ */
132
+ grouping: Array<GenModels.GridUserSettingsGroupColumn>;
104
133
  /**
105
134
  * Gets or sets a view mode
106
135
  */
@@ -129,6 +158,10 @@ export declare namespace GenModels {
129
158
  * User requested view without sorting.
130
159
  */
131
160
  disableSorting: boolean;
161
+ /**
162
+ * Gets or sets whether used default grouping
163
+ */
164
+ useDefaultGrouping: boolean;
132
165
  }
133
166
  }
134
167
  export declare namespace GenModels {
@@ -163,10 +196,32 @@ export declare namespace GenModels {
163
196
  values: Array<string>;
164
197
  }
165
198
  }
199
+ export declare namespace GenModels {
200
+ interface GridUserSettingsGroupColumn {
201
+ /**
202
+ * Column name
203
+ */
204
+ name: string;
205
+ /**
206
+ * Grouping level
207
+ */
208
+ level: number;
209
+ /**
210
+ * Sorting by descending
211
+ */
212
+ isDescending: boolean;
213
+ /**
214
+ * Active value
215
+ */
216
+ activeValue: string;
217
+ }
218
+ }
166
219
  export declare namespace GenModels {
167
220
  interface UnreadCountersRequest {
168
221
  /**
169
222
  * Gets or sets employee identifier
223
+ *
224
+ * @format datatype.uuid
170
225
  */
171
226
  employeeId: string;
172
227
  /**
@@ -187,6 +242,8 @@ export declare namespace GenModels {
187
242
  interface UnreadCountersFolderInfo {
188
243
  /**
189
244
  * Gets or sets folder identifier
245
+ *
246
+ * @format datatype.uuid
190
247
  */
191
248
  folderId: string;
192
249
  /**
@@ -207,14 +264,20 @@ export declare namespace GenModels {
207
264
  timestamp: number;
208
265
  /**
209
266
  * Gets or sets source card identifier
267
+ *
268
+ * @format datatype.uuid
210
269
  */
211
270
  sourceCardId: string;
212
271
  /**
213
272
  * Gets or sets destination card identifier
273
+ *
274
+ * @format datatype.uuid
214
275
  */
215
276
  destinationCardId: string;
216
277
  /**
217
278
  * Gets or sets link type identifier
279
+ *
280
+ * @format datatype.uuid
218
281
  */
219
282
  linkTypeId: string;
220
283
  /**
@@ -223,6 +286,8 @@ export declare namespace GenModels {
223
286
  oppositeLinkName: string;
224
287
  /**
225
288
  * Gets or sets source card type
289
+ *
290
+ * @format datatype.uuid
226
291
  */
227
292
  sourceCardType: string;
228
293
  /**
@@ -259,6 +324,8 @@ export declare namespace GenModels {
259
324
  interface LinkTypeModel {
260
325
  /**
261
326
  * Gets or sets id
327
+ *
328
+ * @format datatype.uuid
262
329
  */
263
330
  linkTypeId: string;
264
331
  /**
@@ -299,6 +366,8 @@ export declare namespace GenModels {
299
366
  interface IDirectoryItemData {
300
367
  /**
301
368
  * Entity identifier
369
+ *
370
+ * @format datatype.uuid
302
371
  */
303
372
  id: string;
304
373
  /**
@@ -311,6 +380,8 @@ export declare namespace GenModels {
311
380
  interface DepartmentModel extends GenModels.IDirectoryItemData {
312
381
  /**
313
382
  * Department id
383
+ *
384
+ * @format datatype.uuid
314
385
  */
315
386
  id: string;
316
387
  /**
@@ -335,6 +406,8 @@ export declare namespace GenModels {
335
406
  interface EmployeeDataModel extends GenModels.IDirectoryItemData {
336
407
  /**
337
408
  * Unique identificator of employee
409
+ *
410
+ * @format datatype.uuid
338
411
  */
339
412
  id: string;
340
413
  /**
@@ -367,6 +440,8 @@ export declare namespace GenModels {
367
440
  fieldPath: string;
368
441
  /**
369
442
  * Section and field name
443
+ *
444
+ * @format datatype.uuid
370
445
  */
371
446
  unitId: string;
372
447
  /**
@@ -399,6 +474,8 @@ export declare namespace GenModels {
399
474
  interface EmployeeModel extends GenModels.IDirectoryItemData {
400
475
  /**
401
476
  * Unique identificator of employee
477
+ *
478
+ * @format datatype.uuid
402
479
  */
403
480
  id: string;
404
481
  /**
@@ -431,6 +508,8 @@ export declare namespace GenModels {
431
508
  position: string;
432
509
  /**
433
510
  * Gets or sets security identifier
511
+ *
512
+ * @format datatype.uuid
434
513
  */
435
514
  sdid?: string;
436
515
  /**
@@ -439,6 +518,8 @@ export declare namespace GenModels {
439
518
  isFavoritePerformer: boolean;
440
519
  /**
441
520
  * Gets or sets unit identifier
521
+ *
522
+ * @format datatype.uuid
442
523
  */
443
524
  unitId: string;
444
525
  /**
@@ -463,14 +544,20 @@ export declare namespace GenModels {
463
544
  interface ContractDatesModel {
464
545
  /**
465
546
  * Date of contract begin
547
+ *
548
+ * @format datatype.datetime
466
549
  */
467
550
  dateFrom?: string;
468
551
  /**
469
552
  * Date of contract end
553
+ *
554
+ * @format datatype.datetime
470
555
  */
471
556
  dateTo?: string;
472
557
  /**
473
558
  * Contract card
559
+ *
560
+ * @format datatype.uuid
474
561
  */
475
562
  cardId: string;
476
563
  }
@@ -479,18 +566,26 @@ export declare namespace GenModels {
479
566
  interface ProlongateContractRequestModel {
480
567
  /**
481
568
  * Date of contract begin
569
+ *
570
+ * @format datatype.datetime
482
571
  */
483
572
  dateFrom: string;
484
573
  /**
485
574
  * Date of contract end
575
+ *
576
+ * @format datatype.datetime
486
577
  */
487
578
  dateTo: string;
488
579
  /**
489
580
  * Contract card id
581
+ *
582
+ * @format datatype.uuid
490
583
  */
491
584
  contractId: string;
492
585
  /**
493
586
  * Contract card id
587
+ *
588
+ * @format datatype.uuid
494
589
  */
495
590
  amendmentId: string;
496
591
  }
@@ -499,14 +594,20 @@ export declare namespace GenModels {
499
594
  interface ContractAgreementFillDatesModel {
500
595
  /**
501
596
  * Date of contract agreement
597
+ *
598
+ * @format datatype.datetime
502
599
  */
503
600
  reconciliationDate: string;
504
601
  /**
505
602
  * Date of contract signing
603
+ *
604
+ * @format datatype.datetime
506
605
  */
507
606
  signingDate: string;
508
607
  /**
509
608
  * Contract card id
609
+ *
610
+ * @format datatype.uuid
510
611
  */
511
612
  contractId: string;
512
613
  /**
@@ -519,10 +620,14 @@ export declare namespace GenModels {
519
620
  interface ContractFillDateModel {
520
621
  /**
521
622
  * Date of contract
623
+ *
624
+ * @format datatype.datetime
522
625
  */
523
626
  dateOfContract: string;
524
627
  /**
525
628
  * Contract card id
629
+ *
630
+ * @format datatype.uuid
526
631
  */
527
632
  contractId: string;
528
633
  }
@@ -535,6 +640,8 @@ export declare namespace GenModels {
535
640
  sumInRub: number;
536
641
  /**
537
642
  * Contract card id
643
+ *
644
+ * @format datatype.uuid
538
645
  */
539
646
  contractId: string;
540
647
  }
@@ -543,6 +650,8 @@ export declare namespace GenModels {
543
650
  interface SearchRequestModel {
544
651
  /**
545
652
  * Search query to execute
653
+ *
654
+ * @format datatype.uuid
546
655
  */
547
656
  searchQueryId: string;
548
657
  /**
@@ -563,6 +672,8 @@ export declare namespace GenModels {
563
672
  pageSize?: number;
564
673
  /**
565
674
  * Identifier of the previous page response, when iterating over pages
675
+ *
676
+ * @format datatype.uuid
566
677
  */
567
678
  instanceId: string;
568
679
  /**
@@ -591,6 +702,8 @@ export declare namespace GenModels {
591
702
  interface SearchResponseModel {
592
703
  /**
593
704
  * Identifier of the search session for performing pagination.
705
+ *
706
+ * @format datatype.uuid
594
707
  */
595
708
  instanceId: string;
596
709
  /**
@@ -603,10 +716,14 @@ export declare namespace GenModels {
603
716
  interface DigestRow {
604
717
  /**
605
718
  * Card id
719
+ *
720
+ * @format datatype.uuid
606
721
  */
607
722
  instanceId: string;
608
723
  /**
609
724
  * Card type id
725
+ *
726
+ * @format datatype.uuid
610
727
  */
611
728
  cardTypeId: string;
612
729
  /**
@@ -619,10 +736,14 @@ export declare namespace GenModels {
619
736
  wasRead: boolean;
620
737
  /**
621
738
  * Time of card creation
739
+ *
740
+ * @format datatype.datetime
622
741
  */
623
742
  creationDateTime: string;
624
743
  /**
625
744
  * Time of the last card change
745
+ *
746
+ * @format datatype.datetime
626
747
  */
627
748
  changeDateTime: string;
628
749
  }
@@ -649,6 +770,8 @@ export declare namespace GenModels {
649
770
  layoutExtensionArgs: GenModels.LayoutCardsPresentationExtensionArgs;
650
771
  /**
651
772
  * Report id for Report presentation extension.
773
+ *
774
+ * @format datatype.uuid
652
775
  */
653
776
  reportId: string;
654
777
  }
@@ -669,6 +792,8 @@ export declare namespace GenModels {
669
792
  interface CardPresentation {
670
793
  /**
671
794
  * Card id
795
+ *
796
+ * @format datatype.uuid
672
797
  */
673
798
  id: string;
674
799
  /**
@@ -677,10 +802,14 @@ export declare namespace GenModels {
677
802
  description: string;
678
803
  /**
679
804
  * Card type, if known.
805
+ *
806
+ * @format datatype.uuid
680
807
  */
681
808
  typeId?: string;
682
809
  /**
683
810
  * Card kind, if known.
811
+ *
812
+ * @format datatype.uuid
684
813
  */
685
814
  kindId?: string;
686
815
  /**
@@ -697,14 +826,20 @@ export declare namespace GenModels {
697
826
  interface FolderTypeInfo {
698
827
  /**
699
828
  * Gets or sets folder type identifier
829
+ *
830
+ * @format datatype.uuid
700
831
  */
701
832
  folderTypeId: string;
702
833
  /**
703
834
  * Gets or sets parent folder identifier
835
+ *
836
+ * @format datatype.uuid
704
837
  */
705
838
  parentFolderTypeId: string;
706
839
  /**
707
840
  * Gets or sets default view identifier
841
+ *
842
+ * @format datatype.uuid
708
843
  */
709
844
  defaultViewId: string;
710
845
  /**
@@ -733,10 +868,14 @@ export declare namespace GenModels {
733
868
  subtype?: number;
734
869
  /**
735
870
  * Identifier of object in the system
871
+ *
872
+ * @format datatype.uuid
736
873
  */
737
874
  id?: string;
738
875
  /**
739
876
  * Identifier of the parent object for the AccessManager. Should be specified if DescriptorTargetType is Custom.
877
+ *
878
+ * @format datatype.uuid
740
879
  */
741
880
  parentId?: string;
742
881
  /**
@@ -813,6 +952,8 @@ export declare namespace GenModels {
813
952
  trustee: GenModels.AccessControlTrustee;
814
953
  /**
815
954
  * Access flags. {@link GenModels}
955
+ *
956
+ * @examples [983359, 131097, 38, 65536, 917504]
816
957
  */
817
958
  operationsMask: number;
818
959
  /**
@@ -841,6 +982,8 @@ export declare namespace GenModels {
841
982
  securityIdentifier: string;
842
983
  /**
843
984
  * Display name
985
+ *
986
+ * @format internet.userName
844
987
  */
845
988
  accountName?: string;
846
989
  }
@@ -873,19 +1016,28 @@ export declare namespace GenModels {
873
1016
  cardDataRights: GenModels.CardDataRights;
874
1017
  /**
875
1018
  * Gets or sets object id
1019
+ *
1020
+ * @format datatype.uuid
876
1021
  */
877
1022
  objectId: string;
878
1023
  /**
879
1024
  * Gets or sets parent id
1025
+ *
1026
+ * @format datatype.uuid
880
1027
  */
881
1028
  parentId: string;
882
1029
  }
883
1030
  }
884
1031
  export declare namespace GenModels {
885
1032
  interface OperationRequestModel {
1033
+ /**
1034
+ * @format datatype.uuid
1035
+ */
886
1036
  cardId: string;
887
1037
  /**
888
1038
  * Where in the card stored the comment.
1039
+ *
1040
+ * @format datatype.uuid
889
1041
  */
890
1042
  operationId: string;
891
1043
  }
@@ -898,6 +1050,8 @@ export declare namespace GenModels {
898
1050
  fileUrls: Array<GenModels.ScanFileInfo>;
899
1051
  /**
900
1052
  * Card id
1053
+ *
1054
+ * @format datatype.uuid
901
1055
  */
902
1056
  cardId: string;
903
1057
  /**
@@ -950,10 +1104,14 @@ export declare namespace GenModels {
950
1104
  name: string;
951
1105
  /**
952
1106
  * File card ID
1107
+ *
1108
+ * @format datatype.uuid
953
1109
  */
954
1110
  fileCardId: string;
955
1111
  /**
956
1112
  * File ID
1113
+ *
1114
+ * @format datatype.uuid
957
1115
  */
958
1116
  fileId: string;
959
1117
  /**
@@ -1014,10 +1172,14 @@ export declare namespace GenModels {
1014
1172
  interface VersionedFileModel {
1015
1173
  /**
1016
1174
  * Gets or sets file identifier
1175
+ *
1176
+ * @format datatype.uuid
1017
1177
  */
1018
1178
  id: string;
1019
1179
  /**
1020
1180
  * Gets or set version id
1181
+ *
1182
+ * @format datatype.uuid
1021
1183
  */
1022
1184
  versionId: string;
1023
1185
  /**
@@ -1034,6 +1196,8 @@ export declare namespace GenModels {
1034
1196
  author: string;
1035
1197
  /**
1036
1198
  * Gets or sets creation date
1199
+ *
1200
+ * @format datatype.datetime
1037
1201
  */
1038
1202
  creationDate: string;
1039
1203
  /**
@@ -1046,10 +1210,14 @@ export declare namespace GenModels {
1046
1210
  interface VersionedFileCommentModel {
1047
1211
  /**
1048
1212
  * Gets or sets identifier
1213
+ *
1214
+ * @format datatype.uuid
1049
1215
  */
1050
1216
  id: string;
1051
1217
  /**
1052
1218
  * Gets or sets date
1219
+ *
1220
+ * @format datatype.datetime
1053
1221
  */
1054
1222
  date: string;
1055
1223
  /**
@@ -1062,6 +1230,8 @@ export declare namespace GenModels {
1062
1230
  author: string;
1063
1231
  /**
1064
1232
  * Gets or sets author
1233
+ *
1234
+ * @format datatype.uuid
1065
1235
  */
1066
1236
  authorId: string;
1067
1237
  }
@@ -1074,10 +1244,14 @@ export declare namespace GenModels {
1074
1244
  interface TaskGroupIntervalsCalculationRequestModel {
1075
1245
  /**
1076
1246
  * Start date for entry task group
1247
+ *
1248
+ * @format datatype.datetime
1077
1249
  */
1078
1250
  totalStartDate: string;
1079
1251
  /**
1080
1252
  * End date for entry task group
1253
+ *
1254
+ * @format datatype.datetime
1081
1255
  */
1082
1256
  totalEndDate: string;
1083
1257
  /**
@@ -1086,6 +1260,8 @@ export declare namespace GenModels {
1086
1260
  totalDuration: number;
1087
1261
  /**
1088
1262
  * Default calendar id to calculate intervals (will be used if employee has no calendar configured). Empty guid to use system calendar.
1263
+ *
1264
+ * @format datatype.uuid
1089
1265
  */
1090
1266
  defaultCalendarId: string;
1091
1267
  /**
@@ -1110,10 +1286,14 @@ export declare namespace GenModels {
1110
1286
  isResponsible: boolean;
1111
1287
  /**
1112
1288
  * Task start date
1289
+ *
1290
+ * @format datatype.datetime
1113
1291
  */
1114
1292
  startDate?: string;
1115
1293
  /**
1116
1294
  * Task end date.
1295
+ *
1296
+ * @format datatype.datetime
1117
1297
  */
1118
1298
  endDate?: string;
1119
1299
  /**
@@ -1142,6 +1322,8 @@ export declare namespace GenModels {
1142
1322
  interface DirectoryItemData extends GenModels.IDirectoryItemData {
1143
1323
  /**
1144
1324
  * Entity Identifier
1325
+ *
1326
+ * @format datatype.uuid
1145
1327
  */
1146
1328
  id: string;
1147
1329
  /**
@@ -1162,6 +1344,8 @@ export declare namespace GenModels {
1162
1344
  cardKindFullName: string;
1163
1345
  /**
1164
1346
  * Gets card kind identifier
1347
+ *
1348
+ * @format datatype.uuid
1165
1349
  */
1166
1350
  cardKindId?: string;
1167
1351
  /**
@@ -1190,6 +1374,8 @@ export declare namespace GenModels {
1190
1374
  interface BarcodeSearchResponseModel {
1191
1375
  /**
1192
1376
  * Card id to get info
1377
+ *
1378
+ * @format datatype.uuid
1193
1379
  */
1194
1380
  cardId?: string;
1195
1381
  }
@@ -1198,10 +1384,14 @@ export declare namespace GenModels {
1198
1384
  interface GetFieldValueRequest {
1199
1385
  /**
1200
1386
  * Card id
1387
+ *
1388
+ * @format datatype.uuid
1201
1389
  */
1202
1390
  cardId: string;
1203
1391
  /**
1204
1392
  * Section id
1393
+ *
1394
+ * @format datatype.uuid
1205
1395
  */
1206
1396
  sectionId: string;
1207
1397
  /**
@@ -1218,6 +1408,8 @@ export declare namespace GenModels {
1218
1408
  interface DirectoryDesignerRowModel {
1219
1409
  /**
1220
1410
  * Row id
1411
+ *
1412
+ * @format datatype.uuid
1221
1413
  */
1222
1414
  id: string;
1223
1415
  /**
@@ -1286,10 +1478,14 @@ export declare namespace GenModels {
1286
1478
  calendarSources: Array<GenModels.BusinessCalendarSource>;
1287
1479
  /**
1288
1480
  * Date of the start of the period
1481
+ *
1482
+ * @format datatype.datetime
1289
1483
  */
1290
1484
  startDate: string;
1291
1485
  /**
1292
1486
  * Date of the end of the period
1487
+ *
1488
+ * @format datatype.datetime
1293
1489
  */
1294
1490
  endDate: string;
1295
1491
  }
@@ -1298,6 +1494,8 @@ export declare namespace GenModels {
1298
1494
  interface BusinessCalendarSource {
1299
1495
  /**
1300
1496
  * Employee or unit identifier
1497
+ *
1498
+ * @format datatype.uuid
1301
1499
  */
1302
1500
  id: string;
1303
1501
  /**
@@ -1314,6 +1512,8 @@ export declare namespace GenModels {
1314
1512
  calendarSources: Array<GenModels.BusinessCalendarSource>;
1315
1513
  /**
1316
1514
  * Date of the end of the period
1515
+ *
1516
+ * @format datatype.datetime
1317
1517
  */
1318
1518
  endDate: string;
1319
1519
  /**
@@ -1330,6 +1530,8 @@ export declare namespace GenModels {
1330
1530
  calendarSources: Array<GenModels.BusinessCalendarSource>;
1331
1531
  /**
1332
1532
  * Date of the start of the period
1533
+ *
1534
+ * @format datatype.datetime
1333
1535
  */
1334
1536
  startDate: string;
1335
1537
  /**
@@ -1342,10 +1544,14 @@ export declare namespace GenModels {
1342
1544
  interface IntervalsCalculationRequestModel {
1343
1545
  /**
1344
1546
  * Start date for entry task group
1547
+ *
1548
+ * @format datatype.datetime
1345
1549
  */
1346
1550
  totalStartDate: string;
1347
1551
  /**
1348
1552
  * End date for entry task group
1553
+ *
1554
+ * @format datatype.datetime
1349
1555
  */
1350
1556
  totalEndDate: string;
1351
1557
  /**
@@ -1354,6 +1560,8 @@ export declare namespace GenModels {
1354
1560
  totalDuration: number;
1355
1561
  /**
1356
1562
  * Default calendar id to calculate intervals (will be used if employee has no calendar configured). Empty guid to use system calendar.
1563
+ *
1564
+ * @format datatype.uuid
1357
1565
  */
1358
1566
  defaultCalendarId: string;
1359
1567
  /**
@@ -1374,6 +1582,8 @@ export declare namespace GenModels {
1374
1582
  performerName: string;
1375
1583
  /**
1376
1584
  * Performer id
1585
+ *
1586
+ * @format datatype.uuid
1377
1587
  */
1378
1588
  performerId: string;
1379
1589
  /**
@@ -1386,10 +1596,14 @@ export declare namespace GenModels {
1386
1596
  isResponsible: boolean;
1387
1597
  /**
1388
1598
  * Task start date
1599
+ *
1600
+ * @format datatype.datetime
1389
1601
  */
1390
1602
  startDate?: string;
1391
1603
  /**
1392
1604
  * Task end date.
1605
+ *
1606
+ * @format datatype.datetime
1393
1607
  */
1394
1608
  endDate?: string;
1395
1609
  /**
@@ -1418,18 +1632,26 @@ export declare namespace GenModels {
1418
1632
  interface CommentsDataSourceInfoModel {
1419
1633
  /**
1420
1634
  * Gets or sets card identifier
1635
+ *
1636
+ * @format datatype.uuid
1421
1637
  */
1422
1638
  dataSourceCardId: string;
1423
1639
  /**
1424
1640
  * Gets or sets section identifier
1641
+ *
1642
+ * @format datatype.uuid
1425
1643
  */
1426
1644
  dataSourceSectionId?: string;
1427
1645
  /**
1428
1646
  * Gets or sets row identifier
1647
+ *
1648
+ * @format datatype.uuid
1429
1649
  */
1430
1650
  dataSourceRowId?: string;
1431
1651
  /**
1432
1652
  * Gets or sets comments section
1653
+ *
1654
+ * @format datatype.uuid
1433
1655
  */
1434
1656
  sectionId: string;
1435
1657
  /**
@@ -1446,14 +1668,20 @@ export declare namespace GenModels {
1446
1668
  textFieldAlias: string;
1447
1669
  /**
1448
1670
  * Comment operation
1671
+ *
1672
+ * @format datatype.uuid
1449
1673
  */
1450
1674
  commentEditOperation: string;
1451
1675
  /**
1452
1676
  * Comment edit operation
1677
+ *
1678
+ * @format datatype.uuid
1453
1679
  */
1454
1680
  editAnyCommentEditOperation: string;
1455
1681
  /**
1456
1682
  * Comment edit operation
1683
+ *
1684
+ * @format datatype.uuid
1457
1685
  */
1458
1686
  editOwnCommentEditOperation: string;
1459
1687
  }
@@ -1478,10 +1706,14 @@ export declare namespace GenModels {
1478
1706
  interface Comment {
1479
1707
  /**
1480
1708
  * Gets or sets identifier
1709
+ *
1710
+ * @format datatype.uuid
1481
1711
  */
1482
1712
  id: string;
1483
1713
  /**
1484
1714
  * Gets or sets employee identifier
1715
+ *
1716
+ * @format datatype.uuid
1485
1717
  */
1486
1718
  employeeId?: string;
1487
1719
  /**
@@ -1490,6 +1722,8 @@ export declare namespace GenModels {
1490
1722
  employeeDisplayName: string;
1491
1723
  /**
1492
1724
  * Gets or sets date
1725
+ *
1726
+ * @format datatype.datetime
1493
1727
  */
1494
1728
  date?: string;
1495
1729
  /**
@@ -1506,6 +1740,8 @@ export declare namespace GenModels {
1506
1740
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1507
1741
  /**
1508
1742
  * Gets or sets card identifier
1743
+ *
1744
+ * @format datatype.uuid
1509
1745
  */
1510
1746
  cardId: string;
1511
1747
  /**
@@ -1522,6 +1758,8 @@ export declare namespace GenModels {
1522
1758
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1523
1759
  /**
1524
1760
  * Gets or sets card identifier
1761
+ *
1762
+ * @format datatype.uuid
1525
1763
  */
1526
1764
  cardId: string;
1527
1765
  /**
@@ -1530,10 +1768,14 @@ export declare namespace GenModels {
1530
1768
  text: string;
1531
1769
  /**
1532
1770
  * Gets or sets employee id
1771
+ *
1772
+ * @format datatype.uuid
1533
1773
  */
1534
1774
  employeeId: string;
1535
1775
  /**
1536
1776
  * gets or sets date
1777
+ *
1778
+ * @format datatype.datetime
1537
1779
  */
1538
1780
  date?: string;
1539
1781
  }
@@ -1546,10 +1788,14 @@ export declare namespace GenModels {
1546
1788
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1547
1789
  /**
1548
1790
  * Gets or sets card identifier
1791
+ *
1792
+ * @format datatype.uuid
1549
1793
  */
1550
1794
  cardId: string;
1551
1795
  /**
1552
1796
  * Gets or sets comment identifier
1797
+ *
1798
+ * @format datatype.uuid
1553
1799
  */
1554
1800
  commentId: string;
1555
1801
  /**
@@ -1566,10 +1812,14 @@ export declare namespace GenModels {
1566
1812
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1567
1813
  /**
1568
1814
  * Gets or sets card identifier
1815
+ *
1816
+ * @format datatype.uuid
1569
1817
  */
1570
1818
  cardId: string;
1571
1819
  /**
1572
1820
  * Gets or sets comment identifier
1821
+ *
1822
+ * @format datatype.uuid
1573
1823
  */
1574
1824
  commentId: string;
1575
1825
  }
@@ -1632,10 +1882,14 @@ export declare namespace GenModels {
1632
1882
  tasksLoaded: boolean;
1633
1883
  /**
1634
1884
  * Task id
1885
+ *
1886
+ * @format datatype.uuid
1635
1887
  */
1636
1888
  taskID: string;
1637
1889
  /**
1638
1890
  * TaskList ID
1891
+ *
1892
+ * @format datatype.uuid
1639
1893
  */
1640
1894
  taskListId: string;
1641
1895
  /**
@@ -1656,14 +1910,20 @@ export declare namespace GenModels {
1656
1910
  interface TaskDataModel {
1657
1911
  /**
1658
1912
  * Gets card identifier
1913
+ *
1914
+ * @format datatype.uuid
1659
1915
  */
1660
1916
  cardId: string;
1661
1917
  /**
1662
1918
  * Gets card type identifier
1919
+ *
1920
+ * @format datatype.uuid
1663
1921
  */
1664
1922
  cardTypeId: string;
1665
1923
  /**
1666
1924
  * Gets kind identifier
1925
+ *
1926
+ * @format datatype.uuid
1667
1927
  */
1668
1928
  kindId: string;
1669
1929
  /**
@@ -1696,14 +1956,20 @@ export declare namespace GenModels {
1696
1956
  performerDisplayName: string;
1697
1957
  /**
1698
1958
  * Gets start date
1959
+ *
1960
+ * @format datatype.datetime
1699
1961
  */
1700
1962
  startDate?: string;
1701
1963
  /**
1702
1964
  * Gets end date
1965
+ *
1966
+ * @format datatype.datetime
1703
1967
  */
1704
1968
  endDate?: string;
1705
1969
  /**
1706
1970
  * Gets date of task complete
1971
+ *
1972
+ * @format datatype.datetime
1707
1973
  */
1708
1974
  endDateActual?: string;
1709
1975
  }
@@ -1712,10 +1978,14 @@ export declare namespace GenModels {
1712
1978
  interface TasksTreeRequestModel {
1713
1979
  /**
1714
1980
  * Gets or sets card identifier
1981
+ *
1982
+ * @format datatype.uuid
1715
1983
  */
1716
1984
  cardId: string;
1717
1985
  /**
1718
1986
  * Gets or sets task list identifier
1987
+ *
1988
+ * @format datatype.uuid
1719
1989
  */
1720
1990
  taskListId: string;
1721
1991
  /**
@@ -1732,6 +2002,8 @@ export declare namespace GenModels {
1732
2002
  interface TasksTreeModel {
1733
2003
  /**
1734
2004
  * Gets tree nodes
2005
+ *
2006
+ * @format datatype.uuid
1735
2007
  */
1736
2008
  parentCardId: string;
1737
2009
  /**
@@ -1748,18 +2020,26 @@ export declare namespace GenModels {
1748
2020
  interface TreeNodeModel {
1749
2021
  /**
1750
2022
  * Gets or sets node identifier
2023
+ *
2024
+ * @format datatype.uuid
1751
2025
  */
1752
2026
  nodeId: string;
1753
2027
  /**
1754
2028
  * Gets or sets parent node identifier
2029
+ *
2030
+ * @format datatype.uuid
1755
2031
  */
1756
2032
  parentId: string;
1757
2033
  /**
1758
2034
  * Gets or sets card type identifier
2035
+ *
2036
+ * @format datatype.uuid
1759
2037
  */
1760
2038
  cardTypeId: string;
1761
2039
  /**
1762
2040
  * Gets or sets kind identifier
2041
+ *
2042
+ * @format datatype.uuid
1763
2043
  */
1764
2044
  kindId: string;
1765
2045
  /**
@@ -1784,10 +2064,14 @@ export declare namespace GenModels {
1784
2064
  interface TaskTreeEdge {
1785
2065
  /**
1786
2066
  * Gets or sets from node identifier
2067
+ *
2068
+ * @format datatype.uuid
1787
2069
  */
1788
2070
  fromNode: string;
1789
2071
  /**
1790
2072
  * Gets or sets to node identifier
2073
+ *
2074
+ * @format datatype.uuid
1791
2075
  */
1792
2076
  toNode: string;
1793
2077
  }
@@ -1796,6 +2080,8 @@ export declare namespace GenModels {
1796
2080
  interface TasksTableLoadOptions {
1797
2081
  /**
1798
2082
  * Task list identifier, when loading document or custom card tasks
2083
+ *
2084
+ * @format datatype.uuid
1799
2085
  */
1800
2086
  taskListId?: string;
1801
2087
  /**
@@ -1840,6 +2126,8 @@ export declare namespace GenModels {
1840
2126
  interface TasksTableRow {
1841
2127
  /**
1842
2128
  * Card identifier
2129
+ *
2130
+ * @format datatype.uuid
1843
2131
  */
1844
2132
  cardId: string;
1845
2133
  /**
@@ -1848,6 +2136,8 @@ export declare namespace GenModels {
1848
2136
  level: number;
1849
2137
  /**
1850
2138
  * Parent row identifier
2139
+ *
2140
+ * @format datatype.uuid
1851
2141
  */
1852
2142
  parentId?: string;
1853
2143
  /**
@@ -1860,6 +2150,8 @@ export declare namespace GenModels {
1860
2150
  executionType: number;
1861
2151
  /**
1862
2152
  * Card type identifier
2153
+ *
2154
+ * @format datatype.uuid
1863
2155
  */
1864
2156
  cardTypeId: string;
1865
2157
  /**
@@ -1890,10 +2182,14 @@ export declare namespace GenModels {
1890
2182
  interface TasksTreeNodeHelpRequestModel {
1891
2183
  /**
1892
2184
  * Gets or sets card identifier
2185
+ *
2186
+ * @format datatype.uuid
1893
2187
  */
1894
2188
  cardId: string;
1895
2189
  /**
1896
2190
  * Gets or sets card type identifier
2191
+ *
2192
+ * @format datatype.uuid
1897
2193
  */
1898
2194
  cardTypeId: string;
1899
2195
  }
@@ -1902,10 +2198,14 @@ export declare namespace GenModels {
1902
2198
  interface TreeNodeHelpModel {
1903
2199
  /**
1904
2200
  * Gets or set creation date
2201
+ *
2202
+ * @format datatype.datetime
1905
2203
  */
1906
2204
  creationDate: string;
1907
2205
  /**
1908
2206
  * Card id
2207
+ *
2208
+ * @format datatype.uuid
1909
2209
  */
1910
2210
  id: string;
1911
2211
  /**
@@ -1933,6 +2233,9 @@ export declare namespace GenModels {
1933
2233
  */
1934
2234
  searchMode: GenModels.PartnerSearchMode;
1935
2235
  searchText: string;
2236
+ /**
2237
+ * @format datatype.uuid
2238
+ */
1936
2239
  departmentId?: string;
1937
2240
  /**
1938
2241
  * Partners count to skip from begin (pagination). Real skip = Skip - SkipDepartments;
@@ -1984,6 +2287,8 @@ export declare namespace GenModels {
1984
2287
  searchMode: GenModels.PartnerSearchMode;
1985
2288
  /**
1986
2289
  * Department id
2290
+ *
2291
+ * @format datatype.uuid
1987
2292
  */
1988
2293
  departmentId?: string;
1989
2294
  /**
@@ -2100,12 +2405,15 @@ export declare namespace GenModels {
2100
2405
  parameters: Array<GenModels.SearchParameter>;
2101
2406
  /**
2102
2407
  * Instance id
2408
+ *
2409
+ * @format datatype.uuid
2103
2410
  */
2104
2411
  instanceId?: string;
2105
2412
  /**
2106
2413
  * Device type
2107
2414
  */
2108
2415
  deviceType: GenModels.DeviceType;
2416
+ useOldGrid?: boolean;
2109
2417
  }
2110
2418
  }
2111
2419
  export declare namespace GenModels {
@@ -2148,22 +2456,32 @@ export declare namespace GenModels {
2148
2456
  searchParametersLayout: GenModels.LayoutViewModel;
2149
2457
  /**
2150
2458
  * Current session id.
2459
+ *
2460
+ * @format datatype.uuid
2151
2461
  */
2152
2462
  fullTextSearchSessionId: string;
2153
2463
  /**
2154
2464
  * Gets or sets folder identifier
2465
+ *
2466
+ * @format datatype.uuid
2155
2467
  */
2156
2468
  folderId: string;
2157
2469
  /**
2158
2470
  * Gets or sets view identifier
2471
+ *
2472
+ * @format datatype.uuid
2159
2473
  */
2160
2474
  viewId: string;
2161
2475
  /**
2162
2476
  * Gets or sets search identifier
2477
+ *
2478
+ * @format datatype.uuid
2163
2479
  */
2164
2480
  searchId: string;
2165
2481
  /**
2166
2482
  * Gets or sets instanceId
2483
+ *
2484
+ * @format datatype.uuid
2167
2485
  */
2168
2486
  instanceId: string;
2169
2487
  /**
@@ -2176,6 +2494,8 @@ export declare namespace GenModels {
2176
2494
  interface GridViewModel {
2177
2495
  /**
2178
2496
  * Gets or sets instanceId
2497
+ *
2498
+ * @format datatype.uuid
2179
2499
  */
2180
2500
  instanceId: string;
2181
2501
  /**
@@ -2236,12 +2556,30 @@ export declare namespace GenModels {
2236
2556
  request: GenModels.QueryViewRequest;
2237
2557
  /**
2238
2558
  * Current session id.
2559
+ *
2560
+ * @format datatype.uuid
2239
2561
  */
2240
2562
  fullTextSearchSessionId: string;
2241
2563
  /**
2242
2564
  * Gets or sets grid user settings data
2243
2565
  */
2244
2566
  gridUserSettings: GenModels.GridUserSettingsData;
2567
+ /**
2568
+ * Gets or sets whether grouping allowed
2569
+ */
2570
+ isGroupingAllowed: boolean;
2571
+ /**
2572
+ * Gets or sets whether show grouping columns
2573
+ */
2574
+ showGroupingColumns: boolean;
2575
+ /**
2576
+ * Gets or sets base cursor row count
2577
+ */
2578
+ baseCursorRowCount: number;
2579
+ /**
2580
+ * Gets or sets whether it has default grouping
2581
+ */
2582
+ hasDefaultGrouping: boolean;
2245
2583
  /**
2246
2584
  * Gets or sets key column name
2247
2585
  */
@@ -2314,6 +2652,10 @@ export declare namespace GenModels {
2314
2652
  * Is Filtration Enabled?
2315
2653
  */
2316
2654
  isFilteringAllowed: boolean;
2655
+ /**
2656
+ * Gets or sets whether grouping allowed
2657
+ */
2658
+ isGroupingAllowed: boolean;
2317
2659
  /**
2318
2660
  * Eval row function
2319
2661
  */
@@ -2342,6 +2684,10 @@ export declare namespace GenModels {
2342
2684
  * Gets or sets row was read
2343
2685
  */
2344
2686
  wasRead: boolean;
2687
+ /**
2688
+ * Gets or sets row is archived
2689
+ */
2690
+ isArchived: boolean;
2345
2691
  }
2346
2692
  }
2347
2693
  export declare namespace GenModels {
@@ -2450,6 +2796,8 @@ export declare namespace GenModels {
2450
2796
  action: GenModels.LayoutAction;
2451
2797
  /**
2452
2798
  * Gets or sets layout mode
2799
+ *
2800
+ * @format datatype.uuid
2453
2801
  */
2454
2802
  layoutMode?: string;
2455
2803
  /**
@@ -2466,10 +2814,14 @@ export declare namespace GenModels {
2466
2814
  name: string;
2467
2815
  /**
2468
2816
  * Gets or sets layout identifier
2817
+ *
2818
+ * @format datatype.uuid
2469
2819
  */
2470
2820
  id: string;
2471
2821
  /**
2472
2822
  * Gets or sets layout instance identifier
2823
+ *
2824
+ * @format datatype.uuid
2473
2825
  */
2474
2826
  instanceId: string;
2475
2827
  /**
@@ -2486,10 +2838,14 @@ export declare namespace GenModels {
2486
2838
  interface OperationModel {
2487
2839
  /**
2488
2840
  * Gets operation identifier
2841
+ *
2842
+ * @format datatype.uuid
2489
2843
  */
2490
2844
  id: string;
2491
2845
  /**
2492
2846
  * Gets operation identifier
2847
+ *
2848
+ * @format datatype.uuid
2493
2849
  */
2494
2850
  builtInId?: string;
2495
2851
  /**
@@ -2522,10 +2878,14 @@ export declare namespace GenModels {
2522
2878
  interface ExtendedDataSourceInfoModel {
2523
2879
  /**
2524
2880
  * Gets or sets extended layouts info identifier
2881
+ *
2882
+ * @format datatype.uuid
2525
2883
  */
2526
2884
  id: string;
2527
2885
  /**
2528
2886
  * Gets or sets timestamp card identifier
2887
+ *
2888
+ * @format datatype.uuid
2529
2889
  */
2530
2890
  cardId: string;
2531
2891
  /**
@@ -2542,10 +2902,18 @@ export declare namespace GenModels {
2542
2902
  layoutModel: GenModels.LayoutModel;
2543
2903
  }
2544
2904
  }
2905
+ export declare namespace GenModels {
2906
+ interface RecentCardsRequest {
2907
+ requestModel: GenModels.CardListRequestModel;
2908
+ useOldGrid: boolean;
2909
+ }
2910
+ }
2545
2911
  export declare namespace GenModels {
2546
2912
  interface FolderIdentityModel {
2547
2913
  /**
2548
2914
  * Folder id
2915
+ *
2916
+ * @format datatype.uuid
2549
2917
  */
2550
2918
  folderId?: string;
2551
2919
  /**
@@ -2570,6 +2938,8 @@ export declare namespace GenModels {
2570
2938
  name: string;
2571
2939
  /**
2572
2940
  * Gets or sets view identifier
2941
+ *
2942
+ * @format datatype.uuid
2573
2943
  */
2574
2944
  viewId: string;
2575
2945
  /**
@@ -2606,10 +2976,14 @@ export declare namespace GenModels {
2606
2976
  interface GridFilterRequestModel {
2607
2977
  /**
2608
2978
  * Gets or sets folder identifier
2979
+ *
2980
+ * @format datatype.uuid
2609
2981
  */
2610
2982
  folderId: string;
2611
2983
  /**
2612
2984
  * Gets or sets view identifier
2985
+ *
2986
+ * @format datatype.uuid
2613
2987
  */
2614
2988
  viewId: string;
2615
2989
  }
@@ -2626,10 +3000,14 @@ export declare namespace GenModels {
2626
3000
  interface SaveGridUserSettingsDataRequestModel {
2627
3001
  /**
2628
3002
  * Gets or sets folder identifier
3003
+ *
3004
+ * @format datatype.uuid
2629
3005
  */
2630
3006
  folderId: string;
2631
3007
  /**
2632
3008
  * Get or sets view identifier
3009
+ *
3010
+ * @format datatype.uuid
2633
3011
  */
2634
3012
  viewId: string;
2635
3013
  /**
@@ -2642,6 +3020,8 @@ export declare namespace GenModels {
2642
3020
  interface SaveGridUserSettingsFolderDataRequestModel {
2643
3021
  /**
2644
3022
  * Gets or sets folder identifier
3023
+ *
3024
+ * @format datatype.uuid
2645
3025
  */
2646
3026
  folderId: string;
2647
3027
  /**
@@ -2654,6 +3034,8 @@ export declare namespace GenModels {
2654
3034
  interface GridUserSettingsFolderData {
2655
3035
  /**
2656
3036
  * Gets or sets view id
3037
+ *
3038
+ * @format datatype.uuid
2657
3039
  */
2658
3040
  viewId: string;
2659
3041
  }
@@ -2670,12 +3052,79 @@ export declare namespace GenModels {
2670
3052
  wasRead: boolean;
2671
3053
  }
2672
3054
  }
3055
+ export declare namespace GenModels {
3056
+ interface DistinctValuesRequestModel {
3057
+ /**
3058
+ * Gets or sets cursor id
3059
+ *
3060
+ * @format datatype.uuid
3061
+ */
3062
+ cursorId: string;
3063
+ /**
3064
+ * Gets or sets page number
3065
+ */
3066
+ pageNumber: number;
3067
+ /**
3068
+ * Gets or sets page size
3069
+ */
3070
+ pageSize: number;
3071
+ /**
3072
+ * Gets or sets
3073
+ */
3074
+ grouping: Array<GenModels.GridUserSettingsGroupColumn>;
3075
+ }
3076
+ }
3077
+ export declare namespace GenModels {
3078
+ interface DistinctValuesModel {
3079
+ /**
3080
+ * Gets or sets page count
3081
+ */
3082
+ pageCount: number;
3083
+ /**
3084
+ * Gets or sets current page
3085
+ */
3086
+ currentPage: number;
3087
+ /**
3088
+ * Gets or sets distinct values
3089
+ */
3090
+ distinctValues: Array<GenModels.ViewDistinctValue>;
3091
+ }
3092
+ }
3093
+ export declare namespace GenModels {
3094
+ interface ViewDistinctValue {
3095
+ /**
3096
+ * Gets or sets column name
3097
+ */
3098
+ columnName: string;
3099
+ /**
3100
+ * Gets or sets whether sorting by descending
3101
+ */
3102
+ isDescending: boolean;
3103
+ /**
3104
+ * Gets or sets value
3105
+ */
3106
+ value: string;
3107
+ /**
3108
+ * Gets or sets count
3109
+ */
3110
+ count: number;
3111
+ /**
3112
+ * Gets or sets whether last level
3113
+ */
3114
+ isLastLevel: boolean;
3115
+ }
3116
+ }
2673
3117
  export declare namespace GenModels {
2674
3118
  interface GetRequestModel {
2675
3119
  locationName?: string;
3120
+ /**
3121
+ * @format datatype.uuid
3122
+ */
2676
3123
  cardId?: string;
2677
3124
  /**
2678
3125
  * Gets or sets layout selection mode (view, edit, create...)
3126
+ *
3127
+ * @format datatype.uuid
2679
3128
  */
2680
3129
  layoutMode?: string;
2681
3130
  layoutParams?: Array<GenModels.ParamModel>;
@@ -2725,9 +3174,14 @@ export declare namespace GenModels {
2725
3174
  export declare namespace GenModels {
2726
3175
  interface SaveRequestModel {
2727
3176
  locationName?: string;
3177
+ /**
3178
+ * @format datatype.uuid
3179
+ */
2728
3180
  cardId?: string;
2729
3181
  /**
2730
3182
  * Gets or sets layout selection mode (view, edit, create...)
3183
+ *
3184
+ * @format datatype.uuid
2731
3185
  */
2732
3186
  layoutMode?: string;
2733
3187
  layoutParams: Array<GenModels.ParamModel>;
@@ -2781,14 +3235,20 @@ export declare namespace GenModels {
2781
3235
  editOperation: string;
2782
3236
  /**
2783
3237
  * Gets or sets data source card id
3238
+ *
3239
+ * @format datatype.uuid
2784
3240
  */
2785
3241
  extendedDataSourceCardId?: string;
2786
3242
  /**
2787
3243
  * Gets or sets data source section id
3244
+ *
3245
+ * @format datatype.uuid
2788
3246
  */
2789
3247
  extendedDataSourceSectionId?: string;
2790
3248
  /**
2791
3249
  * Gets or sets data source row id
3250
+ *
3251
+ * @format datatype.uuid
2792
3252
  */
2793
3253
  extendedDataSourceRowId?: string;
2794
3254
  }
@@ -2809,6 +3269,8 @@ export declare namespace GenModels {
2809
3269
  interface HistorySearchQuery {
2810
3270
  /**
2811
3271
  * Card id
3272
+ *
3273
+ * @format datatype.uuid
2812
3274
  */
2813
3275
  cardId: string;
2814
3276
  /**
@@ -2817,6 +3279,8 @@ export declare namespace GenModels {
2817
3279
  employeeName: string;
2818
3280
  /**
2819
3281
  * Date
3282
+ *
3283
+ * @format datatype.datetime
2820
3284
  */
2821
3285
  date?: string;
2822
3286
  /**
@@ -2829,6 +3293,8 @@ export declare namespace GenModels {
2829
3293
  operationsToHide: Array<string>;
2830
3294
  /**
2831
3295
  * Cache id
3296
+ *
3297
+ * @format datatype.uuid
2832
3298
  */
2833
3299
  cacheId: string;
2834
3300
  /**
@@ -2841,6 +3307,8 @@ export declare namespace GenModels {
2841
3307
  maxCount?: number;
2842
3308
  /**
2843
3309
  * Edit operation id
3310
+ *
3311
+ * @format datatype.uuid
2844
3312
  */
2845
3313
  editOperation: string;
2846
3314
  }
@@ -2857,6 +3325,8 @@ export declare namespace GenModels {
2857
3325
  hasMore: boolean;
2858
3326
  /**
2859
3327
  * Cache id
3328
+ *
3329
+ * @format datatype.uuid
2860
3330
  */
2861
3331
  cacheId: string;
2862
3332
  /**
@@ -2869,6 +3339,8 @@ export declare namespace GenModels {
2869
3339
  interface HistoryRecord {
2870
3340
  /**
2871
3341
  * Record id
3342
+ *
3343
+ * @format datatype.uuid
2872
3344
  */
2873
3345
  logNewId: string;
2874
3346
  /**
@@ -2877,6 +3349,8 @@ export declare namespace GenModels {
2877
3349
  id: number;
2878
3350
  /**
2879
3351
  * Record date
3352
+ *
3353
+ * @format datatype.datetime
2880
3354
  */
2881
3355
  date: string;
2882
3356
  /**
@@ -2897,10 +3371,24 @@ export declare namespace GenModels {
2897
3371
  displayName: string;
2898
3372
  }
2899
3373
  }
3374
+ export declare namespace GenModels {
3375
+ interface WasReadRequest {
3376
+ /**
3377
+ * Cards to read
3378
+ */
3379
+ cardIds: Array<string>;
3380
+ /**
3381
+ * Set read state
3382
+ */
3383
+ setRead: boolean;
3384
+ }
3385
+ }
2900
3386
  export declare namespace GenModels {
2901
3387
  interface FilePickerRequestModel {
2902
3388
  /**
2903
3389
  * FileCard id
3390
+ *
3391
+ * @format datatype.uuid
2904
3392
  */
2905
3393
  fileCardId: string;
2906
3394
  /**
@@ -2913,10 +3401,14 @@ export declare namespace GenModels {
2913
3401
  interface LogInfo {
2914
3402
  /**
2915
3403
  * The edit operation for the log record.
3404
+ *
3405
+ * @format datatype.uuid
2916
3406
  */
2917
3407
  operationId: string;
2918
3408
  /**
2919
3409
  * Card, to associate log record with.
3410
+ *
3411
+ * @format datatype.uuid
2920
3412
  */
2921
3413
  cardId: string;
2922
3414
  }
@@ -2937,6 +3429,8 @@ export declare namespace GenModels {
2937
3429
  name: string;
2938
3430
  /**
2939
3431
  * Gets file identifier
3432
+ *
3433
+ * @format datatype.uuid
2940
3434
  */
2941
3435
  fileId: string;
2942
3436
  /**
@@ -2977,10 +3471,14 @@ export declare namespace GenModels {
2977
3471
  interface FileCardVersionModel {
2978
3472
  /**
2979
3473
  * Gets or sets file identifier
3474
+ *
3475
+ * @format datatype.uuid
2980
3476
  */
2981
3477
  id: string;
2982
3478
  /**
2983
3479
  * Gets or set version id
3480
+ *
3481
+ * @format datatype.uuid
2984
3482
  */
2985
3483
  versionId: string;
2986
3484
  /**
@@ -2997,6 +3495,8 @@ export declare namespace GenModels {
2997
3495
  author: string;
2998
3496
  /**
2999
3497
  * Gets or sets creation date
3498
+ *
3499
+ * @format datatype.datetime
3000
3500
  */
3001
3501
  creationDate: string;
3002
3502
  /**
@@ -3009,10 +3509,14 @@ export declare namespace GenModels {
3009
3509
  interface FileCardCommentModel {
3010
3510
  /**
3011
3511
  * Gets or sets identifier
3512
+ *
3513
+ * @format datatype.uuid
3012
3514
  */
3013
3515
  id: string;
3014
3516
  /**
3015
3517
  * Gets or sets date
3518
+ *
3519
+ * @format datatype.datetime
3016
3520
  */
3017
3521
  date: string;
3018
3522
  /**
@@ -3025,6 +3529,8 @@ export declare namespace GenModels {
3025
3529
  author: string;
3026
3530
  /**
3027
3531
  * Gets or sets author
3532
+ *
3533
+ * @format datatype.uuid
3028
3534
  */
3029
3535
  authorId: string;
3030
3536
  }
@@ -3033,22 +3539,32 @@ export declare namespace GenModels {
3033
3539
  interface LayoutRowCreateParams {
3034
3540
  /**
3035
3541
  * Card identifier
3542
+ *
3543
+ * @format datatype.uuid
3036
3544
  */
3037
3545
  cardId: string;
3038
3546
  /**
3039
3547
  * Section identifier
3548
+ *
3549
+ * @format datatype.uuid
3040
3550
  */
3041
3551
  sectionId: string;
3042
3552
  /**
3043
3553
  * Gets or sets layout mode
3554
+ *
3555
+ * @format datatype.uuid
3044
3556
  */
3045
3557
  layoutMode?: string;
3046
3558
  /**
3047
3559
  * Gets or sets parent row id
3560
+ *
3561
+ * @format datatype.uuid
3048
3562
  */
3049
3563
  parentRowId?: string;
3050
3564
  /**
3051
3565
  * Gets or sets tree parent row id
3566
+ *
3567
+ * @format datatype.uuid
3052
3568
  */
3053
3569
  parentTreeRowId?: string;
3054
3570
  layoutParams: Array<GenModels.LayoutParamModel>;
@@ -3070,6 +3586,8 @@ export declare namespace GenModels {
3070
3586
  interface BaseInfoModel {
3071
3587
  /**
3072
3588
  * Gets or sets id
3589
+ *
3590
+ * @format datatype.uuid
3073
3591
  */
3074
3592
  id: string;
3075
3593
  /**
@@ -3086,6 +3604,8 @@ export declare namespace GenModels {
3086
3604
  reason?: GenModels.Reason;
3087
3605
  /**
3088
3606
  * Gets or sets creation date
3607
+ *
3608
+ * @format datatype.datetime
3089
3609
  */
3090
3610
  createDate: string;
3091
3611
  }
@@ -3094,18 +3614,26 @@ export declare namespace GenModels {
3094
3614
  interface RowInfoModel extends GenModels.BaseInfoModel {
3095
3615
  /**
3096
3616
  * Gets or sets section id
3617
+ *
3618
+ * @format datatype.uuid
3097
3619
  */
3098
3620
  sectionId: string;
3099
3621
  /**
3100
3622
  * Parent row identifier
3623
+ *
3624
+ * @format datatype.uuid
3101
3625
  */
3102
3626
  parentRowId?: string;
3103
3627
  /**
3104
3628
  * Parent tree row identifier
3629
+ *
3630
+ * @format datatype.uuid
3105
3631
  */
3106
3632
  parentTreeRowId?: string;
3107
3633
  /**
3108
3634
  * Card identifier
3635
+ *
3636
+ * @format datatype.uuid
3109
3637
  */
3110
3638
  cardId: string;
3111
3639
  /**
@@ -3130,18 +3658,26 @@ export declare namespace GenModels {
3130
3658
  interface RowLayoutParams {
3131
3659
  /**
3132
3660
  * Gets or sets card identifier
3661
+ *
3662
+ * @format datatype.uuid
3133
3663
  */
3134
3664
  cardId: string;
3135
3665
  /**
3136
3666
  * Gets or sets section identifier
3667
+ *
3668
+ * @format datatype.uuid
3137
3669
  */
3138
3670
  sectionId: string;
3139
3671
  /**
3140
3672
  * Gets or sets row identifier
3673
+ *
3674
+ * @format datatype.uuid
3141
3675
  */
3142
3676
  rowId: string;
3143
3677
  /**
3144
3678
  * Gets or sets layout type
3679
+ *
3680
+ * @format datatype.uuid
3145
3681
  */
3146
3682
  layoutMode?: string;
3147
3683
  /**
@@ -3154,22 +3690,32 @@ export declare namespace GenModels {
3154
3690
  interface DeleteRowModel {
3155
3691
  /**
3156
3692
  * Card, where row located
3693
+ *
3694
+ * @format datatype.uuid
3157
3695
  */
3158
3696
  cardId: string;
3159
3697
  /**
3160
3698
  * Section of the row
3699
+ *
3700
+ * @format datatype.uuid
3161
3701
  */
3162
3702
  sectionId: string;
3163
3703
  /**
3164
3704
  * Row id
3705
+ *
3706
+ * @format datatype.uuid
3165
3707
  */
3166
3708
  rowId: string;
3167
3709
  /**
3168
3710
  * Parent row id for receiving it timestamp.
3711
+ *
3712
+ * @format datatype.uuid
3169
3713
  */
3170
3714
  parentRowId?: string;
3171
3715
  /**
3172
3716
  * Parent row section id for receiving it timestamp.
3717
+ *
3718
+ * @format datatype.uuid
3173
3719
  */
3174
3720
  parentRowSectionId?: string;
3175
3721
  isCreationCancel?: boolean;
@@ -3191,14 +3737,20 @@ export declare namespace GenModels {
3191
3737
  interface SaveRowControlDataModel {
3192
3738
  /**
3193
3739
  * Gets or sets a card id
3740
+ *
3741
+ * @format datatype.uuid
3194
3742
  */
3195
3743
  cardId: string;
3196
3744
  /**
3197
3745
  * Gets or sets a section id
3746
+ *
3747
+ * @format datatype.uuid
3198
3748
  */
3199
3749
  sectionId: string;
3200
3750
  /**
3201
3751
  * Gets or sets a row id
3752
+ *
3753
+ * @format datatype.uuid
3202
3754
  */
3203
3755
  rowId: string;
3204
3756
  /**
@@ -3207,6 +3759,8 @@ export declare namespace GenModels {
3207
3759
  timestamp: number;
3208
3760
  /**
3209
3761
  * Gets or sets mode
3762
+ *
3763
+ * @format datatype.uuid
3210
3764
  */
3211
3765
  layoutMode?: string;
3212
3766
  /**
@@ -3239,10 +3793,14 @@ export declare namespace GenModels {
3239
3793
  interface CardKindInfoModel {
3240
3794
  /**
3241
3795
  * Gets or sets card type id
3796
+ *
3797
+ * @format datatype.uuid
3242
3798
  */
3243
3799
  cardTypeId: string;
3244
3800
  /**
3245
3801
  * Gets or sets kind name
3802
+ *
3803
+ * @format datatype.uuid
3246
3804
  */
3247
3805
  kindId: string;
3248
3806
  /**
@@ -3287,6 +3845,8 @@ export declare namespace GenModels {
3287
3845
  time: string;
3288
3846
  /**
3289
3847
  * Employee id
3848
+ *
3849
+ * @format datatype.uuid
3290
3850
  */
3291
3851
  employeeId: string;
3292
3852
  /**
@@ -3315,6 +3875,8 @@ export declare namespace GenModels {
3315
3875
  searchText?: string;
3316
3876
  /**
3317
3877
  * Parent id
3878
+ *
3879
+ * @format datatype.uuid
3318
3880
  */
3319
3881
  parentId?: string;
3320
3882
  /**
@@ -3351,14 +3913,20 @@ export declare namespace GenModels {
3351
3913
  interface StaffQueryContext {
3352
3914
  /**
3353
3915
  * Card, where control located.
3916
+ *
3917
+ * @format datatype.uuid
3354
3918
  */
3355
3919
  cardId: string;
3356
3920
  /**
3357
3921
  * Card type of the card, where control located.
3922
+ *
3923
+ * @format datatype.uuid
3358
3924
  */
3359
3925
  cardTypeId: string;
3360
3926
  /**
3361
3927
  * Card type of the card, where control located.
3928
+ *
3929
+ * @format datatype.uuid
3362
3930
  */
3363
3931
  cardKindId: string;
3364
3932
  /**
@@ -3375,6 +3943,8 @@ export declare namespace GenModels {
3375
3943
  interface StaffItemsDataSourceModel {
3376
3944
  /**
3377
3945
  * Section identifier
3946
+ *
3947
+ * @format datatype.uuid
3378
3948
  */
3379
3949
  dataSourceCardSection?: string;
3380
3950
  /**
@@ -3403,10 +3973,14 @@ export declare namespace GenModels {
3403
3973
  positionAlias: string;
3404
3974
  /**
3405
3975
  * Organization restriction.
3976
+ *
3977
+ * @format datatype.uuid
3406
3978
  */
3407
3979
  selectFromOrganization?: string;
3408
3980
  /**
3409
3981
  * Group restriction.
3982
+ *
3983
+ * @format datatype.uuid
3410
3984
  */
3411
3985
  selectFromGroup?: string;
3412
3986
  /**
@@ -3503,6 +4077,8 @@ export declare namespace GenModels {
3503
4077
  interface StaffDataModel extends GenModels.IDirectoryItemData {
3504
4078
  /**
3505
4079
  * Entity identifier
4080
+ *
4081
+ * @format datatype.uuid
3506
4082
  */
3507
4083
  id: string;
3508
4084
  /**
@@ -3527,6 +4103,8 @@ export declare namespace GenModels {
3527
4103
  interface SetEmployeeGroupsQuery {
3528
4104
  /**
3529
4105
  * Gets or sets employee identifier
4106
+ *
4107
+ * @format datatype.uuid
3530
4108
  */
3531
4109
  employeeId: string;
3532
4110
  /**
@@ -3575,6 +4153,8 @@ export declare namespace GenModels {
3575
4153
  interface AddToGroupRequestModel {
3576
4154
  /**
3577
4155
  * Gets or sets group identifier
4156
+ *
4157
+ * @format datatype.uuid
3578
4158
  */
3579
4159
  groupId: string;
3580
4160
  /**
@@ -3599,6 +4179,8 @@ export declare namespace GenModels {
3599
4179
  interface EmployeeListRequestModel {
3600
4180
  /**
3601
4181
  * Instance id
4182
+ *
4183
+ * @format datatype.uuid
3602
4184
  */
3603
4185
  instanceId?: string;
3604
4186
  /**
@@ -3611,6 +4193,8 @@ export declare namespace GenModels {
3611
4193
  hierarchyType: GenModels.HierarchyType;
3612
4194
  /**
3613
4195
  * Hierarchy item id
4196
+ *
4197
+ * @format datatype.uuid
3614
4198
  */
3615
4199
  hierarchyItemID: string;
3616
4200
  /**
@@ -3631,10 +4215,14 @@ export declare namespace GenModels {
3631
4215
  interface StaffDirectoryItemsMoveModel {
3632
4216
  /**
3633
4217
  * Staff Id
4218
+ *
4219
+ * @format datatype.uuid
3634
4220
  */
3635
4221
  staffId: string;
3636
4222
  /**
3637
4223
  * Target Id
4224
+ *
4225
+ * @format datatype.uuid
3638
4226
  */
3639
4227
  targetId: string;
3640
4228
  }
@@ -3643,14 +4231,20 @@ export declare namespace GenModels {
3643
4231
  interface EmployeeMoveModel {
3644
4232
  /**
3645
4233
  * Staff Id
4234
+ *
4235
+ * @format datatype.uuid
3646
4236
  */
3647
4237
  staffId: string;
3648
4238
  /**
3649
4239
  * Target Id
4240
+ *
4241
+ * @format datatype.uuid
3650
4242
  */
3651
4243
  targetId: string;
3652
4244
  /**
3653
4245
  * Directory Id
4246
+ *
4247
+ * @format datatype.uuid
3654
4248
  */
3655
4249
  directoryId: string;
3656
4250
  /**
@@ -3663,6 +4257,8 @@ export declare namespace GenModels {
3663
4257
  interface GetTasksListRequestModel {
3664
4258
  /**
3665
4259
  * Id of the task list card.
4260
+ *
4261
+ * @format datatype.uuid
3666
4262
  */
3667
4263
  taskListId: string;
3668
4264
  /**
@@ -3675,6 +4271,8 @@ export declare namespace GenModels {
3675
4271
  interface GetChildTasksCommentsRequestModel {
3676
4272
  /**
3677
4273
  * Id of the task card.
4274
+ *
4275
+ * @format datatype.uuid
3678
4276
  */
3679
4277
  taskId: string;
3680
4278
  /**
@@ -3695,10 +4293,14 @@ export declare namespace GenModels {
3695
4293
  interface SimpleBindingInfo {
3696
4294
  /**
3697
4295
  * Gets or sets data source resolver identifier
4296
+ *
4297
+ * @format datatype.uuid
3698
4298
  */
3699
4299
  dataSourceResolverId: string;
3700
4300
  /**
3701
4301
  * Gets or sets section identifier
4302
+ *
4303
+ * @format datatype.uuid
3702
4304
  */
3703
4305
  sectionId: string;
3704
4306
  /**
@@ -3723,6 +4325,8 @@ export declare namespace GenModels {
3723
4325
  interface ChildTaskCommentModel {
3724
4326
  /**
3725
4327
  * Task identifier
4328
+ *
4329
+ * @format datatype.uuid
3726
4330
  */
3727
4331
  cardId: string;
3728
4332
  /**
@@ -3755,6 +4359,8 @@ export declare namespace GenModels {
3755
4359
  fileName: string;
3756
4360
  /**
3757
4361
  * File id
4362
+ *
4363
+ * @format datatype.uuid
3758
4364
  */
3759
4365
  fileId: string;
3760
4366
  /**
@@ -3783,6 +4389,8 @@ export declare namespace GenModels {
3783
4389
  interface AddTaskCommentsRequestModel {
3784
4390
  /**
3785
4391
  * Id of the task card.
4392
+ *
4393
+ * @format datatype.uuid
3786
4394
  */
3787
4395
  taskId: string;
3788
4396
  /**
@@ -3799,6 +4407,8 @@ export declare namespace GenModels {
3799
4407
  comment: string;
3800
4408
  /**
3801
4409
  * Comment file to add.
4410
+ *
4411
+ * @format datatype.uuid
3802
4412
  */
3803
4413
  commentFileId?: string;
3804
4414
  }
@@ -3807,10 +4417,14 @@ export declare namespace GenModels {
3807
4417
  interface CreateChildTasksRequestModel {
3808
4418
  /**
3809
4419
  * Id of the task card.
4420
+ *
4421
+ * @format datatype.uuid
3810
4422
  */
3811
4423
  taskId: string;
3812
4424
  /**
3813
4425
  * Id of the kind id.
4426
+ *
4427
+ * @format datatype.uuid
3814
4428
  */
3815
4429
  kindId: string;
3816
4430
  /**
@@ -3823,6 +4437,8 @@ export declare namespace GenModels {
3823
4437
  description: string;
3824
4438
  /**
3825
4439
  * Time to execute
4440
+ *
4441
+ * @format datatype.datetime
3826
4442
  */
3827
4443
  executionDate?: string;
3828
4444
  /**
@@ -3843,6 +4459,8 @@ export declare namespace GenModels {
3843
4459
  interface GetDelegationRecordsRequestModel {
3844
4460
  /**
3845
4461
  * Task id
4462
+ *
4463
+ * @format datatype.uuid
3846
4464
  */
3847
4465
  taskId: string;
3848
4466
  /**
@@ -3879,6 +4497,8 @@ export declare namespace GenModels {
3879
4497
  interface DisplayPerformersPerformer {
3880
4498
  /**
3881
4499
  * Gets or sets id
4500
+ *
4501
+ * @format datatype.uuid
3882
4502
  */
3883
4503
  id: string;
3884
4504
  /**
@@ -3911,6 +4531,8 @@ export declare namespace GenModels {
3911
4531
  performers: Array<GenModels.EmployeeModel>;
3912
4532
  /**
3913
4533
  * Date
4534
+ *
4535
+ * @format datatype.datetime
3914
4536
  */
3915
4537
  date: string;
3916
4538
  /**
@@ -3923,6 +4545,8 @@ export declare namespace GenModels {
3923
4545
  interface TaskCardDelegateRequestModel {
3924
4546
  /**
3925
4547
  * Gets or sets task card identifier
4548
+ *
4549
+ * @format datatype.uuid
3926
4550
  */
3927
4551
  taskId: string;
3928
4552
  /**
@@ -3931,6 +4555,8 @@ export declare namespace GenModels {
3931
4555
  comment: string;
3932
4556
  /**
3933
4557
  * Gets or sets performer identifier
4558
+ *
4559
+ * @format datatype.uuid
3934
4560
  */
3935
4561
  delegateId: string;
3936
4562
  /**
@@ -3947,6 +4573,8 @@ export declare namespace GenModels {
3947
4573
  interface TaskCardCompleteRequestModel {
3948
4574
  /**
3949
4575
  * Gets or sets task card identifier
4576
+ *
4577
+ * @format datatype.uuid
3950
4578
  */
3951
4579
  taskCardId: string;
3952
4580
  /**
@@ -3963,6 +4591,8 @@ export declare namespace GenModels {
3963
4591
  interface CompletionOptionRequestModel {
3964
4592
  /**
3965
4593
  * Gets or sets completion option identifier
4594
+ *
4595
+ * @format datatype.uuid
3966
4596
  */
3967
4597
  id: string;
3968
4598
  /**
@@ -3991,6 +4621,8 @@ export declare namespace GenModels {
3991
4621
  value: string;
3992
4622
  /**
3993
4623
  * Gets or sets id
4624
+ *
4625
+ * @format datatype.uuid
3994
4626
  */
3995
4627
  id: string;
3996
4628
  }
@@ -3999,6 +4631,8 @@ export declare namespace GenModels {
3999
4631
  interface OperationFieldInfo {
4000
4632
  /**
4001
4633
  * Field section
4634
+ *
4635
+ * @format datatype.uuid
4002
4636
  */
4003
4637
  sectionId: string;
4004
4638
  /**
@@ -4015,6 +4649,8 @@ export declare namespace GenModels {
4015
4649
  enumValue?: number;
4016
4650
  /**
4017
4651
  * Base universal directory item id
4652
+ *
4653
+ * @format datatype.uuid
4018
4654
  */
4019
4655
  baseUniversalValue?: string;
4020
4656
  }
@@ -4023,10 +4659,14 @@ export declare namespace GenModels {
4023
4659
  interface TaskCardMakeDecisionRequestModel {
4024
4660
  /**
4025
4661
  * Gets or sets task identifier
4662
+ *
4663
+ * @format datatype.uuid
4026
4664
  */
4027
4665
  taskId: string;
4028
4666
  /**
4029
4667
  * Gets or sets completion option identifier
4668
+ *
4669
+ * @format datatype.uuid
4030
4670
  */
4031
4671
  completionOptionId: string;
4032
4672
  /**
@@ -4055,6 +4695,8 @@ export declare namespace GenModels {
4055
4695
  interface SignDataRequest {
4056
4696
  /**
4057
4697
  * Get or sets document identifier
4698
+ *
4699
+ * @format datatype.uuid
4058
4700
  */
4059
4701
  documentId: string;
4060
4702
  /**
@@ -4063,6 +4705,8 @@ export declare namespace GenModels {
4063
4705
  timestamp: number;
4064
4706
  /**
4065
4707
  * Gets or sets label id
4708
+ *
4709
+ * @format datatype.uuid
4066
4710
  */
4067
4711
  labelId: string;
4068
4712
  /**
@@ -4095,10 +4739,14 @@ export declare namespace GenModels {
4095
4739
  data: Array<number>;
4096
4740
  /**
4097
4741
  * Gets or sets file version identifier
4742
+ *
4743
+ * @format datatype.uuid
4098
4744
  */
4099
4745
  fileVersionId: string;
4100
4746
  /**
4101
4747
  * Gets or sets file card identifier
4748
+ *
4749
+ * @format datatype.uuid
4102
4750
  */
4103
4751
  fileCardId: string;
4104
4752
  /**
@@ -4130,6 +4778,8 @@ export declare namespace GenModels {
4130
4778
  interface TaskCardRejectRequestModel {
4131
4779
  /**
4132
4780
  * Gets or sets task card identifier
4781
+ *
4782
+ * @format datatype.uuid
4133
4783
  */
4134
4784
  taskId: string;
4135
4785
  /**
@@ -4142,6 +4792,8 @@ export declare namespace GenModels {
4142
4792
  interface TaskCardTakeToReworkRequestModel {
4143
4793
  /**
4144
4794
  * Gets or sets task card identifier
4795
+ *
4796
+ * @format datatype.uuid
4145
4797
  */
4146
4798
  taskId: string;
4147
4799
  /**
@@ -4154,14 +4806,20 @@ export declare namespace GenModels {
4154
4806
  interface TaskCardChangeExecutionDatesModel {
4155
4807
  /**
4156
4808
  * Gets or sets task card identifier
4809
+ *
4810
+ * @format datatype.uuid
4157
4811
  */
4158
4812
  taskId: string;
4159
4813
  /**
4160
4814
  * Gets or sets task new start date
4815
+ *
4816
+ * @format datatype.datetime
4161
4817
  */
4162
4818
  startDate?: string;
4163
4819
  /**
4164
4820
  * Gets or sets task new end date
4821
+ *
4822
+ * @format datatype.datetime
4165
4823
  */
4166
4824
  endDate?: string;
4167
4825
  /**
@@ -4355,26 +5013,38 @@ export declare namespace GenModels {
4355
5013
  interface LayoutCardCreateParams {
4356
5014
  /**
4357
5015
  * Card type identifier
5016
+ *
5017
+ * @format datatype.uuid
4358
5018
  */
4359
5019
  cardTypeId?: string;
4360
5020
  /**
4361
5021
  * Kind identifier
5022
+ *
5023
+ * @format datatype.uuid
4362
5024
  */
4363
5025
  kindId?: string;
4364
5026
  /**
4365
5027
  * Folder identifier
5028
+ *
5029
+ * @format datatype.uuid
4366
5030
  */
4367
5031
  folderId?: string;
4368
5032
  /**
4369
5033
  * Template identifier
5034
+ *
5035
+ * @format datatype.uuid
4370
5036
  */
4371
5037
  templateId?: string;
4372
5038
  /**
4373
5039
  * Parent card identifier
5040
+ *
5041
+ * @format datatype.uuid
4374
5042
  */
4375
5043
  parentCardId?: string;
4376
5044
  /**
4377
5045
  * Gets or sets layout mode
5046
+ *
5047
+ * @format datatype.uuid
4378
5048
  */
4379
5049
  layoutMode?: string;
4380
5050
  /**
@@ -4391,6 +5061,8 @@ export declare namespace GenModels {
4391
5061
  layoutParams: Array<GenModels.LayoutParamModel>;
4392
5062
  /**
4393
5063
  * Source layout mode (View, Edit, Create)
5064
+ *
5065
+ * @format datatype.uuid
4394
5066
  */
4395
5067
  sourceLayoutMode?: string;
4396
5068
  /**
@@ -4403,6 +5075,8 @@ export declare namespace GenModels {
4403
5075
  interface CreateAsLinkParams {
4404
5076
  /**
4405
5077
  * Source link card
5078
+ *
5079
+ * @format datatype.uuid
4406
5080
  */
4407
5081
  sourceCardId: string;
4408
5082
  /**
@@ -4411,6 +5085,8 @@ export declare namespace GenModels {
4411
5085
  sourceCardTimestamp: number;
4412
5086
  /**
4413
5087
  * Link kind
5088
+ *
5089
+ * @format datatype.uuid
4414
5090
  */
4415
5091
  linkTypeId: string;
4416
5092
  /**
@@ -4427,6 +5103,8 @@ export declare namespace GenModels {
4427
5103
  isReport: boolean;
4428
5104
  /**
4429
5105
  * Edit operation
5106
+ *
5107
+ * @format datatype.uuid
4430
5108
  */
4431
5109
  editOperation: string;
4432
5110
  }
@@ -4435,6 +5113,8 @@ export declare namespace GenModels {
4435
5113
  interface RelatedCreatorCardInfo {
4436
5114
  /**
4437
5115
  * Gets or sets initial card id
5116
+ *
5117
+ * @format datatype.uuid
4438
5118
  */
4439
5119
  initialCardId: string;
4440
5120
  /**
@@ -4451,6 +5131,8 @@ export declare namespace GenModels {
4451
5131
  interface CreateRelatedCardModel {
4452
5132
  /**
4453
5133
  * Gets or sets related card creator
5134
+ *
5135
+ * @format datatype.uuid
4454
5136
  */
4455
5137
  id: string;
4456
5138
  /**
@@ -4459,26 +5141,38 @@ export declare namespace GenModels {
4459
5141
  displayName: string;
4460
5142
  /**
4461
5143
  * Gets or sets operation id
5144
+ *
5145
+ * @format datatype.uuid
4462
5146
  */
4463
5147
  operationId?: string;
4464
5148
  /**
4465
5149
  * Gets or sets template identifier
5150
+ *
5151
+ * @format datatype.uuid
4466
5152
  */
4467
5153
  templateId?: string;
4468
5154
  /**
4469
5155
  * Gets or sets folder identifier
5156
+ *
5157
+ * @format datatype.uuid
4470
5158
  */
4471
5159
  folderId?: string;
4472
5160
  /**
4473
5161
  * Gets or sets link type
5162
+ *
5163
+ * @format datatype.uuid
4474
5164
  */
4475
5165
  linkTypeId?: string;
4476
5166
  /**
4477
5167
  * Gets or sets creating card kind id
5168
+ *
5169
+ * @format datatype.uuid
4478
5170
  */
4479
5171
  cardKindId: string;
4480
5172
  /**
4481
5173
  * Gets or sets creating card type id
5174
+ *
5175
+ * @format datatype.uuid
4482
5176
  */
4483
5177
  cardTypeId: string;
4484
5178
  /**
@@ -4503,10 +5197,14 @@ export declare namespace GenModels {
4503
5197
  interface CardInfoModel extends GenModels.BaseInfoModel {
4504
5198
  /**
4505
5199
  * Gets or sets card type id
5200
+ *
5201
+ * @format datatype.uuid
4506
5202
  */
4507
5203
  typeId: string;
4508
5204
  /**
4509
5205
  * Gets or sets card kind id
5206
+ *
5207
+ * @format datatype.uuid
4510
5208
  */
4511
5209
  kindId?: string;
4512
5210
  /**
@@ -4519,10 +5217,14 @@ export declare namespace GenModels {
4519
5217
  createAsLink: GenModels.CreateAsLinkParams;
4520
5218
  /**
4521
5219
  * Parent card identifier
5220
+ *
5221
+ * @format datatype.uuid
4522
5222
  */
4523
5223
  parentCardId?: string;
4524
5224
  /**
4525
5225
  * Folder, that specified in url parameter
5226
+ *
5227
+ * @format datatype.uuid
4526
5228
  */
4527
5229
  createInFolder?: string;
4528
5230
  /**
@@ -4537,12 +5239,18 @@ export declare namespace GenModels {
4537
5239
  * Gets or sets CreateRelatedCardModel
4538
5240
  */
4539
5241
  relatedCreatorCardInfo: GenModels.RelatedCreatorCardInfo;
5242
+ /**
5243
+ * Is Card Archived
5244
+ */
5245
+ isArchived: boolean;
4540
5246
  }
4541
5247
  }
4542
5248
  export declare namespace GenModels {
4543
5249
  interface StateModel {
4544
5250
  /**
4545
5251
  * Gets or sets state identifier
5252
+ *
5253
+ * @format datatype.uuid
4546
5254
  */
4547
5255
  stateId: string;
4548
5256
  /**
@@ -4551,6 +5259,8 @@ export declare namespace GenModels {
4551
5259
  caption: string;
4552
5260
  /**
4553
5261
  * Not configurable persistent state identifier.
5262
+ *
5263
+ * @format datatype.uuid
4554
5264
  */
4555
5265
  builtInStateId: string;
4556
5266
  }
@@ -4559,54 +5269,64 @@ export declare namespace GenModels {
4559
5269
  interface ViewCardLayoutRequest {
4560
5270
  /**
4561
5271
  * Card id
5272
+ *
5273
+ * @format datatype.uuid
4562
5274
  */
4563
5275
  cardId: string;
4564
5276
  /**
4565
5277
  * Layout mode
5278
+ *
5279
+ * @format datatype.uuid
4566
5280
  */
4567
5281
  layoutMode?: string;
4568
5282
  /**
4569
5283
  * Layout params
4570
5284
  */
4571
- layoutParams: Array<GenModels.LayoutParamModel>;
5285
+ layoutParams?: Array<GenModels.LayoutParamModel>;
4572
5286
  /**
4573
5287
  * Should add shortcut to user's recent cards folder
4574
5288
  */
4575
- addToRecent: boolean;
5289
+ addToRecent?: boolean;
4576
5290
  /**
4577
5291
  * Should write record about card view to card history.
4578
5292
  */
4579
- addCardLogMessage: boolean;
5293
+ addCardLogMessage?: boolean;
4580
5294
  /**
4581
5295
  * Mark card as read by user.
4582
5296
  */
4583
- markAsRead: boolean;
5297
+ markAsRead?: boolean;
4584
5298
  /**
4585
5299
  * Layout or layouts, where current layout will be shown
4586
5300
  */
4587
- parentLayoutIds: Array<string>;
5301
+ parentLayoutIds?: Array<string>;
4588
5302
  }
4589
5303
  }
4590
5304
  export declare namespace GenModels {
4591
5305
  interface EditCardLayoutRequest {
4592
5306
  /**
4593
5307
  * Card id
5308
+ *
5309
+ * @format datatype.uuid
4594
5310
  */
4595
5311
  cardId: string;
4596
5312
  /**
4597
5313
  * Layout mode
5314
+ *
5315
+ * @format datatype.uuid
4598
5316
  */
4599
5317
  layoutMode?: string;
4600
5318
  /**
4601
5319
  * Layout params
4602
5320
  */
4603
- layoutParams: Array<GenModels.LayoutParamModel>;
5321
+ layoutParams?: Array<GenModels.LayoutParamModel>;
4604
5322
  }
4605
5323
  }
4606
5324
  export declare namespace GenModels {
4607
5325
  interface DeleteCardRequestModel {
4608
5326
  /**
4609
5327
  * Gets or sets card identifier
5328
+ *
5329
+ * @format datatype.uuid
4610
5330
  */
4611
5331
  cardId: string;
4612
5332
  /**
@@ -4615,6 +5335,8 @@ export declare namespace GenModels {
4615
5335
  permanent?: boolean;
4616
5336
  /**
4617
5337
  * Gets or sets parent card identifier
5338
+ *
5339
+ * @format datatype.uuid
4618
5340
  */
4619
5341
  parentCardId?: string;
4620
5342
  /**
@@ -4631,6 +5353,8 @@ export declare namespace GenModels {
4631
5353
  interface CardLayoutParams {
4632
5354
  /**
4633
5355
  * Card id.
5356
+ *
5357
+ * @format datatype.uuid
4634
5358
  */
4635
5359
  cardId: string;
4636
5360
  /**
@@ -4655,10 +5379,14 @@ export declare namespace GenModels {
4655
5379
  interface LayoutPartParams {
4656
5380
  /**
4657
5381
  * Gets or sets card identifier
5382
+ *
5383
+ * @format datatype.uuid
4658
5384
  */
4659
5385
  cardId: string;
4660
5386
  /**
4661
5387
  * Gets or sets layout type
5388
+ *
5389
+ * @format datatype.uuid
4662
5390
  */
4663
5391
  layoutMode?: string;
4664
5392
  /**
@@ -4682,6 +5410,8 @@ export declare namespace GenModels {
4682
5410
  interface SaveControlDataModel {
4683
5411
  /**
4684
5412
  * Gets or sets a card id
5413
+ *
5414
+ * @format datatype.uuid
4685
5415
  */
4686
5416
  cardId: string;
4687
5417
  /**
@@ -4690,6 +5420,8 @@ export declare namespace GenModels {
4690
5420
  timestamp: number;
4691
5421
  /**
4692
5422
  * Gets or sets mode
5423
+ *
5424
+ * @format datatype.uuid
4693
5425
  */
4694
5426
  layoutMode?: string;
4695
5427
  /**
@@ -4710,14 +5442,20 @@ export declare namespace GenModels {
4710
5442
  createAsLink: GenModels.CreateAsLinkParams;
4711
5443
  /**
4712
5444
  * Folder, where card should be placed
5445
+ *
5446
+ * @format datatype.uuid
4713
5447
  */
4714
5448
  createInFolder: string;
4715
5449
  /**
4716
5450
  * Gets or sets a parent card id (actual for tasks)
5451
+ *
5452
+ * @format datatype.uuid
4717
5453
  */
4718
5454
  parentCardId?: string;
4719
5455
  /**
4720
5456
  * Gets or sets a card type id
5457
+ *
5458
+ * @format datatype.uuid
4721
5459
  */
4722
5460
  cardTypeId: string;
4723
5461
  /**
@@ -4742,14 +5480,20 @@ export declare namespace GenModels {
4742
5480
  interface MoveOrCopyShortcutsToFolderRequest {
4743
5481
  /**
4744
5482
  * Source folder identifier
5483
+ *
5484
+ * @format datatype.uuid
4745
5485
  */
4746
5486
  sourceFolderId: string;
4747
5487
  /**
4748
5488
  * Destination folder identifier
5489
+ *
5490
+ * @format datatype.uuid
4749
5491
  */
4750
5492
  destinationFolderId: string;
4751
5493
  /**
4752
5494
  * Identifiers of cards to be moved
5495
+ *
5496
+ * @format datatype.uuid
4753
5497
  */
4754
5498
  cardId: string;
4755
5499
  }
@@ -4758,14 +5502,20 @@ export declare namespace GenModels {
4758
5502
  interface ChangeStateDataModel {
4759
5503
  /**
4760
5504
  * Gets or sets card identifier
5505
+ *
5506
+ * @format datatype.uuid
4761
5507
  */
4762
5508
  cardId: string;
4763
5509
  /**
4764
5510
  * Gets or sets operation identifier
5511
+ *
5512
+ * @format datatype.uuid
4765
5513
  */
4766
5514
  operationId: string;
4767
5515
  /**
4768
5516
  * Gets or sets layout type
5517
+ *
5518
+ * @format datatype.uuid
4769
5519
  */
4770
5520
  layoutMode?: string;
4771
5521
  /**
@@ -4802,6 +5552,8 @@ export declare namespace GenModels {
4802
5552
  searchArea?: GenModels.DirectoryDesignerSearchArea;
4803
5553
  /**
4804
5554
  * Department types to search
5555
+ *
5556
+ * @format datatype.uuid
4805
5557
  */
4806
5558
  rootNodeId?: string;
4807
5559
  }
@@ -4822,6 +5574,8 @@ export declare namespace GenModels {
4822
5574
  interface DirectoryDesignerLoadTreeQuery {
4823
5575
  /**
4824
5576
  * Department types to search
5577
+ *
5578
+ * @format datatype.uuid
4825
5579
  */
4826
5580
  rootNodeId?: string;
4827
5581
  /**
@@ -4830,6 +5584,8 @@ export declare namespace GenModels {
4830
5584
  searchArea?: GenModels.DirectoryDesignerSearchArea;
4831
5585
  /**
4832
5586
  * current node id
5587
+ *
5588
+ * @format datatype.uuid
4833
5589
  */
4834
5590
  currentNodeId?: string;
4835
5591
  }
@@ -4838,6 +5594,8 @@ export declare namespace GenModels {
4838
5594
  interface DirectoryDesignerTreeNode {
4839
5595
  /**
4840
5596
  * Node id
5597
+ *
5598
+ * @format datatype.uuid
4841
5599
  */
4842
5600
  id: string;
4843
5601
  /**
@@ -4870,6 +5628,8 @@ export declare namespace GenModels {
4870
5628
  searchArea?: GenModels.DirectoryDesignerSearchArea;
4871
5629
  /**
4872
5630
  * Department types to search
5631
+ *
5632
+ * @format datatype.uuid
4873
5633
  */
4874
5634
  rootNodeId?: string;
4875
5635
  /**
@@ -4918,6 +5678,8 @@ export declare namespace GenModels {
4918
5678
  interface GenerateNumberRequest {
4919
5679
  /**
4920
5680
  * Document card id
5681
+ *
5682
+ * @format datatype.uuid
4921
5683
  */
4922
5684
  cardId: string;
4923
5685
  /**
@@ -4930,6 +5692,8 @@ export declare namespace GenModels {
4930
5692
  info: GenModels.BindingInfo;
4931
5693
  /**
4932
5694
  * Id of the rule, that should be used to generate number
5695
+ *
5696
+ * @format datatype.uuid
4933
5697
  */
4934
5698
  generationRuleId?: string;
4935
5699
  }
@@ -4942,10 +5706,14 @@ export declare namespace GenModels {
4942
5706
  fieldAlias: string;
4943
5707
  /**
4944
5708
  * Data source resolver id
5709
+ *
5710
+ * @format datatype.uuid
4945
5711
  */
4946
5712
  dataSourceResolverId: string;
4947
5713
  /**
4948
5714
  * Bound section id
5715
+ *
5716
+ * @format datatype.uuid
4949
5717
  */
4950
5718
  sectionId: string;
4951
5719
  /**
@@ -4966,6 +5734,8 @@ export declare namespace GenModels {
4966
5734
  number: string;
4967
5735
  /**
4968
5736
  * Gets or sets numerator card busy numbers row identifier
5737
+ *
5738
+ * @format datatype.uuid
4969
5739
  */
4970
5740
  id: string;
4971
5741
  }
@@ -4974,6 +5744,8 @@ export declare namespace GenModels {
4974
5744
  interface ReleaseNumberRequest {
4975
5745
  /**
4976
5746
  * Card id
5747
+ *
5748
+ * @format datatype.uuid
4977
5749
  */
4978
5750
  cardId: string;
4979
5751
  /**
@@ -4982,6 +5754,8 @@ export declare namespace GenModels {
4982
5754
  info: GenModels.BindingInfo;
4983
5755
  /**
4984
5756
  * Document number identifier
5757
+ *
5758
+ * @format datatype.uuid
4985
5759
  */
4986
5760
  numberId: string;
4987
5761
  }
@@ -4990,6 +5764,8 @@ export declare namespace GenModels {
4990
5764
  interface SendForAcquaintanceRequest {
4991
5765
  /**
4992
5766
  * Card id
5767
+ *
5768
+ * @format datatype.uuid
4993
5769
  */
4994
5770
  cardId: string;
4995
5771
  /**
@@ -5010,6 +5786,8 @@ export declare namespace GenModels {
5010
5786
  roleIds: Array<string>;
5011
5787
  /**
5012
5788
  * Acquaintance end date
5789
+ *
5790
+ * @format datatype.datetime
5013
5791
  */
5014
5792
  endDate?: string;
5015
5793
  }
@@ -5018,6 +5796,8 @@ export declare namespace GenModels {
5018
5796
  interface UniqueAttribute {
5019
5797
  /**
5020
5798
  * Gets or sets section id
5799
+ *
5800
+ * @format datatype.uuid
5021
5801
  */
5022
5802
  sectionId: string;
5023
5803
  /**
@@ -5046,6 +5826,8 @@ export declare namespace GenModels {
5046
5826
  uniqueAttributeValues: Array<GenModels.UniqueAttributeValue>;
5047
5827
  /**
5048
5828
  * Document id
5829
+ *
5830
+ * @format datatype.uuid
5049
5831
  */
5050
5832
  documentId: string;
5051
5833
  }
@@ -5054,6 +5836,8 @@ export declare namespace GenModels {
5054
5836
  interface UniqueAttributeValue {
5055
5837
  /**
5056
5838
  * Gets or sets section id
5839
+ *
5840
+ * @format datatype.uuid
5057
5841
  */
5058
5842
  sectionId: string;
5059
5843
  /**
@@ -5082,6 +5866,8 @@ export declare namespace GenModels {
5082
5866
  interface UniqueAttributeCard {
5083
5867
  /**
5084
5868
  * Gets or sets card id
5869
+ *
5870
+ * @format datatype.uuid
5085
5871
  */
5086
5872
  cardId: string;
5087
5873
  /**
@@ -5094,6 +5880,8 @@ export declare namespace GenModels {
5094
5880
  authorDisplayName: string;
5095
5881
  /**
5096
5882
  * Gets or sets card create date
5883
+ *
5884
+ * @format datatype.datetime
5097
5885
  */
5098
5886
  createDate: string;
5099
5887
  /**
@@ -5106,6 +5894,8 @@ export declare namespace GenModels {
5106
5894
  interface SignatureInfoModel {
5107
5895
  /**
5108
5896
  * Gets expire date
5897
+ *
5898
+ * @format datatype.datetime
5109
5899
  */
5110
5900
  expireDate?: string;
5111
5901
  /**
@@ -5134,6 +5924,8 @@ export declare namespace GenModels {
5134
5924
  issuer: string;
5135
5925
  /**
5136
5926
  * Gets expire date
5927
+ *
5928
+ * @format datatype.datetime
5137
5929
  */
5138
5930
  expireDate: string;
5139
5931
  }
@@ -5142,10 +5934,14 @@ export declare namespace GenModels {
5142
5934
  interface TimestampInfoModel {
5143
5935
  /**
5144
5936
  * Gets create date
5937
+ *
5938
+ * @format datatype.datetime
5145
5939
  */
5146
5940
  createDate: string;
5147
5941
  /**
5148
5942
  * Gets expire date
5943
+ *
5944
+ * @format datatype.datetime
5149
5945
  */
5150
5946
  expireDate: string;
5151
5947
  /**
@@ -5162,6 +5958,8 @@ export declare namespace GenModels {
5162
5958
  interface GetFilesRequest {
5163
5959
  /**
5164
5960
  * Card id
5961
+ *
5962
+ * @format datatype.uuid
5165
5963
  */
5166
5964
  cardId: string;
5167
5965
  /**
@@ -5186,6 +5984,8 @@ export declare namespace GenModels {
5186
5984
  interface GetVersionsRequest {
5187
5985
  /**
5188
5986
  * Card id
5987
+ *
5988
+ * @format datatype.uuid
5189
5989
  */
5190
5990
  cardId: string;
5191
5991
  }
@@ -5202,14 +6002,20 @@ export declare namespace GenModels {
5202
6002
  interface GetCommentsRequest {
5203
6003
  /**
5204
6004
  * File card id
6005
+ *
6006
+ * @format datatype.uuid
5205
6007
  */
5206
6008
  fileCardId: string;
5207
6009
  /**
5208
6010
  * Version id
6011
+ *
6012
+ * @format datatype.uuid
5209
6013
  */
5210
6014
  versionId: string;
5211
6015
  /**
5212
6016
  * Task or document card, that owns file.
6017
+ *
6018
+ * @format datatype.uuid
5213
6019
  */
5214
6020
  ownerCardId: string;
5215
6021
  }
@@ -5230,10 +6036,14 @@ export declare namespace GenModels {
5230
6036
  fileAuthor: string;
5231
6037
  /**
5232
6038
  * Gets or sets file author id
6039
+ *
6040
+ * @format datatype.uuid
5233
6041
  */
5234
6042
  fileAuthorId: string;
5235
6043
  /**
5236
6044
  * Gets or sets file creation date
6045
+ *
6046
+ * @format datatype.datetime
5237
6047
  */
5238
6048
  fileCreationDate: string;
5239
6049
  /**
@@ -5242,6 +6052,8 @@ export declare namespace GenModels {
5242
6052
  version: string;
5243
6053
  /**
5244
6054
  * Get version id
6055
+ *
6056
+ * @format datatype.uuid
5245
6057
  */
5246
6058
  versionId: string;
5247
6059
  /**
@@ -5250,10 +6062,14 @@ export declare namespace GenModels {
5250
6062
  currentEmployee: string;
5251
6063
  /**
5252
6064
  * Gets or sets Id of current employee
6065
+ *
6066
+ * @format datatype.uuid
5253
6067
  */
5254
6068
  currentEmployeeId: string;
5255
6069
  /**
5256
6070
  * Gets or sets file card identifier
6071
+ *
6072
+ * @format datatype.uuid
5257
6073
  */
5258
6074
  fileCardId: string;
5259
6075
  /**
@@ -5266,10 +6082,14 @@ export declare namespace GenModels {
5266
6082
  interface VersionedFileCommentCreateModel {
5267
6083
  /**
5268
6084
  * Gets or sets comment identifier
6085
+ *
6086
+ * @format datatype.uuid
5269
6087
  */
5270
6088
  commentId?: string;
5271
6089
  /**
5272
6090
  * Gets or sets container card identifier
6091
+ *
6092
+ * @format datatype.uuid
5273
6093
  */
5274
6094
  cardId: string;
5275
6095
  /**
@@ -5282,10 +6102,14 @@ export declare namespace GenModels {
5282
6102
  comment: string;
5283
6103
  /**
5284
6104
  * Gets or sets file card identifier
6105
+ *
6106
+ * @format datatype.uuid
5285
6107
  */
5286
6108
  fileCardId: string;
5287
6109
  /**
5288
6110
  * Gets or sets version identifier
6111
+ *
6112
+ * @format datatype.uuid
5289
6113
  */
5290
6114
  versionId: string;
5291
6115
  }
@@ -5294,10 +6118,14 @@ export declare namespace GenModels {
5294
6118
  interface VersionedFileCommentDeleteModel {
5295
6119
  /**
5296
6120
  * Gets or sets comment identifier
6121
+ *
6122
+ * @format datatype.uuid
5297
6123
  */
5298
6124
  commentId: string;
5299
6125
  /**
5300
6126
  * Gets or sets container card identifier
6127
+ *
6128
+ * @format datatype.uuid
5301
6129
  */
5302
6130
  cardId: string;
5303
6131
  /**
@@ -5306,10 +6134,14 @@ export declare namespace GenModels {
5306
6134
  timestamp: number;
5307
6135
  /**
5308
6136
  * Gets or sets file card identifier
6137
+ *
6138
+ * @format datatype.uuid
5309
6139
  */
5310
6140
  fileCardId: string;
5311
6141
  /**
5312
6142
  * Gets or sets version identifier
6143
+ *
6144
+ * @format datatype.uuid
5313
6145
  */
5314
6146
  versionId: string;
5315
6147
  }
@@ -5318,10 +6150,14 @@ export declare namespace GenModels {
5318
6150
  interface CommmonFileRequest {
5319
6151
  /**
5320
6152
  * Owner card id
6153
+ *
6154
+ * @format datatype.uuid
5321
6155
  */
5322
6156
  ownerCardId: string;
5323
6157
  /**
5324
6158
  * File card id
6159
+ *
6160
+ * @format datatype.uuid
5325
6161
  */
5326
6162
  fileCardId: string;
5327
6163
  /**
@@ -5332,7 +6168,13 @@ export declare namespace GenModels {
5332
6168
  }
5333
6169
  export declare namespace GenModels {
5334
6170
  interface RenameFileNameRequest {
6171
+ /**
6172
+ * @format datatype.uuid
6173
+ */
5335
6174
  documentId: string;
6175
+ /**
6176
+ * @format datatype.uuid
6177
+ */
5336
6178
  documentFileId: string;
5337
6179
  isMain: boolean;
5338
6180
  fileName: string;
@@ -5342,6 +6184,8 @@ export declare namespace GenModels {
5342
6184
  interface GetUserFoldersTreeDataRequest {
5343
6185
  /**
5344
6186
  * Folder id. If value provided, action will return subfolders for specified folder.
6187
+ *
6188
+ * @format datatype.uuid
5345
6189
  */
5346
6190
  folderId?: string;
5347
6191
  }
@@ -5350,10 +6194,14 @@ export declare namespace GenModels {
5350
6194
  interface FolderNode {
5351
6195
  /**
5352
6196
  * Gets or sets folder identifier
6197
+ *
6198
+ * @format datatype.uuid
5353
6199
  */
5354
6200
  id: string;
5355
6201
  /**
5356
- * Equalent to Id
6202
+ * Equivalent to Id
6203
+ *
6204
+ * @format datatype.uuid
5357
6205
  */
5358
6206
  additionalId: string;
5359
6207
  /**
@@ -5378,14 +6226,20 @@ export declare namespace GenModels {
5378
6226
  url: string;
5379
6227
  /**
5380
6228
  * Gets or sets default view identifier
6229
+ *
6230
+ * @format datatype.uuid
5381
6231
  */
5382
6232
  defaultViewId: string;
5383
6233
  /**
5384
6234
  * Gets or sets search identifier for virtual folder
6235
+ *
6236
+ * @format datatype.uuid
5385
6237
  */
5386
6238
  searchId: string;
5387
6239
  /**
5388
6240
  * Gets or sets target folder identifier for delegate folder
6241
+ *
6242
+ * @format datatype.uuid
5389
6243
  */
5390
6244
  targetFolderId: string;
5391
6245
  /**
@@ -5418,6 +6272,8 @@ export declare namespace GenModels {
5418
6272
  interface SelectFolderNode {
5419
6273
  /**
5420
6274
  * folder identifier
6275
+ *
6276
+ * @format datatype.uuid
5421
6277
  */
5422
6278
  folderId: string;
5423
6279
  /**
@@ -5430,10 +6286,14 @@ export declare namespace GenModels {
5430
6286
  interface CheckFolderForAvailableCardKindRequest {
5431
6287
  /**
5432
6288
  * Folder id, where card going to be placed
6289
+ *
6290
+ * @format datatype.uuid
5433
6291
  */
5434
6292
  folderId: string;
5435
6293
  /**
5436
6294
  * Card id to check
6295
+ *
6296
+ * @format datatype.uuid
5437
6297
  */
5438
6298
  cardId: string;
5439
6299
  }
@@ -5454,6 +6314,8 @@ export declare namespace GenModels {
5454
6314
  interface GetFolderInfoRequest {
5455
6315
  /**
5456
6316
  * Folder id
6317
+ *
6318
+ * @format datatype.uuid
5457
6319
  */
5458
6320
  folderId: string;
5459
6321
  /**
@@ -5494,6 +6356,8 @@ export declare namespace GenModels {
5494
6356
  interface SetFolderSettingsRequest {
5495
6357
  /**
5496
6358
  * Gets or sets folder identifier
6359
+ *
6360
+ * @format datatype.uuid
5497
6361
  */
5498
6362
  folderId: string;
5499
6363
  /**
@@ -5510,10 +6374,14 @@ export declare namespace GenModels {
5510
6374
  name: string;
5511
6375
  /**
5512
6376
  * Gets or sets folder type identifier
6377
+ *
6378
+ * @format datatype.uuid
5513
6379
  */
5514
6380
  typeId?: string;
5515
6381
  /**
5516
6382
  * Gets or sets folder view identifier
6383
+ *
6384
+ * @format datatype.uuid
5517
6385
  */
5518
6386
  viewId?: string;
5519
6387
  /**
@@ -5526,6 +6394,8 @@ export declare namespace GenModels {
5526
6394
  interface CreateSubfolderRequestModel {
5527
6395
  /**
5528
6396
  * Gets or sets parent folder identifier
6397
+ *
6398
+ * @format datatype.uuid
5529
6399
  */
5530
6400
  parentFolderId: string;
5531
6401
  /**
@@ -5538,6 +6408,8 @@ export declare namespace GenModels {
5538
6408
  interface GetFolderInfoWithParentsRequest {
5539
6409
  /**
5540
6410
  * Folder id
6411
+ *
6412
+ * @format datatype.uuid
5541
6413
  */
5542
6414
  folderId: string;
5543
6415
  }
@@ -5570,6 +6442,8 @@ export declare namespace GenModels {
5570
6442
  showFilesForLinksTypesIds: Array<string>;
5571
6443
  /**
5572
6444
  * Card id
6445
+ *
6446
+ * @format datatype.uuid
5573
6447
  */
5574
6448
  cardId: string;
5575
6449
  /**
@@ -5582,10 +6456,14 @@ export declare namespace GenModels {
5582
6456
  allowedLinkTypes: Array<string>;
5583
6457
  /**
5584
6458
  * Link id
6459
+ *
6460
+ * @format datatype.uuid
5585
6461
  */
5586
6462
  linkId: string;
5587
6463
  /**
5588
6464
  * Kind id for file cards
6465
+ *
6466
+ * @format datatype.uuid
5589
6467
  */
5590
6468
  fileKindId?: string;
5591
6469
  /**
@@ -5598,10 +6476,14 @@ export declare namespace GenModels {
5598
6476
  interface DeleteFileRequest extends GenModels.DeleteLinkRequest {
5599
6477
  /**
5600
6478
  * Document (that containts file with FileCardId) card id
6479
+ *
6480
+ * @format datatype.uuid
5601
6481
  */
5602
6482
  documentCardId: string;
5603
6483
  /**
5604
6484
  * File card id
6485
+ *
6486
+ * @format datatype.uuid
5605
6487
  */
5606
6488
  fileCardId: string;
5607
6489
  }
@@ -5610,6 +6492,8 @@ export declare namespace GenModels {
5610
6492
  interface LinkType {
5611
6493
  /**
5612
6494
  * Link type id
6495
+ *
6496
+ * @format datatype.uuid
5613
6497
  */
5614
6498
  linkTypeId: string;
5615
6499
  /**
@@ -5622,10 +6506,14 @@ export declare namespace GenModels {
5622
6506
  interface AllowedCardKind {
5623
6507
  /**
5624
6508
  * Kind id of the allowed card
6509
+ *
6510
+ * @format datatype.uuid
5625
6511
  */
5626
6512
  kindId: string;
5627
6513
  /**
5628
6514
  * Card type id of the allowed card
6515
+ *
6516
+ * @format datatype.uuid
5629
6517
  */
5630
6518
  cardTypeId: string;
5631
6519
  /**
@@ -5638,10 +6526,14 @@ export declare namespace GenModels {
5638
6526
  interface LayoutKindModel {
5639
6527
  /**
5640
6528
  * Card type id
6529
+ *
6530
+ * @format datatype.uuid
5641
6531
  */
5642
6532
  cardTypeId: string;
5643
6533
  /**
5644
6534
  * Kind id of the allowed card
6535
+ *
6536
+ * @format datatype.uuid
5645
6537
  */
5646
6538
  kindId: string;
5647
6539
  /**
@@ -5666,6 +6558,8 @@ export declare namespace GenModels {
5666
6558
  interface LayoutLinkCreateParams {
5667
6559
  /**
5668
6560
  * Card, where link creation was initiated
6561
+ *
6562
+ * @format datatype.uuid
5669
6563
  */
5670
6564
  sourceCardId: string;
5671
6565
  /**
@@ -5674,10 +6568,14 @@ export declare namespace GenModels {
5674
6568
  sourceCardTimestamp: number;
5675
6569
  /**
5676
6570
  * Link kind
6571
+ *
6572
+ * @format datatype.uuid
5677
6573
  */
5678
6574
  linkTypeId: string;
5679
6575
  /**
5680
6576
  * Link destination card
6577
+ *
6578
+ * @format datatype.uuid
5681
6579
  */
5682
6580
  destinationCardId: string;
5683
6581
  /**
@@ -5698,6 +6596,8 @@ export declare namespace GenModels {
5698
6596
  isFile: boolean;
5699
6597
  /**
5700
6598
  * Edit operation
6599
+ *
6600
+ * @format datatype.uuid
5701
6601
  */
5702
6602
  editOperation: string;
5703
6603
  /**
@@ -5710,6 +6610,8 @@ export declare namespace GenModels {
5710
6610
  interface AddUrlLinkParams {
5711
6611
  /**
5712
6612
  * Card, that contains the link
6613
+ *
6614
+ * @format datatype.uuid
5713
6615
  */
5714
6616
  cardId: string;
5715
6617
  /**
@@ -5726,6 +6628,8 @@ export declare namespace GenModels {
5726
6628
  url: string;
5727
6629
  /**
5728
6630
  * link type id
6631
+ *
6632
+ * @format datatype.uuid
5729
6633
  */
5730
6634
  linkTypeId?: string;
5731
6635
  /**
@@ -5734,6 +6638,8 @@ export declare namespace GenModels {
5734
6638
  showFilesForLinksTypesIds: Array<string>;
5735
6639
  /**
5736
6640
  * Kind id for file cards
6641
+ *
6642
+ * @format datatype.uuid
5737
6643
  */
5738
6644
  fileKindId?: string;
5739
6645
  /**
@@ -5742,6 +6648,8 @@ export declare namespace GenModels {
5742
6648
  timestamp: number;
5743
6649
  /**
5744
6650
  * Edit operation id
6651
+ *
6652
+ * @format datatype.uuid
5745
6653
  */
5746
6654
  operationId?: string;
5747
6655
  }
@@ -5750,6 +6658,8 @@ export declare namespace GenModels {
5750
6658
  interface LayoutSetLinkDescriptionParams {
5751
6659
  /**
5752
6660
  * Card, that contains the link
6661
+ *
6662
+ * @format datatype.uuid
5753
6663
  */
5754
6664
  cardId: string;
5755
6665
  /**
@@ -5762,10 +6672,14 @@ export declare namespace GenModels {
5762
6672
  bindingInfo: GenModels.SimpleBindingInfo;
5763
6673
  /**
5764
6674
  * Link id to update
6675
+ *
6676
+ * @format datatype.uuid
5765
6677
  */
5766
6678
  linkId: string;
5767
6679
  /**
5768
6680
  * Kind id for file cards
6681
+ *
6682
+ * @format datatype.uuid
5769
6683
  */
5770
6684
  fileKindId?: string;
5771
6685
  /**
@@ -5786,10 +6700,14 @@ export declare namespace GenModels {
5786
6700
  interface GetLinksRequest {
5787
6701
  /**
5788
6702
  * Card id
6703
+ *
6704
+ * @format datatype.uuid
5789
6705
  */
5790
6706
  cardId: string;
5791
6707
  /**
5792
6708
  * Kind id for file cards
6709
+ *
6710
+ * @format datatype.uuid
5793
6711
  */
5794
6712
  fileKindId?: string;
5795
6713
  /**
@@ -5851,6 +6769,8 @@ export declare namespace GenModels {
5851
6769
  interface LayoutLinkModel {
5852
6770
  /**
5853
6771
  * Gets or sets link id
6772
+ *
6773
+ * @format datatype.uuid
5854
6774
  */
5855
6775
  linkId: string;
5856
6776
  /**
@@ -5859,6 +6779,8 @@ export declare namespace GenModels {
5859
6779
  displayName: string;
5860
6780
  /**
5861
6781
  * Gets or sets link type identifier
6782
+ *
6783
+ * @format datatype.uuid
5862
6784
  */
5863
6785
  linkTypeId: string;
5864
6786
  /**
@@ -5875,26 +6797,38 @@ export declare namespace GenModels {
5875
6797
  isDocument: boolean;
5876
6798
  /**
5877
6799
  * Linked card id
6800
+ *
6801
+ * @format datatype.uuid
5878
6802
  */
5879
6803
  cardId: string;
5880
6804
  /**
5881
6805
  * Card type identifier
6806
+ *
6807
+ * @format datatype.uuid
5882
6808
  */
5883
6809
  cardTypeId: string;
5884
6810
  /**
5885
6811
  * Card kind identifier
6812
+ *
6813
+ * @format datatype.uuid
5886
6814
  */
5887
6815
  cardKindId: string;
5888
6816
  /**
5889
6817
  * File card id (if file card)
6818
+ *
6819
+ * @format datatype.uuid
5890
6820
  */
5891
6821
  fileCardId?: string;
5892
6822
  /**
5893
6823
  * File card version id (if file card)
6824
+ *
6825
+ * @format datatype.uuid
5894
6826
  */
5895
6827
  fileVersionId?: string;
5896
6828
  /**
5897
6829
  * Gets or sets Link creation date
6830
+ *
6831
+ * @format datatype.datetime
5898
6832
  */
5899
6833
  creationDate?: string;
5900
6834
  /**
@@ -5935,6 +6869,8 @@ export declare namespace GenModels {
5935
6869
  interface CheckReadMainFileAvailableRequest {
5936
6870
  /**
5937
6871
  * Card id
6872
+ *
6873
+ * @format datatype.uuid
5938
6874
  */
5939
6875
  cardId: string;
5940
6876
  }
@@ -5979,6 +6915,8 @@ export declare namespace GenModels {
5979
6915
  interface DepartmentLoadTreeQuery {
5980
6916
  /**
5981
6917
  * Parent department identifier
6918
+ *
6919
+ * @format datatype.uuid
5982
6920
  */
5983
6921
  parentNodeId?: string;
5984
6922
  /**
@@ -5999,6 +6937,8 @@ export declare namespace GenModels {
5999
6937
  interface DepartmentTreeNode extends GenModels.IDirectoryItemData {
6000
6938
  /**
6001
6939
  * Node Id
6940
+ *
6941
+ * @format datatype.uuid
6002
6942
  */
6003
6943
  id: string;
6004
6944
  /**
@@ -6148,6 +7088,8 @@ export declare namespace GenModels {
6148
7088
  interface GetDepartmentPathRequestModel {
6149
7089
  /**
6150
7090
  * Gets or sets a department identifier
7091
+ *
7092
+ * @format datatype.uuid
6151
7093
  */
6152
7094
  departmentId: string;
6153
7095
  /**
@@ -6160,6 +7102,8 @@ export declare namespace GenModels {
6160
7102
  interface DepartmentLoadFlatQuery {
6161
7103
  /**
6162
7104
  * Parent department identifier
7105
+ *
7106
+ * @format datatype.uuid
6163
7107
  */
6164
7108
  departmentId?: string;
6165
7109
  /**
@@ -6224,6 +7168,8 @@ export declare namespace GenModels {
6224
7168
  searchText: string;
6225
7169
  /**
6226
7170
  * Department id
7171
+ *
7172
+ * @format datatype.uuid
6227
7173
  */
6228
7174
  departmentId?: string;
6229
7175
  /**
@@ -6266,6 +7212,9 @@ export declare namespace GenModels {
6266
7212
  }
6267
7213
  export declare namespace GenModels {
6268
7214
  interface GetParentDepartmentsRequest {
7215
+ /**
7216
+ * @format datatype.uuid
7217
+ */
6269
7218
  departmentId: string;
6270
7219
  /**
6271
7220
  * Staff or partner department
@@ -6281,6 +7230,8 @@ export declare namespace GenModels {
6281
7230
  term: string;
6282
7231
  /**
6283
7232
  * Some unique id, describing place in UI, where value selection performed
7233
+ *
7234
+ * @format datatype.uuid
6284
7235
  */
6285
7236
  kindId?: string;
6286
7237
  /**
@@ -6293,6 +7244,8 @@ export declare namespace GenModels {
6293
7244
  skip?: number;
6294
7245
  /**
6295
7246
  * Restricts results to specified unit when is not null.
7247
+ *
7248
+ * @format datatype.uuid
6296
7249
  */
6297
7250
  unitId?: string;
6298
7251
  /**
@@ -6329,10 +7282,14 @@ export declare namespace GenModels {
6329
7282
  inactiveStatus: GenModels.StaffEmployeeInactiveStatus;
6330
7283
  /**
6331
7284
  * Employee start date of absence field
7285
+ *
7286
+ * @format datatype.datetime
6332
7287
  */
6333
7288
  startDate?: string;
6334
7289
  /**
6335
7290
  * Employee end date of absence
7291
+ *
7292
+ * @format datatype.datetime
6336
7293
  */
6337
7294
  endDate?: string;
6338
7295
  /**
@@ -6345,6 +7302,8 @@ export declare namespace GenModels {
6345
7302
  interface UpdateEmployeeDeputyModel {
6346
7303
  /**
6347
7304
  * Deputy employee id
7305
+ *
7306
+ * @format datatype.uuid
6348
7307
  */
6349
7308
  deputyID: string;
6350
7309
  /**
@@ -6377,6 +7336,8 @@ export declare namespace GenModels {
6377
7336
  cardType: GenModels.CardTypeWeb;
6378
7337
  /**
6379
7338
  * Gets or sets KindId
7339
+ *
7340
+ * @format datatype.uuid
6380
7341
  */
6381
7342
  kindId?: string;
6382
7343
  /**
@@ -6405,6 +7366,8 @@ export declare namespace GenModels {
6405
7366
  cssClass: string;
6406
7367
  /**
6407
7368
  * Gets card create route
7369
+ *
7370
+ * @format datatype.uuid
6408
7371
  */
6409
7372
  cardTypeId: string;
6410
7373
  /**
@@ -6727,6 +7690,8 @@ export declare namespace GenModels {
6727
7690
  name: string;
6728
7691
  /**
6729
7692
  * Card type id
7693
+ *
7694
+ * @format datatype.uuid
6730
7695
  */
6731
7696
  id: string;
6732
7697
  }
@@ -6735,8 +7700,14 @@ export declare namespace GenModels {
6735
7700
  interface UserProfile {
6736
7701
  /**
6737
7702
  * Activate status refuse last date and time
7703
+ *
7704
+ * @format datatype.datetime
6738
7705
  */
6739
7706
  lastRefuseDateTime: string;
7707
+ /**
7708
+ * Show Archived Cards
7709
+ */
7710
+ showArchivedCards: boolean;
6740
7711
  }
6741
7712
  }
6742
7713
  export declare namespace GenModels {
@@ -6771,6 +7742,8 @@ export declare namespace GenModels {
6771
7742
  interface Feature {
6772
7743
  /**
6773
7744
  * Gets or sets ID
7745
+ *
7746
+ * @format datatype.uuid
6774
7747
  */
6775
7748
  id: string;
6776
7749
  /**
@@ -6827,6 +7800,8 @@ export declare namespace GenModels {
6827
7800
  interface CompletionParameterModel {
6828
7801
  /**
6829
7802
  * Gets or sets parameter identifier
7803
+ *
7804
+ * @format datatype.uuid
6830
7805
  */
6831
7806
  id: string;
6832
7807
  /**
@@ -6873,6 +7848,8 @@ export declare namespace GenModels {
6873
7848
  interface TransformationDataModel {
6874
7849
  /**
6875
7850
  * Gets or sets identifier
7851
+ *
7852
+ * @format datatype.uuid
6876
7853
  */
6877
7854
  id: string;
6878
7855
  /**
@@ -6897,6 +7874,8 @@ export declare namespace GenModels {
6897
7874
  historyExists: boolean;
6898
7875
  /**
6899
7876
  * Gets agreement card identifier
7877
+ *
7878
+ * @format datatype.uuid
6900
7879
  */
6901
7880
  agreementCardId: string;
6902
7881
  }
@@ -6911,6 +7890,8 @@ export declare namespace GenModels {
6911
7890
  interface CardLinkDataModel {
6912
7891
  /**
6913
7892
  * ID карточки, на которую установлена ссылка.
7893
+ *
7894
+ * @format datatype.uuid
6914
7895
  */
6915
7896
  cardId: string;
6916
7897
  /**
@@ -6937,10 +7918,14 @@ export declare namespace GenModels {
6937
7918
  createRouteName: string;
6938
7919
  /**
6939
7920
  * Gets identifier
7921
+ *
7922
+ * @format datatype.uuid
6940
7923
  */
6941
7924
  id: string;
6942
7925
  /**
6943
7926
  * Gets card type identifier
7927
+ *
7928
+ * @format datatype.uuid
6944
7929
  */
6945
7930
  cardTypeId: string;
6946
7931
  /**
@@ -6961,6 +7946,8 @@ export declare namespace GenModels {
6961
7946
  interface LayoutTableBindingModel {
6962
7947
  /**
6963
7948
  * Section id
7949
+ *
7950
+ * @format datatype.uuid
6964
7951
  */
6965
7952
  sectionId: string;
6966
7953
  /**
@@ -6984,7 +7971,7 @@ export declare namespace GenModels {
6984
7971
  */
6985
7972
  deletedRows: Array<string>;
6986
7973
  /**
6987
- * Rows guids sorted by order
7974
+ * Rows identifiers sorted by order
6988
7975
  */
6989
7976
  rowsOrder: Array<string>;
6990
7977
  }
@@ -7025,10 +8012,14 @@ export declare namespace GenModels {
7025
8012
  interface OperationDataModel {
7026
8013
  /**
7027
8014
  * Gets or sets operation id
8015
+ *
8016
+ * @format datatype.uuid
7028
8017
  */
7029
8018
  operationId: string;
7030
8019
  /**
7031
8020
  * Gets or sets operation builtInId
8021
+ *
8022
+ * @format datatype.uuid
7032
8023
  */
7033
8024
  builtInOperationId: string;
7034
8025
  /**
@@ -7049,6 +8040,8 @@ export declare namespace GenModels {
7049
8040
  isGenerated: boolean;
7050
8041
  /**
7051
8042
  * Gets or sets generated operation identifier
8043
+ *
8044
+ * @format datatype.uuid
7052
8045
  */
7053
8046
  generatedOperationId: string;
7054
8047
  /**
@@ -7065,6 +8058,8 @@ export declare namespace GenModels {
7065
8058
  order: number;
7066
8059
  /**
7067
8060
  * If operation is completion option, its identifier.
8061
+ *
8062
+ * @format datatype.uuid
7068
8063
  */
7069
8064
  completionOptionId?: string;
7070
8065
  /**
@@ -7197,6 +8192,8 @@ export declare namespace GenModels {
7197
8192
  content: string;
7198
8193
  /**
7199
8194
  * Gets or sets task end date
8195
+ *
8196
+ * @format datatype.datetime
7200
8197
  */
7201
8198
  endDate?: string;
7202
8199
  /**
@@ -7205,6 +8202,8 @@ export declare namespace GenModels {
7205
8202
  controller: GenModels.EmployeeModel;
7206
8203
  /**
7207
8204
  * Gets or sets task control date
8205
+ *
8206
+ * @format datatype.datetime
7208
8207
  */
7209
8208
  controlDate?: string;
7210
8209
  }
@@ -7217,6 +8216,8 @@ export declare namespace GenModels {
7217
8216
  name: string;
7218
8217
  /**
7219
8218
  * Gets or sets task group end date
8219
+ *
8220
+ * @format datatype.datetime
7220
8221
  */
7221
8222
  endDate?: string;
7222
8223
  /**
@@ -7281,6 +8282,8 @@ export declare namespace GenModels {
7281
8282
  content: string;
7282
8283
  /**
7283
8284
  * Gets or sets task end date
8285
+ *
8286
+ * @format datatype.datetime
7284
8287
  */
7285
8288
  endDate?: string;
7286
8289
  /**
@@ -7289,10 +8292,14 @@ export declare namespace GenModels {
7289
8292
  controller: GenModels.EmployeeModel;
7290
8293
  /**
7291
8294
  * Gets or sets task control date
8295
+ *
8296
+ * @format datatype.datetime
7292
8297
  */
7293
8298
  controlDate?: string;
7294
8299
  /**
7295
8300
  * Gets or sets actual end date
8301
+ *
8302
+ * @format datatype.datetime
7296
8303
  */
7297
8304
  endDateActual?: string;
7298
8305
  /**
@@ -7317,6 +8324,8 @@ export declare namespace GenModels {
7317
8324
  interface LinkModel {
7318
8325
  /**
7319
8326
  * Gets link identifier
8327
+ *
8328
+ * @format datatype.uuid
7320
8329
  */
7321
8330
  linkId: string;
7322
8331
  /**
@@ -7325,6 +8334,8 @@ export declare namespace GenModels {
7325
8334
  displayName: string;
7326
8335
  /**
7327
8336
  * Gets link type identifier
8337
+ *
8338
+ * @format datatype.uuid
7328
8339
  */
7329
8340
  linkTypeId: string;
7330
8341
  /**
@@ -7341,18 +8352,26 @@ export declare namespace GenModels {
7341
8352
  isDocument: boolean;
7342
8353
  /**
7343
8354
  * Card type identifier
8355
+ *
8356
+ * @format datatype.uuid
7344
8357
  */
7345
8358
  cardTypeId: string;
7346
8359
  /**
7347
8360
  * Card kind identifier
8361
+ *
8362
+ * @format datatype.uuid
7348
8363
  */
7349
8364
  cardKindId: string;
7350
8365
  /**
7351
8366
  * Gets linked card identifier
8367
+ *
8368
+ * @format datatype.uuid
7352
8369
  */
7353
8370
  cardId: string;
7354
8371
  /**
7355
8372
  * Gets link creation date
8373
+ *
8374
+ * @format datatype.datetime
7356
8375
  */
7357
8376
  creationDate?: string;
7358
8377
  /**
@@ -7397,6 +8416,8 @@ export declare namespace GenModels {
7397
8416
  name: string;
7398
8417
  /**
7399
8418
  * Gets or sets task end date
8419
+ *
8420
+ * @format datatype.datetime
7400
8421
  */
7401
8422
  endDate?: string;
7402
8423
  /**
@@ -7457,6 +8478,8 @@ export declare namespace GenModels {
7457
8478
  interface CompletionOption {
7458
8479
  /**
7459
8480
  * Gets or sets completion option identifier
8481
+ *
8482
+ * @format datatype.uuid
7460
8483
  */
7461
8484
  id: string;
7462
8485
  /**
@@ -7493,6 +8516,8 @@ export declare namespace GenModels {
7493
8516
  type: GenModels.CompletionParameterType;
7494
8517
  /**
7495
8518
  * Gets or sets section identifier
8519
+ *
8520
+ * @format datatype.uuid
7496
8521
  */
7497
8522
  sectionId: string;
7498
8523
  /**
@@ -7521,6 +8546,8 @@ export declare namespace GenModels {
7521
8546
  isEmpty: boolean;
7522
8547
  /**
7523
8548
  * Gets or sets parameter identifier
8549
+ *
8550
+ * @format datatype.uuid
7524
8551
  */
7525
8552
  id: string;
7526
8553
  showInCompletionDialog: boolean;
@@ -7586,6 +8613,8 @@ export declare namespace GenModels {
7586
8613
  interface UniquenessCheckOperationModel {
7587
8614
  /**
7588
8615
  * Operation id
8616
+ *
8617
+ * @format datatype.uuid
7589
8618
  */
7590
8619
  operationId: string;
7591
8620
  /**
@@ -7646,10 +8675,14 @@ export declare namespace GenModels {
7646
8675
  interface PerformersTypeDialogModel {
7647
8676
  /**
7648
8677
  * Organization restriction.
8678
+ *
8679
+ * @format datatype.uuid
7649
8680
  */
7650
8681
  selectFromOrganization?: string;
7651
8682
  /**
7652
8683
  * Group restriction.
8684
+ *
8685
+ * @format datatype.uuid
7653
8686
  */
7654
8687
  selectFromGroup?: string;
7655
8688
  /**
@@ -7722,10 +8755,14 @@ export declare namespace GenModels {
7722
8755
  delegatedTo: Array<GenModels.EmployeeModel>;
7723
8756
  /**
7724
8757
  * Gets or set delegate date
8758
+ *
8759
+ * @format datatype.datetime
7725
8760
  */
7726
8761
  delegateDate: string;
7727
8762
  /**
7728
8763
  * Gets or set return from delegation date
8764
+ *
8765
+ * @format datatype.datetime
7729
8766
  */
7730
8767
  returnFromDelegationDate?: string;
7731
8768
  /**
@@ -7742,6 +8779,8 @@ export declare namespace GenModels {
7742
8779
  interface EmployeeModel {
7743
8780
  /**
7744
8781
  * Gets or sets employee identifier
8782
+ *
8783
+ * @format datatype.uuid
7745
8784
  */
7746
8785
  employeeId: string;
7747
8786
  /**
@@ -7790,6 +8829,8 @@ export declare namespace GenModels {
7790
8829
  interface UnitModel {
7791
8830
  /**
7792
8831
  * Get unit identifier
8832
+ *
8833
+ * @format datatype.uuid
7793
8834
  */
7794
8835
  unitId: string;
7795
8836
  /**
@@ -7802,6 +8843,8 @@ export declare namespace GenModels {
7802
8843
  interface CompletionOptionModel {
7803
8844
  /**
7804
8845
  * Gets or sets completion option identifier
8846
+ *
8847
+ * @format datatype.uuid
7805
8848
  */
7806
8849
  id: string;
7807
8850
  /**
@@ -7866,10 +8909,14 @@ export declare namespace GenModels {
7866
8909
  isResponsible: boolean;
7867
8910
  /**
7868
8911
  * Task start date
8912
+ *
8913
+ * @format datatype.datetime
7869
8914
  */
7870
8915
  startDate?: string;
7871
8916
  /**
7872
8917
  * Task end date.
8918
+ *
8919
+ * @format datatype.datetime
7873
8920
  */
7874
8921
  endDate?: string;
7875
8922
  /**
@@ -7920,10 +8967,14 @@ export declare namespace GenModels {
7920
8967
  interface SearchItemModel {
7921
8968
  /**
7922
8969
  * Search item id, specific for directory
8970
+ *
8971
+ * @format datatype.uuid
7923
8972
  */
7924
8973
  id: string;
7925
8974
  /**
7926
8975
  * Search item card id
8976
+ *
8977
+ * @format datatype.uuid
7927
8978
  */
7928
8979
  cardId: string;
7929
8980
  /**
@@ -9317,7 +10368,7 @@ export declare namespace GenModels {
9317
10368
  }
9318
10369
  export declare namespace GenModels {
9319
10370
  /**
9320
- * Save scanned image fomat
10371
+ * Save scanned image format
9321
10372
  */
9322
10373
  enum ScannedImageFormat {
9323
10374
  /**