@revxui/api-clients-ts 1.1.93 → 1.1.94
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/api.d.ts +3 -1
- package/api/bidFunnelController.service.d.ts +56 -0
- package/api/creativeSetsController.service.d.ts +28 -0
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +9 -37
- package/bundles/revxui-api-clients-ts.umd.js +273 -96
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/api.js +4 -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/bidFunnelController.service.js +132 -0
- 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 +80 -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/customerReportingController.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 -68
- package/esm2015/api/strategyTemplateController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/api.module.js +3 -1
- package/esm2015/model/apiListResponseCreativePerformanceList.js +2 -0
- package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +2 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +2 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +2 -0
- package/esm2015/model/creativePerformanceList.js +8 -0
- package/esm2015/model/creativeSetPerformanceList.js +24 -0
- package/esm2015/model/models.js +7 -1
- package/fesm2015/revxui-api-clients-ts.js +264 -93
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/apiListResponseCreativePerformanceList.d.ts +16 -0
- package/model/apiListResponseCreativeSetPerformanceList.d.ts +16 -0
- package/model/apiResponseObjectApiListResponseCreativePerformanceList.d.ts +17 -0
- package/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts +17 -0
- package/model/creativePerformanceList.d.ts +78 -0
- package/model/creativeSetPerformanceList.d.ts +94 -0
- package/model/models.d.ts +6 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
var AdminControllerService = /** @class */ (function () {
|
|
371
371
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
372
372
|
this.httpClient = httpClient;
|
|
373
|
-
this.basePath = 'https://
|
|
373
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
374
374
|
this.defaultHeaders = new http.HttpHeaders();
|
|
375
375
|
this.configuration = new Configuration();
|
|
376
376
|
if (basePath) {
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
576
576
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
577
577
|
this.httpClient = httpClient;
|
|
578
|
-
this.basePath = 'https://
|
|
578
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
579
579
|
this.defaultHeaders = new http.HttpHeaders();
|
|
580
580
|
this.configuration = new Configuration();
|
|
581
581
|
if (basePath) {
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
1010
1010
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
1011
1011
|
this.httpClient = httpClient;
|
|
1012
|
-
this.basePath = 'https://
|
|
1012
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1013
1013
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1014
1014
|
this.configuration = new Configuration();
|
|
1015
1015
|
if (basePath) {
|
|
@@ -1262,7 +1262,7 @@
|
|
|
1262
1262
|
var AudienceControllerService = /** @class */ (function () {
|
|
1263
1263
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1264
1264
|
this.httpClient = httpClient;
|
|
1265
|
-
this.basePath = 'https://
|
|
1265
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1266
1266
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1267
1267
|
this.configuration = new Configuration();
|
|
1268
1268
|
if (basePath) {
|
|
@@ -2120,7 +2120,7 @@
|
|
|
2120
2120
|
var AuditControllerService = /** @class */ (function () {
|
|
2121
2121
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
2122
2122
|
this.httpClient = httpClient;
|
|
2123
|
-
this.basePath = 'https://
|
|
2123
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2124
2124
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2125
2125
|
this.configuration = new Configuration();
|
|
2126
2126
|
if (basePath) {
|
|
@@ -2304,10 +2304,141 @@
|
|
|
2304
2304
|
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2305
2305
|
]; };
|
|
2306
2306
|
|
|
2307
|
+
var BidFunnelControllerService = /** @class */ (function () {
|
|
2308
|
+
function BidFunnelControllerService(httpClient, basePath, configuration) {
|
|
2309
|
+
this.httpClient = httpClient;
|
|
2310
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2311
|
+
this.defaultHeaders = new http.HttpHeaders();
|
|
2312
|
+
this.configuration = new Configuration();
|
|
2313
|
+
if (basePath) {
|
|
2314
|
+
this.basePath = basePath;
|
|
2315
|
+
}
|
|
2316
|
+
if (configuration) {
|
|
2317
|
+
this.configuration = configuration;
|
|
2318
|
+
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
/**
|
|
2322
|
+
* @param consumes string[] mime-types
|
|
2323
|
+
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
2324
|
+
*/
|
|
2325
|
+
BidFunnelControllerService.prototype.canConsumeForm = function (consumes) {
|
|
2326
|
+
var e_1, _a;
|
|
2327
|
+
var form = 'multipart/form-data';
|
|
2328
|
+
try {
|
|
2329
|
+
for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
|
|
2330
|
+
var consume = consumes_1_1.value;
|
|
2331
|
+
if (form === consume) {
|
|
2332
|
+
return true;
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
2337
|
+
finally {
|
|
2338
|
+
try {
|
|
2339
|
+
if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
|
|
2340
|
+
}
|
|
2341
|
+
finally { if (e_1) throw e_1.error; }
|
|
2342
|
+
}
|
|
2343
|
+
return false;
|
|
2344
|
+
};
|
|
2345
|
+
BidFunnelControllerService.prototype.getBidToConversionDetailsUsingGET = function (entity, id, date, reqId, token, observe, reportProgress) {
|
|
2346
|
+
if (observe === void 0) { observe = 'body'; }
|
|
2347
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
2348
|
+
if (entity === null || entity === undefined) {
|
|
2349
|
+
throw new Error('Required parameter entity was null or undefined when calling getBidToConversionDetailsUsingGET.');
|
|
2350
|
+
}
|
|
2351
|
+
if (id === null || id === undefined) {
|
|
2352
|
+
throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsUsingGET.');
|
|
2353
|
+
}
|
|
2354
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
2355
|
+
if (date !== undefined && date !== null) {
|
|
2356
|
+
queryParameters = queryParameters.set('date', date);
|
|
2357
|
+
}
|
|
2358
|
+
if (entity !== undefined && entity !== null) {
|
|
2359
|
+
queryParameters = queryParameters.set('entity', entity);
|
|
2360
|
+
}
|
|
2361
|
+
var headers = this.defaultHeaders;
|
|
2362
|
+
if (reqId !== undefined && reqId !== null) {
|
|
2363
|
+
headers = headers.set('reqId', String(reqId));
|
|
2364
|
+
}
|
|
2365
|
+
if (token !== undefined && token !== null) {
|
|
2366
|
+
headers = headers.set('token', String(token));
|
|
2367
|
+
}
|
|
2368
|
+
// to determine the Accept header
|
|
2369
|
+
var httpHeaderAccepts = [
|
|
2370
|
+
'application/json'
|
|
2371
|
+
];
|
|
2372
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2373
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
2374
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2375
|
+
}
|
|
2376
|
+
// to determine the Content-Type header
|
|
2377
|
+
var consumes = [];
|
|
2378
|
+
return this.httpClient.get(this.basePath + "/bidfunnel/" + encodeURIComponent(String(id)), {
|
|
2379
|
+
params: queryParameters,
|
|
2380
|
+
withCredentials: this.configuration.withCredentials,
|
|
2381
|
+
headers: headers,
|
|
2382
|
+
observe: observe,
|
|
2383
|
+
reportProgress: reportProgress
|
|
2384
|
+
});
|
|
2385
|
+
};
|
|
2386
|
+
BidFunnelControllerService.prototype.getBidToConversionFilterDetailsUsingGET = function (entity, id, date, reqId, token, observe, reportProgress) {
|
|
2387
|
+
if (observe === void 0) { observe = 'body'; }
|
|
2388
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
2389
|
+
if (entity === null || entity === undefined) {
|
|
2390
|
+
throw new Error('Required parameter entity was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
|
|
2391
|
+
}
|
|
2392
|
+
if (id === null || id === undefined) {
|
|
2393
|
+
throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
|
|
2394
|
+
}
|
|
2395
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
2396
|
+
if (date !== undefined && date !== null) {
|
|
2397
|
+
queryParameters = queryParameters.set('date', date);
|
|
2398
|
+
}
|
|
2399
|
+
if (entity !== undefined && entity !== null) {
|
|
2400
|
+
queryParameters = queryParameters.set('entity', entity);
|
|
2401
|
+
}
|
|
2402
|
+
var headers = this.defaultHeaders;
|
|
2403
|
+
if (reqId !== undefined && reqId !== null) {
|
|
2404
|
+
headers = headers.set('reqId', String(reqId));
|
|
2405
|
+
}
|
|
2406
|
+
if (token !== undefined && token !== null) {
|
|
2407
|
+
headers = headers.set('token', String(token));
|
|
2408
|
+
}
|
|
2409
|
+
// to determine the Accept header
|
|
2410
|
+
var httpHeaderAccepts = [
|
|
2411
|
+
'application/json'
|
|
2412
|
+
];
|
|
2413
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2414
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
2415
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2416
|
+
}
|
|
2417
|
+
// to determine the Content-Type header
|
|
2418
|
+
var consumes = [];
|
|
2419
|
+
return this.httpClient.get(this.basePath + "/bidfunnel/" + encodeURIComponent(String(id)) + "/filters", {
|
|
2420
|
+
params: queryParameters,
|
|
2421
|
+
withCredentials: this.configuration.withCredentials,
|
|
2422
|
+
headers: headers,
|
|
2423
|
+
observe: observe,
|
|
2424
|
+
reportProgress: reportProgress
|
|
2425
|
+
});
|
|
2426
|
+
};
|
|
2427
|
+
return BidFunnelControllerService;
|
|
2428
|
+
}());
|
|
2429
|
+
BidFunnelControllerService.decorators = [
|
|
2430
|
+
{ type: core.Injectable }
|
|
2431
|
+
];
|
|
2432
|
+
BidFunnelControllerService.ctorParameters = function () { return [
|
|
2433
|
+
{ type: http.HttpClient },
|
|
2434
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
2435
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2436
|
+
]; };
|
|
2437
|
+
|
|
2307
2438
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2308
2439
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2309
2440
|
this.httpClient = httpClient;
|
|
2310
|
-
this.basePath = 'https://
|
|
2441
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2311
2442
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2312
2443
|
this.configuration = new Configuration();
|
|
2313
2444
|
if (basePath) {
|
|
@@ -2538,7 +2669,7 @@
|
|
|
2538
2669
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2539
2670
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2540
2671
|
this.httpClient = httpClient;
|
|
2541
|
-
this.basePath = 'https://
|
|
2672
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2542
2673
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2543
2674
|
this.configuration = new Configuration();
|
|
2544
2675
|
if (basePath) {
|
|
@@ -2647,7 +2778,7 @@
|
|
|
2647
2778
|
var CampaignControllerService = /** @class */ (function () {
|
|
2648
2779
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2649
2780
|
this.httpClient = httpClient;
|
|
2650
|
-
this.basePath = 'https://
|
|
2781
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2651
2782
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2652
2783
|
this.configuration = new Configuration();
|
|
2653
2784
|
if (basePath) {
|
|
@@ -2957,7 +3088,7 @@
|
|
|
2957
3088
|
var CatalogControllerService = /** @class */ (function () {
|
|
2958
3089
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2959
3090
|
this.httpClient = httpClient;
|
|
2960
|
-
this.basePath = 'https://
|
|
3091
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2961
3092
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2962
3093
|
this.configuration = new Configuration();
|
|
2963
3094
|
if (basePath) {
|
|
@@ -3203,7 +3334,7 @@
|
|
|
3203
3334
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3204
3335
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3205
3336
|
this.httpClient = httpClient;
|
|
3206
|
-
this.basePath = 'https://
|
|
3337
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3207
3338
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3208
3339
|
this.configuration = new Configuration();
|
|
3209
3340
|
if (basePath) {
|
|
@@ -3441,7 +3572,7 @@
|
|
|
3441
3572
|
var CreativeControllerService = /** @class */ (function () {
|
|
3442
3573
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3443
3574
|
this.httpClient = httpClient;
|
|
3444
|
-
this.basePath = 'https://
|
|
3575
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3445
3576
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3446
3577
|
this.configuration = new Configuration();
|
|
3447
3578
|
if (basePath) {
|
|
@@ -3942,7 +4073,7 @@
|
|
|
3942
4073
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3943
4074
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3944
4075
|
this.httpClient = httpClient;
|
|
3945
|
-
this.basePath = 'https://
|
|
4076
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3946
4077
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3947
4078
|
this.configuration = new Configuration();
|
|
3948
4079
|
if (basePath) {
|
|
@@ -4196,6 +4327,88 @@
|
|
|
4196
4327
|
reportProgress: reportProgress
|
|
4197
4328
|
});
|
|
4198
4329
|
};
|
|
4330
|
+
CreativeSetsControllerService.prototype.getCreativePerformanceDataUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
4331
|
+
if (observe === void 0) { observe = 'body'; }
|
|
4332
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
4333
|
+
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
4334
|
+
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativePerformanceDataUsingPOST.');
|
|
4335
|
+
}
|
|
4336
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4337
|
+
if (refresh !== undefined && refresh !== null) {
|
|
4338
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
4339
|
+
}
|
|
4340
|
+
var headers = this.defaultHeaders;
|
|
4341
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4342
|
+
headers = headers.set('reqId', String(reqId));
|
|
4343
|
+
}
|
|
4344
|
+
if (token !== undefined && token !== null) {
|
|
4345
|
+
headers = headers.set('token', String(token));
|
|
4346
|
+
}
|
|
4347
|
+
// to determine the Accept header
|
|
4348
|
+
var httpHeaderAccepts = [
|
|
4349
|
+
'application/json'
|
|
4350
|
+
];
|
|
4351
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4352
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4353
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4354
|
+
}
|
|
4355
|
+
// to determine the Content-Type header
|
|
4356
|
+
var consumes = [
|
|
4357
|
+
'application/json'
|
|
4358
|
+
];
|
|
4359
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4360
|
+
if (httpContentTypeSelected != undefined) {
|
|
4361
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
4362
|
+
}
|
|
4363
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/performance/new/creative", dashboardRequest, {
|
|
4364
|
+
params: queryParameters,
|
|
4365
|
+
withCredentials: this.configuration.withCredentials,
|
|
4366
|
+
headers: headers,
|
|
4367
|
+
observe: observe,
|
|
4368
|
+
reportProgress: reportProgress
|
|
4369
|
+
});
|
|
4370
|
+
};
|
|
4371
|
+
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceDataUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
4372
|
+
if (observe === void 0) { observe = 'body'; }
|
|
4373
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
4374
|
+
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
4375
|
+
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceDataUsingPOST.');
|
|
4376
|
+
}
|
|
4377
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4378
|
+
if (refresh !== undefined && refresh !== null) {
|
|
4379
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
4380
|
+
}
|
|
4381
|
+
var headers = this.defaultHeaders;
|
|
4382
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4383
|
+
headers = headers.set('reqId', String(reqId));
|
|
4384
|
+
}
|
|
4385
|
+
if (token !== undefined && token !== null) {
|
|
4386
|
+
headers = headers.set('token', String(token));
|
|
4387
|
+
}
|
|
4388
|
+
// to determine the Accept header
|
|
4389
|
+
var httpHeaderAccepts = [
|
|
4390
|
+
'application/json'
|
|
4391
|
+
];
|
|
4392
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4393
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4394
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4395
|
+
}
|
|
4396
|
+
// to determine the Content-Type header
|
|
4397
|
+
var consumes = [
|
|
4398
|
+
'application/json'
|
|
4399
|
+
];
|
|
4400
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4401
|
+
if (httpContentTypeSelected != undefined) {
|
|
4402
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
4403
|
+
}
|
|
4404
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/performance/new", dashboardRequest, {
|
|
4405
|
+
params: queryParameters,
|
|
4406
|
+
withCredentials: this.configuration.withCredentials,
|
|
4407
|
+
headers: headers,
|
|
4408
|
+
observe: observe,
|
|
4409
|
+
reportProgress: reportProgress
|
|
4410
|
+
});
|
|
4411
|
+
};
|
|
4199
4412
|
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
4200
4413
|
if (observe === void 0) { observe = 'body'; }
|
|
4201
4414
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4461,7 +4674,7 @@
|
|
|
4461
4674
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4462
4675
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4463
4676
|
this.httpClient = httpClient;
|
|
4464
|
-
this.basePath = 'https://
|
|
4677
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4465
4678
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4466
4679
|
this.configuration = new Configuration();
|
|
4467
4680
|
if (basePath) {
|
|
@@ -4650,7 +4863,7 @@
|
|
|
4650
4863
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4651
4864
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4652
4865
|
this.httpClient = httpClient;
|
|
4653
|
-
this.basePath = 'https://
|
|
4866
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4654
4867
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4655
4868
|
this.configuration = new Configuration();
|
|
4656
4869
|
if (basePath) {
|
|
@@ -4726,7 +4939,7 @@
|
|
|
4726
4939
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4727
4940
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4728
4941
|
this.httpClient = httpClient;
|
|
4729
|
-
this.basePath = 'https://
|
|
4942
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4730
4943
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4731
4944
|
this.configuration = new Configuration();
|
|
4732
4945
|
if (basePath) {
|
|
@@ -4893,7 +5106,7 @@
|
|
|
4893
5106
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
4894
5107
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
4895
5108
|
this.httpClient = httpClient;
|
|
4896
|
-
this.basePath = 'https://
|
|
5109
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4897
5110
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4898
5111
|
this.configuration = new Configuration();
|
|
4899
5112
|
if (basePath) {
|
|
@@ -4978,7 +5191,7 @@
|
|
|
4978
5191
|
var DashboardControllerService = /** @class */ (function () {
|
|
4979
5192
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4980
5193
|
this.httpClient = httpClient;
|
|
4981
|
-
this.basePath = 'https://
|
|
5194
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4982
5195
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4983
5196
|
this.configuration = new Configuration();
|
|
4984
5197
|
if (basePath) {
|
|
@@ -5623,7 +5836,7 @@
|
|
|
5623
5836
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5624
5837
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5625
5838
|
this.httpClient = httpClient;
|
|
5626
|
-
this.basePath = 'https://
|
|
5839
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5627
5840
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5628
5841
|
this.configuration = new Configuration();
|
|
5629
5842
|
if (basePath) {
|
|
@@ -5842,7 +6055,7 @@
|
|
|
5842
6055
|
var PixelControllerService = /** @class */ (function () {
|
|
5843
6056
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5844
6057
|
this.httpClient = httpClient;
|
|
5845
|
-
this.basePath = 'https://
|
|
6058
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5846
6059
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5847
6060
|
this.configuration = new Configuration();
|
|
5848
6061
|
if (basePath) {
|
|
@@ -6159,7 +6372,7 @@
|
|
|
6159
6372
|
var ReportingControllerService = /** @class */ (function () {
|
|
6160
6373
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
6161
6374
|
this.httpClient = httpClient;
|
|
6162
|
-
this.basePath = 'https://
|
|
6375
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6163
6376
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6164
6377
|
this.configuration = new Configuration();
|
|
6165
6378
|
if (basePath) {
|
|
@@ -6331,7 +6544,7 @@
|
|
|
6331
6544
|
var SliceXControllerService = /** @class */ (function () {
|
|
6332
6545
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6333
6546
|
this.httpClient = httpClient;
|
|
6334
|
-
this.basePath = 'https://
|
|
6547
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6335
6548
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6336
6549
|
this.configuration = new Configuration();
|
|
6337
6550
|
if (basePath) {
|
|
@@ -6587,7 +6800,7 @@
|
|
|
6587
6800
|
var StrategyControllerService = /** @class */ (function () {
|
|
6588
6801
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6589
6802
|
this.httpClient = httpClient;
|
|
6590
|
-
this.basePath = 'https://
|
|
6803
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6591
6804
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6592
6805
|
this.configuration = new Configuration();
|
|
6593
6806
|
if (basePath) {
|
|
@@ -6945,76 +7158,6 @@
|
|
|
6945
7158
|
reportProgress: reportProgress
|
|
6946
7159
|
});
|
|
6947
7160
|
};
|
|
6948
|
-
StrategyControllerService.prototype.getBidToConversionDetailsForStrategyUsingGET = function (id, date, reqId, token, observe, reportProgress) {
|
|
6949
|
-
if (observe === void 0) { observe = 'body'; }
|
|
6950
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
6951
|
-
if (id === null || id === undefined) {
|
|
6952
|
-
throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsForStrategyUsingGET.');
|
|
6953
|
-
}
|
|
6954
|
-
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
6955
|
-
if (date !== undefined && date !== null) {
|
|
6956
|
-
queryParameters = queryParameters.set('date', date);
|
|
6957
|
-
}
|
|
6958
|
-
var headers = this.defaultHeaders;
|
|
6959
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6960
|
-
headers = headers.set('reqId', String(reqId));
|
|
6961
|
-
}
|
|
6962
|
-
if (token !== undefined && token !== null) {
|
|
6963
|
-
headers = headers.set('token', String(token));
|
|
6964
|
-
}
|
|
6965
|
-
// to determine the Accept header
|
|
6966
|
-
var httpHeaderAccepts = [
|
|
6967
|
-
'application/json'
|
|
6968
|
-
];
|
|
6969
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6970
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6971
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6972
|
-
}
|
|
6973
|
-
// to determine the Content-Type header
|
|
6974
|
-
var consumes = [];
|
|
6975
|
-
return this.httpClient.get(this.basePath + "/v2/api/strategies/b2c/" + encodeURIComponent(String(id)), {
|
|
6976
|
-
params: queryParameters,
|
|
6977
|
-
withCredentials: this.configuration.withCredentials,
|
|
6978
|
-
headers: headers,
|
|
6979
|
-
observe: observe,
|
|
6980
|
-
reportProgress: reportProgress
|
|
6981
|
-
});
|
|
6982
|
-
};
|
|
6983
|
-
StrategyControllerService.prototype.getBidToConversionFilterDetailsForStrategyUsingGET = function (id, date, reqId, token, observe, reportProgress) {
|
|
6984
|
-
if (observe === void 0) { observe = 'body'; }
|
|
6985
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
6986
|
-
if (id === null || id === undefined) {
|
|
6987
|
-
throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsForStrategyUsingGET.');
|
|
6988
|
-
}
|
|
6989
|
-
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
6990
|
-
if (date !== undefined && date !== null) {
|
|
6991
|
-
queryParameters = queryParameters.set('date', date);
|
|
6992
|
-
}
|
|
6993
|
-
var headers = this.defaultHeaders;
|
|
6994
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6995
|
-
headers = headers.set('reqId', String(reqId));
|
|
6996
|
-
}
|
|
6997
|
-
if (token !== undefined && token !== null) {
|
|
6998
|
-
headers = headers.set('token', String(token));
|
|
6999
|
-
}
|
|
7000
|
-
// to determine the Accept header
|
|
7001
|
-
var httpHeaderAccepts = [
|
|
7002
|
-
'application/json'
|
|
7003
|
-
];
|
|
7004
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
7005
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
7006
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
7007
|
-
}
|
|
7008
|
-
// to determine the Content-Type header
|
|
7009
|
-
var consumes = [];
|
|
7010
|
-
return this.httpClient.get(this.basePath + "/v2/api/strategies/b2c/" + encodeURIComponent(String(id)) + "/filters", {
|
|
7011
|
-
params: queryParameters,
|
|
7012
|
-
withCredentials: this.configuration.withCredentials,
|
|
7013
|
-
headers: headers,
|
|
7014
|
-
observe: observe,
|
|
7015
|
-
reportProgress: reportProgress
|
|
7016
|
-
});
|
|
7017
|
-
};
|
|
7018
7161
|
StrategyControllerService.prototype.getSkadSettingsUsingGET = function (reqId, token, observe, reportProgress) {
|
|
7019
7162
|
if (observe === void 0) { observe = 'body'; }
|
|
7020
7163
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -7489,7 +7632,7 @@
|
|
|
7489
7632
|
var StrategyTemplateControllerService = /** @class */ (function () {
|
|
7490
7633
|
function StrategyTemplateControllerService(httpClient, basePath, configuration) {
|
|
7491
7634
|
this.httpClient = httpClient;
|
|
7492
|
-
this.basePath = 'https://
|
|
7635
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7493
7636
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7494
7637
|
this.configuration = new Configuration();
|
|
7495
7638
|
if (basePath) {
|
|
@@ -7611,7 +7754,7 @@
|
|
|
7611
7754
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7612
7755
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7613
7756
|
this.httpClient = httpClient;
|
|
7614
|
-
this.basePath = 'https://
|
|
7757
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7615
7758
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7616
7759
|
this.configuration = new Configuration();
|
|
7617
7760
|
if (basePath) {
|
|
@@ -7701,7 +7844,7 @@
|
|
|
7701
7844
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7702
7845
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7703
7846
|
this.httpClient = httpClient;
|
|
7704
|
-
this.basePath = 'https://
|
|
7847
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7705
7848
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7706
7849
|
this.configuration = new Configuration();
|
|
7707
7850
|
if (basePath) {
|
|
@@ -7876,7 +8019,7 @@
|
|
|
7876
8019
|
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
7877
8020
|
]; };
|
|
7878
8021
|
|
|
7879
|
-
var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
8022
|
+
var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
7880
8023
|
|
|
7881
8024
|
exports.ActivityLogsCreativeSetsBulkUpdateDTO = void 0;
|
|
7882
8025
|
(function (ActivityLogsCreativeSetsBulkUpdateDTO) {
|
|
@@ -8242,6 +8385,14 @@
|
|
|
8242
8385
|
};
|
|
8243
8386
|
})(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
|
|
8244
8387
|
|
|
8388
|
+
exports.CreativePerformanceList = void 0;
|
|
8389
|
+
(function (CreativePerformanceList) {
|
|
8390
|
+
CreativePerformanceList.StatusEnum = {
|
|
8391
|
+
Active: 'active',
|
|
8392
|
+
Inactive: 'inactive'
|
|
8393
|
+
};
|
|
8394
|
+
})(exports.CreativePerformanceList || (exports.CreativePerformanceList = {}));
|
|
8395
|
+
|
|
8245
8396
|
exports.CreativeSetDashboardMetric = void 0;
|
|
8246
8397
|
(function (CreativeSetDashboardMetric) {
|
|
8247
8398
|
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
@@ -8282,6 +8433,30 @@
|
|
|
8282
8433
|
};
|
|
8283
8434
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
8284
8435
|
|
|
8436
|
+
exports.CreativeSetPerformanceList = void 0;
|
|
8437
|
+
(function (CreativeSetPerformanceList) {
|
|
8438
|
+
CreativeSetPerformanceList.StatusEnum = {
|
|
8439
|
+
Active: 'active',
|
|
8440
|
+
Inactive: 'inactive'
|
|
8441
|
+
};
|
|
8442
|
+
CreativeSetPerformanceList.TypeEnum = {
|
|
8443
|
+
IMAGE: 'IMAGE',
|
|
8444
|
+
VIDEO: 'VIDEO',
|
|
8445
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
8446
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
8447
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
8448
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
8449
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
8450
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
8451
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
8452
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8453
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8454
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8455
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8456
|
+
NATIVEICON: 'NATIVE_ICON'
|
|
8457
|
+
};
|
|
8458
|
+
})(exports.CreativeSetPerformanceList || (exports.CreativeSetPerformanceList = {}));
|
|
8459
|
+
|
|
8285
8460
|
exports.CreativeSetRequest = void 0;
|
|
8286
8461
|
(function (CreativeSetRequest) {
|
|
8287
8462
|
CreativeSetRequest.CreativeSetTypeEnum = {
|
|
@@ -8937,6 +9112,7 @@
|
|
|
8937
9112
|
AppSettingsControllerService,
|
|
8938
9113
|
AudienceControllerService,
|
|
8939
9114
|
AuditControllerService,
|
|
9115
|
+
BidFunnelControllerService,
|
|
8940
9116
|
BulkStrategyControllerService,
|
|
8941
9117
|
CSSThemeController_Service,
|
|
8942
9118
|
CampaignControllerService,
|
|
@@ -8977,6 +9153,7 @@
|
|
|
8977
9153
|
exports.AudienceControllerService = AudienceControllerService;
|
|
8978
9154
|
exports.AuditControllerService = AuditControllerService;
|
|
8979
9155
|
exports.BASE_PATH = BASE_PATH;
|
|
9156
|
+
exports.BidFunnelControllerService = BidFunnelControllerService;
|
|
8980
9157
|
exports.BulkStrategyControllerService = BulkStrategyControllerService;
|
|
8981
9158
|
exports.COLLECTION_FORMATS = COLLECTION_FORMATS;
|
|
8982
9159
|
exports.CSSThemeController_Service = CSSThemeController_Service;
|