@revxui/api-clients-ts 0.10.333 → 0.10.334
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/strategyController.service.d.ts +0 -13
- package/bundles/revxui-api-clients-ts.umd.js +23 -62
- 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 +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 -39
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/fesm2015/revxui-api-clients-ts.js +23 -60
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.334
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @revxui/api-clients-ts@0.10.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.334 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -100,19 +100,6 @@ export declare class StrategyControllerService {
|
|
|
100
100
|
deactivateStrategyUsingPOST(id: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongResponseMessage>;
|
|
101
101
|
deactivateStrategyUsingPOST(id: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongResponseMessage>>;
|
|
102
102
|
deactivateStrategyUsingPOST(id: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongResponseMessage>>;
|
|
103
|
-
/**
|
|
104
|
-
* Api to disassociate strategy to creative set
|
|
105
|
-
*
|
|
106
|
-
* @param creativeSetIdsToBeRemoved creativeSetIdsToBeRemoved
|
|
107
|
-
* @param id id
|
|
108
|
-
* @param reqId request id
|
|
109
|
-
* @param token Auth Token
|
|
110
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
111
|
-
* @param reportProgress flag to report request and response progress.
|
|
112
|
-
*/
|
|
113
|
-
disassociateStrategyWithCreativeSetsUsingPOST(creativeSetIdsToBeRemoved: Array<number>, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectlong>;
|
|
114
|
-
disassociateStrategyWithCreativeSetsUsingPOST(creativeSetIdsToBeRemoved: Array<number>, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectlong>>;
|
|
115
|
-
disassociateStrategyWithCreativeSetsUsingPOST(creativeSetIdsToBeRemoved: Array<number>, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectlong>>;
|
|
116
103
|
/**
|
|
117
104
|
* Api to Create duplicate Strategy
|
|
118
105
|
*
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
var AdminControllerService = /** @class */ (function () {
|
|
371
371
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
372
372
|
this.httpClient = httpClient;
|
|
373
|
-
this.basePath = 'https://
|
|
373
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
374
374
|
this.defaultHeaders = new http.HttpHeaders();
|
|
375
375
|
this.configuration = new Configuration();
|
|
376
376
|
if (basePath) {
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
576
576
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
577
577
|
this.httpClient = httpClient;
|
|
578
|
-
this.basePath = 'https://
|
|
578
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
579
579
|
this.defaultHeaders = new http.HttpHeaders();
|
|
580
580
|
this.configuration = new Configuration();
|
|
581
581
|
if (basePath) {
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
1010
1010
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
1011
1011
|
this.httpClient = httpClient;
|
|
1012
|
-
this.basePath = 'https://
|
|
1012
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
1013
1013
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1014
1014
|
this.configuration = new Configuration();
|
|
1015
1015
|
if (basePath) {
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
var AudienceControllerService = /** @class */ (function () {
|
|
1168
1168
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1169
1169
|
this.httpClient = httpClient;
|
|
1170
|
-
this.basePath = 'https://
|
|
1170
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
1171
1171
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1172
1172
|
this.configuration = new Configuration();
|
|
1173
1173
|
if (basePath) {
|
|
@@ -1953,7 +1953,7 @@
|
|
|
1953
1953
|
var AuditControllerService = /** @class */ (function () {
|
|
1954
1954
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1955
1955
|
this.httpClient = httpClient;
|
|
1956
|
-
this.basePath = 'https://
|
|
1956
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
1957
1957
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1958
1958
|
this.configuration = new Configuration();
|
|
1959
1959
|
if (basePath) {
|
|
@@ -2140,7 +2140,7 @@
|
|
|
2140
2140
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2141
2141
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2142
2142
|
this.httpClient = httpClient;
|
|
2143
|
-
this.basePath = 'https://
|
|
2143
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
2144
2144
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2145
2145
|
this.configuration = new Configuration();
|
|
2146
2146
|
if (basePath) {
|
|
@@ -2371,7 +2371,7 @@
|
|
|
2371
2371
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2372
2372
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2373
2373
|
this.httpClient = httpClient;
|
|
2374
|
-
this.basePath = 'https://
|
|
2374
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
2375
2375
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2376
2376
|
this.configuration = new Configuration();
|
|
2377
2377
|
if (basePath) {
|
|
@@ -2480,7 +2480,7 @@
|
|
|
2480
2480
|
var CampaignControllerService = /** @class */ (function () {
|
|
2481
2481
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2482
2482
|
this.httpClient = httpClient;
|
|
2483
|
-
this.basePath = 'https://
|
|
2483
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
2484
2484
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2485
2485
|
this.configuration = new Configuration();
|
|
2486
2486
|
if (basePath) {
|
|
@@ -2790,7 +2790,7 @@
|
|
|
2790
2790
|
var CatalogControllerService = /** @class */ (function () {
|
|
2791
2791
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2792
2792
|
this.httpClient = httpClient;
|
|
2793
|
-
this.basePath = 'https://
|
|
2793
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
2794
2794
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2795
2795
|
this.configuration = new Configuration();
|
|
2796
2796
|
if (basePath) {
|
|
@@ -3036,7 +3036,7 @@
|
|
|
3036
3036
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3037
3037
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3038
3038
|
this.httpClient = httpClient;
|
|
3039
|
-
this.basePath = 'https://
|
|
3039
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
3040
3040
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3041
3041
|
this.configuration = new Configuration();
|
|
3042
3042
|
if (basePath) {
|
|
@@ -3274,7 +3274,7 @@
|
|
|
3274
3274
|
var CreativeControllerService = /** @class */ (function () {
|
|
3275
3275
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3276
3276
|
this.httpClient = httpClient;
|
|
3277
|
-
this.basePath = 'https://
|
|
3277
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
3278
3278
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3279
3279
|
this.configuration = new Configuration();
|
|
3280
3280
|
if (basePath) {
|
|
@@ -3739,7 +3739,7 @@
|
|
|
3739
3739
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3740
3740
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3741
3741
|
this.httpClient = httpClient;
|
|
3742
|
-
this.basePath = 'https://
|
|
3742
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
3743
3743
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3744
3744
|
this.configuration = new Configuration();
|
|
3745
3745
|
if (basePath) {
|
|
@@ -4219,7 +4219,7 @@
|
|
|
4219
4219
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4220
4220
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4221
4221
|
this.httpClient = httpClient;
|
|
4222
|
-
this.basePath = 'https://
|
|
4222
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
4223
4223
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4224
4224
|
this.configuration = new Configuration();
|
|
4225
4225
|
if (basePath) {
|
|
@@ -4408,7 +4408,7 @@
|
|
|
4408
4408
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4409
4409
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4410
4410
|
this.httpClient = httpClient;
|
|
4411
|
-
this.basePath = 'https://
|
|
4411
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
4412
4412
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4413
4413
|
this.configuration = new Configuration();
|
|
4414
4414
|
if (basePath) {
|
|
@@ -4484,7 +4484,7 @@
|
|
|
4484
4484
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4485
4485
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4486
4486
|
this.httpClient = httpClient;
|
|
4487
|
-
this.basePath = 'https://
|
|
4487
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
4488
4488
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4489
4489
|
this.configuration = new Configuration();
|
|
4490
4490
|
if (basePath) {
|
|
@@ -4651,7 +4651,7 @@
|
|
|
4651
4651
|
var DashboardControllerService = /** @class */ (function () {
|
|
4652
4652
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4653
4653
|
this.httpClient = httpClient;
|
|
4654
|
-
this.basePath = 'https://
|
|
4654
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
4655
4655
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4656
4656
|
this.configuration = new Configuration();
|
|
4657
4657
|
if (basePath) {
|
|
@@ -5296,7 +5296,7 @@
|
|
|
5296
5296
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5297
5297
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5298
5298
|
this.httpClient = httpClient;
|
|
5299
|
-
this.basePath = 'https://
|
|
5299
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
5300
5300
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5301
5301
|
this.configuration = new Configuration();
|
|
5302
5302
|
if (basePath) {
|
|
@@ -5483,7 +5483,7 @@
|
|
|
5483
5483
|
var PixelControllerService = /** @class */ (function () {
|
|
5484
5484
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5485
5485
|
this.httpClient = httpClient;
|
|
5486
|
-
this.basePath = 'https://
|
|
5486
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
5487
5487
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5488
5488
|
this.configuration = new Configuration();
|
|
5489
5489
|
if (basePath) {
|
|
@@ -5800,7 +5800,7 @@
|
|
|
5800
5800
|
var ReportingControllerService = /** @class */ (function () {
|
|
5801
5801
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5802
5802
|
this.httpClient = httpClient;
|
|
5803
|
-
this.basePath = 'https://
|
|
5803
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
5804
5804
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5805
5805
|
this.configuration = new Configuration();
|
|
5806
5806
|
if (basePath) {
|
|
@@ -5972,7 +5972,7 @@
|
|
|
5972
5972
|
var SliceXControllerService = /** @class */ (function () {
|
|
5973
5973
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5974
5974
|
this.httpClient = httpClient;
|
|
5975
|
-
this.basePath = 'https://
|
|
5975
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
5976
5976
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5977
5977
|
this.configuration = new Configuration();
|
|
5978
5978
|
if (basePath) {
|
|
@@ -6228,7 +6228,7 @@
|
|
|
6228
6228
|
var StrategyControllerService = /** @class */ (function () {
|
|
6229
6229
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6230
6230
|
this.httpClient = httpClient;
|
|
6231
|
-
this.basePath = 'https://
|
|
6231
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
6232
6232
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6233
6233
|
this.configuration = new Configuration();
|
|
6234
6234
|
if (basePath) {
|
|
@@ -6445,45 +6445,6 @@
|
|
|
6445
6445
|
reportProgress: reportProgress
|
|
6446
6446
|
});
|
|
6447
6447
|
};
|
|
6448
|
-
StrategyControllerService.prototype.disassociateStrategyWithCreativeSetsUsingPOST = function (creativeSetIdsToBeRemoved, id, reqId, token, observe, reportProgress) {
|
|
6449
|
-
if (observe === void 0) { observe = 'body'; }
|
|
6450
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
6451
|
-
if (creativeSetIdsToBeRemoved === null || creativeSetIdsToBeRemoved === undefined) {
|
|
6452
|
-
throw new Error('Required parameter creativeSetIdsToBeRemoved was null or undefined when calling disassociateStrategyWithCreativeSetsUsingPOST.');
|
|
6453
|
-
}
|
|
6454
|
-
if (id === null || id === undefined) {
|
|
6455
|
-
throw new Error('Required parameter id was null or undefined when calling disassociateStrategyWithCreativeSetsUsingPOST.');
|
|
6456
|
-
}
|
|
6457
|
-
var headers = this.defaultHeaders;
|
|
6458
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6459
|
-
headers = headers.set('reqId', String(reqId));
|
|
6460
|
-
}
|
|
6461
|
-
if (token !== undefined && token !== null) {
|
|
6462
|
-
headers = headers.set('token', String(token));
|
|
6463
|
-
}
|
|
6464
|
-
// to determine the Accept header
|
|
6465
|
-
var httpHeaderAccepts = [
|
|
6466
|
-
'application/json'
|
|
6467
|
-
];
|
|
6468
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6469
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6470
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6471
|
-
}
|
|
6472
|
-
// to determine the Content-Type header
|
|
6473
|
-
var consumes = [
|
|
6474
|
-
'application/json'
|
|
6475
|
-
];
|
|
6476
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6477
|
-
if (httpContentTypeSelected != undefined) {
|
|
6478
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
6479
|
-
}
|
|
6480
|
-
return this.httpClient.post(this.basePath + "/v2/api/strategies/" + encodeURIComponent(String(id)) + "/disassociate/creativesets", creativeSetIdsToBeRemoved, {
|
|
6481
|
-
withCredentials: this.configuration.withCredentials,
|
|
6482
|
-
headers: headers,
|
|
6483
|
-
observe: observe,
|
|
6484
|
-
reportProgress: reportProgress
|
|
6485
|
-
});
|
|
6486
|
-
};
|
|
6487
6448
|
StrategyControllerService.prototype.duplicateStrategyUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
|
|
6488
6449
|
if (observe === void 0) { observe = 'body'; }
|
|
6489
6450
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -6916,7 +6877,7 @@
|
|
|
6916
6877
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6917
6878
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6918
6879
|
this.httpClient = httpClient;
|
|
6919
|
-
this.basePath = 'https://
|
|
6880
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
6920
6881
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6921
6882
|
this.configuration = new Configuration();
|
|
6922
6883
|
if (basePath) {
|
|
@@ -7006,7 +6967,7 @@
|
|
|
7006
6967
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7007
6968
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7008
6969
|
this.httpClient = httpClient;
|
|
7009
|
-
this.basePath = 'https://
|
|
6970
|
+
this.basePath = 'https://apiv2stage6.atomex.net';
|
|
7010
6971
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7011
6972
|
this.configuration = new Configuration();
|
|
7012
6973
|
if (basePath) {
|