@revxui/api-clients-ts 0.10.300 → 0.10.301
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/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/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/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
|
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
|
|
|
87
87
|
var AdminControllerService = /** @class */ (function () {
|
|
88
88
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
89
89
|
this.httpClient = httpClient;
|
|
90
|
-
this.basePath = 'https://
|
|
90
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
91
91
|
this.defaultHeaders = new HttpHeaders();
|
|
92
92
|
this.configuration = new Configuration();
|
|
93
93
|
if (basePath) {
|
|
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
|
|
|
304
304
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
305
305
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
306
306
|
this.httpClient = httpClient;
|
|
307
|
-
this.basePath = 'https://
|
|
307
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
308
308
|
this.defaultHeaders = new HttpHeaders();
|
|
309
309
|
this.configuration = new Configuration();
|
|
310
310
|
if (basePath) {
|
|
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
|
|
|
750
750
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
751
751
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
752
752
|
this.httpClient = httpClient;
|
|
753
|
-
this.basePath = 'https://
|
|
753
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
754
754
|
this.defaultHeaders = new HttpHeaders();
|
|
755
755
|
this.configuration = new Configuration();
|
|
756
756
|
if (basePath) {
|
|
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
920
920
|
var AudienceControllerService = /** @class */ (function () {
|
|
921
921
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
922
922
|
this.httpClient = httpClient;
|
|
923
|
-
this.basePath = 'https://
|
|
923
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1025,11 +1025,11 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1025
1025
|
reportProgress: reportProgress
|
|
1026
1026
|
});
|
|
1027
1027
|
};
|
|
1028
|
-
AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (
|
|
1028
|
+
AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
|
|
1029
1029
|
if (observe === void 0) { observe = 'body'; }
|
|
1030
1030
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
1031
|
-
if (
|
|
1032
|
-
throw new Error('Required parameter
|
|
1031
|
+
if (audience === null || audience === undefined) {
|
|
1032
|
+
throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
1033
1033
|
}
|
|
1034
1034
|
var headers = this.defaultHeaders;
|
|
1035
1035
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -1054,7 +1054,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1054
1054
|
if (httpContentTypeSelected != undefined) {
|
|
1055
1055
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1056
1056
|
}
|
|
1057
|
-
return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule",
|
|
1057
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
|
|
1058
1058
|
withCredentials: this.configuration.withCredentials,
|
|
1059
1059
|
headers: headers,
|
|
1060
1060
|
observe: observe,
|
|
@@ -1200,45 +1200,6 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1200
1200
|
reportProgress: reportProgress
|
|
1201
1201
|
});
|
|
1202
1202
|
};
|
|
1203
|
-
AudienceControllerService.prototype.getActiveTemplatesUsingPOST = function (id, request, reqId, token, observe, reportProgress) {
|
|
1204
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1205
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1206
|
-
if (id === null || id === undefined) {
|
|
1207
|
-
throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1208
|
-
}
|
|
1209
|
-
if (request === null || request === undefined) {
|
|
1210
|
-
throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1211
|
-
}
|
|
1212
|
-
var headers = this.defaultHeaders;
|
|
1213
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1214
|
-
headers = headers.set('reqId', String(reqId));
|
|
1215
|
-
}
|
|
1216
|
-
if (token !== undefined && token !== null) {
|
|
1217
|
-
headers = headers.set('token', String(token));
|
|
1218
|
-
}
|
|
1219
|
-
// to determine the Accept header
|
|
1220
|
-
var httpHeaderAccepts = [
|
|
1221
|
-
'application/json'
|
|
1222
|
-
];
|
|
1223
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1224
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1225
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1226
|
-
}
|
|
1227
|
-
// to determine the Content-Type header
|
|
1228
|
-
var consumes = [
|
|
1229
|
-
'application/json'
|
|
1230
|
-
];
|
|
1231
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1232
|
-
if (httpContentTypeSelected != undefined) {
|
|
1233
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1234
|
-
}
|
|
1235
|
-
return this.httpClient.post(this.basePath + "/v2/api/audience/activetemplates/" + encodeURIComponent(String(id)), request, {
|
|
1236
|
-
withCredentials: this.configuration.withCredentials,
|
|
1237
|
-
headers: headers,
|
|
1238
|
-
observe: observe,
|
|
1239
|
-
reportProgress: reportProgress
|
|
1240
|
-
});
|
|
1241
|
-
};
|
|
1242
1203
|
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
1243
1204
|
if (observe === void 0) { observe = 'body'; }
|
|
1244
1205
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1656,42 +1617,6 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1656
1617
|
reportProgress: reportProgress
|
|
1657
1618
|
});
|
|
1658
1619
|
};
|
|
1659
|
-
AudienceControllerService.prototype.validateBackfillRuleUsingPOST = function (query, reqId, token, observe, reportProgress) {
|
|
1660
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1661
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1662
|
-
if (query === null || query === undefined) {
|
|
1663
|
-
throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
|
|
1664
|
-
}
|
|
1665
|
-
var headers = this.defaultHeaders;
|
|
1666
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1667
|
-
headers = headers.set('reqId', String(reqId));
|
|
1668
|
-
}
|
|
1669
|
-
if (token !== undefined && token !== null) {
|
|
1670
|
-
headers = headers.set('token', String(token));
|
|
1671
|
-
}
|
|
1672
|
-
// to determine the Accept header
|
|
1673
|
-
var httpHeaderAccepts = [
|
|
1674
|
-
'application/json'
|
|
1675
|
-
];
|
|
1676
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1677
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1678
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1679
|
-
}
|
|
1680
|
-
// to determine the Content-Type header
|
|
1681
|
-
var consumes = [
|
|
1682
|
-
'application/json'
|
|
1683
|
-
];
|
|
1684
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1685
|
-
if (httpContentTypeSelected != undefined) {
|
|
1686
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1687
|
-
}
|
|
1688
|
-
return this.httpClient.post(this.basePath + "/v2/api/audience/validatebackfillrule", query, {
|
|
1689
|
-
withCredentials: this.configuration.withCredentials,
|
|
1690
|
-
headers: headers,
|
|
1691
|
-
observe: observe,
|
|
1692
|
-
reportProgress: reportProgress
|
|
1693
|
-
});
|
|
1694
|
-
};
|
|
1695
1620
|
AudienceControllerService.ctorParameters = function () { return [
|
|
1696
1621
|
{ type: HttpClient },
|
|
1697
1622
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
@@ -1718,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1718
1643
|
var AuditControllerService = /** @class */ (function () {
|
|
1719
1644
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1720
1645
|
this.httpClient = httpClient;
|
|
1721
|
-
this.basePath = 'https://
|
|
1646
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1722
1647
|
this.defaultHeaders = new HttpHeaders();
|
|
1723
1648
|
this.configuration = new Configuration();
|
|
1724
1649
|
if (basePath) {
|
|
@@ -1917,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1917
1842
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1918
1843
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1919
1844
|
this.httpClient = httpClient;
|
|
1920
|
-
this.basePath = 'https://
|
|
1845
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1921
1846
|
this.defaultHeaders = new HttpHeaders();
|
|
1922
1847
|
this.configuration = new Configuration();
|
|
1923
1848
|
if (basePath) {
|
|
@@ -2160,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2160
2085
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2161
2086
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2162
2087
|
this.httpClient = httpClient;
|
|
2163
|
-
this.basePath = 'https://
|
|
2088
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2164
2089
|
this.defaultHeaders = new HttpHeaders();
|
|
2165
2090
|
this.configuration = new Configuration();
|
|
2166
2091
|
if (basePath) {
|
|
@@ -2281,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2281
2206
|
var CampaignControllerService = /** @class */ (function () {
|
|
2282
2207
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2283
2208
|
this.httpClient = httpClient;
|
|
2284
|
-
this.basePath = 'https://
|
|
2209
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2285
2210
|
this.defaultHeaders = new HttpHeaders();
|
|
2286
2211
|
this.configuration = new Configuration();
|
|
2287
2212
|
if (basePath) {
|
|
@@ -2603,7 +2528,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2603
2528
|
var CatalogControllerService = /** @class */ (function () {
|
|
2604
2529
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2605
2530
|
this.httpClient = httpClient;
|
|
2606
|
-
this.basePath = 'https://
|
|
2531
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2607
2532
|
this.defaultHeaders = new HttpHeaders();
|
|
2608
2533
|
this.configuration = new Configuration();
|
|
2609
2534
|
if (basePath) {
|
|
@@ -2826,7 +2751,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2826
2751
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2827
2752
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2828
2753
|
this.httpClient = httpClient;
|
|
2829
|
-
this.basePath = 'https://
|
|
2754
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2830
2755
|
this.defaultHeaders = new HttpHeaders();
|
|
2831
2756
|
this.configuration = new Configuration();
|
|
2832
2757
|
if (basePath) {
|
|
@@ -3076,7 +3001,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
3076
3001
|
var CreativeControllerService = /** @class */ (function () {
|
|
3077
3002
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3078
3003
|
this.httpClient = httpClient;
|
|
3079
|
-
this.basePath = 'https://
|
|
3004
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3080
3005
|
this.defaultHeaders = new HttpHeaders();
|
|
3081
3006
|
this.configuration = new Configuration();
|
|
3082
3007
|
if (basePath) {
|
|
@@ -3553,7 +3478,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3553
3478
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3554
3479
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3555
3480
|
this.httpClient = httpClient;
|
|
3556
|
-
this.basePath = 'https://
|
|
3481
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3557
3482
|
this.defaultHeaders = new HttpHeaders();
|
|
3558
3483
|
this.configuration = new Configuration();
|
|
3559
3484
|
if (basePath) {
|
|
@@ -3933,6 +3858,50 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3933
3858
|
reportProgress: reportProgress
|
|
3934
3859
|
});
|
|
3935
3860
|
};
|
|
3861
|
+
CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, reqId, token, observe, reportProgress) {
|
|
3862
|
+
if (observe === void 0) { observe = 'body'; }
|
|
3863
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
3864
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
3865
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
|
|
3866
|
+
}
|
|
3867
|
+
if (type === null || type === undefined) {
|
|
3868
|
+
throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
|
|
3869
|
+
}
|
|
3870
|
+
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3871
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
3872
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
3873
|
+
}
|
|
3874
|
+
if (filters !== undefined && filters !== null) {
|
|
3875
|
+
queryParameters = queryParameters.set('filters', filters);
|
|
3876
|
+
}
|
|
3877
|
+
if (type !== undefined && type !== null) {
|
|
3878
|
+
queryParameters = queryParameters.set('type', type);
|
|
3879
|
+
}
|
|
3880
|
+
var headers = this.defaultHeaders;
|
|
3881
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3882
|
+
headers = headers.set('reqId', String(reqId));
|
|
3883
|
+
}
|
|
3884
|
+
if (token !== undefined && token !== null) {
|
|
3885
|
+
headers = headers.set('token', String(token));
|
|
3886
|
+
}
|
|
3887
|
+
// to determine the Accept header
|
|
3888
|
+
var httpHeaderAccepts = [
|
|
3889
|
+
'application/json'
|
|
3890
|
+
];
|
|
3891
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3892
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3893
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3894
|
+
}
|
|
3895
|
+
// to determine the Content-Type header
|
|
3896
|
+
var consumes = [];
|
|
3897
|
+
return this.httpClient.get(this.basePath + "/v2/api/creativesets/templates", {
|
|
3898
|
+
params: queryParameters,
|
|
3899
|
+
withCredentials: this.configuration.withCredentials,
|
|
3900
|
+
headers: headers,
|
|
3901
|
+
observe: observe,
|
|
3902
|
+
reportProgress: reportProgress
|
|
3903
|
+
});
|
|
3904
|
+
};
|
|
3936
3905
|
CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
|
|
3937
3906
|
if (observe === void 0) { observe = 'body'; }
|
|
3938
3907
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3998,7 +3967,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3998
3967
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3999
3968
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4000
3969
|
this.httpClient = httpClient;
|
|
4001
|
-
this.basePath = 'https://
|
|
3970
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4002
3971
|
this.defaultHeaders = new HttpHeaders();
|
|
4003
3972
|
this.configuration = new Configuration();
|
|
4004
3973
|
if (basePath) {
|
|
@@ -4199,7 +4168,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4199
4168
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4200
4169
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4201
4170
|
this.httpClient = httpClient;
|
|
4202
|
-
this.basePath = 'https://
|
|
4171
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4203
4172
|
this.defaultHeaders = new HttpHeaders();
|
|
4204
4173
|
this.configuration = new Configuration();
|
|
4205
4174
|
if (basePath) {
|
|
@@ -4287,7 +4256,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4287
4256
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4288
4257
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4289
4258
|
this.httpClient = httpClient;
|
|
4290
|
-
this.basePath = 'https://
|
|
4259
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4291
4260
|
this.defaultHeaders = new HttpHeaders();
|
|
4292
4261
|
this.configuration = new Configuration();
|
|
4293
4262
|
if (basePath) {
|
|
@@ -4466,7 +4435,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4466
4435
|
var DashboardControllerService = /** @class */ (function () {
|
|
4467
4436
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4468
4437
|
this.httpClient = httpClient;
|
|
4469
|
-
this.basePath = 'https://
|
|
4438
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4470
4439
|
this.defaultHeaders = new HttpHeaders();
|
|
4471
4440
|
this.configuration = new Configuration();
|
|
4472
4441
|
if (basePath) {
|
|
@@ -5123,7 +5092,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
5123
5092
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5124
5093
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5125
5094
|
this.httpClient = httpClient;
|
|
5126
|
-
this.basePath = 'https://
|
|
5095
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5127
5096
|
this.defaultHeaders = new HttpHeaders();
|
|
5128
5097
|
this.configuration = new Configuration();
|
|
5129
5098
|
if (basePath) {
|
|
@@ -5322,7 +5291,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5322
5291
|
var PixelControllerService = /** @class */ (function () {
|
|
5323
5292
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5324
5293
|
this.httpClient = httpClient;
|
|
5325
|
-
this.basePath = 'https://
|
|
5294
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5326
5295
|
this.defaultHeaders = new HttpHeaders();
|
|
5327
5296
|
this.configuration = new Configuration();
|
|
5328
5297
|
if (basePath) {
|
|
@@ -5651,7 +5620,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5651
5620
|
var ReportingControllerService = /** @class */ (function () {
|
|
5652
5621
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5653
5622
|
this.httpClient = httpClient;
|
|
5654
|
-
this.basePath = 'https://
|
|
5623
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5655
5624
|
this.defaultHeaders = new HttpHeaders();
|
|
5656
5625
|
this.configuration = new Configuration();
|
|
5657
5626
|
if (basePath) {
|
|
@@ -5835,7 +5804,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5835
5804
|
var SliceXControllerService = /** @class */ (function () {
|
|
5836
5805
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5837
5806
|
this.httpClient = httpClient;
|
|
5838
|
-
this.basePath = 'https://
|
|
5807
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5839
5808
|
this.defaultHeaders = new HttpHeaders();
|
|
5840
5809
|
this.configuration = new Configuration();
|
|
5841
5810
|
if (basePath) {
|
|
@@ -6103,7 +6072,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
6103
6072
|
var StrategyControllerService = /** @class */ (function () {
|
|
6104
6073
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6105
6074
|
this.httpClient = httpClient;
|
|
6106
|
-
this.basePath = 'https://
|
|
6075
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6107
6076
|
this.defaultHeaders = new HttpHeaders();
|
|
6108
6077
|
this.configuration = new Configuration();
|
|
6109
6078
|
if (basePath) {
|
|
@@ -6764,7 +6733,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6764
6733
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6765
6734
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6766
6735
|
this.httpClient = httpClient;
|
|
6767
|
-
this.basePath = 'https://
|
|
6736
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6768
6737
|
this.defaultHeaders = new HttpHeaders();
|
|
6769
6738
|
this.configuration = new Configuration();
|
|
6770
6739
|
if (basePath) {
|
|
@@ -6866,7 +6835,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6866
6835
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6867
6836
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6868
6837
|
this.httpClient = httpClient;
|
|
6869
|
-
this.basePath = 'https://
|
|
6838
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6870
6839
|
this.defaultHeaders = new HttpHeaders();
|
|
6871
6840
|
this.configuration = new Configuration();
|
|
6872
6841
|
if (basePath) {
|
|
@@ -7122,28 +7091,6 @@ var AuctionTypeEditField;
|
|
|
7122
7091
|
};
|
|
7123
7092
|
})(AuctionTypeEditField || (AuctionTypeEditField = {}));
|
|
7124
7093
|
|
|
7125
|
-
/**
|
|
7126
|
-
* Api Documentation
|
|
7127
|
-
* Api Documentation
|
|
7128
|
-
*
|
|
7129
|
-
* OpenAPI spec version: 1.0
|
|
7130
|
-
*
|
|
7131
|
-
*
|
|
7132
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7133
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7134
|
-
* Do not edit the class manually.
|
|
7135
|
-
*/
|
|
7136
|
-
var AudienceBackfillQueryTemplateRequest;
|
|
7137
|
-
(function (AudienceBackfillQueryTemplateRequest) {
|
|
7138
|
-
AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
|
|
7139
|
-
MINUTE: 'MINUTE',
|
|
7140
|
-
HOUR: 'HOUR',
|
|
7141
|
-
DAY: 'DAY',
|
|
7142
|
-
WEEK: 'WEEK',
|
|
7143
|
-
MONTH: 'MONTH'
|
|
7144
|
-
};
|
|
7145
|
-
})(AudienceBackfillQueryTemplateRequest || (AudienceBackfillQueryTemplateRequest = {}));
|
|
7146
|
-
|
|
7147
7094
|
var AudienceDTO;
|
|
7148
7095
|
(function (AudienceDTO) {
|
|
7149
7096
|
AudienceDTO.AudienceTypeEnum = {
|
|
@@ -7225,7 +7172,9 @@ var BaseModelWithCreativeSetType;
|
|
|
7225
7172
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7226
7173
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7227
7174
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7228
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7175
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7176
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7177
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7229
7178
|
};
|
|
7230
7179
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
7231
7180
|
|
|
@@ -7344,19 +7293,13 @@ var CreativeFiles;
|
|
|
7344
7293
|
};
|
|
7345
7294
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
7346
7295
|
|
|
7347
|
-
/**
|
|
7348
|
-
* Api Documentation
|
|
7349
|
-
* Api Documentation
|
|
7350
|
-
*
|
|
7351
|
-
* OpenAPI spec version: 1.0
|
|
7352
|
-
*
|
|
7353
|
-
*
|
|
7354
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7355
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7356
|
-
* Do not edit the class manually.
|
|
7357
|
-
*/
|
|
7358
7296
|
var CreativeHtmlFileForSet;
|
|
7359
7297
|
(function (CreativeHtmlFileForSet) {
|
|
7298
|
+
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
7299
|
+
DCO: 'DCO',
|
|
7300
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7301
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7302
|
+
};
|
|
7360
7303
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
7361
7304
|
Image: 'image',
|
|
7362
7305
|
Html: 'html',
|
|
@@ -7387,7 +7330,9 @@ var CreativeSetDashboardMetric;
|
|
|
7387
7330
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7388
7331
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7389
7332
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7390
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7333
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7334
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7335
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7391
7336
|
};
|
|
7392
7337
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
7393
7338
|
|
|
@@ -7403,7 +7348,9 @@ var CreativeSetDetails;
|
|
|
7403
7348
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7404
7349
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7405
7350
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7406
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7351
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7352
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7353
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7407
7354
|
};
|
|
7408
7355
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
7409
7356
|
|
|
@@ -7419,7 +7366,9 @@ var CreativeSetRequest;
|
|
|
7419
7366
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7420
7367
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7421
7368
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7422
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7369
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7370
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7371
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7423
7372
|
};
|
|
7424
7373
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
7425
7374
|
|
|
@@ -7446,7 +7395,9 @@ var CreativeSetResponse;
|
|
|
7446
7395
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7447
7396
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7448
7397
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7449
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7398
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7399
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7400
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7450
7401
|
};
|
|
7451
7402
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
7452
7403
|
|
|
@@ -7493,7 +7444,9 @@ var DuplicateCreativeSetResponse;
|
|
|
7493
7444
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7494
7445
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7495
7446
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7496
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7447
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7448
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7449
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7497
7450
|
};
|
|
7498
7451
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7499
7452
|
|
|
@@ -7989,5 +7942,5 @@ var ApiModule = /** @class */ (function () {
|
|
|
7989
7942
|
* Generated bundle index. Do not edit.
|
|
7990
7943
|
*/
|
|
7991
7944
|
|
|
7992
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField,
|
|
7945
|
+
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 };
|
|
7993
7946
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|