mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-05-31 23:19:02 +00:00
wip
This commit is contained in:
@@ -8375,6 +8375,17 @@ export interface components {
|
||||
*/
|
||||
nonDeletableIds: number[];
|
||||
};
|
||||
CustomersListResponseDto: {
|
||||
data: components["schemas"]["CustomerResponseDto"][];
|
||||
pagination: {
|
||||
/** @example 1 */
|
||||
page: number;
|
||||
/** @example 12 */
|
||||
pageSize: number;
|
||||
/** @example 42 */
|
||||
total: number;
|
||||
};
|
||||
};
|
||||
CustomerResponseDto: {
|
||||
/** @example 1500 */
|
||||
balance: number;
|
||||
@@ -19109,7 +19120,7 @@ export interface operations {
|
||||
[name: string]: unknown;
|
||||
};
|
||||
content: {
|
||||
"application/json": components["schemas"]["CustomerResponseDto"][];
|
||||
"application/json": components["schemas"]["CustomersListResponseDto"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user