@revxui/api-clients-ts 0.10.301 → 0.10.303
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/audienceController.service.d.ts +33 -4
- package/api/creativeSetsController.service.d.ts +0 -15
- package/bundles/revxui-api-clients-ts.umd.js +141 -94
- 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 +77 -6
- 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 -44
- 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/advertiserLayoutVariables.js +1 -1
- package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
- package/esm2015/model/audienceBackfillQueryTemplateRequest.js +22 -0
- package/esm2015/model/audienceBackfillRequest.js +1 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/backfillAudienceQueryTemplateDTO.js +12 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +12 -6
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +2 -4
- package/esm2015/model/creativeSetDetails.js +2 -4
- package/esm2015/model/creativeSetRequest.js +2 -4
- package/esm2015/model/creativeSetResponse.js +2 -4
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
- 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 +81 -6
- 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 -46
- 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/advertiserLayoutVariables.js +1 -1
- package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
- package/esm5/model/audienceBackfillQueryTemplateRequest.js +22 -0
- package/esm5/model/audienceBackfillRequest.js +1 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/backfillAudienceQueryTemplateDTO.js +12 -0
- package/esm5/model/baseModelWithCreativeSetType.js +2 -4
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +12 -6
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +2 -4
- package/esm5/model/creativeSetDetails.js +2 -4
- package/esm5/model/creativeSetRequest.js +2 -4
- package/esm5/model/creativeSetResponse.js +2 -4
- package/esm5/model/duplicateCreativeSetResponse.js +2 -4
- package/esm5/model/models.js +2 -1
- package/fesm2015/revxui-api-clients-ts.js +138 -93
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +142 -95
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserLayoutVariables.d.ts +0 -1
- package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +17 -0
- package/model/audienceBackfillQueryTemplateRequest.d.ts +26 -0
- package/model/{hybridAdMapping.d.ts → audienceBackfillRequest.d.ts} +4 -5
- package/model/audienceDTO.d.ts +1 -0
- package/model/backfillAudienceQueryTemplateDTO.d.ts +17 -0
- package/model/baseModelWithCreativeSetType.d.ts +1 -3
- package/model/creativeDTO.d.ts +0 -4
- package/model/creativeHtmlFileForSet.d.ts +0 -9
- package/model/creativePerformanceData.d.ts +16 -0
- package/model/creativeSetDashboardMetric.d.ts +1 -3
- package/model/creativeSetDetails.d.ts +1 -3
- package/model/creativeSetRequest.d.ts +1 -7
- package/model/creativeSetResponse.d.ts +1 -3
- package/model/duplicateCreativeSetResponse.d.ts +1 -3
- package/model/models.d.ts +4 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/hybridAdMapping.js +0 -1
- package/esm5/model/hybridAdMapping.js +0 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.303
|
|
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@0.10.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.303 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -19,10 +19,14 @@ import { ApiResponseObjectChartDashboardResponse } from '../model/apiResponseObj
|
|
|
19
19
|
import { ApiResponseObjectDmpAudienceDTO } from '../model/apiResponseObjectDmpAudienceDTO';
|
|
20
20
|
import { ApiResponseObjectEligibleUsersResponse } from '../model/apiResponseObjectEligibleUsersResponse';
|
|
21
21
|
import { ApiResponseObjectListAudienceDTO } from '../model/apiResponseObjectListAudienceDTO';
|
|
22
|
+
import { ApiResponseObjectListBackfillAudienceQueryTemplateDTO } from '../model/apiResponseObjectListBackfillAudienceQueryTemplateDTO';
|
|
22
23
|
import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
|
|
23
24
|
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
24
25
|
import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
|
|
26
|
+
import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
|
|
25
27
|
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
28
|
+
import { AudienceBackfillQueryTemplateRequest } from '../model/audienceBackfillQueryTemplateRequest';
|
|
29
|
+
import { AudienceBackfillRequest } from '../model/audienceBackfillRequest';
|
|
26
30
|
import { AudienceDTO } from '../model/audienceDTO';
|
|
27
31
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
28
32
|
import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
|
|
@@ -69,15 +73,15 @@ export declare class AudienceControllerService {
|
|
|
69
73
|
/**
|
|
70
74
|
* Api to add a backfile rule to the audience
|
|
71
75
|
*
|
|
72
|
-
* @param
|
|
76
|
+
* @param request request
|
|
73
77
|
* @param reqId request id
|
|
74
78
|
* @param token Auth Token
|
|
75
79
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
76
80
|
* @param reportProgress flag to report request and response progress.
|
|
77
81
|
*/
|
|
78
|
-
addBackfillRuleUsingPOST(
|
|
79
|
-
addBackfillRuleUsingPOST(
|
|
80
|
-
addBackfillRuleUsingPOST(
|
|
82
|
+
addBackfillRuleUsingPOST(request: AudienceBackfillRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongResponseMessage>;
|
|
83
|
+
addBackfillRuleUsingPOST(request: AudienceBackfillRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongResponseMessage>>;
|
|
84
|
+
addBackfillRuleUsingPOST(request: AudienceBackfillRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongResponseMessage>>;
|
|
81
85
|
/**
|
|
82
86
|
* Create to checkConnection.
|
|
83
87
|
*
|
|
@@ -126,6 +130,19 @@ export declare class AudienceControllerService {
|
|
|
126
130
|
getAccessUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAudienceAccessDTO>;
|
|
127
131
|
getAccessUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAudienceAccessDTO>>;
|
|
128
132
|
getAccessUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAudienceAccessDTO>>;
|
|
133
|
+
/**
|
|
134
|
+
* Api to fetch all active templates
|
|
135
|
+
*
|
|
136
|
+
* @param id id
|
|
137
|
+
* @param request request
|
|
138
|
+
* @param reqId request id
|
|
139
|
+
* @param token Auth Token
|
|
140
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
141
|
+
* @param reportProgress flag to report request and response progress.
|
|
142
|
+
*/
|
|
143
|
+
getActiveTemplatesUsingPOST(id: number, request: AudienceBackfillQueryTemplateRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListBackfillAudienceQueryTemplateDTO>;
|
|
144
|
+
getActiveTemplatesUsingPOST(id: number, request: AudienceBackfillQueryTemplateRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListBackfillAudienceQueryTemplateDTO>>;
|
|
145
|
+
getActiveTemplatesUsingPOST(id: number, request: AudienceBackfillQueryTemplateRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListBackfillAudienceQueryTemplateDTO>>;
|
|
129
146
|
/**
|
|
130
147
|
* Api to get All Audience
|
|
131
148
|
*
|
|
@@ -268,4 +285,16 @@ export declare class AudienceControllerService {
|
|
|
268
285
|
updateAudienceUsingPOST(audience: AudienceDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAudienceDTO>;
|
|
269
286
|
updateAudienceUsingPOST(audience: AudienceDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAudienceDTO>>;
|
|
270
287
|
updateAudienceUsingPOST(audience: AudienceDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAudienceDTO>>;
|
|
288
|
+
/**
|
|
289
|
+
* Api to validate a backfill rule
|
|
290
|
+
*
|
|
291
|
+
* @param query query
|
|
292
|
+
* @param reqId request id
|
|
293
|
+
* @param token Auth Token
|
|
294
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
295
|
+
* @param reportProgress flag to report request and response progress.
|
|
296
|
+
*/
|
|
297
|
+
validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
298
|
+
validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
299
|
+
validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
|
|
271
300
|
}
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
|
-
import { ApiListResponseCreativeTemplateDTO } from '../model/apiListResponseCreativeTemplateDTO';
|
|
15
14
|
import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
|
|
16
15
|
import { ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO } from '../model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
|
|
17
16
|
import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
|
|
@@ -153,20 +152,6 @@ export declare class CreativeSetsControllerService {
|
|
|
153
152
|
getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardMetrics>;
|
|
154
153
|
getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardMetrics>>;
|
|
155
154
|
getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardMetrics>>;
|
|
156
|
-
/**
|
|
157
|
-
* Api to get available hybrid ad templates for the uploaded videos
|
|
158
|
-
*
|
|
159
|
-
* @param advertiserId advertiserId
|
|
160
|
-
* @param type type
|
|
161
|
-
* @param filters filters
|
|
162
|
-
* @param reqId request id
|
|
163
|
-
* @param token Auth Token
|
|
164
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
165
|
-
* @param reportProgress flag to report request and response progress.
|
|
166
|
-
*/
|
|
167
|
-
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseCreativeTemplateDTO>;
|
|
168
|
-
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseCreativeTemplateDTO>>;
|
|
169
|
-
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseCreativeTemplateDTO>>;
|
|
170
155
|
/**
|
|
171
156
|
* Api to update creative sets
|
|
172
157
|
*
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
var AdminControllerService = /** @class */ (function () {
|
|
309
309
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
310
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
311
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
312
312
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
313
|
this.configuration = new Configuration();
|
|
314
314
|
if (basePath) {
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
526
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
527
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
528
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
529
529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
530
|
this.configuration = new Configuration();
|
|
531
531
|
if (basePath) {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
972
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
973
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
974
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
var AudienceControllerService = /** @class */ (function () {
|
|
1142
1142
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1143
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1246,11 +1246,11 @@
|
|
|
1246
1246
|
reportProgress: reportProgress
|
|
1247
1247
|
});
|
|
1248
1248
|
};
|
|
1249
|
-
AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (
|
|
1249
|
+
AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (request, reqId, token, observe, reportProgress) {
|
|
1250
1250
|
if (observe === void 0) { observe = 'body'; }
|
|
1251
1251
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
1252
|
-
if (
|
|
1253
|
-
throw new Error('Required parameter
|
|
1252
|
+
if (request === null || request === undefined) {
|
|
1253
|
+
throw new Error('Required parameter request was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
1254
1254
|
}
|
|
1255
1255
|
var headers = this.defaultHeaders;
|
|
1256
1256
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -1275,7 +1275,7 @@
|
|
|
1275
1275
|
if (httpContentTypeSelected != undefined) {
|
|
1276
1276
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1277
1277
|
}
|
|
1278
|
-
return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule",
|
|
1278
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", request, {
|
|
1279
1279
|
withCredentials: this.configuration.withCredentials,
|
|
1280
1280
|
headers: headers,
|
|
1281
1281
|
observe: observe,
|
|
@@ -1421,6 +1421,45 @@
|
|
|
1421
1421
|
reportProgress: reportProgress
|
|
1422
1422
|
});
|
|
1423
1423
|
};
|
|
1424
|
+
AudienceControllerService.prototype.getActiveTemplatesUsingPOST = function (id, request, reqId, token, observe, reportProgress) {
|
|
1425
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1426
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1427
|
+
if (id === null || id === undefined) {
|
|
1428
|
+
throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1429
|
+
}
|
|
1430
|
+
if (request === null || request === undefined) {
|
|
1431
|
+
throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1432
|
+
}
|
|
1433
|
+
var headers = this.defaultHeaders;
|
|
1434
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1435
|
+
headers = headers.set('reqId', String(reqId));
|
|
1436
|
+
}
|
|
1437
|
+
if (token !== undefined && token !== null) {
|
|
1438
|
+
headers = headers.set('token', String(token));
|
|
1439
|
+
}
|
|
1440
|
+
// to determine the Accept header
|
|
1441
|
+
var httpHeaderAccepts = [
|
|
1442
|
+
'application/json'
|
|
1443
|
+
];
|
|
1444
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1445
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1446
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1447
|
+
}
|
|
1448
|
+
// to determine the Content-Type header
|
|
1449
|
+
var consumes = [
|
|
1450
|
+
'application/json'
|
|
1451
|
+
];
|
|
1452
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1453
|
+
if (httpContentTypeSelected != undefined) {
|
|
1454
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1455
|
+
}
|
|
1456
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/activetemplates/" + encodeURIComponent(String(id)), request, {
|
|
1457
|
+
withCredentials: this.configuration.withCredentials,
|
|
1458
|
+
headers: headers,
|
|
1459
|
+
observe: observe,
|
|
1460
|
+
reportProgress: reportProgress
|
|
1461
|
+
});
|
|
1462
|
+
};
|
|
1424
1463
|
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
1425
1464
|
if (observe === void 0) { observe = 'body'; }
|
|
1426
1465
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1838,6 +1877,42 @@
|
|
|
1838
1877
|
reportProgress: reportProgress
|
|
1839
1878
|
});
|
|
1840
1879
|
};
|
|
1880
|
+
AudienceControllerService.prototype.validateBackfillRuleUsingPOST = function (query, reqId, token, observe, reportProgress) {
|
|
1881
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1882
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1883
|
+
if (query === null || query === undefined) {
|
|
1884
|
+
throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
|
|
1885
|
+
}
|
|
1886
|
+
var headers = this.defaultHeaders;
|
|
1887
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1888
|
+
headers = headers.set('reqId', String(reqId));
|
|
1889
|
+
}
|
|
1890
|
+
if (token !== undefined && token !== null) {
|
|
1891
|
+
headers = headers.set('token', String(token));
|
|
1892
|
+
}
|
|
1893
|
+
// to determine the Accept header
|
|
1894
|
+
var httpHeaderAccepts = [
|
|
1895
|
+
'application/json'
|
|
1896
|
+
];
|
|
1897
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1898
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1899
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1900
|
+
}
|
|
1901
|
+
// to determine the Content-Type header
|
|
1902
|
+
var consumes = [
|
|
1903
|
+
'application/json'
|
|
1904
|
+
];
|
|
1905
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1906
|
+
if (httpContentTypeSelected != undefined) {
|
|
1907
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1908
|
+
}
|
|
1909
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/validatebackfillrule", query, {
|
|
1910
|
+
withCredentials: this.configuration.withCredentials,
|
|
1911
|
+
headers: headers,
|
|
1912
|
+
observe: observe,
|
|
1913
|
+
reportProgress: reportProgress
|
|
1914
|
+
});
|
|
1915
|
+
};
|
|
1841
1916
|
AudienceControllerService.ctorParameters = function () { return [
|
|
1842
1917
|
{ type: http.HttpClient },
|
|
1843
1918
|
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
@@ -1864,7 +1939,7 @@
|
|
|
1864
1939
|
var AuditControllerService = /** @class */ (function () {
|
|
1865
1940
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1866
1941
|
this.httpClient = httpClient;
|
|
1867
|
-
this.basePath = 'https://
|
|
1942
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1868
1943
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1869
1944
|
this.configuration = new Configuration();
|
|
1870
1945
|
if (basePath) {
|
|
@@ -2063,7 +2138,7 @@
|
|
|
2063
2138
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2064
2139
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2065
2140
|
this.httpClient = httpClient;
|
|
2066
|
-
this.basePath = 'https://
|
|
2141
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2067
2142
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2068
2143
|
this.configuration = new Configuration();
|
|
2069
2144
|
if (basePath) {
|
|
@@ -2306,7 +2381,7 @@
|
|
|
2306
2381
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2307
2382
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2308
2383
|
this.httpClient = httpClient;
|
|
2309
|
-
this.basePath = 'https://
|
|
2384
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2310
2385
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2311
2386
|
this.configuration = new Configuration();
|
|
2312
2387
|
if (basePath) {
|
|
@@ -2427,7 +2502,7 @@
|
|
|
2427
2502
|
var CampaignControllerService = /** @class */ (function () {
|
|
2428
2503
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2429
2504
|
this.httpClient = httpClient;
|
|
2430
|
-
this.basePath = 'https://
|
|
2505
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2431
2506
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2432
2507
|
this.configuration = new Configuration();
|
|
2433
2508
|
if (basePath) {
|
|
@@ -2749,7 +2824,7 @@
|
|
|
2749
2824
|
var CatalogControllerService = /** @class */ (function () {
|
|
2750
2825
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2751
2826
|
this.httpClient = httpClient;
|
|
2752
|
-
this.basePath = 'https://
|
|
2827
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2753
2828
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2754
2829
|
this.configuration = new Configuration();
|
|
2755
2830
|
if (basePath) {
|
|
@@ -2972,7 +3047,7 @@
|
|
|
2972
3047
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2973
3048
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2974
3049
|
this.httpClient = httpClient;
|
|
2975
|
-
this.basePath = 'https://
|
|
3050
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2976
3051
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2977
3052
|
this.configuration = new Configuration();
|
|
2978
3053
|
if (basePath) {
|
|
@@ -3222,7 +3297,7 @@
|
|
|
3222
3297
|
var CreativeControllerService = /** @class */ (function () {
|
|
3223
3298
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3224
3299
|
this.httpClient = httpClient;
|
|
3225
|
-
this.basePath = 'https://
|
|
3300
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3226
3301
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3227
3302
|
this.configuration = new Configuration();
|
|
3228
3303
|
if (basePath) {
|
|
@@ -3699,7 +3774,7 @@
|
|
|
3699
3774
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3700
3775
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3701
3776
|
this.httpClient = httpClient;
|
|
3702
|
-
this.basePath = 'https://
|
|
3777
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3703
3778
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3704
3779
|
this.configuration = new Configuration();
|
|
3705
3780
|
if (basePath) {
|
|
@@ -4079,50 +4154,6 @@
|
|
|
4079
4154
|
reportProgress: reportProgress
|
|
4080
4155
|
});
|
|
4081
4156
|
};
|
|
4082
|
-
CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, reqId, token, observe, reportProgress) {
|
|
4083
|
-
if (observe === void 0) { observe = 'body'; }
|
|
4084
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
4085
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
4086
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
|
|
4087
|
-
}
|
|
4088
|
-
if (type === null || type === undefined) {
|
|
4089
|
-
throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
|
|
4090
|
-
}
|
|
4091
|
-
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4092
|
-
if (advertiserId !== undefined && advertiserId !== null) {
|
|
4093
|
-
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
4094
|
-
}
|
|
4095
|
-
if (filters !== undefined && filters !== null) {
|
|
4096
|
-
queryParameters = queryParameters.set('filters', filters);
|
|
4097
|
-
}
|
|
4098
|
-
if (type !== undefined && type !== null) {
|
|
4099
|
-
queryParameters = queryParameters.set('type', type);
|
|
4100
|
-
}
|
|
4101
|
-
var headers = this.defaultHeaders;
|
|
4102
|
-
if (reqId !== undefined && reqId !== null) {
|
|
4103
|
-
headers = headers.set('reqId', String(reqId));
|
|
4104
|
-
}
|
|
4105
|
-
if (token !== undefined && token !== null) {
|
|
4106
|
-
headers = headers.set('token', String(token));
|
|
4107
|
-
}
|
|
4108
|
-
// to determine the Accept header
|
|
4109
|
-
var httpHeaderAccepts = [
|
|
4110
|
-
'application/json'
|
|
4111
|
-
];
|
|
4112
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4113
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
4114
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4115
|
-
}
|
|
4116
|
-
// to determine the Content-Type header
|
|
4117
|
-
var consumes = [];
|
|
4118
|
-
return this.httpClient.get(this.basePath + "/v2/api/creativesets/templates", {
|
|
4119
|
-
params: queryParameters,
|
|
4120
|
-
withCredentials: this.configuration.withCredentials,
|
|
4121
|
-
headers: headers,
|
|
4122
|
-
observe: observe,
|
|
4123
|
-
reportProgress: reportProgress
|
|
4124
|
-
});
|
|
4125
|
-
};
|
|
4126
4157
|
CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
|
|
4127
4158
|
if (observe === void 0) { observe = 'body'; }
|
|
4128
4159
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4188,7 +4219,7 @@
|
|
|
4188
4219
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4189
4220
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4190
4221
|
this.httpClient = httpClient;
|
|
4191
|
-
this.basePath = 'https://
|
|
4222
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4192
4223
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4193
4224
|
this.configuration = new Configuration();
|
|
4194
4225
|
if (basePath) {
|
|
@@ -4389,7 +4420,7 @@
|
|
|
4389
4420
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4390
4421
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4391
4422
|
this.httpClient = httpClient;
|
|
4392
|
-
this.basePath = 'https://
|
|
4423
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4393
4424
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4394
4425
|
this.configuration = new Configuration();
|
|
4395
4426
|
if (basePath) {
|
|
@@ -4477,7 +4508,7 @@
|
|
|
4477
4508
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4478
4509
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4479
4510
|
this.httpClient = httpClient;
|
|
4480
|
-
this.basePath = 'https://
|
|
4511
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4481
4512
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4482
4513
|
this.configuration = new Configuration();
|
|
4483
4514
|
if (basePath) {
|
|
@@ -4656,7 +4687,7 @@
|
|
|
4656
4687
|
var DashboardControllerService = /** @class */ (function () {
|
|
4657
4688
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4658
4689
|
this.httpClient = httpClient;
|
|
4659
|
-
this.basePath = 'https://
|
|
4690
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4660
4691
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4661
4692
|
this.configuration = new Configuration();
|
|
4662
4693
|
if (basePath) {
|
|
@@ -5313,7 +5344,7 @@
|
|
|
5313
5344
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5314
5345
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5315
5346
|
this.httpClient = httpClient;
|
|
5316
|
-
this.basePath = 'https://
|
|
5347
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5317
5348
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5318
5349
|
this.configuration = new Configuration();
|
|
5319
5350
|
if (basePath) {
|
|
@@ -5512,7 +5543,7 @@
|
|
|
5512
5543
|
var PixelControllerService = /** @class */ (function () {
|
|
5513
5544
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5514
5545
|
this.httpClient = httpClient;
|
|
5515
|
-
this.basePath = 'https://
|
|
5546
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5516
5547
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5517
5548
|
this.configuration = new Configuration();
|
|
5518
5549
|
if (basePath) {
|
|
@@ -5841,7 +5872,7 @@
|
|
|
5841
5872
|
var ReportingControllerService = /** @class */ (function () {
|
|
5842
5873
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5843
5874
|
this.httpClient = httpClient;
|
|
5844
|
-
this.basePath = 'https://
|
|
5875
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5845
5876
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5846
5877
|
this.configuration = new Configuration();
|
|
5847
5878
|
if (basePath) {
|
|
@@ -6025,7 +6056,7 @@
|
|
|
6025
6056
|
var SliceXControllerService = /** @class */ (function () {
|
|
6026
6057
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6027
6058
|
this.httpClient = httpClient;
|
|
6028
|
-
this.basePath = 'https://
|
|
6059
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6029
6060
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6030
6061
|
this.configuration = new Configuration();
|
|
6031
6062
|
if (basePath) {
|
|
@@ -6293,7 +6324,7 @@
|
|
|
6293
6324
|
var StrategyControllerService = /** @class */ (function () {
|
|
6294
6325
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6295
6326
|
this.httpClient = httpClient;
|
|
6296
|
-
this.basePath = 'https://
|
|
6327
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6297
6328
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6298
6329
|
this.configuration = new Configuration();
|
|
6299
6330
|
if (basePath) {
|
|
@@ -6954,7 +6985,7 @@
|
|
|
6954
6985
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6955
6986
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6956
6987
|
this.httpClient = httpClient;
|
|
6957
|
-
this.basePath = 'https://
|
|
6988
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6958
6989
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6959
6990
|
this.configuration = new Configuration();
|
|
6960
6991
|
if (basePath) {
|
|
@@ -7056,7 +7087,7 @@
|
|
|
7056
7087
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7057
7088
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7058
7089
|
this.httpClient = httpClient;
|
|
7059
|
-
this.basePath = 'https://
|
|
7090
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7060
7091
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7061
7092
|
this.configuration = new Configuration();
|
|
7062
7093
|
if (basePath) {
|
|
@@ -7312,6 +7343,28 @@
|
|
|
7312
7343
|
};
|
|
7313
7344
|
})(exports.AuctionTypeEditField || (exports.AuctionTypeEditField = {}));
|
|
7314
7345
|
|
|
7346
|
+
/**
|
|
7347
|
+
* Api Documentation
|
|
7348
|
+
* Api Documentation
|
|
7349
|
+
*
|
|
7350
|
+
* OpenAPI spec version: 1.0
|
|
7351
|
+
*
|
|
7352
|
+
*
|
|
7353
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7354
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7355
|
+
* Do not edit the class manually.
|
|
7356
|
+
*/
|
|
7357
|
+
|
|
7358
|
+
(function (AudienceBackfillQueryTemplateRequest) {
|
|
7359
|
+
AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
|
|
7360
|
+
MINUTE: 'MINUTE',
|
|
7361
|
+
HOUR: 'HOUR',
|
|
7362
|
+
DAY: 'DAY',
|
|
7363
|
+
WEEK: 'WEEK',
|
|
7364
|
+
MONTH: 'MONTH'
|
|
7365
|
+
};
|
|
7366
|
+
})(exports.AudienceBackfillQueryTemplateRequest || (exports.AudienceBackfillQueryTemplateRequest = {}));
|
|
7367
|
+
|
|
7315
7368
|
|
|
7316
7369
|
(function (AudienceDTO) {
|
|
7317
7370
|
AudienceDTO.AudienceTypeEnum = {
|
|
@@ -7393,9 +7446,7 @@
|
|
|
7393
7446
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7394
7447
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7395
7448
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7396
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7397
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7398
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7449
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7399
7450
|
};
|
|
7400
7451
|
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
7401
7452
|
|
|
@@ -7514,13 +7565,19 @@
|
|
|
7514
7565
|
};
|
|
7515
7566
|
})(exports.CreativeFiles || (exports.CreativeFiles = {}));
|
|
7516
7567
|
|
|
7568
|
+
/**
|
|
7569
|
+
* Api Documentation
|
|
7570
|
+
* Api Documentation
|
|
7571
|
+
*
|
|
7572
|
+
* OpenAPI spec version: 1.0
|
|
7573
|
+
*
|
|
7574
|
+
*
|
|
7575
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7576
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7577
|
+
* Do not edit the class manually.
|
|
7578
|
+
*/
|
|
7517
7579
|
|
|
7518
7580
|
(function (CreativeHtmlFileForSet) {
|
|
7519
|
-
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
7520
|
-
DCO: 'DCO',
|
|
7521
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7522
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7523
|
-
};
|
|
7524
7581
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
7525
7582
|
Image: 'image',
|
|
7526
7583
|
Html: 'html',
|
|
@@ -7551,9 +7608,7 @@
|
|
|
7551
7608
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7552
7609
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7553
7610
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7554
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7555
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7556
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7611
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7557
7612
|
};
|
|
7558
7613
|
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
7559
7614
|
|
|
@@ -7569,9 +7624,7 @@
|
|
|
7569
7624
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7570
7625
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7571
7626
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7572
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7573
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7574
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7627
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7575
7628
|
};
|
|
7576
7629
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
7577
7630
|
|
|
@@ -7587,9 +7640,7 @@
|
|
|
7587
7640
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7588
7641
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7589
7642
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7590
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7591
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7592
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7643
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7593
7644
|
};
|
|
7594
7645
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
7595
7646
|
|
|
@@ -7616,9 +7667,7 @@
|
|
|
7616
7667
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7617
7668
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7618
7669
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7619
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7620
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7621
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7670
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7622
7671
|
};
|
|
7623
7672
|
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
7624
7673
|
|
|
@@ -7665,9 +7714,7 @@
|
|
|
7665
7714
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7666
7715
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7667
7716
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7668
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7669
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7670
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7717
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7671
7718
|
};
|
|
7672
7719
|
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
7673
7720
|
|