@revxui/api-clients-ts 0.10.284 → 0.10.286
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/creativeSetsController.service.d.ts +3 -4
- package/bundles/revxui-api-clients-ts.umd.js +25 -28
- 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 +4 -7
- 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/campaignESDTO.js +1 -1
- package/esm2015/model/creative.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 +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 +4 -7
- 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/campaignESDTO.js +1 -1
- package/esm5/model/creative.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +25 -28
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +25 -28
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/campaignESDTO.d.ts +2 -2
- package/model/creative.d.ts +1 -0
- package/package.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.286
|
|
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.286 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -100,16 +100,15 @@ export declare class CreativeSetsControllerService {
|
|
|
100
100
|
* Api to get individual creative performance
|
|
101
101
|
*
|
|
102
102
|
* @param dashboardRequest dashboardRequest
|
|
103
|
-
* @param id id
|
|
104
103
|
* @param refresh refresh
|
|
105
104
|
* @param reqId request id
|
|
106
105
|
* @param token Auth Token
|
|
107
106
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
108
107
|
* @param reportProgress flag to report request and response progress.
|
|
109
108
|
*/
|
|
110
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest,
|
|
111
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest,
|
|
112
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest,
|
|
109
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
110
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
111
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
113
112
|
/**
|
|
114
113
|
* Api to get individual creative set performance
|
|
115
114
|
*
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
var AdminControllerService = /** @class */ (function () {
|
|
309
309
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
310
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
311
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
312
312
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
313
|
this.configuration = new Configuration();
|
|
314
314
|
if (basePath) {
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
526
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
527
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
528
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
529
529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
530
|
this.configuration = new Configuration();
|
|
531
531
|
if (basePath) {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
972
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
973
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
974
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
var AudienceControllerService = /** @class */ (function () {
|
|
1142
1142
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1143
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1864,7 +1864,7 @@
|
|
|
1864
1864
|
var AuditControllerService = /** @class */ (function () {
|
|
1865
1865
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1866
1866
|
this.httpClient = httpClient;
|
|
1867
|
-
this.basePath = 'https://
|
|
1867
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1868
1868
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1869
1869
|
this.configuration = new Configuration();
|
|
1870
1870
|
if (basePath) {
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2064
2064
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2065
2065
|
this.httpClient = httpClient;
|
|
2066
|
-
this.basePath = 'https://
|
|
2066
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2067
2067
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2068
2068
|
this.configuration = new Configuration();
|
|
2069
2069
|
if (basePath) {
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2307
2307
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2308
2308
|
this.httpClient = httpClient;
|
|
2309
|
-
this.basePath = 'https://
|
|
2309
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2310
2310
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2311
2311
|
this.configuration = new Configuration();
|
|
2312
2312
|
if (basePath) {
|
|
@@ -2427,7 +2427,7 @@
|
|
|
2427
2427
|
var CampaignControllerService = /** @class */ (function () {
|
|
2428
2428
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2429
2429
|
this.httpClient = httpClient;
|
|
2430
|
-
this.basePath = 'https://
|
|
2430
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2431
2431
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2432
2432
|
this.configuration = new Configuration();
|
|
2433
2433
|
if (basePath) {
|
|
@@ -2749,7 +2749,7 @@
|
|
|
2749
2749
|
var CatalogControllerService = /** @class */ (function () {
|
|
2750
2750
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2751
2751
|
this.httpClient = httpClient;
|
|
2752
|
-
this.basePath = 'https://
|
|
2752
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2753
2753
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2754
2754
|
this.configuration = new Configuration();
|
|
2755
2755
|
if (basePath) {
|
|
@@ -2972,7 +2972,7 @@
|
|
|
2972
2972
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2973
2973
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2974
2974
|
this.httpClient = httpClient;
|
|
2975
|
-
this.basePath = 'https://
|
|
2975
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2976
2976
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2977
2977
|
this.configuration = new Configuration();
|
|
2978
2978
|
if (basePath) {
|
|
@@ -3222,7 +3222,7 @@
|
|
|
3222
3222
|
var CreativeControllerService = /** @class */ (function () {
|
|
3223
3223
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3224
3224
|
this.httpClient = httpClient;
|
|
3225
|
-
this.basePath = 'https://
|
|
3225
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3226
3226
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3227
3227
|
this.configuration = new Configuration();
|
|
3228
3228
|
if (basePath) {
|
|
@@ -3699,7 +3699,7 @@
|
|
|
3699
3699
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3700
3700
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3701
3701
|
this.httpClient = httpClient;
|
|
3702
|
-
this.basePath = 'https://
|
|
3702
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3703
3703
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3704
3704
|
this.configuration = new Configuration();
|
|
3705
3705
|
if (basePath) {
|
|
@@ -3920,15 +3920,12 @@
|
|
|
3920
3920
|
reportProgress: reportProgress
|
|
3921
3921
|
});
|
|
3922
3922
|
};
|
|
3923
|
-
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest,
|
|
3923
|
+
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
3924
3924
|
if (observe === void 0) { observe = 'body'; }
|
|
3925
3925
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3926
3926
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3927
3927
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
3928
3928
|
}
|
|
3929
|
-
if (id === null || id === undefined) {
|
|
3930
|
-
throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
3931
|
-
}
|
|
3932
3929
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3933
3930
|
if (refresh !== undefined && refresh !== null) {
|
|
3934
3931
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
@@ -3956,7 +3953,7 @@
|
|
|
3956
3953
|
if (httpContentTypeSelected != undefined) {
|
|
3957
3954
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3958
3955
|
}
|
|
3959
|
-
return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/"
|
|
3956
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/", dashboardRequest, {
|
|
3960
3957
|
params: queryParameters,
|
|
3961
3958
|
withCredentials: this.configuration.withCredentials,
|
|
3962
3959
|
headers: headers,
|
|
@@ -4073,7 +4070,7 @@
|
|
|
4073
4070
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4074
4071
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4075
4072
|
this.httpClient = httpClient;
|
|
4076
|
-
this.basePath = 'https://
|
|
4073
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4077
4074
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4078
4075
|
this.configuration = new Configuration();
|
|
4079
4076
|
if (basePath) {
|
|
@@ -4274,7 +4271,7 @@
|
|
|
4274
4271
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4275
4272
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4276
4273
|
this.httpClient = httpClient;
|
|
4277
|
-
this.basePath = 'https://
|
|
4274
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4278
4275
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4279
4276
|
this.configuration = new Configuration();
|
|
4280
4277
|
if (basePath) {
|
|
@@ -4362,7 +4359,7 @@
|
|
|
4362
4359
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4363
4360
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4364
4361
|
this.httpClient = httpClient;
|
|
4365
|
-
this.basePath = 'https://
|
|
4362
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4366
4363
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4367
4364
|
this.configuration = new Configuration();
|
|
4368
4365
|
if (basePath) {
|
|
@@ -4541,7 +4538,7 @@
|
|
|
4541
4538
|
var DashboardControllerService = /** @class */ (function () {
|
|
4542
4539
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4543
4540
|
this.httpClient = httpClient;
|
|
4544
|
-
this.basePath = 'https://
|
|
4541
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4545
4542
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4546
4543
|
this.configuration = new Configuration();
|
|
4547
4544
|
if (basePath) {
|
|
@@ -5198,7 +5195,7 @@
|
|
|
5198
5195
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5199
5196
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5200
5197
|
this.httpClient = httpClient;
|
|
5201
|
-
this.basePath = 'https://
|
|
5198
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5202
5199
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5203
5200
|
this.configuration = new Configuration();
|
|
5204
5201
|
if (basePath) {
|
|
@@ -5397,7 +5394,7 @@
|
|
|
5397
5394
|
var PixelControllerService = /** @class */ (function () {
|
|
5398
5395
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5399
5396
|
this.httpClient = httpClient;
|
|
5400
|
-
this.basePath = 'https://
|
|
5397
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5401
5398
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5402
5399
|
this.configuration = new Configuration();
|
|
5403
5400
|
if (basePath) {
|
|
@@ -5726,7 +5723,7 @@
|
|
|
5726
5723
|
var ReportingControllerService = /** @class */ (function () {
|
|
5727
5724
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5728
5725
|
this.httpClient = httpClient;
|
|
5729
|
-
this.basePath = 'https://
|
|
5726
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5730
5727
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5731
5728
|
this.configuration = new Configuration();
|
|
5732
5729
|
if (basePath) {
|
|
@@ -5910,7 +5907,7 @@
|
|
|
5910
5907
|
var SliceXControllerService = /** @class */ (function () {
|
|
5911
5908
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5912
5909
|
this.httpClient = httpClient;
|
|
5913
|
-
this.basePath = 'https://
|
|
5910
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5914
5911
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5915
5912
|
this.configuration = new Configuration();
|
|
5916
5913
|
if (basePath) {
|
|
@@ -6178,7 +6175,7 @@
|
|
|
6178
6175
|
var StrategyControllerService = /** @class */ (function () {
|
|
6179
6176
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6180
6177
|
this.httpClient = httpClient;
|
|
6181
|
-
this.basePath = 'https://
|
|
6178
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6182
6179
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6183
6180
|
this.configuration = new Configuration();
|
|
6184
6181
|
if (basePath) {
|
|
@@ -6839,7 +6836,7 @@
|
|
|
6839
6836
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6840
6837
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6841
6838
|
this.httpClient = httpClient;
|
|
6842
|
-
this.basePath = 'https://
|
|
6839
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6843
6840
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6844
6841
|
this.configuration = new Configuration();
|
|
6845
6842
|
if (basePath) {
|
|
@@ -6941,7 +6938,7 @@
|
|
|
6941
6938
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6942
6939
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6943
6940
|
this.httpClient = httpClient;
|
|
6944
|
-
this.basePath = 'https://
|
|
6941
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6945
6942
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6946
6943
|
this.configuration = new Configuration();
|
|
6947
6944
|
if (basePath) {
|