@revxui/api-clients-ts 0.10.306 → 0.10.307
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 +39 -0
- package/api/audienceController.service.d.ts +4 -33
- package/bundles/revxui-api-clients-ts.umd.js +122 -124
- 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 +91 -2
- package/esm2015/api/audienceController.service.js +6 -77
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -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/advertiserDynamicVideoConfig.js +1 -0
- package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
- package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/dynamicVideoConfigDTO.js +12 -0
- package/esm2015/model/dynamicVideoDTO.js +1 -0
- package/esm2015/model/dynamicVideoTemplate.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 +97 -2
- package/esm5/api/audienceController.service.js +6 -81
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -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/advertiserDynamicVideoConfig.js +1 -0
- package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
- package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/dynamicVideoConfigDTO.js +12 -0
- package/esm5/model/dynamicVideoDTO.js +1 -0
- package/esm5/model/dynamicVideoTemplate.js +1 -0
- package/esm5/model/models.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js +117 -121
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +123 -125
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserDynamicVideoConfig.d.ts +16 -0
- package/model/{apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts → apiResponseObjectAdvertiserDynamicVideoConfig.d.ts} +3 -3
- package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +17 -0
- package/model/audienceDTO.d.ts +0 -1
- package/model/{audienceBackfillRequest.d.ts → dynamicVideoConfigDTO.d.ts} +4 -4
- package/model/dynamicVideoDTO.d.ts +16 -0
- package/model/{backfillAudienceQueryTemplateDTO.d.ts → dynamicVideoTemplate.d.ts} +4 -3
- package/model/models.d.ts +6 -4
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
- package/esm2015/model/audienceBackfillQueryTemplateRequest.js +0 -22
- package/esm2015/model/audienceBackfillRequest.js +0 -1
- package/esm2015/model/backfillAudienceQueryTemplateDTO.js +0 -12
- package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
- package/esm5/model/audienceBackfillQueryTemplateRequest.js +0 -22
- package/esm5/model/audienceBackfillRequest.js +0 -1
- package/esm5/model/backfillAudienceQueryTemplateDTO.js +0 -12
- package/model/audienceBackfillQueryTemplateRequest.d.ts +0 -26
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.307
|
|
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.307 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -11,8 +11,12 @@
|
|
|
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';
|
|
14
15
|
import { ApiResponseObjectListAppSettingsDTO } from '../model/apiResponseObjectListAppSettingsDTO';
|
|
16
|
+
import { ApiResponseObjectListDynamicVideoTemplate } from '../model/apiResponseObjectListDynamicVideoTemplate';
|
|
17
|
+
import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
|
|
15
18
|
import { AppSettingsDTO } from '../model/appSettingsDTO';
|
|
19
|
+
import { DynamicVideoDTO } from '../model/dynamicVideoDTO';
|
|
16
20
|
import { Configuration } from '../configuration';
|
|
17
21
|
export declare class AppSettingsControllerService {
|
|
18
22
|
protected httpClient: HttpClient;
|
|
@@ -37,6 +41,29 @@ export declare class AppSettingsControllerService {
|
|
|
37
41
|
createAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAppSettingsDTO>;
|
|
38
42
|
createAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAppSettingsDTO>>;
|
|
39
43
|
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>>;
|
|
40
67
|
/**
|
|
41
68
|
* Api to get App Settings
|
|
42
69
|
*
|
|
@@ -62,4 +89,16 @@ export declare class AppSettingsControllerService {
|
|
|
62
89
|
updateAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAppSettingsDTO>;
|
|
63
90
|
updateAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAppSettingsDTO>>;
|
|
64
91
|
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>>;
|
|
65
104
|
}
|
|
@@ -19,14 +19,10 @@ import { ApiResponseObjectChartDashboardResponse } from '../model/apiResponseObj
|
|
|
19
19
|
import { ApiResponseObjectDmpAudienceDTO } from '../model/apiResponseObjectDmpAudienceDTO';
|
|
20
20
|
import { ApiResponseObjectEligibleUsersResponse } from '../model/apiResponseObjectEligibleUsersResponse';
|
|
21
21
|
import { ApiResponseObjectListAudienceDTO } from '../model/apiResponseObjectListAudienceDTO';
|
|
22
|
-
import { ApiResponseObjectListBackfillAudienceQueryTemplateDTO } from '../model/apiResponseObjectListBackfillAudienceQueryTemplateDTO';
|
|
23
22
|
import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
|
|
24
23
|
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
25
24
|
import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
|
|
26
|
-
import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
|
|
27
25
|
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
28
|
-
import { AudienceBackfillQueryTemplateRequest } from '../model/audienceBackfillQueryTemplateRequest';
|
|
29
|
-
import { AudienceBackfillRequest } from '../model/audienceBackfillRequest';
|
|
30
26
|
import { AudienceDTO } from '../model/audienceDTO';
|
|
31
27
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
32
28
|
import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
|
|
@@ -73,15 +69,15 @@ export declare class AudienceControllerService {
|
|
|
73
69
|
/**
|
|
74
70
|
* Api to add a backfile rule to the audience
|
|
75
71
|
*
|
|
76
|
-
* @param
|
|
72
|
+
* @param audience audience
|
|
77
73
|
* @param reqId request id
|
|
78
74
|
* @param token Auth Token
|
|
79
75
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
80
76
|
* @param reportProgress flag to report request and response progress.
|
|
81
77
|
*/
|
|
82
|
-
addBackfillRuleUsingPOST(
|
|
83
|
-
addBackfillRuleUsingPOST(
|
|
84
|
-
addBackfillRuleUsingPOST(
|
|
78
|
+
addBackfillRuleUsingPOST(audience: AudienceDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongResponseMessage>;
|
|
79
|
+
addBackfillRuleUsingPOST(audience: AudienceDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongResponseMessage>>;
|
|
80
|
+
addBackfillRuleUsingPOST(audience: AudienceDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongResponseMessage>>;
|
|
85
81
|
/**
|
|
86
82
|
* Create to checkConnection.
|
|
87
83
|
*
|
|
@@ -130,19 +126,6 @@ export declare class AudienceControllerService {
|
|
|
130
126
|
getAccessUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAudienceAccessDTO>;
|
|
131
127
|
getAccessUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAudienceAccessDTO>>;
|
|
132
128
|
getAccessUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAudienceAccessDTO>>;
|
|
133
|
-
/**
|
|
134
|
-
* Api to fetch all active templates
|
|
135
|
-
*
|
|
136
|
-
* @param id id
|
|
137
|
-
* @param request request
|
|
138
|
-
* @param reqId request id
|
|
139
|
-
* @param token Auth Token
|
|
140
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
141
|
-
* @param reportProgress flag to report request and response progress.
|
|
142
|
-
*/
|
|
143
|
-
getActiveTemplatesUsingPOST(id: number, request: AudienceBackfillQueryTemplateRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListBackfillAudienceQueryTemplateDTO>;
|
|
144
|
-
getActiveTemplatesUsingPOST(id: number, request: AudienceBackfillQueryTemplateRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListBackfillAudienceQueryTemplateDTO>>;
|
|
145
|
-
getActiveTemplatesUsingPOST(id: number, request: AudienceBackfillQueryTemplateRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListBackfillAudienceQueryTemplateDTO>>;
|
|
146
129
|
/**
|
|
147
130
|
* Api to get All Audience
|
|
148
131
|
*
|
|
@@ -285,16 +268,4 @@ export declare class AudienceControllerService {
|
|
|
285
268
|
updateAudienceUsingPOST(audience: AudienceDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAudienceDTO>;
|
|
286
269
|
updateAudienceUsingPOST(audience: AudienceDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAudienceDTO>>;
|
|
287
270
|
updateAudienceUsingPOST(audience: AudienceDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAudienceDTO>>;
|
|
288
|
-
/**
|
|
289
|
-
* Api to validate a backfill rule
|
|
290
|
-
*
|
|
291
|
-
* @param query query
|
|
292
|
-
* @param reqId request id
|
|
293
|
-
* @param token Auth Token
|
|
294
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
295
|
-
* @param reportProgress flag to report request and response progress.
|
|
296
|
-
*/
|
|
297
|
-
validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
298
|
-
validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
299
|
-
validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
|
|
300
271
|
}
|
|
@@ -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) {
|
|
@@ -1042,6 +1042,65 @@
|
|
|
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
|
+
};
|
|
1045
1104
|
AppSettingsControllerService.prototype.getAppSettingsUsingGET = function (advertiserId, reqId, settingsKeys, token, observe, reportProgress) {
|
|
1046
1105
|
if (observe === void 0) { observe = 'body'; }
|
|
1047
1106
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1115,6 +1174,42 @@
|
|
|
1115
1174
|
reportProgress: reportProgress
|
|
1116
1175
|
});
|
|
1117
1176
|
};
|
|
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
|
+
};
|
|
1118
1213
|
AppSettingsControllerService.ctorParameters = function () { return [
|
|
1119
1214
|
{ type: http.HttpClient },
|
|
1120
1215
|
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
@@ -1141,7 +1236,7 @@
|
|
|
1141
1236
|
var AudienceControllerService = /** @class */ (function () {
|
|
1142
1237
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1238
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1239
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1145
1240
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1241
|
this.configuration = new Configuration();
|
|
1147
1242
|
if (basePath) {
|
|
@@ -1246,11 +1341,11 @@
|
|
|
1246
1341
|
reportProgress: reportProgress
|
|
1247
1342
|
});
|
|
1248
1343
|
};
|
|
1249
|
-
AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (
|
|
1344
|
+
AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
|
|
1250
1345
|
if (observe === void 0) { observe = 'body'; }
|
|
1251
1346
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
1252
|
-
if (
|
|
1253
|
-
throw new Error('Required parameter
|
|
1347
|
+
if (audience === null || audience === undefined) {
|
|
1348
|
+
throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
1254
1349
|
}
|
|
1255
1350
|
var headers = this.defaultHeaders;
|
|
1256
1351
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -1275,7 +1370,7 @@
|
|
|
1275
1370
|
if (httpContentTypeSelected != undefined) {
|
|
1276
1371
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1277
1372
|
}
|
|
1278
|
-
return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule",
|
|
1373
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
|
|
1279
1374
|
withCredentials: this.configuration.withCredentials,
|
|
1280
1375
|
headers: headers,
|
|
1281
1376
|
observe: observe,
|
|
@@ -1421,45 +1516,6 @@
|
|
|
1421
1516
|
reportProgress: reportProgress
|
|
1422
1517
|
});
|
|
1423
1518
|
};
|
|
1424
|
-
AudienceControllerService.prototype.getActiveTemplatesUsingPOST = function (id, request, reqId, token, observe, reportProgress) {
|
|
1425
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1426
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1427
|
-
if (id === null || id === undefined) {
|
|
1428
|
-
throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1429
|
-
}
|
|
1430
|
-
if (request === null || request === undefined) {
|
|
1431
|
-
throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
|
|
1432
|
-
}
|
|
1433
|
-
var headers = this.defaultHeaders;
|
|
1434
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1435
|
-
headers = headers.set('reqId', String(reqId));
|
|
1436
|
-
}
|
|
1437
|
-
if (token !== undefined && token !== null) {
|
|
1438
|
-
headers = headers.set('token', String(token));
|
|
1439
|
-
}
|
|
1440
|
-
// to determine the Accept header
|
|
1441
|
-
var httpHeaderAccepts = [
|
|
1442
|
-
'application/json'
|
|
1443
|
-
];
|
|
1444
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1445
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1446
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1447
|
-
}
|
|
1448
|
-
// to determine the Content-Type header
|
|
1449
|
-
var consumes = [
|
|
1450
|
-
'application/json'
|
|
1451
|
-
];
|
|
1452
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1453
|
-
if (httpContentTypeSelected != undefined) {
|
|
1454
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1455
|
-
}
|
|
1456
|
-
return this.httpClient.post(this.basePath + "/v2/api/audience/activetemplates/" + encodeURIComponent(String(id)), request, {
|
|
1457
|
-
withCredentials: this.configuration.withCredentials,
|
|
1458
|
-
headers: headers,
|
|
1459
|
-
observe: observe,
|
|
1460
|
-
reportProgress: reportProgress
|
|
1461
|
-
});
|
|
1462
|
-
};
|
|
1463
1519
|
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
1464
1520
|
if (observe === void 0) { observe = 'body'; }
|
|
1465
1521
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1877,42 +1933,6 @@
|
|
|
1877
1933
|
reportProgress: reportProgress
|
|
1878
1934
|
});
|
|
1879
1935
|
};
|
|
1880
|
-
AudienceControllerService.prototype.validateBackfillRuleUsingPOST = function (query, reqId, token, observe, reportProgress) {
|
|
1881
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1882
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1883
|
-
if (query === null || query === undefined) {
|
|
1884
|
-
throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
|
|
1885
|
-
}
|
|
1886
|
-
var headers = this.defaultHeaders;
|
|
1887
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1888
|
-
headers = headers.set('reqId', String(reqId));
|
|
1889
|
-
}
|
|
1890
|
-
if (token !== undefined && token !== null) {
|
|
1891
|
-
headers = headers.set('token', String(token));
|
|
1892
|
-
}
|
|
1893
|
-
// to determine the Accept header
|
|
1894
|
-
var httpHeaderAccepts = [
|
|
1895
|
-
'application/json'
|
|
1896
|
-
];
|
|
1897
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1898
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1899
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1900
|
-
}
|
|
1901
|
-
// to determine the Content-Type header
|
|
1902
|
-
var consumes = [
|
|
1903
|
-
'application/json'
|
|
1904
|
-
];
|
|
1905
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1906
|
-
if (httpContentTypeSelected != undefined) {
|
|
1907
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1908
|
-
}
|
|
1909
|
-
return this.httpClient.post(this.basePath + "/v2/api/audience/validatebackfillrule", query, {
|
|
1910
|
-
withCredentials: this.configuration.withCredentials,
|
|
1911
|
-
headers: headers,
|
|
1912
|
-
observe: observe,
|
|
1913
|
-
reportProgress: reportProgress
|
|
1914
|
-
});
|
|
1915
|
-
};
|
|
1916
1936
|
AudienceControllerService.ctorParameters = function () { return [
|
|
1917
1937
|
{ type: http.HttpClient },
|
|
1918
1938
|
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
@@ -1939,7 +1959,7 @@
|
|
|
1939
1959
|
var AuditControllerService = /** @class */ (function () {
|
|
1940
1960
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1941
1961
|
this.httpClient = httpClient;
|
|
1942
|
-
this.basePath = 'https://
|
|
1962
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1943
1963
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1944
1964
|
this.configuration = new Configuration();
|
|
1945
1965
|
if (basePath) {
|
|
@@ -2138,7 +2158,7 @@
|
|
|
2138
2158
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2139
2159
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2140
2160
|
this.httpClient = httpClient;
|
|
2141
|
-
this.basePath = 'https://
|
|
2161
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2142
2162
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2143
2163
|
this.configuration = new Configuration();
|
|
2144
2164
|
if (basePath) {
|
|
@@ -2381,7 +2401,7 @@
|
|
|
2381
2401
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2382
2402
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2383
2403
|
this.httpClient = httpClient;
|
|
2384
|
-
this.basePath = 'https://
|
|
2404
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2385
2405
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2386
2406
|
this.configuration = new Configuration();
|
|
2387
2407
|
if (basePath) {
|
|
@@ -2502,7 +2522,7 @@
|
|
|
2502
2522
|
var CampaignControllerService = /** @class */ (function () {
|
|
2503
2523
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2504
2524
|
this.httpClient = httpClient;
|
|
2505
|
-
this.basePath = 'https://
|
|
2525
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2506
2526
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2507
2527
|
this.configuration = new Configuration();
|
|
2508
2528
|
if (basePath) {
|
|
@@ -2824,7 +2844,7 @@
|
|
|
2824
2844
|
var CatalogControllerService = /** @class */ (function () {
|
|
2825
2845
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2826
2846
|
this.httpClient = httpClient;
|
|
2827
|
-
this.basePath = 'https://
|
|
2847
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2828
2848
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2829
2849
|
this.configuration = new Configuration();
|
|
2830
2850
|
if (basePath) {
|
|
@@ -3047,7 +3067,7 @@
|
|
|
3047
3067
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3048
3068
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3049
3069
|
this.httpClient = httpClient;
|
|
3050
|
-
this.basePath = 'https://
|
|
3070
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3051
3071
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3052
3072
|
this.configuration = new Configuration();
|
|
3053
3073
|
if (basePath) {
|
|
@@ -3297,7 +3317,7 @@
|
|
|
3297
3317
|
var CreativeControllerService = /** @class */ (function () {
|
|
3298
3318
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3299
3319
|
this.httpClient = httpClient;
|
|
3300
|
-
this.basePath = 'https://
|
|
3320
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3301
3321
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3302
3322
|
this.configuration = new Configuration();
|
|
3303
3323
|
if (basePath) {
|
|
@@ -3774,7 +3794,7 @@
|
|
|
3774
3794
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3775
3795
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3776
3796
|
this.httpClient = httpClient;
|
|
3777
|
-
this.basePath = 'https://
|
|
3797
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3778
3798
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3779
3799
|
this.configuration = new Configuration();
|
|
3780
3800
|
if (basePath) {
|
|
@@ -4219,7 +4239,7 @@
|
|
|
4219
4239
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4220
4240
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4221
4241
|
this.httpClient = httpClient;
|
|
4222
|
-
this.basePath = 'https://
|
|
4242
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4223
4243
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4224
4244
|
this.configuration = new Configuration();
|
|
4225
4245
|
if (basePath) {
|
|
@@ -4420,7 +4440,7 @@
|
|
|
4420
4440
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4421
4441
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4422
4442
|
this.httpClient = httpClient;
|
|
4423
|
-
this.basePath = 'https://
|
|
4443
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4424
4444
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4425
4445
|
this.configuration = new Configuration();
|
|
4426
4446
|
if (basePath) {
|
|
@@ -4508,7 +4528,7 @@
|
|
|
4508
4528
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4509
4529
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4510
4530
|
this.httpClient = httpClient;
|
|
4511
|
-
this.basePath = 'https://
|
|
4531
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4512
4532
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4513
4533
|
this.configuration = new Configuration();
|
|
4514
4534
|
if (basePath) {
|
|
@@ -4687,7 +4707,7 @@
|
|
|
4687
4707
|
var DashboardControllerService = /** @class */ (function () {
|
|
4688
4708
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4689
4709
|
this.httpClient = httpClient;
|
|
4690
|
-
this.basePath = 'https://
|
|
4710
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4691
4711
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4692
4712
|
this.configuration = new Configuration();
|
|
4693
4713
|
if (basePath) {
|
|
@@ -5344,7 +5364,7 @@
|
|
|
5344
5364
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5345
5365
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5346
5366
|
this.httpClient = httpClient;
|
|
5347
|
-
this.basePath = 'https://
|
|
5367
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5348
5368
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5349
5369
|
this.configuration = new Configuration();
|
|
5350
5370
|
if (basePath) {
|
|
@@ -5543,7 +5563,7 @@
|
|
|
5543
5563
|
var PixelControllerService = /** @class */ (function () {
|
|
5544
5564
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5545
5565
|
this.httpClient = httpClient;
|
|
5546
|
-
this.basePath = 'https://
|
|
5566
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5547
5567
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5548
5568
|
this.configuration = new Configuration();
|
|
5549
5569
|
if (basePath) {
|
|
@@ -5872,7 +5892,7 @@
|
|
|
5872
5892
|
var ReportingControllerService = /** @class */ (function () {
|
|
5873
5893
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5874
5894
|
this.httpClient = httpClient;
|
|
5875
|
-
this.basePath = 'https://
|
|
5895
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5876
5896
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5877
5897
|
this.configuration = new Configuration();
|
|
5878
5898
|
if (basePath) {
|
|
@@ -6056,7 +6076,7 @@
|
|
|
6056
6076
|
var SliceXControllerService = /** @class */ (function () {
|
|
6057
6077
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6058
6078
|
this.httpClient = httpClient;
|
|
6059
|
-
this.basePath = 'https://
|
|
6079
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6060
6080
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6061
6081
|
this.configuration = new Configuration();
|
|
6062
6082
|
if (basePath) {
|
|
@@ -6324,7 +6344,7 @@
|
|
|
6324
6344
|
var StrategyControllerService = /** @class */ (function () {
|
|
6325
6345
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6326
6346
|
this.httpClient = httpClient;
|
|
6327
|
-
this.basePath = 'https://
|
|
6347
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6328
6348
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6329
6349
|
this.configuration = new Configuration();
|
|
6330
6350
|
if (basePath) {
|
|
@@ -6985,7 +7005,7 @@
|
|
|
6985
7005
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6986
7006
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6987
7007
|
this.httpClient = httpClient;
|
|
6988
|
-
this.basePath = 'https://
|
|
7008
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6989
7009
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6990
7010
|
this.configuration = new Configuration();
|
|
6991
7011
|
if (basePath) {
|
|
@@ -7087,7 +7107,7 @@
|
|
|
7087
7107
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7088
7108
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7089
7109
|
this.httpClient = httpClient;
|
|
7090
|
-
this.basePath = 'https://
|
|
7110
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
7091
7111
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7092
7112
|
this.configuration = new Configuration();
|
|
7093
7113
|
if (basePath) {
|
|
@@ -7343,28 +7363,6 @@
|
|
|
7343
7363
|
};
|
|
7344
7364
|
})(exports.AuctionTypeEditField || (exports.AuctionTypeEditField = {}));
|
|
7345
7365
|
|
|
7346
|
-
/**
|
|
7347
|
-
* Api Documentation
|
|
7348
|
-
* Api Documentation
|
|
7349
|
-
*
|
|
7350
|
-
* OpenAPI spec version: 1.0
|
|
7351
|
-
*
|
|
7352
|
-
*
|
|
7353
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7354
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7355
|
-
* Do not edit the class manually.
|
|
7356
|
-
*/
|
|
7357
|
-
|
|
7358
|
-
(function (AudienceBackfillQueryTemplateRequest) {
|
|
7359
|
-
AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
|
|
7360
|
-
MINUTE: 'MINUTE',
|
|
7361
|
-
HOUR: 'HOUR',
|
|
7362
|
-
DAY: 'DAY',
|
|
7363
|
-
WEEK: 'WEEK',
|
|
7364
|
-
MONTH: 'MONTH'
|
|
7365
|
-
};
|
|
7366
|
-
})(exports.AudienceBackfillQueryTemplateRequest || (exports.AudienceBackfillQueryTemplateRequest = {}));
|
|
7367
|
-
|
|
7368
7366
|
|
|
7369
7367
|
(function (AudienceDTO) {
|
|
7370
7368
|
AudienceDTO.AudienceTypeEnum = {
|