@revxui/api-clients-ts 3.0.2 → 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
@@ -7416,8 +7416,8 @@ interface CreativeFileForSet {
7416
7416
  adTag?: CreativeThirdPartyAdTag;
7417
7417
  fallbackClickUrl?: string;
7418
7418
  'native'?: boolean;
7419
- contentType?: string;
7420
7419
  dco?: boolean;
7420
+ contentType?: string;
7421
7421
  }
7422
7422
  declare namespace CreativeFileForSet {
7423
7423
  const TypeEnum: {
@@ -10311,8 +10311,8 @@ interface CreativeFiles {
10311
10311
  previewUrl?: string;
10312
10312
  originalFileName?: string;
10313
10313
  'native'?: boolean;
10314
- contentType?: string;
10315
10314
  dco?: boolean;
10315
+ contentType?: string;
10316
10316
  }
10317
10317
  declare namespace CreativeFiles {
10318
10318
  const TypeEnum: {
@@ -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.2",
3
+ "version": "3.0.4",
4
4
  "description": "OpenAPI client for @revxui/api-clients-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {