@revxui/api-clients-ts 0.10.210 → 0.10.213
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/auditController.service.d.ts +6 -6
- package/api/dashboardController.service.d.ts +9 -9
- package/api/strategyController.service.d.ts +67 -0
- package/bundles/revxui-api-clients-ts.umd.js +196 -23
- 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 +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 +165 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/aBTestDTO.js +1 -0
- package/esm2015/model/apiListResponseABTestDTO.js +1 -0
- package/esm2015/model/apiResponseObjectABTestDTO.js +1 -0
- package/esm2015/model/apiResponseObjectlong.js +12 -0
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/models.js +1 -1
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +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 +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 +175 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/aBTestDTO.js +1 -0
- package/esm5/model/apiListResponseABTestDTO.js +1 -0
- package/esm5/model/apiResponseObjectABTestDTO.js +1 -0
- package/esm5/model/apiResponseObjectlong.js +12 -0
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/models.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +186 -23
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +196 -23
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/aBTestDTO.d.ts +32 -0
- package/model/apiListResponseABTestDTO.d.ts +16 -0
- package/model/apiResponseObjectABTestDTO.d.ts +17 -0
- package/model/apiResponseObjectlong.d.ts +16 -0
- package/model/dashboardData.d.ts +0 -2
- package/model/models.d.ts +4 -0
- 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.213
|
|
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.213 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -38,9 +38,9 @@ export declare class AuditControllerService {
|
|
|
38
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
39
39
|
* @param reportProgress flag to report request and response progress.
|
|
40
40
|
*/
|
|
41
|
-
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
42
|
-
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
43
|
-
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
41
|
+
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAuditDetails>;
|
|
42
|
+
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAuditDetails>>;
|
|
43
|
+
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAuditDetails>>;
|
|
44
44
|
/**
|
|
45
45
|
* get Audit Log for campaign and strategy
|
|
46
46
|
*
|
|
@@ -53,9 +53,9 @@ export declare class AuditControllerService {
|
|
|
53
53
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
54
54
|
* @param reportProgress flag to report request and response progress.
|
|
55
55
|
*/
|
|
56
|
-
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
57
|
-
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
58
|
-
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
56
|
+
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAuditMarker>;
|
|
57
|
+
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAuditMarker>>;
|
|
58
|
+
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAuditMarker>>;
|
|
59
59
|
/**
|
|
60
60
|
* get user activity log
|
|
61
61
|
*
|
|
@@ -110,9 +110,9 @@ export declare class DashboardControllerService {
|
|
|
110
110
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
111
111
|
* @param reportProgress flag to report request and response progress.
|
|
112
112
|
*/
|
|
113
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
114
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
115
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
113
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
114
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
115
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
116
116
|
/**
|
|
117
117
|
* DashBoard Api For Download List CSV.
|
|
118
118
|
*
|
|
@@ -123,9 +123,9 @@ export declare class DashboardControllerService {
|
|
|
123
123
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
124
124
|
* @param reportProgress flag to report request and response progress.
|
|
125
125
|
*/
|
|
126
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
127
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
128
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
126
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectFileDownloadResponse>;
|
|
127
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectFileDownloadResponse>>;
|
|
128
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectFileDownloadResponse>>;
|
|
129
129
|
/**
|
|
130
130
|
* DashBoard Api For DashBoard.
|
|
131
131
|
*
|
|
@@ -138,9 +138,9 @@ export declare class DashboardControllerService {
|
|
|
138
138
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
139
139
|
* @param reportProgress flag to report request and response progress.
|
|
140
140
|
*/
|
|
141
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
142
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
143
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG'
|
|
141
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
142
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
143
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
144
144
|
/**
|
|
145
145
|
* getDetailById
|
|
146
146
|
*
|
|
@@ -11,12 +11,16 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
|
+
import { ABTestDTO } from '../model/aBTestDTO';
|
|
15
|
+
import { ApiListResponseABTestDTO } from '../model/apiListResponseABTestDTO';
|
|
16
|
+
import { ApiResponseObjectABTestDTO } from '../model/apiResponseObjectABTestDTO';
|
|
14
17
|
import { ApiResponseObjectGeoListDTO } from '../model/apiResponseObjectGeoListDTO';
|
|
15
18
|
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
16
19
|
import { ApiResponseObjectSiteListDTO } from '../model/apiResponseObjectSiteListDTO';
|
|
17
20
|
import { ApiResponseObjectStrategyCreativeAssociationResponseDTO } from '../model/apiResponseObjectStrategyCreativeAssociationResponseDTO';
|
|
18
21
|
import { ApiResponseObjectStrategyDTO } from '../model/apiResponseObjectStrategyDTO';
|
|
19
22
|
import { ApiResponseObjectStrategyQuickEditDTO } from '../model/apiResponseObjectStrategyQuickEditDTO';
|
|
23
|
+
import { ApiResponseObjectlong } from '../model/apiResponseObjectlong';
|
|
20
24
|
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
21
25
|
import { DuplicateStrategyRequestDTO } from '../model/duplicateStrategyRequestDTO';
|
|
22
26
|
import { GeoListRequest } from '../model/geoListRequest';
|
|
@@ -60,6 +64,18 @@ export declare class StrategyControllerService {
|
|
|
60
64
|
associateCreativesWithStrategiesUsingPOST(request: StrategyCreativeAssociationRequestDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyCreativeAssociationResponseDTO>;
|
|
61
65
|
associateCreativesWithStrategiesUsingPOST(request: StrategyCreativeAssociationRequestDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyCreativeAssociationResponseDTO>>;
|
|
62
66
|
associateCreativesWithStrategiesUsingPOST(request: StrategyCreativeAssociationRequestDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyCreativeAssociationResponseDTO>>;
|
|
67
|
+
/**
|
|
68
|
+
* API to create AB Test experiment
|
|
69
|
+
*
|
|
70
|
+
* @param abTestDTO abTestDTO
|
|
71
|
+
* @param reqId request id
|
|
72
|
+
* @param token Auth Token
|
|
73
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
74
|
+
* @param reportProgress flag to report request and response progress.
|
|
75
|
+
*/
|
|
76
|
+
createABTestExperimentUsingPOST(abTestDTO: ABTestDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectABTestDTO>;
|
|
77
|
+
createABTestExperimentUsingPOST(abTestDTO: ABTestDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectABTestDTO>>;
|
|
78
|
+
createABTestExperimentUsingPOST(abTestDTO: ABTestDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectABTestDTO>>;
|
|
63
79
|
/**
|
|
64
80
|
* Api to create Strategy
|
|
65
81
|
*
|
|
@@ -97,6 +113,18 @@ export declare class StrategyControllerService {
|
|
|
97
113
|
duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyDTO>;
|
|
98
114
|
duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyDTO>>;
|
|
99
115
|
duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyDTO>>;
|
|
116
|
+
/**
|
|
117
|
+
* API to get an AB Test experiment details
|
|
118
|
+
*
|
|
119
|
+
* @param id id
|
|
120
|
+
* @param reqId request id
|
|
121
|
+
* @param token Auth Token
|
|
122
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
123
|
+
* @param reportProgress flag to report request and response progress.
|
|
124
|
+
*/
|
|
125
|
+
getABTestExperimentUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectABTestDTO>;
|
|
126
|
+
getABTestExperimentUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectABTestDTO>>;
|
|
127
|
+
getABTestExperimentUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectABTestDTO>>;
|
|
100
128
|
/**
|
|
101
129
|
* API to fetch settings for a SKAD Strategy
|
|
102
130
|
*
|
|
@@ -133,6 +161,19 @@ export declare class StrategyControllerService {
|
|
|
133
161
|
getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyQuickEditDTO>;
|
|
134
162
|
getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyQuickEditDTO>>;
|
|
135
163
|
getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyQuickEditDTO>>;
|
|
164
|
+
/**
|
|
165
|
+
* API to list AB Test experiment under the specified entity
|
|
166
|
+
*
|
|
167
|
+
* @param entity entity
|
|
168
|
+
* @param entityId entityId
|
|
169
|
+
* @param reqId request id
|
|
170
|
+
* @param token Auth Token
|
|
171
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
172
|
+
* @param reportProgress flag to report request and response progress.
|
|
173
|
+
*/
|
|
174
|
+
listABTestExperimentUsingGET(entity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', entityId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseABTestDTO>;
|
|
175
|
+
listABTestExperimentUsingGET(entity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', entityId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseABTestDTO>>;
|
|
176
|
+
listABTestExperimentUsingGET(entity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', entityId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseABTestDTO>>;
|
|
136
177
|
/**
|
|
137
178
|
* Api to update Startegy Quick Edit Details by Id
|
|
138
179
|
*
|
|
@@ -146,6 +187,32 @@ export declare class StrategyControllerService {
|
|
|
146
187
|
saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyDTO>;
|
|
147
188
|
saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyDTO>>;
|
|
148
189
|
saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyDTO>>;
|
|
190
|
+
/**
|
|
191
|
+
* API to update AB Test experiment
|
|
192
|
+
*
|
|
193
|
+
* @param id id
|
|
194
|
+
* @param status status
|
|
195
|
+
* @param reqId request id
|
|
196
|
+
* @param token Auth Token
|
|
197
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
198
|
+
* @param reportProgress flag to report request and response progress.
|
|
199
|
+
*/
|
|
200
|
+
updateABTestExperimentStatusUsingPOST(id: number, status: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectlong>;
|
|
201
|
+
updateABTestExperimentStatusUsingPOST(id: number, status: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectlong>>;
|
|
202
|
+
updateABTestExperimentStatusUsingPOST(id: number, status: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectlong>>;
|
|
203
|
+
/**
|
|
204
|
+
* API to update AB Test experiment
|
|
205
|
+
*
|
|
206
|
+
* @param abTestDTO abTestDTO
|
|
207
|
+
* @param id id
|
|
208
|
+
* @param reqId request id
|
|
209
|
+
* @param token Auth Token
|
|
210
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
211
|
+
* @param reportProgress flag to report request and response progress.
|
|
212
|
+
*/
|
|
213
|
+
updateABTestExperimentUsingPOST(abTestDTO: ABTestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectABTestDTO>;
|
|
214
|
+
updateABTestExperimentUsingPOST(abTestDTO: ABTestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectABTestDTO>>;
|
|
215
|
+
updateABTestExperimentUsingPOST(abTestDTO: ABTestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectABTestDTO>>;
|
|
149
216
|
/**
|
|
150
217
|
* Api to update Strategy
|
|
151
218
|
*
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
var AdminControllerService = /** @class */ (function () {
|
|
309
309
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
310
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
311
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
312
312
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
313
|
this.configuration = new Configuration();
|
|
314
314
|
if (basePath) {
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
526
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
527
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
528
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
529
529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
530
|
this.configuration = new Configuration();
|
|
531
531
|
if (basePath) {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
972
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
973
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
974
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
var AudienceControllerService = /** @class */ (function () {
|
|
1142
1142
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1143
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1793,7 +1793,7 @@
|
|
|
1793
1793
|
var AuditControllerService = /** @class */ (function () {
|
|
1794
1794
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1795
1795
|
this.httpClient = httpClient;
|
|
1796
|
-
this.basePath = 'https://
|
|
1796
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1797
1797
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1798
1798
|
this.configuration = new Configuration();
|
|
1799
1799
|
if (basePath) {
|
|
@@ -1992,7 +1992,7 @@
|
|
|
1992
1992
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1993
1993
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1994
1994
|
this.httpClient = httpClient;
|
|
1995
|
-
this.basePath = 'https://
|
|
1995
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1996
1996
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1997
1997
|
this.configuration = new Configuration();
|
|
1998
1998
|
if (basePath) {
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2236
2236
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2237
2237
|
this.httpClient = httpClient;
|
|
2238
|
-
this.basePath = 'https://
|
|
2238
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2239
2239
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2240
2240
|
this.configuration = new Configuration();
|
|
2241
2241
|
if (basePath) {
|
|
@@ -2356,7 +2356,7 @@
|
|
|
2356
2356
|
var CampaignControllerService = /** @class */ (function () {
|
|
2357
2357
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2358
2358
|
this.httpClient = httpClient;
|
|
2359
|
-
this.basePath = 'https://
|
|
2359
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2360
2360
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2361
2361
|
this.configuration = new Configuration();
|
|
2362
2362
|
if (basePath) {
|
|
@@ -2642,7 +2642,7 @@
|
|
|
2642
2642
|
var CatalogControllerService = /** @class */ (function () {
|
|
2643
2643
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2644
2644
|
this.httpClient = httpClient;
|
|
2645
|
-
this.basePath = 'https://
|
|
2645
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2646
2646
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2647
2647
|
this.configuration = new Configuration();
|
|
2648
2648
|
if (basePath) {
|
|
@@ -2865,7 +2865,7 @@
|
|
|
2865
2865
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2866
2866
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2867
2867
|
this.httpClient = httpClient;
|
|
2868
|
-
this.basePath = 'https://
|
|
2868
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2869
2869
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2870
2870
|
this.configuration = new Configuration();
|
|
2871
2871
|
if (basePath) {
|
|
@@ -3115,7 +3115,7 @@
|
|
|
3115
3115
|
var CreativeControllerService = /** @class */ (function () {
|
|
3116
3116
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3117
3117
|
this.httpClient = httpClient;
|
|
3118
|
-
this.basePath = 'https://
|
|
3118
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3119
3119
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3120
3120
|
this.configuration = new Configuration();
|
|
3121
3121
|
if (basePath) {
|
|
@@ -3592,7 +3592,7 @@
|
|
|
3592
3592
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3593
3593
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3594
3594
|
this.httpClient = httpClient;
|
|
3595
|
-
this.basePath = 'https://
|
|
3595
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3596
3596
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3597
3597
|
this.configuration = new Configuration();
|
|
3598
3598
|
if (basePath) {
|
|
@@ -3927,7 +3927,7 @@
|
|
|
3927
3927
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3928
3928
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3929
3929
|
this.httpClient = httpClient;
|
|
3930
|
-
this.basePath = 'https://
|
|
3930
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3931
3931
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3932
3932
|
this.configuration = new Configuration();
|
|
3933
3933
|
if (basePath) {
|
|
@@ -4128,7 +4128,7 @@
|
|
|
4128
4128
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4129
4129
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4130
4130
|
this.httpClient = httpClient;
|
|
4131
|
-
this.basePath = 'https://
|
|
4131
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4132
4132
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4133
4133
|
this.configuration = new Configuration();
|
|
4134
4134
|
if (basePath) {
|
|
@@ -4216,7 +4216,7 @@
|
|
|
4216
4216
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4217
4217
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4218
4218
|
this.httpClient = httpClient;
|
|
4219
|
-
this.basePath = 'https://
|
|
4219
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4220
4220
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4221
4221
|
this.configuration = new Configuration();
|
|
4222
4222
|
if (basePath) {
|
|
@@ -4395,7 +4395,7 @@
|
|
|
4395
4395
|
var DashboardControllerService = /** @class */ (function () {
|
|
4396
4396
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4397
4397
|
this.httpClient = httpClient;
|
|
4398
|
-
this.basePath = 'https://
|
|
4398
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4399
4399
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4400
4400
|
this.configuration = new Configuration();
|
|
4401
4401
|
if (basePath) {
|
|
@@ -5052,7 +5052,7 @@
|
|
|
5052
5052
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5053
5053
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5054
5054
|
this.httpClient = httpClient;
|
|
5055
|
-
this.basePath = 'https://
|
|
5055
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5056
5056
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5057
5057
|
this.configuration = new Configuration();
|
|
5058
5058
|
if (basePath) {
|
|
@@ -5251,7 +5251,7 @@
|
|
|
5251
5251
|
var PixelControllerService = /** @class */ (function () {
|
|
5252
5252
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5253
5253
|
this.httpClient = httpClient;
|
|
5254
|
-
this.basePath = 'https://
|
|
5254
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5255
5255
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5256
5256
|
this.configuration = new Configuration();
|
|
5257
5257
|
if (basePath) {
|
|
@@ -5580,7 +5580,7 @@
|
|
|
5580
5580
|
var ReportingControllerService = /** @class */ (function () {
|
|
5581
5581
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5582
5582
|
this.httpClient = httpClient;
|
|
5583
|
-
this.basePath = 'https://
|
|
5583
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5584
5584
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5585
5585
|
this.configuration = new Configuration();
|
|
5586
5586
|
if (basePath) {
|
|
@@ -5764,7 +5764,7 @@
|
|
|
5764
5764
|
var SliceXControllerService = /** @class */ (function () {
|
|
5765
5765
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5766
5766
|
this.httpClient = httpClient;
|
|
5767
|
-
this.basePath = 'https://
|
|
5767
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5768
5768
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5769
5769
|
this.configuration = new Configuration();
|
|
5770
5770
|
if (basePath) {
|
|
@@ -5949,7 +5949,7 @@
|
|
|
5949
5949
|
var StrategyControllerService = /** @class */ (function () {
|
|
5950
5950
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5951
5951
|
this.httpClient = httpClient;
|
|
5952
|
-
this.basePath = 'https://
|
|
5952
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5953
5953
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5954
5954
|
this.configuration = new Configuration();
|
|
5955
5955
|
if (basePath) {
|
|
@@ -6057,6 +6057,42 @@
|
|
|
6057
6057
|
reportProgress: reportProgress
|
|
6058
6058
|
});
|
|
6059
6059
|
};
|
|
6060
|
+
StrategyControllerService.prototype.createABTestExperimentUsingPOST = function (abTestDTO, reqId, token, observe, reportProgress) {
|
|
6061
|
+
if (observe === void 0) { observe = 'body'; }
|
|
6062
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
6063
|
+
if (abTestDTO === null || abTestDTO === undefined) {
|
|
6064
|
+
throw new Error('Required parameter abTestDTO was null or undefined when calling createABTestExperimentUsingPOST.');
|
|
6065
|
+
}
|
|
6066
|
+
var headers = this.defaultHeaders;
|
|
6067
|
+
if (reqId !== undefined && reqId !== null) {
|
|
6068
|
+
headers = headers.set('reqId', String(reqId));
|
|
6069
|
+
}
|
|
6070
|
+
if (token !== undefined && token !== null) {
|
|
6071
|
+
headers = headers.set('token', String(token));
|
|
6072
|
+
}
|
|
6073
|
+
// to determine the Accept header
|
|
6074
|
+
var httpHeaderAccepts = [
|
|
6075
|
+
'application/json'
|
|
6076
|
+
];
|
|
6077
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6078
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
6079
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6080
|
+
}
|
|
6081
|
+
// to determine the Content-Type header
|
|
6082
|
+
var consumes = [
|
|
6083
|
+
'application/json'
|
|
6084
|
+
];
|
|
6085
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6086
|
+
if (httpContentTypeSelected != undefined) {
|
|
6087
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
6088
|
+
}
|
|
6089
|
+
return this.httpClient.post(this.basePath + "/v2/api/strategies/abtest/create", abTestDTO, {
|
|
6090
|
+
withCredentials: this.configuration.withCredentials,
|
|
6091
|
+
headers: headers,
|
|
6092
|
+
observe: observe,
|
|
6093
|
+
reportProgress: reportProgress
|
|
6094
|
+
});
|
|
6095
|
+
};
|
|
6060
6096
|
StrategyControllerService.prototype.createStrategyUsingPOST = function (strategy, reqId, token, observe, reportProgress) {
|
|
6061
6097
|
if (observe === void 0) { observe = 'body'; }
|
|
6062
6098
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -6169,6 +6205,36 @@
|
|
|
6169
6205
|
reportProgress: reportProgress
|
|
6170
6206
|
});
|
|
6171
6207
|
};
|
|
6208
|
+
StrategyControllerService.prototype.getABTestExperimentUsingGET = function (id, reqId, token, observe, reportProgress) {
|
|
6209
|
+
if (observe === void 0) { observe = 'body'; }
|
|
6210
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
6211
|
+
if (id === null || id === undefined) {
|
|
6212
|
+
throw new Error('Required parameter id was null or undefined when calling getABTestExperimentUsingGET.');
|
|
6213
|
+
}
|
|
6214
|
+
var headers = this.defaultHeaders;
|
|
6215
|
+
if (reqId !== undefined && reqId !== null) {
|
|
6216
|
+
headers = headers.set('reqId', String(reqId));
|
|
6217
|
+
}
|
|
6218
|
+
if (token !== undefined && token !== null) {
|
|
6219
|
+
headers = headers.set('token', String(token));
|
|
6220
|
+
}
|
|
6221
|
+
// to determine the Accept header
|
|
6222
|
+
var httpHeaderAccepts = [
|
|
6223
|
+
'application/json'
|
|
6224
|
+
];
|
|
6225
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6226
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
6227
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6228
|
+
}
|
|
6229
|
+
// to determine the Content-Type header
|
|
6230
|
+
var consumes = [];
|
|
6231
|
+
return this.httpClient.get(this.basePath + "/v2/api/strategies/abtest/" + encodeURIComponent(String(id)), {
|
|
6232
|
+
withCredentials: this.configuration.withCredentials,
|
|
6233
|
+
headers: headers,
|
|
6234
|
+
observe: observe,
|
|
6235
|
+
reportProgress: reportProgress
|
|
6236
|
+
});
|
|
6237
|
+
};
|
|
6172
6238
|
StrategyControllerService.prototype.getSkadSettingsUsingGET = function (reqId, token, observe, reportProgress) {
|
|
6173
6239
|
if (observe === void 0) { observe = 'body'; }
|
|
6174
6240
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -6261,6 +6327,39 @@
|
|
|
6261
6327
|
reportProgress: reportProgress
|
|
6262
6328
|
});
|
|
6263
6329
|
};
|
|
6330
|
+
StrategyControllerService.prototype.listABTestExperimentUsingGET = function (entity, entityId, reqId, token, observe, reportProgress) {
|
|
6331
|
+
if (observe === void 0) { observe = 'body'; }
|
|
6332
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
6333
|
+
if (entity === null || entity === undefined) {
|
|
6334
|
+
throw new Error('Required parameter entity was null or undefined when calling listABTestExperimentUsingGET.');
|
|
6335
|
+
}
|
|
6336
|
+
if (entityId === null || entityId === undefined) {
|
|
6337
|
+
throw new Error('Required parameter entityId was null or undefined when calling listABTestExperimentUsingGET.');
|
|
6338
|
+
}
|
|
6339
|
+
var headers = this.defaultHeaders;
|
|
6340
|
+
if (reqId !== undefined && reqId !== null) {
|
|
6341
|
+
headers = headers.set('reqId', String(reqId));
|
|
6342
|
+
}
|
|
6343
|
+
if (token !== undefined && token !== null) {
|
|
6344
|
+
headers = headers.set('token', String(token));
|
|
6345
|
+
}
|
|
6346
|
+
// to determine the Accept header
|
|
6347
|
+
var httpHeaderAccepts = [
|
|
6348
|
+
'application/json'
|
|
6349
|
+
];
|
|
6350
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6351
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
6352
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6353
|
+
}
|
|
6354
|
+
// to determine the Content-Type header
|
|
6355
|
+
var consumes = [];
|
|
6356
|
+
return this.httpClient.get(this.basePath + "/v2/api/strategies/abtest/list/" + encodeURIComponent(String(entity)) + "/" + encodeURIComponent(String(entityId)), {
|
|
6357
|
+
withCredentials: this.configuration.withCredentials,
|
|
6358
|
+
headers: headers,
|
|
6359
|
+
observe: observe,
|
|
6360
|
+
reportProgress: reportProgress
|
|
6361
|
+
});
|
|
6362
|
+
};
|
|
6264
6363
|
StrategyControllerService.prototype.saveStrategyQuickEditDetailsUsingPOST = function (id, strategyQuickEditDTO, reqId, token, observe, reportProgress) {
|
|
6265
6364
|
if (observe === void 0) { observe = 'body'; }
|
|
6266
6365
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -6300,6 +6399,80 @@
|
|
|
6300
6399
|
reportProgress: reportProgress
|
|
6301
6400
|
});
|
|
6302
6401
|
};
|
|
6402
|
+
StrategyControllerService.prototype.updateABTestExperimentStatusUsingPOST = function (id, status, reqId, token, observe, reportProgress) {
|
|
6403
|
+
if (observe === void 0) { observe = 'body'; }
|
|
6404
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
6405
|
+
if (id === null || id === undefined) {
|
|
6406
|
+
throw new Error('Required parameter id was null or undefined when calling updateABTestExperimentStatusUsingPOST.');
|
|
6407
|
+
}
|
|
6408
|
+
if (status === null || status === undefined) {
|
|
6409
|
+
throw new Error('Required parameter status was null or undefined when calling updateABTestExperimentStatusUsingPOST.');
|
|
6410
|
+
}
|
|
6411
|
+
var headers = this.defaultHeaders;
|
|
6412
|
+
if (reqId !== undefined && reqId !== null) {
|
|
6413
|
+
headers = headers.set('reqId', String(reqId));
|
|
6414
|
+
}
|
|
6415
|
+
if (token !== undefined && token !== null) {
|
|
6416
|
+
headers = headers.set('token', String(token));
|
|
6417
|
+
}
|
|
6418
|
+
// to determine the Accept header
|
|
6419
|
+
var httpHeaderAccepts = [
|
|
6420
|
+
'application/json'
|
|
6421
|
+
];
|
|
6422
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6423
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
6424
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6425
|
+
}
|
|
6426
|
+
// to determine the Content-Type header
|
|
6427
|
+
var consumes = [
|
|
6428
|
+
'application/json'
|
|
6429
|
+
];
|
|
6430
|
+
return this.httpClient.post(this.basePath + "/v2/api/strategies/abtest/updateStatus/" + encodeURIComponent(String(id)) + "/" + encodeURIComponent(String(status)), null, {
|
|
6431
|
+
withCredentials: this.configuration.withCredentials,
|
|
6432
|
+
headers: headers,
|
|
6433
|
+
observe: observe,
|
|
6434
|
+
reportProgress: reportProgress
|
|
6435
|
+
});
|
|
6436
|
+
};
|
|
6437
|
+
StrategyControllerService.prototype.updateABTestExperimentUsingPOST = function (abTestDTO, id, reqId, token, observe, reportProgress) {
|
|
6438
|
+
if (observe === void 0) { observe = 'body'; }
|
|
6439
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
6440
|
+
if (abTestDTO === null || abTestDTO === undefined) {
|
|
6441
|
+
throw new Error('Required parameter abTestDTO was null or undefined when calling updateABTestExperimentUsingPOST.');
|
|
6442
|
+
}
|
|
6443
|
+
if (id === null || id === undefined) {
|
|
6444
|
+
throw new Error('Required parameter id was null or undefined when calling updateABTestExperimentUsingPOST.');
|
|
6445
|
+
}
|
|
6446
|
+
var headers = this.defaultHeaders;
|
|
6447
|
+
if (reqId !== undefined && reqId !== null) {
|
|
6448
|
+
headers = headers.set('reqId', String(reqId));
|
|
6449
|
+
}
|
|
6450
|
+
if (token !== undefined && token !== null) {
|
|
6451
|
+
headers = headers.set('token', String(token));
|
|
6452
|
+
}
|
|
6453
|
+
// to determine the Accept header
|
|
6454
|
+
var httpHeaderAccepts = [
|
|
6455
|
+
'application/json'
|
|
6456
|
+
];
|
|
6457
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6458
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
6459
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6460
|
+
}
|
|
6461
|
+
// to determine the Content-Type header
|
|
6462
|
+
var consumes = [
|
|
6463
|
+
'application/json'
|
|
6464
|
+
];
|
|
6465
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6466
|
+
if (httpContentTypeSelected != undefined) {
|
|
6467
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
6468
|
+
}
|
|
6469
|
+
return this.httpClient.post(this.basePath + "/v2/api/strategies/abtest/update/" + encodeURIComponent(String(id)), abTestDTO, {
|
|
6470
|
+
withCredentials: this.configuration.withCredentials,
|
|
6471
|
+
headers: headers,
|
|
6472
|
+
observe: observe,
|
|
6473
|
+
reportProgress: reportProgress
|
|
6474
|
+
});
|
|
6475
|
+
};
|
|
6303
6476
|
StrategyControllerService.prototype.updateStrategyUsingPOST = function (id, strategy, reqId, token, observe, reportProgress) {
|
|
6304
6477
|
if (observe === void 0) { observe = 'body'; }
|
|
6305
6478
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -6437,7 +6610,7 @@
|
|
|
6437
6610
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6438
6611
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6439
6612
|
this.httpClient = httpClient;
|
|
6440
|
-
this.basePath = 'https://
|
|
6613
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6441
6614
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6442
6615
|
this.configuration = new Configuration();
|
|
6443
6616
|
if (basePath) {
|
|
@@ -6539,7 +6712,7 @@
|
|
|
6539
6712
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6540
6713
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6541
6714
|
this.httpClient = httpClient;
|
|
6542
|
-
this.basePath = 'https://
|
|
6715
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6543
6716
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6544
6717
|
this.configuration = new Configuration();
|
|
6545
6718
|
if (basePath) {
|