@finverse/sdk-typescript 0.0.122 → 0.0.123
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 +2 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -664,7 +664,7 @@ export interface CreateMandateRequest {
|
|
|
664
664
|
* @type {MandateRecipientRequest}
|
|
665
665
|
* @memberof CreateMandateRequest
|
|
666
666
|
*/
|
|
667
|
-
|
|
667
|
+
recipient_account: MandateRecipientRequest;
|
|
668
668
|
/**
|
|
669
669
|
*
|
|
670
670
|
* @type {CreateMandateSender}
|
|
@@ -924,7 +924,7 @@ export interface CreatePayoutInstructionRequest {
|
|
|
924
924
|
* @type {MandateRecipientRequest}
|
|
925
925
|
* @memberof CreatePayoutInstructionRequest
|
|
926
926
|
*/
|
|
927
|
-
|
|
927
|
+
recipient_account: MandateRecipientRequest;
|
|
928
928
|
/**
|
|
929
929
|
* Additional attributes of the payout instruction in key:value format (e.g. payout_instruction_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
|
|
930
930
|
* @type {{ [key: string]: string; }}
|