@revxui/api-clients-ts 0.10.144 → 0.10.145

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 (136) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -3
  3. package/api/dashboardController.service.d.ts +18 -33
  4. package/api/notificationsController.service.d.ts +66 -0
  5. package/api/pixelController.service.d.ts +9 -9
  6. package/bundles/revxui-api-clients-ts.umd.js +196 -466
  7. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  8. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  9. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  10. package/esm2015/api/adminController.service.js +2 -2
  11. package/esm2015/api/advertiserController.service.js +2 -2
  12. package/esm2015/api/api.js +4 -4
  13. package/esm2015/api/appSettingsController.service.js +2 -2
  14. package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
  15. package/esm2015/api/audienceController.service.js +2 -2
  16. package/esm2015/api/auditController.service.js +2 -2
  17. package/esm2015/api/bulkStrategyController.service.js +2 -2
  18. package/esm2015/api/cSSThemeController_.service.js +2 -2
  19. package/esm2015/api/campaignController.service.js +2 -2
  20. package/esm2015/api/catalogController.service.js +2 -2
  21. package/esm2015/api/clickDestinationController.service.js +2 -2
  22. package/esm2015/api/creativeController.service.js +2 -2
  23. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  24. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  25. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  26. package/esm2015/api/dashboardController.service.js +5 -46
  27. package/esm2015/api/notificationsController.service.js +160 -0
  28. package/esm2015/api/pixelController.service.js +9 -9
  29. package/esm2015/api/reportingController.service.js +2 -2
  30. package/esm2015/api/sliceXController.service.js +2 -2
  31. package/esm2015/api/strategyController.service.js +2 -2
  32. package/esm2015/api/uILoggerController.service.js +2 -2
  33. package/esm2015/api/userPreferenceController.service.js +2 -2
  34. package/esm2015/api.module.js +3 -3
  35. package/esm2015/model/apiListResponseNotificationResponse.js +1 -0
  36. package/esm2015/model/apiResponseObjectResponseMessage.js +1 -0
  37. package/esm2015/model/creativeCompactDTO.js +1 -1
  38. package/esm2015/model/creativeDTO.js +1 -1
  39. package/esm2015/model/creativeHtmlFile.js +31 -0
  40. package/esm2015/model/creativeHtmlMockupDTO.js +1 -1
  41. package/esm2015/model/creativeMockUpsDTO.js +1 -1
  42. package/esm2015/model/models.js +3 -6
  43. package/esm2015/model/notificationResponse.js +19 -0
  44. package/esm5/api/adminController.service.js +2 -2
  45. package/esm5/api/advertiserController.service.js +2 -2
  46. package/esm5/api/api.js +4 -4
  47. package/esm5/api/appSettingsController.service.js +2 -2
  48. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  49. package/esm5/api/audienceController.service.js +2 -2
  50. package/esm5/api/auditController.service.js +2 -2
  51. package/esm5/api/bulkStrategyController.service.js +2 -2
  52. package/esm5/api/cSSThemeController_.service.js +2 -2
  53. package/esm5/api/campaignController.service.js +2 -2
  54. package/esm5/api/catalogController.service.js +2 -2
  55. package/esm5/api/clickDestinationController.service.js +2 -2
  56. package/esm5/api/creativeController.service.js +2 -2
  57. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  58. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  59. package/esm5/api/creativeTemplatesController.service.js +2 -2
  60. package/esm5/api/dashboardController.service.js +5 -48
  61. package/esm5/api/notificationsController.service.js +178 -0
  62. package/esm5/api/pixelController.service.js +9 -9
  63. package/esm5/api/reportingController.service.js +2 -2
  64. package/esm5/api/sliceXController.service.js +2 -2
  65. package/esm5/api/strategyController.service.js +2 -2
  66. package/esm5/api/uILoggerController.service.js +2 -2
  67. package/esm5/api/userPreferenceController.service.js +2 -2
  68. package/esm5/api.module.js +3 -3
  69. package/esm5/model/apiListResponseNotificationResponse.js +1 -0
  70. package/esm5/model/apiResponseObjectResponseMessage.js +1 -0
  71. package/esm5/model/creativeCompactDTO.js +1 -1
  72. package/esm5/model/creativeDTO.js +1 -1
  73. package/esm5/model/creativeHtmlFile.js +31 -0
  74. package/esm5/model/creativeHtmlMockupDTO.js +1 -1
  75. package/esm5/model/creativeMockUpsDTO.js +1 -1
  76. package/esm5/model/models.js +3 -6
  77. package/esm5/model/notificationResponse.js +19 -0
  78. package/fesm2015/revxui-api-clients-ts.js +180 -440
  79. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  80. package/fesm5/revxui-api-clients-ts.js +197 -467
  81. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  82. package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseNotificationResponse.d.ts} +3 -3
  83. package/model/{apiResponseObjectDashboardMetrics.d.ts → apiResponseObjectResponseMessage.d.ts} +3 -3
  84. package/model/creativeCompactDTO.d.ts +0 -1
  85. package/model/creativeDTO.d.ts +0 -4
  86. package/model/{creativeHtmlFileForSet.d.ts → creativeHtmlFile.d.ts} +3 -6
  87. package/model/creativeHtmlMockupDTO.d.ts +2 -2
  88. package/model/creativeMockUpsDTO.d.ts +2 -2
  89. package/model/models.d.ts +4 -15
  90. package/model/{advertiserLayoutVariables.d.ts → notificationResponse.d.ts} +10 -2
  91. package/package.json +1 -1
  92. package/revxui-api-clients-ts.metadata.json +1 -1
  93. package/api/creativeSetsController.service.d.ts +0 -130
  94. package/esm2015/api/creativeSetsController.service.js +0 -330
  95. package/esm2015/model/advertiserDynamicDetails.js +0 -1
  96. package/esm2015/model/advertiserLayoutVariables.js +0 -12
  97. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  98. package/esm2015/model/apiResponseObjectAdvertiserDynamicDetails.js +0 -1
  99. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  100. package/esm2015/model/apiResponseObjectCreativeSetDetails.js +0 -1
  101. package/esm2015/model/apiResponseObjectCreativeSetResponse.js +0 -1
  102. package/esm2015/model/apiResponseObjectDashboardMetrics.js +0 -1
  103. package/esm2015/model/apiResponseObjectListMapintResponseMessage.js +0 -1
  104. package/esm2015/model/creativeFileForSet.js +0 -20
  105. package/esm2015/model/creativeHtmlFileForSet.js +0 -31
  106. package/esm2015/model/creativeSetDetails.js +0 -16
  107. package/esm2015/model/creativeSetRequest.js +0 -16
  108. package/esm2015/model/creativeSetResponse.js +0 -12
  109. package/esm2015/model/creativeSetsListDashboardData.js +0 -16
  110. package/esm5/api/creativeSetsController.service.js +0 -356
  111. package/esm5/model/advertiserDynamicDetails.js +0 -1
  112. package/esm5/model/advertiserLayoutVariables.js +0 -12
  113. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  114. package/esm5/model/apiResponseObjectAdvertiserDynamicDetails.js +0 -1
  115. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  116. package/esm5/model/apiResponseObjectCreativeSetDetails.js +0 -1
  117. package/esm5/model/apiResponseObjectCreativeSetResponse.js +0 -1
  118. package/esm5/model/apiResponseObjectDashboardMetrics.js +0 -1
  119. package/esm5/model/apiResponseObjectListMapintResponseMessage.js +0 -1
  120. package/esm5/model/creativeFileForSet.js +0 -20
  121. package/esm5/model/creativeHtmlFileForSet.js +0 -31
  122. package/esm5/model/creativeSetDetails.js +0 -16
  123. package/esm5/model/creativeSetRequest.js +0 -16
  124. package/esm5/model/creativeSetResponse.js +0 -12
  125. package/esm5/model/creativeSetsListDashboardData.js +0 -16
  126. package/model/advertiserDynamicDetails.d.ts +0 -18
  127. package/model/apiResponseObjectAdvertiserDynamicDetails.d.ts +0 -17
  128. package/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts +0 -17
  129. package/model/apiResponseObjectCreativeSetDetails.d.ts +0 -17
  130. package/model/apiResponseObjectCreativeSetResponse.d.ts +0 -17
  131. package/model/apiResponseObjectListMapintResponseMessage.d.ts +0 -17
  132. package/model/creativeFileForSet.d.ts +0 -51
  133. package/model/creativeSetDetails.d.ts +0 -49
  134. package/model/creativeSetRequest.d.ts +0 -53
  135. package/model/creativeSetResponse.d.ts +0 -14
  136. package/model/creativeSetsListDashboardData.d.ts +0 -69
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
87
87
  var AdminControllerService = /** @class */ (function () {
88
88
  function AdminControllerService(httpClient, basePath, configuration) {
89
89
  this.httpClient = httpClient;
90
- this.basePath = 'https://apiv2stage2.atomex.net';
90
+ this.basePath = 'https://apiv2stage3.atomex.net';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://apiv2stage2.atomex.net';
307
+ this.basePath = 'https://apiv2stage3.atomex.net';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://apiv2stage2.atomex.net';
753
+ this.basePath = 'https://apiv2stage3.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AppsFlyerAudienceControllerService = /** @class */ (function () {
921
921
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage2.atomex.net';
923
+ this.basePath = 'https://apiv2stage3.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1089,7 +1089,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
1089
1089
  var AudienceControllerService = /** @class */ (function () {
1090
1090
  function AudienceControllerService(httpClient, basePath, configuration) {
1091
1091
  this.httpClient = httpClient;
1092
- this.basePath = 'https://apiv2stage2.atomex.net';
1092
+ this.basePath = 'https://apiv2stage3.atomex.net';
1093
1093
  this.defaultHeaders = new HttpHeaders();
1094
1094
  this.configuration = new Configuration();
1095
1095
  if (basePath) {
@@ -1622,7 +1622,7 @@ var AudienceControllerService = /** @class */ (function () {
1622
1622
  var AuditControllerService = /** @class */ (function () {
1623
1623
  function AuditControllerService(httpClient, basePath, configuration) {
1624
1624
  this.httpClient = httpClient;
1625
- this.basePath = 'https://apiv2stage2.atomex.net';
1625
+ this.basePath = 'https://apiv2stage3.atomex.net';
1626
1626
  this.defaultHeaders = new HttpHeaders();
1627
1627
  this.configuration = new Configuration();
1628
1628
  if (basePath) {
@@ -1821,7 +1821,7 @@ var AuditControllerService = /** @class */ (function () {
1821
1821
  var BulkStrategyControllerService = /** @class */ (function () {
1822
1822
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1823
1823
  this.httpClient = httpClient;
1824
- this.basePath = 'https://apiv2stage2.atomex.net';
1824
+ this.basePath = 'https://apiv2stage3.atomex.net';
1825
1825
  this.defaultHeaders = new HttpHeaders();
1826
1826
  this.configuration = new Configuration();
1827
1827
  if (basePath) {
@@ -2064,7 +2064,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2064
2064
  var CSSThemeController_Service = /** @class */ (function () {
2065
2065
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2066
2066
  this.httpClient = httpClient;
2067
- this.basePath = 'https://apiv2stage2.atomex.net';
2067
+ this.basePath = 'https://apiv2stage3.atomex.net';
2068
2068
  this.defaultHeaders = new HttpHeaders();
2069
2069
  this.configuration = new Configuration();
2070
2070
  if (basePath) {
@@ -2185,7 +2185,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2185
2185
  var CampaignControllerService = /** @class */ (function () {
2186
2186
  function CampaignControllerService(httpClient, basePath, configuration) {
2187
2187
  this.httpClient = httpClient;
2188
- this.basePath = 'https://apiv2stage2.atomex.net';
2188
+ this.basePath = 'https://apiv2stage3.atomex.net';
2189
2189
  this.defaultHeaders = new HttpHeaders();
2190
2190
  this.configuration = new Configuration();
2191
2191
  if (basePath) {
@@ -2480,7 +2480,7 @@ var CampaignControllerService = /** @class */ (function () {
2480
2480
  var CatalogControllerService = /** @class */ (function () {
2481
2481
  function CatalogControllerService(httpClient, basePath, configuration) {
2482
2482
  this.httpClient = httpClient;
2483
- this.basePath = 'https://apiv2stage2.atomex.net';
2483
+ this.basePath = 'https://apiv2stage3.atomex.net';
2484
2484
  this.defaultHeaders = new HttpHeaders();
2485
2485
  this.configuration = new Configuration();
2486
2486
  if (basePath) {
@@ -2730,7 +2730,7 @@ var CatalogControllerService = /** @class */ (function () {
2730
2730
  var ClickDestinationControllerService = /** @class */ (function () {
2731
2731
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2732
2732
  this.httpClient = httpClient;
2733
- this.basePath = 'https://apiv2stage2.atomex.net';
2733
+ this.basePath = 'https://apiv2stage3.atomex.net';
2734
2734
  this.defaultHeaders = new HttpHeaders();
2735
2735
  this.configuration = new Configuration();
2736
2736
  if (basePath) {
@@ -2989,7 +2989,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2989
2989
  var CreativeControllerService = /** @class */ (function () {
2990
2990
  function CreativeControllerService(httpClient, basePath, configuration) {
2991
2991
  this.httpClient = httpClient;
2992
- this.basePath = 'https://apiv2stage2.atomex.net';
2992
+ this.basePath = 'https://apiv2stage3.atomex.net';
2993
2993
  this.defaultHeaders = new HttpHeaders();
2994
2994
  this.configuration = new Configuration();
2995
2995
  if (basePath) {
@@ -3470,354 +3470,6 @@ var CreativeControllerService = /** @class */ (function () {
3470
3470
  return CreativeControllerService;
3471
3471
  }());
3472
3472
 
3473
- /**
3474
- * Api Documentation
3475
- * Api Documentation
3476
- *
3477
- * OpenAPI spec version: 1.0
3478
- *
3479
- *
3480
- * NOTE: This class is auto generated by the swagger code generator program.
3481
- * https://github.com/swagger-api/swagger-codegen.git
3482
- * Do not edit the class manually.
3483
- */
3484
- var CreativeSetsControllerService = /** @class */ (function () {
3485
- function CreativeSetsControllerService(httpClient, basePath, configuration) {
3486
- this.httpClient = httpClient;
3487
- this.basePath = 'https://apiv2stage2.atomex.net';
3488
- this.defaultHeaders = new HttpHeaders();
3489
- this.configuration = new Configuration();
3490
- if (basePath) {
3491
- this.basePath = basePath;
3492
- }
3493
- if (configuration) {
3494
- this.configuration = configuration;
3495
- this.basePath = basePath || configuration.basePath || this.basePath;
3496
- }
3497
- }
3498
- /**
3499
- * @param consumes string[] mime-types
3500
- * @return true: consumes contains 'multipart/form-data', false: otherwise
3501
- */
3502
- CreativeSetsControllerService.prototype.canConsumeForm = function (consumes) {
3503
- var e_1, _a;
3504
- var form = 'multipart/form-data';
3505
- try {
3506
- for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
3507
- var consume = consumes_1_1.value;
3508
- if (form === consume) {
3509
- return true;
3510
- }
3511
- }
3512
- }
3513
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
3514
- finally {
3515
- try {
3516
- if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
3517
- }
3518
- finally { if (e_1) throw e_1.error; }
3519
- }
3520
- return false;
3521
- };
3522
- CreativeSetsControllerService.prototype.createUsingPOST = function (creativeSetRequest, reqId, token, observe, reportProgress) {
3523
- if (observe === void 0) { observe = 'body'; }
3524
- if (reportProgress === void 0) { reportProgress = false; }
3525
- if (creativeSetRequest === null || creativeSetRequest === undefined) {
3526
- throw new Error('Required parameter creativeSetRequest was null or undefined when calling createUsingPOST.');
3527
- }
3528
- var headers = this.defaultHeaders;
3529
- if (reqId !== undefined && reqId !== null) {
3530
- headers = headers.set('reqId', String(reqId));
3531
- }
3532
- if (token !== undefined && token !== null) {
3533
- headers = headers.set('token', String(token));
3534
- }
3535
- // to determine the Accept header
3536
- var httpHeaderAccepts = [
3537
- 'application/json'
3538
- ];
3539
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3540
- if (httpHeaderAcceptSelected != undefined) {
3541
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3542
- }
3543
- // to determine the Content-Type header
3544
- var consumes = [
3545
- 'application/json'
3546
- ];
3547
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3548
- if (httpContentTypeSelected != undefined) {
3549
- headers = headers.set('Content-Type', httpContentTypeSelected);
3550
- }
3551
- return this.httpClient.post(this.basePath + "/v2/api/creativesets", creativeSetRequest, {
3552
- withCredentials: this.configuration.withCredentials,
3553
- headers: headers,
3554
- observe: observe,
3555
- reportProgress: reportProgress
3556
- });
3557
- };
3558
- CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
3559
- if (observe === void 0) { observe = 'body'; }
3560
- if (reportProgress === void 0) { reportProgress = false; }
3561
- if (advertiserId === null || advertiserId === undefined) {
3562
- throw new Error('Required parameter advertiserId was null or undefined when calling getAdvertiserDynamicDetailsUsingGET.');
3563
- }
3564
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3565
- if (advertiserId !== undefined && advertiserId !== null) {
3566
- queryParameters = queryParameters.set('advertiserId', advertiserId);
3567
- }
3568
- var headers = this.defaultHeaders;
3569
- if (reqId !== undefined && reqId !== null) {
3570
- headers = headers.set('reqId', String(reqId));
3571
- }
3572
- if (token !== undefined && token !== null) {
3573
- headers = headers.set('token', String(token));
3574
- }
3575
- // to determine the Accept header
3576
- var httpHeaderAccepts = [
3577
- 'application/json'
3578
- ];
3579
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3580
- if (httpHeaderAcceptSelected != undefined) {
3581
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3582
- }
3583
- // to determine the Content-Type header
3584
- var consumes = [];
3585
- return this.httpClient.get(this.basePath + "/v2/api/creativesets/dynamicdetails", {
3586
- params: queryParameters,
3587
- withCredentials: this.configuration.withCredentials,
3588
- headers: headers,
3589
- observe: observe,
3590
- reportProgress: reportProgress
3591
- });
3592
- };
3593
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3594
- if (observe === void 0) { observe = 'body'; }
3595
- if (reportProgress === void 0) { reportProgress = false; }
3596
- if (id === null || id === undefined) {
3597
- throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3598
- }
3599
- var headers = this.defaultHeaders;
3600
- if (reqId !== undefined && reqId !== null) {
3601
- headers = headers.set('reqId', String(reqId));
3602
- }
3603
- if (token !== undefined && token !== null) {
3604
- headers = headers.set('token', String(token));
3605
- }
3606
- // to determine the Accept header
3607
- var httpHeaderAccepts = [
3608
- 'application/json'
3609
- ];
3610
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3611
- if (httpHeaderAcceptSelected != undefined) {
3612
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3613
- }
3614
- // to determine the Content-Type header
3615
- var consumes = [];
3616
- return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3617
- withCredentials: this.configuration.withCredentials,
3618
- headers: headers,
3619
- observe: observe,
3620
- reportProgress: reportProgress
3621
- });
3622
- };
3623
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3624
- if (observe === void 0) { observe = 'body'; }
3625
- if (reportProgress === void 0) { reportProgress = false; }
3626
- if (dashboardRequest === null || dashboardRequest === undefined) {
3627
- throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3628
- }
3629
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3630
- if (pageNumber !== undefined && pageNumber !== null) {
3631
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3632
- }
3633
- if (pageSize !== undefined && pageSize !== null) {
3634
- queryParameters = queryParameters.set('pageSize', pageSize);
3635
- }
3636
- if (refresh !== undefined && refresh !== null) {
3637
- queryParameters = queryParameters.set('refresh', refresh);
3638
- }
3639
- if (sort !== undefined && sort !== null) {
3640
- queryParameters = queryParameters.set('sort', sort);
3641
- }
3642
- var headers = this.defaultHeaders;
3643
- if (reqId !== undefined && reqId !== null) {
3644
- headers = headers.set('reqId', String(reqId));
3645
- }
3646
- if (token !== undefined && token !== null) {
3647
- headers = headers.set('token', String(token));
3648
- }
3649
- // to determine the Accept header
3650
- var httpHeaderAccepts = [
3651
- 'application/json'
3652
- ];
3653
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3654
- if (httpHeaderAcceptSelected != undefined) {
3655
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3656
- }
3657
- // to determine the Content-Type header
3658
- var consumes = [
3659
- 'application/json'
3660
- ];
3661
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3662
- if (httpContentTypeSelected != undefined) {
3663
- headers = headers.set('Content-Type', httpContentTypeSelected);
3664
- }
3665
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/performance/", dashboardRequest, {
3666
- params: queryParameters,
3667
- withCredentials: this.configuration.withCredentials,
3668
- headers: headers,
3669
- observe: observe,
3670
- reportProgress: reportProgress
3671
- });
3672
- };
3673
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3674
- if (observe === void 0) { observe = 'body'; }
3675
- if (reportProgress === void 0) { reportProgress = false; }
3676
- if (dashboardRequest === null || dashboardRequest === undefined) {
3677
- throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
3678
- }
3679
- if (id === null || id === undefined) {
3680
- throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3681
- }
3682
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3683
- if (pageNumber !== undefined && pageNumber !== null) {
3684
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3685
- }
3686
- if (pageSize !== undefined && pageSize !== null) {
3687
- queryParameters = queryParameters.set('pageSize', pageSize);
3688
- }
3689
- if (refresh !== undefined && refresh !== null) {
3690
- queryParameters = queryParameters.set('refresh', refresh);
3691
- }
3692
- if (sort !== undefined && sort !== null) {
3693
- queryParameters = queryParameters.set('sort', sort);
3694
- }
3695
- var headers = this.defaultHeaders;
3696
- if (reqId !== undefined && reqId !== null) {
3697
- headers = headers.set('reqId', String(reqId));
3698
- }
3699
- if (token !== undefined && token !== null) {
3700
- headers = headers.set('token', String(token));
3701
- }
3702
- // to determine the Accept header
3703
- var httpHeaderAccepts = [
3704
- 'application/json'
3705
- ];
3706
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3707
- if (httpHeaderAcceptSelected != undefined) {
3708
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3709
- }
3710
- // to determine the Content-Type header
3711
- var consumes = [
3712
- 'application/json'
3713
- ];
3714
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3715
- if (httpContentTypeSelected != undefined) {
3716
- headers = headers.set('Content-Type', httpContentTypeSelected);
3717
- }
3718
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/" + encodeURIComponent(String(id)), dashboardRequest, {
3719
- params: queryParameters,
3720
- withCredentials: this.configuration.withCredentials,
3721
- headers: headers,
3722
- observe: observe,
3723
- reportProgress: reportProgress
3724
- });
3725
- };
3726
- CreativeSetsControllerService.prototype.getPerformanceByIdUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3727
- if (observe === void 0) { observe = 'body'; }
3728
- if (reportProgress === void 0) { reportProgress = false; }
3729
- if (dashboardRequest === null || dashboardRequest === undefined) {
3730
- throw new Error('Required parameter dashboardRequest was null or undefined when calling getPerformanceByIdUsingPOST.');
3731
- }
3732
- if (id === null || id === undefined) {
3733
- throw new Error('Required parameter id was null or undefined when calling getPerformanceByIdUsingPOST.');
3734
- }
3735
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3736
- if (refresh !== undefined && refresh !== null) {
3737
- queryParameters = queryParameters.set('refresh', refresh);
3738
- }
3739
- var headers = this.defaultHeaders;
3740
- if (reqId !== undefined && reqId !== null) {
3741
- headers = headers.set('reqId', String(reqId));
3742
- }
3743
- if (token !== undefined && token !== null) {
3744
- headers = headers.set('token', String(token));
3745
- }
3746
- // to determine the Accept header
3747
- var httpHeaderAccepts = [
3748
- 'application/json'
3749
- ];
3750
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3751
- if (httpHeaderAcceptSelected != undefined) {
3752
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3753
- }
3754
- // to determine the Content-Type header
3755
- var consumes = [
3756
- 'application/json'
3757
- ];
3758
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3759
- if (httpContentTypeSelected != undefined) {
3760
- headers = headers.set('Content-Type', httpContentTypeSelected);
3761
- }
3762
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/performance/" + encodeURIComponent(String(id)), dashboardRequest, {
3763
- params: queryParameters,
3764
- withCredentials: this.configuration.withCredentials,
3765
- headers: headers,
3766
- observe: observe,
3767
- reportProgress: reportProgress
3768
- });
3769
- };
3770
- CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
3771
- if (observe === void 0) { observe = 'body'; }
3772
- if (reportProgress === void 0) { reportProgress = false; }
3773
- if (creativeSetRequest === null || creativeSetRequest === undefined) {
3774
- throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
3775
- }
3776
- if (id === null || id === undefined) {
3777
- throw new Error('Required parameter id was null or undefined when calling updateUsingPOST.');
3778
- }
3779
- var headers = this.defaultHeaders;
3780
- if (reqId !== undefined && reqId !== null) {
3781
- headers = headers.set('reqId', String(reqId));
3782
- }
3783
- if (token !== undefined && token !== null) {
3784
- headers = headers.set('token', String(token));
3785
- }
3786
- // to determine the Accept header
3787
- var httpHeaderAccepts = [
3788
- 'application/json'
3789
- ];
3790
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3791
- if (httpHeaderAcceptSelected != undefined) {
3792
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3793
- }
3794
- // to determine the Content-Type header
3795
- var consumes = [
3796
- 'application/json'
3797
- ];
3798
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3799
- if (httpContentTypeSelected != undefined) {
3800
- headers = headers.set('Content-Type', httpContentTypeSelected);
3801
- }
3802
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), creativeSetRequest, {
3803
- withCredentials: this.configuration.withCredentials,
3804
- headers: headers,
3805
- observe: observe,
3806
- reportProgress: reportProgress
3807
- });
3808
- };
3809
- CreativeSetsControllerService.ctorParameters = function () { return [
3810
- { type: HttpClient },
3811
- { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
3812
- { type: Configuration, decorators: [{ type: Optional }] }
3813
- ]; };
3814
- CreativeSetsControllerService = __decorate([
3815
- Injectable(),
3816
- __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
3817
- ], CreativeSetsControllerService);
3818
- return CreativeSetsControllerService;
3819
- }());
3820
-
3821
3473
  /**
3822
3474
  * Api Documentation
3823
3475
  * Api Documentation
@@ -3832,7 +3484,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3832
3484
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3833
3485
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3834
3486
  this.httpClient = httpClient;
3835
- this.basePath = 'https://apiv2stage2.atomex.net';
3487
+ this.basePath = 'https://apiv2stage3.atomex.net';
3836
3488
  this.defaultHeaders = new HttpHeaders();
3837
3489
  this.configuration = new Configuration();
3838
3490
  if (basePath) {
@@ -4033,7 +3685,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4033
3685
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4034
3686
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4035
3687
  this.httpClient = httpClient;
4036
- this.basePath = 'https://apiv2stage2.atomex.net';
3688
+ this.basePath = 'https://apiv2stage3.atomex.net';
4037
3689
  this.defaultHeaders = new HttpHeaders();
4038
3690
  this.configuration = new Configuration();
4039
3691
  if (basePath) {
@@ -4121,7 +3773,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4121
3773
  var CreativeTemplatesControllerService = /** @class */ (function () {
4122
3774
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4123
3775
  this.httpClient = httpClient;
4124
- this.basePath = 'https://apiv2stage2.atomex.net';
3776
+ this.basePath = 'https://apiv2stage3.atomex.net';
4125
3777
  this.defaultHeaders = new HttpHeaders();
4126
3778
  this.configuration = new Configuration();
4127
3779
  if (basePath) {
@@ -4300,7 +3952,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4300
3952
  var DashboardControllerService = /** @class */ (function () {
4301
3953
  function DashboardControllerService(httpClient, basePath, configuration) {
4302
3954
  this.httpClient = httpClient;
4303
- this.basePath = 'https://apiv2stage2.atomex.net';
3955
+ this.basePath = 'https://apiv2stage3.atomex.net';
4304
3956
  this.defaultHeaders = new HttpHeaders();
4305
3957
  this.configuration = new Configuration();
4306
3958
  if (basePath) {
@@ -4335,14 +3987,14 @@ var DashboardControllerService = /** @class */ (function () {
4335
3987
  }
4336
3988
  return false;
4337
3989
  };
4338
- DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
3990
+ DashboardControllerService.prototype.getByIdUsingGET3 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4339
3991
  if (observe === void 0) { observe = 'body'; }
4340
3992
  if (reportProgress === void 0) { reportProgress = false; }
4341
3993
  if (id === null || id === undefined) {
4342
- throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET4.');
3994
+ throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
4343
3995
  }
4344
3996
  if (tableEntity === null || tableEntity === undefined) {
4345
- throw new Error('Required parameter tableEntity was null or undefined when calling getByIdUsingGET4.');
3997
+ throw new Error('Required parameter tableEntity was null or undefined when calling getByIdUsingGET3.');
4346
3998
  }
4347
3999
  var headers = this.defaultHeaders;
4348
4000
  if (reqId !== undefined && reqId !== null) {
@@ -4855,17 +4507,144 @@ var DashboardControllerService = /** @class */ (function () {
4855
4507
  reportProgress: reportProgress
4856
4508
  });
4857
4509
  };
4858
- DashboardControllerService.prototype.updateStatusUsingPOST = function (id, status, tableEntity, reqId, token, observe, reportProgress) {
4510
+ DashboardControllerService.ctorParameters = function () { return [
4511
+ { type: HttpClient },
4512
+ { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
4513
+ { type: Configuration, decorators: [{ type: Optional }] }
4514
+ ]; };
4515
+ DashboardControllerService = __decorate([
4516
+ Injectable(),
4517
+ __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
4518
+ ], DashboardControllerService);
4519
+ return DashboardControllerService;
4520
+ }());
4521
+
4522
+ /**
4523
+ * Api Documentation
4524
+ * Api Documentation
4525
+ *
4526
+ * OpenAPI spec version: 1.0
4527
+ *
4528
+ *
4529
+ * NOTE: This class is auto generated by the swagger code generator program.
4530
+ * https://github.com/swagger-api/swagger-codegen.git
4531
+ * Do not edit the class manually.
4532
+ */
4533
+ var NotificationsControllerService = /** @class */ (function () {
4534
+ function NotificationsControllerService(httpClient, basePath, configuration) {
4535
+ this.httpClient = httpClient;
4536
+ this.basePath = 'https://apiv2stage3.atomex.net';
4537
+ this.defaultHeaders = new HttpHeaders();
4538
+ this.configuration = new Configuration();
4539
+ if (basePath) {
4540
+ this.basePath = basePath;
4541
+ }
4542
+ if (configuration) {
4543
+ this.configuration = configuration;
4544
+ this.basePath = basePath || configuration.basePath || this.basePath;
4545
+ }
4546
+ }
4547
+ /**
4548
+ * @param consumes string[] mime-types
4549
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
4550
+ */
4551
+ NotificationsControllerService.prototype.canConsumeForm = function (consumes) {
4552
+ var e_1, _a;
4553
+ var form = 'multipart/form-data';
4554
+ try {
4555
+ for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
4556
+ var consume = consumes_1_1.value;
4557
+ if (form === consume) {
4558
+ return true;
4559
+ }
4560
+ }
4561
+ }
4562
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
4563
+ finally {
4564
+ try {
4565
+ if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
4566
+ }
4567
+ finally { if (e_1) throw e_1.error; }
4568
+ }
4569
+ return false;
4570
+ };
4571
+ NotificationsControllerService.prototype.getNotificationUsingGET = function (pageNumber, pageSize, reqId, token, observe, reportProgress) {
4572
+ if (observe === void 0) { observe = 'body'; }
4573
+ if (reportProgress === void 0) { reportProgress = false; }
4574
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4575
+ if (pageNumber !== undefined && pageNumber !== null) {
4576
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
4577
+ }
4578
+ if (pageSize !== undefined && pageSize !== null) {
4579
+ queryParameters = queryParameters.set('pageSize', pageSize);
4580
+ }
4581
+ var headers = this.defaultHeaders;
4582
+ if (reqId !== undefined && reqId !== null) {
4583
+ headers = headers.set('reqId', String(reqId));
4584
+ }
4585
+ if (token !== undefined && token !== null) {
4586
+ headers = headers.set('token', String(token));
4587
+ }
4588
+ // to determine the Accept header
4589
+ var httpHeaderAccepts = [
4590
+ 'application/json'
4591
+ ];
4592
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4593
+ if (httpHeaderAcceptSelected != undefined) {
4594
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4595
+ }
4596
+ // to determine the Content-Type header
4597
+ var consumes = [];
4598
+ return this.httpClient.get(this.basePath + "/v2/api/notifications", {
4599
+ params: queryParameters,
4600
+ withCredentials: this.configuration.withCredentials,
4601
+ headers: headers,
4602
+ observe: observe,
4603
+ reportProgress: reportProgress
4604
+ });
4605
+ };
4606
+ NotificationsControllerService.prototype.markSeenUsingPOST = function (commaSeparatedIds, reqId, token, observe, reportProgress) {
4859
4607
  if (observe === void 0) { observe = 'body'; }
4860
4608
  if (reportProgress === void 0) { reportProgress = false; }
4861
- if (id === null || id === undefined) {
4862
- throw new Error('Required parameter id was null or undefined when calling updateStatusUsingPOST.');
4609
+ if (commaSeparatedIds === null || commaSeparatedIds === undefined) {
4610
+ throw new Error('Required parameter commaSeparatedIds was null or undefined when calling markSeenUsingPOST.');
4863
4611
  }
4864
- if (status === null || status === undefined) {
4865
- throw new Error('Required parameter status was null or undefined when calling updateStatusUsingPOST.');
4612
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4613
+ if (commaSeparatedIds !== undefined && commaSeparatedIds !== null) {
4614
+ queryParameters = queryParameters.set('commaSeparatedIds', commaSeparatedIds);
4866
4615
  }
4867
- if (tableEntity === null || tableEntity === undefined) {
4868
- throw new Error('Required parameter tableEntity was null or undefined when calling updateStatusUsingPOST.');
4616
+ var headers = this.defaultHeaders;
4617
+ if (reqId !== undefined && reqId !== null) {
4618
+ headers = headers.set('reqId', String(reqId));
4619
+ }
4620
+ if (token !== undefined && token !== null) {
4621
+ headers = headers.set('token', String(token));
4622
+ }
4623
+ // to determine the Accept header
4624
+ var httpHeaderAccepts = [
4625
+ 'application/json'
4626
+ ];
4627
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4628
+ if (httpHeaderAcceptSelected != undefined) {
4629
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4630
+ }
4631
+ // to determine the Content-Type header
4632
+ var consumes = [
4633
+ 'application/json'
4634
+ ];
4635
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/seen/" + encodeURIComponent(String(commaSeparatedIds)), null, {
4636
+ params: queryParameters,
4637
+ withCredentials: this.configuration.withCredentials,
4638
+ headers: headers,
4639
+ observe: observe,
4640
+ reportProgress: reportProgress
4641
+ });
4642
+ };
4643
+ NotificationsControllerService.prototype.resolveNotificationUsingPOST = function (id, reqId, token, observe, reportProgress) {
4644
+ if (observe === void 0) { observe = 'body'; }
4645
+ if (reportProgress === void 0) { reportProgress = false; }
4646
+ if (id === null || id === undefined) {
4647
+ throw new Error('Required parameter id was null or undefined when calling resolveNotificationUsingPOST.');
4869
4648
  }
4870
4649
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4871
4650
  if (id !== undefined && id !== null) {
@@ -4890,7 +4669,7 @@ var DashboardControllerService = /** @class */ (function () {
4890
4669
  var consumes = [
4891
4670
  'application/json'
4892
4671
  ];
4893
- return this.httpClient.post(this.basePath + "/v2/api/" + encodeURIComponent(String(tableEntity)) + "/" + encodeURIComponent(String(status)), null, {
4672
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/resolve/" + encodeURIComponent(String(id)), null, {
4894
4673
  params: queryParameters,
4895
4674
  withCredentials: this.configuration.withCredentials,
4896
4675
  headers: headers,
@@ -4898,16 +4677,16 @@ var DashboardControllerService = /** @class */ (function () {
4898
4677
  reportProgress: reportProgress
4899
4678
  });
4900
4679
  };
4901
- DashboardControllerService.ctorParameters = function () { return [
4680
+ NotificationsControllerService.ctorParameters = function () { return [
4902
4681
  { type: HttpClient },
4903
4682
  { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
4904
4683
  { type: Configuration, decorators: [{ type: Optional }] }
4905
4684
  ]; };
4906
- DashboardControllerService = __decorate([
4685
+ NotificationsControllerService = __decorate([
4907
4686
  Injectable(),
4908
4687
  __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
4909
- ], DashboardControllerService);
4910
- return DashboardControllerService;
4688
+ ], NotificationsControllerService);
4689
+ return NotificationsControllerService;
4911
4690
  }());
4912
4691
 
4913
4692
  /**
@@ -4924,7 +4703,7 @@ var DashboardControllerService = /** @class */ (function () {
4924
4703
  var PixelControllerService = /** @class */ (function () {
4925
4704
  function PixelControllerService(httpClient, basePath, configuration) {
4926
4705
  this.httpClient = httpClient;
4927
- this.basePath = 'https://apiv2stage2.atomex.net';
4706
+ this.basePath = 'https://apiv2stage3.atomex.net';
4928
4707
  this.defaultHeaders = new HttpHeaders();
4929
4708
  this.configuration = new Configuration();
4930
4709
  if (basePath) {
@@ -4996,11 +4775,11 @@ var PixelControllerService = /** @class */ (function () {
4996
4775
  reportProgress: reportProgress
4997
4776
  });
4998
4777
  };
4999
- PixelControllerService.prototype.createUsingPOST1 = function (pixel, reqId, token, observe, reportProgress) {
4778
+ PixelControllerService.prototype.createUsingPOST = function (pixel, reqId, token, observe, reportProgress) {
5000
4779
  if (observe === void 0) { observe = 'body'; }
5001
4780
  if (reportProgress === void 0) { reportProgress = false; }
5002
4781
  if (pixel === null || pixel === undefined) {
5003
- throw new Error('Required parameter pixel was null or undefined when calling createUsingPOST1.');
4782
+ throw new Error('Required parameter pixel was null or undefined when calling createUsingPOST.');
5004
4783
  }
5005
4784
  var headers = this.defaultHeaders;
5006
4785
  if (reqId !== undefined && reqId !== null) {
@@ -5069,11 +4848,11 @@ var PixelControllerService = /** @class */ (function () {
5069
4848
  reportProgress: reportProgress
5070
4849
  });
5071
4850
  };
5072
- PixelControllerService.prototype.getByIdUsingGET5 = function (id, reqId, token, observe, reportProgress) {
4851
+ PixelControllerService.prototype.getByIdUsingGET4 = function (id, reqId, token, observe, reportProgress) {
5073
4852
  if (observe === void 0) { observe = 'body'; }
5074
4853
  if (reportProgress === void 0) { reportProgress = false; }
5075
4854
  if (id === null || id === undefined) {
5076
- throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET5.');
4855
+ throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET4.');
5077
4856
  }
5078
4857
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5079
4858
  if (id !== undefined && id !== null) {
@@ -5192,14 +4971,14 @@ var PixelControllerService = /** @class */ (function () {
5192
4971
  reportProgress: reportProgress
5193
4972
  });
5194
4973
  };
5195
- PixelControllerService.prototype.updateUsingPOST1 = function (id, pixel, reqId, token, observe, reportProgress) {
4974
+ PixelControllerService.prototype.updateUsingPOST = function (id, pixel, reqId, token, observe, reportProgress) {
5196
4975
  if (observe === void 0) { observe = 'body'; }
5197
4976
  if (reportProgress === void 0) { reportProgress = false; }
5198
4977
  if (id === null || id === undefined) {
5199
- throw new Error('Required parameter id was null or undefined when calling updateUsingPOST1.');
4978
+ throw new Error('Required parameter id was null or undefined when calling updateUsingPOST.');
5200
4979
  }
5201
4980
  if (pixel === null || pixel === undefined) {
5202
- throw new Error('Required parameter pixel was null or undefined when calling updateUsingPOST1.');
4981
+ throw new Error('Required parameter pixel was null or undefined when calling updateUsingPOST.');
5203
4982
  }
5204
4983
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5205
4984
  if (id !== undefined && id !== null) {
@@ -5262,7 +5041,7 @@ var PixelControllerService = /** @class */ (function () {
5262
5041
  var ReportingControllerService = /** @class */ (function () {
5263
5042
  function ReportingControllerService(httpClient, basePath, configuration) {
5264
5043
  this.httpClient = httpClient;
5265
- this.basePath = 'https://apiv2stage2.atomex.net';
5044
+ this.basePath = 'https://apiv2stage3.atomex.net';
5266
5045
  this.defaultHeaders = new HttpHeaders();
5267
5046
  this.configuration = new Configuration();
5268
5047
  if (basePath) {
@@ -5446,7 +5225,7 @@ var ReportingControllerService = /** @class */ (function () {
5446
5225
  var SliceXControllerService = /** @class */ (function () {
5447
5226
  function SliceXControllerService(httpClient, basePath, configuration) {
5448
5227
  this.httpClient = httpClient;
5449
- this.basePath = 'https://apiv2stage2.atomex.net';
5228
+ this.basePath = 'https://apiv2stage3.atomex.net';
5450
5229
  this.defaultHeaders = new HttpHeaders();
5451
5230
  this.configuration = new Configuration();
5452
5231
  if (basePath) {
@@ -5631,7 +5410,7 @@ var SliceXControllerService = /** @class */ (function () {
5631
5410
  var StrategyControllerService = /** @class */ (function () {
5632
5411
  function StrategyControllerService(httpClient, basePath, configuration) {
5633
5412
  this.httpClient = httpClient;
5634
- this.basePath = 'https://apiv2stage2.atomex.net';
5413
+ this.basePath = 'https://apiv2stage3.atomex.net';
5635
5414
  this.defaultHeaders = new HttpHeaders();
5636
5415
  this.configuration = new Configuration();
5637
5416
  if (basePath) {
@@ -6119,7 +5898,7 @@ var StrategyControllerService = /** @class */ (function () {
6119
5898
  var UILoggerControllerService = /** @class */ (function () {
6120
5899
  function UILoggerControllerService(httpClient, basePath, configuration) {
6121
5900
  this.httpClient = httpClient;
6122
- this.basePath = 'https://apiv2stage2.atomex.net';
5901
+ this.basePath = 'https://apiv2stage3.atomex.net';
6123
5902
  this.defaultHeaders = new HttpHeaders();
6124
5903
  this.configuration = new Configuration();
6125
5904
  if (basePath) {
@@ -6221,7 +6000,7 @@ var UILoggerControllerService = /** @class */ (function () {
6221
6000
  var UserPreferenceControllerService = /** @class */ (function () {
6222
6001
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6223
6002
  this.httpClient = httpClient;
6224
- this.basePath = 'https://apiv2stage2.atomex.net';
6003
+ this.basePath = 'https://apiv2stage3.atomex.net';
6225
6004
  this.defaultHeaders = new HttpHeaders();
6226
6005
  this.configuration = new Configuration();
6227
6006
  if (basePath) {
@@ -6397,7 +6176,7 @@ var UserPreferenceControllerService = /** @class */ (function () {
6397
6176
  return UserPreferenceControllerService;
6398
6177
  }());
6399
6178
 
6400
- var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerAudienceControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6179
+ var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerAudienceControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6401
6180
 
6402
6181
  var ActivityLogsStrategyBulkUpdateDTO;
6403
6182
  (function (ActivityLogsStrategyBulkUpdateDTO) {
@@ -6563,26 +6342,6 @@ var CreativeDTO;
6563
6342
  };
6564
6343
  })(CreativeDTO || (CreativeDTO = {}));
6565
6344
 
6566
- var CreativeFileForSet;
6567
- (function (CreativeFileForSet) {
6568
- CreativeFileForSet.TypeEnum = {
6569
- Image: 'image',
6570
- Html: 'html',
6571
- ZippedHTML: 'zippedHTML',
6572
- Video: 'video',
6573
- NativeAd: 'nativeAd',
6574
- NativeVideo: 'nativeVideo',
6575
- FbxImage: 'fbxImage',
6576
- Flash: 'flash',
6577
- FbNewsFeed: 'fbNewsFeed',
6578
- FbRightColumn: 'fbRightColumn',
6579
- FbAppInstall: 'fbAppInstall',
6580
- FbAppEngagement: 'fbAppEngagement',
6581
- ClickTracker: 'clickTracker',
6582
- FbxImageNewsFeed: 'fbxImageNewsFeed'
6583
- };
6584
- })(CreativeFileForSet || (CreativeFileForSet = {}));
6585
-
6586
6345
  var CreativeFiles;
6587
6346
  (function (CreativeFiles) {
6588
6347
  CreativeFiles.TypeEnum = {
@@ -6614,9 +6373,9 @@ var CreativeFiles;
6614
6373
  * https://github.com/swagger-api/swagger-codegen.git
6615
6374
  * Do not edit the class manually.
6616
6375
  */
6617
- var CreativeHtmlFileForSet;
6618
- (function (CreativeHtmlFileForSet) {
6619
- CreativeHtmlFileForSet.TypeEnum = {
6376
+ var CreativeHtmlFile;
6377
+ (function (CreativeHtmlFile) {
6378
+ CreativeHtmlFile.TypeEnum = {
6620
6379
  Image: 'image',
6621
6380
  Html: 'html',
6622
6381
  ZippedHTML: 'zippedHTML',
@@ -6632,55 +6391,7 @@ var CreativeHtmlFileForSet;
6632
6391
  ClickTracker: 'clickTracker',
6633
6392
  FbxImageNewsFeed: 'fbxImageNewsFeed'
6634
6393
  };
6635
- })(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
6636
-
6637
- var CreativeSetDetails;
6638
- (function (CreativeSetDetails) {
6639
- CreativeSetDetails.TypeEnum = {
6640
- IMAGE: 'IMAGE',
6641
- VIDEO: 'VIDEO',
6642
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6643
- ZIPPEDHTML: 'ZIPPED_HTML',
6644
- NATIVEIMAGE: 'NATIVE_IMAGE',
6645
- NATIVEVIDEO: 'NATIVE_VIDEO',
6646
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6647
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6648
- DYNAMICHTML: 'DYNAMIC_HTML',
6649
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6650
- };
6651
- })(CreativeSetDetails || (CreativeSetDetails = {}));
6652
-
6653
- var CreativeSetRequest;
6654
- (function (CreativeSetRequest) {
6655
- CreativeSetRequest.CreativeSetTypeEnum = {
6656
- IMAGE: 'IMAGE',
6657
- VIDEO: 'VIDEO',
6658
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6659
- ZIPPEDHTML: 'ZIPPED_HTML',
6660
- NATIVEIMAGE: 'NATIVE_IMAGE',
6661
- NATIVEVIDEO: 'NATIVE_VIDEO',
6662
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6663
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6664
- DYNAMICHTML: 'DYNAMIC_HTML',
6665
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6666
- };
6667
- })(CreativeSetRequest || (CreativeSetRequest = {}));
6668
-
6669
- var CreativeSetsListDashboardData;
6670
- (function (CreativeSetsListDashboardData) {
6671
- CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6672
- IMAGE: 'IMAGE',
6673
- VIDEO: 'VIDEO',
6674
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6675
- ZIPPEDHTML: 'ZIPPED_HTML',
6676
- NATIVEIMAGE: 'NATIVE_IMAGE',
6677
- NATIVEVIDEO: 'NATIVE_VIDEO',
6678
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6679
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6680
- DYNAMICHTML: 'DYNAMIC_HTML',
6681
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6682
- };
6683
- })(CreativeSetsListDashboardData || (CreativeSetsListDashboardData = {}));
6394
+ })(CreativeHtmlFile || (CreativeHtmlFile = {}));
6684
6395
 
6685
6396
  /**
6686
6397
  * Api Documentation
@@ -6767,6 +6478,25 @@ var MetaRuleDto;
6767
6478
  };
6768
6479
  })(MetaRuleDto || (MetaRuleDto = {}));
6769
6480
 
6481
+ /**
6482
+ * Api Documentation
6483
+ * Api Documentation
6484
+ *
6485
+ * OpenAPI spec version: 1.0
6486
+ *
6487
+ *
6488
+ * NOTE: This class is auto generated by the swagger code generator program.
6489
+ * https://github.com/swagger-api/swagger-codegen.git
6490
+ * Do not edit the class manually.
6491
+ */
6492
+ var NotificationResponse;
6493
+ (function (NotificationResponse) {
6494
+ NotificationResponse.TypeEnum = {
6495
+ STATIC: 'STATIC',
6496
+ ACTIONABLE: 'ACTIONABLE'
6497
+ };
6498
+ })(NotificationResponse || (NotificationResponse = {}));
6499
+
6770
6500
  /**
6771
6501
  * Api Documentation
6772
6502
  * Api Documentation
@@ -7132,11 +6862,11 @@ var ApiModule = /** @class */ (function () {
7132
6862
  CatalogControllerService,
7133
6863
  ClickDestinationControllerService,
7134
6864
  CreativeControllerService,
7135
- CreativeSetsControllerService,
7136
6865
  CreativeTemplateThemesControllerService,
7137
6866
  CreativeTemplateVariablesControllerService,
7138
6867
  CreativeTemplatesControllerService,
7139
6868
  DashboardControllerService,
6869
+ NotificationsControllerService,
7140
6870
  PixelControllerService,
7141
6871
  ReportingControllerService,
7142
6872
  SliceXControllerService,
@@ -7155,5 +6885,5 @@ var ApiModule = /** @class */ (function () {
7155
6885
  * Generated bundle index. Do not edit.
7156
6886
  */
7157
6887
 
7158
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDetails, CreativeSetRequest, CreativeSetsControllerService, CreativeSetsListDashboardData, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
6888
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFiles, CreativeHtmlFile, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7159
6889
  //# sourceMappingURL=revxui-api-clients-ts.js.map