@revxui/api-clients-ts 0.10.324 → 0.10.326
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 +0 -39
- package/api/catalogController.service.d.ts +13 -0
- package/api/creativeSetsController.service.d.ts +16 -0
- package/bundles/revxui-api-clients-ts.umd.js +128 -163
- 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 -91
- package/esm2015/api/audienceController.service.js +2 -2
- 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 +35 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +47 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/advertiserLayoutVariables.js +1 -1
- package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +6 -12
- package/esm2015/model/creativeSetDashboardMetric.js +4 -2
- package/esm2015/model/creativeSetDetails.js +4 -2
- package/esm2015/model/creativeSetRequest.js +4 -2
- package/esm2015/model/creativeSetResponse.js +4 -2
- package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
- package/esm2015/model/hybridAdMapping.js +1 -0
- package/esm2015/model/models.js +1 -2
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -97
- package/esm5/api/audienceController.service.js +2 -2
- 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 +37 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +49 -2
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/advertiserLayoutVariables.js +1 -1
- package/esm5/model/baseModelWithCreativeSetType.js +4 -2
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +6 -12
- package/esm5/model/creativeSetDashboardMetric.js +4 -2
- package/esm5/model/creativeSetDetails.js +4 -2
- package/esm5/model/creativeSetRequest.js +4 -2
- package/esm5/model/creativeSetResponse.js +4 -2
- package/esm5/model/duplicateCreativeSetResponse.js +4 -2
- package/esm5/model/hybridAdMapping.js +1 -0
- package/esm5/model/models.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js +125 -158
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +129 -164
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserLayoutVariables.d.ts +1 -0
- package/model/baseModelWithCreativeSetType.d.ts +3 -1
- package/model/creativeDTO.d.ts +4 -0
- package/model/creativeHtmlFileForSet.d.ts +9 -0
- package/model/creativeSetDashboardMetric.d.ts +3 -1
- package/model/creativeSetDetails.d.ts +3 -1
- package/model/creativeSetRequest.d.ts +7 -1
- package/model/creativeSetResponse.d.ts +3 -1
- package/model/duplicateCreativeSetResponse.d.ts +3 -1
- package/model/{dynamicVideoTemplate.d.ts → hybridAdMapping.d.ts} +5 -6
- package/model/models.d.ts +1 -7
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/advertiserDynamicVideoConfig.js +0 -1
- package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
- package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
- package/esm2015/model/dynamicVideoConfigDTO.js +0 -28
- package/esm2015/model/dynamicVideoDTO.js +0 -1
- package/esm2015/model/dynamicVideoTemplate.js +0 -1
- package/esm2015/model/nameAndTitleModel.js +0 -12
- package/esm5/model/advertiserDynamicVideoConfig.js +0 -1
- package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
- package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
- package/esm5/model/dynamicVideoConfigDTO.js +0 -28
- package/esm5/model/dynamicVideoDTO.js +0 -1
- package/esm5/model/dynamicVideoTemplate.js +0 -1
- package/esm5/model/nameAndTitleModel.js +0 -12
- package/model/advertiserDynamicVideoConfig.d.ts +0 -18
- package/model/apiResponseObjectAdvertiserDynamicVideoConfig.d.ts +0 -17
- package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +0 -17
- package/model/dynamicVideoConfigDTO.d.ts +0 -32
- package/model/dynamicVideoDTO.d.ts +0 -16
- package/model/nameAndTitleModel.d.ts +0 -15
|
@@ -83,7 +83,7 @@ class Configuration {
|
|
|
83
83
|
let AdminControllerService = class AdminControllerService {
|
|
84
84
|
constructor(httpClient, basePath, configuration) {
|
|
85
85
|
this.httpClient = httpClient;
|
|
86
|
-
this.basePath = 'https://
|
|
86
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
87
87
|
this.defaultHeaders = new HttpHeaders();
|
|
88
88
|
this.configuration = new Configuration();
|
|
89
89
|
if (basePath) {
|
|
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
273
273
|
let AdvertiserControllerService = class AdvertiserControllerService {
|
|
274
274
|
constructor(httpClient, basePath, configuration) {
|
|
275
275
|
this.httpClient = httpClient;
|
|
276
|
-
this.basePath = 'https://
|
|
276
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
277
277
|
this.defaultHeaders = new HttpHeaders();
|
|
278
278
|
this.configuration = new Configuration();
|
|
279
279
|
if (basePath) {
|
|
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
|
|
|
685
685
|
let AppSettingsControllerService = class AppSettingsControllerService {
|
|
686
686
|
constructor(httpClient, basePath, configuration) {
|
|
687
687
|
this.httpClient = httpClient;
|
|
688
|
-
this.basePath = 'https://
|
|
688
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
689
689
|
this.defaultHeaders = new HttpHeaders();
|
|
690
690
|
this.configuration = new Configuration();
|
|
691
691
|
if (basePath) {
|
|
@@ -743,61 +743,6 @@ 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
|
-
}
|
|
801
746
|
getAppSettingsUsingGET(advertiserId, reqId, settingsKeys, token, observe = 'body', reportProgress = false) {
|
|
802
747
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
803
748
|
if (advertiserId !== undefined && advertiserId !== null) {
|
|
@@ -867,40 +812,6 @@ let AppSettingsControllerService = class AppSettingsControllerService {
|
|
|
867
812
|
reportProgress: reportProgress
|
|
868
813
|
});
|
|
869
814
|
}
|
|
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
|
-
}
|
|
904
815
|
};
|
|
905
816
|
AppSettingsControllerService.ctorParameters = () => [
|
|
906
817
|
{ type: HttpClient },
|
|
@@ -926,7 +837,7 @@ AppSettingsControllerService = __decorate([
|
|
|
926
837
|
let AudienceControllerService = class AudienceControllerService {
|
|
927
838
|
constructor(httpClient, basePath, configuration) {
|
|
928
839
|
this.httpClient = httpClient;
|
|
929
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
930
841
|
this.defaultHeaders = new HttpHeaders();
|
|
931
842
|
this.configuration = new Configuration();
|
|
932
843
|
if (basePath) {
|
|
@@ -1672,7 +1583,7 @@ AudienceControllerService = __decorate([
|
|
|
1672
1583
|
let AuditControllerService = class AuditControllerService {
|
|
1673
1584
|
constructor(httpClient, basePath, configuration) {
|
|
1674
1585
|
this.httpClient = httpClient;
|
|
1675
|
-
this.basePath = 'https://
|
|
1586
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1676
1587
|
this.defaultHeaders = new HttpHeaders();
|
|
1677
1588
|
this.configuration = new Configuration();
|
|
1678
1589
|
if (basePath) {
|
|
@@ -1853,7 +1764,7 @@ AuditControllerService = __decorate([
|
|
|
1853
1764
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1854
1765
|
constructor(httpClient, basePath, configuration) {
|
|
1855
1766
|
this.httpClient = httpClient;
|
|
1856
|
-
this.basePath = 'https://
|
|
1767
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1857
1768
|
this.defaultHeaders = new HttpHeaders();
|
|
1858
1769
|
this.configuration = new Configuration();
|
|
1859
1770
|
if (basePath) {
|
|
@@ -2074,7 +1985,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
2074
1985
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
2075
1986
|
constructor(httpClient, basePath, configuration) {
|
|
2076
1987
|
this.httpClient = httpClient;
|
|
2077
|
-
this.basePath = 'https://
|
|
1988
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2078
1989
|
this.defaultHeaders = new HttpHeaders();
|
|
2079
1990
|
this.configuration = new Configuration();
|
|
2080
1991
|
if (basePath) {
|
|
@@ -2179,7 +2090,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2179
2090
|
let CampaignControllerService = class CampaignControllerService {
|
|
2180
2091
|
constructor(httpClient, basePath, configuration) {
|
|
2181
2092
|
this.httpClient = httpClient;
|
|
2182
|
-
this.basePath = 'https://
|
|
2093
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2183
2094
|
this.defaultHeaders = new HttpHeaders();
|
|
2184
2095
|
this.configuration = new Configuration();
|
|
2185
2096
|
if (basePath) {
|
|
@@ -2475,7 +2386,7 @@ CampaignControllerService = __decorate([
|
|
|
2475
2386
|
let CatalogControllerService = class CatalogControllerService {
|
|
2476
2387
|
constructor(httpClient, basePath, configuration) {
|
|
2477
2388
|
this.httpClient = httpClient;
|
|
2478
|
-
this.basePath = 'https://
|
|
2389
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2479
2390
|
this.defaultHeaders = new HttpHeaders();
|
|
2480
2391
|
this.configuration = new Configuration();
|
|
2481
2392
|
if (basePath) {
|
|
@@ -2569,6 +2480,39 @@ let CatalogControllerService = class CatalogControllerService {
|
|
|
2569
2480
|
reportProgress: reportProgress
|
|
2570
2481
|
});
|
|
2571
2482
|
}
|
|
2483
|
+
getFeedsByAdvertiserIdUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
2484
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
2485
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getFeedsByAdvertiserIdUsingGET.');
|
|
2486
|
+
}
|
|
2487
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
2488
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
2489
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
2490
|
+
}
|
|
2491
|
+
let headers = this.defaultHeaders;
|
|
2492
|
+
if (reqId !== undefined && reqId !== null) {
|
|
2493
|
+
headers = headers.set('reqId', String(reqId));
|
|
2494
|
+
}
|
|
2495
|
+
if (token !== undefined && token !== null) {
|
|
2496
|
+
headers = headers.set('token', String(token));
|
|
2497
|
+
}
|
|
2498
|
+
// to determine the Accept header
|
|
2499
|
+
let httpHeaderAccepts = [
|
|
2500
|
+
'application/json'
|
|
2501
|
+
];
|
|
2502
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2503
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
2504
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2505
|
+
}
|
|
2506
|
+
// to determine the Content-Type header
|
|
2507
|
+
const consumes = [];
|
|
2508
|
+
return this.httpClient.get(`${this.basePath}/v2/api/catalog/feeds`, {
|
|
2509
|
+
params: queryParameters,
|
|
2510
|
+
withCredentials: this.configuration.withCredentials,
|
|
2511
|
+
headers: headers,
|
|
2512
|
+
observe: observe,
|
|
2513
|
+
reportProgress: reportProgress
|
|
2514
|
+
});
|
|
2515
|
+
}
|
|
2572
2516
|
getMacrosUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
|
|
2573
2517
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
2574
2518
|
throw new Error('Required parameter advertiser_id was null or undefined when calling getMacrosUsingPOST.');
|
|
@@ -2678,7 +2622,7 @@ CatalogControllerService = __decorate([
|
|
|
2678
2622
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2679
2623
|
constructor(httpClient, basePath, configuration) {
|
|
2680
2624
|
this.httpClient = httpClient;
|
|
2681
|
-
this.basePath = 'https://
|
|
2625
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2682
2626
|
this.defaultHeaders = new HttpHeaders();
|
|
2683
2627
|
this.configuration = new Configuration();
|
|
2684
2628
|
if (basePath) {
|
|
@@ -2906,7 +2850,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2906
2850
|
let CreativeControllerService = class CreativeControllerService {
|
|
2907
2851
|
constructor(httpClient, basePath, configuration) {
|
|
2908
2852
|
this.httpClient = httpClient;
|
|
2909
|
-
this.basePath = 'https://
|
|
2853
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2910
2854
|
this.defaultHeaders = new HttpHeaders();
|
|
2911
2855
|
this.configuration = new Configuration();
|
|
2912
2856
|
if (basePath) {
|
|
@@ -3349,7 +3293,7 @@ CreativeControllerService = __decorate([
|
|
|
3349
3293
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3350
3294
|
constructor(httpClient, basePath, configuration) {
|
|
3351
3295
|
this.httpClient = httpClient;
|
|
3352
|
-
this.basePath = 'https://
|
|
3296
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3353
3297
|
this.defaultHeaders = new HttpHeaders();
|
|
3354
3298
|
this.configuration = new Configuration();
|
|
3355
3299
|
if (basePath) {
|
|
@@ -3700,6 +3644,51 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3700
3644
|
reportProgress: reportProgress
|
|
3701
3645
|
});
|
|
3702
3646
|
}
|
|
3647
|
+
getTemplateListUsingGET(advertiserId, type, filters, isPlacebo, reqId, token, observe = 'body', reportProgress = false) {
|
|
3648
|
+
if (advertiserId === null || advertiserId === undefined) {
|
|
3649
|
+
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
|
|
3650
|
+
}
|
|
3651
|
+
if (type === null || type === undefined) {
|
|
3652
|
+
throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
|
|
3653
|
+
}
|
|
3654
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3655
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
3656
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
3657
|
+
}
|
|
3658
|
+
if (filters !== undefined && filters !== null) {
|
|
3659
|
+
queryParameters = queryParameters.set('filters', filters);
|
|
3660
|
+
}
|
|
3661
|
+
if (isPlacebo !== undefined && isPlacebo !== null) {
|
|
3662
|
+
queryParameters = queryParameters.set('isPlacebo', isPlacebo);
|
|
3663
|
+
}
|
|
3664
|
+
if (type !== undefined && type !== null) {
|
|
3665
|
+
queryParameters = queryParameters.set('type', type);
|
|
3666
|
+
}
|
|
3667
|
+
let headers = this.defaultHeaders;
|
|
3668
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3669
|
+
headers = headers.set('reqId', String(reqId));
|
|
3670
|
+
}
|
|
3671
|
+
if (token !== undefined && token !== null) {
|
|
3672
|
+
headers = headers.set('token', String(token));
|
|
3673
|
+
}
|
|
3674
|
+
// to determine the Accept header
|
|
3675
|
+
let httpHeaderAccepts = [
|
|
3676
|
+
'application/json'
|
|
3677
|
+
];
|
|
3678
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3679
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3680
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3681
|
+
}
|
|
3682
|
+
// to determine the Content-Type header
|
|
3683
|
+
const consumes = [];
|
|
3684
|
+
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/templates`, {
|
|
3685
|
+
params: queryParameters,
|
|
3686
|
+
withCredentials: this.configuration.withCredentials,
|
|
3687
|
+
headers: headers,
|
|
3688
|
+
observe: observe,
|
|
3689
|
+
reportProgress: reportProgress
|
|
3690
|
+
});
|
|
3691
|
+
}
|
|
3703
3692
|
updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
3704
3693
|
if (creativeSetRequest === null || creativeSetRequest === undefined) {
|
|
3705
3694
|
throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
|
|
@@ -3762,7 +3751,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3762
3751
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3763
3752
|
constructor(httpClient, basePath, configuration) {
|
|
3764
3753
|
this.httpClient = httpClient;
|
|
3765
|
-
this.basePath = 'https://
|
|
3754
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3766
3755
|
this.defaultHeaders = new HttpHeaders();
|
|
3767
3756
|
this.configuration = new Configuration();
|
|
3768
3757
|
if (basePath) {
|
|
@@ -3943,7 +3932,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3943
3932
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3944
3933
|
constructor(httpClient, basePath, configuration) {
|
|
3945
3934
|
this.httpClient = httpClient;
|
|
3946
|
-
this.basePath = 'https://
|
|
3935
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3947
3936
|
this.defaultHeaders = new HttpHeaders();
|
|
3948
3937
|
this.configuration = new Configuration();
|
|
3949
3938
|
if (basePath) {
|
|
@@ -4017,7 +4006,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
4017
4006
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
4018
4007
|
constructor(httpClient, basePath, configuration) {
|
|
4019
4008
|
this.httpClient = httpClient;
|
|
4020
|
-
this.basePath = 'https://
|
|
4009
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4021
4010
|
this.defaultHeaders = new HttpHeaders();
|
|
4022
4011
|
this.configuration = new Configuration();
|
|
4023
4012
|
if (basePath) {
|
|
@@ -4178,7 +4167,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
4178
4167
|
let DashboardControllerService = class DashboardControllerService {
|
|
4179
4168
|
constructor(httpClient, basePath, configuration) {
|
|
4180
4169
|
this.httpClient = httpClient;
|
|
4181
|
-
this.basePath = 'https://
|
|
4170
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4182
4171
|
this.defaultHeaders = new HttpHeaders();
|
|
4183
4172
|
this.configuration = new Configuration();
|
|
4184
4173
|
if (basePath) {
|
|
@@ -4793,7 +4782,7 @@ DashboardControllerService = __decorate([
|
|
|
4793
4782
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4794
4783
|
constructor(httpClient, basePath, configuration) {
|
|
4795
4784
|
this.httpClient = httpClient;
|
|
4796
|
-
this.basePath = 'https://
|
|
4785
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4797
4786
|
this.defaultHeaders = new HttpHeaders();
|
|
4798
4787
|
this.configuration = new Configuration();
|
|
4799
4788
|
if (basePath) {
|
|
@@ -4972,7 +4961,7 @@ NotificationsControllerService = __decorate([
|
|
|
4972
4961
|
let PixelControllerService = class PixelControllerService {
|
|
4973
4962
|
constructor(httpClient, basePath, configuration) {
|
|
4974
4963
|
this.httpClient = httpClient;
|
|
4975
|
-
this.basePath = 'https://
|
|
4964
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4976
4965
|
this.defaultHeaders = new HttpHeaders();
|
|
4977
4966
|
this.configuration = new Configuration();
|
|
4978
4967
|
if (basePath) {
|
|
@@ -5275,7 +5264,7 @@ PixelControllerService = __decorate([
|
|
|
5275
5264
|
let ReportingControllerService = class ReportingControllerService {
|
|
5276
5265
|
constructor(httpClient, basePath, configuration) {
|
|
5277
5266
|
this.httpClient = httpClient;
|
|
5278
|
-
this.basePath = 'https://
|
|
5267
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5279
5268
|
this.defaultHeaders = new HttpHeaders();
|
|
5280
5269
|
this.configuration = new Configuration();
|
|
5281
5270
|
if (basePath) {
|
|
@@ -5441,7 +5430,7 @@ ReportingControllerService = __decorate([
|
|
|
5441
5430
|
let SliceXControllerService = class SliceXControllerService {
|
|
5442
5431
|
constructor(httpClient, basePath, configuration) {
|
|
5443
5432
|
this.httpClient = httpClient;
|
|
5444
|
-
this.basePath = 'https://
|
|
5433
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5445
5434
|
this.defaultHeaders = new HttpHeaders();
|
|
5446
5435
|
this.configuration = new Configuration();
|
|
5447
5436
|
if (basePath) {
|
|
@@ -5687,7 +5676,7 @@ SliceXControllerService = __decorate([
|
|
|
5687
5676
|
let StrategyControllerService = class StrategyControllerService {
|
|
5688
5677
|
constructor(httpClient, basePath, configuration) {
|
|
5689
5678
|
this.httpClient = httpClient;
|
|
5690
|
-
this.basePath = 'https://
|
|
5679
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5691
5680
|
this.defaultHeaders = new HttpHeaders();
|
|
5692
5681
|
this.configuration = new Configuration();
|
|
5693
5682
|
if (basePath) {
|
|
@@ -6302,7 +6291,7 @@ StrategyControllerService = __decorate([
|
|
|
6302
6291
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
6303
6292
|
constructor(httpClient, basePath, configuration) {
|
|
6304
6293
|
this.httpClient = httpClient;
|
|
6305
|
-
this.basePath = 'https://
|
|
6294
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6306
6295
|
this.defaultHeaders = new HttpHeaders();
|
|
6307
6296
|
this.configuration = new Configuration();
|
|
6308
6297
|
if (basePath) {
|
|
@@ -6390,7 +6379,7 @@ UILoggerControllerService = __decorate([
|
|
|
6390
6379
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6391
6380
|
constructor(httpClient, basePath, configuration) {
|
|
6392
6381
|
this.httpClient = httpClient;
|
|
6393
|
-
this.basePath = 'https://
|
|
6382
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6394
6383
|
this.defaultHeaders = new HttpHeaders();
|
|
6395
6384
|
this.configuration = new Configuration();
|
|
6396
6385
|
if (basePath) {
|
|
@@ -6738,7 +6727,9 @@ var BaseModelWithCreativeSetType;
|
|
|
6738
6727
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6739
6728
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6740
6729
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6741
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6730
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6731
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6732
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6742
6733
|
};
|
|
6743
6734
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
6744
6735
|
|
|
@@ -6857,19 +6848,13 @@ var CreativeFiles;
|
|
|
6857
6848
|
};
|
|
6858
6849
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
6859
6850
|
|
|
6860
|
-
/**
|
|
6861
|
-
* Api Documentation
|
|
6862
|
-
* Api Documentation
|
|
6863
|
-
*
|
|
6864
|
-
* OpenAPI spec version: 1.0
|
|
6865
|
-
*
|
|
6866
|
-
*
|
|
6867
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6868
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6869
|
-
* Do not edit the class manually.
|
|
6870
|
-
*/
|
|
6871
6851
|
var CreativeHtmlFileForSet;
|
|
6872
6852
|
(function (CreativeHtmlFileForSet) {
|
|
6853
|
+
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
6854
|
+
DCO: 'DCO',
|
|
6855
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6856
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6857
|
+
};
|
|
6873
6858
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
6874
6859
|
Image: 'image',
|
|
6875
6860
|
Html: 'html',
|
|
@@ -6900,7 +6885,9 @@ var CreativeSetDashboardMetric;
|
|
|
6900
6885
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6901
6886
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6902
6887
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6903
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6888
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6889
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6890
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6904
6891
|
};
|
|
6905
6892
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
6906
6893
|
|
|
@@ -6916,7 +6903,9 @@ var CreativeSetDetails;
|
|
|
6916
6903
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6917
6904
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6918
6905
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6919
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6906
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6907
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6908
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6920
6909
|
};
|
|
6921
6910
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
6922
6911
|
|
|
@@ -6932,7 +6921,9 @@ var CreativeSetRequest;
|
|
|
6932
6921
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6933
6922
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6934
6923
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6935
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6924
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6925
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6926
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6936
6927
|
};
|
|
6937
6928
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
6938
6929
|
|
|
@@ -6959,7 +6950,9 @@ var CreativeSetResponse;
|
|
|
6959
6950
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6960
6951
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6961
6952
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6962
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6953
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
6954
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6955
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6963
6956
|
};
|
|
6964
6957
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
6965
6958
|
|
|
@@ -7006,38 +6999,12 @@ var DuplicateCreativeSetResponse;
|
|
|
7006
6999
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7007
7000
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7008
7001
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7009
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7002
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7003
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7004
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7010
7005
|
};
|
|
7011
7006
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7012
7007
|
|
|
7013
|
-
/**
|
|
7014
|
-
* Api Documentation
|
|
7015
|
-
* Api Documentation
|
|
7016
|
-
*
|
|
7017
|
-
* OpenAPI spec version: 1.0
|
|
7018
|
-
*
|
|
7019
|
-
*
|
|
7020
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7021
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7022
|
-
* Do not edit the class manually.
|
|
7023
|
-
*/
|
|
7024
|
-
var DynamicVideoConfigDTO;
|
|
7025
|
-
(function (DynamicVideoConfigDTO) {
|
|
7026
|
-
DynamicVideoConfigDTO.ConfigKeyEnum = {
|
|
7027
|
-
TEMPLATEID: 'TEMPLATE_ID',
|
|
7028
|
-
LOGO: 'LOGO',
|
|
7029
|
-
SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
|
|
7030
|
-
ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
|
|
7031
|
-
CTA: 'CTA',
|
|
7032
|
-
TITLELENGTH: 'TITLE_LENGTH',
|
|
7033
|
-
DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
|
|
7034
|
-
FONT: 'FONT',
|
|
7035
|
-
ROUNDPRICE: 'ROUND_PRICE',
|
|
7036
|
-
MUSICFILE: 'MUSIC_FILE',
|
|
7037
|
-
VIDEOFILE: 'VIDEO_FILE'
|
|
7038
|
-
};
|
|
7039
|
-
})(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
|
|
7040
|
-
|
|
7041
7008
|
/**
|
|
7042
7009
|
* Api Documentation
|
|
7043
7010
|
* Api Documentation
|
|
@@ -7533,5 +7500,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
7533
7500
|
* Generated bundle index. Do not edit.
|
|
7534
7501
|
*/
|
|
7535
7502
|
|
|
7536
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, 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,
|
|
7503
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, 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 };
|
|
7537
7504
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|