@triveria/wallet 0.0.174 → 0.0.176

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 (3) hide show
  1. package/api.d.ts +8 -20
  2. package/api.js +1 -6
  3. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -738,23 +738,11 @@ export interface EbsiSpecificWalletData {
738
738
  */
739
739
  'proxyUrl'?: string;
740
740
  /**
741
- * Defines if the specific wallet is eligible to request a credential from EBSI to get Accredited as RTAO
741
+ * Defines if the specific wallet is a legal entity
742
742
  * @type {boolean}
743
743
  * @memberof EbsiSpecificWalletData
744
744
  */
745
- 'rTaoEligible'?: boolean;
746
- /**
747
- * EBSI specific role in the trust chain
748
- * @type {string}
749
- * @memberof EbsiSpecificWalletData
750
- */
751
- 'trustChainRole'?: EbsiSpecificWalletDataTrustChainRoleEnum;
752
- /**
753
- * List of credential DIDs that authorize this specific wallet to accredit other wallets.
754
- * @type {Array<string>}
755
- * @memberof EbsiSpecificWalletData
756
- */
757
- 'authorizationCredentials'?: Array<string>;
745
+ 'isLegalEntity'?: boolean;
758
746
  /**
759
747
  *
760
748
  * @type {EbsiConfiguration}
@@ -762,12 +750,6 @@ export interface EbsiSpecificWalletData {
762
750
  */
763
751
  'configuration': EbsiConfiguration;
764
752
  }
765
- export declare const EbsiSpecificWalletDataTrustChainRoleEnum: {
766
- readonly Rtao: "rtao";
767
- readonly Tao: "tao";
768
- readonly Ti: "ti";
769
- };
770
- export type EbsiSpecificWalletDataTrustChainRoleEnum = typeof EbsiSpecificWalletDataTrustChainRoleEnum[keyof typeof EbsiSpecificWalletDataTrustChainRoleEnum];
771
753
  /**
772
754
  * A scheme providing enough information for a verifier to determine whether the evidence gathered by the issuer meets its confidence requirements for relying on the credential
773
755
  * @export
@@ -1293,6 +1275,12 @@ export interface PrepareToAccreditRequest {
1293
1275
  * @memberof PrepareToAccreditRequest
1294
1276
  */
1295
1277
  'type': PrepareToAccreditRequestTypeEnum;
1278
+ /**
1279
+ *
1280
+ * @type {string}
1281
+ * @memberof PrepareToAccreditRequest
1282
+ */
1283
+ 'limitJurisdiction': string;
1296
1284
  }
1297
1285
  export declare const PrepareToAccreditRequestTypeEnum: {
1298
1286
  readonly TrustedIssuer: "TrustedIssuer";
package/api.js CHANGED
@@ -25,7 +25,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
25
25
  return (mod && mod.__esModule) ? mod : { "default": mod };
26
26
  };
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
- exports.CredentialListInteractionEnum = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.WalletNotificationEventType = exports.WalletConfigTrustFrameworkEnum = exports.WalletCapability = exports.SystemImpactStatusEnum = exports.PresentationDefinitionSubmissionRequirementsRuleEnum = exports.PrepareToAccreditRequestTypeEnum = exports.ListSort = exports.InteractionAuthorizationRequirementsRequirementTypeEnum = exports.HealthStatusStatusEnum = exports.EbsiSpecificWalletDataTrustChainRoleEnum = exports.DeferredStatusEnum = exports.CredentialMetadataStatusEnum = exports.CredentialIssuerDefinitionCredentialIssuerEnum = exports.CredentialFormat = exports.AccreditationRequestTypeEnum = void 0;
28
+ exports.CredentialListInteractionEnum = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.WalletNotificationEventType = exports.WalletConfigTrustFrameworkEnum = exports.WalletCapability = exports.SystemImpactStatusEnum = exports.PresentationDefinitionSubmissionRequirementsRuleEnum = exports.PrepareToAccreditRequestTypeEnum = exports.ListSort = exports.InteractionAuthorizationRequirementsRequirementTypeEnum = exports.HealthStatusStatusEnum = exports.DeferredStatusEnum = exports.CredentialMetadataStatusEnum = exports.CredentialIssuerDefinitionCredentialIssuerEnum = exports.CredentialFormat = exports.AccreditationRequestTypeEnum = void 0;
29
29
  const axios_1 = __importDefault(require("axios"));
30
30
  // Some imports not used depending on template conditions
31
31
  // @ts-ignore
@@ -60,11 +60,6 @@ exports.DeferredStatusEnum = {
60
60
  Completed: 'completed',
61
61
  Error: 'error'
62
62
  };
63
- exports.EbsiSpecificWalletDataTrustChainRoleEnum = {
64
- Rtao: 'rtao',
65
- Tao: 'tao',
66
- Ti: 'ti'
67
- };
68
63
  exports.HealthStatusStatusEnum = {
69
64
  Ok: 'ok',
70
65
  Limited: 'limited',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.174",
4
+ "version": "0.0.176",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {