@revxui/api-clients-ts 0.10.299 → 0.10.301
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/creativeSetsController.service.d.ts +15 -0
- package/bundles/revxui-api-clients-ts.umd.js +90 -45
- 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 +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +44 -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 -1
- package/esm2015/model/strategyDTO.js +1 -6
- 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 +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 +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +46 -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 -1
- package/esm5/model/strategyDTO.js +1 -6
- package/fesm2015/revxui-api-clients-ts.js +88 -45
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +90 -45
- 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/hybridAdMapping.d.ts +17 -0
- package/model/models.d.ts +1 -0
- package/model/strategyDTO.d.ts +0 -7
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.301
|
|
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.301 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -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,20 @@ 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 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>>;
|
|
155
170
|
/**
|
|
156
171
|
* Api to update creative sets
|
|
157
172
|
*
|
|
@@ -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) {
|
|
@@ -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://apiv2stage1.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1864,7 +1864,7 @@
|
|
|
1864
1864
|
var AuditControllerService = /** @class */ (function () {
|
|
1865
1865
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1866
1866
|
this.httpClient = httpClient;
|
|
1867
|
-
this.basePath = 'https://
|
|
1867
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1868
1868
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1869
1869
|
this.configuration = new Configuration();
|
|
1870
1870
|
if (basePath) {
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2064
2064
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2065
2065
|
this.httpClient = httpClient;
|
|
2066
|
-
this.basePath = 'https://
|
|
2066
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2067
2067
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2068
2068
|
this.configuration = new Configuration();
|
|
2069
2069
|
if (basePath) {
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2307
2307
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2308
2308
|
this.httpClient = httpClient;
|
|
2309
|
-
this.basePath = 'https://
|
|
2309
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2310
2310
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2311
2311
|
this.configuration = new Configuration();
|
|
2312
2312
|
if (basePath) {
|
|
@@ -2427,7 +2427,7 @@
|
|
|
2427
2427
|
var CampaignControllerService = /** @class */ (function () {
|
|
2428
2428
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2429
2429
|
this.httpClient = httpClient;
|
|
2430
|
-
this.basePath = 'https://
|
|
2430
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2431
2431
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2432
2432
|
this.configuration = new Configuration();
|
|
2433
2433
|
if (basePath) {
|
|
@@ -2749,7 +2749,7 @@
|
|
|
2749
2749
|
var CatalogControllerService = /** @class */ (function () {
|
|
2750
2750
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2751
2751
|
this.httpClient = httpClient;
|
|
2752
|
-
this.basePath = 'https://
|
|
2752
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2753
2753
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2754
2754
|
this.configuration = new Configuration();
|
|
2755
2755
|
if (basePath) {
|
|
@@ -2972,7 +2972,7 @@
|
|
|
2972
2972
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2973
2973
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2974
2974
|
this.httpClient = httpClient;
|
|
2975
|
-
this.basePath = 'https://
|
|
2975
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2976
2976
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2977
2977
|
this.configuration = new Configuration();
|
|
2978
2978
|
if (basePath) {
|
|
@@ -3222,7 +3222,7 @@
|
|
|
3222
3222
|
var CreativeControllerService = /** @class */ (function () {
|
|
3223
3223
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3224
3224
|
this.httpClient = httpClient;
|
|
3225
|
-
this.basePath = 'https://
|
|
3225
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3226
3226
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3227
3227
|
this.configuration = new Configuration();
|
|
3228
3228
|
if (basePath) {
|
|
@@ -3699,7 +3699,7 @@
|
|
|
3699
3699
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3700
3700
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3701
3701
|
this.httpClient = httpClient;
|
|
3702
|
-
this.basePath = 'https://
|
|
3702
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3703
3703
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3704
3704
|
this.configuration = new Configuration();
|
|
3705
3705
|
if (basePath) {
|
|
@@ -4079,6 +4079,50 @@
|
|
|
4079
4079
|
reportProgress: reportProgress
|
|
4080
4080
|
});
|
|
4081
4081
|
};
|
|
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
|
+
};
|
|
4082
4126
|
CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
|
|
4083
4127
|
if (observe === void 0) { observe = 'body'; }
|
|
4084
4128
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4144,7 +4188,7 @@
|
|
|
4144
4188
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4145
4189
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4146
4190
|
this.httpClient = httpClient;
|
|
4147
|
-
this.basePath = 'https://
|
|
4191
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4148
4192
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4149
4193
|
this.configuration = new Configuration();
|
|
4150
4194
|
if (basePath) {
|
|
@@ -4345,7 +4389,7 @@
|
|
|
4345
4389
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4346
4390
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4347
4391
|
this.httpClient = httpClient;
|
|
4348
|
-
this.basePath = 'https://
|
|
4392
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4349
4393
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4350
4394
|
this.configuration = new Configuration();
|
|
4351
4395
|
if (basePath) {
|
|
@@ -4433,7 +4477,7 @@
|
|
|
4433
4477
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4434
4478
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4435
4479
|
this.httpClient = httpClient;
|
|
4436
|
-
this.basePath = 'https://
|
|
4480
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4437
4481
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4438
4482
|
this.configuration = new Configuration();
|
|
4439
4483
|
if (basePath) {
|
|
@@ -4612,7 +4656,7 @@
|
|
|
4612
4656
|
var DashboardControllerService = /** @class */ (function () {
|
|
4613
4657
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4614
4658
|
this.httpClient = httpClient;
|
|
4615
|
-
this.basePath = 'https://
|
|
4659
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4616
4660
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4617
4661
|
this.configuration = new Configuration();
|
|
4618
4662
|
if (basePath) {
|
|
@@ -5269,7 +5313,7 @@
|
|
|
5269
5313
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5270
5314
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5271
5315
|
this.httpClient = httpClient;
|
|
5272
|
-
this.basePath = 'https://
|
|
5316
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5273
5317
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5274
5318
|
this.configuration = new Configuration();
|
|
5275
5319
|
if (basePath) {
|
|
@@ -5468,7 +5512,7 @@
|
|
|
5468
5512
|
var PixelControllerService = /** @class */ (function () {
|
|
5469
5513
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5470
5514
|
this.httpClient = httpClient;
|
|
5471
|
-
this.basePath = 'https://
|
|
5515
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5472
5516
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5473
5517
|
this.configuration = new Configuration();
|
|
5474
5518
|
if (basePath) {
|
|
@@ -5797,7 +5841,7 @@
|
|
|
5797
5841
|
var ReportingControllerService = /** @class */ (function () {
|
|
5798
5842
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5799
5843
|
this.httpClient = httpClient;
|
|
5800
|
-
this.basePath = 'https://
|
|
5844
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5801
5845
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5802
5846
|
this.configuration = new Configuration();
|
|
5803
5847
|
if (basePath) {
|
|
@@ -5981,7 +6025,7 @@
|
|
|
5981
6025
|
var SliceXControllerService = /** @class */ (function () {
|
|
5982
6026
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5983
6027
|
this.httpClient = httpClient;
|
|
5984
|
-
this.basePath = 'https://
|
|
6028
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5985
6029
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5986
6030
|
this.configuration = new Configuration();
|
|
5987
6031
|
if (basePath) {
|
|
@@ -6249,7 +6293,7 @@
|
|
|
6249
6293
|
var StrategyControllerService = /** @class */ (function () {
|
|
6250
6294
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6251
6295
|
this.httpClient = httpClient;
|
|
6252
|
-
this.basePath = 'https://
|
|
6296
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6253
6297
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6254
6298
|
this.configuration = new Configuration();
|
|
6255
6299
|
if (basePath) {
|
|
@@ -6910,7 +6954,7 @@
|
|
|
6910
6954
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6911
6955
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6912
6956
|
this.httpClient = httpClient;
|
|
6913
|
-
this.basePath = 'https://
|
|
6957
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6914
6958
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6915
6959
|
this.configuration = new Configuration();
|
|
6916
6960
|
if (basePath) {
|
|
@@ -7012,7 +7056,7 @@
|
|
|
7012
7056
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7013
7057
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7014
7058
|
this.httpClient = httpClient;
|
|
7015
|
-
this.basePath = 'https://
|
|
7059
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7016
7060
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7017
7061
|
this.configuration = new Configuration();
|
|
7018
7062
|
if (basePath) {
|
|
@@ -7349,7 +7393,9 @@
|
|
|
7349
7393
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7350
7394
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7351
7395
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7352
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7396
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7397
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7398
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7353
7399
|
};
|
|
7354
7400
|
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
7355
7401
|
|
|
@@ -7468,19 +7514,13 @@
|
|
|
7468
7514
|
};
|
|
7469
7515
|
})(exports.CreativeFiles || (exports.CreativeFiles = {}));
|
|
7470
7516
|
|
|
7471
|
-
/**
|
|
7472
|
-
* Api Documentation
|
|
7473
|
-
* Api Documentation
|
|
7474
|
-
*
|
|
7475
|
-
* OpenAPI spec version: 1.0
|
|
7476
|
-
*
|
|
7477
|
-
*
|
|
7478
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7479
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7480
|
-
* Do not edit the class manually.
|
|
7481
|
-
*/
|
|
7482
7517
|
|
|
7483
7518
|
(function (CreativeHtmlFileForSet) {
|
|
7519
|
+
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
7520
|
+
DCO: 'DCO',
|
|
7521
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7522
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7523
|
+
};
|
|
7484
7524
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
7485
7525
|
Image: 'image',
|
|
7486
7526
|
Html: 'html',
|
|
@@ -7511,7 +7551,9 @@
|
|
|
7511
7551
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7512
7552
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7513
7553
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7514
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7554
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7555
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7556
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7515
7557
|
};
|
|
7516
7558
|
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
7517
7559
|
|
|
@@ -7527,7 +7569,9 @@
|
|
|
7527
7569
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7528
7570
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7529
7571
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7530
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7572
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7573
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7574
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7531
7575
|
};
|
|
7532
7576
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
7533
7577
|
|
|
@@ -7543,7 +7587,9 @@
|
|
|
7543
7587
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7544
7588
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7545
7589
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7546
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7590
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7591
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7592
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7547
7593
|
};
|
|
7548
7594
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
7549
7595
|
|
|
@@ -7570,7 +7616,9 @@
|
|
|
7570
7616
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7571
7617
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7572
7618
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7573
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7619
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7620
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7621
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7574
7622
|
};
|
|
7575
7623
|
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
7576
7624
|
|
|
@@ -7617,7 +7665,9 @@
|
|
|
7617
7665
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7618
7666
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7619
7667
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7620
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7668
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7669
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7670
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
7621
7671
|
};
|
|
7622
7672
|
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
7623
7673
|
|
|
@@ -7909,11 +7959,6 @@
|
|
|
7909
7959
|
DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
|
|
7910
7960
|
ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
|
|
7911
7961
|
};
|
|
7912
|
-
StrategyDTO.PublisherTypesEnum = {
|
|
7913
|
-
DIRECT: 'DIRECT',
|
|
7914
|
-
RESELLER: 'RESELLER',
|
|
7915
|
-
UNKNOWN: 'UNKNOWN'
|
|
7916
|
-
};
|
|
7917
7962
|
})(exports.StrategyDTO || (exports.StrategyDTO = {}));
|
|
7918
7963
|
|
|
7919
7964
|
/**
|