@revxui/api-clients-ts 1.1.87 → 1.1.88
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 +0 -28
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +9 -9
- package/bundles/revxui-api-clients-ts.umd.js +49 -150
- 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/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 +2 -80
- 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/baseModelWithCreativeSetType.js +3 -2
- package/esm2015/model/creativeCompactDTO.js +3 -2
- package/esm2015/model/creativeDTO.js +3 -2
- package/esm2015/model/creativeDetails.js +3 -2
- package/esm2015/model/creativeFileForSet.js +3 -2
- package/esm2015/model/creativeFiles.js +3 -2
- package/esm2015/model/creativeHtmlFileForSet.js +3 -2
- package/esm2015/model/creativeSetDashboardMetric.js +3 -2
- package/esm2015/model/creativeSetDetails.js +3 -2
- package/esm2015/model/creativeSetRequest.js +3 -2
- package/esm2015/model/creativeSetResponse.js +3 -2
- package/esm2015/model/duplicateCreativeSetResponse.js +3 -2
- package/esm2015/model/models.js +1 -7
- package/fesm2015/revxui-api-clients-ts.js +50 -147
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/baseModelWithCreativeSetType.d.ts +2 -1
- package/model/creativeCompactDTO.d.ts +2 -1
- package/model/creativeDTO.d.ts +2 -1
- package/model/creativeDetails.d.ts +2 -1
- package/model/creativeFileForSet.d.ts +2 -1
- package/model/creativeFiles.d.ts +2 -1
- package/model/creativeHtmlFileForSet.d.ts +2 -1
- package/model/creativeSetDashboardMetric.d.ts +2 -1
- package/model/creativeSetDetails.d.ts +2 -1
- package/model/creativeSetRequest.d.ts +2 -1
- package/model/creativeSetResponse.d.ts +2 -1
- package/model/duplicateCreativeSetResponse.d.ts +2 -1
- package/model/models.d.ts +0 -6
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseCreativePerformanceList.js +0 -2
- package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +0 -2
- package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +0 -2
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +0 -2
- package/esm2015/model/creativePerformanceList.js +0 -8
- package/esm2015/model/creativeSetPerformanceList.js +0 -23
- package/model/apiListResponseCreativePerformanceList.d.ts +0 -16
- package/model/apiListResponseCreativeSetPerformanceList.d.ts +0 -16
- package/model/apiResponseObjectApiListResponseCreativePerformanceList.d.ts +0 -17
- package/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts +0 -17
- package/model/creativePerformanceList.d.ts +0 -78
- package/model/creativeSetPerformanceList.d.ts +0 -93
|
@@ -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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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 BulkStrategyControllerService = /** @class */ (function () {
|
|
2308
2308
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2309
2309
|
this.httpClient = httpClient;
|
|
2310
|
-
this.basePath = 'https://
|
|
2310
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2311
2311
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2312
2312
|
this.configuration = new Configuration();
|
|
2313
2313
|
if (basePath) {
|
|
@@ -2538,7 +2538,7 @@
|
|
|
2538
2538
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2539
2539
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2540
2540
|
this.httpClient = httpClient;
|
|
2541
|
-
this.basePath = 'https://
|
|
2541
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2542
2542
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2543
2543
|
this.configuration = new Configuration();
|
|
2544
2544
|
if (basePath) {
|
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
var CampaignControllerService = /** @class */ (function () {
|
|
2648
2648
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2649
2649
|
this.httpClient = httpClient;
|
|
2650
|
-
this.basePath = 'https://
|
|
2650
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2651
2651
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2652
2652
|
this.configuration = new Configuration();
|
|
2653
2653
|
if (basePath) {
|
|
@@ -2957,7 +2957,7 @@
|
|
|
2957
2957
|
var CatalogControllerService = /** @class */ (function () {
|
|
2958
2958
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2959
2959
|
this.httpClient = httpClient;
|
|
2960
|
-
this.basePath = 'https://
|
|
2960
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
2961
2961
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2962
2962
|
this.configuration = new Configuration();
|
|
2963
2963
|
if (basePath) {
|
|
@@ -3203,7 +3203,7 @@
|
|
|
3203
3203
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3204
3204
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3205
3205
|
this.httpClient = httpClient;
|
|
3206
|
-
this.basePath = 'https://
|
|
3206
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3207
3207
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3208
3208
|
this.configuration = new Configuration();
|
|
3209
3209
|
if (basePath) {
|
|
@@ -3441,7 +3441,7 @@
|
|
|
3441
3441
|
var CreativeControllerService = /** @class */ (function () {
|
|
3442
3442
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3443
3443
|
this.httpClient = httpClient;
|
|
3444
|
-
this.basePath = 'https://
|
|
3444
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3445
3445
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3446
3446
|
this.configuration = new Configuration();
|
|
3447
3447
|
if (basePath) {
|
|
@@ -3942,7 +3942,7 @@
|
|
|
3942
3942
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3943
3943
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3944
3944
|
this.httpClient = httpClient;
|
|
3945
|
-
this.basePath = 'https://
|
|
3945
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
3946
3946
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3947
3947
|
this.configuration = new Configuration();
|
|
3948
3948
|
if (basePath) {
|
|
@@ -4196,88 +4196,6 @@
|
|
|
4196
4196
|
reportProgress: reportProgress
|
|
4197
4197
|
});
|
|
4198
4198
|
};
|
|
4199
|
-
CreativeSetsControllerService.prototype.getCreativePerformanceDataUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
4200
|
-
if (observe === void 0) { observe = 'body'; }
|
|
4201
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
4202
|
-
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
4203
|
-
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativePerformanceDataUsingPOST.');
|
|
4204
|
-
}
|
|
4205
|
-
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4206
|
-
if (refresh !== undefined && refresh !== null) {
|
|
4207
|
-
queryParameters = queryParameters.set('refresh', refresh);
|
|
4208
|
-
}
|
|
4209
|
-
var headers = this.defaultHeaders;
|
|
4210
|
-
if (reqId !== undefined && reqId !== null) {
|
|
4211
|
-
headers = headers.set('reqId', String(reqId));
|
|
4212
|
-
}
|
|
4213
|
-
if (token !== undefined && token !== null) {
|
|
4214
|
-
headers = headers.set('token', String(token));
|
|
4215
|
-
}
|
|
4216
|
-
// to determine the Accept header
|
|
4217
|
-
var httpHeaderAccepts = [
|
|
4218
|
-
'application/json'
|
|
4219
|
-
];
|
|
4220
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4221
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
4222
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4223
|
-
}
|
|
4224
|
-
// to determine the Content-Type header
|
|
4225
|
-
var consumes = [
|
|
4226
|
-
'application/json'
|
|
4227
|
-
];
|
|
4228
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4229
|
-
if (httpContentTypeSelected != undefined) {
|
|
4230
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
4231
|
-
}
|
|
4232
|
-
return this.httpClient.post(this.basePath + "/v2/api/creativesets/performance/new/creative", dashboardRequest, {
|
|
4233
|
-
params: queryParameters,
|
|
4234
|
-
withCredentials: this.configuration.withCredentials,
|
|
4235
|
-
headers: headers,
|
|
4236
|
-
observe: observe,
|
|
4237
|
-
reportProgress: reportProgress
|
|
4238
|
-
});
|
|
4239
|
-
};
|
|
4240
|
-
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceDataUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
4241
|
-
if (observe === void 0) { observe = 'body'; }
|
|
4242
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
4243
|
-
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
4244
|
-
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceDataUsingPOST.');
|
|
4245
|
-
}
|
|
4246
|
-
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4247
|
-
if (refresh !== undefined && refresh !== null) {
|
|
4248
|
-
queryParameters = queryParameters.set('refresh', refresh);
|
|
4249
|
-
}
|
|
4250
|
-
var headers = this.defaultHeaders;
|
|
4251
|
-
if (reqId !== undefined && reqId !== null) {
|
|
4252
|
-
headers = headers.set('reqId', String(reqId));
|
|
4253
|
-
}
|
|
4254
|
-
if (token !== undefined && token !== null) {
|
|
4255
|
-
headers = headers.set('token', String(token));
|
|
4256
|
-
}
|
|
4257
|
-
// to determine the Accept header
|
|
4258
|
-
var httpHeaderAccepts = [
|
|
4259
|
-
'application/json'
|
|
4260
|
-
];
|
|
4261
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4262
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
4263
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4264
|
-
}
|
|
4265
|
-
// to determine the Content-Type header
|
|
4266
|
-
var consumes = [
|
|
4267
|
-
'application/json'
|
|
4268
|
-
];
|
|
4269
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4270
|
-
if (httpContentTypeSelected != undefined) {
|
|
4271
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
4272
|
-
}
|
|
4273
|
-
return this.httpClient.post(this.basePath + "/v2/api/creativesets/performance/new", dashboardRequest, {
|
|
4274
|
-
params: queryParameters,
|
|
4275
|
-
withCredentials: this.configuration.withCredentials,
|
|
4276
|
-
headers: headers,
|
|
4277
|
-
observe: observe,
|
|
4278
|
-
reportProgress: reportProgress
|
|
4279
|
-
});
|
|
4280
|
-
};
|
|
4281
4199
|
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
4282
4200
|
if (observe === void 0) { observe = 'body'; }
|
|
4283
4201
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4543,7 +4461,7 @@
|
|
|
4543
4461
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4544
4462
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4545
4463
|
this.httpClient = httpClient;
|
|
4546
|
-
this.basePath = 'https://
|
|
4464
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4547
4465
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4548
4466
|
this.configuration = new Configuration();
|
|
4549
4467
|
if (basePath) {
|
|
@@ -4732,7 +4650,7 @@
|
|
|
4732
4650
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4733
4651
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4734
4652
|
this.httpClient = httpClient;
|
|
4735
|
-
this.basePath = 'https://
|
|
4653
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4736
4654
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4737
4655
|
this.configuration = new Configuration();
|
|
4738
4656
|
if (basePath) {
|
|
@@ -4808,7 +4726,7 @@
|
|
|
4808
4726
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4809
4727
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4810
4728
|
this.httpClient = httpClient;
|
|
4811
|
-
this.basePath = 'https://
|
|
4729
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4812
4730
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4813
4731
|
this.configuration = new Configuration();
|
|
4814
4732
|
if (basePath) {
|
|
@@ -4975,7 +4893,7 @@
|
|
|
4975
4893
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
4976
4894
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
4977
4895
|
this.httpClient = httpClient;
|
|
4978
|
-
this.basePath = 'https://
|
|
4896
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4979
4897
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4980
4898
|
this.configuration = new Configuration();
|
|
4981
4899
|
if (basePath) {
|
|
@@ -5060,7 +4978,7 @@
|
|
|
5060
4978
|
var DashboardControllerService = /** @class */ (function () {
|
|
5061
4979
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
5062
4980
|
this.httpClient = httpClient;
|
|
5063
|
-
this.basePath = 'https://
|
|
4981
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5064
4982
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5065
4983
|
this.configuration = new Configuration();
|
|
5066
4984
|
if (basePath) {
|
|
@@ -5705,7 +5623,7 @@
|
|
|
5705
5623
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5706
5624
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5707
5625
|
this.httpClient = httpClient;
|
|
5708
|
-
this.basePath = 'https://
|
|
5626
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5709
5627
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5710
5628
|
this.configuration = new Configuration();
|
|
5711
5629
|
if (basePath) {
|
|
@@ -5924,7 +5842,7 @@
|
|
|
5924
5842
|
var PixelControllerService = /** @class */ (function () {
|
|
5925
5843
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5926
5844
|
this.httpClient = httpClient;
|
|
5927
|
-
this.basePath = 'https://
|
|
5845
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5928
5846
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5929
5847
|
this.configuration = new Configuration();
|
|
5930
5848
|
if (basePath) {
|
|
@@ -6241,7 +6159,7 @@
|
|
|
6241
6159
|
var ReportingControllerService = /** @class */ (function () {
|
|
6242
6160
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
6243
6161
|
this.httpClient = httpClient;
|
|
6244
|
-
this.basePath = 'https://
|
|
6162
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6245
6163
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6246
6164
|
this.configuration = new Configuration();
|
|
6247
6165
|
if (basePath) {
|
|
@@ -6413,7 +6331,7 @@
|
|
|
6413
6331
|
var SliceXControllerService = /** @class */ (function () {
|
|
6414
6332
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6415
6333
|
this.httpClient = httpClient;
|
|
6416
|
-
this.basePath = 'https://
|
|
6334
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6417
6335
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6418
6336
|
this.configuration = new Configuration();
|
|
6419
6337
|
if (basePath) {
|
|
@@ -6669,7 +6587,7 @@
|
|
|
6669
6587
|
var StrategyControllerService = /** @class */ (function () {
|
|
6670
6588
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6671
6589
|
this.httpClient = httpClient;
|
|
6672
|
-
this.basePath = 'https://
|
|
6590
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6673
6591
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6674
6592
|
this.configuration = new Configuration();
|
|
6675
6593
|
if (basePath) {
|
|
@@ -7571,7 +7489,7 @@
|
|
|
7571
7489
|
var StrategyTemplateControllerService = /** @class */ (function () {
|
|
7572
7490
|
function StrategyTemplateControllerService(httpClient, basePath, configuration) {
|
|
7573
7491
|
this.httpClient = httpClient;
|
|
7574
|
-
this.basePath = 'https://
|
|
7492
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7575
7493
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7576
7494
|
this.configuration = new Configuration();
|
|
7577
7495
|
if (basePath) {
|
|
@@ -7693,7 +7611,7 @@
|
|
|
7693
7611
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7694
7612
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7695
7613
|
this.httpClient = httpClient;
|
|
7696
|
-
this.basePath = 'https://
|
|
7614
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7697
7615
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7698
7616
|
this.configuration = new Configuration();
|
|
7699
7617
|
if (basePath) {
|
|
@@ -7783,7 +7701,7 @@
|
|
|
7783
7701
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7784
7702
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7785
7703
|
this.httpClient = httpClient;
|
|
7786
|
-
this.basePath = 'https://
|
|
7704
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7787
7705
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7788
7706
|
this.configuration = new Configuration();
|
|
7789
7707
|
if (basePath) {
|
|
@@ -8154,7 +8072,8 @@
|
|
|
8154
8072
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8155
8073
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8156
8074
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8157
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8075
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8076
|
+
ICON: 'ICON'
|
|
8158
8077
|
};
|
|
8159
8078
|
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
8160
8079
|
|
|
@@ -8187,7 +8106,8 @@
|
|
|
8187
8106
|
FbAppInstall: 'fbAppInstall',
|
|
8188
8107
|
FbAppEngagement: 'fbAppEngagement',
|
|
8189
8108
|
ClickTracker: 'clickTracker',
|
|
8190
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8109
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8110
|
+
NativeIcon: 'nativeIcon'
|
|
8191
8111
|
};
|
|
8192
8112
|
})(exports.CreativeCompactDTO || (exports.CreativeCompactDTO = {}));
|
|
8193
8113
|
|
|
@@ -8225,7 +8145,8 @@
|
|
|
8225
8145
|
FbAppInstall: 'fbAppInstall',
|
|
8226
8146
|
FbAppEngagement: 'fbAppEngagement',
|
|
8227
8147
|
ClickTracker: 'clickTracker',
|
|
8228
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8148
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8149
|
+
NativeIcon: 'nativeIcon'
|
|
8229
8150
|
};
|
|
8230
8151
|
CreativeDTO.VideoUploadTypeEnum = {
|
|
8231
8152
|
VIDEO: 'VIDEO',
|
|
@@ -8248,7 +8169,8 @@
|
|
|
8248
8169
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8249
8170
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8250
8171
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8251
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8172
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8173
|
+
ICON: 'ICON'
|
|
8252
8174
|
};
|
|
8253
8175
|
})(exports.CreativeDetails || (exports.CreativeDetails = {}));
|
|
8254
8176
|
|
|
@@ -8268,7 +8190,8 @@
|
|
|
8268
8190
|
FbAppInstall: 'fbAppInstall',
|
|
8269
8191
|
FbAppEngagement: 'fbAppEngagement',
|
|
8270
8192
|
ClickTracker: 'clickTracker',
|
|
8271
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8193
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8194
|
+
NativeIcon: 'nativeIcon'
|
|
8272
8195
|
};
|
|
8273
8196
|
})(exports.CreativeFileForSet || (exports.CreativeFileForSet = {}));
|
|
8274
8197
|
|
|
@@ -8288,7 +8211,8 @@
|
|
|
8288
8211
|
FbAppInstall: 'fbAppInstall',
|
|
8289
8212
|
FbAppEngagement: 'fbAppEngagement',
|
|
8290
8213
|
ClickTracker: 'clickTracker',
|
|
8291
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8214
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8215
|
+
NativeIcon: 'nativeIcon'
|
|
8292
8216
|
};
|
|
8293
8217
|
})(exports.CreativeFiles || (exports.CreativeFiles = {}));
|
|
8294
8218
|
|
|
@@ -8313,18 +8237,11 @@
|
|
|
8313
8237
|
FbAppInstall: 'fbAppInstall',
|
|
8314
8238
|
FbAppEngagement: 'fbAppEngagement',
|
|
8315
8239
|
ClickTracker: 'clickTracker',
|
|
8316
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8240
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8241
|
+
NativeIcon: 'nativeIcon'
|
|
8317
8242
|
};
|
|
8318
8243
|
})(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
|
|
8319
8244
|
|
|
8320
|
-
exports.CreativePerformanceList = void 0;
|
|
8321
|
-
(function (CreativePerformanceList) {
|
|
8322
|
-
CreativePerformanceList.StatusEnum = {
|
|
8323
|
-
Active: 'active',
|
|
8324
|
-
Inactive: 'inactive'
|
|
8325
|
-
};
|
|
8326
|
-
})(exports.CreativePerformanceList || (exports.CreativePerformanceList = {}));
|
|
8327
|
-
|
|
8328
8245
|
exports.CreativeSetDashboardMetric = void 0;
|
|
8329
8246
|
(function (CreativeSetDashboardMetric) {
|
|
8330
8247
|
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
@@ -8340,7 +8257,8 @@
|
|
|
8340
8257
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8341
8258
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8342
8259
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8343
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8260
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8261
|
+
ICON: 'ICON'
|
|
8344
8262
|
};
|
|
8345
8263
|
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
8346
8264
|
|
|
@@ -8359,33 +8277,11 @@
|
|
|
8359
8277
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8360
8278
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8361
8279
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8362
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8280
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8281
|
+
ICON: 'ICON'
|
|
8363
8282
|
};
|
|
8364
8283
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
8365
8284
|
|
|
8366
|
-
exports.CreativeSetPerformanceList = void 0;
|
|
8367
|
-
(function (CreativeSetPerformanceList) {
|
|
8368
|
-
CreativeSetPerformanceList.StatusEnum = {
|
|
8369
|
-
Active: 'active',
|
|
8370
|
-
Inactive: 'inactive'
|
|
8371
|
-
};
|
|
8372
|
-
CreativeSetPerformanceList.TypeEnum = {
|
|
8373
|
-
IMAGE: 'IMAGE',
|
|
8374
|
-
VIDEO: 'VIDEO',
|
|
8375
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
8376
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
8377
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
8378
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
8379
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
8380
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
8381
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
8382
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8383
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8384
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8385
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8386
|
-
};
|
|
8387
|
-
})(exports.CreativeSetPerformanceList || (exports.CreativeSetPerformanceList = {}));
|
|
8388
|
-
|
|
8389
8285
|
exports.CreativeSetRequest = void 0;
|
|
8390
8286
|
(function (CreativeSetRequest) {
|
|
8391
8287
|
CreativeSetRequest.CreativeSetTypeEnum = {
|
|
@@ -8401,7 +8297,8 @@
|
|
|
8401
8297
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8402
8298
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8403
8299
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8404
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8300
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8301
|
+
ICON: 'ICON'
|
|
8405
8302
|
};
|
|
8406
8303
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
8407
8304
|
|
|
@@ -8431,7 +8328,8 @@
|
|
|
8431
8328
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8432
8329
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8433
8330
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8434
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8331
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8332
|
+
ICON: 'ICON'
|
|
8435
8333
|
};
|
|
8436
8334
|
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
8437
8335
|
|
|
@@ -8481,7 +8379,8 @@
|
|
|
8481
8379
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8482
8380
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8483
8381
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8484
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8382
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8383
|
+
ICON: 'ICON'
|
|
8485
8384
|
};
|
|
8486
8385
|
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
8487
8386
|
|