@revxui/api-clients-ts 0.10.288 → 0.10.290

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 (121) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +18 -33
  3. package/bundles/revxui-api-clients-ts.umd.js +95 -130
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.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 +49 -77
  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/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiResponseObjectAspectTemplateMap.js +1 -0
  31. package/esm2015/model/aspectTemplateMap.js +1 -0
  32. package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
  33. package/esm2015/model/creative.js +1 -1
  34. package/esm2015/model/creativeDTO.js +1 -1
  35. package/esm2015/model/creativeHtmlFileForSet.js +6 -12
  36. package/esm2015/model/creativeSetDashboardMetric.js +4 -2
  37. package/esm2015/model/creativeSetDetails.js +4 -2
  38. package/esm2015/model/creativeSetRequest.js +4 -2
  39. package/esm2015/model/creativeSetResponse.js +4 -2
  40. package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
  41. package/esm2015/model/hybridAdMapping.js +1 -0
  42. package/esm2015/model/models.js +1 -2
  43. package/esm5/api/adminController.service.js +2 -2
  44. package/esm5/api/advertiserController.service.js +2 -2
  45. package/esm5/api/appSettingsController.service.js +2 -2
  46. package/esm5/api/audienceController.service.js +2 -2
  47. package/esm5/api/auditController.service.js +2 -2
  48. package/esm5/api/bulkStrategyController.service.js +2 -2
  49. package/esm5/api/cSSThemeController_.service.js +2 -2
  50. package/esm5/api/campaignController.service.js +2 -2
  51. package/esm5/api/catalogController.service.js +2 -2
  52. package/esm5/api/clickDestinationController.service.js +2 -2
  53. package/esm5/api/creativeController.service.js +2 -2
  54. package/esm5/api/creativeSetsController.service.js +51 -81
  55. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  56. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  57. package/esm5/api/creativeTemplatesController.service.js +2 -2
  58. package/esm5/api/dashboardController.service.js +2 -2
  59. package/esm5/api/notificationsController.service.js +2 -2
  60. package/esm5/api/pixelController.service.js +2 -2
  61. package/esm5/api/reportingController.service.js +2 -2
  62. package/esm5/api/sliceXController.service.js +2 -2
  63. package/esm5/api/strategyController.service.js +2 -2
  64. package/esm5/api/uILoggerController.service.js +2 -2
  65. package/esm5/api/userPreferenceController.service.js +2 -2
  66. package/esm5/model/apiResponseObjectAspectTemplateMap.js +1 -0
  67. package/esm5/model/aspectTemplateMap.js +1 -0
  68. package/esm5/model/baseModelWithCreativeSetType.js +4 -2
  69. package/esm5/model/creative.js +1 -1
  70. package/esm5/model/creativeDTO.js +1 -1
  71. package/esm5/model/creativeHtmlFileForSet.js +6 -12
  72. package/esm5/model/creativeSetDashboardMetric.js +4 -2
  73. package/esm5/model/creativeSetDetails.js +4 -2
  74. package/esm5/model/creativeSetRequest.js +4 -2
  75. package/esm5/model/creativeSetResponse.js +4 -2
  76. package/esm5/model/duplicateCreativeSetResponse.js +4 -2
  77. package/esm5/model/hybridAdMapping.js +1 -0
  78. package/esm5/model/models.js +1 -2
  79. package/fesm2015/revxui-api-clients-ts.js +94 -127
  80. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  81. package/fesm5/revxui-api-clients-ts.js +96 -131
  82. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  83. package/model/{apiResponseObjectBulkEditCreativeSetsResponse.d.ts → apiResponseObjectAspectTemplateMap.d.ts} +3 -3
  84. package/model/{booleanEditField.d.ts → aspectTemplateMap.d.ts} +5 -3
  85. package/model/baseModelWithCreativeSetType.d.ts +3 -1
  86. package/model/creative.d.ts +1 -0
  87. package/model/creativeDTO.d.ts +4 -0
  88. package/model/creativeHtmlFileForSet.d.ts +9 -0
  89. package/model/creativeSetDashboardMetric.d.ts +3 -1
  90. package/model/creativeSetDetails.d.ts +3 -1
  91. package/model/creativeSetRequest.d.ts +6 -1
  92. package/model/creativeSetResponse.d.ts +3 -1
  93. package/model/duplicateCreativeSetResponse.d.ts +3 -1
  94. package/model/{strategyListEditField.d.ts → hybridAdMapping.d.ts} +4 -4
  95. package/model/models.d.ts +3 -9
  96. package/package.json +1 -1
  97. package/revxui-api-clients-ts.metadata.json +1 -1
  98. package/esm2015/model/activityLogsCreativeSetsBulkUpdateDTO.js +0 -11
  99. package/esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  100. package/esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  101. package/esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js +0 -1
  102. package/esm2015/model/booleanEditField.js +0 -12
  103. package/esm2015/model/bulkEditCreativeSetsDTO.js +0 -1
  104. package/esm2015/model/bulkEditCreativeSetsListDTO.js +0 -1
  105. package/esm2015/model/bulkEditCreativeSetsResponse.js +0 -1
  106. package/esm2015/model/strategyListEditField.js +0 -1
  107. package/esm5/model/activityLogsCreativeSetsBulkUpdateDTO.js +0 -11
  108. package/esm5/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  109. package/esm5/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  110. package/esm5/model/apiResponseObjectBulkEditCreativeSetsResponse.js +0 -1
  111. package/esm5/model/booleanEditField.js +0 -12
  112. package/esm5/model/bulkEditCreativeSetsDTO.js +0 -1
  113. package/esm5/model/bulkEditCreativeSetsListDTO.js +0 -1
  114. package/esm5/model/bulkEditCreativeSetsResponse.js +0 -1
  115. package/esm5/model/strategyListEditField.js +0 -1
  116. package/model/activityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -33
  117. package/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -16
  118. package/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -17
  119. package/model/bulkEditCreativeSetsDTO.d.ts +0 -25
  120. package/model/bulkEditCreativeSetsListDTO.d.ts +0 -18
  121. package/model/bulkEditCreativeSetsResponse.d.ts +0 -20
@@ -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 { BulkEditCreativeSetsResponse } from './bulkEditCreativeSetsResponse';
13
- export interface ApiResponseObjectBulkEditCreativeSetsResponse {
12
+ import { AspectTemplateMap } from './aspectTemplateMap';
13
+ export interface ApiResponseObjectAspectTemplateMap {
14
14
  error?: Error;
15
15
  respId?: string;
16
- respObject?: BulkEditCreativeSetsResponse;
16
+ respObject?: AspectTemplateMap;
17
17
  }
@@ -9,7 +9,9 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- export interface BooleanEditField {
13
- action?: string;
14
- value?: string;
12
+ import { CreativeTemplateDTO } from './creativeTemplateDTO';
13
+ export interface AspectTemplateMap {
14
+ aspectTemplateMap?: {
15
+ [key: string]: Array<CreativeTemplateDTO>;
16
+ };
15
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';
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';
19
19
  const CreativeSetTypeEnum: {
20
20
  IMAGE: CreativeSetTypeEnum;
21
21
  VIDEO: CreativeSetTypeEnum;
@@ -27,5 +27,7 @@ export declare namespace BaseModelWithCreativeSetType {
27
27
  DYNAMICMACRO: CreativeSetTypeEnum;
28
28
  DYNAMICHTML: CreativeSetTypeEnum;
29
29
  DYNAMICVIDEO: CreativeSetTypeEnum;
30
+ HYBRIDSTATICAD: CreativeSetTypeEnum;
31
+ HYBRIDDYNAMICAD: CreativeSetTypeEnum;
30
32
  };
31
33
  }
@@ -14,6 +14,7 @@ export interface Creative {
14
14
  advertiserId?: number;
15
15
  createdBy?: number;
16
16
  creationTime?: number;
17
+ creativeSetId?: number;
17
18
  creativeType?: string;
18
19
  height?: number;
19
20
  id?: number;
@@ -36,6 +36,9 @@ export interface CreativeDTO {
36
36
  errorMsg?: string;
37
37
  id?: number;
38
38
  isArchived?: boolean;
39
+ isHybridAd?: boolean;
40
+ isHybridAdStatic?: boolean;
41
+ isPlacebo?: boolean;
39
42
  layout?: BaseModel;
40
43
  layoutDimensionId?: number;
41
44
  modifiedBy?: number;
@@ -58,6 +61,7 @@ export interface CreativeDTO {
58
61
  type?: CreativeDTO.TypeEnum;
59
62
  urlPath?: string;
60
63
  vastCreative?: VastCreative;
64
+ videoAttributeId?: number;
61
65
  videoAttributes?: Array<VideoAttributes>;
62
66
  videoUploadType?: CreativeDTO.VideoUploadTypeEnum;
63
67
  }
@@ -9,6 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { VideoProperties } from './videoProperties';
12
13
  export interface CreativeHtmlFileForSet {
13
14
  contentType?: string;
14
15
  dco?: boolean;
@@ -23,10 +24,18 @@ export interface CreativeHtmlFileForSet {
23
24
  name?: string;
24
25
  _native?: boolean;
25
26
  noOfSlots?: number;
27
+ templateType?: CreativeHtmlFileForSet.TemplateTypeEnum;
26
28
  type?: CreativeHtmlFileForSet.TypeEnum;
29
+ videoProp?: VideoProperties;
27
30
  width?: number;
28
31
  }
29
32
  export declare namespace CreativeHtmlFileForSet {
33
+ type TemplateTypeEnum = 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD';
34
+ const TemplateTypeEnum: {
35
+ DCO: TemplateTypeEnum;
36
+ HYBRIDSTATICAD: TemplateTypeEnum;
37
+ HYBRIDDYNAMICAD: TemplateTypeEnum;
38
+ };
30
39
  type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
31
40
  const TypeEnum: {
32
41
  Image: import("./creativeDTO").CreativeDTO.TypeEnum;
@@ -65,7 +65,7 @@ export interface CreativeSetDashboardMetric {
65
65
  viewappopen?: number;
66
66
  }
67
67
  export declare namespace CreativeSetDashboardMetric {
68
- type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
68
+ 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';
69
69
  const CreativeSetTypeEnum: {
70
70
  IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
71
71
  VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
@@ -77,5 +77,7 @@ export declare namespace CreativeSetDashboardMetric {
77
77
  DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
78
78
  DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
79
79
  DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
80
+ HYBRIDSTATICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
81
+ HYBRIDDYNAMICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
80
82
  };
81
83
  }
@@ -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';
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';
45
45
  const TypeEnum: {
46
46
  IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
47
47
  VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
@@ -53,5 +53,7 @@ export declare namespace CreativeSetDetails {
53
53
  DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
54
54
  DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
55
55
  DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
56
+ HYBRIDSTATICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
57
+ HYBRIDDYNAMICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
56
58
  };
57
59
  }
@@ -13,6 +13,7 @@ import { BaseModel } from './baseModel';
13
13
  import { CreativeFileForSet } from './creativeFileForSet';
14
14
  import { CreativeThirdPartyAdTag } from './creativeThirdPartyAdTag';
15
15
  import { EndCards } from './endCards';
16
+ import { HybridAdMapping } from './hybridAdMapping';
16
17
  import { NativeAssetPojo } from './nativeAssetPojo';
17
18
  export interface CreativeSetRequest {
18
19
  adTag?: CreativeThirdPartyAdTag;
@@ -28,7 +29,9 @@ export interface CreativeSetRequest {
28
29
  endCardsDeLinkList?: Array<EndCards>;
29
30
  endTime?: number;
30
31
  fallbackClickUrl?: string;
32
+ hybridAdList?: Array<HybridAdMapping>;
31
33
  id?: number;
34
+ isPlacebo?: boolean;
32
35
  modifiedBy?: number;
33
36
  modifiedTime?: number;
34
37
  name?: string;
@@ -41,7 +44,7 @@ export interface CreativeSetRequest {
41
44
  urlPath?: string;
42
45
  }
43
46
  export declare namespace CreativeSetRequest {
44
- type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
47
+ 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';
45
48
  const CreativeSetTypeEnum: {
46
49
  IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
47
50
  VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
@@ -53,5 +56,7 @@ export declare namespace CreativeSetRequest {
53
56
  DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
54
57
  DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
55
58
  DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
59
+ HYBRIDSTATICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
60
+ HYBRIDDYNAMICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
56
61
  };
57
62
  }
@@ -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';
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';
20
20
  const OtherCreativeSetTypeEnum: {
21
21
  IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
22
22
  VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
@@ -28,5 +28,7 @@ export declare namespace CreativeSetResponse {
28
28
  DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
29
29
  DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
30
30
  DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
31
+ HYBRIDSTATICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
32
+ HYBRIDDYNAMICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
31
33
  };
32
34
  }
@@ -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';
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';
21
21
  const OtherCreativeSetTypeEnum: {
22
22
  IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
23
23
  VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
@@ -29,5 +29,7 @@ export declare namespace DuplicateCreativeSetResponse {
29
29
  DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
30
30
  DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
31
31
  DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
32
+ HYBRIDSTATICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
33
+ HYBRIDDYNAMICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
32
34
  };
33
35
  }
@@ -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 { BaseModel } from './baseModel';
13
- export interface StrategyListEditField {
14
- action?: string;
15
- strategyList?: Array<BaseModel>;
12
+ import { CreativeFileForSet } from './creativeFileForSet';
13
+ export interface HybridAdMapping {
14
+ file?: CreativeFileForSet;
15
+ templateDimensionIds?: Array<number>;
16
16
  }
package/model/models.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  export * from './aBTestDTO';
2
2
  export * from './activityLog';
3
- export * from './activityLogsCreativeSetsBulkUpdateDTO';
4
3
  export * from './activityLogsStrategyBulkUpdateDTO';
5
4
  export * from './advertiser';
6
5
  export * from './advertiserDynamicDetails';
@@ -10,7 +9,6 @@ export * from './advertiserSettings';
10
9
  export * from './ageGroup';
11
10
  export * from './apiListResponseABTestDTO';
12
11
  export * from './apiListResponseActivityLog';
13
- export * from './apiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
14
12
  export * from './apiListResponseActivityLogsStrategyBulkUpdateDTO';
15
13
  export * from './apiListResponseAudiencePerformanceDTO';
16
14
  export * from './apiListResponseCatalogFeed';
@@ -26,7 +24,6 @@ export * from './apiResponseObjectABTestDTO';
26
24
  export * from './apiResponseObjectAdvertiserDynamicDetails';
27
25
  export * from './apiResponseObjectAdvertiserPojo';
28
26
  export * from './apiResponseObjectAdvertiserSettings';
29
- export * from './apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
30
27
  export * from './apiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO';
31
28
  export * from './apiResponseObjectApiListResponseAudiencePerformanceDTO';
32
29
  export * from './apiResponseObjectApiListResponseCatalogFeed';
@@ -37,10 +34,10 @@ export * from './apiResponseObjectApiListResponseCreativeSetDashboardMetric';
37
34
  export * from './apiResponseObjectApiListResponseCreativeTemplateDTO';
38
35
  export * from './apiResponseObjectApiListResponsePixel';
39
36
  export * from './apiResponseObjectApiListResponseVariablesMappingDTO';
37
+ export * from './apiResponseObjectAspectTemplateMap';
40
38
  export * from './apiResponseObjectAudienceAccessDTO';
41
39
  export * from './apiResponseObjectAudienceDTO';
42
40
  export * from './apiResponseObjectBaseModel';
43
- export * from './apiResponseObjectBulkEditCreativeSetsResponse';
44
41
  export * from './apiResponseObjectBulkEditStrategiesResponse';
45
42
  export * from './apiResponseObjectBulkstrategiesUpdateResponse';
46
43
  export * from './apiResponseObjectCampaignDTO';
@@ -98,6 +95,7 @@ export * from './apiResponseObjectlong';
98
95
  export * from './apiResponseObjectstring';
99
96
  export * from './appSettingsDTO';
100
97
  export * from './appSettingsPropertyDTO';
98
+ export * from './aspectTemplateMap';
101
99
  export * from './auctionTypeEditField';
102
100
  export * from './audienceAccessDTO';
103
101
  export * from './audienceBackFilledStats';
@@ -115,10 +113,6 @@ export * from './baseModel';
115
113
  export * from './baseModelEditField';
116
114
  export * from './baseModelWithCreativeSetType';
117
115
  export * from './bigDecimalEditField';
118
- export * from './booleanEditField';
119
- export * from './bulkEditCreativeSetsDTO';
120
- export * from './bulkEditCreativeSetsListDTO';
121
- export * from './bulkEditCreativeSetsResponse';
122
116
  export * from './bulkEditStrategiesDTO';
123
117
  export * from './bulkEditStrategiesResponse';
124
118
  export * from './bulkEditStrategyListDTO';
@@ -187,6 +181,7 @@ export * from './fileDownloadResponse';
187
181
  export * from './filterModel';
188
182
  export * from './geoListDTO';
189
183
  export * from './geoListRequest';
184
+ export * from './hybridAdMapping';
190
185
  export * from './incrementalityReportDTO';
191
186
  export * from './incrementalityReportResponse';
192
187
  export * from './incrementalityResponse';
@@ -237,7 +232,6 @@ export * from './strategy';
237
232
  export * from './strategyCreativeAssociationRequestDTO';
238
233
  export * from './strategyCreativeAssociationResponseDTO';
239
234
  export * from './strategyDTO';
240
- export * from './strategyListEditField';
241
235
  export * from './strategyQuickEditDTO';
242
236
  export * from './strategyUpdateResponse';
243
237
  export * from './stringEditField';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.288",
3
+ "version": "0.10.290",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [