@revxui/api-clients-ts 0.10.262 → 0.10.263
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/campaignController.service.d.ts +14 -0
- package/api/creativeSetsController.service.d.ts +15 -0
- package/api/sliceXController.service.d.ts +6 -20
- package/bundles/revxui-api-clients-ts.umd.js +125 -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 +36 -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 +39 -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 -39
- 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/apiListResponseIncrementalityReportResponse.js +1 -0
- package/esm2015/model/apiResponseObjectDuplicateCreativeSetResponse.js +1 -0
- package/esm2015/model/campaignDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/duplicateCreativeSetResponse.js +27 -0
- package/esm2015/model/duplicateCreativeSetsRequestDTO.js +1 -0
- package/esm2015/model/eligibleUsersRequest.js +1 -1
- package/esm2015/model/incrementalityReportDTO.js +12 -0
- package/esm2015/model/incrementalityReportResponse.js +12 -0
- package/esm2015/model/models.js +2 -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 +38 -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 +41 -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 -41
- 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/apiListResponseIncrementalityReportResponse.js +1 -0
- package/esm5/model/apiResponseObjectDuplicateCreativeSetResponse.js +1 -0
- package/esm5/model/campaignDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/duplicateCreativeSetResponse.js +27 -0
- package/esm5/model/duplicateCreativeSetsRequestDTO.js +1 -0
- package/esm5/model/eligibleUsersRequest.js +1 -1
- package/esm5/model/incrementalityReportDTO.js +12 -0
- package/esm5/model/incrementalityReportResponse.js +12 -0
- package/esm5/model/models.js +2 -1
- package/fesm2015/revxui-api-clients-ts.js +122 -61
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +126 -63
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/apiListResponseIncrementalityReportResponse.d.ts +16 -0
- package/model/apiResponseObjectDuplicateCreativeSetResponse.d.ts +17 -0
- package/model/campaignDTO.d.ts +4 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creativeDTO.d.ts +3 -0
- package/model/creativeSetRequest.d.ts +1 -0
- package/model/duplicateCreativeSetResponse.d.ts +33 -0
- package/model/duplicateCreativeSetsRequestDTO.d.ts +21 -0
- package/model/eligibleUsersRequest.d.ts +1 -0
- package/model/incrementalityReportDTO.d.ts +17 -0
- package/model/incrementalityReportResponse.d.ts +24 -0
- package/model/models.d.ts +6 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/slicexRequestExtended.js +0 -1
- package/esm5/model/slicexRequestExtended.js +0 -1
- package/model/slicexRequestExtended.d.ts +0 -20
|
@@ -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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -1512,7 +1512,7 @@ AudienceControllerService = __decorate([
|
|
|
1512
1512
|
let AuditControllerService = class AuditControllerService {
|
|
1513
1513
|
constructor(httpClient, basePath, configuration) {
|
|
1514
1514
|
this.httpClient = httpClient;
|
|
1515
|
-
this.basePath = 'https://
|
|
1515
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1516
1516
|
this.defaultHeaders = new HttpHeaders();
|
|
1517
1517
|
this.configuration = new Configuration();
|
|
1518
1518
|
if (basePath) {
|
|
@@ -1693,7 +1693,7 @@ AuditControllerService = __decorate([
|
|
|
1693
1693
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1694
1694
|
constructor(httpClient, basePath, configuration) {
|
|
1695
1695
|
this.httpClient = httpClient;
|
|
1696
|
-
this.basePath = 'https://
|
|
1696
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1697
1697
|
this.defaultHeaders = new HttpHeaders();
|
|
1698
1698
|
this.configuration = new Configuration();
|
|
1699
1699
|
if (basePath) {
|
|
@@ -1914,7 +1914,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1914
1914
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1915
1915
|
constructor(httpClient, basePath, configuration) {
|
|
1916
1916
|
this.httpClient = httpClient;
|
|
1917
|
-
this.basePath = 'https://
|
|
1917
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1918
1918
|
this.defaultHeaders = new HttpHeaders();
|
|
1919
1919
|
this.configuration = new Configuration();
|
|
1920
1920
|
if (basePath) {
|
|
@@ -2019,7 +2019,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2019
2019
|
let CampaignControllerService = class CampaignControllerService {
|
|
2020
2020
|
constructor(httpClient, basePath, configuration) {
|
|
2021
2021
|
this.httpClient = httpClient;
|
|
2022
|
-
this.basePath = 'https://
|
|
2022
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2023
2023
|
this.defaultHeaders = new HttpHeaders();
|
|
2024
2024
|
this.configuration = new Configuration();
|
|
2025
2025
|
if (basePath) {
|
|
@@ -2219,6 +2219,40 @@ let CampaignControllerService = class CampaignControllerService {
|
|
|
2219
2219
|
reportProgress: reportProgress
|
|
2220
2220
|
});
|
|
2221
2221
|
}
|
|
2222
|
+
incrementalityReportUsingPOST(incrementalityReportDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
2223
|
+
if (incrementalityReportDTO === null || incrementalityReportDTO === undefined) {
|
|
2224
|
+
throw new Error('Required parameter incrementalityReportDTO was null or undefined when calling incrementalityReportUsingPOST.');
|
|
2225
|
+
}
|
|
2226
|
+
let headers = this.defaultHeaders;
|
|
2227
|
+
if (reqId !== undefined && reqId !== null) {
|
|
2228
|
+
headers = headers.set('reqId', String(reqId));
|
|
2229
|
+
}
|
|
2230
|
+
if (token !== undefined && token !== null) {
|
|
2231
|
+
headers = headers.set('token', String(token));
|
|
2232
|
+
}
|
|
2233
|
+
// to determine the Accept header
|
|
2234
|
+
let httpHeaderAccepts = [
|
|
2235
|
+
'application/json'
|
|
2236
|
+
];
|
|
2237
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2238
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
2239
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2240
|
+
}
|
|
2241
|
+
// to determine the Content-Type header
|
|
2242
|
+
const consumes = [
|
|
2243
|
+
'application/json'
|
|
2244
|
+
];
|
|
2245
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2246
|
+
if (httpContentTypeSelected != undefined) {
|
|
2247
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
2248
|
+
}
|
|
2249
|
+
return this.httpClient.post(`${this.basePath}/v2/api/campaigns/incrementalityreport`, incrementalityReportDTO, {
|
|
2250
|
+
withCredentials: this.configuration.withCredentials,
|
|
2251
|
+
headers: headers,
|
|
2252
|
+
observe: observe,
|
|
2253
|
+
reportProgress: reportProgress
|
|
2254
|
+
});
|
|
2255
|
+
}
|
|
2222
2256
|
updateCampaignUsingPOST(campaign, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
2223
2257
|
if (campaign === null || campaign === undefined) {
|
|
2224
2258
|
throw new Error('Required parameter campaign was null or undefined when calling updateCampaignUsingPOST.');
|
|
@@ -2281,7 +2315,7 @@ CampaignControllerService = __decorate([
|
|
|
2281
2315
|
let CatalogControllerService = class CatalogControllerService {
|
|
2282
2316
|
constructor(httpClient, basePath, configuration) {
|
|
2283
2317
|
this.httpClient = httpClient;
|
|
2284
|
-
this.basePath = 'https://
|
|
2318
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2285
2319
|
this.defaultHeaders = new HttpHeaders();
|
|
2286
2320
|
this.configuration = new Configuration();
|
|
2287
2321
|
if (basePath) {
|
|
@@ -2484,7 +2518,7 @@ CatalogControllerService = __decorate([
|
|
|
2484
2518
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2485
2519
|
constructor(httpClient, basePath, configuration) {
|
|
2486
2520
|
this.httpClient = httpClient;
|
|
2487
|
-
this.basePath = 'https://
|
|
2521
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2488
2522
|
this.defaultHeaders = new HttpHeaders();
|
|
2489
2523
|
this.configuration = new Configuration();
|
|
2490
2524
|
if (basePath) {
|
|
@@ -2712,7 +2746,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2712
2746
|
let CreativeControllerService = class CreativeControllerService {
|
|
2713
2747
|
constructor(httpClient, basePath, configuration) {
|
|
2714
2748
|
this.httpClient = httpClient;
|
|
2715
|
-
this.basePath = 'https://
|
|
2749
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2716
2750
|
this.defaultHeaders = new HttpHeaders();
|
|
2717
2751
|
this.configuration = new Configuration();
|
|
2718
2752
|
if (basePath) {
|
|
@@ -3155,7 +3189,7 @@ CreativeControllerService = __decorate([
|
|
|
3155
3189
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3156
3190
|
constructor(httpClient, basePath, configuration) {
|
|
3157
3191
|
this.httpClient = httpClient;
|
|
3158
|
-
this.basePath = 'https://
|
|
3192
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3159
3193
|
this.defaultHeaders = new HttpHeaders();
|
|
3160
3194
|
this.configuration = new Configuration();
|
|
3161
3195
|
if (basePath) {
|
|
@@ -3213,6 +3247,43 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3213
3247
|
reportProgress: reportProgress
|
|
3214
3248
|
});
|
|
3215
3249
|
}
|
|
3250
|
+
duplicateCreativeSetsUsingPOST(dto, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
3251
|
+
if (dto === null || dto === undefined) {
|
|
3252
|
+
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3253
|
+
}
|
|
3254
|
+
if (id === null || id === undefined) {
|
|
3255
|
+
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3256
|
+
}
|
|
3257
|
+
let headers = this.defaultHeaders;
|
|
3258
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3259
|
+
headers = headers.set('reqId', String(reqId));
|
|
3260
|
+
}
|
|
3261
|
+
if (token !== undefined && token !== null) {
|
|
3262
|
+
headers = headers.set('token', String(token));
|
|
3263
|
+
}
|
|
3264
|
+
// to determine the Accept header
|
|
3265
|
+
let httpHeaderAccepts = [
|
|
3266
|
+
'application/json'
|
|
3267
|
+
];
|
|
3268
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3269
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3270
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3271
|
+
}
|
|
3272
|
+
// to determine the Content-Type header
|
|
3273
|
+
const consumes = [
|
|
3274
|
+
'application/json'
|
|
3275
|
+
];
|
|
3276
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3277
|
+
if (httpContentTypeSelected != undefined) {
|
|
3278
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3279
|
+
}
|
|
3280
|
+
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/duplicate/${encodeURIComponent(String(id))}`, dto, {
|
|
3281
|
+
withCredentials: this.configuration.withCredentials,
|
|
3282
|
+
headers: headers,
|
|
3283
|
+
observe: observe,
|
|
3284
|
+
reportProgress: reportProgress
|
|
3285
|
+
});
|
|
3286
|
+
}
|
|
3216
3287
|
getAdvertiserDynamicDetailsUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
3217
3288
|
if (advertiserId === null || advertiserId === undefined) {
|
|
3218
3289
|
throw new Error('Required parameter advertiserId was null or undefined when calling getAdvertiserDynamicDetailsUsingGET.');
|
|
@@ -3464,7 +3535,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3464
3535
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3465
3536
|
constructor(httpClient, basePath, configuration) {
|
|
3466
3537
|
this.httpClient = httpClient;
|
|
3467
|
-
this.basePath = 'https://
|
|
3538
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3468
3539
|
this.defaultHeaders = new HttpHeaders();
|
|
3469
3540
|
this.configuration = new Configuration();
|
|
3470
3541
|
if (basePath) {
|
|
@@ -3645,7 +3716,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3645
3716
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3646
3717
|
constructor(httpClient, basePath, configuration) {
|
|
3647
3718
|
this.httpClient = httpClient;
|
|
3648
|
-
this.basePath = 'https://
|
|
3719
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3649
3720
|
this.defaultHeaders = new HttpHeaders();
|
|
3650
3721
|
this.configuration = new Configuration();
|
|
3651
3722
|
if (basePath) {
|
|
@@ -3719,7 +3790,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3719
3790
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3720
3791
|
constructor(httpClient, basePath, configuration) {
|
|
3721
3792
|
this.httpClient = httpClient;
|
|
3722
|
-
this.basePath = 'https://
|
|
3793
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3723
3794
|
this.defaultHeaders = new HttpHeaders();
|
|
3724
3795
|
this.configuration = new Configuration();
|
|
3725
3796
|
if (basePath) {
|
|
@@ -3880,7 +3951,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3880
3951
|
let DashboardControllerService = class DashboardControllerService {
|
|
3881
3952
|
constructor(httpClient, basePath, configuration) {
|
|
3882
3953
|
this.httpClient = httpClient;
|
|
3883
|
-
this.basePath = 'https://
|
|
3954
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3884
3955
|
this.defaultHeaders = new HttpHeaders();
|
|
3885
3956
|
this.configuration = new Configuration();
|
|
3886
3957
|
if (basePath) {
|
|
@@ -4495,7 +4566,7 @@ DashboardControllerService = __decorate([
|
|
|
4495
4566
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4496
4567
|
constructor(httpClient, basePath, configuration) {
|
|
4497
4568
|
this.httpClient = httpClient;
|
|
4498
|
-
this.basePath = 'https://
|
|
4569
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4499
4570
|
this.defaultHeaders = new HttpHeaders();
|
|
4500
4571
|
this.configuration = new Configuration();
|
|
4501
4572
|
if (basePath) {
|
|
@@ -4674,7 +4745,7 @@ NotificationsControllerService = __decorate([
|
|
|
4674
4745
|
let PixelControllerService = class PixelControllerService {
|
|
4675
4746
|
constructor(httpClient, basePath, configuration) {
|
|
4676
4747
|
this.httpClient = httpClient;
|
|
4677
|
-
this.basePath = 'https://
|
|
4748
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4678
4749
|
this.defaultHeaders = new HttpHeaders();
|
|
4679
4750
|
this.configuration = new Configuration();
|
|
4680
4751
|
if (basePath) {
|
|
@@ -4977,7 +5048,7 @@ PixelControllerService = __decorate([
|
|
|
4977
5048
|
let ReportingControllerService = class ReportingControllerService {
|
|
4978
5049
|
constructor(httpClient, basePath, configuration) {
|
|
4979
5050
|
this.httpClient = httpClient;
|
|
4980
|
-
this.basePath = 'https://
|
|
5051
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4981
5052
|
this.defaultHeaders = new HttpHeaders();
|
|
4982
5053
|
this.configuration = new Configuration();
|
|
4983
5054
|
if (basePath) {
|
|
@@ -5143,7 +5214,7 @@ ReportingControllerService = __decorate([
|
|
|
5143
5214
|
let SliceXControllerService = class SliceXControllerService {
|
|
5144
5215
|
constructor(httpClient, basePath, configuration) {
|
|
5145
5216
|
this.httpClient = httpClient;
|
|
5146
|
-
this.basePath = 'https://
|
|
5217
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5147
5218
|
this.defaultHeaders = new HttpHeaders();
|
|
5148
5219
|
this.configuration = new Configuration();
|
|
5149
5220
|
if (basePath) {
|
|
@@ -5243,43 +5314,6 @@ let SliceXControllerService = class SliceXControllerService {
|
|
|
5243
5314
|
reportProgress: reportProgress
|
|
5244
5315
|
});
|
|
5245
5316
|
}
|
|
5246
|
-
getSlicexGridDetailsUsingPOST(entity, slicexRequestExt, reqId, token, observe = 'body', reportProgress = false) {
|
|
5247
|
-
if (entity === null || entity === undefined) {
|
|
5248
|
-
throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
5249
|
-
}
|
|
5250
|
-
if (slicexRequestExt === null || slicexRequestExt === undefined) {
|
|
5251
|
-
throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
5252
|
-
}
|
|
5253
|
-
let headers = this.defaultHeaders;
|
|
5254
|
-
if (reqId !== undefined && reqId !== null) {
|
|
5255
|
-
headers = headers.set('reqId', String(reqId));
|
|
5256
|
-
}
|
|
5257
|
-
if (token !== undefined && token !== null) {
|
|
5258
|
-
headers = headers.set('token', String(token));
|
|
5259
|
-
}
|
|
5260
|
-
// to determine the Accept header
|
|
5261
|
-
let httpHeaderAccepts = [
|
|
5262
|
-
'application/json'
|
|
5263
|
-
];
|
|
5264
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5265
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
5266
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5267
|
-
}
|
|
5268
|
-
// to determine the Content-Type header
|
|
5269
|
-
const consumes = [
|
|
5270
|
-
'application/json'
|
|
5271
|
-
];
|
|
5272
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5273
|
-
if (httpContentTypeSelected != undefined) {
|
|
5274
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5275
|
-
}
|
|
5276
|
-
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/details/${encodeURIComponent(String(entity))}`, slicexRequestExt, {
|
|
5277
|
-
withCredentials: this.configuration.withCredentials,
|
|
5278
|
-
headers: headers,
|
|
5279
|
-
observe: observe,
|
|
5280
|
-
reportProgress: reportProgress
|
|
5281
|
-
});
|
|
5282
|
-
}
|
|
5283
5317
|
getSlicexListDataForExportUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
5284
5318
|
if (entity === null || entity === undefined) {
|
|
5285
5319
|
throw new Error('Required parameter entity was null or undefined when calling getSlicexListDataForExportUsingPOST.');
|
|
@@ -5347,7 +5381,7 @@ SliceXControllerService = __decorate([
|
|
|
5347
5381
|
let StrategyControllerService = class StrategyControllerService {
|
|
5348
5382
|
constructor(httpClient, basePath, configuration) {
|
|
5349
5383
|
this.httpClient = httpClient;
|
|
5350
|
-
this.basePath = 'https://
|
|
5384
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5351
5385
|
this.defaultHeaders = new HttpHeaders();
|
|
5352
5386
|
this.configuration = new Configuration();
|
|
5353
5387
|
if (basePath) {
|
|
@@ -5962,7 +5996,7 @@ StrategyControllerService = __decorate([
|
|
|
5962
5996
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5963
5997
|
constructor(httpClient, basePath, configuration) {
|
|
5964
5998
|
this.httpClient = httpClient;
|
|
5965
|
-
this.basePath = 'https://
|
|
5999
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5966
6000
|
this.defaultHeaders = new HttpHeaders();
|
|
5967
6001
|
this.configuration = new Configuration();
|
|
5968
6002
|
if (basePath) {
|
|
@@ -6050,7 +6084,7 @@ UILoggerControllerService = __decorate([
|
|
|
6050
6084
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6051
6085
|
constructor(httpClient, basePath, configuration) {
|
|
6052
6086
|
this.httpClient = httpClient;
|
|
6053
|
-
this.basePath = 'https://
|
|
6087
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6054
6088
|
this.defaultHeaders = new HttpHeaders();
|
|
6055
6089
|
this.configuration = new Configuration();
|
|
6056
6090
|
if (basePath) {
|
|
@@ -6601,6 +6635,33 @@ var DcoAttributesDTO;
|
|
|
6601
6635
|
};
|
|
6602
6636
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
6603
6637
|
|
|
6638
|
+
/**
|
|
6639
|
+
* Api Documentation
|
|
6640
|
+
* Api Documentation
|
|
6641
|
+
*
|
|
6642
|
+
* OpenAPI spec version: 1.0
|
|
6643
|
+
*
|
|
6644
|
+
*
|
|
6645
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6646
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6647
|
+
* Do not edit the class manually.
|
|
6648
|
+
*/
|
|
6649
|
+
var DuplicateCreativeSetResponse;
|
|
6650
|
+
(function (DuplicateCreativeSetResponse) {
|
|
6651
|
+
DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
6652
|
+
IMAGE: 'IMAGE',
|
|
6653
|
+
VIDEO: 'VIDEO',
|
|
6654
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
6655
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
6656
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
6657
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
6658
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6659
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6660
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6661
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6662
|
+
};
|
|
6663
|
+
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
6664
|
+
|
|
6604
6665
|
/**
|
|
6605
6666
|
* Api Documentation
|
|
6606
6667
|
* Api Documentation
|
|
@@ -7091,5 +7152,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
7091
7152
|
* Generated bundle index. Do not edit.
|
|
7092
7153
|
*/
|
|
7093
7154
|
|
|
7094
|
-
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7155
|
+
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7095
7156
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|