@revxui/api-clients-ts 1.1.237 → 1.1.239
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 +3 -4
- package/bundles/revxui-api-clients-ts.umd.js +28 -35
- 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 +3 -6
- 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/reportingSchedulerController.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/creativeSetRequest.js +1 -5
- package/esm2015/model/hybridAdMapping.js +1 -1
- package/esm2015/model/models.js +1 -3
- package/esm2015/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +28 -47
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/creativeSetRequest.d.ts +0 -6
- package/model/hybridAdMapping.d.ts +0 -1
- package/model/models.d.ts +0 -2
- package/model/strategyDTO.d.ts +0 -2
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/targetObject.js +0 -13
- package/esm2015/model/zipCode.js +0 -2
- package/model/targetObject.d.ts +0 -15
- package/model/zipCode.d.ts +0 -16
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@1.1.
|
|
1
|
+
## @revxui/api-clients-ts@1.1.239
|
|
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.239 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -202,16 +202,15 @@ export declare class CreativeSetsControllerService {
|
|
|
202
202
|
* @param advertiserId advertiserId
|
|
203
203
|
* @param type type
|
|
204
204
|
* @param filters filters
|
|
205
|
-
* @param hybridSupportType hybridSupportType
|
|
206
205
|
* @param isPlacebo isPlacebo
|
|
207
206
|
* @param reqId request id
|
|
208
207
|
* @param token Auth Token
|
|
209
208
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
210
209
|
* @param reportProgress flag to report request and response progress.
|
|
211
210
|
*/
|
|
212
|
-
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string,
|
|
213
|
-
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string,
|
|
214
|
-
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string,
|
|
211
|
+
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseCreativeTemplateDTO>;
|
|
212
|
+
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseCreativeTemplateDTO>>;
|
|
213
|
+
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseCreativeTemplateDTO>>;
|
|
215
214
|
/**
|
|
216
215
|
* Api to reschedule a creative sets
|
|
217
216
|
*
|
|
@@ -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://apiv2stage2.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://apiv2stage2.atomex.net';
|
|
579
579
|
this.defaultHeaders = new http.HttpHeaders();
|
|
580
580
|
this.configuration = new Configuration();
|
|
581
581
|
if (basePath) {
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
1048
1048
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
1049
1049
|
this.httpClient = httpClient;
|
|
1050
|
-
this.basePath = 'https://
|
|
1050
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1051
1051
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1052
1052
|
this.configuration = new Configuration();
|
|
1053
1053
|
if (basePath) {
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
var AudienceControllerService = /** @class */ (function () {
|
|
1301
1301
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1302
1302
|
this.httpClient = httpClient;
|
|
1303
|
-
this.basePath = 'https://
|
|
1303
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1304
1304
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1305
1305
|
this.configuration = new Configuration();
|
|
1306
1306
|
if (basePath) {
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
var AuditControllerService = /** @class */ (function () {
|
|
2159
2159
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
2160
2160
|
this.httpClient = httpClient;
|
|
2161
|
-
this.basePath = 'https://
|
|
2161
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2162
2162
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2163
2163
|
this.configuration = new Configuration();
|
|
2164
2164
|
if (basePath) {
|
|
@@ -2345,7 +2345,7 @@
|
|
|
2345
2345
|
var BidFunnelControllerService = /** @class */ (function () {
|
|
2346
2346
|
function BidFunnelControllerService(httpClient, basePath, configuration) {
|
|
2347
2347
|
this.httpClient = httpClient;
|
|
2348
|
-
this.basePath = 'https://
|
|
2348
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2349
2349
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2350
2350
|
this.configuration = new Configuration();
|
|
2351
2351
|
if (basePath) {
|
|
@@ -2476,7 +2476,7 @@
|
|
|
2476
2476
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2477
2477
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2478
2478
|
this.httpClient = httpClient;
|
|
2479
|
-
this.basePath = 'https://
|
|
2479
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2480
2480
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2481
2481
|
this.configuration = new Configuration();
|
|
2482
2482
|
if (basePath) {
|
|
@@ -2707,7 +2707,7 @@
|
|
|
2707
2707
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2708
2708
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2709
2709
|
this.httpClient = httpClient;
|
|
2710
|
-
this.basePath = 'https://
|
|
2710
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2711
2711
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2712
2712
|
this.configuration = new Configuration();
|
|
2713
2713
|
if (basePath) {
|
|
@@ -2816,7 +2816,7 @@
|
|
|
2816
2816
|
var CampaignControllerService = /** @class */ (function () {
|
|
2817
2817
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2818
2818
|
this.httpClient = httpClient;
|
|
2819
|
-
this.basePath = 'https://
|
|
2819
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2820
2820
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2821
2821
|
this.configuration = new Configuration();
|
|
2822
2822
|
if (basePath) {
|
|
@@ -3126,7 +3126,7 @@
|
|
|
3126
3126
|
var CatalogControllerService = /** @class */ (function () {
|
|
3127
3127
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
3128
3128
|
this.httpClient = httpClient;
|
|
3129
|
-
this.basePath = 'https://
|
|
3129
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3130
3130
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3131
3131
|
this.configuration = new Configuration();
|
|
3132
3132
|
if (basePath) {
|
|
@@ -3372,7 +3372,7 @@
|
|
|
3372
3372
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3373
3373
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3374
3374
|
this.httpClient = httpClient;
|
|
3375
|
-
this.basePath = 'https://
|
|
3375
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3376
3376
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3377
3377
|
this.configuration = new Configuration();
|
|
3378
3378
|
if (basePath) {
|
|
@@ -3610,7 +3610,7 @@
|
|
|
3610
3610
|
var CreativeControllerService = /** @class */ (function () {
|
|
3611
3611
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3612
3612
|
this.httpClient = httpClient;
|
|
3613
|
-
this.basePath = 'https://
|
|
3613
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3614
3614
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3615
3615
|
this.configuration = new Configuration();
|
|
3616
3616
|
if (basePath) {
|
|
@@ -4111,7 +4111,7 @@
|
|
|
4111
4111
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
4112
4112
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
4113
4113
|
this.httpClient = httpClient;
|
|
4114
|
-
this.basePath = 'https://
|
|
4114
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4115
4115
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4116
4116
|
this.configuration = new Configuration();
|
|
4117
4117
|
if (basePath) {
|
|
@@ -4603,7 +4603,7 @@
|
|
|
4603
4603
|
reportProgress: reportProgress
|
|
4604
4604
|
});
|
|
4605
4605
|
};
|
|
4606
|
-
CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters,
|
|
4606
|
+
CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, isPlacebo, reqId, token, observe, reportProgress) {
|
|
4607
4607
|
if (observe === void 0) { observe = 'body'; }
|
|
4608
4608
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
4609
4609
|
if (advertiserId === null || advertiserId === undefined) {
|
|
@@ -4619,9 +4619,6 @@
|
|
|
4619
4619
|
if (filters !== undefined && filters !== null) {
|
|
4620
4620
|
queryParameters = queryParameters.set('filters', filters);
|
|
4621
4621
|
}
|
|
4622
|
-
if (hybridSupportType !== undefined && hybridSupportType !== null) {
|
|
4623
|
-
queryParameters = queryParameters.set('hybridSupportType', hybridSupportType);
|
|
4624
|
-
}
|
|
4625
4622
|
if (isPlacebo !== undefined && isPlacebo !== null) {
|
|
4626
4623
|
queryParameters = queryParameters.set('isPlacebo', isPlacebo);
|
|
4627
4624
|
}
|
|
@@ -4745,7 +4742,7 @@
|
|
|
4745
4742
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4746
4743
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4747
4744
|
this.httpClient = httpClient;
|
|
4748
|
-
this.basePath = 'https://
|
|
4745
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4749
4746
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4750
4747
|
this.configuration = new Configuration();
|
|
4751
4748
|
if (basePath) {
|
|
@@ -4934,7 +4931,7 @@
|
|
|
4934
4931
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4935
4932
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4936
4933
|
this.httpClient = httpClient;
|
|
4937
|
-
this.basePath = 'https://
|
|
4934
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4938
4935
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4939
4936
|
this.configuration = new Configuration();
|
|
4940
4937
|
if (basePath) {
|
|
@@ -5010,7 +5007,7 @@
|
|
|
5010
5007
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
5011
5008
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
5012
5009
|
this.httpClient = httpClient;
|
|
5013
|
-
this.basePath = 'https://
|
|
5010
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5014
5011
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5015
5012
|
this.configuration = new Configuration();
|
|
5016
5013
|
if (basePath) {
|
|
@@ -5177,7 +5174,7 @@
|
|
|
5177
5174
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
5178
5175
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
5179
5176
|
this.httpClient = httpClient;
|
|
5180
|
-
this.basePath = 'https://
|
|
5177
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5181
5178
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5182
5179
|
this.configuration = new Configuration();
|
|
5183
5180
|
if (basePath) {
|
|
@@ -5262,7 +5259,7 @@
|
|
|
5262
5259
|
var DashboardControllerService = /** @class */ (function () {
|
|
5263
5260
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
5264
5261
|
this.httpClient = httpClient;
|
|
5265
|
-
this.basePath = 'https://
|
|
5262
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5266
5263
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5267
5264
|
this.configuration = new Configuration();
|
|
5268
5265
|
if (basePath) {
|
|
@@ -5948,7 +5945,7 @@
|
|
|
5948
5945
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5949
5946
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5950
5947
|
this.httpClient = httpClient;
|
|
5951
|
-
this.basePath = 'https://
|
|
5948
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5952
5949
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5953
5950
|
this.configuration = new Configuration();
|
|
5954
5951
|
if (basePath) {
|
|
@@ -6167,7 +6164,7 @@
|
|
|
6167
6164
|
var PixelControllerService = /** @class */ (function () {
|
|
6168
6165
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
6169
6166
|
this.httpClient = httpClient;
|
|
6170
|
-
this.basePath = 'https://
|
|
6167
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6171
6168
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6172
6169
|
this.configuration = new Configuration();
|
|
6173
6170
|
if (basePath) {
|
|
@@ -6484,7 +6481,7 @@
|
|
|
6484
6481
|
var ReportingControllerService = /** @class */ (function () {
|
|
6485
6482
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
6486
6483
|
this.httpClient = httpClient;
|
|
6487
|
-
this.basePath = 'https://
|
|
6484
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6488
6485
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6489
6486
|
this.configuration = new Configuration();
|
|
6490
6487
|
if (basePath) {
|
|
@@ -6656,7 +6653,7 @@
|
|
|
6656
6653
|
var ReportingSchedulerControllerService = /** @class */ (function () {
|
|
6657
6654
|
function ReportingSchedulerControllerService(httpClient, basePath, configuration) {
|
|
6658
6655
|
this.httpClient = httpClient;
|
|
6659
|
-
this.basePath = 'https://
|
|
6656
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6660
6657
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6661
6658
|
this.configuration = new Configuration();
|
|
6662
6659
|
if (basePath) {
|
|
@@ -6981,7 +6978,7 @@
|
|
|
6981
6978
|
var SliceXControllerService = /** @class */ (function () {
|
|
6982
6979
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6983
6980
|
this.httpClient = httpClient;
|
|
6984
|
-
this.basePath = 'https://
|
|
6981
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6985
6982
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6986
6983
|
this.configuration = new Configuration();
|
|
6987
6984
|
if (basePath) {
|
|
@@ -7237,7 +7234,7 @@
|
|
|
7237
7234
|
var StrategyControllerService = /** @class */ (function () {
|
|
7238
7235
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
7239
7236
|
this.httpClient = httpClient;
|
|
7240
|
-
this.basePath = 'https://
|
|
7237
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
7241
7238
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7242
7239
|
this.configuration = new Configuration();
|
|
7243
7240
|
if (basePath) {
|
|
@@ -8069,7 +8066,7 @@
|
|
|
8069
8066
|
var StrategyTemplateControllerService = /** @class */ (function () {
|
|
8070
8067
|
function StrategyTemplateControllerService(httpClient, basePath, configuration) {
|
|
8071
8068
|
this.httpClient = httpClient;
|
|
8072
|
-
this.basePath = 'https://
|
|
8069
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
8073
8070
|
this.defaultHeaders = new http.HttpHeaders();
|
|
8074
8071
|
this.configuration = new Configuration();
|
|
8075
8072
|
if (basePath) {
|
|
@@ -8191,7 +8188,7 @@
|
|
|
8191
8188
|
var UILoggerControllerService = /** @class */ (function () {
|
|
8192
8189
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
8193
8190
|
this.httpClient = httpClient;
|
|
8194
|
-
this.basePath = 'https://
|
|
8191
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
8195
8192
|
this.defaultHeaders = new http.HttpHeaders();
|
|
8196
8193
|
this.configuration = new Configuration();
|
|
8197
8194
|
if (basePath) {
|
|
@@ -8281,7 +8278,7 @@
|
|
|
8281
8278
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
8282
8279
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
8283
8280
|
this.httpClient = httpClient;
|
|
8284
|
-
this.basePath = 'https://
|
|
8281
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
8285
8282
|
this.defaultHeaders = new http.HttpHeaders();
|
|
8286
8283
|
this.configuration = new Configuration();
|
|
8287
8284
|
if (basePath) {
|
|
@@ -8930,10 +8927,6 @@
|
|
|
8930
8927
|
ICON: 'ICON',
|
|
8931
8928
|
CTVVIDEO: 'CTV_VIDEO'
|
|
8932
8929
|
};
|
|
8933
|
-
CreativeSetRequest.HybridSupportTypeEnum = {
|
|
8934
|
-
IMAGE: 'IMAGE',
|
|
8935
|
-
VIDEO: 'VIDEO'
|
|
8936
|
-
};
|
|
8937
8930
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
8938
8931
|
|
|
8939
8932
|
/**
|