@it-enterprise/digital-signature 1.3.5 → 1.3.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@it-enterprise/digital-signature",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "digital signature",
5
5
  "private": false,
6
6
  "main": "src/index.js",
package/src/Models.js CHANGED
@@ -521,6 +521,17 @@ export function getDefaultKSPs(allowTest) {
521
521
  vchasno.needQRCode = false;
522
522
  vchasno.codeEDRPOU = "41231992";
523
523
 
524
+ const vchasnoQR = new KSPSettings();
525
+ vchasnoQR.id = "vchasnoQR";
526
+ vchasnoQR.name = "Вчасно - хмарний підпис (QR)";
527
+ vchasnoQR.ksp = EndUserConstants.EU_KSP_PB;
528
+ vchasnoQR.address = "https://cs.vchasno.ua/ss/";
529
+ vchasnoQR.clientIdPrefix = "vchasno_";
530
+ vchasnoQR.confirmationURL = "https://cs.vchasno.ua/rd/";
531
+ vchasnoQR.mobileAppName = "Вчасно.КЕП";
532
+ vchasnoQR.directAccess = false;
533
+ vchasnoQR.needQRCode = true;
534
+
524
535
  const cloudKey = new KSPSettings();
525
536
  cloudKey.id = "cloudkey";
526
537
  cloudKey.name = "ТОВ «ЦСК «Україна» - хмарний підпис CloudKey";
@@ -593,6 +604,7 @@ export function getDefaultKSPs(allowTest) {
593
604
  diia,
594
605
  smartId,
595
606
  vchasno,
607
+ vchasnoQR,
596
608
  cloudKey,
597
609
  esign,
598
610
  smartSignTax,