@revxui/api-clients-ts 0.10.304 → 0.10.306
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 +33 -4
- package/api/creativeSetsController.service.d.ts +0 -15
- package/bundles/revxui-api-clients-ts.umd.js +141 -94
- 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 +77 -6
- 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 +2 -44
- 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/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
- package/esm2015/model/audienceBackfillQueryTemplateRequest.js +22 -0
- package/esm2015/model/audienceBackfillRequest.js +1 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/backfillAudienceQueryTemplateDTO.js +12 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +12 -6
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +2 -4
- package/esm2015/model/creativeSetDetails.js +2 -4
- package/esm2015/model/creativeSetRequest.js +2 -4
- package/esm2015/model/creativeSetResponse.js +2 -4
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
- 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 +81 -6
- 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 +2 -46
- 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/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
- package/esm5/model/audienceBackfillQueryTemplateRequest.js +22 -0
- package/esm5/model/audienceBackfillRequest.js +1 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/backfillAudienceQueryTemplateDTO.js +12 -0
- package/esm5/model/baseModelWithCreativeSetType.js +2 -4
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +12 -6
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +2 -4
- package/esm5/model/creativeSetDetails.js +2 -4
- package/esm5/model/creativeSetRequest.js +2 -4
- package/esm5/model/creativeSetResponse.js +2 -4
- package/esm5/model/duplicateCreativeSetResponse.js +2 -4
- package/esm5/model/models.js +2 -1
- package/fesm2015/revxui-api-clients-ts.js +138 -93
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +142 -95
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserLayoutVariables.d.ts +0 -1
- package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +17 -0
- package/model/audienceBackfillQueryTemplateRequest.d.ts +26 -0
- package/model/{hybridAdMapping.d.ts → audienceBackfillRequest.d.ts} +4 -5
- package/model/audienceDTO.d.ts +1 -0
- package/model/backfillAudienceQueryTemplateDTO.d.ts +17 -0
- package/model/baseModelWithCreativeSetType.d.ts +1 -3
- package/model/creativeDTO.d.ts +0 -4
- package/model/creativeHtmlFileForSet.d.ts +0 -9
- package/model/creativePerformanceData.d.ts +16 -0
- package/model/creativeSetDashboardMetric.d.ts +1 -3
- package/model/creativeSetDetails.d.ts +1 -3
- package/model/creativeSetRequest.d.ts +1 -7
- package/model/creativeSetResponse.d.ts +1 -3
- package/model/duplicateCreativeSetResponse.d.ts +1 -3
- package/model/models.d.ts +4 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/hybridAdMapping.js +0 -1
- package/esm5/model/hybridAdMapping.js +0 -1
|
@@ -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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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 (request, 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 (request === null || request === undefined) {
|
|
1032
|
+
throw new Error('Required parameter request 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", request, {
|
|
1058
1058
|
withCredentials: this.configuration.withCredentials,
|
|
1059
1059
|
headers: headers,
|
|
1060
1060
|
observe: observe,
|
|
@@ -1200,6 +1200,45 @@ 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
|
+
};
|
|
1203
1242
|
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
1204
1243
|
if (observe === void 0) { observe = 'body'; }
|
|
1205
1244
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1617,6 +1656,42 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1617
1656
|
reportProgress: reportProgress
|
|
1618
1657
|
});
|
|
1619
1658
|
};
|
|
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
|
+
};
|
|
1620
1695
|
AudienceControllerService.ctorParameters = function () { return [
|
|
1621
1696
|
{ type: HttpClient },
|
|
1622
1697
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
@@ -1643,7 +1718,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1643
1718
|
var AuditControllerService = /** @class */ (function () {
|
|
1644
1719
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1645
1720
|
this.httpClient = httpClient;
|
|
1646
|
-
this.basePath = 'https://
|
|
1721
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1647
1722
|
this.defaultHeaders = new HttpHeaders();
|
|
1648
1723
|
this.configuration = new Configuration();
|
|
1649
1724
|
if (basePath) {
|
|
@@ -1842,7 +1917,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1842
1917
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1843
1918
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1844
1919
|
this.httpClient = httpClient;
|
|
1845
|
-
this.basePath = 'https://
|
|
1920
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1846
1921
|
this.defaultHeaders = new HttpHeaders();
|
|
1847
1922
|
this.configuration = new Configuration();
|
|
1848
1923
|
if (basePath) {
|
|
@@ -2085,7 +2160,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2085
2160
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2086
2161
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2087
2162
|
this.httpClient = httpClient;
|
|
2088
|
-
this.basePath = 'https://
|
|
2163
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2089
2164
|
this.defaultHeaders = new HttpHeaders();
|
|
2090
2165
|
this.configuration = new Configuration();
|
|
2091
2166
|
if (basePath) {
|
|
@@ -2206,7 +2281,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2206
2281
|
var CampaignControllerService = /** @class */ (function () {
|
|
2207
2282
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2208
2283
|
this.httpClient = httpClient;
|
|
2209
|
-
this.basePath = 'https://
|
|
2284
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2210
2285
|
this.defaultHeaders = new HttpHeaders();
|
|
2211
2286
|
this.configuration = new Configuration();
|
|
2212
2287
|
if (basePath) {
|
|
@@ -2528,7 +2603,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2528
2603
|
var CatalogControllerService = /** @class */ (function () {
|
|
2529
2604
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2530
2605
|
this.httpClient = httpClient;
|
|
2531
|
-
this.basePath = 'https://
|
|
2606
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2532
2607
|
this.defaultHeaders = new HttpHeaders();
|
|
2533
2608
|
this.configuration = new Configuration();
|
|
2534
2609
|
if (basePath) {
|
|
@@ -2751,7 +2826,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2751
2826
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2752
2827
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2753
2828
|
this.httpClient = httpClient;
|
|
2754
|
-
this.basePath = 'https://
|
|
2829
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2755
2830
|
this.defaultHeaders = new HttpHeaders();
|
|
2756
2831
|
this.configuration = new Configuration();
|
|
2757
2832
|
if (basePath) {
|
|
@@ -3001,7 +3076,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
3001
3076
|
var CreativeControllerService = /** @class */ (function () {
|
|
3002
3077
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3003
3078
|
this.httpClient = httpClient;
|
|
3004
|
-
this.basePath = 'https://
|
|
3079
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3005
3080
|
this.defaultHeaders = new HttpHeaders();
|
|
3006
3081
|
this.configuration = new Configuration();
|
|
3007
3082
|
if (basePath) {
|
|
@@ -3478,7 +3553,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3478
3553
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3479
3554
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3480
3555
|
this.httpClient = httpClient;
|
|
3481
|
-
this.basePath = 'https://
|
|
3556
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3482
3557
|
this.defaultHeaders = new HttpHeaders();
|
|
3483
3558
|
this.configuration = new Configuration();
|
|
3484
3559
|
if (basePath) {
|
|
@@ -3858,50 +3933,6 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3858
3933
|
reportProgress: reportProgress
|
|
3859
3934
|
});
|
|
3860
3935
|
};
|
|
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
|
-
};
|
|
3905
3936
|
CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
|
|
3906
3937
|
if (observe === void 0) { observe = 'body'; }
|
|
3907
3938
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3967,7 +3998,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3967
3998
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3968
3999
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3969
4000
|
this.httpClient = httpClient;
|
|
3970
|
-
this.basePath = 'https://
|
|
4001
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3971
4002
|
this.defaultHeaders = new HttpHeaders();
|
|
3972
4003
|
this.configuration = new Configuration();
|
|
3973
4004
|
if (basePath) {
|
|
@@ -4168,7 +4199,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4168
4199
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4169
4200
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4170
4201
|
this.httpClient = httpClient;
|
|
4171
|
-
this.basePath = 'https://
|
|
4202
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4172
4203
|
this.defaultHeaders = new HttpHeaders();
|
|
4173
4204
|
this.configuration = new Configuration();
|
|
4174
4205
|
if (basePath) {
|
|
@@ -4256,7 +4287,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4256
4287
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4257
4288
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4258
4289
|
this.httpClient = httpClient;
|
|
4259
|
-
this.basePath = 'https://
|
|
4290
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4260
4291
|
this.defaultHeaders = new HttpHeaders();
|
|
4261
4292
|
this.configuration = new Configuration();
|
|
4262
4293
|
if (basePath) {
|
|
@@ -4435,7 +4466,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4435
4466
|
var DashboardControllerService = /** @class */ (function () {
|
|
4436
4467
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4437
4468
|
this.httpClient = httpClient;
|
|
4438
|
-
this.basePath = 'https://
|
|
4469
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4439
4470
|
this.defaultHeaders = new HttpHeaders();
|
|
4440
4471
|
this.configuration = new Configuration();
|
|
4441
4472
|
if (basePath) {
|
|
@@ -5092,7 +5123,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
5092
5123
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5093
5124
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5094
5125
|
this.httpClient = httpClient;
|
|
5095
|
-
this.basePath = 'https://
|
|
5126
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5096
5127
|
this.defaultHeaders = new HttpHeaders();
|
|
5097
5128
|
this.configuration = new Configuration();
|
|
5098
5129
|
if (basePath) {
|
|
@@ -5291,7 +5322,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5291
5322
|
var PixelControllerService = /** @class */ (function () {
|
|
5292
5323
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5293
5324
|
this.httpClient = httpClient;
|
|
5294
|
-
this.basePath = 'https://
|
|
5325
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5295
5326
|
this.defaultHeaders = new HttpHeaders();
|
|
5296
5327
|
this.configuration = new Configuration();
|
|
5297
5328
|
if (basePath) {
|
|
@@ -5620,7 +5651,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5620
5651
|
var ReportingControllerService = /** @class */ (function () {
|
|
5621
5652
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5622
5653
|
this.httpClient = httpClient;
|
|
5623
|
-
this.basePath = 'https://
|
|
5654
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5624
5655
|
this.defaultHeaders = new HttpHeaders();
|
|
5625
5656
|
this.configuration = new Configuration();
|
|
5626
5657
|
if (basePath) {
|
|
@@ -5804,7 +5835,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5804
5835
|
var SliceXControllerService = /** @class */ (function () {
|
|
5805
5836
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5806
5837
|
this.httpClient = httpClient;
|
|
5807
|
-
this.basePath = 'https://
|
|
5838
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5808
5839
|
this.defaultHeaders = new HttpHeaders();
|
|
5809
5840
|
this.configuration = new Configuration();
|
|
5810
5841
|
if (basePath) {
|
|
@@ -6072,7 +6103,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
6072
6103
|
var StrategyControllerService = /** @class */ (function () {
|
|
6073
6104
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6074
6105
|
this.httpClient = httpClient;
|
|
6075
|
-
this.basePath = 'https://
|
|
6106
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6076
6107
|
this.defaultHeaders = new HttpHeaders();
|
|
6077
6108
|
this.configuration = new Configuration();
|
|
6078
6109
|
if (basePath) {
|
|
@@ -6733,7 +6764,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6733
6764
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6734
6765
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6735
6766
|
this.httpClient = httpClient;
|
|
6736
|
-
this.basePath = 'https://
|
|
6767
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6737
6768
|
this.defaultHeaders = new HttpHeaders();
|
|
6738
6769
|
this.configuration = new Configuration();
|
|
6739
6770
|
if (basePath) {
|
|
@@ -6835,7 +6866,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6835
6866
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6836
6867
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6837
6868
|
this.httpClient = httpClient;
|
|
6838
|
-
this.basePath = 'https://
|
|
6869
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6839
6870
|
this.defaultHeaders = new HttpHeaders();
|
|
6840
6871
|
this.configuration = new Configuration();
|
|
6841
6872
|
if (basePath) {
|
|
@@ -7091,6 +7122,28 @@ var AuctionTypeEditField;
|
|
|
7091
7122
|
};
|
|
7092
7123
|
})(AuctionTypeEditField || (AuctionTypeEditField = {}));
|
|
7093
7124
|
|
|
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
|
+
|
|
7094
7147
|
var AudienceDTO;
|
|
7095
7148
|
(function (AudienceDTO) {
|
|
7096
7149
|
AudienceDTO.AudienceTypeEnum = {
|
|
@@ -7172,9 +7225,7 @@ var BaseModelWithCreativeSetType;
|
|
|
7172
7225
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7173
7226
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7174
7227
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7175
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7176
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7177
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7228
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7178
7229
|
};
|
|
7179
7230
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
7180
7231
|
|
|
@@ -7293,13 +7344,19 @@ var CreativeFiles;
|
|
|
7293
7344
|
};
|
|
7294
7345
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
7295
7346
|
|
|
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
|
+
*/
|
|
7296
7358
|
var CreativeHtmlFileForSet;
|
|
7297
7359
|
(function (CreativeHtmlFileForSet) {
|
|
7298
|
-
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
7299
|
-
DCO: 'DCO',
|
|
7300
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7301
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7302
|
-
};
|
|
7303
7360
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
7304
7361
|
Image: 'image',
|
|
7305
7362
|
Html: 'html',
|
|
@@ -7330,9 +7387,7 @@ var CreativeSetDashboardMetric;
|
|
|
7330
7387
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7331
7388
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7332
7389
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7333
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7334
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7335
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7390
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7336
7391
|
};
|
|
7337
7392
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
7338
7393
|
|
|
@@ -7348,9 +7403,7 @@ var CreativeSetDetails;
|
|
|
7348
7403
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7349
7404
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7350
7405
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7351
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7352
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7353
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7406
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7354
7407
|
};
|
|
7355
7408
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
7356
7409
|
|
|
@@ -7366,9 +7419,7 @@ var CreativeSetRequest;
|
|
|
7366
7419
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7367
7420
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7368
7421
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7369
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7370
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7371
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7422
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7372
7423
|
};
|
|
7373
7424
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
7374
7425
|
|
|
@@ -7395,9 +7446,7 @@ var CreativeSetResponse;
|
|
|
7395
7446
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7396
7447
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7397
7448
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7398
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7399
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7400
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7449
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7401
7450
|
};
|
|
7402
7451
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
7403
7452
|
|
|
@@ -7444,9 +7493,7 @@ var DuplicateCreativeSetResponse;
|
|
|
7444
7493
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7445
7494
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7446
7495
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7447
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7448
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7449
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7496
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7450
7497
|
};
|
|
7451
7498
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7452
7499
|
|
|
@@ -7942,5 +7989,5 @@ var ApiModule = /** @class */ (function () {
|
|
|
7942
7989
|
* Generated bundle index. Do not edit.
|
|
7943
7990
|
*/
|
|
7944
7991
|
|
|
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 };
|
|
7992
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, 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 };
|
|
7946
7993
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|