@revxui/api-clients-ts 1.1.469 → 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 (126) 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 -35
  40. package/esm2020/model/safeguardBlockedItemDTO.mjs +2 -5
  41. package/esm2020/model/safeguardDetail.mjs +3 -2
  42. package/esm2020/model/safeguardExclusionDTO.mjs +3 -2
  43. package/esm2020/model/safeguardRequestDTO.mjs +3 -2
  44. package/esm2020/model/safeguardResponseDTO.mjs +3 -2
  45. package/fesm2015/revxui-api-clients-ts.mjs +67 -561
  46. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  47. package/fesm2020/revxui-api-clients-ts.mjs +113 -773
  48. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  49. package/model/{apiResponseObjectDcoVideoSettingsDTO.d.ts → apiResponseObjectApiListResponseBaseModel.d.ts} +3 -3
  50. package/model/dynamicVideoTemplate.d.ts +0 -4
  51. package/model/models.d.ts +1 -34
  52. package/model/safeguardBlockedItemDTO.d.ts +2 -5
  53. package/model/safeguardDetail.d.ts +4 -1
  54. package/model/safeguardExclusionDTO.d.ts +2 -1
  55. package/model/safeguardRequestDTO.d.ts +3 -1
  56. package/model/safeguardResponseDTO.d.ts +3 -1
  57. package/package.json +1 -1
  58. package/api/dCOVideoSettingsController.service.d.ts +0 -190
  59. package/esm2020/api/dCOVideoSettingsController.service.mjs +0 -505
  60. package/esm2020/model/apiResponseObjectDcoVideoActivateResponse.mjs +0 -2
  61. package/esm2020/model/apiResponseObjectDcoVideoAssetUploadResponse.mjs +0 -2
  62. package/esm2020/model/apiResponseObjectDcoVideoDeleteResponse.mjs +0 -2
  63. package/esm2020/model/apiResponseObjectDcoVideoGenerateSampleResponse.mjs +0 -2
  64. package/esm2020/model/apiResponseObjectDcoVideoGeneratedCountResponse.mjs +0 -2
  65. package/esm2020/model/apiResponseObjectDcoVideoSettingsDTO.mjs +0 -2
  66. package/esm2020/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.mjs +0 -2
  67. package/esm2020/model/apiResponseObjectListDcoVideoDimensionDTO.mjs +0 -2
  68. package/esm2020/model/apiResponseObjectListDcoVideoSettingsDTO.mjs +0 -2
  69. package/esm2020/model/apiResponseObjectListDcoVideoTemplateDTO.mjs +0 -2
  70. package/esm2020/model/apiResponseObjectListstring.mjs +0 -13
  71. package/esm2020/model/dcoVideoActivateRequest.mjs +0 -13
  72. package/esm2020/model/dcoVideoActivateResponse.mjs +0 -13
  73. package/esm2020/model/dcoVideoAssetDTO.mjs +0 -19
  74. package/esm2020/model/dcoVideoAssetUploadResponse.mjs +0 -2
  75. package/esm2020/model/dcoVideoBrandGuidelineDTO.mjs +0 -13
  76. package/esm2020/model/dcoVideoCatalogItemDTO.mjs +0 -13
  77. package/esm2020/model/dcoVideoDeleteResponse.mjs +0 -13
  78. package/esm2020/model/dcoVideoDimensionDTO.mjs +0 -13
  79. package/esm2020/model/dcoVideoGenerateSampleRequest.mjs +0 -2
  80. package/esm2020/model/dcoVideoGenerateSampleResponse.mjs +0 -2
  81. package/esm2020/model/dcoVideoGeneratedCountResponse.mjs +0 -13
  82. package/esm2020/model/dcoVideoSettingsCreateRequest.mjs +0 -2
  83. package/esm2020/model/dcoVideoSettingsDTO.mjs +0 -2
  84. package/esm2020/model/dcoVideoSettingsUpdateRequest.mjs +0 -2
  85. package/esm2020/model/dcoVideoTemplateDTO.mjs +0 -2
  86. package/esm2020/model/dcoVideoTemplateRequirementsDTO.mjs +0 -13
  87. package/esm2020/model/dcoVideoUploadedAssetDTO.mjs +0 -13
  88. package/esm2020/model/inputStream.mjs +0 -13
  89. package/esm2020/model/modelFile.mjs +0 -13
  90. package/esm2020/model/resource.mjs +0 -2
  91. package/esm2020/model/uRI.mjs +0 -13
  92. package/esm2020/model/uRL.mjs +0 -2
  93. package/esm2020/model/uRLStreamHandler.mjs +0 -13
  94. package/model/apiResponseObjectDcoVideoActivateResponse.d.ts +0 -17
  95. package/model/apiResponseObjectDcoVideoAssetUploadResponse.d.ts +0 -17
  96. package/model/apiResponseObjectDcoVideoDeleteResponse.d.ts +0 -17
  97. package/model/apiResponseObjectDcoVideoGenerateSampleResponse.d.ts +0 -17
  98. package/model/apiResponseObjectDcoVideoGeneratedCountResponse.d.ts +0 -17
  99. package/model/apiResponseObjectListDcoVideoBrandGuidelineDTO.d.ts +0 -17
  100. package/model/apiResponseObjectListDcoVideoDimensionDTO.d.ts +0 -17
  101. package/model/apiResponseObjectListDcoVideoSettingsDTO.d.ts +0 -17
  102. package/model/apiResponseObjectListDcoVideoTemplateDTO.d.ts +0 -17
  103. package/model/apiResponseObjectListstring.d.ts +0 -16
  104. package/model/dcoVideoActivateRequest.d.ts +0 -15
  105. package/model/dcoVideoActivateResponse.d.ts +0 -18
  106. package/model/dcoVideoAssetDTO.d.ts +0 -31
  107. package/model/dcoVideoAssetUploadResponse.d.ts +0 -17
  108. package/model/dcoVideoBrandGuidelineDTO.d.ts +0 -16
  109. package/model/dcoVideoCatalogItemDTO.d.ts +0 -16
  110. package/model/dcoVideoDeleteResponse.d.ts +0 -17
  111. package/model/dcoVideoDimensionDTO.d.ts +0 -15
  112. package/model/dcoVideoGenerateSampleRequest.d.ts +0 -20
  113. package/model/dcoVideoGenerateSampleResponse.d.ts +0 -29
  114. package/model/dcoVideoGeneratedCountResponse.d.ts +0 -24
  115. package/model/dcoVideoSettingsCreateRequest.d.ts +0 -20
  116. package/model/dcoVideoSettingsDTO.d.ts +0 -31
  117. package/model/dcoVideoSettingsUpdateRequest.d.ts +0 -19
  118. package/model/dcoVideoTemplateDTO.d.ts +0 -25
  119. package/model/dcoVideoTemplateRequirementsDTO.d.ts +0 -17
  120. package/model/dcoVideoUploadedAssetDTO.d.ts +0 -15
  121. package/model/inputStream.d.ts +0 -13
  122. package/model/modelFile.d.ts +0 -32
  123. package/model/resource.d.ts +0 -24
  124. package/model/uRI.d.ts +0 -30
  125. package/model/uRL.d.ts +0 -27
  126. 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,505 +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
- updateSettingsUsingPOST(id, request, regenerateSample, reqId, token, observe = 'body', reportProgress = false) {
5868
- if (id === null || id === undefined) {
5869
- throw new Error('Required parameter id was null or undefined when calling updateSettingsUsingPOST.');
5870
- }
5871
- if (request === null || request === undefined) {
5872
- throw new Error('Required parameter request was null or undefined when calling updateSettingsUsingPOST.');
5873
- }
5874
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5875
- if (regenerateSample !== undefined && regenerateSample !== null) {
5876
- queryParameters = queryParameters.set('regenerateSample', regenerateSample);
5877
- }
5878
- let headers = this.defaultHeaders;
5879
- if (reqId !== undefined && reqId !== null) {
5880
- headers = headers.set('reqId', String(reqId));
5881
- }
5882
- if (token !== undefined && token !== null) {
5883
- headers = headers.set('token', String(token));
5884
- }
5885
- // to determine the Accept header
5886
- let httpHeaderAccepts = [
5887
- 'application/json'
5888
- ];
5889
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5890
- if (httpHeaderAcceptSelected != undefined) {
5891
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5892
- }
5893
- // to determine the Content-Type header
5894
- const consumes = [
5895
- 'application/json'
5896
- ];
5897
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5898
- if (httpContentTypeSelected != undefined) {
5899
- headers = headers.set('Content-Type', httpContentTypeSelected);
5900
- }
5901
- return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/${encodeURIComponent(String(id))}`, request, {
5902
- params: queryParameters,
5903
- withCredentials: this.configuration.withCredentials,
5904
- headers: headers,
5905
- observe: observe,
5906
- reportProgress: reportProgress
5907
- });
5908
- }
5909
- uploadStagingAssetsUsingPOST(advertiserId, templateId, file_BACKGROUND_IMAGE, file_PROMO_BANNER, file_PROMO_MUSIC, file_PROMO_VIDEO, reqId, token, observe = 'body', reportProgress = false) {
5910
- if (advertiserId === null || advertiserId === undefined) {
5911
- throw new Error('Required parameter advertiserId was null or undefined when calling uploadStagingAssetsUsingPOST.');
5912
- }
5913
- if (templateId === null || templateId === undefined) {
5914
- throw new Error('Required parameter templateId was null or undefined when calling uploadStagingAssetsUsingPOST.');
5915
- }
5916
- let headers = this.defaultHeaders;
5917
- if (reqId !== undefined && reqId !== null) {
5918
- headers = headers.set('reqId', String(reqId));
5919
- }
5920
- if (token !== undefined && token !== null) {
5921
- headers = headers.set('token', String(token));
5922
- }
5923
- // to determine the Accept header
5924
- let httpHeaderAccepts = [
5925
- 'application/json'
5926
- ];
5927
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5928
- if (httpHeaderAcceptSelected != undefined) {
5929
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5930
- }
5931
- // to determine the Content-Type header
5932
- const consumes = [
5933
- 'multipart/form-data'
5934
- ];
5935
- const canConsumeForm = this.canConsumeForm(consumes);
5936
- let formParams;
5937
- let useForm = false;
5938
- let convertFormParamsToString = false;
5939
- // use FormData to transmit files using content-type "multipart/form-data"
5940
- // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5941
- useForm = canConsumeForm;
5942
- // use FormData to transmit files using content-type "multipart/form-data"
5943
- // see https://stackoverflow.com/questions/4007969/application-x-www-form-urlencoded-or-multipart-form-data
5944
- useForm = canConsumeForm;
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
- if (useForm) {
5952
- formParams = new FormData();
5953
- }
5954
- else {
5955
- formParams = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5956
- }
5957
- if (advertiserId !== undefined) {
5958
- formParams = formParams.append('advertiserId', advertiserId) || formParams;
5959
- }
5960
- if (file_BACKGROUND_IMAGE !== undefined) {
5961
- formParams = formParams.append('file_BACKGROUND_IMAGE', file_BACKGROUND_IMAGE) || formParams;
5962
- }
5963
- if (file_PROMO_BANNER !== undefined) {
5964
- formParams = formParams.append('file_PROMO_BANNER', file_PROMO_BANNER) || formParams;
5965
- }
5966
- if (file_PROMO_MUSIC !== undefined) {
5967
- formParams = formParams.append('file_PROMO_MUSIC', file_PROMO_MUSIC) || formParams;
5968
- }
5969
- if (file_PROMO_VIDEO !== undefined) {
5970
- formParams = formParams.append('file_PROMO_VIDEO', file_PROMO_VIDEO) || formParams;
5971
- }
5972
- if (templateId !== undefined) {
5973
- formParams = formParams.append('templateId', templateId) || formParams;
5974
- }
5975
- return this.httpClient.post(`${this.basePath}/v2/api/dcovideo/settings/assets/upload`, convertFormParamsToString ? formParams.toString() : formParams, {
5976
- withCredentials: this.configuration.withCredentials,
5977
- headers: headers,
5978
- observe: observe,
5979
- reportProgress: reportProgress
5980
- });
5981
- }
5982
- }
5983
- 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 });
5984
- DCOVideoSettingsControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService });
5985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DCOVideoSettingsControllerService, decorators: [{
5986
- type: Injectable
5987
- }], ctorParameters: function () {
5988
- return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
5989
- type: Optional
5990
- }, {
5991
- type: Inject,
5992
- args: [BASE_PATH]
5993
- }] }, { type: Configuration, decorators: [{
5994
- type: Optional
5995
- }] }];
5996
- } });
5997
-
5998
5524
  /**
5999
5525
  * Api Documentation
6000
5526
  * Api Documentation
@@ -6010,7 +5536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6010
5536
  class DashboardControllerService {
6011
5537
  constructor(httpClient, basePath, configuration) {
6012
5538
  this.httpClient = httpClient;
6013
- this.basePath = 'https://apiv2stage7.atomex.net';
5539
+ this.basePath = 'https://apiv2stage1.atomex.net';
6014
5540
  this.defaultHeaders = new HttpHeaders();
6015
5541
  this.configuration = new Configuration();
6016
5542
  if (basePath) {
@@ -6670,7 +6196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6670
6196
  class ExperimentsControllerService {
6671
6197
  constructor(httpClient, basePath, configuration) {
6672
6198
  this.httpClient = httpClient;
6673
- this.basePath = 'https://apiv2stage7.atomex.net';
6199
+ this.basePath = 'https://apiv2stage1.atomex.net';
6674
6200
  this.defaultHeaders = new HttpHeaders();
6675
6201
  this.configuration = new Configuration();
6676
6202
  if (basePath) {
@@ -7399,7 +6925,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7399
6925
  class NotificationsControllerService {
7400
6926
  constructor(httpClient, basePath, configuration) {
7401
6927
  this.httpClient = httpClient;
7402
- this.basePath = 'https://apiv2stage7.atomex.net';
6928
+ this.basePath = 'https://apiv2stage1.atomex.net';
7403
6929
  this.defaultHeaders = new HttpHeaders();
7404
6930
  this.configuration = new Configuration();
7405
6931
  if (basePath) {
@@ -7614,7 +7140,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7614
7140
  class PixelControllerService {
7615
7141
  constructor(httpClient, basePath, configuration) {
7616
7142
  this.httpClient = httpClient;
7617
- this.basePath = 'https://apiv2stage7.atomex.net';
7143
+ this.basePath = 'https://apiv2stage1.atomex.net';
7618
7144
  this.defaultHeaders = new HttpHeaders();
7619
7145
  this.configuration = new Configuration();
7620
7146
  if (basePath) {
@@ -7923,7 +7449,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7923
7449
  class ReportControllerService {
7924
7450
  constructor(httpClient, basePath, configuration) {
7925
7451
  this.httpClient = httpClient;
7926
- this.basePath = 'https://apiv2stage7.atomex.net';
7452
+ this.basePath = 'https://apiv2stage1.atomex.net';
7927
7453
  this.defaultHeaders = new HttpHeaders();
7928
7454
  this.configuration = new Configuration();
7929
7455
  if (basePath) {
@@ -8062,7 +7588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8062
7588
  class ReportingControllerService {
8063
7589
  constructor(httpClient, basePath, configuration) {
8064
7590
  this.httpClient = httpClient;
8065
- this.basePath = 'https://apiv2stage7.atomex.net';
7591
+ this.basePath = 'https://apiv2stage1.atomex.net';
8066
7592
  this.defaultHeaders = new HttpHeaders();
8067
7593
  this.configuration = new Configuration();
8068
7594
  if (basePath) {
@@ -8234,7 +7760,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8234
7760
  class ReportingSchedulerControllerService {
8235
7761
  constructor(httpClient, basePath, configuration) {
8236
7762
  this.httpClient = httpClient;
8237
- this.basePath = 'https://apiv2stage7.atomex.net';
7763
+ this.basePath = 'https://apiv2stage1.atomex.net';
8238
7764
  this.defaultHeaders = new HttpHeaders();
8239
7765
  this.configuration = new Configuration();
8240
7766
  if (basePath) {
@@ -8551,7 +8077,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8551
8077
  class SafeguardControllerService {
8552
8078
  constructor(httpClient, basePath, configuration) {
8553
8079
  this.httpClient = httpClient;
8554
- this.basePath = 'https://apiv2stage7.atomex.net';
8080
+ this.basePath = 'https://apiv2stage1.atomex.net';
8555
8081
  this.defaultHeaders = new HttpHeaders();
8556
8082
  this.configuration = new Configuration();
8557
8083
  if (basePath) {
@@ -9047,7 +8573,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9047
8573
  class SliceXControllerService {
9048
8574
  constructor(httpClient, basePath, configuration) {
9049
8575
  this.httpClient = httpClient;
9050
- this.basePath = 'https://apiv2stage7.atomex.net';
8576
+ this.basePath = 'https://apiv2stage1.atomex.net';
9051
8577
  this.defaultHeaders = new HttpHeaders();
9052
8578
  this.configuration = new Configuration();
9053
8579
  if (basePath) {
@@ -9453,7 +8979,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9453
8979
  class StrategyControllerService {
9454
8980
  constructor(httpClient, basePath, configuration) {
9455
8981
  this.httpClient = httpClient;
9456
- this.basePath = 'https://apiv2stage7.atomex.net';
8982
+ this.basePath = 'https://apiv2stage1.atomex.net';
9457
8983
  this.defaultHeaders = new HttpHeaders();
9458
8984
  this.configuration = new Configuration();
9459
8985
  if (basePath) {
@@ -10657,7 +10183,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10657
10183
  class StrategyTemplateControllerService {
10658
10184
  constructor(httpClient, basePath, configuration) {
10659
10185
  this.httpClient = httpClient;
10660
- this.basePath = 'https://apiv2stage7.atomex.net';
10186
+ this.basePath = 'https://apiv2stage1.atomex.net';
10661
10187
  this.defaultHeaders = new HttpHeaders();
10662
10188
  this.configuration = new Configuration();
10663
10189
  if (basePath) {
@@ -10781,7 +10307,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10781
10307
  class UILoggerControllerService {
10782
10308
  constructor(httpClient, basePath, configuration) {
10783
10309
  this.httpClient = httpClient;
10784
- this.basePath = 'https://apiv2stage7.atomex.net';
10310
+ this.basePath = 'https://apiv2stage1.atomex.net';
10785
10311
  this.defaultHeaders = new HttpHeaders();
10786
10312
  this.configuration = new Configuration();
10787
10313
  if (basePath) {
@@ -10875,7 +10401,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10875
10401
  class UserPreferenceControllerService {
10876
10402
  constructor(httpClient, basePath, configuration) {
10877
10403
  this.httpClient = httpClient;
10878
- this.basePath = 'https://apiv2stage7.atomex.net';
10404
+ this.basePath = 'https://apiv2stage1.atomex.net';
10879
10405
  this.defaultHeaders = new HttpHeaders();
10880
10406
  this.configuration = new Configuration();
10881
10407
  if (basePath) {
@@ -11036,7 +10562,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11036
10562
  }] }];
11037
10563
  } });
11038
10564
 
11039
- 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];
11040
10566
 
11041
10567
  var ABTestingDTO;
11042
10568
  (function (ABTestingDTO) {
@@ -11773,25 +11299,6 @@ var DcoAttributesDTO;
11773
11299
  };
11774
11300
  })(DcoAttributesDTO || (DcoAttributesDTO = {}));
11775
11301
 
11776
- /**
11777
- * Api Documentation
11778
- * Api Documentation
11779
- *
11780
- * OpenAPI spec version: 1.0
11781
- *
11782
- *
11783
- * NOTE: This class is auto generated by the swagger code generator program.
11784
- * https://github.com/swagger-api/swagger-codegen.git
11785
- * Do not edit the class manually.
11786
- */
11787
- var DcoVideoAssetDTO;
11788
- (function (DcoVideoAssetDTO) {
11789
- DcoVideoAssetDTO.EndCardTypeEnum = {
11790
- IMAGE: 'IMAGE',
11791
- HTML: 'HTML'
11792
- };
11793
- })(DcoVideoAssetDTO || (DcoVideoAssetDTO = {}));
11794
-
11795
11302
  /**
11796
11303
  * Api Documentation
11797
11304
  * Api Documentation
@@ -12436,11 +11943,8 @@ var RuleDTO;
12436
11943
  var SafeguardBlockedItemDTO;
12437
11944
  (function (SafeguardBlockedItemDTO) {
12438
11945
  SafeguardBlockedItemDTO.StatusEnum = {
12439
- PENDING: 'PENDING',
12440
- INPROGRESS: 'IN_PROGRESS',
12441
- FAILED: 'FAILED',
12442
11946
  SUCCESS: 'SUCCESS',
12443
- PARTIALSUCCESS: 'PARTIAL_SUCCESS'
11947
+ FAILURE: 'FAILURE'
12444
11948
  };
12445
11949
  })(SafeguardBlockedItemDTO || (SafeguardBlockedItemDTO = {}));
12446
11950
 
@@ -12448,7 +11952,8 @@ var SafeguardDetail;
12448
11952
  (function (SafeguardDetail) {
12449
11953
  SafeguardDetail.TargetingScopeEnum = {
12450
11954
  APP: 'APP',
12451
- INVENTORY: 'INVENTORY'
11955
+ INVENTORY: 'INVENTORY',
11956
+ CREATIVE: 'CREATIVE'
12452
11957
  };
12453
11958
  })(SafeguardDetail || (SafeguardDetail = {}));
12454
11959
 
@@ -12456,7 +11961,8 @@ var SafeguardExclusionDTO;
12456
11961
  (function (SafeguardExclusionDTO) {
12457
11962
  SafeguardExclusionDTO.ScopeEnum = {
12458
11963
  APP: 'APP',
12459
- INVENTORY: 'INVENTORY'
11964
+ INVENTORY: 'INVENTORY',
11965
+ CREATIVE: 'CREATIVE'
12460
11966
  };
12461
11967
  })(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
12462
11968
 
@@ -12464,7 +11970,8 @@ var SafeguardRequestDTO;
12464
11970
  (function (SafeguardRequestDTO) {
12465
11971
  SafeguardRequestDTO.TargetingScopeEnum = {
12466
11972
  APP: 'APP',
12467
- INVENTORY: 'INVENTORY'
11973
+ INVENTORY: 'INVENTORY',
11974
+ CREATIVE: 'CREATIVE'
12468
11975
  };
12469
11976
  })(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
12470
11977
 
@@ -12472,7 +11979,8 @@ var SafeguardResponseDTO;
12472
11979
  (function (SafeguardResponseDTO) {
12473
11980
  SafeguardResponseDTO.TargetingScopeEnum = {
12474
11981
  APP: 'APP',
12475
- INVENTORY: 'INVENTORY'
11982
+ INVENTORY: 'INVENTORY',
11983
+ CREATIVE: 'CREATIVE'
12476
11984
  };
12477
11985
  })(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
12478
11986
 
@@ -12792,7 +12300,6 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
12792
12300
  CreativeTemplateVariablesControllerService,
12793
12301
  CreativeTemplatesControllerService,
12794
12302
  CustomerReportingControllerService,
12795
- DCOVideoSettingsControllerService,
12796
12303
  DashboardControllerService,
12797
12304
  ExperimentsControllerService,
12798
12305
  NotificationsControllerService,
@@ -12832,7 +12339,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
12832
12339
  CreativeTemplateVariablesControllerService,
12833
12340
  CreativeTemplatesControllerService,
12834
12341
  CustomerReportingControllerService,
12835
- DCOVideoSettingsControllerService,
12836
12342
  DashboardControllerService,
12837
12343
  ExperimentsControllerService,
12838
12344
  NotificationsControllerService,
@@ -12862,5 +12368,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
12862
12368
  * Generated bundle index. Do not edit.
12863
12369
  */
12864
12370
 
12865
- 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 };
12866
12372
  //# sourceMappingURL=revxui-api-clients-ts.mjs.map