@revxui/api-clients-ts 0.10.258 → 0.10.259
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 +0 -14
- package/api/creativeSetsController.service.d.ts +15 -0
- package/bundles/revxui-api-clients-ts.umd.js +89 -59
- 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 -36
- 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 -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/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/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 +2 -38
- 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 -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/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/models.js +2 -1
- package/fesm2015/revxui-api-clients-ts.js +88 -58
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +90 -60
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiListResponseIncrementalityReportResponse.d.ts → apiResponseObjectDuplicateCreativeSetResponse.d.ts} +5 -4
- package/model/campaignDTO.d.ts +0 -4
- package/model/clickDestination.d.ts +0 -1
- package/model/creativeDTO.d.ts +0 -3
- package/model/creativeSetRequest.d.ts +0 -1
- package/model/duplicateCreativeSetResponse.d.ts +33 -0
- package/model/duplicateCreativeSetsRequestDTO.d.ts +21 -0
- package/model/eligibleUsersRequest.d.ts +1 -0
- package/model/models.d.ts +3 -3
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseIncrementalityReportResponse.js +0 -1
- package/esm2015/model/incrementalityReportDTO.js +0 -1
- package/esm2015/model/incrementalityReportResponse.js +0 -12
- package/esm5/model/apiListResponseIncrementalityReportResponse.js +0 -1
- package/esm5/model/incrementalityReportDTO.js +0 -1
- package/esm5/model/incrementalityReportResponse.js +0 -12
- package/model/incrementalityReportDTO.d.ts +0 -19
- package/model/incrementalityReportResponse.d.ts +0 -24
|
@@ -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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.atomex.net';
|
|
2023
2023
|
this.defaultHeaders = new HttpHeaders();
|
|
2024
2024
|
this.configuration = new Configuration();
|
|
2025
2025
|
if (basePath) {
|
|
@@ -2219,40 +2219,6 @@ 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
|
-
}
|
|
2256
2222
|
updateCampaignUsingPOST(campaign, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
2257
2223
|
if (campaign === null || campaign === undefined) {
|
|
2258
2224
|
throw new Error('Required parameter campaign was null or undefined when calling updateCampaignUsingPOST.');
|
|
@@ -2315,7 +2281,7 @@ CampaignControllerService = __decorate([
|
|
|
2315
2281
|
let CatalogControllerService = class CatalogControllerService {
|
|
2316
2282
|
constructor(httpClient, basePath, configuration) {
|
|
2317
2283
|
this.httpClient = httpClient;
|
|
2318
|
-
this.basePath = 'https://
|
|
2284
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2319
2285
|
this.defaultHeaders = new HttpHeaders();
|
|
2320
2286
|
this.configuration = new Configuration();
|
|
2321
2287
|
if (basePath) {
|
|
@@ -2518,7 +2484,7 @@ CatalogControllerService = __decorate([
|
|
|
2518
2484
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2519
2485
|
constructor(httpClient, basePath, configuration) {
|
|
2520
2486
|
this.httpClient = httpClient;
|
|
2521
|
-
this.basePath = 'https://
|
|
2487
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2522
2488
|
this.defaultHeaders = new HttpHeaders();
|
|
2523
2489
|
this.configuration = new Configuration();
|
|
2524
2490
|
if (basePath) {
|
|
@@ -2746,7 +2712,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2746
2712
|
let CreativeControllerService = class CreativeControllerService {
|
|
2747
2713
|
constructor(httpClient, basePath, configuration) {
|
|
2748
2714
|
this.httpClient = httpClient;
|
|
2749
|
-
this.basePath = 'https://
|
|
2715
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2750
2716
|
this.defaultHeaders = new HttpHeaders();
|
|
2751
2717
|
this.configuration = new Configuration();
|
|
2752
2718
|
if (basePath) {
|
|
@@ -3189,7 +3155,7 @@ CreativeControllerService = __decorate([
|
|
|
3189
3155
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3190
3156
|
constructor(httpClient, basePath, configuration) {
|
|
3191
3157
|
this.httpClient = httpClient;
|
|
3192
|
-
this.basePath = 'https://
|
|
3158
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3193
3159
|
this.defaultHeaders = new HttpHeaders();
|
|
3194
3160
|
this.configuration = new Configuration();
|
|
3195
3161
|
if (basePath) {
|
|
@@ -3247,6 +3213,43 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3247
3213
|
reportProgress: reportProgress
|
|
3248
3214
|
});
|
|
3249
3215
|
}
|
|
3216
|
+
duplicateCreativeSetsUsingPOST(dto, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
3217
|
+
if (dto === null || dto === undefined) {
|
|
3218
|
+
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3219
|
+
}
|
|
3220
|
+
if (id === null || id === undefined) {
|
|
3221
|
+
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3222
|
+
}
|
|
3223
|
+
let headers = this.defaultHeaders;
|
|
3224
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3225
|
+
headers = headers.set('reqId', String(reqId));
|
|
3226
|
+
}
|
|
3227
|
+
if (token !== undefined && token !== null) {
|
|
3228
|
+
headers = headers.set('token', String(token));
|
|
3229
|
+
}
|
|
3230
|
+
// to determine the Accept header
|
|
3231
|
+
let httpHeaderAccepts = [
|
|
3232
|
+
'application/json'
|
|
3233
|
+
];
|
|
3234
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3235
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3236
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3237
|
+
}
|
|
3238
|
+
// to determine the Content-Type header
|
|
3239
|
+
const consumes = [
|
|
3240
|
+
'application/json'
|
|
3241
|
+
];
|
|
3242
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3243
|
+
if (httpContentTypeSelected != undefined) {
|
|
3244
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3245
|
+
}
|
|
3246
|
+
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/duplicate/${encodeURIComponent(String(id))}`, dto, {
|
|
3247
|
+
withCredentials: this.configuration.withCredentials,
|
|
3248
|
+
headers: headers,
|
|
3249
|
+
observe: observe,
|
|
3250
|
+
reportProgress: reportProgress
|
|
3251
|
+
});
|
|
3252
|
+
}
|
|
3250
3253
|
getAdvertiserDynamicDetailsUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
3251
3254
|
if (advertiserId === null || advertiserId === undefined) {
|
|
3252
3255
|
throw new Error('Required parameter advertiserId was null or undefined when calling getAdvertiserDynamicDetailsUsingGET.');
|
|
@@ -3498,7 +3501,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3498
3501
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3499
3502
|
constructor(httpClient, basePath, configuration) {
|
|
3500
3503
|
this.httpClient = httpClient;
|
|
3501
|
-
this.basePath = 'https://
|
|
3504
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3502
3505
|
this.defaultHeaders = new HttpHeaders();
|
|
3503
3506
|
this.configuration = new Configuration();
|
|
3504
3507
|
if (basePath) {
|
|
@@ -3679,7 +3682,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3679
3682
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3680
3683
|
constructor(httpClient, basePath, configuration) {
|
|
3681
3684
|
this.httpClient = httpClient;
|
|
3682
|
-
this.basePath = 'https://
|
|
3685
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3683
3686
|
this.defaultHeaders = new HttpHeaders();
|
|
3684
3687
|
this.configuration = new Configuration();
|
|
3685
3688
|
if (basePath) {
|
|
@@ -3753,7 +3756,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3753
3756
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3754
3757
|
constructor(httpClient, basePath, configuration) {
|
|
3755
3758
|
this.httpClient = httpClient;
|
|
3756
|
-
this.basePath = 'https://
|
|
3759
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3757
3760
|
this.defaultHeaders = new HttpHeaders();
|
|
3758
3761
|
this.configuration = new Configuration();
|
|
3759
3762
|
if (basePath) {
|
|
@@ -3914,7 +3917,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3914
3917
|
let DashboardControllerService = class DashboardControllerService {
|
|
3915
3918
|
constructor(httpClient, basePath, configuration) {
|
|
3916
3919
|
this.httpClient = httpClient;
|
|
3917
|
-
this.basePath = 'https://
|
|
3920
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3918
3921
|
this.defaultHeaders = new HttpHeaders();
|
|
3919
3922
|
this.configuration = new Configuration();
|
|
3920
3923
|
if (basePath) {
|
|
@@ -4529,7 +4532,7 @@ DashboardControllerService = __decorate([
|
|
|
4529
4532
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4530
4533
|
constructor(httpClient, basePath, configuration) {
|
|
4531
4534
|
this.httpClient = httpClient;
|
|
4532
|
-
this.basePath = 'https://
|
|
4535
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4533
4536
|
this.defaultHeaders = new HttpHeaders();
|
|
4534
4537
|
this.configuration = new Configuration();
|
|
4535
4538
|
if (basePath) {
|
|
@@ -4708,7 +4711,7 @@ NotificationsControllerService = __decorate([
|
|
|
4708
4711
|
let PixelControllerService = class PixelControllerService {
|
|
4709
4712
|
constructor(httpClient, basePath, configuration) {
|
|
4710
4713
|
this.httpClient = httpClient;
|
|
4711
|
-
this.basePath = 'https://
|
|
4714
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4712
4715
|
this.defaultHeaders = new HttpHeaders();
|
|
4713
4716
|
this.configuration = new Configuration();
|
|
4714
4717
|
if (basePath) {
|
|
@@ -5011,7 +5014,7 @@ PixelControllerService = __decorate([
|
|
|
5011
5014
|
let ReportingControllerService = class ReportingControllerService {
|
|
5012
5015
|
constructor(httpClient, basePath, configuration) {
|
|
5013
5016
|
this.httpClient = httpClient;
|
|
5014
|
-
this.basePath = 'https://
|
|
5017
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5015
5018
|
this.defaultHeaders = new HttpHeaders();
|
|
5016
5019
|
this.configuration = new Configuration();
|
|
5017
5020
|
if (basePath) {
|
|
@@ -5177,7 +5180,7 @@ ReportingControllerService = __decorate([
|
|
|
5177
5180
|
let SliceXControllerService = class SliceXControllerService {
|
|
5178
5181
|
constructor(httpClient, basePath, configuration) {
|
|
5179
5182
|
this.httpClient = httpClient;
|
|
5180
|
-
this.basePath = 'https://
|
|
5183
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5181
5184
|
this.defaultHeaders = new HttpHeaders();
|
|
5182
5185
|
this.configuration = new Configuration();
|
|
5183
5186
|
if (basePath) {
|
|
@@ -5344,7 +5347,7 @@ SliceXControllerService = __decorate([
|
|
|
5344
5347
|
let StrategyControllerService = class StrategyControllerService {
|
|
5345
5348
|
constructor(httpClient, basePath, configuration) {
|
|
5346
5349
|
this.httpClient = httpClient;
|
|
5347
|
-
this.basePath = 'https://
|
|
5350
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5348
5351
|
this.defaultHeaders = new HttpHeaders();
|
|
5349
5352
|
this.configuration = new Configuration();
|
|
5350
5353
|
if (basePath) {
|
|
@@ -5959,7 +5962,7 @@ StrategyControllerService = __decorate([
|
|
|
5959
5962
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5960
5963
|
constructor(httpClient, basePath, configuration) {
|
|
5961
5964
|
this.httpClient = httpClient;
|
|
5962
|
-
this.basePath = 'https://
|
|
5965
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5963
5966
|
this.defaultHeaders = new HttpHeaders();
|
|
5964
5967
|
this.configuration = new Configuration();
|
|
5965
5968
|
if (basePath) {
|
|
@@ -6047,7 +6050,7 @@ UILoggerControllerService = __decorate([
|
|
|
6047
6050
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6048
6051
|
constructor(httpClient, basePath, configuration) {
|
|
6049
6052
|
this.httpClient = httpClient;
|
|
6050
|
-
this.basePath = 'https://
|
|
6053
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6051
6054
|
this.defaultHeaders = new HttpHeaders();
|
|
6052
6055
|
this.configuration = new Configuration();
|
|
6053
6056
|
if (basePath) {
|
|
@@ -6598,6 +6601,33 @@ var DcoAttributesDTO;
|
|
|
6598
6601
|
};
|
|
6599
6602
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
6600
6603
|
|
|
6604
|
+
/**
|
|
6605
|
+
* Api Documentation
|
|
6606
|
+
* Api Documentation
|
|
6607
|
+
*
|
|
6608
|
+
* OpenAPI spec version: 1.0
|
|
6609
|
+
*
|
|
6610
|
+
*
|
|
6611
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6612
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6613
|
+
* Do not edit the class manually.
|
|
6614
|
+
*/
|
|
6615
|
+
var DuplicateCreativeSetResponse;
|
|
6616
|
+
(function (DuplicateCreativeSetResponse) {
|
|
6617
|
+
DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
6618
|
+
IMAGE: 'IMAGE',
|
|
6619
|
+
VIDEO: 'VIDEO',
|
|
6620
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
6621
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
6622
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
6623
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
6624
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6625
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6626
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6627
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6628
|
+
};
|
|
6629
|
+
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
6630
|
+
|
|
6601
6631
|
/**
|
|
6602
6632
|
* Api Documentation
|
|
6603
6633
|
* Api Documentation
|
|
@@ -7088,5 +7118,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
7088
7118
|
* Generated bundle index. Do not edit.
|
|
7089
7119
|
*/
|
|
7090
7120
|
|
|
7091
|
-
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 };
|
|
7121
|
+
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 };
|
|
7092
7122
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|