@revxui/api-clients-ts 0.10.303 → 0.10.304
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/audienceController.service.d.ts +4 -33
- package/api/creativeSetsController.service.d.ts +15 -0
- package/bundles/revxui-api-clients-ts.umd.js +94 -141
- 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 +6 -77
- 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 +44 -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/advertiserLayoutVariables.js +1 -1
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +6 -12
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +4 -2
- package/esm2015/model/creativeSetDetails.js +4 -2
- package/esm2015/model/creativeSetRequest.js +4 -2
- package/esm2015/model/creativeSetResponse.js +4 -2
- package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
- package/esm2015/model/hybridAdMapping.js +1 -0
- package/esm2015/model/models.js +1 -2
- 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 +6 -81
- 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 +46 -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/advertiserLayoutVariables.js +1 -1
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/baseModelWithCreativeSetType.js +4 -2
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +6 -12
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +4 -2
- package/esm5/model/creativeSetDetails.js +4 -2
- package/esm5/model/creativeSetRequest.js +4 -2
- package/esm5/model/creativeSetResponse.js +4 -2
- package/esm5/model/duplicateCreativeSetResponse.js +4 -2
- package/esm5/model/hybridAdMapping.js +1 -0
- package/esm5/model/models.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js +93 -138
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +95 -142
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserLayoutVariables.d.ts +1 -0
- package/model/audienceDTO.d.ts +0 -1
- package/model/baseModelWithCreativeSetType.d.ts +3 -1
- package/model/creativeDTO.d.ts +4 -0
- package/model/creativeHtmlFileForSet.d.ts +9 -0
- package/model/creativePerformanceData.d.ts +0 -16
- package/model/creativeSetDashboardMetric.d.ts +3 -1
- package/model/creativeSetDetails.d.ts +3 -1
- package/model/creativeSetRequest.d.ts +7 -1
- package/model/creativeSetResponse.d.ts +3 -1
- package/model/duplicateCreativeSetResponse.d.ts +3 -1
- package/model/{audienceBackfillRequest.d.ts → hybridAdMapping.d.ts} +5 -4
- package/model/models.d.ts +1 -4
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
- package/esm2015/model/audienceBackfillQueryTemplateRequest.js +0 -22
- package/esm2015/model/audienceBackfillRequest.js +0 -1
- package/esm2015/model/backfillAudienceQueryTemplateDTO.js +0 -12
- package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
- package/esm5/model/audienceBackfillQueryTemplateRequest.js +0 -22
- package/esm5/model/audienceBackfillRequest.js +0 -1
- package/esm5/model/backfillAudienceQueryTemplateDTO.js +0 -12
- package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +0 -17
- package/model/audienceBackfillQueryTemplateRequest.d.ts +0 -26
- package/model/backfillAudienceQueryTemplateDTO.d.ts +0 -17
|
@@ -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) {
|
|
@@ -927,9 +927,9 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
927
927
|
reportProgress: reportProgress
|
|
928
928
|
});
|
|
929
929
|
}
|
|
930
|
-
addBackfillRuleUsingPOST(
|
|
931
|
-
if (
|
|
932
|
-
throw new Error('Required parameter
|
|
930
|
+
addBackfillRuleUsingPOST(audience, reqId, token, observe = 'body', reportProgress = false) {
|
|
931
|
+
if (audience === null || audience === undefined) {
|
|
932
|
+
throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
933
933
|
}
|
|
934
934
|
let headers = this.defaultHeaders;
|
|
935
935
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -954,7 +954,7 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
954
954
|
if (httpContentTypeSelected != undefined) {
|
|
955
955
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
956
956
|
}
|
|
957
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`,
|
|
957
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`, audience, {
|
|
958
958
|
withCredentials: this.configuration.withCredentials,
|
|
959
959
|
headers: headers,
|
|
960
960
|
observe: observe,
|
|
@@ -1092,43 +1092,6 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1092
1092
|
reportProgress: reportProgress
|
|
1093
1093
|
});
|
|
1094
1094
|
}
|
|
1095
|
-
getActiveTemplatesUsingPOST(id, request, reqId, token, observe = 'body', reportProgress = false) {
|
|
1096
|
-
if (id === null || id === undefined) {
|
|
1097
|
-
throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1098
|
-
}
|
|
1099
|
-
if (request === null || request === undefined) {
|
|
1100
|
-
throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1101
|
-
}
|
|
1102
|
-
let headers = this.defaultHeaders;
|
|
1103
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1104
|
-
headers = headers.set('reqId', String(reqId));
|
|
1105
|
-
}
|
|
1106
|
-
if (token !== undefined && token !== null) {
|
|
1107
|
-
headers = headers.set('token', String(token));
|
|
1108
|
-
}
|
|
1109
|
-
// to determine the Accept header
|
|
1110
|
-
let httpHeaderAccepts = [
|
|
1111
|
-
'application/json'
|
|
1112
|
-
];
|
|
1113
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1114
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1115
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1116
|
-
}
|
|
1117
|
-
// to determine the Content-Type header
|
|
1118
|
-
const consumes = [
|
|
1119
|
-
'application/json'
|
|
1120
|
-
];
|
|
1121
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1122
|
-
if (httpContentTypeSelected != undefined) {
|
|
1123
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1124
|
-
}
|
|
1125
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/activetemplates/${encodeURIComponent(String(id))}`, request, {
|
|
1126
|
-
withCredentials: this.configuration.withCredentials,
|
|
1127
|
-
headers: headers,
|
|
1128
|
-
observe: observe,
|
|
1129
|
-
reportProgress: reportProgress
|
|
1130
|
-
});
|
|
1131
|
-
}
|
|
1132
1095
|
getAllAudienceUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
|
|
1133
1096
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1134
1097
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
@@ -1524,40 +1487,6 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1524
1487
|
reportProgress: reportProgress
|
|
1525
1488
|
});
|
|
1526
1489
|
}
|
|
1527
|
-
validateBackfillRuleUsingPOST(query, reqId, token, observe = 'body', reportProgress = false) {
|
|
1528
|
-
if (query === null || query === undefined) {
|
|
1529
|
-
throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
|
|
1530
|
-
}
|
|
1531
|
-
let headers = this.defaultHeaders;
|
|
1532
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1533
|
-
headers = headers.set('reqId', String(reqId));
|
|
1534
|
-
}
|
|
1535
|
-
if (token !== undefined && token !== null) {
|
|
1536
|
-
headers = headers.set('token', String(token));
|
|
1537
|
-
}
|
|
1538
|
-
// to determine the Accept header
|
|
1539
|
-
let httpHeaderAccepts = [
|
|
1540
|
-
'application/json'
|
|
1541
|
-
];
|
|
1542
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1543
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1544
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1545
|
-
}
|
|
1546
|
-
// to determine the Content-Type header
|
|
1547
|
-
const consumes = [
|
|
1548
|
-
'application/json'
|
|
1549
|
-
];
|
|
1550
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1551
|
-
if (httpContentTypeSelected != undefined) {
|
|
1552
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1553
|
-
}
|
|
1554
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/validatebackfillrule`, query, {
|
|
1555
|
-
withCredentials: this.configuration.withCredentials,
|
|
1556
|
-
headers: headers,
|
|
1557
|
-
observe: observe,
|
|
1558
|
-
reportProgress: reportProgress
|
|
1559
|
-
});
|
|
1560
|
-
}
|
|
1561
1490
|
};
|
|
1562
1491
|
AudienceControllerService.ctorParameters = () => [
|
|
1563
1492
|
{ type: HttpClient },
|
|
@@ -1583,7 +1512,7 @@ AudienceControllerService = __decorate([
|
|
|
1583
1512
|
let AuditControllerService = class AuditControllerService {
|
|
1584
1513
|
constructor(httpClient, basePath, configuration) {
|
|
1585
1514
|
this.httpClient = httpClient;
|
|
1586
|
-
this.basePath = 'https://
|
|
1515
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1587
1516
|
this.defaultHeaders = new HttpHeaders();
|
|
1588
1517
|
this.configuration = new Configuration();
|
|
1589
1518
|
if (basePath) {
|
|
@@ -1764,7 +1693,7 @@ AuditControllerService = __decorate([
|
|
|
1764
1693
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1765
1694
|
constructor(httpClient, basePath, configuration) {
|
|
1766
1695
|
this.httpClient = httpClient;
|
|
1767
|
-
this.basePath = 'https://
|
|
1696
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1768
1697
|
this.defaultHeaders = new HttpHeaders();
|
|
1769
1698
|
this.configuration = new Configuration();
|
|
1770
1699
|
if (basePath) {
|
|
@@ -1985,7 +1914,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1985
1914
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1986
1915
|
constructor(httpClient, basePath, configuration) {
|
|
1987
1916
|
this.httpClient = httpClient;
|
|
1988
|
-
this.basePath = 'https://
|
|
1917
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1989
1918
|
this.defaultHeaders = new HttpHeaders();
|
|
1990
1919
|
this.configuration = new Configuration();
|
|
1991
1920
|
if (basePath) {
|
|
@@ -2090,7 +2019,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2090
2019
|
let CampaignControllerService = class CampaignControllerService {
|
|
2091
2020
|
constructor(httpClient, basePath, configuration) {
|
|
2092
2021
|
this.httpClient = httpClient;
|
|
2093
|
-
this.basePath = 'https://
|
|
2022
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2094
2023
|
this.defaultHeaders = new HttpHeaders();
|
|
2095
2024
|
this.configuration = new Configuration();
|
|
2096
2025
|
if (basePath) {
|
|
@@ -2386,7 +2315,7 @@ CampaignControllerService = __decorate([
|
|
|
2386
2315
|
let CatalogControllerService = class CatalogControllerService {
|
|
2387
2316
|
constructor(httpClient, basePath, configuration) {
|
|
2388
2317
|
this.httpClient = httpClient;
|
|
2389
|
-
this.basePath = 'https://
|
|
2318
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2390
2319
|
this.defaultHeaders = new HttpHeaders();
|
|
2391
2320
|
this.configuration = new Configuration();
|
|
2392
2321
|
if (basePath) {
|
|
@@ -2589,7 +2518,7 @@ CatalogControllerService = __decorate([
|
|
|
2589
2518
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2590
2519
|
constructor(httpClient, basePath, configuration) {
|
|
2591
2520
|
this.httpClient = httpClient;
|
|
2592
|
-
this.basePath = 'https://
|
|
2521
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2593
2522
|
this.defaultHeaders = new HttpHeaders();
|
|
2594
2523
|
this.configuration = new Configuration();
|
|
2595
2524
|
if (basePath) {
|
|
@@ -2817,7 +2746,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2817
2746
|
let CreativeControllerService = class CreativeControllerService {
|
|
2818
2747
|
constructor(httpClient, basePath, configuration) {
|
|
2819
2748
|
this.httpClient = httpClient;
|
|
2820
|
-
this.basePath = 'https://
|
|
2749
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2821
2750
|
this.defaultHeaders = new HttpHeaders();
|
|
2822
2751
|
this.configuration = new Configuration();
|
|
2823
2752
|
if (basePath) {
|
|
@@ -3260,7 +3189,7 @@ CreativeControllerService = __decorate([
|
|
|
3260
3189
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3261
3190
|
constructor(httpClient, basePath, configuration) {
|
|
3262
3191
|
this.httpClient = httpClient;
|
|
3263
|
-
this.basePath = 'https://
|
|
3192
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3264
3193
|
this.defaultHeaders = new HttpHeaders();
|
|
3265
3194
|
this.configuration = new Configuration();
|
|
3266
3195
|
if (basePath) {
|
|
@@ -3611,6 +3540,48 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3611
3540
|
reportProgress: reportProgress
|
|
3612
3541
|
});
|
|
3613
3542
|
}
|
|
3543
|
+
getTemplateListUsingGET(advertiserId, type, filters, reqId, token, observe = 'body', reportProgress = false) {
|
|
3544
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
3545
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
|
|
3546
|
+
}
|
|
3547
|
+
if (type === null || type === undefined) {
|
|
3548
|
+
throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
|
|
3549
|
+
}
|
|
3550
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3551
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
3552
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
3553
|
+
}
|
|
3554
|
+
if (filters !== undefined && filters !== null) {
|
|
3555
|
+
queryParameters = queryParameters.set('filters', filters);
|
|
3556
|
+
}
|
|
3557
|
+
if (type !== undefined && type !== null) {
|
|
3558
|
+
queryParameters = queryParameters.set('type', type);
|
|
3559
|
+
}
|
|
3560
|
+
let headers = this.defaultHeaders;
|
|
3561
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3562
|
+
headers = headers.set('reqId', String(reqId));
|
|
3563
|
+
}
|
|
3564
|
+
if (token !== undefined && token !== null) {
|
|
3565
|
+
headers = headers.set('token', String(token));
|
|
3566
|
+
}
|
|
3567
|
+
// to determine the Accept header
|
|
3568
|
+
let httpHeaderAccepts = [
|
|
3569
|
+
'application/json'
|
|
3570
|
+
];
|
|
3571
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3572
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3573
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3574
|
+
}
|
|
3575
|
+
// to determine the Content-Type header
|
|
3576
|
+
const consumes = [];
|
|
3577
|
+
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/templates`, {
|
|
3578
|
+
params: queryParameters,
|
|
3579
|
+
withCredentials: this.configuration.withCredentials,
|
|
3580
|
+
headers: headers,
|
|
3581
|
+
observe: observe,
|
|
3582
|
+
reportProgress: reportProgress
|
|
3583
|
+
});
|
|
3584
|
+
}
|
|
3614
3585
|
updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
3615
3586
|
if (creativeSetRequest === null || creativeSetRequest === undefined) {
|
|
3616
3587
|
throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
|
|
@@ -3673,7 +3644,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3673
3644
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3674
3645
|
constructor(httpClient, basePath, configuration) {
|
|
3675
3646
|
this.httpClient = httpClient;
|
|
3676
|
-
this.basePath = 'https://
|
|
3647
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3677
3648
|
this.defaultHeaders = new HttpHeaders();
|
|
3678
3649
|
this.configuration = new Configuration();
|
|
3679
3650
|
if (basePath) {
|
|
@@ -3854,7 +3825,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3854
3825
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3855
3826
|
constructor(httpClient, basePath, configuration) {
|
|
3856
3827
|
this.httpClient = httpClient;
|
|
3857
|
-
this.basePath = 'https://
|
|
3828
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3858
3829
|
this.defaultHeaders = new HttpHeaders();
|
|
3859
3830
|
this.configuration = new Configuration();
|
|
3860
3831
|
if (basePath) {
|
|
@@ -3928,7 +3899,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3928
3899
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3929
3900
|
constructor(httpClient, basePath, configuration) {
|
|
3930
3901
|
this.httpClient = httpClient;
|
|
3931
|
-
this.basePath = 'https://
|
|
3902
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3932
3903
|
this.defaultHeaders = new HttpHeaders();
|
|
3933
3904
|
this.configuration = new Configuration();
|
|
3934
3905
|
if (basePath) {
|
|
@@ -4089,7 +4060,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
4089
4060
|
let DashboardControllerService = class DashboardControllerService {
|
|
4090
4061
|
constructor(httpClient, basePath, configuration) {
|
|
4091
4062
|
this.httpClient = httpClient;
|
|
4092
|
-
this.basePath = 'https://
|
|
4063
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4093
4064
|
this.defaultHeaders = new HttpHeaders();
|
|
4094
4065
|
this.configuration = new Configuration();
|
|
4095
4066
|
if (basePath) {
|
|
@@ -4704,7 +4675,7 @@ DashboardControllerService = __decorate([
|
|
|
4704
4675
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4705
4676
|
constructor(httpClient, basePath, configuration) {
|
|
4706
4677
|
this.httpClient = httpClient;
|
|
4707
|
-
this.basePath = 'https://
|
|
4678
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4708
4679
|
this.defaultHeaders = new HttpHeaders();
|
|
4709
4680
|
this.configuration = new Configuration();
|
|
4710
4681
|
if (basePath) {
|
|
@@ -4883,7 +4854,7 @@ NotificationsControllerService = __decorate([
|
|
|
4883
4854
|
let PixelControllerService = class PixelControllerService {
|
|
4884
4855
|
constructor(httpClient, basePath, configuration) {
|
|
4885
4856
|
this.httpClient = httpClient;
|
|
4886
|
-
this.basePath = 'https://
|
|
4857
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4887
4858
|
this.defaultHeaders = new HttpHeaders();
|
|
4888
4859
|
this.configuration = new Configuration();
|
|
4889
4860
|
if (basePath) {
|
|
@@ -5186,7 +5157,7 @@ PixelControllerService = __decorate([
|
|
|
5186
5157
|
let ReportingControllerService = class ReportingControllerService {
|
|
5187
5158
|
constructor(httpClient, basePath, configuration) {
|
|
5188
5159
|
this.httpClient = httpClient;
|
|
5189
|
-
this.basePath = 'https://
|
|
5160
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5190
5161
|
this.defaultHeaders = new HttpHeaders();
|
|
5191
5162
|
this.configuration = new Configuration();
|
|
5192
5163
|
if (basePath) {
|
|
@@ -5352,7 +5323,7 @@ ReportingControllerService = __decorate([
|
|
|
5352
5323
|
let SliceXControllerService = class SliceXControllerService {
|
|
5353
5324
|
constructor(httpClient, basePath, configuration) {
|
|
5354
5325
|
this.httpClient = httpClient;
|
|
5355
|
-
this.basePath = 'https://
|
|
5326
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5356
5327
|
this.defaultHeaders = new HttpHeaders();
|
|
5357
5328
|
this.configuration = new Configuration();
|
|
5358
5329
|
if (basePath) {
|
|
@@ -5598,7 +5569,7 @@ SliceXControllerService = __decorate([
|
|
|
5598
5569
|
let StrategyControllerService = class StrategyControllerService {
|
|
5599
5570
|
constructor(httpClient, basePath, configuration) {
|
|
5600
5571
|
this.httpClient = httpClient;
|
|
5601
|
-
this.basePath = 'https://
|
|
5572
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5602
5573
|
this.defaultHeaders = new HttpHeaders();
|
|
5603
5574
|
this.configuration = new Configuration();
|
|
5604
5575
|
if (basePath) {
|
|
@@ -6213,7 +6184,7 @@ StrategyControllerService = __decorate([
|
|
|
6213
6184
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
6214
6185
|
constructor(httpClient, basePath, configuration) {
|
|
6215
6186
|
this.httpClient = httpClient;
|
|
6216
|
-
this.basePath = 'https://
|
|
6187
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6217
6188
|
this.defaultHeaders = new HttpHeaders();
|
|
6218
6189
|
this.configuration = new Configuration();
|
|
6219
6190
|
if (basePath) {
|
|
@@ -6301,7 +6272,7 @@ UILoggerControllerService = __decorate([
|
|
|
6301
6272
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6302
6273
|
constructor(httpClient, basePath, configuration) {
|
|
6303
6274
|
this.httpClient = httpClient;
|
|
6304
|
-
this.basePath = 'https://
|
|
6275
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6305
6276
|
this.defaultHeaders = new HttpHeaders();
|
|
6306
6277
|
this.configuration = new Configuration();
|
|
6307
6278
|
if (basePath) {
|
|
@@ -6537,28 +6508,6 @@ var AuctionTypeEditField;
|
|
|
6537
6508
|
};
|
|
6538
6509
|
})(AuctionTypeEditField || (AuctionTypeEditField = {}));
|
|
6539
6510
|
|
|
6540
|
-
/**
|
|
6541
|
-
* Api Documentation
|
|
6542
|
-
* Api Documentation
|
|
6543
|
-
*
|
|
6544
|
-
* OpenAPI spec version: 1.0
|
|
6545
|
-
*
|
|
6546
|
-
*
|
|
6547
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6548
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6549
|
-
* Do not edit the class manually.
|
|
6550
|
-
*/
|
|
6551
|
-
var AudienceBackfillQueryTemplateRequest;
|
|
6552
|
-
(function (AudienceBackfillQueryTemplateRequest) {
|
|
6553
|
-
AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
|
|
6554
|
-
MINUTE: 'MINUTE',
|
|
6555
|
-
HOUR: 'HOUR',
|
|
6556
|
-
DAY: 'DAY',
|
|
6557
|
-
WEEK: 'WEEK',
|
|
6558
|
-
MONTH: 'MONTH'
|
|
6559
|
-
};
|
|
6560
|
-
})(AudienceBackfillQueryTemplateRequest || (AudienceBackfillQueryTemplateRequest = {}));
|
|
6561
|
-
|
|
6562
6511
|
var AudienceDTO;
|
|
6563
6512
|
(function (AudienceDTO) {
|
|
6564
6513
|
AudienceDTO.AudienceTypeEnum = {
|
|
@@ -6640,7 +6589,9 @@ var BaseModelWithCreativeSetType;
|
|
|
6640
6589
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6641
6590
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6642
6591
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6643
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6592
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6593
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6594
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6644
6595
|
};
|
|
6645
6596
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
6646
6597
|
|
|
@@ -6759,19 +6710,13 @@ var CreativeFiles;
|
|
|
6759
6710
|
};
|
|
6760
6711
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
6761
6712
|
|
|
6762
|
-
/**
|
|
6763
|
-
* Api Documentation
|
|
6764
|
-
* Api Documentation
|
|
6765
|
-
*
|
|
6766
|
-
* OpenAPI spec version: 1.0
|
|
6767
|
-
*
|
|
6768
|
-
*
|
|
6769
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6770
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6771
|
-
* Do not edit the class manually.
|
|
6772
|
-
*/
|
|
6773
6713
|
var CreativeHtmlFileForSet;
|
|
6774
6714
|
(function (CreativeHtmlFileForSet) {
|
|
6715
|
+
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
6716
|
+
DCO: 'DCO',
|
|
6717
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6718
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6719
|
+
};
|
|
6775
6720
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
6776
6721
|
Image: 'image',
|
|
6777
6722
|
Html: 'html',
|
|
@@ -6802,7 +6747,9 @@ var CreativeSetDashboardMetric;
|
|
|
6802
6747
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6803
6748
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6804
6749
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6805
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6750
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6751
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6752
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6806
6753
|
};
|
|
6807
6754
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
6808
6755
|
|
|
@@ -6818,7 +6765,9 @@ var CreativeSetDetails;
|
|
|
6818
6765
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6819
6766
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6820
6767
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6821
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6768
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6769
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6770
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6822
6771
|
};
|
|
6823
6772
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
6824
6773
|
|
|
@@ -6834,7 +6783,9 @@ var CreativeSetRequest;
|
|
|
6834
6783
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6835
6784
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6836
6785
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6837
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6786
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6787
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6788
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6838
6789
|
};
|
|
6839
6790
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
6840
6791
|
|
|
@@ -6861,7 +6812,9 @@ var CreativeSetResponse;
|
|
|
6861
6812
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6862
6813
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6863
6814
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6864
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6815
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6816
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6817
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6865
6818
|
};
|
|
6866
6819
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
6867
6820
|
|
|
@@ -6908,7 +6861,9 @@ var DuplicateCreativeSetResponse;
|
|
|
6908
6861
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6909
6862
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6910
6863
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6911
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6864
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6865
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6866
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6912
6867
|
};
|
|
6913
6868
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
6914
6869
|
|
|
@@ -7402,5 +7357,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
7402
7357
|
* Generated bundle index. Do not edit.
|
|
7403
7358
|
*/
|
|
7404
7359
|
|
|
7405
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField,
|
|
7360
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, 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 };
|
|
7406
7361
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|