@revxui/api-clients-ts 0.10.258 → 0.10.260
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/creativeSetsController.service.d.ts +15 -0
- package/bundles/revxui-api-clients-ts.umd.js +89 -23
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +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 +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +39 -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/apiResponseObjectDuplicateCreativeSetResponse.js +1 -0
- package/esm2015/model/duplicateCreativeSetResponse.js +27 -0
- package/esm2015/model/duplicateCreativeSetsRequestDTO.js +1 -0
- package/esm2015/model/incrementalityReportDTO.js +12 -1
- package/esm2015/model/models.js +2 -1
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +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 +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +41 -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/apiResponseObjectDuplicateCreativeSetResponse.js +1 -0
- package/esm5/model/duplicateCreativeSetResponse.js +27 -0
- package/esm5/model/duplicateCreativeSetsRequestDTO.js +1 -0
- package/esm5/model/incrementalityReportDTO.js +12 -1
- package/esm5/model/models.js +2 -1
- package/fesm2015/revxui-api-clients-ts.js +88 -24
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +90 -24
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/apiResponseObjectDuplicateCreativeSetResponse.d.ts +17 -0
- package/model/duplicateCreativeSetResponse.d.ts +33 -0
- package/model/duplicateCreativeSetsRequestDTO.d.ts +21 -0
- package/model/incrementalityReportDTO.d.ts +0 -2
- package/model/models.d.ts +3 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
|
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
|
|
|
87
87
|
var AdminControllerService = /** @class */ (function () {
|
|
88
88
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
89
89
|
this.httpClient = httpClient;
|
|
90
|
-
this.basePath = 'https://
|
|
90
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
91
91
|
this.defaultHeaders = new HttpHeaders();
|
|
92
92
|
this.configuration = new Configuration();
|
|
93
93
|
if (basePath) {
|
|
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
|
|
|
304
304
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
305
305
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
306
306
|
this.httpClient = httpClient;
|
|
307
|
-
this.basePath = 'https://
|
|
307
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
308
308
|
this.defaultHeaders = new HttpHeaders();
|
|
309
309
|
this.configuration = new Configuration();
|
|
310
310
|
if (basePath) {
|
|
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
|
|
|
750
750
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
751
751
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
752
752
|
this.httpClient = httpClient;
|
|
753
|
-
this.basePath = 'https://
|
|
753
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
754
754
|
this.defaultHeaders = new HttpHeaders();
|
|
755
755
|
this.configuration = new Configuration();
|
|
756
756
|
if (basePath) {
|
|
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
920
920
|
var AudienceControllerService = /** @class */ (function () {
|
|
921
921
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
922
922
|
this.httpClient = httpClient;
|
|
923
|
-
this.basePath = 'https://
|
|
923
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1643,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1643
1643
|
var AuditControllerService = /** @class */ (function () {
|
|
1644
1644
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1645
1645
|
this.httpClient = httpClient;
|
|
1646
|
-
this.basePath = 'https://
|
|
1646
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1647
1647
|
this.defaultHeaders = new HttpHeaders();
|
|
1648
1648
|
this.configuration = new Configuration();
|
|
1649
1649
|
if (basePath) {
|
|
@@ -1842,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1842
1842
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1843
1843
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1844
1844
|
this.httpClient = httpClient;
|
|
1845
|
-
this.basePath = 'https://
|
|
1845
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1846
1846
|
this.defaultHeaders = new HttpHeaders();
|
|
1847
1847
|
this.configuration = new Configuration();
|
|
1848
1848
|
if (basePath) {
|
|
@@ -2085,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2085
2085
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2086
2086
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2087
2087
|
this.httpClient = httpClient;
|
|
2088
|
-
this.basePath = 'https://
|
|
2088
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2089
2089
|
this.defaultHeaders = new HttpHeaders();
|
|
2090
2090
|
this.configuration = new Configuration();
|
|
2091
2091
|
if (basePath) {
|
|
@@ -2206,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2206
2206
|
var CampaignControllerService = /** @class */ (function () {
|
|
2207
2207
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2208
2208
|
this.httpClient = httpClient;
|
|
2209
|
-
this.basePath = 'https://
|
|
2209
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2210
2210
|
this.defaultHeaders = new HttpHeaders();
|
|
2211
2211
|
this.configuration = new Configuration();
|
|
2212
2212
|
if (basePath) {
|
|
@@ -2528,7 +2528,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2528
2528
|
var CatalogControllerService = /** @class */ (function () {
|
|
2529
2529
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2530
2530
|
this.httpClient = httpClient;
|
|
2531
|
-
this.basePath = 'https://
|
|
2531
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2532
2532
|
this.defaultHeaders = new HttpHeaders();
|
|
2533
2533
|
this.configuration = new Configuration();
|
|
2534
2534
|
if (basePath) {
|
|
@@ -2751,7 +2751,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2751
2751
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2752
2752
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2753
2753
|
this.httpClient = httpClient;
|
|
2754
|
-
this.basePath = 'https://
|
|
2754
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2755
2755
|
this.defaultHeaders = new HttpHeaders();
|
|
2756
2756
|
this.configuration = new Configuration();
|
|
2757
2757
|
if (basePath) {
|
|
@@ -3001,7 +3001,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
3001
3001
|
var CreativeControllerService = /** @class */ (function () {
|
|
3002
3002
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3003
3003
|
this.httpClient = httpClient;
|
|
3004
|
-
this.basePath = 'https://
|
|
3004
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3005
3005
|
this.defaultHeaders = new HttpHeaders();
|
|
3006
3006
|
this.configuration = new Configuration();
|
|
3007
3007
|
if (basePath) {
|
|
@@ -3478,7 +3478,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3478
3478
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3479
3479
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3480
3480
|
this.httpClient = httpClient;
|
|
3481
|
-
this.basePath = 'https://
|
|
3481
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3482
3482
|
this.defaultHeaders = new HttpHeaders();
|
|
3483
3483
|
this.configuration = new Configuration();
|
|
3484
3484
|
if (basePath) {
|
|
@@ -3549,6 +3549,45 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3549
3549
|
reportProgress: reportProgress
|
|
3550
3550
|
});
|
|
3551
3551
|
};
|
|
3552
|
+
CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
|
|
3553
|
+
if (observe === void 0) { observe = 'body'; }
|
|
3554
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
3555
|
+
if (dto === null || dto === undefined) {
|
|
3556
|
+
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3557
|
+
}
|
|
3558
|
+
if (id === null || id === undefined) {
|
|
3559
|
+
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3560
|
+
}
|
|
3561
|
+
var headers = this.defaultHeaders;
|
|
3562
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3563
|
+
headers = headers.set('reqId', String(reqId));
|
|
3564
|
+
}
|
|
3565
|
+
if (token !== undefined && token !== null) {
|
|
3566
|
+
headers = headers.set('token', String(token));
|
|
3567
|
+
}
|
|
3568
|
+
// to determine the Accept header
|
|
3569
|
+
var httpHeaderAccepts = [
|
|
3570
|
+
'application/json'
|
|
3571
|
+
];
|
|
3572
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3573
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3574
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3575
|
+
}
|
|
3576
|
+
// to determine the Content-Type header
|
|
3577
|
+
var consumes = [
|
|
3578
|
+
'application/json'
|
|
3579
|
+
];
|
|
3580
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3581
|
+
if (httpContentTypeSelected != undefined) {
|
|
3582
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3583
|
+
}
|
|
3584
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
|
|
3585
|
+
withCredentials: this.configuration.withCredentials,
|
|
3586
|
+
headers: headers,
|
|
3587
|
+
observe: observe,
|
|
3588
|
+
reportProgress: reportProgress
|
|
3589
|
+
});
|
|
3590
|
+
};
|
|
3552
3591
|
CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
3553
3592
|
if (observe === void 0) { observe = 'body'; }
|
|
3554
3593
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3813,7 +3852,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3813
3852
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3814
3853
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3815
3854
|
this.httpClient = httpClient;
|
|
3816
|
-
this.basePath = 'https://
|
|
3855
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3817
3856
|
this.defaultHeaders = new HttpHeaders();
|
|
3818
3857
|
this.configuration = new Configuration();
|
|
3819
3858
|
if (basePath) {
|
|
@@ -4014,7 +4053,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4014
4053
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4015
4054
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4016
4055
|
this.httpClient = httpClient;
|
|
4017
|
-
this.basePath = 'https://
|
|
4056
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4018
4057
|
this.defaultHeaders = new HttpHeaders();
|
|
4019
4058
|
this.configuration = new Configuration();
|
|
4020
4059
|
if (basePath) {
|
|
@@ -4102,7 +4141,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4102
4141
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4103
4142
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4104
4143
|
this.httpClient = httpClient;
|
|
4105
|
-
this.basePath = 'https://
|
|
4144
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4106
4145
|
this.defaultHeaders = new HttpHeaders();
|
|
4107
4146
|
this.configuration = new Configuration();
|
|
4108
4147
|
if (basePath) {
|
|
@@ -4281,7 +4320,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4281
4320
|
var DashboardControllerService = /** @class */ (function () {
|
|
4282
4321
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4283
4322
|
this.httpClient = httpClient;
|
|
4284
|
-
this.basePath = 'https://
|
|
4323
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4285
4324
|
this.defaultHeaders = new HttpHeaders();
|
|
4286
4325
|
this.configuration = new Configuration();
|
|
4287
4326
|
if (basePath) {
|
|
@@ -4938,7 +4977,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4938
4977
|
var NotificationsControllerService = /** @class */ (function () {
|
|
4939
4978
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
4940
4979
|
this.httpClient = httpClient;
|
|
4941
|
-
this.basePath = 'https://
|
|
4980
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4942
4981
|
this.defaultHeaders = new HttpHeaders();
|
|
4943
4982
|
this.configuration = new Configuration();
|
|
4944
4983
|
if (basePath) {
|
|
@@ -5137,7 +5176,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5137
5176
|
var PixelControllerService = /** @class */ (function () {
|
|
5138
5177
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5139
5178
|
this.httpClient = httpClient;
|
|
5140
|
-
this.basePath = 'https://
|
|
5179
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5141
5180
|
this.defaultHeaders = new HttpHeaders();
|
|
5142
5181
|
this.configuration = new Configuration();
|
|
5143
5182
|
if (basePath) {
|
|
@@ -5466,7 +5505,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5466
5505
|
var ReportingControllerService = /** @class */ (function () {
|
|
5467
5506
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5468
5507
|
this.httpClient = httpClient;
|
|
5469
|
-
this.basePath = 'https://
|
|
5508
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5470
5509
|
this.defaultHeaders = new HttpHeaders();
|
|
5471
5510
|
this.configuration = new Configuration();
|
|
5472
5511
|
if (basePath) {
|
|
@@ -5650,7 +5689,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5650
5689
|
var SliceXControllerService = /** @class */ (function () {
|
|
5651
5690
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5652
5691
|
this.httpClient = httpClient;
|
|
5653
|
-
this.basePath = 'https://
|
|
5692
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5654
5693
|
this.defaultHeaders = new HttpHeaders();
|
|
5655
5694
|
this.configuration = new Configuration();
|
|
5656
5695
|
if (basePath) {
|
|
@@ -5835,7 +5874,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5835
5874
|
var StrategyControllerService = /** @class */ (function () {
|
|
5836
5875
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5837
5876
|
this.httpClient = httpClient;
|
|
5838
|
-
this.basePath = 'https://
|
|
5877
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5839
5878
|
this.defaultHeaders = new HttpHeaders();
|
|
5840
5879
|
this.configuration = new Configuration();
|
|
5841
5880
|
if (basePath) {
|
|
@@ -6496,7 +6535,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6496
6535
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6497
6536
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6498
6537
|
this.httpClient = httpClient;
|
|
6499
|
-
this.basePath = 'https://
|
|
6538
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6500
6539
|
this.defaultHeaders = new HttpHeaders();
|
|
6501
6540
|
this.configuration = new Configuration();
|
|
6502
6541
|
if (basePath) {
|
|
@@ -6598,7 +6637,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6598
6637
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6599
6638
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6600
6639
|
this.httpClient = httpClient;
|
|
6601
|
-
this.basePath = 'https://
|
|
6640
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6602
6641
|
this.defaultHeaders = new HttpHeaders();
|
|
6603
6642
|
this.configuration = new Configuration();
|
|
6604
6643
|
if (basePath) {
|
|
@@ -7169,6 +7208,33 @@ var DcoAttributesDTO;
|
|
|
7169
7208
|
};
|
|
7170
7209
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
7171
7210
|
|
|
7211
|
+
/**
|
|
7212
|
+
* Api Documentation
|
|
7213
|
+
* Api Documentation
|
|
7214
|
+
*
|
|
7215
|
+
* OpenAPI spec version: 1.0
|
|
7216
|
+
*
|
|
7217
|
+
*
|
|
7218
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7219
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7220
|
+
* Do not edit the class manually.
|
|
7221
|
+
*/
|
|
7222
|
+
var DuplicateCreativeSetResponse;
|
|
7223
|
+
(function (DuplicateCreativeSetResponse) {
|
|
7224
|
+
DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
7225
|
+
IMAGE: 'IMAGE',
|
|
7226
|
+
VIDEO: 'VIDEO',
|
|
7227
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
7228
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
7229
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
7230
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
7231
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7232
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7233
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7234
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7235
|
+
};
|
|
7236
|
+
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7237
|
+
|
|
7172
7238
|
/**
|
|
7173
7239
|
* Api Documentation
|
|
7174
7240
|
* Api Documentation
|
|
@@ -7661,5 +7727,5 @@ var ApiModule = /** @class */ (function () {
|
|
|
7661
7727
|
* Generated bundle index. Do not edit.
|
|
7662
7728
|
*/
|
|
7663
7729
|
|
|
7664
|
-
export { APIS, 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, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7730
|
+
export { APIS, 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 };
|
|
7665
7731
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|