@revxui/api-clients-ts 0.10.364 → 0.10.366
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 +0 -27
- package/api/creativeController.service.d.ts +14 -0
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +46 -3
- package/bundles/revxui-api-clients-ts.umd.js +196 -102
- 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 -70
- 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 +36 -2
- package/esm2015/api/creativeSetsController.service.js +2 -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 +101 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/apiListResponseSizeWithPreview.js +2 -0
- package/esm2015/model/apiListResponseStrategyTargettingPerformanceData.js +2 -0
- package/esm2015/model/apiResponseObjectStrategyOptimizationDataResponse.js +2 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +3 -2
- package/esm2015/model/creativeDetails.js +19 -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 +9 -5
- package/esm2015/model/searchRequest.js +1 -1
- package/esm2015/model/sizeWithPreview.js +13 -0
- package/esm2015/model/strategyOptBlockTargetingReq.js +13 -0
- package/esm2015/model/strategyOptimizationDataResponse.js +2 -0
- package/esm2015/model/strategyTargettingPerformanceData.js +13 -0
- package/esm2015/model/{audienceAnalysisRequest.js → videoAdTagVerifyRequest.js} +1 -1
- package/fesm2015/revxui-api-clients-ts.js +237 -135
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/{combinedAudienceAnalysisResponse.d.ts → apiListResponseSizeWithPreview.d.ts} +4 -7
- package/model/apiListResponseStrategyTargettingPerformanceData.d.ts +16 -0
- package/model/{apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts → apiResponseObjectStrategyOptimizationDataResponse.d.ts} +3 -3
- package/model/baseModelWithCreativeSetType.d.ts +2 -1
- package/model/creativeDetails.d.ts +22 -0
- 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 +8 -4
- package/model/searchRequest.d.ts +0 -1
- package/model/{totalUniqueUserRequest.d.ts → sizeWithPreview.d.ts} +4 -3
- package/model/{audienceAnalysisRequest.d.ts → strategyOptBlockTargetingReq.d.ts} +3 -5
- package/model/strategyOptimizationDataResponse.d.ts +17 -0
- package/model/strategyTargettingPerformanceData.d.ts +24 -0
- package/model/videoAdTagVerifyRequest.d.ts +14 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +0 -2
- package/esm2015/model/combinedAudienceAnalysisResponse.js +0 -13
- package/esm2015/model/totalUniqueUserRequest.js +0 -13
|
@@ -82,7 +82,7 @@ class Configuration {
|
|
|
82
82
|
class AdminControllerService {
|
|
83
83
|
constructor(httpClient, basePath, configuration) {
|
|
84
84
|
this.httpClient = httpClient;
|
|
85
|
-
this.basePath = 'https://
|
|
85
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
86
86
|
this.defaultHeaders = new HttpHeaders();
|
|
87
87
|
this.configuration = new Configuration();
|
|
88
88
|
if (basePath) {
|
|
@@ -271,7 +271,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
271
271
|
class AdvertiserControllerService {
|
|
272
272
|
constructor(httpClient, basePath, configuration) {
|
|
273
273
|
this.httpClient = httpClient;
|
|
274
|
-
this.basePath = 'https://
|
|
274
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
275
275
|
this.defaultHeaders = new HttpHeaders();
|
|
276
276
|
this.configuration = new Configuration();
|
|
277
277
|
if (basePath) {
|
|
@@ -682,7 +682,7 @@ AdvertiserControllerService.ctorParameters = () => [
|
|
|
682
682
|
class AppSettingsControllerService {
|
|
683
683
|
constructor(httpClient, basePath, configuration) {
|
|
684
684
|
this.httpClient = httpClient;
|
|
685
|
-
this.basePath = 'https://
|
|
685
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
686
686
|
this.defaultHeaders = new HttpHeaders();
|
|
687
687
|
this.configuration = new Configuration();
|
|
688
688
|
if (basePath) {
|
|
@@ -922,7 +922,7 @@ AppSettingsControllerService.ctorParameters = () => [
|
|
|
922
922
|
class AudienceControllerService {
|
|
923
923
|
constructor(httpClient, basePath, configuration) {
|
|
924
924
|
this.httpClient = httpClient;
|
|
925
|
-
this.basePath = 'https://
|
|
925
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
926
926
|
this.defaultHeaders = new HttpHeaders();
|
|
927
927
|
this.configuration = new Configuration();
|
|
928
928
|
if (basePath) {
|
|
@@ -1295,40 +1295,6 @@ class AudienceControllerService {
|
|
|
1295
1295
|
reportProgress: reportProgress
|
|
1296
1296
|
});
|
|
1297
1297
|
}
|
|
1298
|
-
getAnalysisAudienceCountUsingPOST(totalUniqueUserRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1299
|
-
if (totalUniqueUserRequest === null || totalUniqueUserRequest === undefined) {
|
|
1300
|
-
throw new Error('Required parameter totalUniqueUserRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
|
|
1301
|
-
}
|
|
1302
|
-
let headers = this.defaultHeaders;
|
|
1303
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1304
|
-
headers = headers.set('reqId', String(reqId));
|
|
1305
|
-
}
|
|
1306
|
-
if (token !== undefined && token !== null) {
|
|
1307
|
-
headers = headers.set('token', String(token));
|
|
1308
|
-
}
|
|
1309
|
-
// to determine the Accept header
|
|
1310
|
-
let httpHeaderAccepts = [
|
|
1311
|
-
'*/*'
|
|
1312
|
-
];
|
|
1313
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1314
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1315
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1316
|
-
}
|
|
1317
|
-
// to determine the Content-Type header
|
|
1318
|
-
const consumes = [
|
|
1319
|
-
'application/json'
|
|
1320
|
-
];
|
|
1321
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1322
|
-
if (httpContentTypeSelected != undefined) {
|
|
1323
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1324
|
-
}
|
|
1325
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis`, totalUniqueUserRequest, {
|
|
1326
|
-
withCredentials: this.configuration.withCredentials,
|
|
1327
|
-
headers: headers,
|
|
1328
|
-
observe: observe,
|
|
1329
|
-
reportProgress: reportProgress
|
|
1330
|
-
});
|
|
1331
|
-
}
|
|
1332
1298
|
getByIdUsingGET1(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
1333
1299
|
if (id === null || id === undefined) {
|
|
1334
1300
|
throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET1.');
|
|
@@ -1419,40 +1385,6 @@ class AudienceControllerService {
|
|
|
1419
1385
|
reportProgress: reportProgress
|
|
1420
1386
|
});
|
|
1421
1387
|
}
|
|
1422
|
-
getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1423
|
-
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1424
|
-
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getCombinedAnalysisAudienceCountUsingPOST.');
|
|
1425
|
-
}
|
|
1426
|
-
let headers = this.defaultHeaders;
|
|
1427
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1428
|
-
headers = headers.set('reqId', String(reqId));
|
|
1429
|
-
}
|
|
1430
|
-
if (token !== undefined && token !== null) {
|
|
1431
|
-
headers = headers.set('token', String(token));
|
|
1432
|
-
}
|
|
1433
|
-
// to determine the Accept header
|
|
1434
|
-
let httpHeaderAccepts = [
|
|
1435
|
-
'*/*'
|
|
1436
|
-
];
|
|
1437
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1438
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1439
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1440
|
-
}
|
|
1441
|
-
// to determine the Content-Type header
|
|
1442
|
-
const consumes = [
|
|
1443
|
-
'application/json'
|
|
1444
|
-
];
|
|
1445
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1446
|
-
if (httpContentTypeSelected != undefined) {
|
|
1447
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1448
|
-
}
|
|
1449
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis/combination`, audienceAnalysisRequest, {
|
|
1450
|
-
withCredentials: this.configuration.withCredentials,
|
|
1451
|
-
headers: headers,
|
|
1452
|
-
observe: observe,
|
|
1453
|
-
reportProgress: reportProgress
|
|
1454
|
-
});
|
|
1455
|
-
}
|
|
1456
1388
|
getEligibleUsersCountUsingPOST(eligibleUsersRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1457
1389
|
if (eligibleUsersRequest === null || eligibleUsersRequest === undefined) {
|
|
1458
1390
|
throw new Error('Required parameter eligibleUsersRequest was null or undefined when calling getEligibleUsersCountUsingPOST.');
|
|
@@ -1735,7 +1667,7 @@ AudienceControllerService.ctorParameters = () => [
|
|
|
1735
1667
|
class AuditControllerService {
|
|
1736
1668
|
constructor(httpClient, basePath, configuration) {
|
|
1737
1669
|
this.httpClient = httpClient;
|
|
1738
|
-
this.basePath = 'https://
|
|
1670
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1739
1671
|
this.defaultHeaders = new HttpHeaders();
|
|
1740
1672
|
this.configuration = new Configuration();
|
|
1741
1673
|
if (basePath) {
|
|
@@ -1915,7 +1847,7 @@ AuditControllerService.ctorParameters = () => [
|
|
|
1915
1847
|
class BulkStrategyControllerService {
|
|
1916
1848
|
constructor(httpClient, basePath, configuration) {
|
|
1917
1849
|
this.httpClient = httpClient;
|
|
1918
|
-
this.basePath = 'https://
|
|
1850
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1919
1851
|
this.defaultHeaders = new HttpHeaders();
|
|
1920
1852
|
this.configuration = new Configuration();
|
|
1921
1853
|
if (basePath) {
|
|
@@ -2135,7 +2067,7 @@ BulkStrategyControllerService.ctorParameters = () => [
|
|
|
2135
2067
|
class CSSThemeController_Service {
|
|
2136
2068
|
constructor(httpClient, basePath, configuration) {
|
|
2137
2069
|
this.httpClient = httpClient;
|
|
2138
|
-
this.basePath = 'https://
|
|
2070
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2139
2071
|
this.defaultHeaders = new HttpHeaders();
|
|
2140
2072
|
this.configuration = new Configuration();
|
|
2141
2073
|
if (basePath) {
|
|
@@ -2239,7 +2171,7 @@ CSSThemeController_Service.ctorParameters = () => [
|
|
|
2239
2171
|
class CampaignControllerService {
|
|
2240
2172
|
constructor(httpClient, basePath, configuration) {
|
|
2241
2173
|
this.httpClient = httpClient;
|
|
2242
|
-
this.basePath = 'https://
|
|
2174
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2243
2175
|
this.defaultHeaders = new HttpHeaders();
|
|
2244
2176
|
this.configuration = new Configuration();
|
|
2245
2177
|
if (basePath) {
|
|
@@ -2534,7 +2466,7 @@ CampaignControllerService.ctorParameters = () => [
|
|
|
2534
2466
|
class CatalogControllerService {
|
|
2535
2467
|
constructor(httpClient, basePath, configuration) {
|
|
2536
2468
|
this.httpClient = httpClient;
|
|
2537
|
-
this.basePath = 'https://
|
|
2469
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2538
2470
|
this.defaultHeaders = new HttpHeaders();
|
|
2539
2471
|
this.configuration = new Configuration();
|
|
2540
2472
|
if (basePath) {
|
|
@@ -2769,7 +2701,7 @@ CatalogControllerService.ctorParameters = () => [
|
|
|
2769
2701
|
class ClickDestinationControllerService {
|
|
2770
2702
|
constructor(httpClient, basePath, configuration) {
|
|
2771
2703
|
this.httpClient = httpClient;
|
|
2772
|
-
this.basePath = 'https://
|
|
2704
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2773
2705
|
this.defaultHeaders = new HttpHeaders();
|
|
2774
2706
|
this.configuration = new Configuration();
|
|
2775
2707
|
if (basePath) {
|
|
@@ -2996,7 +2928,7 @@ ClickDestinationControllerService.ctorParameters = () => [
|
|
|
2996
2928
|
class CreativeControllerService {
|
|
2997
2929
|
constructor(httpClient, basePath, configuration) {
|
|
2998
2930
|
this.httpClient = httpClient;
|
|
2999
|
-
this.basePath = 'https://
|
|
2931
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3000
2932
|
this.defaultHeaders = new HttpHeaders();
|
|
3001
2933
|
this.configuration = new Configuration();
|
|
3002
2934
|
if (basePath) {
|
|
@@ -3414,6 +3346,40 @@ class CreativeControllerService {
|
|
|
3414
3346
|
reportProgress: reportProgress
|
|
3415
3347
|
});
|
|
3416
3348
|
}
|
|
3349
|
+
verifyAndGetVideoAdTagCreativeDetailsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
|
|
3350
|
+
if (request === null || request === undefined) {
|
|
3351
|
+
throw new Error('Required parameter request was null or undefined when calling verifyAndGetVideoAdTagCreativeDetailsUsingPOST.');
|
|
3352
|
+
}
|
|
3353
|
+
let headers = this.defaultHeaders;
|
|
3354
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3355
|
+
headers = headers.set('reqId', String(reqId));
|
|
3356
|
+
}
|
|
3357
|
+
if (token !== undefined && token !== null) {
|
|
3358
|
+
headers = headers.set('token', String(token));
|
|
3359
|
+
}
|
|
3360
|
+
// to determine the Accept header
|
|
3361
|
+
let httpHeaderAccepts = [
|
|
3362
|
+
'application/json'
|
|
3363
|
+
];
|
|
3364
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3365
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3366
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3367
|
+
}
|
|
3368
|
+
// to determine the Content-Type header
|
|
3369
|
+
const consumes = [
|
|
3370
|
+
'application/json'
|
|
3371
|
+
];
|
|
3372
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3373
|
+
if (httpContentTypeSelected != undefined) {
|
|
3374
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3375
|
+
}
|
|
3376
|
+
return this.httpClient.post(`${this.basePath}/v2/api/creatives/videoAdtag`, request, {
|
|
3377
|
+
withCredentials: this.configuration.withCredentials,
|
|
3378
|
+
headers: headers,
|
|
3379
|
+
observe: observe,
|
|
3380
|
+
reportProgress: reportProgress
|
|
3381
|
+
});
|
|
3382
|
+
}
|
|
3417
3383
|
}
|
|
3418
3384
|
CreativeControllerService.decorators = [
|
|
3419
3385
|
{ type: Injectable }
|
|
@@ -3438,7 +3404,7 @@ CreativeControllerService.ctorParameters = () => [
|
|
|
3438
3404
|
class CreativeSetsControllerService {
|
|
3439
3405
|
constructor(httpClient, basePath, configuration) {
|
|
3440
3406
|
this.httpClient = httpClient;
|
|
3441
|
-
this.basePath = 'https://
|
|
3407
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3442
3408
|
this.defaultHeaders = new HttpHeaders();
|
|
3443
3409
|
this.configuration = new Configuration();
|
|
3444
3410
|
if (basePath) {
|
|
@@ -3932,7 +3898,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
3932
3898
|
class CreativeTemplateThemesControllerService {
|
|
3933
3899
|
constructor(httpClient, basePath, configuration) {
|
|
3934
3900
|
this.httpClient = httpClient;
|
|
3935
|
-
this.basePath = 'https://
|
|
3901
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3936
3902
|
this.defaultHeaders = new HttpHeaders();
|
|
3937
3903
|
this.configuration = new Configuration();
|
|
3938
3904
|
if (basePath) {
|
|
@@ -4112,7 +4078,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4112
4078
|
class CreativeTemplateVariablesControllerService {
|
|
4113
4079
|
constructor(httpClient, basePath, configuration) {
|
|
4114
4080
|
this.httpClient = httpClient;
|
|
4115
|
-
this.basePath = 'https://
|
|
4081
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4116
4082
|
this.defaultHeaders = new HttpHeaders();
|
|
4117
4083
|
this.configuration = new Configuration();
|
|
4118
4084
|
if (basePath) {
|
|
@@ -4185,7 +4151,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4185
4151
|
class CreativeTemplatesControllerService {
|
|
4186
4152
|
constructor(httpClient, basePath, configuration) {
|
|
4187
4153
|
this.httpClient = httpClient;
|
|
4188
|
-
this.basePath = 'https://
|
|
4154
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4189
4155
|
this.defaultHeaders = new HttpHeaders();
|
|
4190
4156
|
this.configuration = new Configuration();
|
|
4191
4157
|
if (basePath) {
|
|
@@ -4345,7 +4311,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4345
4311
|
class CustomerReportingControllerService {
|
|
4346
4312
|
constructor(httpClient, basePath, configuration) {
|
|
4347
4313
|
this.httpClient = httpClient;
|
|
4348
|
-
this.basePath = 'https://
|
|
4314
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4349
4315
|
this.defaultHeaders = new HttpHeaders();
|
|
4350
4316
|
this.configuration = new Configuration();
|
|
4351
4317
|
if (basePath) {
|
|
@@ -4427,7 +4393,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4427
4393
|
class DashboardControllerService {
|
|
4428
4394
|
constructor(httpClient, basePath, configuration) {
|
|
4429
4395
|
this.httpClient = httpClient;
|
|
4430
|
-
this.basePath = 'https://
|
|
4396
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4431
4397
|
this.defaultHeaders = new HttpHeaders();
|
|
4432
4398
|
this.configuration = new Configuration();
|
|
4433
4399
|
if (basePath) {
|
|
@@ -5041,7 +5007,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
5041
5007
|
class NotificationsControllerService {
|
|
5042
5008
|
constructor(httpClient, basePath, configuration) {
|
|
5043
5009
|
this.httpClient = httpClient;
|
|
5044
|
-
this.basePath = 'https://
|
|
5010
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5045
5011
|
this.defaultHeaders = new HttpHeaders();
|
|
5046
5012
|
this.configuration = new Configuration();
|
|
5047
5013
|
if (basePath) {
|
|
@@ -5219,7 +5185,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5219
5185
|
class PixelControllerService {
|
|
5220
5186
|
constructor(httpClient, basePath, configuration) {
|
|
5221
5187
|
this.httpClient = httpClient;
|
|
5222
|
-
this.basePath = 'https://
|
|
5188
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5223
5189
|
this.defaultHeaders = new HttpHeaders();
|
|
5224
5190
|
this.configuration = new Configuration();
|
|
5225
5191
|
if (basePath) {
|
|
@@ -5521,7 +5487,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5521
5487
|
class ReportingControllerService {
|
|
5522
5488
|
constructor(httpClient, basePath, configuration) {
|
|
5523
5489
|
this.httpClient = httpClient;
|
|
5524
|
-
this.basePath = 'https://
|
|
5490
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5525
5491
|
this.defaultHeaders = new HttpHeaders();
|
|
5526
5492
|
this.configuration = new Configuration();
|
|
5527
5493
|
if (basePath) {
|
|
@@ -5686,7 +5652,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5686
5652
|
class SliceXControllerService {
|
|
5687
5653
|
constructor(httpClient, basePath, configuration) {
|
|
5688
5654
|
this.httpClient = httpClient;
|
|
5689
|
-
this.basePath = 'https://
|
|
5655
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5690
5656
|
this.defaultHeaders = new HttpHeaders();
|
|
5691
5657
|
this.configuration = new Configuration();
|
|
5692
5658
|
if (basePath) {
|
|
@@ -5931,7 +5897,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
5931
5897
|
class StrategyControllerService {
|
|
5932
5898
|
constructor(httpClient, basePath, configuration) {
|
|
5933
5899
|
this.httpClient = httpClient;
|
|
5934
|
-
this.basePath = 'https://
|
|
5900
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5935
5901
|
this.defaultHeaders = new HttpHeaders();
|
|
5936
5902
|
this.configuration = new Configuration();
|
|
5937
5903
|
if (basePath) {
|
|
@@ -6201,6 +6167,37 @@ class StrategyControllerService {
|
|
|
6201
6167
|
reportProgress: reportProgress
|
|
6202
6168
|
});
|
|
6203
6169
|
}
|
|
6170
|
+
fetchStrategyTargetingUsingGET(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
|
|
6171
|
+
if (id === null || id === undefined) {
|
|
6172
|
+
throw new Error('Required parameter id was null or undefined when calling fetchStrategyTargetingUsingGET.');
|
|
6173
|
+
}
|
|
6174
|
+
if (tableEntity === null || tableEntity === undefined) {
|
|
6175
|
+
throw new Error('Required parameter tableEntity was null or undefined when calling fetchStrategyTargetingUsingGET.');
|
|
6176
|
+
}
|
|
6177
|
+
let headers = this.defaultHeaders;
|
|
6178
|
+
if (reqId !== undefined && reqId !== null) {
|
|
6179
|
+
headers = headers.set('reqId', String(reqId));
|
|
6180
|
+
}
|
|
6181
|
+
if (token !== undefined && token !== null) {
|
|
6182
|
+
headers = headers.set('token', String(token));
|
|
6183
|
+
}
|
|
6184
|
+
// to determine the Accept header
|
|
6185
|
+
let httpHeaderAccepts = [
|
|
6186
|
+
'*/*'
|
|
6187
|
+
];
|
|
6188
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6189
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
6190
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6191
|
+
}
|
|
6192
|
+
// to determine the Content-Type header
|
|
6193
|
+
const consumes = [];
|
|
6194
|
+
return this.httpClient.get(`${this.basePath}/v2/api/strategies/${encodeURIComponent(String(id))}/fetch/${encodeURIComponent(String(tableEntity))}`, {
|
|
6195
|
+
withCredentials: this.configuration.withCredentials,
|
|
6196
|
+
headers: headers,
|
|
6197
|
+
observe: observe,
|
|
6198
|
+
reportProgress: reportProgress
|
|
6199
|
+
});
|
|
6200
|
+
}
|
|
6204
6201
|
getABTestExperimentUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
6205
6202
|
if (id === null || id === undefined) {
|
|
6206
6203
|
throw new Error('Required parameter id was null or undefined when calling getABTestExperimentUsingGET.');
|
|
@@ -6315,6 +6312,37 @@ class StrategyControllerService {
|
|
|
6315
6312
|
reportProgress: reportProgress
|
|
6316
6313
|
});
|
|
6317
6314
|
}
|
|
6315
|
+
getStrategyTargetingRecommendationUsingGET(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
|
|
6316
|
+
if (id === null || id === undefined) {
|
|
6317
|
+
throw new Error('Required parameter id was null or undefined when calling getStrategyTargetingRecommendationUsingGET.');
|
|
6318
|
+
}
|
|
6319
|
+
if (tableEntity === null || tableEntity === undefined) {
|
|
6320
|
+
throw new Error('Required parameter tableEntity was null or undefined when calling getStrategyTargetingRecommendationUsingGET.');
|
|
6321
|
+
}
|
|
6322
|
+
let headers = this.defaultHeaders;
|
|
6323
|
+
if (reqId !== undefined && reqId !== null) {
|
|
6324
|
+
headers = headers.set('reqId', String(reqId));
|
|
6325
|
+
}
|
|
6326
|
+
if (token !== undefined && token !== null) {
|
|
6327
|
+
headers = headers.set('token', String(token));
|
|
6328
|
+
}
|
|
6329
|
+
// to determine the Accept header
|
|
6330
|
+
let httpHeaderAccepts = [
|
|
6331
|
+
'*/*'
|
|
6332
|
+
];
|
|
6333
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6334
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
6335
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6336
|
+
}
|
|
6337
|
+
// to determine the Content-Type header
|
|
6338
|
+
const consumes = [];
|
|
6339
|
+
return this.httpClient.get(`${this.basePath}/v2/api/strategies/${encodeURIComponent(String(id))}/recommendation/${encodeURIComponent(String(tableEntity))}`, {
|
|
6340
|
+
withCredentials: this.configuration.withCredentials,
|
|
6341
|
+
headers: headers,
|
|
6342
|
+
observe: observe,
|
|
6343
|
+
reportProgress: reportProgress
|
|
6344
|
+
});
|
|
6345
|
+
}
|
|
6318
6346
|
inlineEditStrategyUsingPOST(id, strategyInlineDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
6319
6347
|
if (id === null || id === undefined) {
|
|
6320
6348
|
throw new Error('Required parameter id was null or undefined when calling inlineEditStrategyUsingPOST.');
|
|
@@ -6420,6 +6448,43 @@ class StrategyControllerService {
|
|
|
6420
6448
|
reportProgress: reportProgress
|
|
6421
6449
|
});
|
|
6422
6450
|
}
|
|
6451
|
+
strategyOptimizationUsingPOST(id, req, reqId, token, observe = 'body', reportProgress = false) {
|
|
6452
|
+
if (id === null || id === undefined) {
|
|
6453
|
+
throw new Error('Required parameter id was null or undefined when calling strategyOptimizationUsingPOST.');
|
|
6454
|
+
}
|
|
6455
|
+
if (req === null || req === undefined) {
|
|
6456
|
+
throw new Error('Required parameter req was null or undefined when calling strategyOptimizationUsingPOST.');
|
|
6457
|
+
}
|
|
6458
|
+
let headers = this.defaultHeaders;
|
|
6459
|
+
if (reqId !== undefined && reqId !== null) {
|
|
6460
|
+
headers = headers.set('reqId', String(reqId));
|
|
6461
|
+
}
|
|
6462
|
+
if (token !== undefined && token !== null) {
|
|
6463
|
+
headers = headers.set('token', String(token));
|
|
6464
|
+
}
|
|
6465
|
+
// to determine the Accept header
|
|
6466
|
+
let httpHeaderAccepts = [
|
|
6467
|
+
'application/json'
|
|
6468
|
+
];
|
|
6469
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6470
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
6471
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6472
|
+
}
|
|
6473
|
+
// to determine the Content-Type header
|
|
6474
|
+
const consumes = [
|
|
6475
|
+
'application/json'
|
|
6476
|
+
];
|
|
6477
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6478
|
+
if (httpContentTypeSelected != undefined) {
|
|
6479
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
6480
|
+
}
|
|
6481
|
+
return this.httpClient.post(`${this.basePath}/v2/api/strategies/optimization/${encodeURIComponent(String(id))}`, req, {
|
|
6482
|
+
withCredentials: this.configuration.withCredentials,
|
|
6483
|
+
headers: headers,
|
|
6484
|
+
observe: observe,
|
|
6485
|
+
reportProgress: reportProgress
|
|
6486
|
+
});
|
|
6487
|
+
}
|
|
6423
6488
|
updateABTestExperimentStatusUsingPOST(id, status, reqId, token, observe = 'body', reportProgress = false) {
|
|
6424
6489
|
if (id === null || id === undefined) {
|
|
6425
6490
|
throw new Error('Required parameter id was null or undefined when calling updateABTestExperimentStatusUsingPOST.');
|
|
@@ -6619,7 +6684,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6619
6684
|
class UILoggerControllerService {
|
|
6620
6685
|
constructor(httpClient, basePath, configuration) {
|
|
6621
6686
|
this.httpClient = httpClient;
|
|
6622
|
-
this.basePath = 'https://
|
|
6687
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6623
6688
|
this.defaultHeaders = new HttpHeaders();
|
|
6624
6689
|
this.configuration = new Configuration();
|
|
6625
6690
|
if (basePath) {
|
|
@@ -6706,7 +6771,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
6706
6771
|
class UserPreferenceControllerService {
|
|
6707
6772
|
constructor(httpClient, basePath, configuration) {
|
|
6708
6773
|
this.httpClient = httpClient;
|
|
6709
|
-
this.basePath = 'https://
|
|
6774
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6710
6775
|
this.defaultHeaders = new HttpHeaders();
|
|
6711
6776
|
this.configuration = new Configuration();
|
|
6712
6777
|
if (basePath) {
|
|
@@ -7038,18 +7103,6 @@ var AuctionTypeEditField;
|
|
|
7038
7103
|
* Do not edit the class manually.
|
|
7039
7104
|
*/
|
|
7040
7105
|
|
|
7041
|
-
/**
|
|
7042
|
-
* Api Documentation
|
|
7043
|
-
* Api Documentation
|
|
7044
|
-
*
|
|
7045
|
-
* OpenAPI spec version: 1.0
|
|
7046
|
-
*
|
|
7047
|
-
*
|
|
7048
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7049
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7050
|
-
* Do not edit the class manually.
|
|
7051
|
-
*/
|
|
7052
|
-
|
|
7053
7106
|
/**
|
|
7054
7107
|
* Api Documentation
|
|
7055
7108
|
* Api Documentation
|
|
@@ -7236,7 +7289,8 @@ var BaseModelWithCreativeSetType;
|
|
|
7236
7289
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7237
7290
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7238
7291
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7239
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7292
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7293
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7240
7294
|
};
|
|
7241
7295
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
7242
7296
|
|
|
@@ -7361,18 +7415,6 @@ var ClickDestination;
|
|
|
7361
7415
|
* Do not edit the class manually.
|
|
7362
7416
|
*/
|
|
7363
7417
|
|
|
7364
|
-
/**
|
|
7365
|
-
* Api Documentation
|
|
7366
|
-
* Api Documentation
|
|
7367
|
-
*
|
|
7368
|
-
* OpenAPI spec version: 1.0
|
|
7369
|
-
*
|
|
7370
|
-
*
|
|
7371
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7372
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7373
|
-
* Do not edit the class manually.
|
|
7374
|
-
*/
|
|
7375
|
-
|
|
7376
7418
|
var CreativeCompactDTO;
|
|
7377
7419
|
(function (CreativeCompactDTO) {
|
|
7378
7420
|
CreativeCompactDTO.TypeEnum = {
|
|
@@ -7435,6 +7477,25 @@ var CreativeDTO;
|
|
|
7435
7477
|
};
|
|
7436
7478
|
})(CreativeDTO || (CreativeDTO = {}));
|
|
7437
7479
|
|
|
7480
|
+
var CreativeDetails;
|
|
7481
|
+
(function (CreativeDetails) {
|
|
7482
|
+
CreativeDetails.CreativeSetTypeEnum = {
|
|
7483
|
+
IMAGE: 'IMAGE',
|
|
7484
|
+
VIDEO: 'VIDEO',
|
|
7485
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
7486
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
7487
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
7488
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
7489
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7490
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7491
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7492
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7493
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7494
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7495
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7496
|
+
};
|
|
7497
|
+
})(CreativeDetails || (CreativeDetails = {}));
|
|
7498
|
+
|
|
7438
7499
|
var CreativeFileForSet;
|
|
7439
7500
|
(function (CreativeFileForSet) {
|
|
7440
7501
|
CreativeFileForSet.TypeEnum = {
|
|
@@ -7526,7 +7587,8 @@ var CreativeSetDashboardMetric;
|
|
|
7526
7587
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7527
7588
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7528
7589
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7529
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7590
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7591
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7530
7592
|
};
|
|
7531
7593
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
7532
7594
|
|
|
@@ -7544,7 +7606,8 @@ var CreativeSetDetails;
|
|
|
7544
7606
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7545
7607
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7546
7608
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7547
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7609
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7610
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7548
7611
|
};
|
|
7549
7612
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
7550
7613
|
|
|
@@ -7562,7 +7625,8 @@ var CreativeSetRequest;
|
|
|
7562
7625
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7563
7626
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7564
7627
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7565
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7628
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7629
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7566
7630
|
};
|
|
7567
7631
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
7568
7632
|
|
|
@@ -7603,7 +7667,8 @@ var CreativeSetResponse;
|
|
|
7603
7667
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7604
7668
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7605
7669
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7606
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7670
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7671
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7607
7672
|
};
|
|
7608
7673
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
7609
7674
|
|
|
@@ -7748,7 +7813,8 @@ var DuplicateCreativeSetResponse;
|
|
|
7748
7813
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7749
7814
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7750
7815
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7751
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7816
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7817
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7752
7818
|
};
|
|
7753
7819
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7754
7820
|
|
|
@@ -8388,6 +8454,18 @@ var RuleDTO;
|
|
|
8388
8454
|
* Do not edit the class manually.
|
|
8389
8455
|
*/
|
|
8390
8456
|
|
|
8457
|
+
/**
|
|
8458
|
+
* Api Documentation
|
|
8459
|
+
* Api Documentation
|
|
8460
|
+
*
|
|
8461
|
+
* OpenAPI spec version: 1.0
|
|
8462
|
+
*
|
|
8463
|
+
*
|
|
8464
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8465
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8466
|
+
* Do not edit the class manually.
|
|
8467
|
+
*/
|
|
8468
|
+
|
|
8391
8469
|
var StrategyDTO;
|
|
8392
8470
|
(function (StrategyDTO) {
|
|
8393
8471
|
StrategyDTO.AuctionTypeTargetingEnum = {
|
|
@@ -8444,6 +8522,18 @@ var StrategyInlineDTO;
|
|
|
8444
8522
|
};
|
|
8445
8523
|
})(StrategyInlineDTO || (StrategyInlineDTO = {}));
|
|
8446
8524
|
|
|
8525
|
+
/**
|
|
8526
|
+
* Api Documentation
|
|
8527
|
+
* Api Documentation
|
|
8528
|
+
*
|
|
8529
|
+
* OpenAPI spec version: 1.0
|
|
8530
|
+
*
|
|
8531
|
+
*
|
|
8532
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8533
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8534
|
+
* Do not edit the class manually.
|
|
8535
|
+
*/
|
|
8536
|
+
|
|
8447
8537
|
/**
|
|
8448
8538
|
* Api Documentation
|
|
8449
8539
|
* Api Documentation
|
|
@@ -8522,18 +8612,6 @@ var StrategyQuickEditDTO;
|
|
|
8522
8612
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
8523
8613
|
* Do not edit the class manually.
|
|
8524
8614
|
*/
|
|
8525
|
-
var TemplateVariablesDTO;
|
|
8526
|
-
(function (TemplateVariablesDTO) {
|
|
8527
|
-
TemplateVariablesDTO.VariableTypeEnum = {
|
|
8528
|
-
SELECT: 'SELECT',
|
|
8529
|
-
INPUT: 'INPUT',
|
|
8530
|
-
TEXTAREA: 'TEXT_AREA',
|
|
8531
|
-
COLORPICKER: 'COLOR_PICKER',
|
|
8532
|
-
POPUP: 'POPUP',
|
|
8533
|
-
BOOLEAN: 'BOOLEAN',
|
|
8534
|
-
NUMBER: 'NUMBER'
|
|
8535
|
-
};
|
|
8536
|
-
})(TemplateVariablesDTO || (TemplateVariablesDTO = {}));
|
|
8537
8615
|
|
|
8538
8616
|
/**
|
|
8539
8617
|
* Api Documentation
|
|
@@ -8546,6 +8624,18 @@ var TemplateVariablesDTO;
|
|
|
8546
8624
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
8547
8625
|
* Do not edit the class manually.
|
|
8548
8626
|
*/
|
|
8627
|
+
var TemplateVariablesDTO;
|
|
8628
|
+
(function (TemplateVariablesDTO) {
|
|
8629
|
+
TemplateVariablesDTO.VariableTypeEnum = {
|
|
8630
|
+
SELECT: 'SELECT',
|
|
8631
|
+
INPUT: 'INPUT',
|
|
8632
|
+
TEXTAREA: 'TEXT_AREA',
|
|
8633
|
+
COLORPICKER: 'COLOR_PICKER',
|
|
8634
|
+
POPUP: 'POPUP',
|
|
8635
|
+
BOOLEAN: 'BOOLEAN',
|
|
8636
|
+
NUMBER: 'NUMBER'
|
|
8637
|
+
};
|
|
8638
|
+
})(TemplateVariablesDTO || (TemplateVariablesDTO = {}));
|
|
8549
8639
|
|
|
8550
8640
|
/**
|
|
8551
8641
|
* Api Documentation
|
|
@@ -8596,6 +8686,18 @@ var VastCreative;
|
|
|
8596
8686
|
};
|
|
8597
8687
|
})(VastCreative || (VastCreative = {}));
|
|
8598
8688
|
|
|
8689
|
+
/**
|
|
8690
|
+
* Api Documentation
|
|
8691
|
+
* Api Documentation
|
|
8692
|
+
*
|
|
8693
|
+
* OpenAPI spec version: 1.0
|
|
8694
|
+
*
|
|
8695
|
+
*
|
|
8696
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8697
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8698
|
+
* Do not edit the class manually.
|
|
8699
|
+
*/
|
|
8700
|
+
|
|
8599
8701
|
/**
|
|
8600
8702
|
* Api Documentation
|
|
8601
8703
|
* Api Documentation
|
|
@@ -8750,5 +8852,5 @@ ApiModule.ctorParameters = () => [
|
|
|
8750
8852
|
* Generated bundle index. Do not edit.
|
|
8751
8853
|
*/
|
|
8752
8854
|
|
|
8753
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
8855
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
8754
8856
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|