@revxui/api-clients-ts 1.1.90 → 1.1.92

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.
@@ -15,7 +15,7 @@ export interface BaseModelWithCreativeSetType {
15
15
  name?: string;
16
16
  }
17
17
  export declare namespace BaseModelWithCreativeSetType {
18
- type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
18
+ type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS' | 'NATIVE_ICON';
19
19
  const CreativeSetTypeEnum: {
20
20
  IMAGE: CreativeSetTypeEnum;
21
21
  VIDEO: CreativeSetTypeEnum;
@@ -30,5 +30,6 @@ export declare namespace BaseModelWithCreativeSetType {
30
30
  HYBRIDSTATICAD: CreativeSetTypeEnum;
31
31
  HYBRIDDYNAMICAD: CreativeSetTypeEnum;
32
32
  THIRDPARTYVIDEOADTAGS: CreativeSetTypeEnum;
33
+ NATIVEICON: CreativeSetTypeEnum;
33
34
  };
34
35
  }
@@ -31,7 +31,7 @@ export interface CreativeCompactDTO {
31
31
  urlPath?: string;
32
32
  }
33
33
  export declare namespace CreativeCompactDTO {
34
- type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
34
+ type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed' | 'nativeIcon';
35
35
  const TypeEnum: {
36
36
  Image: TypeEnum;
37
37
  Html: TypeEnum;
@@ -47,5 +47,6 @@ export declare namespace CreativeCompactDTO {
47
47
  FbAppEngagement: TypeEnum;
48
48
  ClickTracker: TypeEnum;
49
49
  FbxImageNewsFeed: TypeEnum;
50
+ NativeIcon: TypeEnum;
50
51
  };
51
52
  }
@@ -86,7 +86,7 @@ export declare namespace CreativeDTO {
86
86
  CSV: ContentTypeEnum;
87
87
  UNKNOWN: ContentTypeEnum;
88
88
  };
89
- type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
89
+ type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed' | 'nativeIcon';
90
90
  const TypeEnum: {
91
91
  Image: TypeEnum;
92
92
  Html: TypeEnum;
@@ -102,6 +102,7 @@ export declare namespace CreativeDTO {
102
102
  FbAppEngagement: TypeEnum;
103
103
  ClickTracker: TypeEnum;
104
104
  FbxImageNewsFeed: TypeEnum;
105
+ NativeIcon: TypeEnum;
105
106
  };
106
107
  type VideoUploadTypeEnum = 'VIDEO' | 'VAST_WRAPPER';
107
108
  const VideoUploadTypeEnum: {
@@ -21,7 +21,7 @@ export interface CreativeDetails {
21
21
  name?: string;
22
22
  }
23
23
  export declare namespace CreativeDetails {
24
- type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
24
+ type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS' | 'NATIVE_ICON';
25
25
  const CreativeSetTypeEnum: {
26
26
  IMAGE: CreativeSetTypeEnum;
27
27
  VIDEO: CreativeSetTypeEnum;
@@ -36,5 +36,6 @@ export declare namespace CreativeDetails {
36
36
  HYBRIDSTATICAD: CreativeSetTypeEnum;
37
37
  HYBRIDDYNAMICAD: CreativeSetTypeEnum;
38
38
  THIRDPARTYVIDEOADTAGS: CreativeSetTypeEnum;
39
+ NATIVEICON: CreativeSetTypeEnum;
39
40
  };
40
41
  }
@@ -38,7 +38,7 @@ export interface CreativeFileForSet {
38
38
  width?: number;
39
39
  }
40
40
  export declare namespace CreativeFileForSet {
41
- type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
41
+ type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed' | 'nativeIcon';
42
42
  const TypeEnum: {
43
43
  Image: TypeEnum;
44
44
  Html: TypeEnum;
@@ -54,5 +54,6 @@ export declare namespace CreativeFileForSet {
54
54
  FbAppEngagement: TypeEnum;
55
55
  ClickTracker: TypeEnum;
56
56
  FbxImageNewsFeed: TypeEnum;
57
+ NativeIcon: TypeEnum;
57
58
  };
58
59
  }
@@ -33,7 +33,7 @@ export interface CreativeFiles {
33
33
  width?: number;
34
34
  }
35
35
  export declare namespace CreativeFiles {
36
- type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
36
+ type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed' | 'nativeIcon';
37
37
  const TypeEnum: {
38
38
  Image: TypeEnum;
39
39
  Html: TypeEnum;
@@ -49,5 +49,6 @@ export declare namespace CreativeFiles {
49
49
  FbAppEngagement: TypeEnum;
50
50
  ClickTracker: TypeEnum;
51
51
  FbxImageNewsFeed: TypeEnum;
52
+ NativeIcon: TypeEnum;
52
53
  };
53
54
  }
@@ -36,7 +36,7 @@ export declare namespace CreativeHtmlFileForSet {
36
36
  HYBRIDSTATICAD: TemplateTypeEnum;
37
37
  HYBRIDDYNAMICAD: TemplateTypeEnum;
38
38
  };
39
- type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
39
+ type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed' | 'nativeIcon';
40
40
  const TypeEnum: {
41
41
  Image: TypeEnum;
42
42
  Html: TypeEnum;
@@ -52,5 +52,6 @@ export declare namespace CreativeHtmlFileForSet {
52
52
  FbAppEngagement: TypeEnum;
53
53
  ClickTracker: TypeEnum;
54
54
  FbxImageNewsFeed: TypeEnum;
55
+ NativeIcon: TypeEnum;
55
56
  };
56
57
  }
@@ -66,7 +66,7 @@ export interface CreativeSetDashboardMetric {
66
66
  viewappopen?: number;
67
67
  }
68
68
  export declare namespace CreativeSetDashboardMetric {
69
- type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
69
+ type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS' | 'NATIVE_ICON';
70
70
  const CreativeSetTypeEnum: {
71
71
  IMAGE: CreativeSetTypeEnum;
72
72
  VIDEO: CreativeSetTypeEnum;
@@ -81,5 +81,6 @@ export declare namespace CreativeSetDashboardMetric {
81
81
  HYBRIDSTATICAD: CreativeSetTypeEnum;
82
82
  HYBRIDDYNAMICAD: CreativeSetTypeEnum;
83
83
  THIRDPARTYVIDEOADTAGS: CreativeSetTypeEnum;
84
+ NATIVEICON: CreativeSetTypeEnum;
84
85
  };
85
86
  }
@@ -41,7 +41,7 @@ export interface CreativeSetDetails {
41
41
  type?: CreativeSetDetails.TypeEnum;
42
42
  }
43
43
  export declare namespace CreativeSetDetails {
44
- type TypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
44
+ type TypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS' | 'NATIVE_ICON';
45
45
  const TypeEnum: {
46
46
  IMAGE: TypeEnum;
47
47
  VIDEO: TypeEnum;
@@ -56,5 +56,6 @@ export declare namespace CreativeSetDetails {
56
56
  HYBRIDSTATICAD: TypeEnum;
57
57
  HYBRIDDYNAMICAD: TypeEnum;
58
58
  THIRDPARTYVIDEOADTAGS: TypeEnum;
59
+ NATIVEICON: TypeEnum;
59
60
  };
60
61
  }
@@ -45,7 +45,7 @@ export interface CreativeSetRequest {
45
45
  urlPath?: string;
46
46
  }
47
47
  export declare namespace CreativeSetRequest {
48
- type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
48
+ type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS' | 'NATIVE_ICON';
49
49
  const CreativeSetTypeEnum: {
50
50
  IMAGE: CreativeSetTypeEnum;
51
51
  VIDEO: CreativeSetTypeEnum;
@@ -60,5 +60,6 @@ export declare namespace CreativeSetRequest {
60
60
  HYBRIDSTATICAD: CreativeSetTypeEnum;
61
61
  HYBRIDDYNAMICAD: CreativeSetTypeEnum;
62
62
  THIRDPARTYVIDEOADTAGS: CreativeSetTypeEnum;
63
+ NATIVEICON: CreativeSetTypeEnum;
63
64
  };
64
65
  }
@@ -16,7 +16,7 @@ export interface CreativeSetResponse {
16
16
  otherCreativeSetType?: CreativeSetResponse.OtherCreativeSetTypeEnum;
17
17
  }
18
18
  export declare namespace CreativeSetResponse {
19
- type OtherCreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
19
+ type OtherCreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS' | 'NATIVE_ICON';
20
20
  const OtherCreativeSetTypeEnum: {
21
21
  IMAGE: OtherCreativeSetTypeEnum;
22
22
  VIDEO: OtherCreativeSetTypeEnum;
@@ -31,5 +31,6 @@ export declare namespace CreativeSetResponse {
31
31
  HYBRIDSTATICAD: OtherCreativeSetTypeEnum;
32
32
  HYBRIDDYNAMICAD: OtherCreativeSetTypeEnum;
33
33
  THIRDPARTYVIDEOADTAGS: OtherCreativeSetTypeEnum;
34
+ NATIVEICON: OtherCreativeSetTypeEnum;
34
35
  };
35
36
  }
@@ -17,7 +17,7 @@ export interface DuplicateCreativeSetResponse {
17
17
  otherCreativeSetType?: DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum;
18
18
  }
19
19
  export declare namespace DuplicateCreativeSetResponse {
20
- type OtherCreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS';
20
+ type OtherCreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD' | 'THIRD_PARTY_VIDEO_AD_TAGS' | 'NATIVE_ICON';
21
21
  const OtherCreativeSetTypeEnum: {
22
22
  IMAGE: OtherCreativeSetTypeEnum;
23
23
  VIDEO: OtherCreativeSetTypeEnum;
@@ -32,5 +32,6 @@ export declare namespace DuplicateCreativeSetResponse {
32
32
  HYBRIDSTATICAD: OtherCreativeSetTypeEnum;
33
33
  HYBRIDDYNAMICAD: OtherCreativeSetTypeEnum;
34
34
  THIRDPARTYVIDEOADTAGS: OtherCreativeSetTypeEnum;
35
+ NATIVEICON: OtherCreativeSetTypeEnum;
35
36
  };
36
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.90",
3
+ "version": "1.1.92",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [