@docsvision/webclient 5.17.2-beta.3 → 5.17.2

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 (63) hide show
  1. package/BackOffice/AuthenticationKindsView.d.ts +1 -1
  2. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  3. package/BackOffice/Comments.d.ts +2 -2
  4. package/BackOffice/ConvertPowersOfAttorneyToComboBoxItems.d.ts +1 -0
  5. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  6. package/BackOffice/DigitalSignatureService.d.ts +2 -1
  7. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +5 -2
  8. package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
  9. package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
  10. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  11. package/BackOffice/EmailButtonView.d.ts +1 -1
  12. package/BackOffice/EmployeeImpl.d.ts +5 -0
  13. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  14. package/BackOffice/FileListConstants.d.ts +4 -0
  15. package/BackOffice/FileListControl.d.ts +9 -4
  16. package/BackOffice/FileSignListDialog.d.ts +3 -2
  17. package/BackOffice/GetSearchItemsType.d.ts +2 -0
  18. package/BackOffice/IExtraFileAdded.d.ts +3 -0
  19. package/BackOffice/IFileTypeChangeArgs.d.ts +4 -0
  20. package/BackOffice/IMainFileAdded.d.ts +3 -0
  21. package/BackOffice/INewFileList.d.ts +3 -0
  22. package/BackOffice/Links.d.ts +2 -2
  23. package/BackOffice/PartnerBase.d.ts +2 -2
  24. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  25. package/BackOffice/PowerOfAttorneyInfo.d.ts +1 -2
  26. package/BackOffice/Powers.d.ts +1 -1
  27. package/BackOffice/Powers.stories.d.ts +0 -1
  28. package/BackOffice/PowersImpl.d.ts +1 -1
  29. package/BackOffice/PrintButtonView.d.ts +1 -1
  30. package/BackOffice/SignatureDialog.d.ts +1 -2
  31. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  32. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  33. package/BackOffice/TasksTableView.d.ts +3 -3
  34. package/BackOffice/ToSearchArea.d.ts +3 -0
  35. package/BackOffice/Utils.d.ts +1 -0
  36. package/Generated/DocsVision.WebClient.Controllers.d.ts +20 -54
  37. package/Generated/DocsVision.WebClient.Models.d.ts +168 -677
  38. package/Helpers/ComboBox/ComboBoxElement.d.ts +2 -0
  39. package/Helpers/ComboBox/Data/ClientModels/IComboBoxElement.d.ts +2 -0
  40. package/Helpers/PopoverHelpers/Popover.d.ts +2 -0
  41. package/Legacy/ApprovalFilePanel.d.ts +1 -0
  42. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  43. package/Legacy/DocumentPanel.d.ts +2 -0
  44. package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -1
  45. package/Platform/$CommandBarManagement.d.ts +4 -4
  46. package/Platform/$GridOptions.d.ts +1 -0
  47. package/Platform/$ScanDialog.d.ts +4 -4
  48. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  49. package/Platform/CardLink.d.ts +6 -6
  50. package/Platform/CertificateSettingsView.d.ts +1 -1
  51. package/Platform/FolderCardsDashboardWidget.d.ts +2 -0
  52. package/Platform/LoaderDialog.d.ts +1 -1
  53. package/Platform/RecentCardsDashboardWidget.d.ts +2 -0
  54. package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +2 -2
  55. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  56. package/Platform/SkipSavingCursorRequestResolver.d.ts +12 -0
  57. package/Platform/UserProfileDialog.d.ts +1 -1
  58. package/System/$LastSearchResponse.d.ts +2 -2
  59. package/System/DirectorySelectDialog.d.ts +2 -2
  60. package/System/LastSearchResponseService.d.ts +3 -3
  61. package/System/ResourcesStub.d.ts +1 -0
  62. package/System/Summernote.d.ts +2 -0
  63. package/package.json +1 -1
@@ -48,6 +48,7 @@ export declare namespace GenModels {
48
48
  * @format datatype.uuid
49
49
  */
50
50
  oldStoreId: string;
51
+ deviceType: GenModels.DeviceType;
51
52
  }
52
53
  }
53
54
  export declare namespace GenModels {
@@ -173,7 +174,7 @@ export declare namespace GenModels {
173
174
  /**
174
175
  * Gets or sets table presentation mode
175
176
  */
176
- tablePresentation: GenModels.TablePresentation;
177
+ tablePresentationForDevice: Array<GenModels.TablePresentationForDevice>;
177
178
  /**
178
179
  * Gets or sets column width mode
179
180
  */
@@ -272,6 +273,18 @@ export declare namespace GenModels {
272
273
  to: string;
273
274
  }
274
275
  }
276
+ export declare namespace GenModels {
277
+ interface TablePresentationForDevice {
278
+ /**
279
+ * Table presentation
280
+ */
281
+ tablePresentation: GenModels.TablePresentation;
282
+ /**
283
+ * Device type
284
+ */
285
+ deviceType: GenModels.DeviceType;
286
+ }
287
+ }
275
288
  export declare namespace GenModels {
276
289
  interface UnreadCountersRequest {
277
290
  /**
@@ -731,110 +744,6 @@ export declare namespace GenModels {
731
744
  nodeType: GenModels.NodeType;
732
745
  }
733
746
  }
734
- export declare namespace GenModels {
735
- interface PowerOfAttorneyData {
736
- }
737
- }
738
- export declare namespace GenModels {
739
- interface PowerOfAttorneyFNSData extends GenModels.PowerOfAttorneyData {
740
- }
741
- }
742
- export declare namespace GenModels {
743
- interface PowerOfAttorneyFNSDOVELData extends GenModels.PowerOfAttorneyFNSData {
744
- }
745
- }
746
- export declare namespace GenModels {
747
- interface CreatePowerOfAttorneyRequest<TPowerOfAttorney extends GenModels.PowerOfAttorneyData> {
748
- /**
749
- * Данные доверенности
750
- */
751
- powerOfAttorneyData: TPowerOfAttorney;
752
- /**
753
- * Представитель
754
- *
755
- * @format datatype.uuid
756
- */
757
- representative: string;
758
- /**
759
- * Подписант
760
- *
761
- * @format datatype.uuid
762
- */
763
- signer: string;
764
- /**
765
- * Тип доверенности
766
- *
767
- * @format datatype.uuid
768
- */
769
- powerOfAttorneyType: string;
770
- /**
771
- * Идентификатор пользовательской карточки доверенности
772
- *
773
- * @format datatype.uuid
774
- */
775
- userCardId?: string;
776
- /**
777
- * ИНН доверителя
778
- */
779
- principalInn: string;
780
- }
781
- }
782
- export declare namespace GenModels {
783
- interface CreatePowerOfAttorneyRequestDovEl extends GenModels.CreatePowerOfAttorneyRequest<GenModels.PowerOfAttorneyFNSDOVELData> {
784
- }
785
- }
786
- export declare namespace GenModels {
787
- interface RetrustPowerOfAttorneyRequest<TPowerOfAttorney extends GenModels.PowerOfAttorneyData> {
788
- /**
789
- * Данные доверенности
790
- */
791
- powerOfAttorneyData: TPowerOfAttorney;
792
- /**
793
- * Представитель
794
- *
795
- * @format datatype.uuid
796
- */
797
- representative: string;
798
- /**
799
- * Подписант
800
- *
801
- * @format datatype.uuid
802
- */
803
- signer: string;
804
- /**
805
- * Родительская доверенность
806
- *
807
- * @format datatype.uuid
808
- */
809
- parentPowersOfAttorney: string;
810
- /**
811
- * Идентификатор пользовательской карточки доверенности
812
- *
813
- * @format datatype.uuid
814
- */
815
- userCardId?: string;
816
- /**
817
- * ИНН доверителя
818
- */
819
- principalInn: string;
820
- }
821
- }
822
- export declare namespace GenModels {
823
- interface RetrustPowerOfAttorneyRequestDovEl extends GenModels.RetrustPowerOfAttorneyRequest<GenModels.PowerOfAttorneyFNSDOVELData> {
824
- }
825
- }
826
- export declare namespace GenModels {
827
- interface PowerOfAttorneyFNSDOVBBData extends GenModels.PowerOfAttorneyFNSData {
828
- }
829
- }
830
- export declare namespace GenModels {
831
- interface CreatePowerOfAttorneyRequestDovBb extends GenModels.CreatePowerOfAttorneyRequest<GenModels.PowerOfAttorneyFNSDOVBBData> {
832
- }
833
- }
834
- export declare namespace GenModels {
835
- interface RetrustPowerOfAttorneyRequestDovBb extends GenModels.RetrustPowerOfAttorneyRequest<GenModels.PowerOfAttorneyFNSDOVBBData> {
836
- }
837
- }
838
747
  export declare namespace GenModels {
839
748
  interface FindPowersOfAttorneyRequest {
840
749
  /**
@@ -873,6 +782,10 @@ export declare namespace GenModels {
873
782
  * Отображаемое название доверенности
874
783
  */
875
784
  title: string;
785
+ /**
786
+ * Статус регистрации доверенности в ФНС
787
+ */
788
+ regTransferStatus: GenModels.WebPowerOfAttorneyRegTransferStatuses;
876
789
  }
877
790
  }
878
791
  export declare namespace GenModels {
@@ -927,6 +840,14 @@ export declare namespace GenModels {
927
840
  * Отображаемое значение формата доверенности
928
841
  */
929
842
  format: string;
843
+ /**
844
+ * Статус регистрации доверенности в ФНС
845
+ */
846
+ regTransferStatus: GenModels.WebPowerOfAttorneyRegTransferStatuses;
847
+ /**
848
+ * Отображаемое имя статуса регистрации доверенности в ФНС
849
+ */
850
+ regTransferStatusDisplayName: string;
930
851
  }
931
852
  }
932
853
  export declare namespace GenModels {
@@ -1016,448 +937,6 @@ export declare namespace GenModels {
1016
937
  withChildrenPowerOfAttorney: boolean;
1017
938
  }
1018
939
  }
1019
- export declare namespace GenModels {
1020
- interface PowerOfAttorneyEMCHDData extends GenModels.PowerOfAttorneyData {
1021
- document: GenModels.PowerOfAttorneyDocument;
1022
- esiaOID: string;
1023
- otherInformation: string;
1024
- recipientID: string;
1025
- finalRecipientID: string;
1026
- senderID: string;
1027
- }
1028
- }
1029
- export declare namespace GenModels {
1030
- interface PowerOfAttorneyDocument {
1031
- KND: string;
1032
- powerOfAttorneyData: GenModels.PowerOfAttorneyDocumentData;
1033
- retrustPowerOfAttorneyData: GenModels.RetrustPowerOfAttorneyDocumentData;
1034
- }
1035
- }
1036
- export declare namespace GenModels {
1037
- interface PowerOfAttorneyDocumentData {
1038
- powerOfAttorney: GenModels.PowerOfAttorneyInfo;
1039
- principal: GenModels.PrincipalsInfo;
1040
- representative: GenModels.RepresentativesInfo;
1041
- representativePowers: GenModels.RepresentativePowersInfo;
1042
- notaryCertificateInfo: GenModels.NotaryCertificateInfo;
1043
- }
1044
- }
1045
- export declare namespace GenModels {
1046
- interface PowerOfAttorneyInfo {
1047
- powerOfAttorneyKind: GenModels.PowerOfAttorneyKind;
1048
- retrustType: GenModels.PowerOfAttorneyRetrustType;
1049
- powerOfAttorneyInternalNumber: string;
1050
- powerOfAttorneyNumber: string;
1051
- powerOfAttorneyNotaryNumber: string;
1052
- powerOfAttorneyAdditionalNumber: string;
1053
- powerOfAttorneyInternalRegistrationDate?: string;
1054
- powerOfAttorneyStartDate: string;
1055
- powerOfAttorneyEndDate: string;
1056
- submittedPowerOfAttorneyTaxCode: string;
1057
- taxCode: Array<string>;
1058
- informationSystemName: string;
1059
- irrevocablePowerOfAttorneyInfo: GenModels.IrrevocablePowerOfAttorneyInfo;
1060
- }
1061
- }
1062
- export declare namespace GenModels {
1063
- interface IrrevocablePowerOfAttorneyInfo {
1064
- revocationPossibleType: GenModels.RevocationPossibleType;
1065
- revocationCondition: GenModels.RevocationCondition;
1066
- revocationConditionDescription: string;
1067
- }
1068
- }
1069
- export declare namespace GenModels {
1070
- interface PrincipalsInfo {
1071
- principalType: GenModels.PrincipalType;
1072
- principalInfo: GenModels.PrincipalInfo;
1073
- }
1074
- }
1075
- export declare namespace GenModels {
1076
- interface PrincipalInfo {
1077
- russianEntity: GenModels.RussianLegalEntityPrincipalInfo;
1078
- foreignLegalEntityPrincipal: GenModels.ForeignLegalEntityPrincipalInfo;
1079
- soleProprietorPrincipal: GenModels.SoleProprietorInfo0;
1080
- individual: GenModels.IndividualPrincipalInfo;
1081
- }
1082
- }
1083
- export declare namespace GenModels {
1084
- interface RussianLegalEntityPrincipalInfo {
1085
- soleExecutiveIsManagementCompany: boolean;
1086
- soleExecutiveIsIndividual: boolean;
1087
- soleExecutiveIsSoleProprietor: boolean;
1088
- entityInfo: GenModels.LegalEntityInfo;
1089
- principalsWithoutPowerOfAttorneyInfo: Array<GenModels.PrincipalWithoutPowerOfAttorneyInfo>;
1090
- }
1091
- }
1092
- export declare namespace GenModels {
1093
- interface LegalEntityInfo {
1094
- participantStatus?: GenModels.NotarialActionParticipantStatus;
1095
- name: string;
1096
- inn: string;
1097
- kpp: string;
1098
- ogrn: string;
1099
- registrationNumber: string;
1100
- constituentDocument: string;
1101
- phone: string;
1102
- EMail: string;
1103
- confirmationOfAuthorityDocument: GenModels.ConfirmationOfAuthorityDocument;
1104
- legalAddress: GenModels.AddressInfo;
1105
- }
1106
- }
1107
- export declare namespace GenModels {
1108
- interface ConfirmationOfAuthorityDocument {
1109
- documentName: string;
1110
- issueDate?: string;
1111
- issuer: string;
1112
- identityOfDocument: string;
1113
- }
1114
- }
1115
- export declare namespace GenModels {
1116
- interface AddressInfo {
1117
- subjectOfRussia: string;
1118
- fiasCode: string;
1119
- address: string;
1120
- fiasAddress: string;
1121
- }
1122
- }
1123
- export declare namespace GenModels {
1124
- interface PrincipalWithoutPowerOfAttorneyInfo {
1125
- authorityType: GenModels.SoleExecutiveAuthorityType;
1126
- managementCompanyInfo: GenModels.SoleExecutiveManagementCompanyInfo;
1127
- individualInfo: GenModels.SoleExecutiveIndividualInfo;
1128
- soleProprietorInfo: GenModels.SoleProprietorInfo0;
1129
- }
1130
- }
1131
- export declare namespace GenModels {
1132
- interface SoleExecutiveManagementCompanyInfo {
1133
- legalEntityInfo: GenModels.LegalEntityInfo;
1134
- individualsInfo: Array<GenModels.SoleExecutiveIndividualInfo>;
1135
- }
1136
- }
1137
- export declare namespace GenModels {
1138
- interface SoleExecutiveIndividualInfo {
1139
- participantStatus?: GenModels.NotarialActionParticipantStatus;
1140
- inn: string;
1141
- snils: string;
1142
- position: string;
1143
- confirmationDocument: GenModels.ConfirmationOfAuthorityDocument;
1144
- individualInfo: GenModels.IndividualInfo;
1145
- }
1146
- }
1147
- export declare namespace GenModels {
1148
- interface IndividualInfo {
1149
- gender?: GenModels.Gender;
1150
- citizenshipType?: GenModels.CitizenshipType;
1151
- unifiedPopulationRegisterNumber: string;
1152
- birthDate?: string;
1153
- birthPlace: string;
1154
- citizenship: string;
1155
- contactPhone: string;
1156
- EMail: string;
1157
- fio: GenModels.FIO;
1158
- residenceAddress: GenModels.AddressInfo;
1159
- identityCard: GenModels.IdentityCardOfIndividual;
1160
- }
1161
- }
1162
- export declare namespace GenModels {
1163
- interface FIO {
1164
- lastName: string;
1165
- firstName: string;
1166
- middleName: string;
1167
- }
1168
- }
1169
- export declare namespace GenModels {
1170
- interface IdentityCardOfIndividual {
1171
- documentKindCode: string;
1172
- documentSerialNumber: string;
1173
- issueDate: string;
1174
- issuer: string;
1175
- issuerCode: string;
1176
- expDate?: string;
1177
- }
1178
- }
1179
- export declare namespace GenModels {
1180
- interface SoleProprietorInfo0 {
1181
- participantStatus?: GenModels.NotarialActionParticipantStatus;
1182
- name: string;
1183
- ogrnip: string;
1184
- inn: string;
1185
- snils: string;
1186
- authorityDocument: GenModels.ConfirmationOfAuthorityDocument;
1187
- individualInfo: GenModels.IndividualInfo;
1188
- }
1189
- }
1190
- export declare namespace GenModels {
1191
- interface ForeignLegalEntityPrincipalInfo {
1192
- foreignEntityInfo: GenModels.ForeignEntityInfo;
1193
- branchManagers: Array<GenModels.SoleExecutiveIndividualInfo>;
1194
- }
1195
- }
1196
- export declare namespace GenModels {
1197
- interface ForeignEntityInfo {
1198
- participantStatus?: GenModels.NotarialActionParticipantStatus;
1199
- name: string;
1200
- inn: string;
1201
- kpp: string;
1202
- accreditationRecordNumber: string;
1203
- registrationCountry: string;
1204
- registeringAuthorityName: string;
1205
- regNumber: string;
1206
- taxpayerCode: string;
1207
- phone: string;
1208
- EMail: string;
1209
- legalAddress: string;
1210
- actualAddress: GenModels.AddressInfo;
1211
- }
1212
- }
1213
- export declare namespace GenModels {
1214
- interface IndividualPrincipalInfo {
1215
- participantStatus?: GenModels.NotarialActionParticipantStatus;
1216
- hasFullCapacity: boolean;
1217
- applicantExist?: boolean;
1218
- documentOfIncapacity: string;
1219
- inn: string;
1220
- snils: string;
1221
- individualInfo: GenModels.IndividualInfo;
1222
- representativeInfo: GenModels.PrincipalWithoutPowerOfAttorneyInfo;
1223
- }
1224
- }
1225
- export declare namespace GenModels {
1226
- interface RepresentativesInfo {
1227
- representativeType: GenModels.EntityType;
1228
- representative: GenModels.RepresentativeInfo;
1229
- }
1230
- }
1231
- export declare namespace GenModels {
1232
- interface RepresentativeInfo {
1233
- russianEntity: GenModels.LegalEntityInfo;
1234
- soleProprietor: GenModels.SoleProprietorInfo0;
1235
- individual: GenModels.SoleExecutiveIndividualInfo;
1236
- branchOfRussianEntity: GenModels.LegalEntityInfo;
1237
- branchOfForeignEntity: GenModels.ForeignEntityInfo;
1238
- }
1239
- }
1240
- export declare namespace GenModels {
1241
- interface RepresentativePowersInfo {
1242
- authorityType: GenModels.AuthorityType;
1243
- jointRepresentationType: GenModels.JointRepresentationType;
1244
- lossOfAuthorityType?: GenModels.PowerOfAttorneyLossOfAuthorityType;
1245
- powersTextContent: string;
1246
- machineReadablePowersInfo: Array<GenModels.MachineReadablePowersInfo>;
1247
- }
1248
- }
1249
- export declare namespace GenModels {
1250
- interface MachineReadablePowersInfo {
1251
- powersCode: GenModels.PowersCode;
1252
- restrictions: Array<GenModels.MachineReadablePowerRestrictions>;
1253
- }
1254
- }
1255
- export declare namespace GenModels {
1256
- interface IObjectWithState {
1257
- objectState: GenModels.ObjectState;
1258
- }
1259
- }
1260
- export declare namespace GenModels {
1261
- interface ObjectState {
1262
- timestamp: number;
1263
- context: GenModels.ObjectContext;
1264
- instance: GenModels.ObjectBase;
1265
- reference: GenModels.IObjectRef;
1266
- flags: GenModels.ObjectStateFlags;
1267
- temporaryLocked: boolean;
1268
- }
1269
- }
1270
- export declare namespace GenModels {
1271
- interface IObjectContext {
1272
- userAccount: string;
1273
- isClosed: boolean;
1274
- }
1275
- }
1276
- export declare namespace GenModels {
1277
- interface ILockManager {
1278
- }
1279
- }
1280
- export declare namespace GenModels {
1281
- interface ObjectContext extends GenModels.IObjectContext, GenModels.ILockManager {
1282
- actionsList: GenModels.ObjectActionsList;
1283
- userAccount: string;
1284
- isClosed: boolean;
1285
- }
1286
- }
1287
- export declare namespace GenModels {
1288
- interface ObjectActionsList {
1289
- acceptingActions: GenModels.ActionList;
1290
- acceptedActions: GenModels.ActionList;
1291
- rollbackingActions: GenModels.ActionList;
1292
- rollbackedActions: GenModels.ActionList;
1293
- }
1294
- }
1295
- export declare namespace GenModels {
1296
- interface ActionList {
1297
- }
1298
- }
1299
- export declare namespace GenModels {
1300
- interface IObjectWithParent {
1301
- parent: any;
1302
- }
1303
- }
1304
- export declare namespace GenModels {
1305
- interface ObjectBase extends GenModels.IObjectWithState, GenModels.IObjectWithParent {
1306
- }
1307
- }
1308
- export declare namespace GenModels {
1309
- interface IObjectRef {
1310
- type: any;
1311
- id: string;
1312
- }
1313
- }
1314
- export declare namespace GenModels {
1315
- interface ObjectBase extends GenModels.IObjectWithState, GenModels.IObjectWithParent {
1316
- }
1317
- }
1318
- export declare namespace GenModels {
1319
- interface PowersCode extends GenModels.ObjectBase {
1320
- name: string;
1321
- description: string;
1322
- code: string;
1323
- mnemonics: string;
1324
- creationDate?: string;
1325
- updateDate?: string;
1326
- notAvailable: boolean;
1327
- }
1328
- }
1329
- export declare namespace GenModels {
1330
- interface MachineReadablePowerRestrictions {
1331
- restrictionsIndex: number;
1332
- restrictionsCode: string;
1333
- restrictionsName: string;
1334
- restrictionsText: string;
1335
- restrictionsCodeValue: string;
1336
- restrictionsCodeValueName: string;
1337
- }
1338
- }
1339
- export declare namespace GenModels {
1340
- interface NotaryCertificateInfo {
1341
- place: string;
1342
- fromPrincipalToEPGU?: boolean;
1343
- fromAttorneyToEPGU?: boolean;
1344
- fromDeclarantToFNP?: boolean;
1345
- fromAttorneyToFNP?: boolean;
1346
- notaryPaymentPaid: number;
1347
- notaryPaymentDiscount?: number;
1348
- electronicDocumentTransferMethod: string;
1349
- otherDocumentTransferMethod: string;
1350
- additionalInformation: string;
1351
- otherInformationOfAuthenticationInscription: string;
1352
- notaryInfo: GenModels.NotaryInfo;
1353
- handwrittenSignature: Array<GenModels.HandwrittenSignature>;
1354
- notaryDeputyInfo: GenModels.NotaryDeputyInfo;
1355
- }
1356
- }
1357
- export declare namespace GenModels {
1358
- interface NotaryInfo {
1359
- position: string;
1360
- registrationNumber: string;
1361
- fio: GenModels.FIO;
1362
- }
1363
- }
1364
- export declare namespace GenModels {
1365
- interface HandwrittenSignature {
1366
- pdfDocumentHash: Array<number>;
1367
- signatureImage: Array<number>;
1368
- signatureHash: Array<number>;
1369
- signatureDate: string;
1370
- fio: GenModels.FIO;
1371
- }
1372
- }
1373
- export declare namespace GenModels {
1374
- interface NotaryDeputyInfo {
1375
- position: string;
1376
- registrationNumber: string;
1377
- fio: GenModels.FIO;
1378
- }
1379
- }
1380
- export declare namespace GenModels {
1381
- interface RetrustPowerOfAttorneyDocumentData {
1382
- powerOfAttorney: GenModels.PowerOfAttorneyInfo;
1383
- representative: GenModels.RepresentativesInfo;
1384
- representativePowers: GenModels.RepresentativePowersInfo;
1385
- notaryCertificateInfo: GenModels.NotaryCertificateInfo;
1386
- primaryPowerOfAttorney: GenModels.PrimaryPowerOfAttorneyInfo;
1387
- parentPowerOfAttorney: GenModels.PrimaryPowerOfAttorneyInfo;
1388
- delegatedAuthority: GenModels.DelegatedAuthorityPrincipalsInfo;
1389
- }
1390
- }
1391
- export declare namespace GenModels {
1392
- interface PrimaryPowerOfAttorneyInfo {
1393
- powerOfAttorneyOption: GenModels.PowerOfAttorneyOption;
1394
- powerOfAttorneyForm: GenModels.PowerOfAttorneyForm;
1395
- powerOfAttorneyStartDate: string;
1396
- powerOfAttorneyEndDate: string;
1397
- primaryPowerOfAttorneyInternalNumber: string;
1398
- parentPowerOfAttorneyInternalNumber: string;
1399
- primaryPowerOfAttorneyNumber?: string;
1400
- parentPowerOfAttorneyNumber?: string;
1401
- primaryPowerOfAttorneyNotaryNumber: string;
1402
- parentPowerOfAttorneyNotaryNumber: string;
1403
- primaryPowerOfAttorneyPrincipals: Array<GenModels.PrimaryPowerOfAttorneyPrincipalInfo>;
1404
- notaryInfo: GenModels.NotaryInfo;
1405
- notaryDeputyInfo: GenModels.NotaryDeputyInfo;
1406
- }
1407
- }
1408
- export declare namespace GenModels {
1409
- interface PrimaryPowerOfAttorneyPrincipalInfo {
1410
- principalType: GenModels.PrincipalType;
1411
- primaryPrincipalInfo: GenModels.PrimaryPowerOfAttorneyPrincipal;
1412
- }
1413
- }
1414
- export declare namespace GenModels {
1415
- interface PrimaryPowerOfAttorneyPrincipal {
1416
- russianEntity: GenModels.LegalEntityInfo;
1417
- foreignEntity: GenModels.ForeignEntityInfo;
1418
- soleProprietor: GenModels.SoleProprietorInfo0;
1419
- individual: GenModels.IndividualPrincipalInfo;
1420
- }
1421
- }
1422
- export declare namespace GenModels {
1423
- interface DelegatedAuthorityPrincipalsInfo {
1424
- principalType: GenModels.EntityType;
1425
- principalInfo: GenModels.DelegatedPowerOfAttorneyPrincipal;
1426
- }
1427
- }
1428
- export declare namespace GenModels {
1429
- interface DelegatedPowerOfAttorneyPrincipal {
1430
- russianEntity: GenModels.RussianLegalEntityPrincipalInfo;
1431
- soleProprietor: GenModels.SoleProprietorInfo0;
1432
- individual: GenModels.IndividualPrincipalInfo1;
1433
- branchOfRussianEntity: GenModels.BranchOfRussianEntityInfo;
1434
- branchOfForeignEntity: GenModels.ForeignLegalEntityPrincipalInfo;
1435
- }
1436
- }
1437
- export declare namespace GenModels {
1438
- interface IndividualPrincipalInfo1 {
1439
- participantStatus?: GenModels.NotarialActionParticipantStatus;
1440
- applicantExist?: boolean;
1441
- inn: string;
1442
- snils: string;
1443
- applicantInfo: GenModels.SoleExecutiveIndividualInfo;
1444
- individualInfo: GenModels.IndividualInfo;
1445
- }
1446
- }
1447
- export declare namespace GenModels {
1448
- interface BranchOfRussianEntityInfo {
1449
- filialInfo: GenModels.LegalEntityInfo;
1450
- manager: GenModels.SoleExecutiveIndividualInfo;
1451
- }
1452
- }
1453
- export declare namespace GenModels {
1454
- interface CreatePowerOfAttorneyRequestEmchd extends GenModels.CreatePowerOfAttorneyRequest<GenModels.PowerOfAttorneyEMCHDData> {
1455
- }
1456
- }
1457
- export declare namespace GenModels {
1458
- interface RetrustPowerOfAttorneyRequestEmchd extends GenModels.RetrustPowerOfAttorneyRequest<GenModels.PowerOfAttorneyEMCHDData> {
1459
- }
1460
- }
1461
940
  export declare namespace GenModels {
1462
941
  interface SignatureMethodSettings {
1463
942
  /**
@@ -2501,6 +1980,30 @@ export declare namespace GenModels {
2501
1980
  sanitizeHtml?: boolean;
2502
1981
  }
2503
1982
  }
1983
+ export declare namespace GenModels {
1984
+ interface DisableCardExRequestModel {
1985
+ /**
1986
+ * Disabled card ID
1987
+ *
1988
+ * @format datatype.uuid
1989
+ */
1990
+ cardId: string;
1991
+ /**
1992
+ * Disabled card reasons
1993
+ */
1994
+ reason: GenModels.Reason;
1995
+ }
1996
+ }
1997
+ export declare namespace GenModels {
1998
+ interface EnableCardRequestModel {
1999
+ /**
2000
+ * Gets or sets enabled card identifier.
2001
+ *
2002
+ * @format datatype.uuid
2003
+ */
2004
+ cardId: string;
2005
+ }
2006
+ }
2504
2007
  export declare namespace GenModels {
2505
2008
  interface DirectoryDesignerRowModel {
2506
2009
  /**
@@ -2555,6 +2058,10 @@ export declare namespace GenModels {
2555
2058
  * Search Area
2556
2059
  */
2557
2060
  searchArea: GenModels.DirectoryDesignerSearchArea;
2061
+ /**
2062
+ * Search items type
2063
+ */
2064
+ searchItemsType: GenModels.DirectoryDesignerSearchItemsType;
2558
2065
  /**
2559
2066
  * Search Text
2560
2067
  */
@@ -3552,6 +3059,12 @@ export declare namespace GenModels {
3552
3059
  * Displayed name of power of attorney
3553
3060
  */
3554
3061
  powerOfAttorneyTitle: string;
3062
+ /**
3063
+ * Power of attorney number
3064
+ *
3065
+ * @format datatype.uuid
3066
+ */
3067
+ powerOfAttorneyNumber: string;
3555
3068
  /**
3556
3069
  * Result of power of attorney verification
3557
3070
  */
@@ -3560,6 +3073,28 @@ export declare namespace GenModels {
3560
3073
  * Message with verification errors
3561
3074
  */
3562
3075
  messages: Array<string>;
3076
+ /**
3077
+ * Data for POA, received from external system (Diadoc etc.)
3078
+ */
3079
+ externalPowerOfAttorneyInfo: GenModels.ExternalPowerOfAttorneyInfoModel;
3080
+ }
3081
+ }
3082
+ export declare namespace GenModels {
3083
+ interface ExternalPowerOfAttorneyInfoModel {
3084
+ /**
3085
+ * Power of attorney number
3086
+ *
3087
+ * @format datatype.uuid
3088
+ */
3089
+ number: string;
3090
+ /**
3091
+ * Verification message from external system
3092
+ */
3093
+ details: string;
3094
+ /**
3095
+ * Result of power of attorney verification
3096
+ */
3097
+ status: GenModels.ExternalPowerOfAttorneyStatus;
3563
3098
  }
3564
3099
  }
3565
3100
  export declare namespace GenControllers {
@@ -4251,6 +3786,10 @@ export declare namespace GenModels {
4251
3786
  * Need use old grid.
4252
3787
  */
4253
3788
  useOldGrid?: boolean;
3789
+ /**
3790
+ * For case, when several folders are loading (dashboard widgets)
3791
+ */
3792
+ skipCursorSaving?: boolean;
4254
3793
  }
4255
3794
  }
4256
3795
  export declare namespace GenModels {
@@ -9487,6 +9026,12 @@ export declare namespace GenModels {
9487
9026
  }
9488
9027
  export declare namespace GenModels {
9489
9028
  interface UpdateEmployeeStatusModel {
9029
+ /**
9030
+ * Employee Id field value.
9031
+ *
9032
+ * @format datatype.uuid
9033
+ */
9034
+ employeeId?: string;
9490
9035
  /**
9491
9036
  * Employee Status field value.
9492
9037
  */
@@ -11603,6 +11148,25 @@ export declare namespace GenModels {
11603
11148
  EveryWhere = 3
11604
11149
  }
11605
11150
  }
11151
+ export declare namespace GenModels {
11152
+ /**
11153
+ * Declare device types
11154
+ */
11155
+ enum DeviceType {
11156
+ /**
11157
+ * Desktop
11158
+ */
11159
+ Desktop = 0,
11160
+ /**
11161
+ * Smartphone
11162
+ */
11163
+ Smartphone = 1,
11164
+ /**
11165
+ * Tablet
11166
+ */
11167
+ Tablet = 2
11168
+ }
11169
+ }
11606
11170
  export declare namespace GenModels {
11607
11171
  /**
11608
11172
  * Filter operation
@@ -11834,6 +11398,37 @@ export declare namespace GenModels {
11834
11398
  Required = 2
11835
11399
  }
11836
11400
  }
11401
+ export declare namespace GenModels {
11402
+ /**
11403
+ * Power of attorney status of transfer to registry
11404
+ */
11405
+ enum WebPowerOfAttorneyRegTransferStatuses {
11406
+ /**
11407
+ * Not submitted
11408
+ */
11409
+ NotSubmitted = 0,
11410
+ /**
11411
+ * Submitted for registration
11412
+ */
11413
+ SubmittedForRegistration = 1,
11414
+ /**
11415
+ * Registered
11416
+ */
11417
+ Registered = 2,
11418
+ /**
11419
+ * Request for revocation submitted
11420
+ */
11421
+ RequestForRevocationSubmitted = 3,
11422
+ /**
11423
+ * Revoked
11424
+ */
11425
+ Revoked = 4,
11426
+ /**
11427
+ * OperationError
11428
+ */
11429
+ OperationError = 5
11430
+ }
11431
+ }
11837
11432
  export declare namespace GenModels {
11838
11433
  enum PowerOfAttorneyRevocationType {
11839
11434
  Representative = 0,
@@ -11847,117 +11442,6 @@ export declare namespace GenModels {
11847
11442
  Individual = 2
11848
11443
  }
11849
11444
  }
11850
- export declare namespace GenModels {
11851
- enum PowerOfAttorneyKind {
11852
- Regular = 0,
11853
- Irrevocable = 1
11854
- }
11855
- }
11856
- export declare namespace GenModels {
11857
- enum PowerOfAttorneyRetrustType {
11858
- OneTime = 0,
11859
- None = 1,
11860
- Followed = 2
11861
- }
11862
- }
11863
- export declare namespace GenModels {
11864
- enum RevocationPossibleType {
11865
- Possible = 1,
11866
- Impossible = 2
11867
- }
11868
- }
11869
- export declare namespace GenModels {
11870
- enum RevocationCondition {
11871
- Expiration = 1,
11872
- Other = 2
11873
- }
11874
- }
11875
- export declare namespace GenModels {
11876
- enum PrincipalType {
11877
- RussianEntity = 0,
11878
- ForeignEntity = 1,
11879
- SoleProprietor = 2,
11880
- Individual = 3
11881
- }
11882
- }
11883
- export declare namespace GenModels {
11884
- enum NotarialActionParticipantStatus {
11885
- Declarant = 101,
11886
- RepresentativeDeclarant = 102,
11887
- Representative = 299,
11888
- Applicant = 301,
11889
- Translator = 303,
11890
- OtherPerson = 399
11891
- }
11892
- }
11893
- export declare namespace GenModels {
11894
- enum SoleExecutiveAuthorityType {
11895
- Individual = 0,
11896
- Joint = 1
11897
- }
11898
- }
11899
- export declare namespace GenModels {
11900
- enum Gender {
11901
- Male = 1,
11902
- Female = 2
11903
- }
11904
- }
11905
- export declare namespace GenModels {
11906
- enum CitizenshipType {
11907
- Russian = 1,
11908
- Foreign = 2,
11909
- Stateless = 3
11910
- }
11911
- }
11912
- export declare namespace GenModels {
11913
- enum EntityType {
11914
- RussianEntity = 0,
11915
- SoleProprietor = 1,
11916
- Individual = 2,
11917
- BranchOfEntity = 3,
11918
- BranchOfForeignEntity = 4
11919
- }
11920
- }
11921
- export declare namespace GenModels {
11922
- enum AuthorityType {
11923
- Text = 0,
11924
- Code = 1
11925
- }
11926
- }
11927
- export declare namespace GenModels {
11928
- enum JointRepresentationType {
11929
- Individual = 1,
11930
- Joint = 2
11931
- }
11932
- }
11933
- export declare namespace GenModels {
11934
- enum PowerOfAttorneyLossOfAuthorityType {
11935
- Lost = 1,
11936
- NotLost = 2
11937
- }
11938
- }
11939
- export declare namespace GenModels {
11940
- enum ObjectStateFlags {
11941
- None = 0,
11942
- Modified = 1,
11943
- Added = 2,
11944
- Deleted = 4,
11945
- Attached = 8,
11946
- DeletedFromParent = 16
11947
- }
11948
- }
11949
- export declare namespace GenModels {
11950
- enum PowerOfAttorneyOption {
11951
- Primary = 0,
11952
- Parent = 1
11953
- }
11954
- }
11955
- export declare namespace GenModels {
11956
- enum PowerOfAttorneyForm {
11957
- Electronic = 0,
11958
- Paper = 1
11959
- }
11960
- }
11961
11445
  export declare namespace GenModels {
11962
11446
  /**
11963
11447
  * Where from signature method was received.
@@ -11981,25 +11465,6 @@ export declare namespace GenModels {
11981
11465
  Unknown = 3
11982
11466
  }
11983
11467
  }
11984
- export declare namespace GenModels {
11985
- /**
11986
- * Declare device types
11987
- */
11988
- enum DeviceType {
11989
- /**
11990
- * Desktop
11991
- */
11992
- Desktop = 0,
11993
- /**
11994
- * Smartphone
11995
- */
11996
- Smartphone = 1,
11997
- /**
11998
- * Tablet
11999
- */
12000
- Tablet = 2
12001
- }
12002
- }
12003
11468
  export declare namespace GenModels {
12004
11469
  /**
12005
11470
  * Type of signature item
@@ -12288,6 +11753,25 @@ export declare namespace GenModels {
12288
11753
  NodeWithChildren = 3
12289
11754
  }
12290
11755
  }
11756
+ export declare namespace GenModels {
11757
+ /**
11758
+ * Represents type of tree node
11759
+ */
11760
+ enum DirectoryDesignerSearchItemsType {
11761
+ /**
11762
+ * Everything
11763
+ */
11764
+ NodesAndRows = 0,
11765
+ /**
11766
+ * directory designer item type (node)
11767
+ */
11768
+ Nodes = 1,
11769
+ /**
11770
+ * directory designer row
11771
+ */
11772
+ Rows = 2
11773
+ }
11774
+ }
12291
11775
  export declare namespace GenModels {
12292
11776
  /**
12293
11777
  * Represents type of tree node
@@ -12408,6 +11892,13 @@ export declare namespace GenModels {
12408
11892
  NotUsed = 2
12409
11893
  }
12410
11894
  }
11895
+ export declare namespace GenModels {
11896
+ enum ExternalPowerOfAttorneyStatus {
11897
+ Valid = 0,
11898
+ Invalid = 1,
11899
+ NotUsed = 2
11900
+ }
11901
+ }
12411
11902
  export declare namespace GenModels {
12412
11903
  /**
12413
11904
  * Possible task columns in TasksTable control