@docsvision/webclient 5.17.0-beta.14 → 5.17.0-beta.15
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/$CloudSignature.d.ts +34 -0
- package/BackOffice/$CryptoPro.d.ts +10 -0
- package/BackOffice/$DigitalSignature.d.ts +75 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
- package/BackOffice/CardKindImpl.d.ts +1 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
- package/BackOffice/CryptoProDssService.d.ts +65 -0
- package/BackOffice/CryptoProService.d.ts +10 -0
- package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
- package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
- package/BackOffice/DelegationParamsPanel.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DigitalSignatureService.d.ts +38 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
- package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
- package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +29 -15
- package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +42 -29
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DssAuthorizationModels.d.ts +6 -0
- package/BackOffice/DssCertificateModels.d.ts +30 -0
- package/BackOffice/DssPolicyModels.d.ts +51 -0
- package/BackOffice/DssSignRequestModels.d.ts +133 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +10 -3
- package/BackOffice/FileListControlImpl.d.ts +5 -0
- package/BackOffice/FileListControlLogic.d.ts +2 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -1
- package/BackOffice/FileListItemProps.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +12 -39
- package/BackOffice/FileSignListDialog.d.ts +7 -2
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/HistoryView.d.ts +1 -1
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.d.ts +4 -0
- package/BackOffice/LoadSignatureMethods.d.ts +2 -0
- package/BackOffice/LoadSystemCertificates.d.ts +4 -0
- package/BackOffice/NumeratorImpl.d.ts +1 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
- package/BackOffice/SignatureButton.d.ts +36 -0
- package/BackOffice/SignatureButton.stories.d.ts +10 -0
- package/BackOffice/SignatureButtonComponent.d.ts +7 -0
- package/BackOffice/SignatureButtonContainer.d.ts +7 -0
- package/BackOffice/SignatureButtonLogic.d.ts +27 -0
- package/BackOffice/SignatureButtonMenu.d.ts +6 -0
- package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
- package/BackOffice/SignatureButtonOptions.d.ts +51 -0
- package/BackOffice/SignatureButtonView.d.ts +10 -0
- package/BackOffice/SignatureConstants.d.ts +1 -0
- package/BackOffice/SignatureDialog.d.ts +50 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +13 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +60 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +20 -0
- package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
- package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +77 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +7 -3
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
- package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
- package/BackOffice/UpdateMethodComment.d.ts +2 -0
- package/BackOffice/Utils.d.ts +3 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +166 -2
- package/Generated/DocsVision.WebClient.Models.d.ts +1081 -217
- package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
- package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
- package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
- package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
- package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
- package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
- package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
- package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
- package/Helpers/Sortable/Sortable.d.ts +13 -3
- package/Helpers/TextInput.d.ts +2 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
- package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
- package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/ILabelTextareaControl.d.ts +1 -1
- package/Legacy/ISignatureDataModel.d.ts +2 -0
- package/Legacy/ISignatureListDataModel.d.ts +1 -1
- package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
- package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
- package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
- package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
- package/Legacy/LabelTextareaControl.d.ts +1 -1
- package/Legacy/NativeFunctions.d.ts +1 -20
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
- package/Legacy/TextareaControl.d.ts +1 -1
- package/Legacy/Utils.d.ts +7 -0
- package/MainBundle.d.ts +1 -0
- package/Platform/$AggregatesCheckbox.d.ts +1 -0
- package/Platform/$EmployeeStatus.d.ts +6 -2
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +7 -3
- package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
- package/Platform/AggregatesCheckboxService.d.ts +17 -6
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +1 -1
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/CardLink.d.ts +2 -1
- package/Platform/CardManagement.d.ts +5 -1
- package/Platform/CardManagementImpl.d.ts +5 -3
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CertificateSettings.d.ts +40 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
- package/Platform/DropdownImpl.d.ts +3 -1
- package/Platform/EmployeeStatusService.d.ts +4 -4
- package/Platform/Favorite.d.ts +1 -0
- package/Platform/FilePicker.d.ts +2 -2
- package/Platform/FilePreview.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +1 -0
- package/Platform/FolderGrid.d.ts +1 -1
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +9 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
- package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
- package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
- package/Platform/FolderManagementDialog.d.ts +1 -1
- package/Platform/FolderName.d.ts +2 -1
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderViewItemsImpl.d.ts +5 -5
- package/Platform/IAggregates.d.ts +10 -4
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/Number.d.ts +2 -0
- package/Platform/NumberImpl.d.ts +2 -1
- package/Platform/Quotes.d.ts +18 -0
- package/Platform/Quotes.stories.d.ts +8 -0
- package/Platform/QuotesButtonMore.d.ts +6 -0
- package/Platform/QuotesHighlight.d.ts +8 -0
- package/Platform/QuotesInner.d.ts +6 -0
- package/Platform/QuotesItem.d.ts +15 -0
- package/Platform/QuotesLogic.d.ts +40 -0
- package/Platform/QuotesModal.d.ts +14 -0
- package/Platform/QuotesModalButtonBlock.d.ts +6 -0
- package/Platform/QuotesModalQuote.d.ts +6 -0
- package/Platform/QuotesPlugins.d.ts +4 -0
- package/Platform/QuotesView.d.ts +16 -0
- package/Platform/QuotesWrapper.d.ts +6 -0
- package/Platform/ScrollTopBottomButtons.d.ts +1 -0
- package/Platform/ScrollTopBottomLogic.d.ts +2 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +3 -3
- package/Platform/SettingsPlugin.d.ts +7 -3
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
- package/Platform/SettingsPopupLogic.d.ts +13 -4
- package/Platform/SettingsPopupView.d.ts +2 -0
- package/Platform/Table.d.ts +1 -1
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
- package/Platform/TestUtils.d.ts +2 -1
- package/Platform/TextControlBaseImpl.d.ts +2 -0
- package/Platform/TextListInputView.d.ts +4 -4
- package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/index.d.ts +1 -7
- package/Platform/toLocaleStringPolyfill.d.ts +2 -0
- package/StandardServices.d.ts +4 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$Layout.d.ts +1 -1
- package/System/BlobToBase64.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FileService.d.ts +14 -15
- package/System/FilterLogic.d.ts +6 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/IAsyncControlInfo.d.ts +1 -1
- package/System/ILayoutParams.d.ts +2 -0
- package/System/InputBasedControlImpl.d.ts +1 -0
- package/System/Layout.d.ts +1 -0
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutUtils.d.ts +1 -0
- package/System/OperationUtils.d.ts +2 -0
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
- package/System/StringUtils.d.ts +5 -1
- package/package.json +1 -1
- package/BackOffice/FileSignCreateDialog.d.ts +0 -83
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
- package/Globals/DVPromise.d.ts +0 -19
- package/Platform/FilterPlugin.d.ts +0 -3
- package/Platform/GropingPlugin.d.ts +0 -3
- package/Platform/ResetSettingsPlugin.d.ts +0 -18
- package/Platform/SearchPlugin.d.ts +0 -3
- package/Platform/toLocaleStringPolifill.d.ts +0 -1
|
@@ -355,6 +355,31 @@ export declare type $AvailableTemplatesController = {
|
|
|
355
355
|
availableTemplatesController: GenControllers.IAvailableTemplatesController;
|
|
356
356
|
};
|
|
357
357
|
export declare const $AvailableTemplatesController: string | ((model?: $AvailableTemplatesController) => GenControllers.IAvailableTemplatesController);
|
|
358
|
+
export declare namespace GenControllers {
|
|
359
|
+
/**
|
|
360
|
+
* Access signature methods configuration
|
|
361
|
+
*/
|
|
362
|
+
interface ISignatureMethodsController {
|
|
363
|
+
/**
|
|
364
|
+
* Load saved methods.
|
|
365
|
+
*/
|
|
366
|
+
getSignatureMethods(options?: RequestOptions): Promise<GenModels.SignatureMethodSettings>;
|
|
367
|
+
updateAccountName(accountName: string, options?: RequestOptions): Promise<void>;
|
|
368
|
+
/**
|
|
369
|
+
* Save settings.
|
|
370
|
+
*/
|
|
371
|
+
setSignatureMethods(request: GenModels.SignatureMethodSettings, options?: RequestOptions): Promise<void>;
|
|
372
|
+
}
|
|
373
|
+
class SignatureMethodsController extends BaseController implements ISignatureMethodsController {
|
|
374
|
+
getSignatureMethods(options?: RequestOptions): Promise<GenModels.SignatureMethodSettings>;
|
|
375
|
+
updateAccountName(accountName: string, options?: RequestOptions): Promise<void>;
|
|
376
|
+
setSignatureMethods(request: GenModels.SignatureMethodSettings, options?: RequestOptions): Promise<void>;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
export declare type $SignatureMethodsController = {
|
|
380
|
+
signatureMethodsController: GenControllers.ISignatureMethodsController;
|
|
381
|
+
};
|
|
382
|
+
export declare const $SignatureMethodsController: string | ((model?: $SignatureMethodsController) => GenControllers.ISignatureMethodsController);
|
|
358
383
|
export declare namespace GenControllers {
|
|
359
384
|
/**
|
|
360
385
|
* Controller for loading cards and its presentation.
|
|
@@ -435,6 +460,37 @@ export declare type $FolderTypesController = {
|
|
|
435
460
|
folderTypesController: GenControllers.IFolderTypesController;
|
|
436
461
|
};
|
|
437
462
|
export declare const $FolderTypesController: string | ((model?: $FolderTypesController) => GenControllers.IFolderTypesController);
|
|
463
|
+
export declare namespace GenControllers {
|
|
464
|
+
/**
|
|
465
|
+
* Controller for interaction with CryptoPro DSS service
|
|
466
|
+
*/
|
|
467
|
+
interface ICryptoProDssController {
|
|
468
|
+
acceptAuthorization(code: string, options?: RequestOptions): Promise<any>;
|
|
469
|
+
authorize(accountName?: string, options?: RequestOptions): Promise<any>;
|
|
470
|
+
resetAuthorization(options?: RequestOptions): Promise<void>;
|
|
471
|
+
acceptConfirmation(options?: RequestOptions): Promise<any>;
|
|
472
|
+
uploadToDss(request: GenModels.UploadToDssRequest, options?: RequestOptions): Promise<any>;
|
|
473
|
+
postToDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
474
|
+
deleteFromDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
475
|
+
getFromDss(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
476
|
+
downloadFromDssAsBase64(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
477
|
+
}
|
|
478
|
+
class CryptoProDssController extends BaseController implements ICryptoProDssController {
|
|
479
|
+
acceptAuthorization(code: string, options?: RequestOptions): Promise<any>;
|
|
480
|
+
authorize(accountName?: string, options?: RequestOptions): Promise<any>;
|
|
481
|
+
resetAuthorization(options?: RequestOptions): Promise<void>;
|
|
482
|
+
acceptConfirmation(options?: RequestOptions): Promise<any>;
|
|
483
|
+
uploadToDss(request: GenModels.UploadToDssRequest, options?: RequestOptions): Promise<any>;
|
|
484
|
+
postToDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
485
|
+
deleteFromDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
486
|
+
getFromDss(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
487
|
+
downloadFromDssAsBase64(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
export declare type $CryptoProDssController = {
|
|
491
|
+
cryptoProDssController: GenControllers.ICryptoProDssController;
|
|
492
|
+
};
|
|
493
|
+
export declare const $CryptoProDssController: string | ((model?: $CryptoProDssController) => GenControllers.ICryptoProDssController);
|
|
438
494
|
export declare namespace GenControllers {
|
|
439
495
|
/**
|
|
440
496
|
* Controller for interaction with logging
|
|
@@ -642,10 +698,15 @@ export declare namespace GenControllers {
|
|
|
642
698
|
* Gets card digest.
|
|
643
699
|
*/
|
|
644
700
|
getDigest(cardId: string, options?: RequestOptions): Promise<string>;
|
|
701
|
+
/**
|
|
702
|
+
* Gets card digest without showing error if something goes wrong
|
|
703
|
+
*/
|
|
704
|
+
getDigestSilence(cardId: string, options?: RequestOptions): Promise<string>;
|
|
645
705
|
}
|
|
646
706
|
class CardDataController extends BaseController implements ICardDataController {
|
|
647
707
|
getFieldValue(request: GenModels.GetFieldValueRequest, options?: RequestOptions): Promise<any>;
|
|
648
708
|
getDigest(cardId: string, options?: RequestOptions): Promise<string>;
|
|
709
|
+
getDigestSilence(cardId: string, options?: RequestOptions): Promise<string>;
|
|
649
710
|
}
|
|
650
711
|
}
|
|
651
712
|
export declare type $CardDataController = {
|
|
@@ -754,6 +815,12 @@ export declare namespace GenControllers {
|
|
|
754
815
|
* @param rowId Directory designer row identifier
|
|
755
816
|
*/
|
|
756
817
|
getDirectoryDesignerRow(rowId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerRowModel>;
|
|
818
|
+
/**
|
|
819
|
+
* Get directory designer row by id
|
|
820
|
+
*
|
|
821
|
+
* @param nodeId Directory designer row identifier
|
|
822
|
+
*/
|
|
823
|
+
getDirectoryDesignerNode(nodeId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerNodeModel>;
|
|
757
824
|
/**
|
|
758
825
|
* Get directory designer rows by list of ids.
|
|
759
826
|
*
|
|
@@ -762,10 +829,16 @@ export declare namespace GenControllers {
|
|
|
762
829
|
* @returns Collection of directory designer rows
|
|
763
830
|
*/
|
|
764
831
|
getDirectoryDesignerRows(rows: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DirectoryDesignerRowModel>>;
|
|
832
|
+
/**
|
|
833
|
+
* Find items / item types by name
|
|
834
|
+
*/
|
|
835
|
+
loadDirectoryData(query: GenModels.DirectoryDesignerQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerLoadResponse>;
|
|
765
836
|
}
|
|
766
837
|
class DirectoryDesignerRowController extends BaseController implements IDirectoryDesignerRowController {
|
|
767
838
|
getDirectoryDesignerRow(rowId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerRowModel>;
|
|
839
|
+
getDirectoryDesignerNode(nodeId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerNodeModel>;
|
|
768
840
|
getDirectoryDesignerRows(rows: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DirectoryDesignerRowModel>>;
|
|
841
|
+
loadDirectoryData(query: GenModels.DirectoryDesignerQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerLoadResponse>;
|
|
769
842
|
}
|
|
770
843
|
}
|
|
771
844
|
export declare type $DirectoryDesignerRowController = {
|
|
@@ -785,6 +858,14 @@ export declare namespace GenControllers {
|
|
|
785
858
|
* @returns Staff employee
|
|
786
859
|
*/
|
|
787
860
|
getEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
|
|
861
|
+
/**
|
|
862
|
+
* Get staff employee by id with extra status information
|
|
863
|
+
*
|
|
864
|
+
* @param employeeId Employee identifier
|
|
865
|
+
*
|
|
866
|
+
* @returns Staff employee
|
|
867
|
+
*/
|
|
868
|
+
getEmployeeStatus(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeStatusModel>;
|
|
788
869
|
/**
|
|
789
870
|
* Get employees by list of ids.
|
|
790
871
|
*
|
|
@@ -796,6 +877,7 @@ export declare namespace GenControllers {
|
|
|
796
877
|
}
|
|
797
878
|
class EmployeeController extends BaseController implements IEmployeeController {
|
|
798
879
|
getEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
|
|
880
|
+
getEmployeeStatus(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeStatusModel>;
|
|
799
881
|
getEmployees(employees: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.EmployeeDataModel>>;
|
|
800
882
|
}
|
|
801
883
|
}
|
|
@@ -943,6 +1025,10 @@ export declare namespace GenControllers {
|
|
|
943
1025
|
* @returns JSON representation of {@link GenModels}
|
|
944
1026
|
*/
|
|
945
1027
|
getSignatureKind(certEncoded: string, options?: RequestOptions): Promise<GenModels.SignatureKindSelectionModel>;
|
|
1028
|
+
/**
|
|
1029
|
+
* Gets thumberprints of certificates
|
|
1030
|
+
*/
|
|
1031
|
+
getCertificatesThumberprints(request: GenModels.CertificateThumberprintRequest, options?: RequestOptions): Promise<GenModels.CertificateThumberprintResponse>;
|
|
946
1032
|
/**
|
|
947
1033
|
* Check if document has valid signature
|
|
948
1034
|
*
|
|
@@ -951,10 +1037,36 @@ export declare namespace GenControllers {
|
|
|
951
1037
|
* @returns JSON representation of {@link GenModels}
|
|
952
1038
|
*/
|
|
953
1039
|
hasValidSignature(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
1040
|
+
/**
|
|
1041
|
+
* HTTP: /Signature/AttachSignature
|
|
1042
|
+
*/
|
|
1043
|
+
attachSignature(signDataRequest: GenModels.SignDataRequestWrapper, options?: RequestOptions): Promise<void>;
|
|
1044
|
+
/**
|
|
1045
|
+
* HTTP: /Signature/GetSignature
|
|
1046
|
+
*/
|
|
1047
|
+
getSignature(signDialogParams: GenModels.CreateSignDialogParams, options?: RequestOptions): Promise<GenModels.SignatureModel>;
|
|
1048
|
+
/**
|
|
1049
|
+
* HTTP: /DocumentCard/GetSignatures
|
|
1050
|
+
*/
|
|
1051
|
+
getSignatures(documentId: string, verify?: boolean, options?: RequestOptions): Promise<GenModels.DocumentSignatureListModel>;
|
|
1052
|
+
/**
|
|
1053
|
+
* HTTP: /DocumentCard/GetSignatureVerification
|
|
1054
|
+
*/
|
|
1055
|
+
getSignatureVerification(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureVerificationModel>;
|
|
1056
|
+
/**
|
|
1057
|
+
* HTTP: /DocumentCard/GetSignatureVerification
|
|
1058
|
+
*/
|
|
1059
|
+
getSignatureDetails(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureDetailsModel>;
|
|
954
1060
|
}
|
|
955
1061
|
class SignatureController extends BaseController implements ISignatureController {
|
|
956
1062
|
getSignatureKind(certEncoded: string, options?: RequestOptions): Promise<GenModels.SignatureKindSelectionModel>;
|
|
1063
|
+
getCertificatesThumberprints(request: GenModels.CertificateThumberprintRequest, options?: RequestOptions): Promise<GenModels.CertificateThumberprintResponse>;
|
|
957
1064
|
hasValidSignature(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
1065
|
+
attachSignature(signDataRequest: GenModels.SignDataRequestWrapper, options?: RequestOptions): Promise<void>;
|
|
1066
|
+
getSignature(signDialogParams: GenModels.CreateSignDialogParams, options?: RequestOptions): Promise<GenModels.SignatureModel>;
|
|
1067
|
+
getSignatures(documentId: string, verify?: boolean, options?: RequestOptions): Promise<GenModels.DocumentSignatureListModel>;
|
|
1068
|
+
getSignatureVerification(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureVerificationModel>;
|
|
1069
|
+
getSignatureDetails(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureDetailsModel>;
|
|
958
1070
|
}
|
|
959
1071
|
}
|
|
960
1072
|
export declare type $SignatureController = {
|
|
@@ -1149,6 +1261,14 @@ export declare namespace GenControllers {
|
|
|
1149
1261
|
* Set Show Archived Cards setting
|
|
1150
1262
|
*/
|
|
1151
1263
|
setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
|
|
1264
|
+
/**
|
|
1265
|
+
* Get Show Help Button setting
|
|
1266
|
+
*/
|
|
1267
|
+
getShowHelpButtonSetting(options?: RequestOptions): Promise<boolean>;
|
|
1268
|
+
/**
|
|
1269
|
+
* Set Show Help Button setting
|
|
1270
|
+
*/
|
|
1271
|
+
setShowHelpButtonSetting(showHelpButton: boolean, options?: RequestOptions): Promise<void>;
|
|
1152
1272
|
/**
|
|
1153
1273
|
* Poll has done
|
|
1154
1274
|
*/
|
|
@@ -1167,6 +1287,8 @@ export declare namespace GenControllers {
|
|
|
1167
1287
|
saveMainMenuSettings(settings: GenModels.MainMenuSettings, options?: RequestOptions): Promise<void>;
|
|
1168
1288
|
getShowArchivedCardsSetting(options?: RequestOptions): Promise<boolean>;
|
|
1169
1289
|
setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
|
|
1290
|
+
getShowHelpButtonSetting(options?: RequestOptions): Promise<boolean>;
|
|
1291
|
+
setShowHelpButtonSetting(showHelpButton: boolean, options?: RequestOptions): Promise<void>;
|
|
1170
1292
|
pollIsDone(url: string, options?: RequestOptions): Promise<string>;
|
|
1171
1293
|
refusePollSetting(options?: RequestOptions): Promise<string>;
|
|
1172
1294
|
getPollDateSetting(url: string, options?: RequestOptions): Promise<string>;
|
|
@@ -1321,6 +1443,12 @@ export declare namespace GenControllers {
|
|
|
1321
1443
|
* @param requestModel
|
|
1322
1444
|
*/
|
|
1323
1445
|
refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1446
|
+
/**
|
|
1447
|
+
* Force unread counter recalculation.
|
|
1448
|
+
*
|
|
1449
|
+
* @param requestModel
|
|
1450
|
+
*/
|
|
1451
|
+
refreshUnreadCounterEx(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1324
1452
|
}
|
|
1325
1453
|
class GridController extends BaseController implements IGridController {
|
|
1326
1454
|
getCardList(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
@@ -1339,6 +1467,7 @@ export declare namespace GenControllers {
|
|
|
1339
1467
|
loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
|
|
1340
1468
|
getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
|
|
1341
1469
|
refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1470
|
+
refreshUnreadCounterEx(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1342
1471
|
}
|
|
1343
1472
|
}
|
|
1344
1473
|
export declare type $GridController = {
|
|
@@ -1471,11 +1600,29 @@ export declare namespace GenControllers {
|
|
|
1471
1600
|
* @param includeMainFiles Include main files to list?
|
|
1472
1601
|
* @param includeAdditionalFiles Include additional files to list?
|
|
1473
1602
|
*/
|
|
1474
|
-
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<
|
|
1603
|
+
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<GenModels.DocumentFilesResponseModel>;
|
|
1604
|
+
/**
|
|
1605
|
+
* GET: /GetZipFiles/
|
|
1606
|
+
*
|
|
1607
|
+
* @param cardId
|
|
1608
|
+
* @param includeAdditionalFiles
|
|
1609
|
+
* @param includeMainFiles
|
|
1610
|
+
*/
|
|
1611
|
+
getZipFiles(cardId: string, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1612
|
+
/**
|
|
1613
|
+
* GET: /GetZipFiles/
|
|
1614
|
+
*
|
|
1615
|
+
* @param cardIds
|
|
1616
|
+
* @param includeAdditionalFiles
|
|
1617
|
+
* @param includeMainFiles
|
|
1618
|
+
*/
|
|
1619
|
+
getZipFileList(cardIds: Array<string>, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1475
1620
|
}
|
|
1476
1621
|
class DownloadFilesBatchOperationController extends BaseController implements IDownloadFilesBatchOperationController {
|
|
1477
1622
|
isHasFileCertificateSignature(documentId: string, options?: RequestOptions): Promise<GenModels.IsHasFileCertificateSignatureModel>;
|
|
1478
|
-
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<
|
|
1623
|
+
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<GenModels.DocumentFilesResponseModel>;
|
|
1624
|
+
getZipFiles(cardId: string, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1625
|
+
getZipFileList(cardIds: Array<string>, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1479
1626
|
}
|
|
1480
1627
|
}
|
|
1481
1628
|
export declare type $DownloadFilesBatchOperationController = {
|
|
@@ -2132,6 +2279,10 @@ export declare namespace GenControllers {
|
|
|
2132
2279
|
* @param signatureFormat Signature export format
|
|
2133
2280
|
*/
|
|
2134
2281
|
exportESign(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2282
|
+
/**
|
|
2283
|
+
* Downloads signature byte array
|
|
2284
|
+
*/
|
|
2285
|
+
downloadSignature(request: GenModels.SignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2135
2286
|
/**
|
|
2136
2287
|
* Get signature information
|
|
2137
2288
|
*/
|
|
@@ -2144,6 +2295,7 @@ export declare namespace GenControllers {
|
|
|
2144
2295
|
getCheckUniqueAttributes(documentId: string, options?: RequestOptions): Promise<Array<GenModels.UniqueAttribute>>;
|
|
2145
2296
|
checkUniqueAttributes(uniqueAttributeValues: GenModels.UniqueAttributesValuesList, options?: RequestOptions): Promise<Array<GenModels.UniqueAttributeCard>>;
|
|
2146
2297
|
exportESign(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2298
|
+
downloadSignature(request: GenModels.SignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2147
2299
|
getSignatureInfo(documentId: string, signaturePartId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureInfoModel>;
|
|
2148
2300
|
}
|
|
2149
2301
|
}
|
|
@@ -2264,6 +2416,16 @@ export declare namespace GenControllers {
|
|
|
2264
2416
|
* POST: /LayoutFile/RenameFile
|
|
2265
2417
|
*/
|
|
2266
2418
|
renameFile(request: GenModels.RenameFileNameRequest, options?: RequestOptions): Promise<void>;
|
|
2419
|
+
/**
|
|
2420
|
+
* POST: /LayoutFile/GetFileQuotes
|
|
2421
|
+
* Get quotes for file
|
|
2422
|
+
*/
|
|
2423
|
+
getFileQuotes(request: GenModels.FileQuotesRequest, options?: RequestOptions): Promise<GenModels.FileQuotes>;
|
|
2424
|
+
/**
|
|
2425
|
+
* POST: /LayoutFile/GetCardQuotes
|
|
2426
|
+
* Get quotes for card
|
|
2427
|
+
*/
|
|
2428
|
+
getCardQuotes(request: GenModels.CardQuotesRequest, options?: RequestOptions): Promise<GenModels.CardQuotes>;
|
|
2267
2429
|
}
|
|
2268
2430
|
class LayoutFileController extends BaseController implements ILayoutFileController {
|
|
2269
2431
|
getFiles(request: GenModels.GetFilesRequest, options?: RequestOptions): Promise<GenModels.FileListDataModelBase>;
|
|
@@ -2278,6 +2440,8 @@ export declare namespace GenControllers {
|
|
|
2278
2440
|
deleteFile(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2279
2441
|
changeFileType(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2280
2442
|
renameFile(request: GenModels.RenameFileNameRequest, options?: RequestOptions): Promise<void>;
|
|
2443
|
+
getFileQuotes(request: GenModels.FileQuotesRequest, options?: RequestOptions): Promise<GenModels.FileQuotes>;
|
|
2444
|
+
getCardQuotes(request: GenModels.CardQuotesRequest, options?: RequestOptions): Promise<GenModels.CardQuotes>;
|
|
2281
2445
|
}
|
|
2282
2446
|
}
|
|
2283
2447
|
export declare type $LayoutFileController = {
|