@finverse/sdk-typescript 0.0.103 → 0.0.104
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
|
@@ -1746,6 +1746,12 @@ export declare type GetMandateResponseStatusEnum = typeof GetMandateResponseStat
|
|
|
1746
1746
|
* @interface GetMandateSender
|
|
1747
1747
|
*/
|
|
1748
1748
|
export interface GetMandateSender {
|
|
1749
|
+
/**
|
|
1750
|
+
* A unique identifier generated after creating sender
|
|
1751
|
+
* @type {string}
|
|
1752
|
+
* @memberof GetMandateSender
|
|
1753
|
+
*/
|
|
1754
|
+
sender_id: string;
|
|
1749
1755
|
/**
|
|
1750
1756
|
*
|
|
1751
1757
|
* @type {string}
|