apacuana-sdk-core 1.1.0 → 1.3.0
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/coverage/clover.xml +56 -55
- package/coverage/coverage-final.json +1 -1
- package/coverage/lcov-report/index.html +10 -10
- package/coverage/lcov-report/src/api/certs.js.html +9 -6
- package/coverage/lcov-report/src/api/faceLiveness.js.html +1 -1
- package/coverage/lcov-report/src/api/index.html +10 -10
- package/coverage/lcov-report/src/api/revocations.js.html +1 -1
- package/coverage/lcov-report/src/api/signatures.js.html +1 -1
- package/coverage/lcov-report/src/api/users.js.html +1 -1
- package/coverage/lcov-report/src/config/index.html +1 -1
- package/coverage/lcov-report/src/config/index.js.html +1 -1
- package/coverage/lcov-report/src/errors/index.html +1 -1
- package/coverage/lcov-report/src/errors/index.js.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/index.js.html +1 -1
- package/coverage/lcov-report/src/success/index.html +1 -1
- package/coverage/lcov-report/src/success/index.js.html +1 -1
- package/coverage/lcov-report/src/utils/constant.js.html +2 -2
- package/coverage/lcov-report/src/utils/helpers.js.html +1 -1
- package/coverage/lcov-report/src/utils/httpClient.js.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +1 -1
- package/coverage/lcov.info +85 -84
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/certs.js +1 -0
- package/src/utils/constant.js +1 -1
package/dist/index.mjs
CHANGED
|
@@ -293,7 +293,7 @@ var PARSE_STATUS = _defineProperty(_defineProperty(_defineProperty(_defineProper
|
|
|
293
293
|
text: "Por generar",
|
|
294
294
|
descriptionText: "Tu solicitud fue aprobada. Solo falta que generes tu certificado para comenzar a usarlo."
|
|
295
295
|
}), STATUS_CERTIFICATE.current, {
|
|
296
|
-
text: "
|
|
296
|
+
text: "Verificado",
|
|
297
297
|
descriptionText: undefined
|
|
298
298
|
}), STATUS_CERTIFICATE.expire, "Certificado expirado."), STATUS_CERTIFICATE.request_revoque, {
|
|
299
299
|
text: "Por revocar",
|
|
@@ -33155,6 +33155,7 @@ var getCertStatus = function getCertStatus() {
|
|
|
33155
33155
|
var isCertificateInDevice = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
|
33156
33156
|
var config = getConfig();
|
|
33157
33157
|
var status = helpers.getCertificateStatus(config.userData, isCertificateInDevice, config.integrationType);
|
|
33158
|
+
console.log(status, "Core sdk");
|
|
33158
33159
|
var parseStatus = PARSE_STATUS[status];
|
|
33159
33160
|
return new ApacuanaSuccess({
|
|
33160
33161
|
status: parseStatus
|