@qrvey/utils 1.16.0-34 → 1.16.0-35
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.
|
@@ -169,7 +169,14 @@ UChartPaginationApi._getPreviewRequestBody = (uFilter, filterLogic = [], chartSe
|
|
|
169
169
|
...filterLogic,
|
|
170
170
|
...(!filterCharts[0] ? (searchLogic === null || searchLogic === void 0 ? void 0 : searchLogic.logic) || [] : []),
|
|
171
171
|
];
|
|
172
|
-
return {
|
|
172
|
+
return {
|
|
173
|
+
dimensions,
|
|
174
|
+
summaries,
|
|
175
|
+
maxDataPoints,
|
|
176
|
+
afterKey,
|
|
177
|
+
logic: filters,
|
|
178
|
+
nullConfig: { ignore: true },
|
|
179
|
+
};
|
|
173
180
|
};
|
|
174
181
|
/**
|
|
175
182
|
* Gets dimension body structure
|
|
@@ -162,7 +162,14 @@ UChartPaginationApi._getPreviewRequestBody = (uFilter, filterLogic = [], chartSe
|
|
|
162
162
|
...filterLogic,
|
|
163
163
|
...(!filterCharts[0] ? (searchLogic === null || searchLogic === void 0 ? void 0 : searchLogic.logic) || [] : []),
|
|
164
164
|
];
|
|
165
|
-
return {
|
|
165
|
+
return {
|
|
166
|
+
dimensions,
|
|
167
|
+
summaries,
|
|
168
|
+
maxDataPoints,
|
|
169
|
+
afterKey,
|
|
170
|
+
logic: filters,
|
|
171
|
+
nullConfig: { ignore: true },
|
|
172
|
+
};
|
|
166
173
|
};
|
|
167
174
|
/**
|
|
168
175
|
* Gets dimension body structure
|