@revxui/api-clients-ts 1.1.490 → 1.1.492

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 (67) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsV2Controller.service.d.ts +9 -9
  3. package/api/notificationsController.service.d.ts +14 -0
  4. package/esm2020/api/adminController.service.mjs +2 -2
  5. package/esm2020/api/advertiserController.service.mjs +2 -2
  6. package/esm2020/api/appSettingsController.service.mjs +2 -2
  7. package/esm2020/api/appsFlyerController.service.mjs +2 -2
  8. package/esm2020/api/audienceController.service.mjs +2 -2
  9. package/esm2020/api/auditController.service.mjs +2 -2
  10. package/esm2020/api/bidFunnelController.service.mjs +2 -2
  11. package/esm2020/api/bulkStrategyController.service.mjs +2 -2
  12. package/esm2020/api/cSSThemeController_.service.mjs +2 -2
  13. package/esm2020/api/campaignController.service.mjs +2 -2
  14. package/esm2020/api/catalogController.service.mjs +2 -2
  15. package/esm2020/api/clickDestinationController.service.mjs +2 -2
  16. package/esm2020/api/creativeController.service.mjs +2 -2
  17. package/esm2020/api/creativeSetsController.service.mjs +2 -2
  18. package/esm2020/api/creativeSetsV2Controller.service.mjs +2 -2
  19. package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
  20. package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
  21. package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
  22. package/esm2020/api/customerReportingController.service.mjs +2 -2
  23. package/esm2020/api/dCOVideoSettingsController.service.mjs +2 -2
  24. package/esm2020/api/dashboardController.service.mjs +2 -2
  25. package/esm2020/api/experimentsController.service.mjs +2 -2
  26. package/esm2020/api/notificationsController.service.mjs +33 -2
  27. package/esm2020/api/pixelController.service.mjs +2 -2
  28. package/esm2020/api/reportController.service.mjs +2 -2
  29. package/esm2020/api/reportingController.service.mjs +2 -2
  30. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  31. package/esm2020/api/safeguardController.service.mjs +2 -2
  32. package/esm2020/api/sliceXController.service.mjs +2 -2
  33. package/esm2020/api/strategyController.service.mjs +2 -2
  34. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  35. package/esm2020/api/uILoggerController.service.mjs +2 -2
  36. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  37. package/esm2020/model/apiResponseObjectListSafeguardAlertDTO.mjs +2 -0
  38. package/esm2020/model/assetSelectionDTO.mjs +1 -1
  39. package/esm2020/model/creativeAssetUploadResponse.mjs +1 -1
  40. package/esm2020/model/creativeDTO.mjs +6 -1
  41. package/esm2020/model/creativeEntity.mjs +6 -1
  42. package/esm2020/model/models.mjs +3 -1
  43. package/esm2020/model/optimizationJobStatusResponse.mjs +1 -1
  44. package/esm2020/model/safeguardAlertDTO.mjs +13 -0
  45. package/esm2020/model/safeguardDetail.mjs +3 -2
  46. package/esm2020/model/safeguardExclusionDTO.mjs +3 -2
  47. package/esm2020/model/safeguardRequestDTO.mjs +3 -2
  48. package/esm2020/model/safeguardResponseDTO.mjs +3 -2
  49. package/esm2020/model/videoAttributes.mjs +6 -1
  50. package/fesm2015/revxui-api-clients-ts.mjs +87 -37
  51. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  52. package/fesm2020/revxui-api-clients-ts.mjs +99 -37
  53. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  54. package/model/apiResponseObjectListSafeguardAlertDTO.d.ts +17 -0
  55. package/model/assetSelectionDTO.d.ts +1 -1
  56. package/model/creativeAssetUploadResponse.d.ts +1 -1
  57. package/model/creativeDTO.d.ts +7 -0
  58. package/model/creativeEntity.d.ts +7 -0
  59. package/model/models.d.ts +2 -0
  60. package/model/optimizationJobStatusResponse.d.ts +1 -1
  61. package/model/safeguardAlertDTO.d.ts +19 -0
  62. package/model/safeguardDetail.d.ts +3 -1
  63. package/model/safeguardExclusionDTO.d.ts +2 -1
  64. package/model/safeguardRequestDTO.d.ts +3 -1
  65. package/model/safeguardResponseDTO.d.ts +3 -1
  66. package/model/videoAttributes.d.ts +7 -0
  67. package/package.json +1 -1
@@ -85,7 +85,7 @@ class Configuration {
85
85
  class AdminControllerService {
86
86
  constructor(httpClient, basePath, configuration) {
87
87
  this.httpClient = httpClient;
88
- this.basePath = 'https://apiv2stage7.atomex.net';
88
+ this.basePath = 'https://apiv2stage3.atomex.net';
89
89
  this.defaultHeaders = new HttpHeaders();
90
90
  this.configuration = new Configuration();
91
91
  if (basePath) {
@@ -279,7 +279,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
279
279
  class AdvertiserControllerService {
280
280
  constructor(httpClient, basePath, configuration) {
281
281
  this.httpClient = httpClient;
282
- this.basePath = 'https://apiv2stage7.atomex.net';
282
+ this.basePath = 'https://apiv2stage3.atomex.net';
283
283
  this.defaultHeaders = new HttpHeaders();
284
284
  this.configuration = new Configuration();
285
285
  if (basePath) {
@@ -854,7 +854,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
854
854
  class AppSettingsControllerService {
855
855
  constructor(httpClient, basePath, configuration) {
856
856
  this.httpClient = httpClient;
857
- this.basePath = 'https://apiv2stage7.atomex.net';
857
+ this.basePath = 'https://apiv2stage3.atomex.net';
858
858
  this.defaultHeaders = new HttpHeaders();
859
859
  this.configuration = new Configuration();
860
860
  if (basePath) {
@@ -1099,7 +1099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1099
1099
  class AppsFlyerControllerService {
1100
1100
  constructor(httpClient, basePath, configuration) {
1101
1101
  this.httpClient = httpClient;
1102
- this.basePath = 'https://apiv2stage7.atomex.net';
1102
+ this.basePath = 'https://apiv2stage3.atomex.net';
1103
1103
  this.defaultHeaders = new HttpHeaders();
1104
1104
  this.configuration = new Configuration();
1105
1105
  if (basePath) {
@@ -1185,7 +1185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1185
1185
  class AudienceControllerService {
1186
1186
  constructor(httpClient, basePath, configuration) {
1187
1187
  this.httpClient = httpClient;
1188
- this.basePath = 'https://apiv2stage7.atomex.net';
1188
+ this.basePath = 'https://apiv2stage3.atomex.net';
1189
1189
  this.defaultHeaders = new HttpHeaders();
1190
1190
  this.configuration = new Configuration();
1191
1191
  if (basePath) {
@@ -2061,7 +2061,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2061
2061
  class AuditControllerService {
2062
2062
  constructor(httpClient, basePath, configuration) {
2063
2063
  this.httpClient = httpClient;
2064
- this.basePath = 'https://apiv2stage7.atomex.net';
2064
+ this.basePath = 'https://apiv2stage3.atomex.net';
2065
2065
  this.defaultHeaders = new HttpHeaders();
2066
2066
  this.configuration = new Configuration();
2067
2067
  if (basePath) {
@@ -2261,7 +2261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2261
2261
  class BidFunnelControllerService {
2262
2262
  constructor(httpClient, basePath, configuration) {
2263
2263
  this.httpClient = httpClient;
2264
- this.basePath = 'https://apiv2stage7.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) {
@@ -2410,7 +2410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2410
2410
  class BulkStrategyControllerService {
2411
2411
  constructor(httpClient, basePath, configuration) {
2412
2412
  this.httpClient = httpClient;
2413
- this.basePath = 'https://apiv2stage7.atomex.net';
2413
+ this.basePath = 'https://apiv2stage3.atomex.net';
2414
2414
  this.defaultHeaders = new HttpHeaders();
2415
2415
  this.configuration = new Configuration();
2416
2416
  if (basePath) {
@@ -2635,7 +2635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2635
2635
  class CSSThemeController_Service {
2636
2636
  constructor(httpClient, basePath, configuration) {
2637
2637
  this.httpClient = httpClient;
2638
- this.basePath = 'https://apiv2stage7.atomex.net';
2638
+ this.basePath = 'https://apiv2stage3.atomex.net';
2639
2639
  this.defaultHeaders = new HttpHeaders();
2640
2640
  this.configuration = new Configuration();
2641
2641
  if (basePath) {
@@ -2744,7 +2744,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2744
2744
  class CampaignControllerService {
2745
2745
  constructor(httpClient, basePath, configuration) {
2746
2746
  this.httpClient = httpClient;
2747
- this.basePath = 'https://apiv2stage7.atomex.net';
2747
+ this.basePath = 'https://apiv2stage3.atomex.net';
2748
2748
  this.defaultHeaders = new HttpHeaders();
2749
2749
  this.configuration = new Configuration();
2750
2750
  if (basePath) {
@@ -3185,7 +3185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3185
3185
  class CatalogControllerService {
3186
3186
  constructor(httpClient, basePath, configuration) {
3187
3187
  this.httpClient = httpClient;
3188
- this.basePath = 'https://apiv2stage7.atomex.net';
3188
+ this.basePath = 'https://apiv2stage3.atomex.net';
3189
3189
  this.defaultHeaders = new HttpHeaders();
3190
3190
  this.configuration = new Configuration();
3191
3191
  if (basePath) {
@@ -3428,7 +3428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3428
3428
  class ClickDestinationControllerService {
3429
3429
  constructor(httpClient, basePath, configuration) {
3430
3430
  this.httpClient = httpClient;
3431
- this.basePath = 'https://apiv2stage7.atomex.net';
3431
+ this.basePath = 'https://apiv2stage3.atomex.net';
3432
3432
  this.defaultHeaders = new HttpHeaders();
3433
3433
  this.configuration = new Configuration();
3434
3434
  if (basePath) {
@@ -3660,7 +3660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3660
3660
  class CreativeControllerService {
3661
3661
  constructor(httpClient, basePath, configuration) {
3662
3662
  this.httpClient = httpClient;
3663
- this.basePath = 'https://apiv2stage7.atomex.net';
3663
+ this.basePath = 'https://apiv2stage3.atomex.net';
3664
3664
  this.defaultHeaders = new HttpHeaders();
3665
3665
  this.configuration = new Configuration();
3666
3666
  if (basePath) {
@@ -4263,7 +4263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4263
4263
  class CreativeSetsControllerService {
4264
4264
  constructor(httpClient, basePath, configuration) {
4265
4265
  this.httpClient = httpClient;
4266
- this.basePath = 'https://apiv2stage7.atomex.net';
4266
+ this.basePath = 'https://apiv2stage3.atomex.net';
4267
4267
  this.defaultHeaders = new HttpHeaders();
4268
4268
  this.configuration = new Configuration();
4269
4269
  if (basePath) {
@@ -4909,7 +4909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4909
4909
  class CreativeSetsV2ControllerService {
4910
4910
  constructor(httpClient, basePath, configuration) {
4911
4911
  this.httpClient = httpClient;
4912
- this.basePath = 'https://apiv2stage7.atomex.net';
4912
+ this.basePath = 'https://apiv2stage3.atomex.net';
4913
4913
  this.defaultHeaders = new HttpHeaders();
4914
4914
  this.configuration = new Configuration();
4915
4915
  if (basePath) {
@@ -5152,7 +5152,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5152
5152
  class CreativeTemplateThemesControllerService {
5153
5153
  constructor(httpClient, basePath, configuration) {
5154
5154
  this.httpClient = httpClient;
5155
- this.basePath = 'https://apiv2stage7.atomex.net';
5155
+ this.basePath = 'https://apiv2stage3.atomex.net';
5156
5156
  this.defaultHeaders = new HttpHeaders();
5157
5157
  this.configuration = new Configuration();
5158
5158
  if (basePath) {
@@ -5337,7 +5337,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5337
5337
  class CreativeTemplateVariablesControllerService {
5338
5338
  constructor(httpClient, basePath, configuration) {
5339
5339
  this.httpClient = httpClient;
5340
- this.basePath = 'https://apiv2stage7.atomex.net';
5340
+ this.basePath = 'https://apiv2stage3.atomex.net';
5341
5341
  this.defaultHeaders = new HttpHeaders();
5342
5342
  this.configuration = new Configuration();
5343
5343
  if (basePath) {
@@ -5415,7 +5415,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5415
5415
  class CreativeTemplatesControllerService {
5416
5416
  constructor(httpClient, basePath, configuration) {
5417
5417
  this.httpClient = httpClient;
5418
- this.basePath = 'https://apiv2stage7.atomex.net';
5418
+ this.basePath = 'https://apiv2stage3.atomex.net';
5419
5419
  this.defaultHeaders = new HttpHeaders();
5420
5420
  this.configuration = new Configuration();
5421
5421
  if (basePath) {
@@ -5580,7 +5580,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5580
5580
  class CustomerReportingControllerService {
5581
5581
  constructor(httpClient, basePath, configuration) {
5582
5582
  this.httpClient = httpClient;
5583
- this.basePath = 'https://apiv2stage7.atomex.net';
5583
+ this.basePath = 'https://apiv2stage3.atomex.net';
5584
5584
  this.defaultHeaders = new HttpHeaders();
5585
5585
  this.configuration = new Configuration();
5586
5586
  if (basePath) {
@@ -5743,7 +5743,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5743
5743
  class DCOVideoSettingsControllerService {
5744
5744
  constructor(httpClient, basePath, configuration) {
5745
5745
  this.httpClient = httpClient;
5746
- this.basePath = 'https://apiv2stage7.atomex.net';
5746
+ this.basePath = 'https://apiv2stage3.atomex.net';
5747
5747
  this.defaultHeaders = new HttpHeaders();
5748
5748
  this.configuration = new Configuration();
5749
5749
  if (basePath) {
@@ -6309,7 +6309,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6309
6309
  class DashboardControllerService {
6310
6310
  constructor(httpClient, basePath, configuration) {
6311
6311
  this.httpClient = httpClient;
6312
- this.basePath = 'https://apiv2stage7.atomex.net';
6312
+ this.basePath = 'https://apiv2stage3.atomex.net';
6313
6313
  this.defaultHeaders = new HttpHeaders();
6314
6314
  this.configuration = new Configuration();
6315
6315
  if (basePath) {
@@ -6967,7 +6967,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6967
6967
  class ExperimentsControllerService {
6968
6968
  constructor(httpClient, basePath, configuration) {
6969
6969
  this.httpClient = httpClient;
6970
- this.basePath = 'https://apiv2stage7.atomex.net';
6970
+ this.basePath = 'https://apiv2stage3.atomex.net';
6971
6971
  this.defaultHeaders = new HttpHeaders();
6972
6972
  this.configuration = new Configuration();
6973
6973
  if (basePath) {
@@ -7694,7 +7694,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7694
7694
  class NotificationsControllerService {
7695
7695
  constructor(httpClient, basePath, configuration) {
7696
7696
  this.httpClient = httpClient;
7697
- this.basePath = 'https://apiv2stage7.atomex.net';
7697
+ this.basePath = 'https://apiv2stage3.atomex.net';
7698
7698
  this.defaultHeaders = new HttpHeaders();
7699
7699
  this.configuration = new Configuration();
7700
7700
  if (basePath) {
@@ -7751,6 +7751,37 @@ class NotificationsControllerService {
7751
7751
  reportProgress: reportProgress
7752
7752
  });
7753
7753
  }
7754
+ getSafeguardAlertsByEntityUsingGET(entityId, entityType, reqId, token, observe = 'body', reportProgress = false) {
7755
+ if (entityId === null || entityId === undefined) {
7756
+ throw new Error('Required parameter entityId was null or undefined when calling getSafeguardAlertsByEntityUsingGET.');
7757
+ }
7758
+ if (entityType === null || entityType === undefined) {
7759
+ throw new Error('Required parameter entityType was null or undefined when calling getSafeguardAlertsByEntityUsingGET.');
7760
+ }
7761
+ let headers = this.defaultHeaders;
7762
+ if (reqId !== undefined && reqId !== null) {
7763
+ headers = headers.set('reqId', String(reqId));
7764
+ }
7765
+ if (token !== undefined && token !== null) {
7766
+ headers = headers.set('token', String(token));
7767
+ }
7768
+ // to determine the Accept header
7769
+ let httpHeaderAccepts = [
7770
+ 'application/json'
7771
+ ];
7772
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
7773
+ if (httpHeaderAcceptSelected != undefined) {
7774
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
7775
+ }
7776
+ // to determine the Content-Type header
7777
+ const consumes = [];
7778
+ return this.httpClient.get(`${this.basePath}/v2/api/notifications/getBannerNotifications/${encodeURIComponent(String(entityType))}/${encodeURIComponent(String(entityId))}`, {
7779
+ withCredentials: this.configuration.withCredentials,
7780
+ headers: headers,
7781
+ observe: observe,
7782
+ reportProgress: reportProgress
7783
+ });
7784
+ }
7754
7785
  markAllSeenUsingPOST(reqId, token, observe = 'body', reportProgress = false) {
7755
7786
  let headers = this.defaultHeaders;
7756
7787
  if (reqId !== undefined && reqId !== null) {
@@ -7907,7 +7938,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7907
7938
  class PixelControllerService {
7908
7939
  constructor(httpClient, basePath, configuration) {
7909
7940
  this.httpClient = httpClient;
7910
- this.basePath = 'https://apiv2stage7.atomex.net';
7941
+ this.basePath = 'https://apiv2stage3.atomex.net';
7911
7942
  this.defaultHeaders = new HttpHeaders();
7912
7943
  this.configuration = new Configuration();
7913
7944
  if (basePath) {
@@ -8214,7 +8245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8214
8245
  class ReportControllerService {
8215
8246
  constructor(httpClient, basePath, configuration) {
8216
8247
  this.httpClient = httpClient;
8217
- this.basePath = 'https://apiv2stage7.atomex.net';
8248
+ this.basePath = 'https://apiv2stage3.atomex.net';
8218
8249
  this.defaultHeaders = new HttpHeaders();
8219
8250
  this.configuration = new Configuration();
8220
8251
  if (basePath) {
@@ -8351,7 +8382,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8351
8382
  class ReportingControllerService {
8352
8383
  constructor(httpClient, basePath, configuration) {
8353
8384
  this.httpClient = httpClient;
8354
- this.basePath = 'https://apiv2stage7.atomex.net';
8385
+ this.basePath = 'https://apiv2stage3.atomex.net';
8355
8386
  this.defaultHeaders = new HttpHeaders();
8356
8387
  this.configuration = new Configuration();
8357
8388
  if (basePath) {
@@ -8521,7 +8552,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8521
8552
  class ReportingSchedulerControllerService {
8522
8553
  constructor(httpClient, basePath, configuration) {
8523
8554
  this.httpClient = httpClient;
8524
- this.basePath = 'https://apiv2stage7.atomex.net';
8555
+ this.basePath = 'https://apiv2stage3.atomex.net';
8525
8556
  this.defaultHeaders = new HttpHeaders();
8526
8557
  this.configuration = new Configuration();
8527
8558
  if (basePath) {
@@ -8836,7 +8867,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8836
8867
  class SafeguardControllerService {
8837
8868
  constructor(httpClient, basePath, configuration) {
8838
8869
  this.httpClient = httpClient;
8839
- this.basePath = 'https://apiv2stage7.atomex.net';
8870
+ this.basePath = 'https://apiv2stage3.atomex.net';
8840
8871
  this.defaultHeaders = new HttpHeaders();
8841
8872
  this.configuration = new Configuration();
8842
8873
  if (basePath) {
@@ -9330,7 +9361,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9330
9361
  class SliceXControllerService {
9331
9362
  constructor(httpClient, basePath, configuration) {
9332
9363
  this.httpClient = httpClient;
9333
- this.basePath = 'https://apiv2stage7.atomex.net';
9364
+ this.basePath = 'https://apiv2stage3.atomex.net';
9334
9365
  this.defaultHeaders = new HttpHeaders();
9335
9366
  this.configuration = new Configuration();
9336
9367
  if (basePath) {
@@ -9734,7 +9765,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9734
9765
  class StrategyControllerService {
9735
9766
  constructor(httpClient, basePath, configuration) {
9736
9767
  this.httpClient = httpClient;
9737
- this.basePath = 'https://apiv2stage7.atomex.net';
9768
+ this.basePath = 'https://apiv2stage3.atomex.net';
9738
9769
  this.defaultHeaders = new HttpHeaders();
9739
9770
  this.configuration = new Configuration();
9740
9771
  if (basePath) {
@@ -10936,7 +10967,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10936
10967
  class StrategyTemplateControllerService {
10937
10968
  constructor(httpClient, basePath, configuration) {
10938
10969
  this.httpClient = httpClient;
10939
- this.basePath = 'https://apiv2stage7.atomex.net';
10970
+ this.basePath = 'https://apiv2stage3.atomex.net';
10940
10971
  this.defaultHeaders = new HttpHeaders();
10941
10972
  this.configuration = new Configuration();
10942
10973
  if (basePath) {
@@ -11058,7 +11089,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11058
11089
  class UILoggerControllerService {
11059
11090
  constructor(httpClient, basePath, configuration) {
11060
11091
  this.httpClient = httpClient;
11061
- this.basePath = 'https://apiv2stage7.atomex.net';
11092
+ this.basePath = 'https://apiv2stage3.atomex.net';
11062
11093
  this.defaultHeaders = new HttpHeaders();
11063
11094
  this.configuration = new Configuration();
11064
11095
  if (basePath) {
@@ -11150,7 +11181,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11150
11181
  class UserPreferenceControllerService {
11151
11182
  constructor(httpClient, basePath, configuration) {
11152
11183
  this.httpClient = httpClient;
11153
- this.basePath = 'https://apiv2stage7.atomex.net';
11184
+ this.basePath = 'https://apiv2stage3.atomex.net';
11154
11185
  this.defaultHeaders = new HttpHeaders();
11155
11186
  this.configuration = new Configuration();
11156
11187
  if (basePath) {
@@ -12223,6 +12254,11 @@ var CreativeCompactDTO;
12223
12254
 
12224
12255
  var CreativeDTO;
12225
12256
  (function (CreativeDTO) {
12257
+ CreativeDTO.BorderTypeEnum = {
12258
+ NONE: 'NONE',
12259
+ BLACK: 'BLACK',
12260
+ BLUR: 'BLUR'
12261
+ };
12226
12262
  CreativeDTO.ContentTypeEnum = {
12227
12263
  ZIP: 'ZIP',
12228
12264
  JPG: 'JPG',
@@ -12291,6 +12327,11 @@ var CreativeDetails;
12291
12327
 
12292
12328
  var CreativeEntity;
12293
12329
  (function (CreativeEntity) {
12330
+ CreativeEntity.BorderTypeEnum = {
12331
+ NONE: 'NONE',
12332
+ BLACK: 'BLACK',
12333
+ BLUR: 'BLUR'
12334
+ };
12294
12335
  CreativeEntity.HybridAdTypeEnum = {
12295
12336
  STATIC: 'STATIC',
12296
12337
  DYNAMIC: 'DYNAMIC'
@@ -13946,6 +13987,18 @@ var RuleDTO;
13946
13987
  * Do not edit the class manually.
13947
13988
  */
13948
13989
 
13990
+ /**
13991
+ * Api Documentation
13992
+ * Api Documentation
13993
+ *
13994
+ * OpenAPI spec version: 1.0
13995
+ *
13996
+ *
13997
+ * NOTE: This class is auto generated by the swagger code generator program.
13998
+ * https://github.com/swagger-api/swagger-codegen.git
13999
+ * Do not edit the class manually.
14000
+ */
14001
+
13949
14002
  /**
13950
14003
  * Api Documentation
13951
14004
  * Api Documentation
@@ -13970,7 +14023,8 @@ var SafeguardDetail;
13970
14023
  SafeguardDetail.TargetingScopeEnum = {
13971
14024
  APP: 'APP',
13972
14025
  INVENTORY: 'INVENTORY',
13973
- CREATIVE: 'CREATIVE'
14026
+ CREATIVE: 'CREATIVE',
14027
+ STRATEGY: 'STRATEGY'
13974
14028
  };
13975
14029
  })(SafeguardDetail || (SafeguardDetail = {}));
13976
14030
 
@@ -13979,7 +14033,8 @@ var SafeguardExclusionDTO;
13979
14033
  SafeguardExclusionDTO.ScopeEnum = {
13980
14034
  APP: 'APP',
13981
14035
  INVENTORY: 'INVENTORY',
13982
- CREATIVE: 'CREATIVE'
14036
+ CREATIVE: 'CREATIVE',
14037
+ STRATEGY: 'STRATEGY'
13983
14038
  };
13984
14039
  })(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
13985
14040
 
@@ -13988,7 +14043,8 @@ var SafeguardRequestDTO;
13988
14043
  SafeguardRequestDTO.TargetingScopeEnum = {
13989
14044
  APP: 'APP',
13990
14045
  INVENTORY: 'INVENTORY',
13991
- CREATIVE: 'CREATIVE'
14046
+ CREATIVE: 'CREATIVE',
14047
+ STRATEGY: 'STRATEGY'
13992
14048
  };
13993
14049
  })(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
13994
14050
 
@@ -13997,7 +14053,8 @@ var SafeguardResponseDTO;
13997
14053
  SafeguardResponseDTO.TargetingScopeEnum = {
13998
14054
  APP: 'APP',
13999
14055
  INVENTORY: 'INVENTORY',
14000
- CREATIVE: 'CREATIVE'
14056
+ CREATIVE: 'CREATIVE',
14057
+ STRATEGY: 'STRATEGY'
14001
14058
  };
14002
14059
  })(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
14003
14060
 
@@ -14581,6 +14638,11 @@ var VastCreative;
14581
14638
  */
14582
14639
  var VideoAttributes;
14583
14640
  (function (VideoAttributes) {
14641
+ VideoAttributes.BorderTypeEnum = {
14642
+ NONE: 'NONE',
14643
+ BLACK: 'BLACK',
14644
+ BLUR: 'BLUR'
14645
+ };
14584
14646
  VideoAttributes.CompanionContentTypeEnum = {
14585
14647
  ZIP: 'ZIP',
14586
14648
  JPG: 'JPG',