@revxui/api-clients-ts 0.10.327 → 0.10.328
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/audienceController.service.d.ts +26 -0
- package/api/catalogController.service.d.ts +0 -13
- package/api/creativeSetsController.service.d.ts +0 -16
- package/bundles/revxui-api-clients-ts.umd.js +112 -128
- 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 +70 -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 -35
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -47
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/advertiserLayoutVariables.js +1 -1
- package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +1 -0
- package/esm2015/model/audienceAnalysisRequest.js +12 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
- package/esm2015/model/combinedAudienceAnalysisResponse.js +12 -0
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +12 -6
- package/esm2015/model/creativeSetDashboardMetric.js +2 -4
- package/esm2015/model/creativeSetDetails.js +2 -4
- package/esm2015/model/creativeSetRequest.js +2 -4
- package/esm2015/model/creativeSetResponse.js +2 -4
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
- package/esm2015/model/models.js +1 -1
- package/esm2015/model/searchRequest.js +1 -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 +74 -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 -37
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -49
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/advertiserLayoutVariables.js +1 -1
- package/esm5/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +1 -0
- package/esm5/model/audienceAnalysisRequest.js +12 -0
- package/esm5/model/baseModelWithCreativeSetType.js +2 -4
- package/esm5/model/combinedAudienceAnalysisResponse.js +12 -0
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +12 -6
- package/esm5/model/creativeSetDashboardMetric.js +2 -4
- package/esm5/model/creativeSetDetails.js +2 -4
- package/esm5/model/creativeSetRequest.js +2 -4
- package/esm5/model/creativeSetResponse.js +2 -4
- package/esm5/model/duplicateCreativeSetResponse.js +2 -4
- package/esm5/model/models.js +1 -1
- package/esm5/model/searchRequest.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +108 -124
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +112 -128
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserLayoutVariables.d.ts +0 -1
- package/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts +17 -0
- package/model/{hybridAdMapping.d.ts → audienceAnalysisRequest.d.ts} +5 -5
- package/model/baseModelWithCreativeSetType.d.ts +1 -3
- package/model/combinedAudienceAnalysisResponse.d.ts +19 -0
- package/model/creativeDTO.d.ts +0 -4
- package/model/creativeHtmlFileForSet.d.ts +0 -9
- package/model/creativeSetDashboardMetric.d.ts +1 -3
- package/model/creativeSetDetails.d.ts +1 -3
- package/model/creativeSetRequest.d.ts +1 -7
- package/model/creativeSetResponse.d.ts +1 -3
- package/model/duplicateCreativeSetResponse.d.ts +1 -3
- package/model/models.d.ts +3 -1
- package/model/searchRequest.d.ts +1 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/hybridAdMapping.js +0 -1
- package/esm5/model/hybridAdMapping.js +0 -1
|
@@ -83,7 +83,7 @@ class Configuration {
|
|
|
83
83
|
let AdminControllerService = class AdminControllerService {
|
|
84
84
|
constructor(httpClient, basePath, configuration) {
|
|
85
85
|
this.httpClient = httpClient;
|
|
86
|
-
this.basePath = 'https://
|
|
86
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
87
87
|
this.defaultHeaders = new HttpHeaders();
|
|
88
88
|
this.configuration = new Configuration();
|
|
89
89
|
if (basePath) {
|
|
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
273
273
|
let AdvertiserControllerService = class AdvertiserControllerService {
|
|
274
274
|
constructor(httpClient, basePath, configuration) {
|
|
275
275
|
this.httpClient = httpClient;
|
|
276
|
-
this.basePath = 'https://
|
|
276
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
277
277
|
this.defaultHeaders = new HttpHeaders();
|
|
278
278
|
this.configuration = new Configuration();
|
|
279
279
|
if (basePath) {
|
|
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
|
|
|
685
685
|
let AppSettingsControllerService = class AppSettingsControllerService {
|
|
686
686
|
constructor(httpClient, basePath, configuration) {
|
|
687
687
|
this.httpClient = httpClient;
|
|
688
|
-
this.basePath = 'https://
|
|
688
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
689
689
|
this.defaultHeaders = new HttpHeaders();
|
|
690
690
|
this.configuration = new Configuration();
|
|
691
691
|
if (basePath) {
|
|
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
|
|
|
837
837
|
let AudienceControllerService = class AudienceControllerService {
|
|
838
838
|
constructor(httpClient, basePath, configuration) {
|
|
839
839
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -1210,6 +1210,40 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1210
1210
|
reportProgress: reportProgress
|
|
1211
1211
|
});
|
|
1212
1212
|
}
|
|
1213
|
+
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1214
|
+
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1215
|
+
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
|
|
1216
|
+
}
|
|
1217
|
+
let headers = this.defaultHeaders;
|
|
1218
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1219
|
+
headers = headers.set('reqId', String(reqId));
|
|
1220
|
+
}
|
|
1221
|
+
if (token !== undefined && token !== null) {
|
|
1222
|
+
headers = headers.set('token', String(token));
|
|
1223
|
+
}
|
|
1224
|
+
// to determine the Accept header
|
|
1225
|
+
let httpHeaderAccepts = [
|
|
1226
|
+
'*/*'
|
|
1227
|
+
];
|
|
1228
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1229
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1230
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1231
|
+
}
|
|
1232
|
+
// to determine the Content-Type header
|
|
1233
|
+
const consumes = [
|
|
1234
|
+
'application/json'
|
|
1235
|
+
];
|
|
1236
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1237
|
+
if (httpContentTypeSelected != undefined) {
|
|
1238
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1239
|
+
}
|
|
1240
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis`, audienceAnalysisRequest, {
|
|
1241
|
+
withCredentials: this.configuration.withCredentials,
|
|
1242
|
+
headers: headers,
|
|
1243
|
+
observe: observe,
|
|
1244
|
+
reportProgress: reportProgress
|
|
1245
|
+
});
|
|
1246
|
+
}
|
|
1213
1247
|
getByIdUsingGET1(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
1214
1248
|
if (id === null || id === undefined) {
|
|
1215
1249
|
throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET1.');
|
|
@@ -1300,6 +1334,40 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1300
1334
|
reportProgress: reportProgress
|
|
1301
1335
|
});
|
|
1302
1336
|
}
|
|
1337
|
+
getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1338
|
+
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1339
|
+
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getCombinedAnalysisAudienceCountUsingPOST.');
|
|
1340
|
+
}
|
|
1341
|
+
let headers = this.defaultHeaders;
|
|
1342
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1343
|
+
headers = headers.set('reqId', String(reqId));
|
|
1344
|
+
}
|
|
1345
|
+
if (token !== undefined && token !== null) {
|
|
1346
|
+
headers = headers.set('token', String(token));
|
|
1347
|
+
}
|
|
1348
|
+
// to determine the Accept header
|
|
1349
|
+
let httpHeaderAccepts = [
|
|
1350
|
+
'*/*'
|
|
1351
|
+
];
|
|
1352
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1353
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1354
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1355
|
+
}
|
|
1356
|
+
// to determine the Content-Type header
|
|
1357
|
+
const consumes = [
|
|
1358
|
+
'application/json'
|
|
1359
|
+
];
|
|
1360
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1361
|
+
if (httpContentTypeSelected != undefined) {
|
|
1362
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1363
|
+
}
|
|
1364
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis/combination`, audienceAnalysisRequest, {
|
|
1365
|
+
withCredentials: this.configuration.withCredentials,
|
|
1366
|
+
headers: headers,
|
|
1367
|
+
observe: observe,
|
|
1368
|
+
reportProgress: reportProgress
|
|
1369
|
+
});
|
|
1370
|
+
}
|
|
1303
1371
|
getEligibleUsersCountUsingPOST(eligibleUsersRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1304
1372
|
if (eligibleUsersRequest === null || eligibleUsersRequest === undefined) {
|
|
1305
1373
|
throw new Error('Required parameter eligibleUsersRequest was null or undefined when calling getEligibleUsersCountUsingPOST.');
|
|
@@ -1583,7 +1651,7 @@ AudienceControllerService = __decorate([
|
|
|
1583
1651
|
let AuditControllerService = class AuditControllerService {
|
|
1584
1652
|
constructor(httpClient, basePath, configuration) {
|
|
1585
1653
|
this.httpClient = httpClient;
|
|
1586
|
-
this.basePath = 'https://
|
|
1654
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1587
1655
|
this.defaultHeaders = new HttpHeaders();
|
|
1588
1656
|
this.configuration = new Configuration();
|
|
1589
1657
|
if (basePath) {
|
|
@@ -1764,7 +1832,7 @@ AuditControllerService = __decorate([
|
|
|
1764
1832
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1765
1833
|
constructor(httpClient, basePath, configuration) {
|
|
1766
1834
|
this.httpClient = httpClient;
|
|
1767
|
-
this.basePath = 'https://
|
|
1835
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1768
1836
|
this.defaultHeaders = new HttpHeaders();
|
|
1769
1837
|
this.configuration = new Configuration();
|
|
1770
1838
|
if (basePath) {
|
|
@@ -1985,7 +2053,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1985
2053
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1986
2054
|
constructor(httpClient, basePath, configuration) {
|
|
1987
2055
|
this.httpClient = httpClient;
|
|
1988
|
-
this.basePath = 'https://
|
|
2056
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1989
2057
|
this.defaultHeaders = new HttpHeaders();
|
|
1990
2058
|
this.configuration = new Configuration();
|
|
1991
2059
|
if (basePath) {
|
|
@@ -2090,7 +2158,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2090
2158
|
let CampaignControllerService = class CampaignControllerService {
|
|
2091
2159
|
constructor(httpClient, basePath, configuration) {
|
|
2092
2160
|
this.httpClient = httpClient;
|
|
2093
|
-
this.basePath = 'https://
|
|
2161
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2094
2162
|
this.defaultHeaders = new HttpHeaders();
|
|
2095
2163
|
this.configuration = new Configuration();
|
|
2096
2164
|
if (basePath) {
|
|
@@ -2386,7 +2454,7 @@ CampaignControllerService = __decorate([
|
|
|
2386
2454
|
let CatalogControllerService = class CatalogControllerService {
|
|
2387
2455
|
constructor(httpClient, basePath, configuration) {
|
|
2388
2456
|
this.httpClient = httpClient;
|
|
2389
|
-
this.basePath = 'https://
|
|
2457
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2390
2458
|
this.defaultHeaders = new HttpHeaders();
|
|
2391
2459
|
this.configuration = new Configuration();
|
|
2392
2460
|
if (basePath) {
|
|
@@ -2480,39 +2548,6 @@ let CatalogControllerService = class CatalogControllerService {
|
|
|
2480
2548
|
reportProgress: reportProgress
|
|
2481
2549
|
});
|
|
2482
2550
|
}
|
|
2483
|
-
getFeedsByAdvertiserIdUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
2484
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
2485
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getFeedsByAdvertiserIdUsingGET.');
|
|
2486
|
-
}
|
|
2487
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
2488
|
-
if (advertiserId !== undefined && advertiserId !== null) {
|
|
2489
|
-
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
2490
|
-
}
|
|
2491
|
-
let headers = this.defaultHeaders;
|
|
2492
|
-
if (reqId !== undefined && reqId !== null) {
|
|
2493
|
-
headers = headers.set('reqId', String(reqId));
|
|
2494
|
-
}
|
|
2495
|
-
if (token !== undefined && token !== null) {
|
|
2496
|
-
headers = headers.set('token', String(token));
|
|
2497
|
-
}
|
|
2498
|
-
// to determine the Accept header
|
|
2499
|
-
let httpHeaderAccepts = [
|
|
2500
|
-
'application/json'
|
|
2501
|
-
];
|
|
2502
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2503
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
2504
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2505
|
-
}
|
|
2506
|
-
// to determine the Content-Type header
|
|
2507
|
-
const consumes = [];
|
|
2508
|
-
return this.httpClient.get(`${this.basePath}/v2/api/catalog/feeds`, {
|
|
2509
|
-
params: queryParameters,
|
|
2510
|
-
withCredentials: this.configuration.withCredentials,
|
|
2511
|
-
headers: headers,
|
|
2512
|
-
observe: observe,
|
|
2513
|
-
reportProgress: reportProgress
|
|
2514
|
-
});
|
|
2515
|
-
}
|
|
2516
2551
|
getMacrosUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
|
|
2517
2552
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
2518
2553
|
throw new Error('Required parameter advertiser_id was null or undefined when calling getMacrosUsingPOST.');
|
|
@@ -2622,7 +2657,7 @@ CatalogControllerService = __decorate([
|
|
|
2622
2657
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2623
2658
|
constructor(httpClient, basePath, configuration) {
|
|
2624
2659
|
this.httpClient = httpClient;
|
|
2625
|
-
this.basePath = 'https://
|
|
2660
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2626
2661
|
this.defaultHeaders = new HttpHeaders();
|
|
2627
2662
|
this.configuration = new Configuration();
|
|
2628
2663
|
if (basePath) {
|
|
@@ -2850,7 +2885,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2850
2885
|
let CreativeControllerService = class CreativeControllerService {
|
|
2851
2886
|
constructor(httpClient, basePath, configuration) {
|
|
2852
2887
|
this.httpClient = httpClient;
|
|
2853
|
-
this.basePath = 'https://
|
|
2888
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2854
2889
|
this.defaultHeaders = new HttpHeaders();
|
|
2855
2890
|
this.configuration = new Configuration();
|
|
2856
2891
|
if (basePath) {
|
|
@@ -3293,7 +3328,7 @@ CreativeControllerService = __decorate([
|
|
|
3293
3328
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3294
3329
|
constructor(httpClient, basePath, configuration) {
|
|
3295
3330
|
this.httpClient = httpClient;
|
|
3296
|
-
this.basePath = 'https://
|
|
3331
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3297
3332
|
this.defaultHeaders = new HttpHeaders();
|
|
3298
3333
|
this.configuration = new Configuration();
|
|
3299
3334
|
if (basePath) {
|
|
@@ -3644,51 +3679,6 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3644
3679
|
reportProgress: reportProgress
|
|
3645
3680
|
});
|
|
3646
3681
|
}
|
|
3647
|
-
getTemplateListUsingGET(advertiserId, type, filters, isPlacebo, reqId, token, observe = 'body', reportProgress = false) {
|
|
3648
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
3649
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
|
|
3650
|
-
}
|
|
3651
|
-
if (type === null || type === undefined) {
|
|
3652
|
-
throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
|
|
3653
|
-
}
|
|
3654
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3655
|
-
if (advertiserId !== undefined && advertiserId !== null) {
|
|
3656
|
-
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
3657
|
-
}
|
|
3658
|
-
if (filters !== undefined && filters !== null) {
|
|
3659
|
-
queryParameters = queryParameters.set('filters', filters);
|
|
3660
|
-
}
|
|
3661
|
-
if (isPlacebo !== undefined && isPlacebo !== null) {
|
|
3662
|
-
queryParameters = queryParameters.set('isPlacebo', isPlacebo);
|
|
3663
|
-
}
|
|
3664
|
-
if (type !== undefined && type !== null) {
|
|
3665
|
-
queryParameters = queryParameters.set('type', type);
|
|
3666
|
-
}
|
|
3667
|
-
let headers = this.defaultHeaders;
|
|
3668
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3669
|
-
headers = headers.set('reqId', String(reqId));
|
|
3670
|
-
}
|
|
3671
|
-
if (token !== undefined && token !== null) {
|
|
3672
|
-
headers = headers.set('token', String(token));
|
|
3673
|
-
}
|
|
3674
|
-
// to determine the Accept header
|
|
3675
|
-
let httpHeaderAccepts = [
|
|
3676
|
-
'application/json'
|
|
3677
|
-
];
|
|
3678
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3679
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3680
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3681
|
-
}
|
|
3682
|
-
// to determine the Content-Type header
|
|
3683
|
-
const consumes = [];
|
|
3684
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/templates`, {
|
|
3685
|
-
params: queryParameters,
|
|
3686
|
-
withCredentials: this.configuration.withCredentials,
|
|
3687
|
-
headers: headers,
|
|
3688
|
-
observe: observe,
|
|
3689
|
-
reportProgress: reportProgress
|
|
3690
|
-
});
|
|
3691
|
-
}
|
|
3692
3682
|
updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
3693
3683
|
if (creativeSetRequest === null || creativeSetRequest === undefined) {
|
|
3694
3684
|
throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
|
|
@@ -3751,7 +3741,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3751
3741
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3752
3742
|
constructor(httpClient, basePath, configuration) {
|
|
3753
3743
|
this.httpClient = httpClient;
|
|
3754
|
-
this.basePath = 'https://
|
|
3744
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3755
3745
|
this.defaultHeaders = new HttpHeaders();
|
|
3756
3746
|
this.configuration = new Configuration();
|
|
3757
3747
|
if (basePath) {
|
|
@@ -3932,7 +3922,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3932
3922
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3933
3923
|
constructor(httpClient, basePath, configuration) {
|
|
3934
3924
|
this.httpClient = httpClient;
|
|
3935
|
-
this.basePath = 'https://
|
|
3925
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3936
3926
|
this.defaultHeaders = new HttpHeaders();
|
|
3937
3927
|
this.configuration = new Configuration();
|
|
3938
3928
|
if (basePath) {
|
|
@@ -4006,7 +3996,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
4006
3996
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
4007
3997
|
constructor(httpClient, basePath, configuration) {
|
|
4008
3998
|
this.httpClient = httpClient;
|
|
4009
|
-
this.basePath = 'https://
|
|
3999
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4010
4000
|
this.defaultHeaders = new HttpHeaders();
|
|
4011
4001
|
this.configuration = new Configuration();
|
|
4012
4002
|
if (basePath) {
|
|
@@ -4167,7 +4157,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
4167
4157
|
let DashboardControllerService = class DashboardControllerService {
|
|
4168
4158
|
constructor(httpClient, basePath, configuration) {
|
|
4169
4159
|
this.httpClient = httpClient;
|
|
4170
|
-
this.basePath = 'https://
|
|
4160
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4171
4161
|
this.defaultHeaders = new HttpHeaders();
|
|
4172
4162
|
this.configuration = new Configuration();
|
|
4173
4163
|
if (basePath) {
|
|
@@ -4782,7 +4772,7 @@ DashboardControllerService = __decorate([
|
|
|
4782
4772
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4783
4773
|
constructor(httpClient, basePath, configuration) {
|
|
4784
4774
|
this.httpClient = httpClient;
|
|
4785
|
-
this.basePath = 'https://
|
|
4775
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4786
4776
|
this.defaultHeaders = new HttpHeaders();
|
|
4787
4777
|
this.configuration = new Configuration();
|
|
4788
4778
|
if (basePath) {
|
|
@@ -4961,7 +4951,7 @@ NotificationsControllerService = __decorate([
|
|
|
4961
4951
|
let PixelControllerService = class PixelControllerService {
|
|
4962
4952
|
constructor(httpClient, basePath, configuration) {
|
|
4963
4953
|
this.httpClient = httpClient;
|
|
4964
|
-
this.basePath = 'https://
|
|
4954
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4965
4955
|
this.defaultHeaders = new HttpHeaders();
|
|
4966
4956
|
this.configuration = new Configuration();
|
|
4967
4957
|
if (basePath) {
|
|
@@ -5264,7 +5254,7 @@ PixelControllerService = __decorate([
|
|
|
5264
5254
|
let ReportingControllerService = class ReportingControllerService {
|
|
5265
5255
|
constructor(httpClient, basePath, configuration) {
|
|
5266
5256
|
this.httpClient = httpClient;
|
|
5267
|
-
this.basePath = 'https://
|
|
5257
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5268
5258
|
this.defaultHeaders = new HttpHeaders();
|
|
5269
5259
|
this.configuration = new Configuration();
|
|
5270
5260
|
if (basePath) {
|
|
@@ -5430,7 +5420,7 @@ ReportingControllerService = __decorate([
|
|
|
5430
5420
|
let SliceXControllerService = class SliceXControllerService {
|
|
5431
5421
|
constructor(httpClient, basePath, configuration) {
|
|
5432
5422
|
this.httpClient = httpClient;
|
|
5433
|
-
this.basePath = 'https://
|
|
5423
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5434
5424
|
this.defaultHeaders = new HttpHeaders();
|
|
5435
5425
|
this.configuration = new Configuration();
|
|
5436
5426
|
if (basePath) {
|
|
@@ -5676,7 +5666,7 @@ SliceXControllerService = __decorate([
|
|
|
5676
5666
|
let StrategyControllerService = class StrategyControllerService {
|
|
5677
5667
|
constructor(httpClient, basePath, configuration) {
|
|
5678
5668
|
this.httpClient = httpClient;
|
|
5679
|
-
this.basePath = 'https://
|
|
5669
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5680
5670
|
this.defaultHeaders = new HttpHeaders();
|
|
5681
5671
|
this.configuration = new Configuration();
|
|
5682
5672
|
if (basePath) {
|
|
@@ -6291,7 +6281,7 @@ StrategyControllerService = __decorate([
|
|
|
6291
6281
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
6292
6282
|
constructor(httpClient, basePath, configuration) {
|
|
6293
6283
|
this.httpClient = httpClient;
|
|
6294
|
-
this.basePath = 'https://
|
|
6284
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6295
6285
|
this.defaultHeaders = new HttpHeaders();
|
|
6296
6286
|
this.configuration = new Configuration();
|
|
6297
6287
|
if (basePath) {
|
|
@@ -6379,7 +6369,7 @@ UILoggerControllerService = __decorate([
|
|
|
6379
6369
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6380
6370
|
constructor(httpClient, basePath, configuration) {
|
|
6381
6371
|
this.httpClient = httpClient;
|
|
6382
|
-
this.basePath = 'https://
|
|
6372
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6383
6373
|
this.defaultHeaders = new HttpHeaders();
|
|
6384
6374
|
this.configuration = new Configuration();
|
|
6385
6375
|
if (basePath) {
|
|
@@ -6727,9 +6717,7 @@ var BaseModelWithCreativeSetType;
|
|
|
6727
6717
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6728
6718
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6729
6719
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6730
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6731
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6732
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6720
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6733
6721
|
};
|
|
6734
6722
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
6735
6723
|
|
|
@@ -6848,13 +6836,19 @@ var CreativeFiles;
|
|
|
6848
6836
|
};
|
|
6849
6837
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
6850
6838
|
|
|
6839
|
+
/**
|
|
6840
|
+
* Api Documentation
|
|
6841
|
+
* Api Documentation
|
|
6842
|
+
*
|
|
6843
|
+
* OpenAPI spec version: 1.0
|
|
6844
|
+
*
|
|
6845
|
+
*
|
|
6846
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6847
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6848
|
+
* Do not edit the class manually.
|
|
6849
|
+
*/
|
|
6851
6850
|
var CreativeHtmlFileForSet;
|
|
6852
6851
|
(function (CreativeHtmlFileForSet) {
|
|
6853
|
-
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
6854
|
-
DCO: 'DCO',
|
|
6855
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6856
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6857
|
-
};
|
|
6858
6852
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
6859
6853
|
Image: 'image',
|
|
6860
6854
|
Html: 'html',
|
|
@@ -6885,9 +6879,7 @@ var CreativeSetDashboardMetric;
|
|
|
6885
6879
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6886
6880
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6887
6881
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6888
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6889
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6890
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6882
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6891
6883
|
};
|
|
6892
6884
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
6893
6885
|
|
|
@@ -6903,9 +6895,7 @@ var CreativeSetDetails;
|
|
|
6903
6895
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6904
6896
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6905
6897
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6906
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6907
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6908
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6898
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6909
6899
|
};
|
|
6910
6900
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
6911
6901
|
|
|
@@ -6921,9 +6911,7 @@ var CreativeSetRequest;
|
|
|
6921
6911
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6922
6912
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6923
6913
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6924
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6925
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6926
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6914
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6927
6915
|
};
|
|
6928
6916
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
6929
6917
|
|
|
@@ -6950,9 +6938,7 @@ var CreativeSetResponse;
|
|
|
6950
6938
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6951
6939
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6952
6940
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6953
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6954
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6955
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6941
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6956
6942
|
};
|
|
6957
6943
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
6958
6944
|
|
|
@@ -6999,9 +6985,7 @@ var DuplicateCreativeSetResponse;
|
|
|
6999
6985
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7000
6986
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7001
6987
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7002
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7003
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7004
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6988
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7005
6989
|
};
|
|
7006
6990
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7007
6991
|
|