@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.
- package/api.d.ts +1 -0
- package/api.js +2 -1
- 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