@idunion/tl-sdk 0.0.65 → 0.0.66

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 (2) hide show
  1. package/api.js +4 -4
  2. package/package.json +1 -1
package/api.js CHANGED
@@ -35,12 +35,12 @@ const base_1 = require("./base");
35
35
  exports.HealthStatusStatusEnum = {
36
36
  Ok: 'ok',
37
37
  Limited: 'limited',
38
- Critical: 'critical'
38
+ Critical: 'critical',
39
39
  };
40
40
  exports.OnboardingStatusStatusEnum = {
41
41
  InProgress: 'in_progress',
42
42
  Completed: 'completed',
43
- Error: 'error'
43
+ Error: 'error',
44
44
  };
45
45
  /**
46
46
  * Defines the role category of entities registered in the Trust List, aligned with ETSI TS 119-602 and the EU Digital Identity (EUDI) framework: - `QEAA_Provider`: Qualified Electronic Attestation of Attributes provider - `PuBEAA_Provider`: Public Body Electronic Attestation of Attributes provider - `Wallet_Provider`: EUDI-compliant identity wallet solution provider - `PID_Provider`: Person Identification Data provider (e.g. national eID issuer) - `Access_Certificate_Authority`: Issuer of access certificates for wallet interactions - `Registration_Certificates_Provider`: Issuer of registration certificates - `EAA_Provider`: Electronic Attestation of Attributes provider (non-qualified)
@@ -52,13 +52,13 @@ exports.TlType = {
52
52
  PidProvider: 'PID_Provider',
53
53
  AccessCertificateAuthority: 'Access_Certificate_Authority',
54
54
  RegistrationCertificatesProvider: 'Registration_Certificates_Provider',
55
- EaaProvider: 'EAA_Provider'
55
+ EaaProvider: 'EAA_Provider',
56
56
  };
57
57
  exports.TlrStatusEnum = {
58
58
  Onboarded: 'onboarded',
59
59
  Trusted: 'trusted',
60
60
  Revoked: 'revoked',
61
- Expired: 'expired'
61
+ Expired: 'expired',
62
62
  };
63
63
  /**
64
64
  * DefaultApi - axios parameter creator
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idunion/tl-sdk",
3
3
  "private": false,
4
- "version": "0.0.65",
4
+ "version": "0.0.66",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {