@revxui/api-clients-ts 0.10.306 → 0.10.308
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/appSettingsController.service.d.ts +39 -0
- package/api/audienceController.service.d.ts +4 -33
- package/bundles/revxui-api-clients-ts.umd.js +122 -124
- 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 +91 -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 +2 -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/advertiserDynamicVideoConfig.js +1 -0
- package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
- package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/dynamicVideoConfigDTO.js +12 -0
- package/esm2015/model/dynamicVideoDTO.js +1 -0
- package/esm2015/model/dynamicVideoTemplate.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 +97 -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 +2 -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/advertiserDynamicVideoConfig.js +1 -0
- package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
- package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/dynamicVideoConfigDTO.js +12 -0
- package/esm5/model/dynamicVideoDTO.js +1 -0
- package/esm5/model/dynamicVideoTemplate.js +1 -0
- package/esm5/model/models.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js +117 -121
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +123 -125
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserDynamicVideoConfig.d.ts +16 -0
- package/model/{apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts → apiResponseObjectAdvertiserDynamicVideoConfig.d.ts} +3 -3
- package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +17 -0
- package/model/audienceDTO.d.ts +0 -1
- package/model/{audienceBackfillRequest.d.ts → dynamicVideoConfigDTO.d.ts} +4 -4
- package/model/dynamicVideoDTO.d.ts +16 -0
- package/model/{backfillAudienceQueryTemplateDTO.d.ts → dynamicVideoTemplate.d.ts} +4 -3
- package/model/models.d.ts +6 -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/audienceBackfillQueryTemplateRequest.d.ts +0 -26
|
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
|
|
754
754
|
this.defaultHeaders = new HttpHeaders();
|
|
755
755
|
this.configuration = new Configuration();
|
|
756
756
|
if (basePath) {
|
|
@@ -821,6 +821,65 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
821
821
|
reportProgress: reportProgress
|
|
822
822
|
});
|
|
823
823
|
};
|
|
824
|
+
AppSettingsControllerService.prototype.fetchAllDynamicVideoTemplatesUsingGET = function (reqId, token, observe, reportProgress) {
|
|
825
|
+
if (observe === void 0) { observe = 'body'; }
|
|
826
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
827
|
+
var headers = this.defaultHeaders;
|
|
828
|
+
if (reqId !== undefined && reqId !== null) {
|
|
829
|
+
headers = headers.set('reqId', String(reqId));
|
|
830
|
+
}
|
|
831
|
+
if (token !== undefined && token !== null) {
|
|
832
|
+
headers = headers.set('token', String(token));
|
|
833
|
+
}
|
|
834
|
+
// to determine the Accept header
|
|
835
|
+
var httpHeaderAccepts = [
|
|
836
|
+
'application/json'
|
|
837
|
+
];
|
|
838
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
839
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
840
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
841
|
+
}
|
|
842
|
+
// to determine the Content-Type header
|
|
843
|
+
var consumes = [];
|
|
844
|
+
return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/templates", {
|
|
845
|
+
withCredentials: this.configuration.withCredentials,
|
|
846
|
+
headers: headers,
|
|
847
|
+
observe: observe,
|
|
848
|
+
reportProgress: reportProgress
|
|
849
|
+
});
|
|
850
|
+
};
|
|
851
|
+
AppSettingsControllerService.prototype.fetchDynamicVideoConfigUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
852
|
+
if (observe === void 0) { observe = 'body'; }
|
|
853
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
854
|
+
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
855
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
856
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
857
|
+
}
|
|
858
|
+
var headers = this.defaultHeaders;
|
|
859
|
+
if (reqId !== undefined && reqId !== null) {
|
|
860
|
+
headers = headers.set('reqId', String(reqId));
|
|
861
|
+
}
|
|
862
|
+
if (token !== undefined && token !== null) {
|
|
863
|
+
headers = headers.set('token', String(token));
|
|
864
|
+
}
|
|
865
|
+
// to determine the Accept header
|
|
866
|
+
var httpHeaderAccepts = [
|
|
867
|
+
'application/json'
|
|
868
|
+
];
|
|
869
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
870
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
871
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
872
|
+
}
|
|
873
|
+
// to determine the Content-Type header
|
|
874
|
+
var consumes = [];
|
|
875
|
+
return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/config", {
|
|
876
|
+
params: queryParameters,
|
|
877
|
+
withCredentials: this.configuration.withCredentials,
|
|
878
|
+
headers: headers,
|
|
879
|
+
observe: observe,
|
|
880
|
+
reportProgress: reportProgress
|
|
881
|
+
});
|
|
882
|
+
};
|
|
824
883
|
AppSettingsControllerService.prototype.getAppSettingsUsingGET = function (advertiserId, reqId, settingsKeys, token, observe, reportProgress) {
|
|
825
884
|
if (observe === void 0) { observe = 'body'; }
|
|
826
885
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -894,6 +953,42 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
894
953
|
reportProgress: reportProgress
|
|
895
954
|
});
|
|
896
955
|
};
|
|
956
|
+
AppSettingsControllerService.prototype.upsertDynamicVideoUsingPOST = function (dynamicVideoDTO, reqId, token, observe, reportProgress) {
|
|
957
|
+
if (observe === void 0) { observe = 'body'; }
|
|
958
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
959
|
+
if (dynamicVideoDTO === null || dynamicVideoDTO === undefined) {
|
|
960
|
+
throw new Error('Required parameter dynamicVideoDTO was null or undefined when calling upsertDynamicVideoUsingPOST.');
|
|
961
|
+
}
|
|
962
|
+
var headers = this.defaultHeaders;
|
|
963
|
+
if (reqId !== undefined && reqId !== null) {
|
|
964
|
+
headers = headers.set('reqId', String(reqId));
|
|
965
|
+
}
|
|
966
|
+
if (token !== undefined && token !== null) {
|
|
967
|
+
headers = headers.set('token', String(token));
|
|
968
|
+
}
|
|
969
|
+
// to determine the Accept header
|
|
970
|
+
var httpHeaderAccepts = [
|
|
971
|
+
'application/json'
|
|
972
|
+
];
|
|
973
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
974
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
975
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
976
|
+
}
|
|
977
|
+
// to determine the Content-Type header
|
|
978
|
+
var consumes = [
|
|
979
|
+
'application/json'
|
|
980
|
+
];
|
|
981
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
982
|
+
if (httpContentTypeSelected != undefined) {
|
|
983
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
984
|
+
}
|
|
985
|
+
return this.httpClient.post(this.basePath + "/v2/api/appsettings/dynamicvideo/upsert", dynamicVideoDTO, {
|
|
986
|
+
withCredentials: this.configuration.withCredentials,
|
|
987
|
+
headers: headers,
|
|
988
|
+
observe: observe,
|
|
989
|
+
reportProgress: reportProgress
|
|
990
|
+
});
|
|
991
|
+
};
|
|
897
992
|
AppSettingsControllerService.ctorParameters = function () { return [
|
|
898
993
|
{ type: HttpClient },
|
|
899
994
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
@@ -920,7 +1015,7 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
920
1015
|
var AudienceControllerService = /** @class */ (function () {
|
|
921
1016
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
922
1017
|
this.httpClient = httpClient;
|
|
923
|
-
this.basePath = 'https://
|
|
1018
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
924
1019
|
this.defaultHeaders = new HttpHeaders();
|
|
925
1020
|
this.configuration = new Configuration();
|
|
926
1021
|
if (basePath) {
|
|
@@ -1025,11 +1120,11 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1025
1120
|
reportProgress: reportProgress
|
|
1026
1121
|
});
|
|
1027
1122
|
};
|
|
1028
|
-
AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (
|
|
1123
|
+
AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
|
|
1029
1124
|
if (observe === void 0) { observe = 'body'; }
|
|
1030
1125
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
1031
|
-
if (
|
|
1032
|
-
throw new Error('Required parameter
|
|
1126
|
+
if (audience === null || audience === undefined) {
|
|
1127
|
+
throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
1033
1128
|
}
|
|
1034
1129
|
var headers = this.defaultHeaders;
|
|
1035
1130
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -1054,7 +1149,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1054
1149
|
if (httpContentTypeSelected != undefined) {
|
|
1055
1150
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1056
1151
|
}
|
|
1057
|
-
return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule",
|
|
1152
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
|
|
1058
1153
|
withCredentials: this.configuration.withCredentials,
|
|
1059
1154
|
headers: headers,
|
|
1060
1155
|
observe: observe,
|
|
@@ -1200,45 +1295,6 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1200
1295
|
reportProgress: reportProgress
|
|
1201
1296
|
});
|
|
1202
1297
|
};
|
|
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
1298
|
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
1243
1299
|
if (observe === void 0) { observe = 'body'; }
|
|
1244
1300
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1656,42 +1712,6 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1656
1712
|
reportProgress: reportProgress
|
|
1657
1713
|
});
|
|
1658
1714
|
};
|
|
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
1715
|
AudienceControllerService.ctorParameters = function () { return [
|
|
1696
1716
|
{ type: HttpClient },
|
|
1697
1717
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
@@ -1718,7 +1738,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1718
1738
|
var AuditControllerService = /** @class */ (function () {
|
|
1719
1739
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1720
1740
|
this.httpClient = httpClient;
|
|
1721
|
-
this.basePath = 'https://
|
|
1741
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1722
1742
|
this.defaultHeaders = new HttpHeaders();
|
|
1723
1743
|
this.configuration = new Configuration();
|
|
1724
1744
|
if (basePath) {
|
|
@@ -1917,7 +1937,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1917
1937
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1918
1938
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1919
1939
|
this.httpClient = httpClient;
|
|
1920
|
-
this.basePath = 'https://
|
|
1940
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1921
1941
|
this.defaultHeaders = new HttpHeaders();
|
|
1922
1942
|
this.configuration = new Configuration();
|
|
1923
1943
|
if (basePath) {
|
|
@@ -2160,7 +2180,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2160
2180
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2161
2181
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2162
2182
|
this.httpClient = httpClient;
|
|
2163
|
-
this.basePath = 'https://
|
|
2183
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2164
2184
|
this.defaultHeaders = new HttpHeaders();
|
|
2165
2185
|
this.configuration = new Configuration();
|
|
2166
2186
|
if (basePath) {
|
|
@@ -2281,7 +2301,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2281
2301
|
var CampaignControllerService = /** @class */ (function () {
|
|
2282
2302
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2283
2303
|
this.httpClient = httpClient;
|
|
2284
|
-
this.basePath = 'https://
|
|
2304
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2285
2305
|
this.defaultHeaders = new HttpHeaders();
|
|
2286
2306
|
this.configuration = new Configuration();
|
|
2287
2307
|
if (basePath) {
|
|
@@ -2603,7 +2623,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2603
2623
|
var CatalogControllerService = /** @class */ (function () {
|
|
2604
2624
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2605
2625
|
this.httpClient = httpClient;
|
|
2606
|
-
this.basePath = 'https://
|
|
2626
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2607
2627
|
this.defaultHeaders = new HttpHeaders();
|
|
2608
2628
|
this.configuration = new Configuration();
|
|
2609
2629
|
if (basePath) {
|
|
@@ -2826,7 +2846,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2826
2846
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2827
2847
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2828
2848
|
this.httpClient = httpClient;
|
|
2829
|
-
this.basePath = 'https://
|
|
2849
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2830
2850
|
this.defaultHeaders = new HttpHeaders();
|
|
2831
2851
|
this.configuration = new Configuration();
|
|
2832
2852
|
if (basePath) {
|
|
@@ -3076,7 +3096,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
3076
3096
|
var CreativeControllerService = /** @class */ (function () {
|
|
3077
3097
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3078
3098
|
this.httpClient = httpClient;
|
|
3079
|
-
this.basePath = 'https://
|
|
3099
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3080
3100
|
this.defaultHeaders = new HttpHeaders();
|
|
3081
3101
|
this.configuration = new Configuration();
|
|
3082
3102
|
if (basePath) {
|
|
@@ -3553,7 +3573,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3553
3573
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3554
3574
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3555
3575
|
this.httpClient = httpClient;
|
|
3556
|
-
this.basePath = 'https://
|
|
3576
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3557
3577
|
this.defaultHeaders = new HttpHeaders();
|
|
3558
3578
|
this.configuration = new Configuration();
|
|
3559
3579
|
if (basePath) {
|
|
@@ -3998,7 +4018,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3998
4018
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3999
4019
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4000
4020
|
this.httpClient = httpClient;
|
|
4001
|
-
this.basePath = 'https://
|
|
4021
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4002
4022
|
this.defaultHeaders = new HttpHeaders();
|
|
4003
4023
|
this.configuration = new Configuration();
|
|
4004
4024
|
if (basePath) {
|
|
@@ -4199,7 +4219,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4199
4219
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4200
4220
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4201
4221
|
this.httpClient = httpClient;
|
|
4202
|
-
this.basePath = 'https://
|
|
4222
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4203
4223
|
this.defaultHeaders = new HttpHeaders();
|
|
4204
4224
|
this.configuration = new Configuration();
|
|
4205
4225
|
if (basePath) {
|
|
@@ -4287,7 +4307,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4287
4307
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4288
4308
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4289
4309
|
this.httpClient = httpClient;
|
|
4290
|
-
this.basePath = 'https://
|
|
4310
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4291
4311
|
this.defaultHeaders = new HttpHeaders();
|
|
4292
4312
|
this.configuration = new Configuration();
|
|
4293
4313
|
if (basePath) {
|
|
@@ -4466,7 +4486,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4466
4486
|
var DashboardControllerService = /** @class */ (function () {
|
|
4467
4487
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4468
4488
|
this.httpClient = httpClient;
|
|
4469
|
-
this.basePath = 'https://
|
|
4489
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4470
4490
|
this.defaultHeaders = new HttpHeaders();
|
|
4471
4491
|
this.configuration = new Configuration();
|
|
4472
4492
|
if (basePath) {
|
|
@@ -5123,7 +5143,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
5123
5143
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5124
5144
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5125
5145
|
this.httpClient = httpClient;
|
|
5126
|
-
this.basePath = 'https://
|
|
5146
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5127
5147
|
this.defaultHeaders = new HttpHeaders();
|
|
5128
5148
|
this.configuration = new Configuration();
|
|
5129
5149
|
if (basePath) {
|
|
@@ -5322,7 +5342,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5322
5342
|
var PixelControllerService = /** @class */ (function () {
|
|
5323
5343
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5324
5344
|
this.httpClient = httpClient;
|
|
5325
|
-
this.basePath = 'https://
|
|
5345
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5326
5346
|
this.defaultHeaders = new HttpHeaders();
|
|
5327
5347
|
this.configuration = new Configuration();
|
|
5328
5348
|
if (basePath) {
|
|
@@ -5651,7 +5671,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5651
5671
|
var ReportingControllerService = /** @class */ (function () {
|
|
5652
5672
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5653
5673
|
this.httpClient = httpClient;
|
|
5654
|
-
this.basePath = 'https://
|
|
5674
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5655
5675
|
this.defaultHeaders = new HttpHeaders();
|
|
5656
5676
|
this.configuration = new Configuration();
|
|
5657
5677
|
if (basePath) {
|
|
@@ -5835,7 +5855,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5835
5855
|
var SliceXControllerService = /** @class */ (function () {
|
|
5836
5856
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5837
5857
|
this.httpClient = httpClient;
|
|
5838
|
-
this.basePath = 'https://
|
|
5858
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5839
5859
|
this.defaultHeaders = new HttpHeaders();
|
|
5840
5860
|
this.configuration = new Configuration();
|
|
5841
5861
|
if (basePath) {
|
|
@@ -6103,7 +6123,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
6103
6123
|
var StrategyControllerService = /** @class */ (function () {
|
|
6104
6124
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6105
6125
|
this.httpClient = httpClient;
|
|
6106
|
-
this.basePath = 'https://
|
|
6126
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6107
6127
|
this.defaultHeaders = new HttpHeaders();
|
|
6108
6128
|
this.configuration = new Configuration();
|
|
6109
6129
|
if (basePath) {
|
|
@@ -6764,7 +6784,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6764
6784
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6765
6785
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6766
6786
|
this.httpClient = httpClient;
|
|
6767
|
-
this.basePath = 'https://
|
|
6787
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6768
6788
|
this.defaultHeaders = new HttpHeaders();
|
|
6769
6789
|
this.configuration = new Configuration();
|
|
6770
6790
|
if (basePath) {
|
|
@@ -6866,7 +6886,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6866
6886
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6867
6887
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6868
6888
|
this.httpClient = httpClient;
|
|
6869
|
-
this.basePath = 'https://
|
|
6889
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6870
6890
|
this.defaultHeaders = new HttpHeaders();
|
|
6871
6891
|
this.configuration = new Configuration();
|
|
6872
6892
|
if (basePath) {
|
|
@@ -7122,28 +7142,6 @@ var AuctionTypeEditField;
|
|
|
7122
7142
|
};
|
|
7123
7143
|
})(AuctionTypeEditField || (AuctionTypeEditField = {}));
|
|
7124
7144
|
|
|
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
7145
|
var AudienceDTO;
|
|
7148
7146
|
(function (AudienceDTO) {
|
|
7149
7147
|
AudienceDTO.AudienceTypeEnum = {
|
|
@@ -7989,5 +7987,5 @@ var ApiModule = /** @class */ (function () {
|
|
|
7989
7987
|
* Generated bundle index. Do not edit.
|
|
7990
7988
|
*/
|
|
7991
7989
|
|
|
7992
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField,
|
|
7990
|
+
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
7991
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|