@revxui/api-clients-ts 0.10.359 → 0.10.360
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 +14 -0
- package/bundles/revxui-api-clients-ts.umd.js +91 -30
- 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 +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 +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/advertiserSettings.js +1 -1
- package/esm2015/model/apiListResponseSizeWithPreview.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 +4 -1
- package/esm2015/model/sizeWithPreview.js +13 -0
- package/esm2015/model/videoAdTagVerifyRequest.js +13 -0
- package/fesm2015/revxui-api-clients-ts.js +114 -31
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserSettings.d.ts +0 -1
- package/model/apiListResponseSizeWithPreview.d.ts +16 -0
- 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 +3 -0
- package/model/sizeWithPreview.d.ts +16 -0
- package/model/videoAdTagVerifyRequest.d.ts +14 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
|
@@ -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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.atomex.net';
|
|
2932
2932
|
this.defaultHeaders = new HttpHeaders();
|
|
2933
2933
|
this.configuration = new Configuration();
|
|
2934
2934
|
if (basePath) {
|
|
@@ -3346,6 +3346,40 @@ 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
|
+
}
|
|
3349
3383
|
}
|
|
3350
3384
|
CreativeControllerService.decorators = [
|
|
3351
3385
|
{ type: Injectable }
|
|
@@ -3370,7 +3404,7 @@ CreativeControllerService.ctorParameters = () => [
|
|
|
3370
3404
|
class CreativeSetsControllerService {
|
|
3371
3405
|
constructor(httpClient, basePath, configuration) {
|
|
3372
3406
|
this.httpClient = httpClient;
|
|
3373
|
-
this.basePath = 'https://
|
|
3407
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3374
3408
|
this.defaultHeaders = new HttpHeaders();
|
|
3375
3409
|
this.configuration = new Configuration();
|
|
3376
3410
|
if (basePath) {
|
|
@@ -3864,7 +3898,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
3864
3898
|
class CreativeTemplateThemesControllerService {
|
|
3865
3899
|
constructor(httpClient, basePath, configuration) {
|
|
3866
3900
|
this.httpClient = httpClient;
|
|
3867
|
-
this.basePath = 'https://
|
|
3901
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3868
3902
|
this.defaultHeaders = new HttpHeaders();
|
|
3869
3903
|
this.configuration = new Configuration();
|
|
3870
3904
|
if (basePath) {
|
|
@@ -4044,7 +4078,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4044
4078
|
class CreativeTemplateVariablesControllerService {
|
|
4045
4079
|
constructor(httpClient, basePath, configuration) {
|
|
4046
4080
|
this.httpClient = httpClient;
|
|
4047
|
-
this.basePath = 'https://
|
|
4081
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4048
4082
|
this.defaultHeaders = new HttpHeaders();
|
|
4049
4083
|
this.configuration = new Configuration();
|
|
4050
4084
|
if (basePath) {
|
|
@@ -4117,7 +4151,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4117
4151
|
class CreativeTemplatesControllerService {
|
|
4118
4152
|
constructor(httpClient, basePath, configuration) {
|
|
4119
4153
|
this.httpClient = httpClient;
|
|
4120
|
-
this.basePath = 'https://
|
|
4154
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4121
4155
|
this.defaultHeaders = new HttpHeaders();
|
|
4122
4156
|
this.configuration = new Configuration();
|
|
4123
4157
|
if (basePath) {
|
|
@@ -4277,7 +4311,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4277
4311
|
class CustomerReportingControllerService {
|
|
4278
4312
|
constructor(httpClient, basePath, configuration) {
|
|
4279
4313
|
this.httpClient = httpClient;
|
|
4280
|
-
this.basePath = 'https://
|
|
4314
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4281
4315
|
this.defaultHeaders = new HttpHeaders();
|
|
4282
4316
|
this.configuration = new Configuration();
|
|
4283
4317
|
if (basePath) {
|
|
@@ -4359,7 +4393,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4359
4393
|
class DashboardControllerService {
|
|
4360
4394
|
constructor(httpClient, basePath, configuration) {
|
|
4361
4395
|
this.httpClient = httpClient;
|
|
4362
|
-
this.basePath = 'https://
|
|
4396
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4363
4397
|
this.defaultHeaders = new HttpHeaders();
|
|
4364
4398
|
this.configuration = new Configuration();
|
|
4365
4399
|
if (basePath) {
|
|
@@ -4973,7 +5007,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
4973
5007
|
class NotificationsControllerService {
|
|
4974
5008
|
constructor(httpClient, basePath, configuration) {
|
|
4975
5009
|
this.httpClient = httpClient;
|
|
4976
|
-
this.basePath = 'https://
|
|
5010
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4977
5011
|
this.defaultHeaders = new HttpHeaders();
|
|
4978
5012
|
this.configuration = new Configuration();
|
|
4979
5013
|
if (basePath) {
|
|
@@ -5151,7 +5185,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5151
5185
|
class PixelControllerService {
|
|
5152
5186
|
constructor(httpClient, basePath, configuration) {
|
|
5153
5187
|
this.httpClient = httpClient;
|
|
5154
|
-
this.basePath = 'https://
|
|
5188
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5155
5189
|
this.defaultHeaders = new HttpHeaders();
|
|
5156
5190
|
this.configuration = new Configuration();
|
|
5157
5191
|
if (basePath) {
|
|
@@ -5453,7 +5487,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5453
5487
|
class ReportingControllerService {
|
|
5454
5488
|
constructor(httpClient, basePath, configuration) {
|
|
5455
5489
|
this.httpClient = httpClient;
|
|
5456
|
-
this.basePath = 'https://
|
|
5490
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5457
5491
|
this.defaultHeaders = new HttpHeaders();
|
|
5458
5492
|
this.configuration = new Configuration();
|
|
5459
5493
|
if (basePath) {
|
|
@@ -5618,7 +5652,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5618
5652
|
class SliceXControllerService {
|
|
5619
5653
|
constructor(httpClient, basePath, configuration) {
|
|
5620
5654
|
this.httpClient = httpClient;
|
|
5621
|
-
this.basePath = 'https://
|
|
5655
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5622
5656
|
this.defaultHeaders = new HttpHeaders();
|
|
5623
5657
|
this.configuration = new Configuration();
|
|
5624
5658
|
if (basePath) {
|
|
@@ -5863,7 +5897,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
5863
5897
|
class StrategyControllerService {
|
|
5864
5898
|
constructor(httpClient, basePath, configuration) {
|
|
5865
5899
|
this.httpClient = httpClient;
|
|
5866
|
-
this.basePath = 'https://
|
|
5900
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5867
5901
|
this.defaultHeaders = new HttpHeaders();
|
|
5868
5902
|
this.configuration = new Configuration();
|
|
5869
5903
|
if (basePath) {
|
|
@@ -6551,7 +6585,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6551
6585
|
class UILoggerControllerService {
|
|
6552
6586
|
constructor(httpClient, basePath, configuration) {
|
|
6553
6587
|
this.httpClient = httpClient;
|
|
6554
|
-
this.basePath = 'https://
|
|
6588
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6555
6589
|
this.defaultHeaders = new HttpHeaders();
|
|
6556
6590
|
this.configuration = new Configuration();
|
|
6557
6591
|
if (basePath) {
|
|
@@ -6638,7 +6672,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
6638
6672
|
class UserPreferenceControllerService {
|
|
6639
6673
|
constructor(httpClient, basePath, configuration) {
|
|
6640
6674
|
this.httpClient = httpClient;
|
|
6641
|
-
this.basePath = 'https://
|
|
6675
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6642
6676
|
this.defaultHeaders = new HttpHeaders();
|
|
6643
6677
|
this.configuration = new Configuration();
|
|
6644
6678
|
if (basePath) {
|
|
@@ -7155,7 +7189,8 @@ var BaseModelWithCreativeSetType;
|
|
|
7155
7189
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7156
7190
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7157
7191
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7158
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7192
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7193
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7159
7194
|
};
|
|
7160
7195
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
7161
7196
|
|
|
@@ -7342,6 +7377,25 @@ var CreativeDTO;
|
|
|
7342
7377
|
};
|
|
7343
7378
|
})(CreativeDTO || (CreativeDTO = {}));
|
|
7344
7379
|
|
|
7380
|
+
var CreativeDetails;
|
|
7381
|
+
(function (CreativeDetails) {
|
|
7382
|
+
CreativeDetails.CreativeSetTypeEnum = {
|
|
7383
|
+
IMAGE: 'IMAGE',
|
|
7384
|
+
VIDEO: 'VIDEO',
|
|
7385
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
7386
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
7387
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
7388
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
7389
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7390
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7391
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7392
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7393
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7394
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7395
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7396
|
+
};
|
|
7397
|
+
})(CreativeDetails || (CreativeDetails = {}));
|
|
7398
|
+
|
|
7345
7399
|
var CreativeFileForSet;
|
|
7346
7400
|
(function (CreativeFileForSet) {
|
|
7347
7401
|
CreativeFileForSet.TypeEnum = {
|
|
@@ -7433,7 +7487,8 @@ var CreativeSetDashboardMetric;
|
|
|
7433
7487
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7434
7488
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7435
7489
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7436
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7490
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7491
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7437
7492
|
};
|
|
7438
7493
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
7439
7494
|
|
|
@@ -7451,7 +7506,8 @@ var CreativeSetDetails;
|
|
|
7451
7506
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7452
7507
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7453
7508
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7454
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7509
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7510
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7455
7511
|
};
|
|
7456
7512
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
7457
7513
|
|
|
@@ -7469,7 +7525,8 @@ var CreativeSetRequest;
|
|
|
7469
7525
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7470
7526
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7471
7527
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7472
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7528
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7529
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7473
7530
|
};
|
|
7474
7531
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
7475
7532
|
|
|
@@ -7510,7 +7567,8 @@ var CreativeSetResponse;
|
|
|
7510
7567
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7511
7568
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7512
7569
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7513
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7570
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7571
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7514
7572
|
};
|
|
7515
7573
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
7516
7574
|
|
|
@@ -7655,7 +7713,8 @@ var DuplicateCreativeSetResponse;
|
|
|
7655
7713
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7656
7714
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7657
7715
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7658
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7716
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7717
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7659
7718
|
};
|
|
7660
7719
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7661
7720
|
|
|
@@ -8295,6 +8354,18 @@ var RuleDTO;
|
|
|
8295
8354
|
* Do not edit the class manually.
|
|
8296
8355
|
*/
|
|
8297
8356
|
|
|
8357
|
+
/**
|
|
8358
|
+
* Api Documentation
|
|
8359
|
+
* Api Documentation
|
|
8360
|
+
*
|
|
8361
|
+
* OpenAPI spec version: 1.0
|
|
8362
|
+
*
|
|
8363
|
+
*
|
|
8364
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8365
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8366
|
+
* Do not edit the class manually.
|
|
8367
|
+
*/
|
|
8368
|
+
|
|
8298
8369
|
var StrategyDTO;
|
|
8299
8370
|
(function (StrategyDTO) {
|
|
8300
8371
|
StrategyDTO.AuctionTypeTargetingEnum = {
|
|
@@ -8491,6 +8562,18 @@ var VastCreative;
|
|
|
8491
8562
|
};
|
|
8492
8563
|
})(VastCreative || (VastCreative = {}));
|
|
8493
8564
|
|
|
8565
|
+
/**
|
|
8566
|
+
* Api Documentation
|
|
8567
|
+
* Api Documentation
|
|
8568
|
+
*
|
|
8569
|
+
* OpenAPI spec version: 1.0
|
|
8570
|
+
*
|
|
8571
|
+
*
|
|
8572
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8573
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8574
|
+
* Do not edit the class manually.
|
|
8575
|
+
*/
|
|
8576
|
+
|
|
8494
8577
|
/**
|
|
8495
8578
|
* Api Documentation
|
|
8496
8579
|
* Api Documentation
|
|
@@ -8645,5 +8728,5 @@ ApiModule.ctorParameters = () => [
|
|
|
8645
8728
|
* Generated bundle index. Do not edit.
|
|
8646
8729
|
*/
|
|
8647
8730
|
|
|
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 };
|
|
8731
|
+
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 };
|
|
8649
8732
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|