@revxui/api-clients-ts 1.1.99 → 1.1.201
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/bundles/revxui-api-clients-ts.umd.js +38 -50
- package/bundles/revxui-api-clients-ts.umd.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/bidFunnelController.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/customerReportingController.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/strategyTemplateController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -3
- package/esm2015/model/campaignDTO.js +1 -1
- package/esm2015/model/creativeCompactDTO.js +2 -3
- package/esm2015/model/creativeDTO.js +2 -3
- package/esm2015/model/creativeDetails.js +2 -3
- package/esm2015/model/creativeFileForSet.js +2 -3
- package/esm2015/model/creativeFiles.js +2 -3
- package/esm2015/model/creativeHtmlFileForSet.js +2 -3
- package/esm2015/model/creativeSetDashboardMetric.js +2 -3
- package/esm2015/model/creativeSetDetails.js +2 -3
- package/esm2015/model/creativeSetRequest.js +2 -3
- package/esm2015/model/creativeSetResponse.js +2 -3
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -3
- package/esm2015/model/strategy.js +1 -1
- package/esm2015/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +38 -50
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/baseModelWithCreativeSetType.d.ts +1 -2
- package/model/campaignDTO.d.ts +1 -0
- package/model/creativeCompactDTO.d.ts +1 -2
- package/model/creativeDTO.d.ts +1 -2
- package/model/creativeDetails.d.ts +1 -2
- package/model/creativeFileForSet.d.ts +1 -2
- package/model/creativeFiles.d.ts +1 -2
- package/model/creativeHtmlFileForSet.d.ts +1 -2
- package/model/creativeSetDashboardMetric.d.ts +1 -2
- package/model/creativeSetDetails.d.ts +1 -2
- package/model/creativeSetRequest.d.ts +1 -2
- package/model/creativeSetResponse.d.ts +1 -2
- package/model/duplicateCreativeSetResponse.d.ts +1 -2
- package/model/strategy.d.ts +0 -1
- package/model/strategyDTO.d.ts +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@1.1.
|
|
1
|
+
## @revxui/api-clients-ts@1.1.201
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @revxui/api-clients-ts@1.1.
|
|
22
|
+
npm install @revxui/api-clients-ts@1.1.201 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
var AdminControllerService = /** @class */ (function () {
|
|
371
371
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
372
372
|
this.httpClient = httpClient;
|
|
373
|
-
this.basePath = 'https://
|
|
373
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
374
374
|
this.defaultHeaders = new http.HttpHeaders();
|
|
375
375
|
this.configuration = new Configuration();
|
|
376
376
|
if (basePath) {
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
576
576
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
577
577
|
this.httpClient = httpClient;
|
|
578
|
-
this.basePath = 'https://
|
|
578
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
579
579
|
this.defaultHeaders = new http.HttpHeaders();
|
|
580
580
|
this.configuration = new Configuration();
|
|
581
581
|
if (basePath) {
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
1010
1010
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
1011
1011
|
this.httpClient = httpClient;
|
|
1012
|
-
this.basePath = 'https://
|
|
1012
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
1013
1013
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1014
1014
|
this.configuration = new Configuration();
|
|
1015
1015
|
if (basePath) {
|
|
@@ -1262,7 +1262,7 @@
|
|
|
1262
1262
|
var AudienceControllerService = /** @class */ (function () {
|
|
1263
1263
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1264
1264
|
this.httpClient = httpClient;
|
|
1265
|
-
this.basePath = 'https://
|
|
1265
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
1266
1266
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1267
1267
|
this.configuration = new Configuration();
|
|
1268
1268
|
if (basePath) {
|
|
@@ -2120,7 +2120,7 @@
|
|
|
2120
2120
|
var AuditControllerService = /** @class */ (function () {
|
|
2121
2121
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
2122
2122
|
this.httpClient = httpClient;
|
|
2123
|
-
this.basePath = 'https://
|
|
2123
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
2124
2124
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2125
2125
|
this.configuration = new Configuration();
|
|
2126
2126
|
if (basePath) {
|
|
@@ -2307,7 +2307,7 @@
|
|
|
2307
2307
|
var BidFunnelControllerService = /** @class */ (function () {
|
|
2308
2308
|
function BidFunnelControllerService(httpClient, basePath, configuration) {
|
|
2309
2309
|
this.httpClient = httpClient;
|
|
2310
|
-
this.basePath = 'https://
|
|
2310
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
2311
2311
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2312
2312
|
this.configuration = new Configuration();
|
|
2313
2313
|
if (basePath) {
|
|
@@ -2438,7 +2438,7 @@
|
|
|
2438
2438
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2439
2439
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2440
2440
|
this.httpClient = httpClient;
|
|
2441
|
-
this.basePath = 'https://
|
|
2441
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
2442
2442
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2443
2443
|
this.configuration = new Configuration();
|
|
2444
2444
|
if (basePath) {
|
|
@@ -2669,7 +2669,7 @@
|
|
|
2669
2669
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2670
2670
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2671
2671
|
this.httpClient = httpClient;
|
|
2672
|
-
this.basePath = 'https://
|
|
2672
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
2673
2673
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2674
2674
|
this.configuration = new Configuration();
|
|
2675
2675
|
if (basePath) {
|
|
@@ -2778,7 +2778,7 @@
|
|
|
2778
2778
|
var CampaignControllerService = /** @class */ (function () {
|
|
2779
2779
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2780
2780
|
this.httpClient = httpClient;
|
|
2781
|
-
this.basePath = 'https://
|
|
2781
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
2782
2782
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2783
2783
|
this.configuration = new Configuration();
|
|
2784
2784
|
if (basePath) {
|
|
@@ -3088,7 +3088,7 @@
|
|
|
3088
3088
|
var CatalogControllerService = /** @class */ (function () {
|
|
3089
3089
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
3090
3090
|
this.httpClient = httpClient;
|
|
3091
|
-
this.basePath = 'https://
|
|
3091
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
3092
3092
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3093
3093
|
this.configuration = new Configuration();
|
|
3094
3094
|
if (basePath) {
|
|
@@ -3334,7 +3334,7 @@
|
|
|
3334
3334
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3335
3335
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3336
3336
|
this.httpClient = httpClient;
|
|
3337
|
-
this.basePath = 'https://
|
|
3337
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
3338
3338
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3339
3339
|
this.configuration = new Configuration();
|
|
3340
3340
|
if (basePath) {
|
|
@@ -3572,7 +3572,7 @@
|
|
|
3572
3572
|
var CreativeControllerService = /** @class */ (function () {
|
|
3573
3573
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3574
3574
|
this.httpClient = httpClient;
|
|
3575
|
-
this.basePath = 'https://
|
|
3575
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
3576
3576
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3577
3577
|
this.configuration = new Configuration();
|
|
3578
3578
|
if (basePath) {
|
|
@@ -4073,7 +4073,7 @@
|
|
|
4073
4073
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
4074
4074
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
4075
4075
|
this.httpClient = httpClient;
|
|
4076
|
-
this.basePath = 'https://
|
|
4076
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
4077
4077
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4078
4078
|
this.configuration = new Configuration();
|
|
4079
4079
|
if (basePath) {
|
|
@@ -4592,7 +4592,7 @@
|
|
|
4592
4592
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4593
4593
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4594
4594
|
this.httpClient = httpClient;
|
|
4595
|
-
this.basePath = 'https://
|
|
4595
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
4596
4596
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4597
4597
|
this.configuration = new Configuration();
|
|
4598
4598
|
if (basePath) {
|
|
@@ -4781,7 +4781,7 @@
|
|
|
4781
4781
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4782
4782
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4783
4783
|
this.httpClient = httpClient;
|
|
4784
|
-
this.basePath = 'https://
|
|
4784
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
4785
4785
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4786
4786
|
this.configuration = new Configuration();
|
|
4787
4787
|
if (basePath) {
|
|
@@ -4857,7 +4857,7 @@
|
|
|
4857
4857
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4858
4858
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4859
4859
|
this.httpClient = httpClient;
|
|
4860
|
-
this.basePath = 'https://
|
|
4860
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
4861
4861
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4862
4862
|
this.configuration = new Configuration();
|
|
4863
4863
|
if (basePath) {
|
|
@@ -5024,7 +5024,7 @@
|
|
|
5024
5024
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
5025
5025
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
5026
5026
|
this.httpClient = httpClient;
|
|
5027
|
-
this.basePath = 'https://
|
|
5027
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
5028
5028
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5029
5029
|
this.configuration = new Configuration();
|
|
5030
5030
|
if (basePath) {
|
|
@@ -5109,7 +5109,7 @@
|
|
|
5109
5109
|
var DashboardControllerService = /** @class */ (function () {
|
|
5110
5110
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
5111
5111
|
this.httpClient = httpClient;
|
|
5112
|
-
this.basePath = 'https://
|
|
5112
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
5113
5113
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5114
5114
|
this.configuration = new Configuration();
|
|
5115
5115
|
if (basePath) {
|
|
@@ -5754,7 +5754,7 @@
|
|
|
5754
5754
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5755
5755
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5756
5756
|
this.httpClient = httpClient;
|
|
5757
|
-
this.basePath = 'https://
|
|
5757
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
5758
5758
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5759
5759
|
this.configuration = new Configuration();
|
|
5760
5760
|
if (basePath) {
|
|
@@ -5973,7 +5973,7 @@
|
|
|
5973
5973
|
var PixelControllerService = /** @class */ (function () {
|
|
5974
5974
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5975
5975
|
this.httpClient = httpClient;
|
|
5976
|
-
this.basePath = 'https://
|
|
5976
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
5977
5977
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5978
5978
|
this.configuration = new Configuration();
|
|
5979
5979
|
if (basePath) {
|
|
@@ -6290,7 +6290,7 @@
|
|
|
6290
6290
|
var ReportingControllerService = /** @class */ (function () {
|
|
6291
6291
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
6292
6292
|
this.httpClient = httpClient;
|
|
6293
|
-
this.basePath = 'https://
|
|
6293
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
6294
6294
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6295
6295
|
this.configuration = new Configuration();
|
|
6296
6296
|
if (basePath) {
|
|
@@ -6462,7 +6462,7 @@
|
|
|
6462
6462
|
var SliceXControllerService = /** @class */ (function () {
|
|
6463
6463
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6464
6464
|
this.httpClient = httpClient;
|
|
6465
|
-
this.basePath = 'https://
|
|
6465
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
6466
6466
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6467
6467
|
this.configuration = new Configuration();
|
|
6468
6468
|
if (basePath) {
|
|
@@ -6718,7 +6718,7 @@
|
|
|
6718
6718
|
var StrategyControllerService = /** @class */ (function () {
|
|
6719
6719
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6720
6720
|
this.httpClient = httpClient;
|
|
6721
|
-
this.basePath = 'https://
|
|
6721
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
6722
6722
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6723
6723
|
this.configuration = new Configuration();
|
|
6724
6724
|
if (basePath) {
|
|
@@ -7550,7 +7550,7 @@
|
|
|
7550
7550
|
var StrategyTemplateControllerService = /** @class */ (function () {
|
|
7551
7551
|
function StrategyTemplateControllerService(httpClient, basePath, configuration) {
|
|
7552
7552
|
this.httpClient = httpClient;
|
|
7553
|
-
this.basePath = 'https://
|
|
7553
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
7554
7554
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7555
7555
|
this.configuration = new Configuration();
|
|
7556
7556
|
if (basePath) {
|
|
@@ -7672,7 +7672,7 @@
|
|
|
7672
7672
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7673
7673
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7674
7674
|
this.httpClient = httpClient;
|
|
7675
|
-
this.basePath = 'https://
|
|
7675
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
7676
7676
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7677
7677
|
this.configuration = new Configuration();
|
|
7678
7678
|
if (basePath) {
|
|
@@ -7762,7 +7762,7 @@
|
|
|
7762
7762
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7763
7763
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7764
7764
|
this.httpClient = httpClient;
|
|
7765
|
-
this.basePath = 'https://
|
|
7765
|
+
this.basePath = 'https://apiv2stage4.atomex.net';
|
|
7766
7766
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7767
7767
|
this.configuration = new Configuration();
|
|
7768
7768
|
if (basePath) {
|
|
@@ -8135,8 +8135,7 @@
|
|
|
8135
8135
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8136
8136
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8137
8137
|
NATIVEICON: 'NATIVE_ICON',
|
|
8138
|
-
ICON: 'ICON'
|
|
8139
|
-
CTVVIDEO: 'CTV_VIDEO'
|
|
8138
|
+
ICON: 'ICON'
|
|
8140
8139
|
};
|
|
8141
8140
|
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
8142
8141
|
|
|
@@ -8170,8 +8169,7 @@
|
|
|
8170
8169
|
FbAppEngagement: 'fbAppEngagement',
|
|
8171
8170
|
ClickTracker: 'clickTracker',
|
|
8172
8171
|
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8173
|
-
NativeIcon: 'nativeIcon'
|
|
8174
|
-
CtvVideo: 'ctvVideo'
|
|
8172
|
+
NativeIcon: 'nativeIcon'
|
|
8175
8173
|
};
|
|
8176
8174
|
})(exports.CreativeCompactDTO || (exports.CreativeCompactDTO = {}));
|
|
8177
8175
|
|
|
@@ -8210,8 +8208,7 @@
|
|
|
8210
8208
|
FbAppEngagement: 'fbAppEngagement',
|
|
8211
8209
|
ClickTracker: 'clickTracker',
|
|
8212
8210
|
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8213
|
-
NativeIcon: 'nativeIcon'
|
|
8214
|
-
CtvVideo: 'ctvVideo'
|
|
8211
|
+
NativeIcon: 'nativeIcon'
|
|
8215
8212
|
};
|
|
8216
8213
|
CreativeDTO.VideoUploadTypeEnum = {
|
|
8217
8214
|
VIDEO: 'VIDEO',
|
|
@@ -8236,8 +8233,7 @@
|
|
|
8236
8233
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8237
8234
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8238
8235
|
NATIVEICON: 'NATIVE_ICON',
|
|
8239
|
-
ICON: 'ICON'
|
|
8240
|
-
CTVVIDEO: 'CTV_VIDEO'
|
|
8236
|
+
ICON: 'ICON'
|
|
8241
8237
|
};
|
|
8242
8238
|
})(exports.CreativeDetails || (exports.CreativeDetails = {}));
|
|
8243
8239
|
|
|
@@ -8258,8 +8254,7 @@
|
|
|
8258
8254
|
FbAppEngagement: 'fbAppEngagement',
|
|
8259
8255
|
ClickTracker: 'clickTracker',
|
|
8260
8256
|
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8261
|
-
NativeIcon: 'nativeIcon'
|
|
8262
|
-
CtvVideo: 'ctvVideo'
|
|
8257
|
+
NativeIcon: 'nativeIcon'
|
|
8263
8258
|
};
|
|
8264
8259
|
})(exports.CreativeFileForSet || (exports.CreativeFileForSet = {}));
|
|
8265
8260
|
|
|
@@ -8280,8 +8275,7 @@
|
|
|
8280
8275
|
FbAppEngagement: 'fbAppEngagement',
|
|
8281
8276
|
ClickTracker: 'clickTracker',
|
|
8282
8277
|
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8283
|
-
NativeIcon: 'nativeIcon'
|
|
8284
|
-
CtvVideo: 'ctvVideo'
|
|
8278
|
+
NativeIcon: 'nativeIcon'
|
|
8285
8279
|
};
|
|
8286
8280
|
})(exports.CreativeFiles || (exports.CreativeFiles = {}));
|
|
8287
8281
|
|
|
@@ -8307,8 +8301,7 @@
|
|
|
8307
8301
|
FbAppEngagement: 'fbAppEngagement',
|
|
8308
8302
|
ClickTracker: 'clickTracker',
|
|
8309
8303
|
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8310
|
-
NativeIcon: 'nativeIcon'
|
|
8311
|
-
CtvVideo: 'ctvVideo'
|
|
8304
|
+
NativeIcon: 'nativeIcon'
|
|
8312
8305
|
};
|
|
8313
8306
|
})(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
|
|
8314
8307
|
|
|
@@ -8329,8 +8322,7 @@
|
|
|
8329
8322
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8330
8323
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8331
8324
|
NATIVEICON: 'NATIVE_ICON',
|
|
8332
|
-
ICON: 'ICON'
|
|
8333
|
-
CTVVIDEO: 'CTV_VIDEO'
|
|
8325
|
+
ICON: 'ICON'
|
|
8334
8326
|
};
|
|
8335
8327
|
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
8336
8328
|
|
|
@@ -8351,8 +8343,7 @@
|
|
|
8351
8343
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8352
8344
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8353
8345
|
NATIVEICON: 'NATIVE_ICON',
|
|
8354
|
-
ICON: 'ICON'
|
|
8355
|
-
CTVVIDEO: 'CTV_VIDEO'
|
|
8346
|
+
ICON: 'ICON'
|
|
8356
8347
|
};
|
|
8357
8348
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
8358
8349
|
|
|
@@ -8373,8 +8364,7 @@
|
|
|
8373
8364
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8374
8365
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8375
8366
|
NATIVEICON: 'NATIVE_ICON',
|
|
8376
|
-
ICON: 'ICON'
|
|
8377
|
-
CTVVIDEO: 'CTV_VIDEO'
|
|
8367
|
+
ICON: 'ICON'
|
|
8378
8368
|
};
|
|
8379
8369
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
8380
8370
|
|
|
@@ -8406,8 +8396,7 @@
|
|
|
8406
8396
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8407
8397
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8408
8398
|
NATIVEICON: 'NATIVE_ICON',
|
|
8409
|
-
ICON: 'ICON'
|
|
8410
|
-
CTVVIDEO: 'CTV_VIDEO'
|
|
8399
|
+
ICON: 'ICON'
|
|
8411
8400
|
};
|
|
8412
8401
|
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
8413
8402
|
|
|
@@ -8459,8 +8448,7 @@
|
|
|
8459
8448
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8460
8449
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8461
8450
|
NATIVEICON: 'NATIVE_ICON',
|
|
8462
|
-
ICON: 'ICON'
|
|
8463
|
-
CTVVIDEO: 'CTV_VIDEO'
|
|
8451
|
+
ICON: 'ICON'
|
|
8464
8452
|
};
|
|
8465
8453
|
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
8466
8454
|
|