@revxui/api-clients-ts 0.10.262 → 0.10.264
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/campaignController.service.d.ts +14 -0
- package/api/creativeSetsController.service.d.ts +15 -0
- package/api/sliceXController.service.d.ts +6 -20
- package/bundles/revxui-api-clients-ts.umd.js +125 -62
- 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 +36 -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 +39 -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/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 -39
- 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/apiListResponseIncrementalityReportResponse.js +1 -0
- package/esm2015/model/apiResponseObjectDuplicateCreativeSetResponse.js +1 -0
- package/esm2015/model/campaignDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/duplicateCreativeSetResponse.js +27 -0
- package/esm2015/model/duplicateCreativeSetsRequestDTO.js +1 -0
- package/esm2015/model/eligibleUsersRequest.js +1 -1
- package/esm2015/model/incrementalityReportDTO.js +12 -0
- package/esm2015/model/incrementalityReportResponse.js +12 -0
- package/esm2015/model/models.js +2 -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 +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 +38 -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 +41 -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/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 -41
- 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/apiListResponseIncrementalityReportResponse.js +1 -0
- package/esm5/model/apiResponseObjectDuplicateCreativeSetResponse.js +1 -0
- package/esm5/model/campaignDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/duplicateCreativeSetResponse.js +27 -0
- package/esm5/model/duplicateCreativeSetsRequestDTO.js +1 -0
- package/esm5/model/eligibleUsersRequest.js +1 -1
- package/esm5/model/incrementalityReportDTO.js +12 -0
- package/esm5/model/incrementalityReportResponse.js +12 -0
- package/esm5/model/models.js +2 -1
- package/fesm2015/revxui-api-clients-ts.js +122 -61
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +126 -63
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/apiListResponseIncrementalityReportResponse.d.ts +16 -0
- package/model/apiResponseObjectDuplicateCreativeSetResponse.d.ts +17 -0
- package/model/campaignDTO.d.ts +4 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creativeDTO.d.ts +3 -0
- package/model/creativeSetRequest.d.ts +1 -0
- package/model/duplicateCreativeSetResponse.d.ts +33 -0
- package/model/duplicateCreativeSetsRequestDTO.d.ts +21 -0
- package/model/eligibleUsersRequest.d.ts +1 -0
- package/model/incrementalityReportDTO.d.ts +17 -0
- package/model/incrementalityReportResponse.d.ts +24 -0
- package/model/models.d.ts +6 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/slicexRequestExtended.js +0 -1
- package/esm5/model/slicexRequestExtended.js +0 -1
- package/model/slicexRequestExtended.d.ts +0 -20
|
@@ -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 { IncrementalityReportResponse } from './incrementalityReportResponse';
|
|
13
|
+
export interface ApiListResponseIncrementalityReportResponse {
|
|
14
|
+
data?: Array<IncrementalityReportResponse>;
|
|
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 { DuplicateCreativeSetResponse } from './duplicateCreativeSetResponse';
|
|
13
|
+
export interface ApiResponseObjectDuplicateCreativeSetResponse {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: DuplicateCreativeSetResponse;
|
|
17
|
+
}
|
package/model/campaignDTO.d.ts
CHANGED
|
@@ -14,8 +14,10 @@ export interface CampaignDTO {
|
|
|
14
14
|
active?: boolean;
|
|
15
15
|
advertiserId?: number;
|
|
16
16
|
attributionRatio?: number;
|
|
17
|
+
bucketUnits?: string;
|
|
17
18
|
budget?: number;
|
|
18
19
|
budgetSpent?: number;
|
|
20
|
+
coolingPeriod?: number;
|
|
19
21
|
cpaTarget?: number;
|
|
20
22
|
createdBy?: number;
|
|
21
23
|
creationTime?: number;
|
|
@@ -30,6 +32,7 @@ export interface CampaignDTO {
|
|
|
30
32
|
fcap?: number;
|
|
31
33
|
flowRate?: number;
|
|
32
34
|
id?: number;
|
|
35
|
+
incrementalityTest?: boolean;
|
|
33
36
|
isArchived?: boolean;
|
|
34
37
|
ivsDistribution?: number;
|
|
35
38
|
licensee?: BaseModel;
|
|
@@ -42,6 +45,7 @@ export interface CampaignDTO {
|
|
|
42
45
|
name?: string;
|
|
43
46
|
objective?: string;
|
|
44
47
|
pixel?: BaseModel;
|
|
48
|
+
placebo?: boolean;
|
|
45
49
|
platformMargin?: number;
|
|
46
50
|
pricingId?: number;
|
|
47
51
|
region?: BaseModel;
|
package/model/creativeDTO.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export interface CreativeDTO {
|
|
|
38
38
|
isArchived?: boolean;
|
|
39
39
|
layout?: BaseModel;
|
|
40
40
|
layoutDimensionId?: number;
|
|
41
|
+
mappingCreativeId?: number;
|
|
41
42
|
modifiedBy?: number;
|
|
42
43
|
modifiedTime?: number;
|
|
43
44
|
name?: string;
|
|
@@ -45,7 +46,9 @@ export interface CreativeDTO {
|
|
|
45
46
|
nativeAsset?: NativeAssetPojo;
|
|
46
47
|
originalDimension?: Size;
|
|
47
48
|
originalFileName?: string;
|
|
49
|
+
partOfPlacebo?: boolean;
|
|
48
50
|
performanceData?: CreativePerformanceData;
|
|
51
|
+
placebo?: boolean;
|
|
49
52
|
previewUrl?: string;
|
|
50
53
|
refactored?: boolean;
|
|
51
54
|
scheduledTimezone?: BaseModel;
|
|
@@ -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
|
+
export interface DuplicateCreativeSetResponse {
|
|
13
|
+
creativeSetId?: number;
|
|
14
|
+
message?: string;
|
|
15
|
+
otherCreativeSetDimensions?: Array<string>;
|
|
16
|
+
otherCreativeSetPossible?: boolean;
|
|
17
|
+
otherCreativeSetType?: DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum;
|
|
18
|
+
}
|
|
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';
|
|
21
|
+
const OtherCreativeSetTypeEnum: {
|
|
22
|
+
IMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
23
|
+
VIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
24
|
+
THIRDPARTYADTAGS: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
25
|
+
ZIPPEDHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
26
|
+
NATIVEIMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
27
|
+
NATIVEVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
28
|
+
DYNAMICIMAGE: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
29
|
+
DYNAMICMACRO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
30
|
+
DYNAMICHTML: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
31
|
+
DYNAMICVIDEO: import("./baseModelWithCreativeSetType").BaseModelWithCreativeSetType.CreativeSetTypeEnum;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
@@ -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
|
+
export interface DuplicateCreativeSetsRequestDTO {
|
|
14
|
+
clickDestination?: BaseModel;
|
|
15
|
+
duplicateDeactivatedCreatives?: boolean;
|
|
16
|
+
endTime?: number;
|
|
17
|
+
name?: string;
|
|
18
|
+
schedulerTimezone?: number;
|
|
19
|
+
startTime?: number;
|
|
20
|
+
strategiesToLink?: Array<BaseModel>;
|
|
21
|
+
}
|
|
@@ -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
|
+
export interface IncrementalityReportDTO {
|
|
13
|
+
advertiserId?: number;
|
|
14
|
+
campaignId?: number;
|
|
15
|
+
impressionBasedConversions?: boolean;
|
|
16
|
+
placebo?: boolean;
|
|
17
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 IncrementalityReportResponse {
|
|
13
|
+
advertiserId?: number;
|
|
14
|
+
advertiserSpend?: number;
|
|
15
|
+
campaignId?: number;
|
|
16
|
+
endDate?: string;
|
|
17
|
+
liftGroup?: string;
|
|
18
|
+
placebo?: boolean;
|
|
19
|
+
roas?: number;
|
|
20
|
+
startDate?: string;
|
|
21
|
+
uniqueConversion?: number;
|
|
22
|
+
uniqueReach?: number;
|
|
23
|
+
userSpend?: number;
|
|
24
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export * from './apiListResponseCreativeCompactDTO';
|
|
|
17
17
|
export * from './apiListResponseCreativeDTO';
|
|
18
18
|
export * from './apiListResponseCreativeSetDashboardMetric';
|
|
19
19
|
export * from './apiListResponseCreativeTemplateDTO';
|
|
20
|
+
export * from './apiListResponseIncrementalityReportResponse';
|
|
20
21
|
export * from './apiListResponseMacro';
|
|
21
22
|
export * from './apiListResponsePixel';
|
|
22
23
|
export * from './apiListResponseVariablesMappingDTO';
|
|
@@ -53,6 +54,7 @@ export * from './apiResponseObjectDashboardMetrics';
|
|
|
53
54
|
export * from './apiResponseObjectDashboardResponse';
|
|
54
55
|
export * from './apiResponseObjectDictionaryResponse';
|
|
55
56
|
export * from './apiResponseObjectDmpAudienceDTO';
|
|
57
|
+
export * from './apiResponseObjectDuplicateCreativeSetResponse';
|
|
56
58
|
export * from './apiResponseObjectEResponseobject';
|
|
57
59
|
export * from './apiResponseObjectEligibleUsersResponse';
|
|
58
60
|
export * from './apiResponseObjectFileDownloadResponse';
|
|
@@ -160,6 +162,8 @@ export * from './dictionaryResponse';
|
|
|
160
162
|
export * from './dmpAudience';
|
|
161
163
|
export * from './dmpAudienceCriteria';
|
|
162
164
|
export * from './dmpAudienceDTO';
|
|
165
|
+
export * from './duplicateCreativeSetResponse';
|
|
166
|
+
export * from './duplicateCreativeSetsRequestDTO';
|
|
163
167
|
export * from './duplicateStrategyRequestDTO';
|
|
164
168
|
export * from './duration';
|
|
165
169
|
export * from './durationModel';
|
|
@@ -177,6 +181,8 @@ export * from './fileDownloadResponse';
|
|
|
177
181
|
export * from './filterModel';
|
|
178
182
|
export * from './geoListDTO';
|
|
179
183
|
export * from './geoListRequest';
|
|
184
|
+
export * from './incrementalityReportDTO';
|
|
185
|
+
export * from './incrementalityReportResponse';
|
|
180
186
|
export * from './integerEditField';
|
|
181
187
|
export * from './macro';
|
|
182
188
|
export * from './mapintResponseMessage';
|
|
@@ -217,7 +223,6 @@ export * from './slicexData';
|
|
|
217
223
|
export * from './slicexGridData';
|
|
218
224
|
export * from './slicexListResponse';
|
|
219
225
|
export * from './slicexRequest';
|
|
220
|
-
export * from './slicexRequestExtended';
|
|
221
226
|
export * from './sortModel';
|
|
222
227
|
export * from './statusBaseObject';
|
|
223
228
|
export * from './strategy';
|