@revxui/api-clients-ts 0.10.242 → 0.10.243
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/audienceController.service.d.ts +14 -0
- package/bundles/revxui-api-clients-ts.umd.js +59 -23
- 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/audienceController.service.js +36 -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/apiResponseObjectEligibleUsersResponse.js +1 -0
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeFileForSet.js +1 -1
- package/esm2015/model/creativeFiles.js +1 -1
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/eligibleUsersRequest.js +12 -0
- package/esm2015/model/eligibleUsersResponse.js +12 -0
- package/esm2015/model/metaRuleDto.js +1 -1
- package/esm2015/model/models.js +1 -1
- package/esm2015/model/slicexListResponse.js +1 -1
- 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/audienceController.service.js +38 -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/apiResponseObjectEligibleUsersResponse.js +1 -0
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeFileForSet.js +1 -1
- package/esm5/model/creativeFiles.js +1 -1
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/eligibleUsersRequest.js +12 -0
- package/esm5/model/eligibleUsersResponse.js +12 -0
- package/esm5/model/metaRuleDto.js +1 -1
- package/esm5/model/models.js +1 -1
- package/esm5/model/slicexListResponse.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +57 -23
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +59 -23
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/apiResponseObjectEligibleUsersResponse.d.ts +17 -0
- package/model/creativeDTO.d.ts +2 -0
- package/model/creativeFileForSet.d.ts +2 -0
- package/model/creativeFiles.d.ts +2 -0
- package/model/creativeSetDetails.d.ts +0 -2
- package/model/creativeSetRequest.d.ts +0 -2
- package/model/eligibleUsersRequest.d.ts +24 -0
- package/model/{endCards.d.ts → eligibleUsersResponse.d.ts} +3 -4
- package/model/metaRuleDto.d.ts +1 -0
- package/model/models.d.ts +3 -1
- package/model/slicexListResponse.d.ts +1 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/endCards.js +0 -12
- package/esm5/model/endCards.js +0 -12
|
@@ -83,7 +83,7 @@ class Configuration {
|
|
|
83
83
|
let AdminControllerService = class AdminControllerService {
|
|
84
84
|
constructor(httpClient, basePath, configuration) {
|
|
85
85
|
this.httpClient = httpClient;
|
|
86
|
-
this.basePath = 'https://
|
|
86
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
87
87
|
this.defaultHeaders = new HttpHeaders();
|
|
88
88
|
this.configuration = new Configuration();
|
|
89
89
|
if (basePath) {
|
|
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
273
273
|
let AdvertiserControllerService = class AdvertiserControllerService {
|
|
274
274
|
constructor(httpClient, basePath, configuration) {
|
|
275
275
|
this.httpClient = httpClient;
|
|
276
|
-
this.basePath = 'https://
|
|
276
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
277
277
|
this.defaultHeaders = new HttpHeaders();
|
|
278
278
|
this.configuration = new Configuration();
|
|
279
279
|
if (basePath) {
|
|
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
|
|
|
685
685
|
let AppSettingsControllerService = class AppSettingsControllerService {
|
|
686
686
|
constructor(httpClient, basePath, configuration) {
|
|
687
687
|
this.httpClient = httpClient;
|
|
688
|
-
this.basePath = 'https://
|
|
688
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
689
689
|
this.defaultHeaders = new HttpHeaders();
|
|
690
690
|
this.configuration = new Configuration();
|
|
691
691
|
if (basePath) {
|
|
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
|
|
|
837
837
|
let AudienceControllerService = class AudienceControllerService {
|
|
838
838
|
constructor(httpClient, basePath, configuration) {
|
|
839
839
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -1263,6 +1263,40 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1263
1263
|
reportProgress: reportProgress
|
|
1264
1264
|
});
|
|
1265
1265
|
}
|
|
1266
|
+
getEligibleUsersCountUsingPOST(eligibleUsersRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1267
|
+
if (eligibleUsersRequest === null || eligibleUsersRequest === undefined) {
|
|
1268
|
+
throw new Error('Required parameter eligibleUsersRequest was null or undefined when calling getEligibleUsersCountUsingPOST.');
|
|
1269
|
+
}
|
|
1270
|
+
let headers = this.defaultHeaders;
|
|
1271
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1272
|
+
headers = headers.set('reqId', String(reqId));
|
|
1273
|
+
}
|
|
1274
|
+
if (token !== undefined && token !== null) {
|
|
1275
|
+
headers = headers.set('token', String(token));
|
|
1276
|
+
}
|
|
1277
|
+
// to determine the Accept header
|
|
1278
|
+
let httpHeaderAccepts = [
|
|
1279
|
+
'*/*'
|
|
1280
|
+
];
|
|
1281
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1282
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1283
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1284
|
+
}
|
|
1285
|
+
// to determine the Content-Type header
|
|
1286
|
+
const consumes = [
|
|
1287
|
+
'application/json'
|
|
1288
|
+
];
|
|
1289
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1290
|
+
if (httpContentTypeSelected != undefined) {
|
|
1291
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1292
|
+
}
|
|
1293
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/eligibleusers`, eligibleUsersRequest, {
|
|
1294
|
+
withCredentials: this.configuration.withCredentials,
|
|
1295
|
+
headers: headers,
|
|
1296
|
+
observe: observe,
|
|
1297
|
+
reportProgress: reportProgress
|
|
1298
|
+
});
|
|
1299
|
+
}
|
|
1266
1300
|
getMetaRulesUsingGET(reqId, token, observe = 'body', reportProgress = false) {
|
|
1267
1301
|
let headers = this.defaultHeaders;
|
|
1268
1302
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -1445,7 +1479,7 @@ AudienceControllerService = __decorate([
|
|
|
1445
1479
|
let AuditControllerService = class AuditControllerService {
|
|
1446
1480
|
constructor(httpClient, basePath, configuration) {
|
|
1447
1481
|
this.httpClient = httpClient;
|
|
1448
|
-
this.basePath = 'https://
|
|
1482
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1449
1483
|
this.defaultHeaders = new HttpHeaders();
|
|
1450
1484
|
this.configuration = new Configuration();
|
|
1451
1485
|
if (basePath) {
|
|
@@ -1626,7 +1660,7 @@ AuditControllerService = __decorate([
|
|
|
1626
1660
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1627
1661
|
constructor(httpClient, basePath, configuration) {
|
|
1628
1662
|
this.httpClient = httpClient;
|
|
1629
|
-
this.basePath = 'https://
|
|
1663
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1630
1664
|
this.defaultHeaders = new HttpHeaders();
|
|
1631
1665
|
this.configuration = new Configuration();
|
|
1632
1666
|
if (basePath) {
|
|
@@ -1847,7 +1881,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1847
1881
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1848
1882
|
constructor(httpClient, basePath, configuration) {
|
|
1849
1883
|
this.httpClient = httpClient;
|
|
1850
|
-
this.basePath = 'https://
|
|
1884
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1851
1885
|
this.defaultHeaders = new HttpHeaders();
|
|
1852
1886
|
this.configuration = new Configuration();
|
|
1853
1887
|
if (basePath) {
|
|
@@ -1952,7 +1986,7 @@ CSSThemeController_Service = __decorate([
|
|
|
1952
1986
|
let CampaignControllerService = class CampaignControllerService {
|
|
1953
1987
|
constructor(httpClient, basePath, configuration) {
|
|
1954
1988
|
this.httpClient = httpClient;
|
|
1955
|
-
this.basePath = 'https://
|
|
1989
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1956
1990
|
this.defaultHeaders = new HttpHeaders();
|
|
1957
1991
|
this.configuration = new Configuration();
|
|
1958
1992
|
if (basePath) {
|
|
@@ -2214,7 +2248,7 @@ CampaignControllerService = __decorate([
|
|
|
2214
2248
|
let CatalogControllerService = class CatalogControllerService {
|
|
2215
2249
|
constructor(httpClient, basePath, configuration) {
|
|
2216
2250
|
this.httpClient = httpClient;
|
|
2217
|
-
this.basePath = 'https://
|
|
2251
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2218
2252
|
this.defaultHeaders = new HttpHeaders();
|
|
2219
2253
|
this.configuration = new Configuration();
|
|
2220
2254
|
if (basePath) {
|
|
@@ -2417,7 +2451,7 @@ CatalogControllerService = __decorate([
|
|
|
2417
2451
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2418
2452
|
constructor(httpClient, basePath, configuration) {
|
|
2419
2453
|
this.httpClient = httpClient;
|
|
2420
|
-
this.basePath = 'https://
|
|
2454
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2421
2455
|
this.defaultHeaders = new HttpHeaders();
|
|
2422
2456
|
this.configuration = new Configuration();
|
|
2423
2457
|
if (basePath) {
|
|
@@ -2645,7 +2679,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2645
2679
|
let CreativeControllerService = class CreativeControllerService {
|
|
2646
2680
|
constructor(httpClient, basePath, configuration) {
|
|
2647
2681
|
this.httpClient = httpClient;
|
|
2648
|
-
this.basePath = 'https://
|
|
2682
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2649
2683
|
this.defaultHeaders = new HttpHeaders();
|
|
2650
2684
|
this.configuration = new Configuration();
|
|
2651
2685
|
if (basePath) {
|
|
@@ -3088,7 +3122,7 @@ CreativeControllerService = __decorate([
|
|
|
3088
3122
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3089
3123
|
constructor(httpClient, basePath, configuration) {
|
|
3090
3124
|
this.httpClient = httpClient;
|
|
3091
|
-
this.basePath = 'https://
|
|
3125
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3092
3126
|
this.defaultHeaders = new HttpHeaders();
|
|
3093
3127
|
this.configuration = new Configuration();
|
|
3094
3128
|
if (basePath) {
|
|
@@ -3397,7 +3431,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3397
3431
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3398
3432
|
constructor(httpClient, basePath, configuration) {
|
|
3399
3433
|
this.httpClient = httpClient;
|
|
3400
|
-
this.basePath = 'https://
|
|
3434
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3401
3435
|
this.defaultHeaders = new HttpHeaders();
|
|
3402
3436
|
this.configuration = new Configuration();
|
|
3403
3437
|
if (basePath) {
|
|
@@ -3578,7 +3612,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3578
3612
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3579
3613
|
constructor(httpClient, basePath, configuration) {
|
|
3580
3614
|
this.httpClient = httpClient;
|
|
3581
|
-
this.basePath = 'https://
|
|
3615
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3582
3616
|
this.defaultHeaders = new HttpHeaders();
|
|
3583
3617
|
this.configuration = new Configuration();
|
|
3584
3618
|
if (basePath) {
|
|
@@ -3652,7 +3686,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3652
3686
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3653
3687
|
constructor(httpClient, basePath, configuration) {
|
|
3654
3688
|
this.httpClient = httpClient;
|
|
3655
|
-
this.basePath = 'https://
|
|
3689
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3656
3690
|
this.defaultHeaders = new HttpHeaders();
|
|
3657
3691
|
this.configuration = new Configuration();
|
|
3658
3692
|
if (basePath) {
|
|
@@ -3813,7 +3847,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3813
3847
|
let DashboardControllerService = class DashboardControllerService {
|
|
3814
3848
|
constructor(httpClient, basePath, configuration) {
|
|
3815
3849
|
this.httpClient = httpClient;
|
|
3816
|
-
this.basePath = 'https://
|
|
3850
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3817
3851
|
this.defaultHeaders = new HttpHeaders();
|
|
3818
3852
|
this.configuration = new Configuration();
|
|
3819
3853
|
if (basePath) {
|
|
@@ -4428,7 +4462,7 @@ DashboardControllerService = __decorate([
|
|
|
4428
4462
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4429
4463
|
constructor(httpClient, basePath, configuration) {
|
|
4430
4464
|
this.httpClient = httpClient;
|
|
4431
|
-
this.basePath = 'https://
|
|
4465
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4432
4466
|
this.defaultHeaders = new HttpHeaders();
|
|
4433
4467
|
this.configuration = new Configuration();
|
|
4434
4468
|
if (basePath) {
|
|
@@ -4607,7 +4641,7 @@ NotificationsControllerService = __decorate([
|
|
|
4607
4641
|
let PixelControllerService = class PixelControllerService {
|
|
4608
4642
|
constructor(httpClient, basePath, configuration) {
|
|
4609
4643
|
this.httpClient = httpClient;
|
|
4610
|
-
this.basePath = 'https://
|
|
4644
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4611
4645
|
this.defaultHeaders = new HttpHeaders();
|
|
4612
4646
|
this.configuration = new Configuration();
|
|
4613
4647
|
if (basePath) {
|
|
@@ -4910,7 +4944,7 @@ PixelControllerService = __decorate([
|
|
|
4910
4944
|
let ReportingControllerService = class ReportingControllerService {
|
|
4911
4945
|
constructor(httpClient, basePath, configuration) {
|
|
4912
4946
|
this.httpClient = httpClient;
|
|
4913
|
-
this.basePath = 'https://
|
|
4947
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4914
4948
|
this.defaultHeaders = new HttpHeaders();
|
|
4915
4949
|
this.configuration = new Configuration();
|
|
4916
4950
|
if (basePath) {
|
|
@@ -5076,7 +5110,7 @@ ReportingControllerService = __decorate([
|
|
|
5076
5110
|
let SliceXControllerService = class SliceXControllerService {
|
|
5077
5111
|
constructor(httpClient, basePath, configuration) {
|
|
5078
5112
|
this.httpClient = httpClient;
|
|
5079
|
-
this.basePath = 'https://
|
|
5113
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5080
5114
|
this.defaultHeaders = new HttpHeaders();
|
|
5081
5115
|
this.configuration = new Configuration();
|
|
5082
5116
|
if (basePath) {
|
|
@@ -5243,7 +5277,7 @@ SliceXControllerService = __decorate([
|
|
|
5243
5277
|
let StrategyControllerService = class StrategyControllerService {
|
|
5244
5278
|
constructor(httpClient, basePath, configuration) {
|
|
5245
5279
|
this.httpClient = httpClient;
|
|
5246
|
-
this.basePath = 'https://
|
|
5280
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5247
5281
|
this.defaultHeaders = new HttpHeaders();
|
|
5248
5282
|
this.configuration = new Configuration();
|
|
5249
5283
|
if (basePath) {
|
|
@@ -5858,7 +5892,7 @@ StrategyControllerService = __decorate([
|
|
|
5858
5892
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5859
5893
|
constructor(httpClient, basePath, configuration) {
|
|
5860
5894
|
this.httpClient = httpClient;
|
|
5861
|
-
this.basePath = 'https://
|
|
5895
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5862
5896
|
this.defaultHeaders = new HttpHeaders();
|
|
5863
5897
|
this.configuration = new Configuration();
|
|
5864
5898
|
if (basePath) {
|
|
@@ -5946,7 +5980,7 @@ UILoggerControllerService = __decorate([
|
|
|
5946
5980
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
5947
5981
|
constructor(httpClient, basePath, configuration) {
|
|
5948
5982
|
this.httpClient = httpClient;
|
|
5949
|
-
this.basePath = 'https://
|
|
5983
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5950
5984
|
this.defaultHeaders = new HttpHeaders();
|
|
5951
5985
|
this.configuration = new Configuration();
|
|
5952
5986
|
if (basePath) {
|