@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
|
@@ -83,7 +83,7 @@ class Configuration {
|
|
|
83
83
|
let AdminControllerService = class AdminControllerService {
|
|
84
84
|
constructor(httpClient, basePath, configuration) {
|
|
85
85
|
this.httpClient = httpClient;
|
|
86
|
-
this.basePath = 'https://
|
|
86
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
87
87
|
this.defaultHeaders = new HttpHeaders();
|
|
88
88
|
this.configuration = new Configuration();
|
|
89
89
|
if (basePath) {
|
|
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
273
273
|
let AdvertiserControllerService = class AdvertiserControllerService {
|
|
274
274
|
constructor(httpClient, basePath, configuration) {
|
|
275
275
|
this.httpClient = httpClient;
|
|
276
|
-
this.basePath = 'https://
|
|
276
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
277
277
|
this.defaultHeaders = new HttpHeaders();
|
|
278
278
|
this.configuration = new Configuration();
|
|
279
279
|
if (basePath) {
|
|
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
|
|
|
685
685
|
let AppSettingsControllerService = class AppSettingsControllerService {
|
|
686
686
|
constructor(httpClient, basePath, configuration) {
|
|
687
687
|
this.httpClient = httpClient;
|
|
688
|
-
this.basePath = 'https://
|
|
688
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
689
689
|
this.defaultHeaders = new HttpHeaders();
|
|
690
690
|
this.configuration = new Configuration();
|
|
691
691
|
if (basePath) {
|
|
@@ -743,6 +743,61 @@ let AppSettingsControllerService = class AppSettingsControllerService {
|
|
|
743
743
|
reportProgress: reportProgress
|
|
744
744
|
});
|
|
745
745
|
}
|
|
746
|
+
fetchAllDynamicVideoTemplatesUsingGET(reqId, token, observe = 'body', reportProgress = false) {
|
|
747
|
+
let headers = this.defaultHeaders;
|
|
748
|
+
if (reqId !== undefined && reqId !== null) {
|
|
749
|
+
headers = headers.set('reqId', String(reqId));
|
|
750
|
+
}
|
|
751
|
+
if (token !== undefined && token !== null) {
|
|
752
|
+
headers = headers.set('token', String(token));
|
|
753
|
+
}
|
|
754
|
+
// to determine the Accept header
|
|
755
|
+
let httpHeaderAccepts = [
|
|
756
|
+
'application/json'
|
|
757
|
+
];
|
|
758
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
759
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
760
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
761
|
+
}
|
|
762
|
+
// to determine the Content-Type header
|
|
763
|
+
const consumes = [];
|
|
764
|
+
return this.httpClient.get(`${this.basePath}/v2/api/appsettings/dynamicvideo/templates`, {
|
|
765
|
+
withCredentials: this.configuration.withCredentials,
|
|
766
|
+
headers: headers,
|
|
767
|
+
observe: observe,
|
|
768
|
+
reportProgress: reportProgress
|
|
769
|
+
});
|
|
770
|
+
}
|
|
771
|
+
fetchDynamicVideoConfigUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
772
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
773
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
774
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
775
|
+
}
|
|
776
|
+
let headers = this.defaultHeaders;
|
|
777
|
+
if (reqId !== undefined && reqId !== null) {
|
|
778
|
+
headers = headers.set('reqId', String(reqId));
|
|
779
|
+
}
|
|
780
|
+
if (token !== undefined && token !== null) {
|
|
781
|
+
headers = headers.set('token', String(token));
|
|
782
|
+
}
|
|
783
|
+
// to determine the Accept header
|
|
784
|
+
let httpHeaderAccepts = [
|
|
785
|
+
'application/json'
|
|
786
|
+
];
|
|
787
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
788
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
789
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
790
|
+
}
|
|
791
|
+
// to determine the Content-Type header
|
|
792
|
+
const consumes = [];
|
|
793
|
+
return this.httpClient.get(`${this.basePath}/v2/api/appsettings/dynamicvideo/config`, {
|
|
794
|
+
params: queryParameters,
|
|
795
|
+
withCredentials: this.configuration.withCredentials,
|
|
796
|
+
headers: headers,
|
|
797
|
+
observe: observe,
|
|
798
|
+
reportProgress: reportProgress
|
|
799
|
+
});
|
|
800
|
+
}
|
|
746
801
|
getAppSettingsUsingGET(advertiserId, reqId, settingsKeys, token, observe = 'body', reportProgress = false) {
|
|
747
802
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
748
803
|
if (advertiserId !== undefined && advertiserId !== null) {
|
|
@@ -812,6 +867,40 @@ let AppSettingsControllerService = class AppSettingsControllerService {
|
|
|
812
867
|
reportProgress: reportProgress
|
|
813
868
|
});
|
|
814
869
|
}
|
|
870
|
+
upsertDynamicVideoUsingPOST(dynamicVideoDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
871
|
+
if (dynamicVideoDTO === null || dynamicVideoDTO === undefined) {
|
|
872
|
+
throw new Error('Required parameter dynamicVideoDTO was null or undefined when calling upsertDynamicVideoUsingPOST.');
|
|
873
|
+
}
|
|
874
|
+
let headers = this.defaultHeaders;
|
|
875
|
+
if (reqId !== undefined && reqId !== null) {
|
|
876
|
+
headers = headers.set('reqId', String(reqId));
|
|
877
|
+
}
|
|
878
|
+
if (token !== undefined && token !== null) {
|
|
879
|
+
headers = headers.set('token', String(token));
|
|
880
|
+
}
|
|
881
|
+
// to determine the Accept header
|
|
882
|
+
let httpHeaderAccepts = [
|
|
883
|
+
'application/json'
|
|
884
|
+
];
|
|
885
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
886
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
887
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
888
|
+
}
|
|
889
|
+
// to determine the Content-Type header
|
|
890
|
+
const consumes = [
|
|
891
|
+
'application/json'
|
|
892
|
+
];
|
|
893
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
894
|
+
if (httpContentTypeSelected != undefined) {
|
|
895
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
896
|
+
}
|
|
897
|
+
return this.httpClient.post(`${this.basePath}/v2/api/appsettings/dynamicvideo/upsert`, dynamicVideoDTO, {
|
|
898
|
+
withCredentials: this.configuration.withCredentials,
|
|
899
|
+
headers: headers,
|
|
900
|
+
observe: observe,
|
|
901
|
+
reportProgress: reportProgress
|
|
902
|
+
});
|
|
903
|
+
}
|
|
815
904
|
};
|
|
816
905
|
AppSettingsControllerService.ctorParameters = () => [
|
|
817
906
|
{ type: HttpClient },
|
|
@@ -837,7 +926,7 @@ AppSettingsControllerService = __decorate([
|
|
|
837
926
|
let AudienceControllerService = class AudienceControllerService {
|
|
838
927
|
constructor(httpClient, basePath, configuration) {
|
|
839
928
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
929
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
841
930
|
this.defaultHeaders = new HttpHeaders();
|
|
842
931
|
this.configuration = new Configuration();
|
|
843
932
|
if (basePath) {
|
|
@@ -927,9 +1016,9 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
927
1016
|
reportProgress: reportProgress
|
|
928
1017
|
});
|
|
929
1018
|
}
|
|
930
|
-
addBackfillRuleUsingPOST(
|
|
931
|
-
if (
|
|
932
|
-
throw new Error('Required parameter
|
|
1019
|
+
addBackfillRuleUsingPOST(audience, reqId, token, observe = 'body', reportProgress = false) {
|
|
1020
|
+
if (audience === null || audience === undefined) {
|
|
1021
|
+
throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
933
1022
|
}
|
|
934
1023
|
let headers = this.defaultHeaders;
|
|
935
1024
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -954,7 +1043,7 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
954
1043
|
if (httpContentTypeSelected != undefined) {
|
|
955
1044
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
956
1045
|
}
|
|
957
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`,
|
|
1046
|
+
return this.httpClient.post(`${this.basePath}/v2/api/audience/addbackfillrule`, audience, {
|
|
958
1047
|
withCredentials: this.configuration.withCredentials,
|
|
959
1048
|
headers: headers,
|
|
960
1049
|
observe: observe,
|
|
@@ -1092,43 +1181,6 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1092
1181
|
reportProgress: reportProgress
|
|
1093
1182
|
});
|
|
1094
1183
|
}
|
|
1095
|
-
getActiveTemplatesUsingPOST(id, request, reqId, token, observe = 'body', reportProgress = false) {
|
|
1096
|
-
if (id === null || id === undefined) {
|
|
1097
|
-
throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1098
|
-
}
|
|
1099
|
-
if (request === null || request === undefined) {
|
|
1100
|
-
throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1101
|
-
}
|
|
1102
|
-
let headers = this.defaultHeaders;
|
|
1103
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1104
|
-
headers = headers.set('reqId', String(reqId));
|
|
1105
|
-
}
|
|
1106
|
-
if (token !== undefined && token !== null) {
|
|
1107
|
-
headers = headers.set('token', String(token));
|
|
1108
|
-
}
|
|
1109
|
-
// to determine the Accept header
|
|
1110
|
-
let httpHeaderAccepts = [
|
|
1111
|
-
'application/json'
|
|
1112
|
-
];
|
|
1113
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1114
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1115
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1116
|
-
}
|
|
1117
|
-
// to determine the Content-Type header
|
|
1118
|
-
const consumes = [
|
|
1119
|
-
'application/json'
|
|
1120
|
-
];
|
|
1121
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1122
|
-
if (httpContentTypeSelected != undefined) {
|
|
1123
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1124
|
-
}
|
|
1125
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/activetemplates/${encodeURIComponent(String(id))}`, request, {
|
|
1126
|
-
withCredentials: this.configuration.withCredentials,
|
|
1127
|
-
headers: headers,
|
|
1128
|
-
observe: observe,
|
|
1129
|
-
reportProgress: reportProgress
|
|
1130
|
-
});
|
|
1131
|
-
}
|
|
1132
1184
|
getAllAudienceUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
|
|
1133
1185
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1134
1186
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
@@ -1524,40 +1576,6 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1524
1576
|
reportProgress: reportProgress
|
|
1525
1577
|
});
|
|
1526
1578
|
}
|
|
1527
|
-
validateBackfillRuleUsingPOST(query, reqId, token, observe = 'body', reportProgress = false) {
|
|
1528
|
-
if (query === null || query === undefined) {
|
|
1529
|
-
throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
|
|
1530
|
-
}
|
|
1531
|
-
let headers = this.defaultHeaders;
|
|
1532
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1533
|
-
headers = headers.set('reqId', String(reqId));
|
|
1534
|
-
}
|
|
1535
|
-
if (token !== undefined && token !== null) {
|
|
1536
|
-
headers = headers.set('token', String(token));
|
|
1537
|
-
}
|
|
1538
|
-
// to determine the Accept header
|
|
1539
|
-
let httpHeaderAccepts = [
|
|
1540
|
-
'application/json'
|
|
1541
|
-
];
|
|
1542
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1543
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1544
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1545
|
-
}
|
|
1546
|
-
// to determine the Content-Type header
|
|
1547
|
-
const consumes = [
|
|
1548
|
-
'application/json'
|
|
1549
|
-
];
|
|
1550
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1551
|
-
if (httpContentTypeSelected != undefined) {
|
|
1552
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1553
|
-
}
|
|
1554
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/validatebackfillrule`, query, {
|
|
1555
|
-
withCredentials: this.configuration.withCredentials,
|
|
1556
|
-
headers: headers,
|
|
1557
|
-
observe: observe,
|
|
1558
|
-
reportProgress: reportProgress
|
|
1559
|
-
});
|
|
1560
|
-
}
|
|
1561
1579
|
};
|
|
1562
1580
|
AudienceControllerService.ctorParameters = () => [
|
|
1563
1581
|
{ type: HttpClient },
|
|
@@ -1583,7 +1601,7 @@ AudienceControllerService = __decorate([
|
|
|
1583
1601
|
let AuditControllerService = class AuditControllerService {
|
|
1584
1602
|
constructor(httpClient, basePath, configuration) {
|
|
1585
1603
|
this.httpClient = httpClient;
|
|
1586
|
-
this.basePath = 'https://
|
|
1604
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1587
1605
|
this.defaultHeaders = new HttpHeaders();
|
|
1588
1606
|
this.configuration = new Configuration();
|
|
1589
1607
|
if (basePath) {
|
|
@@ -1764,7 +1782,7 @@ AuditControllerService = __decorate([
|
|
|
1764
1782
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1765
1783
|
constructor(httpClient, basePath, configuration) {
|
|
1766
1784
|
this.httpClient = httpClient;
|
|
1767
|
-
this.basePath = 'https://
|
|
1785
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1768
1786
|
this.defaultHeaders = new HttpHeaders();
|
|
1769
1787
|
this.configuration = new Configuration();
|
|
1770
1788
|
if (basePath) {
|
|
@@ -1985,7 +2003,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1985
2003
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1986
2004
|
constructor(httpClient, basePath, configuration) {
|
|
1987
2005
|
this.httpClient = httpClient;
|
|
1988
|
-
this.basePath = 'https://
|
|
2006
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1989
2007
|
this.defaultHeaders = new HttpHeaders();
|
|
1990
2008
|
this.configuration = new Configuration();
|
|
1991
2009
|
if (basePath) {
|
|
@@ -2090,7 +2108,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2090
2108
|
let CampaignControllerService = class CampaignControllerService {
|
|
2091
2109
|
constructor(httpClient, basePath, configuration) {
|
|
2092
2110
|
this.httpClient = httpClient;
|
|
2093
|
-
this.basePath = 'https://
|
|
2111
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2094
2112
|
this.defaultHeaders = new HttpHeaders();
|
|
2095
2113
|
this.configuration = new Configuration();
|
|
2096
2114
|
if (basePath) {
|
|
@@ -2386,7 +2404,7 @@ CampaignControllerService = __decorate([
|
|
|
2386
2404
|
let CatalogControllerService = class CatalogControllerService {
|
|
2387
2405
|
constructor(httpClient, basePath, configuration) {
|
|
2388
2406
|
this.httpClient = httpClient;
|
|
2389
|
-
this.basePath = 'https://
|
|
2407
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2390
2408
|
this.defaultHeaders = new HttpHeaders();
|
|
2391
2409
|
this.configuration = new Configuration();
|
|
2392
2410
|
if (basePath) {
|
|
@@ -2589,7 +2607,7 @@ CatalogControllerService = __decorate([
|
|
|
2589
2607
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2590
2608
|
constructor(httpClient, basePath, configuration) {
|
|
2591
2609
|
this.httpClient = httpClient;
|
|
2592
|
-
this.basePath = 'https://
|
|
2610
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2593
2611
|
this.defaultHeaders = new HttpHeaders();
|
|
2594
2612
|
this.configuration = new Configuration();
|
|
2595
2613
|
if (basePath) {
|
|
@@ -2817,7 +2835,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2817
2835
|
let CreativeControllerService = class CreativeControllerService {
|
|
2818
2836
|
constructor(httpClient, basePath, configuration) {
|
|
2819
2837
|
this.httpClient = httpClient;
|
|
2820
|
-
this.basePath = 'https://
|
|
2838
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2821
2839
|
this.defaultHeaders = new HttpHeaders();
|
|
2822
2840
|
this.configuration = new Configuration();
|
|
2823
2841
|
if (basePath) {
|
|
@@ -3260,7 +3278,7 @@ CreativeControllerService = __decorate([
|
|
|
3260
3278
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3261
3279
|
constructor(httpClient, basePath, configuration) {
|
|
3262
3280
|
this.httpClient = httpClient;
|
|
3263
|
-
this.basePath = 'https://
|
|
3281
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3264
3282
|
this.defaultHeaders = new HttpHeaders();
|
|
3265
3283
|
this.configuration = new Configuration();
|
|
3266
3284
|
if (basePath) {
|
|
@@ -3673,7 +3691,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3673
3691
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3674
3692
|
constructor(httpClient, basePath, configuration) {
|
|
3675
3693
|
this.httpClient = httpClient;
|
|
3676
|
-
this.basePath = 'https://
|
|
3694
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3677
3695
|
this.defaultHeaders = new HttpHeaders();
|
|
3678
3696
|
this.configuration = new Configuration();
|
|
3679
3697
|
if (basePath) {
|
|
@@ -3854,7 +3872,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3854
3872
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3855
3873
|
constructor(httpClient, basePath, configuration) {
|
|
3856
3874
|
this.httpClient = httpClient;
|
|
3857
|
-
this.basePath = 'https://
|
|
3875
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3858
3876
|
this.defaultHeaders = new HttpHeaders();
|
|
3859
3877
|
this.configuration = new Configuration();
|
|
3860
3878
|
if (basePath) {
|
|
@@ -3928,7 +3946,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3928
3946
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3929
3947
|
constructor(httpClient, basePath, configuration) {
|
|
3930
3948
|
this.httpClient = httpClient;
|
|
3931
|
-
this.basePath = 'https://
|
|
3949
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3932
3950
|
this.defaultHeaders = new HttpHeaders();
|
|
3933
3951
|
this.configuration = new Configuration();
|
|
3934
3952
|
if (basePath) {
|
|
@@ -4089,7 +4107,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
4089
4107
|
let DashboardControllerService = class DashboardControllerService {
|
|
4090
4108
|
constructor(httpClient, basePath, configuration) {
|
|
4091
4109
|
this.httpClient = httpClient;
|
|
4092
|
-
this.basePath = 'https://
|
|
4110
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4093
4111
|
this.defaultHeaders = new HttpHeaders();
|
|
4094
4112
|
this.configuration = new Configuration();
|
|
4095
4113
|
if (basePath) {
|
|
@@ -4704,7 +4722,7 @@ DashboardControllerService = __decorate([
|
|
|
4704
4722
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4705
4723
|
constructor(httpClient, basePath, configuration) {
|
|
4706
4724
|
this.httpClient = httpClient;
|
|
4707
|
-
this.basePath = 'https://
|
|
4725
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4708
4726
|
this.defaultHeaders = new HttpHeaders();
|
|
4709
4727
|
this.configuration = new Configuration();
|
|
4710
4728
|
if (basePath) {
|
|
@@ -4883,7 +4901,7 @@ NotificationsControllerService = __decorate([
|
|
|
4883
4901
|
let PixelControllerService = class PixelControllerService {
|
|
4884
4902
|
constructor(httpClient, basePath, configuration) {
|
|
4885
4903
|
this.httpClient = httpClient;
|
|
4886
|
-
this.basePath = 'https://
|
|
4904
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4887
4905
|
this.defaultHeaders = new HttpHeaders();
|
|
4888
4906
|
this.configuration = new Configuration();
|
|
4889
4907
|
if (basePath) {
|
|
@@ -5186,7 +5204,7 @@ PixelControllerService = __decorate([
|
|
|
5186
5204
|
let ReportingControllerService = class ReportingControllerService {
|
|
5187
5205
|
constructor(httpClient, basePath, configuration) {
|
|
5188
5206
|
this.httpClient = httpClient;
|
|
5189
|
-
this.basePath = 'https://
|
|
5207
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5190
5208
|
this.defaultHeaders = new HttpHeaders();
|
|
5191
5209
|
this.configuration = new Configuration();
|
|
5192
5210
|
if (basePath) {
|
|
@@ -5352,7 +5370,7 @@ ReportingControllerService = __decorate([
|
|
|
5352
5370
|
let SliceXControllerService = class SliceXControllerService {
|
|
5353
5371
|
constructor(httpClient, basePath, configuration) {
|
|
5354
5372
|
this.httpClient = httpClient;
|
|
5355
|
-
this.basePath = 'https://
|
|
5373
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5356
5374
|
this.defaultHeaders = new HttpHeaders();
|
|
5357
5375
|
this.configuration = new Configuration();
|
|
5358
5376
|
if (basePath) {
|
|
@@ -5598,7 +5616,7 @@ SliceXControllerService = __decorate([
|
|
|
5598
5616
|
let StrategyControllerService = class StrategyControllerService {
|
|
5599
5617
|
constructor(httpClient, basePath, configuration) {
|
|
5600
5618
|
this.httpClient = httpClient;
|
|
5601
|
-
this.basePath = 'https://
|
|
5619
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5602
5620
|
this.defaultHeaders = new HttpHeaders();
|
|
5603
5621
|
this.configuration = new Configuration();
|
|
5604
5622
|
if (basePath) {
|
|
@@ -6213,7 +6231,7 @@ StrategyControllerService = __decorate([
|
|
|
6213
6231
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
6214
6232
|
constructor(httpClient, basePath, configuration) {
|
|
6215
6233
|
this.httpClient = httpClient;
|
|
6216
|
-
this.basePath = 'https://
|
|
6234
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6217
6235
|
this.defaultHeaders = new HttpHeaders();
|
|
6218
6236
|
this.configuration = new Configuration();
|
|
6219
6237
|
if (basePath) {
|
|
@@ -6301,7 +6319,7 @@ UILoggerControllerService = __decorate([
|
|
|
6301
6319
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6302
6320
|
constructor(httpClient, basePath, configuration) {
|
|
6303
6321
|
this.httpClient = httpClient;
|
|
6304
|
-
this.basePath = 'https://
|
|
6322
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6305
6323
|
this.defaultHeaders = new HttpHeaders();
|
|
6306
6324
|
this.configuration = new Configuration();
|
|
6307
6325
|
if (basePath) {
|
|
@@ -6537,28 +6555,6 @@ var AuctionTypeEditField;
|
|
|
6537
6555
|
};
|
|
6538
6556
|
})(AuctionTypeEditField || (AuctionTypeEditField = {}));
|
|
6539
6557
|
|
|
6540
|
-
/**
|
|
6541
|
-
* Api Documentation
|
|
6542
|
-
* Api Documentation
|
|
6543
|
-
*
|
|
6544
|
-
* OpenAPI spec version: 1.0
|
|
6545
|
-
*
|
|
6546
|
-
*
|
|
6547
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6548
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6549
|
-
* Do not edit the class manually.
|
|
6550
|
-
*/
|
|
6551
|
-
var AudienceBackfillQueryTemplateRequest;
|
|
6552
|
-
(function (AudienceBackfillQueryTemplateRequest) {
|
|
6553
|
-
AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
|
|
6554
|
-
MINUTE: 'MINUTE',
|
|
6555
|
-
HOUR: 'HOUR',
|
|
6556
|
-
DAY: 'DAY',
|
|
6557
|
-
WEEK: 'WEEK',
|
|
6558
|
-
MONTH: 'MONTH'
|
|
6559
|
-
};
|
|
6560
|
-
})(AudienceBackfillQueryTemplateRequest || (AudienceBackfillQueryTemplateRequest = {}));
|
|
6561
|
-
|
|
6562
6558
|
var AudienceDTO;
|
|
6563
6559
|
(function (AudienceDTO) {
|
|
6564
6560
|
AudienceDTO.AudienceTypeEnum = {
|
|
@@ -7402,5 +7398,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
7402
7398
|
* Generated bundle index. Do not edit.
|
|
7403
7399
|
*/
|
|
7404
7400
|
|
|
7405
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField,
|
|
7401
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7406
7402
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|