@revxui/api-clients-ts 0.10.253 → 0.10.255
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 +15 -0
- package/api/sliceXController.service.d.ts +0 -14
- package/bundles/revxui-api-clients-ts.umd.js +89 -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 +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 +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/apiResponseObjectDuplicateCreativeSetResponse.js +1 -0
- package/esm2015/model/duplicateCreativeSetResponse.js +27 -0
- package/esm2015/model/duplicateCreativeSetsRequestDTO.js +1 -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 +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 +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/apiResponseObjectDuplicateCreativeSetResponse.js +1 -0
- package/esm5/model/duplicateCreativeSetResponse.js +27 -0
- package/esm5/model/duplicateCreativeSetsRequestDTO.js +1 -0
- package/esm5/model/models.js +2 -1
- package/fesm2015/revxui-api-clients-ts.js +88 -61
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +90 -63
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/apiResponseObjectDuplicateCreativeSetResponse.d.ts +17 -0
- package/model/duplicateCreativeSetResponse.d.ts +33 -0
- package/model/duplicateCreativeSetsRequestDTO.d.ts +21 -0
- package/model/models.d.ts +3 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.255
|
|
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.255 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -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
|
*
|
|
@@ -53,20 +53,6 @@ export declare class SliceXControllerService {
|
|
|
53
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
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
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>>;
|
|
56
|
-
/**
|
|
57
|
-
* Slicex API for grid details.
|
|
58
|
-
*
|
|
59
|
-
* @param entity entity
|
|
60
|
-
* @param slicexRequest slicexRequest
|
|
61
|
-
* @param entityList entityList
|
|
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' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, entityList?: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
|
|
68
|
-
getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, entityList?: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
|
|
69
|
-
getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, entityList?: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
|
|
70
56
|
/**
|
|
71
57
|
* Slicex API for List Export.
|
|
72
58
|
*
|
|
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
|
|
2431
2431
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2432
2432
|
this.configuration = new Configuration();
|
|
2433
2433
|
if (basePath) {
|
|
@@ -2713,7 +2713,7 @@
|
|
|
2713
2713
|
var CatalogControllerService = /** @class */ (function () {
|
|
2714
2714
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2715
2715
|
this.httpClient = httpClient;
|
|
2716
|
-
this.basePath = 'https://
|
|
2716
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2717
2717
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2718
2718
|
this.configuration = new Configuration();
|
|
2719
2719
|
if (basePath) {
|
|
@@ -2936,7 +2936,7 @@
|
|
|
2936
2936
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2937
2937
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2938
2938
|
this.httpClient = httpClient;
|
|
2939
|
-
this.basePath = 'https://
|
|
2939
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2940
2940
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2941
2941
|
this.configuration = new Configuration();
|
|
2942
2942
|
if (basePath) {
|
|
@@ -3186,7 +3186,7 @@
|
|
|
3186
3186
|
var CreativeControllerService = /** @class */ (function () {
|
|
3187
3187
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3188
3188
|
this.httpClient = httpClient;
|
|
3189
|
-
this.basePath = 'https://
|
|
3189
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3190
3190
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3191
3191
|
this.configuration = new Configuration();
|
|
3192
3192
|
if (basePath) {
|
|
@@ -3663,7 +3663,7 @@
|
|
|
3663
3663
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3664
3664
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3665
3665
|
this.httpClient = httpClient;
|
|
3666
|
-
this.basePath = 'https://
|
|
3666
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3667
3667
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3668
3668
|
this.configuration = new Configuration();
|
|
3669
3669
|
if (basePath) {
|
|
@@ -3734,6 +3734,45 @@
|
|
|
3734
3734
|
reportProgress: reportProgress
|
|
3735
3735
|
});
|
|
3736
3736
|
};
|
|
3737
|
+
CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
|
|
3738
|
+
if (observe === void 0) { observe = 'body'; }
|
|
3739
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
3740
|
+
if (dto === null || dto === undefined) {
|
|
3741
|
+
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3742
|
+
}
|
|
3743
|
+
if (id === null || id === undefined) {
|
|
3744
|
+
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3745
|
+
}
|
|
3746
|
+
var headers = this.defaultHeaders;
|
|
3747
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3748
|
+
headers = headers.set('reqId', String(reqId));
|
|
3749
|
+
}
|
|
3750
|
+
if (token !== undefined && token !== null) {
|
|
3751
|
+
headers = headers.set('token', String(token));
|
|
3752
|
+
}
|
|
3753
|
+
// to determine the Accept header
|
|
3754
|
+
var httpHeaderAccepts = [
|
|
3755
|
+
'application/json'
|
|
3756
|
+
];
|
|
3757
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3758
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3759
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3760
|
+
}
|
|
3761
|
+
// to determine the Content-Type header
|
|
3762
|
+
var consumes = [
|
|
3763
|
+
'application/json'
|
|
3764
|
+
];
|
|
3765
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3766
|
+
if (httpContentTypeSelected != undefined) {
|
|
3767
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3768
|
+
}
|
|
3769
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
|
|
3770
|
+
withCredentials: this.configuration.withCredentials,
|
|
3771
|
+
headers: headers,
|
|
3772
|
+
observe: observe,
|
|
3773
|
+
reportProgress: reportProgress
|
|
3774
|
+
});
|
|
3775
|
+
};
|
|
3737
3776
|
CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
3738
3777
|
if (observe === void 0) { observe = 'body'; }
|
|
3739
3778
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3998,7 +4037,7 @@
|
|
|
3998
4037
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3999
4038
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4000
4039
|
this.httpClient = httpClient;
|
|
4001
|
-
this.basePath = 'https://
|
|
4040
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4002
4041
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4003
4042
|
this.configuration = new Configuration();
|
|
4004
4043
|
if (basePath) {
|
|
@@ -4199,7 +4238,7 @@
|
|
|
4199
4238
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4200
4239
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4201
4240
|
this.httpClient = httpClient;
|
|
4202
|
-
this.basePath = 'https://
|
|
4241
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4203
4242
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4204
4243
|
this.configuration = new Configuration();
|
|
4205
4244
|
if (basePath) {
|
|
@@ -4287,7 +4326,7 @@
|
|
|
4287
4326
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4288
4327
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4289
4328
|
this.httpClient = httpClient;
|
|
4290
|
-
this.basePath = 'https://
|
|
4329
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4291
4330
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4292
4331
|
this.configuration = new Configuration();
|
|
4293
4332
|
if (basePath) {
|
|
@@ -4466,7 +4505,7 @@
|
|
|
4466
4505
|
var DashboardControllerService = /** @class */ (function () {
|
|
4467
4506
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4468
4507
|
this.httpClient = httpClient;
|
|
4469
|
-
this.basePath = 'https://
|
|
4508
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4470
4509
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4471
4510
|
this.configuration = new Configuration();
|
|
4472
4511
|
if (basePath) {
|
|
@@ -5123,7 +5162,7 @@
|
|
|
5123
5162
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5124
5163
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5125
5164
|
this.httpClient = httpClient;
|
|
5126
|
-
this.basePath = 'https://
|
|
5165
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5127
5166
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5128
5167
|
this.configuration = new Configuration();
|
|
5129
5168
|
if (basePath) {
|
|
@@ -5322,7 +5361,7 @@
|
|
|
5322
5361
|
var PixelControllerService = /** @class */ (function () {
|
|
5323
5362
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5324
5363
|
this.httpClient = httpClient;
|
|
5325
|
-
this.basePath = 'https://
|
|
5364
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5326
5365
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5327
5366
|
this.configuration = new Configuration();
|
|
5328
5367
|
if (basePath) {
|
|
@@ -5651,7 +5690,7 @@
|
|
|
5651
5690
|
var ReportingControllerService = /** @class */ (function () {
|
|
5652
5691
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5653
5692
|
this.httpClient = httpClient;
|
|
5654
|
-
this.basePath = 'https://
|
|
5693
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5655
5694
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5656
5695
|
this.configuration = new Configuration();
|
|
5657
5696
|
if (basePath) {
|
|
@@ -5835,7 +5874,7 @@
|
|
|
5835
5874
|
var SliceXControllerService = /** @class */ (function () {
|
|
5836
5875
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5837
5876
|
this.httpClient = httpClient;
|
|
5838
|
-
this.basePath = 'https://
|
|
5877
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5839
5878
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5840
5879
|
this.configuration = new Configuration();
|
|
5841
5880
|
if (basePath) {
|
|
@@ -5950,45 +5989,6 @@
|
|
|
5950
5989
|
reportProgress: reportProgress
|
|
5951
5990
|
});
|
|
5952
5991
|
};
|
|
5953
|
-
SliceXControllerService.prototype.getSlicexGridDetailsUsingPOST = function (entity, slicexRequest, entityList, 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 (slicexRequest === null || slicexRequest === undefined) {
|
|
5960
|
-
throw new Error('Required parameter slicexRequest 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)), slicexRequest, {
|
|
5986
|
-
withCredentials: this.configuration.withCredentials,
|
|
5987
|
-
headers: headers,
|
|
5988
|
-
observe: observe,
|
|
5989
|
-
reportProgress: reportProgress
|
|
5990
|
-
});
|
|
5991
|
-
};
|
|
5992
5992
|
SliceXControllerService.prototype.getSlicexListDataForExportUsingPOST = function (entity, slicexRequest, reqId, sort, token, observe, reportProgress) {
|
|
5993
5993
|
if (observe === void 0) { observe = 'body'; }
|
|
5994
5994
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -6059,7 +6059,7 @@
|
|
|
6059
6059
|
var StrategyControllerService = /** @class */ (function () {
|
|
6060
6060
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6061
6061
|
this.httpClient = httpClient;
|
|
6062
|
-
this.basePath = 'https://
|
|
6062
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6063
6063
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6064
6064
|
this.configuration = new Configuration();
|
|
6065
6065
|
if (basePath) {
|
|
@@ -6720,7 +6720,7 @@
|
|
|
6720
6720
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6721
6721
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6722
6722
|
this.httpClient = httpClient;
|
|
6723
|
-
this.basePath = 'https://
|
|
6723
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6724
6724
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6725
6725
|
this.configuration = new Configuration();
|
|
6726
6726
|
if (basePath) {
|
|
@@ -6822,7 +6822,7 @@
|
|
|
6822
6822
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6823
6823
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6824
6824
|
this.httpClient = httpClient;
|
|
6825
|
-
this.basePath = 'https://
|
|
6825
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6826
6826
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6827
6827
|
this.configuration = new Configuration();
|
|
6828
6828
|
if (basePath) {
|
|
@@ -7393,6 +7393,33 @@
|
|
|
7393
7393
|
};
|
|
7394
7394
|
})(exports.DcoAttributesDTO || (exports.DcoAttributesDTO = {}));
|
|
7395
7395
|
|
|
7396
|
+
/**
|
|
7397
|
+
* Api Documentation
|
|
7398
|
+
* Api Documentation
|
|
7399
|
+
*
|
|
7400
|
+
* OpenAPI spec version: 1.0
|
|
7401
|
+
*
|
|
7402
|
+
*
|
|
7403
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7404
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7405
|
+
* Do not edit the class manually.
|
|
7406
|
+
*/
|
|
7407
|
+
|
|
7408
|
+
(function (DuplicateCreativeSetResponse) {
|
|
7409
|
+
DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
7410
|
+
IMAGE: 'IMAGE',
|
|
7411
|
+
VIDEO: 'VIDEO',
|
|
7412
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
7413
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
7414
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
7415
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
7416
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7417
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7418
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7419
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7420
|
+
};
|
|
7421
|
+
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
7422
|
+
|
|
7396
7423
|
/**
|
|
7397
7424
|
* Api Documentation
|
|
7398
7425
|
* Api Documentation
|