@triveria/wallet 0.0.295 → 0.0.296
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/api.d.ts +1 -1
- package/api.js +16 -16
- package/base.d.ts +1 -1
- package/base.js +1 -1
- package/common.d.ts +1 -1
- package/common.js +1 -1
- package/configuration.d.ts +1 -1
- package/configuration.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Triveria Wallet API
|
|
3
|
-
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC
|
|
3
|
+
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, MSO Mdoc, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC, SD-JWT-VC and MSO Mdoc formats) - Credential signing using DIDs, X.509 certificates, and standard JWK keys - Trust framework integration: EBSI Trust Framework, EUDI Large Scale Pilot trust lists, and IDUnion - REST API and SDK access for seamless integration For access and support, contact info@triveria.com.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
package/api.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Triveria Wallet API
|
|
6
|
-
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC
|
|
6
|
+
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, MSO Mdoc, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC, SD-JWT-VC and MSO Mdoc formats) - Credential signing using DIDs, X.509 certificates, and standard JWK keys - Trust framework integration: EBSI Trust Framework, EUDI Large Scale Pilot trust lists, and IDUnion - REST API and SDK access for seamless integration For access and support, contact info@triveria.com.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
|
@@ -1427,7 +1427,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1427
1427
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1428
1428
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1429
1429
|
if (walletId != null) {
|
|
1430
|
-
localVarHeaderParameter['
|
|
1430
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1431
1431
|
}
|
|
1432
1432
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1433
1433
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1464,7 +1464,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1464
1464
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1465
1465
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1466
1466
|
if (walletId != null) {
|
|
1467
|
-
localVarHeaderParameter['
|
|
1467
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1468
1468
|
}
|
|
1469
1469
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1470
1470
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1501,7 +1501,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1501
1501
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1502
1502
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1503
1503
|
if (walletId != null) {
|
|
1504
|
-
localVarHeaderParameter['
|
|
1504
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1505
1505
|
}
|
|
1506
1506
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1507
1507
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1538,7 +1538,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1538
1538
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1539
1539
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1540
1540
|
if (walletId != null) {
|
|
1541
|
-
localVarHeaderParameter['
|
|
1541
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1542
1542
|
}
|
|
1543
1543
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1544
1544
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1575,7 +1575,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1575
1575
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1576
1576
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1577
1577
|
if (walletId != null) {
|
|
1578
|
-
localVarHeaderParameter['
|
|
1578
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1579
1579
|
}
|
|
1580
1580
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1581
1581
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1612,7 +1612,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1612
1612
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1613
1613
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1614
1614
|
if (walletId != null) {
|
|
1615
|
-
localVarHeaderParameter['
|
|
1615
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1616
1616
|
}
|
|
1617
1617
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1618
1618
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2312,7 +2312,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2312
2312
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2313
2313
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2314
2314
|
if (walletId != null) {
|
|
2315
|
-
localVarHeaderParameter['
|
|
2315
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
2316
2316
|
}
|
|
2317
2317
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2318
2318
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2347,7 +2347,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2347
2347
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2348
2348
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2349
2349
|
if (walletId != null) {
|
|
2350
|
-
localVarHeaderParameter['
|
|
2350
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
2351
2351
|
}
|
|
2352
2352
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2353
2353
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2385,7 +2385,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2385
2385
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2386
2386
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2387
2387
|
if (walletId != null) {
|
|
2388
|
-
localVarHeaderParameter['
|
|
2388
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
2389
2389
|
}
|
|
2390
2390
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2391
2391
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2419,7 +2419,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2419
2419
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2420
2420
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2421
2421
|
if (walletId != null) {
|
|
2422
|
-
localVarHeaderParameter['
|
|
2422
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
2423
2423
|
}
|
|
2424
2424
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2425
2425
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2457,7 +2457,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2457
2457
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2458
2458
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2459
2459
|
if (walletId != null) {
|
|
2460
|
-
localVarHeaderParameter['
|
|
2460
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
2461
2461
|
}
|
|
2462
2462
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2463
2463
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2495,7 +2495,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2495
2495
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2496
2496
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2497
2497
|
if (walletId != null) {
|
|
2498
|
-
localVarHeaderParameter['
|
|
2498
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
2499
2499
|
}
|
|
2500
2500
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2501
2501
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2533,7 +2533,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2533
2533
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2534
2534
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2535
2535
|
if (walletId != null) {
|
|
2536
|
-
localVarHeaderParameter['
|
|
2536
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
2537
2537
|
}
|
|
2538
2538
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2539
2539
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2573,7 +2573,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2573
2573
|
}
|
|
2574
2574
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2575
2575
|
if (walletId != null) {
|
|
2576
|
-
localVarHeaderParameter['
|
|
2576
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
2577
2577
|
}
|
|
2578
2578
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2579
2579
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2611,7 +2611,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2611
2611
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2612
2612
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2613
2613
|
if (walletId != null) {
|
|
2614
|
-
localVarHeaderParameter['
|
|
2614
|
+
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
2615
2615
|
}
|
|
2616
2616
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2617
2617
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
package/base.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Triveria Wallet API
|
|
3
|
-
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC
|
|
3
|
+
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, MSO Mdoc, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC, SD-JWT-VC and MSO Mdoc formats) - Credential signing using DIDs, X.509 certificates, and standard JWK keys - Trust framework integration: EBSI Trust Framework, EUDI Large Scale Pilot trust lists, and IDUnion - REST API and SDK access for seamless integration For access and support, contact info@triveria.com.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
package/base.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Triveria Wallet API
|
|
6
|
-
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC
|
|
6
|
+
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, MSO Mdoc, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC, SD-JWT-VC and MSO Mdoc formats) - Credential signing using DIDs, X.509 certificates, and standard JWK keys - Trust framework integration: EBSI Trust Framework, EUDI Large Scale Pilot trust lists, and IDUnion - REST API and SDK access for seamless integration For access and support, contact info@triveria.com.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
package/common.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Triveria Wallet API
|
|
3
|
-
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC
|
|
3
|
+
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, MSO Mdoc, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC, SD-JWT-VC and MSO Mdoc formats) - Credential signing using DIDs, X.509 certificates, and standard JWK keys - Trust framework integration: EBSI Trust Framework, EUDI Large Scale Pilot trust lists, and IDUnion - REST API and SDK access for seamless integration For access and support, contact info@triveria.com.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
package/common.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Triveria Wallet API
|
|
6
|
-
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC
|
|
6
|
+
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, MSO Mdoc, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC, SD-JWT-VC and MSO Mdoc formats) - Credential signing using DIDs, X.509 certificates, and standard JWK keys - Trust framework integration: EBSI Trust Framework, EUDI Large Scale Pilot trust lists, and IDUnion - REST API and SDK access for seamless integration For access and support, contact info@triveria.com.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
package/configuration.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Triveria Wallet API
|
|
3
|
-
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC
|
|
3
|
+
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, MSO Mdoc, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC, SD-JWT-VC and MSO Mdoc formats) - Credential signing using DIDs, X.509 certificates, and standard JWK keys - Trust framework integration: EBSI Trust Framework, EUDI Large Scale Pilot trust lists, and IDUnion - REST API and SDK access for seamless integration For access and support, contact info@triveria.com.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
package/configuration.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/**
|
|
4
4
|
* Triveria Wallet API
|
|
5
|
-
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC
|
|
5
|
+
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, MSO Mdoc, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC, SD-JWT-VC and MSO Mdoc formats) - Credential signing using DIDs, X.509 certificates, and standard JWK keys - Trust framework integration: EBSI Trust Framework, EUDI Large Scale Pilot trust lists, and IDUnion - REST API and SDK access for seamless integration For access and support, contact info@triveria.com.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Triveria Wallet API
|
|
3
|
-
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC
|
|
3
|
+
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, MSO Mdoc, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC, SD-JWT-VC and MSO Mdoc formats) - Credential signing using DIDs, X.509 certificates, and standard JWK keys - Trust framework integration: EBSI Trust Framework, EUDI Large Scale Pilot trust lists, and IDUnion - REST API and SDK access for seamless integration For access and support, contact info@triveria.com.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
package/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Triveria Wallet API
|
|
6
|
-
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC
|
|
6
|
+
* Triveria Wallet is a cloud-based platform for managing digital credentials. The platform complies with open standards including the W3C Verifiable Credentials Data Model, IETF SD-JWT-VC, MSO Mdoc, OpenID Connect (OIDC), and EBSI DID, providing a unified interface across both eIDAS/EUDI and DID/W3C ecosystems. **Key capabilities:** - Issue and manage Verifiable Credentials (W3C VC, SD-JWT-VC and MSO Mdoc formats) - Credential signing using DIDs, X.509 certificates, and standard JWK keys - Trust framework integration: EBSI Trust Framework, EUDI Large Scale Pilot trust lists, and IDUnion - REST API and SDK access for seamless integration For access and support, contact info@triveria.com.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|