@revxui/api-clients-ts 1.1.471 → 1.1.473

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 (128) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -1
  3. package/api/dCOVideoSettingsController.service.d.ts +219 -0
  4. package/esm2020/api/adminController.service.mjs +2 -2
  5. package/esm2020/api/advertiserController.service.mjs +2 -2
  6. package/esm2020/api/api.mjs +4 -2
  7. package/esm2020/api/appSettingsController.service.mjs +2 -2
  8. package/esm2020/api/appsFlyerController.service.mjs +2 -2
  9. package/esm2020/api/audienceController.service.mjs +2 -2
  10. package/esm2020/api/auditController.service.mjs +2 -2
  11. package/esm2020/api/bidFunnelController.service.mjs +2 -2
  12. package/esm2020/api/bulkStrategyController.service.mjs +2 -2
  13. package/esm2020/api/cSSThemeController_.service.mjs +2 -2
  14. package/esm2020/api/campaignController.service.mjs +2 -2
  15. package/esm2020/api/catalogController.service.mjs +2 -2
  16. package/esm2020/api/clickDestinationController.service.mjs +2 -2
  17. package/esm2020/api/creativeController.service.mjs +2 -2
  18. package/esm2020/api/creativeSetsController.service.mjs +2 -2
  19. package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
  20. package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
  21. package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
  22. package/esm2020/api/customerReportingController.service.mjs +2 -2
  23. package/esm2020/api/dCOVideoSettingsController.service.mjs +574 -0
  24. package/esm2020/api/dashboardController.service.mjs +2 -2
  25. package/esm2020/api/experimentsController.service.mjs +2 -2
  26. package/esm2020/api/notificationsController.service.mjs +2 -2
  27. package/esm2020/api/pixelController.service.mjs +2 -2
  28. package/esm2020/api/reportController.service.mjs +2 -2
  29. package/esm2020/api/reportingController.service.mjs +2 -2
  30. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  31. package/esm2020/api/safeguardController.service.mjs +2 -2
  32. package/esm2020/api/sliceXController.service.mjs +2 -2
  33. package/esm2020/api/strategyController.service.mjs +2 -2
  34. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  35. package/esm2020/api/uILoggerController.service.mjs +2 -2
  36. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  37. package/esm2020/api.module.mjs +4 -1
  38. package/esm2020/model/apiResponseObjectDcoVideoActivateResponse.mjs +2 -0
  39. package/esm2020/model/apiResponseObjectDcoVideoAssetUploadResponse.mjs +2 -0
  40. package/esm2020/model/apiResponseObjectDcoVideoDeleteResponse.mjs +2 -0
  41. package/esm2020/model/apiResponseObjectDcoVideoGenerateSampleResponse.mjs +2 -0
  42. package/esm2020/model/apiResponseObjectDcoVideoGeneratedCountResponse.mjs +2 -0
  43. package/esm2020/model/apiResponseObjectDcoVideoSamplesResponse.mjs +2 -0
  44. package/esm2020/model/apiResponseObjectDcoVideoSettingsDTO.mjs +2 -0
  45. package/esm2020/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.mjs +2 -0
  46. package/esm2020/model/apiResponseObjectListDcoVideoDimensionDTO.mjs +2 -0
  47. package/esm2020/model/apiResponseObjectListDcoVideoMusicTrackDTO.mjs +2 -0
  48. package/esm2020/model/apiResponseObjectListDcoVideoSettingsDTO.mjs +2 -0
  49. package/esm2020/model/apiResponseObjectListDcoVideoTemplateDTO.mjs +2 -0
  50. package/esm2020/model/apiResponseObjectListstring.mjs +13 -0
  51. package/esm2020/model/dcoVideoActivateRequest.mjs +13 -0
  52. package/esm2020/model/dcoVideoActivateResponse.mjs +13 -0
  53. package/esm2020/model/dcoVideoAssetDTO.mjs +19 -0
  54. package/esm2020/model/dcoVideoAssetUploadResponse.mjs +2 -0
  55. package/esm2020/model/dcoVideoBrandGuidelineDTO.mjs +13 -0
  56. package/esm2020/model/dcoVideoCatalogItemDTO.mjs +13 -0
  57. package/esm2020/model/dcoVideoDeleteResponse.mjs +13 -0
  58. package/esm2020/model/dcoVideoDimensionDTO.mjs +13 -0
  59. package/esm2020/model/dcoVideoErrorDTO.mjs +13 -0
  60. package/esm2020/model/dcoVideoGenerateSampleRequest.mjs +2 -0
  61. package/esm2020/model/dcoVideoGenerateSampleResponse.mjs +2 -0
  62. package/esm2020/model/dcoVideoGeneratedCountResponse.mjs +13 -0
  63. package/esm2020/model/dcoVideoMusicTrackDTO.mjs +13 -0
  64. package/esm2020/model/dcoVideoPaginationDTO.mjs +13 -0
  65. package/esm2020/model/dcoVideoSampleDTO.mjs +2 -0
  66. package/esm2020/model/dcoVideoSamplesResponse.mjs +2 -0
  67. package/esm2020/model/dcoVideoSettingsCreateRequest.mjs +2 -0
  68. package/esm2020/model/dcoVideoSettingsDTO.mjs +2 -0
  69. package/esm2020/model/dcoVideoSettingsUpdateRequest.mjs +2 -0
  70. package/esm2020/model/dcoVideoTemplateDTO.mjs +2 -0
  71. package/esm2020/model/dcoVideoTemplateRequirementsDTO.mjs +13 -0
  72. package/esm2020/model/dcoVideoUploadedAssetDTO.mjs +13 -0
  73. package/esm2020/model/dynamicVideoTemplate.mjs +1 -1
  74. package/esm2020/model/inputStream.mjs +13 -0
  75. package/esm2020/model/modelFile.mjs +13 -0
  76. package/esm2020/model/models.mjs +42 -1
  77. package/esm2020/model/resource.mjs +2 -0
  78. package/esm2020/model/uRI.mjs +13 -0
  79. package/esm2020/model/uRL.mjs +2 -0
  80. package/esm2020/model/uRLStreamHandler.mjs +13 -0
  81. package/fesm2015/revxui-api-clients-ts.mjs +622 -33
  82. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  83. package/fesm2020/revxui-api-clients-ts.mjs +824 -33
  84. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  85. package/model/apiResponseObjectDcoVideoActivateResponse.d.ts +17 -0
  86. package/model/apiResponseObjectDcoVideoAssetUploadResponse.d.ts +17 -0
  87. package/model/apiResponseObjectDcoVideoDeleteResponse.d.ts +17 -0
  88. package/model/apiResponseObjectDcoVideoGenerateSampleResponse.d.ts +17 -0
  89. package/model/apiResponseObjectDcoVideoGeneratedCountResponse.d.ts +17 -0
  90. package/model/apiResponseObjectDcoVideoSamplesResponse.d.ts +17 -0
  91. package/model/apiResponseObjectDcoVideoSettingsDTO.d.ts +17 -0
  92. package/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.d.ts +17 -0
  93. package/model/apiResponseObjectListDcoVideoDimensionDTO.d.ts +17 -0
  94. package/model/apiResponseObjectListDcoVideoMusicTrackDTO.d.ts +17 -0
  95. package/model/apiResponseObjectListDcoVideoSettingsDTO.d.ts +17 -0
  96. package/model/apiResponseObjectListDcoVideoTemplateDTO.d.ts +17 -0
  97. package/model/apiResponseObjectListstring.d.ts +16 -0
  98. package/model/dcoVideoActivateRequest.d.ts +15 -0
  99. package/model/dcoVideoActivateResponse.d.ts +18 -0
  100. package/model/dcoVideoAssetDTO.d.ts +32 -0
  101. package/model/dcoVideoAssetUploadResponse.d.ts +17 -0
  102. package/model/dcoVideoBrandGuidelineDTO.d.ts +16 -0
  103. package/model/dcoVideoCatalogItemDTO.d.ts +16 -0
  104. package/model/dcoVideoDeleteResponse.d.ts +17 -0
  105. package/model/dcoVideoDimensionDTO.d.ts +15 -0
  106. package/model/dcoVideoErrorDTO.d.ts +15 -0
  107. package/model/dcoVideoGenerateSampleRequest.d.ts +20 -0
  108. package/model/dcoVideoGenerateSampleResponse.d.ts +29 -0
  109. package/model/dcoVideoGeneratedCountResponse.d.ts +24 -0
  110. package/model/dcoVideoMusicTrackDTO.d.ts +21 -0
  111. package/model/dcoVideoPaginationDTO.d.ts +19 -0
  112. package/model/dcoVideoSampleDTO.d.ts +27 -0
  113. package/model/dcoVideoSamplesResponse.d.ts +18 -0
  114. package/model/dcoVideoSettingsCreateRequest.d.ts +20 -0
  115. package/model/dcoVideoSettingsDTO.d.ts +32 -0
  116. package/model/dcoVideoSettingsUpdateRequest.d.ts +19 -0
  117. package/model/dcoVideoTemplateDTO.d.ts +25 -0
  118. package/model/dcoVideoTemplateRequirementsDTO.d.ts +17 -0
  119. package/model/dcoVideoUploadedAssetDTO.d.ts +15 -0
  120. package/model/dynamicVideoTemplate.d.ts +4 -0
  121. package/model/inputStream.d.ts +13 -0
  122. package/model/modelFile.d.ts +32 -0
  123. package/model/models.d.ts +41 -0
  124. package/model/resource.d.ts +24 -0
  125. package/model/uRI.d.ts +30 -0
  126. package/model/uRL.d.ts +27 -0
  127. package/model/uRLStreamHandler.d.ts +13 -0
  128. package/package.json +1 -1
@@ -85,7 +85,7 @@ class Configuration {
85
85
  class AdminControllerService {
86
86
  constructor(httpClient, basePath, configuration) {
87
87
  this.httpClient = httpClient;
88
- this.basePath = 'https://apiv2stage1.atomex.net';
88
+ this.basePath = 'https://apiv2stage7.atomex.net';
89
89
  this.defaultHeaders = new HttpHeaders();
90
90
  this.configuration = new Configuration();
91
91
  if (basePath) {
@@ -281,7 +281,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
281
281
  class AdvertiserControllerService {
282
282
  constructor(httpClient, basePath, configuration) {
283
283
  this.httpClient = httpClient;
284
- this.basePath = 'https://apiv2stage1.atomex.net';
284
+ this.basePath = 'https://apiv2stage7.atomex.net';
285
285
  this.defaultHeaders = new HttpHeaders();
286
286
  this.configuration = new Configuration();
287
287
  if (basePath) {
@@ -858,7 +858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
858
858
  class AppSettingsControllerService {
859
859
  constructor(httpClient, basePath, configuration) {
860
860
  this.httpClient = httpClient;
861
- this.basePath = 'https://apiv2stage1.atomex.net';
861
+ this.basePath = 'https://apiv2stage7.atomex.net';
862
862
  this.defaultHeaders = new HttpHeaders();
863
863
  this.configuration = new Configuration();
864
864
  if (basePath) {
@@ -1105,7 +1105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1105
1105
  class AppsFlyerControllerService {
1106
1106
  constructor(httpClient, basePath, configuration) {
1107
1107
  this.httpClient = httpClient;
1108
- this.basePath = 'https://apiv2stage1.atomex.net';
1108
+ this.basePath = 'https://apiv2stage7.atomex.net';
1109
1109
  this.defaultHeaders = new HttpHeaders();
1110
1110
  this.configuration = new Configuration();
1111
1111
  if (basePath) {
@@ -1193,7 +1193,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1193
1193
  class AudienceControllerService {
1194
1194
  constructor(httpClient, basePath, configuration) {
1195
1195
  this.httpClient = httpClient;
1196
- this.basePath = 'https://apiv2stage1.atomex.net';
1196
+ this.basePath = 'https://apiv2stage7.atomex.net';
1197
1197
  this.defaultHeaders = new HttpHeaders();
1198
1198
  this.configuration = new Configuration();
1199
1199
  if (basePath) {
@@ -2071,7 +2071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2071
2071
  class AuditControllerService {
2072
2072
  constructor(httpClient, basePath, configuration) {
2073
2073
  this.httpClient = httpClient;
2074
- this.basePath = 'https://apiv2stage1.atomex.net';
2074
+ this.basePath = 'https://apiv2stage7.atomex.net';
2075
2075
  this.defaultHeaders = new HttpHeaders();
2076
2076
  this.configuration = new Configuration();
2077
2077
  if (basePath) {
@@ -2273,7 +2273,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2273
2273
  class BidFunnelControllerService {
2274
2274
  constructor(httpClient, basePath, configuration) {
2275
2275
  this.httpClient = httpClient;
2276
- this.basePath = 'https://apiv2stage1.atomex.net';
2276
+ this.basePath = 'https://apiv2stage7.atomex.net';
2277
2277
  this.defaultHeaders = new HttpHeaders();
2278
2278
  this.configuration = new Configuration();
2279
2279
  if (basePath) {
@@ -2424,7 +2424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2424
2424
  class BulkStrategyControllerService {
2425
2425
  constructor(httpClient, basePath, configuration) {
2426
2426
  this.httpClient = httpClient;
2427
- this.basePath = 'https://apiv2stage1.atomex.net';
2427
+ this.basePath = 'https://apiv2stage7.atomex.net';
2428
2428
  this.defaultHeaders = new HttpHeaders();
2429
2429
  this.configuration = new Configuration();
2430
2430
  if (basePath) {
@@ -2651,7 +2651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2651
2651
  class CSSThemeController_Service {
2652
2652
  constructor(httpClient, basePath, configuration) {
2653
2653
  this.httpClient = httpClient;
2654
- this.basePath = 'https://apiv2stage1.atomex.net';
2654
+ this.basePath = 'https://apiv2stage7.atomex.net';
2655
2655
  this.defaultHeaders = new HttpHeaders();
2656
2656
  this.configuration = new Configuration();
2657
2657
  if (basePath) {
@@ -2762,7 +2762,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2762
2762
  class CampaignControllerService {
2763
2763
  constructor(httpClient, basePath, configuration) {
2764
2764
  this.httpClient = httpClient;
2765
- this.basePath = 'https://apiv2stage1.atomex.net';
2765
+ this.basePath = 'https://apiv2stage7.atomex.net';
2766
2766
  this.defaultHeaders = new HttpHeaders();
2767
2767
  this.configuration = new Configuration();
2768
2768
  if (basePath) {
@@ -3205,7 +3205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3205
3205
  class CatalogControllerService {
3206
3206
  constructor(httpClient, basePath, configuration) {
3207
3207
  this.httpClient = httpClient;
3208
- this.basePath = 'https://apiv2stage1.atomex.net';
3208
+ this.basePath = 'https://apiv2stage7.atomex.net';
3209
3209
  this.defaultHeaders = new HttpHeaders();
3210
3210
  this.configuration = new Configuration();
3211
3211
  if (basePath) {
@@ -3450,7 +3450,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3450
3450
  class ClickDestinationControllerService {
3451
3451
  constructor(httpClient, basePath, configuration) {
3452
3452
  this.httpClient = httpClient;
3453
- this.basePath = 'https://apiv2stage1.atomex.net';
3453
+ this.basePath = 'https://apiv2stage7.atomex.net';
3454
3454
  this.defaultHeaders = new HttpHeaders();
3455
3455
  this.configuration = new Configuration();
3456
3456
  if (basePath) {
@@ -3684,7 +3684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3684
3684
  class CreativeControllerService {
3685
3685
  constructor(httpClient, basePath, configuration) {
3686
3686
  this.httpClient = httpClient;
3687
- this.basePath = 'https://apiv2stage1.atomex.net';
3687
+ this.basePath = 'https://apiv2stage7.atomex.net';
3688
3688
  this.defaultHeaders = new HttpHeaders();
3689
3689
  this.configuration = new Configuration();
3690
3690
  if (basePath) {
@@ -4289,7 +4289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4289
4289
  class CreativeSetsControllerService {
4290
4290
  constructor(httpClient, basePath, configuration) {
4291
4291
  this.httpClient = httpClient;
4292
- this.basePath = 'https://apiv2stage1.atomex.net';
4292
+ this.basePath = 'https://apiv2stage7.atomex.net';
4293
4293
  this.defaultHeaders = new HttpHeaders();
4294
4294
  this.configuration = new Configuration();
4295
4295
  if (basePath) {
@@ -4937,7 +4937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4937
4937
  class CreativeTemplateThemesControllerService {
4938
4938
  constructor(httpClient, basePath, configuration) {
4939
4939
  this.httpClient = httpClient;
4940
- this.basePath = 'https://apiv2stage1.atomex.net';
4940
+ this.basePath = 'https://apiv2stage7.atomex.net';
4941
4941
  this.defaultHeaders = new HttpHeaders();
4942
4942
  this.configuration = new Configuration();
4943
4943
  if (basePath) {
@@ -5124,7 +5124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5124
5124
  class CreativeTemplateVariablesControllerService {
5125
5125
  constructor(httpClient, basePath, configuration) {
5126
5126
  this.httpClient = httpClient;
5127
- this.basePath = 'https://apiv2stage1.atomex.net';
5127
+ this.basePath = 'https://apiv2stage7.atomex.net';
5128
5128
  this.defaultHeaders = new HttpHeaders();
5129
5129
  this.configuration = new Configuration();
5130
5130
  if (basePath) {
@@ -5204,7 +5204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5204
5204
  class CreativeTemplatesControllerService {
5205
5205
  constructor(httpClient, basePath, configuration) {
5206
5206
  this.httpClient = httpClient;
5207
- this.basePath = 'https://apiv2stage1.atomex.net';
5207
+ this.basePath = 'https://apiv2stage7.atomex.net';
5208
5208
  this.defaultHeaders = new HttpHeaders();
5209
5209
  this.configuration = new Configuration();
5210
5210
  if (basePath) {
@@ -5371,7 +5371,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5371
5371
  class CustomerReportingControllerService {
5372
5372
  constructor(httpClient, basePath, configuration) {
5373
5373
  this.httpClient = httpClient;
5374
- this.basePath = 'https://apiv2stage1.atomex.net';
5374
+ this.basePath = 'https://apiv2stage7.atomex.net';
5375
5375
  this.defaultHeaders = new HttpHeaders();
5376
5376
  this.configuration = new Configuration();
5377
5377
  if (basePath) {
@@ -5521,6 +5521,574 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5521
5521
  }] }];
5522
5522
  } });
5523
5523
 
5524
+ /**
5525
+ * Api Documentation
5526
+ * Api Documentation
5527
+ *
5528
+ * OpenAPI spec version: 1.0
5529
+ *
5530
+ *
5531
+ * NOTE: This class is auto generated by the swagger code generator program.
5532
+ * https://github.com/swagger-api/swagger-codegen.git
5533
+ * Do not edit the class manually.
5534
+ */
5535
+ /* tslint:disable:no-unused-variable member-ordering */
5536
+ class DCOVideoSettingsControllerService {
5537
+ constructor(httpClient, basePath, configuration) {
5538
+ this.httpClient = httpClient;
5539
+ this.basePath = 'https://apiv2stage7.atomex.net';
5540
+ this.defaultHeaders = new HttpHeaders();
5541
+ this.configuration = new Configuration();
5542
+ if (basePath) {
5543
+ this.basePath = basePath;
5544
+ }
5545
+ if (configuration) {
5546
+ this.configuration = configuration;
5547
+ this.basePath = basePath || configuration.basePath || this.basePath;
5548
+ }
5549
+ }
5550
+ /**
5551
+ * @param consumes string[] mime-types
5552
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
5553
+ */
5554
+ canConsumeForm(consumes) {
5555
+ const form = 'multipart/form-data';
5556
+ for (const consume of consumes) {
5557
+ if (form === consume) {
5558
+ return true;
5559
+ }
5560
+ }
5561
+ return false;
5562
+ }
5563
+ activateSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
5564
+ if (request === null || request === undefined) {
5565
+ throw new Error('Required parameter request was null or undefined when calling activateSettingsUsingPOST.');
5566
+ }
5567
+ let headers = this.defaultHeaders;
5568
+ if (reqId !== undefined && reqId !== null) {
5569
+ headers = headers.set('reqId', String(reqId));
5570
+ }
5571
+ if (token !== undefined && token !== null) {
5572
+ headers = headers.set('token', String(token));
5573
+ }
5574
+ // to determine the Accept header
5575
+ let httpHeaderAccepts = [
5576
+ 'application/json'
5577
+ ];
5578
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5579
+ if (httpHeaderAcceptSelected != undefined) {
5580
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5581
+ }
5582
+ // to determine the Content-Type header
5583
+ const consumes = [
5584
+ 'application/json'
5585
+ ];
5586
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5587
+ if (httpContentTypeSelected != undefined) {
5588
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5589
+ }
5590
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/activate`, request, {
5591
+ withCredentials: this.configuration.withCredentials,
5592
+ headers: headers,
5593
+ observe: observe,
5594
+ reportProgress: reportProgress
5595
+ });
5596
+ }
5597
+ createSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
5598
+ if (request === null || request === undefined) {
5599
+ throw new Error('Required parameter request was null or undefined when calling createSettingsUsingPOST.');
5600
+ }
5601
+ let headers = this.defaultHeaders;
5602
+ if (reqId !== undefined && reqId !== null) {
5603
+ headers = headers.set('reqId', String(reqId));
5604
+ }
5605
+ if (token !== undefined && token !== null) {
5606
+ headers = headers.set('token', String(token));
5607
+ }
5608
+ // to determine the Accept header
5609
+ let httpHeaderAccepts = [
5610
+ 'application/json'
5611
+ ];
5612
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5613
+ if (httpHeaderAcceptSelected != undefined) {
5614
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5615
+ }
5616
+ // to determine the Content-Type header
5617
+ const consumes = [
5618
+ 'application/json'
5619
+ ];
5620
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5621
+ if (httpContentTypeSelected != undefined) {
5622
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5623
+ }
5624
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings`, request, {
5625
+ withCredentials: this.configuration.withCredentials,
5626
+ headers: headers,
5627
+ observe: observe,
5628
+ reportProgress: reportProgress
5629
+ });
5630
+ }
5631
+ deleteSettingsUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
5632
+ if (id === null || id === undefined) {
5633
+ throw new Error('Required parameter id was null or undefined when calling deleteSettingsUsingPOST.');
5634
+ }
5635
+ let headers = this.defaultHeaders;
5636
+ if (reqId !== undefined && reqId !== null) {
5637
+ headers = headers.set('reqId', String(reqId));
5638
+ }
5639
+ if (token !== undefined && token !== null) {
5640
+ headers = headers.set('token', String(token));
5641
+ }
5642
+ // to determine the Accept header
5643
+ let httpHeaderAccepts = [
5644
+ 'application/json'
5645
+ ];
5646
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5647
+ if (httpHeaderAcceptSelected != undefined) {
5648
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5649
+ }
5650
+ // to determine the Content-Type header
5651
+ const consumes = [
5652
+ 'application/json'
5653
+ ];
5654
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/archive`, null, {
5655
+ withCredentials: this.configuration.withCredentials,
5656
+ headers: headers,
5657
+ observe: observe,
5658
+ reportProgress: reportProgress
5659
+ });
5660
+ }
5661
+ generateSampleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
5662
+ if (request === null || request === undefined) {
5663
+ throw new Error('Required parameter request was null or undefined when calling generateSampleUsingPOST.');
5664
+ }
5665
+ let headers = this.defaultHeaders;
5666
+ if (reqId !== undefined && reqId !== null) {
5667
+ headers = headers.set('reqId', String(reqId));
5668
+ }
5669
+ if (token !== undefined && token !== null) {
5670
+ headers = headers.set('token', String(token));
5671
+ }
5672
+ // to determine the Accept header
5673
+ let httpHeaderAccepts = [
5674
+ 'application/json'
5675
+ ];
5676
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5677
+ if (httpHeaderAcceptSelected != undefined) {
5678
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5679
+ }
5680
+ // to determine the Content-Type header
5681
+ const consumes = [
5682
+ 'application/json'
5683
+ ];
5684
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5685
+ if (httpContentTypeSelected != undefined) {
5686
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5687
+ }
5688
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/generate-sample`, request, {
5689
+ withCredentials: this.configuration.withCredentials,
5690
+ headers: headers,
5691
+ observe: observe,
5692
+ reportProgress: reportProgress
5693
+ });
5694
+ }
5695
+ getBrandGuidelinesUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5696
+ if (advertiserId === null || advertiserId === undefined) {
5697
+ throw new Error('Required parameter advertiserId was null or undefined when calling getBrandGuidelinesUsingGET.');
5698
+ }
5699
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5700
+ if (includeInactive !== undefined && includeInactive !== null) {
5701
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5702
+ }
5703
+ let headers = this.defaultHeaders;
5704
+ if (reqId !== undefined && reqId !== null) {
5705
+ headers = headers.set('reqId', String(reqId));
5706
+ }
5707
+ if (token !== undefined && token !== null) {
5708
+ headers = headers.set('token', String(token));
5709
+ }
5710
+ // to determine the Accept header
5711
+ let httpHeaderAccepts = [
5712
+ 'application/json'
5713
+ ];
5714
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5715
+ if (httpHeaderAcceptSelected != undefined) {
5716
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5717
+ }
5718
+ // to determine the Content-Type header
5719
+ const consumes = [];
5720
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/brand-guidelines`, {
5721
+ params: queryParameters,
5722
+ withCredentials: this.configuration.withCredentials,
5723
+ headers: headers,
5724
+ observe: observe,
5725
+ reportProgress: reportProgress
5726
+ });
5727
+ }
5728
+ getDimensionsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5729
+ if (advertiserId === null || advertiserId === undefined) {
5730
+ throw new Error('Required parameter advertiserId was null or undefined when calling getDimensionsUsingGET.');
5731
+ }
5732
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5733
+ if (includeInactive !== undefined && includeInactive !== null) {
5734
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5735
+ }
5736
+ let headers = this.defaultHeaders;
5737
+ if (reqId !== undefined && reqId !== null) {
5738
+ headers = headers.set('reqId', String(reqId));
5739
+ }
5740
+ if (token !== undefined && token !== null) {
5741
+ headers = headers.set('token', String(token));
5742
+ }
5743
+ // to determine the Accept header
5744
+ let httpHeaderAccepts = [
5745
+ 'application/json'
5746
+ ];
5747
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5748
+ if (httpHeaderAcceptSelected != undefined) {
5749
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5750
+ }
5751
+ // to determine the Content-Type header
5752
+ const consumes = [];
5753
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/dimensions`, {
5754
+ params: queryParameters,
5755
+ withCredentials: this.configuration.withCredentials,
5756
+ headers: headers,
5757
+ observe: observe,
5758
+ reportProgress: reportProgress
5759
+ });
5760
+ }
5761
+ getFeedKeysUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
5762
+ if (advertiserId === null || advertiserId === undefined) {
5763
+ throw new Error('Required parameter advertiserId was null or undefined when calling getFeedKeysUsingGET.');
5764
+ }
5765
+ let headers = this.defaultHeaders;
5766
+ if (reqId !== undefined && reqId !== null) {
5767
+ headers = headers.set('reqId', String(reqId));
5768
+ }
5769
+ if (token !== undefined && token !== null) {
5770
+ headers = headers.set('token', String(token));
5771
+ }
5772
+ // to determine the Accept header
5773
+ let httpHeaderAccepts = [
5774
+ 'application/json'
5775
+ ];
5776
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5777
+ if (httpHeaderAcceptSelected != undefined) {
5778
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5779
+ }
5780
+ // to determine the Content-Type header
5781
+ const consumes = [];
5782
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/feed-keys`, {
5783
+ withCredentials: this.configuration.withCredentials,
5784
+ headers: headers,
5785
+ observe: observe,
5786
+ reportProgress: reportProgress
5787
+ });
5788
+ }
5789
+ getGeneratedVideoCountUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
5790
+ if (id === null || id === undefined) {
5791
+ throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoCountUsingGET.');
5792
+ }
5793
+ let headers = this.defaultHeaders;
5794
+ if (reqId !== undefined && reqId !== null) {
5795
+ headers = headers.set('reqId', String(reqId));
5796
+ }
5797
+ if (token !== undefined && token !== null) {
5798
+ headers = headers.set('token', String(token));
5799
+ }
5800
+ // to determine the Accept header
5801
+ let httpHeaderAccepts = [
5802
+ 'application/json'
5803
+ ];
5804
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5805
+ if (httpHeaderAcceptSelected != undefined) {
5806
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5807
+ }
5808
+ // to determine the Content-Type header
5809
+ const consumes = [];
5810
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-video-count`, {
5811
+ withCredentials: this.configuration.withCredentials,
5812
+ headers: headers,
5813
+ observe: observe,
5814
+ reportProgress: reportProgress
5815
+ });
5816
+ }
5817
+ getGeneratedVideosUsingGET(id, page, reqId, size, status, token, observe = 'body', reportProgress = false) {
5818
+ if (id === null || id === undefined) {
5819
+ throw new Error('Required parameter id was null or undefined when calling getGeneratedVideosUsingGET.');
5820
+ }
5821
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5822
+ if (page !== undefined && page !== null) {
5823
+ queryParameters = queryParameters.set('page', page);
5824
+ }
5825
+ if (size !== undefined && size !== null) {
5826
+ queryParameters = queryParameters.set('size', size);
5827
+ }
5828
+ if (status !== undefined && status !== null) {
5829
+ queryParameters = queryParameters.set('status', status);
5830
+ }
5831
+ let headers = this.defaultHeaders;
5832
+ if (reqId !== undefined && reqId !== null) {
5833
+ headers = headers.set('reqId', String(reqId));
5834
+ }
5835
+ if (token !== undefined && token !== null) {
5836
+ headers = headers.set('token', String(token));
5837
+ }
5838
+ // to determine the Accept header
5839
+ let httpHeaderAccepts = [
5840
+ 'application/json'
5841
+ ];
5842
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5843
+ if (httpHeaderAcceptSelected != undefined) {
5844
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5845
+ }
5846
+ // to determine the Content-Type header
5847
+ const consumes = [];
5848
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-videos`, {
5849
+ params: queryParameters,
5850
+ withCredentials: this.configuration.withCredentials,
5851
+ headers: headers,
5852
+ observe: observe,
5853
+ reportProgress: reportProgress
5854
+ });
5855
+ }
5856
+ getSettingsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5857
+ if (advertiserId === null || advertiserId === undefined) {
5858
+ throw new Error('Required parameter advertiserId was null or undefined when calling getSettingsUsingGET.');
5859
+ }
5860
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5861
+ if (includeInactive !== undefined && includeInactive !== null) {
5862
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5863
+ }
5864
+ let headers = this.defaultHeaders;
5865
+ if (reqId !== undefined && reqId !== null) {
5866
+ headers = headers.set('reqId', String(reqId));
5867
+ }
5868
+ if (token !== undefined && token !== null) {
5869
+ headers = headers.set('token', String(token));
5870
+ }
5871
+ // to determine the Accept header
5872
+ let httpHeaderAccepts = [
5873
+ 'application/json'
5874
+ ];
5875
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5876
+ if (httpHeaderAcceptSelected != undefined) {
5877
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5878
+ }
5879
+ // to determine the Content-Type header
5880
+ const consumes = [];
5881
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(advertiserId))}`, {
5882
+ params: queryParameters,
5883
+ withCredentials: this.configuration.withCredentials,
5884
+ headers: headers,
5885
+ observe: observe,
5886
+ reportProgress: reportProgress
5887
+ });
5888
+ }
5889
+ getTemplatesUsingGET(advertiserId, hasBackgroundImage, hasPromoBanner, hasPromoVideo, reqId, token, observe = 'body', reportProgress = false) {
5890
+ if (advertiserId === null || advertiserId === undefined) {
5891
+ throw new Error('Required parameter advertiserId was null or undefined when calling getTemplatesUsingGET.');
5892
+ }
5893
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5894
+ if (advertiserId !== undefined && advertiserId !== null) {
5895
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
5896
+ }
5897
+ if (hasBackgroundImage !== undefined && hasBackgroundImage !== null) {
5898
+ queryParameters = queryParameters.set('hasBackgroundImage', hasBackgroundImage);
5899
+ }
5900
+ if (hasPromoBanner !== undefined && hasPromoBanner !== null) {
5901
+ queryParameters = queryParameters.set('hasPromoBanner', hasPromoBanner);
5902
+ }
5903
+ if (hasPromoVideo !== undefined && hasPromoVideo !== null) {
5904
+ queryParameters = queryParameters.set('hasPromoVideo', hasPromoVideo);
5905
+ }
5906
+ let headers = this.defaultHeaders;
5907
+ if (reqId !== undefined && reqId !== null) {
5908
+ headers = headers.set('reqId', String(reqId));
5909
+ }
5910
+ if (token !== undefined && token !== null) {
5911
+ headers = headers.set('token', String(token));
5912
+ }
5913
+ // to determine the Accept header
5914
+ let httpHeaderAccepts = [
5915
+ 'application/json'
5916
+ ];
5917
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5918
+ if (httpHeaderAcceptSelected != undefined) {
5919
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5920
+ }
5921
+ // to determine the Content-Type header
5922
+ const consumes = [];
5923
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/templates`, {
5924
+ params: queryParameters,
5925
+ withCredentials: this.configuration.withCredentials,
5926
+ headers: headers,
5927
+ observe: observe,
5928
+ reportProgress: reportProgress
5929
+ });
5930
+ }
5931
+ listMusicTracksUsingGET(includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5932
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5933
+ if (includeInactive !== undefined && includeInactive !== null) {
5934
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5935
+ }
5936
+ let headers = this.defaultHeaders;
5937
+ if (reqId !== undefined && reqId !== null) {
5938
+ headers = headers.set('reqId', String(reqId));
5939
+ }
5940
+ if (token !== undefined && token !== null) {
5941
+ headers = headers.set('token', String(token));
5942
+ }
5943
+ // to determine the Accept header
5944
+ let httpHeaderAccepts = [
5945
+ 'application/json'
5946
+ ];
5947
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5948
+ if (httpHeaderAcceptSelected != undefined) {
5949
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5950
+ }
5951
+ // to determine the Content-Type header
5952
+ const consumes = [];
5953
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/music-tracks`, {
5954
+ params: queryParameters,
5955
+ withCredentials: this.configuration.withCredentials,
5956
+ headers: headers,
5957
+ observe: observe,
5958
+ reportProgress: reportProgress
5959
+ });
5960
+ }
5961
+ updateSettingsUsingPOST(id, request, regenerateSample, reqId, token, observe = 'body', reportProgress = false) {
5962
+ if (id === null || id === undefined) {
5963
+ throw new Error('Required parameter id was null or undefined when calling updateSettingsUsingPOST.');
5964
+ }
5965
+ if (request === null || request === undefined) {
5966
+ throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
5967
+ }
5968
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5969
+ if (regenerateSample !== undefined && regenerateSample !== null) {
5970
+ queryParameters = queryParameters.set('regenerateSample', regenerateSample);
5971
+ }
5972
+ let headers = this.defaultHeaders;
5973
+ if (reqId !== undefined && reqId !== null) {
5974
+ headers = headers.set('reqId', String(reqId));
5975
+ }
5976
+ if (token !== undefined && token !== null) {
5977
+ headers = headers.set('token', String(token));
5978
+ }
5979
+ // to determine the Accept header
5980
+ let httpHeaderAccepts = [
5981
+ 'application/json'
5982
+ ];
5983
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5984
+ if (httpHeaderAcceptSelected != undefined) {
5985
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5986
+ }
5987
+ // to determine the Content-Type header
5988
+ const consumes = [
5989
+ 'application/json'
5990
+ ];
5991
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5992
+ if (httpContentTypeSelected != undefined) {
5993
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5994
+ }
5995
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, request, {
5996
+ params: queryParameters,
5997
+ withCredentials: this.configuration.withCredentials,
5998
+ headers: headers,
5999
+ observe: observe,
6000
+ reportProgress: reportProgress
6001
+ });
6002
+ }
6003
+ uploadStagingAssetsUsingPOST(advertiserId, templateId, file_BACKGROUND_IMAGE, file_PROMO_BANNER, file_PROMO_MUSIC, file_PROMO_VIDEO, reqId, token, observe = 'body', reportProgress = false) {
6004
+ if (advertiserId === null || advertiserId === undefined) {
6005
+ throw new Error('Required parameter advertiserId was null or undefined when calling uploadStagingAssetsUsingPOST.');
6006
+ }
6007
+ if (templateId === null || templateId === undefined) {
6008
+ throw new Error('Required parameter templateId was null or undefined when calling uploadStagingAssetsUsingPOST.');
6009
+ }
6010
+ let headers = this.defaultHeaders;
6011
+ if (reqId !== undefined && reqId !== null) {
6012
+ headers = headers.set('reqId', String(reqId));
6013
+ }
6014
+ if (token !== undefined && token !== null) {
6015
+ headers = headers.set('token', String(token));
6016
+ }
6017
+ // to determine the Accept header
6018
+ let httpHeaderAccepts = [
6019
+ 'application/json'
6020
+ ];
6021
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6022
+ if (httpHeaderAcceptSelected != undefined) {
6023
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6024
+ }
6025
+ // to determine the Content-Type header
6026
+ const consumes = [
6027
+ 'multipart/form-data'
6028
+ ];
6029
+ const canConsumeForm = this.canConsumeForm(consumes);
6030
+ let formParams;
6031
+ let useForm = false;
6032
+ let convertFormParamsToString = false;
6033
+ // use FormData to transmit files using content-type "multipart/form-data"
6034
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
6035
+ useForm = canConsumeForm;
6036
+ // use FormData to transmit files using content-type "multipart/form-data"
6037
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
6038
+ useForm = canConsumeForm;
6039
+ // use FormData to transmit files using content-type "multipart/form-data"
6040
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
6041
+ useForm = canConsumeForm;
6042
+ // use FormData to transmit files using content-type "multipart/form-data"
6043
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
6044
+ useForm = canConsumeForm;
6045
+ if (useForm) {
6046
+ formParams = new FormData();
6047
+ }
6048
+ else {
6049
+ formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6050
+ }
6051
+ if (advertiserId !== undefined) {
6052
+ formParams = formParams.append('advertiserId', advertiserId) || formParams;
6053
+ }
6054
+ if (file_BACKGROUND_IMAGE !== undefined) {
6055
+ formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
6056
+ }
6057
+ if (file_PROMO_BANNER !== undefined) {
6058
+ formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
6059
+ }
6060
+ if (file_PROMO_MUSIC !== undefined) {
6061
+ formParams = formParams.append('file_PROMO_MUSIC', file_PROMO_MUSIC) || formParams;
6062
+ }
6063
+ if (file_PROMO_VIDEO !== undefined) {
6064
+ formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
6065
+ }
6066
+ if (templateId !== undefined) {
6067
+ formParams = formParams.append('templateId', templateId) || formParams;
6068
+ }
6069
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/assets/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
6070
+ withCredentials: this.configuration.withCredentials,
6071
+ headers: headers,
6072
+ observe: observe,
6073
+ reportProgress: reportProgress
6074
+ });
6075
+ }
6076
+ }
6077
+ DCOVideoSettingsControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
6078
+ DCOVideoSettingsControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService });
6079
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
6080
+ type: Injectable
6081
+ }], ctorParameters: function () {
6082
+ return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
6083
+ type: Optional
6084
+ }, {
6085
+ type: Inject,
6086
+ args: [BASE_PATH]
6087
+ }] }, { type: Configuration, decorators: [{
6088
+ type: Optional
6089
+ }] }];
6090
+ } });
6091
+
5524
6092
  /**
5525
6093
  * Api Documentation
5526
6094
  * Api Documentation
@@ -5536,7 +6104,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5536
6104
  class DashboardControllerService {
5537
6105
  constructor(httpClient, basePath, configuration) {
5538
6106
  this.httpClient = httpClient;
5539
- this.basePath = 'https://apiv2stage1.atomex.net';
6107
+ this.basePath = 'https://apiv2stage7.atomex.net';
5540
6108
  this.defaultHeaders = new HttpHeaders();
5541
6109
  this.configuration = new Configuration();
5542
6110
  if (basePath) {
@@ -6196,7 +6764,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6196
6764
  class ExperimentsControllerService {
6197
6765
  constructor(httpClient, basePath, configuration) {
6198
6766
  this.httpClient = httpClient;
6199
- this.basePath = 'https://apiv2stage1.atomex.net';
6767
+ this.basePath = 'https://apiv2stage7.atomex.net';
6200
6768
  this.defaultHeaders = new HttpHeaders();
6201
6769
  this.configuration = new Configuration();
6202
6770
  if (basePath) {
@@ -6925,7 +7493,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6925
7493
  class NotificationsControllerService {
6926
7494
  constructor(httpClient, basePath, configuration) {
6927
7495
  this.httpClient = httpClient;
6928
- this.basePath = 'https://apiv2stage1.atomex.net';
7496
+ this.basePath = 'https://apiv2stage7.atomex.net';
6929
7497
  this.defaultHeaders = new HttpHeaders();
6930
7498
  this.configuration = new Configuration();
6931
7499
  if (basePath) {
@@ -7140,7 +7708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7140
7708
  class PixelControllerService {
7141
7709
  constructor(httpClient, basePath, configuration) {
7142
7710
  this.httpClient = httpClient;
7143
- this.basePath = 'https://apiv2stage1.atomex.net';
7711
+ this.basePath = 'https://apiv2stage7.atomex.net';
7144
7712
  this.defaultHeaders = new HttpHeaders();
7145
7713
  this.configuration = new Configuration();
7146
7714
  if (basePath) {
@@ -7449,7 +8017,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7449
8017
  class ReportControllerService {
7450
8018
  constructor(httpClient, basePath, configuration) {
7451
8019
  this.httpClient = httpClient;
7452
- this.basePath = 'https://apiv2stage1.atomex.net';
8020
+ this.basePath = 'https://apiv2stage7.atomex.net';
7453
8021
  this.defaultHeaders = new HttpHeaders();
7454
8022
  this.configuration = new Configuration();
7455
8023
  if (basePath) {
@@ -7588,7 +8156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7588
8156
  class ReportingControllerService {
7589
8157
  constructor(httpClient, basePath, configuration) {
7590
8158
  this.httpClient = httpClient;
7591
- this.basePath = 'https://apiv2stage1.atomex.net';
8159
+ this.basePath = 'https://apiv2stage7.atomex.net';
7592
8160
  this.defaultHeaders = new HttpHeaders();
7593
8161
  this.configuration = new Configuration();
7594
8162
  if (basePath) {
@@ -7760,7 +8328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7760
8328
  class ReportingSchedulerControllerService {
7761
8329
  constructor(httpClient, basePath, configuration) {
7762
8330
  this.httpClient = httpClient;
7763
- this.basePath = 'https://apiv2stage1.atomex.net';
8331
+ this.basePath = 'https://apiv2stage7.atomex.net';
7764
8332
  this.defaultHeaders = new HttpHeaders();
7765
8333
  this.configuration = new Configuration();
7766
8334
  if (basePath) {
@@ -8077,7 +8645,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8077
8645
  class SafeguardControllerService {
8078
8646
  constructor(httpClient, basePath, configuration) {
8079
8647
  this.httpClient = httpClient;
8080
- this.basePath = 'https://apiv2stage1.atomex.net';
8648
+ this.basePath = 'https://apiv2stage7.atomex.net';
8081
8649
  this.defaultHeaders = new HttpHeaders();
8082
8650
  this.configuration = new Configuration();
8083
8651
  if (basePath) {
@@ -8573,7 +9141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8573
9141
  class SliceXControllerService {
8574
9142
  constructor(httpClient, basePath, configuration) {
8575
9143
  this.httpClient = httpClient;
8576
- this.basePath = 'https://apiv2stage1.atomex.net';
9144
+ this.basePath = 'https://apiv2stage7.atomex.net';
8577
9145
  this.defaultHeaders = new HttpHeaders();
8578
9146
  this.configuration = new Configuration();
8579
9147
  if (basePath) {
@@ -8979,7 +9547,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8979
9547
  class StrategyControllerService {
8980
9548
  constructor(httpClient, basePath, configuration) {
8981
9549
  this.httpClient = httpClient;
8982
- this.basePath = 'https://apiv2stage1.atomex.net';
9550
+ this.basePath = 'https://apiv2stage7.atomex.net';
8983
9551
  this.defaultHeaders = new HttpHeaders();
8984
9552
  this.configuration = new Configuration();
8985
9553
  if (basePath) {
@@ -10183,7 +10751,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10183
10751
  class StrategyTemplateControllerService {
10184
10752
  constructor(httpClient, basePath, configuration) {
10185
10753
  this.httpClient = httpClient;
10186
- this.basePath = 'https://apiv2stage1.atomex.net';
10754
+ this.basePath = 'https://apiv2stage7.atomex.net';
10187
10755
  this.defaultHeaders = new HttpHeaders();
10188
10756
  this.configuration = new Configuration();
10189
10757
  if (basePath) {
@@ -10307,7 +10875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10307
10875
  class UILoggerControllerService {
10308
10876
  constructor(httpClient, basePath, configuration) {
10309
10877
  this.httpClient = httpClient;
10310
- this.basePath = 'https://apiv2stage1.atomex.net';
10878
+ this.basePath = 'https://apiv2stage7.atomex.net';
10311
10879
  this.defaultHeaders = new HttpHeaders();
10312
10880
  this.configuration = new Configuration();
10313
10881
  if (basePath) {
@@ -10401,7 +10969,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10401
10969
  class UserPreferenceControllerService {
10402
10970
  constructor(httpClient, basePath, configuration) {
10403
10971
  this.httpClient = httpClient;
10404
- this.basePath = 'https://apiv2stage1.atomex.net';
10972
+ this.basePath = 'https://apiv2stage7.atomex.net';
10405
10973
  this.defaultHeaders = new HttpHeaders();
10406
10974
  this.configuration = new Configuration();
10407
10975
  if (basePath) {
@@ -10562,7 +11130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10562
11130
  }] }];
10563
11131
  } });
10564
11132
 
10565
- const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, ExperimentsControllerService, NotificationsControllerService, PixelControllerService, ReportControllerService, ReportingControllerService, ReportingSchedulerControllerService, SafeguardControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
11133
+ const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DCOVideoSettingsControllerService, DashboardControllerService, ExperimentsControllerService, NotificationsControllerService, PixelControllerService, ReportControllerService, ReportingControllerService, ReportingSchedulerControllerService, SafeguardControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
10566
11134
 
10567
11135
  var ABTestingDTO;
10568
11136
  (function (ABTestingDTO) {
@@ -11299,6 +11867,25 @@ var DcoAttributesDTO;
11299
11867
  };
11300
11868
  })(DcoAttributesDTO || (DcoAttributesDTO = {}));
11301
11869
 
11870
+ /**
11871
+ * Api Documentation
11872
+ * Api Documentation
11873
+ *
11874
+ * OpenAPI spec version: 1.0
11875
+ *
11876
+ *
11877
+ * NOTE: This class is auto generated by the swagger code generator program.
11878
+ * https://github.com/swagger-api/swagger-codegen.git
11879
+ * Do not edit the class manually.
11880
+ */
11881
+ var DcoVideoAssetDTO;
11882
+ (function (DcoVideoAssetDTO) {
11883
+ DcoVideoAssetDTO.EndCardTypeEnum = {
11884
+ IMAGE: 'IMAGE',
11885
+ HTML: 'HTML'
11886
+ };
11887
+ })(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
11888
+
11302
11889
  /**
11303
11890
  * Api Documentation
11304
11891
  * Api Documentation
@@ -12300,6 +12887,7 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
12300
12887
  CreativeTemplateVariablesControllerService,
12301
12888
  CreativeTemplatesControllerService,
12302
12889
  CustomerReportingControllerService,
12890
+ DCOVideoSettingsControllerService,
12303
12891
  DashboardControllerService,
12304
12892
  ExperimentsControllerService,
12305
12893
  NotificationsControllerService,
@@ -12339,6 +12927,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
12339
12927
  CreativeTemplateVariablesControllerService,
12340
12928
  CreativeTemplatesControllerService,
12341
12929
  CustomerReportingControllerService,
12930
+ DCOVideoSettingsControllerService,
12342
12931
  DashboardControllerService,
12343
12932
  ExperimentsControllerService,
12344
12933
  NotificationsControllerService,
@@ -12368,5 +12957,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
12368
12957
  * Generated bundle index. Do not edit.
12369
12958
  */
12370
12959
 
12371
- export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerControllerService, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeEntity, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, EndCards, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, JsonNode, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, PlatformClickSigningConfig, RecencyTargetingDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SafeguardBlockedItemDTO, SafeguardControllerService, SafeguardDetail, SafeguardExclusionDTO, SafeguardRequestDTO, SafeguardResponseDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
12960
+ export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerControllerService, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeEntity, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DCOVideoSettingsControllerService, DashboardControllerService, DcoAttributesDTO, DcoVideoAssetDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, EndCards, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, JsonNode, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, PlatformClickSigningConfig, RecencyTargetingDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SafeguardBlockedItemDTO, SafeguardControllerService, SafeguardDetail, SafeguardExclusionDTO, SafeguardRequestDTO, SafeguardResponseDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
12372
12961
  //# sourceMappingURL=revxui-api-clients-ts.mjs.map