@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.
- package/README.md +2 -2
- package/api/creativeSetsController.service.d.ts +18 -33
- package/bundles/revxui-api-clients-ts.umd.js +95 -130
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +49 -77
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/apiResponseObjectAspectTemplateMap.js +1 -0
- package/esm2015/model/aspectTemplateMap.js +1 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
- package/esm2015/model/creative.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +6 -12
- package/esm2015/model/creativeSetDashboardMetric.js +4 -2
- package/esm2015/model/creativeSetDetails.js +4 -2
- package/esm2015/model/creativeSetRequest.js +4 -2
- package/esm2015/model/creativeSetResponse.js +4 -2
- package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
- package/esm2015/model/hybridAdMapping.js +1 -0
- package/esm2015/model/models.js +1 -2
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +2 -2
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +51 -81
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/apiResponseObjectAspectTemplateMap.js +1 -0
- package/esm5/model/aspectTemplateMap.js +1 -0
- package/esm5/model/baseModelWithCreativeSetType.js +4 -2
- package/esm5/model/creative.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +6 -12
- package/esm5/model/creativeSetDashboardMetric.js +4 -2
- package/esm5/model/creativeSetDetails.js +4 -2
- package/esm5/model/creativeSetRequest.js +4 -2
- package/esm5/model/creativeSetResponse.js +4 -2
- package/esm5/model/duplicateCreativeSetResponse.js +4 -2
- package/esm5/model/hybridAdMapping.js +1 -0
- package/esm5/model/models.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js +94 -127
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +96 -131
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiResponseObjectBulkEditCreativeSetsResponse.d.ts → apiResponseObjectAspectTemplateMap.d.ts} +3 -3
- package/model/{booleanEditField.d.ts → aspectTemplateMap.d.ts} +5 -3
- package/model/baseModelWithCreativeSetType.d.ts +3 -1
- package/model/creative.d.ts +1 -0
- package/model/creativeDTO.d.ts +4 -0
- package/model/creativeHtmlFileForSet.d.ts +9 -0
- package/model/creativeSetDashboardMetric.d.ts +3 -1
- package/model/creativeSetDetails.d.ts +3 -1
- package/model/creativeSetRequest.d.ts +6 -1
- package/model/creativeSetResponse.d.ts +3 -1
- package/model/duplicateCreativeSetResponse.d.ts +3 -1
- package/model/{strategyListEditField.d.ts → hybridAdMapping.d.ts} +4 -4
- package/model/models.d.ts +3 -9
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/activityLogsCreativeSetsBulkUpdateDTO.js +0 -11
- package/esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
- package/esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js +0 -1
- package/esm2015/model/booleanEditField.js +0 -12
- package/esm2015/model/bulkEditCreativeSetsDTO.js +0 -1
- package/esm2015/model/bulkEditCreativeSetsListDTO.js +0 -1
- package/esm2015/model/bulkEditCreativeSetsResponse.js +0 -1
- package/esm2015/model/strategyListEditField.js +0 -1
- package/esm5/model/activityLogsCreativeSetsBulkUpdateDTO.js +0 -11
- package/esm5/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
- package/esm5/model/apiResponseObjectBulkEditCreativeSetsResponse.js +0 -1
- package/esm5/model/booleanEditField.js +0 -12
- package/esm5/model/bulkEditCreativeSetsDTO.js +0 -1
- package/esm5/model/bulkEditCreativeSetsListDTO.js +0 -1
- package/esm5/model/bulkEditCreativeSetsResponse.js +0 -1
- package/esm5/model/strategyListEditField.js +0 -1
- package/model/activityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -33
- package/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -16
- package/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -17
- package/model/bulkEditCreativeSetsDTO.d.ts +0 -25
- package/model/bulkEditCreativeSetsListDTO.d.ts +0 -18
- 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 {
|
|
13
|
-
export interface
|
|
12
|
+
import { AspectTemplateMap } from './aspectTemplateMap';
|
|
13
|
+
export interface ApiResponseObjectAspectTemplateMap {
|
|
14
14
|
error?: Error;
|
|
15
15
|
respId?: string;
|
|
16
|
-
respObject?:
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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
|
}
|
package/model/creative.d.ts
CHANGED
package/model/creativeDTO.d.ts
CHANGED
|
@@ -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 {
|
|
13
|
-
export interface
|
|
14
|
-
|
|
15
|
-
|
|
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';
|