@revxui/api-clients-ts 0.10.326 → 0.10.328
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 +26 -0
- package/api/catalogController.service.d.ts +0 -13
- package/api/creativeSetsController.service.d.ts +0 -16
- package/bundles/revxui-api-clients-ts.umd.js +112 -128
- 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 +70 -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 -35
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -47
- 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/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +1 -0
- package/esm2015/model/audienceAnalysisRequest.js +12 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
- package/esm2015/model/combinedAudienceAnalysisResponse.js +12 -0
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +12 -6
- 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 +1 -1
- package/esm2015/model/searchRequest.js +1 -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 +74 -2
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -37
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -49
- 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/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +1 -0
- package/esm5/model/audienceAnalysisRequest.js +12 -0
- package/esm5/model/baseModelWithCreativeSetType.js +2 -4
- package/esm5/model/combinedAudienceAnalysisResponse.js +12 -0
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +12 -6
- 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 +1 -1
- package/esm5/model/searchRequest.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +108 -124
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +112 -128
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserLayoutVariables.d.ts +0 -1
- package/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts +17 -0
- package/model/{hybridAdMapping.d.ts → audienceAnalysisRequest.d.ts} +5 -5
- package/model/baseModelWithCreativeSetType.d.ts +1 -3
- package/model/combinedAudienceAnalysisResponse.d.ts +19 -0
- package/model/creativeDTO.d.ts +0 -4
- package/model/creativeHtmlFileForSet.d.ts +0 -9
- 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 +3 -1
- package/model/searchRequest.d.ts +1 -0
- 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.328
|
|
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.328 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
14
|
import { ApiResponseObjectApiListResponseAudiencePerformanceDTO } from '../model/apiResponseObjectApiListResponseAudiencePerformanceDTO';
|
|
15
|
+
import { ApiResponseObjectArrayListCombinedAudienceAnalysisResponse } from '../model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse';
|
|
15
16
|
import { ApiResponseObjectAudienceAccessDTO } from '../model/apiResponseObjectAudienceAccessDTO';
|
|
16
17
|
import { ApiResponseObjectAudienceDTO } from '../model/apiResponseObjectAudienceDTO';
|
|
17
18
|
import { ApiResponseObjectBaseModel } from '../model/apiResponseObjectBaseModel';
|
|
@@ -25,6 +26,7 @@ import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObj
|
|
|
25
26
|
import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
|
|
26
27
|
import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
|
|
27
28
|
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
29
|
+
import { AudienceAnalysisRequest } from '../model/audienceAnalysisRequest';
|
|
28
30
|
import { AudienceBackfillQueryTemplateRequest } from '../model/audienceBackfillQueryTemplateRequest';
|
|
29
31
|
import { AudienceBackfillRequest } from '../model/audienceBackfillRequest';
|
|
30
32
|
import { AudienceDTO } from '../model/audienceDTO';
|
|
@@ -172,6 +174,18 @@ export declare class AudienceControllerService {
|
|
|
172
174
|
getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDmpAudienceDTO>;
|
|
173
175
|
getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDmpAudienceDTO>>;
|
|
174
176
|
getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDmpAudienceDTO>>;
|
|
177
|
+
/**
|
|
178
|
+
* APi to get audience analysis count
|
|
179
|
+
*
|
|
180
|
+
* @param audienceAnalysisRequest audienceAnalysisRequest
|
|
181
|
+
* @param reqId request id
|
|
182
|
+
* @param token Auth Token
|
|
183
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
184
|
+
* @param reportProgress flag to report request and response progress.
|
|
185
|
+
*/
|
|
186
|
+
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectEligibleUsersResponse>;
|
|
187
|
+
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectEligibleUsersResponse>>;
|
|
188
|
+
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectEligibleUsersResponse>>;
|
|
175
189
|
/**
|
|
176
190
|
* Api to get Audience
|
|
177
191
|
*
|
|
@@ -201,6 +215,18 @@ export declare class AudienceControllerService {
|
|
|
201
215
|
getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectChartDashboardResponse>;
|
|
202
216
|
getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectChartDashboardResponse>>;
|
|
203
217
|
getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectChartDashboardResponse>>;
|
|
218
|
+
/**
|
|
219
|
+
* APi to get audience analysis count for all combination
|
|
220
|
+
*
|
|
221
|
+
* @param audienceAnalysisRequest audienceAnalysisRequest
|
|
222
|
+
* @param reqId request id
|
|
223
|
+
* @param token Auth Token
|
|
224
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
225
|
+
* @param reportProgress flag to report request and response progress.
|
|
226
|
+
*/
|
|
227
|
+
getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectArrayListCombinedAudienceAnalysisResponse>;
|
|
228
|
+
getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectArrayListCombinedAudienceAnalysisResponse>>;
|
|
229
|
+
getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectArrayListCombinedAudienceAnalysisResponse>>;
|
|
204
230
|
/**
|
|
205
231
|
* Api to get EligibleUsers
|
|
206
232
|
*
|
|
@@ -15,7 +15,6 @@ import { ApiListResponseMacro } from '../model/apiListResponseMacro';
|
|
|
15
15
|
import { ApiResponseObjectApiListResponseCatalogFeed } from '../model/apiResponseObjectApiListResponseCatalogFeed';
|
|
16
16
|
import { ApiResponseObjectApiListResponseVariablesMappingDTO } from '../model/apiResponseObjectApiListResponseVariablesMappingDTO';
|
|
17
17
|
import { ApiResponseObjectCatalogFeed } from '../model/apiResponseObjectCatalogFeed';
|
|
18
|
-
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
19
18
|
import { SearchRequest } from '../model/searchRequest';
|
|
20
19
|
import { Configuration } from '../configuration';
|
|
21
20
|
export declare class CatalogControllerService {
|
|
@@ -55,18 +54,6 @@ export declare class CatalogControllerService {
|
|
|
55
54
|
getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCatalogFeed>;
|
|
56
55
|
getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCatalogFeed>>;
|
|
57
56
|
getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseCatalogFeed>>;
|
|
58
|
-
/**
|
|
59
|
-
* get feed by advertiser Id
|
|
60
|
-
*
|
|
61
|
-
* @param advertiserId advertiserId
|
|
62
|
-
* @param reqId request id
|
|
63
|
-
* @param token Auth Token
|
|
64
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
65
|
-
* @param reportProgress flag to report request and response progress.
|
|
66
|
-
*/
|
|
67
|
-
getFeedsByAdvertiserIdUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectstring>;
|
|
68
|
-
getFeedsByAdvertiserIdUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectstring>>;
|
|
69
|
-
getFeedsByAdvertiserIdUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectstring>>;
|
|
70
57
|
/**
|
|
71
58
|
* get List of catalog macros for given advertiserId
|
|
72
59
|
*
|
|
@@ -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,21 +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 isPlacebo isPlacebo
|
|
163
|
-
* @param reqId request id
|
|
164
|
-
* @param token Auth Token
|
|
165
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
166
|
-
* @param reportProgress flag to report request and response progress.
|
|
167
|
-
*/
|
|
168
|
-
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>;
|
|
169
|
-
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>>;
|
|
170
|
-
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>>;
|
|
171
155
|
/**
|
|
172
156
|
* Api to update creative sets
|
|
173
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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1545,6 +1545,42 @@
|
|
|
1545
1545
|
reportProgress: reportProgress
|
|
1546
1546
|
});
|
|
1547
1547
|
};
|
|
1548
|
+
AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
|
|
1549
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1550
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1551
|
+
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1552
|
+
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
|
|
1553
|
+
}
|
|
1554
|
+
var headers = this.defaultHeaders;
|
|
1555
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1556
|
+
headers = headers.set('reqId', String(reqId));
|
|
1557
|
+
}
|
|
1558
|
+
if (token !== undefined && token !== null) {
|
|
1559
|
+
headers = headers.set('token', String(token));
|
|
1560
|
+
}
|
|
1561
|
+
// to determine the Accept header
|
|
1562
|
+
var httpHeaderAccepts = [
|
|
1563
|
+
'*/*'
|
|
1564
|
+
];
|
|
1565
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1566
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1567
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1568
|
+
}
|
|
1569
|
+
// to determine the Content-Type header
|
|
1570
|
+
var consumes = [
|
|
1571
|
+
'application/json'
|
|
1572
|
+
];
|
|
1573
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1574
|
+
if (httpContentTypeSelected != undefined) {
|
|
1575
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1576
|
+
}
|
|
1577
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis", audienceAnalysisRequest, {
|
|
1578
|
+
withCredentials: this.configuration.withCredentials,
|
|
1579
|
+
headers: headers,
|
|
1580
|
+
observe: observe,
|
|
1581
|
+
reportProgress: reportProgress
|
|
1582
|
+
});
|
|
1583
|
+
};
|
|
1548
1584
|
AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
|
|
1549
1585
|
if (observe === void 0) { observe = 'body'; }
|
|
1550
1586
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1639,6 +1675,42 @@
|
|
|
1639
1675
|
reportProgress: reportProgress
|
|
1640
1676
|
});
|
|
1641
1677
|
};
|
|
1678
|
+
AudienceControllerService.prototype.getCombinedAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
|
|
1679
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1680
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1681
|
+
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1682
|
+
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getCombinedAnalysisAudienceCountUsingPOST.');
|
|
1683
|
+
}
|
|
1684
|
+
var headers = this.defaultHeaders;
|
|
1685
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1686
|
+
headers = headers.set('reqId', String(reqId));
|
|
1687
|
+
}
|
|
1688
|
+
if (token !== undefined && token !== null) {
|
|
1689
|
+
headers = headers.set('token', String(token));
|
|
1690
|
+
}
|
|
1691
|
+
// to determine the Accept header
|
|
1692
|
+
var httpHeaderAccepts = [
|
|
1693
|
+
'*/*'
|
|
1694
|
+
];
|
|
1695
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1696
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1697
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1698
|
+
}
|
|
1699
|
+
// to determine the Content-Type header
|
|
1700
|
+
var consumes = [
|
|
1701
|
+
'application/json'
|
|
1702
|
+
];
|
|
1703
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1704
|
+
if (httpContentTypeSelected != undefined) {
|
|
1705
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1706
|
+
}
|
|
1707
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis/combination", audienceAnalysisRequest, {
|
|
1708
|
+
withCredentials: this.configuration.withCredentials,
|
|
1709
|
+
headers: headers,
|
|
1710
|
+
observe: observe,
|
|
1711
|
+
reportProgress: reportProgress
|
|
1712
|
+
});
|
|
1713
|
+
};
|
|
1642
1714
|
AudienceControllerService.prototype.getEligibleUsersCountUsingPOST = function (eligibleUsersRequest, reqId, token, observe, reportProgress) {
|
|
1643
1715
|
if (observe === void 0) { observe = 'body'; }
|
|
1644
1716
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1939,7 +2011,7 @@
|
|
|
1939
2011
|
var AuditControllerService = /** @class */ (function () {
|
|
1940
2012
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1941
2013
|
this.httpClient = httpClient;
|
|
1942
|
-
this.basePath = 'https://
|
|
2014
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1943
2015
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1944
2016
|
this.configuration = new Configuration();
|
|
1945
2017
|
if (basePath) {
|
|
@@ -2138,7 +2210,7 @@
|
|
|
2138
2210
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2139
2211
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2140
2212
|
this.httpClient = httpClient;
|
|
2141
|
-
this.basePath = 'https://
|
|
2213
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2142
2214
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2143
2215
|
this.configuration = new Configuration();
|
|
2144
2216
|
if (basePath) {
|
|
@@ -2381,7 +2453,7 @@
|
|
|
2381
2453
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2382
2454
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2383
2455
|
this.httpClient = httpClient;
|
|
2384
|
-
this.basePath = 'https://
|
|
2456
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2385
2457
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2386
2458
|
this.configuration = new Configuration();
|
|
2387
2459
|
if (basePath) {
|
|
@@ -2502,7 +2574,7 @@
|
|
|
2502
2574
|
var CampaignControllerService = /** @class */ (function () {
|
|
2503
2575
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2504
2576
|
this.httpClient = httpClient;
|
|
2505
|
-
this.basePath = 'https://
|
|
2577
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2506
2578
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2507
2579
|
this.configuration = new Configuration();
|
|
2508
2580
|
if (basePath) {
|
|
@@ -2824,7 +2896,7 @@
|
|
|
2824
2896
|
var CatalogControllerService = /** @class */ (function () {
|
|
2825
2897
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2826
2898
|
this.httpClient = httpClient;
|
|
2827
|
-
this.basePath = 'https://
|
|
2899
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2828
2900
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2829
2901
|
this.configuration = new Configuration();
|
|
2830
2902
|
if (basePath) {
|
|
@@ -2933,41 +3005,6 @@
|
|
|
2933
3005
|
reportProgress: reportProgress
|
|
2934
3006
|
});
|
|
2935
3007
|
};
|
|
2936
|
-
CatalogControllerService.prototype.getFeedsByAdvertiserIdUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
2937
|
-
if (observe === void 0) { observe = 'body'; }
|
|
2938
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
2939
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
2940
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getFeedsByAdvertiserIdUsingGET.');
|
|
2941
|
-
}
|
|
2942
|
-
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
2943
|
-
if (advertiserId !== undefined && advertiserId !== null) {
|
|
2944
|
-
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
2945
|
-
}
|
|
2946
|
-
var headers = this.defaultHeaders;
|
|
2947
|
-
if (reqId !== undefined && reqId !== null) {
|
|
2948
|
-
headers = headers.set('reqId', String(reqId));
|
|
2949
|
-
}
|
|
2950
|
-
if (token !== undefined && token !== null) {
|
|
2951
|
-
headers = headers.set('token', String(token));
|
|
2952
|
-
}
|
|
2953
|
-
// to determine the Accept header
|
|
2954
|
-
var httpHeaderAccepts = [
|
|
2955
|
-
'application/json'
|
|
2956
|
-
];
|
|
2957
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2958
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
2959
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2960
|
-
}
|
|
2961
|
-
// to determine the Content-Type header
|
|
2962
|
-
var consumes = [];
|
|
2963
|
-
return this.httpClient.get(this.basePath + "/v2/api/catalog/feeds", {
|
|
2964
|
-
params: queryParameters,
|
|
2965
|
-
withCredentials: this.configuration.withCredentials,
|
|
2966
|
-
headers: headers,
|
|
2967
|
-
observe: observe,
|
|
2968
|
-
reportProgress: reportProgress
|
|
2969
|
-
});
|
|
2970
|
-
};
|
|
2971
3008
|
CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2972
3009
|
if (observe === void 0) { observe = 'body'; }
|
|
2973
3010
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3082,7 +3119,7 @@
|
|
|
3082
3119
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3083
3120
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3084
3121
|
this.httpClient = httpClient;
|
|
3085
|
-
this.basePath = 'https://
|
|
3122
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3086
3123
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3087
3124
|
this.configuration = new Configuration();
|
|
3088
3125
|
if (basePath) {
|
|
@@ -3332,7 +3369,7 @@
|
|
|
3332
3369
|
var CreativeControllerService = /** @class */ (function () {
|
|
3333
3370
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3334
3371
|
this.httpClient = httpClient;
|
|
3335
|
-
this.basePath = 'https://
|
|
3372
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3336
3373
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3337
3374
|
this.configuration = new Configuration();
|
|
3338
3375
|
if (basePath) {
|
|
@@ -3809,7 +3846,7 @@
|
|
|
3809
3846
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3810
3847
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3811
3848
|
this.httpClient = httpClient;
|
|
3812
|
-
this.basePath = 'https://
|
|
3849
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3813
3850
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3814
3851
|
this.configuration = new Configuration();
|
|
3815
3852
|
if (basePath) {
|
|
@@ -4189,53 +4226,6 @@
|
|
|
4189
4226
|
reportProgress: reportProgress
|
|
4190
4227
|
});
|
|
4191
4228
|
};
|
|
4192
|
-
CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, isPlacebo, reqId, token, observe, reportProgress) {
|
|
4193
|
-
if (observe === void 0) { observe = 'body'; }
|
|
4194
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
4195
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
4196
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
|
|
4197
|
-
}
|
|
4198
|
-
if (type === null || type === undefined) {
|
|
4199
|
-
throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
|
|
4200
|
-
}
|
|
4201
|
-
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4202
|
-
if (advertiserId !== undefined && advertiserId !== null) {
|
|
4203
|
-
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
4204
|
-
}
|
|
4205
|
-
if (filters !== undefined && filters !== null) {
|
|
4206
|
-
queryParameters = queryParameters.set('filters', filters);
|
|
4207
|
-
}
|
|
4208
|
-
if (isPlacebo !== undefined && isPlacebo !== null) {
|
|
4209
|
-
queryParameters = queryParameters.set('isPlacebo', isPlacebo);
|
|
4210
|
-
}
|
|
4211
|
-
if (type !== undefined && type !== null) {
|
|
4212
|
-
queryParameters = queryParameters.set('type', type);
|
|
4213
|
-
}
|
|
4214
|
-
var headers = this.defaultHeaders;
|
|
4215
|
-
if (reqId !== undefined && reqId !== null) {
|
|
4216
|
-
headers = headers.set('reqId', String(reqId));
|
|
4217
|
-
}
|
|
4218
|
-
if (token !== undefined && token !== null) {
|
|
4219
|
-
headers = headers.set('token', String(token));
|
|
4220
|
-
}
|
|
4221
|
-
// to determine the Accept header
|
|
4222
|
-
var httpHeaderAccepts = [
|
|
4223
|
-
'application/json'
|
|
4224
|
-
];
|
|
4225
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4226
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
4227
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4228
|
-
}
|
|
4229
|
-
// to determine the Content-Type header
|
|
4230
|
-
var consumes = [];
|
|
4231
|
-
return this.httpClient.get(this.basePath + "/v2/api/creativesets/templates", {
|
|
4232
|
-
params: queryParameters,
|
|
4233
|
-
withCredentials: this.configuration.withCredentials,
|
|
4234
|
-
headers: headers,
|
|
4235
|
-
observe: observe,
|
|
4236
|
-
reportProgress: reportProgress
|
|
4237
|
-
});
|
|
4238
|
-
};
|
|
4239
4229
|
CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
|
|
4240
4230
|
if (observe === void 0) { observe = 'body'; }
|
|
4241
4231
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4301,7 +4291,7 @@
|
|
|
4301
4291
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4302
4292
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4303
4293
|
this.httpClient = httpClient;
|
|
4304
|
-
this.basePath = 'https://
|
|
4294
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4305
4295
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4306
4296
|
this.configuration = new Configuration();
|
|
4307
4297
|
if (basePath) {
|
|
@@ -4502,7 +4492,7 @@
|
|
|
4502
4492
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4503
4493
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4504
4494
|
this.httpClient = httpClient;
|
|
4505
|
-
this.basePath = 'https://
|
|
4495
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4506
4496
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4507
4497
|
this.configuration = new Configuration();
|
|
4508
4498
|
if (basePath) {
|
|
@@ -4590,7 +4580,7 @@
|
|
|
4590
4580
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4591
4581
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4592
4582
|
this.httpClient = httpClient;
|
|
4593
|
-
this.basePath = 'https://
|
|
4583
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4594
4584
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4595
4585
|
this.configuration = new Configuration();
|
|
4596
4586
|
if (basePath) {
|
|
@@ -4769,7 +4759,7 @@
|
|
|
4769
4759
|
var DashboardControllerService = /** @class */ (function () {
|
|
4770
4760
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4771
4761
|
this.httpClient = httpClient;
|
|
4772
|
-
this.basePath = 'https://
|
|
4762
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4773
4763
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4774
4764
|
this.configuration = new Configuration();
|
|
4775
4765
|
if (basePath) {
|
|
@@ -5426,7 +5416,7 @@
|
|
|
5426
5416
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5427
5417
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5428
5418
|
this.httpClient = httpClient;
|
|
5429
|
-
this.basePath = 'https://
|
|
5419
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5430
5420
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5431
5421
|
this.configuration = new Configuration();
|
|
5432
5422
|
if (basePath) {
|
|
@@ -5625,7 +5615,7 @@
|
|
|
5625
5615
|
var PixelControllerService = /** @class */ (function () {
|
|
5626
5616
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5627
5617
|
this.httpClient = httpClient;
|
|
5628
|
-
this.basePath = 'https://
|
|
5618
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5629
5619
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5630
5620
|
this.configuration = new Configuration();
|
|
5631
5621
|
if (basePath) {
|
|
@@ -5954,7 +5944,7 @@
|
|
|
5954
5944
|
var ReportingControllerService = /** @class */ (function () {
|
|
5955
5945
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5956
5946
|
this.httpClient = httpClient;
|
|
5957
|
-
this.basePath = 'https://
|
|
5947
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5958
5948
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5959
5949
|
this.configuration = new Configuration();
|
|
5960
5950
|
if (basePath) {
|
|
@@ -6138,7 +6128,7 @@
|
|
|
6138
6128
|
var SliceXControllerService = /** @class */ (function () {
|
|
6139
6129
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6140
6130
|
this.httpClient = httpClient;
|
|
6141
|
-
this.basePath = 'https://
|
|
6131
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6142
6132
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6143
6133
|
this.configuration = new Configuration();
|
|
6144
6134
|
if (basePath) {
|
|
@@ -6406,7 +6396,7 @@
|
|
|
6406
6396
|
var StrategyControllerService = /** @class */ (function () {
|
|
6407
6397
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6408
6398
|
this.httpClient = httpClient;
|
|
6409
|
-
this.basePath = 'https://
|
|
6399
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6410
6400
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6411
6401
|
this.configuration = new Configuration();
|
|
6412
6402
|
if (basePath) {
|
|
@@ -7067,7 +7057,7 @@
|
|
|
7067
7057
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7068
7058
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7069
7059
|
this.httpClient = httpClient;
|
|
7070
|
-
this.basePath = 'https://
|
|
7060
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
7071
7061
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7072
7062
|
this.configuration = new Configuration();
|
|
7073
7063
|
if (basePath) {
|
|
@@ -7169,7 +7159,7 @@
|
|
|
7169
7159
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7170
7160
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7171
7161
|
this.httpClient = httpClient;
|
|
7172
|
-
this.basePath = 'https://
|
|
7162
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
7173
7163
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7174
7164
|
this.configuration = new Configuration();
|
|
7175
7165
|
if (basePath) {
|
|
@@ -7537,9 +7527,7 @@
|
|
|
7537
7527
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7538
7528
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7539
7529
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7540
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7541
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7542
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7530
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7543
7531
|
};
|
|
7544
7532
|
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
7545
7533
|
|
|
@@ -7658,13 +7646,19 @@
|
|
|
7658
7646
|
};
|
|
7659
7647
|
})(exports.CreativeFiles || (exports.CreativeFiles = {}));
|
|
7660
7648
|
|
|
7649
|
+
/**
|
|
7650
|
+
* Api Documentation
|
|
7651
|
+
* Api Documentation
|
|
7652
|
+
*
|
|
7653
|
+
* OpenAPI spec version: 1.0
|
|
7654
|
+
*
|
|
7655
|
+
*
|
|
7656
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7657
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7658
|
+
* Do not edit the class manually.
|
|
7659
|
+
*/
|
|
7661
7660
|
|
|
7662
7661
|
(function (CreativeHtmlFileForSet) {
|
|
7663
|
-
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
7664
|
-
DCO: 'DCO',
|
|
7665
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7666
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7667
|
-
};
|
|
7668
7662
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
7669
7663
|
Image: 'image',
|
|
7670
7664
|
Html: 'html',
|
|
@@ -7695,9 +7689,7 @@
|
|
|
7695
7689
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7696
7690
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7697
7691
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7698
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7699
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7700
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7692
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7701
7693
|
};
|
|
7702
7694
|
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
7703
7695
|
|
|
@@ -7713,9 +7705,7 @@
|
|
|
7713
7705
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7714
7706
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7715
7707
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7716
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7717
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7718
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7708
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7719
7709
|
};
|
|
7720
7710
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
7721
7711
|
|
|
@@ -7731,9 +7721,7 @@
|
|
|
7731
7721
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7732
7722
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7733
7723
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7734
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7735
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7736
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7724
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7737
7725
|
};
|
|
7738
7726
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
7739
7727
|
|
|
@@ -7760,9 +7748,7 @@
|
|
|
7760
7748
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7761
7749
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7762
7750
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7763
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7764
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7765
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7751
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7766
7752
|
};
|
|
7767
7753
|
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
7768
7754
|
|
|
@@ -7809,9 +7795,7 @@
|
|
|
7809
7795
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7810
7796
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7811
7797
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7812
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7813
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7814
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7798
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7815
7799
|
};
|
|
7816
7800
|
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
7817
7801
|
|