@revxui/api-clients-ts 3.0.0 → 3.0.2

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
@@ -206,8 +206,8 @@ interface AdvertiserPojo {
206
206
  isDynamicVideo?: boolean;
207
207
  androidDeeplink?: string;
208
208
  getiOSDeeplink?: string;
209
- platformAudSupport?: boolean;
210
209
  dynamicVideoSupport?: boolean;
210
+ platformAudSupport?: boolean;
211
211
  }
212
212
 
213
213
  /**
@@ -2615,8 +2615,8 @@ interface Advertiser {
2615
2615
  categoryIabCode?: string;
2616
2616
  regionId?: number;
2617
2617
  regionName?: string;
2618
- platformAudSupport?: boolean;
2619
2618
  dynamicVideoSupport?: boolean;
2619
+ platformAudSupport?: boolean;
2620
2620
  }
2621
2621
 
2622
2622
  /**
@@ -6216,9 +6216,9 @@ interface ClickDestination {
6216
6216
  androidS2SV2EngagedImpressionTrackingUrl?: string;
6217
6217
  iosS2SV2EngagedImpressionTrackingUrl?: string;
6218
6218
  warnings?: Array<string>;
6219
- refactored?: boolean;
6220
6219
  placebo?: boolean;
6221
6220
  dco?: boolean;
6221
+ refactored?: boolean;
6222
6222
  iosImpressionUrl?: string;
6223
6223
  androidImpressionUrl?: string;
6224
6224
  androidImpressionS2sUrl?: string;
@@ -6805,9 +6805,9 @@ interface CreativeDTO {
6805
6805
  assetPreviewId?: number;
6806
6806
  isBidResponseTestEnabled?: boolean;
6807
6807
  erId?: string;
6808
- refactored?: boolean;
6809
6808
  placebo?: boolean;
6810
6809
  archived?: boolean;
6810
+ refactored?: boolean;
6811
6811
  templateBased?: boolean;
6812
6812
  layoutDimensionId?: number;
6813
6813
  }
@@ -7416,8 +7416,8 @@ interface CreativeFileForSet {
7416
7416
  adTag?: CreativeThirdPartyAdTag;
7417
7417
  fallbackClickUrl?: string;
7418
7418
  'native'?: boolean;
7419
- dco?: boolean;
7420
7419
  contentType?: string;
7420
+ dco?: boolean;
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
- dco?: boolean;
10315
10314
  contentType?: string;
10315
+ dco?: boolean;
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.0",
3
+ "version": "3.0.2",
4
4
  "description": "OpenAPI client for @revxui/api-clients-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {