@finverse/sdk-typescript 0.0.227 → 0.0.229
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 +12 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5440,6 +5440,12 @@ export interface PaymentUser {
|
|
|
5440
5440
|
* @memberof PaymentUser
|
|
5441
5441
|
*/
|
|
5442
5442
|
updated_at?: string;
|
|
5443
|
+
/**
|
|
5444
|
+
*
|
|
5445
|
+
* @type {string}
|
|
5446
|
+
* @memberof PaymentUser
|
|
5447
|
+
*/
|
|
5448
|
+
next_bill_update?: string | null;
|
|
5443
5449
|
/**
|
|
5444
5450
|
*
|
|
5445
5451
|
* @type {string}
|
|
@@ -5813,6 +5819,12 @@ export interface RapidstorMetadataRequest {
|
|
|
5813
5819
|
* @memberof RapidstorMetadataRequest
|
|
5814
5820
|
*/
|
|
5815
5821
|
tenant_id: string;
|
|
5822
|
+
/**
|
|
5823
|
+
*
|
|
5824
|
+
* @type {number}
|
|
5825
|
+
* @memberof RapidstorMetadataRequest
|
|
5826
|
+
*/
|
|
5827
|
+
i_anniv_days?: number;
|
|
5816
5828
|
}
|
|
5817
5829
|
/**
|
|
5818
5830
|
*
|