@revxui/api-clients-ts 1.1.73 → 1.1.75

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.
Files changed (79) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +0 -28
  3. package/api/dashboardController.service.d.ts +24 -24
  4. package/api/strategyController.service.d.ts +37 -9
  5. package/bundles/revxui-api-clients-ts.umd.js +119 -150
  6. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -80
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/customerReportingController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +68 -2
  29. package/esm2015/api/strategyTemplateController.service.js +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/apiResponseObjectBidToConversionDTO.js +2 -0
  33. package/esm2015/model/apiResponseObjectBidToConversionFilterMap.js +2 -0
  34. package/esm2015/model/baseModelWithCreativeSetType.js +3 -2
  35. package/esm2015/model/bidToConversionDTO.js +2 -0
  36. package/esm2015/model/bidToConversionFilterDTO.js +13 -0
  37. package/esm2015/model/bidToConversionFilterMap.js +2 -0
  38. package/esm2015/model/creativeCompactDTO.js +3 -2
  39. package/esm2015/model/creativeDTO.js +3 -2
  40. package/esm2015/model/creativeDetails.js +3 -2
  41. package/esm2015/model/creativeFileForSet.js +3 -2
  42. package/esm2015/model/creativeFiles.js +3 -2
  43. package/esm2015/model/creativeHtmlFileForSet.js +3 -2
  44. package/esm2015/model/creativeSetDashboardMetric.js +3 -2
  45. package/esm2015/model/creativeSetDetails.js +3 -2
  46. package/esm2015/model/creativeSetRequest.js +3 -2
  47. package/esm2015/model/creativeSetResponse.js +3 -2
  48. package/esm2015/model/duplicateCreativeSetResponse.js +3 -2
  49. package/esm2015/model/models.js +6 -7
  50. package/fesm2015/revxui-api-clients-ts.js +128 -147
  51. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  52. package/model/{apiResponseObjectApiListResponseCreativePerformanceList.d.ts → apiResponseObjectBidToConversionDTO.d.ts} +3 -3
  53. package/model/{apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts → apiResponseObjectBidToConversionFilterMap.d.ts} +3 -3
  54. package/model/baseModelWithCreativeSetType.d.ts +2 -1
  55. package/model/bidToConversionDTO.d.ts +64 -0
  56. package/model/{apiListResponseCreativePerformanceList.d.ts → bidToConversionFilterDTO.d.ts} +4 -4
  57. package/model/{apiListResponseCreativeSetPerformanceList.d.ts → bidToConversionFilterMap.d.ts} +5 -4
  58. package/model/creativeCompactDTO.d.ts +2 -1
  59. package/model/creativeDTO.d.ts +2 -1
  60. package/model/creativeDetails.d.ts +2 -1
  61. package/model/creativeFileForSet.d.ts +2 -1
  62. package/model/creativeFiles.d.ts +2 -1
  63. package/model/creativeHtmlFileForSet.d.ts +2 -1
  64. package/model/creativeSetDashboardMetric.d.ts +2 -1
  65. package/model/creativeSetDetails.d.ts +2 -1
  66. package/model/creativeSetRequest.d.ts +2 -1
  67. package/model/creativeSetResponse.d.ts +2 -1
  68. package/model/duplicateCreativeSetResponse.d.ts +2 -1
  69. package/model/models.d.ts +5 -6
  70. package/package.json +1 -1
  71. package/revxui-api-clients-ts.metadata.json +1 -1
  72. package/esm2015/model/apiListResponseCreativePerformanceList.js +0 -2
  73. package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +0 -2
  74. package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +0 -2
  75. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +0 -2
  76. package/esm2015/model/creativePerformanceList.js +0 -8
  77. package/esm2015/model/creativeSetPerformanceList.js +0 -23
  78. package/model/creativePerformanceList.d.ts +0 -78
  79. package/model/creativeSetPerformanceList.d.ts +0 -93
@@ -9,9 +9,9 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ApiListResponseCreativePerformanceList } from './apiListResponseCreativePerformanceList';
13
- export interface ApiResponseObjectApiListResponseCreativePerformanceList {
12
+ import { BidToConversionDTO } from './bidToConversionDTO';
13
+ export interface ApiResponseObjectBidToConversionDTO {
14
14
  error?: Error;
15
15
  respId?: string;
16
- respObject?: ApiListResponseCreativePerformanceList;
16
+ respObject?: BidToConversionDTO;
17
17
  }
@@ -9,9 +9,9 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ApiListResponseCreativeSetPerformanceList } from './apiListResponseCreativeSetPerformanceList';
13
- export interface ApiResponseObjectApiListResponseCreativeSetPerformanceList {
12
+ import { BidToConversionFilterMap } from './bidToConversionFilterMap';
13
+ export interface ApiResponseObjectBidToConversionFilterMap {
14
14
  error?: Error;
15
15
  respId?: string;
16
- respObject?: ApiListResponseCreativeSetPerformanceList;
16
+ respObject?: BidToConversionFilterMap;
17
17
  }
@@ -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' | '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
+ ICON: CreativeSetTypeEnum;
33
34
  };
34
35
  }
@@ -0,0 +1,64 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BidToConversionFilterMap } from './bidToConversionFilterMap';
13
+ export interface BidToConversionDTO {
14
+ actualEligibleTotal?: number;
15
+ actualEligibleUU?: number;
16
+ advertiserId?: number;
17
+ assistedClickConversionTotal?: number;
18
+ assistedClickConversionUU?: number;
19
+ assistedClickInstallTotal?: number;
20
+ assistedClickInstallUU?: number;
21
+ assistedConversionTotal?: number;
22
+ assistedConversionUU?: number;
23
+ assistedInstallTotal?: number;
24
+ assistedInstallUU?: number;
25
+ assistedViewConversionTotal?: number;
26
+ assistedViewConversionUU?: number;
27
+ assistedViewInstallTotal?: number;
28
+ assistedViewInstallUU?: number;
29
+ attributedConversionTotal?: number;
30
+ attributedConvertionUU?: number;
31
+ attributedInstallTotal?: number;
32
+ attributedInstallUU?: number;
33
+ bidsPlacedTotal?: number;
34
+ bidsPlacedUU?: number;
35
+ campaignId?: number;
36
+ clickTotal?: number;
37
+ clickUU?: number;
38
+ dataAvailable?: boolean;
39
+ filters?: BidToConversionFilterMap;
40
+ impressionTotal?: number;
41
+ impressionUU?: number;
42
+ invalidClicksTotal?: number;
43
+ invalidClicksUU?: number;
44
+ invalidConversionTotal?: number;
45
+ invalidConversionUU?: number;
46
+ invalidImpressionsTotal?: number;
47
+ invalidImpressionsUU?: number;
48
+ invalidInstallTotal?: number;
49
+ invalidInstallUU?: number;
50
+ licenseeId?: number;
51
+ noClicksTotal?: number;
52
+ noClicksUU?: number;
53
+ noConversionsTotal?: number;
54
+ noConversionsUU?: number;
55
+ noInstallTotal?: number;
56
+ noInstallUU?: number;
57
+ potentialEligibleTotal?: number;
58
+ potentialEligibleUU?: number;
59
+ strategyId?: number;
60
+ totalConversionTotal?: number;
61
+ totalConversionUU?: number;
62
+ totalInstallTotal?: number;
63
+ totalInstallUU?: number;
64
+ }
@@ -9,8 +9,8 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CreativePerformanceList } from './creativePerformanceList';
13
- export interface ApiListResponseCreativePerformanceList {
14
- data?: Array<CreativePerformanceList>;
15
- totalNoOfRecords?: number;
12
+ export interface BidToConversionFilterDTO {
13
+ filter?: string;
14
+ totalValue?: number;
15
+ uuValue?: number;
16
16
  }
@@ -9,8 +9,9 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CreativeSetPerformanceList } from './creativeSetPerformanceList';
13
- export interface ApiListResponseCreativeSetPerformanceList {
14
- data?: Array<CreativeSetPerformanceList>;
15
- totalNoOfRecords?: number;
12
+ import { BidToConversionFilterDTO } from './bidToConversionFilterDTO';
13
+ export interface BidToConversionFilterMap {
14
+ filterData?: {
15
+ [key: string]: Array<BidToConversionFilterDTO>;
16
+ };
16
17
  }
@@ -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' | '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
+ ICON: 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' | '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
+ ICON: 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' | '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
+ ICON: 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' | '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
+ ICON: 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' | '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
+ ICON: 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' | '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
+ ICON: OtherCreativeSetTypeEnum;
35
36
  };
36
37
  }
package/model/models.d.ts CHANGED
@@ -18,9 +18,7 @@ export * from './apiListResponseCatalogFeed';
18
18
  export * from './apiListResponseClickDestination';
19
19
  export * from './apiListResponseCreativeCompactDTO';
20
20
  export * from './apiListResponseCreativeDTO';
21
- export * from './apiListResponseCreativePerformanceList';
22
21
  export * from './apiListResponseCreativeSetDashboardMetric';
23
- export * from './apiListResponseCreativeSetPerformanceList';
24
22
  export * from './apiListResponseCreativeTemplateDTO';
25
23
  export * from './apiListResponseMacro';
26
24
  export * from './apiListResponsePixel';
@@ -40,9 +38,7 @@ export * from './apiResponseObjectApiListResponseCatalogFeed';
40
38
  export * from './apiResponseObjectApiListResponseClickDestination';
41
39
  export * from './apiResponseObjectApiListResponseCreativeCompactDTO';
42
40
  export * from './apiResponseObjectApiListResponseCreativeDTO';
43
- export * from './apiResponseObjectApiListResponseCreativePerformanceList';
44
41
  export * from './apiResponseObjectApiListResponseCreativeSetDashboardMetric';
45
- export * from './apiResponseObjectApiListResponseCreativeSetPerformanceList';
46
42
  export * from './apiResponseObjectApiListResponseCreativeTemplateDTO';
47
43
  export * from './apiResponseObjectApiListResponsePixel';
48
44
  export * from './apiResponseObjectApiListResponseVariablesMappingDTO';
@@ -50,6 +46,8 @@ export * from './apiResponseObjectArrayListCombinedAudienceAnalysisResponse';
50
46
  export * from './apiResponseObjectAudienceAccessDTO';
51
47
  export * from './apiResponseObjectAudienceDTO';
52
48
  export * from './apiResponseObjectBaseModel';
49
+ export * from './apiResponseObjectBidToConversionDTO';
50
+ export * from './apiResponseObjectBidToConversionFilterMap';
53
51
  export * from './apiResponseObjectBulkEditCreativeSetsResponse';
54
52
  export * from './apiResponseObjectBulkEditStrategiesResponse';
55
53
  export * from './apiResponseObjectBulkstrategiesUpdateResponse';
@@ -131,6 +129,9 @@ export * from './bannerAdSuppDimensionsDTO';
131
129
  export * from './baseModel';
132
130
  export * from './baseModelEditField';
133
131
  export * from './baseModelWithCreativeSetType';
132
+ export * from './bidToConversionDTO';
133
+ export * from './bidToConversionFilterDTO';
134
+ export * from './bidToConversionFilterMap';
134
135
  export * from './bigDecimalEditField';
135
136
  export * from './booleanEditField';
136
137
  export * from './bulkEditCreativeSetsDTO';
@@ -162,11 +163,9 @@ export * from './creativeHtmlMockupDTO';
162
163
  export * from './creativeListEditField';
163
164
  export * from './creativeMockUpsDTO';
164
165
  export * from './creativePerformanceData';
165
- export * from './creativePerformanceList';
166
166
  export * from './creativeSetDashboardMetric';
167
167
  export * from './creativeSetDetails';
168
168
  export * from './creativeSetListEditField';
169
- export * from './creativeSetPerformanceList';
170
169
  export * from './creativeSetRequest';
171
170
  export * from './creativeSetRescheduleRequest';
172
171
  export * from './creativeSetResponse';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.73",
3
+ "version": "1.1.75",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [