@revxui/api-clients-ts 0.10.313 → 0.10.315
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/audienceController.service.d.ts +33 -4
- package/api/catalogController.service.d.ts +0 -13
- package/api/creativeSetsController.service.d.ts +0 -15
- package/bundles/revxui-api-clients-ts.umd.js +150 -129
- 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 +77 -6
- 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 -35
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -44
- 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/advertiserLayoutVariables.js +1 -1
- package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
- package/esm2015/model/audienceBackfillQueryTemplateRequest.js +22 -0
- package/esm2015/model/audienceBackfillRequest.js +9 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/backfillAudienceQueryTemplateDTO.js +12 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +12 -6
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +2 -4
- package/esm2015/model/creativeSetDetails.js +2 -4
- package/esm2015/model/creativeSetRequest.js +2 -4
- package/esm2015/model/creativeSetResponse.js +2 -4
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
- package/esm2015/model/models.js +3 -1
- 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 +81 -6
- 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 -37
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -46
- 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/advertiserLayoutVariables.js +1 -1
- package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
- package/esm5/model/audienceBackfillQueryTemplateRequest.js +22 -0
- package/esm5/model/audienceBackfillRequest.js +9 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/backfillAudienceQueryTemplateDTO.js +12 -0
- package/esm5/model/baseModelWithCreativeSetType.js +2 -4
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +12 -6
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +2 -4
- package/esm5/model/creativeSetDetails.js +2 -4
- package/esm5/model/creativeSetRequest.js +2 -4
- package/esm5/model/creativeSetResponse.js +2 -4
- package/esm5/model/duplicateCreativeSetResponse.js +2 -4
- package/esm5/model/models.js +3 -1
- package/fesm2015/revxui-api-clients-ts.js +147 -126
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +151 -130
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserLayoutVariables.d.ts +0 -1
- package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +17 -0
- package/model/audienceBackfillQueryTemplateRequest.d.ts +26 -0
- package/model/audienceBackfillRequest.d.ts +25 -0
- package/model/audienceDTO.d.ts +2 -0
- package/model/{hybridAdMapping.d.ts → backfillAudienceQueryTemplateDTO.d.ts} +5 -5
- package/model/baseModelWithCreativeSetType.d.ts +1 -3
- package/model/creativeDTO.d.ts +0 -4
- package/model/creativeHtmlFileForSet.d.ts +0 -9
- package/model/creativePerformanceData.d.ts +16 -0
- package/model/creativeSetDashboardMetric.d.ts +1 -3
- package/model/creativeSetDetails.d.ts +1 -3
- package/model/creativeSetRequest.d.ts +1 -7
- package/model/creativeSetResponse.d.ts +1 -3
- package/model/duplicateCreativeSetResponse.d.ts +1 -3
- package/model/models.d.ts +4 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/hybridAdMapping.js +0 -1
- package/esm5/model/hybridAdMapping.js +0 -1
|
@@ -0,0 +1,17 @@
|
|
|
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 { BackfillAudienceQueryTemplateDTO } from './backfillAudienceQueryTemplateDTO';
|
|
13
|
+
export interface ApiResponseObjectListBackfillAudienceQueryTemplateDTO {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: Array<BackfillAudienceQueryTemplateDTO>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
export interface AudienceBackfillQueryTemplateRequest {
|
|
13
|
+
advertiserId?: number;
|
|
14
|
+
duration?: number;
|
|
15
|
+
durationUnit?: AudienceBackfillQueryTemplateRequest.DurationUnitEnum;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace AudienceBackfillQueryTemplateRequest {
|
|
18
|
+
type DurationUnitEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH';
|
|
19
|
+
const DurationUnitEnum: {
|
|
20
|
+
MINUTE: import("./ruleDTO").RuleDTO.DurationUnitEnum;
|
|
21
|
+
HOUR: import("./ruleDTO").RuleDTO.DurationUnitEnum;
|
|
22
|
+
DAY: import("./ruleDTO").RuleDTO.DurationUnitEnum;
|
|
23
|
+
WEEK: import("./ruleDTO").RuleDTO.DurationUnitEnum;
|
|
24
|
+
MONTH: import("./ruleDTO").RuleDTO.DurationUnitEnum;
|
|
25
|
+
};
|
|
26
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { AudienceDTO } from './audienceDTO';
|
|
13
|
+
export interface AudienceBackfillRequest {
|
|
14
|
+
audienceDTO?: AudienceDTO;
|
|
15
|
+
backfillQuery?: string;
|
|
16
|
+
backfillSchedule?: AudienceBackfillRequest.BackfillScheduleEnum;
|
|
17
|
+
}
|
|
18
|
+
export declare namespace AudienceBackfillRequest {
|
|
19
|
+
type BackfillScheduleEnum = 'ONLY_ONCE' | 'ONCE_A_DAY' | 'ONCE_A_WEEK';
|
|
20
|
+
const BackfillScheduleEnum: {
|
|
21
|
+
ONLYONCE: BackfillScheduleEnum;
|
|
22
|
+
ONCEADAY: BackfillScheduleEnum;
|
|
23
|
+
ONCEAWEEK: BackfillScheduleEnum;
|
|
24
|
+
};
|
|
25
|
+
}
|
package/model/audienceDTO.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export interface AudienceDTO {
|
|
|
18
18
|
active?: boolean;
|
|
19
19
|
advertiser?: BaseModel;
|
|
20
20
|
audienceBackFilledStatsList?: Array<AudienceBackFilledStats>;
|
|
21
|
+
audienceBackfillQuery?: string;
|
|
21
22
|
audienceType?: AudienceDTO.AudienceTypeEnum;
|
|
22
23
|
backfillRuleExpression?: RuleDTO;
|
|
23
24
|
backfilled?: boolean;
|
|
@@ -45,6 +46,7 @@ export interface AudienceDTO {
|
|
|
45
46
|
ruleExpression?: RuleDTO;
|
|
46
47
|
segmentType?: number;
|
|
47
48
|
showBackfill?: boolean;
|
|
49
|
+
showCustomBackfill?: boolean;
|
|
48
50
|
status?: string;
|
|
49
51
|
totalUU?: number;
|
|
50
52
|
uploadStatus?: string;
|
|
@@ -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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
export interface BackfillAudienceQueryTemplateDTO {
|
|
13
|
+
active?: boolean;
|
|
14
|
+
id?: number;
|
|
15
|
+
name?: string;
|
|
16
|
+
queryTemplate?: string;
|
|
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'
|
|
18
|
+
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
|
|
19
19
|
const CreativeSetTypeEnum: {
|
|
20
20
|
IMAGE: CreativeSetTypeEnum;
|
|
21
21
|
VIDEO: CreativeSetTypeEnum;
|
|
@@ -27,7 +27,5 @@ export declare namespace BaseModelWithCreativeSetType {
|
|
|
27
27
|
DYNAMICMACRO: CreativeSetTypeEnum;
|
|
28
28
|
DYNAMICHTML: CreativeSetTypeEnum;
|
|
29
29
|
DYNAMICVIDEO: CreativeSetTypeEnum;
|
|
30
|
-
HYBRIDSTATICAD: CreativeSetTypeEnum;
|
|
31
|
-
HYBRIDDYNAMICAD: CreativeSetTypeEnum;
|
|
32
30
|
};
|
|
33
31
|
}
|
package/model/creativeDTO.d.ts
CHANGED
|
@@ -36,9 +36,6 @@ export interface CreativeDTO {
|
|
|
36
36
|
errorMsg?: string;
|
|
37
37
|
id?: number;
|
|
38
38
|
isArchived?: boolean;
|
|
39
|
-
isHybridAd?: boolean;
|
|
40
|
-
isHybridAdStatic?: boolean;
|
|
41
|
-
isPlacebo?: boolean;
|
|
42
39
|
layout?: BaseModel;
|
|
43
40
|
layoutDimensionId?: number;
|
|
44
41
|
modifiedBy?: number;
|
|
@@ -61,7 +58,6 @@ export interface CreativeDTO {
|
|
|
61
58
|
type?: CreativeDTO.TypeEnum;
|
|
62
59
|
urlPath?: string;
|
|
63
60
|
vastCreative?: VastCreative;
|
|
64
|
-
videoAttributeId?: number;
|
|
65
61
|
videoAttributes?: Array<VideoAttributes>;
|
|
66
62
|
videoUploadType?: CreativeDTO.VideoUploadTypeEnum;
|
|
67
63
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
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';
|
|
13
12
|
export interface CreativeHtmlFileForSet {
|
|
14
13
|
contentType?: string;
|
|
15
14
|
dco?: boolean;
|
|
@@ -24,18 +23,10 @@ export interface CreativeHtmlFileForSet {
|
|
|
24
23
|
name?: string;
|
|
25
24
|
_native?: boolean;
|
|
26
25
|
noOfSlots?: number;
|
|
27
|
-
templateType?: CreativeHtmlFileForSet.TemplateTypeEnum;
|
|
28
26
|
type?: CreativeHtmlFileForSet.TypeEnum;
|
|
29
|
-
videoProp?: VideoProperties;
|
|
30
27
|
width?: number;
|
|
31
28
|
}
|
|
32
29
|
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
|
-
};
|
|
39
30
|
type TypeEnum = 'image' | 'html' | 'zippedHTML' | 'video' | 'nativeAd' | 'nativeVideo' | 'fbxImage' | 'flash' | 'fbNewsFeed' | 'fbRightColumn' | 'fbAppInstall' | 'fbAppEngagement' | 'clickTracker' | 'fbxImageNewsFeed';
|
|
40
31
|
const TypeEnum: {
|
|
41
32
|
Image: import("./creativeDTO").CreativeDTO.TypeEnum;
|
|
@@ -16,6 +16,7 @@ export interface CreativePerformanceData {
|
|
|
16
16
|
clickappopen?: number;
|
|
17
17
|
clicks?: number;
|
|
18
18
|
conversions?: number;
|
|
19
|
+
cost?: number;
|
|
19
20
|
costInAdvertiserCurrency?: number;
|
|
20
21
|
costInLicenseeCurrency?: number;
|
|
21
22
|
cpaInAdvertiserCurrency?: number;
|
|
@@ -24,12 +25,27 @@ export interface CreativePerformanceData {
|
|
|
24
25
|
creativeSetId?: number;
|
|
25
26
|
ctc?: number;
|
|
26
27
|
ctr?: number;
|
|
28
|
+
ecpa?: number;
|
|
29
|
+
ecpc?: number;
|
|
30
|
+
ecpi?: number;
|
|
31
|
+
ecpm?: number;
|
|
27
32
|
ecpo?: number;
|
|
33
|
+
erpa?: number;
|
|
34
|
+
erpc?: number;
|
|
35
|
+
erpi?: number;
|
|
36
|
+
erpm?: number;
|
|
28
37
|
impressions?: number;
|
|
29
38
|
installs?: number;
|
|
39
|
+
iti?: number;
|
|
30
40
|
licenseeCurrencyCode?: string;
|
|
31
41
|
licenseeId?: number;
|
|
42
|
+
margin?: number;
|
|
43
|
+
revenue?: number;
|
|
32
44
|
revenueInAdvertiserCurrency?: number;
|
|
33
45
|
revenueInLicenseeCurrency?: number;
|
|
46
|
+
roi?: number;
|
|
47
|
+
txnAmount?: number;
|
|
48
|
+
txnAmountInAdvertiserCurrency?: number;
|
|
49
|
+
txnAmountInLicenseeCurrency?: number;
|
|
34
50
|
viewappopen?: number;
|
|
35
51
|
}
|
|
@@ -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';
|
|
69
69
|
const CreativeSetTypeEnum: {
|
|
70
70
|
IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
71
71
|
VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
@@ -77,7 +77,5 @@ 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;
|
|
82
80
|
};
|
|
83
81
|
}
|
|
@@ -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';
|
|
45
45
|
const TypeEnum: {
|
|
46
46
|
IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
47
47
|
VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
@@ -53,7 +53,5 @@ 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;
|
|
58
56
|
};
|
|
59
57
|
}
|
|
@@ -13,7 +13,6 @@ 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';
|
|
17
16
|
import { NativeAssetPojo } from './nativeAssetPojo';
|
|
18
17
|
export interface CreativeSetRequest {
|
|
19
18
|
adTag?: CreativeThirdPartyAdTag;
|
|
@@ -29,9 +28,7 @@ export interface CreativeSetRequest {
|
|
|
29
28
|
endCardsDeLinkList?: Array<EndCards>;
|
|
30
29
|
endTime?: number;
|
|
31
30
|
fallbackClickUrl?: string;
|
|
32
|
-
hybridAdList?: Array<HybridAdMapping>;
|
|
33
31
|
id?: number;
|
|
34
|
-
isPlacebo?: boolean;
|
|
35
32
|
modifiedBy?: number;
|
|
36
33
|
modifiedTime?: number;
|
|
37
34
|
name?: string;
|
|
@@ -41,11 +38,10 @@ export interface CreativeSetRequest {
|
|
|
41
38
|
schedulerTimezone?: number;
|
|
42
39
|
startTime?: number;
|
|
43
40
|
strategiesToLink?: Array<BaseModel>;
|
|
44
|
-
templateDimensionIds?: Array<number>;
|
|
45
41
|
urlPath?: string;
|
|
46
42
|
}
|
|
47
43
|
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'
|
|
44
|
+
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
|
|
49
45
|
const CreativeSetTypeEnum: {
|
|
50
46
|
IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
51
47
|
VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
@@ -57,7 +53,5 @@ export declare namespace CreativeSetRequest {
|
|
|
57
53
|
DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
58
54
|
DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
59
55
|
DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
60
|
-
HYBRIDSTATICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
61
|
-
HYBRIDDYNAMICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
62
56
|
};
|
|
63
57
|
}
|
|
@@ -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';
|
|
20
20
|
const OtherCreativeSetTypeEnum: {
|
|
21
21
|
IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
22
22
|
VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
@@ -28,7 +28,5 @@ 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;
|
|
33
31
|
};
|
|
34
32
|
}
|
|
@@ -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';
|
|
21
21
|
const OtherCreativeSetTypeEnum: {
|
|
22
22
|
IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
23
23
|
VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
@@ -29,7 +29,5 @@ 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;
|
|
34
32
|
};
|
|
35
33
|
}
|
package/model/models.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ export * from './apiResponseObjectListAppSettingsDTO';
|
|
|
66
66
|
export * from './apiResponseObjectListAudienceDTO';
|
|
67
67
|
export * from './apiResponseObjectListAuditDetails';
|
|
68
68
|
export * from './apiResponseObjectListAuditMarker';
|
|
69
|
+
export * from './apiResponseObjectListBackfillAudienceQueryTemplateDTO';
|
|
69
70
|
export * from './apiResponseObjectListBaseModel';
|
|
70
71
|
export * from './apiResponseObjectListBulkstrategiesValidationResponse';
|
|
71
72
|
export * from './apiResponseObjectListCampaignDTO';
|
|
@@ -101,6 +102,8 @@ export * from './appSettingsPropertyDTO';
|
|
|
101
102
|
export * from './auctionTypeEditField';
|
|
102
103
|
export * from './audienceAccessDTO';
|
|
103
104
|
export * from './audienceBackFilledStats';
|
|
105
|
+
export * from './audienceBackfillQueryTemplateRequest';
|
|
106
|
+
export * from './audienceBackfillRequest';
|
|
104
107
|
export * from './audienceDTO';
|
|
105
108
|
export * from './audienceESDTO';
|
|
106
109
|
export * from './audiencePerformanceDTO';
|
|
@@ -110,6 +113,7 @@ export * from './auditChange';
|
|
|
110
113
|
export * from './auditDetails';
|
|
111
114
|
export * from './auditMarker';
|
|
112
115
|
export * from './bIgIntegerEditFiled';
|
|
116
|
+
export * from './backfillAudienceQueryTemplateDTO';
|
|
113
117
|
export * from './bannerAdSuppDimensionsDTO';
|
|
114
118
|
export * from './baseModel';
|
|
115
119
|
export * from './baseModelEditField';
|
|
@@ -188,7 +192,6 @@ export * from './fileDownloadResponse';
|
|
|
188
192
|
export * from './filterModel';
|
|
189
193
|
export * from './geoListDTO';
|
|
190
194
|
export * from './geoListRequest';
|
|
191
|
-
export * from './hybridAdMapping';
|
|
192
195
|
export * from './incrementalityReportDTO';
|
|
193
196
|
export * from './incrementalityReportResponse';
|
|
194
197
|
export * from './incrementalityResponse';
|