@finverse/sdk-typescript 0.0.273 → 0.0.275
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 +7 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2005,6 +2005,12 @@ export interface FVCard {
|
|
|
2005
2005
|
* @memberof FVCard
|
|
2006
2006
|
*/
|
|
2007
2007
|
card_details?: FVCardDetails;
|
|
2008
|
+
/**
|
|
2009
|
+
*
|
|
2010
|
+
* @type {MandateRecipientAccount}
|
|
2011
|
+
* @memberof FVCard
|
|
2012
|
+
*/
|
|
2013
|
+
recipient_account?: MandateRecipientAccount;
|
|
2008
2014
|
}
|
|
2009
2015
|
export declare const FVCardStatusEnum: {
|
|
2010
2016
|
readonly Unknown: "UNKNOWN";
|
|
@@ -6634,7 +6640,7 @@ export interface RapidstorMetadataRequest {
|
|
|
6634
6640
|
* @type {string}
|
|
6635
6641
|
* @memberof RapidstorMetadataRequest
|
|
6636
6642
|
*/
|
|
6637
|
-
account_token
|
|
6643
|
+
account_token: string;
|
|
6638
6644
|
}
|
|
6639
6645
|
/**
|
|
6640
6646
|
*
|