@finverse/sdk-typescript 0.0.297 → 0.0.298
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
|
@@ -4181,6 +4181,12 @@ export interface ListPayoutsResponse {
|
|
|
4181
4181
|
* @memberof ListPayoutsResponse
|
|
4182
4182
|
*/
|
|
4183
4183
|
payouts: Array<PayoutSnapshotResponse>;
|
|
4184
|
+
/**
|
|
4185
|
+
*
|
|
4186
|
+
* @type {number}
|
|
4187
|
+
* @memberof ListPayoutsResponse
|
|
4188
|
+
*/
|
|
4189
|
+
total_payouts: number;
|
|
4184
4190
|
}
|
|
4185
4191
|
/**
|
|
4186
4192
|
*
|