@revxui/api-clients-ts 3.0.3 → 3.0.4

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/index.d.ts CHANGED
@@ -14268,8 +14268,8 @@ interface ReportingRequest {
14268
14268
  [key: string]: ReportProperty;
14269
14269
  };
14270
14270
  options?: string;
14271
- pagination?: boolean;
14272
14271
  include_all?: boolean;
14272
+ pagination?: boolean;
14273
14273
  columns?: Array<string>;
14274
14274
  filters?: Array<FilterModel>;
14275
14275
  group_by?: Array<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "OpenAPI client for @revxui/api-clients-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {