@revxui/api-clients-ts 1.1.365 → 1.1.367

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.
Files changed (61) hide show
  1. package/README.md +2 -2
  2. package/api/bidFunnelController.service.d.ts +6 -6
  3. package/api/dashboardController.service.d.ts +24 -24
  4. package/api/experimentsController.service.d.ts +90 -0
  5. package/api/strategyController.service.d.ts +9 -9
  6. package/esm2020/api/adminController.service.mjs +2 -2
  7. package/esm2020/api/advertiserController.service.mjs +2 -2
  8. package/esm2020/api/appSettingsController.service.mjs +2 -2
  9. package/esm2020/api/audienceController.service.mjs +2 -2
  10. package/esm2020/api/auditController.service.mjs +2 -2
  11. package/esm2020/api/bidFunnelController.service.mjs +2 -2
  12. package/esm2020/api/bulkStrategyController.service.mjs +2 -2
  13. package/esm2020/api/cSSThemeController_.service.mjs +2 -2
  14. package/esm2020/api/campaignController.service.mjs +2 -2
  15. package/esm2020/api/catalogController.service.mjs +2 -2
  16. package/esm2020/api/clickDestinationController.service.mjs +2 -2
  17. package/esm2020/api/creativeController.service.mjs +2 -2
  18. package/esm2020/api/creativeSetsController.service.mjs +2 -2
  19. package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
  20. package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
  21. package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
  22. package/esm2020/api/customerReportingController.service.mjs +2 -2
  23. package/esm2020/api/dashboardController.service.mjs +2 -2
  24. package/esm2020/api/experimentsController.service.mjs +227 -2
  25. package/esm2020/api/notificationsController.service.mjs +2 -2
  26. package/esm2020/api/pixelController.service.mjs +2 -2
  27. package/esm2020/api/reportController.service.mjs +2 -2
  28. package/esm2020/api/reportingController.service.mjs +2 -2
  29. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  30. package/esm2020/api/sliceXController.service.mjs +2 -2
  31. package/esm2020/api/strategyController.service.mjs +2 -2
  32. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  33. package/esm2020/api/uILoggerController.service.mjs +2 -2
  34. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  35. package/esm2020/model/aBTestingDTO.mjs +14 -0
  36. package/esm2020/model/aBTestingResponseDetails.mjs +14 -0
  37. package/esm2020/model/aBTestingVariantDTO.mjs +26 -0
  38. package/esm2020/model/apiResponseObjectABTestingResponseDetails.mjs +2 -0
  39. package/esm2020/model/apiResponseObjectListABTestingResponseDetails.mjs +2 -0
  40. package/esm2020/model/apiResponseObjectListExperimentsEntity.mjs +2 -0
  41. package/esm2020/model/experimentsEntity.mjs +14 -0
  42. package/esm2020/model/models.mjs +9 -1
  43. package/esm2020/model/strategy.mjs +1 -1
  44. package/esm2020/model/strategyDTO.mjs +1 -1
  45. package/esm2020/model/userInfoEntity.mjs +13 -0
  46. package/fesm2015/revxui-api-clients-ts.mjs +323 -30
  47. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  48. package/fesm2020/revxui-api-clients-ts.mjs +335 -30
  49. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  50. package/model/aBTestingDTO.d.ts +40 -0
  51. package/model/aBTestingResponseDetails.d.ts +51 -0
  52. package/model/aBTestingVariantDTO.d.ts +60 -0
  53. package/model/apiResponseObjectABTestingResponseDetails.d.ts +17 -0
  54. package/model/apiResponseObjectListABTestingResponseDetails.d.ts +17 -0
  55. package/model/apiResponseObjectListExperimentsEntity.d.ts +17 -0
  56. package/model/experimentsEntity.d.ts +50 -0
  57. package/model/models.d.ts +8 -0
  58. package/model/strategy.d.ts +2 -0
  59. package/model/strategyDTO.d.ts +2 -0
  60. package/model/userInfoEntity.d.ts +23 -0
  61. package/package.json +1 -1
@@ -85,7 +85,7 @@ class Configuration {
85
85
  class AdminControllerService {
86
86
  constructor(httpClient, basePath, configuration) {
87
87
  this.httpClient = httpClient;
88
- this.basePath = 'https://apiv2stage5.atomex.net';
88
+ this.basePath = 'https://apiv2stage3.atomex.net';
89
89
  this.defaultHeaders = new HttpHeaders();
90
90
  this.configuration = new Configuration();
91
91
  if (basePath) {
@@ -281,7 +281,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
281
281
  class AdvertiserControllerService {
282
282
  constructor(httpClient, basePath, configuration) {
283
283
  this.httpClient = httpClient;
284
- this.basePath = 'https://apiv2stage5.atomex.net';
284
+ this.basePath = 'https://apiv2stage3.atomex.net';
285
285
  this.defaultHeaders = new HttpHeaders();
286
286
  this.configuration = new Configuration();
287
287
  if (basePath) {
@@ -833,7 +833,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
833
833
  class AppSettingsControllerService {
834
834
  constructor(httpClient, basePath, configuration) {
835
835
  this.httpClient = httpClient;
836
- this.basePath = 'https://apiv2stage5.atomex.net';
836
+ this.basePath = 'https://apiv2stage3.atomex.net';
837
837
  this.defaultHeaders = new HttpHeaders();
838
838
  this.configuration = new Configuration();
839
839
  if (basePath) {
@@ -1080,7 +1080,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1080
1080
  class AudienceControllerService {
1081
1081
  constructor(httpClient, basePath, configuration) {
1082
1082
  this.httpClient = httpClient;
1083
- this.basePath = 'https://apiv2stage5.atomex.net';
1083
+ this.basePath = 'https://apiv2stage3.atomex.net';
1084
1084
  this.defaultHeaders = new HttpHeaders();
1085
1085
  this.configuration = new Configuration();
1086
1086
  if (basePath) {
@@ -1958,7 +1958,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1958
1958
  class AuditControllerService {
1959
1959
  constructor(httpClient, basePath, configuration) {
1960
1960
  this.httpClient = httpClient;
1961
- this.basePath = 'https://apiv2stage5.atomex.net';
1961
+ this.basePath = 'https://apiv2stage3.atomex.net';
1962
1962
  this.defaultHeaders = new HttpHeaders();
1963
1963
  this.configuration = new Configuration();
1964
1964
  if (basePath) {
@@ -2145,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2145
2145
  class BidFunnelControllerService {
2146
2146
  constructor(httpClient, basePath, configuration) {
2147
2147
  this.httpClient = httpClient;
2148
- this.basePath = 'https://apiv2stage5.atomex.net';
2148
+ this.basePath = 'https://apiv2stage3.atomex.net';
2149
2149
  this.defaultHeaders = new HttpHeaders();
2150
2150
  this.configuration = new Configuration();
2151
2151
  if (basePath) {
@@ -2296,7 +2296,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2296
2296
  class BulkStrategyControllerService {
2297
2297
  constructor(httpClient, basePath, configuration) {
2298
2298
  this.httpClient = httpClient;
2299
- this.basePath = 'https://apiv2stage5.atomex.net';
2299
+ this.basePath = 'https://apiv2stage3.atomex.net';
2300
2300
  this.defaultHeaders = new HttpHeaders();
2301
2301
  this.configuration = new Configuration();
2302
2302
  if (basePath) {
@@ -2523,7 +2523,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2523
2523
  class CSSThemeController_Service {
2524
2524
  constructor(httpClient, basePath, configuration) {
2525
2525
  this.httpClient = httpClient;
2526
- this.basePath = 'https://apiv2stage5.atomex.net';
2526
+ this.basePath = 'https://apiv2stage3.atomex.net';
2527
2527
  this.defaultHeaders = new HttpHeaders();
2528
2528
  this.configuration = new Configuration();
2529
2529
  if (basePath) {
@@ -2634,7 +2634,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2634
2634
  class CampaignControllerService {
2635
2635
  constructor(httpClient, basePath, configuration) {
2636
2636
  this.httpClient = httpClient;
2637
- this.basePath = 'https://apiv2stage5.atomex.net';
2637
+ this.basePath = 'https://apiv2stage3.atomex.net';
2638
2638
  this.defaultHeaders = new HttpHeaders();
2639
2639
  this.configuration = new Configuration();
2640
2640
  if (basePath) {
@@ -3077,7 +3077,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3077
3077
  class CatalogControllerService {
3078
3078
  constructor(httpClient, basePath, configuration) {
3079
3079
  this.httpClient = httpClient;
3080
- this.basePath = 'https://apiv2stage5.atomex.net';
3080
+ this.basePath = 'https://apiv2stage3.atomex.net';
3081
3081
  this.defaultHeaders = new HttpHeaders();
3082
3082
  this.configuration = new Configuration();
3083
3083
  if (basePath) {
@@ -3319,7 +3319,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3319
3319
  class ClickDestinationControllerService {
3320
3320
  constructor(httpClient, basePath, configuration) {
3321
3321
  this.httpClient = httpClient;
3322
- this.basePath = 'https://apiv2stage5.atomex.net';
3322
+ this.basePath = 'https://apiv2stage3.atomex.net';
3323
3323
  this.defaultHeaders = new HttpHeaders();
3324
3324
  this.configuration = new Configuration();
3325
3325
  if (basePath) {
@@ -3553,7 +3553,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3553
3553
  class CreativeControllerService {
3554
3554
  constructor(httpClient, basePath, configuration) {
3555
3555
  this.httpClient = httpClient;
3556
- this.basePath = 'https://apiv2stage5.atomex.net';
3556
+ this.basePath = 'https://apiv2stage3.atomex.net';
3557
3557
  this.defaultHeaders = new HttpHeaders();
3558
3558
  this.configuration = new Configuration();
3559
3559
  if (basePath) {
@@ -4070,7 +4070,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4070
4070
  class CreativeSetsControllerService {
4071
4071
  constructor(httpClient, basePath, configuration) {
4072
4072
  this.httpClient = httpClient;
4073
- this.basePath = 'https://apiv2stage5.atomex.net';
4073
+ this.basePath = 'https://apiv2stage3.atomex.net';
4074
4074
  this.defaultHeaders = new HttpHeaders();
4075
4075
  this.configuration = new Configuration();
4076
4076
  if (basePath) {
@@ -4680,7 +4680,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4680
4680
  class CreativeTemplateThemesControllerService {
4681
4681
  constructor(httpClient, basePath, configuration) {
4682
4682
  this.httpClient = httpClient;
4683
- this.basePath = 'https://apiv2stage5.atomex.net';
4683
+ this.basePath = 'https://apiv2stage3.atomex.net';
4684
4684
  this.defaultHeaders = new HttpHeaders();
4685
4685
  this.configuration = new Configuration();
4686
4686
  if (basePath) {
@@ -4867,7 +4867,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4867
4867
  class CreativeTemplateVariablesControllerService {
4868
4868
  constructor(httpClient, basePath, configuration) {
4869
4869
  this.httpClient = httpClient;
4870
- this.basePath = 'https://apiv2stage5.atomex.net';
4870
+ this.basePath = 'https://apiv2stage3.atomex.net';
4871
4871
  this.defaultHeaders = new HttpHeaders();
4872
4872
  this.configuration = new Configuration();
4873
4873
  if (basePath) {
@@ -4947,7 +4947,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4947
4947
  class CreativeTemplatesControllerService {
4948
4948
  constructor(httpClient, basePath, configuration) {
4949
4949
  this.httpClient = httpClient;
4950
- this.basePath = 'https://apiv2stage5.atomex.net';
4950
+ this.basePath = 'https://apiv2stage3.atomex.net';
4951
4951
  this.defaultHeaders = new HttpHeaders();
4952
4952
  this.configuration = new Configuration();
4953
4953
  if (basePath) {
@@ -5114,7 +5114,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5114
5114
  class CustomerReportingControllerService {
5115
5115
  constructor(httpClient, basePath, configuration) {
5116
5116
  this.httpClient = httpClient;
5117
- this.basePath = 'https://apiv2stage5.atomex.net';
5117
+ this.basePath = 'https://apiv2stage3.atomex.net';
5118
5118
  this.defaultHeaders = new HttpHeaders();
5119
5119
  this.configuration = new Configuration();
5120
5120
  if (basePath) {
@@ -5203,7 +5203,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5203
5203
  class DashboardControllerService {
5204
5204
  constructor(httpClient, basePath, configuration) {
5205
5205
  this.httpClient = httpClient;
5206
- this.basePath = 'https://apiv2stage5.atomex.net';
5206
+ this.basePath = 'https://apiv2stage3.atomex.net';
5207
5207
  this.defaultHeaders = new HttpHeaders();
5208
5208
  this.configuration = new Configuration();
5209
5209
  if (basePath) {
@@ -5863,7 +5863,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5863
5863
  class ExperimentsControllerService {
5864
5864
  constructor(httpClient, basePath, configuration) {
5865
5865
  this.httpClient = httpClient;
5866
- this.basePath = 'https://apiv2stage5.atomex.net';
5866
+ this.basePath = 'https://apiv2stage3.atomex.net';
5867
5867
  this.defaultHeaders = new HttpHeaders();
5868
5868
  this.configuration = new Configuration();
5869
5869
  if (basePath) {
@@ -5887,6 +5887,41 @@ class ExperimentsControllerService {
5887
5887
  }
5888
5888
  return false;
5889
5889
  }
5890
+ activateABTestUsingPOST(expId, reqId, token, observe = 'body', reportProgress = false) {
5891
+ if (expId === null || expId === undefined) {
5892
+ throw new Error('Required parameter expId was null or undefined when calling activateABTestUsingPOST.');
5893
+ }
5894
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5895
+ if (expId !== undefined && expId !== null) {
5896
+ queryParameters = queryParameters.set('expId', expId);
5897
+ }
5898
+ let headers = this.defaultHeaders;
5899
+ if (reqId !== undefined && reqId !== null) {
5900
+ headers = headers.set('reqId', String(reqId));
5901
+ }
5902
+ if (token !== undefined && token !== null) {
5903
+ headers = headers.set('token', String(token));
5904
+ }
5905
+ // to determine the Accept header
5906
+ let httpHeaderAccepts = [
5907
+ 'application/json'
5908
+ ];
5909
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5910
+ if (httpHeaderAcceptSelected != undefined) {
5911
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5912
+ }
5913
+ // to determine the Content-Type header
5914
+ const consumes = [
5915
+ 'application/json'
5916
+ ];
5917
+ return this.httpClient.post(`${this.basePath}/v2/api/experiments/abtest/activate`, null, {
5918
+ params: queryParameters,
5919
+ withCredentials: this.configuration.withCredentials,
5920
+ headers: headers,
5921
+ observe: observe,
5922
+ reportProgress: reportProgress
5923
+ });
5924
+ }
5890
5925
  activateExperimentUsingPOST(experimentIds, reqId, token, observe = 'body', reportProgress = false) {
5891
5926
  if (experimentIds === null || experimentIds === undefined) {
5892
5927
  throw new Error('Required parameter experimentIds was null or undefined when calling activateExperimentUsingPOST.');
@@ -5957,6 +5992,40 @@ class ExperimentsControllerService {
5957
5992
  reportProgress: reportProgress
5958
5993
  });
5959
5994
  }
5995
+ createABTestUsingPOST(dto, reqId, token, observe = 'body', reportProgress = false) {
5996
+ if (dto === null || dto === undefined) {
5997
+ throw new Error('Required parameter dto was null or undefined when calling createABTestUsingPOST.');
5998
+ }
5999
+ let headers = this.defaultHeaders;
6000
+ if (reqId !== undefined && reqId !== null) {
6001
+ headers = headers.set('reqId', String(reqId));
6002
+ }
6003
+ if (token !== undefined && token !== null) {
6004
+ headers = headers.set('token', String(token));
6005
+ }
6006
+ // to determine the Accept header
6007
+ let httpHeaderAccepts = [
6008
+ 'application/json'
6009
+ ];
6010
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6011
+ if (httpHeaderAcceptSelected != undefined) {
6012
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6013
+ }
6014
+ // to determine the Content-Type header
6015
+ const consumes = [
6016
+ 'application/json'
6017
+ ];
6018
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6019
+ if (httpContentTypeSelected != undefined) {
6020
+ headers = headers.set('Content-Type', httpContentTypeSelected);
6021
+ }
6022
+ return this.httpClient.post(`${this.basePath}/v2/api/experiments/abtest/create`, dto, {
6023
+ withCredentials: this.configuration.withCredentials,
6024
+ headers: headers,
6025
+ observe: observe,
6026
+ reportProgress: reportProgress
6027
+ });
6028
+ }
5960
6029
  createIncrementalityTestUsingPOST(incrementalityTestRequest, reqId, token, observe = 'body', reportProgress = false) {
5961
6030
  if (incrementalityTestRequest === null || incrementalityTestRequest === undefined) {
5962
6031
  throw new Error('Required parameter incrementalityTestRequest was null or undefined when calling createIncrementalityTestUsingPOST.');
@@ -5991,6 +6060,41 @@ class ExperimentsControllerService {
5991
6060
  reportProgress: reportProgress
5992
6061
  });
5993
6062
  }
6063
+ deactivateABTestUsingPOST(expId, reqId, token, observe = 'body', reportProgress = false) {
6064
+ if (expId === null || expId === undefined) {
6065
+ throw new Error('Required parameter expId was null or undefined when calling deactivateABTestUsingPOST.');
6066
+ }
6067
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6068
+ if (expId !== undefined && expId !== null) {
6069
+ queryParameters = queryParameters.set('expId', expId);
6070
+ }
6071
+ let headers = this.defaultHeaders;
6072
+ if (reqId !== undefined && reqId !== null) {
6073
+ headers = headers.set('reqId', String(reqId));
6074
+ }
6075
+ if (token !== undefined && token !== null) {
6076
+ headers = headers.set('token', String(token));
6077
+ }
6078
+ // to determine the Accept header
6079
+ let httpHeaderAccepts = [
6080
+ 'application/json'
6081
+ ];
6082
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6083
+ if (httpHeaderAcceptSelected != undefined) {
6084
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6085
+ }
6086
+ // to determine the Content-Type header
6087
+ const consumes = [
6088
+ 'application/json'
6089
+ ];
6090
+ return this.httpClient.post(`${this.basePath}/v2/api/experiments/abtest/deactivate`, null, {
6091
+ params: queryParameters,
6092
+ withCredentials: this.configuration.withCredentials,
6093
+ headers: headers,
6094
+ observe: observe,
6095
+ reportProgress: reportProgress
6096
+ });
6097
+ }
5994
6098
  deactivateExperimentUsingPOST(experimentIds, reqId, token, observe = 'body', reportProgress = false) {
5995
6099
  if (experimentIds === null || experimentIds === undefined) {
5996
6100
  throw new Error('Required parameter experimentIds was null or undefined when calling deactivateExperimentUsingPOST.');
@@ -6026,6 +6130,90 @@ class ExperimentsControllerService {
6026
6130
  reportProgress: reportProgress
6027
6131
  });
6028
6132
  }
6133
+ getABTestByIdUsingGET(experimentId, reqId, token, observe = 'body', reportProgress = false) {
6134
+ if (experimentId === null || experimentId === undefined) {
6135
+ throw new Error('Required parameter experimentId was null or undefined when calling getABTestByIdUsingGET.');
6136
+ }
6137
+ let headers = this.defaultHeaders;
6138
+ if (reqId !== undefined && reqId !== null) {
6139
+ headers = headers.set('reqId', String(reqId));
6140
+ }
6141
+ if (token !== undefined && token !== null) {
6142
+ headers = headers.set('token', String(token));
6143
+ }
6144
+ // to determine the Accept header
6145
+ let httpHeaderAccepts = [
6146
+ 'application/json'
6147
+ ];
6148
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6149
+ if (httpHeaderAcceptSelected != undefined) {
6150
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6151
+ }
6152
+ // to determine the Content-Type header
6153
+ const consumes = [];
6154
+ return this.httpClient.get(`${this.basePath}/v2/api/experiments/abtest/get/${encodeURIComponent(String(experimentId))}`, {
6155
+ withCredentials: this.configuration.withCredentials,
6156
+ headers: headers,
6157
+ observe: observe,
6158
+ reportProgress: reportProgress
6159
+ });
6160
+ }
6161
+ getAllABTestsUsingGET(licenseeId, reqId, token, observe = 'body', reportProgress = false) {
6162
+ if (licenseeId === null || licenseeId === undefined) {
6163
+ throw new Error('Required parameter licenseeId was null or undefined when calling getAllABTestsUsingGET.');
6164
+ }
6165
+ let headers = this.defaultHeaders;
6166
+ if (reqId !== undefined && reqId !== null) {
6167
+ headers = headers.set('reqId', String(reqId));
6168
+ }
6169
+ if (token !== undefined && token !== null) {
6170
+ headers = headers.set('token', String(token));
6171
+ }
6172
+ // to determine the Accept header
6173
+ let httpHeaderAccepts = [
6174
+ 'application/json'
6175
+ ];
6176
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6177
+ if (httpHeaderAcceptSelected != undefined) {
6178
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6179
+ }
6180
+ // to determine the Content-Type header
6181
+ const consumes = [];
6182
+ return this.httpClient.get(`${this.basePath}/v2/api/experiments/abtest/all/get/${encodeURIComponent(String(licenseeId))}`, {
6183
+ withCredentials: this.configuration.withCredentials,
6184
+ headers: headers,
6185
+ observe: observe,
6186
+ reportProgress: reportProgress
6187
+ });
6188
+ }
6189
+ getAllExperimentsUsingGET(licenseeId, reqId, token, observe = 'body', reportProgress = false) {
6190
+ if (licenseeId === null || licenseeId === undefined) {
6191
+ throw new Error('Required parameter licenseeId was null or undefined when calling getAllExperimentsUsingGET.');
6192
+ }
6193
+ let headers = this.defaultHeaders;
6194
+ if (reqId !== undefined && reqId !== null) {
6195
+ headers = headers.set('reqId', String(reqId));
6196
+ }
6197
+ if (token !== undefined && token !== null) {
6198
+ headers = headers.set('token', String(token));
6199
+ }
6200
+ // to determine the Accept header
6201
+ let httpHeaderAccepts = [
6202
+ 'application/json'
6203
+ ];
6204
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6205
+ if (httpHeaderAcceptSelected != undefined) {
6206
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6207
+ }
6208
+ // to determine the Content-Type header
6209
+ const consumes = [];
6210
+ return this.httpClient.get(`${this.basePath}/v2/api/experiments/all/get/${encodeURIComponent(String(licenseeId))}`, {
6211
+ withCredentials: this.configuration.withCredentials,
6212
+ headers: headers,
6213
+ observe: observe,
6214
+ reportProgress: reportProgress
6215
+ });
6216
+ }
6029
6217
  getAllReportsForIncrementalityTestUsingGET(licenseeId, refresh, reqId, token, observe = 'body', reportProgress = false) {
6030
6218
  if (licenseeId === null || licenseeId === undefined) {
6031
6219
  throw new Error('Required parameter licenseeId was null or undefined when calling getAllReportsForIncrementalityTestUsingGET.');
@@ -6223,6 +6411,43 @@ class ExperimentsControllerService {
6223
6411
  reportProgress: reportProgress
6224
6412
  });
6225
6413
  }
6414
+ updateABTestUsingPOST(dto, experimentId, reqId, token, observe = 'body', reportProgress = false) {
6415
+ if (dto === null || dto === undefined) {
6416
+ throw new Error('Required parameter dto was null or undefined when calling updateABTestUsingPOST.');
6417
+ }
6418
+ if (experimentId === null || experimentId === undefined) {
6419
+ throw new Error('Required parameter experimentId was null or undefined when calling updateABTestUsingPOST.');
6420
+ }
6421
+ let headers = this.defaultHeaders;
6422
+ if (reqId !== undefined && reqId !== null) {
6423
+ headers = headers.set('reqId', String(reqId));
6424
+ }
6425
+ if (token !== undefined && token !== null) {
6426
+ headers = headers.set('token', String(token));
6427
+ }
6428
+ // to determine the Accept header
6429
+ let httpHeaderAccepts = [
6430
+ 'application/json'
6431
+ ];
6432
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6433
+ if (httpHeaderAcceptSelected != undefined) {
6434
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6435
+ }
6436
+ // to determine the Content-Type header
6437
+ const consumes = [
6438
+ 'application/json'
6439
+ ];
6440
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6441
+ if (httpContentTypeSelected != undefined) {
6442
+ headers = headers.set('Content-Type', httpContentTypeSelected);
6443
+ }
6444
+ return this.httpClient.post(`${this.basePath}/v2/api/experiments/abtest/update`, dto, {
6445
+ withCredentials: this.configuration.withCredentials,
6446
+ headers: headers,
6447
+ observe: observe,
6448
+ reportProgress: reportProgress
6449
+ });
6450
+ }
6226
6451
  updateIncrementalityTestUsingPOST(experimentId, incrementalityTestDTO, reqId, token, observe = 'body', reportProgress = false) {
6227
6452
  if (experimentId === null || experimentId === undefined) {
6228
6453
  throw new Error('Required parameter experimentId was null or undefined when calling updateIncrementalityTestUsingPOST.');
@@ -6291,7 +6516,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6291
6516
  class NotificationsControllerService {
6292
6517
  constructor(httpClient, basePath, configuration) {
6293
6518
  this.httpClient = httpClient;
6294
- this.basePath = 'https://apiv2stage5.atomex.net';
6519
+ this.basePath = 'https://apiv2stage3.atomex.net';
6295
6520
  this.defaultHeaders = new HttpHeaders();
6296
6521
  this.configuration = new Configuration();
6297
6522
  if (basePath) {
@@ -6506,7 +6731,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6506
6731
  class PixelControllerService {
6507
6732
  constructor(httpClient, basePath, configuration) {
6508
6733
  this.httpClient = httpClient;
6509
- this.basePath = 'https://apiv2stage5.atomex.net';
6734
+ this.basePath = 'https://apiv2stage3.atomex.net';
6510
6735
  this.defaultHeaders = new HttpHeaders();
6511
6736
  this.configuration = new Configuration();
6512
6737
  if (basePath) {
@@ -6815,7 +7040,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6815
7040
  class ReportControllerService {
6816
7041
  constructor(httpClient, basePath, configuration) {
6817
7042
  this.httpClient = httpClient;
6818
- this.basePath = 'https://apiv2stage5.atomex.net';
7043
+ this.basePath = 'https://apiv2stage3.atomex.net';
6819
7044
  this.defaultHeaders = new HttpHeaders();
6820
7045
  this.configuration = new Configuration();
6821
7046
  if (basePath) {
@@ -6954,7 +7179,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6954
7179
  class ReportingControllerService {
6955
7180
  constructor(httpClient, basePath, configuration) {
6956
7181
  this.httpClient = httpClient;
6957
- this.basePath = 'https://apiv2stage5.atomex.net';
7182
+ this.basePath = 'https://apiv2stage3.atomex.net';
6958
7183
  this.defaultHeaders = new HttpHeaders();
6959
7184
  this.configuration = new Configuration();
6960
7185
  if (basePath) {
@@ -7126,7 +7351,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7126
7351
  class ReportingSchedulerControllerService {
7127
7352
  constructor(httpClient, basePath, configuration) {
7128
7353
  this.httpClient = httpClient;
7129
- this.basePath = 'https://apiv2stage5.atomex.net';
7354
+ this.basePath = 'https://apiv2stage3.atomex.net';
7130
7355
  this.defaultHeaders = new HttpHeaders();
7131
7356
  this.configuration = new Configuration();
7132
7357
  if (basePath) {
@@ -7443,7 +7668,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7443
7668
  class SliceXControllerService {
7444
7669
  constructor(httpClient, basePath, configuration) {
7445
7670
  this.httpClient = httpClient;
7446
- this.basePath = 'https://apiv2stage5.atomex.net';
7671
+ this.basePath = 'https://apiv2stage3.atomex.net';
7447
7672
  this.defaultHeaders = new HttpHeaders();
7448
7673
  this.configuration = new Configuration();
7449
7674
  if (basePath) {
@@ -7695,7 +7920,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7695
7920
  class StrategyControllerService {
7696
7921
  constructor(httpClient, basePath, configuration) {
7697
7922
  this.httpClient = httpClient;
7698
- this.basePath = 'https://apiv2stage5.atomex.net';
7923
+ this.basePath = 'https://apiv2stage3.atomex.net';
7699
7924
  this.defaultHeaders = new HttpHeaders();
7700
7925
  this.configuration = new Configuration();
7701
7926
  if (basePath) {
@@ -8865,7 +9090,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8865
9090
  class StrategyTemplateControllerService {
8866
9091
  constructor(httpClient, basePath, configuration) {
8867
9092
  this.httpClient = httpClient;
8868
- this.basePath = 'https://apiv2stage5.atomex.net';
9093
+ this.basePath = 'https://apiv2stage3.atomex.net';
8869
9094
  this.defaultHeaders = new HttpHeaders();
8870
9095
  this.configuration = new Configuration();
8871
9096
  if (basePath) {
@@ -8989,7 +9214,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8989
9214
  class UILoggerControllerService {
8990
9215
  constructor(httpClient, basePath, configuration) {
8991
9216
  this.httpClient = httpClient;
8992
- this.basePath = 'https://apiv2stage5.atomex.net';
9217
+ this.basePath = 'https://apiv2stage3.atomex.net';
8993
9218
  this.defaultHeaders = new HttpHeaders();
8994
9219
  this.configuration = new Configuration();
8995
9220
  if (basePath) {
@@ -9083,7 +9308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9083
9308
  class UserPreferenceControllerService {
9084
9309
  constructor(httpClient, basePath, configuration) {
9085
9310
  this.httpClient = httpClient;
9086
- this.basePath = 'https://apiv2stage5.atomex.net';
9311
+ this.basePath = 'https://apiv2stage3.atomex.net';
9087
9312
  this.defaultHeaders = new HttpHeaders();
9088
9313
  this.configuration = new Configuration();
9089
9314
  if (basePath) {
@@ -9246,6 +9471,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9246
9471
 
9247
9472
  const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, ExperimentsControllerService, NotificationsControllerService, PixelControllerService, ReportControllerService, ReportingControllerService, ReportingSchedulerControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
9248
9473
 
9474
+ var ABTestingDTO;
9475
+ (function (ABTestingDTO) {
9476
+ ABTestingDTO.ExperimentTypeEnum = {
9477
+ INCREMENTALITYTEST: 'INCREMENTALITY_TEST',
9478
+ ABTEST: 'AB_TEST'
9479
+ };
9480
+ ABTestingDTO.StatusEnum = {
9481
+ LIVE: 'LIVE',
9482
+ SCHEDULED: 'SCHEDULED',
9483
+ GENERATINGREPORT: 'GENERATING_REPORT',
9484
+ COMPLETED: 'COMPLETED'
9485
+ };
9486
+ })(ABTestingDTO || (ABTestingDTO = {}));
9487
+
9488
+ var ABTestingResponseDetails;
9489
+ (function (ABTestingResponseDetails) {
9490
+ ABTestingResponseDetails.ExperimentTypeEnum = {
9491
+ INCREMENTALITYTEST: 'INCREMENTALITY_TEST',
9492
+ ABTEST: 'AB_TEST'
9493
+ };
9494
+ ABTestingResponseDetails.StatusEnum = {
9495
+ LIVE: 'LIVE',
9496
+ SCHEDULED: 'SCHEDULED',
9497
+ GENERATINGREPORT: 'GENERATING_REPORT',
9498
+ COMPLETED: 'COMPLETED'
9499
+ };
9500
+ })(ABTestingResponseDetails || (ABTestingResponseDetails = {}));
9501
+
9502
+ var ABTestingVariantDTO;
9503
+ (function (ABTestingVariantDTO) {
9504
+ ABTestingVariantDTO.PricingModelEnum = {
9505
+ CPM: 'CPM',
9506
+ CPC: 'CPC',
9507
+ CPA: 'CPA',
9508
+ CTR: 'CTR',
9509
+ DCPMC: 'DCPMC',
9510
+ DCPMA: 'DCPMA',
9511
+ CPI: 'CPI',
9512
+ BOOST: 'BOOST',
9513
+ RCPC: 'RCPC',
9514
+ CPABOOST: 'CPA_BOOST'
9515
+ };
9516
+ ABTestingVariantDTO.VariantTypeEnum = {
9517
+ MODEL: 'MODEL',
9518
+ STRATEGY: 'STRATEGY',
9519
+ CREATIVE: 'CREATIVE',
9520
+ PACINGTYPE: 'PACING_TYPE',
9521
+ CATEGORY: 'CATEGORY',
9522
+ CREATIVESET: 'CREATIVE_SET',
9523
+ PRICING: 'PRICING',
9524
+ VIDEOPLACEMENT: 'VIDEO_PLACEMENT'
9525
+ };
9526
+ })(ABTestingVariantDTO || (ABTestingVariantDTO = {}));
9527
+
9249
9528
  var ActivityLogsCreativeSetsBulkUpdateDTO;
9250
9529
  (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
9251
9530
  ActivityLogsCreativeSetsBulkUpdateDTO.StatusEnum = {
@@ -9944,6 +10223,20 @@ var DynamicVideoConfigDTO;
9944
10223
  };
9945
10224
  })(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
9946
10225
 
10226
+ var ExperimentsEntity;
10227
+ (function (ExperimentsEntity) {
10228
+ ExperimentsEntity.ExperimentTypeEnum = {
10229
+ INCREMENTALITYTEST: 'INCREMENTALITY_TEST',
10230
+ ABTEST: 'AB_TEST'
10231
+ };
10232
+ ExperimentsEntity.StatusEnum = {
10233
+ LIVE: 'LIVE',
10234
+ SCHEDULED: 'SCHEDULED',
10235
+ GENERATINGREPORT: 'GENERATING_REPORT',
10236
+ COMPLETED: 'COMPLETED'
10237
+ };
10238
+ })(ExperimentsEntity || (ExperimentsEntity = {}));
10239
+
9947
10240
  /**
9948
10241
  * Api Documentation
9949
10242
  * Api Documentation
@@ -10762,5 +11055,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10762
11055
  * Generated bundle index. Do not edit.
10763
11056
  */
10764
11057
 
10765
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, ExperimentsControllerService, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
11058
+ export { ABTestingDTO, ABTestingResponseDetails, ABTestingVariantDTO, APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserCohortDTO, AdvertiserCohortResponse, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, CohortCampaignStrategyDO, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DeviceTargetModel, DuplicateCampaignStrategyRequestDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, ExperimentsControllerService, ExperimentsEntity, FilterModel, GeoFenceDTO, GeoListRequest, IncrementalityTestDTO, IncrementalityTestDetails, JobResponse, LookAlikeAudienceConfigDTO, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, OptimizationRuleAuditLogDTO, OptimizationRuleDTO, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportControllerService, ReportProperty, ReportRequest, ReportResponse, ReportingControllerService, ReportingRequest, ReportingResponse, ReportingSchedulerControllerService, ReportingSchedulerResponse, RuleDTO, SchedulerRequest, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyRuleResponse, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
10766
11059
  //# sourceMappingURL=revxui-api-clients-ts.mjs.map