@revxui/api-clients-ts 0.10.262 → 0.10.263
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
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.263
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @revxui/api-clients-ts@0.10.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.263 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -11,10 +11,12 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
|
+
import { ApiListResponseIncrementalityReportResponse } from '../model/apiListResponseIncrementalityReportResponse';
|
|
14
15
|
import { ApiResponseObjectCampaignDTO } from '../model/apiResponseObjectCampaignDTO';
|
|
15
16
|
import { ApiResponseObjectListCampaignDTO } from '../model/apiResponseObjectListCampaignDTO';
|
|
16
17
|
import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
|
|
17
18
|
import { CampaignDTO } from '../model/campaignDTO';
|
|
19
|
+
import { IncrementalityReportDTO } from '../model/incrementalityReportDTO';
|
|
18
20
|
import { Configuration } from '../configuration';
|
|
19
21
|
export declare class CampaignControllerService {
|
|
20
22
|
protected httpClient: HttpClient;
|
|
@@ -90,6 +92,18 @@ export declare class CampaignControllerService {
|
|
|
90
92
|
getCampaignByIdUsingGET(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCampaignDTO>;
|
|
91
93
|
getCampaignByIdUsingGET(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCampaignDTO>>;
|
|
92
94
|
getCampaignByIdUsingGET(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCampaignDTO>>;
|
|
95
|
+
/**
|
|
96
|
+
* Api to fetch incrementality report
|
|
97
|
+
*
|
|
98
|
+
* @param incrementalityReportDTO incrementalityReportDTO
|
|
99
|
+
* @param reqId request id
|
|
100
|
+
* @param token Auth Token
|
|
101
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
102
|
+
* @param reportProgress flag to report request and response progress.
|
|
103
|
+
*/
|
|
104
|
+
incrementalityReportUsingPOST(incrementalityReportDTO: IncrementalityReportDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseIncrementalityReportResponse>;
|
|
105
|
+
incrementalityReportUsingPOST(incrementalityReportDTO: IncrementalityReportDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseIncrementalityReportResponse>>;
|
|
106
|
+
incrementalityReportUsingPOST(incrementalityReportDTO: IncrementalityReportDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseIncrementalityReportResponse>>;
|
|
93
107
|
/**
|
|
94
108
|
* Api to update Campaign
|
|
95
109
|
*
|
|
@@ -17,8 +17,10 @@ import { ApiResponseObjectCreativeSetDetails } from '../model/apiResponseObjectC
|
|
|
17
17
|
import { ApiResponseObjectCreativeSetResponse } from '../model/apiResponseObjectCreativeSetResponse';
|
|
18
18
|
import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDashboardMetrics';
|
|
19
19
|
import { ApiResponseObjectDashboardResponse } from '../model/apiResponseObjectDashboardResponse';
|
|
20
|
+
import { ApiResponseObjectDuplicateCreativeSetResponse } from '../model/apiResponseObjectDuplicateCreativeSetResponse';
|
|
20
21
|
import { CreativeSetRequest } from '../model/creativeSetRequest';
|
|
21
22
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
23
|
+
import { DuplicateCreativeSetsRequestDTO } from '../model/duplicateCreativeSetsRequestDTO';
|
|
22
24
|
import { Configuration } from '../configuration';
|
|
23
25
|
export declare class CreativeSetsControllerService {
|
|
24
26
|
protected httpClient: HttpClient;
|
|
@@ -43,6 +45,19 @@ export declare class CreativeSetsControllerService {
|
|
|
43
45
|
createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
|
|
44
46
|
createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
|
|
45
47
|
createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetResponse>>;
|
|
48
|
+
/**
|
|
49
|
+
* Api to duplicate creative sets
|
|
50
|
+
*
|
|
51
|
+
* @param dto dto
|
|
52
|
+
* @param id id
|
|
53
|
+
* @param reqId request id
|
|
54
|
+
* @param token Auth Token
|
|
55
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
56
|
+
* @param reportProgress flag to report request and response progress.
|
|
57
|
+
*/
|
|
58
|
+
duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDuplicateCreativeSetResponse>;
|
|
59
|
+
duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDuplicateCreativeSetResponse>>;
|
|
60
|
+
duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDuplicateCreativeSetResponse>>;
|
|
46
61
|
/**
|
|
47
62
|
* Api to get creative sets dimension details
|
|
48
63
|
*
|
|
@@ -15,7 +15,6 @@ import { ApiResponseObjectSlicexChartResponse } from '../model/apiResponseObject
|
|
|
15
15
|
import { ApiResponseObjectSlicexListResponse } from '../model/apiResponseObjectSlicexListResponse';
|
|
16
16
|
import { FileDownloadResponse } from '../model/fileDownloadResponse';
|
|
17
17
|
import { SlicexRequest } from '../model/slicexRequest';
|
|
18
|
-
import { SlicexRequestExtended } from '../model/slicexRequestExtended';
|
|
19
18
|
import { Configuration } from '../configuration';
|
|
20
19
|
export declare class SliceXControllerService {
|
|
21
20
|
protected httpClient: HttpClient;
|
|
@@ -51,22 +50,9 @@ export declare class SliceXControllerService {
|
|
|
51
50
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
52
51
|
* @param reportProgress flag to report request and response progress.
|
|
53
52
|
*/
|
|
54
|
-
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
55
|
-
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
56
|
-
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
57
|
-
/**
|
|
58
|
-
* Slicex API for grid details.
|
|
59
|
-
*
|
|
60
|
-
* @param entity entity
|
|
61
|
-
* @param slicexRequestExt slicexRequestExt
|
|
62
|
-
* @param reqId request id
|
|
63
|
-
* @param token Auth Token
|
|
64
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
65
|
-
* @param reportProgress flag to report request and response progress.
|
|
66
|
-
*/
|
|
67
|
-
getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
|
|
68
|
-
getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
|
|
69
|
-
getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
|
|
53
|
+
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
|
|
54
|
+
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
|
|
55
|
+
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
|
|
70
56
|
/**
|
|
71
57
|
* Slicex API for List Export.
|
|
72
58
|
*
|
|
@@ -78,7 +64,7 @@ export declare class SliceXControllerService {
|
|
|
78
64
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
65
|
* @param reportProgress flag to report request and response progress.
|
|
80
66
|
*/
|
|
81
|
-
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
82
|
-
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
83
|
-
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
67
|
+
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<FileDownloadResponse>;
|
|
68
|
+
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<FileDownloadResponse>>;
|
|
69
|
+
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FileDownloadResponse>>;
|
|
84
70
|
}
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
var AdminControllerService = /** @class */ (function () {
|
|
309
309
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
310
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
311
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
312
312
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
313
|
this.configuration = new Configuration();
|
|
314
314
|
if (basePath) {
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
526
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
527
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
528
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
529
529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
530
|
this.configuration = new Configuration();
|
|
531
531
|
if (basePath) {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
972
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
973
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
974
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
var AudienceControllerService = /** @class */ (function () {
|
|
1142
1142
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1143
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1864,7 +1864,7 @@
|
|
|
1864
1864
|
var AuditControllerService = /** @class */ (function () {
|
|
1865
1865
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1866
1866
|
this.httpClient = httpClient;
|
|
1867
|
-
this.basePath = 'https://
|
|
1867
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1868
1868
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1869
1869
|
this.configuration = new Configuration();
|
|
1870
1870
|
if (basePath) {
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2064
2064
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2065
2065
|
this.httpClient = httpClient;
|
|
2066
|
-
this.basePath = 'https://
|
|
2066
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2067
2067
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2068
2068
|
this.configuration = new Configuration();
|
|
2069
2069
|
if (basePath) {
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2307
2307
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2308
2308
|
this.httpClient = httpClient;
|
|
2309
|
-
this.basePath = 'https://
|
|
2309
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2310
2310
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2311
2311
|
this.configuration = new Configuration();
|
|
2312
2312
|
if (basePath) {
|
|
@@ -2427,7 +2427,7 @@
|
|
|
2427
2427
|
var CampaignControllerService = /** @class */ (function () {
|
|
2428
2428
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2429
2429
|
this.httpClient = httpClient;
|
|
2430
|
-
this.basePath = 'https://
|
|
2430
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2431
2431
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2432
2432
|
this.configuration = new Configuration();
|
|
2433
2433
|
if (basePath) {
|
|
@@ -2648,6 +2648,42 @@
|
|
|
2648
2648
|
reportProgress: reportProgress
|
|
2649
2649
|
});
|
|
2650
2650
|
};
|
|
2651
|
+
CampaignControllerService.prototype.incrementalityReportUsingPOST = function (incrementalityReportDTO, reqId, token, observe, reportProgress) {
|
|
2652
|
+
if (observe === void 0) { observe = 'body'; }
|
|
2653
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
2654
|
+
if (incrementalityReportDTO === null || incrementalityReportDTO === undefined) {
|
|
2655
|
+
throw new Error('Required parameter incrementalityReportDTO was null or undefined when calling incrementalityReportUsingPOST.');
|
|
2656
|
+
}
|
|
2657
|
+
var headers = this.defaultHeaders;
|
|
2658
|
+
if (reqId !== undefined && reqId !== null) {
|
|
2659
|
+
headers = headers.set('reqId', String(reqId));
|
|
2660
|
+
}
|
|
2661
|
+
if (token !== undefined && token !== null) {
|
|
2662
|
+
headers = headers.set('token', String(token));
|
|
2663
|
+
}
|
|
2664
|
+
// to determine the Accept header
|
|
2665
|
+
var httpHeaderAccepts = [
|
|
2666
|
+
'application/json'
|
|
2667
|
+
];
|
|
2668
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2669
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
2670
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2671
|
+
}
|
|
2672
|
+
// to determine the Content-Type header
|
|
2673
|
+
var consumes = [
|
|
2674
|
+
'application/json'
|
|
2675
|
+
];
|
|
2676
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2677
|
+
if (httpContentTypeSelected != undefined) {
|
|
2678
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
2679
|
+
}
|
|
2680
|
+
return this.httpClient.post(this.basePath + "/v2/api/campaigns/incrementalityreport", incrementalityReportDTO, {
|
|
2681
|
+
withCredentials: this.configuration.withCredentials,
|
|
2682
|
+
headers: headers,
|
|
2683
|
+
observe: observe,
|
|
2684
|
+
reportProgress: reportProgress
|
|
2685
|
+
});
|
|
2686
|
+
};
|
|
2651
2687
|
CampaignControllerService.prototype.updateCampaignUsingPOST = function (campaign, id, reqId, token, observe, reportProgress) {
|
|
2652
2688
|
if (observe === void 0) { observe = 'body'; }
|
|
2653
2689
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -2713,7 +2749,7 @@
|
|
|
2713
2749
|
var CatalogControllerService = /** @class */ (function () {
|
|
2714
2750
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2715
2751
|
this.httpClient = httpClient;
|
|
2716
|
-
this.basePath = 'https://
|
|
2752
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2717
2753
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2718
2754
|
this.configuration = new Configuration();
|
|
2719
2755
|
if (basePath) {
|
|
@@ -2936,7 +2972,7 @@
|
|
|
2936
2972
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2937
2973
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2938
2974
|
this.httpClient = httpClient;
|
|
2939
|
-
this.basePath = 'https://
|
|
2975
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2940
2976
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2941
2977
|
this.configuration = new Configuration();
|
|
2942
2978
|
if (basePath) {
|
|
@@ -3186,7 +3222,7 @@
|
|
|
3186
3222
|
var CreativeControllerService = /** @class */ (function () {
|
|
3187
3223
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3188
3224
|
this.httpClient = httpClient;
|
|
3189
|
-
this.basePath = 'https://
|
|
3225
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3190
3226
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3191
3227
|
this.configuration = new Configuration();
|
|
3192
3228
|
if (basePath) {
|
|
@@ -3663,7 +3699,7 @@
|
|
|
3663
3699
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3664
3700
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3665
3701
|
this.httpClient = httpClient;
|
|
3666
|
-
this.basePath = 'https://
|
|
3702
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3667
3703
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3668
3704
|
this.configuration = new Configuration();
|
|
3669
3705
|
if (basePath) {
|
|
@@ -3734,6 +3770,45 @@
|
|
|
3734
3770
|
reportProgress: reportProgress
|
|
3735
3771
|
});
|
|
3736
3772
|
};
|
|
3773
|
+
CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
|
|
3774
|
+
if (observe === void 0) { observe = 'body'; }
|
|
3775
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
3776
|
+
if (dto === null || dto === undefined) {
|
|
3777
|
+
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3778
|
+
}
|
|
3779
|
+
if (id === null || id === undefined) {
|
|
3780
|
+
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3781
|
+
}
|
|
3782
|
+
var headers = this.defaultHeaders;
|
|
3783
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3784
|
+
headers = headers.set('reqId', String(reqId));
|
|
3785
|
+
}
|
|
3786
|
+
if (token !== undefined && token !== null) {
|
|
3787
|
+
headers = headers.set('token', String(token));
|
|
3788
|
+
}
|
|
3789
|
+
// to determine the Accept header
|
|
3790
|
+
var httpHeaderAccepts = [
|
|
3791
|
+
'application/json'
|
|
3792
|
+
];
|
|
3793
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3794
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3795
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3796
|
+
}
|
|
3797
|
+
// to determine the Content-Type header
|
|
3798
|
+
var consumes = [
|
|
3799
|
+
'application/json'
|
|
3800
|
+
];
|
|
3801
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3802
|
+
if (httpContentTypeSelected != undefined) {
|
|
3803
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3804
|
+
}
|
|
3805
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
|
|
3806
|
+
withCredentials: this.configuration.withCredentials,
|
|
3807
|
+
headers: headers,
|
|
3808
|
+
observe: observe,
|
|
3809
|
+
reportProgress: reportProgress
|
|
3810
|
+
});
|
|
3811
|
+
};
|
|
3737
3812
|
CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
3738
3813
|
if (observe === void 0) { observe = 'body'; }
|
|
3739
3814
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3998,7 +4073,7 @@
|
|
|
3998
4073
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3999
4074
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4000
4075
|
this.httpClient = httpClient;
|
|
4001
|
-
this.basePath = 'https://
|
|
4076
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4002
4077
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4003
4078
|
this.configuration = new Configuration();
|
|
4004
4079
|
if (basePath) {
|
|
@@ -4199,7 +4274,7 @@
|
|
|
4199
4274
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4200
4275
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4201
4276
|
this.httpClient = httpClient;
|
|
4202
|
-
this.basePath = 'https://
|
|
4277
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4203
4278
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4204
4279
|
this.configuration = new Configuration();
|
|
4205
4280
|
if (basePath) {
|
|
@@ -4287,7 +4362,7 @@
|
|
|
4287
4362
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4288
4363
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4289
4364
|
this.httpClient = httpClient;
|
|
4290
|
-
this.basePath = 'https://
|
|
4365
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4291
4366
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4292
4367
|
this.configuration = new Configuration();
|
|
4293
4368
|
if (basePath) {
|
|
@@ -4466,7 +4541,7 @@
|
|
|
4466
4541
|
var DashboardControllerService = /** @class */ (function () {
|
|
4467
4542
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4468
4543
|
this.httpClient = httpClient;
|
|
4469
|
-
this.basePath = 'https://
|
|
4544
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4470
4545
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4471
4546
|
this.configuration = new Configuration();
|
|
4472
4547
|
if (basePath) {
|
|
@@ -5123,7 +5198,7 @@
|
|
|
5123
5198
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5124
5199
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5125
5200
|
this.httpClient = httpClient;
|
|
5126
|
-
this.basePath = 'https://
|
|
5201
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5127
5202
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5128
5203
|
this.configuration = new Configuration();
|
|
5129
5204
|
if (basePath) {
|
|
@@ -5322,7 +5397,7 @@
|
|
|
5322
5397
|
var PixelControllerService = /** @class */ (function () {
|
|
5323
5398
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5324
5399
|
this.httpClient = httpClient;
|
|
5325
|
-
this.basePath = 'https://
|
|
5400
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5326
5401
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5327
5402
|
this.configuration = new Configuration();
|
|
5328
5403
|
if (basePath) {
|
|
@@ -5651,7 +5726,7 @@
|
|
|
5651
5726
|
var ReportingControllerService = /** @class */ (function () {
|
|
5652
5727
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5653
5728
|
this.httpClient = httpClient;
|
|
5654
|
-
this.basePath = 'https://
|
|
5729
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5655
5730
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5656
5731
|
this.configuration = new Configuration();
|
|
5657
5732
|
if (basePath) {
|
|
@@ -5835,7 +5910,7 @@
|
|
|
5835
5910
|
var SliceXControllerService = /** @class */ (function () {
|
|
5836
5911
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5837
5912
|
this.httpClient = httpClient;
|
|
5838
|
-
this.basePath = 'https://
|
|
5913
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5839
5914
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5840
5915
|
this.configuration = new Configuration();
|
|
5841
5916
|
if (basePath) {
|
|
@@ -5950,45 +6025,6 @@
|
|
|
5950
6025
|
reportProgress: reportProgress
|
|
5951
6026
|
});
|
|
5952
6027
|
};
|
|
5953
|
-
SliceXControllerService.prototype.getSlicexGridDetailsUsingPOST = function (entity, slicexRequestExt, reqId, token, observe, reportProgress) {
|
|
5954
|
-
if (observe === void 0) { observe = 'body'; }
|
|
5955
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
5956
|
-
if (entity === null || entity === undefined) {
|
|
5957
|
-
throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
5958
|
-
}
|
|
5959
|
-
if (slicexRequestExt === null || slicexRequestExt === undefined) {
|
|
5960
|
-
throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
5961
|
-
}
|
|
5962
|
-
var headers = this.defaultHeaders;
|
|
5963
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5964
|
-
headers = headers.set('reqId', String(reqId));
|
|
5965
|
-
}
|
|
5966
|
-
if (token !== undefined && token !== null) {
|
|
5967
|
-
headers = headers.set('token', String(token));
|
|
5968
|
-
}
|
|
5969
|
-
// to determine the Accept header
|
|
5970
|
-
var httpHeaderAccepts = [
|
|
5971
|
-
'application/json'
|
|
5972
|
-
];
|
|
5973
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5974
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5975
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5976
|
-
}
|
|
5977
|
-
// to determine the Content-Type header
|
|
5978
|
-
var consumes = [
|
|
5979
|
-
'application/json'
|
|
5980
|
-
];
|
|
5981
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5982
|
-
if (httpContentTypeSelected != undefined) {
|
|
5983
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5984
|
-
}
|
|
5985
|
-
return this.httpClient.post(this.basePath + "/v2/api/slicex/list/details/" + encodeURIComponent(String(entity)), slicexRequestExt, {
|
|
5986
|
-
withCredentials: this.configuration.withCredentials,
|
|
5987
|
-
headers: headers,
|
|
5988
|
-
observe: observe,
|
|
5989
|
-
reportProgress: reportProgress
|
|
5990
|
-
});
|
|
5991
|
-
};
|
|
5992
6028
|
SliceXControllerService.prototype.getSlicexListDataForExportUsingPOST = function (entity, slicexRequest, reqId, sort, token, observe, reportProgress) {
|
|
5993
6029
|
if (observe === void 0) { observe = 'body'; }
|
|
5994
6030
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -6059,7 +6095,7 @@
|
|
|
6059
6095
|
var StrategyControllerService = /** @class */ (function () {
|
|
6060
6096
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6061
6097
|
this.httpClient = httpClient;
|
|
6062
|
-
this.basePath = 'https://
|
|
6098
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6063
6099
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6064
6100
|
this.configuration = new Configuration();
|
|
6065
6101
|
if (basePath) {
|
|
@@ -6720,7 +6756,7 @@
|
|
|
6720
6756
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6721
6757
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6722
6758
|
this.httpClient = httpClient;
|
|
6723
|
-
this.basePath = 'https://
|
|
6759
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6724
6760
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6725
6761
|
this.configuration = new Configuration();
|
|
6726
6762
|
if (basePath) {
|
|
@@ -6822,7 +6858,7 @@
|
|
|
6822
6858
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6823
6859
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6824
6860
|
this.httpClient = httpClient;
|
|
6825
|
-
this.basePath = 'https://
|
|
6861
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6826
6862
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6827
6863
|
this.configuration = new Configuration();
|
|
6828
6864
|
if (basePath) {
|
|
@@ -7393,6 +7429,33 @@
|
|
|
7393
7429
|
};
|
|
7394
7430
|
})(exports.DcoAttributesDTO || (exports.DcoAttributesDTO = {}));
|
|
7395
7431
|
|
|
7432
|
+
/**
|
|
7433
|
+
* Api Documentation
|
|
7434
|
+
* Api Documentation
|
|
7435
|
+
*
|
|
7436
|
+
* OpenAPI spec version: 1.0
|
|
7437
|
+
*
|
|
7438
|
+
*
|
|
7439
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7440
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7441
|
+
* Do not edit the class manually.
|
|
7442
|
+
*/
|
|
7443
|
+
|
|
7444
|
+
(function (DuplicateCreativeSetResponse) {
|
|
7445
|
+
DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
7446
|
+
IMAGE: 'IMAGE',
|
|
7447
|
+
VIDEO: 'VIDEO',
|
|
7448
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
7449
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
7450
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
7451
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
7452
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7453
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7454
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7455
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7456
|
+
};
|
|
7457
|
+
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
7458
|
+
|
|
7396
7459
|
/**
|
|
7397
7460
|
* Api Documentation
|
|
7398
7461
|
* Api Documentation
|