@revxui/api-clients-ts 3.0.8 → 3.0.9

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
@@ -7143,12 +7143,12 @@ interface CreativeEntity {
7143
7143
  assetPreviewId?: number;
7144
7144
  tagType?: CreativeEntity.TagTypeEnum;
7145
7145
  erId?: string;
7146
+ mraid?: boolean;
7147
+ refactored?: boolean;
7146
7148
  placebo?: boolean;
7147
7149
  dco?: boolean;
7148
7150
  bidResponseTestEnabled?: boolean;
7149
- refactored?: boolean;
7150
7151
  templateBased?: boolean;
7151
- mraid?: boolean;
7152
7152
  }
7153
7153
  declare namespace CreativeEntity {
7154
7154
  const TypeEnum: {
@@ -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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "OpenAPI client for @revxui/api-clients-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {