@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.
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/Comments.d.ts +2 -2
- package/BackOffice/ConvertPowersOfAttorneyToComboBoxItems.d.ts +1 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DigitalSignatureService.d.ts +2 -1
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +5 -2
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +1 -1
- package/BackOffice/EmployeeImpl.d.ts +5 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListConstants.d.ts +4 -0
- package/BackOffice/FileListControl.d.ts +9 -4
- package/BackOffice/FileSignListDialog.d.ts +3 -2
- package/BackOffice/GetSearchItemsType.d.ts +2 -0
- package/BackOffice/IExtraFileAdded.d.ts +3 -0
- package/BackOffice/IFileTypeChangeArgs.d.ts +4 -0
- package/BackOffice/IMainFileAdded.d.ts +3 -0
- package/BackOffice/INewFileList.d.ts +3 -0
- package/BackOffice/Links.d.ts +2 -2
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PowerOfAttorneyInfo.d.ts +1 -2
- package/BackOffice/Powers.d.ts +1 -1
- package/BackOffice/Powers.stories.d.ts +0 -1
- package/BackOffice/PowersImpl.d.ts +1 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SignatureDialog.d.ts +1 -2
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/ToSearchArea.d.ts +3 -0
- package/BackOffice/Utils.d.ts +1 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +20 -54
- package/Generated/DocsVision.WebClient.Models.d.ts +168 -677
- package/Helpers/ComboBox/ComboBoxElement.d.ts +2 -0
- package/Helpers/ComboBox/Data/ClientModels/IComboBoxElement.d.ts +2 -0
- package/Helpers/PopoverHelpers/Popover.d.ts +2 -0
- package/Legacy/ApprovalFilePanel.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/DocumentPanel.d.ts +2 -0
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -1
- package/Platform/$CommandBarManagement.d.ts +4 -4
- package/Platform/$GridOptions.d.ts +1 -0
- package/Platform/$ScanDialog.d.ts +4 -4
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +6 -6
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/FolderCardsDashboardWidget.d.ts +2 -0
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidget.d.ts +2 -0
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +2 -2
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/SkipSavingCursorRequestResolver.d.ts +12 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/System/$LastSearchResponse.d.ts +2 -2
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/LastSearchResponseService.d.ts +3 -3
- package/System/ResourcesStub.d.ts +1 -0
- package/System/Summernote.d.ts +2 -0
- package/package.json +1 -1
|
@@ -396,38 +396,6 @@ export declare namespace GenControllers {
|
|
|
396
396
|
* Api controller with power of attorney methods
|
|
397
397
|
*/
|
|
398
398
|
interface IPowerOfAttorneyApiController {
|
|
399
|
-
/**
|
|
400
|
-
* Creates new power of attorney with DovEl format
|
|
401
|
-
*
|
|
402
|
-
* @param request Parameters for creating power of attorney
|
|
403
|
-
*
|
|
404
|
-
* @returns ID of created power of attorney
|
|
405
|
-
*/
|
|
406
|
-
createPowerOfAttorneyDovEl(request: GenModels.CreatePowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
407
|
-
/**
|
|
408
|
-
* Creates retrusted power of attorney with DovEl format
|
|
409
|
-
*
|
|
410
|
-
* @param request Parameters for creating power of attorney
|
|
411
|
-
*
|
|
412
|
-
* @returns ID of created power of attorney
|
|
413
|
-
*/
|
|
414
|
-
retrustPowerOfAttorneyDovEl(request: GenModels.RetrustPowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
415
|
-
/**
|
|
416
|
-
* Creates new power of attorney with DovBb format
|
|
417
|
-
*
|
|
418
|
-
* @param request Parameters for creating power of attorney
|
|
419
|
-
*
|
|
420
|
-
* @returns ID of created power of attorney
|
|
421
|
-
*/
|
|
422
|
-
createPowerOfAttorneyDovBb(request: GenModels.CreatePowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
423
|
-
/**
|
|
424
|
-
* Creates retrusted power of attorney with DovBb format
|
|
425
|
-
*
|
|
426
|
-
* @param request Parameters for creating power of attorney
|
|
427
|
-
*
|
|
428
|
-
* @returns ID of created power of attorney
|
|
429
|
-
*/
|
|
430
|
-
retrustPowerOfAttorneyDovBb(request: GenModels.RetrustPowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
431
399
|
/**
|
|
432
400
|
* Search power of attorney
|
|
433
401
|
*
|
|
@@ -481,6 +449,15 @@ export declare namespace GenControllers {
|
|
|
481
449
|
* @param request Revocation parameters
|
|
482
450
|
*/
|
|
483
451
|
revokePowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
|
|
452
|
+
/**
|
|
453
|
+
* Marks power of attorney as revoked
|
|
454
|
+
*
|
|
455
|
+
* No need to request for revocation of power of attorney for using this method
|
|
456
|
+
* Power of attorney may be revoked together with subsidiaries. To do this, WithChildrenPowerOfAttorney flag must be set in request
|
|
457
|
+
*
|
|
458
|
+
* @param request Revocation parameters
|
|
459
|
+
*/
|
|
460
|
+
markAsRevokedPowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
|
|
484
461
|
/**
|
|
485
462
|
* Save power of attorney to archive and return as attachment
|
|
486
463
|
*
|
|
@@ -494,28 +471,8 @@ export declare namespace GenControllers {
|
|
|
494
471
|
* @param powerOfAttorneyId ID of power of attorney
|
|
495
472
|
*/
|
|
496
473
|
exportPowerOfAttorneyRevocation(powerOfAttorneyId: string, options?: RequestOptions): Promise<any>;
|
|
497
|
-
/**
|
|
498
|
-
* Creates new power of attorney with general format
|
|
499
|
-
*
|
|
500
|
-
* @param request Parameters for creating power of attorney
|
|
501
|
-
*
|
|
502
|
-
* @returns ID of created power of attorney
|
|
503
|
-
*/
|
|
504
|
-
createPowerOfAttorneyGeneral(request: GenModels.CreatePowerOfAttorneyRequestEmchd, options?: RequestOptions): Promise<string>;
|
|
505
|
-
/**
|
|
506
|
-
* Creates retrusted power of attorney with general format
|
|
507
|
-
*
|
|
508
|
-
* @param request Parameters for creating power of attorney
|
|
509
|
-
*
|
|
510
|
-
* @returns ID of created power of attorney
|
|
511
|
-
*/
|
|
512
|
-
retrustPowerOfAttorneyGeneral(request: GenModels.RetrustPowerOfAttorneyRequestEmchd, options?: RequestOptions): Promise<string>;
|
|
513
474
|
}
|
|
514
475
|
class PowerOfAttorneyApiController extends BaseController implements IPowerOfAttorneyApiController {
|
|
515
|
-
createPowerOfAttorneyDovEl(request: GenModels.CreatePowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
516
|
-
retrustPowerOfAttorneyDovEl(request: GenModels.RetrustPowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
517
|
-
createPowerOfAttorneyDovBb(request: GenModels.CreatePowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
518
|
-
retrustPowerOfAttorneyDovBb(request: GenModels.RetrustPowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
519
476
|
findPowersOfAttorney(request: GenModels.FindPowersOfAttorneyRequest, options?: RequestOptions): Promise<GenModels.FindPowersOfAttorneyResponse>;
|
|
520
477
|
getPowerOfAttorneyInfo(cardID: string, options?: RequestOptions): Promise<GenModels.PowerOfAttorneyInfoModel>;
|
|
521
478
|
getMachineReadablePowerOfAttorneyData(powerOfAttorneyId: string, options?: RequestOptions): Promise<GenModels.GetPowerOfAttorneyInfoResponse>;
|
|
@@ -523,10 +480,9 @@ export declare namespace GenControllers {
|
|
|
523
480
|
attachSignatureToRevocationPowerOfAttorney(request: GenModels.AttachSignatureToPowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
|
|
524
481
|
requestRevocationPowerOfAttorney(request: GenModels.RequestRevocationPowerOfAttorneyRequest, options?: RequestOptions): Promise<GenModels.RevocationPowerOfAttorneyResponse>;
|
|
525
482
|
revokePowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
|
|
483
|
+
markAsRevokedPowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
|
|
526
484
|
exportPowerOfAttorney(powerOfAttorneyId: string, withSignature: boolean, options?: RequestOptions): Promise<any>;
|
|
527
485
|
exportPowerOfAttorneyRevocation(powerOfAttorneyId: string, options?: RequestOptions): Promise<any>;
|
|
528
|
-
createPowerOfAttorneyGeneral(request: GenModels.CreatePowerOfAttorneyRequestEmchd, options?: RequestOptions): Promise<string>;
|
|
529
|
-
retrustPowerOfAttorneyGeneral(request: GenModels.RetrustPowerOfAttorneyRequestEmchd, options?: RequestOptions): Promise<string>;
|
|
530
486
|
}
|
|
531
487
|
}
|
|
532
488
|
export declare type $PowerOfAttorneyApiController = {
|
|
@@ -950,10 +906,18 @@ export declare namespace GenControllers {
|
|
|
950
906
|
* /api/LayoutCard/DisableCard
|
|
951
907
|
*/
|
|
952
908
|
disableCard(cardId: string, reason: GenModels.Reason, options?: RequestOptions): Promise<any>;
|
|
909
|
+
/**
|
|
910
|
+
* /api/LayoutCard/DisableCardEx
|
|
911
|
+
*/
|
|
912
|
+
disableCardEx(request: GenModels.DisableCardExRequestModel, options?: RequestOptions): Promise<any>;
|
|
953
913
|
/**
|
|
954
914
|
* /api/LayoutCard/EnableCard
|
|
955
915
|
*/
|
|
956
916
|
enableCard(cardId: string, options?: RequestOptions): Promise<any>;
|
|
917
|
+
/**
|
|
918
|
+
* /api/LayoutCard/EnableCard
|
|
919
|
+
*/
|
|
920
|
+
enableCardEx(request: GenModels.EnableCardRequestModel, options?: RequestOptions): Promise<any>;
|
|
957
921
|
/**
|
|
958
922
|
* /api/LayoutCard/RemoveAllCardLocks
|
|
959
923
|
*/
|
|
@@ -961,7 +925,9 @@ export declare namespace GenControllers {
|
|
|
961
925
|
}
|
|
962
926
|
class DisableCardController extends BaseController implements IDisableCardController {
|
|
963
927
|
disableCard(cardId: string, reason: GenModels.Reason, options?: RequestOptions): Promise<any>;
|
|
928
|
+
disableCardEx(request: GenModels.DisableCardExRequestModel, options?: RequestOptions): Promise<any>;
|
|
964
929
|
enableCard(cardId: string, options?: RequestOptions): Promise<any>;
|
|
930
|
+
enableCardEx(request: GenModels.EnableCardRequestModel, options?: RequestOptions): Promise<any>;
|
|
965
931
|
removeAllCardLocks(options?: RequestOptions): Promise<void>;
|
|
966
932
|
}
|
|
967
933
|
}
|