@revxui/api-clients-ts 0.10.141 → 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 (134) 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 -2
  86. package/model/{creativeHtmlFileForSet.d.ts → creativeHtmlFile.d.ts} +3 -5
  87. package/model/creativeHtmlMockupDTO.d.ts +2 -2
  88. package/model/creativeMockUpsDTO.d.ts +2 -2
  89. package/model/models.d.ts +4 -14
  90. package/model/notificationResponse.d.ts +24 -0
  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/advertiserDimensionDetails.js +0 -12
  96. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  97. package/esm2015/model/apiResponseObjectAdvertiserDimensionDetails.js +0 -1
  98. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  99. package/esm2015/model/apiResponseObjectCreativeSetDetails.js +0 -1
  100. package/esm2015/model/apiResponseObjectCreativeSetResponse.js +0 -1
  101. package/esm2015/model/apiResponseObjectDashboardMetrics.js +0 -1
  102. package/esm2015/model/apiResponseObjectListMapintResponseMessage.js +0 -1
  103. package/esm2015/model/creativeFileForSet.js +0 -20
  104. package/esm2015/model/creativeHtmlFileForSet.js +0 -31
  105. package/esm2015/model/creativeSetDetails.js +0 -16
  106. package/esm2015/model/creativeSetRequest.js +0 -16
  107. package/esm2015/model/creativeSetResponse.js +0 -12
  108. package/esm2015/model/creativeSetsListDashboardData.js +0 -16
  109. package/esm5/api/creativeSetsController.service.js +0 -356
  110. package/esm5/model/advertiserDimensionDetails.js +0 -12
  111. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  112. package/esm5/model/apiResponseObjectAdvertiserDimensionDetails.js +0 -1
  113. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  114. package/esm5/model/apiResponseObjectCreativeSetDetails.js +0 -1
  115. package/esm5/model/apiResponseObjectCreativeSetResponse.js +0 -1
  116. package/esm5/model/apiResponseObjectDashboardMetrics.js +0 -1
  117. package/esm5/model/apiResponseObjectListMapintResponseMessage.js +0 -1
  118. package/esm5/model/creativeFileForSet.js +0 -20
  119. package/esm5/model/creativeHtmlFileForSet.js +0 -31
  120. package/esm5/model/creativeSetDetails.js +0 -16
  121. package/esm5/model/creativeSetRequest.js +0 -16
  122. package/esm5/model/creativeSetResponse.js +0 -12
  123. package/esm5/model/creativeSetsListDashboardData.js +0 -16
  124. package/model/advertiserDimensionDetails.d.ts +0 -16
  125. package/model/apiResponseObjectAdvertiserDimensionDetails.d.ts +0 -17
  126. package/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts +0 -17
  127. package/model/apiResponseObjectCreativeSetDetails.d.ts +0 -17
  128. package/model/apiResponseObjectCreativeSetResponse.d.ts +0 -17
  129. package/model/apiResponseObjectListMapintResponseMessage.d.ts +0 -17
  130. package/model/creativeFileForSet.d.ts +0 -51
  131. package/model/creativeSetDetails.d.ts +0 -49
  132. package/model/creativeSetRequest.d.ts +0 -53
  133. package/model/creativeSetResponse.d.ts +0 -14
  134. package/model/creativeSetsListDashboardData.d.ts +0 -69
@@ -83,7 +83,7 @@ class Configuration {
83
83
  let AdminControllerService = class AdminControllerService {
84
84
  constructor(httpClient, basePath, configuration) {
85
85
  this.httpClient = httpClient;
86
- this.basePath = 'https://apiv2stage2.atomex.net';
86
+ this.basePath = 'https://apiv2stage3.atomex.net';
87
87
  this.defaultHeaders = new HttpHeaders();
88
88
  this.configuration = new Configuration();
89
89
  if (basePath) {
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
273
273
  let AdvertiserControllerService = class AdvertiserControllerService {
274
274
  constructor(httpClient, basePath, configuration) {
275
275
  this.httpClient = httpClient;
276
- this.basePath = 'https://apiv2stage2.atomex.net';
276
+ this.basePath = 'https://apiv2stage3.atomex.net';
277
277
  this.defaultHeaders = new HttpHeaders();
278
278
  this.configuration = new Configuration();
279
279
  if (basePath) {
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
685
685
  let AppSettingsControllerService = class AppSettingsControllerService {
686
686
  constructor(httpClient, basePath, configuration) {
687
687
  this.httpClient = httpClient;
688
- this.basePath = 'https://apiv2stage2.atomex.net';
688
+ this.basePath = 'https://apiv2stage3.atomex.net';
689
689
  this.defaultHeaders = new HttpHeaders();
690
690
  this.configuration = new Configuration();
691
691
  if (basePath) {
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
837
837
  let AppsFlyerAudienceControllerService = class AppsFlyerAudienceControllerService {
838
838
  constructor(httpClient, basePath, configuration) {
839
839
  this.httpClient = httpClient;
840
- this.basePath = 'https://apiv2stage2.atomex.net';
840
+ this.basePath = 'https://apiv2stage3.atomex.net';
841
841
  this.defaultHeaders = new HttpHeaders();
842
842
  this.configuration = new Configuration();
843
843
  if (basePath) {
@@ -988,7 +988,7 @@ AppsFlyerAudienceControllerService = __decorate([
988
988
  let AudienceControllerService = class AudienceControllerService {
989
989
  constructor(httpClient, basePath, configuration) {
990
990
  this.httpClient = httpClient;
991
- this.basePath = 'https://apiv2stage2.atomex.net';
991
+ this.basePath = 'https://apiv2stage3.atomex.net';
992
992
  this.defaultHeaders = new HttpHeaders();
993
993
  this.configuration = new Configuration();
994
994
  if (basePath) {
@@ -1483,7 +1483,7 @@ AudienceControllerService = __decorate([
1483
1483
  let AuditControllerService = class AuditControllerService {
1484
1484
  constructor(httpClient, basePath, configuration) {
1485
1485
  this.httpClient = httpClient;
1486
- this.basePath = 'https://apiv2stage2.atomex.net';
1486
+ this.basePath = 'https://apiv2stage3.atomex.net';
1487
1487
  this.defaultHeaders = new HttpHeaders();
1488
1488
  this.configuration = new Configuration();
1489
1489
  if (basePath) {
@@ -1664,7 +1664,7 @@ AuditControllerService = __decorate([
1664
1664
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1665
1665
  constructor(httpClient, basePath, configuration) {
1666
1666
  this.httpClient = httpClient;
1667
- this.basePath = 'https://apiv2stage2.atomex.net';
1667
+ this.basePath = 'https://apiv2stage3.atomex.net';
1668
1668
  this.defaultHeaders = new HttpHeaders();
1669
1669
  this.configuration = new Configuration();
1670
1670
  if (basePath) {
@@ -1885,7 +1885,7 @@ BulkStrategyControllerService = __decorate([
1885
1885
  let CSSThemeController_Service = class CSSThemeController_Service {
1886
1886
  constructor(httpClient, basePath, configuration) {
1887
1887
  this.httpClient = httpClient;
1888
- this.basePath = 'https://apiv2stage2.atomex.net';
1888
+ this.basePath = 'https://apiv2stage3.atomex.net';
1889
1889
  this.defaultHeaders = new HttpHeaders();
1890
1890
  this.configuration = new Configuration();
1891
1891
  if (basePath) {
@@ -1990,7 +1990,7 @@ CSSThemeController_Service = __decorate([
1990
1990
  let CampaignControllerService = class CampaignControllerService {
1991
1991
  constructor(httpClient, basePath, configuration) {
1992
1992
  this.httpClient = httpClient;
1993
- this.basePath = 'https://apiv2stage2.atomex.net';
1993
+ this.basePath = 'https://apiv2stage3.atomex.net';
1994
1994
  this.defaultHeaders = new HttpHeaders();
1995
1995
  this.configuration = new Configuration();
1996
1996
  if (basePath) {
@@ -2261,7 +2261,7 @@ CampaignControllerService = __decorate([
2261
2261
  let CatalogControllerService = class CatalogControllerService {
2262
2262
  constructor(httpClient, basePath, configuration) {
2263
2263
  this.httpClient = httpClient;
2264
- this.basePath = 'https://apiv2stage2.atomex.net';
2264
+ this.basePath = 'https://apiv2stage3.atomex.net';
2265
2265
  this.defaultHeaders = new HttpHeaders();
2266
2266
  this.configuration = new Configuration();
2267
2267
  if (basePath) {
@@ -2491,7 +2491,7 @@ CatalogControllerService = __decorate([
2491
2491
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2492
2492
  constructor(httpClient, basePath, configuration) {
2493
2493
  this.httpClient = httpClient;
2494
- this.basePath = 'https://apiv2stage2.atomex.net';
2494
+ this.basePath = 'https://apiv2stage3.atomex.net';
2495
2495
  this.defaultHeaders = new HttpHeaders();
2496
2496
  this.configuration = new Configuration();
2497
2497
  if (basePath) {
@@ -2728,7 +2728,7 @@ ClickDestinationControllerService = __decorate([
2728
2728
  let CreativeControllerService = class CreativeControllerService {
2729
2729
  constructor(httpClient, basePath, configuration) {
2730
2730
  this.httpClient = httpClient;
2731
- this.basePath = 'https://apiv2stage2.atomex.net';
2731
+ this.basePath = 'https://apiv2stage3.atomex.net';
2732
2732
  this.defaultHeaders = new HttpHeaders();
2733
2733
  this.configuration = new Configuration();
2734
2734
  if (basePath) {
@@ -3175,328 +3175,6 @@ CreativeControllerService = __decorate([
3175
3175
  __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
3176
3176
  ], CreativeControllerService);
3177
3177
 
3178
- /**
3179
- * Api Documentation
3180
- * Api Documentation
3181
- *
3182
- * OpenAPI spec version: 1.0
3183
- *
3184
- *
3185
- * NOTE: This class is auto generated by the swagger code generator program.
3186
- * https://github.com/swagger-api/swagger-codegen.git
3187
- * Do not edit the class manually.
3188
- */
3189
- let CreativeSetsControllerService = class CreativeSetsControllerService {
3190
- constructor(httpClient, basePath, configuration) {
3191
- this.httpClient = httpClient;
3192
- this.basePath = 'https://apiv2stage2.atomex.net';
3193
- this.defaultHeaders = new HttpHeaders();
3194
- this.configuration = new Configuration();
3195
- if (basePath) {
3196
- this.basePath = basePath;
3197
- }
3198
- if (configuration) {
3199
- this.configuration = configuration;
3200
- this.basePath = basePath || configuration.basePath || this.basePath;
3201
- }
3202
- }
3203
- /**
3204
- * @param consumes string[] mime-types
3205
- * @return true: consumes contains 'multipart/form-data', false: otherwise
3206
- */
3207
- canConsumeForm(consumes) {
3208
- const form = 'multipart/form-data';
3209
- for (const consume of consumes) {
3210
- if (form === consume) {
3211
- return true;
3212
- }
3213
- }
3214
- return false;
3215
- }
3216
- createUsingPOST(creativeSetRequest, reqId, token, observe = 'body', reportProgress = false) {
3217
- if (creativeSetRequest === null || creativeSetRequest === undefined) {
3218
- throw new Error('Required parameter creativeSetRequest was null or undefined when calling createUsingPOST.');
3219
- }
3220
- let headers = this.defaultHeaders;
3221
- if (reqId !== undefined && reqId !== null) {
3222
- headers = headers.set('reqId', String(reqId));
3223
- }
3224
- if (token !== undefined && token !== null) {
3225
- headers = headers.set('token', String(token));
3226
- }
3227
- // to determine the Accept header
3228
- let httpHeaderAccepts = [
3229
- 'application/json'
3230
- ];
3231
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3232
- if (httpHeaderAcceptSelected != undefined) {
3233
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3234
- }
3235
- // to determine the Content-Type header
3236
- const consumes = [
3237
- 'application/json'
3238
- ];
3239
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3240
- if (httpContentTypeSelected != undefined) {
3241
- headers = headers.set('Content-Type', httpContentTypeSelected);
3242
- }
3243
- return this.httpClient.post(`${this.basePath}/v2/api/creativesets`, creativeSetRequest, {
3244
- withCredentials: this.configuration.withCredentials,
3245
- headers: headers,
3246
- observe: observe,
3247
- reportProgress: reportProgress
3248
- });
3249
- }
3250
- getAdvertiserDimensionsUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
3251
- if (advertiserId === null || advertiserId === undefined) {
3252
- throw new Error('Required parameter advertiserId was null or undefined when calling getAdvertiserDimensionsUsingGET.');
3253
- }
3254
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3255
- if (advertiserId !== undefined && advertiserId !== null) {
3256
- queryParameters = queryParameters.set('advertiserId', advertiserId);
3257
- }
3258
- let headers = this.defaultHeaders;
3259
- if (reqId !== undefined && reqId !== null) {
3260
- headers = headers.set('reqId', String(reqId));
3261
- }
3262
- if (token !== undefined && token !== null) {
3263
- headers = headers.set('token', String(token));
3264
- }
3265
- // to determine the Accept header
3266
- let httpHeaderAccepts = [
3267
- 'application/json'
3268
- ];
3269
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3270
- if (httpHeaderAcceptSelected != undefined) {
3271
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3272
- }
3273
- // to determine the Content-Type header
3274
- const consumes = [];
3275
- return this.httpClient.get(`${this.basePath}/v2/api/creativesets/dimensiondetails`, {
3276
- params: queryParameters,
3277
- withCredentials: this.configuration.withCredentials,
3278
- headers: headers,
3279
- observe: observe,
3280
- reportProgress: reportProgress
3281
- });
3282
- }
3283
- getByIdUsingGET3(id, reqId, token, observe = 'body', reportProgress = false) {
3284
- if (id === null || id === undefined) {
3285
- throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3286
- }
3287
- let headers = this.defaultHeaders;
3288
- if (reqId !== undefined && reqId !== null) {
3289
- headers = headers.set('reqId', String(reqId));
3290
- }
3291
- if (token !== undefined && token !== null) {
3292
- headers = headers.set('token', String(token));
3293
- }
3294
- // to determine the Accept header
3295
- let httpHeaderAccepts = [
3296
- 'application/json'
3297
- ];
3298
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3299
- if (httpHeaderAcceptSelected != undefined) {
3300
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3301
- }
3302
- // to determine the Content-Type header
3303
- const consumes = [];
3304
- return this.httpClient.get(`${this.basePath}/v2/api/creativesets/${encodeURIComponent(String(id))}`, {
3305
- withCredentials: this.configuration.withCredentials,
3306
- headers: headers,
3307
- observe: observe,
3308
- reportProgress: reportProgress
3309
- });
3310
- }
3311
- getCreativeSetsPerformanceUsingPOST(dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3312
- if (dashboardRequest === null || dashboardRequest === undefined) {
3313
- throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3314
- }
3315
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3316
- if (pageNumber !== undefined && pageNumber !== null) {
3317
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3318
- }
3319
- if (pageSize !== undefined && pageSize !== null) {
3320
- queryParameters = queryParameters.set('pageSize', pageSize);
3321
- }
3322
- if (refresh !== undefined && refresh !== null) {
3323
- queryParameters = queryParameters.set('refresh', refresh);
3324
- }
3325
- if (sort !== undefined && sort !== null) {
3326
- queryParameters = queryParameters.set('sort', sort);
3327
- }
3328
- let headers = this.defaultHeaders;
3329
- if (reqId !== undefined && reqId !== null) {
3330
- headers = headers.set('reqId', String(reqId));
3331
- }
3332
- if (token !== undefined && token !== null) {
3333
- headers = headers.set('token', String(token));
3334
- }
3335
- // to determine the Accept header
3336
- let httpHeaderAccepts = [
3337
- 'application/json'
3338
- ];
3339
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3340
- if (httpHeaderAcceptSelected != undefined) {
3341
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3342
- }
3343
- // to determine the Content-Type header
3344
- const consumes = [
3345
- 'application/json'
3346
- ];
3347
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3348
- if (httpContentTypeSelected != undefined) {
3349
- headers = headers.set('Content-Type', httpContentTypeSelected);
3350
- }
3351
- return this.httpClient.post(`${this.basePath}/v2/api/creativesets/performance/`, dashboardRequest, {
3352
- params: queryParameters,
3353
- withCredentials: this.configuration.withCredentials,
3354
- headers: headers,
3355
- observe: observe,
3356
- reportProgress: reportProgress
3357
- });
3358
- }
3359
- getCreativesPerformanceUsingPOST(dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3360
- if (dashboardRequest === null || dashboardRequest === undefined) {
3361
- throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
3362
- }
3363
- if (id === null || id === undefined) {
3364
- throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3365
- }
3366
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3367
- if (pageNumber !== undefined && pageNumber !== null) {
3368
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3369
- }
3370
- if (pageSize !== undefined && pageSize !== null) {
3371
- queryParameters = queryParameters.set('pageSize', pageSize);
3372
- }
3373
- if (refresh !== undefined && refresh !== null) {
3374
- queryParameters = queryParameters.set('refresh', refresh);
3375
- }
3376
- if (sort !== undefined && sort !== null) {
3377
- queryParameters = queryParameters.set('sort', sort);
3378
- }
3379
- let headers = this.defaultHeaders;
3380
- if (reqId !== undefined && reqId !== null) {
3381
- headers = headers.set('reqId', String(reqId));
3382
- }
3383
- if (token !== undefined && token !== null) {
3384
- headers = headers.set('token', String(token));
3385
- }
3386
- // to determine the Accept header
3387
- let httpHeaderAccepts = [
3388
- 'application/json'
3389
- ];
3390
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3391
- if (httpHeaderAcceptSelected != undefined) {
3392
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3393
- }
3394
- // to determine the Content-Type header
3395
- const consumes = [
3396
- 'application/json'
3397
- ];
3398
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3399
- if (httpContentTypeSelected != undefined) {
3400
- headers = headers.set('Content-Type', httpContentTypeSelected);
3401
- }
3402
- return this.httpClient.post(`${this.basePath}/v2/api/creativesets/creatives/performance/${encodeURIComponent(String(id))}`, dashboardRequest, {
3403
- params: queryParameters,
3404
- withCredentials: this.configuration.withCredentials,
3405
- headers: headers,
3406
- observe: observe,
3407
- reportProgress: reportProgress
3408
- });
3409
- }
3410
- getPerformanceByIdUsingPOST(dashboardRequest, id, refresh, reqId, token, observe = 'body', reportProgress = false) {
3411
- if (dashboardRequest === null || dashboardRequest === undefined) {
3412
- throw new Error('Required parameter dashboardRequest was null or undefined when calling getPerformanceByIdUsingPOST.');
3413
- }
3414
- if (id === null || id === undefined) {
3415
- throw new Error('Required parameter id was null or undefined when calling getPerformanceByIdUsingPOST.');
3416
- }
3417
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3418
- if (refresh !== undefined && refresh !== null) {
3419
- queryParameters = queryParameters.set('refresh', refresh);
3420
- }
3421
- let headers = this.defaultHeaders;
3422
- if (reqId !== undefined && reqId !== null) {
3423
- headers = headers.set('reqId', String(reqId));
3424
- }
3425
- if (token !== undefined && token !== null) {
3426
- headers = headers.set('token', String(token));
3427
- }
3428
- // to determine the Accept header
3429
- let httpHeaderAccepts = [
3430
- 'application/json'
3431
- ];
3432
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3433
- if (httpHeaderAcceptSelected != undefined) {
3434
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3435
- }
3436
- // to determine the Content-Type header
3437
- const consumes = [
3438
- 'application/json'
3439
- ];
3440
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3441
- if (httpContentTypeSelected != undefined) {
3442
- headers = headers.set('Content-Type', httpContentTypeSelected);
3443
- }
3444
- return this.httpClient.post(`${this.basePath}/v2/api/creativesets/performance/${encodeURIComponent(String(id))}`, dashboardRequest, {
3445
- params: queryParameters,
3446
- withCredentials: this.configuration.withCredentials,
3447
- headers: headers,
3448
- observe: observe,
3449
- reportProgress: reportProgress
3450
- });
3451
- }
3452
- updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
3453
- if (creativeSetRequest === null || creativeSetRequest === undefined) {
3454
- throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
3455
- }
3456
- if (id === null || id === undefined) {
3457
- throw new Error('Required parameter id was null or undefined when calling updateUsingPOST.');
3458
- }
3459
- let headers = this.defaultHeaders;
3460
- if (reqId !== undefined && reqId !== null) {
3461
- headers = headers.set('reqId', String(reqId));
3462
- }
3463
- if (token !== undefined && token !== null) {
3464
- headers = headers.set('token', String(token));
3465
- }
3466
- // to determine the Accept header
3467
- let httpHeaderAccepts = [
3468
- 'application/json'
3469
- ];
3470
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3471
- if (httpHeaderAcceptSelected != undefined) {
3472
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3473
- }
3474
- // to determine the Content-Type header
3475
- const consumes = [
3476
- 'application/json'
3477
- ];
3478
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3479
- if (httpContentTypeSelected != undefined) {
3480
- headers = headers.set('Content-Type', httpContentTypeSelected);
3481
- }
3482
- return this.httpClient.post(`${this.basePath}/v2/api/creativesets/${encodeURIComponent(String(id))}`, creativeSetRequest, {
3483
- withCredentials: this.configuration.withCredentials,
3484
- headers: headers,
3485
- observe: observe,
3486
- reportProgress: reportProgress
3487
- });
3488
- }
3489
- };
3490
- CreativeSetsControllerService.ctorParameters = () => [
3491
- { type: HttpClient },
3492
- { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
3493
- { type: Configuration, decorators: [{ type: Optional }] }
3494
- ];
3495
- CreativeSetsControllerService = __decorate([
3496
- Injectable(),
3497
- __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
3498
- ], CreativeSetsControllerService);
3499
-
3500
3178
  /**
3501
3179
  * Api Documentation
3502
3180
  * Api Documentation
@@ -3511,7 +3189,7 @@ CreativeSetsControllerService = __decorate([
3511
3189
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3512
3190
  constructor(httpClient, basePath, configuration) {
3513
3191
  this.httpClient = httpClient;
3514
- this.basePath = 'https://apiv2stage2.atomex.net';
3192
+ this.basePath = 'https://apiv2stage3.atomex.net';
3515
3193
  this.defaultHeaders = new HttpHeaders();
3516
3194
  this.configuration = new Configuration();
3517
3195
  if (basePath) {
@@ -3692,7 +3370,7 @@ CreativeTemplateThemesControllerService = __decorate([
3692
3370
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3693
3371
  constructor(httpClient, basePath, configuration) {
3694
3372
  this.httpClient = httpClient;
3695
- this.basePath = 'https://apiv2stage2.atomex.net';
3373
+ this.basePath = 'https://apiv2stage3.atomex.net';
3696
3374
  this.defaultHeaders = new HttpHeaders();
3697
3375
  this.configuration = new Configuration();
3698
3376
  if (basePath) {
@@ -3766,7 +3444,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3766
3444
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3767
3445
  constructor(httpClient, basePath, configuration) {
3768
3446
  this.httpClient = httpClient;
3769
- this.basePath = 'https://apiv2stage2.atomex.net';
3447
+ this.basePath = 'https://apiv2stage3.atomex.net';
3770
3448
  this.defaultHeaders = new HttpHeaders();
3771
3449
  this.configuration = new Configuration();
3772
3450
  if (basePath) {
@@ -3927,7 +3605,7 @@ CreativeTemplatesControllerService = __decorate([
3927
3605
  let DashboardControllerService = class DashboardControllerService {
3928
3606
  constructor(httpClient, basePath, configuration) {
3929
3607
  this.httpClient = httpClient;
3930
- this.basePath = 'https://apiv2stage2.atomex.net';
3608
+ this.basePath = 'https://apiv2stage3.atomex.net';
3931
3609
  this.defaultHeaders = new HttpHeaders();
3932
3610
  this.configuration = new Configuration();
3933
3611
  if (basePath) {
@@ -3951,12 +3629,12 @@ let DashboardControllerService = class DashboardControllerService {
3951
3629
  }
3952
3630
  return false;
3953
3631
  }
3954
- getByIdUsingGET4(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
3632
+ getByIdUsingGET3(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
3955
3633
  if (id === null || id === undefined) {
3956
- throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET4.');
3634
+ throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3957
3635
  }
3958
3636
  if (tableEntity === null || tableEntity === undefined) {
3959
- throw new Error('Required parameter tableEntity was null or undefined when calling getByIdUsingGET4.');
3637
+ throw new Error('Required parameter tableEntity was null or undefined when calling getByIdUsingGET3.');
3960
3638
  }
3961
3639
  let headers = this.defaultHeaders;
3962
3640
  if (reqId !== undefined && reqId !== null) {
@@ -4445,15 +4123,126 @@ let DashboardControllerService = class DashboardControllerService {
4445
4123
  reportProgress: reportProgress
4446
4124
  });
4447
4125
  }
4448
- updateStatusUsingPOST(id, status, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
4449
- if (id === null || id === undefined) {
4450
- throw new Error('Required parameter id was null or undefined when calling updateStatusUsingPOST.');
4126
+ };
4127
+ DashboardControllerService.ctorParameters = () => [
4128
+ { type: HttpClient },
4129
+ { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
4130
+ { type: Configuration, decorators: [{ type: Optional }] }
4131
+ ];
4132
+ DashboardControllerService = __decorate([
4133
+ Injectable(),
4134
+ __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
4135
+ ], DashboardControllerService);
4136
+
4137
+ /**
4138
+ * Api Documentation
4139
+ * Api Documentation
4140
+ *
4141
+ * OpenAPI spec version: 1.0
4142
+ *
4143
+ *
4144
+ * NOTE: This class is auto generated by the swagger code generator program.
4145
+ * https://github.com/swagger-api/swagger-codegen.git
4146
+ * Do not edit the class manually.
4147
+ */
4148
+ let NotificationsControllerService = class NotificationsControllerService {
4149
+ constructor(httpClient, basePath, configuration) {
4150
+ this.httpClient = httpClient;
4151
+ this.basePath = 'https://apiv2stage3.atomex.net';
4152
+ this.defaultHeaders = new HttpHeaders();
4153
+ this.configuration = new Configuration();
4154
+ if (basePath) {
4155
+ this.basePath = basePath;
4451
4156
  }
4452
- if (status === null || status === undefined) {
4453
- throw new Error('Required parameter status was null or undefined when calling updateStatusUsingPOST.');
4157
+ if (configuration) {
4158
+ this.configuration = configuration;
4159
+ this.basePath = basePath || configuration.basePath || this.basePath;
4454
4160
  }
4455
- if (tableEntity === null || tableEntity === undefined) {
4456
- throw new Error('Required parameter tableEntity was null or undefined when calling updateStatusUsingPOST.');
4161
+ }
4162
+ /**
4163
+ * @param consumes string[] mime-types
4164
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
4165
+ */
4166
+ canConsumeForm(consumes) {
4167
+ const form = 'multipart/form-data';
4168
+ for (const consume of consumes) {
4169
+ if (form === consume) {
4170
+ return true;
4171
+ }
4172
+ }
4173
+ return false;
4174
+ }
4175
+ getNotificationUsingGET(pageNumber, pageSize, reqId, token, observe = 'body', reportProgress = false) {
4176
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4177
+ if (pageNumber !== undefined && pageNumber !== null) {
4178
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
4179
+ }
4180
+ if (pageSize !== undefined && pageSize !== null) {
4181
+ queryParameters = queryParameters.set('pageSize', pageSize);
4182
+ }
4183
+ let headers = this.defaultHeaders;
4184
+ if (reqId !== undefined && reqId !== null) {
4185
+ headers = headers.set('reqId', String(reqId));
4186
+ }
4187
+ if (token !== undefined && token !== null) {
4188
+ headers = headers.set('token', String(token));
4189
+ }
4190
+ // to determine the Accept header
4191
+ let httpHeaderAccepts = [
4192
+ 'application/json'
4193
+ ];
4194
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4195
+ if (httpHeaderAcceptSelected != undefined) {
4196
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4197
+ }
4198
+ // to determine the Content-Type header
4199
+ const consumes = [];
4200
+ return this.httpClient.get(`${this.basePath}/v2/api/notifications`, {
4201
+ params: queryParameters,
4202
+ withCredentials: this.configuration.withCredentials,
4203
+ headers: headers,
4204
+ observe: observe,
4205
+ reportProgress: reportProgress
4206
+ });
4207
+ }
4208
+ markSeenUsingPOST(commaSeparatedIds, reqId, token, observe = 'body', reportProgress = false) {
4209
+ if (commaSeparatedIds === null || commaSeparatedIds === undefined) {
4210
+ throw new Error('Required parameter commaSeparatedIds was null or undefined when calling markSeenUsingPOST.');
4211
+ }
4212
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4213
+ if (commaSeparatedIds !== undefined && commaSeparatedIds !== null) {
4214
+ queryParameters = queryParameters.set('commaSeparatedIds', commaSeparatedIds);
4215
+ }
4216
+ let headers = this.defaultHeaders;
4217
+ if (reqId !== undefined && reqId !== null) {
4218
+ headers = headers.set('reqId', String(reqId));
4219
+ }
4220
+ if (token !== undefined && token !== null) {
4221
+ headers = headers.set('token', String(token));
4222
+ }
4223
+ // to determine the Accept header
4224
+ let httpHeaderAccepts = [
4225
+ 'application/json'
4226
+ ];
4227
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4228
+ if (httpHeaderAcceptSelected != undefined) {
4229
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4230
+ }
4231
+ // to determine the Content-Type header
4232
+ const consumes = [
4233
+ 'application/json'
4234
+ ];
4235
+ return this.httpClient.post(`${this.basePath}/v2/api/notifications/v2/api/notifications/seen/${encodeURIComponent(String(commaSeparatedIds))}`, null, {
4236
+ params: queryParameters,
4237
+ withCredentials: this.configuration.withCredentials,
4238
+ headers: headers,
4239
+ observe: observe,
4240
+ reportProgress: reportProgress
4241
+ });
4242
+ }
4243
+ resolveNotificationUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
4244
+ if (id === null || id === undefined) {
4245
+ throw new Error('Required parameter id was null or undefined when calling resolveNotificationUsingPOST.');
4457
4246
  }
4458
4247
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4459
4248
  if (id !== undefined && id !== null) {
@@ -4478,7 +4267,7 @@ let DashboardControllerService = class DashboardControllerService {
4478
4267
  const consumes = [
4479
4268
  'application/json'
4480
4269
  ];
4481
- return this.httpClient.post(`${this.basePath}/v2/api/${encodeURIComponent(String(tableEntity))}/${encodeURIComponent(String(status))}`, null, {
4270
+ return this.httpClient.post(`${this.basePath}/v2/api/notifications/v2/api/notifications/resolve/${encodeURIComponent(String(id))}`, null, {
4482
4271
  params: queryParameters,
4483
4272
  withCredentials: this.configuration.withCredentials,
4484
4273
  headers: headers,
@@ -4487,15 +4276,15 @@ let DashboardControllerService = class DashboardControllerService {
4487
4276
  });
4488
4277
  }
4489
4278
  };
4490
- DashboardControllerService.ctorParameters = () => [
4279
+ NotificationsControllerService.ctorParameters = () => [
4491
4280
  { type: HttpClient },
4492
4281
  { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
4493
4282
  { type: Configuration, decorators: [{ type: Optional }] }
4494
4283
  ];
4495
- DashboardControllerService = __decorate([
4284
+ NotificationsControllerService = __decorate([
4496
4285
  Injectable(),
4497
4286
  __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
4498
- ], DashboardControllerService);
4287
+ ], NotificationsControllerService);
4499
4288
 
4500
4289
  /**
4501
4290
  * Api Documentation
@@ -4511,7 +4300,7 @@ DashboardControllerService = __decorate([
4511
4300
  let PixelControllerService = class PixelControllerService {
4512
4301
  constructor(httpClient, basePath, configuration) {
4513
4302
  this.httpClient = httpClient;
4514
- this.basePath = 'https://apiv2stage2.atomex.net';
4303
+ this.basePath = 'https://apiv2stage3.atomex.net';
4515
4304
  this.defaultHeaders = new HttpHeaders();
4516
4305
  this.configuration = new Configuration();
4517
4306
  if (basePath) {
@@ -4570,9 +4359,9 @@ let PixelControllerService = class PixelControllerService {
4570
4359
  reportProgress: reportProgress
4571
4360
  });
4572
4361
  }
4573
- createUsingPOST1(pixel, reqId, token, observe = 'body', reportProgress = false) {
4362
+ createUsingPOST(pixel, reqId, token, observe = 'body', reportProgress = false) {
4574
4363
  if (pixel === null || pixel === undefined) {
4575
- throw new Error('Required parameter pixel was null or undefined when calling createUsingPOST1.');
4364
+ throw new Error('Required parameter pixel was null or undefined when calling createUsingPOST.');
4576
4365
  }
4577
4366
  let headers = this.defaultHeaders;
4578
4367
  if (reqId !== undefined && reqId !== null) {
@@ -4639,9 +4428,9 @@ let PixelControllerService = class PixelControllerService {
4639
4428
  reportProgress: reportProgress
4640
4429
  });
4641
4430
  }
4642
- getByIdUsingGET5(id, reqId, token, observe = 'body', reportProgress = false) {
4431
+ getByIdUsingGET4(id, reqId, token, observe = 'body', reportProgress = false) {
4643
4432
  if (id === null || id === undefined) {
4644
- throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET5.');
4433
+ throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET4.');
4645
4434
  }
4646
4435
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4647
4436
  if (id !== undefined && id !== null) {
@@ -4756,12 +4545,12 @@ let PixelControllerService = class PixelControllerService {
4756
4545
  reportProgress: reportProgress
4757
4546
  });
4758
4547
  }
4759
- updateUsingPOST1(id, pixel, reqId, token, observe = 'body', reportProgress = false) {
4548
+ updateUsingPOST(id, pixel, reqId, token, observe = 'body', reportProgress = false) {
4760
4549
  if (id === null || id === undefined) {
4761
- throw new Error('Required parameter id was null or undefined when calling updateUsingPOST1.');
4550
+ throw new Error('Required parameter id was null or undefined when calling updateUsingPOST.');
4762
4551
  }
4763
4552
  if (pixel === null || pixel === undefined) {
4764
- throw new Error('Required parameter pixel was null or undefined when calling updateUsingPOST1.');
4553
+ throw new Error('Required parameter pixel was null or undefined when calling updateUsingPOST.');
4765
4554
  }
4766
4555
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4767
4556
  if (id !== undefined && id !== null) {
@@ -4823,7 +4612,7 @@ PixelControllerService = __decorate([
4823
4612
  let ReportingControllerService = class ReportingControllerService {
4824
4613
  constructor(httpClient, basePath, configuration) {
4825
4614
  this.httpClient = httpClient;
4826
- this.basePath = 'https://apiv2stage2.atomex.net';
4615
+ this.basePath = 'https://apiv2stage3.atomex.net';
4827
4616
  this.defaultHeaders = new HttpHeaders();
4828
4617
  this.configuration = new Configuration();
4829
4618
  if (basePath) {
@@ -4989,7 +4778,7 @@ ReportingControllerService = __decorate([
4989
4778
  let SliceXControllerService = class SliceXControllerService {
4990
4779
  constructor(httpClient, basePath, configuration) {
4991
4780
  this.httpClient = httpClient;
4992
- this.basePath = 'https://apiv2stage2.atomex.net';
4781
+ this.basePath = 'https://apiv2stage3.atomex.net';
4993
4782
  this.defaultHeaders = new HttpHeaders();
4994
4783
  this.configuration = new Configuration();
4995
4784
  if (basePath) {
@@ -5156,7 +4945,7 @@ SliceXControllerService = __decorate([
5156
4945
  let StrategyControllerService = class StrategyControllerService {
5157
4946
  constructor(httpClient, basePath, configuration) {
5158
4947
  this.httpClient = httpClient;
5159
- this.basePath = 'https://apiv2stage2.atomex.net';
4948
+ this.basePath = 'https://apiv2stage3.atomex.net';
5160
4949
  this.defaultHeaders = new HttpHeaders();
5161
4950
  this.configuration = new Configuration();
5162
4951
  if (basePath) {
@@ -5608,7 +5397,7 @@ StrategyControllerService = __decorate([
5608
5397
  let UILoggerControllerService = class UILoggerControllerService {
5609
5398
  constructor(httpClient, basePath, configuration) {
5610
5399
  this.httpClient = httpClient;
5611
- this.basePath = 'https://apiv2stage2.atomex.net';
5400
+ this.basePath = 'https://apiv2stage3.atomex.net';
5612
5401
  this.defaultHeaders = new HttpHeaders();
5613
5402
  this.configuration = new Configuration();
5614
5403
  if (basePath) {
@@ -5696,7 +5485,7 @@ UILoggerControllerService = __decorate([
5696
5485
  let UserPreferenceControllerService = class UserPreferenceControllerService {
5697
5486
  constructor(httpClient, basePath, configuration) {
5698
5487
  this.httpClient = httpClient;
5699
- this.basePath = 'https://apiv2stage2.atomex.net';
5488
+ this.basePath = 'https://apiv2stage3.atomex.net';
5700
5489
  this.defaultHeaders = new HttpHeaders();
5701
5490
  this.configuration = new Configuration();
5702
5491
  if (basePath) {
@@ -5852,7 +5641,7 @@ UserPreferenceControllerService = __decorate([
5852
5641
  __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
5853
5642
  ], UserPreferenceControllerService);
5854
5643
 
5855
- const 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];
5644
+ const 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];
5856
5645
 
5857
5646
  var ActivityLogsStrategyBulkUpdateDTO;
5858
5647
  (function (ActivityLogsStrategyBulkUpdateDTO) {
@@ -6018,26 +5807,6 @@ var CreativeDTO;
6018
5807
  };
6019
5808
  })(CreativeDTO || (CreativeDTO = {}));
6020
5809
 
6021
- var CreativeFileForSet;
6022
- (function (CreativeFileForSet) {
6023
- CreativeFileForSet.TypeEnum = {
6024
- Image: 'image',
6025
- Html: 'html',
6026
- ZippedHTML: 'zippedHTML',
6027
- Video: 'video',
6028
- NativeAd: 'nativeAd',
6029
- NativeVideo: 'nativeVideo',
6030
- FbxImage: 'fbxImage',
6031
- Flash: 'flash',
6032
- FbNewsFeed: 'fbNewsFeed',
6033
- FbRightColumn: 'fbRightColumn',
6034
- FbAppInstall: 'fbAppInstall',
6035
- FbAppEngagement: 'fbAppEngagement',
6036
- ClickTracker: 'clickTracker',
6037
- FbxImageNewsFeed: 'fbxImageNewsFeed'
6038
- };
6039
- })(CreativeFileForSet || (CreativeFileForSet = {}));
6040
-
6041
5810
  var CreativeFiles;
6042
5811
  (function (CreativeFiles) {
6043
5812
  CreativeFiles.TypeEnum = {
@@ -6069,9 +5838,9 @@ var CreativeFiles;
6069
5838
  * https://github.com/swagger-api/swagger-codegen.git
6070
5839
  * Do not edit the class manually.
6071
5840
  */
6072
- var CreativeHtmlFileForSet;
6073
- (function (CreativeHtmlFileForSet) {
6074
- CreativeHtmlFileForSet.TypeEnum = {
5841
+ var CreativeHtmlFile;
5842
+ (function (CreativeHtmlFile) {
5843
+ CreativeHtmlFile.TypeEnum = {
6075
5844
  Image: 'image',
6076
5845
  Html: 'html',
6077
5846
  ZippedHTML: 'zippedHTML',
@@ -6087,55 +5856,7 @@ var CreativeHtmlFileForSet;
6087
5856
  ClickTracker: 'clickTracker',
6088
5857
  FbxImageNewsFeed: 'fbxImageNewsFeed'
6089
5858
  };
6090
- })(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
6091
-
6092
- var CreativeSetDetails;
6093
- (function (CreativeSetDetails) {
6094
- CreativeSetDetails.TypeEnum = {
6095
- IMAGE: 'IMAGE',
6096
- VIDEO: 'VIDEO',
6097
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6098
- ZIPPEDHTML: 'ZIPPED_HTML',
6099
- NATIVEIMAGE: 'NATIVE_IMAGE',
6100
- NATIVEVIDEO: 'NATIVE_VIDEO',
6101
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6102
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6103
- DYNAMICHTML: 'DYNAMIC_HTML',
6104
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6105
- };
6106
- })(CreativeSetDetails || (CreativeSetDetails = {}));
6107
-
6108
- var CreativeSetRequest;
6109
- (function (CreativeSetRequest) {
6110
- CreativeSetRequest.CreativeSetTypeEnum = {
6111
- IMAGE: 'IMAGE',
6112
- VIDEO: 'VIDEO',
6113
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6114
- ZIPPEDHTML: 'ZIPPED_HTML',
6115
- NATIVEIMAGE: 'NATIVE_IMAGE',
6116
- NATIVEVIDEO: 'NATIVE_VIDEO',
6117
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6118
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6119
- DYNAMICHTML: 'DYNAMIC_HTML',
6120
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6121
- };
6122
- })(CreativeSetRequest || (CreativeSetRequest = {}));
6123
-
6124
- var CreativeSetsListDashboardData;
6125
- (function (CreativeSetsListDashboardData) {
6126
- CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6127
- IMAGE: 'IMAGE',
6128
- VIDEO: 'VIDEO',
6129
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6130
- ZIPPEDHTML: 'ZIPPED_HTML',
6131
- NATIVEIMAGE: 'NATIVE_IMAGE',
6132
- NATIVEVIDEO: 'NATIVE_VIDEO',
6133
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6134
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6135
- DYNAMICHTML: 'DYNAMIC_HTML',
6136
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6137
- };
6138
- })(CreativeSetsListDashboardData || (CreativeSetsListDashboardData = {}));
5859
+ })(CreativeHtmlFile || (CreativeHtmlFile = {}));
6139
5860
 
6140
5861
  /**
6141
5862
  * Api Documentation
@@ -6222,6 +5943,25 @@ var MetaRuleDto;
6222
5943
  };
6223
5944
  })(MetaRuleDto || (MetaRuleDto = {}));
6224
5945
 
5946
+ /**
5947
+ * Api Documentation
5948
+ * Api Documentation
5949
+ *
5950
+ * OpenAPI spec version: 1.0
5951
+ *
5952
+ *
5953
+ * NOTE: This class is auto generated by the swagger code generator program.
5954
+ * https://github.com/swagger-api/swagger-codegen.git
5955
+ * Do not edit the class manually.
5956
+ */
5957
+ var NotificationResponse;
5958
+ (function (NotificationResponse) {
5959
+ NotificationResponse.TypeEnum = {
5960
+ STATIC: 'STATIC',
5961
+ ACTIONABLE: 'ACTIONABLE'
5962
+ };
5963
+ })(NotificationResponse || (NotificationResponse = {}));
5964
+
6225
5965
  /**
6226
5966
  * Api Documentation
6227
5967
  * Api Documentation
@@ -6587,11 +6327,11 @@ ApiModule = ApiModule_1 = __decorate([
6587
6327
  CatalogControllerService,
6588
6328
  ClickDestinationControllerService,
6589
6329
  CreativeControllerService,
6590
- CreativeSetsControllerService,
6591
6330
  CreativeTemplateThemesControllerService,
6592
6331
  CreativeTemplateVariablesControllerService,
6593
6332
  CreativeTemplatesControllerService,
6594
6333
  DashboardControllerService,
6334
+ NotificationsControllerService,
6595
6335
  PixelControllerService,
6596
6336
  ReportingControllerService,
6597
6337
  SliceXControllerService,
@@ -6608,5 +6348,5 @@ ApiModule = ApiModule_1 = __decorate([
6608
6348
  * Generated bundle index. Do not edit.
6609
6349
  */
6610
6350
 
6611
- 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 };
6351
+ 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 };
6612
6352
  //# sourceMappingURL=revxui-api-clients-ts.js.map