@revxui/api-clients-ts 1.1.453 → 1.1.455

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 (120) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -1
  3. package/api/dCOVideoSettingsController.service.d.ts +184 -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 +520 -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/apiResponseObjectDcoVideoGenerateSampleResponse.mjs +2 -0
  40. package/esm2020/model/apiResponseObjectDcoVideoGeneratedCountResponse.mjs +2 -0
  41. package/esm2020/model/apiResponseObjectDcoVideoSamplesResponse.mjs +2 -0
  42. package/esm2020/model/apiResponseObjectDcoVideoSettingsDTO.mjs +2 -0
  43. package/esm2020/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.mjs +2 -0
  44. package/esm2020/model/apiResponseObjectListDcoVideoDimensionDTO.mjs +2 -0
  45. package/esm2020/model/apiResponseObjectListDcoVideoSettingsDTO.mjs +2 -0
  46. package/esm2020/model/apiResponseObjectListDcoVideoTemplateDTO.mjs +2 -0
  47. package/esm2020/model/apiResponseObjectListstring.mjs +13 -0
  48. package/esm2020/model/dcoVideoActivateRequest.mjs +13 -0
  49. package/esm2020/model/dcoVideoActivateResponse.mjs +13 -0
  50. package/esm2020/model/dcoVideoAssetDTO.mjs +19 -0
  51. package/esm2020/model/dcoVideoBrandGuidelineDTO.mjs +13 -0
  52. package/esm2020/model/dcoVideoCatalogItemDTO.mjs +13 -0
  53. package/esm2020/model/dcoVideoDimensionDTO.mjs +13 -0
  54. package/esm2020/model/dcoVideoErrorDTO.mjs +13 -0
  55. package/esm2020/model/dcoVideoGenerateSampleRequest.mjs +13 -0
  56. package/esm2020/model/dcoVideoGenerateSampleResponse.mjs +2 -0
  57. package/esm2020/model/dcoVideoGeneratedCountResponse.mjs +13 -0
  58. package/esm2020/model/dcoVideoPaginationDTO.mjs +13 -0
  59. package/esm2020/model/dcoVideoSampleDTO.mjs +2 -0
  60. package/esm2020/model/dcoVideoSamplesResponse.mjs +2 -0
  61. package/esm2020/model/dcoVideoSettingsCreateRequest.mjs +2 -0
  62. package/esm2020/model/dcoVideoSettingsDTO.mjs +2 -0
  63. package/esm2020/model/dcoVideoSettingsUpdateRequest.mjs +2 -0
  64. package/esm2020/model/dcoVideoTemplateDTO.mjs +2 -0
  65. package/esm2020/model/dcoVideoTemplateRequirementsDTO.mjs +13 -0
  66. package/esm2020/model/inputStream.mjs +13 -0
  67. package/esm2020/model/modelFile.mjs +13 -0
  68. package/esm2020/model/models.mjs +35 -1
  69. package/esm2020/model/resource.mjs +2 -0
  70. package/esm2020/model/safeguardDetail.mjs +2 -3
  71. package/esm2020/model/safeguardExclusionDTO.mjs +2 -3
  72. package/esm2020/model/safeguardRequestDTO.mjs +2 -3
  73. package/esm2020/model/safeguardResponseDTO.mjs +2 -3
  74. package/esm2020/model/uRI.mjs +13 -0
  75. package/esm2020/model/uRL.mjs +2 -0
  76. package/esm2020/model/uRLStreamHandler.mjs +13 -0
  77. package/fesm2015/revxui-api-clients-ts.mjs +572 -41
  78. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  79. package/fesm2020/revxui-api-clients-ts.mjs +750 -41
  80. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  81. package/model/apiResponseObjectDcoVideoActivateResponse.d.ts +17 -0
  82. package/model/apiResponseObjectDcoVideoGenerateSampleResponse.d.ts +17 -0
  83. package/model/apiResponseObjectDcoVideoGeneratedCountResponse.d.ts +17 -0
  84. package/model/apiResponseObjectDcoVideoSamplesResponse.d.ts +17 -0
  85. package/model/apiResponseObjectDcoVideoSettingsDTO.d.ts +17 -0
  86. package/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.d.ts +17 -0
  87. package/model/apiResponseObjectListDcoVideoDimensionDTO.d.ts +17 -0
  88. package/model/apiResponseObjectListDcoVideoSettingsDTO.d.ts +17 -0
  89. package/model/apiResponseObjectListDcoVideoTemplateDTO.d.ts +17 -0
  90. package/model/apiResponseObjectListstring.d.ts +16 -0
  91. package/model/dcoVideoActivateRequest.d.ts +15 -0
  92. package/model/dcoVideoActivateResponse.d.ts +18 -0
  93. package/model/dcoVideoAssetDTO.d.ts +31 -0
  94. package/model/dcoVideoBrandGuidelineDTO.d.ts +16 -0
  95. package/model/dcoVideoCatalogItemDTO.d.ts +16 -0
  96. package/model/dcoVideoDimensionDTO.d.ts +15 -0
  97. package/model/dcoVideoErrorDTO.d.ts +15 -0
  98. package/model/dcoVideoGenerateSampleRequest.d.ts +20 -0
  99. package/model/dcoVideoGenerateSampleResponse.d.ts +29 -0
  100. package/model/dcoVideoGeneratedCountResponse.d.ts +24 -0
  101. package/model/dcoVideoPaginationDTO.d.ts +19 -0
  102. package/model/dcoVideoSampleDTO.d.ts +27 -0
  103. package/model/dcoVideoSamplesResponse.d.ts +18 -0
  104. package/model/dcoVideoSettingsCreateRequest.d.ts +19 -0
  105. package/model/dcoVideoSettingsDTO.d.ts +31 -0
  106. package/model/dcoVideoSettingsUpdateRequest.d.ts +18 -0
  107. package/model/dcoVideoTemplateDTO.d.ts +23 -0
  108. package/model/dcoVideoTemplateRequirementsDTO.d.ts +16 -0
  109. package/model/inputStream.d.ts +13 -0
  110. package/model/modelFile.d.ts +32 -0
  111. package/model/models.d.ts +34 -0
  112. package/model/resource.d.ts +24 -0
  113. package/model/safeguardDetail.d.ts +1 -2
  114. package/model/safeguardExclusionDTO.d.ts +1 -2
  115. package/model/safeguardRequestDTO.d.ts +1 -3
  116. package/model/safeguardResponseDTO.d.ts +1 -3
  117. package/model/uRI.d.ts +30 -0
  118. package/model/uRL.d.ts +27 -0
  119. package/model/uRLStreamHandler.d.ts +13 -0
  120. 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://apiv2stage3.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://apiv2stage3.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) {
@@ -833,7 +833,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
833
833
  class AppSettingsControllerService {
834
834
  constructor(httpClient, basePath, configuration) {
835
835
  this.httpClient = httpClient;
836
- this.basePath = 'https://apiv2stage3.atomex.net';
836
+ this.basePath = 'https://apiv2stage7.atomex.net';
837
837
  this.defaultHeaders = new HttpHeaders();
838
838
  this.configuration = new Configuration();
839
839
  if (basePath) {
@@ -1080,7 +1080,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1080
1080
  class AppsFlyerControllerService {
1081
1081
  constructor(httpClient, basePath, configuration) {
1082
1082
  this.httpClient = httpClient;
1083
- this.basePath = 'https://apiv2stage3.atomex.net';
1083
+ this.basePath = 'https://apiv2stage7.atomex.net';
1084
1084
  this.defaultHeaders = new HttpHeaders();
1085
1085
  this.configuration = new Configuration();
1086
1086
  if (basePath) {
@@ -1168,7 +1168,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1168
1168
  class AudienceControllerService {
1169
1169
  constructor(httpClient, basePath, configuration) {
1170
1170
  this.httpClient = httpClient;
1171
- this.basePath = 'https://apiv2stage3.atomex.net';
1171
+ this.basePath = 'https://apiv2stage7.atomex.net';
1172
1172
  this.defaultHeaders = new HttpHeaders();
1173
1173
  this.configuration = new Configuration();
1174
1174
  if (basePath) {
@@ -2046,7 +2046,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2046
2046
  class AuditControllerService {
2047
2047
  constructor(httpClient, basePath, configuration) {
2048
2048
  this.httpClient = httpClient;
2049
- this.basePath = 'https://apiv2stage3.atomex.net';
2049
+ this.basePath = 'https://apiv2stage7.atomex.net';
2050
2050
  this.defaultHeaders = new HttpHeaders();
2051
2051
  this.configuration = new Configuration();
2052
2052
  if (basePath) {
@@ -2248,7 +2248,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2248
2248
  class BidFunnelControllerService {
2249
2249
  constructor(httpClient, basePath, configuration) {
2250
2250
  this.httpClient = httpClient;
2251
- this.basePath = 'https://apiv2stage3.atomex.net';
2251
+ this.basePath = 'https://apiv2stage7.atomex.net';
2252
2252
  this.defaultHeaders = new HttpHeaders();
2253
2253
  this.configuration = new Configuration();
2254
2254
  if (basePath) {
@@ -2399,7 +2399,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2399
2399
  class BulkStrategyControllerService {
2400
2400
  constructor(httpClient, basePath, configuration) {
2401
2401
  this.httpClient = httpClient;
2402
- this.basePath = 'https://apiv2stage3.atomex.net';
2402
+ this.basePath = 'https://apiv2stage7.atomex.net';
2403
2403
  this.defaultHeaders = new HttpHeaders();
2404
2404
  this.configuration = new Configuration();
2405
2405
  if (basePath) {
@@ -2626,7 +2626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2626
2626
  class CSSThemeController_Service {
2627
2627
  constructor(httpClient, basePath, configuration) {
2628
2628
  this.httpClient = httpClient;
2629
- this.basePath = 'https://apiv2stage3.atomex.net';
2629
+ this.basePath = 'https://apiv2stage7.atomex.net';
2630
2630
  this.defaultHeaders = new HttpHeaders();
2631
2631
  this.configuration = new Configuration();
2632
2632
  if (basePath) {
@@ -2737,7 +2737,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2737
2737
  class CampaignControllerService {
2738
2738
  constructor(httpClient, basePath, configuration) {
2739
2739
  this.httpClient = httpClient;
2740
- this.basePath = 'https://apiv2stage3.atomex.net';
2740
+ this.basePath = 'https://apiv2stage7.atomex.net';
2741
2741
  this.defaultHeaders = new HttpHeaders();
2742
2742
  this.configuration = new Configuration();
2743
2743
  if (basePath) {
@@ -3180,7 +3180,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3180
3180
  class CatalogControllerService {
3181
3181
  constructor(httpClient, basePath, configuration) {
3182
3182
  this.httpClient = httpClient;
3183
- this.basePath = 'https://apiv2stage3.atomex.net';
3183
+ this.basePath = 'https://apiv2stage7.atomex.net';
3184
3184
  this.defaultHeaders = new HttpHeaders();
3185
3185
  this.configuration = new Configuration();
3186
3186
  if (basePath) {
@@ -3425,7 +3425,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3425
3425
  class ClickDestinationControllerService {
3426
3426
  constructor(httpClient, basePath, configuration) {
3427
3427
  this.httpClient = httpClient;
3428
- this.basePath = 'https://apiv2stage3.atomex.net';
3428
+ this.basePath = 'https://apiv2stage7.atomex.net';
3429
3429
  this.defaultHeaders = new HttpHeaders();
3430
3430
  this.configuration = new Configuration();
3431
3431
  if (basePath) {
@@ -3659,7 +3659,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3659
3659
  class CreativeControllerService {
3660
3660
  constructor(httpClient, basePath, configuration) {
3661
3661
  this.httpClient = httpClient;
3662
- this.basePath = 'https://apiv2stage3.atomex.net';
3662
+ this.basePath = 'https://apiv2stage7.atomex.net';
3663
3663
  this.defaultHeaders = new HttpHeaders();
3664
3664
  this.configuration = new Configuration();
3665
3665
  if (basePath) {
@@ -4264,7 +4264,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4264
4264
  class CreativeSetsControllerService {
4265
4265
  constructor(httpClient, basePath, configuration) {
4266
4266
  this.httpClient = httpClient;
4267
- this.basePath = 'https://apiv2stage3.atomex.net';
4267
+ this.basePath = 'https://apiv2stage7.atomex.net';
4268
4268
  this.defaultHeaders = new HttpHeaders();
4269
4269
  this.configuration = new Configuration();
4270
4270
  if (basePath) {
@@ -4912,7 +4912,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4912
4912
  class CreativeTemplateThemesControllerService {
4913
4913
  constructor(httpClient, basePath, configuration) {
4914
4914
  this.httpClient = httpClient;
4915
- this.basePath = 'https://apiv2stage3.atomex.net';
4915
+ this.basePath = 'https://apiv2stage7.atomex.net';
4916
4916
  this.defaultHeaders = new HttpHeaders();
4917
4917
  this.configuration = new Configuration();
4918
4918
  if (basePath) {
@@ -5099,7 +5099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5099
5099
  class CreativeTemplateVariablesControllerService {
5100
5100
  constructor(httpClient, basePath, configuration) {
5101
5101
  this.httpClient = httpClient;
5102
- this.basePath = 'https://apiv2stage3.atomex.net';
5102
+ this.basePath = 'https://apiv2stage7.atomex.net';
5103
5103
  this.defaultHeaders = new HttpHeaders();
5104
5104
  this.configuration = new Configuration();
5105
5105
  if (basePath) {
@@ -5179,7 +5179,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5179
5179
  class CreativeTemplatesControllerService {
5180
5180
  constructor(httpClient, basePath, configuration) {
5181
5181
  this.httpClient = httpClient;
5182
- this.basePath = 'https://apiv2stage3.atomex.net';
5182
+ this.basePath = 'https://apiv2stage7.atomex.net';
5183
5183
  this.defaultHeaders = new HttpHeaders();
5184
5184
  this.configuration = new Configuration();
5185
5185
  if (basePath) {
@@ -5346,7 +5346,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5346
5346
  class CustomerReportingControllerService {
5347
5347
  constructor(httpClient, basePath, configuration) {
5348
5348
  this.httpClient = httpClient;
5349
- this.basePath = 'https://apiv2stage3.atomex.net';
5349
+ this.basePath = 'https://apiv2stage7.atomex.net';
5350
5350
  this.defaultHeaders = new HttpHeaders();
5351
5351
  this.configuration = new Configuration();
5352
5352
  if (basePath) {
@@ -5496,6 +5496,520 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5496
5496
  }] }];
5497
5497
  } });
5498
5498
 
5499
+ /**
5500
+ * Api Documentation
5501
+ * Api Documentation
5502
+ *
5503
+ * OpenAPI spec version: 1.0
5504
+ *
5505
+ *
5506
+ * NOTE: This class is auto generated by the swagger code generator program.
5507
+ * https://github.com/swagger-api/swagger-codegen.git
5508
+ * Do not edit the class manually.
5509
+ */
5510
+ /* tslint:disable:no-unused-variable member-ordering */
5511
+ class DCOVideoSettingsControllerService {
5512
+ constructor(httpClient, basePath, configuration) {
5513
+ this.httpClient = httpClient;
5514
+ this.basePath = 'https://apiv2stage7.atomex.net';
5515
+ this.defaultHeaders = new HttpHeaders();
5516
+ this.configuration = new Configuration();
5517
+ if (basePath) {
5518
+ this.basePath = basePath;
5519
+ }
5520
+ if (configuration) {
5521
+ this.configuration = configuration;
5522
+ this.basePath = basePath || configuration.basePath || this.basePath;
5523
+ }
5524
+ }
5525
+ /**
5526
+ * @param consumes string[] mime-types
5527
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
5528
+ */
5529
+ canConsumeForm(consumes) {
5530
+ const form = 'multipart/form-data';
5531
+ for (const consume of consumes) {
5532
+ if (form === consume) {
5533
+ return true;
5534
+ }
5535
+ }
5536
+ return false;
5537
+ }
5538
+ activateSettingsUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
5539
+ if (request === null || request === undefined) {
5540
+ throw new Error('Required parameter request was null or undefined when calling activateSettingsUsingPOST.');
5541
+ }
5542
+ let headers = this.defaultHeaders;
5543
+ if (reqId !== undefined && reqId !== null) {
5544
+ headers = headers.set('reqId', String(reqId));
5545
+ }
5546
+ if (token !== undefined && token !== null) {
5547
+ headers = headers.set('token', String(token));
5548
+ }
5549
+ // to determine the Accept header
5550
+ let httpHeaderAccepts = [
5551
+ 'application/json'
5552
+ ];
5553
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5554
+ if (httpHeaderAcceptSelected != undefined) {
5555
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5556
+ }
5557
+ // to determine the Content-Type header
5558
+ const consumes = [
5559
+ 'application/json'
5560
+ ];
5561
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5562
+ if (httpContentTypeSelected != undefined) {
5563
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5564
+ }
5565
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/activate`, request, {
5566
+ withCredentials: this.configuration.withCredentials,
5567
+ headers: headers,
5568
+ observe: observe,
5569
+ reportProgress: reportProgress
5570
+ });
5571
+ }
5572
+ createSettingsUsingPOST(request, file_BACKGROUND_IMAGE, file_END_CARD_HTML, file_END_CARD_IMAGE, file_PROMO_BANNER, file_PROMO_VIDEO, reqId, token, observe = 'body', reportProgress = false) {
5573
+ if (request === null || request === undefined) {
5574
+ throw new Error('Required parameter request was null or undefined when calling createSettingsUsingPOST.');
5575
+ }
5576
+ let headers = this.defaultHeaders;
5577
+ if (reqId !== undefined && reqId !== null) {
5578
+ headers = headers.set('reqId', String(reqId));
5579
+ }
5580
+ if (token !== undefined && token !== null) {
5581
+ headers = headers.set('token', String(token));
5582
+ }
5583
+ // to determine the Accept header
5584
+ let httpHeaderAccepts = [
5585
+ 'application/json'
5586
+ ];
5587
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5588
+ if (httpHeaderAcceptSelected != undefined) {
5589
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5590
+ }
5591
+ // to determine the Content-Type header
5592
+ const consumes = [
5593
+ 'multipart/form-data'
5594
+ ];
5595
+ const canConsumeForm = this.canConsumeForm(consumes);
5596
+ let formParams;
5597
+ let useForm = false;
5598
+ let convertFormParamsToString = false;
5599
+ // use FormData to transmit files using content-type "multipart/form-data"
5600
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5601
+ useForm = canConsumeForm;
5602
+ // use FormData to transmit files using content-type "multipart/form-data"
5603
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5604
+ useForm = canConsumeForm;
5605
+ // use FormData to transmit files using content-type "multipart/form-data"
5606
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5607
+ useForm = canConsumeForm;
5608
+ // use FormData to transmit files using content-type "multipart/form-data"
5609
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5610
+ useForm = canConsumeForm;
5611
+ // use FormData to transmit files using content-type "multipart/form-data"
5612
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5613
+ useForm = canConsumeForm;
5614
+ if (useForm) {
5615
+ formParams = new FormData();
5616
+ }
5617
+ else {
5618
+ formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5619
+ }
5620
+ if (file_BACKGROUND_IMAGE !== undefined) {
5621
+ formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
5622
+ }
5623
+ if (file_END_CARD_HTML !== undefined) {
5624
+ formParams = formParams.append('file_END_CARD_HTML', file_END_CARD_HTML) || formParams;
5625
+ }
5626
+ if (file_END_CARD_IMAGE !== undefined) {
5627
+ formParams = formParams.append('file_END_CARD_IMAGE', file_END_CARD_IMAGE) || formParams;
5628
+ }
5629
+ if (file_PROMO_BANNER !== undefined) {
5630
+ formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
5631
+ }
5632
+ if (file_PROMO_VIDEO !== undefined) {
5633
+ formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
5634
+ }
5635
+ if (request !== undefined) {
5636
+ formParams = formParams.append('request', request) || formParams;
5637
+ }
5638
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings`, convertFormParamsToString ? formParams.toString() : formParams, {
5639
+ withCredentials: this.configuration.withCredentials,
5640
+ headers: headers,
5641
+ observe: observe,
5642
+ reportProgress: reportProgress
5643
+ });
5644
+ }
5645
+ generateSampleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
5646
+ if (request === null || request === undefined) {
5647
+ throw new Error('Required parameter request was null or undefined when calling generateSampleUsingPOST.');
5648
+ }
5649
+ let headers = this.defaultHeaders;
5650
+ if (reqId !== undefined && reqId !== null) {
5651
+ headers = headers.set('reqId', String(reqId));
5652
+ }
5653
+ if (token !== undefined && token !== null) {
5654
+ headers = headers.set('token', String(token));
5655
+ }
5656
+ // to determine the Accept header
5657
+ let httpHeaderAccepts = [
5658
+ 'application/json'
5659
+ ];
5660
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5661
+ if (httpHeaderAcceptSelected != undefined) {
5662
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5663
+ }
5664
+ // to determine the Content-Type header
5665
+ const consumes = [
5666
+ 'application/json'
5667
+ ];
5668
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5669
+ if (httpContentTypeSelected != undefined) {
5670
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5671
+ }
5672
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/generate-sample`, request, {
5673
+ withCredentials: this.configuration.withCredentials,
5674
+ headers: headers,
5675
+ observe: observe,
5676
+ reportProgress: reportProgress
5677
+ });
5678
+ }
5679
+ getBrandGuidelinesUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5680
+ if (advertiserId === null || advertiserId === undefined) {
5681
+ throw new Error('Required parameter advertiserId was null or undefined when calling getBrandGuidelinesUsingGET.');
5682
+ }
5683
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5684
+ if (includeInactive !== undefined && includeInactive !== null) {
5685
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5686
+ }
5687
+ let headers = this.defaultHeaders;
5688
+ if (reqId !== undefined && reqId !== null) {
5689
+ headers = headers.set('reqId', String(reqId));
5690
+ }
5691
+ if (token !== undefined && token !== null) {
5692
+ headers = headers.set('token', String(token));
5693
+ }
5694
+ // to determine the Accept header
5695
+ let httpHeaderAccepts = [
5696
+ 'application/json'
5697
+ ];
5698
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5699
+ if (httpHeaderAcceptSelected != undefined) {
5700
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5701
+ }
5702
+ // to determine the Content-Type header
5703
+ const consumes = [];
5704
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/brand-guidelines`, {
5705
+ params: queryParameters,
5706
+ withCredentials: this.configuration.withCredentials,
5707
+ headers: headers,
5708
+ observe: observe,
5709
+ reportProgress: reportProgress
5710
+ });
5711
+ }
5712
+ getDimensionsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5713
+ if (advertiserId === null || advertiserId === undefined) {
5714
+ throw new Error('Required parameter advertiserId was null or undefined when calling getDimensionsUsingGET.');
5715
+ }
5716
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5717
+ if (includeInactive !== undefined && includeInactive !== null) {
5718
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5719
+ }
5720
+ let headers = this.defaultHeaders;
5721
+ if (reqId !== undefined && reqId !== null) {
5722
+ headers = headers.set('reqId', String(reqId));
5723
+ }
5724
+ if (token !== undefined && token !== null) {
5725
+ headers = headers.set('token', String(token));
5726
+ }
5727
+ // to determine the Accept header
5728
+ let httpHeaderAccepts = [
5729
+ 'application/json'
5730
+ ];
5731
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5732
+ if (httpHeaderAcceptSelected != undefined) {
5733
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5734
+ }
5735
+ // to determine the Content-Type header
5736
+ const consumes = [];
5737
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/dimensions`, {
5738
+ params: queryParameters,
5739
+ withCredentials: this.configuration.withCredentials,
5740
+ headers: headers,
5741
+ observe: observe,
5742
+ reportProgress: reportProgress
5743
+ });
5744
+ }
5745
+ getFeedKeysUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
5746
+ if (advertiserId === null || advertiserId === undefined) {
5747
+ throw new Error('Required parameter advertiserId was null or undefined when calling getFeedKeysUsingGET.');
5748
+ }
5749
+ let headers = this.defaultHeaders;
5750
+ if (reqId !== undefined && reqId !== null) {
5751
+ headers = headers.set('reqId', String(reqId));
5752
+ }
5753
+ if (token !== undefined && token !== null) {
5754
+ headers = headers.set('token', String(token));
5755
+ }
5756
+ // to determine the Accept header
5757
+ let httpHeaderAccepts = [
5758
+ 'application/json'
5759
+ ];
5760
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5761
+ if (httpHeaderAcceptSelected != undefined) {
5762
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5763
+ }
5764
+ // to determine the Content-Type header
5765
+ const consumes = [];
5766
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/feed-keys`, {
5767
+ withCredentials: this.configuration.withCredentials,
5768
+ headers: headers,
5769
+ observe: observe,
5770
+ reportProgress: reportProgress
5771
+ });
5772
+ }
5773
+ getGeneratedVideoCountUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
5774
+ if (id === null || id === undefined) {
5775
+ throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoCountUsingGET.');
5776
+ }
5777
+ let headers = this.defaultHeaders;
5778
+ if (reqId !== undefined && reqId !== null) {
5779
+ headers = headers.set('reqId', String(reqId));
5780
+ }
5781
+ if (token !== undefined && token !== null) {
5782
+ headers = headers.set('token', String(token));
5783
+ }
5784
+ // to determine the Accept header
5785
+ let httpHeaderAccepts = [
5786
+ 'application/json'
5787
+ ];
5788
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5789
+ if (httpHeaderAcceptSelected != undefined) {
5790
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5791
+ }
5792
+ // to determine the Content-Type header
5793
+ const consumes = [];
5794
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-video-count`, {
5795
+ withCredentials: this.configuration.withCredentials,
5796
+ headers: headers,
5797
+ observe: observe,
5798
+ reportProgress: reportProgress
5799
+ });
5800
+ }
5801
+ getGeneratedVideoSamplesUsingGET(id, page, reqId, size, status, token, observe = 'body', reportProgress = false) {
5802
+ if (id === null || id === undefined) {
5803
+ throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoSamplesUsingGET.');
5804
+ }
5805
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5806
+ if (page !== undefined && page !== null) {
5807
+ queryParameters = queryParameters.set('page', page);
5808
+ }
5809
+ if (size !== undefined && size !== null) {
5810
+ queryParameters = queryParameters.set('size', size);
5811
+ }
5812
+ if (status !== undefined && status !== null) {
5813
+ queryParameters = queryParameters.set('status', status);
5814
+ }
5815
+ let headers = this.defaultHeaders;
5816
+ if (reqId !== undefined && reqId !== null) {
5817
+ headers = headers.set('reqId', String(reqId));
5818
+ }
5819
+ if (token !== undefined && token !== null) {
5820
+ headers = headers.set('token', String(token));
5821
+ }
5822
+ // to determine the Accept header
5823
+ let httpHeaderAccepts = [
5824
+ 'application/json'
5825
+ ];
5826
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5827
+ if (httpHeaderAcceptSelected != undefined) {
5828
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5829
+ }
5830
+ // to determine the Content-Type header
5831
+ const consumes = [];
5832
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/get-generated-video-samples`, {
5833
+ params: queryParameters,
5834
+ withCredentials: this.configuration.withCredentials,
5835
+ headers: headers,
5836
+ observe: observe,
5837
+ reportProgress: reportProgress
5838
+ });
5839
+ }
5840
+ getSettingsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5841
+ if (advertiserId === null || advertiserId === undefined) {
5842
+ throw new Error('Required parameter advertiserId was null or undefined when calling getSettingsUsingGET.');
5843
+ }
5844
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5845
+ if (includeInactive !== undefined && includeInactive !== null) {
5846
+ queryParameters = queryParameters.set('includeInactive', includeInactive);
5847
+ }
5848
+ let headers = this.defaultHeaders;
5849
+ if (reqId !== undefined && reqId !== null) {
5850
+ headers = headers.set('reqId', String(reqId));
5851
+ }
5852
+ if (token !== undefined && token !== null) {
5853
+ headers = headers.set('token', String(token));
5854
+ }
5855
+ // to determine the Accept header
5856
+ let httpHeaderAccepts = [
5857
+ 'application/json'
5858
+ ];
5859
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5860
+ if (httpHeaderAcceptSelected != undefined) {
5861
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5862
+ }
5863
+ // to determine the Content-Type header
5864
+ const consumes = [];
5865
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(advertiserId))}`, {
5866
+ params: queryParameters,
5867
+ withCredentials: this.configuration.withCredentials,
5868
+ headers: headers,
5869
+ observe: observe,
5870
+ reportProgress: reportProgress
5871
+ });
5872
+ }
5873
+ getTemplatesUsingGET(advertiserId, hasBackgroundImage, hasPromoBanner, hasPromoVideo, reqId, token, observe = 'body', reportProgress = false) {
5874
+ if (advertiserId === null || advertiserId === undefined) {
5875
+ throw new Error('Required parameter advertiserId was null or undefined when calling getTemplatesUsingGET.');
5876
+ }
5877
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5878
+ if (advertiserId !== undefined && advertiserId !== null) {
5879
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
5880
+ }
5881
+ if (hasBackgroundImage !== undefined && hasBackgroundImage !== null) {
5882
+ queryParameters = queryParameters.set('hasBackgroundImage', hasBackgroundImage);
5883
+ }
5884
+ if (hasPromoBanner !== undefined && hasPromoBanner !== null) {
5885
+ queryParameters = queryParameters.set('hasPromoBanner', hasPromoBanner);
5886
+ }
5887
+ if (hasPromoVideo !== undefined && hasPromoVideo !== null) {
5888
+ queryParameters = queryParameters.set('hasPromoVideo', hasPromoVideo);
5889
+ }
5890
+ let headers = this.defaultHeaders;
5891
+ if (reqId !== undefined && reqId !== null) {
5892
+ headers = headers.set('reqId', String(reqId));
5893
+ }
5894
+ if (token !== undefined && token !== null) {
5895
+ headers = headers.set('token', String(token));
5896
+ }
5897
+ // to determine the Accept header
5898
+ let httpHeaderAccepts = [
5899
+ 'application/json'
5900
+ ];
5901
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5902
+ if (httpHeaderAcceptSelected != undefined) {
5903
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5904
+ }
5905
+ // to determine the Content-Type header
5906
+ const consumes = [];
5907
+ return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/templates`, {
5908
+ params: queryParameters,
5909
+ withCredentials: this.configuration.withCredentials,
5910
+ headers: headers,
5911
+ observe: observe,
5912
+ reportProgress: reportProgress
5913
+ });
5914
+ }
5915
+ updateSettingsUsingPOST(id, request, async, file_BACKGROUND_IMAGE, file_END_CARD_HTML, file_END_CARD_IMAGE, file_PROMO_BANNER, file_PROMO_VIDEO, regenerateSample, reqId, token, observe = 'body', reportProgress = false) {
5916
+ if (id === null || id === undefined) {
5917
+ throw new Error('Required parameter id was null or undefined when calling updateSettingsUsingPOST.');
5918
+ }
5919
+ if (request === null || request === undefined) {
5920
+ throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
5921
+ }
5922
+ let headers = this.defaultHeaders;
5923
+ if (reqId !== undefined && reqId !== null) {
5924
+ headers = headers.set('reqId', String(reqId));
5925
+ }
5926
+ if (token !== undefined && token !== null) {
5927
+ headers = headers.set('token', String(token));
5928
+ }
5929
+ // to determine the Accept header
5930
+ let httpHeaderAccepts = [
5931
+ 'application/json'
5932
+ ];
5933
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5934
+ if (httpHeaderAcceptSelected != undefined) {
5935
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5936
+ }
5937
+ // to determine the Content-Type header
5938
+ const consumes = [
5939
+ 'multipart/form-data'
5940
+ ];
5941
+ const canConsumeForm = this.canConsumeForm(consumes);
5942
+ let formParams;
5943
+ let useForm = false;
5944
+ let convertFormParamsToString = false;
5945
+ // use FormData to transmit files using content-type "multipart/form-data"
5946
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5947
+ useForm = canConsumeForm;
5948
+ // use FormData to transmit files using content-type "multipart/form-data"
5949
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5950
+ useForm = canConsumeForm;
5951
+ // use FormData to transmit files using content-type "multipart/form-data"
5952
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5953
+ useForm = canConsumeForm;
5954
+ // use FormData to transmit files using content-type "multipart/form-data"
5955
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5956
+ useForm = canConsumeForm;
5957
+ // use FormData to transmit files using content-type "multipart/form-data"
5958
+ // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5959
+ useForm = canConsumeForm;
5960
+ if (useForm) {
5961
+ formParams = new FormData();
5962
+ }
5963
+ else {
5964
+ formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5965
+ }
5966
+ if (async !== undefined) {
5967
+ formParams = formParams.append('async', async) || formParams;
5968
+ }
5969
+ if (file_BACKGROUND_IMAGE !== undefined) {
5970
+ formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
5971
+ }
5972
+ if (file_END_CARD_HTML !== undefined) {
5973
+ formParams = formParams.append('file_END_CARD_HTML', file_END_CARD_HTML) || formParams;
5974
+ }
5975
+ if (file_END_CARD_IMAGE !== undefined) {
5976
+ formParams = formParams.append('file_END_CARD_IMAGE', file_END_CARD_IMAGE) || formParams;
5977
+ }
5978
+ if (file_PROMO_BANNER !== undefined) {
5979
+ formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
5980
+ }
5981
+ if (file_PROMO_VIDEO !== undefined) {
5982
+ formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
5983
+ }
5984
+ if (regenerateSample !== undefined) {
5985
+ formParams = formParams.append('regenerateSample', regenerateSample) || formParams;
5986
+ }
5987
+ if (request !== undefined) {
5988
+ formParams = formParams.append('request', request) || formParams;
5989
+ }
5990
+ return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, convertFormParamsToString ? formParams.toString() : formParams, {
5991
+ withCredentials: this.configuration.withCredentials,
5992
+ headers: headers,
5993
+ observe: observe,
5994
+ reportProgress: reportProgress
5995
+ });
5996
+ }
5997
+ }
5998
+ 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 });
5999
+ DCOVideoSettingsControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService });
6000
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
6001
+ type: Injectable
6002
+ }], ctorParameters: function () {
6003
+ return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
6004
+ type: Optional
6005
+ }, {
6006
+ type: Inject,
6007
+ args: [BASE_PATH]
6008
+ }] }, { type: Configuration, decorators: [{
6009
+ type: Optional
6010
+ }] }];
6011
+ } });
6012
+
5499
6013
  /**
5500
6014
  * Api Documentation
5501
6015
  * Api Documentation
@@ -5511,7 +6025,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5511
6025
  class DashboardControllerService {
5512
6026
  constructor(httpClient, basePath, configuration) {
5513
6027
  this.httpClient = httpClient;
5514
- this.basePath = 'https://apiv2stage3.atomex.net';
6028
+ this.basePath = 'https://apiv2stage7.atomex.net';
5515
6029
  this.defaultHeaders = new HttpHeaders();
5516
6030
  this.configuration = new Configuration();
5517
6031
  if (basePath) {
@@ -6171,7 +6685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6171
6685
  class ExperimentsControllerService {
6172
6686
  constructor(httpClient, basePath, configuration) {
6173
6687
  this.httpClient = httpClient;
6174
- this.basePath = 'https://apiv2stage3.atomex.net';
6688
+ this.basePath = 'https://apiv2stage7.atomex.net';
6175
6689
  this.defaultHeaders = new HttpHeaders();
6176
6690
  this.configuration = new Configuration();
6177
6691
  if (basePath) {
@@ -6900,7 +7414,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6900
7414
  class NotificationsControllerService {
6901
7415
  constructor(httpClient, basePath, configuration) {
6902
7416
  this.httpClient = httpClient;
6903
- this.basePath = 'https://apiv2stage3.atomex.net';
7417
+ this.basePath = 'https://apiv2stage7.atomex.net';
6904
7418
  this.defaultHeaders = new HttpHeaders();
6905
7419
  this.configuration = new Configuration();
6906
7420
  if (basePath) {
@@ -7115,7 +7629,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7115
7629
  class PixelControllerService {
7116
7630
  constructor(httpClient, basePath, configuration) {
7117
7631
  this.httpClient = httpClient;
7118
- this.basePath = 'https://apiv2stage3.atomex.net';
7632
+ this.basePath = 'https://apiv2stage7.atomex.net';
7119
7633
  this.defaultHeaders = new HttpHeaders();
7120
7634
  this.configuration = new Configuration();
7121
7635
  if (basePath) {
@@ -7424,7 +7938,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7424
7938
  class ReportControllerService {
7425
7939
  constructor(httpClient, basePath, configuration) {
7426
7940
  this.httpClient = httpClient;
7427
- this.basePath = 'https://apiv2stage3.atomex.net';
7941
+ this.basePath = 'https://apiv2stage7.atomex.net';
7428
7942
  this.defaultHeaders = new HttpHeaders();
7429
7943
  this.configuration = new Configuration();
7430
7944
  if (basePath) {
@@ -7563,7 +8077,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7563
8077
  class ReportingControllerService {
7564
8078
  constructor(httpClient, basePath, configuration) {
7565
8079
  this.httpClient = httpClient;
7566
- this.basePath = 'https://apiv2stage3.atomex.net';
8080
+ this.basePath = 'https://apiv2stage7.atomex.net';
7567
8081
  this.defaultHeaders = new HttpHeaders();
7568
8082
  this.configuration = new Configuration();
7569
8083
  if (basePath) {
@@ -7735,7 +8249,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7735
8249
  class ReportingSchedulerControllerService {
7736
8250
  constructor(httpClient, basePath, configuration) {
7737
8251
  this.httpClient = httpClient;
7738
- this.basePath = 'https://apiv2stage3.atomex.net';
8252
+ this.basePath = 'https://apiv2stage7.atomex.net';
7739
8253
  this.defaultHeaders = new HttpHeaders();
7740
8254
  this.configuration = new Configuration();
7741
8255
  if (basePath) {
@@ -8052,7 +8566,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8052
8566
  class SafeguardControllerService {
8053
8567
  constructor(httpClient, basePath, configuration) {
8054
8568
  this.httpClient = httpClient;
8055
- this.basePath = 'https://apiv2stage3.atomex.net';
8569
+ this.basePath = 'https://apiv2stage7.atomex.net';
8056
8570
  this.defaultHeaders = new HttpHeaders();
8057
8571
  this.configuration = new Configuration();
8058
8572
  if (basePath) {
@@ -8548,7 +9062,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8548
9062
  class SliceXControllerService {
8549
9063
  constructor(httpClient, basePath, configuration) {
8550
9064
  this.httpClient = httpClient;
8551
- this.basePath = 'https://apiv2stage3.atomex.net';
9065
+ this.basePath = 'https://apiv2stage7.atomex.net';
8552
9066
  this.defaultHeaders = new HttpHeaders();
8553
9067
  this.configuration = new Configuration();
8554
9068
  if (basePath) {
@@ -8954,7 +9468,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8954
9468
  class StrategyControllerService {
8955
9469
  constructor(httpClient, basePath, configuration) {
8956
9470
  this.httpClient = httpClient;
8957
- this.basePath = 'https://apiv2stage3.atomex.net';
9471
+ this.basePath = 'https://apiv2stage7.atomex.net';
8958
9472
  this.defaultHeaders = new HttpHeaders();
8959
9473
  this.configuration = new Configuration();
8960
9474
  if (basePath) {
@@ -10158,7 +10672,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10158
10672
  class StrategyTemplateControllerService {
10159
10673
  constructor(httpClient, basePath, configuration) {
10160
10674
  this.httpClient = httpClient;
10161
- this.basePath = 'https://apiv2stage3.atomex.net';
10675
+ this.basePath = 'https://apiv2stage7.atomex.net';
10162
10676
  this.defaultHeaders = new HttpHeaders();
10163
10677
  this.configuration = new Configuration();
10164
10678
  if (basePath) {
@@ -10282,7 +10796,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10282
10796
  class UILoggerControllerService {
10283
10797
  constructor(httpClient, basePath, configuration) {
10284
10798
  this.httpClient = httpClient;
10285
- this.basePath = 'https://apiv2stage3.atomex.net';
10799
+ this.basePath = 'https://apiv2stage7.atomex.net';
10286
10800
  this.defaultHeaders = new HttpHeaders();
10287
10801
  this.configuration = new Configuration();
10288
10802
  if (basePath) {
@@ -10376,7 +10890,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10376
10890
  class UserPreferenceControllerService {
10377
10891
  constructor(httpClient, basePath, configuration) {
10378
10892
  this.httpClient = httpClient;
10379
- this.basePath = 'https://apiv2stage3.atomex.net';
10893
+ this.basePath = 'https://apiv2stage7.atomex.net';
10380
10894
  this.defaultHeaders = new HttpHeaders();
10381
10895
  this.configuration = new Configuration();
10382
10896
  if (basePath) {
@@ -10537,7 +11051,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10537
11051
  }] }];
10538
11052
  } });
10539
11053
 
10540
- 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];
11054
+ 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];
10541
11055
 
10542
11056
  var ABTestingDTO;
10543
11057
  (function (ABTestingDTO) {
@@ -11274,6 +11788,25 @@ var DcoAttributesDTO;
11274
11788
  };
11275
11789
  })(DcoAttributesDTO || (DcoAttributesDTO = {}));
11276
11790
 
11791
+ /**
11792
+ * Api Documentation
11793
+ * Api Documentation
11794
+ *
11795
+ * OpenAPI spec version: 1.0
11796
+ *
11797
+ *
11798
+ * NOTE: This class is auto generated by the swagger code generator program.
11799
+ * https://github.com/swagger-api/swagger-codegen.git
11800
+ * Do not edit the class manually.
11801
+ */
11802
+ var DcoVideoAssetDTO;
11803
+ (function (DcoVideoAssetDTO) {
11804
+ DcoVideoAssetDTO.EndCardTypeEnum = {
11805
+ IMAGE: 'IMAGE',
11806
+ HTML: 'HTML'
11807
+ };
11808
+ })(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
11809
+
11277
11810
  /**
11278
11811
  * Api Documentation
11279
11812
  * Api Documentation
@@ -11930,8 +12463,7 @@ var SafeguardDetail;
11930
12463
  (function (SafeguardDetail) {
11931
12464
  SafeguardDetail.TargetingScopeEnum = {
11932
12465
  APP: 'APP',
11933
- INVENTORY: 'INVENTORY',
11934
- CREATIVE: 'CREATIVE'
12466
+ INVENTORY: 'INVENTORY'
11935
12467
  };
11936
12468
  })(SafeguardDetail || (SafeguardDetail = {}));
11937
12469
 
@@ -11939,8 +12471,7 @@ var SafeguardExclusionDTO;
11939
12471
  (function (SafeguardExclusionDTO) {
11940
12472
  SafeguardExclusionDTO.ScopeEnum = {
11941
12473
  APP: 'APP',
11942
- INVENTORY: 'INVENTORY',
11943
- CREATIVE: 'CREATIVE'
12474
+ INVENTORY: 'INVENTORY'
11944
12475
  };
11945
12476
  })(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
11946
12477
 
@@ -11948,8 +12479,7 @@ var SafeguardRequestDTO;
11948
12479
  (function (SafeguardRequestDTO) {
11949
12480
  SafeguardRequestDTO.TargetingScopeEnum = {
11950
12481
  APP: 'APP',
11951
- INVENTORY: 'INVENTORY',
11952
- CREATIVE: 'CREATIVE'
12482
+ INVENTORY: 'INVENTORY'
11953
12483
  };
11954
12484
  })(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
11955
12485
 
@@ -11957,8 +12487,7 @@ var SafeguardResponseDTO;
11957
12487
  (function (SafeguardResponseDTO) {
11958
12488
  SafeguardResponseDTO.TargetingScopeEnum = {
11959
12489
  APP: 'APP',
11960
- INVENTORY: 'INVENTORY',
11961
- CREATIVE: 'CREATIVE'
12490
+ INVENTORY: 'INVENTORY'
11962
12491
  };
11963
12492
  })(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
11964
12493
 
@@ -12278,6 +12807,7 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
12278
12807
  CreativeTemplateVariablesControllerService,
12279
12808
  CreativeTemplatesControllerService,
12280
12809
  CustomerReportingControllerService,
12810
+ DCOVideoSettingsControllerService,
12281
12811
  DashboardControllerService,
12282
12812
  ExperimentsControllerService,
12283
12813
  NotificationsControllerService,
@@ -12317,6 +12847,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
12317
12847
  CreativeTemplateVariablesControllerService,
12318
12848
  CreativeTemplatesControllerService,
12319
12849
  CustomerReportingControllerService,
12850
+ DCOVideoSettingsControllerService,
12320
12851
  DashboardControllerService,
12321
12852
  ExperimentsControllerService,
12322
12853
  NotificationsControllerService,
@@ -12346,5 +12877,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
12346
12877
  * Generated bundle index. Do not edit.
12347
12878
  */
12348
12879
 
12349
- 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 };
12880
+ 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 };
12350
12881
  //# sourceMappingURL=revxui-api-clients-ts.mjs.map