@revxui/api-clients-ts 0.10.355 → 0.10.356
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/creativeController.service.d.ts +0 -14
- package/api/strategyController.service.d.ts +14 -0
- package/bundles/revxui-api-clients-ts.umd.js +88 -91
- 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 -36
- 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 +39 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -3
- package/esm2015/model/creativeDetails.js +2 -19
- package/esm2015/model/creativeSetDashboardMetric.js +2 -3
- package/esm2015/model/creativeSetDetails.js +2 -3
- package/esm2015/model/creativeSetRequest.js +2 -3
- package/esm2015/model/creativeSetResponse.js +2 -3
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -3
- package/esm2015/model/models.js +2 -4
- package/esm2015/model/strategyInlineDTO.js +19 -0
- package/fesm2015/revxui-api-clients-ts.js +87 -114
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/baseModelWithCreativeSetType.d.ts +1 -2
- package/model/creativeDetails.d.ts +0 -20
- package/model/creativeSetDashboardMetric.d.ts +1 -2
- package/model/creativeSetDetails.d.ts +1 -2
- package/model/creativeSetRequest.d.ts +1 -2
- package/model/creativeSetResponse.d.ts +1 -2
- package/model/duplicateCreativeSetResponse.d.ts +1 -2
- package/model/models.d.ts +1 -3
- package/model/strategyInlineDTO.d.ts +35 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseSizeWithPreview.js +0 -2
- package/esm2015/model/sizeWithPreview.js +0 -13
- package/esm2015/model/videoAdTagVerifyRequest.js +0 -13
- package/model/apiListResponseSizeWithPreview.d.ts +0 -16
- package/model/sizeWithPreview.d.ts +0 -16
- package/model/videoAdTagVerifyRequest.d.ts +0 -14
|
@@ -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) {
|
|
@@ -1667,7 +1667,7 @@ AudienceControllerService.ctorParameters = () => [
|
|
|
1667
1667
|
class AuditControllerService {
|
|
1668
1668
|
constructor(httpClient, basePath, configuration) {
|
|
1669
1669
|
this.httpClient = httpClient;
|
|
1670
|
-
this.basePath = 'https://
|
|
1670
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1671
1671
|
this.defaultHeaders = new HttpHeaders();
|
|
1672
1672
|
this.configuration = new Configuration();
|
|
1673
1673
|
if (basePath) {
|
|
@@ -1847,7 +1847,7 @@ AuditControllerService.ctorParameters = () => [
|
|
|
1847
1847
|
class BulkStrategyControllerService {
|
|
1848
1848
|
constructor(httpClient, basePath, configuration) {
|
|
1849
1849
|
this.httpClient = httpClient;
|
|
1850
|
-
this.basePath = 'https://
|
|
1850
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1851
1851
|
this.defaultHeaders = new HttpHeaders();
|
|
1852
1852
|
this.configuration = new Configuration();
|
|
1853
1853
|
if (basePath) {
|
|
@@ -2067,7 +2067,7 @@ BulkStrategyControllerService.ctorParameters = () => [
|
|
|
2067
2067
|
class CSSThemeController_Service {
|
|
2068
2068
|
constructor(httpClient, basePath, configuration) {
|
|
2069
2069
|
this.httpClient = httpClient;
|
|
2070
|
-
this.basePath = 'https://
|
|
2070
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2071
2071
|
this.defaultHeaders = new HttpHeaders();
|
|
2072
2072
|
this.configuration = new Configuration();
|
|
2073
2073
|
if (basePath) {
|
|
@@ -2171,7 +2171,7 @@ CSSThemeController_Service.ctorParameters = () => [
|
|
|
2171
2171
|
class CampaignControllerService {
|
|
2172
2172
|
constructor(httpClient, basePath, configuration) {
|
|
2173
2173
|
this.httpClient = httpClient;
|
|
2174
|
-
this.basePath = 'https://
|
|
2174
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2175
2175
|
this.defaultHeaders = new HttpHeaders();
|
|
2176
2176
|
this.configuration = new Configuration();
|
|
2177
2177
|
if (basePath) {
|
|
@@ -2466,7 +2466,7 @@ CampaignControllerService.ctorParameters = () => [
|
|
|
2466
2466
|
class CatalogControllerService {
|
|
2467
2467
|
constructor(httpClient, basePath, configuration) {
|
|
2468
2468
|
this.httpClient = httpClient;
|
|
2469
|
-
this.basePath = 'https://
|
|
2469
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2470
2470
|
this.defaultHeaders = new HttpHeaders();
|
|
2471
2471
|
this.configuration = new Configuration();
|
|
2472
2472
|
if (basePath) {
|
|
@@ -2701,7 +2701,7 @@ CatalogControllerService.ctorParameters = () => [
|
|
|
2701
2701
|
class ClickDestinationControllerService {
|
|
2702
2702
|
constructor(httpClient, basePath, configuration) {
|
|
2703
2703
|
this.httpClient = httpClient;
|
|
2704
|
-
this.basePath = 'https://
|
|
2704
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2705
2705
|
this.defaultHeaders = new HttpHeaders();
|
|
2706
2706
|
this.configuration = new Configuration();
|
|
2707
2707
|
if (basePath) {
|
|
@@ -2928,7 +2928,7 @@ ClickDestinationControllerService.ctorParameters = () => [
|
|
|
2928
2928
|
class CreativeControllerService {
|
|
2929
2929
|
constructor(httpClient, basePath, configuration) {
|
|
2930
2930
|
this.httpClient = httpClient;
|
|
2931
|
-
this.basePath = 'https://
|
|
2931
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2932
2932
|
this.defaultHeaders = new HttpHeaders();
|
|
2933
2933
|
this.configuration = new Configuration();
|
|
2934
2934
|
if (basePath) {
|
|
@@ -3346,40 +3346,6 @@ class CreativeControllerService {
|
|
|
3346
3346
|
reportProgress: reportProgress
|
|
3347
3347
|
});
|
|
3348
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
|
-
}
|
|
3383
3349
|
}
|
|
3384
3350
|
CreativeControllerService.decorators = [
|
|
3385
3351
|
{ type: Injectable }
|
|
@@ -3404,7 +3370,7 @@ CreativeControllerService.ctorParameters = () => [
|
|
|
3404
3370
|
class CreativeSetsControllerService {
|
|
3405
3371
|
constructor(httpClient, basePath, configuration) {
|
|
3406
3372
|
this.httpClient = httpClient;
|
|
3407
|
-
this.basePath = 'https://
|
|
3373
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3408
3374
|
this.defaultHeaders = new HttpHeaders();
|
|
3409
3375
|
this.configuration = new Configuration();
|
|
3410
3376
|
if (basePath) {
|
|
@@ -3898,7 +3864,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
3898
3864
|
class CreativeTemplateThemesControllerService {
|
|
3899
3865
|
constructor(httpClient, basePath, configuration) {
|
|
3900
3866
|
this.httpClient = httpClient;
|
|
3901
|
-
this.basePath = 'https://
|
|
3867
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3902
3868
|
this.defaultHeaders = new HttpHeaders();
|
|
3903
3869
|
this.configuration = new Configuration();
|
|
3904
3870
|
if (basePath) {
|
|
@@ -4078,7 +4044,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4078
4044
|
class CreativeTemplateVariablesControllerService {
|
|
4079
4045
|
constructor(httpClient, basePath, configuration) {
|
|
4080
4046
|
this.httpClient = httpClient;
|
|
4081
|
-
this.basePath = 'https://
|
|
4047
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4082
4048
|
this.defaultHeaders = new HttpHeaders();
|
|
4083
4049
|
this.configuration = new Configuration();
|
|
4084
4050
|
if (basePath) {
|
|
@@ -4151,7 +4117,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4151
4117
|
class CreativeTemplatesControllerService {
|
|
4152
4118
|
constructor(httpClient, basePath, configuration) {
|
|
4153
4119
|
this.httpClient = httpClient;
|
|
4154
|
-
this.basePath = 'https://
|
|
4120
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4155
4121
|
this.defaultHeaders = new HttpHeaders();
|
|
4156
4122
|
this.configuration = new Configuration();
|
|
4157
4123
|
if (basePath) {
|
|
@@ -4311,7 +4277,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4311
4277
|
class CustomerReportingControllerService {
|
|
4312
4278
|
constructor(httpClient, basePath, configuration) {
|
|
4313
4279
|
this.httpClient = httpClient;
|
|
4314
|
-
this.basePath = 'https://
|
|
4280
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4315
4281
|
this.defaultHeaders = new HttpHeaders();
|
|
4316
4282
|
this.configuration = new Configuration();
|
|
4317
4283
|
if (basePath) {
|
|
@@ -4393,7 +4359,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4393
4359
|
class DashboardControllerService {
|
|
4394
4360
|
constructor(httpClient, basePath, configuration) {
|
|
4395
4361
|
this.httpClient = httpClient;
|
|
4396
|
-
this.basePath = 'https://
|
|
4362
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4397
4363
|
this.defaultHeaders = new HttpHeaders();
|
|
4398
4364
|
this.configuration = new Configuration();
|
|
4399
4365
|
if (basePath) {
|
|
@@ -5007,7 +4973,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
5007
4973
|
class NotificationsControllerService {
|
|
5008
4974
|
constructor(httpClient, basePath, configuration) {
|
|
5009
4975
|
this.httpClient = httpClient;
|
|
5010
|
-
this.basePath = 'https://
|
|
4976
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5011
4977
|
this.defaultHeaders = new HttpHeaders();
|
|
5012
4978
|
this.configuration = new Configuration();
|
|
5013
4979
|
if (basePath) {
|
|
@@ -5185,7 +5151,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5185
5151
|
class PixelControllerService {
|
|
5186
5152
|
constructor(httpClient, basePath, configuration) {
|
|
5187
5153
|
this.httpClient = httpClient;
|
|
5188
|
-
this.basePath = 'https://
|
|
5154
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5189
5155
|
this.defaultHeaders = new HttpHeaders();
|
|
5190
5156
|
this.configuration = new Configuration();
|
|
5191
5157
|
if (basePath) {
|
|
@@ -5487,7 +5453,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5487
5453
|
class ReportingControllerService {
|
|
5488
5454
|
constructor(httpClient, basePath, configuration) {
|
|
5489
5455
|
this.httpClient = httpClient;
|
|
5490
|
-
this.basePath = 'https://
|
|
5456
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5491
5457
|
this.defaultHeaders = new HttpHeaders();
|
|
5492
5458
|
this.configuration = new Configuration();
|
|
5493
5459
|
if (basePath) {
|
|
@@ -5652,7 +5618,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5652
5618
|
class SliceXControllerService {
|
|
5653
5619
|
constructor(httpClient, basePath, configuration) {
|
|
5654
5620
|
this.httpClient = httpClient;
|
|
5655
|
-
this.basePath = 'https://
|
|
5621
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5656
5622
|
this.defaultHeaders = new HttpHeaders();
|
|
5657
5623
|
this.configuration = new Configuration();
|
|
5658
5624
|
if (basePath) {
|
|
@@ -5897,7 +5863,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
5897
5863
|
class StrategyControllerService {
|
|
5898
5864
|
constructor(httpClient, basePath, configuration) {
|
|
5899
5865
|
this.httpClient = httpClient;
|
|
5900
|
-
this.basePath = 'https://
|
|
5866
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5901
5867
|
this.defaultHeaders = new HttpHeaders();
|
|
5902
5868
|
this.configuration = new Configuration();
|
|
5903
5869
|
if (basePath) {
|
|
@@ -6281,6 +6247,43 @@ class StrategyControllerService {
|
|
|
6281
6247
|
reportProgress: reportProgress
|
|
6282
6248
|
});
|
|
6283
6249
|
}
|
|
6250
|
+
inlineEditStrategyUsingPOST(id, strategyInlineDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
6251
|
+
if (id === null || id === undefined) {
|
|
6252
|
+
throw new Error('Required parameter id was null or undefined when calling inlineEditStrategyUsingPOST.');
|
|
6253
|
+
}
|
|
6254
|
+
if (strategyInlineDTO === null || strategyInlineDTO === undefined) {
|
|
6255
|
+
throw new Error('Required parameter strategyInlineDTO was null or undefined when calling inlineEditStrategyUsingPOST.');
|
|
6256
|
+
}
|
|
6257
|
+
let headers = this.defaultHeaders;
|
|
6258
|
+
if (reqId !== undefined && reqId !== null) {
|
|
6259
|
+
headers = headers.set('reqId', String(reqId));
|
|
6260
|
+
}
|
|
6261
|
+
if (token !== undefined && token !== null) {
|
|
6262
|
+
headers = headers.set('token', String(token));
|
|
6263
|
+
}
|
|
6264
|
+
// to determine the Accept header
|
|
6265
|
+
let httpHeaderAccepts = [
|
|
6266
|
+
'*/*'
|
|
6267
|
+
];
|
|
6268
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6269
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
6270
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6271
|
+
}
|
|
6272
|
+
// to determine the Content-Type header
|
|
6273
|
+
const consumes = [
|
|
6274
|
+
'application/json'
|
|
6275
|
+
];
|
|
6276
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6277
|
+
if (httpContentTypeSelected != undefined) {
|
|
6278
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
6279
|
+
}
|
|
6280
|
+
return this.httpClient.post(`${this.basePath}/v2/api/strategies/inlineEdit/${encodeURIComponent(String(id))}`, strategyInlineDTO, {
|
|
6281
|
+
withCredentials: this.configuration.withCredentials,
|
|
6282
|
+
headers: headers,
|
|
6283
|
+
observe: observe,
|
|
6284
|
+
reportProgress: reportProgress
|
|
6285
|
+
});
|
|
6286
|
+
}
|
|
6284
6287
|
listABTestExperimentUsingGET(entity, entityId, reqId, token, observe = 'body', reportProgress = false) {
|
|
6285
6288
|
if (entity === null || entity === undefined) {
|
|
6286
6289
|
throw new Error('Required parameter entity was null or undefined when calling listABTestExperimentUsingGET.');
|
|
@@ -6548,7 +6551,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6548
6551
|
class UILoggerControllerService {
|
|
6549
6552
|
constructor(httpClient, basePath, configuration) {
|
|
6550
6553
|
this.httpClient = httpClient;
|
|
6551
|
-
this.basePath = 'https://
|
|
6554
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6552
6555
|
this.defaultHeaders = new HttpHeaders();
|
|
6553
6556
|
this.configuration = new Configuration();
|
|
6554
6557
|
if (basePath) {
|
|
@@ -6635,7 +6638,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
6635
6638
|
class UserPreferenceControllerService {
|
|
6636
6639
|
constructor(httpClient, basePath, configuration) {
|
|
6637
6640
|
this.httpClient = httpClient;
|
|
6638
|
-
this.basePath = 'https://
|
|
6641
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6639
6642
|
this.defaultHeaders = new HttpHeaders();
|
|
6640
6643
|
this.configuration = new Configuration();
|
|
6641
6644
|
if (basePath) {
|
|
@@ -7152,8 +7155,7 @@ var BaseModelWithCreativeSetType;
|
|
|
7152
7155
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7153
7156
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7154
7157
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7155
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7156
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7158
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7157
7159
|
};
|
|
7158
7160
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
7159
7161
|
|
|
@@ -7340,25 +7342,6 @@ var CreativeDTO;
|
|
|
7340
7342
|
};
|
|
7341
7343
|
})(CreativeDTO || (CreativeDTO = {}));
|
|
7342
7344
|
|
|
7343
|
-
var CreativeDetails;
|
|
7344
|
-
(function (CreativeDetails) {
|
|
7345
|
-
CreativeDetails.CreativeSetTypeEnum = {
|
|
7346
|
-
IMAGE: 'IMAGE',
|
|
7347
|
-
VIDEO: 'VIDEO',
|
|
7348
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
7349
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
7350
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
7351
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
7352
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7353
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7354
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7355
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7356
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7357
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7358
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7359
|
-
};
|
|
7360
|
-
})(CreativeDetails || (CreativeDetails = {}));
|
|
7361
|
-
|
|
7362
7345
|
var CreativeFileForSet;
|
|
7363
7346
|
(function (CreativeFileForSet) {
|
|
7364
7347
|
CreativeFileForSet.TypeEnum = {
|
|
@@ -7450,8 +7433,7 @@ var CreativeSetDashboardMetric;
|
|
|
7450
7433
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7451
7434
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7452
7435
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7453
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7454
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7436
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7455
7437
|
};
|
|
7456
7438
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
7457
7439
|
|
|
@@ -7469,8 +7451,7 @@ var CreativeSetDetails;
|
|
|
7469
7451
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7470
7452
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7471
7453
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7472
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7473
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7454
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7474
7455
|
};
|
|
7475
7456
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
7476
7457
|
|
|
@@ -7488,8 +7469,7 @@ var CreativeSetRequest;
|
|
|
7488
7469
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7489
7470
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7490
7471
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7491
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7492
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7472
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7493
7473
|
};
|
|
7494
7474
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
7495
7475
|
|
|
@@ -7530,8 +7510,7 @@ var CreativeSetResponse;
|
|
|
7530
7510
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7531
7511
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7532
7512
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7533
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7534
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7513
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7535
7514
|
};
|
|
7536
7515
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
7537
7516
|
|
|
@@ -7676,8 +7655,7 @@ var DuplicateCreativeSetResponse;
|
|
|
7676
7655
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7677
7656
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7678
7657
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7679
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7680
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7658
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7681
7659
|
};
|
|
7682
7660
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7683
7661
|
|
|
@@ -8317,18 +8295,6 @@ var RuleDTO;
|
|
|
8317
8295
|
* Do not edit the class manually.
|
|
8318
8296
|
*/
|
|
8319
8297
|
|
|
8320
|
-
/**
|
|
8321
|
-
* Api Documentation
|
|
8322
|
-
* Api Documentation
|
|
8323
|
-
*
|
|
8324
|
-
* OpenAPI spec version: 1.0
|
|
8325
|
-
*
|
|
8326
|
-
*
|
|
8327
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8328
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
8329
|
-
* Do not edit the class manually.
|
|
8330
|
-
*/
|
|
8331
|
-
|
|
8332
8298
|
var StrategyDTO;
|
|
8333
8299
|
(function (StrategyDTO) {
|
|
8334
8300
|
StrategyDTO.AuctionTypeTargetingEnum = {
|
|
@@ -8366,6 +8332,25 @@ var StrategyDTO;
|
|
|
8366
8332
|
};
|
|
8367
8333
|
})(StrategyDTO || (StrategyDTO = {}));
|
|
8368
8334
|
|
|
8335
|
+
/**
|
|
8336
|
+
* Api Documentation
|
|
8337
|
+
* Api Documentation
|
|
8338
|
+
*
|
|
8339
|
+
* OpenAPI spec version: 1.0
|
|
8340
|
+
*
|
|
8341
|
+
*
|
|
8342
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8343
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8344
|
+
* Do not edit the class manually.
|
|
8345
|
+
*/
|
|
8346
|
+
var StrategyInlineDTO;
|
|
8347
|
+
(function (StrategyInlineDTO) {
|
|
8348
|
+
StrategyInlineDTO.StrategyTypeEnum = {
|
|
8349
|
+
Standard: 'standard',
|
|
8350
|
+
ClickTracker: 'clickTracker'
|
|
8351
|
+
};
|
|
8352
|
+
})(StrategyInlineDTO || (StrategyInlineDTO = {}));
|
|
8353
|
+
|
|
8369
8354
|
/**
|
|
8370
8355
|
* Api Documentation
|
|
8371
8356
|
* Api Documentation
|
|
@@ -8506,18 +8491,6 @@ var VastCreative;
|
|
|
8506
8491
|
};
|
|
8507
8492
|
})(VastCreative || (VastCreative = {}));
|
|
8508
8493
|
|
|
8509
|
-
/**
|
|
8510
|
-
* Api Documentation
|
|
8511
|
-
* Api Documentation
|
|
8512
|
-
*
|
|
8513
|
-
* OpenAPI spec version: 1.0
|
|
8514
|
-
*
|
|
8515
|
-
*
|
|
8516
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8517
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
8518
|
-
* Do not edit the class manually.
|
|
8519
|
-
*/
|
|
8520
|
-
|
|
8521
8494
|
/**
|
|
8522
8495
|
* Api Documentation
|
|
8523
8496
|
* Api Documentation
|
|
@@ -8672,5 +8645,5 @@ ApiModule.ctorParameters = () => [
|
|
|
8672
8645
|
* Generated bundle index. Do not edit.
|
|
8673
8646
|
*/
|
|
8674
8647
|
|
|
8675
|
-
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,
|
|
8648
|
+
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 };
|
|
8676
8649
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|