@revxui/api-clients-ts 0.10.255 → 0.10.257
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 +0 -15
- package/bundles/revxui-api-clients-ts.umd.js +23 -89
- 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 +2 -39
- 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/eligibleUsersRequest.js +1 -1
- 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 -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 +2 -41
- 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/eligibleUsersRequest.js +1 -1
- package/esm5/model/models.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js +24 -88
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +24 -90
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/eligibleUsersRequest.d.ts +1 -0
- package/model/models.d.ts +0 -3
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectDuplicateCreativeSetResponse.js +0 -1
- package/esm2015/model/duplicateCreativeSetResponse.js +0 -27
- package/esm2015/model/duplicateCreativeSetsRequestDTO.js +0 -1
- package/esm5/model/apiResponseObjectDuplicateCreativeSetResponse.js +0 -1
- package/esm5/model/duplicateCreativeSetResponse.js +0 -27
- package/esm5/model/duplicateCreativeSetsRequestDTO.js +0 -1
- package/model/apiResponseObjectDuplicateCreativeSetResponse.d.ts +0 -17
- package/model/duplicateCreativeSetResponse.d.ts +0 -33
- package/model/duplicateCreativeSetsRequestDTO.d.ts +0 -21
|
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
|
|
|
87
87
|
var AdminControllerService = /** @class */ (function () {
|
|
88
88
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
89
89
|
this.httpClient = httpClient;
|
|
90
|
-
this.basePath = 'https://
|
|
90
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
91
91
|
this.defaultHeaders = new HttpHeaders();
|
|
92
92
|
this.configuration = new Configuration();
|
|
93
93
|
if (basePath) {
|
|
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
|
|
|
304
304
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
305
305
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
306
306
|
this.httpClient = httpClient;
|
|
307
|
-
this.basePath = 'https://
|
|
307
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
308
308
|
this.defaultHeaders = new HttpHeaders();
|
|
309
309
|
this.configuration = new Configuration();
|
|
310
310
|
if (basePath) {
|
|
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
|
|
|
750
750
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
751
751
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
752
752
|
this.httpClient = httpClient;
|
|
753
|
-
this.basePath = 'https://
|
|
753
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
754
754
|
this.defaultHeaders = new HttpHeaders();
|
|
755
755
|
this.configuration = new Configuration();
|
|
756
756
|
if (basePath) {
|
|
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
920
920
|
var AudienceControllerService = /** @class */ (function () {
|
|
921
921
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
922
922
|
this.httpClient = httpClient;
|
|
923
|
-
this.basePath = 'https://
|
|
923
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.atomex.net';
|
|
2210
2210
|
this.defaultHeaders = new HttpHeaders();
|
|
2211
2211
|
this.configuration = new Configuration();
|
|
2212
2212
|
if (basePath) {
|
|
@@ -2492,7 +2492,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2492
2492
|
var CatalogControllerService = /** @class */ (function () {
|
|
2493
2493
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2494
2494
|
this.httpClient = httpClient;
|
|
2495
|
-
this.basePath = 'https://
|
|
2495
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2496
2496
|
this.defaultHeaders = new HttpHeaders();
|
|
2497
2497
|
this.configuration = new Configuration();
|
|
2498
2498
|
if (basePath) {
|
|
@@ -2715,7 +2715,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2715
2715
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2716
2716
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2717
2717
|
this.httpClient = httpClient;
|
|
2718
|
-
this.basePath = 'https://
|
|
2718
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2719
2719
|
this.defaultHeaders = new HttpHeaders();
|
|
2720
2720
|
this.configuration = new Configuration();
|
|
2721
2721
|
if (basePath) {
|
|
@@ -2965,7 +2965,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
2965
2965
|
var CreativeControllerService = /** @class */ (function () {
|
|
2966
2966
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
2967
2967
|
this.httpClient = httpClient;
|
|
2968
|
-
this.basePath = 'https://
|
|
2968
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2969
2969
|
this.defaultHeaders = new HttpHeaders();
|
|
2970
2970
|
this.configuration = new Configuration();
|
|
2971
2971
|
if (basePath) {
|
|
@@ -3442,7 +3442,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3442
3442
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3443
3443
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3444
3444
|
this.httpClient = httpClient;
|
|
3445
|
-
this.basePath = 'https://
|
|
3445
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3446
3446
|
this.defaultHeaders = new HttpHeaders();
|
|
3447
3447
|
this.configuration = new Configuration();
|
|
3448
3448
|
if (basePath) {
|
|
@@ -3513,45 +3513,6 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3513
3513
|
reportProgress: reportProgress
|
|
3514
3514
|
});
|
|
3515
3515
|
};
|
|
3516
|
-
CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
|
|
3517
|
-
if (observe === void 0) { observe = 'body'; }
|
|
3518
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
3519
|
-
if (dto === null || dto === undefined) {
|
|
3520
|
-
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3521
|
-
}
|
|
3522
|
-
if (id === null || id === undefined) {
|
|
3523
|
-
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3524
|
-
}
|
|
3525
|
-
var headers = this.defaultHeaders;
|
|
3526
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3527
|
-
headers = headers.set('reqId', String(reqId));
|
|
3528
|
-
}
|
|
3529
|
-
if (token !== undefined && token !== null) {
|
|
3530
|
-
headers = headers.set('token', String(token));
|
|
3531
|
-
}
|
|
3532
|
-
// to determine the Accept header
|
|
3533
|
-
var httpHeaderAccepts = [
|
|
3534
|
-
'application/json'
|
|
3535
|
-
];
|
|
3536
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3537
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3538
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3539
|
-
}
|
|
3540
|
-
// to determine the Content-Type header
|
|
3541
|
-
var consumes = [
|
|
3542
|
-
'application/json'
|
|
3543
|
-
];
|
|
3544
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3545
|
-
if (httpContentTypeSelected != undefined) {
|
|
3546
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3547
|
-
}
|
|
3548
|
-
return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
|
|
3549
|
-
withCredentials: this.configuration.withCredentials,
|
|
3550
|
-
headers: headers,
|
|
3551
|
-
observe: observe,
|
|
3552
|
-
reportProgress: reportProgress
|
|
3553
|
-
});
|
|
3554
|
-
};
|
|
3555
3516
|
CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
3556
3517
|
if (observe === void 0) { observe = 'body'; }
|
|
3557
3518
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3816,7 +3777,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3816
3777
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3817
3778
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3818
3779
|
this.httpClient = httpClient;
|
|
3819
|
-
this.basePath = 'https://
|
|
3780
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3820
3781
|
this.defaultHeaders = new HttpHeaders();
|
|
3821
3782
|
this.configuration = new Configuration();
|
|
3822
3783
|
if (basePath) {
|
|
@@ -4017,7 +3978,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4017
3978
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4018
3979
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4019
3980
|
this.httpClient = httpClient;
|
|
4020
|
-
this.basePath = 'https://
|
|
3981
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4021
3982
|
this.defaultHeaders = new HttpHeaders();
|
|
4022
3983
|
this.configuration = new Configuration();
|
|
4023
3984
|
if (basePath) {
|
|
@@ -4105,7 +4066,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4105
4066
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4106
4067
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4107
4068
|
this.httpClient = httpClient;
|
|
4108
|
-
this.basePath = 'https://
|
|
4069
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4109
4070
|
this.defaultHeaders = new HttpHeaders();
|
|
4110
4071
|
this.configuration = new Configuration();
|
|
4111
4072
|
if (basePath) {
|
|
@@ -4284,7 +4245,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4284
4245
|
var DashboardControllerService = /** @class */ (function () {
|
|
4285
4246
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4286
4247
|
this.httpClient = httpClient;
|
|
4287
|
-
this.basePath = 'https://
|
|
4248
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4288
4249
|
this.defaultHeaders = new HttpHeaders();
|
|
4289
4250
|
this.configuration = new Configuration();
|
|
4290
4251
|
if (basePath) {
|
|
@@ -4941,7 +4902,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4941
4902
|
var NotificationsControllerService = /** @class */ (function () {
|
|
4942
4903
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
4943
4904
|
this.httpClient = httpClient;
|
|
4944
|
-
this.basePath = 'https://
|
|
4905
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4945
4906
|
this.defaultHeaders = new HttpHeaders();
|
|
4946
4907
|
this.configuration = new Configuration();
|
|
4947
4908
|
if (basePath) {
|
|
@@ -5140,7 +5101,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5140
5101
|
var PixelControllerService = /** @class */ (function () {
|
|
5141
5102
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5142
5103
|
this.httpClient = httpClient;
|
|
5143
|
-
this.basePath = 'https://
|
|
5104
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5144
5105
|
this.defaultHeaders = new HttpHeaders();
|
|
5145
5106
|
this.configuration = new Configuration();
|
|
5146
5107
|
if (basePath) {
|
|
@@ -5469,7 +5430,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5469
5430
|
var ReportingControllerService = /** @class */ (function () {
|
|
5470
5431
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5471
5432
|
this.httpClient = httpClient;
|
|
5472
|
-
this.basePath = 'https://
|
|
5433
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5473
5434
|
this.defaultHeaders = new HttpHeaders();
|
|
5474
5435
|
this.configuration = new Configuration();
|
|
5475
5436
|
if (basePath) {
|
|
@@ -5653,7 +5614,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5653
5614
|
var SliceXControllerService = /** @class */ (function () {
|
|
5654
5615
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5655
5616
|
this.httpClient = httpClient;
|
|
5656
|
-
this.basePath = 'https://
|
|
5617
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5657
5618
|
this.defaultHeaders = new HttpHeaders();
|
|
5658
5619
|
this.configuration = new Configuration();
|
|
5659
5620
|
if (basePath) {
|
|
@@ -5838,7 +5799,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5838
5799
|
var StrategyControllerService = /** @class */ (function () {
|
|
5839
5800
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5840
5801
|
this.httpClient = httpClient;
|
|
5841
|
-
this.basePath = 'https://
|
|
5802
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5842
5803
|
this.defaultHeaders = new HttpHeaders();
|
|
5843
5804
|
this.configuration = new Configuration();
|
|
5844
5805
|
if (basePath) {
|
|
@@ -6499,7 +6460,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6499
6460
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6500
6461
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6501
6462
|
this.httpClient = httpClient;
|
|
6502
|
-
this.basePath = 'https://
|
|
6463
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6503
6464
|
this.defaultHeaders = new HttpHeaders();
|
|
6504
6465
|
this.configuration = new Configuration();
|
|
6505
6466
|
if (basePath) {
|
|
@@ -6601,7 +6562,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6601
6562
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6602
6563
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6603
6564
|
this.httpClient = httpClient;
|
|
6604
|
-
this.basePath = 'https://
|
|
6565
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6605
6566
|
this.defaultHeaders = new HttpHeaders();
|
|
6606
6567
|
this.configuration = new Configuration();
|
|
6607
6568
|
if (basePath) {
|
|
@@ -7172,33 +7133,6 @@ var DcoAttributesDTO;
|
|
|
7172
7133
|
};
|
|
7173
7134
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
7174
7135
|
|
|
7175
|
-
/**
|
|
7176
|
-
* Api Documentation
|
|
7177
|
-
* Api Documentation
|
|
7178
|
-
*
|
|
7179
|
-
* OpenAPI spec version: 1.0
|
|
7180
|
-
*
|
|
7181
|
-
*
|
|
7182
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7183
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7184
|
-
* Do not edit the class manually.
|
|
7185
|
-
*/
|
|
7186
|
-
var DuplicateCreativeSetResponse;
|
|
7187
|
-
(function (DuplicateCreativeSetResponse) {
|
|
7188
|
-
DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
7189
|
-
IMAGE: 'IMAGE',
|
|
7190
|
-
VIDEO: 'VIDEO',
|
|
7191
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
7192
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
7193
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
7194
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
7195
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7196
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7197
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7198
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7199
|
-
};
|
|
7200
|
-
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7201
|
-
|
|
7202
7136
|
/**
|
|
7203
7137
|
* Api Documentation
|
|
7204
7138
|
* Api Documentation
|
|
@@ -7691,5 +7625,5 @@ var ApiModule = /** @class */ (function () {
|
|
|
7691
7625
|
* Generated bundle index. Do not edit.
|
|
7692
7626
|
*/
|
|
7693
7627
|
|
|
7694
|
-
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,
|
|
7628
|
+
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 };
|
|
7695
7629
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|