@revxui/api-clients-ts 1.1.433 → 1.1.435
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.
- package/README.md +2 -2
- package/api/api.d.ts +1 -3
- package/api/sliceXController.service.d.ts +15 -15
- package/esm2020/api/adminController.service.mjs +2 -2
- package/esm2020/api/advertiserController.service.mjs +2 -2
- package/esm2020/api/api.mjs +2 -4
- package/esm2020/api/appSettingsController.service.mjs +2 -2
- package/esm2020/api/appsFlyerController.service.mjs +2 -2
- package/esm2020/api/audienceController.service.mjs +2 -2
- package/esm2020/api/auditController.service.mjs +2 -2
- package/esm2020/api/bidFunnelController.service.mjs +2 -2
- package/esm2020/api/bulkStrategyController.service.mjs +2 -2
- package/esm2020/api/cSSThemeController_.service.mjs +2 -2
- package/esm2020/api/campaignController.service.mjs +2 -2
- package/esm2020/api/catalogController.service.mjs +2 -2
- package/esm2020/api/clickDestinationController.service.mjs +2 -2
- package/esm2020/api/creativeController.service.mjs +2 -2
- package/esm2020/api/creativeSetsController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
- package/esm2020/api/customerReportingController.service.mjs +2 -2
- package/esm2020/api/dashboardController.service.mjs +2 -2
- package/esm2020/api/experimentsController.service.mjs +2 -2
- package/esm2020/api/notificationsController.service.mjs +2 -2
- package/esm2020/api/pixelController.service.mjs +2 -2
- package/esm2020/api/reportController.service.mjs +2 -2
- package/esm2020/api/reportingController.service.mjs +2 -2
- package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
- package/esm2020/api/sliceXController.service.mjs +2 -2
- package/esm2020/api/strategyController.service.mjs +2 -2
- package/esm2020/api/strategyTemplateController.service.mjs +2 -2
- package/esm2020/api/uILoggerController.service.mjs +2 -2
- package/esm2020/api/userPreferenceController.service.mjs +2 -2
- package/esm2020/api.module.mjs +1 -4
- package/esm2020/model/clickDestination.mjs +1 -1
- package/esm2020/model/models.mjs +1 -18
- package/fesm2015/revxui-api-clients-ts.mjs +32 -584
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +32 -630
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/clickDestination.d.ts +8 -0
- package/model/models.d.ts +0 -17
- package/package.json +1 -1
- package/api/safeguardController.service.d.ts +0 -192
- package/esm2020/api/safeguardController.service.mjs +0 -502
- package/esm2020/model/apiResponseObjectListMapstringobject.mjs +0 -2
- package/esm2020/model/apiResponseObjectListSafeguardBlockedItemDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListSafeguardDetail.mjs +0 -2
- package/esm2020/model/apiResponseObjectListSafeguardExclusionDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListSafeguardRuleMasterEntity.mjs +0 -2
- package/esm2020/model/apiResponseObjectMaplongstring.mjs +0 -13
- package/esm2020/model/apiResponseObjectMapstringlong.mjs +0 -13
- package/esm2020/model/apiResponseObjectSafeguardDetail.mjs +0 -2
- package/esm2020/model/apiResponseObjectSafeguardExclusionDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectSafeguardResponseDTO.mjs +0 -2
- package/esm2020/model/maplongstring.mjs +0 -13
- package/esm2020/model/safeguardBlockedItemDTO.mjs +0 -22
- package/esm2020/model/safeguardDetail.mjs +0 -8
- package/esm2020/model/safeguardExclusionDTO.mjs +0 -8
- package/esm2020/model/safeguardRequestDTO.mjs +0 -8
- package/esm2020/model/safeguardResponseDTO.mjs +0 -8
- package/esm2020/model/safeguardRuleMasterEntity.mjs +0 -13
- package/model/apiResponseObjectListMapstringobject.d.ts +0 -17
- package/model/apiResponseObjectListSafeguardBlockedItemDTO.d.ts +0 -17
- package/model/apiResponseObjectListSafeguardDetail.d.ts +0 -17
- package/model/apiResponseObjectListSafeguardExclusionDTO.d.ts +0 -17
- package/model/apiResponseObjectListSafeguardRuleMasterEntity.d.ts +0 -17
- package/model/apiResponseObjectMaplongstring.d.ts +0 -18
- package/model/apiResponseObjectMapstringlong.d.ts +0 -18
- package/model/apiResponseObjectSafeguardDetail.d.ts +0 -17
- package/model/apiResponseObjectSafeguardExclusionDTO.d.ts +0 -17
- package/model/apiResponseObjectSafeguardResponseDTO.d.ts +0 -17
- package/model/maplongstring.d.ts +0 -14
- package/model/safeguardBlockedItemDTO.d.ts +0 -33
- package/model/safeguardDetail.d.ts +0 -35
- package/model/safeguardExclusionDTO.d.ts +0 -25
- package/model/safeguardRequestDTO.d.ts +0 -32
- package/model/safeguardResponseDTO.d.ts +0 -33
- package/model/safeguardRuleMasterEntity.d.ts +0 -19
|
@@ -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://
|
|
88
|
+
this.basePath = 'https://apiv2stage5.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://
|
|
284
|
+
this.basePath = 'https://apiv2stage5.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://
|
|
836
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
837
837
|
this.defaultHeaders = new HttpHeaders();
|
|
838
838
|
this.configuration = new Configuration();
|
|
839
839
|
if (basePath) {
|
|
@@ -1080,7 +1080,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1080
1080
|
class AppsFlyerControllerService {
|
|
1081
1081
|
constructor(httpClient, basePath, configuration) {
|
|
1082
1082
|
this.httpClient = httpClient;
|
|
1083
|
-
this.basePath = 'https://
|
|
1083
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
1084
1084
|
this.defaultHeaders = new HttpHeaders();
|
|
1085
1085
|
this.configuration = new Configuration();
|
|
1086
1086
|
if (basePath) {
|
|
@@ -1168,7 +1168,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1168
1168
|
class AudienceControllerService {
|
|
1169
1169
|
constructor(httpClient, basePath, configuration) {
|
|
1170
1170
|
this.httpClient = httpClient;
|
|
1171
|
-
this.basePath = 'https://
|
|
1171
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
1172
1172
|
this.defaultHeaders = new HttpHeaders();
|
|
1173
1173
|
this.configuration = new Configuration();
|
|
1174
1174
|
if (basePath) {
|
|
@@ -2046,7 +2046,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2046
2046
|
class AuditControllerService {
|
|
2047
2047
|
constructor(httpClient, basePath, configuration) {
|
|
2048
2048
|
this.httpClient = httpClient;
|
|
2049
|
-
this.basePath = 'https://
|
|
2049
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2050
2050
|
this.defaultHeaders = new HttpHeaders();
|
|
2051
2051
|
this.configuration = new Configuration();
|
|
2052
2052
|
if (basePath) {
|
|
@@ -2248,7 +2248,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2248
2248
|
class BidFunnelControllerService {
|
|
2249
2249
|
constructor(httpClient, basePath, configuration) {
|
|
2250
2250
|
this.httpClient = httpClient;
|
|
2251
|
-
this.basePath = 'https://
|
|
2251
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2252
2252
|
this.defaultHeaders = new HttpHeaders();
|
|
2253
2253
|
this.configuration = new Configuration();
|
|
2254
2254
|
if (basePath) {
|
|
@@ -2399,7 +2399,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2399
2399
|
class BulkStrategyControllerService {
|
|
2400
2400
|
constructor(httpClient, basePath, configuration) {
|
|
2401
2401
|
this.httpClient = httpClient;
|
|
2402
|
-
this.basePath = 'https://
|
|
2402
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2403
2403
|
this.defaultHeaders = new HttpHeaders();
|
|
2404
2404
|
this.configuration = new Configuration();
|
|
2405
2405
|
if (basePath) {
|
|
@@ -2626,7 +2626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2626
2626
|
class CSSThemeController_Service {
|
|
2627
2627
|
constructor(httpClient, basePath, configuration) {
|
|
2628
2628
|
this.httpClient = httpClient;
|
|
2629
|
-
this.basePath = 'https://
|
|
2629
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2630
2630
|
this.defaultHeaders = new HttpHeaders();
|
|
2631
2631
|
this.configuration = new Configuration();
|
|
2632
2632
|
if (basePath) {
|
|
@@ -2737,7 +2737,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2737
2737
|
class CampaignControllerService {
|
|
2738
2738
|
constructor(httpClient, basePath, configuration) {
|
|
2739
2739
|
this.httpClient = httpClient;
|
|
2740
|
-
this.basePath = 'https://
|
|
2740
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2741
2741
|
this.defaultHeaders = new HttpHeaders();
|
|
2742
2742
|
this.configuration = new Configuration();
|
|
2743
2743
|
if (basePath) {
|
|
@@ -3180,7 +3180,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3180
3180
|
class CatalogControllerService {
|
|
3181
3181
|
constructor(httpClient, basePath, configuration) {
|
|
3182
3182
|
this.httpClient = httpClient;
|
|
3183
|
-
this.basePath = 'https://
|
|
3183
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3184
3184
|
this.defaultHeaders = new HttpHeaders();
|
|
3185
3185
|
this.configuration = new Configuration();
|
|
3186
3186
|
if (basePath) {
|
|
@@ -3425,7 +3425,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3425
3425
|
class ClickDestinationControllerService {
|
|
3426
3426
|
constructor(httpClient, basePath, configuration) {
|
|
3427
3427
|
this.httpClient = httpClient;
|
|
3428
|
-
this.basePath = 'https://
|
|
3428
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3429
3429
|
this.defaultHeaders = new HttpHeaders();
|
|
3430
3430
|
this.configuration = new Configuration();
|
|
3431
3431
|
if (basePath) {
|
|
@@ -3659,7 +3659,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3659
3659
|
class CreativeControllerService {
|
|
3660
3660
|
constructor(httpClient, basePath, configuration) {
|
|
3661
3661
|
this.httpClient = httpClient;
|
|
3662
|
-
this.basePath = 'https://
|
|
3662
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3663
3663
|
this.defaultHeaders = new HttpHeaders();
|
|
3664
3664
|
this.configuration = new Configuration();
|
|
3665
3665
|
if (basePath) {
|
|
@@ -4264,7 +4264,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4264
4264
|
class CreativeSetsControllerService {
|
|
4265
4265
|
constructor(httpClient, basePath, configuration) {
|
|
4266
4266
|
this.httpClient = httpClient;
|
|
4267
|
-
this.basePath = 'https://
|
|
4267
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4268
4268
|
this.defaultHeaders = new HttpHeaders();
|
|
4269
4269
|
this.configuration = new Configuration();
|
|
4270
4270
|
if (basePath) {
|
|
@@ -4912,7 +4912,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4912
4912
|
class CreativeTemplateThemesControllerService {
|
|
4913
4913
|
constructor(httpClient, basePath, configuration) {
|
|
4914
4914
|
this.httpClient = httpClient;
|
|
4915
|
-
this.basePath = 'https://
|
|
4915
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4916
4916
|
this.defaultHeaders = new HttpHeaders();
|
|
4917
4917
|
this.configuration = new Configuration();
|
|
4918
4918
|
if (basePath) {
|
|
@@ -5099,7 +5099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5099
5099
|
class CreativeTemplateVariablesControllerService {
|
|
5100
5100
|
constructor(httpClient, basePath, configuration) {
|
|
5101
5101
|
this.httpClient = httpClient;
|
|
5102
|
-
this.basePath = 'https://
|
|
5102
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5103
5103
|
this.defaultHeaders = new HttpHeaders();
|
|
5104
5104
|
this.configuration = new Configuration();
|
|
5105
5105
|
if (basePath) {
|
|
@@ -5179,7 +5179,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5179
5179
|
class CreativeTemplatesControllerService {
|
|
5180
5180
|
constructor(httpClient, basePath, configuration) {
|
|
5181
5181
|
this.httpClient = httpClient;
|
|
5182
|
-
this.basePath = 'https://
|
|
5182
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5183
5183
|
this.defaultHeaders = new HttpHeaders();
|
|
5184
5184
|
this.configuration = new Configuration();
|
|
5185
5185
|
if (basePath) {
|
|
@@ -5346,7 +5346,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5346
5346
|
class CustomerReportingControllerService {
|
|
5347
5347
|
constructor(httpClient, basePath, configuration) {
|
|
5348
5348
|
this.httpClient = httpClient;
|
|
5349
|
-
this.basePath = 'https://
|
|
5349
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5350
5350
|
this.defaultHeaders = new HttpHeaders();
|
|
5351
5351
|
this.configuration = new Configuration();
|
|
5352
5352
|
if (basePath) {
|
|
@@ -5511,7 +5511,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5511
5511
|
class DashboardControllerService {
|
|
5512
5512
|
constructor(httpClient, basePath, configuration) {
|
|
5513
5513
|
this.httpClient = httpClient;
|
|
5514
|
-
this.basePath = 'https://
|
|
5514
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5515
5515
|
this.defaultHeaders = new HttpHeaders();
|
|
5516
5516
|
this.configuration = new Configuration();
|
|
5517
5517
|
if (basePath) {
|
|
@@ -6171,7 +6171,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6171
6171
|
class ExperimentsControllerService {
|
|
6172
6172
|
constructor(httpClient, basePath, configuration) {
|
|
6173
6173
|
this.httpClient = httpClient;
|
|
6174
|
-
this.basePath = 'https://
|
|
6174
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6175
6175
|
this.defaultHeaders = new HttpHeaders();
|
|
6176
6176
|
this.configuration = new Configuration();
|
|
6177
6177
|
if (basePath) {
|
|
@@ -6900,7 +6900,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6900
6900
|
class NotificationsControllerService {
|
|
6901
6901
|
constructor(httpClient, basePath, configuration) {
|
|
6902
6902
|
this.httpClient = httpClient;
|
|
6903
|
-
this.basePath = 'https://
|
|
6903
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6904
6904
|
this.defaultHeaders = new HttpHeaders();
|
|
6905
6905
|
this.configuration = new Configuration();
|
|
6906
6906
|
if (basePath) {
|
|
@@ -7115,7 +7115,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7115
7115
|
class PixelControllerService {
|
|
7116
7116
|
constructor(httpClient, basePath, configuration) {
|
|
7117
7117
|
this.httpClient = httpClient;
|
|
7118
|
-
this.basePath = 'https://
|
|
7118
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7119
7119
|
this.defaultHeaders = new HttpHeaders();
|
|
7120
7120
|
this.configuration = new Configuration();
|
|
7121
7121
|
if (basePath) {
|
|
@@ -7424,7 +7424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7424
7424
|
class ReportControllerService {
|
|
7425
7425
|
constructor(httpClient, basePath, configuration) {
|
|
7426
7426
|
this.httpClient = httpClient;
|
|
7427
|
-
this.basePath = 'https://
|
|
7427
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7428
7428
|
this.defaultHeaders = new HttpHeaders();
|
|
7429
7429
|
this.configuration = new Configuration();
|
|
7430
7430
|
if (basePath) {
|
|
@@ -7563,7 +7563,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7563
7563
|
class ReportingControllerService {
|
|
7564
7564
|
constructor(httpClient, basePath, configuration) {
|
|
7565
7565
|
this.httpClient = httpClient;
|
|
7566
|
-
this.basePath = 'https://
|
|
7566
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7567
7567
|
this.defaultHeaders = new HttpHeaders();
|
|
7568
7568
|
this.configuration = new Configuration();
|
|
7569
7569
|
if (basePath) {
|
|
@@ -7735,7 +7735,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7735
7735
|
class ReportingSchedulerControllerService {
|
|
7736
7736
|
constructor(httpClient, basePath, configuration) {
|
|
7737
7737
|
this.httpClient = httpClient;
|
|
7738
|
-
this.basePath = 'https://
|
|
7738
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7739
7739
|
this.defaultHeaders = new HttpHeaders();
|
|
7740
7740
|
this.configuration = new Configuration();
|
|
7741
7741
|
if (basePath) {
|
|
@@ -8037,502 +8037,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8037
8037
|
}] }];
|
|
8038
8038
|
} });
|
|
8039
8039
|
|
|
8040
|
-
/**
|
|
8041
|
-
* Api Documentation
|
|
8042
|
-
* Api Documentation
|
|
8043
|
-
*
|
|
8044
|
-
* OpenAPI spec version: 1.0
|
|
8045
|
-
*
|
|
8046
|
-
*
|
|
8047
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8048
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
8049
|
-
* Do not edit the class manually.
|
|
8050
|
-
*/
|
|
8051
|
-
/* tslint:disable:no-unused-variable member-ordering */
|
|
8052
|
-
class SafeguardControllerService {
|
|
8053
|
-
constructor(httpClient, basePath, configuration) {
|
|
8054
|
-
this.httpClient = httpClient;
|
|
8055
|
-
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
8056
|
-
this.defaultHeaders = new HttpHeaders();
|
|
8057
|
-
this.configuration = new Configuration();
|
|
8058
|
-
if (basePath) {
|
|
8059
|
-
this.basePath = basePath;
|
|
8060
|
-
}
|
|
8061
|
-
if (configuration) {
|
|
8062
|
-
this.configuration = configuration;
|
|
8063
|
-
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
8064
|
-
}
|
|
8065
|
-
}
|
|
8066
|
-
/**
|
|
8067
|
-
* @param consumes string[] mime-types
|
|
8068
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
8069
|
-
*/
|
|
8070
|
-
canConsumeForm(consumes) {
|
|
8071
|
-
const form = 'multipart/form-data';
|
|
8072
|
-
for (const consume of consumes) {
|
|
8073
|
-
if (form === consume) {
|
|
8074
|
-
return true;
|
|
8075
|
-
}
|
|
8076
|
-
}
|
|
8077
|
-
return false;
|
|
8078
|
-
}
|
|
8079
|
-
createSafeguardExclusionListUsingPOST(safeguardExclusionDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
8080
|
-
if (safeguardExclusionDTO === null || safeguardExclusionDTO === undefined) {
|
|
8081
|
-
throw new Error('Required parameter safeguardExclusionDTO was null or undefined when calling createSafeguardExclusionListUsingPOST.');
|
|
8082
|
-
}
|
|
8083
|
-
let headers = this.defaultHeaders;
|
|
8084
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8085
|
-
headers = headers.set('reqId', String(reqId));
|
|
8086
|
-
}
|
|
8087
|
-
if (token !== undefined && token !== null) {
|
|
8088
|
-
headers = headers.set('token', String(token));
|
|
8089
|
-
}
|
|
8090
|
-
// to determine the Accept header
|
|
8091
|
-
let httpHeaderAccepts = [
|
|
8092
|
-
'application/json'
|
|
8093
|
-
];
|
|
8094
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8095
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8096
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8097
|
-
}
|
|
8098
|
-
// to determine the Content-Type header
|
|
8099
|
-
const consumes = [
|
|
8100
|
-
'application/json'
|
|
8101
|
-
];
|
|
8102
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8103
|
-
if (httpContentTypeSelected != undefined) {
|
|
8104
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8105
|
-
}
|
|
8106
|
-
return this.httpClient.post(`${this.basePath}/v2/api/safeguard/exclusion/create`, safeguardExclusionDTO, {
|
|
8107
|
-
withCredentials: this.configuration.withCredentials,
|
|
8108
|
-
headers: headers,
|
|
8109
|
-
observe: observe,
|
|
8110
|
-
reportProgress: reportProgress
|
|
8111
|
-
});
|
|
8112
|
-
}
|
|
8113
|
-
createSafeguardRuleUsingPOST(safeguardRequestDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
8114
|
-
if (safeguardRequestDTO === null || safeguardRequestDTO === undefined) {
|
|
8115
|
-
throw new Error('Required parameter safeguardRequestDTO was null or undefined when calling createSafeguardRuleUsingPOST.');
|
|
8116
|
-
}
|
|
8117
|
-
let headers = this.defaultHeaders;
|
|
8118
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8119
|
-
headers = headers.set('reqId', String(reqId));
|
|
8120
|
-
}
|
|
8121
|
-
if (token !== undefined && token !== null) {
|
|
8122
|
-
headers = headers.set('token', String(token));
|
|
8123
|
-
}
|
|
8124
|
-
// to determine the Accept header
|
|
8125
|
-
let httpHeaderAccepts = [
|
|
8126
|
-
'application/json'
|
|
8127
|
-
];
|
|
8128
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8129
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8130
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8131
|
-
}
|
|
8132
|
-
// to determine the Content-Type header
|
|
8133
|
-
const consumes = [
|
|
8134
|
-
'application/json'
|
|
8135
|
-
];
|
|
8136
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8137
|
-
if (httpContentTypeSelected != undefined) {
|
|
8138
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8139
|
-
}
|
|
8140
|
-
return this.httpClient.post(`${this.basePath}/v2/api/safeguard/create`, safeguardRequestDTO, {
|
|
8141
|
-
withCredentials: this.configuration.withCredentials,
|
|
8142
|
-
headers: headers,
|
|
8143
|
-
observe: observe,
|
|
8144
|
-
reportProgress: reportProgress
|
|
8145
|
-
});
|
|
8146
|
-
}
|
|
8147
|
-
getBlockedItemCountUsingGET(safeguardId, strategyId, reqId, token, observe = 'body', reportProgress = false) {
|
|
8148
|
-
if (safeguardId === null || safeguardId === undefined) {
|
|
8149
|
-
throw new Error('Required parameter safeguardId was null or undefined when calling getBlockedItemCountUsingGET.');
|
|
8150
|
-
}
|
|
8151
|
-
if (strategyId === null || strategyId === undefined) {
|
|
8152
|
-
throw new Error('Required parameter strategyId was null or undefined when calling getBlockedItemCountUsingGET.');
|
|
8153
|
-
}
|
|
8154
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8155
|
-
if (safeguardId !== undefined && safeguardId !== null) {
|
|
8156
|
-
queryParameters = queryParameters.set('safeguardId', safeguardId);
|
|
8157
|
-
}
|
|
8158
|
-
if (strategyId !== undefined && strategyId !== null) {
|
|
8159
|
-
queryParameters = queryParameters.set('strategyId', strategyId);
|
|
8160
|
-
}
|
|
8161
|
-
let headers = this.defaultHeaders;
|
|
8162
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8163
|
-
headers = headers.set('reqId', String(reqId));
|
|
8164
|
-
}
|
|
8165
|
-
if (token !== undefined && token !== null) {
|
|
8166
|
-
headers = headers.set('token', String(token));
|
|
8167
|
-
}
|
|
8168
|
-
// to determine the Accept header
|
|
8169
|
-
let httpHeaderAccepts = [
|
|
8170
|
-
'application/json'
|
|
8171
|
-
];
|
|
8172
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8173
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8174
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8175
|
-
}
|
|
8176
|
-
// to determine the Content-Type header
|
|
8177
|
-
const consumes = [];
|
|
8178
|
-
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/blocked_entities/count`, {
|
|
8179
|
-
params: queryParameters,
|
|
8180
|
-
withCredentials: this.configuration.withCredentials,
|
|
8181
|
-
headers: headers,
|
|
8182
|
-
observe: observe,
|
|
8183
|
-
reportProgress: reportProgress
|
|
8184
|
-
});
|
|
8185
|
-
}
|
|
8186
|
-
getBlockedItemDetailsUsingGET(safeguardId, strategyId, reqId, token, observe = 'body', reportProgress = false) {
|
|
8187
|
-
if (safeguardId === null || safeguardId === undefined) {
|
|
8188
|
-
throw new Error('Required parameter safeguardId was null or undefined when calling getBlockedItemDetailsUsingGET.');
|
|
8189
|
-
}
|
|
8190
|
-
if (strategyId === null || strategyId === undefined) {
|
|
8191
|
-
throw new Error('Required parameter strategyId was null or undefined when calling getBlockedItemDetailsUsingGET.');
|
|
8192
|
-
}
|
|
8193
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8194
|
-
if (safeguardId !== undefined && safeguardId !== null) {
|
|
8195
|
-
queryParameters = queryParameters.set('safeguardId', safeguardId);
|
|
8196
|
-
}
|
|
8197
|
-
if (strategyId !== undefined && strategyId !== null) {
|
|
8198
|
-
queryParameters = queryParameters.set('strategyId', strategyId);
|
|
8199
|
-
}
|
|
8200
|
-
let headers = this.defaultHeaders;
|
|
8201
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8202
|
-
headers = headers.set('reqId', String(reqId));
|
|
8203
|
-
}
|
|
8204
|
-
if (token !== undefined && token !== null) {
|
|
8205
|
-
headers = headers.set('token', String(token));
|
|
8206
|
-
}
|
|
8207
|
-
// to determine the Accept header
|
|
8208
|
-
let httpHeaderAccepts = [
|
|
8209
|
-
'application/json'
|
|
8210
|
-
];
|
|
8211
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8212
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8213
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8214
|
-
}
|
|
8215
|
-
// to determine the Content-Type header
|
|
8216
|
-
const consumes = [];
|
|
8217
|
-
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/blocked_entities`, {
|
|
8218
|
-
params: queryParameters,
|
|
8219
|
-
withCredentials: this.configuration.withCredentials,
|
|
8220
|
-
headers: headers,
|
|
8221
|
-
observe: observe,
|
|
8222
|
-
reportProgress: reportProgress
|
|
8223
|
-
});
|
|
8224
|
-
}
|
|
8225
|
-
getSafeguardExclusionListUsingGET(campaignId, reqId, token, observe = 'body', reportProgress = false) {
|
|
8226
|
-
if (campaignId === null || campaignId === undefined) {
|
|
8227
|
-
throw new Error('Required parameter campaignId was null or undefined when calling getSafeguardExclusionListUsingGET.');
|
|
8228
|
-
}
|
|
8229
|
-
let headers = this.defaultHeaders;
|
|
8230
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8231
|
-
headers = headers.set('reqId', String(reqId));
|
|
8232
|
-
}
|
|
8233
|
-
if (token !== undefined && token !== null) {
|
|
8234
|
-
headers = headers.set('token', String(token));
|
|
8235
|
-
}
|
|
8236
|
-
// to determine the Accept header
|
|
8237
|
-
let httpHeaderAccepts = [
|
|
8238
|
-
'application/json'
|
|
8239
|
-
];
|
|
8240
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8241
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8242
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8243
|
-
}
|
|
8244
|
-
// to determine the Content-Type header
|
|
8245
|
-
const consumes = [];
|
|
8246
|
-
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/exclusion/get/${encodeURIComponent(String(campaignId))}/`, {
|
|
8247
|
-
withCredentials: this.configuration.withCredentials,
|
|
8248
|
-
headers: headers,
|
|
8249
|
-
observe: observe,
|
|
8250
|
-
reportProgress: reportProgress
|
|
8251
|
-
});
|
|
8252
|
-
}
|
|
8253
|
-
getSafeguardRuleDetailsUsingGET(safeguardId, reqId, token, observe = 'body', reportProgress = false) {
|
|
8254
|
-
if (safeguardId === null || safeguardId === undefined) {
|
|
8255
|
-
throw new Error('Required parameter safeguardId was null or undefined when calling getSafeguardRuleDetailsUsingGET.');
|
|
8256
|
-
}
|
|
8257
|
-
let headers = this.defaultHeaders;
|
|
8258
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8259
|
-
headers = headers.set('reqId', String(reqId));
|
|
8260
|
-
}
|
|
8261
|
-
if (token !== undefined && token !== null) {
|
|
8262
|
-
headers = headers.set('token', String(token));
|
|
8263
|
-
}
|
|
8264
|
-
// to determine the Accept header
|
|
8265
|
-
let httpHeaderAccepts = [
|
|
8266
|
-
'application/json'
|
|
8267
|
-
];
|
|
8268
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8269
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8270
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8271
|
-
}
|
|
8272
|
-
// to determine the Content-Type header
|
|
8273
|
-
const consumes = [];
|
|
8274
|
-
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/detail/${encodeURIComponent(String(safeguardId))}/`, {
|
|
8275
|
-
withCredentials: this.configuration.withCredentials,
|
|
8276
|
-
headers: headers,
|
|
8277
|
-
observe: observe,
|
|
8278
|
-
reportProgress: reportProgress
|
|
8279
|
-
});
|
|
8280
|
-
}
|
|
8281
|
-
getSafeguardRuleFiltersUsingGET(reqId, token, observe = 'body', reportProgress = false) {
|
|
8282
|
-
let headers = this.defaultHeaders;
|
|
8283
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8284
|
-
headers = headers.set('reqId', String(reqId));
|
|
8285
|
-
}
|
|
8286
|
-
if (token !== undefined && token !== null) {
|
|
8287
|
-
headers = headers.set('token', String(token));
|
|
8288
|
-
}
|
|
8289
|
-
// to determine the Accept header
|
|
8290
|
-
let httpHeaderAccepts = [
|
|
8291
|
-
'application/json'
|
|
8292
|
-
];
|
|
8293
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8294
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8295
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8296
|
-
}
|
|
8297
|
-
// to determine the Content-Type header
|
|
8298
|
-
const consumes = [];
|
|
8299
|
-
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/filters`, {
|
|
8300
|
-
withCredentials: this.configuration.withCredentials,
|
|
8301
|
-
headers: headers,
|
|
8302
|
-
observe: observe,
|
|
8303
|
-
reportProgress: reportProgress
|
|
8304
|
-
});
|
|
8305
|
-
}
|
|
8306
|
-
getSafeguardRulesListUsingGET(entity, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
8307
|
-
if (entity === null || entity === undefined) {
|
|
8308
|
-
throw new Error('Required parameter entity was null or undefined when calling getSafeguardRulesListUsingGET.');
|
|
8309
|
-
}
|
|
8310
|
-
if (id === null || id === undefined) {
|
|
8311
|
-
throw new Error('Required parameter id was null or undefined when calling getSafeguardRulesListUsingGET.');
|
|
8312
|
-
}
|
|
8313
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8314
|
-
if (entity !== undefined && entity !== null) {
|
|
8315
|
-
queryParameters = queryParameters.set('entity', entity);
|
|
8316
|
-
}
|
|
8317
|
-
if (id !== undefined && id !== null) {
|
|
8318
|
-
queryParameters = queryParameters.set('id', id);
|
|
8319
|
-
}
|
|
8320
|
-
let headers = this.defaultHeaders;
|
|
8321
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8322
|
-
headers = headers.set('reqId', String(reqId));
|
|
8323
|
-
}
|
|
8324
|
-
if (token !== undefined && token !== null) {
|
|
8325
|
-
headers = headers.set('token', String(token));
|
|
8326
|
-
}
|
|
8327
|
-
// to determine the Accept header
|
|
8328
|
-
let httpHeaderAccepts = [
|
|
8329
|
-
'application/json'
|
|
8330
|
-
];
|
|
8331
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8332
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8333
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8334
|
-
}
|
|
8335
|
-
// to determine the Content-Type header
|
|
8336
|
-
const consumes = [];
|
|
8337
|
-
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/list`, {
|
|
8338
|
-
params: queryParameters,
|
|
8339
|
-
withCredentials: this.configuration.withCredentials,
|
|
8340
|
-
headers: headers,
|
|
8341
|
-
observe: observe,
|
|
8342
|
-
reportProgress: reportProgress
|
|
8343
|
-
});
|
|
8344
|
-
}
|
|
8345
|
-
safeguardRuleRunNowUsingGET(safeguardId, reqId, token, observe = 'body', reportProgress = false) {
|
|
8346
|
-
if (safeguardId === null || safeguardId === undefined) {
|
|
8347
|
-
throw new Error('Required parameter safeguardId was null or undefined when calling safeguardRuleRunNowUsingGET.');
|
|
8348
|
-
}
|
|
8349
|
-
let headers = this.defaultHeaders;
|
|
8350
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8351
|
-
headers = headers.set('reqId', String(reqId));
|
|
8352
|
-
}
|
|
8353
|
-
if (token !== undefined && token !== null) {
|
|
8354
|
-
headers = headers.set('token', String(token));
|
|
8355
|
-
}
|
|
8356
|
-
// to determine the Accept header
|
|
8357
|
-
let httpHeaderAccepts = [
|
|
8358
|
-
'application/json'
|
|
8359
|
-
];
|
|
8360
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8361
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8362
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8363
|
-
}
|
|
8364
|
-
// to determine the Content-Type header
|
|
8365
|
-
const consumes = [];
|
|
8366
|
-
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/run_now/${encodeURIComponent(String(safeguardId))}/`, {
|
|
8367
|
-
withCredentials: this.configuration.withCredentials,
|
|
8368
|
-
headers: headers,
|
|
8369
|
-
observe: observe,
|
|
8370
|
-
reportProgress: reportProgress
|
|
8371
|
-
});
|
|
8372
|
-
}
|
|
8373
|
-
updateSafeguardExclusionListUsingPOST(campaignId, safeguardExclusionDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
8374
|
-
if (campaignId === null || campaignId === undefined) {
|
|
8375
|
-
throw new Error('Required parameter campaignId was null or undefined when calling updateSafeguardExclusionListUsingPOST.');
|
|
8376
|
-
}
|
|
8377
|
-
if (safeguardExclusionDTO === null || safeguardExclusionDTO === undefined) {
|
|
8378
|
-
throw new Error('Required parameter safeguardExclusionDTO was null or undefined when calling updateSafeguardExclusionListUsingPOST.');
|
|
8379
|
-
}
|
|
8380
|
-
let headers = this.defaultHeaders;
|
|
8381
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8382
|
-
headers = headers.set('reqId', String(reqId));
|
|
8383
|
-
}
|
|
8384
|
-
if (token !== undefined && token !== null) {
|
|
8385
|
-
headers = headers.set('token', String(token));
|
|
8386
|
-
}
|
|
8387
|
-
// to determine the Accept header
|
|
8388
|
-
let httpHeaderAccepts = [
|
|
8389
|
-
'application/json'
|
|
8390
|
-
];
|
|
8391
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8392
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8393
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8394
|
-
}
|
|
8395
|
-
// to determine the Content-Type header
|
|
8396
|
-
const consumes = [
|
|
8397
|
-
'application/json'
|
|
8398
|
-
];
|
|
8399
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8400
|
-
if (httpContentTypeSelected != undefined) {
|
|
8401
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8402
|
-
}
|
|
8403
|
-
return this.httpClient.post(`${this.basePath}/v2/api/safeguard/exclusion/update/${encodeURIComponent(String(campaignId))}/`, safeguardExclusionDTO, {
|
|
8404
|
-
withCredentials: this.configuration.withCredentials,
|
|
8405
|
-
headers: headers,
|
|
8406
|
-
observe: observe,
|
|
8407
|
-
reportProgress: reportProgress
|
|
8408
|
-
});
|
|
8409
|
-
}
|
|
8410
|
-
updateSafeguardRuleStatusUsingGET(ids, status, reqId, token, observe = 'body', reportProgress = false) {
|
|
8411
|
-
if (ids === null || ids === undefined) {
|
|
8412
|
-
throw new Error('Required parameter ids was null or undefined when calling updateSafeguardRuleStatusUsingGET.');
|
|
8413
|
-
}
|
|
8414
|
-
if (status === null || status === undefined) {
|
|
8415
|
-
throw new Error('Required parameter status was null or undefined when calling updateSafeguardRuleStatusUsingGET.');
|
|
8416
|
-
}
|
|
8417
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
8418
|
-
if (ids !== undefined && ids !== null) {
|
|
8419
|
-
queryParameters = queryParameters.set('ids', ids);
|
|
8420
|
-
}
|
|
8421
|
-
if (status !== undefined && status !== null) {
|
|
8422
|
-
queryParameters = queryParameters.set('status', status);
|
|
8423
|
-
}
|
|
8424
|
-
let headers = this.defaultHeaders;
|
|
8425
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8426
|
-
headers = headers.set('reqId', String(reqId));
|
|
8427
|
-
}
|
|
8428
|
-
if (token !== undefined && token !== null) {
|
|
8429
|
-
headers = headers.set('token', String(token));
|
|
8430
|
-
}
|
|
8431
|
-
// to determine the Accept header
|
|
8432
|
-
let httpHeaderAccepts = [
|
|
8433
|
-
'application/json'
|
|
8434
|
-
];
|
|
8435
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8436
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8437
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8438
|
-
}
|
|
8439
|
-
// to determine the Content-Type header
|
|
8440
|
-
const consumes = [];
|
|
8441
|
-
return this.httpClient.get(`${this.basePath}/v2/api/safeguard/update/status`, {
|
|
8442
|
-
params: queryParameters,
|
|
8443
|
-
withCredentials: this.configuration.withCredentials,
|
|
8444
|
-
headers: headers,
|
|
8445
|
-
observe: observe,
|
|
8446
|
-
reportProgress: reportProgress
|
|
8447
|
-
});
|
|
8448
|
-
}
|
|
8449
|
-
updateSafeguardRuleUsingPOST(safeguardId, safeguardRequestDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
8450
|
-
if (safeguardId === null || safeguardId === undefined) {
|
|
8451
|
-
throw new Error('Required parameter safeguardId was null or undefined when calling updateSafeguardRuleUsingPOST.');
|
|
8452
|
-
}
|
|
8453
|
-
if (safeguardRequestDTO === null || safeguardRequestDTO === undefined) {
|
|
8454
|
-
throw new Error('Required parameter safeguardRequestDTO was null or undefined when calling updateSafeguardRuleUsingPOST.');
|
|
8455
|
-
}
|
|
8456
|
-
let headers = this.defaultHeaders;
|
|
8457
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8458
|
-
headers = headers.set('reqId', String(reqId));
|
|
8459
|
-
}
|
|
8460
|
-
if (token !== undefined && token !== null) {
|
|
8461
|
-
headers = headers.set('token', String(token));
|
|
8462
|
-
}
|
|
8463
|
-
// to determine the Accept header
|
|
8464
|
-
let httpHeaderAccepts = [
|
|
8465
|
-
'application/json'
|
|
8466
|
-
];
|
|
8467
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8468
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8469
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8470
|
-
}
|
|
8471
|
-
// to determine the Content-Type header
|
|
8472
|
-
const consumes = [
|
|
8473
|
-
'application/json'
|
|
8474
|
-
];
|
|
8475
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8476
|
-
if (httpContentTypeSelected != undefined) {
|
|
8477
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8478
|
-
}
|
|
8479
|
-
return this.httpClient.post(`${this.basePath}/v2/api/safeguard/update/${encodeURIComponent(String(safeguardId))}/`, safeguardRequestDTO, {
|
|
8480
|
-
withCredentials: this.configuration.withCredentials,
|
|
8481
|
-
headers: headers,
|
|
8482
|
-
observe: observe,
|
|
8483
|
-
reportProgress: reportProgress
|
|
8484
|
-
});
|
|
8485
|
-
}
|
|
8486
|
-
validateSafeguardRuleUsingPOST(safeguardRequestDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
8487
|
-
if (safeguardRequestDTO === null || safeguardRequestDTO === undefined) {
|
|
8488
|
-
throw new Error('Required parameter safeguardRequestDTO was null or undefined when calling validateSafeguardRuleUsingPOST.');
|
|
8489
|
-
}
|
|
8490
|
-
let headers = this.defaultHeaders;
|
|
8491
|
-
if (reqId !== undefined && reqId !== null) {
|
|
8492
|
-
headers = headers.set('reqId', String(reqId));
|
|
8493
|
-
}
|
|
8494
|
-
if (token !== undefined && token !== null) {
|
|
8495
|
-
headers = headers.set('token', String(token));
|
|
8496
|
-
}
|
|
8497
|
-
// to determine the Accept header
|
|
8498
|
-
let httpHeaderAccepts = [
|
|
8499
|
-
'application/json'
|
|
8500
|
-
];
|
|
8501
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
8502
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
8503
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
8504
|
-
}
|
|
8505
|
-
// to determine the Content-Type header
|
|
8506
|
-
const consumes = [
|
|
8507
|
-
'application/json'
|
|
8508
|
-
];
|
|
8509
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8510
|
-
if (httpContentTypeSelected != undefined) {
|
|
8511
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
8512
|
-
}
|
|
8513
|
-
return this.httpClient.post(`${this.basePath}/v2/api/safeguard/validate`, safeguardRequestDTO, {
|
|
8514
|
-
withCredentials: this.configuration.withCredentials,
|
|
8515
|
-
headers: headers,
|
|
8516
|
-
observe: observe,
|
|
8517
|
-
reportProgress: reportProgress
|
|
8518
|
-
});
|
|
8519
|
-
}
|
|
8520
|
-
}
|
|
8521
|
-
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 });
|
|
8522
|
-
SafeguardControllerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeguardControllerService });
|
|
8523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeguardControllerService, decorators: [{
|
|
8524
|
-
type: Injectable
|
|
8525
|
-
}], ctorParameters: function () {
|
|
8526
|
-
return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
8527
|
-
type: Optional
|
|
8528
|
-
}, {
|
|
8529
|
-
type: Inject,
|
|
8530
|
-
args: [BASE_PATH]
|
|
8531
|
-
}] }, { type: Configuration, decorators: [{
|
|
8532
|
-
type: Optional
|
|
8533
|
-
}] }];
|
|
8534
|
-
} });
|
|
8535
|
-
|
|
8536
8040
|
/**
|
|
8537
8041
|
* Api Documentation
|
|
8538
8042
|
* Api Documentation
|
|
@@ -8548,7 +8052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8548
8052
|
class SliceXControllerService {
|
|
8549
8053
|
constructor(httpClient, basePath, configuration) {
|
|
8550
8054
|
this.httpClient = httpClient;
|
|
8551
|
-
this.basePath = 'https://
|
|
8055
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
8552
8056
|
this.defaultHeaders = new HttpHeaders();
|
|
8553
8057
|
this.configuration = new Configuration();
|
|
8554
8058
|
if (basePath) {
|
|
@@ -8954,7 +8458,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8954
8458
|
class StrategyControllerService {
|
|
8955
8459
|
constructor(httpClient, basePath, configuration) {
|
|
8956
8460
|
this.httpClient = httpClient;
|
|
8957
|
-
this.basePath = 'https://
|
|
8461
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
8958
8462
|
this.defaultHeaders = new HttpHeaders();
|
|
8959
8463
|
this.configuration = new Configuration();
|
|
8960
8464
|
if (basePath) {
|
|
@@ -10124,7 +9628,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10124
9628
|
class StrategyTemplateControllerService {
|
|
10125
9629
|
constructor(httpClient, basePath, configuration) {
|
|
10126
9630
|
this.httpClient = httpClient;
|
|
10127
|
-
this.basePath = 'https://
|
|
9631
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
10128
9632
|
this.defaultHeaders = new HttpHeaders();
|
|
10129
9633
|
this.configuration = new Configuration();
|
|
10130
9634
|
if (basePath) {
|
|
@@ -10248,7 +9752,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10248
9752
|
class UILoggerControllerService {
|
|
10249
9753
|
constructor(httpClient, basePath, configuration) {
|
|
10250
9754
|
this.httpClient = httpClient;
|
|
10251
|
-
this.basePath = 'https://
|
|
9755
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
10252
9756
|
this.defaultHeaders = new HttpHeaders();
|
|
10253
9757
|
this.configuration = new Configuration();
|
|
10254
9758
|
if (basePath) {
|
|
@@ -10342,7 +9846,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10342
9846
|
class UserPreferenceControllerService {
|
|
10343
9847
|
constructor(httpClient, basePath, configuration) {
|
|
10344
9848
|
this.httpClient = httpClient;
|
|
10345
|
-
this.basePath = 'https://
|
|
9849
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
10346
9850
|
this.defaultHeaders = new HttpHeaders();
|
|
10347
9851
|
this.configuration = new Configuration();
|
|
10348
9852
|
if (basePath) {
|
|
@@ -10503,7 +10007,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10503
10007
|
}] }];
|
|
10504
10008
|
} });
|
|
10505
10009
|
|
|
10506
|
-
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,
|
|
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];
|
|
10507
10011
|
|
|
10508
10012
|
var ABTestingDTO;
|
|
10509
10013
|
(function (ABTestingDTO) {
|
|
@@ -11851,60 +11355,6 @@ var RuleDTO;
|
|
|
11851
11355
|
};
|
|
11852
11356
|
})(RuleDTO || (RuleDTO = {}));
|
|
11853
11357
|
|
|
11854
|
-
/**
|
|
11855
|
-
* Api Documentation
|
|
11856
|
-
* Api Documentation
|
|
11857
|
-
*
|
|
11858
|
-
* OpenAPI spec version: 1.0
|
|
11859
|
-
*
|
|
11860
|
-
*
|
|
11861
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11862
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
11863
|
-
* Do not edit the class manually.
|
|
11864
|
-
*/
|
|
11865
|
-
var SafeguardBlockedItemDTO;
|
|
11866
|
-
(function (SafeguardBlockedItemDTO) {
|
|
11867
|
-
SafeguardBlockedItemDTO.StatusEnum = {
|
|
11868
|
-
PENDING: 'PENDING',
|
|
11869
|
-
INPROGRESS: 'IN_PROGRESS',
|
|
11870
|
-
FAILED: 'FAILED',
|
|
11871
|
-
SUCCESS: 'SUCCESS',
|
|
11872
|
-
PARTIALSUCCESS: 'PARTIAL_SUCCESS'
|
|
11873
|
-
};
|
|
11874
|
-
})(SafeguardBlockedItemDTO || (SafeguardBlockedItemDTO = {}));
|
|
11875
|
-
|
|
11876
|
-
var SafeguardDetail;
|
|
11877
|
-
(function (SafeguardDetail) {
|
|
11878
|
-
SafeguardDetail.TargetingScopeEnum = {
|
|
11879
|
-
APP: 'APP',
|
|
11880
|
-
INVENTORY: 'INVENTORY'
|
|
11881
|
-
};
|
|
11882
|
-
})(SafeguardDetail || (SafeguardDetail = {}));
|
|
11883
|
-
|
|
11884
|
-
var SafeguardExclusionDTO;
|
|
11885
|
-
(function (SafeguardExclusionDTO) {
|
|
11886
|
-
SafeguardExclusionDTO.ScopeEnum = {
|
|
11887
|
-
APP: 'APP',
|
|
11888
|
-
INVENTORY: 'INVENTORY'
|
|
11889
|
-
};
|
|
11890
|
-
})(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
|
|
11891
|
-
|
|
11892
|
-
var SafeguardRequestDTO;
|
|
11893
|
-
(function (SafeguardRequestDTO) {
|
|
11894
|
-
SafeguardRequestDTO.TargetingScopeEnum = {
|
|
11895
|
-
APP: 'APP',
|
|
11896
|
-
INVENTORY: 'INVENTORY'
|
|
11897
|
-
};
|
|
11898
|
-
})(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
|
|
11899
|
-
|
|
11900
|
-
var SafeguardResponseDTO;
|
|
11901
|
-
(function (SafeguardResponseDTO) {
|
|
11902
|
-
SafeguardResponseDTO.TargetingScopeEnum = {
|
|
11903
|
-
APP: 'APP',
|
|
11904
|
-
INVENTORY: 'INVENTORY'
|
|
11905
|
-
};
|
|
11906
|
-
})(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
|
|
11907
|
-
|
|
11908
11358
|
var SchedulerRequest;
|
|
11909
11359
|
(function (SchedulerRequest) {
|
|
11910
11360
|
SchedulerRequest.ScheduleEnum = {
|
|
@@ -12228,7 +11678,6 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
|
12228
11678
|
ReportControllerService,
|
|
12229
11679
|
ReportingControllerService,
|
|
12230
11680
|
ReportingSchedulerControllerService,
|
|
12231
|
-
SafeguardControllerService,
|
|
12232
11681
|
SliceXControllerService,
|
|
12233
11682
|
StrategyControllerService,
|
|
12234
11683
|
StrategyTemplateControllerService,
|
|
@@ -12267,7 +11716,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12267
11716
|
ReportControllerService,
|
|
12268
11717
|
ReportingControllerService,
|
|
12269
11718
|
ReportingSchedulerControllerService,
|
|
12270
|
-
SafeguardControllerService,
|
|
12271
11719
|
SliceXControllerService,
|
|
12272
11720
|
StrategyControllerService,
|
|
12273
11721
|
StrategyTemplateControllerService,
|
|
@@ -12289,5 +11737,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12289
11737
|
* Generated bundle index. Do not edit.
|
|
12290
11738
|
*/
|
|
12291
11739
|
|
|
12292
|
-
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,
|
|
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 };
|
|
12293
11741
|
//# sourceMappingURL=revxui-api-clients-ts.mjs.map
|