@revxui/api-clients-ts 0.10.350 → 0.10.352

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.
Files changed (45) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +0 -27
  3. package/api/strategyController.service.d.ts +13 -0
  4. package/bundles/revxui-api-clients-ts.umd.js +63 -96
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/esm2015/api/adminController.service.js +2 -2
  7. package/esm2015/api/advertiserController.service.js +2 -2
  8. package/esm2015/api/appSettingsController.service.js +2 -2
  9. package/esm2015/api/audienceController.service.js +2 -70
  10. package/esm2015/api/auditController.service.js +2 -2
  11. package/esm2015/api/bulkStrategyController.service.js +2 -2
  12. package/esm2015/api/cSSThemeController_.service.js +2 -2
  13. package/esm2015/api/campaignController.service.js +2 -2
  14. package/esm2015/api/catalogController.service.js +2 -2
  15. package/esm2015/api/clickDestinationController.service.js +2 -2
  16. package/esm2015/api/creativeController.service.js +2 -2
  17. package/esm2015/api/creativeSetsController.service.js +2 -2
  18. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  21. package/esm2015/api/customerReportingController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +39 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/models.js +1 -5
  31. package/esm2015/model/searchRequest.js +1 -1
  32. package/fesm2015/revxui-api-clients-ts.js +61 -128
  33. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  34. package/model/models.d.ts +0 -4
  35. package/model/searchRequest.d.ts +0 -1
  36. package/package.json +1 -1
  37. package/revxui-api-clients-ts.metadata.json +1 -1
  38. package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +0 -2
  39. package/esm2015/model/audienceAnalysisRequest.js +0 -13
  40. package/esm2015/model/combinedAudienceAnalysisResponse.js +0 -13
  41. package/esm2015/model/totalUniqueUserRequest.js +0 -13
  42. package/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts +0 -17
  43. package/model/audienceAnalysisRequest.d.ts +0 -17
  44. package/model/combinedAudienceAnalysisResponse.d.ts +0 -19
  45. package/model/totalUniqueUserRequest.d.ts +0 -15
@@ -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://apiv2beta.atomex.net';
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://apiv2beta.atomex.net';
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://apiv2beta.atomex.net';
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://apiv2beta.atomex.net';
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://apiv2beta.atomex.net';
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://apiv2beta.atomex.net';
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://apiv2beta.atomex.net';
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://apiv2beta.atomex.net';
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://apiv2beta.atomex.net';
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://apiv2beta.atomex.net';
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://apiv2beta.atomex.net';
2931
+ this.basePath = 'https://apiv2stage2.atomex.net';
3000
2932
  this.defaultHeaders = new HttpHeaders();
3001
2933
  this.configuration = new Configuration();
3002
2934
  if (basePath) {
@@ -3438,7 +3370,7 @@ CreativeControllerService.ctorParameters = () => [
3438
3370
  class CreativeSetsControllerService {
3439
3371
  constructor(httpClient, basePath, configuration) {
3440
3372
  this.httpClient = httpClient;
3441
- this.basePath = 'https://apiv2beta.atomex.net';
3373
+ this.basePath = 'https://apiv2stage2.atomex.net';
3442
3374
  this.defaultHeaders = new HttpHeaders();
3443
3375
  this.configuration = new Configuration();
3444
3376
  if (basePath) {
@@ -3895,7 +3827,7 @@ CreativeSetsControllerService.ctorParameters = () => [
3895
3827
  class CreativeTemplateThemesControllerService {
3896
3828
  constructor(httpClient, basePath, configuration) {
3897
3829
  this.httpClient = httpClient;
3898
- this.basePath = 'https://apiv2beta.atomex.net';
3830
+ this.basePath = 'https://apiv2stage2.atomex.net';
3899
3831
  this.defaultHeaders = new HttpHeaders();
3900
3832
  this.configuration = new Configuration();
3901
3833
  if (basePath) {
@@ -4075,7 +4007,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
4075
4007
  class CreativeTemplateVariablesControllerService {
4076
4008
  constructor(httpClient, basePath, configuration) {
4077
4009
  this.httpClient = httpClient;
4078
- this.basePath = 'https://apiv2beta.atomex.net';
4010
+ this.basePath = 'https://apiv2stage2.atomex.net';
4079
4011
  this.defaultHeaders = new HttpHeaders();
4080
4012
  this.configuration = new Configuration();
4081
4013
  if (basePath) {
@@ -4148,7 +4080,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
4148
4080
  class CreativeTemplatesControllerService {
4149
4081
  constructor(httpClient, basePath, configuration) {
4150
4082
  this.httpClient = httpClient;
4151
- this.basePath = 'https://apiv2beta.atomex.net';
4083
+ this.basePath = 'https://apiv2stage2.atomex.net';
4152
4084
  this.defaultHeaders = new HttpHeaders();
4153
4085
  this.configuration = new Configuration();
4154
4086
  if (basePath) {
@@ -4308,7 +4240,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
4308
4240
  class CustomerReportingControllerService {
4309
4241
  constructor(httpClient, basePath, configuration) {
4310
4242
  this.httpClient = httpClient;
4311
- this.basePath = 'https://apiv2beta.atomex.net';
4243
+ this.basePath = 'https://apiv2stage2.atomex.net';
4312
4244
  this.defaultHeaders = new HttpHeaders();
4313
4245
  this.configuration = new Configuration();
4314
4246
  if (basePath) {
@@ -4390,7 +4322,7 @@ CustomerReportingControllerService.ctorParameters = () => [
4390
4322
  class DashboardControllerService {
4391
4323
  constructor(httpClient, basePath, configuration) {
4392
4324
  this.httpClient = httpClient;
4393
- this.basePath = 'https://apiv2beta.atomex.net';
4325
+ this.basePath = 'https://apiv2stage2.atomex.net';
4394
4326
  this.defaultHeaders = new HttpHeaders();
4395
4327
  this.configuration = new Configuration();
4396
4328
  if (basePath) {
@@ -5004,7 +4936,7 @@ DashboardControllerService.ctorParameters = () => [
5004
4936
  class NotificationsControllerService {
5005
4937
  constructor(httpClient, basePath, configuration) {
5006
4938
  this.httpClient = httpClient;
5007
- this.basePath = 'https://apiv2beta.atomex.net';
4939
+ this.basePath = 'https://apiv2stage2.atomex.net';
5008
4940
  this.defaultHeaders = new HttpHeaders();
5009
4941
  this.configuration = new Configuration();
5010
4942
  if (basePath) {
@@ -5182,7 +5114,7 @@ NotificationsControllerService.ctorParameters = () => [
5182
5114
  class PixelControllerService {
5183
5115
  constructor(httpClient, basePath, configuration) {
5184
5116
  this.httpClient = httpClient;
5185
- this.basePath = 'https://apiv2beta.atomex.net';
5117
+ this.basePath = 'https://apiv2stage2.atomex.net';
5186
5118
  this.defaultHeaders = new HttpHeaders();
5187
5119
  this.configuration = new Configuration();
5188
5120
  if (basePath) {
@@ -5484,7 +5416,7 @@ PixelControllerService.ctorParameters = () => [
5484
5416
  class ReportingControllerService {
5485
5417
  constructor(httpClient, basePath, configuration) {
5486
5418
  this.httpClient = httpClient;
5487
- this.basePath = 'https://apiv2beta.atomex.net';
5419
+ this.basePath = 'https://apiv2stage2.atomex.net';
5488
5420
  this.defaultHeaders = new HttpHeaders();
5489
5421
  this.configuration = new Configuration();
5490
5422
  if (basePath) {
@@ -5649,7 +5581,7 @@ ReportingControllerService.ctorParameters = () => [
5649
5581
  class SliceXControllerService {
5650
5582
  constructor(httpClient, basePath, configuration) {
5651
5583
  this.httpClient = httpClient;
5652
- this.basePath = 'https://apiv2beta.atomex.net';
5584
+ this.basePath = 'https://apiv2stage2.atomex.net';
5653
5585
  this.defaultHeaders = new HttpHeaders();
5654
5586
  this.configuration = new Configuration();
5655
5587
  if (basePath) {
@@ -5894,7 +5826,7 @@ SliceXControllerService.ctorParameters = () => [
5894
5826
  class StrategyControllerService {
5895
5827
  constructor(httpClient, basePath, configuration) {
5896
5828
  this.httpClient = httpClient;
5897
- this.basePath = 'https://apiv2beta.atomex.net';
5829
+ this.basePath = 'https://apiv2stage2.atomex.net';
5898
5830
  this.defaultHeaders = new HttpHeaders();
5899
5831
  this.configuration = new Configuration();
5900
5832
  if (basePath) {
@@ -6278,6 +6210,43 @@ class StrategyControllerService {
6278
6210
  reportProgress: reportProgress
6279
6211
  });
6280
6212
  }
6213
+ inlineEditStrategyUsingPOST(id, strategyInlineEditMapDTO, reqId, token, observe = 'body', reportProgress = false) {
6214
+ if (id === null || id === undefined) {
6215
+ throw new Error('Required parameter id was null or undefined when calling inlineEditStrategyUsingPOST.');
6216
+ }
6217
+ if (strategyInlineEditMapDTO === null || strategyInlineEditMapDTO === undefined) {
6218
+ throw new Error('Required parameter strategyInlineEditMapDTO was null or undefined when calling inlineEditStrategyUsingPOST.');
6219
+ }
6220
+ let headers = this.defaultHeaders;
6221
+ if (reqId !== undefined && reqId !== null) {
6222
+ headers = headers.set('reqId', String(reqId));
6223
+ }
6224
+ if (token !== undefined && token !== null) {
6225
+ headers = headers.set('token', String(token));
6226
+ }
6227
+ // to determine the Accept header
6228
+ let httpHeaderAccepts = [
6229
+ '*/*'
6230
+ ];
6231
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6232
+ if (httpHeaderAcceptSelected != undefined) {
6233
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6234
+ }
6235
+ // to determine the Content-Type header
6236
+ const consumes = [
6237
+ 'application/json'
6238
+ ];
6239
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6240
+ if (httpContentTypeSelected != undefined) {
6241
+ headers = headers.set('Content-Type', httpContentTypeSelected);
6242
+ }
6243
+ return this.httpClient.post(`${this.basePath}/v2/api/strategies/inlineEdit/${encodeURIComponent(String(id))}`, strategyInlineEditMapDTO, {
6244
+ withCredentials: this.configuration.withCredentials,
6245
+ headers: headers,
6246
+ observe: observe,
6247
+ reportProgress: reportProgress
6248
+ });
6249
+ }
6281
6250
  listABTestExperimentUsingGET(entity, entityId, reqId, token, observe = 'body', reportProgress = false) {
6282
6251
  if (entity === null || entity === undefined) {
6283
6252
  throw new Error('Required parameter entity was null or undefined when calling listABTestExperimentUsingGET.');
@@ -6545,7 +6514,7 @@ StrategyControllerService.ctorParameters = () => [
6545
6514
  class UILoggerControllerService {
6546
6515
  constructor(httpClient, basePath, configuration) {
6547
6516
  this.httpClient = httpClient;
6548
- this.basePath = 'https://apiv2beta.atomex.net';
6517
+ this.basePath = 'https://apiv2stage2.atomex.net';
6549
6518
  this.defaultHeaders = new HttpHeaders();
6550
6519
  this.configuration = new Configuration();
6551
6520
  if (basePath) {
@@ -6632,7 +6601,7 @@ UILoggerControllerService.ctorParameters = () => [
6632
6601
  class UserPreferenceControllerService {
6633
6602
  constructor(httpClient, basePath, configuration) {
6634
6603
  this.httpClient = httpClient;
6635
- this.basePath = 'https://apiv2beta.atomex.net';
6604
+ this.basePath = 'https://apiv2stage2.atomex.net';
6636
6605
  this.defaultHeaders = new HttpHeaders();
6637
6606
  this.configuration = new Configuration();
6638
6607
  if (basePath) {
@@ -6963,18 +6932,6 @@ var AuctionTypeEditField;
6963
6932
  * Do not edit the class manually.
6964
6933
  */
6965
6934
 
6966
- /**
6967
- * Api Documentation
6968
- * Api Documentation
6969
- *
6970
- * OpenAPI spec version: 1.0
6971
- *
6972
- *
6973
- * NOTE: This class is auto generated by the swagger code generator program.
6974
- * https://github.com/swagger-api/swagger-codegen.git
6975
- * Do not edit the class manually.
6976
- */
6977
-
6978
6935
  /**
6979
6936
  * Api Documentation
6980
6937
  * Api Documentation
@@ -7286,18 +7243,6 @@ var ClickDestination;
7286
7243
  * Do not edit the class manually.
7287
7244
  */
7288
7245
 
7289
- /**
7290
- * Api Documentation
7291
- * Api Documentation
7292
- *
7293
- * OpenAPI spec version: 1.0
7294
- *
7295
- *
7296
- * NOTE: This class is auto generated by the swagger code generator program.
7297
- * https://github.com/swagger-api/swagger-codegen.git
7298
- * Do not edit the class manually.
7299
- */
7300
-
7301
7246
  var CreativeCompactDTO;
7302
7247
  (function (CreativeCompactDTO) {
7303
7248
  CreativeCompactDTO.TypeEnum = {
@@ -8465,18 +8410,6 @@ var TemplateVariablesDTO;
8465
8410
  * Do not edit the class manually.
8466
8411
  */
8467
8412
 
8468
- /**
8469
- * Api Documentation
8470
- * Api Documentation
8471
- *
8472
- * OpenAPI spec version: 1.0
8473
- *
8474
- *
8475
- * NOTE: This class is auto generated by the swagger code generator program.
8476
- * https://github.com/swagger-api/swagger-codegen.git
8477
- * Do not edit the class manually.
8478
- */
8479
-
8480
8413
  var VastCreative;
8481
8414
  (function (VastCreative) {
8482
8415
  VastCreative.VideoFormatEnum = {