@revxui/api-clients-ts 0.10.188 → 0.10.192
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/bundles/revxui-api-clients-ts.umd.js +24 -24
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
- package/esm2015/model/models.js +1 -1
- package/esm2015/model/strategyDTO.js +1 -1
- package/esm2015/model/videoTargeting.js +12 -0
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/appsFlyerAudienceController.service.js +2 -2
- package/esm5/api/audienceController.service.js +2 -2
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -2
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/bulkEditStrategiesDTO.js +1 -1
- package/esm5/model/models.js +1 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/esm5/model/videoTargeting.js +12 -0
- package/fesm2015/revxui-api-clients-ts.js +24 -24
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +24 -24
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/bulkEditStrategiesDTO.d.ts +0 -2
- package/model/models.d.ts +1 -1
- package/model/strategyDTO.d.ts +2 -0
- package/model/{baseModelListEditField.d.ts → videoTargeting.d.ts} +4 -4
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/baseModelListEditField.js +0 -1
- package/esm5/model/baseModelListEditField.js +0 -1
|
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
|
|
|
87
87
|
var AdminControllerService = /** @class */ (function () {
|
|
88
88
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
89
89
|
this.httpClient = httpClient;
|
|
90
|
-
this.basePath = 'https://
|
|
90
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
91
91
|
this.defaultHeaders = new HttpHeaders();
|
|
92
92
|
this.configuration = new Configuration();
|
|
93
93
|
if (basePath) {
|
|
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
|
|
|
304
304
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
305
305
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
306
306
|
this.httpClient = httpClient;
|
|
307
|
-
this.basePath = 'https://
|
|
307
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
308
308
|
this.defaultHeaders = new HttpHeaders();
|
|
309
309
|
this.configuration = new Configuration();
|
|
310
310
|
if (basePath) {
|
|
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
|
|
|
750
750
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
751
751
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
752
752
|
this.httpClient = httpClient;
|
|
753
|
-
this.basePath = 'https://
|
|
753
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
754
754
|
this.defaultHeaders = new HttpHeaders();
|
|
755
755
|
this.configuration = new Configuration();
|
|
756
756
|
if (basePath) {
|
|
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
920
920
|
var AppsFlyerAudienceControllerService = /** @class */ (function () {
|
|
921
921
|
function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
|
|
922
922
|
this.httpClient = httpClient;
|
|
923
|
-
this.basePath = 'https://
|
|
923
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1089,7 +1089,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
|
|
|
1089
1089
|
var AudienceControllerService = /** @class */ (function () {
|
|
1090
1090
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1091
1091
|
this.httpClient = httpClient;
|
|
1092
|
-
this.basePath = 'https://
|
|
1092
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1093
1093
|
this.defaultHeaders = new HttpHeaders();
|
|
1094
1094
|
this.configuration = new Configuration();
|
|
1095
1095
|
if (basePath) {
|
|
@@ -1741,7 +1741,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1741
1741
|
var AuditControllerService = /** @class */ (function () {
|
|
1742
1742
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1743
1743
|
this.httpClient = httpClient;
|
|
1744
|
-
this.basePath = 'https://
|
|
1744
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1745
1745
|
this.defaultHeaders = new HttpHeaders();
|
|
1746
1746
|
this.configuration = new Configuration();
|
|
1747
1747
|
if (basePath) {
|
|
@@ -1940,7 +1940,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1940
1940
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1941
1941
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1942
1942
|
this.httpClient = httpClient;
|
|
1943
|
-
this.basePath = 'https://
|
|
1943
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1944
1944
|
this.defaultHeaders = new HttpHeaders();
|
|
1945
1945
|
this.configuration = new Configuration();
|
|
1946
1946
|
if (basePath) {
|
|
@@ -2183,7 +2183,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2183
2183
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2184
2184
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2185
2185
|
this.httpClient = httpClient;
|
|
2186
|
-
this.basePath = 'https://
|
|
2186
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2187
2187
|
this.defaultHeaders = new HttpHeaders();
|
|
2188
2188
|
this.configuration = new Configuration();
|
|
2189
2189
|
if (basePath) {
|
|
@@ -2304,7 +2304,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2304
2304
|
var CampaignControllerService = /** @class */ (function () {
|
|
2305
2305
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2306
2306
|
this.httpClient = httpClient;
|
|
2307
|
-
this.basePath = 'https://
|
|
2307
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2308
2308
|
this.defaultHeaders = new HttpHeaders();
|
|
2309
2309
|
this.configuration = new Configuration();
|
|
2310
2310
|
if (basePath) {
|
|
@@ -2590,7 +2590,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2590
2590
|
var CatalogControllerService = /** @class */ (function () {
|
|
2591
2591
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2592
2592
|
this.httpClient = httpClient;
|
|
2593
|
-
this.basePath = 'https://
|
|
2593
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2594
2594
|
this.defaultHeaders = new HttpHeaders();
|
|
2595
2595
|
this.configuration = new Configuration();
|
|
2596
2596
|
if (basePath) {
|
|
@@ -2813,7 +2813,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2813
2813
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2814
2814
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2815
2815
|
this.httpClient = httpClient;
|
|
2816
|
-
this.basePath = 'https://
|
|
2816
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2817
2817
|
this.defaultHeaders = new HttpHeaders();
|
|
2818
2818
|
this.configuration = new Configuration();
|
|
2819
2819
|
if (basePath) {
|
|
@@ -3063,7 +3063,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
3063
3063
|
var CreativeControllerService = /** @class */ (function () {
|
|
3064
3064
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3065
3065
|
this.httpClient = httpClient;
|
|
3066
|
-
this.basePath = 'https://
|
|
3066
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3067
3067
|
this.defaultHeaders = new HttpHeaders();
|
|
3068
3068
|
this.configuration = new Configuration();
|
|
3069
3069
|
if (basePath) {
|
|
@@ -3540,7 +3540,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3540
3540
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3541
3541
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3542
3542
|
this.httpClient = httpClient;
|
|
3543
|
-
this.basePath = 'https://
|
|
3543
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3544
3544
|
this.defaultHeaders = new HttpHeaders();
|
|
3545
3545
|
this.configuration = new Configuration();
|
|
3546
3546
|
if (basePath) {
|
|
@@ -3875,7 +3875,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3875
3875
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3876
3876
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3877
3877
|
this.httpClient = httpClient;
|
|
3878
|
-
this.basePath = 'https://
|
|
3878
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3879
3879
|
this.defaultHeaders = new HttpHeaders();
|
|
3880
3880
|
this.configuration = new Configuration();
|
|
3881
3881
|
if (basePath) {
|
|
@@ -4076,7 +4076,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4076
4076
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4077
4077
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4078
4078
|
this.httpClient = httpClient;
|
|
4079
|
-
this.basePath = 'https://
|
|
4079
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4080
4080
|
this.defaultHeaders = new HttpHeaders();
|
|
4081
4081
|
this.configuration = new Configuration();
|
|
4082
4082
|
if (basePath) {
|
|
@@ -4164,7 +4164,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4164
4164
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4165
4165
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4166
4166
|
this.httpClient = httpClient;
|
|
4167
|
-
this.basePath = 'https://
|
|
4167
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4168
4168
|
this.defaultHeaders = new HttpHeaders();
|
|
4169
4169
|
this.configuration = new Configuration();
|
|
4170
4170
|
if (basePath) {
|
|
@@ -4343,7 +4343,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4343
4343
|
var DashboardControllerService = /** @class */ (function () {
|
|
4344
4344
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4345
4345
|
this.httpClient = httpClient;
|
|
4346
|
-
this.basePath = 'https://
|
|
4346
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4347
4347
|
this.defaultHeaders = new HttpHeaders();
|
|
4348
4348
|
this.configuration = new Configuration();
|
|
4349
4349
|
if (basePath) {
|
|
@@ -5000,7 +5000,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
5000
5000
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5001
5001
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5002
5002
|
this.httpClient = httpClient;
|
|
5003
|
-
this.basePath = 'https://
|
|
5003
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5004
5004
|
this.defaultHeaders = new HttpHeaders();
|
|
5005
5005
|
this.configuration = new Configuration();
|
|
5006
5006
|
if (basePath) {
|
|
@@ -5199,7 +5199,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5199
5199
|
var PixelControllerService = /** @class */ (function () {
|
|
5200
5200
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5201
5201
|
this.httpClient = httpClient;
|
|
5202
|
-
this.basePath = 'https://
|
|
5202
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5203
5203
|
this.defaultHeaders = new HttpHeaders();
|
|
5204
5204
|
this.configuration = new Configuration();
|
|
5205
5205
|
if (basePath) {
|
|
@@ -5528,7 +5528,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5528
5528
|
var ReportingControllerService = /** @class */ (function () {
|
|
5529
5529
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5530
5530
|
this.httpClient = httpClient;
|
|
5531
|
-
this.basePath = 'https://
|
|
5531
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5532
5532
|
this.defaultHeaders = new HttpHeaders();
|
|
5533
5533
|
this.configuration = new Configuration();
|
|
5534
5534
|
if (basePath) {
|
|
@@ -5712,7 +5712,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5712
5712
|
var SliceXControllerService = /** @class */ (function () {
|
|
5713
5713
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5714
5714
|
this.httpClient = httpClient;
|
|
5715
|
-
this.basePath = 'https://
|
|
5715
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5716
5716
|
this.defaultHeaders = new HttpHeaders();
|
|
5717
5717
|
this.configuration = new Configuration();
|
|
5718
5718
|
if (basePath) {
|
|
@@ -5897,7 +5897,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5897
5897
|
var StrategyControllerService = /** @class */ (function () {
|
|
5898
5898
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5899
5899
|
this.httpClient = httpClient;
|
|
5900
|
-
this.basePath = 'https://
|
|
5900
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5901
5901
|
this.defaultHeaders = new HttpHeaders();
|
|
5902
5902
|
this.configuration = new Configuration();
|
|
5903
5903
|
if (basePath) {
|
|
@@ -6385,7 +6385,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6385
6385
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6386
6386
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6387
6387
|
this.httpClient = httpClient;
|
|
6388
|
-
this.basePath = 'https://
|
|
6388
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6389
6389
|
this.defaultHeaders = new HttpHeaders();
|
|
6390
6390
|
this.configuration = new Configuration();
|
|
6391
6391
|
if (basePath) {
|
|
@@ -6487,7 +6487,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6487
6487
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6488
6488
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6489
6489
|
this.httpClient = httpClient;
|
|
6490
|
-
this.basePath = 'https://
|
|
6490
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6491
6491
|
this.defaultHeaders = new HttpHeaders();
|
|
6492
6492
|
this.configuration = new Configuration();
|
|
6493
6493
|
if (basePath) {
|