@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) {
@@ -281,7 +281,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
281
281
  class AdvertiserControllerService {
282
282
  constructor(httpClient, basePath, configuration) {
283
283
  this.httpClient = httpClient;
284
- this.basePath = 'https://apiv2stage7.atomex.net';
284
+ this.basePath = 'https://apiv2stage3.atomex.net';
285
285
  this.defaultHeaders = new HttpHeaders();
286
286
  this.configuration = new Configuration();
287
287
  if (basePath) {
@@ -858,7 +858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
858
858
  class AppSettingsControllerService {
859
859
  constructor(httpClient, basePath, configuration) {
860
860
  this.httpClient = httpClient;
861
- this.basePath = 'https://apiv2stage7.atomex.net';
861
+ this.basePath = 'https://apiv2stage3.atomex.net';
862
862
  this.defaultHeaders = new HttpHeaders();
863
863
  this.configuration = new Configuration();
864
864
  if (basePath) {
@@ -1105,7 +1105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1105
1105
  class AppsFlyerControllerService {
1106
1106
  constructor(httpClient, basePath, configuration) {
1107
1107
  this.httpClient = httpClient;
1108
- this.basePath = 'https://apiv2stage7.atomex.net';
1108
+ this.basePath = 'https://apiv2stage3.atomex.net';
1109
1109
  this.defaultHeaders = new HttpHeaders();
1110
1110
  this.configuration = new Configuration();
1111
1111
  if (basePath) {
@@ -1193,7 +1193,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1193
1193
  class AudienceControllerService {
1194
1194
  constructor(httpClient, basePath, configuration) {
1195
1195
  this.httpClient = httpClient;
1196
- this.basePath = 'https://apiv2stage7.atomex.net';
1196
+ this.basePath = 'https://apiv2stage3.atomex.net';
1197
1197
  this.defaultHeaders = new HttpHeaders();
1198
1198
  this.configuration = new Configuration();
1199
1199
  if (basePath) {
@@ -2071,7 +2071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2071
2071
  class AuditControllerService {
2072
2072
  constructor(httpClient, basePath, configuration) {
2073
2073
  this.httpClient = httpClient;
2074
- this.basePath = 'https://apiv2stage7.atomex.net';
2074
+ this.basePath = 'https://apiv2stage3.atomex.net';
2075
2075
  this.defaultHeaders = new HttpHeaders();
2076
2076
  this.configuration = new Configuration();
2077
2077
  if (basePath) {
@@ -2273,7 +2273,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2273
2273
  class BidFunnelControllerService {
2274
2274
  constructor(httpClient, basePath, configuration) {
2275
2275
  this.httpClient = httpClient;
2276
- this.basePath = 'https://apiv2stage7.atomex.net';
2276
+ this.basePath = 'https://apiv2stage3.atomex.net';
2277
2277
  this.defaultHeaders = new HttpHeaders();
2278
2278
  this.configuration = new Configuration();
2279
2279
  if (basePath) {
@@ -2424,7 +2424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2424
2424
  class BulkStrategyControllerService {
2425
2425
  constructor(httpClient, basePath, configuration) {
2426
2426
  this.httpClient = httpClient;
2427
- this.basePath = 'https://apiv2stage7.atomex.net';
2427
+ this.basePath = 'https://apiv2stage3.atomex.net';
2428
2428
  this.defaultHeaders = new HttpHeaders();
2429
2429
  this.configuration = new Configuration();
2430
2430
  if (basePath) {
@@ -2651,7 +2651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2651
2651
  class CSSThemeController_Service {
2652
2652
  constructor(httpClient, basePath, configuration) {
2653
2653
  this.httpClient = httpClient;
2654
- this.basePath = 'https://apiv2stage7.atomex.net';
2654
+ this.basePath = 'https://apiv2stage3.atomex.net';
2655
2655
  this.defaultHeaders = new HttpHeaders();
2656
2656
  this.configuration = new Configuration();
2657
2657
  if (basePath) {
@@ -2762,7 +2762,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2762
2762
  class CampaignControllerService {
2763
2763
  constructor(httpClient, basePath, configuration) {
2764
2764
  this.httpClient = httpClient;
2765
- this.basePath = 'https://apiv2stage7.atomex.net';
2765
+ this.basePath = 'https://apiv2stage3.atomex.net';
2766
2766
  this.defaultHeaders = new HttpHeaders();
2767
2767
  this.configuration = new Configuration();
2768
2768
  if (basePath) {
@@ -3205,7 +3205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3205
3205
  class CatalogControllerService {
3206
3206
  constructor(httpClient, basePath, configuration) {
3207
3207
  this.httpClient = httpClient;
3208
- this.basePath = 'https://apiv2stage7.atomex.net';
3208
+ this.basePath = 'https://apiv2stage3.atomex.net';
3209
3209
  this.defaultHeaders = new HttpHeaders();
3210
3210
  this.configuration = new Configuration();
3211
3211
  if (basePath) {
@@ -3450,7 +3450,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3450
3450
  class ClickDestinationControllerService {
3451
3451
  constructor(httpClient, basePath, configuration) {
3452
3452
  this.httpClient = httpClient;
3453
- this.basePath = 'https://apiv2stage7.atomex.net';
3453
+ this.basePath = 'https://apiv2stage3.atomex.net';
3454
3454
  this.defaultHeaders = new HttpHeaders();
3455
3455
  this.configuration = new Configuration();
3456
3456
  if (basePath) {
@@ -3684,7 +3684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3684
3684
  class CreativeControllerService {
3685
3685
  constructor(httpClient, basePath, configuration) {
3686
3686
  this.httpClient = httpClient;
3687
- this.basePath = 'https://apiv2stage7.atomex.net';
3687
+ this.basePath = 'https://apiv2stage3.atomex.net';
3688
3688
  this.defaultHeaders = new HttpHeaders();
3689
3689
  this.configuration = new Configuration();
3690
3690
  if (basePath) {
@@ -4289,7 +4289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4289
4289
  class CreativeSetsControllerService {
4290
4290
  constructor(httpClient, basePath, configuration) {
4291
4291
  this.httpClient = httpClient;
4292
- this.basePath = 'https://apiv2stage7.atomex.net';
4292
+ this.basePath = 'https://apiv2stage3.atomex.net';
4293
4293
  this.defaultHeaders = new HttpHeaders();
4294
4294
  this.configuration = new Configuration();
4295
4295
  if (basePath) {
@@ -4937,7 +4937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4937
4937
  class CreativeSetsV2ControllerService {
4938
4938
  constructor(httpClient, basePath, configuration) {
4939
4939
  this.httpClient = httpClient;
4940
- this.basePath = 'https://apiv2stage7.atomex.net';
4940
+ this.basePath = 'https://apiv2stage3.atomex.net';
4941
4941
  this.defaultHeaders = new HttpHeaders();
4942
4942
  this.configuration = new Configuration();
4943
4943
  if (basePath) {
@@ -5182,7 +5182,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5182
5182
  class CreativeTemplateThemesControllerService {
5183
5183
  constructor(httpClient, basePath, configuration) {
5184
5184
  this.httpClient = httpClient;
5185
- this.basePath = 'https://apiv2stage7.atomex.net';
5185
+ this.basePath = 'https://apiv2stage3.atomex.net';
5186
5186
  this.defaultHeaders = new HttpHeaders();
5187
5187
  this.configuration = new Configuration();
5188
5188
  if (basePath) {
@@ -5369,7 +5369,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5369
5369
  class CreativeTemplateVariablesControllerService {
5370
5370
  constructor(httpClient, basePath, configuration) {
5371
5371
  this.httpClient = httpClient;
5372
- this.basePath = 'https://apiv2stage7.atomex.net';
5372
+ this.basePath = 'https://apiv2stage3.atomex.net';
5373
5373
  this.defaultHeaders = new HttpHeaders();
5374
5374
  this.configuration = new Configuration();
5375
5375
  if (basePath) {
@@ -5449,7 +5449,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5449
5449
  class CreativeTemplatesControllerService {
5450
5450
  constructor(httpClient, basePath, configuration) {
5451
5451
  this.httpClient = httpClient;
5452
- this.basePath = 'https://apiv2stage7.atomex.net';
5452
+ this.basePath = 'https://apiv2stage3.atomex.net';
5453
5453
  this.defaultHeaders = new HttpHeaders();
5454
5454
  this.configuration = new Configuration();
5455
5455
  if (basePath) {
@@ -5616,7 +5616,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5616
5616
  class CustomerReportingControllerService {
5617
5617
  constructor(httpClient, basePath, configuration) {
5618
5618
  this.httpClient = httpClient;
5619
- this.basePath = 'https://apiv2stage7.atomex.net';
5619
+ this.basePath = 'https://apiv2stage3.atomex.net';
5620
5620
  this.defaultHeaders = new HttpHeaders();
5621
5621
  this.configuration = new Configuration();
5622
5622
  if (basePath) {
@@ -5781,7 +5781,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5781
5781
  class DCOVideoSettingsControllerService {
5782
5782
  constructor(httpClient, basePath, configuration) {
5783
5783
  this.httpClient = httpClient;
5784
- this.basePath = 'https://apiv2stage7.atomex.net';
5784
+ this.basePath = 'https://apiv2stage3.atomex.net';
5785
5785
  this.defaultHeaders = new HttpHeaders();
5786
5786
  this.configuration = new Configuration();
5787
5787
  if (basePath) {
@@ -6349,7 +6349,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6349
6349
  class DashboardControllerService {
6350
6350
  constructor(httpClient, basePath, configuration) {
6351
6351
  this.httpClient = httpClient;
6352
- this.basePath = 'https://apiv2stage7.atomex.net';
6352
+ this.basePath = 'https://apiv2stage3.atomex.net';
6353
6353
  this.defaultHeaders = new HttpHeaders();
6354
6354
  this.configuration = new Configuration();
6355
6355
  if (basePath) {
@@ -7009,7 +7009,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7009
7009
  class ExperimentsControllerService {
7010
7010
  constructor(httpClient, basePath, configuration) {
7011
7011
  this.httpClient = httpClient;
7012
- this.basePath = 'https://apiv2stage7.atomex.net';
7012
+ this.basePath = 'https://apiv2stage3.atomex.net';
7013
7013
  this.defaultHeaders = new HttpHeaders();
7014
7014
  this.configuration = new Configuration();
7015
7015
  if (basePath) {
@@ -7738,7 +7738,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7738
7738
  class NotificationsControllerService {
7739
7739
  constructor(httpClient, basePath, configuration) {
7740
7740
  this.httpClient = httpClient;
7741
- this.basePath = 'https://apiv2stage7.atomex.net';
7741
+ this.basePath = 'https://apiv2stage3.atomex.net';
7742
7742
  this.defaultHeaders = new HttpHeaders();
7743
7743
  this.configuration = new Configuration();
7744
7744
  if (basePath) {
@@ -7795,6 +7795,37 @@ class NotificationsControllerService {
7795
7795
  reportProgress: reportProgress
7796
7796
  });
7797
7797
  }
7798
+ getSafeguardAlertsByEntityUsingGET(entityId, entityType, reqId, token, observe = 'body', reportProgress = false) {
7799
+ if (entityId === null || entityId === undefined) {
7800
+ throw new Error('Required parameter entityId was null or undefined when calling getSafeguardAlertsByEntityUsingGET.');
7801
+ }
7802
+ if (entityType === null || entityType === undefined) {
7803
+ throw new Error('Required parameter entityType was null or undefined when calling getSafeguardAlertsByEntityUsingGET.');
7804
+ }
7805
+ let headers = this.defaultHeaders;
7806
+ if (reqId !== undefined && reqId !== null) {
7807
+ headers = headers.set('reqId', String(reqId));
7808
+ }
7809
+ if (token !== undefined && token !== null) {
7810
+ headers = headers.set('token', String(token));
7811
+ }
7812
+ // to determine the Accept header
7813
+ let httpHeaderAccepts = [
7814
+ 'application/json'
7815
+ ];
7816
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
7817
+ if (httpHeaderAcceptSelected != undefined) {
7818
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
7819
+ }
7820
+ // to determine the Content-Type header
7821
+ const consumes = [];
7822
+ return this.httpClient.get(`${this.basePath}/v2/api/notifications/getBannerNotifications/${encodeURIComponent(String(entityType))}/${encodeURIComponent(String(entityId))}`, {
7823
+ withCredentials: this.configuration.withCredentials,
7824
+ headers: headers,
7825
+ observe: observe,
7826
+ reportProgress: reportProgress
7827
+ });
7828
+ }
7798
7829
  markAllSeenUsingPOST(reqId, token, observe = 'body', reportProgress = false) {
7799
7830
  let headers = this.defaultHeaders;
7800
7831
  if (reqId !== undefined && reqId !== null) {
@@ -7953,7 +7984,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7953
7984
  class PixelControllerService {
7954
7985
  constructor(httpClient, basePath, configuration) {
7955
7986
  this.httpClient = httpClient;
7956
- this.basePath = 'https://apiv2stage7.atomex.net';
7987
+ this.basePath = 'https://apiv2stage3.atomex.net';
7957
7988
  this.defaultHeaders = new HttpHeaders();
7958
7989
  this.configuration = new Configuration();
7959
7990
  if (basePath) {
@@ -8262,7 +8293,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8262
8293
  class ReportControllerService {
8263
8294
  constructor(httpClient, basePath, configuration) {
8264
8295
  this.httpClient = httpClient;
8265
- this.basePath = 'https://apiv2stage7.atomex.net';
8296
+ this.basePath = 'https://apiv2stage3.atomex.net';
8266
8297
  this.defaultHeaders = new HttpHeaders();
8267
8298
  this.configuration = new Configuration();
8268
8299
  if (basePath) {
@@ -8401,7 +8432,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8401
8432
  class ReportingControllerService {
8402
8433
  constructor(httpClient, basePath, configuration) {
8403
8434
  this.httpClient = httpClient;
8404
- this.basePath = 'https://apiv2stage7.atomex.net';
8435
+ this.basePath = 'https://apiv2stage3.atomex.net';
8405
8436
  this.defaultHeaders = new HttpHeaders();
8406
8437
  this.configuration = new Configuration();
8407
8438
  if (basePath) {
@@ -8573,7 +8604,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8573
8604
  class ReportingSchedulerControllerService {
8574
8605
  constructor(httpClient, basePath, configuration) {
8575
8606
  this.httpClient = httpClient;
8576
- this.basePath = 'https://apiv2stage7.atomex.net';
8607
+ this.basePath = 'https://apiv2stage3.atomex.net';
8577
8608
  this.defaultHeaders = new HttpHeaders();
8578
8609
  this.configuration = new Configuration();
8579
8610
  if (basePath) {
@@ -8890,7 +8921,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8890
8921
  class SafeguardControllerService {
8891
8922
  constructor(httpClient, basePath, configuration) {
8892
8923
  this.httpClient = httpClient;
8893
- this.basePath = 'https://apiv2stage7.atomex.net';
8924
+ this.basePath = 'https://apiv2stage3.atomex.net';
8894
8925
  this.defaultHeaders = new HttpHeaders();
8895
8926
  this.configuration = new Configuration();
8896
8927
  if (basePath) {
@@ -9386,7 +9417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9386
9417
  class SliceXControllerService {
9387
9418
  constructor(httpClient, basePath, configuration) {
9388
9419
  this.httpClient = httpClient;
9389
- this.basePath = 'https://apiv2stage7.atomex.net';
9420
+ this.basePath = 'https://apiv2stage3.atomex.net';
9390
9421
  this.defaultHeaders = new HttpHeaders();
9391
9422
  this.configuration = new Configuration();
9392
9423
  if (basePath) {
@@ -9792,7 +9823,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9792
9823
  class StrategyControllerService {
9793
9824
  constructor(httpClient, basePath, configuration) {
9794
9825
  this.httpClient = httpClient;
9795
- this.basePath = 'https://apiv2stage7.atomex.net';
9826
+ this.basePath = 'https://apiv2stage3.atomex.net';
9796
9827
  this.defaultHeaders = new HttpHeaders();
9797
9828
  this.configuration = new Configuration();
9798
9829
  if (basePath) {
@@ -10996,7 +11027,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10996
11027
  class StrategyTemplateControllerService {
10997
11028
  constructor(httpClient, basePath, configuration) {
10998
11029
  this.httpClient = httpClient;
10999
- this.basePath = 'https://apiv2stage7.atomex.net';
11030
+ this.basePath = 'https://apiv2stage3.atomex.net';
11000
11031
  this.defaultHeaders = new HttpHeaders();
11001
11032
  this.configuration = new Configuration();
11002
11033
  if (basePath) {
@@ -11120,7 +11151,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11120
11151
  class UILoggerControllerService {
11121
11152
  constructor(httpClient, basePath, configuration) {
11122
11153
  this.httpClient = httpClient;
11123
- this.basePath = 'https://apiv2stage7.atomex.net';
11154
+ this.basePath = 'https://apiv2stage3.atomex.net';
11124
11155
  this.defaultHeaders = new HttpHeaders();
11125
11156
  this.configuration = new Configuration();
11126
11157
  if (basePath) {
@@ -11214,7 +11245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11214
11245
  class UserPreferenceControllerService {
11215
11246
  constructor(httpClient, basePath, configuration) {
11216
11247
  this.httpClient = httpClient;
11217
- this.basePath = 'https://apiv2stage7.atomex.net';
11248
+ this.basePath = 'https://apiv2stage3.atomex.net';
11218
11249
  this.defaultHeaders = new HttpHeaders();
11219
11250
  this.configuration = new Configuration();
11220
11251
  if (basePath) {
@@ -11845,6 +11876,11 @@ var CreativeCompactDTO;
11845
11876
 
11846
11877
  var CreativeDTO;
11847
11878
  (function (CreativeDTO) {
11879
+ CreativeDTO.BorderTypeEnum = {
11880
+ NONE: 'NONE',
11881
+ BLACK: 'BLACK',
11882
+ BLUR: 'BLUR'
11883
+ };
11848
11884
  CreativeDTO.ContentTypeEnum = {
11849
11885
  ZIP: 'ZIP',
11850
11886
  JPG: 'JPG',
@@ -11913,6 +11949,11 @@ var CreativeDetails;
11913
11949
 
11914
11950
  var CreativeEntity;
11915
11951
  (function (CreativeEntity) {
11952
+ CreativeEntity.BorderTypeEnum = {
11953
+ NONE: 'NONE',
11954
+ BLACK: 'BLACK',
11955
+ BLUR: 'BLUR'
11956
+ };
11916
11957
  CreativeEntity.HybridAdTypeEnum = {
11917
11958
  STATIC: 'STATIC',
11918
11959
  DYNAMIC: 'DYNAMIC'
@@ -12896,7 +12937,8 @@ var SafeguardDetail;
12896
12937
  SafeguardDetail.TargetingScopeEnum = {
12897
12938
  APP: 'APP',
12898
12939
  INVENTORY: 'INVENTORY',
12899
- CREATIVE: 'CREATIVE'
12940
+ CREATIVE: 'CREATIVE',
12941
+ STRATEGY: 'STRATEGY'
12900
12942
  };
12901
12943
  })(SafeguardDetail || (SafeguardDetail = {}));
12902
12944
 
@@ -12905,7 +12947,8 @@ var SafeguardExclusionDTO;
12905
12947
  SafeguardExclusionDTO.ScopeEnum = {
12906
12948
  APP: 'APP',
12907
12949
  INVENTORY: 'INVENTORY',
12908
- CREATIVE: 'CREATIVE'
12950
+ CREATIVE: 'CREATIVE',
12951
+ STRATEGY: 'STRATEGY'
12909
12952
  };
12910
12953
  })(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
12911
12954
 
@@ -12914,7 +12957,8 @@ var SafeguardRequestDTO;
12914
12957
  SafeguardRequestDTO.TargetingScopeEnum = {
12915
12958
  APP: 'APP',
12916
12959
  INVENTORY: 'INVENTORY',
12917
- CREATIVE: 'CREATIVE'
12960
+ CREATIVE: 'CREATIVE',
12961
+ STRATEGY: 'STRATEGY'
12918
12962
  };
12919
12963
  })(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
12920
12964
 
@@ -12923,7 +12967,8 @@ var SafeguardResponseDTO;
12923
12967
  SafeguardResponseDTO.TargetingScopeEnum = {
12924
12968
  APP: 'APP',
12925
12969
  INVENTORY: 'INVENTORY',
12926
- CREATIVE: 'CREATIVE'
12970
+ CREATIVE: 'CREATIVE',
12971
+ STRATEGY: 'STRATEGY'
12927
12972
  };
12928
12973
  })(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
12929
12974
 
@@ -13147,6 +13192,11 @@ var VastCreative;
13147
13192
  */
13148
13193
  var VideoAttributes;
13149
13194
  (function (VideoAttributes) {
13195
+ VideoAttributes.BorderTypeEnum = {
13196
+ NONE: 'NONE',
13197
+ BLACK: 'BLACK',
13198
+ BLUR: 'BLUR'
13199
+ };
13150
13200
  VideoAttributes.CompanionContentTypeEnum = {
13151
13201
  ZIP: 'ZIP',
13152
13202
  JPG: 'JPG',