@finverse/sdk-typescript 0.0.224 → 0.0.225
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
|
@@ -5825,6 +5825,12 @@ export interface RapidstorMetadataResponse {
|
|
|
5825
5825
|
* @memberof RapidstorMetadataResponse
|
|
5826
5826
|
*/
|
|
5827
5827
|
i_anniv_days?: number;
|
|
5828
|
+
/**
|
|
5829
|
+
*
|
|
5830
|
+
* @type {string}
|
|
5831
|
+
* @memberof RapidstorMetadataResponse
|
|
5832
|
+
*/
|
|
5833
|
+
tenant_default_currency?: string;
|
|
5828
5834
|
}
|
|
5829
5835
|
/**
|
|
5830
5836
|
*
|