@finverse/sdk-typescript 0.0.156 → 0.0.157
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/dist/api.d.ts +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4687,6 +4687,12 @@ export interface Principal {
|
|
|
4687
4687
|
* @memberof Principal
|
|
4688
4688
|
*/
|
|
4689
4689
|
get_mandate_auth_link_request?: GetMandateAuthLinkRequest;
|
|
4690
|
+
/**
|
|
4691
|
+
*
|
|
4692
|
+
* @type {string}
|
|
4693
|
+
* @memberof Principal
|
|
4694
|
+
*/
|
|
4695
|
+
currency?: string;
|
|
4690
4696
|
/**
|
|
4691
4697
|
*
|
|
4692
4698
|
* @type {string}
|