@finverse/sdk-typescript 0.0.105 → 0.0.106
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
|
@@ -1717,6 +1717,12 @@ export interface GetMandateResponse {
|
|
|
1717
1717
|
* @memberof GetMandateResponse
|
|
1718
1718
|
*/
|
|
1719
1719
|
sender: GetMandateSender;
|
|
1720
|
+
/**
|
|
1721
|
+
*
|
|
1722
|
+
* @type {SenderAccountResponse}
|
|
1723
|
+
* @memberof GetMandateResponse
|
|
1724
|
+
*/
|
|
1725
|
+
sender_account?: SenderAccountResponse;
|
|
1720
1726
|
/**
|
|
1721
1727
|
*
|
|
1722
1728
|
* @type {MandateDetails}
|