@revxui/api-clients-ts 1.1.201 → 1.1.202
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/bidFunnelController.service.d.ts +6 -6
- package/api/creativeSetsController.service.d.ts +28 -0
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +9 -9
- package/bundles/revxui-api-clients-ts.umd.js +141 -26
- 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/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 +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 +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 -2
- 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/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/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/creativeSetPerformanceList.js +25 -0
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/dashboardMetrics.js +1 -1
- package/esm2015/model/models.js +7 -1
- package/esm2015/model/slicexData.js +1 -1
- package/esm2015/model/slicexGridData.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +138 -27
- 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 +80 -0
- package/model/creativeSetDashboardMetric.d.ts +2 -0
- package/model/creativeSetPerformanceList.d.ts +97 -0
- package/model/dashboardData.d.ts +2 -0
- package/model/dashboardMetrics.d.ts +2 -0
- package/model/models.d.ts +6 -0
- package/model/slicexData.d.ts +2 -0
- package/model/slicexGridData.d.ts +2 -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://apiv2stage5.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://apiv2stage5.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://apiv2stage5.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://apiv2stage5.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://apiv2stage5.atomex.net';
|
|
2124
2124
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2125
2125
|
this.configuration = new Configuration();
|
|
2126
2126
|
if (basePath) {
|
|
@@ -2307,7 +2307,7 @@
|
|
|
2307
2307
|
var BidFunnelControllerService = /** @class */ (function () {
|
|
2308
2308
|
function BidFunnelControllerService(httpClient, basePath, configuration) {
|
|
2309
2309
|
this.httpClient = httpClient;
|
|
2310
|
-
this.basePath = 'https://
|
|
2310
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2311
2311
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2312
2312
|
this.configuration = new Configuration();
|
|
2313
2313
|
if (basePath) {
|
|
@@ -2438,7 +2438,7 @@
|
|
|
2438
2438
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2439
2439
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2440
2440
|
this.httpClient = httpClient;
|
|
2441
|
-
this.basePath = 'https://
|
|
2441
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2442
2442
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2443
2443
|
this.configuration = new Configuration();
|
|
2444
2444
|
if (basePath) {
|
|
@@ -2669,7 +2669,7 @@
|
|
|
2669
2669
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2670
2670
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2671
2671
|
this.httpClient = httpClient;
|
|
2672
|
-
this.basePath = 'https://
|
|
2672
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2673
2673
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2674
2674
|
this.configuration = new Configuration();
|
|
2675
2675
|
if (basePath) {
|
|
@@ -2778,7 +2778,7 @@
|
|
|
2778
2778
|
var CampaignControllerService = /** @class */ (function () {
|
|
2779
2779
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2780
2780
|
this.httpClient = httpClient;
|
|
2781
|
-
this.basePath = 'https://
|
|
2781
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2782
2782
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2783
2783
|
this.configuration = new Configuration();
|
|
2784
2784
|
if (basePath) {
|
|
@@ -3088,7 +3088,7 @@
|
|
|
3088
3088
|
var CatalogControllerService = /** @class */ (function () {
|
|
3089
3089
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
3090
3090
|
this.httpClient = httpClient;
|
|
3091
|
-
this.basePath = 'https://
|
|
3091
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3092
3092
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3093
3093
|
this.configuration = new Configuration();
|
|
3094
3094
|
if (basePath) {
|
|
@@ -3334,7 +3334,7 @@
|
|
|
3334
3334
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3335
3335
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3336
3336
|
this.httpClient = httpClient;
|
|
3337
|
-
this.basePath = 'https://
|
|
3337
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3338
3338
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3339
3339
|
this.configuration = new Configuration();
|
|
3340
3340
|
if (basePath) {
|
|
@@ -3572,7 +3572,7 @@
|
|
|
3572
3572
|
var CreativeControllerService = /** @class */ (function () {
|
|
3573
3573
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3574
3574
|
this.httpClient = httpClient;
|
|
3575
|
-
this.basePath = 'https://
|
|
3575
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3576
3576
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3577
3577
|
this.configuration = new Configuration();
|
|
3578
3578
|
if (basePath) {
|
|
@@ -4073,7 +4073,7 @@
|
|
|
4073
4073
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
4074
4074
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
4075
4075
|
this.httpClient = httpClient;
|
|
4076
|
-
this.basePath = 'https://
|
|
4076
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4077
4077
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4078
4078
|
this.configuration = new Configuration();
|
|
4079
4079
|
if (basePath) {
|
|
@@ -4327,6 +4327,88 @@
|
|
|
4327
4327
|
reportProgress: reportProgress
|
|
4328
4328
|
});
|
|
4329
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
|
+
};
|
|
4330
4412
|
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
4331
4413
|
if (observe === void 0) { observe = 'body'; }
|
|
4332
4414
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4592,7 +4674,7 @@
|
|
|
4592
4674
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4593
4675
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4594
4676
|
this.httpClient = httpClient;
|
|
4595
|
-
this.basePath = 'https://
|
|
4677
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4596
4678
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4597
4679
|
this.configuration = new Configuration();
|
|
4598
4680
|
if (basePath) {
|
|
@@ -4781,7 +4863,7 @@
|
|
|
4781
4863
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4782
4864
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4783
4865
|
this.httpClient = httpClient;
|
|
4784
|
-
this.basePath = 'https://
|
|
4866
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4785
4867
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4786
4868
|
this.configuration = new Configuration();
|
|
4787
4869
|
if (basePath) {
|
|
@@ -4857,7 +4939,7 @@
|
|
|
4857
4939
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4858
4940
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4859
4941
|
this.httpClient = httpClient;
|
|
4860
|
-
this.basePath = 'https://
|
|
4942
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4861
4943
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4862
4944
|
this.configuration = new Configuration();
|
|
4863
4945
|
if (basePath) {
|
|
@@ -5024,7 +5106,7 @@
|
|
|
5024
5106
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
5025
5107
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
5026
5108
|
this.httpClient = httpClient;
|
|
5027
|
-
this.basePath = 'https://
|
|
5109
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5028
5110
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5029
5111
|
this.configuration = new Configuration();
|
|
5030
5112
|
if (basePath) {
|
|
@@ -5109,7 +5191,7 @@
|
|
|
5109
5191
|
var DashboardControllerService = /** @class */ (function () {
|
|
5110
5192
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
5111
5193
|
this.httpClient = httpClient;
|
|
5112
|
-
this.basePath = 'https://
|
|
5194
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5113
5195
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5114
5196
|
this.configuration = new Configuration();
|
|
5115
5197
|
if (basePath) {
|
|
@@ -5754,7 +5836,7 @@
|
|
|
5754
5836
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5755
5837
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5756
5838
|
this.httpClient = httpClient;
|
|
5757
|
-
this.basePath = 'https://
|
|
5839
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5758
5840
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5759
5841
|
this.configuration = new Configuration();
|
|
5760
5842
|
if (basePath) {
|
|
@@ -5973,7 +6055,7 @@
|
|
|
5973
6055
|
var PixelControllerService = /** @class */ (function () {
|
|
5974
6056
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5975
6057
|
this.httpClient = httpClient;
|
|
5976
|
-
this.basePath = 'https://
|
|
6058
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5977
6059
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5978
6060
|
this.configuration = new Configuration();
|
|
5979
6061
|
if (basePath) {
|
|
@@ -6290,7 +6372,7 @@
|
|
|
6290
6372
|
var ReportingControllerService = /** @class */ (function () {
|
|
6291
6373
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
6292
6374
|
this.httpClient = httpClient;
|
|
6293
|
-
this.basePath = 'https://
|
|
6375
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6294
6376
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6295
6377
|
this.configuration = new Configuration();
|
|
6296
6378
|
if (basePath) {
|
|
@@ -6462,7 +6544,7 @@
|
|
|
6462
6544
|
var SliceXControllerService = /** @class */ (function () {
|
|
6463
6545
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6464
6546
|
this.httpClient = httpClient;
|
|
6465
|
-
this.basePath = 'https://
|
|
6547
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6466
6548
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6467
6549
|
this.configuration = new Configuration();
|
|
6468
6550
|
if (basePath) {
|
|
@@ -6718,7 +6800,7 @@
|
|
|
6718
6800
|
var StrategyControllerService = /** @class */ (function () {
|
|
6719
6801
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6720
6802
|
this.httpClient = httpClient;
|
|
6721
|
-
this.basePath = 'https://
|
|
6803
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6722
6804
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6723
6805
|
this.configuration = new Configuration();
|
|
6724
6806
|
if (basePath) {
|
|
@@ -7550,7 +7632,7 @@
|
|
|
7550
7632
|
var StrategyTemplateControllerService = /** @class */ (function () {
|
|
7551
7633
|
function StrategyTemplateControllerService(httpClient, basePath, configuration) {
|
|
7552
7634
|
this.httpClient = httpClient;
|
|
7553
|
-
this.basePath = 'https://
|
|
7635
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7554
7636
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7555
7637
|
this.configuration = new Configuration();
|
|
7556
7638
|
if (basePath) {
|
|
@@ -7672,7 +7754,7 @@
|
|
|
7672
7754
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7673
7755
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7674
7756
|
this.httpClient = httpClient;
|
|
7675
|
-
this.basePath = 'https://
|
|
7757
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7676
7758
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7677
7759
|
this.configuration = new Configuration();
|
|
7678
7760
|
if (basePath) {
|
|
@@ -7762,7 +7844,7 @@
|
|
|
7762
7844
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7763
7845
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7764
7846
|
this.httpClient = httpClient;
|
|
7765
|
-
this.basePath = 'https://
|
|
7847
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7766
7848
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7767
7849
|
this.configuration = new Configuration();
|
|
7768
7850
|
if (basePath) {
|
|
@@ -8305,6 +8387,14 @@
|
|
|
8305
8387
|
};
|
|
8306
8388
|
})(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
|
|
8307
8389
|
|
|
8390
|
+
exports.CreativePerformanceList = void 0;
|
|
8391
|
+
(function (CreativePerformanceList) {
|
|
8392
|
+
CreativePerformanceList.StatusEnum = {
|
|
8393
|
+
Active: 'active',
|
|
8394
|
+
Inactive: 'inactive'
|
|
8395
|
+
};
|
|
8396
|
+
})(exports.CreativePerformanceList || (exports.CreativePerformanceList = {}));
|
|
8397
|
+
|
|
8308
8398
|
exports.CreativeSetDashboardMetric = void 0;
|
|
8309
8399
|
(function (CreativeSetDashboardMetric) {
|
|
8310
8400
|
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
@@ -8347,6 +8437,31 @@
|
|
|
8347
8437
|
};
|
|
8348
8438
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
8349
8439
|
|
|
8440
|
+
exports.CreativeSetPerformanceList = void 0;
|
|
8441
|
+
(function (CreativeSetPerformanceList) {
|
|
8442
|
+
CreativeSetPerformanceList.StatusEnum = {
|
|
8443
|
+
Active: 'active',
|
|
8444
|
+
Inactive: 'inactive'
|
|
8445
|
+
};
|
|
8446
|
+
CreativeSetPerformanceList.TypeEnum = {
|
|
8447
|
+
IMAGE: 'IMAGE',
|
|
8448
|
+
VIDEO: 'VIDEO',
|
|
8449
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
8450
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
8451
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
8452
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
8453
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
8454
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
8455
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
8456
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8457
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8458
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8459
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8460
|
+
NATIVEICON: 'NATIVE_ICON',
|
|
8461
|
+
ICON: 'ICON'
|
|
8462
|
+
};
|
|
8463
|
+
})(exports.CreativeSetPerformanceList || (exports.CreativeSetPerformanceList = {}));
|
|
8464
|
+
|
|
8350
8465
|
exports.CreativeSetRequest = void 0;
|
|
8351
8466
|
(function (CreativeSetRequest) {
|
|
8352
8467
|
CreativeSetRequest.CreativeSetTypeEnum = {
|