@finverse/sdk-typescript 0.0.96 → 0.0.97
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
|
@@ -4010,13 +4010,13 @@ export interface RecipientResponse {
|
|
|
4010
4010
|
* @type {string}
|
|
4011
4011
|
* @memberof RecipientResponse
|
|
4012
4012
|
*/
|
|
4013
|
-
name
|
|
4013
|
+
name?: string;
|
|
4014
4014
|
/**
|
|
4015
4015
|
*
|
|
4016
4016
|
* @type {RecipientAccountResponse}
|
|
4017
4017
|
* @memberof RecipientResponse
|
|
4018
4018
|
*/
|
|
4019
|
-
recipient_account
|
|
4019
|
+
recipient_account?: RecipientAccountResponse;
|
|
4020
4020
|
/**
|
|
4021
4021
|
* Customer App\'s internal ID for the recipient
|
|
4022
4022
|
* @type {string}
|