@triveria/wallet 0.0.282 → 0.0.283

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 +1 -0
  2. package/api.js +2 -1
  3. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -1181,6 +1181,7 @@ export declare const WmpRequestType: {
1181
1181
  export type WmpRequestType = typeof WmpRequestType[keyof typeof WmpRequestType];
1182
1182
  export declare const XadesSignatureType: {
1183
1183
  readonly Tsl: "tsl";
1184
+ readonly Xml: "xml";
1184
1185
  };
1185
1186
  export type XadesSignatureType = typeof XadesSignatureType[keyof typeof XadesSignatureType];
1186
1187
  /**
package/api.js CHANGED
@@ -192,7 +192,8 @@ exports.WmpRequestType = {
192
192
  CredentialVerificationRequest: 'credentialVerificationRequest'
193
193
  };
194
194
  exports.XadesSignatureType = {
195
- Tsl: 'tsl'
195
+ Tsl: 'tsl',
196
+ Xml: 'xml'
196
197
  };
197
198
  /**
198
199
  * DefaultApi - axios parameter creator
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.282",
4
+ "version": "0.0.283",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {