@revxui/api-clients-ts 1.1.470 → 1.1.471

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/advertiserController.service.d.ts +12 -0
  3. package/api/api.d.ts +1 -3
  4. package/esm2020/api/adminController.service.mjs +2 -2
  5. package/esm2020/api/advertiserController.service.mjs +27 -2
  6. package/esm2020/api/api.mjs +2 -4
  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/dashboardController.service.mjs +2 -2
  24. package/esm2020/api/experimentsController.service.mjs +2 -2
  25. package/esm2020/api/notificationsController.service.mjs +2 -2
  26. package/esm2020/api/pixelController.service.mjs +2 -2
  27. package/esm2020/api/reportController.service.mjs +2 -2
  28. package/esm2020/api/reportingController.service.mjs +2 -2
  29. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  30. package/esm2020/api/safeguardController.service.mjs +2 -2
  31. package/esm2020/api/sliceXController.service.mjs +2 -2
  32. package/esm2020/api/strategyController.service.mjs +2 -2
  33. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  34. package/esm2020/api/uILoggerController.service.mjs +2 -2
  35. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  36. package/esm2020/api.module.mjs +1 -4
  37. package/esm2020/model/apiResponseObjectApiListResponseBaseModel.mjs +2 -0
  38. package/esm2020/model/dynamicVideoTemplate.mjs +1 -1
  39. package/esm2020/model/models.mjs +2 -37
  40. package/fesm2015/revxui-api-clients-ts.mjs +58 -583
  41. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  42. package/fesm2020/revxui-api-clients-ts.mjs +99 -802
  43. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  44. package/model/{apiResponseObjectDcoVideoSettingsDTO.d.ts → apiResponseObjectApiListResponseBaseModel.d.ts} +3 -3
  45. package/model/dynamicVideoTemplate.d.ts +0 -4
  46. package/model/models.d.ts +1 -36
  47. package/package.json +1 -1
  48. package/api/dCOVideoSettingsController.service.d.ts +0 -203
  49. package/esm2020/api/dCOVideoSettingsController.service.mjs +0 -535
  50. package/esm2020/model/apiResponseObjectDcoVideoActivateResponse.mjs +0 -2
  51. package/esm2020/model/apiResponseObjectDcoVideoAssetUploadResponse.mjs +0 -2
  52. package/esm2020/model/apiResponseObjectDcoVideoDeleteResponse.mjs +0 -2
  53. package/esm2020/model/apiResponseObjectDcoVideoGenerateSampleResponse.mjs +0 -2
  54. package/esm2020/model/apiResponseObjectDcoVideoGeneratedCountResponse.mjs +0 -2
  55. package/esm2020/model/apiResponseObjectDcoVideoSettingsDTO.mjs +0 -2
  56. package/esm2020/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.mjs +0 -2
  57. package/esm2020/model/apiResponseObjectListDcoVideoDimensionDTO.mjs +0 -2
  58. package/esm2020/model/apiResponseObjectListDcoVideoMusicTrackDTO.mjs +0 -2
  59. package/esm2020/model/apiResponseObjectListDcoVideoSettingsDTO.mjs +0 -2
  60. package/esm2020/model/apiResponseObjectListDcoVideoTemplateDTO.mjs +0 -2
  61. package/esm2020/model/apiResponseObjectListstring.mjs +0 -13
  62. package/esm2020/model/dcoVideoActivateRequest.mjs +0 -13
  63. package/esm2020/model/dcoVideoActivateResponse.mjs +0 -13
  64. package/esm2020/model/dcoVideoAssetDTO.mjs +0 -19
  65. package/esm2020/model/dcoVideoAssetUploadResponse.mjs +0 -2
  66. package/esm2020/model/dcoVideoBrandGuidelineDTO.mjs +0 -13
  67. package/esm2020/model/dcoVideoCatalogItemDTO.mjs +0 -13
  68. package/esm2020/model/dcoVideoDeleteResponse.mjs +0 -13
  69. package/esm2020/model/dcoVideoDimensionDTO.mjs +0 -13
  70. package/esm2020/model/dcoVideoGenerateSampleRequest.mjs +0 -2
  71. package/esm2020/model/dcoVideoGenerateSampleResponse.mjs +0 -2
  72. package/esm2020/model/dcoVideoGeneratedCountResponse.mjs +0 -13
  73. package/esm2020/model/dcoVideoMusicTrackDTO.mjs +0 -13
  74. package/esm2020/model/dcoVideoSettingsCreateRequest.mjs +0 -2
  75. package/esm2020/model/dcoVideoSettingsDTO.mjs +0 -2
  76. package/esm2020/model/dcoVideoSettingsUpdateRequest.mjs +0 -2
  77. package/esm2020/model/dcoVideoTemplateDTO.mjs +0 -2
  78. package/esm2020/model/dcoVideoTemplateRequirementsDTO.mjs +0 -13
  79. package/esm2020/model/dcoVideoUploadedAssetDTO.mjs +0 -13
  80. package/esm2020/model/inputStream.mjs +0 -13
  81. package/esm2020/model/modelFile.mjs +0 -13
  82. package/esm2020/model/resource.mjs +0 -2
  83. package/esm2020/model/uRI.mjs +0 -13
  84. package/esm2020/model/uRL.mjs +0 -2
  85. package/esm2020/model/uRLStreamHandler.mjs +0 -13
  86. package/model/apiResponseObjectDcoVideoActivateResponse.d.ts +0 -17
  87. package/model/apiResponseObjectDcoVideoAssetUploadResponse.d.ts +0 -17
  88. package/model/apiResponseObjectDcoVideoDeleteResponse.d.ts +0 -17
  89. package/model/apiResponseObjectDcoVideoGenerateSampleResponse.d.ts +0 -17
  90. package/model/apiResponseObjectDcoVideoGeneratedCountResponse.d.ts +0 -17
  91. package/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.d.ts +0 -17
  92. package/model/apiResponseObjectListDcoVideoDimensionDTO.d.ts +0 -17
  93. package/model/apiResponseObjectListDcoVideoMusicTrackDTO.d.ts +0 -17
  94. package/model/apiResponseObjectListDcoVideoSettingsDTO.d.ts +0 -17
  95. package/model/apiResponseObjectListDcoVideoTemplateDTO.d.ts +0 -17
  96. package/model/apiResponseObjectListstring.d.ts +0 -16
  97. package/model/dcoVideoActivateRequest.d.ts +0 -15
  98. package/model/dcoVideoActivateResponse.d.ts +0 -18
  99. package/model/dcoVideoAssetDTO.d.ts +0 -32
  100. package/model/dcoVideoAssetUploadResponse.d.ts +0 -17
  101. package/model/dcoVideoBrandGuidelineDTO.d.ts +0 -16
  102. package/model/dcoVideoCatalogItemDTO.d.ts +0 -16
  103. package/model/dcoVideoDeleteResponse.d.ts +0 -17
  104. package/model/dcoVideoDimensionDTO.d.ts +0 -15
  105. package/model/dcoVideoGenerateSampleRequest.d.ts +0 -20
  106. package/model/dcoVideoGenerateSampleResponse.d.ts +0 -29
  107. package/model/dcoVideoGeneratedCountResponse.d.ts +0 -24
  108. package/model/dcoVideoMusicTrackDTO.d.ts +0 -19
  109. package/model/dcoVideoSettingsCreateRequest.d.ts +0 -20
  110. package/model/dcoVideoSettingsDTO.d.ts +0 -32
  111. package/model/dcoVideoSettingsUpdateRequest.d.ts +0 -19
  112. package/model/dcoVideoTemplateDTO.d.ts +0 -25
  113. package/model/dcoVideoTemplateRequirementsDTO.d.ts +0 -17
  114. package/model/dcoVideoUploadedAssetDTO.d.ts +0 -15
  115. package/model/inputStream.d.ts +0 -13
  116. package/model/modelFile.d.ts +0 -32
  117. package/model/resource.d.ts +0 -24
  118. package/model/uRI.d.ts +0 -30
  119. package/model/uRL.d.ts +0 -27
  120. package/model/uRLStreamHandler.d.ts +0 -13
@@ -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://apiv2stage7.atomex.net';
88
+ this.basePath = 'https://apiv2stage1.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://apiv2stage7.atomex.net';
284
+ this.basePath = 'https://apiv2stage1.atomex.net';
285
285
  this.defaultHeaders = new HttpHeaders();
286
286
  this.configuration = new Configuration();
287
287
  if (basePath) {
@@ -409,6 +409,31 @@ class AdvertiserControllerService {
409
409
  reportProgress: reportProgress
410
410
  });
411
411
  }
412
+ getActiveAdvertisersWithoutSlackChannelUsingGET(reqId, token, observe = 'body', reportProgress = false) {
413
+ let headers = this.defaultHeaders;
414
+ if (reqId !== undefined && reqId !== null) {
415
+ headers = headers.set('reqId', String(reqId));
416
+ }
417
+ if (token !== undefined && token !== null) {
418
+ headers = headers.set('token', String(token));
419
+ }
420
+ // to determine the Accept header
421
+ let httpHeaderAccepts = [
422
+ 'application/json'
423
+ ];
424
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
425
+ if (httpHeaderAcceptSelected != undefined) {
426
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
427
+ }
428
+ // to determine the Content-Type header
429
+ const consumes = [];
430
+ return this.httpClient.get(`${this.basePath}/v2/api/advertisers/missing-slack-channel`, {
431
+ withCredentials: this.configuration.withCredentials,
432
+ headers: headers,
433
+ observe: observe,
434
+ reportProgress: reportProgress
435
+ });
436
+ }
412
437
  getAdvertiserAnalyticsUsingGET(id, type, reqId, token, observe = 'body', reportProgress = false) {
413
438
  if (id === null || id === undefined) {
414
439
  throw new Error('Required parameter id was null or undefined when calling getAdvertiserAnalyticsUsingGET.');
@@ -833,7 +858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
833
858
  class AppSettingsControllerService {
834
859
  constructor(httpClient, basePath, configuration) {
835
860
  this.httpClient = httpClient;
836
- this.basePath = 'https://apiv2stage7.atomex.net';
861
+ this.basePath = 'https://apiv2stage1.atomex.net';
837
862
  this.defaultHeaders = new HttpHeaders();
838
863
  this.configuration = new Configuration();
839
864
  if (basePath) {
@@ -1080,7 +1105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1080
1105
  class AppsFlyerControllerService {
1081
1106
  constructor(httpClient, basePath, configuration) {
1082
1107
  this.httpClient = httpClient;
1083
- this.basePath = 'https://apiv2stage7.atomex.net';
1108
+ this.basePath = 'https://apiv2stage1.atomex.net';
1084
1109
  this.defaultHeaders = new HttpHeaders();
1085
1110
  this.configuration = new Configuration();
1086
1111
  if (basePath) {
@@ -1168,7 +1193,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1168
1193
  class AudienceControllerService {
1169
1194
  constructor(httpClient, basePath, configuration) {
1170
1195
  this.httpClient = httpClient;
1171
- this.basePath = 'https://apiv2stage7.atomex.net';
1196
+ this.basePath = 'https://apiv2stage1.atomex.net';
1172
1197
  this.defaultHeaders = new HttpHeaders();
1173
1198
  this.configuration = new Configuration();
1174
1199
  if (basePath) {
@@ -2046,7 +2071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2046
2071
  class AuditControllerService {
2047
2072
  constructor(httpClient, basePath, configuration) {
2048
2073
  this.httpClient = httpClient;
2049
- this.basePath = 'https://apiv2stage7.atomex.net';
2074
+ this.basePath = 'https://apiv2stage1.atomex.net';
2050
2075
  this.defaultHeaders = new HttpHeaders();
2051
2076
  this.configuration = new Configuration();
2052
2077
  if (basePath) {
@@ -2248,7 +2273,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2248
2273
  class BidFunnelControllerService {
2249
2274
  constructor(httpClient, basePath, configuration) {
2250
2275
  this.httpClient = httpClient;
2251
- this.basePath = 'https://apiv2stage7.atomex.net';
2276
+ this.basePath = 'https://apiv2stage1.atomex.net';
2252
2277
  this.defaultHeaders = new HttpHeaders();
2253
2278
  this.configuration = new Configuration();
2254
2279
  if (basePath) {
@@ -2399,7 +2424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2399
2424
  class BulkStrategyControllerService {
2400
2425
  constructor(httpClient, basePath, configuration) {
2401
2426
  this.httpClient = httpClient;
2402
- this.basePath = 'https://apiv2stage7.atomex.net';
2427
+ this.basePath = 'https://apiv2stage1.atomex.net';
2403
2428
  this.defaultHeaders = new HttpHeaders();
2404
2429
  this.configuration = new Configuration();
2405
2430
  if (basePath) {
@@ -2626,7 +2651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2626
2651
  class CSSThemeController_Service {
2627
2652
  constructor(httpClient, basePath, configuration) {
2628
2653
  this.httpClient = httpClient;
2629
- this.basePath = 'https://apiv2stage7.atomex.net';
2654
+ this.basePath = 'https://apiv2stage1.atomex.net';
2630
2655
  this.defaultHeaders = new HttpHeaders();
2631
2656
  this.configuration = new Configuration();
2632
2657
  if (basePath) {
@@ -2737,7 +2762,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2737
2762
  class CampaignControllerService {
2738
2763
  constructor(httpClient, basePath, configuration) {
2739
2764
  this.httpClient = httpClient;
2740
- this.basePath = 'https://apiv2stage7.atomex.net';
2765
+ this.basePath = 'https://apiv2stage1.atomex.net';
2741
2766
  this.defaultHeaders = new HttpHeaders();
2742
2767
  this.configuration = new Configuration();
2743
2768
  if (basePath) {
@@ -3180,7 +3205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3180
3205
  class CatalogControllerService {
3181
3206
  constructor(httpClient, basePath, configuration) {
3182
3207
  this.httpClient = httpClient;
3183
- this.basePath = 'https://apiv2stage7.atomex.net';
3208
+ this.basePath = 'https://apiv2stage1.atomex.net';
3184
3209
  this.defaultHeaders = new HttpHeaders();
3185
3210
  this.configuration = new Configuration();
3186
3211
  if (basePath) {
@@ -3425,7 +3450,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3425
3450
  class ClickDestinationControllerService {
3426
3451
  constructor(httpClient, basePath, configuration) {
3427
3452
  this.httpClient = httpClient;
3428
- this.basePath = 'https://apiv2stage7.atomex.net';
3453
+ this.basePath = 'https://apiv2stage1.atomex.net';
3429
3454
  this.defaultHeaders = new HttpHeaders();
3430
3455
  this.configuration = new Configuration();
3431
3456
  if (basePath) {
@@ -3659,7 +3684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3659
3684
  class CreativeControllerService {
3660
3685
  constructor(httpClient, basePath, configuration) {
3661
3686
  this.httpClient = httpClient;
3662
- this.basePath = 'https://apiv2stage7.atomex.net';
3687
+ this.basePath = 'https://apiv2stage1.atomex.net';
3663
3688
  this.defaultHeaders = new HttpHeaders();
3664
3689
  this.configuration = new Configuration();
3665
3690
  if (basePath) {
@@ -4264,7 +4289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4264
4289
  class CreativeSetsControllerService {
4265
4290
  constructor(httpClient, basePath, configuration) {
4266
4291
  this.httpClient = httpClient;
4267
- this.basePath = 'https://apiv2stage7.atomex.net';
4292
+ this.basePath = 'https://apiv2stage1.atomex.net';
4268
4293
  this.defaultHeaders = new HttpHeaders();
4269
4294
  this.configuration = new Configuration();
4270
4295
  if (basePath) {
@@ -4912,7 +4937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4912
4937
  class CreativeTemplateThemesControllerService {
4913
4938
  constructor(httpClient, basePath, configuration) {
4914
4939
  this.httpClient = httpClient;
4915
- this.basePath = 'https://apiv2stage7.atomex.net';
4940
+ this.basePath = 'https://apiv2stage1.atomex.net';
4916
4941
  this.defaultHeaders = new HttpHeaders();
4917
4942
  this.configuration = new Configuration();
4918
4943
  if (basePath) {
@@ -5099,7 +5124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5099
5124
  class CreativeTemplateVariablesControllerService {
5100
5125
  constructor(httpClient, basePath, configuration) {
5101
5126
  this.httpClient = httpClient;
5102
- this.basePath = 'https://apiv2stage7.atomex.net';
5127
+ this.basePath = 'https://apiv2stage1.atomex.net';
5103
5128
  this.defaultHeaders = new HttpHeaders();
5104
5129
  this.configuration = new Configuration();
5105
5130
  if (basePath) {
@@ -5179,7 +5204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5179
5204
  class CreativeTemplatesControllerService {
5180
5205
  constructor(httpClient, basePath, configuration) {
5181
5206
  this.httpClient = httpClient;
5182
- this.basePath = 'https://apiv2stage7.atomex.net';
5207
+ this.basePath = 'https://apiv2stage1.atomex.net';
5183
5208
  this.defaultHeaders = new HttpHeaders();
5184
5209
  this.configuration = new Configuration();
5185
5210
  if (basePath) {
@@ -5346,7 +5371,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5346
5371
  class CustomerReportingControllerService {
5347
5372
  constructor(httpClient, basePath, configuration) {
5348
5373
  this.httpClient = httpClient;
5349
- this.basePath = 'https://apiv2stage7.atomex.net';
5374
+ this.basePath = 'https://apiv2stage1.atomex.net';
5350
5375
  this.defaultHeaders = new HttpHeaders();
5351
5376
  this.configuration = new Configuration();
5352
5377
  if (basePath) {
@@ -5496,535 +5521,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5496
5521
  }] }];
5497
5522
  } });
5498
5523
 
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, 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
- 'application/json'
5594
- ];
5595
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5596
- if (httpContentTypeSelected != undefined) {
5597
- headers = headers.set('Content-Type', httpContentTypeSelected);
5598
- }
5599
- return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings`, request, {
5600
- withCredentials: this.configuration.withCredentials,
5601
- headers: headers,
5602
- observe: observe,
5603
- reportProgress: reportProgress
5604
- });
5605
- }
5606
- deleteSettingsUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
5607
- if (id === null || id === undefined) {
5608
- throw new Error('Required parameter id was null or undefined when calling deleteSettingsUsingPOST.');
5609
- }
5610
- let headers = this.defaultHeaders;
5611
- if (reqId !== undefined && reqId !== null) {
5612
- headers = headers.set('reqId', String(reqId));
5613
- }
5614
- if (token !== undefined && token !== null) {
5615
- headers = headers.set('token', String(token));
5616
- }
5617
- // to determine the Accept header
5618
- let httpHeaderAccepts = [
5619
- 'application/json'
5620
- ];
5621
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5622
- if (httpHeaderAcceptSelected != undefined) {
5623
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5624
- }
5625
- // to determine the Content-Type header
5626
- const consumes = [
5627
- 'application/json'
5628
- ];
5629
- return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/archive`, null, {
5630
- withCredentials: this.configuration.withCredentials,
5631
- headers: headers,
5632
- observe: observe,
5633
- reportProgress: reportProgress
5634
- });
5635
- }
5636
- generateSampleUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
5637
- if (request === null || request === undefined) {
5638
- throw new Error('Required parameter request was null or undefined when calling generateSampleUsingPOST.');
5639
- }
5640
- let headers = this.defaultHeaders;
5641
- if (reqId !== undefined && reqId !== null) {
5642
- headers = headers.set('reqId', String(reqId));
5643
- }
5644
- if (token !== undefined && token !== null) {
5645
- headers = headers.set('token', String(token));
5646
- }
5647
- // to determine the Accept header
5648
- let httpHeaderAccepts = [
5649
- 'application/json'
5650
- ];
5651
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5652
- if (httpHeaderAcceptSelected != undefined) {
5653
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5654
- }
5655
- // to determine the Content-Type header
5656
- const consumes = [
5657
- 'application/json'
5658
- ];
5659
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5660
- if (httpContentTypeSelected != undefined) {
5661
- headers = headers.set('Content-Type', httpContentTypeSelected);
5662
- }
5663
- return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/generate-sample`, request, {
5664
- withCredentials: this.configuration.withCredentials,
5665
- headers: headers,
5666
- observe: observe,
5667
- reportProgress: reportProgress
5668
- });
5669
- }
5670
- getBrandGuidelinesUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5671
- if (advertiserId === null || advertiserId === undefined) {
5672
- throw new Error('Required parameter advertiserId was null or undefined when calling getBrandGuidelinesUsingGET.');
5673
- }
5674
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5675
- if (includeInactive !== undefined && includeInactive !== null) {
5676
- queryParameters = queryParameters.set('includeInactive', includeInactive);
5677
- }
5678
- let headers = this.defaultHeaders;
5679
- if (reqId !== undefined && reqId !== null) {
5680
- headers = headers.set('reqId', String(reqId));
5681
- }
5682
- if (token !== undefined && token !== null) {
5683
- headers = headers.set('token', String(token));
5684
- }
5685
- // to determine the Accept header
5686
- let httpHeaderAccepts = [
5687
- 'application/json'
5688
- ];
5689
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5690
- if (httpHeaderAcceptSelected != undefined) {
5691
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5692
- }
5693
- // to determine the Content-Type header
5694
- const consumes = [];
5695
- return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/brand-guidelines`, {
5696
- params: queryParameters,
5697
- withCredentials: this.configuration.withCredentials,
5698
- headers: headers,
5699
- observe: observe,
5700
- reportProgress: reportProgress
5701
- });
5702
- }
5703
- getDimensionsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5704
- if (advertiserId === null || advertiserId === undefined) {
5705
- throw new Error('Required parameter advertiserId was null or undefined when calling getDimensionsUsingGET.');
5706
- }
5707
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5708
- if (includeInactive !== undefined && includeInactive !== null) {
5709
- queryParameters = queryParameters.set('includeInactive', includeInactive);
5710
- }
5711
- let headers = this.defaultHeaders;
5712
- if (reqId !== undefined && reqId !== null) {
5713
- headers = headers.set('reqId', String(reqId));
5714
- }
5715
- if (token !== undefined && token !== null) {
5716
- headers = headers.set('token', String(token));
5717
- }
5718
- // to determine the Accept header
5719
- let httpHeaderAccepts = [
5720
- 'application/json'
5721
- ];
5722
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5723
- if (httpHeaderAcceptSelected != undefined) {
5724
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5725
- }
5726
- // to determine the Content-Type header
5727
- const consumes = [];
5728
- return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/dimensions`, {
5729
- params: queryParameters,
5730
- withCredentials: this.configuration.withCredentials,
5731
- headers: headers,
5732
- observe: observe,
5733
- reportProgress: reportProgress
5734
- });
5735
- }
5736
- getFeedKeysUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
5737
- if (advertiserId === null || advertiserId === undefined) {
5738
- throw new Error('Required parameter advertiserId was null or undefined when calling getFeedKeysUsingGET.');
5739
- }
5740
- let headers = this.defaultHeaders;
5741
- if (reqId !== undefined && reqId !== null) {
5742
- headers = headers.set('reqId', String(reqId));
5743
- }
5744
- if (token !== undefined && token !== null) {
5745
- headers = headers.set('token', String(token));
5746
- }
5747
- // to determine the Accept header
5748
- let httpHeaderAccepts = [
5749
- 'application/json'
5750
- ];
5751
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5752
- if (httpHeaderAcceptSelected != undefined) {
5753
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5754
- }
5755
- // to determine the Content-Type header
5756
- const consumes = [];
5757
- return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/advertiser/${encodeURIComponent(String(advertiserId))}/feed-keys`, {
5758
- withCredentials: this.configuration.withCredentials,
5759
- headers: headers,
5760
- observe: observe,
5761
- reportProgress: reportProgress
5762
- });
5763
- }
5764
- getGeneratedVideoCountUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
5765
- if (id === null || id === undefined) {
5766
- throw new Error('Required parameter id was null or undefined when calling getGeneratedVideoCountUsingGET.');
5767
- }
5768
- let headers = this.defaultHeaders;
5769
- if (reqId !== undefined && reqId !== null) {
5770
- headers = headers.set('reqId', String(reqId));
5771
- }
5772
- if (token !== undefined && token !== null) {
5773
- headers = headers.set('token', String(token));
5774
- }
5775
- // to determine the Accept header
5776
- let httpHeaderAccepts = [
5777
- 'application/json'
5778
- ];
5779
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5780
- if (httpHeaderAcceptSelected != undefined) {
5781
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5782
- }
5783
- // to determine the Content-Type header
5784
- const consumes = [];
5785
- return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}/generated-video-count`, {
5786
- withCredentials: this.configuration.withCredentials,
5787
- headers: headers,
5788
- observe: observe,
5789
- reportProgress: reportProgress
5790
- });
5791
- }
5792
- getSettingsUsingGET(advertiserId, includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5793
- if (advertiserId === null || advertiserId === undefined) {
5794
- throw new Error('Required parameter advertiserId was null or undefined when calling getSettingsUsingGET.');
5795
- }
5796
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5797
- if (includeInactive !== undefined && includeInactive !== null) {
5798
- queryParameters = queryParameters.set('includeInactive', includeInactive);
5799
- }
5800
- let headers = this.defaultHeaders;
5801
- if (reqId !== undefined && reqId !== null) {
5802
- headers = headers.set('reqId', String(reqId));
5803
- }
5804
- if (token !== undefined && token !== null) {
5805
- headers = headers.set('token', String(token));
5806
- }
5807
- // to determine the Accept header
5808
- let httpHeaderAccepts = [
5809
- 'application/json'
5810
- ];
5811
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5812
- if (httpHeaderAcceptSelected != undefined) {
5813
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5814
- }
5815
- // to determine the Content-Type header
5816
- const consumes = [];
5817
- return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(advertiserId))}`, {
5818
- params: queryParameters,
5819
- withCredentials: this.configuration.withCredentials,
5820
- headers: headers,
5821
- observe: observe,
5822
- reportProgress: reportProgress
5823
- });
5824
- }
5825
- getTemplatesUsingGET(advertiserId, hasBackgroundImage, hasPromoBanner, hasPromoVideo, reqId, token, observe = 'body', reportProgress = false) {
5826
- if (advertiserId === null || advertiserId === undefined) {
5827
- throw new Error('Required parameter advertiserId was null or undefined when calling getTemplatesUsingGET.');
5828
- }
5829
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5830
- if (advertiserId !== undefined && advertiserId !== null) {
5831
- queryParameters = queryParameters.set('advertiserId', advertiserId);
5832
- }
5833
- if (hasBackgroundImage !== undefined && hasBackgroundImage !== null) {
5834
- queryParameters = queryParameters.set('hasBackgroundImage', hasBackgroundImage);
5835
- }
5836
- if (hasPromoBanner !== undefined && hasPromoBanner !== null) {
5837
- queryParameters = queryParameters.set('hasPromoBanner', hasPromoBanner);
5838
- }
5839
- if (hasPromoVideo !== undefined && hasPromoVideo !== null) {
5840
- queryParameters = queryParameters.set('hasPromoVideo', hasPromoVideo);
5841
- }
5842
- let headers = this.defaultHeaders;
5843
- if (reqId !== undefined && reqId !== null) {
5844
- headers = headers.set('reqId', String(reqId));
5845
- }
5846
- if (token !== undefined && token !== null) {
5847
- headers = headers.set('token', String(token));
5848
- }
5849
- // to determine the Accept header
5850
- let httpHeaderAccepts = [
5851
- 'application/json'
5852
- ];
5853
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5854
- if (httpHeaderAcceptSelected != undefined) {
5855
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5856
- }
5857
- // to determine the Content-Type header
5858
- const consumes = [];
5859
- return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/templates`, {
5860
- params: queryParameters,
5861
- withCredentials: this.configuration.withCredentials,
5862
- headers: headers,
5863
- observe: observe,
5864
- reportProgress: reportProgress
5865
- });
5866
- }
5867
- listMusicTracksUsingGET(includeInactive, reqId, token, observe = 'body', reportProgress = false) {
5868
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5869
- if (includeInactive !== undefined && includeInactive !== null) {
5870
- queryParameters = queryParameters.set('includeInactive', includeInactive);
5871
- }
5872
- let headers = this.defaultHeaders;
5873
- if (reqId !== undefined && reqId !== null) {
5874
- headers = headers.set('reqId', String(reqId));
5875
- }
5876
- if (token !== undefined && token !== null) {
5877
- headers = headers.set('token', String(token));
5878
- }
5879
- // to determine the Accept header
5880
- let httpHeaderAccepts = [
5881
- 'application/json'
5882
- ];
5883
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5884
- if (httpHeaderAcceptSelected != undefined) {
5885
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5886
- }
5887
- // to determine the Content-Type header
5888
- const consumes = [];
5889
- return this.httpClient.get(`${this.basePath}/v2/api/dcovideo/music-tracks`, {
5890
- params: queryParameters,
5891
- withCredentials: this.configuration.withCredentials,
5892
- headers: headers,
5893
- observe: observe,
5894
- reportProgress: reportProgress
5895
- });
5896
- }
5897
- updateSettingsUsingPOST(id, request, regenerateSample, reqId, token, observe = 'body', reportProgress = false) {
5898
- if (id === null || id === undefined) {
5899
- throw new Error('Required parameter id was null or undefined when calling updateSettingsUsingPOST.');
5900
- }
5901
- if (request === null || request === undefined) {
5902
- throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
5903
- }
5904
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5905
- if (regenerateSample !== undefined && regenerateSample !== null) {
5906
- queryParameters = queryParameters.set('regenerateSample', regenerateSample);
5907
- }
5908
- let headers = this.defaultHeaders;
5909
- if (reqId !== undefined && reqId !== null) {
5910
- headers = headers.set('reqId', String(reqId));
5911
- }
5912
- if (token !== undefined && token !== null) {
5913
- headers = headers.set('token', String(token));
5914
- }
5915
- // to determine the Accept header
5916
- let httpHeaderAccepts = [
5917
- 'application/json'
5918
- ];
5919
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5920
- if (httpHeaderAcceptSelected != undefined) {
5921
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5922
- }
5923
- // to determine the Content-Type header
5924
- const consumes = [
5925
- 'application/json'
5926
- ];
5927
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5928
- if (httpContentTypeSelected != undefined) {
5929
- headers = headers.set('Content-Type', httpContentTypeSelected);
5930
- }
5931
- return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, request, {
5932
- params: queryParameters,
5933
- withCredentials: this.configuration.withCredentials,
5934
- headers: headers,
5935
- observe: observe,
5936
- reportProgress: reportProgress
5937
- });
5938
- }
5939
- uploadStagingAssetsUsingPOST(advertiserId, templateId, file_BACKGROUND_IMAGE, file_PROMO_BANNER, file_PROMO_MUSIC, file_PROMO_VIDEO, reqId, token, observe = 'body', reportProgress = false) {
5940
- if (advertiserId === null || advertiserId === undefined) {
5941
- throw new Error('Required parameter advertiserId was null or undefined when calling uploadStagingAssetsUsingPOST.');
5942
- }
5943
- if (templateId === null || templateId === undefined) {
5944
- throw new Error('Required parameter templateId was null or undefined when calling uploadStagingAssetsUsingPOST.');
5945
- }
5946
- let headers = this.defaultHeaders;
5947
- if (reqId !== undefined && reqId !== null) {
5948
- headers = headers.set('reqId', String(reqId));
5949
- }
5950
- if (token !== undefined && token !== null) {
5951
- headers = headers.set('token', String(token));
5952
- }
5953
- // to determine the Accept header
5954
- let httpHeaderAccepts = [
5955
- 'application/json'
5956
- ];
5957
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5958
- if (httpHeaderAcceptSelected != undefined) {
5959
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5960
- }
5961
- // to determine the Content-Type header
5962
- const consumes = [
5963
- 'multipart/form-data'
5964
- ];
5965
- const canConsumeForm = this.canConsumeForm(consumes);
5966
- let formParams;
5967
- let useForm = false;
5968
- let convertFormParamsToString = false;
5969
- // use FormData to transmit files using content-type "multipart/form-data"
5970
- // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5971
- useForm = canConsumeForm;
5972
- // use FormData to transmit files using content-type "multipart/form-data"
5973
- // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5974
- useForm = canConsumeForm;
5975
- // use FormData to transmit files using content-type "multipart/form-data"
5976
- // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5977
- useForm = canConsumeForm;
5978
- // use FormData to transmit files using content-type "multipart/form-data"
5979
- // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5980
- useForm = canConsumeForm;
5981
- if (useForm) {
5982
- formParams = new FormData();
5983
- }
5984
- else {
5985
- formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5986
- }
5987
- if (advertiserId !== undefined) {
5988
- formParams = formParams.append('advertiserId', advertiserId) || formParams;
5989
- }
5990
- if (file_BACKGROUND_IMAGE !== undefined) {
5991
- formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
5992
- }
5993
- if (file_PROMO_BANNER !== undefined) {
5994
- formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
5995
- }
5996
- if (file_PROMO_MUSIC !== undefined) {
5997
- formParams = formParams.append('file_PROMO_MUSIC', file_PROMO_MUSIC) || formParams;
5998
- }
5999
- if (file_PROMO_VIDEO !== undefined) {
6000
- formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
6001
- }
6002
- if (templateId !== undefined) {
6003
- formParams = formParams.append('templateId', templateId) || formParams;
6004
- }
6005
- return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/assets/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
6006
- withCredentials: this.configuration.withCredentials,
6007
- headers: headers,
6008
- observe: observe,
6009
- reportProgress: reportProgress
6010
- });
6011
- }
6012
- }
6013
- 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 });
6014
- DCOVideoSettingsControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService });
6015
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
6016
- type: Injectable
6017
- }], ctorParameters: function () {
6018
- return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
6019
- type: Optional
6020
- }, {
6021
- type: Inject,
6022
- args: [BASE_PATH]
6023
- }] }, { type: Configuration, decorators: [{
6024
- type: Optional
6025
- }] }];
6026
- } });
6027
-
6028
5524
  /**
6029
5525
  * Api Documentation
6030
5526
  * Api Documentation
@@ -6040,7 +5536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6040
5536
  class DashboardControllerService {
6041
5537
  constructor(httpClient, basePath, configuration) {
6042
5538
  this.httpClient = httpClient;
6043
- this.basePath = 'https://apiv2stage7.atomex.net';
5539
+ this.basePath = 'https://apiv2stage1.atomex.net';
6044
5540
  this.defaultHeaders = new HttpHeaders();
6045
5541
  this.configuration = new Configuration();
6046
5542
  if (basePath) {
@@ -6700,7 +6196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6700
6196
  class ExperimentsControllerService {
6701
6197
  constructor(httpClient, basePath, configuration) {
6702
6198
  this.httpClient = httpClient;
6703
- this.basePath = 'https://apiv2stage7.atomex.net';
6199
+ this.basePath = 'https://apiv2stage1.atomex.net';
6704
6200
  this.defaultHeaders = new HttpHeaders();
6705
6201
  this.configuration = new Configuration();
6706
6202
  if (basePath) {
@@ -7429,7 +6925,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7429
6925
  class NotificationsControllerService {
7430
6926
  constructor(httpClient, basePath, configuration) {
7431
6927
  this.httpClient = httpClient;
7432
- this.basePath = 'https://apiv2stage7.atomex.net';
6928
+ this.basePath = 'https://apiv2stage1.atomex.net';
7433
6929
  this.defaultHeaders = new HttpHeaders();
7434
6930
  this.configuration = new Configuration();
7435
6931
  if (basePath) {
@@ -7644,7 +7140,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7644
7140
  class PixelControllerService {
7645
7141
  constructor(httpClient, basePath, configuration) {
7646
7142
  this.httpClient = httpClient;
7647
- this.basePath = 'https://apiv2stage7.atomex.net';
7143
+ this.basePath = 'https://apiv2stage1.atomex.net';
7648
7144
  this.defaultHeaders = new HttpHeaders();
7649
7145
  this.configuration = new Configuration();
7650
7146
  if (basePath) {
@@ -7953,7 +7449,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7953
7449
  class ReportControllerService {
7954
7450
  constructor(httpClient, basePath, configuration) {
7955
7451
  this.httpClient = httpClient;
7956
- this.basePath = 'https://apiv2stage7.atomex.net';
7452
+ this.basePath = 'https://apiv2stage1.atomex.net';
7957
7453
  this.defaultHeaders = new HttpHeaders();
7958
7454
  this.configuration = new Configuration();
7959
7455
  if (basePath) {
@@ -8092,7 +7588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8092
7588
  class ReportingControllerService {
8093
7589
  constructor(httpClient, basePath, configuration) {
8094
7590
  this.httpClient = httpClient;
8095
- this.basePath = 'https://apiv2stage7.atomex.net';
7591
+ this.basePath = 'https://apiv2stage1.atomex.net';
8096
7592
  this.defaultHeaders = new HttpHeaders();
8097
7593
  this.configuration = new Configuration();
8098
7594
  if (basePath) {
@@ -8264,7 +7760,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8264
7760
  class ReportingSchedulerControllerService {
8265
7761
  constructor(httpClient, basePath, configuration) {
8266
7762
  this.httpClient = httpClient;
8267
- this.basePath = 'https://apiv2stage7.atomex.net';
7763
+ this.basePath = 'https://apiv2stage1.atomex.net';
8268
7764
  this.defaultHeaders = new HttpHeaders();
8269
7765
  this.configuration = new Configuration();
8270
7766
  if (basePath) {
@@ -8581,7 +8077,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8581
8077
  class SafeguardControllerService {
8582
8078
  constructor(httpClient, basePath, configuration) {
8583
8079
  this.httpClient = httpClient;
8584
- this.basePath = 'https://apiv2stage7.atomex.net';
8080
+ this.basePath = 'https://apiv2stage1.atomex.net';
8585
8081
  this.defaultHeaders = new HttpHeaders();
8586
8082
  this.configuration = new Configuration();
8587
8083
  if (basePath) {
@@ -9077,7 +8573,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9077
8573
  class SliceXControllerService {
9078
8574
  constructor(httpClient, basePath, configuration) {
9079
8575
  this.httpClient = httpClient;
9080
- this.basePath = 'https://apiv2stage7.atomex.net';
8576
+ this.basePath = 'https://apiv2stage1.atomex.net';
9081
8577
  this.defaultHeaders = new HttpHeaders();
9082
8578
  this.configuration = new Configuration();
9083
8579
  if (basePath) {
@@ -9483,7 +8979,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9483
8979
  class StrategyControllerService {
9484
8980
  constructor(httpClient, basePath, configuration) {
9485
8981
  this.httpClient = httpClient;
9486
- this.basePath = 'https://apiv2stage7.atomex.net';
8982
+ this.basePath = 'https://apiv2stage1.atomex.net';
9487
8983
  this.defaultHeaders = new HttpHeaders();
9488
8984
  this.configuration = new Configuration();
9489
8985
  if (basePath) {
@@ -10687,7 +10183,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10687
10183
  class StrategyTemplateControllerService {
10688
10184
  constructor(httpClient, basePath, configuration) {
10689
10185
  this.httpClient = httpClient;
10690
- this.basePath = 'https://apiv2stage7.atomex.net';
10186
+ this.basePath = 'https://apiv2stage1.atomex.net';
10691
10187
  this.defaultHeaders = new HttpHeaders();
10692
10188
  this.configuration = new Configuration();
10693
10189
  if (basePath) {
@@ -10811,7 +10307,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10811
10307
  class UILoggerControllerService {
10812
10308
  constructor(httpClient, basePath, configuration) {
10813
10309
  this.httpClient = httpClient;
10814
- this.basePath = 'https://apiv2stage7.atomex.net';
10310
+ this.basePath = 'https://apiv2stage1.atomex.net';
10815
10311
  this.defaultHeaders = new HttpHeaders();
10816
10312
  this.configuration = new Configuration();
10817
10313
  if (basePath) {
@@ -10905,7 +10401,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10905
10401
  class UserPreferenceControllerService {
10906
10402
  constructor(httpClient, basePath, configuration) {
10907
10403
  this.httpClient = httpClient;
10908
- this.basePath = 'https://apiv2stage7.atomex.net';
10404
+ this.basePath = 'https://apiv2stage1.atomex.net';
10909
10405
  this.defaultHeaders = new HttpHeaders();
10910
10406
  this.configuration = new Configuration();
10911
10407
  if (basePath) {
@@ -11066,7 +10562,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11066
10562
  }] }];
11067
10563
  } });
11068
10564
 
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];
10565
+ const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, ExperimentsControllerService, NotificationsControllerService, PixelControllerService, ReportControllerService, ReportingControllerService, ReportingSchedulerControllerService, SafeguardControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
11070
10566
 
11071
10567
  var ABTestingDTO;
11072
10568
  (function (ABTestingDTO) {
@@ -11803,25 +11299,6 @@ var DcoAttributesDTO;
11803
11299
  };
11804
11300
  })(DcoAttributesDTO || (DcoAttributesDTO = {}));
11805
11301
 
11806
- /**
11807
- * Api Documentation
11808
- * Api Documentation
11809
- *
11810
- * OpenAPI spec version: 1.0
11811
- *
11812
- *
11813
- * NOTE: This class is auto generated by the swagger code generator program.
11814
- * https://github.com/swagger-api/swagger-codegen.git
11815
- * Do not edit the class manually.
11816
- */
11817
- var DcoVideoAssetDTO;
11818
- (function (DcoVideoAssetDTO) {
11819
- DcoVideoAssetDTO.EndCardTypeEnum = {
11820
- IMAGE: 'IMAGE',
11821
- HTML: 'HTML'
11822
- };
11823
- })(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
11824
-
11825
11302
  /**
11826
11303
  * Api Documentation
11827
11304
  * Api Documentation
@@ -12823,7 +12300,6 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
12823
12300
  CreativeTemplateVariablesControllerService,
12824
12301
  CreativeTemplatesControllerService,
12825
12302
  CustomerReportingControllerService,
12826
- DCOVideoSettingsControllerService,
12827
12303
  DashboardControllerService,
12828
12304
  ExperimentsControllerService,
12829
12305
  NotificationsControllerService,
@@ -12863,7 +12339,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
12863
12339
  CreativeTemplateVariablesControllerService,
12864
12340
  CreativeTemplatesControllerService,
12865
12341
  CustomerReportingControllerService,
12866
- DCOVideoSettingsControllerService,
12867
12342
  DashboardControllerService,
12868
12343
  ExperimentsControllerService,
12869
12344
  NotificationsControllerService,
@@ -12893,5 +12368,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
12893
12368
  * Generated bundle index. Do not edit.
12894
12369
  */
12895
12370
 
12896
- 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 };
12371
+ export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerControllerService, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeEntity, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, EndCards, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, JsonNode, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, PlatformClickSigningConfig, RecencyTargetingDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SafeguardBlockedItemDTO, SafeguardControllerService, SafeguardDetail, SafeguardExclusionDTO, SafeguardRequestDTO, SafeguardResponseDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
12897
12372
  //# sourceMappingURL=revxui-api-clients-ts.mjs.map