@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) {
@@ -279,7 +279,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
279
279
  class AdvertiserControllerService {
280
280
  constructor(httpClient, basePath, configuration) {
281
281
  this.httpClient = httpClient;
282
- this.basePath = 'https://apiv2stage1.atomex.net';
282
+ this.basePath = 'https://apiv2stage7.atomex.net';
283
283
  this.defaultHeaders = new HttpHeaders();
284
284
  this.configuration = new Configuration();
285
285
  if (basePath) {
@@ -854,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
854
854
  class AppSettingsControllerService {
855
855
  constructor(httpClient, basePath, configuration) {
856
856
  this.httpClient = httpClient;
857
- this.basePath = 'https://apiv2stage1.atomex.net';
857
+ this.basePath = 'https://apiv2stage7.atomex.net';
858
858
  this.defaultHeaders = new HttpHeaders();
859
859
  this.configuration = new Configuration();
860
860
  if (basePath) {
@@ -1099,7 +1099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1099
1099
  class AppsFlyerControllerService {
1100
1100
  constructor(httpClient, basePath, configuration) {
1101
1101
  this.httpClient = httpClient;
1102
- this.basePath = 'https://apiv2stage1.atomex.net';
1102
+ this.basePath = 'https://apiv2stage7.atomex.net';
1103
1103
  this.defaultHeaders = new HttpHeaders();
1104
1104
  this.configuration = new Configuration();
1105
1105
  if (basePath) {
@@ -1185,7 +1185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1185
1185
  class AudienceControllerService {
1186
1186
  constructor(httpClient, basePath, configuration) {
1187
1187
  this.httpClient = httpClient;
1188
- this.basePath = 'https://apiv2stage1.atomex.net';
1188
+ this.basePath = 'https://apiv2stage7.atomex.net';
1189
1189
  this.defaultHeaders = new HttpHeaders();
1190
1190
  this.configuration = new Configuration();
1191
1191
  if (basePath) {
@@ -2061,7 +2061,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2061
2061
  class AuditControllerService {
2062
2062
  constructor(httpClient, basePath, configuration) {
2063
2063
  this.httpClient = httpClient;
2064
- this.basePath = 'https://apiv2stage1.atomex.net';
2064
+ this.basePath = 'https://apiv2stage7.atomex.net';
2065
2065
  this.defaultHeaders = new HttpHeaders();
2066
2066
  this.configuration = new Configuration();
2067
2067
  if (basePath) {
@@ -2261,7 +2261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2261
2261
  class BidFunnelControllerService {
2262
2262
  constructor(httpClient, basePath, configuration) {
2263
2263
  this.httpClient = httpClient;
2264
- this.basePath = 'https://apiv2stage1.atomex.net';
2264
+ this.basePath = 'https://apiv2stage7.atomex.net';
2265
2265
  this.defaultHeaders = new HttpHeaders();
2266
2266
  this.configuration = new Configuration();
2267
2267
  if (basePath) {
@@ -2410,7 +2410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2410
2410
  class BulkStrategyControllerService {
2411
2411
  constructor(httpClient, basePath, configuration) {
2412
2412
  this.httpClient = httpClient;
2413
- this.basePath = 'https://apiv2stage1.atomex.net';
2413
+ this.basePath = 'https://apiv2stage7.atomex.net';
2414
2414
  this.defaultHeaders = new HttpHeaders();
2415
2415
  this.configuration = new Configuration();
2416
2416
  if (basePath) {
@@ -2635,7 +2635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2635
2635
  class CSSThemeController_Service {
2636
2636
  constructor(httpClient, basePath, configuration) {
2637
2637
  this.httpClient = httpClient;
2638
- this.basePath = 'https://apiv2stage1.atomex.net';
2638
+ this.basePath = 'https://apiv2stage7.atomex.net';
2639
2639
  this.defaultHeaders = new HttpHeaders();
2640
2640
  this.configuration = new Configuration();
2641
2641
  if (basePath) {
@@ -2744,7 +2744,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2744
2744
  class CampaignControllerService {
2745
2745
  constructor(httpClient, basePath, configuration) {
2746
2746
  this.httpClient = httpClient;
2747
- this.basePath = 'https://apiv2stage1.atomex.net';
2747
+ this.basePath = 'https://apiv2stage7.atomex.net';
2748
2748
  this.defaultHeaders = new HttpHeaders();
2749
2749
  this.configuration = new Configuration();
2750
2750
  if (basePath) {
@@ -3185,7 +3185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3185
3185
  class CatalogControllerService {
3186
3186
  constructor(httpClient, basePath, configuration) {
3187
3187
  this.httpClient = httpClient;
3188
- this.basePath = 'https://apiv2stage1.atomex.net';
3188
+ this.basePath = 'https://apiv2stage7.atomex.net';
3189
3189
  this.defaultHeaders = new HttpHeaders();
3190
3190
  this.configuration = new Configuration();
3191
3191
  if (basePath) {
@@ -3428,7 +3428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3428
3428
  class ClickDestinationControllerService {
3429
3429
  constructor(httpClient, basePath, configuration) {
3430
3430
  this.httpClient = httpClient;
3431
- this.basePath = 'https://apiv2stage1.atomex.net';
3431
+ this.basePath = 'https://apiv2stage7.atomex.net';
3432
3432
  this.defaultHeaders = new HttpHeaders();
3433
3433
  this.configuration = new Configuration();
3434
3434
  if (basePath) {
@@ -3660,7 +3660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3660
3660
  class CreativeControllerService {
3661
3661
  constructor(httpClient, basePath, configuration) {
3662
3662
  this.httpClient = httpClient;
3663
- this.basePath = 'https://apiv2stage1.atomex.net';
3663
+ this.basePath = 'https://apiv2stage7.atomex.net';
3664
3664
  this.defaultHeaders = new HttpHeaders();
3665
3665
  this.configuration = new Configuration();
3666
3666
  if (basePath) {
@@ -4263,7 +4263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4263
4263
  class CreativeSetsControllerService {
4264
4264
  constructor(httpClient, basePath, configuration) {
4265
4265
  this.httpClient = httpClient;
4266
- this.basePath = 'https://apiv2stage1.atomex.net';
4266
+ this.basePath = 'https://apiv2stage7.atomex.net';
4267
4267
  this.defaultHeaders = new HttpHeaders();
4268
4268
  this.configuration = new Configuration();
4269
4269
  if (basePath) {
@@ -4909,7 +4909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4909
4909
  class CreativeTemplateThemesControllerService {
4910
4910
  constructor(httpClient, basePath, configuration) {
4911
4911
  this.httpClient = httpClient;
4912
- this.basePath = 'https://apiv2stage1.atomex.net';
4912
+ this.basePath = 'https://apiv2stage7.atomex.net';
4913
4913
  this.defaultHeaders = new HttpHeaders();
4914
4914
  this.configuration = new Configuration();
4915
4915
  if (basePath) {
@@ -5094,7 +5094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5094
5094
  class CreativeTemplateVariablesControllerService {
5095
5095
  constructor(httpClient, basePath, configuration) {
5096
5096
  this.httpClient = httpClient;
5097
- this.basePath = 'https://apiv2stage1.atomex.net';
5097
+ this.basePath = 'https://apiv2stage7.atomex.net';
5098
5098
  this.defaultHeaders = new HttpHeaders();
5099
5099
  this.configuration = new Configuration();
5100
5100
  if (basePath) {
@@ -5172,7 +5172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5172
5172
  class CreativeTemplatesControllerService {
5173
5173
  constructor(httpClient, basePath, configuration) {
5174
5174
  this.httpClient = httpClient;
5175
- this.basePath = 'https://apiv2stage1.atomex.net';
5175
+ this.basePath = 'https://apiv2stage7.atomex.net';
5176
5176
  this.defaultHeaders = new HttpHeaders();
5177
5177
  this.configuration = new Configuration();
5178
5178
  if (basePath) {
@@ -5337,7 +5337,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5337
5337
  class CustomerReportingControllerService {
5338
5338
  constructor(httpClient, basePath, configuration) {
5339
5339
  this.httpClient = httpClient;
5340
- this.basePath = 'https://apiv2stage1.atomex.net';
5340
+ this.basePath = 'https://apiv2stage7.atomex.net';
5341
5341
  this.defaultHeaders = new HttpHeaders();
5342
5342
  this.configuration = new Configuration();
5343
5343
  if (basePath) {
@@ -5485,6 +5485,572 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5485
5485
  type: Optional
5486
5486
  }] }]; } });
5487
5487
 
5488
+ /**
5489
+ * Api Documentation
5490
+ * Api Documentation
5491
+ *
5492
+ * OpenAPI spec version: 1.0
5493
+ *
5494
+ *
5495
+ * NOTE: This class is auto generated by the swagger code generator program.
5496
+ * https://github.com/swagger-api/swagger-codegen.git
5497
+ * Do not edit the class manually.
5498
+ */
5499
+ /* tslint:disable:no-unused-variable member-ordering */
5500
+ class DCOVideoSettingsControllerService {
5501
+ constructor(httpClient, basePath, configuration) {
5502
+ this.httpClient = httpClient;
5503
+ this.basePath = 'https://apiv2stage7.atomex.net';
5504
+ this.defaultHeaders = new HttpHeaders();
5505
+ this.configuration = new Configuration();
5506
+ if (basePath) {
5507
+ this.basePath = basePath;
5508
+ }
5509
+ if (configuration) {
5510
+ this.configuration = configuration;
5511
+ this.basePath = basePath || configuration.basePath || this.basePath;
5512
+ }
5513
+ }
5514
+ /**
5515
+ * @param consumes string[] mime-types
5516
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
5517
+ */
5518
+ canConsumeForm(consumes) {
5519
+ const form = 'multipart/form-data';
5520
+ for (const consume of consumes) {
5521
+ if (form === consume) {
5522
+ return true;
5523
+ }
5524
+ }
5525
+ return false;
5526
+ }
5527
+ activateSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
5528
+ if (request === null || request === undefined) {
5529
+ throw new Error('Required parameter request was null or undefined when calling activateSettingsUsingPOST.');
5530
+ }
5531
+ let headers = this.defaultHeaders;
5532
+ if (reqId !== undefined && reqId !== null) {
5533
+ headers = headers.set('reqId', String(reqId));
5534
+ }
5535
+ if (token !== undefined && token !== null) {
5536
+ headers = headers.set('token', String(token));
5537
+ }
5538
+ // to determine the Accept header
5539
+ let httpHeaderAccepts = [
5540
+ 'application/json'
5541
+ ];
5542
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5543
+ if (httpHeaderAcceptSelected != undefined) {
5544
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5545
+ }
5546
+ // to determine the Content-Type header
5547
+ const consumes = [
5548
+ 'application/json'
5549
+ ];
5550
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5551
+ if (httpContentTypeSelected != undefined) {
5552
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5553
+ }
5554
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/activate`, request, {
5555
+ withCredentials: this.configuration.withCredentials,
5556
+ headers: headers,
5557
+ observe: observe,
5558
+ reportProgress: reportProgress
5559
+ });
5560
+ }
5561
+ createSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
5562
+ if (request === null || request === undefined) {
5563
+ throw new Error('Required parameter request was null or undefined when calling createSettingsUsingPOST.');
5564
+ }
5565
+ let headers = this.defaultHeaders;
5566
+ if (reqId !== undefined && reqId !== null) {
5567
+ headers = headers.set('reqId', String(reqId));
5568
+ }
5569
+ if (token !== undefined && token !== null) {
5570
+ headers = headers.set('token', String(token));
5571
+ }
5572
+ // to determine the Accept header
5573
+ let httpHeaderAccepts = [
5574
+ 'application/json'
5575
+ ];
5576
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5577
+ if (httpHeaderAcceptSelected != undefined) {
5578
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5579
+ }
5580
+ // to determine the Content-Type header
5581
+ const consumes = [
5582
+ 'application/json'
5583
+ ];
5584
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5585
+ if (httpContentTypeSelected != undefined) {
5586
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5587
+ }
5588
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings`, request, {
5589
+ withCredentials: this.configuration.withCredentials,
5590
+ headers: headers,
5591
+ observe: observe,
5592
+ reportProgress: reportProgress
5593
+ });
5594
+ }
5595
+ deleteSettingsUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
5596
+ if (id === null || id === undefined) {
5597
+ throw new Error('Required parameter id was null or undefined when calling deleteSettingsUsingPOST.');
5598
+ }
5599
+ let headers = this.defaultHeaders;
5600
+ if (reqId !== undefined && reqId !== null) {
5601
+ headers = headers.set('reqId', String(reqId));
5602
+ }
5603
+ if (token !== undefined && token !== null) {
5604
+ headers = headers.set('token', String(token));
5605
+ }
5606
+ // to determine the Accept header
5607
+ let httpHeaderAccepts = [
5608
+ 'application/json'
5609
+ ];
5610
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5611
+ if (httpHeaderAcceptSelected != undefined) {
5612
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5613
+ }
5614
+ // to determine the Content-Type header
5615
+ const consumes = [
5616
+ 'application/json'
5617
+ ];
5618
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/archive`, null, {
5619
+ withCredentials: this.configuration.withCredentials,
5620
+ headers: headers,
5621
+ observe: observe,
5622
+ reportProgress: reportProgress
5623
+ });
5624
+ }
5625
+ generateSampleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
5626
+ if (request === null || request === undefined) {
5627
+ throw new Error('Required parameter request was null or undefined when calling generateSampleUsingPOST.');
5628
+ }
5629
+ let headers = this.defaultHeaders;
5630
+ if (reqId !== undefined && reqId !== null) {
5631
+ headers = headers.set('reqId', String(reqId));
5632
+ }
5633
+ if (token !== undefined && token !== null) {
5634
+ headers = headers.set('token', String(token));
5635
+ }
5636
+ // to determine the Accept header
5637
+ let httpHeaderAccepts = [
5638
+ 'application/json'
5639
+ ];
5640
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5641
+ if (httpHeaderAcceptSelected != undefined) {
5642
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5643
+ }
5644
+ // to determine the Content-Type header
5645
+ const consumes = [
5646
+ 'application/json'
5647
+ ];
5648
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5649
+ if (httpContentTypeSelected != undefined) {
5650
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5651
+ }
5652
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/generate-sample`, request, {
5653
+ withCredentials: this.configuration.withCredentials,
5654
+ headers: headers,
5655
+ observe: observe,
5656
+ reportProgress: reportProgress
5657
+ });
5658
+ }
5659
+ getBrandGuidelinesUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5660
+ if (advertiserId === null || advertiserId === undefined) {
5661
+ throw new Error('Required parameter advertiserId was null or undefined when calling getBrandGuidelinesUsingGET.');
5662
+ }
5663
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5664
+ if (includeInactive !== undefined && includeInactive !== null) {
5665
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5666
+ }
5667
+ let headers = this.defaultHeaders;
5668
+ if (reqId !== undefined && reqId !== null) {
5669
+ headers = headers.set('reqId', String(reqId));
5670
+ }
5671
+ if (token !== undefined && token !== null) {
5672
+ headers = headers.set('token', String(token));
5673
+ }
5674
+ // to determine the Accept header
5675
+ let httpHeaderAccepts = [
5676
+ 'application/json'
5677
+ ];
5678
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5679
+ if (httpHeaderAcceptSelected != undefined) {
5680
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5681
+ }
5682
+ // to determine the Content-Type header
5683
+ const consumes = [];
5684
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/brand-guidelines`, {
5685
+ params: queryParameters,
5686
+ withCredentials: this.configuration.withCredentials,
5687
+ headers: headers,
5688
+ observe: observe,
5689
+ reportProgress: reportProgress
5690
+ });
5691
+ }
5692
+ getDimensionsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5693
+ if (advertiserId === null || advertiserId === undefined) {
5694
+ throw new Error('Required parameter advertiserId was null or undefined when calling getDimensionsUsingGET.');
5695
+ }
5696
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5697
+ if (includeInactive !== undefined && includeInactive !== null) {
5698
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5699
+ }
5700
+ let headers = this.defaultHeaders;
5701
+ if (reqId !== undefined && reqId !== null) {
5702
+ headers = headers.set('reqId', String(reqId));
5703
+ }
5704
+ if (token !== undefined && token !== null) {
5705
+ headers = headers.set('token', String(token));
5706
+ }
5707
+ // to determine the Accept header
5708
+ let httpHeaderAccepts = [
5709
+ 'application/json'
5710
+ ];
5711
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5712
+ if (httpHeaderAcceptSelected != undefined) {
5713
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5714
+ }
5715
+ // to determine the Content-Type header
5716
+ const consumes = [];
5717
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/dimensions`, {
5718
+ params: queryParameters,
5719
+ withCredentials: this.configuration.withCredentials,
5720
+ headers: headers,
5721
+ observe: observe,
5722
+ reportProgress: reportProgress
5723
+ });
5724
+ }
5725
+ getFeedKeysUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
5726
+ if (advertiserId === null || advertiserId === undefined) {
5727
+ throw new Error('Required parameter advertiserId was null or undefined when calling getFeedKeysUsingGET.');
5728
+ }
5729
+ let headers = this.defaultHeaders;
5730
+ if (reqId !== undefined && reqId !== null) {
5731
+ headers = headers.set('reqId', String(reqId));
5732
+ }
5733
+ if (token !== undefined && token !== null) {
5734
+ headers = headers.set('token', String(token));
5735
+ }
5736
+ // to determine the Accept header
5737
+ let httpHeaderAccepts = [
5738
+ 'application/json'
5739
+ ];
5740
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5741
+ if (httpHeaderAcceptSelected != undefined) {
5742
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5743
+ }
5744
+ // to determine the Content-Type header
5745
+ const consumes = [];
5746
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/feed-keys`, {
5747
+ withCredentials: this.configuration.withCredentials,
5748
+ headers: headers,
5749
+ observe: observe,
5750
+ reportProgress: reportProgress
5751
+ });
5752
+ }
5753
+ getGeneratedVideoCountUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
5754
+ if (id === null || id === undefined) {
5755
+ throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoCountUsingGET.');
5756
+ }
5757
+ let headers = this.defaultHeaders;
5758
+ if (reqId !== undefined && reqId !== null) {
5759
+ headers = headers.set('reqId', String(reqId));
5760
+ }
5761
+ if (token !== undefined && token !== null) {
5762
+ headers = headers.set('token', String(token));
5763
+ }
5764
+ // to determine the Accept header
5765
+ let httpHeaderAccepts = [
5766
+ 'application/json'
5767
+ ];
5768
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5769
+ if (httpHeaderAcceptSelected != undefined) {
5770
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5771
+ }
5772
+ // to determine the Content-Type header
5773
+ const consumes = [];
5774
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-video-count`, {
5775
+ withCredentials: this.configuration.withCredentials,
5776
+ headers: headers,
5777
+ observe: observe,
5778
+ reportProgress: reportProgress
5779
+ });
5780
+ }
5781
+ getGeneratedVideosUsingGET(id, page, reqId, size, status, token, observe = 'body', reportProgress = false) {
5782
+ if (id === null || id === undefined) {
5783
+ throw new Error('Required parameter id was null or undefined when calling getGeneratedVideosUsingGET.');
5784
+ }
5785
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5786
+ if (page !== undefined && page !== null) {
5787
+ queryParameters = queryParameters.set('page', page);
5788
+ }
5789
+ if (size !== undefined && size !== null) {
5790
+ queryParameters = queryParameters.set('size', size);
5791
+ }
5792
+ if (status !== undefined && status !== null) {
5793
+ queryParameters = queryParameters.set('status', status);
5794
+ }
5795
+ let headers = this.defaultHeaders;
5796
+ if (reqId !== undefined && reqId !== null) {
5797
+ headers = headers.set('reqId', String(reqId));
5798
+ }
5799
+ if (token !== undefined && token !== null) {
5800
+ headers = headers.set('token', String(token));
5801
+ }
5802
+ // to determine the Accept header
5803
+ let httpHeaderAccepts = [
5804
+ 'application/json'
5805
+ ];
5806
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5807
+ if (httpHeaderAcceptSelected != undefined) {
5808
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5809
+ }
5810
+ // to determine the Content-Type header
5811
+ const consumes = [];
5812
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-videos`, {
5813
+ params: queryParameters,
5814
+ withCredentials: this.configuration.withCredentials,
5815
+ headers: headers,
5816
+ observe: observe,
5817
+ reportProgress: reportProgress
5818
+ });
5819
+ }
5820
+ getSettingsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5821
+ if (advertiserId === null || advertiserId === undefined) {
5822
+ throw new Error('Required parameter advertiserId was null or undefined when calling getSettingsUsingGET.');
5823
+ }
5824
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5825
+ if (includeInactive !== undefined && includeInactive !== null) {
5826
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5827
+ }
5828
+ let headers = this.defaultHeaders;
5829
+ if (reqId !== undefined && reqId !== null) {
5830
+ headers = headers.set('reqId', String(reqId));
5831
+ }
5832
+ if (token !== undefined && token !== null) {
5833
+ headers = headers.set('token', String(token));
5834
+ }
5835
+ // to determine the Accept header
5836
+ let httpHeaderAccepts = [
5837
+ 'application/json'
5838
+ ];
5839
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5840
+ if (httpHeaderAcceptSelected != undefined) {
5841
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5842
+ }
5843
+ // to determine the Content-Type header
5844
+ const consumes = [];
5845
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(advertiserId))}`, {
5846
+ params: queryParameters,
5847
+ withCredentials: this.configuration.withCredentials,
5848
+ headers: headers,
5849
+ observe: observe,
5850
+ reportProgress: reportProgress
5851
+ });
5852
+ }
5853
+ getTemplatesUsingGET(advertiserId, hasBackgroundImage, hasPromoBanner, hasPromoVideo, reqId, token, observe = 'body', reportProgress = false) {
5854
+ if (advertiserId === null || advertiserId === undefined) {
5855
+ throw new Error('Required parameter advertiserId was null or undefined when calling getTemplatesUsingGET.');
5856
+ }
5857
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5858
+ if (advertiserId !== undefined && advertiserId !== null) {
5859
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
5860
+ }
5861
+ if (hasBackgroundImage !== undefined && hasBackgroundImage !== null) {
5862
+ queryParameters = queryParameters.set('hasBackgroundImage', hasBackgroundImage);
5863
+ }
5864
+ if (hasPromoBanner !== undefined && hasPromoBanner !== null) {
5865
+ queryParameters = queryParameters.set('hasPromoBanner', hasPromoBanner);
5866
+ }
5867
+ if (hasPromoVideo !== undefined && hasPromoVideo !== null) {
5868
+ queryParameters = queryParameters.set('hasPromoVideo', hasPromoVideo);
5869
+ }
5870
+ let headers = this.defaultHeaders;
5871
+ if (reqId !== undefined && reqId !== null) {
5872
+ headers = headers.set('reqId', String(reqId));
5873
+ }
5874
+ if (token !== undefined && token !== null) {
5875
+ headers = headers.set('token', String(token));
5876
+ }
5877
+ // to determine the Accept header
5878
+ let httpHeaderAccepts = [
5879
+ 'application/json'
5880
+ ];
5881
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5882
+ if (httpHeaderAcceptSelected != undefined) {
5883
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5884
+ }
5885
+ // to determine the Content-Type header
5886
+ const consumes = [];
5887
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/templates`, {
5888
+ params: queryParameters,
5889
+ withCredentials: this.configuration.withCredentials,
5890
+ headers: headers,
5891
+ observe: observe,
5892
+ reportProgress: reportProgress
5893
+ });
5894
+ }
5895
+ listMusicTracksUsingGET(includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5896
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5897
+ if (includeInactive !== undefined && includeInactive !== null) {
5898
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5899
+ }
5900
+ let headers = this.defaultHeaders;
5901
+ if (reqId !== undefined && reqId !== null) {
5902
+ headers = headers.set('reqId', String(reqId));
5903
+ }
5904
+ if (token !== undefined && token !== null) {
5905
+ headers = headers.set('token', String(token));
5906
+ }
5907
+ // to determine the Accept header
5908
+ let httpHeaderAccepts = [
5909
+ 'application/json'
5910
+ ];
5911
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5912
+ if (httpHeaderAcceptSelected != undefined) {
5913
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5914
+ }
5915
+ // to determine the Content-Type header
5916
+ const consumes = [];
5917
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/music-tracks`, {
5918
+ params: queryParameters,
5919
+ withCredentials: this.configuration.withCredentials,
5920
+ headers: headers,
5921
+ observe: observe,
5922
+ reportProgress: reportProgress
5923
+ });
5924
+ }
5925
+ updateSettingsUsingPOST(id, request, regenerateSample, reqId, token, observe = 'body', reportProgress = false) {
5926
+ if (id === null || id === undefined) {
5927
+ throw new Error('Required parameter id was null or undefined when calling updateSettingsUsingPOST.');
5928
+ }
5929
+ if (request === null || request === undefined) {
5930
+ throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
5931
+ }
5932
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5933
+ if (regenerateSample !== undefined && regenerateSample !== null) {
5934
+ queryParameters = queryParameters.set('regenerateSample', regenerateSample);
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
+ 'application/json'
5954
+ ];
5955
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5956
+ if (httpContentTypeSelected != undefined) {
5957
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5958
+ }
5959
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, request, {
5960
+ params: queryParameters,
5961
+ withCredentials: this.configuration.withCredentials,
5962
+ headers: headers,
5963
+ observe: observe,
5964
+ reportProgress: reportProgress
5965
+ });
5966
+ }
5967
+ uploadStagingAssetsUsingPOST(advertiserId, templateId, file_BACKGROUND_IMAGE, file_PROMO_BANNER, file_PROMO_MUSIC, file_PROMO_VIDEO, reqId, token, observe = 'body', reportProgress = false) {
5968
+ if (advertiserId === null || advertiserId === undefined) {
5969
+ throw new Error('Required parameter advertiserId was null or undefined when calling uploadStagingAssetsUsingPOST.');
5970
+ }
5971
+ if (templateId === null || templateId === undefined) {
5972
+ throw new Error('Required parameter templateId was null or undefined when calling uploadStagingAssetsUsingPOST.');
5973
+ }
5974
+ let headers = this.defaultHeaders;
5975
+ if (reqId !== undefined && reqId !== null) {
5976
+ headers = headers.set('reqId', String(reqId));
5977
+ }
5978
+ if (token !== undefined && token !== null) {
5979
+ headers = headers.set('token', String(token));
5980
+ }
5981
+ // to determine the Accept header
5982
+ let httpHeaderAccepts = [
5983
+ 'application/json'
5984
+ ];
5985
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5986
+ if (httpHeaderAcceptSelected != undefined) {
5987
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5988
+ }
5989
+ // to determine the Content-Type header
5990
+ const consumes = [
5991
+ 'multipart/form-data'
5992
+ ];
5993
+ const canConsumeForm = this.canConsumeForm(consumes);
5994
+ let formParams;
5995
+ let useForm = false;
5996
+ let convertFormParamsToString = false;
5997
+ // use FormData to transmit files using content-type "multipart/form-data"
5998
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5999
+ useForm = canConsumeForm;
6000
+ // use FormData to transmit files using content-type "multipart/form-data"
6001
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
6002
+ useForm = canConsumeForm;
6003
+ // use FormData to transmit files using content-type "multipart/form-data"
6004
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
6005
+ useForm = canConsumeForm;
6006
+ // use FormData to transmit files using content-type "multipart/form-data"
6007
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
6008
+ useForm = canConsumeForm;
6009
+ if (useForm) {
6010
+ formParams = new FormData();
6011
+ }
6012
+ else {
6013
+ formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6014
+ }
6015
+ if (advertiserId !== undefined) {
6016
+ formParams = formParams.append('advertiserId', advertiserId) || formParams;
6017
+ }
6018
+ if (file_BACKGROUND_IMAGE !== undefined) {
6019
+ formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
6020
+ }
6021
+ if (file_PROMO_BANNER !== undefined) {
6022
+ formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
6023
+ }
6024
+ if (file_PROMO_MUSIC !== undefined) {
6025
+ formParams = formParams.append('file_PROMO_MUSIC', file_PROMO_MUSIC) || formParams;
6026
+ }
6027
+ if (file_PROMO_VIDEO !== undefined) {
6028
+ formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
6029
+ }
6030
+ if (templateId !== undefined) {
6031
+ formParams = formParams.append('templateId', templateId) || formParams;
6032
+ }
6033
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/assets/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
6034
+ withCredentials: this.configuration.withCredentials,
6035
+ headers: headers,
6036
+ observe: observe,
6037
+ reportProgress: reportProgress
6038
+ });
6039
+ }
6040
+ }
6041
+ 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 });
6042
+ DCOVideoSettingsControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService });
6043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
6044
+ type: Injectable
6045
+ }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
6046
+ type: Optional
6047
+ }, {
6048
+ type: Inject,
6049
+ args: [BASE_PATH]
6050
+ }] }, { type: Configuration, decorators: [{
6051
+ type: Optional
6052
+ }] }]; } });
6053
+
5488
6054
  /**
5489
6055
  * Api Documentation
5490
6056
  * Api Documentation
@@ -5500,7 +6066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5500
6066
  class DashboardControllerService {
5501
6067
  constructor(httpClient, basePath, configuration) {
5502
6068
  this.httpClient = httpClient;
5503
- this.basePath = 'https://apiv2stage1.atomex.net';
6069
+ this.basePath = 'https://apiv2stage7.atomex.net';
5504
6070
  this.defaultHeaders = new HttpHeaders();
5505
6071
  this.configuration = new Configuration();
5506
6072
  if (basePath) {
@@ -6158,7 +6724,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6158
6724
  class ExperimentsControllerService {
6159
6725
  constructor(httpClient, basePath, configuration) {
6160
6726
  this.httpClient = httpClient;
6161
- this.basePath = 'https://apiv2stage1.atomex.net';
6727
+ this.basePath = 'https://apiv2stage7.atomex.net';
6162
6728
  this.defaultHeaders = new HttpHeaders();
6163
6729
  this.configuration = new Configuration();
6164
6730
  if (basePath) {
@@ -6885,7 +7451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6885
7451
  class NotificationsControllerService {
6886
7452
  constructor(httpClient, basePath, configuration) {
6887
7453
  this.httpClient = httpClient;
6888
- this.basePath = 'https://apiv2stage1.atomex.net';
7454
+ this.basePath = 'https://apiv2stage7.atomex.net';
6889
7455
  this.defaultHeaders = new HttpHeaders();
6890
7456
  this.configuration = new Configuration();
6891
7457
  if (basePath) {
@@ -7098,7 +7664,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7098
7664
  class PixelControllerService {
7099
7665
  constructor(httpClient, basePath, configuration) {
7100
7666
  this.httpClient = httpClient;
7101
- this.basePath = 'https://apiv2stage1.atomex.net';
7667
+ this.basePath = 'https://apiv2stage7.atomex.net';
7102
7668
  this.defaultHeaders = new HttpHeaders();
7103
7669
  this.configuration = new Configuration();
7104
7670
  if (basePath) {
@@ -7405,7 +7971,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7405
7971
  class ReportControllerService {
7406
7972
  constructor(httpClient, basePath, configuration) {
7407
7973
  this.httpClient = httpClient;
7408
- this.basePath = 'https://apiv2stage1.atomex.net';
7974
+ this.basePath = 'https://apiv2stage7.atomex.net';
7409
7975
  this.defaultHeaders = new HttpHeaders();
7410
7976
  this.configuration = new Configuration();
7411
7977
  if (basePath) {
@@ -7542,7 +8108,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7542
8108
  class ReportingControllerService {
7543
8109
  constructor(httpClient, basePath, configuration) {
7544
8110
  this.httpClient = httpClient;
7545
- this.basePath = 'https://apiv2stage1.atomex.net';
8111
+ this.basePath = 'https://apiv2stage7.atomex.net';
7546
8112
  this.defaultHeaders = new HttpHeaders();
7547
8113
  this.configuration = new Configuration();
7548
8114
  if (basePath) {
@@ -7712,7 +8278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7712
8278
  class ReportingSchedulerControllerService {
7713
8279
  constructor(httpClient, basePath, configuration) {
7714
8280
  this.httpClient = httpClient;
7715
- this.basePath = 'https://apiv2stage1.atomex.net';
8281
+ this.basePath = 'https://apiv2stage7.atomex.net';
7716
8282
  this.defaultHeaders = new HttpHeaders();
7717
8283
  this.configuration = new Configuration();
7718
8284
  if (basePath) {
@@ -8027,7 +8593,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8027
8593
  class SafeguardControllerService {
8028
8594
  constructor(httpClient, basePath, configuration) {
8029
8595
  this.httpClient = httpClient;
8030
- this.basePath = 'https://apiv2stage1.atomex.net';
8596
+ this.basePath = 'https://apiv2stage7.atomex.net';
8031
8597
  this.defaultHeaders = new HttpHeaders();
8032
8598
  this.configuration = new Configuration();
8033
8599
  if (basePath) {
@@ -8521,7 +9087,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8521
9087
  class SliceXControllerService {
8522
9088
  constructor(httpClient, basePath, configuration) {
8523
9089
  this.httpClient = httpClient;
8524
- this.basePath = 'https://apiv2stage1.atomex.net';
9090
+ this.basePath = 'https://apiv2stage7.atomex.net';
8525
9091
  this.defaultHeaders = new HttpHeaders();
8526
9092
  this.configuration = new Configuration();
8527
9093
  if (basePath) {
@@ -8925,7 +9491,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8925
9491
  class StrategyControllerService {
8926
9492
  constructor(httpClient, basePath, configuration) {
8927
9493
  this.httpClient = httpClient;
8928
- this.basePath = 'https://apiv2stage1.atomex.net';
9494
+ this.basePath = 'https://apiv2stage7.atomex.net';
8929
9495
  this.defaultHeaders = new HttpHeaders();
8930
9496
  this.configuration = new Configuration();
8931
9497
  if (basePath) {
@@ -10127,7 +10693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10127
10693
  class StrategyTemplateControllerService {
10128
10694
  constructor(httpClient, basePath, configuration) {
10129
10695
  this.httpClient = httpClient;
10130
- this.basePath = 'https://apiv2stage1.atomex.net';
10696
+ this.basePath = 'https://apiv2stage7.atomex.net';
10131
10697
  this.defaultHeaders = new HttpHeaders();
10132
10698
  this.configuration = new Configuration();
10133
10699
  if (basePath) {
@@ -10249,7 +10815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10249
10815
  class UILoggerControllerService {
10250
10816
  constructor(httpClient, basePath, configuration) {
10251
10817
  this.httpClient = httpClient;
10252
- this.basePath = 'https://apiv2stage1.atomex.net';
10818
+ this.basePath = 'https://apiv2stage7.atomex.net';
10253
10819
  this.defaultHeaders = new HttpHeaders();
10254
10820
  this.configuration = new Configuration();
10255
10821
  if (basePath) {
@@ -10341,7 +10907,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10341
10907
  class UserPreferenceControllerService {
10342
10908
  constructor(httpClient, basePath, configuration) {
10343
10909
  this.httpClient = httpClient;
10344
- this.basePath = 'https://apiv2stage1.atomex.net';
10910
+ this.basePath = 'https://apiv2stage7.atomex.net';
10345
10911
  this.defaultHeaders = new HttpHeaders();
10346
10912
  this.configuration = new Configuration();
10347
10913
  if (basePath) {
@@ -10500,7 +11066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10500
11066
  type: Optional
10501
11067
  }] }]; } });
10502
11068
 
10503
- 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];
11069
+ 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];
10504
11070
 
10505
11071
  var ABTestingDTO;
10506
11072
  (function (ABTestingDTO) {
@@ -10776,6 +11342,18 @@ var AdvertiserCohortResponse;
10776
11342
  * Do not edit the class manually.
10777
11343
  */
10778
11344
 
11345
+ /**
11346
+ * Api Documentation
11347
+ * Api Documentation
11348
+ *
11349
+ * OpenAPI spec version: 1.0
11350
+ *
11351
+ *
11352
+ * NOTE: This class is auto generated by the swagger code generator program.
11353
+ * https://github.com/swagger-api/swagger-codegen.git
11354
+ * Do not edit the class manually.
11355
+ */
11356
+
10779
11357
  var AppSettingsDTO;
10780
11358
  (function (AppSettingsDTO) {
10781
11359
  AppSettingsDTO.SettingsKeyEnum = {
@@ -11789,6 +12367,169 @@ var DcoAttributesDTO;
11789
12367
  };
11790
12368
  })(DcoAttributesDTO || (DcoAttributesDTO = {}));
11791
12369
 
12370
+ /**
12371
+ * Api Documentation
12372
+ * Api Documentation
12373
+ *
12374
+ * OpenAPI spec version: 1.0
12375
+ *
12376
+ *
12377
+ * NOTE: This class is auto generated by the swagger code generator program.
12378
+ * https://github.com/swagger-api/swagger-codegen.git
12379
+ * Do not edit the class manually.
12380
+ */
12381
+
12382
+ /**
12383
+ * Api Documentation
12384
+ * Api Documentation
12385
+ *
12386
+ * OpenAPI spec version: 1.0
12387
+ *
12388
+ *
12389
+ * NOTE: This class is auto generated by the swagger code generator program.
12390
+ * https://github.com/swagger-api/swagger-codegen.git
12391
+ * Do not edit the class manually.
12392
+ */
12393
+
12394
+ /**
12395
+ * Api Documentation
12396
+ * Api Documentation
12397
+ *
12398
+ * OpenAPI spec version: 1.0
12399
+ *
12400
+ *
12401
+ * NOTE: This class is auto generated by the swagger code generator program.
12402
+ * https://github.com/swagger-api/swagger-codegen.git
12403
+ * Do not edit the class manually.
12404
+ */
12405
+ var DcoVideoAssetDTO;
12406
+ (function (DcoVideoAssetDTO) {
12407
+ DcoVideoAssetDTO.EndCardTypeEnum = {
12408
+ IMAGE: 'IMAGE',
12409
+ HTML: 'HTML'
12410
+ };
12411
+ })(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
12412
+
12413
+ /**
12414
+ * Api Documentation
12415
+ * Api Documentation
12416
+ *
12417
+ * OpenAPI spec version: 1.0
12418
+ *
12419
+ *
12420
+ * NOTE: This class is auto generated by the swagger code generator program.
12421
+ * https://github.com/swagger-api/swagger-codegen.git
12422
+ * Do not edit the class manually.
12423
+ */
12424
+
12425
+ /**
12426
+ * Api Documentation
12427
+ * Api Documentation
12428
+ *
12429
+ * OpenAPI spec version: 1.0
12430
+ *
12431
+ *
12432
+ * NOTE: This class is auto generated by the swagger code generator program.
12433
+ * https://github.com/swagger-api/swagger-codegen.git
12434
+ * Do not edit the class manually.
12435
+ */
12436
+
12437
+ /**
12438
+ * Api Documentation
12439
+ * Api Documentation
12440
+ *
12441
+ * OpenAPI spec version: 1.0
12442
+ *
12443
+ *
12444
+ * NOTE: This class is auto generated by the swagger code generator program.
12445
+ * https://github.com/swagger-api/swagger-codegen.git
12446
+ * Do not edit the class manually.
12447
+ */
12448
+
12449
+ /**
12450
+ * Api Documentation
12451
+ * Api Documentation
12452
+ *
12453
+ * OpenAPI spec version: 1.0
12454
+ *
12455
+ *
12456
+ * NOTE: This class is auto generated by the swagger code generator program.
12457
+ * https://github.com/swagger-api/swagger-codegen.git
12458
+ * Do not edit the class manually.
12459
+ */
12460
+
12461
+ /**
12462
+ * Api Documentation
12463
+ * Api Documentation
12464
+ *
12465
+ * OpenAPI spec version: 1.0
12466
+ *
12467
+ *
12468
+ * NOTE: This class is auto generated by the swagger code generator program.
12469
+ * https://github.com/swagger-api/swagger-codegen.git
12470
+ * Do not edit the class manually.
12471
+ */
12472
+
12473
+ /**
12474
+ * Api Documentation
12475
+ * Api Documentation
12476
+ *
12477
+ * OpenAPI spec version: 1.0
12478
+ *
12479
+ *
12480
+ * NOTE: This class is auto generated by the swagger code generator program.
12481
+ * https://github.com/swagger-api/swagger-codegen.git
12482
+ * Do not edit the class manually.
12483
+ */
12484
+
12485
+ /**
12486
+ * Api Documentation
12487
+ * Api Documentation
12488
+ *
12489
+ * OpenAPI spec version: 1.0
12490
+ *
12491
+ *
12492
+ * NOTE: This class is auto generated by the swagger code generator program.
12493
+ * https://github.com/swagger-api/swagger-codegen.git
12494
+ * Do not edit the class manually.
12495
+ */
12496
+
12497
+ /**
12498
+ * Api Documentation
12499
+ * Api Documentation
12500
+ *
12501
+ * OpenAPI spec version: 1.0
12502
+ *
12503
+ *
12504
+ * NOTE: This class is auto generated by the swagger code generator program.
12505
+ * https://github.com/swagger-api/swagger-codegen.git
12506
+ * Do not edit the class manually.
12507
+ */
12508
+
12509
+ /**
12510
+ * Api Documentation
12511
+ * Api Documentation
12512
+ *
12513
+ * OpenAPI spec version: 1.0
12514
+ *
12515
+ *
12516
+ * NOTE: This class is auto generated by the swagger code generator program.
12517
+ * https://github.com/swagger-api/swagger-codegen.git
12518
+ * Do not edit the class manually.
12519
+ */
12520
+
12521
+ /**
12522
+ * Api Documentation
12523
+ * Api Documentation
12524
+ *
12525
+ * OpenAPI spec version: 1.0
12526
+ *
12527
+ *
12528
+ * NOTE: This class is auto generated by the swagger code generator program.
12529
+ * https://github.com/swagger-api/swagger-codegen.git
12530
+ * Do not edit the class manually.
12531
+ */
12532
+
11792
12533
  /**
11793
12534
  * Api Documentation
11794
12535
  * Api Documentation
@@ -12215,6 +12956,18 @@ var IncrementalityTestDetails;
12215
12956
  * Do not edit the class manually.
12216
12957
  */
12217
12958
 
12959
+ /**
12960
+ * Api Documentation
12961
+ * Api Documentation
12962
+ *
12963
+ * OpenAPI spec version: 1.0
12964
+ *
12965
+ *
12966
+ * NOTE: This class is auto generated by the swagger code generator program.
12967
+ * https://github.com/swagger-api/swagger-codegen.git
12968
+ * Do not edit the class manually.
12969
+ */
12970
+
12218
12971
  /**
12219
12972
  * Api Documentation
12220
12973
  * Api Documentation
@@ -12392,6 +13145,18 @@ var MetaRuleDto;
12392
13145
  * Do not edit the class manually.
12393
13146
  */
12394
13147
 
13148
+ /**
13149
+ * Api Documentation
13150
+ * Api Documentation
13151
+ *
13152
+ * OpenAPI spec version: 1.0
13153
+ *
13154
+ *
13155
+ * NOTE: This class is auto generated by the swagger code generator program.
13156
+ * https://github.com/swagger-api/swagger-codegen.git
13157
+ * Do not edit the class manually.
13158
+ */
13159
+
12395
13160
  /**
12396
13161
  * Api Documentation
12397
13162
  * Api Documentation
@@ -13351,6 +14116,30 @@ var TemplateVariablesDTO;
13351
14116
  * Do not edit the class manually.
13352
14117
  */
13353
14118
 
14119
+ /**
14120
+ * Api Documentation
14121
+ * Api Documentation
14122
+ *
14123
+ * OpenAPI spec version: 1.0
14124
+ *
14125
+ *
14126
+ * NOTE: This class is auto generated by the swagger code generator program.
14127
+ * https://github.com/swagger-api/swagger-codegen.git
14128
+ * Do not edit the class manually.
14129
+ */
14130
+
14131
+ /**
14132
+ * Api Documentation
14133
+ * Api Documentation
14134
+ *
14135
+ * OpenAPI spec version: 1.0
14136
+ *
14137
+ *
14138
+ * NOTE: This class is auto generated by the swagger code generator program.
14139
+ * https://github.com/swagger-api/swagger-codegen.git
14140
+ * Do not edit the class manually.
14141
+ */
14142
+
13354
14143
  var VastCreative;
13355
14144
  (function (VastCreative) {
13356
14145
  VastCreative.VideoFormatEnum = {
@@ -13570,6 +14359,7 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
13570
14359
  CreativeTemplateVariablesControllerService,
13571
14360
  CreativeTemplatesControllerService,
13572
14361
  CustomerReportingControllerService,
14362
+ DCOVideoSettingsControllerService,
13573
14363
  DashboardControllerService,
13574
14364
  ExperimentsControllerService,
13575
14365
  NotificationsControllerService,
@@ -13609,6 +14399,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
13609
14399
  CreativeTemplateVariablesControllerService,
13610
14400
  CreativeTemplatesControllerService,
13611
14401
  CustomerReportingControllerService,
14402
+ DCOVideoSettingsControllerService,
13612
14403
  DashboardControllerService,
13613
14404
  ExperimentsControllerService,
13614
14405
  NotificationsControllerService,
@@ -13636,5 +14427,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
13636
14427
  * Generated bundle index. Do not edit.
13637
14428
  */
13638
14429
 
13639
- 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 };
14430
+ 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 };
13640
14431
  //# sourceMappingURL=revxui-api-clients-ts.mjs.map