@flashbacktech/flashbackclient 0.2.77 → 0.2.78
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.
|
@@ -53,6 +53,10 @@ export interface BreakdownMeta {
|
|
|
53
53
|
limit: number;
|
|
54
54
|
offset: number;
|
|
55
55
|
totalEntities: number;
|
|
56
|
+
resourceFilter?: {
|
|
57
|
+
type: 'bucket' | 'model' | 'user' | 'node' | 'rule' | 'apiKey';
|
|
58
|
+
id: string;
|
|
59
|
+
};
|
|
56
60
|
}
|
|
57
61
|
/**
|
|
58
62
|
* Standard time-series response.
|
|
@@ -104,6 +108,7 @@ export interface DashboardBreakdownQueryParams {
|
|
|
104
108
|
model?: string;
|
|
105
109
|
bucketId?: string;
|
|
106
110
|
ruleId?: string;
|
|
111
|
+
userId?: string;
|
|
107
112
|
}
|
|
108
113
|
export interface StorageMetrics {
|
|
109
114
|
uplBytes: number;
|