@revxui/api-clients-ts 0.10.292 → 0.10.294
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 +29 -15
- package/bundles/revxui-api-clients-ts.umd.js +125 -93
- 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 +72 -47
- 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/activityLogsCreativeSetsBulkUpdateDTO.js +11 -0
- package/esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js +1 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
- package/esm2015/model/booleanEditField.js +12 -0
- package/esm2015/model/bulkEditCreativeSetsDTO.js +1 -0
- package/esm2015/model/bulkEditCreativeSetsListDTO.js +1 -0
- package/esm2015/model/bulkEditCreativeSetsResponse.js +1 -0
- 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/failedDTO.js +12 -0
- package/esm2015/model/models.js +2 -1
- package/esm2015/model/strategyListEditField.js +1 -0
- 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 +76 -49
- 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/activityLogsCreativeSetsBulkUpdateDTO.js +11 -0
- package/esm5/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm5/model/apiResponseObjectBulkEditCreativeSetsResponse.js +1 -0
- package/esm5/model/baseModelWithCreativeSetType.js +2 -4
- package/esm5/model/booleanEditField.js +12 -0
- package/esm5/model/bulkEditCreativeSetsDTO.js +1 -0
- package/esm5/model/bulkEditCreativeSetsListDTO.js +1 -0
- package/esm5/model/bulkEditCreativeSetsResponse.js +1 -0
- 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/failedDTO.js +12 -0
- package/esm5/model/models.js +2 -1
- package/esm5/model/strategyListEditField.js +1 -0
- package/fesm2015/revxui-api-clients-ts.js +122 -92
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +126 -94
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/activityLogsCreativeSetsBulkUpdateDTO.d.ts +33 -0
- package/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +16 -0
- package/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +17 -0
- package/model/{apiResponseObjectAspectTemplateMap.d.ts → apiResponseObjectBulkEditCreativeSetsResponse.d.ts} +3 -3
- package/model/baseModelWithCreativeSetType.d.ts +1 -3
- package/model/{hybridAdMapping.d.ts → booleanEditField.d.ts} +3 -4
- package/model/bulkEditCreativeSetsDTO.d.ts +25 -0
- package/model/bulkEditCreativeSetsListDTO.d.ts +17 -0
- package/model/bulkEditCreativeSetsResponse.d.ts +21 -0
- 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 -6
- package/model/creativeSetResponse.d.ts +1 -3
- package/model/duplicateCreativeSetResponse.d.ts +1 -3
- package/model/{aspectTemplateMap.d.ts → failedDTO.d.ts} +4 -5
- package/model/models.d.ts +10 -3
- package/model/strategyListEditField.d.ts +16 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectAspectTemplateMap.js +0 -1
- package/esm2015/model/aspectTemplateMap.js +0 -1
- package/esm2015/model/hybridAdMapping.js +0 -1
- package/esm5/model/apiResponseObjectAspectTemplateMap.js +0 -1
- package/esm5/model/aspectTemplateMap.js +0 -1
- package/esm5/model/hybridAdMapping.js +0 -1
|
@@ -0,0 +1,33 @@
|
|
|
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 { BulkEditCreativeSetsDTO } from './bulkEditCreativeSetsDTO';
|
|
13
|
+
import { BulkEditCreativeSetsListDTO } from './bulkEditCreativeSetsListDTO';
|
|
14
|
+
export interface ActivityLogsCreativeSetsBulkUpdateDTO {
|
|
15
|
+
createdOn?: number;
|
|
16
|
+
id?: number;
|
|
17
|
+
licenseeId?: number;
|
|
18
|
+
modifiedOn?: number;
|
|
19
|
+
requestObj?: BulkEditCreativeSetsDTO;
|
|
20
|
+
responseObj?: BulkEditCreativeSetsListDTO;
|
|
21
|
+
status?: ActivityLogsCreativeSetsBulkUpdateDTO.StatusEnum;
|
|
22
|
+
userName?: string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace ActivityLogsCreativeSetsBulkUpdateDTO {
|
|
25
|
+
type StatusEnum = 'PENDING' | 'IN_PROGRESS' | 'FAILED' | 'SUCCESS' | 'PARTIAL_SUCCESS';
|
|
26
|
+
const StatusEnum: {
|
|
27
|
+
PENDING: import("./activityLogsStrategyBulkUpdateDTO").ActivityLogsStrategyBulkUpdateDTO.StatusEnum;
|
|
28
|
+
INPROGRESS: import("./activityLogsStrategyBulkUpdateDTO").ActivityLogsStrategyBulkUpdateDTO.StatusEnum;
|
|
29
|
+
FAILED: import("./activityLogsStrategyBulkUpdateDTO").ActivityLogsStrategyBulkUpdateDTO.StatusEnum;
|
|
30
|
+
SUCCESS: import("./activityLogsStrategyBulkUpdateDTO").ActivityLogsStrategyBulkUpdateDTO.StatusEnum;
|
|
31
|
+
PARTIALSUCCESS: import("./activityLogsStrategyBulkUpdateDTO").ActivityLogsStrategyBulkUpdateDTO.StatusEnum;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { ActivityLogsCreativeSetsBulkUpdateDTO } from './activityLogsCreativeSetsBulkUpdateDTO';
|
|
13
|
+
export interface ApiListResponseActivityLogsCreativeSetsBulkUpdateDTO {
|
|
14
|
+
data?: Array<ActivityLogsCreativeSetsBulkUpdateDTO>;
|
|
15
|
+
totalNoOfRecords?: number;
|
|
16
|
+
}
|
|
@@ -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 { ApiListResponseActivityLogsCreativeSetsBulkUpdateDTO } from './apiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
|
|
13
|
+
export interface ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: ApiListResponseActivityLogsCreativeSetsBulkUpdateDTO;
|
|
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 {
|
|
13
|
-
export interface
|
|
12
|
+
import { BulkEditCreativeSetsResponse } from './bulkEditCreativeSetsResponse';
|
|
13
|
+
export interface ApiResponseObjectBulkEditCreativeSetsResponse {
|
|
14
14
|
error?: Error;
|
|
15
15
|
respId?: string;
|
|
16
|
-
respObject?:
|
|
16
|
+
respObject?: BulkEditCreativeSetsResponse;
|
|
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
|
}
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
templateDimensionIds?: Array<number>;
|
|
12
|
+
export interface BooleanEditField {
|
|
13
|
+
action?: string;
|
|
14
|
+
value?: string;
|
|
16
15
|
}
|
|
@@ -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 { BIgIntegerEditFiled } from './bIgIntegerEditFiled';
|
|
13
|
+
import { BaseModel } from './baseModel';
|
|
14
|
+
import { BaseModelEditField } from './baseModelEditField';
|
|
15
|
+
import { BooleanEditField } from './booleanEditField';
|
|
16
|
+
import { StrategyListEditField } from './strategyListEditField';
|
|
17
|
+
export interface BulkEditCreativeSetsDTO {
|
|
18
|
+
clickDestination?: BaseModelEditField;
|
|
19
|
+
creativeSets?: Array<BaseModel>;
|
|
20
|
+
endTime?: BIgIntegerEditFiled;
|
|
21
|
+
startTime?: BIgIntegerEditFiled;
|
|
22
|
+
status?: BooleanEditField;
|
|
23
|
+
strategiesToLink?: StrategyListEditField;
|
|
24
|
+
timezone?: BIgIntegerEditFiled;
|
|
25
|
+
}
|
|
@@ -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 { BaseModel } from './baseModel';
|
|
13
|
+
import { FailedDTO } from './failedDTO';
|
|
14
|
+
export interface BulkEditCreativeSetsListDTO {
|
|
15
|
+
failedCreativeSets?: Array<FailedDTO>;
|
|
16
|
+
updatedCreativeSets?: Array<BaseModel>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 { BaseModel } from './baseModel';
|
|
13
|
+
import { FailedDTO } from './failedDTO';
|
|
14
|
+
import { FailedStrategyFieldsDTO } from './failedStrategyFieldsDTO';
|
|
15
|
+
export interface BulkEditCreativeSetsResponse {
|
|
16
|
+
code?: number;
|
|
17
|
+
failedFields?: Array<FailedStrategyFieldsDTO>;
|
|
18
|
+
invalidCreativeSets?: Array<FailedDTO>;
|
|
19
|
+
message?: string;
|
|
20
|
+
validCreativeSets?: Array<BaseModel>;
|
|
21
|
+
}
|
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;
|
|
@@ -44,7 +41,7 @@ export interface CreativeSetRequest {
|
|
|
44
41
|
urlPath?: string;
|
|
45
42
|
}
|
|
46
43
|
export declare namespace CreativeSetRequest {
|
|
47
|
-
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';
|
|
48
45
|
const CreativeSetTypeEnum: {
|
|
49
46
|
IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
50
47
|
VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
@@ -56,7 +53,5 @@ export declare namespace CreativeSetRequest {
|
|
|
56
53
|
DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
57
54
|
DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
58
55
|
DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
59
|
-
HYBRIDSTATICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
60
|
-
HYBRIDDYNAMICAD: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
61
56
|
};
|
|
62
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
|
}
|
|
@@ -9,9 +9,8 @@
|
|
|
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 FailedDTO {
|
|
13
|
+
id?: number;
|
|
14
|
+
message?: string;
|
|
15
|
+
name?: string;
|
|
17
16
|
}
|
package/model/models.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './aBTestDTO';
|
|
2
2
|
export * from './activityLog';
|
|
3
|
+
export * from './activityLogsCreativeSetsBulkUpdateDTO';
|
|
3
4
|
export * from './activityLogsStrategyBulkUpdateDTO';
|
|
4
5
|
export * from './advertiser';
|
|
5
6
|
export * from './advertiserDynamicDetails';
|
|
@@ -9,6 +10,7 @@ export * from './advertiserSettings';
|
|
|
9
10
|
export * from './ageGroup';
|
|
10
11
|
export * from './apiListResponseABTestDTO';
|
|
11
12
|
export * from './apiListResponseActivityLog';
|
|
13
|
+
export * from './apiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
|
|
12
14
|
export * from './apiListResponseActivityLogsStrategyBulkUpdateDTO';
|
|
13
15
|
export * from './apiListResponseAudiencePerformanceDTO';
|
|
14
16
|
export * from './apiListResponseCatalogFeed';
|
|
@@ -24,6 +26,7 @@ export * from './apiResponseObjectABTestDTO';
|
|
|
24
26
|
export * from './apiResponseObjectAdvertiserDynamicDetails';
|
|
25
27
|
export * from './apiResponseObjectAdvertiserPojo';
|
|
26
28
|
export * from './apiResponseObjectAdvertiserSettings';
|
|
29
|
+
export * from './apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
|
|
27
30
|
export * from './apiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO';
|
|
28
31
|
export * from './apiResponseObjectApiListResponseAudiencePerformanceDTO';
|
|
29
32
|
export * from './apiResponseObjectApiListResponseCatalogFeed';
|
|
@@ -34,10 +37,10 @@ export * from './apiResponseObjectApiListResponseCreativeSetDashboardMetric';
|
|
|
34
37
|
export * from './apiResponseObjectApiListResponseCreativeTemplateDTO';
|
|
35
38
|
export * from './apiResponseObjectApiListResponsePixel';
|
|
36
39
|
export * from './apiResponseObjectApiListResponseVariablesMappingDTO';
|
|
37
|
-
export * from './apiResponseObjectAspectTemplateMap';
|
|
38
40
|
export * from './apiResponseObjectAudienceAccessDTO';
|
|
39
41
|
export * from './apiResponseObjectAudienceDTO';
|
|
40
42
|
export * from './apiResponseObjectBaseModel';
|
|
43
|
+
export * from './apiResponseObjectBulkEditCreativeSetsResponse';
|
|
41
44
|
export * from './apiResponseObjectBulkEditStrategiesResponse';
|
|
42
45
|
export * from './apiResponseObjectBulkstrategiesUpdateResponse';
|
|
43
46
|
export * from './apiResponseObjectCampaignDTO';
|
|
@@ -95,7 +98,6 @@ export * from './apiResponseObjectlong';
|
|
|
95
98
|
export * from './apiResponseObjectstring';
|
|
96
99
|
export * from './appSettingsDTO';
|
|
97
100
|
export * from './appSettingsPropertyDTO';
|
|
98
|
-
export * from './aspectTemplateMap';
|
|
99
101
|
export * from './auctionTypeEditField';
|
|
100
102
|
export * from './audienceAccessDTO';
|
|
101
103
|
export * from './audienceBackFilledStats';
|
|
@@ -113,6 +115,10 @@ export * from './baseModel';
|
|
|
113
115
|
export * from './baseModelEditField';
|
|
114
116
|
export * from './baseModelWithCreativeSetType';
|
|
115
117
|
export * from './bigDecimalEditField';
|
|
118
|
+
export * from './booleanEditField';
|
|
119
|
+
export * from './bulkEditCreativeSetsDTO';
|
|
120
|
+
export * from './bulkEditCreativeSetsListDTO';
|
|
121
|
+
export * from './bulkEditCreativeSetsResponse';
|
|
116
122
|
export * from './bulkEditStrategiesDTO';
|
|
117
123
|
export * from './bulkEditStrategiesResponse';
|
|
118
124
|
export * from './bulkEditStrategyListDTO';
|
|
@@ -173,6 +179,7 @@ export * from './eligibleUsersResponse';
|
|
|
173
179
|
export * from './endCards';
|
|
174
180
|
export * from './extendedBaseModel';
|
|
175
181
|
export * from './extendedTargetingObject';
|
|
182
|
+
export * from './failedDTO';
|
|
176
183
|
export * from './failedStrategyDTO';
|
|
177
184
|
export * from './failedStrategyFieldsDTO';
|
|
178
185
|
export * from './fcapDetails';
|
|
@@ -181,7 +188,6 @@ export * from './fileDownloadResponse';
|
|
|
181
188
|
export * from './filterModel';
|
|
182
189
|
export * from './geoListDTO';
|
|
183
190
|
export * from './geoListRequest';
|
|
184
|
-
export * from './hybridAdMapping';
|
|
185
191
|
export * from './incrementalityReportDTO';
|
|
186
192
|
export * from './incrementalityReportResponse';
|
|
187
193
|
export * from './incrementalityResponse';
|
|
@@ -232,6 +238,7 @@ export * from './strategy';
|
|
|
232
238
|
export * from './strategyCreativeAssociationRequestDTO';
|
|
233
239
|
export * from './strategyCreativeAssociationResponseDTO';
|
|
234
240
|
export * from './strategyDTO';
|
|
241
|
+
export * from './strategyListEditField';
|
|
235
242
|
export * from './strategyQuickEditDTO';
|
|
236
243
|
export * from './strategyUpdateResponse';
|
|
237
244
|
export * from './stringEditField';
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { BaseModel } from './baseModel';
|
|
13
|
+
export interface StrategyListEditField {
|
|
14
|
+
action?: string;
|
|
15
|
+
strategyList?: Array<BaseModel>;
|
|
16
|
+
}
|