@revxui/api-clients-ts 1.1.425 → 1.1.426

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 (109) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -3
  3. package/api/auditController.service.d.ts +3 -8
  4. package/api/safeguardController.service.d.ts +177 -0
  5. package/esm2020/api/adminController.service.mjs +2 -2
  6. package/esm2020/api/advertiserController.service.mjs +2 -2
  7. package/esm2020/api/api.mjs +4 -4
  8. package/esm2020/api/appSettingsController.service.mjs +2 -2
  9. package/esm2020/api/audienceController.service.mjs +2 -2
  10. package/esm2020/api/auditController.service.mjs +3 -18
  11. package/esm2020/api/bidFunnelController.service.mjs +2 -2
  12. package/esm2020/api/bulkStrategyController.service.mjs +2 -2
  13. package/esm2020/api/cSSThemeController_.service.mjs +2 -2
  14. package/esm2020/api/campaignController.service.mjs +2 -2
  15. package/esm2020/api/catalogController.service.mjs +2 -2
  16. package/esm2020/api/clickDestinationController.service.mjs +2 -2
  17. package/esm2020/api/creativeController.service.mjs +2 -2
  18. package/esm2020/api/creativeSetsController.service.mjs +2 -2
  19. package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
  20. package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
  21. package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
  22. package/esm2020/api/customerReportingController.service.mjs +2 -2
  23. package/esm2020/api/dashboardController.service.mjs +2 -2
  24. package/esm2020/api/experimentsController.service.mjs +2 -2
  25. package/esm2020/api/notificationsController.service.mjs +2 -2
  26. package/esm2020/api/pixelController.service.mjs +2 -2
  27. package/esm2020/api/reportController.service.mjs +2 -2
  28. package/esm2020/api/reportingController.service.mjs +2 -2
  29. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  30. package/esm2020/api/safeguardController.service.mjs +452 -0
  31. package/esm2020/api/sliceXController.service.mjs +2 -2
  32. package/esm2020/api/strategyController.service.mjs +2 -2
  33. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  34. package/esm2020/api/uILoggerController.service.mjs +2 -2
  35. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  36. package/esm2020/api.module.mjs +4 -4
  37. package/esm2020/model/aBTestingVariantDTO.mjs +2 -3
  38. package/esm2020/model/apiResponseObjectListMapstringobject.mjs +2 -0
  39. package/esm2020/model/apiResponseObjectListSafeguardDetail.mjs +2 -0
  40. package/esm2020/model/apiResponseObjectListSafeguardExclusionDTO.mjs +2 -0
  41. package/esm2020/model/apiResponseObjectListSafeguardRuleExecutionLogEntity.mjs +2 -0
  42. package/esm2020/model/apiResponseObjectListSafeguardRuleMasterEntity.mjs +2 -0
  43. package/esm2020/model/apiResponseObjectMaplongstring.mjs +13 -0
  44. package/esm2020/model/apiResponseObjectSafeguardDetail.mjs +2 -0
  45. package/esm2020/model/apiResponseObjectSafeguardExclusionDTO.mjs +2 -0
  46. package/esm2020/model/{apiResponseObjectListCreativeMetaData.mjs → apiResponseObjectSafeguardResponseDTO.mjs} +1 -1
  47. package/esm2020/model/creativePerformanceList.mjs +1 -1
  48. package/esm2020/model/creativeSetDashboardMetric.mjs +1 -1
  49. package/esm2020/model/creativeSetPerformanceList.mjs +1 -1
  50. package/esm2020/model/dashboardData.mjs +1 -1
  51. package/esm2020/model/dashboardMetrics.mjs +1 -1
  52. package/esm2020/model/maplongstring.mjs +13 -0
  53. package/esm2020/model/models.mjs +18 -6
  54. package/esm2020/model/safeguardDetail.mjs +19 -0
  55. package/esm2020/model/safeguardEntity.mjs +19 -0
  56. package/esm2020/model/safeguardExclusionDTO.mjs +8 -0
  57. package/esm2020/model/safeguardRequestDTO.mjs +8 -0
  58. package/esm2020/model/safeguardResponseDTO.mjs +8 -0
  59. package/esm2020/model/safeguardRuleExecutionLogEntity.mjs +8 -0
  60. package/esm2020/model/safeguardRuleMasterEntity.mjs +13 -0
  61. package/esm2020/model/siteModel.mjs +1 -1
  62. package/esm2020/model/slicexData.mjs +1 -1
  63. package/esm2020/model/slicexGridData.mjs +1 -1
  64. package/esm2020/model/statusBaseObject.mjs +1 -1
  65. package/esm2020/model/strategyDTO.mjs +1 -1
  66. package/esm2020/model/widgetPerformanceMetrics.mjs +1 -1
  67. package/fesm2015/revxui-api-clients-ts.mjs +668 -275
  68. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  69. package/fesm2020/revxui-api-clients-ts.mjs +684 -279
  70. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  71. package/model/aBTestingVariantDTO.d.ts +1 -2
  72. package/model/{apiResponseObjectListCreativeMetaData.d.ts → apiResponseObjectListMapstringobject.d.ts} +3 -3
  73. package/model/apiResponseObjectListSafeguardDetail.d.ts +17 -0
  74. package/model/apiResponseObjectListSafeguardExclusionDTO.d.ts +17 -0
  75. package/model/apiResponseObjectListSafeguardRuleExecutionLogEntity.d.ts +17 -0
  76. package/model/apiResponseObjectListSafeguardRuleMasterEntity.d.ts +17 -0
  77. package/model/{videoAsset.d.ts → apiResponseObjectMaplongstring.d.ts} +6 -6
  78. package/model/apiResponseObjectSafeguardDetail.d.ts +17 -0
  79. package/model/apiResponseObjectSafeguardExclusionDTO.d.ts +17 -0
  80. package/model/apiResponseObjectSafeguardResponseDTO.d.ts +17 -0
  81. package/model/creativePerformanceList.d.ts +0 -20
  82. package/model/creativeSetDashboardMetric.d.ts +0 -20
  83. package/model/creativeSetPerformanceList.d.ts +0 -20
  84. package/model/dashboardData.d.ts +0 -20
  85. package/model/dashboardMetrics.d.ts +0 -20
  86. package/model/{nativeAsset.d.ts → maplongstring.d.ts} +2 -7
  87. package/model/models.d.ts +17 -5
  88. package/model/safeguardDetail.d.ts +34 -0
  89. package/model/safeguardEntity.d.ts +31 -0
  90. package/model/safeguardExclusionDTO.d.ts +25 -0
  91. package/model/safeguardRequestDTO.d.ts +31 -0
  92. package/model/safeguardResponseDTO.d.ts +32 -0
  93. package/model/safeguardRuleExecutionLogEntity.d.ts +30 -0
  94. package/model/safeguardRuleMasterEntity.d.ts +19 -0
  95. package/model/siteModel.d.ts +0 -2
  96. package/model/slicexData.d.ts +0 -20
  97. package/model/slicexGridData.d.ts +0 -20
  98. package/model/statusBaseObject.d.ts +0 -2
  99. package/model/strategyDTO.d.ts +0 -3
  100. package/model/widgetPerformanceMetrics.d.ts +0 -2
  101. package/package.json +1 -1
  102. package/api/appsFlyerController.service.d.ts +0 -31
  103. package/esm2020/api/appsFlyerController.service.mjs +0 -94
  104. package/esm2020/model/creativeMetaData.mjs +0 -2
  105. package/esm2020/model/nativeAsset.mjs +0 -13
  106. package/esm2020/model/recencyTargetingDTO.mjs +0 -19
  107. package/esm2020/model/videoAsset.mjs +0 -13
  108. package/model/creativeMetaData.d.ts +0 -27
  109. package/model/recencyTargetingDTO.d.ts +0 -22
@@ -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) {
@@ -833,7 +833,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
833
833
  class AppSettingsControllerService {
834
834
  constructor(httpClient, basePath, configuration) {
835
835
  this.httpClient = httpClient;
836
- this.basePath = 'https://apiv2stage7.atomex.net';
836
+ this.basePath = 'https://apiv2stage3.atomex.net';
837
837
  this.defaultHeaders = new HttpHeaders();
838
838
  this.configuration = new Configuration();
839
839
  if (basePath) {
@@ -1065,94 +1065,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1065
1065
  }] }];
1066
1066
  } });
1067
1067
 
1068
- /**
1069
- * Api Documentation
1070
- * Api Documentation
1071
- *
1072
- * OpenAPI spec version: 1.0
1073
- *
1074
- *
1075
- * NOTE: This class is auto generated by the swagger code generator program.
1076
- * https://github.com/swagger-api/swagger-codegen.git
1077
- * Do not edit the class manually.
1078
- */
1079
- /* tslint:disable:no-unused-variable member-ordering */
1080
- class AppsFlyerControllerService {
1081
- constructor(httpClient, basePath, configuration) {
1082
- this.httpClient = httpClient;
1083
- this.basePath = 'https://apiv2stage7.atomex.net';
1084
- this.defaultHeaders = new HttpHeaders();
1085
- this.configuration = new Configuration();
1086
- if (basePath) {
1087
- this.basePath = basePath;
1088
- }
1089
- if (configuration) {
1090
- this.configuration = configuration;
1091
- this.basePath = basePath || configuration.basePath || this.basePath;
1092
- }
1093
- }
1094
- /**
1095
- * @param consumes string[] mime-types
1096
- * @return true: consumes contains 'multipart/form-data', false: otherwise
1097
- */
1098
- canConsumeForm(consumes) {
1099
- const form = 'multipart/form-data';
1100
- for (const consume of consumes) {
1101
- if (form === consume) {
1102
- return true;
1103
- }
1104
- }
1105
- return false;
1106
- }
1107
- getCreativeMetaDataUsingGET(ids, reqId, token, observe = 'body', reportProgress = false) {
1108
- if (ids === null || ids === undefined) {
1109
- throw new Error('Required parameter ids was null or undefined when calling getCreativeMetaDataUsingGET.');
1110
- }
1111
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1112
- if (ids !== undefined && ids !== null) {
1113
- queryParameters = queryParameters.set('ids', ids);
1114
- }
1115
- let headers = this.defaultHeaders;
1116
- if (reqId !== undefined && reqId !== null) {
1117
- headers = headers.set('reqId', String(reqId));
1118
- }
1119
- if (token !== undefined && token !== null) {
1120
- headers = headers.set('token', String(token));
1121
- }
1122
- // to determine the Accept header
1123
- let httpHeaderAccepts = [
1124
- 'application/json'
1125
- ];
1126
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1127
- if (httpHeaderAcceptSelected != undefined) {
1128
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1129
- }
1130
- // to determine the Content-Type header
1131
- const consumes = [];
1132
- return this.httpClient.get(`${this.basePath}/v3/api/appsflyer/creatives`, {
1133
- params: queryParameters,
1134
- withCredentials: this.configuration.withCredentials,
1135
- headers: headers,
1136
- observe: observe,
1137
- reportProgress: reportProgress
1138
- });
1139
- }
1140
- }
1141
- AppsFlyerControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppsFlyerControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1142
- AppsFlyerControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppsFlyerControllerService });
1143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppsFlyerControllerService, decorators: [{
1144
- type: Injectable
1145
- }], ctorParameters: function () {
1146
- return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1147
- type: Optional
1148
- }, {
1149
- type: Inject,
1150
- args: [BASE_PATH]
1151
- }] }, { type: Configuration, decorators: [{
1152
- type: Optional
1153
- }] }];
1154
- } });
1155
-
1156
1068
  /**
1157
1069
  * Api Documentation
1158
1070
  * Api Documentation
@@ -1168,7 +1080,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1168
1080
  class AudienceControllerService {
1169
1081
  constructor(httpClient, basePath, configuration) {
1170
1082
  this.httpClient = httpClient;
1171
- this.basePath = 'https://apiv2stage7.atomex.net';
1083
+ this.basePath = 'https://apiv2stage3.atomex.net';
1172
1084
  this.defaultHeaders = new HttpHeaders();
1173
1085
  this.configuration = new Configuration();
1174
1086
  if (basePath) {
@@ -2046,7 +1958,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2046
1958
  class AuditControllerService {
2047
1959
  constructor(httpClient, basePath, configuration) {
2048
1960
  this.httpClient = httpClient;
2049
- this.basePath = 'https://apiv2stage7.atomex.net';
1961
+ this.basePath = 'https://apiv2stage3.atomex.net';
2050
1962
  this.defaultHeaders = new HttpHeaders();
2051
1963
  this.configuration = new Configuration();
2052
1964
  if (basePath) {
@@ -2166,17 +2078,8 @@ class AuditControllerService {
2166
2078
  reportProgress: reportProgress
2167
2079
  });
2168
2080
  }
2169
- getUserActivityLogUsingGET(advertiserId, campaignId, endTime, entities, pageNumber, pageSize, reqId, startTime, strategyId, token, observe = 'body', reportProgress = false) {
2081
+ getUserActivityLogUsingGET(entities, pageNumber, pageSize, reqId, token, observe = 'body', reportProgress = false) {
2170
2082
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
2171
- if (advertiserId !== undefined && advertiserId !== null) {
2172
- queryParameters = queryParameters.set('advertiserId', advertiserId);
2173
- }
2174
- if (campaignId !== undefined && campaignId !== null) {
2175
- queryParameters = queryParameters.set('campaignId', campaignId);
2176
- }
2177
- if (endTime !== undefined && endTime !== null) {
2178
- queryParameters = queryParameters.set('endTime', endTime);
2179
- }
2180
2083
  if (entities !== undefined && entities !== null) {
2181
2084
  queryParameters = queryParameters.set('entities', entities);
2182
2085
  }
@@ -2186,12 +2089,6 @@ class AuditControllerService {
2186
2089
  if (pageSize !== undefined && pageSize !== null) {
2187
2090
  queryParameters = queryParameters.set('pageSize', pageSize);
2188
2091
  }
2189
- if (startTime !== undefined && startTime !== null) {
2190
- queryParameters = queryParameters.set('startTime', startTime);
2191
- }
2192
- if (strategyId !== undefined && strategyId !== null) {
2193
- queryParameters = queryParameters.set('strategyId', strategyId);
2194
- }
2195
2092
  let headers = this.defaultHeaders;
2196
2093
  if (reqId !== undefined && reqId !== null) {
2197
2094
  headers = headers.set('reqId', String(reqId));
@@ -2248,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2248
2145
  class BidFunnelControllerService {
2249
2146
  constructor(httpClient, basePath, configuration) {
2250
2147
  this.httpClient = httpClient;
2251
- this.basePath = 'https://apiv2stage7.atomex.net';
2148
+ this.basePath = 'https://apiv2stage3.atomex.net';
2252
2149
  this.defaultHeaders = new HttpHeaders();
2253
2150
  this.configuration = new Configuration();
2254
2151
  if (basePath) {
@@ -2399,7 +2296,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2399
2296
  class BulkStrategyControllerService {
2400
2297
  constructor(httpClient, basePath, configuration) {
2401
2298
  this.httpClient = httpClient;
2402
- this.basePath = 'https://apiv2stage7.atomex.net';
2299
+ this.basePath = 'https://apiv2stage3.atomex.net';
2403
2300
  this.defaultHeaders = new HttpHeaders();
2404
2301
  this.configuration = new Configuration();
2405
2302
  if (basePath) {
@@ -2626,7 +2523,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2626
2523
  class CSSThemeController_Service {
2627
2524
  constructor(httpClient, basePath, configuration) {
2628
2525
  this.httpClient = httpClient;
2629
- this.basePath = 'https://apiv2stage7.atomex.net';
2526
+ this.basePath = 'https://apiv2stage3.atomex.net';
2630
2527
  this.defaultHeaders = new HttpHeaders();
2631
2528
  this.configuration = new Configuration();
2632
2529
  if (basePath) {
@@ -2737,7 +2634,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2737
2634
  class CampaignControllerService {
2738
2635
  constructor(httpClient, basePath, configuration) {
2739
2636
  this.httpClient = httpClient;
2740
- this.basePath = 'https://apiv2stage7.atomex.net';
2637
+ this.basePath = 'https://apiv2stage3.atomex.net';
2741
2638
  this.defaultHeaders = new HttpHeaders();
2742
2639
  this.configuration = new Configuration();
2743
2640
  if (basePath) {
@@ -3180,7 +3077,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3180
3077
  class CatalogControllerService {
3181
3078
  constructor(httpClient, basePath, configuration) {
3182
3079
  this.httpClient = httpClient;
3183
- this.basePath = 'https://apiv2stage7.atomex.net';
3080
+ this.basePath = 'https://apiv2stage3.atomex.net';
3184
3081
  this.defaultHeaders = new HttpHeaders();
3185
3082
  this.configuration = new Configuration();
3186
3083
  if (basePath) {
@@ -3425,7 +3322,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3425
3322
  class ClickDestinationControllerService {
3426
3323
  constructor(httpClient, basePath, configuration) {
3427
3324
  this.httpClient = httpClient;
3428
- this.basePath = 'https://apiv2stage7.atomex.net';
3325
+ this.basePath = 'https://apiv2stage3.atomex.net';
3429
3326
  this.defaultHeaders = new HttpHeaders();
3430
3327
  this.configuration = new Configuration();
3431
3328
  if (basePath) {
@@ -3659,7 +3556,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3659
3556
  class CreativeControllerService {
3660
3557
  constructor(httpClient, basePath, configuration) {
3661
3558
  this.httpClient = httpClient;
3662
- this.basePath = 'https://apiv2stage7.atomex.net';
3559
+ this.basePath = 'https://apiv2stage3.atomex.net';
3663
3560
  this.defaultHeaders = new HttpHeaders();
3664
3561
  this.configuration = new Configuration();
3665
3562
  if (basePath) {
@@ -4264,7 +4161,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4264
4161
  class CreativeSetsControllerService {
4265
4162
  constructor(httpClient, basePath, configuration) {
4266
4163
  this.httpClient = httpClient;
4267
- this.basePath = 'https://apiv2stage7.atomex.net';
4164
+ this.basePath = 'https://apiv2stage3.atomex.net';
4268
4165
  this.defaultHeaders = new HttpHeaders();
4269
4166
  this.configuration = new Configuration();
4270
4167
  if (basePath) {
@@ -4912,7 +4809,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4912
4809
  class CreativeTemplateThemesControllerService {
4913
4810
  constructor(httpClient, basePath, configuration) {
4914
4811
  this.httpClient = httpClient;
4915
- this.basePath = 'https://apiv2stage7.atomex.net';
4812
+ this.basePath = 'https://apiv2stage3.atomex.net';
4916
4813
  this.defaultHeaders = new HttpHeaders();
4917
4814
  this.configuration = new Configuration();
4918
4815
  if (basePath) {
@@ -5099,7 +4996,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5099
4996
  class CreativeTemplateVariablesControllerService {
5100
4997
  constructor(httpClient, basePath, configuration) {
5101
4998
  this.httpClient = httpClient;
5102
- this.basePath = 'https://apiv2stage7.atomex.net';
4999
+ this.basePath = 'https://apiv2stage3.atomex.net';
5103
5000
  this.defaultHeaders = new HttpHeaders();
5104
5001
  this.configuration = new Configuration();
5105
5002
  if (basePath) {
@@ -5179,7 +5076,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5179
5076
  class CreativeTemplatesControllerService {
5180
5077
  constructor(httpClient, basePath, configuration) {
5181
5078
  this.httpClient = httpClient;
5182
- this.basePath = 'https://apiv2stage7.atomex.net';
5079
+ this.basePath = 'https://apiv2stage3.atomex.net';
5183
5080
  this.defaultHeaders = new HttpHeaders();
5184
5081
  this.configuration = new Configuration();
5185
5082
  if (basePath) {
@@ -5346,7 +5243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5346
5243
  class CustomerReportingControllerService {
5347
5244
  constructor(httpClient, basePath, configuration) {
5348
5245
  this.httpClient = httpClient;
5349
- this.basePath = 'https://apiv2stage7.atomex.net';
5246
+ this.basePath = 'https://apiv2stage3.atomex.net';
5350
5247
  this.defaultHeaders = new HttpHeaders();
5351
5248
  this.configuration = new Configuration();
5352
5249
  if (basePath) {
@@ -5511,7 +5408,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5511
5408
  class DashboardControllerService {
5512
5409
  constructor(httpClient, basePath, configuration) {
5513
5410
  this.httpClient = httpClient;
5514
- this.basePath = 'https://apiv2stage7.atomex.net';
5411
+ this.basePath = 'https://apiv2stage3.atomex.net';
5515
5412
  this.defaultHeaders = new HttpHeaders();
5516
5413
  this.configuration = new Configuration();
5517
5414
  if (basePath) {
@@ -6171,7 +6068,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6171
6068
  class ExperimentsControllerService {
6172
6069
  constructor(httpClient, basePath, configuration) {
6173
6070
  this.httpClient = httpClient;
6174
- this.basePath = 'https://apiv2stage7.atomex.net';
6071
+ this.basePath = 'https://apiv2stage3.atomex.net';
6175
6072
  this.defaultHeaders = new HttpHeaders();
6176
6073
  this.configuration = new Configuration();
6177
6074
  if (basePath) {
@@ -6900,7 +6797,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6900
6797
  class NotificationsControllerService {
6901
6798
  constructor(httpClient, basePath, configuration) {
6902
6799
  this.httpClient = httpClient;
6903
- this.basePath = 'https://apiv2stage7.atomex.net';
6800
+ this.basePath = 'https://apiv2stage3.atomex.net';
6904
6801
  this.defaultHeaders = new HttpHeaders();
6905
6802
  this.configuration = new Configuration();
6906
6803
  if (basePath) {
@@ -7115,7 +7012,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7115
7012
  class PixelControllerService {
7116
7013
  constructor(httpClient, basePath, configuration) {
7117
7014
  this.httpClient = httpClient;
7118
- this.basePath = 'https://apiv2stage7.atomex.net';
7015
+ this.basePath = 'https://apiv2stage3.atomex.net';
7119
7016
  this.defaultHeaders = new HttpHeaders();
7120
7017
  this.configuration = new Configuration();
7121
7018
  if (basePath) {
@@ -7424,7 +7321,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7424
7321
  class ReportControllerService {
7425
7322
  constructor(httpClient, basePath, configuration) {
7426
7323
  this.httpClient = httpClient;
7427
- this.basePath = 'https://apiv2stage7.atomex.net';
7324
+ this.basePath = 'https://apiv2stage3.atomex.net';
7428
7325
  this.defaultHeaders = new HttpHeaders();
7429
7326
  this.configuration = new Configuration();
7430
7327
  if (basePath) {
@@ -7563,7 +7460,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7563
7460
  class ReportingControllerService {
7564
7461
  constructor(httpClient, basePath, configuration) {
7565
7462
  this.httpClient = httpClient;
7566
- this.basePath = 'https://apiv2stage7.atomex.net';
7463
+ this.basePath = 'https://apiv2stage3.atomex.net';
7567
7464
  this.defaultHeaders = new HttpHeaders();
7568
7465
  this.configuration = new Configuration();
7569
7466
  if (basePath) {
@@ -7735,7 +7632,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7735
7632
  class ReportingSchedulerControllerService {
7736
7633
  constructor(httpClient, basePath, configuration) {
7737
7634
  this.httpClient = httpClient;
7738
- this.basePath = 'https://apiv2stage7.atomex.net';
7635
+ this.basePath = 'https://apiv2stage3.atomex.net';
7739
7636
  this.defaultHeaders = new HttpHeaders();
7740
7637
  this.configuration = new Configuration();
7741
7638
  if (basePath) {
@@ -8049,10 +7946,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8049
7946
  * Do not edit the class manually.
8050
7947
  */
8051
7948
  /* tslint:disable:no-unused-variable member-ordering */
8052
- class SliceXControllerService {
7949
+ class SafeguardControllerService {
8053
7950
  constructor(httpClient, basePath, configuration) {
8054
7951
  this.httpClient = httpClient;
8055
- this.basePath = 'https://apiv2stage7.atomex.net';
7952
+ this.basePath = 'https://apiv2stage3.atomex.net';
8056
7953
  this.defaultHeaders = new HttpHeaders();
8057
7954
  this.configuration = new Configuration();
8058
7955
  if (basePath) {
@@ -8076,13 +7973,9 @@ class SliceXControllerService {
8076
7973
  }
8077
7974
  return false;
8078
7975
  }
8079
- getBudgetUtilisationUsingPOST(request, reqId, sort, token, observe = 'body', reportProgress = false) {
8080
- if (request === null || request === undefined) {
8081
- throw new Error('Required parameter request was null or undefined when calling getBudgetUtilisationUsingPOST.');
8082
- }
8083
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8084
- if (sort !== undefined && sort !== null) {
8085
- queryParameters = queryParameters.set('sort', sort);
7976
+ createSafeguardExclusionListUsingPOST(safeguardExclusionDTO, reqId, token, observe = 'body', reportProgress = false) {
7977
+ if (safeguardExclusionDTO === null || safeguardExclusionDTO === undefined) {
7978
+ throw new Error('Required parameter safeguardExclusionDTO was null or undefined when calling createSafeguardExclusionListUsingPOST.');
8086
7979
  }
8087
7980
  let headers = this.defaultHeaders;
8088
7981
  if (reqId !== undefined && reqId !== null) {
@@ -8107,17 +8000,16 @@ class SliceXControllerService {
8107
8000
  if (httpContentTypeSelected != undefined) {
8108
8001
  headers = headers.set('Content-Type', httpContentTypeSelected);
8109
8002
  }
8110
- return this.httpClient.post(`${this.basePath}/v2/api/slicex/budgetutilisation`, request, {
8111
- params: queryParameters,
8003
+ return this.httpClient.post(`${this.basePath}/v2/api/safeguard/exclusion/create`, safeguardExclusionDTO, {
8112
8004
  withCredentials: this.configuration.withCredentials,
8113
8005
  headers: headers,
8114
8006
  observe: observe,
8115
8007
  reportProgress: reportProgress
8116
8008
  });
8117
8009
  }
8118
- getSlicexDataChartUsingPOST(slicexRequest, reqId, token, observe = 'body', reportProgress = false) {
8119
- if (slicexRequest === null || slicexRequest === undefined) {
8120
- throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataChartUsingPOST.');
8010
+ createSafeguardRuleUsingPOST(safeguardRequestDTO, reqId, token, observe = 'body', reportProgress = false) {
8011
+ if (safeguardRequestDTO === null || safeguardRequestDTO === undefined) {
8012
+ throw new Error('Required parameter safeguardRequestDTO was null or undefined when calling createSafeguardRuleUsingPOST.');
8121
8013
  }
8122
8014
  let headers = this.defaultHeaders;
8123
8015
  if (reqId !== undefined && reqId !== null) {
@@ -8142,23 +8034,16 @@ class SliceXControllerService {
8142
8034
  if (httpContentTypeSelected != undefined) {
8143
8035
  headers = headers.set('Content-Type', httpContentTypeSelected);
8144
8036
  }
8145
- return this.httpClient.post(`${this.basePath}/v2/api/slicex/chart`, slicexRequest, {
8037
+ return this.httpClient.post(`${this.basePath}/v2/api/safeguard/create`, safeguardRequestDTO, {
8146
8038
  withCredentials: this.configuration.withCredentials,
8147
8039
  headers: headers,
8148
8040
  observe: observe,
8149
8041
  reportProgress: reportProgress
8150
8042
  });
8151
8043
  }
8152
- getSlicexDataListNewUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
8153
- if (entity === null || entity === undefined) {
8154
- throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListNewUsingPOST.');
8155
- }
8156
- if (slicexRequest === null || slicexRequest === undefined) {
8157
- throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListNewUsingPOST.');
8158
- }
8159
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8160
- if (sort !== undefined && sort !== null) {
8161
- queryParameters = queryParameters.set('sort', sort);
8044
+ getBlockedItemDetailsUsingGET(safeguardId, reqId, token, observe = 'body', reportProgress = false) {
8045
+ if (safeguardId === null || safeguardId === undefined) {
8046
+ throw new Error('Required parameter safeguardId was null or undefined when calling getBlockedItemDetailsUsingGET.');
8162
8047
  }
8163
8048
  let headers = this.defaultHeaders;
8164
8049
  if (reqId !== undefined && reqId !== null) {
@@ -8176,31 +8061,17 @@ class SliceXControllerService {
8176
8061
  headers = headers.set('Accept', httpHeaderAcceptSelected);
8177
8062
  }
8178
8063
  // to determine the Content-Type header
8179
- const consumes = [
8180
- 'application/json'
8181
- ];
8182
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8183
- if (httpContentTypeSelected != undefined) {
8184
- headers = headers.set('Content-Type', httpContentTypeSelected);
8185
- }
8186
- return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/${encodeURIComponent(String(entity))}/new`, slicexRequest, {
8187
- params: queryParameters,
8064
+ const consumes = [];
8065
+ return this.httpClient.get(`${this.basePath}/v2/api/safeguard/blocked_entities/${encodeURIComponent(String(safeguardId))}`, {
8188
8066
  withCredentials: this.configuration.withCredentials,
8189
8067
  headers: headers,
8190
8068
  observe: observe,
8191
8069
  reportProgress: reportProgress
8192
8070
  });
8193
8071
  }
8194
- getSlicexDataListUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
8195
- if (entity === null || entity === undefined) {
8196
- throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListUsingPOST.');
8197
- }
8198
- if (slicexRequest === null || slicexRequest === undefined) {
8199
- throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListUsingPOST.');
8200
- }
8201
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8202
- if (sort !== undefined && sort !== null) {
8203
- queryParameters = queryParameters.set('sort', sort);
8072
+ getSafeguardExclusionListUsingGET(campaignId, reqId, token, observe = 'body', reportProgress = false) {
8073
+ if (campaignId === null || campaignId === undefined) {
8074
+ throw new Error('Required parameter campaignId was null or undefined when calling getSafeguardExclusionListUsingGET.');
8204
8075
  }
8205
8076
  let headers = this.defaultHeaders;
8206
8077
  if (reqId !== undefined && reqId !== null) {
@@ -8218,31 +8089,17 @@ class SliceXControllerService {
8218
8089
  headers = headers.set('Accept', httpHeaderAcceptSelected);
8219
8090
  }
8220
8091
  // to determine the Content-Type header
8221
- const consumes = [
8222
- 'application/json'
8223
- ];
8224
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8225
- if (httpContentTypeSelected != undefined) {
8226
- headers = headers.set('Content-Type', httpContentTypeSelected);
8227
- }
8228
- return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/${encodeURIComponent(String(entity))}`, slicexRequest, {
8229
- params: queryParameters,
8092
+ const consumes = [];
8093
+ return this.httpClient.get(`${this.basePath}/v2/api/safeguard/exclusion/get/${encodeURIComponent(String(campaignId))}`, {
8230
8094
  withCredentials: this.configuration.withCredentials,
8231
8095
  headers: headers,
8232
8096
  observe: observe,
8233
8097
  reportProgress: reportProgress
8234
8098
  });
8235
8099
  }
8236
- getSlicexDataListWithCompareUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
8237
- if (entity === null || entity === undefined) {
8238
- throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
8239
- }
8240
- if (slicexRequest === null || slicexRequest === undefined) {
8241
- throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
8242
- }
8243
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8244
- if (sort !== undefined && sort !== null) {
8245
- queryParameters = queryParameters.set('sort', sort);
8100
+ getSafeguardRuleDetailsUsingGET(safeguardId, reqId, token, observe = 'body', reportProgress = false) {
8101
+ if (safeguardId === null || safeguardId === undefined) {
8102
+ throw new Error('Required parameter safeguardId was null or undefined when calling getSafeguardRuleDetailsUsingGET.');
8246
8103
  }
8247
8104
  let headers = this.defaultHeaders;
8248
8105
  if (reqId !== undefined && reqId !== null) {
@@ -8260,28 +8117,15 @@ class SliceXControllerService {
8260
8117
  headers = headers.set('Accept', httpHeaderAcceptSelected);
8261
8118
  }
8262
8119
  // to determine the Content-Type header
8263
- const consumes = [
8264
- 'application/json'
8265
- ];
8266
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8267
- if (httpContentTypeSelected != undefined) {
8268
- headers = headers.set('Content-Type', httpContentTypeSelected);
8269
- }
8270
- return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/compare/${encodeURIComponent(String(entity))}`, slicexRequest, {
8271
- params: queryParameters,
8120
+ const consumes = [];
8121
+ return this.httpClient.get(`${this.basePath}/v2/api/safeguard/detail/${encodeURIComponent(String(safeguardId))}`, {
8272
8122
  withCredentials: this.configuration.withCredentials,
8273
8123
  headers: headers,
8274
8124
  observe: observe,
8275
8125
  reportProgress: reportProgress
8276
8126
  });
8277
8127
  }
8278
- getSlicexGridDetailsUsingPOST(entity, slicexRequestExt, reqId, token, observe = 'body', reportProgress = false) {
8279
- if (entity === null || entity === undefined) {
8280
- throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
8281
- }
8282
- if (slicexRequestExt === null || slicexRequestExt === undefined) {
8283
- throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
8284
- }
8128
+ getSafeguardRuleFiltersUsingGET(reqId, token, observe = 'body', reportProgress = false) {
8285
8129
  let headers = this.defaultHeaders;
8286
8130
  if (reqId !== undefined && reqId !== null) {
8287
8131
  headers = headers.set('reqId', String(reqId));
@@ -8298,30 +8142,27 @@ class SliceXControllerService {
8298
8142
  headers = headers.set('Accept', httpHeaderAcceptSelected);
8299
8143
  }
8300
8144
  // to determine the Content-Type header
8301
- const consumes = [
8302
- 'application/json'
8303
- ];
8304
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8305
- if (httpContentTypeSelected != undefined) {
8306
- headers = headers.set('Content-Type', httpContentTypeSelected);
8307
- }
8308
- return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/details/${encodeURIComponent(String(entity))}`, slicexRequestExt, {
8145
+ const consumes = [];
8146
+ return this.httpClient.get(`${this.basePath}/v2/api/safeguard/filters`, {
8309
8147
  withCredentials: this.configuration.withCredentials,
8310
8148
  headers: headers,
8311
8149
  observe: observe,
8312
8150
  reportProgress: reportProgress
8313
8151
  });
8314
8152
  }
8315
- getSlicexListDataForExportUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
8153
+ getSafeguardRulesListUsingGET(entity, id, reqId, token, observe = 'body', reportProgress = false) {
8316
8154
  if (entity === null || entity === undefined) {
8317
- throw new Error('Required parameter entity was null or undefined when calling getSlicexListDataForExportUsingPOST.');
8155
+ throw new Error('Required parameter entity was null or undefined when calling getSafeguardRulesListUsingGET.');
8318
8156
  }
8319
- if (slicexRequest === null || slicexRequest === undefined) {
8320
- throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexListDataForExportUsingPOST.');
8157
+ if (id === null || id === undefined) {
8158
+ throw new Error('Required parameter id was null or undefined when calling getSafeguardRulesListUsingGET.');
8321
8159
  }
8322
8160
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8323
- if (sort !== undefined && sort !== null) {
8324
- queryParameters = queryParameters.set('sort', sort);
8161
+ if (entity !== undefined && entity !== null) {
8162
+ queryParameters = queryParameters.set('entity', entity);
8163
+ }
8164
+ if (id !== undefined && id !== null) {
8165
+ queryParameters = queryParameters.set('id', id);
8325
8166
  }
8326
8167
  let headers = this.defaultHeaders;
8327
8168
  if (reqId !== undefined && reqId !== null) {
@@ -8339,24 +8180,49 @@ class SliceXControllerService {
8339
8180
  headers = headers.set('Accept', httpHeaderAcceptSelected);
8340
8181
  }
8341
8182
  // to determine the Content-Type header
8342
- const consumes = [
8183
+ const consumes = [];
8184
+ return this.httpClient.get(`${this.basePath}/v2/api/safeguard/list`, {
8185
+ params: queryParameters,
8186
+ withCredentials: this.configuration.withCredentials,
8187
+ headers: headers,
8188
+ observe: observe,
8189
+ reportProgress: reportProgress
8190
+ });
8191
+ }
8192
+ safeguardRuleRunNowUsingGET(safeguardId, reqId, token, observe = 'body', reportProgress = false) {
8193
+ if (safeguardId === null || safeguardId === undefined) {
8194
+ throw new Error('Required parameter safeguardId was null or undefined when calling safeguardRuleRunNowUsingGET.');
8195
+ }
8196
+ let headers = this.defaultHeaders;
8197
+ if (reqId !== undefined && reqId !== null) {
8198
+ headers = headers.set('reqId', String(reqId));
8199
+ }
8200
+ if (token !== undefined && token !== null) {
8201
+ headers = headers.set('token', String(token));
8202
+ }
8203
+ // to determine the Accept header
8204
+ let httpHeaderAccepts = [
8343
8205
  'application/json'
8344
8206
  ];
8345
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8346
- if (httpContentTypeSelected != undefined) {
8347
- headers = headers.set('Content-Type', httpContentTypeSelected);
8207
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8208
+ if (httpHeaderAcceptSelected != undefined) {
8209
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8348
8210
  }
8349
- return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/csv/${encodeURIComponent(String(entity))}`, slicexRequest, {
8350
- params: queryParameters,
8211
+ // to determine the Content-Type header
8212
+ const consumes = [];
8213
+ return this.httpClient.get(`${this.basePath}/v2/api/safeguard/run_now/${encodeURIComponent(String(safeguardId))}`, {
8351
8214
  withCredentials: this.configuration.withCredentials,
8352
8215
  headers: headers,
8353
8216
  observe: observe,
8354
8217
  reportProgress: reportProgress
8355
8218
  });
8356
8219
  }
8357
- getStaticMetaDataUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
8358
- if (request === null || request === undefined) {
8359
- throw new Error('Required parameter request was null or undefined when calling getStaticMetaDataUsingPOST.');
8220
+ updateSafeguardExclusionListUsingPOST(campaignId, safeguardExclusionDTO, reqId, token, observe = 'body', reportProgress = false) {
8221
+ if (campaignId === null || campaignId === undefined) {
8222
+ throw new Error('Required parameter campaignId was null or undefined when calling updateSafeguardExclusionListUsingPOST.');
8223
+ }
8224
+ if (safeguardExclusionDTO === null || safeguardExclusionDTO === undefined) {
8225
+ throw new Error('Required parameter safeguardExclusionDTO was null or undefined when calling updateSafeguardExclusionListUsingPOST.');
8360
8226
  }
8361
8227
  let headers = this.defaultHeaders;
8362
8228
  if (reqId !== undefined && reqId !== null) {
@@ -8381,20 +8247,26 @@ class SliceXControllerService {
8381
8247
  if (httpContentTypeSelected != undefined) {
8382
8248
  headers = headers.set('Content-Type', httpContentTypeSelected);
8383
8249
  }
8384
- return this.httpClient.post(`${this.basePath}/v2/api/slicex/staticmetadata`, request, {
8250
+ return this.httpClient.post(`${this.basePath}/v2/api/safeguard/exclusion/update/${encodeURIComponent(String(campaignId))}`, safeguardExclusionDTO, {
8385
8251
  withCredentials: this.configuration.withCredentials,
8386
8252
  headers: headers,
8387
8253
  observe: observe,
8388
8254
  reportProgress: reportProgress
8389
8255
  });
8390
8256
  }
8391
- getWinRateAndReachUsingPOST(request, reqId, sort, token, observe = 'body', reportProgress = false) {
8392
- if (request === null || request === undefined) {
8393
- throw new Error('Required parameter request was null or undefined when calling getWinRateAndReachUsingPOST.');
8257
+ updateSafeguardRuleStatusUsingPOST(ids, status, reqId, token, observe = 'body', reportProgress = false) {
8258
+ if (ids === null || ids === undefined) {
8259
+ throw new Error('Required parameter ids was null or undefined when calling updateSafeguardRuleStatusUsingPOST.');
8260
+ }
8261
+ if (status === null || status === undefined) {
8262
+ throw new Error('Required parameter status was null or undefined when calling updateSafeguardRuleStatusUsingPOST.');
8394
8263
  }
8395
8264
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8396
- if (sort !== undefined && sort !== null) {
8397
- queryParameters = queryParameters.set('sort', sort);
8265
+ if (ids !== undefined && ids !== null) {
8266
+ queryParameters = queryParameters.set('ids', ids);
8267
+ }
8268
+ if (status !== undefined && status !== null) {
8269
+ queryParameters = queryParameters.set('status', status);
8398
8270
  }
8399
8271
  let headers = this.defaultHeaders;
8400
8272
  if (reqId !== undefined && reqId !== null) {
@@ -8415,11 +8287,7 @@ class SliceXControllerService {
8415
8287
  const consumes = [
8416
8288
  'application/json'
8417
8289
  ];
8418
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8419
- if (httpContentTypeSelected != undefined) {
8420
- headers = headers.set('Content-Type', httpContentTypeSelected);
8421
- }
8422
- return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/winreach`, request, {
8290
+ return this.httpClient.post(`${this.basePath}/v2/api/safeguard/update/status`, null, {
8423
8291
  params: queryParameters,
8424
8292
  withCredentials: this.configuration.withCredentials,
8425
8293
  headers: headers,
@@ -8427,11 +8295,486 @@ class SliceXControllerService {
8427
8295
  reportProgress: reportProgress
8428
8296
  });
8429
8297
  }
8430
- }
8431
- SliceXControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SliceXControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
8432
- SliceXControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SliceXControllerService });
8433
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SliceXControllerService, decorators: [{
8434
- type: Injectable
8298
+ updateSafeguardRuleUsingPOST(safeguardId, safeguardRequestDTO, reqId, token, observe = 'body', reportProgress = false) {
8299
+ if (safeguardId === null || safeguardId === undefined) {
8300
+ throw new Error('Required parameter safeguardId was null or undefined when calling updateSafeguardRuleUsingPOST.');
8301
+ }
8302
+ if (safeguardRequestDTO === null || safeguardRequestDTO === undefined) {
8303
+ throw new Error('Required parameter safeguardRequestDTO was null or undefined when calling updateSafeguardRuleUsingPOST.');
8304
+ }
8305
+ let headers = this.defaultHeaders;
8306
+ if (reqId !== undefined && reqId !== null) {
8307
+ headers = headers.set('reqId', String(reqId));
8308
+ }
8309
+ if (token !== undefined && token !== null) {
8310
+ headers = headers.set('token', String(token));
8311
+ }
8312
+ // to determine the Accept header
8313
+ let httpHeaderAccepts = [
8314
+ 'application/json'
8315
+ ];
8316
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8317
+ if (httpHeaderAcceptSelected != undefined) {
8318
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8319
+ }
8320
+ // to determine the Content-Type header
8321
+ const consumes = [
8322
+ 'application/json'
8323
+ ];
8324
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8325
+ if (httpContentTypeSelected != undefined) {
8326
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8327
+ }
8328
+ return this.httpClient.post(`${this.basePath}/v2/api/safeguard/update/${encodeURIComponent(String(safeguardId))}`, safeguardRequestDTO, {
8329
+ withCredentials: this.configuration.withCredentials,
8330
+ headers: headers,
8331
+ observe: observe,
8332
+ reportProgress: reportProgress
8333
+ });
8334
+ }
8335
+ validateSafeguardRuleUsingGET(safeguardRequestDTO, reqId, token, observe = 'body', reportProgress = false) {
8336
+ if (safeguardRequestDTO === null || safeguardRequestDTO === undefined) {
8337
+ throw new Error('Required parameter safeguardRequestDTO was null or undefined when calling validateSafeguardRuleUsingGET.');
8338
+ }
8339
+ let headers = this.defaultHeaders;
8340
+ if (reqId !== undefined && reqId !== null) {
8341
+ headers = headers.set('reqId', String(reqId));
8342
+ }
8343
+ if (token !== undefined && token !== null) {
8344
+ headers = headers.set('token', String(token));
8345
+ }
8346
+ // to determine the Accept header
8347
+ let httpHeaderAccepts = [
8348
+ 'application/json'
8349
+ ];
8350
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8351
+ if (httpHeaderAcceptSelected != undefined) {
8352
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8353
+ }
8354
+ // to determine the Content-Type header
8355
+ const consumes = [];
8356
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8357
+ if (httpContentTypeSelected != undefined) {
8358
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8359
+ }
8360
+ return this.httpClient.get(`${this.basePath}/v2/api/safeguard/validate`, {
8361
+ withCredentials: this.configuration.withCredentials,
8362
+ headers: headers,
8363
+ observe: observe,
8364
+ reportProgress: reportProgress
8365
+ });
8366
+ }
8367
+ }
8368
+ SafeguardControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeguardControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
8369
+ SafeguardControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeguardControllerService });
8370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeguardControllerService, decorators: [{
8371
+ type: Injectable
8372
+ }], ctorParameters: function () {
8373
+ return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
8374
+ type: Optional
8375
+ }, {
8376
+ type: Inject,
8377
+ args: [BASE_PATH]
8378
+ }] }, { type: Configuration, decorators: [{
8379
+ type: Optional
8380
+ }] }];
8381
+ } });
8382
+
8383
+ /**
8384
+ * Api Documentation
8385
+ * Api Documentation
8386
+ *
8387
+ * OpenAPI spec version: 1.0
8388
+ *
8389
+ *
8390
+ * NOTE: This class is auto generated by the swagger code generator program.
8391
+ * https://github.com/swagger-api/swagger-codegen.git
8392
+ * Do not edit the class manually.
8393
+ */
8394
+ /* tslint:disable:no-unused-variable member-ordering */
8395
+ class SliceXControllerService {
8396
+ constructor(httpClient, basePath, configuration) {
8397
+ this.httpClient = httpClient;
8398
+ this.basePath = 'https://apiv2stage3.atomex.net';
8399
+ this.defaultHeaders = new HttpHeaders();
8400
+ this.configuration = new Configuration();
8401
+ if (basePath) {
8402
+ this.basePath = basePath;
8403
+ }
8404
+ if (configuration) {
8405
+ this.configuration = configuration;
8406
+ this.basePath = basePath || configuration.basePath || this.basePath;
8407
+ }
8408
+ }
8409
+ /**
8410
+ * @param consumes string[] mime-types
8411
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
8412
+ */
8413
+ canConsumeForm(consumes) {
8414
+ const form = 'multipart/form-data';
8415
+ for (const consume of consumes) {
8416
+ if (form === consume) {
8417
+ return true;
8418
+ }
8419
+ }
8420
+ return false;
8421
+ }
8422
+ getBudgetUtilisationUsingPOST(request, reqId, sort, token, observe = 'body', reportProgress = false) {
8423
+ if (request === null || request === undefined) {
8424
+ throw new Error('Required parameter request was null or undefined when calling getBudgetUtilisationUsingPOST.');
8425
+ }
8426
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8427
+ if (sort !== undefined && sort !== null) {
8428
+ queryParameters = queryParameters.set('sort', sort);
8429
+ }
8430
+ let headers = this.defaultHeaders;
8431
+ if (reqId !== undefined && reqId !== null) {
8432
+ headers = headers.set('reqId', String(reqId));
8433
+ }
8434
+ if (token !== undefined && token !== null) {
8435
+ headers = headers.set('token', String(token));
8436
+ }
8437
+ // to determine the Accept header
8438
+ let httpHeaderAccepts = [
8439
+ 'application/json'
8440
+ ];
8441
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8442
+ if (httpHeaderAcceptSelected != undefined) {
8443
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8444
+ }
8445
+ // to determine the Content-Type header
8446
+ const consumes = [
8447
+ 'application/json'
8448
+ ];
8449
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8450
+ if (httpContentTypeSelected != undefined) {
8451
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8452
+ }
8453
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/budgetutilisation`, request, {
8454
+ params: queryParameters,
8455
+ withCredentials: this.configuration.withCredentials,
8456
+ headers: headers,
8457
+ observe: observe,
8458
+ reportProgress: reportProgress
8459
+ });
8460
+ }
8461
+ getSlicexDataChartUsingPOST(slicexRequest, reqId, token, observe = 'body', reportProgress = false) {
8462
+ if (slicexRequest === null || slicexRequest === undefined) {
8463
+ throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataChartUsingPOST.');
8464
+ }
8465
+ let headers = this.defaultHeaders;
8466
+ if (reqId !== undefined && reqId !== null) {
8467
+ headers = headers.set('reqId', String(reqId));
8468
+ }
8469
+ if (token !== undefined && token !== null) {
8470
+ headers = headers.set('token', String(token));
8471
+ }
8472
+ // to determine the Accept header
8473
+ let httpHeaderAccepts = [
8474
+ 'application/json'
8475
+ ];
8476
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8477
+ if (httpHeaderAcceptSelected != undefined) {
8478
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8479
+ }
8480
+ // to determine the Content-Type header
8481
+ const consumes = [
8482
+ 'application/json'
8483
+ ];
8484
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8485
+ if (httpContentTypeSelected != undefined) {
8486
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8487
+ }
8488
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/chart`, slicexRequest, {
8489
+ withCredentials: this.configuration.withCredentials,
8490
+ headers: headers,
8491
+ observe: observe,
8492
+ reportProgress: reportProgress
8493
+ });
8494
+ }
8495
+ getSlicexDataListNewUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
8496
+ if (entity === null || entity === undefined) {
8497
+ throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListNewUsingPOST.');
8498
+ }
8499
+ if (slicexRequest === null || slicexRequest === undefined) {
8500
+ throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListNewUsingPOST.');
8501
+ }
8502
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8503
+ if (sort !== undefined && sort !== null) {
8504
+ queryParameters = queryParameters.set('sort', sort);
8505
+ }
8506
+ let headers = this.defaultHeaders;
8507
+ if (reqId !== undefined && reqId !== null) {
8508
+ headers = headers.set('reqId', String(reqId));
8509
+ }
8510
+ if (token !== undefined && token !== null) {
8511
+ headers = headers.set('token', String(token));
8512
+ }
8513
+ // to determine the Accept header
8514
+ let httpHeaderAccepts = [
8515
+ 'application/json'
8516
+ ];
8517
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8518
+ if (httpHeaderAcceptSelected != undefined) {
8519
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8520
+ }
8521
+ // to determine the Content-Type header
8522
+ const consumes = [
8523
+ 'application/json'
8524
+ ];
8525
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8526
+ if (httpContentTypeSelected != undefined) {
8527
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8528
+ }
8529
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/${encodeURIComponent(String(entity))}/new`, slicexRequest, {
8530
+ params: queryParameters,
8531
+ withCredentials: this.configuration.withCredentials,
8532
+ headers: headers,
8533
+ observe: observe,
8534
+ reportProgress: reportProgress
8535
+ });
8536
+ }
8537
+ getSlicexDataListUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
8538
+ if (entity === null || entity === undefined) {
8539
+ throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListUsingPOST.');
8540
+ }
8541
+ if (slicexRequest === null || slicexRequest === undefined) {
8542
+ throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListUsingPOST.');
8543
+ }
8544
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8545
+ if (sort !== undefined && sort !== null) {
8546
+ queryParameters = queryParameters.set('sort', sort);
8547
+ }
8548
+ let headers = this.defaultHeaders;
8549
+ if (reqId !== undefined && reqId !== null) {
8550
+ headers = headers.set('reqId', String(reqId));
8551
+ }
8552
+ if (token !== undefined && token !== null) {
8553
+ headers = headers.set('token', String(token));
8554
+ }
8555
+ // to determine the Accept header
8556
+ let httpHeaderAccepts = [
8557
+ 'application/json'
8558
+ ];
8559
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8560
+ if (httpHeaderAcceptSelected != undefined) {
8561
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8562
+ }
8563
+ // to determine the Content-Type header
8564
+ const consumes = [
8565
+ 'application/json'
8566
+ ];
8567
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8568
+ if (httpContentTypeSelected != undefined) {
8569
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8570
+ }
8571
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/${encodeURIComponent(String(entity))}`, slicexRequest, {
8572
+ params: queryParameters,
8573
+ withCredentials: this.configuration.withCredentials,
8574
+ headers: headers,
8575
+ observe: observe,
8576
+ reportProgress: reportProgress
8577
+ });
8578
+ }
8579
+ getSlicexDataListWithCompareUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
8580
+ if (entity === null || entity === undefined) {
8581
+ throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
8582
+ }
8583
+ if (slicexRequest === null || slicexRequest === undefined) {
8584
+ throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
8585
+ }
8586
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8587
+ if (sort !== undefined && sort !== null) {
8588
+ queryParameters = queryParameters.set('sort', sort);
8589
+ }
8590
+ let headers = this.defaultHeaders;
8591
+ if (reqId !== undefined && reqId !== null) {
8592
+ headers = headers.set('reqId', String(reqId));
8593
+ }
8594
+ if (token !== undefined && token !== null) {
8595
+ headers = headers.set('token', String(token));
8596
+ }
8597
+ // to determine the Accept header
8598
+ let httpHeaderAccepts = [
8599
+ 'application/json'
8600
+ ];
8601
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8602
+ if (httpHeaderAcceptSelected != undefined) {
8603
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8604
+ }
8605
+ // to determine the Content-Type header
8606
+ const consumes = [
8607
+ 'application/json'
8608
+ ];
8609
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8610
+ if (httpContentTypeSelected != undefined) {
8611
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8612
+ }
8613
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/compare/${encodeURIComponent(String(entity))}`, slicexRequest, {
8614
+ params: queryParameters,
8615
+ withCredentials: this.configuration.withCredentials,
8616
+ headers: headers,
8617
+ observe: observe,
8618
+ reportProgress: reportProgress
8619
+ });
8620
+ }
8621
+ getSlicexGridDetailsUsingPOST(entity, slicexRequestExt, reqId, token, observe = 'body', reportProgress = false) {
8622
+ if (entity === null || entity === undefined) {
8623
+ throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
8624
+ }
8625
+ if (slicexRequestExt === null || slicexRequestExt === undefined) {
8626
+ throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
8627
+ }
8628
+ let headers = this.defaultHeaders;
8629
+ if (reqId !== undefined && reqId !== null) {
8630
+ headers = headers.set('reqId', String(reqId));
8631
+ }
8632
+ if (token !== undefined && token !== null) {
8633
+ headers = headers.set('token', String(token));
8634
+ }
8635
+ // to determine the Accept header
8636
+ let httpHeaderAccepts = [
8637
+ 'application/json'
8638
+ ];
8639
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8640
+ if (httpHeaderAcceptSelected != undefined) {
8641
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8642
+ }
8643
+ // to determine the Content-Type header
8644
+ const consumes = [
8645
+ 'application/json'
8646
+ ];
8647
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8648
+ if (httpContentTypeSelected != undefined) {
8649
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8650
+ }
8651
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/details/${encodeURIComponent(String(entity))}`, slicexRequestExt, {
8652
+ withCredentials: this.configuration.withCredentials,
8653
+ headers: headers,
8654
+ observe: observe,
8655
+ reportProgress: reportProgress
8656
+ });
8657
+ }
8658
+ getSlicexListDataForExportUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
8659
+ if (entity === null || entity === undefined) {
8660
+ throw new Error('Required parameter entity was null or undefined when calling getSlicexListDataForExportUsingPOST.');
8661
+ }
8662
+ if (slicexRequest === null || slicexRequest === undefined) {
8663
+ throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexListDataForExportUsingPOST.');
8664
+ }
8665
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8666
+ if (sort !== undefined && sort !== null) {
8667
+ queryParameters = queryParameters.set('sort', sort);
8668
+ }
8669
+ let headers = this.defaultHeaders;
8670
+ if (reqId !== undefined && reqId !== null) {
8671
+ headers = headers.set('reqId', String(reqId));
8672
+ }
8673
+ if (token !== undefined && token !== null) {
8674
+ headers = headers.set('token', String(token));
8675
+ }
8676
+ // to determine the Accept header
8677
+ let httpHeaderAccepts = [
8678
+ 'application/json'
8679
+ ];
8680
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8681
+ if (httpHeaderAcceptSelected != undefined) {
8682
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8683
+ }
8684
+ // to determine the Content-Type header
8685
+ const consumes = [
8686
+ 'application/json'
8687
+ ];
8688
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8689
+ if (httpContentTypeSelected != undefined) {
8690
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8691
+ }
8692
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/csv/${encodeURIComponent(String(entity))}`, slicexRequest, {
8693
+ params: queryParameters,
8694
+ withCredentials: this.configuration.withCredentials,
8695
+ headers: headers,
8696
+ observe: observe,
8697
+ reportProgress: reportProgress
8698
+ });
8699
+ }
8700
+ getStaticMetaDataUsingPOST(request, reqId, token, observe = 'body', reportProgress = false) {
8701
+ if (request === null || request === undefined) {
8702
+ throw new Error('Required parameter request was null or undefined when calling getStaticMetaDataUsingPOST.');
8703
+ }
8704
+ let headers = this.defaultHeaders;
8705
+ if (reqId !== undefined && reqId !== null) {
8706
+ headers = headers.set('reqId', String(reqId));
8707
+ }
8708
+ if (token !== undefined && token !== null) {
8709
+ headers = headers.set('token', String(token));
8710
+ }
8711
+ // to determine the Accept header
8712
+ let httpHeaderAccepts = [
8713
+ 'application/json'
8714
+ ];
8715
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8716
+ if (httpHeaderAcceptSelected != undefined) {
8717
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8718
+ }
8719
+ // to determine the Content-Type header
8720
+ const consumes = [
8721
+ 'application/json'
8722
+ ];
8723
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8724
+ if (httpContentTypeSelected != undefined) {
8725
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8726
+ }
8727
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/staticmetadata`, request, {
8728
+ withCredentials: this.configuration.withCredentials,
8729
+ headers: headers,
8730
+ observe: observe,
8731
+ reportProgress: reportProgress
8732
+ });
8733
+ }
8734
+ getWinRateAndReachUsingPOST(request, reqId, sort, token, observe = 'body', reportProgress = false) {
8735
+ if (request === null || request === undefined) {
8736
+ throw new Error('Required parameter request was null or undefined when calling getWinRateAndReachUsingPOST.');
8737
+ }
8738
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
8739
+ if (sort !== undefined && sort !== null) {
8740
+ queryParameters = queryParameters.set('sort', sort);
8741
+ }
8742
+ let headers = this.defaultHeaders;
8743
+ if (reqId !== undefined && reqId !== null) {
8744
+ headers = headers.set('reqId', String(reqId));
8745
+ }
8746
+ if (token !== undefined && token !== null) {
8747
+ headers = headers.set('token', String(token));
8748
+ }
8749
+ // to determine the Accept header
8750
+ let httpHeaderAccepts = [
8751
+ 'application/json'
8752
+ ];
8753
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
8754
+ if (httpHeaderAcceptSelected != undefined) {
8755
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
8756
+ }
8757
+ // to determine the Content-Type header
8758
+ const consumes = [
8759
+ 'application/json'
8760
+ ];
8761
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
8762
+ if (httpContentTypeSelected != undefined) {
8763
+ headers = headers.set('Content-Type', httpContentTypeSelected);
8764
+ }
8765
+ return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/winreach`, request, {
8766
+ params: queryParameters,
8767
+ withCredentials: this.configuration.withCredentials,
8768
+ headers: headers,
8769
+ observe: observe,
8770
+ reportProgress: reportProgress
8771
+ });
8772
+ }
8773
+ }
8774
+ SliceXControllerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SliceXControllerService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
8775
+ SliceXControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SliceXControllerService });
8776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SliceXControllerService, decorators: [{
8777
+ type: Injectable
8435
8778
  }], ctorParameters: function () {
8436
8779
  return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
8437
8780
  type: Optional
@@ -8458,7 +8801,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8458
8801
  class StrategyControllerService {
8459
8802
  constructor(httpClient, basePath, configuration) {
8460
8803
  this.httpClient = httpClient;
8461
- this.basePath = 'https://apiv2stage7.atomex.net';
8804
+ this.basePath = 'https://apiv2stage3.atomex.net';
8462
8805
  this.defaultHeaders = new HttpHeaders();
8463
8806
  this.configuration = new Configuration();
8464
8807
  if (basePath) {
@@ -9628,7 +9971,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9628
9971
  class StrategyTemplateControllerService {
9629
9972
  constructor(httpClient, basePath, configuration) {
9630
9973
  this.httpClient = httpClient;
9631
- this.basePath = 'https://apiv2stage7.atomex.net';
9974
+ this.basePath = 'https://apiv2stage3.atomex.net';
9632
9975
  this.defaultHeaders = new HttpHeaders();
9633
9976
  this.configuration = new Configuration();
9634
9977
  if (basePath) {
@@ -9752,7 +10095,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9752
10095
  class UILoggerControllerService {
9753
10096
  constructor(httpClient, basePath, configuration) {
9754
10097
  this.httpClient = httpClient;
9755
- this.basePath = 'https://apiv2stage7.atomex.net';
10098
+ this.basePath = 'https://apiv2stage3.atomex.net';
9756
10099
  this.defaultHeaders = new HttpHeaders();
9757
10100
  this.configuration = new Configuration();
9758
10101
  if (basePath) {
@@ -9846,7 +10189,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9846
10189
  class UserPreferenceControllerService {
9847
10190
  constructor(httpClient, basePath, configuration) {
9848
10191
  this.httpClient = httpClient;
9849
- this.basePath = 'https://apiv2stage7.atomex.net';
10192
+ this.basePath = 'https://apiv2stage3.atomex.net';
9850
10193
  this.defaultHeaders = new HttpHeaders();
9851
10194
  this.configuration = new Configuration();
9852
10195
  if (basePath) {
@@ -10007,7 +10350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10007
10350
  }] }];
10008
10351
  } });
10009
10352
 
10010
- const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, ExperimentsControllerService, NotificationsControllerService, PixelControllerService, ReportControllerService, ReportingControllerService, ReportingSchedulerControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
10353
+ const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, ExperimentsControllerService, NotificationsControllerService, PixelControllerService, ReportControllerService, ReportingControllerService, ReportingSchedulerControllerService, SafeguardControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
10011
10354
 
10012
10355
  var ABTestingDTO;
10013
10356
  (function (ABTestingDTO) {
@@ -10051,8 +10394,7 @@ var ABTestingVariantDTO;
10051
10394
  CPI: 'CPI',
10052
10395
  BOOST: 'BOOST',
10053
10396
  RCPC: 'RCPC',
10054
- CPABOOST: 'CPA_BOOST',
10055
- CPR: 'CPR'
10397
+ CPABOOST: 'CPA_BOOST'
10056
10398
  };
10057
10399
  ABTestingVariantDTO.VariantTypeEnum = {
10058
10400
  MODEL: 'MODEL',
@@ -11189,25 +11531,6 @@ var PlatformClickSigningConfig;
11189
11531
  };
11190
11532
  })(PlatformClickSigningConfig || (PlatformClickSigningConfig = {}));
11191
11533
 
11192
- /**
11193
- * Api Documentation
11194
- * Api Documentation
11195
- *
11196
- * OpenAPI spec version: 1.0
11197
- *
11198
- *
11199
- * NOTE: This class is auto generated by the swagger code generator program.
11200
- * https://github.com/swagger-api/swagger-codegen.git
11201
- * Do not edit the class manually.
11202
- */
11203
- var RecencyTargetingDTO;
11204
- (function (RecencyTargetingDTO) {
11205
- RecencyTargetingDTO.UnitEnum = {
11206
- HOURS: 'HOURS',
11207
- DAYS: 'DAYS'
11208
- };
11209
- })(RecencyTargetingDTO || (RecencyTargetingDTO = {}));
11210
-
11211
11534
  /**
11212
11535
  * Api Documentation
11213
11536
  * Api Documentation
@@ -11355,6 +11678,76 @@ var RuleDTO;
11355
11678
  };
11356
11679
  })(RuleDTO || (RuleDTO = {}));
11357
11680
 
11681
+ /**
11682
+ * Api Documentation
11683
+ * Api Documentation
11684
+ *
11685
+ * OpenAPI spec version: 1.0
11686
+ *
11687
+ *
11688
+ * NOTE: This class is auto generated by the swagger code generator program.
11689
+ * https://github.com/swagger-api/swagger-codegen.git
11690
+ * Do not edit the class manually.
11691
+ */
11692
+ var SafeguardDetail;
11693
+ (function (SafeguardDetail) {
11694
+ SafeguardDetail.TargetingScopeEnum = {
11695
+ APP: 'APP',
11696
+ INVENTORY: 'INVENTORY'
11697
+ };
11698
+ })(SafeguardDetail || (SafeguardDetail = {}));
11699
+
11700
+ /**
11701
+ * Api Documentation
11702
+ * Api Documentation
11703
+ *
11704
+ * OpenAPI spec version: 1.0
11705
+ *
11706
+ *
11707
+ * NOTE: This class is auto generated by the swagger code generator program.
11708
+ * https://github.com/swagger-api/swagger-codegen.git
11709
+ * Do not edit the class manually.
11710
+ */
11711
+ var SafeguardEntity;
11712
+ (function (SafeguardEntity) {
11713
+ SafeguardEntity.TargetingScopeEnum = {
11714
+ APP: 'APP',
11715
+ INVENTORY: 'INVENTORY'
11716
+ };
11717
+ })(SafeguardEntity || (SafeguardEntity = {}));
11718
+
11719
+ var SafeguardExclusionDTO;
11720
+ (function (SafeguardExclusionDTO) {
11721
+ SafeguardExclusionDTO.ScopeEnum = {
11722
+ APP: 'APP',
11723
+ INVENTORY: 'INVENTORY'
11724
+ };
11725
+ })(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
11726
+
11727
+ var SafeguardRequestDTO;
11728
+ (function (SafeguardRequestDTO) {
11729
+ SafeguardRequestDTO.TargetingScopeEnum = {
11730
+ APP: 'APP',
11731
+ INVENTORY: 'INVENTORY'
11732
+ };
11733
+ })(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
11734
+
11735
+ var SafeguardResponseDTO;
11736
+ (function (SafeguardResponseDTO) {
11737
+ SafeguardResponseDTO.TargetingScopeEnum = {
11738
+ APP: 'APP',
11739
+ INVENTORY: 'INVENTORY'
11740
+ };
11741
+ })(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
11742
+
11743
+ var SafeguardRuleExecutionLogEntity;
11744
+ (function (SafeguardRuleExecutionLogEntity) {
11745
+ SafeguardRuleExecutionLogEntity.StatusEnum = {
11746
+ ACTIVE: 'ACTIVE',
11747
+ INACTIVE: 'INACTIVE'
11748
+ };
11749
+ })(SafeguardRuleExecutionLogEntity || (SafeguardRuleExecutionLogEntity = {}));
11750
+
11358
11751
  var SchedulerRequest;
11359
11752
  (function (SchedulerRequest) {
11360
11753
  SchedulerRequest.ScheduleEnum = {
@@ -11656,7 +12049,6 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
11656
12049
  AdminControllerService,
11657
12050
  AdvertiserControllerService,
11658
12051
  AppSettingsControllerService,
11659
- AppsFlyerControllerService,
11660
12052
  AudienceControllerService,
11661
12053
  AuditControllerService,
11662
12054
  BidFunnelControllerService,
@@ -11678,6 +12070,7 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
11678
12070
  ReportControllerService,
11679
12071
  ReportingControllerService,
11680
12072
  ReportingSchedulerControllerService,
12073
+ SafeguardControllerService,
11681
12074
  SliceXControllerService,
11682
12075
  StrategyControllerService,
11683
12076
  StrategyTemplateControllerService,
@@ -11694,7 +12087,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11694
12087
  AdminControllerService,
11695
12088
  AdvertiserControllerService,
11696
12089
  AppSettingsControllerService,
11697
- AppsFlyerControllerService,
11698
12090
  AudienceControllerService,
11699
12091
  AuditControllerService,
11700
12092
  BidFunnelControllerService,
@@ -11716,6 +12108,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11716
12108
  ReportControllerService,
11717
12109
  ReportingControllerService,
11718
12110
  ReportingSchedulerControllerService,
12111
+ SafeguardControllerService,
11719
12112
  SliceXControllerService,
11720
12113
  StrategyControllerService,
11721
12114
  StrategyTemplateControllerService,
@@ -11737,5 +12130,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11737
12130
  * Generated bundle index. Do not edit.
11738
12131
  */
11739
12132
 
11740
- export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerControllerService, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeEntity, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, JsonNode, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, PlatformClickSigningConfig, RecencyTargetingDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
12133
+ export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserAppSettingsDTO, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeEntity, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, JsonNode, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, PlatformClickSigningConfig, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SafeguardControllerService, SafeguardDetail, SafeguardEntity, SafeguardExclusionDTO, SafeguardRequestDTO, SafeguardResponseDTO, SafeguardRuleExecutionLogEntity, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
11741
12134
  //# sourceMappingURL=revxui-api-clients-ts.mjs.map