@revxui/api-clients-ts 0.10.166 → 0.10.167
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 +4 -4
- package/bundles/revxui-api-clients-ts.umd.js +32 -43
- 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/appsFlyerAudienceController.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 +2 -2
- 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/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/apiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -12
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +16 -0
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/fcapDetails.js +12 -0
- package/esm2015/model/fcapEditField.js +1 -0
- package/esm2015/model/models.js +2 -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/appsFlyerAudienceController.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 +2 -2
- 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/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/apiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm5/model/bulkEditStrategiesDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -12
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +16 -0
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/fcapDetails.js +12 -0
- package/esm5/model/fcapEditField.js +1 -0
- package/esm5/model/models.js +2 -2
- package/fesm2015/revxui-api-clients-ts.js +36 -47
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +36 -47
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
- package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
- package/model/bulkEditStrategiesDTO.d.ts +2 -0
- package/model/clickDestination.d.ts +2 -0
- package/model/creativeDTO.d.ts +0 -2
- package/model/creativePerformanceData.d.ts +13 -0
- package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -6
- package/model/creativeSetDetails.d.ts +10 -12
- package/model/creativeSetRequest.d.ts +10 -10
- package/model/fcapDetails.d.ts +16 -0
- package/model/fcapEditField.d.ts +16 -0
- package/model/models.d.ts +5 -3
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm2015/model/creativeSetsListDashboardData.js +0 -16
- package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm5/model/creativeSetsListDashboardData.js +0 -16
|
@@ -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
|
-
data?: Array<
|
|
12
|
+
import { CreativeSetDashboardMetric } from './creativeSetDashboardMetric';
|
|
13
|
+
export interface ApiListResponseCreativeSetDashboardMetric {
|
|
14
|
+
data?: Array<CreativeSetDashboardMetric>;
|
|
15
15
|
totalNoOfRecords?: number;
|
|
16
16
|
}
|
|
@@ -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 { ApiListResponseCreativeSetDashboardMetric } from './apiListResponseCreativeSetDashboardMetric';
|
|
13
|
+
export interface ApiResponseObjectApiListResponseCreativeSetDashboardMetric {
|
|
14
14
|
error?: Error;
|
|
15
15
|
respId?: string;
|
|
16
|
-
respObject?:
|
|
16
|
+
respObject?: ApiListResponseCreativeSetDashboardMetric;
|
|
17
17
|
}
|
|
@@ -18,6 +18,7 @@ import { BigDecimalEditField } from './bigDecimalEditField';
|
|
|
18
18
|
import { CreativeListEditField } from './creativeListEditField';
|
|
19
19
|
import { DayPartEditField } from './dayPartEditField';
|
|
20
20
|
import { DealCategoryEditField } from './dealCategoryEditField';
|
|
21
|
+
import { FcapEditField } from './fcapEditField';
|
|
21
22
|
import { RTBAggregatorsEditField } from './rTBAggregatorsEditField';
|
|
22
23
|
import { RTBSitesEditField } from './rTBSitesEditField';
|
|
23
24
|
import { StringEditField } from './stringEditField';
|
|
@@ -35,6 +36,7 @@ export interface BulkEditStrategiesDTO {
|
|
|
35
36
|
dealAudienceTargeting?: DealCategoryEditField;
|
|
36
37
|
dmpAudienceTargeting?: AudienceStrEditField;
|
|
37
38
|
endTime?: BIgIntegerEditFiled;
|
|
39
|
+
fcapDetails?: FcapEditField;
|
|
38
40
|
geoTargeting?: TargetGeoEditField;
|
|
39
41
|
inventoryTargeting?: RTBAggregatorsEditField;
|
|
40
42
|
mobileOSTargeting?: TargetOperatingSystemEditField;
|
|
@@ -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 { BaseModel } from './baseModel';
|
|
12
13
|
export interface ClickDestination {
|
|
13
14
|
active?: boolean;
|
|
14
15
|
advertiserId?: number;
|
|
@@ -19,6 +20,7 @@ export interface ClickDestination {
|
|
|
19
20
|
clickUrl?: string;
|
|
20
21
|
createdBy?: number;
|
|
21
22
|
creationTime?: number;
|
|
23
|
+
creativeSets?: Array<BaseModel>;
|
|
22
24
|
dco?: boolean;
|
|
23
25
|
generatedUrlType?: ClickDestination.GeneratedUrlTypeEnum;
|
|
24
26
|
id?: number;
|
package/model/creativeDTO.d.ts
CHANGED
|
@@ -31,7 +31,6 @@ export interface CreativeDTO {
|
|
|
31
31
|
dcoAd?: boolean;
|
|
32
32
|
dcoAttributes?: DcoAttributesDTO;
|
|
33
33
|
dynamicItemList?: string;
|
|
34
|
-
endTime?: number;
|
|
35
34
|
errorMsg?: string;
|
|
36
35
|
id?: number;
|
|
37
36
|
layout?: BaseModel;
|
|
@@ -46,7 +45,6 @@ export interface CreativeDTO {
|
|
|
46
45
|
previewUrl?: string;
|
|
47
46
|
refactored?: boolean;
|
|
48
47
|
size?: Size;
|
|
49
|
-
startTime?: number;
|
|
50
48
|
templateBased?: boolean;
|
|
51
49
|
thirdPartyAdTag?: string;
|
|
52
50
|
type?: CreativeDTO.TypeEnum;
|
|
@@ -10,9 +10,22 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
export interface CreativePerformanceData {
|
|
13
|
+
advertiserCurrencyCode?: string;
|
|
14
|
+
advertiserId?: number;
|
|
13
15
|
clicks?: number;
|
|
14
16
|
conversions?: number;
|
|
17
|
+
costInAdvertiserCurrency?: number;
|
|
18
|
+
costInLicenseeCurrency?: number;
|
|
19
|
+
cpaInAdvertiserCurrency?: number;
|
|
20
|
+
cpaInLicenseeCurrency?: number;
|
|
21
|
+
creativeId?: number;
|
|
22
|
+
creativeSetId?: number;
|
|
15
23
|
ctc?: number;
|
|
16
24
|
ctr?: number;
|
|
17
25
|
impressions?: number;
|
|
26
|
+
installs?: number;
|
|
27
|
+
licenseeCurrencyCode?: string;
|
|
28
|
+
licenseeId?: number;
|
|
29
|
+
revenueInAdvertiserCurrency?: number;
|
|
30
|
+
revenueInLicenseeCurrency?: number;
|
|
18
31
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { Size } from './size';
|
|
13
|
-
export interface
|
|
13
|
+
export interface CreativeSetDashboardMetric {
|
|
14
14
|
active?: boolean;
|
|
15
15
|
advRevenue?: number;
|
|
16
16
|
bidsPlaced?: number;
|
|
@@ -19,8 +19,8 @@ export interface CreativeSetsListDashboardData {
|
|
|
19
19
|
clicks?: number;
|
|
20
20
|
conversions?: number;
|
|
21
21
|
cost?: number;
|
|
22
|
-
|
|
23
|
-
creativeSetType?:
|
|
22
|
+
creationTime?: number;
|
|
23
|
+
creativeSetType?: CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
24
24
|
ctc?: number;
|
|
25
25
|
ctr?: number;
|
|
26
26
|
currencyId?: string;
|
|
@@ -31,7 +31,6 @@ export interface CreativeSetsListDashboardData {
|
|
|
31
31
|
ecpm?: number;
|
|
32
32
|
eligibleBids?: number;
|
|
33
33
|
eligibleUniqUsers?: number;
|
|
34
|
-
endTime?: number;
|
|
35
34
|
erpa?: number;
|
|
36
35
|
erpc?: number;
|
|
37
36
|
erpi?: number;
|
|
@@ -50,11 +49,10 @@ export interface CreativeSetsListDashboardData {
|
|
|
50
49
|
revenue?: number;
|
|
51
50
|
roi?: number;
|
|
52
51
|
sizes?: Array<Size>;
|
|
53
|
-
startTime?: number;
|
|
54
52
|
userReach?: number;
|
|
55
53
|
viewConversions?: number;
|
|
56
54
|
}
|
|
57
|
-
export declare namespace
|
|
55
|
+
export declare namespace CreativeSetDashboardMetric {
|
|
58
56
|
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
|
|
59
57
|
const CreativeSetTypeEnum: {
|
|
60
58
|
IMAGE: CreativeSetTypeEnum;
|
|
@@ -22,7 +22,6 @@ export interface CreativeSetDetails {
|
|
|
22
22
|
createdOn?: number;
|
|
23
23
|
creativeDimensions?: Array<Size>;
|
|
24
24
|
creativesList?: Array<CreativeDTO>;
|
|
25
|
-
endTime?: number;
|
|
26
25
|
fallbackClickUrl?: string;
|
|
27
26
|
id?: number;
|
|
28
27
|
isMigrated?: boolean;
|
|
@@ -30,7 +29,6 @@ export interface CreativeSetDetails {
|
|
|
30
29
|
modifiedOn?: number;
|
|
31
30
|
name?: string;
|
|
32
31
|
nativeAssetPojo?: NativeAssetPojo;
|
|
33
|
-
startTime?: number;
|
|
34
32
|
strategyList?: Array<BaseModel>;
|
|
35
33
|
theme?: BaseModel;
|
|
36
34
|
type?: CreativeSetDetails.TypeEnum;
|
|
@@ -38,15 +36,15 @@ export interface CreativeSetDetails {
|
|
|
38
36
|
export declare namespace CreativeSetDetails {
|
|
39
37
|
type TypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
|
|
40
38
|
const TypeEnum: {
|
|
41
|
-
IMAGE: import("./
|
|
42
|
-
VIDEO: import("./
|
|
43
|
-
THIRDPARTYADTAGS: import("./
|
|
44
|
-
ZIPPEDHTML: import("./
|
|
45
|
-
NATIVEIMAGE: import("./
|
|
46
|
-
NATIVEVIDEO: import("./
|
|
47
|
-
DYNAMICIMAGE: import("./
|
|
48
|
-
DYNAMICMACRO: import("./
|
|
49
|
-
DYNAMICHTML: import("./
|
|
50
|
-
DYNAMICVIDEO: import("./
|
|
39
|
+
IMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
40
|
+
VIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
41
|
+
THIRDPARTYADTAGS: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
42
|
+
ZIPPEDHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
43
|
+
NATIVEIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
44
|
+
NATIVEVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
45
|
+
DYNAMICIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
46
|
+
DYNAMICMACRO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
47
|
+
DYNAMICHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
48
|
+
DYNAMICVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
51
49
|
};
|
|
52
50
|
}
|
|
@@ -39,15 +39,15 @@ export interface CreativeSetRequest {
|
|
|
39
39
|
export declare namespace CreativeSetRequest {
|
|
40
40
|
type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
|
|
41
41
|
const CreativeSetTypeEnum: {
|
|
42
|
-
IMAGE: import("./
|
|
43
|
-
VIDEO: import("./
|
|
44
|
-
THIRDPARTYADTAGS: import("./
|
|
45
|
-
ZIPPEDHTML: import("./
|
|
46
|
-
NATIVEIMAGE: import("./
|
|
47
|
-
NATIVEVIDEO: import("./
|
|
48
|
-
DYNAMICIMAGE: import("./
|
|
49
|
-
DYNAMICMACRO: import("./
|
|
50
|
-
DYNAMICHTML: import("./
|
|
51
|
-
DYNAMICVIDEO: import("./
|
|
42
|
+
IMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
43
|
+
VIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
44
|
+
THIRDPARTYADTAGS: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
45
|
+
ZIPPEDHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
46
|
+
NATIVEIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
47
|
+
NATIVEVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
48
|
+
DYNAMICIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
49
|
+
DYNAMICMACRO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
50
|
+
DYNAMICHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
51
|
+
DYNAMICVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
|
|
52
52
|
};
|
|
53
53
|
}
|
|
@@ -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
|
+
export interface FcapDetails {
|
|
13
|
+
campaignFcap?: boolean;
|
|
14
|
+
fcapFrequency?: number;
|
|
15
|
+
fcapInterval?: number;
|
|
16
|
+
}
|
|
@@ -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 { FcapDetails } from './fcapDetails';
|
|
13
|
+
export interface FcapEditField {
|
|
14
|
+
action?: string;
|
|
15
|
+
value?: FcapDetails;
|
|
16
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export * from './apiListResponseCatalogFeed';
|
|
|
11
11
|
export * from './apiListResponseClickDestination';
|
|
12
12
|
export * from './apiListResponseCreativeCompactDTO';
|
|
13
13
|
export * from './apiListResponseCreativeDTO';
|
|
14
|
-
export * from './
|
|
14
|
+
export * from './apiListResponseCreativeSetDashboardMetric';
|
|
15
15
|
export * from './apiListResponseCreativeTemplateDTO';
|
|
16
16
|
export * from './apiListResponseListAudienceESDTO';
|
|
17
17
|
export * from './apiListResponseMacro';
|
|
@@ -25,7 +25,7 @@ export * from './apiResponseObjectApiListResponseCatalogFeed';
|
|
|
25
25
|
export * from './apiResponseObjectApiListResponseClickDestination';
|
|
26
26
|
export * from './apiResponseObjectApiListResponseCreativeCompactDTO';
|
|
27
27
|
export * from './apiResponseObjectApiListResponseCreativeDTO';
|
|
28
|
-
export * from './
|
|
28
|
+
export * from './apiResponseObjectApiListResponseCreativeSetDashboardMetric';
|
|
29
29
|
export * from './apiResponseObjectApiListResponseCreativeTemplateDTO';
|
|
30
30
|
export * from './apiResponseObjectApiListResponseListAudienceESDTO';
|
|
31
31
|
export * from './apiResponseObjectApiListResponsePixel';
|
|
@@ -128,10 +128,10 @@ export * from './creativeHtmlMockupDTO';
|
|
|
128
128
|
export * from './creativeListEditField';
|
|
129
129
|
export * from './creativeMockUpsDTO';
|
|
130
130
|
export * from './creativePerformanceData';
|
|
131
|
+
export * from './creativeSetDashboardMetric';
|
|
131
132
|
export * from './creativeSetDetails';
|
|
132
133
|
export * from './creativeSetRequest';
|
|
133
134
|
export * from './creativeSetResponse';
|
|
134
|
-
export * from './creativeSetsListDashboardData';
|
|
135
135
|
export * from './creativeStrategyAssociationStatus';
|
|
136
136
|
export * from './creativeTemplateDTO';
|
|
137
137
|
export * from './creativeTemplatesMetadataDTO';
|
|
@@ -159,6 +159,8 @@ export * from './extendedBaseModel';
|
|
|
159
159
|
export * from './extendedTargetingObject';
|
|
160
160
|
export * from './failedStrategyDTO';
|
|
161
161
|
export * from './failedStrategyFieldsDTO';
|
|
162
|
+
export * from './fcapDetails';
|
|
163
|
+
export * from './fcapEditField';
|
|
162
164
|
export * from './fileDownloadResponse';
|
|
163
165
|
export * from './filterModel';
|
|
164
166
|
export * from './geoListDTO';
|