@revxui/api-clients-ts 1.1.78 → 1.1.80
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 +37 -49
- 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/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/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/videoTargeting.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +37 -49
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/baseModelWithCreativeSetType.d.ts +1 -2
- 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/videoTargeting.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.80
|
|
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.80 --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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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 BulkStrategyControllerService = /** @class */ (function () {
|
|
2308
2308
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2309
2309
|
this.httpClient = httpClient;
|
|
2310
|
-
this.basePath = 'https://
|
|
2310
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2311
2311
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2312
2312
|
this.configuration = new Configuration();
|
|
2313
2313
|
if (basePath) {
|
|
@@ -2538,7 +2538,7 @@
|
|
|
2538
2538
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2539
2539
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2540
2540
|
this.httpClient = httpClient;
|
|
2541
|
-
this.basePath = 'https://
|
|
2541
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2542
2542
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2543
2543
|
this.configuration = new Configuration();
|
|
2544
2544
|
if (basePath) {
|
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
var CampaignControllerService = /** @class */ (function () {
|
|
2648
2648
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2649
2649
|
this.httpClient = httpClient;
|
|
2650
|
-
this.basePath = 'https://
|
|
2650
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2651
2651
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2652
2652
|
this.configuration = new Configuration();
|
|
2653
2653
|
if (basePath) {
|
|
@@ -2957,7 +2957,7 @@
|
|
|
2957
2957
|
var CatalogControllerService = /** @class */ (function () {
|
|
2958
2958
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2959
2959
|
this.httpClient = httpClient;
|
|
2960
|
-
this.basePath = 'https://
|
|
2960
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2961
2961
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2962
2962
|
this.configuration = new Configuration();
|
|
2963
2963
|
if (basePath) {
|
|
@@ -3203,7 +3203,7 @@
|
|
|
3203
3203
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3204
3204
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3205
3205
|
this.httpClient = httpClient;
|
|
3206
|
-
this.basePath = 'https://
|
|
3206
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3207
3207
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3208
3208
|
this.configuration = new Configuration();
|
|
3209
3209
|
if (basePath) {
|
|
@@ -3441,7 +3441,7 @@
|
|
|
3441
3441
|
var CreativeControllerService = /** @class */ (function () {
|
|
3442
3442
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3443
3443
|
this.httpClient = httpClient;
|
|
3444
|
-
this.basePath = 'https://
|
|
3444
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3445
3445
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3446
3446
|
this.configuration = new Configuration();
|
|
3447
3447
|
if (basePath) {
|
|
@@ -3942,7 +3942,7 @@
|
|
|
3942
3942
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3943
3943
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3944
3944
|
this.httpClient = httpClient;
|
|
3945
|
-
this.basePath = 'https://
|
|
3945
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3946
3946
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3947
3947
|
this.configuration = new Configuration();
|
|
3948
3948
|
if (basePath) {
|
|
@@ -4461,7 +4461,7 @@
|
|
|
4461
4461
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4462
4462
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4463
4463
|
this.httpClient = httpClient;
|
|
4464
|
-
this.basePath = 'https://
|
|
4464
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4465
4465
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4466
4466
|
this.configuration = new Configuration();
|
|
4467
4467
|
if (basePath) {
|
|
@@ -4650,7 +4650,7 @@
|
|
|
4650
4650
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4651
4651
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4652
4652
|
this.httpClient = httpClient;
|
|
4653
|
-
this.basePath = 'https://
|
|
4653
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4654
4654
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4655
4655
|
this.configuration = new Configuration();
|
|
4656
4656
|
if (basePath) {
|
|
@@ -4726,7 +4726,7 @@
|
|
|
4726
4726
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4727
4727
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4728
4728
|
this.httpClient = httpClient;
|
|
4729
|
-
this.basePath = 'https://
|
|
4729
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4730
4730
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4731
4731
|
this.configuration = new Configuration();
|
|
4732
4732
|
if (basePath) {
|
|
@@ -4893,7 +4893,7 @@
|
|
|
4893
4893
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
4894
4894
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
4895
4895
|
this.httpClient = httpClient;
|
|
4896
|
-
this.basePath = 'https://
|
|
4896
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4897
4897
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4898
4898
|
this.configuration = new Configuration();
|
|
4899
4899
|
if (basePath) {
|
|
@@ -4978,7 +4978,7 @@
|
|
|
4978
4978
|
var DashboardControllerService = /** @class */ (function () {
|
|
4979
4979
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4980
4980
|
this.httpClient = httpClient;
|
|
4981
|
-
this.basePath = 'https://
|
|
4981
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4982
4982
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4983
4983
|
this.configuration = new Configuration();
|
|
4984
4984
|
if (basePath) {
|
|
@@ -5623,7 +5623,7 @@
|
|
|
5623
5623
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5624
5624
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5625
5625
|
this.httpClient = httpClient;
|
|
5626
|
-
this.basePath = 'https://
|
|
5626
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5627
5627
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5628
5628
|
this.configuration = new Configuration();
|
|
5629
5629
|
if (basePath) {
|
|
@@ -5842,7 +5842,7 @@
|
|
|
5842
5842
|
var PixelControllerService = /** @class */ (function () {
|
|
5843
5843
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5844
5844
|
this.httpClient = httpClient;
|
|
5845
|
-
this.basePath = 'https://
|
|
5845
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5846
5846
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5847
5847
|
this.configuration = new Configuration();
|
|
5848
5848
|
if (basePath) {
|
|
@@ -6159,7 +6159,7 @@
|
|
|
6159
6159
|
var ReportingControllerService = /** @class */ (function () {
|
|
6160
6160
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
6161
6161
|
this.httpClient = httpClient;
|
|
6162
|
-
this.basePath = 'https://
|
|
6162
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6163
6163
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6164
6164
|
this.configuration = new Configuration();
|
|
6165
6165
|
if (basePath) {
|
|
@@ -6331,7 +6331,7 @@
|
|
|
6331
6331
|
var SliceXControllerService = /** @class */ (function () {
|
|
6332
6332
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6333
6333
|
this.httpClient = httpClient;
|
|
6334
|
-
this.basePath = 'https://
|
|
6334
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6335
6335
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6336
6336
|
this.configuration = new Configuration();
|
|
6337
6337
|
if (basePath) {
|
|
@@ -6587,7 +6587,7 @@
|
|
|
6587
6587
|
var StrategyControllerService = /** @class */ (function () {
|
|
6588
6588
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6589
6589
|
this.httpClient = httpClient;
|
|
6590
|
-
this.basePath = 'https://
|
|
6590
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6591
6591
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6592
6592
|
this.configuration = new Configuration();
|
|
6593
6593
|
if (basePath) {
|
|
@@ -7489,7 +7489,7 @@
|
|
|
7489
7489
|
var StrategyTemplateControllerService = /** @class */ (function () {
|
|
7490
7490
|
function StrategyTemplateControllerService(httpClient, basePath, configuration) {
|
|
7491
7491
|
this.httpClient = httpClient;
|
|
7492
|
-
this.basePath = 'https://
|
|
7492
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7493
7493
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7494
7494
|
this.configuration = new Configuration();
|
|
7495
7495
|
if (basePath) {
|
|
@@ -7611,7 +7611,7 @@
|
|
|
7611
7611
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7612
7612
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7613
7613
|
this.httpClient = httpClient;
|
|
7614
|
-
this.basePath = 'https://
|
|
7614
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7615
7615
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7616
7616
|
this.configuration = new Configuration();
|
|
7617
7617
|
if (basePath) {
|
|
@@ -7701,7 +7701,7 @@
|
|
|
7701
7701
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7702
7702
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7703
7703
|
this.httpClient = httpClient;
|
|
7704
|
-
this.basePath = 'https://
|
|
7704
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7705
7705
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7706
7706
|
this.configuration = new Configuration();
|
|
7707
7707
|
if (basePath) {
|
|
@@ -8072,8 +8072,7 @@
|
|
|
8072
8072
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8073
8073
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8074
8074
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8075
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8076
|
-
ICON: 'ICON'
|
|
8075
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8077
8076
|
};
|
|
8078
8077
|
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
8079
8078
|
|
|
@@ -8106,8 +8105,7 @@
|
|
|
8106
8105
|
FbAppInstall: 'fbAppInstall',
|
|
8107
8106
|
FbAppEngagement: 'fbAppEngagement',
|
|
8108
8107
|
ClickTracker: 'clickTracker',
|
|
8109
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8110
|
-
NativeIcon: 'nativeIcon'
|
|
8108
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8111
8109
|
};
|
|
8112
8110
|
})(exports.CreativeCompactDTO || (exports.CreativeCompactDTO = {}));
|
|
8113
8111
|
|
|
@@ -8145,8 +8143,7 @@
|
|
|
8145
8143
|
FbAppInstall: 'fbAppInstall',
|
|
8146
8144
|
FbAppEngagement: 'fbAppEngagement',
|
|
8147
8145
|
ClickTracker: 'clickTracker',
|
|
8148
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8149
|
-
NativeIcon: 'nativeIcon'
|
|
8146
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8150
8147
|
};
|
|
8151
8148
|
CreativeDTO.VideoUploadTypeEnum = {
|
|
8152
8149
|
VIDEO: 'VIDEO',
|
|
@@ -8169,8 +8166,7 @@
|
|
|
8169
8166
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8170
8167
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8171
8168
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8172
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8173
|
-
ICON: 'ICON'
|
|
8169
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8174
8170
|
};
|
|
8175
8171
|
})(exports.CreativeDetails || (exports.CreativeDetails = {}));
|
|
8176
8172
|
|
|
@@ -8190,8 +8186,7 @@
|
|
|
8190
8186
|
FbAppInstall: 'fbAppInstall',
|
|
8191
8187
|
FbAppEngagement: 'fbAppEngagement',
|
|
8192
8188
|
ClickTracker: 'clickTracker',
|
|
8193
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8194
|
-
NativeIcon: 'nativeIcon'
|
|
8189
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8195
8190
|
};
|
|
8196
8191
|
})(exports.CreativeFileForSet || (exports.CreativeFileForSet = {}));
|
|
8197
8192
|
|
|
@@ -8211,8 +8206,7 @@
|
|
|
8211
8206
|
FbAppInstall: 'fbAppInstall',
|
|
8212
8207
|
FbAppEngagement: 'fbAppEngagement',
|
|
8213
8208
|
ClickTracker: 'clickTracker',
|
|
8214
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8215
|
-
NativeIcon: 'nativeIcon'
|
|
8209
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8216
8210
|
};
|
|
8217
8211
|
})(exports.CreativeFiles || (exports.CreativeFiles = {}));
|
|
8218
8212
|
|
|
@@ -8237,8 +8231,7 @@
|
|
|
8237
8231
|
FbAppInstall: 'fbAppInstall',
|
|
8238
8232
|
FbAppEngagement: 'fbAppEngagement',
|
|
8239
8233
|
ClickTracker: 'clickTracker',
|
|
8240
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8241
|
-
NativeIcon: 'nativeIcon'
|
|
8234
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
8242
8235
|
};
|
|
8243
8236
|
})(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
|
|
8244
8237
|
|
|
@@ -8257,8 +8250,7 @@
|
|
|
8257
8250
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8258
8251
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8259
8252
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8260
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8261
|
-
ICON: 'ICON'
|
|
8253
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8262
8254
|
};
|
|
8263
8255
|
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
8264
8256
|
|
|
@@ -8277,8 +8269,7 @@
|
|
|
8277
8269
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8278
8270
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8279
8271
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8280
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8281
|
-
ICON: 'ICON'
|
|
8272
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8282
8273
|
};
|
|
8283
8274
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
8284
8275
|
|
|
@@ -8297,8 +8288,7 @@
|
|
|
8297
8288
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8298
8289
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8299
8290
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8300
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8301
|
-
ICON: 'ICON'
|
|
8291
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8302
8292
|
};
|
|
8303
8293
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
8304
8294
|
|
|
@@ -8328,8 +8318,7 @@
|
|
|
8328
8318
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8329
8319
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8330
8320
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8331
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8332
|
-
ICON: 'ICON'
|
|
8321
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8333
8322
|
};
|
|
8334
8323
|
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
8335
8324
|
|
|
@@ -8379,8 +8368,7 @@
|
|
|
8379
8368
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8380
8369
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8381
8370
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8382
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8383
|
-
ICON: 'ICON'
|
|
8371
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8384
8372
|
};
|
|
8385
8373
|
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
8386
8374
|
|