@revxui/api-clients-ts 0.10.329 → 0.10.331
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/appSettingsController.service.d.ts +0 -39
- package/api/catalogController.service.d.ts +13 -0
- package/api/creativeSetsController.service.d.ts +16 -0
- package/bundles/revxui-api-clients-ts.umd.js +128 -163
- 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 -91
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +35 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +47 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/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/baseModelWithCreativeSetType.js +4 -2
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +6 -12
- package/esm2015/model/creativeSetDashboardMetric.js +4 -2
- package/esm2015/model/creativeSetDetails.js +4 -2
- package/esm2015/model/creativeSetRequest.js +4 -2
- package/esm2015/model/creativeSetResponse.js +4 -2
- package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
- package/esm2015/model/hybridAdMapping.js +1 -0
- package/esm2015/model/models.js +1 -2
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -97
- package/esm5/api/audienceController.service.js +2 -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 +37 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +49 -2
- 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/baseModelWithCreativeSetType.js +4 -2
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +6 -12
- package/esm5/model/creativeSetDashboardMetric.js +4 -2
- package/esm5/model/creativeSetDetails.js +4 -2
- package/esm5/model/creativeSetRequest.js +4 -2
- package/esm5/model/creativeSetResponse.js +4 -2
- package/esm5/model/duplicateCreativeSetResponse.js +4 -2
- package/esm5/model/hybridAdMapping.js +1 -0
- package/esm5/model/models.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js +125 -158
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +129 -164
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserLayoutVariables.d.ts +1 -0
- package/model/baseModelWithCreativeSetType.d.ts +3 -1
- package/model/creativeDTO.d.ts +4 -0
- package/model/creativeHtmlFileForSet.d.ts +9 -0
- package/model/creativeSetDashboardMetric.d.ts +3 -1
- package/model/creativeSetDetails.d.ts +3 -1
- package/model/creativeSetRequest.d.ts +7 -1
- package/model/creativeSetResponse.d.ts +3 -1
- package/model/duplicateCreativeSetResponse.d.ts +3 -1
- package/model/{dynamicVideoTemplate.d.ts → hybridAdMapping.d.ts} +5 -6
- package/model/models.d.ts +1 -7
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/advertiserDynamicVideoConfig.js +0 -1
- package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
- package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
- package/esm2015/model/dynamicVideoConfigDTO.js +0 -28
- package/esm2015/model/dynamicVideoDTO.js +0 -1
- package/esm2015/model/dynamicVideoTemplate.js +0 -1
- package/esm2015/model/nameAndTitleModel.js +0 -12
- package/esm5/model/advertiserDynamicVideoConfig.js +0 -1
- package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
- package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
- package/esm5/model/dynamicVideoConfigDTO.js +0 -28
- package/esm5/model/dynamicVideoDTO.js +0 -1
- package/esm5/model/dynamicVideoTemplate.js +0 -1
- package/esm5/model/nameAndTitleModel.js +0 -12
- package/model/advertiserDynamicVideoConfig.d.ts +0 -19
- package/model/apiResponseObjectAdvertiserDynamicVideoConfig.d.ts +0 -17
- package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +0 -17
- package/model/dynamicVideoConfigDTO.d.ts +0 -32
- package/model/dynamicVideoDTO.d.ts +0 -16
- package/model/nameAndTitleModel.d.ts +0 -15
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.331
|
|
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.331 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -11,12 +11,8 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
|
-
import { ApiResponseObjectAdvertiserDynamicVideoConfig } from '../model/apiResponseObjectAdvertiserDynamicVideoConfig';
|
|
15
14
|
import { ApiResponseObjectListAppSettingsDTO } from '../model/apiResponseObjectListAppSettingsDTO';
|
|
16
|
-
import { ApiResponseObjectListDynamicVideoTemplate } from '../model/apiResponseObjectListDynamicVideoTemplate';
|
|
17
|
-
import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
|
|
18
15
|
import { AppSettingsDTO } from '../model/appSettingsDTO';
|
|
19
|
-
import { DynamicVideoDTO } from '../model/dynamicVideoDTO';
|
|
20
16
|
import { Configuration } from '../configuration';
|
|
21
17
|
export declare class AppSettingsControllerService {
|
|
22
18
|
protected httpClient: HttpClient;
|
|
@@ -41,29 +37,6 @@ export declare class AppSettingsControllerService {
|
|
|
41
37
|
createAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAppSettingsDTO>;
|
|
42
38
|
createAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAppSettingsDTO>>;
|
|
43
39
|
createAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAppSettingsDTO>>;
|
|
44
|
-
/**
|
|
45
|
-
* Api to fetch sample dynamic video templates
|
|
46
|
-
*
|
|
47
|
-
* @param reqId request id
|
|
48
|
-
* @param token Auth Token
|
|
49
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
50
|
-
* @param reportProgress flag to report request and response progress.
|
|
51
|
-
*/
|
|
52
|
-
fetchAllDynamicVideoTemplatesUsingGET(reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListDynamicVideoTemplate>;
|
|
53
|
-
fetchAllDynamicVideoTemplatesUsingGET(reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListDynamicVideoTemplate>>;
|
|
54
|
-
fetchAllDynamicVideoTemplatesUsingGET(reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListDynamicVideoTemplate>>;
|
|
55
|
-
/**
|
|
56
|
-
* Api to fetch dynamic video config for given advertiserid
|
|
57
|
-
*
|
|
58
|
-
* @param advertiserId advertiserId
|
|
59
|
-
* @param reqId request id
|
|
60
|
-
* @param token Auth Token
|
|
61
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
62
|
-
* @param reportProgress flag to report request and response progress.
|
|
63
|
-
*/
|
|
64
|
-
fetchDynamicVideoConfigUsingGET(advertiserId?: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAdvertiserDynamicVideoConfig>;
|
|
65
|
-
fetchDynamicVideoConfigUsingGET(advertiserId?: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAdvertiserDynamicVideoConfig>>;
|
|
66
|
-
fetchDynamicVideoConfigUsingGET(advertiserId?: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAdvertiserDynamicVideoConfig>>;
|
|
67
40
|
/**
|
|
68
41
|
* Api to get App Settings
|
|
69
42
|
*
|
|
@@ -89,16 +62,4 @@ export declare class AppSettingsControllerService {
|
|
|
89
62
|
updateAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAppSettingsDTO>;
|
|
90
63
|
updateAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAppSettingsDTO>>;
|
|
91
64
|
updateAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAppSettingsDTO>>;
|
|
92
|
-
/**
|
|
93
|
-
* Api to upsert dynamic video
|
|
94
|
-
*
|
|
95
|
-
* @param dynamicVideoDTO dynamicVideoDTO
|
|
96
|
-
* @param reqId request id
|
|
97
|
-
* @param token Auth Token
|
|
98
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
99
|
-
* @param reportProgress flag to report request and response progress.
|
|
100
|
-
*/
|
|
101
|
-
upsertDynamicVideoUsingPOST(dynamicVideoDTO: DynamicVideoDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
102
|
-
upsertDynamicVideoUsingPOST(dynamicVideoDTO: DynamicVideoDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
103
|
-
upsertDynamicVideoUsingPOST(dynamicVideoDTO: DynamicVideoDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
|
|
104
65
|
}
|
|
@@ -15,6 +15,7 @@ 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';
|
|
18
19
|
import { SearchRequest } from '../model/searchRequest';
|
|
19
20
|
import { Configuration } from '../configuration';
|
|
20
21
|
export declare class CatalogControllerService {
|
|
@@ -54,6 +55,18 @@ export declare class CatalogControllerService {
|
|
|
54
55
|
getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCatalogFeed>;
|
|
55
56
|
getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCatalogFeed>>;
|
|
56
57
|
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>>;
|
|
57
70
|
/**
|
|
58
71
|
* get List of catalog macros for given advertiserId
|
|
59
72
|
*
|
|
@@ -11,6 +11,7 @@
|
|
|
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';
|
|
14
15
|
import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
|
|
15
16
|
import { ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO } from '../model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
|
|
16
17
|
import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
|
|
@@ -152,6 +153,21 @@ export declare class CreativeSetsControllerService {
|
|
|
152
153
|
getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardMetrics>;
|
|
153
154
|
getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardMetrics>>;
|
|
154
155
|
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>>;
|
|
155
171
|
/**
|
|
156
172
|
* Api to update creative sets
|
|
157
173
|
*
|
|
@@ -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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1042,65 +1042,6 @@
|
|
|
1042
1042
|
reportProgress: reportProgress
|
|
1043
1043
|
});
|
|
1044
1044
|
};
|
|
1045
|
-
AppSettingsControllerService.prototype.fetchAllDynamicVideoTemplatesUsingGET = function (reqId, token, observe, reportProgress) {
|
|
1046
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1047
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1048
|
-
var headers = this.defaultHeaders;
|
|
1049
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1050
|
-
headers = headers.set('reqId', String(reqId));
|
|
1051
|
-
}
|
|
1052
|
-
if (token !== undefined && token !== null) {
|
|
1053
|
-
headers = headers.set('token', String(token));
|
|
1054
|
-
}
|
|
1055
|
-
// to determine the Accept header
|
|
1056
|
-
var httpHeaderAccepts = [
|
|
1057
|
-
'application/json'
|
|
1058
|
-
];
|
|
1059
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1060
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1061
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1062
|
-
}
|
|
1063
|
-
// to determine the Content-Type header
|
|
1064
|
-
var consumes = [];
|
|
1065
|
-
return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/templates", {
|
|
1066
|
-
withCredentials: this.configuration.withCredentials,
|
|
1067
|
-
headers: headers,
|
|
1068
|
-
observe: observe,
|
|
1069
|
-
reportProgress: reportProgress
|
|
1070
|
-
});
|
|
1071
|
-
};
|
|
1072
|
-
AppSettingsControllerService.prototype.fetchDynamicVideoConfigUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
1073
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1074
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1075
|
-
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1076
|
-
if (advertiserId !== undefined && advertiserId !== null) {
|
|
1077
|
-
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
1078
|
-
}
|
|
1079
|
-
var headers = this.defaultHeaders;
|
|
1080
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1081
|
-
headers = headers.set('reqId', String(reqId));
|
|
1082
|
-
}
|
|
1083
|
-
if (token !== undefined && token !== null) {
|
|
1084
|
-
headers = headers.set('token', String(token));
|
|
1085
|
-
}
|
|
1086
|
-
// to determine the Accept header
|
|
1087
|
-
var httpHeaderAccepts = [
|
|
1088
|
-
'application/json'
|
|
1089
|
-
];
|
|
1090
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1091
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1092
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1093
|
-
}
|
|
1094
|
-
// to determine the Content-Type header
|
|
1095
|
-
var consumes = [];
|
|
1096
|
-
return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/config", {
|
|
1097
|
-
params: queryParameters,
|
|
1098
|
-
withCredentials: this.configuration.withCredentials,
|
|
1099
|
-
headers: headers,
|
|
1100
|
-
observe: observe,
|
|
1101
|
-
reportProgress: reportProgress
|
|
1102
|
-
});
|
|
1103
|
-
};
|
|
1104
1045
|
AppSettingsControllerService.prototype.getAppSettingsUsingGET = function (advertiserId, reqId, settingsKeys, token, observe, reportProgress) {
|
|
1105
1046
|
if (observe === void 0) { observe = 'body'; }
|
|
1106
1047
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1174,42 +1115,6 @@
|
|
|
1174
1115
|
reportProgress: reportProgress
|
|
1175
1116
|
});
|
|
1176
1117
|
};
|
|
1177
|
-
AppSettingsControllerService.prototype.upsertDynamicVideoUsingPOST = function (dynamicVideoDTO, reqId, token, observe, reportProgress) {
|
|
1178
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1179
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1180
|
-
if (dynamicVideoDTO === null || dynamicVideoDTO === undefined) {
|
|
1181
|
-
throw new Error('Required parameter dynamicVideoDTO was null or undefined when calling upsertDynamicVideoUsingPOST.');
|
|
1182
|
-
}
|
|
1183
|
-
var headers = this.defaultHeaders;
|
|
1184
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1185
|
-
headers = headers.set('reqId', String(reqId));
|
|
1186
|
-
}
|
|
1187
|
-
if (token !== undefined && token !== null) {
|
|
1188
|
-
headers = headers.set('token', String(token));
|
|
1189
|
-
}
|
|
1190
|
-
// to determine the Accept header
|
|
1191
|
-
var httpHeaderAccepts = [
|
|
1192
|
-
'application/json'
|
|
1193
|
-
];
|
|
1194
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1195
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1196
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1197
|
-
}
|
|
1198
|
-
// to determine the Content-Type header
|
|
1199
|
-
var consumes = [
|
|
1200
|
-
'application/json'
|
|
1201
|
-
];
|
|
1202
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1203
|
-
if (httpContentTypeSelected != undefined) {
|
|
1204
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1205
|
-
}
|
|
1206
|
-
return this.httpClient.post(this.basePath + "/v2/api/appsettings/dynamicvideo/upsert", dynamicVideoDTO, {
|
|
1207
|
-
withCredentials: this.configuration.withCredentials,
|
|
1208
|
-
headers: headers,
|
|
1209
|
-
observe: observe,
|
|
1210
|
-
reportProgress: reportProgress
|
|
1211
|
-
});
|
|
1212
|
-
};
|
|
1213
1118
|
AppSettingsControllerService.ctorParameters = function () { return [
|
|
1214
1119
|
{ type: http.HttpClient },
|
|
1215
1120
|
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
@@ -1236,7 +1141,7 @@
|
|
|
1236
1141
|
var AudienceControllerService = /** @class */ (function () {
|
|
1237
1142
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1238
1143
|
this.httpClient = httpClient;
|
|
1239
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1240
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1241
1146
|
this.configuration = new Configuration();
|
|
1242
1147
|
if (basePath) {
|
|
@@ -2034,7 +1939,7 @@
|
|
|
2034
1939
|
var AuditControllerService = /** @class */ (function () {
|
|
2035
1940
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
2036
1941
|
this.httpClient = httpClient;
|
|
2037
|
-
this.basePath = 'https://
|
|
1942
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2038
1943
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2039
1944
|
this.configuration = new Configuration();
|
|
2040
1945
|
if (basePath) {
|
|
@@ -2233,7 +2138,7 @@
|
|
|
2233
2138
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2234
2139
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2235
2140
|
this.httpClient = httpClient;
|
|
2236
|
-
this.basePath = 'https://
|
|
2141
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2237
2142
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2238
2143
|
this.configuration = new Configuration();
|
|
2239
2144
|
if (basePath) {
|
|
@@ -2476,7 +2381,7 @@
|
|
|
2476
2381
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2477
2382
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2478
2383
|
this.httpClient = httpClient;
|
|
2479
|
-
this.basePath = 'https://
|
|
2384
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2480
2385
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2481
2386
|
this.configuration = new Configuration();
|
|
2482
2387
|
if (basePath) {
|
|
@@ -2597,7 +2502,7 @@
|
|
|
2597
2502
|
var CampaignControllerService = /** @class */ (function () {
|
|
2598
2503
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2599
2504
|
this.httpClient = httpClient;
|
|
2600
|
-
this.basePath = 'https://
|
|
2505
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2601
2506
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2602
2507
|
this.configuration = new Configuration();
|
|
2603
2508
|
if (basePath) {
|
|
@@ -2919,7 +2824,7 @@
|
|
|
2919
2824
|
var CatalogControllerService = /** @class */ (function () {
|
|
2920
2825
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2921
2826
|
this.httpClient = httpClient;
|
|
2922
|
-
this.basePath = 'https://
|
|
2827
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2923
2828
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2924
2829
|
this.configuration = new Configuration();
|
|
2925
2830
|
if (basePath) {
|
|
@@ -3028,6 +2933,41 @@
|
|
|
3028
2933
|
reportProgress: reportProgress
|
|
3029
2934
|
});
|
|
3030
2935
|
};
|
|
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
|
+
};
|
|
3031
2971
|
CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
3032
2972
|
if (observe === void 0) { observe = 'body'; }
|
|
3033
2973
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -3142,7 +3082,7 @@
|
|
|
3142
3082
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3143
3083
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3144
3084
|
this.httpClient = httpClient;
|
|
3145
|
-
this.basePath = 'https://
|
|
3085
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3146
3086
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3147
3087
|
this.configuration = new Configuration();
|
|
3148
3088
|
if (basePath) {
|
|
@@ -3392,7 +3332,7 @@
|
|
|
3392
3332
|
var CreativeControllerService = /** @class */ (function () {
|
|
3393
3333
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3394
3334
|
this.httpClient = httpClient;
|
|
3395
|
-
this.basePath = 'https://
|
|
3335
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3396
3336
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3397
3337
|
this.configuration = new Configuration();
|
|
3398
3338
|
if (basePath) {
|
|
@@ -3869,7 +3809,7 @@
|
|
|
3869
3809
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3870
3810
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3871
3811
|
this.httpClient = httpClient;
|
|
3872
|
-
this.basePath = 'https://
|
|
3812
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3873
3813
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3874
3814
|
this.configuration = new Configuration();
|
|
3875
3815
|
if (basePath) {
|
|
@@ -4249,6 +4189,53 @@
|
|
|
4249
4189
|
reportProgress: reportProgress
|
|
4250
4190
|
});
|
|
4251
4191
|
};
|
|
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
|
+
};
|
|
4252
4239
|
CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
|
|
4253
4240
|
if (observe === void 0) { observe = 'body'; }
|
|
4254
4241
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4314,7 +4301,7 @@
|
|
|
4314
4301
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4315
4302
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4316
4303
|
this.httpClient = httpClient;
|
|
4317
|
-
this.basePath = 'https://
|
|
4304
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4318
4305
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4319
4306
|
this.configuration = new Configuration();
|
|
4320
4307
|
if (basePath) {
|
|
@@ -4515,7 +4502,7 @@
|
|
|
4515
4502
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4516
4503
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4517
4504
|
this.httpClient = httpClient;
|
|
4518
|
-
this.basePath = 'https://
|
|
4505
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4519
4506
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4520
4507
|
this.configuration = new Configuration();
|
|
4521
4508
|
if (basePath) {
|
|
@@ -4603,7 +4590,7 @@
|
|
|
4603
4590
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4604
4591
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4605
4592
|
this.httpClient = httpClient;
|
|
4606
|
-
this.basePath = 'https://
|
|
4593
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4607
4594
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4608
4595
|
this.configuration = new Configuration();
|
|
4609
4596
|
if (basePath) {
|
|
@@ -4782,7 +4769,7 @@
|
|
|
4782
4769
|
var DashboardControllerService = /** @class */ (function () {
|
|
4783
4770
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4784
4771
|
this.httpClient = httpClient;
|
|
4785
|
-
this.basePath = 'https://
|
|
4772
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4786
4773
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4787
4774
|
this.configuration = new Configuration();
|
|
4788
4775
|
if (basePath) {
|
|
@@ -5439,7 +5426,7 @@
|
|
|
5439
5426
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5440
5427
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5441
5428
|
this.httpClient = httpClient;
|
|
5442
|
-
this.basePath = 'https://
|
|
5429
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5443
5430
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5444
5431
|
this.configuration = new Configuration();
|
|
5445
5432
|
if (basePath) {
|
|
@@ -5638,7 +5625,7 @@
|
|
|
5638
5625
|
var PixelControllerService = /** @class */ (function () {
|
|
5639
5626
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5640
5627
|
this.httpClient = httpClient;
|
|
5641
|
-
this.basePath = 'https://
|
|
5628
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5642
5629
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5643
5630
|
this.configuration = new Configuration();
|
|
5644
5631
|
if (basePath) {
|
|
@@ -5967,7 +5954,7 @@
|
|
|
5967
5954
|
var ReportingControllerService = /** @class */ (function () {
|
|
5968
5955
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5969
5956
|
this.httpClient = httpClient;
|
|
5970
|
-
this.basePath = 'https://
|
|
5957
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5971
5958
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5972
5959
|
this.configuration = new Configuration();
|
|
5973
5960
|
if (basePath) {
|
|
@@ -6151,7 +6138,7 @@
|
|
|
6151
6138
|
var SliceXControllerService = /** @class */ (function () {
|
|
6152
6139
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6153
6140
|
this.httpClient = httpClient;
|
|
6154
|
-
this.basePath = 'https://
|
|
6141
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6155
6142
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6156
6143
|
this.configuration = new Configuration();
|
|
6157
6144
|
if (basePath) {
|
|
@@ -6419,7 +6406,7 @@
|
|
|
6419
6406
|
var StrategyControllerService = /** @class */ (function () {
|
|
6420
6407
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6421
6408
|
this.httpClient = httpClient;
|
|
6422
|
-
this.basePath = 'https://
|
|
6409
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6423
6410
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6424
6411
|
this.configuration = new Configuration();
|
|
6425
6412
|
if (basePath) {
|
|
@@ -7080,7 +7067,7 @@
|
|
|
7080
7067
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7081
7068
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7082
7069
|
this.httpClient = httpClient;
|
|
7083
|
-
this.basePath = 'https://
|
|
7070
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7084
7071
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7085
7072
|
this.configuration = new Configuration();
|
|
7086
7073
|
if (basePath) {
|
|
@@ -7182,7 +7169,7 @@
|
|
|
7182
7169
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7183
7170
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7184
7171
|
this.httpClient = httpClient;
|
|
7185
|
-
this.basePath = 'https://
|
|
7172
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7186
7173
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7187
7174
|
this.configuration = new Configuration();
|
|
7188
7175
|
if (basePath) {
|
|
@@ -7550,7 +7537,9 @@
|
|
|
7550
7537
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7551
7538
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7552
7539
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7553
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7540
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7541
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7542
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7554
7543
|
};
|
|
7555
7544
|
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
7556
7545
|
|
|
@@ -7669,19 +7658,13 @@
|
|
|
7669
7658
|
};
|
|
7670
7659
|
})(exports.CreativeFiles || (exports.CreativeFiles = {}));
|
|
7671
7660
|
|
|
7672
|
-
/**
|
|
7673
|
-
* Api Documentation
|
|
7674
|
-
* Api Documentation
|
|
7675
|
-
*
|
|
7676
|
-
* OpenAPI spec version: 1.0
|
|
7677
|
-
*
|
|
7678
|
-
*
|
|
7679
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7680
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7681
|
-
* Do not edit the class manually.
|
|
7682
|
-
*/
|
|
7683
7661
|
|
|
7684
7662
|
(function (CreativeHtmlFileForSet) {
|
|
7663
|
+
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
7664
|
+
DCO: 'DCO',
|
|
7665
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7666
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7667
|
+
};
|
|
7685
7668
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
7686
7669
|
Image: 'image',
|
|
7687
7670
|
Html: 'html',
|
|
@@ -7712,7 +7695,9 @@
|
|
|
7712
7695
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7713
7696
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7714
7697
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7715
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7698
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7699
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7700
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7716
7701
|
};
|
|
7717
7702
|
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
7718
7703
|
|
|
@@ -7728,7 +7713,9 @@
|
|
|
7728
7713
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7729
7714
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7730
7715
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7731
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7716
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7717
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7718
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7732
7719
|
};
|
|
7733
7720
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
7734
7721
|
|
|
@@ -7744,7 +7731,9 @@
|
|
|
7744
7731
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7745
7732
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7746
7733
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7747
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7734
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7735
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7736
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7748
7737
|
};
|
|
7749
7738
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
7750
7739
|
|
|
@@ -7771,7 +7760,9 @@
|
|
|
7771
7760
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7772
7761
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7773
7762
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7774
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7763
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7764
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7765
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7775
7766
|
};
|
|
7776
7767
|
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
7777
7768
|
|
|
@@ -7818,38 +7809,12 @@
|
|
|
7818
7809
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7819
7810
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7820
7811
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7821
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7812
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7813
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7814
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7822
7815
|
};
|
|
7823
7816
|
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
7824
7817
|
|
|
7825
|
-
/**
|
|
7826
|
-
* Api Documentation
|
|
7827
|
-
* Api Documentation
|
|
7828
|
-
*
|
|
7829
|
-
* OpenAPI spec version: 1.0
|
|
7830
|
-
*
|
|
7831
|
-
*
|
|
7832
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7833
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7834
|
-
* Do not edit the class manually.
|
|
7835
|
-
*/
|
|
7836
|
-
|
|
7837
|
-
(function (DynamicVideoConfigDTO) {
|
|
7838
|
-
DynamicVideoConfigDTO.ConfigKeyEnum = {
|
|
7839
|
-
TEMPLATEID: 'TEMPLATE_ID',
|
|
7840
|
-
LOGO: 'LOGO',
|
|
7841
|
-
SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
|
|
7842
|
-
ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
|
|
7843
|
-
CTA: 'CTA',
|
|
7844
|
-
TITLELENGTH: 'TITLE_LENGTH',
|
|
7845
|
-
DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
|
|
7846
|
-
FONT: 'FONT',
|
|
7847
|
-
ROUNDPRICE: 'ROUND_PRICE',
|
|
7848
|
-
MUSICFILE: 'MUSIC_FILE',
|
|
7849
|
-
VIDEOFILE: 'VIDEO_FILE'
|
|
7850
|
-
};
|
|
7851
|
-
})(exports.DynamicVideoConfigDTO || (exports.DynamicVideoConfigDTO = {}));
|
|
7852
|
-
|
|
7853
7818
|
/**
|
|
7854
7819
|
* Api Documentation
|
|
7855
7820
|
* Api Documentation
|