@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) {
@@ -279,7 +279,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
279
279
  class AdvertiserControllerService {
280
280
  constructor(httpClient, basePath, configuration) {
281
281
  this.httpClient = httpClient;
282
- this.basePath = 'https://apiv2stage5.atomex.net';
282
+ this.basePath = 'https://apiv2stage3.atomex.net';
283
283
  this.defaultHeaders = new HttpHeaders();
284
284
  this.configuration = new Configuration();
285
285
  if (basePath) {
@@ -829,7 +829,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
829
829
  class AppSettingsControllerService {
830
830
  constructor(httpClient, basePath, configuration) {
831
831
  this.httpClient = httpClient;
832
- this.basePath = 'https://apiv2stage5.atomex.net';
832
+ this.basePath = 'https://apiv2stage3.atomex.net';
833
833
  this.defaultHeaders = new HttpHeaders();
834
834
  this.configuration = new Configuration();
835
835
  if (basePath) {
@@ -1074,7 +1074,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1074
1074
  class AudienceControllerService {
1075
1075
  constructor(httpClient, basePath, configuration) {
1076
1076
  this.httpClient = httpClient;
1077
- this.basePath = 'https://apiv2stage5.atomex.net';
1077
+ this.basePath = 'https://apiv2stage3.atomex.net';
1078
1078
  this.defaultHeaders = new HttpHeaders();
1079
1079
  this.configuration = new Configuration();
1080
1080
  if (basePath) {
@@ -1950,7 +1950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1950
1950
  class AuditControllerService {
1951
1951
  constructor(httpClient, basePath, configuration) {
1952
1952
  this.httpClient = httpClient;
1953
- this.basePath = 'https://apiv2stage5.atomex.net';
1953
+ this.basePath = 'https://apiv2stage3.atomex.net';
1954
1954
  this.defaultHeaders = new HttpHeaders();
1955
1955
  this.configuration = new Configuration();
1956
1956
  if (basePath) {
@@ -2135,7 +2135,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2135
2135
  class BidFunnelControllerService {
2136
2136
  constructor(httpClient, basePath, configuration) {
2137
2137
  this.httpClient = httpClient;
2138
- this.basePath = 'https://apiv2stage5.atomex.net';
2138
+ this.basePath = 'https://apiv2stage3.atomex.net';
2139
2139
  this.defaultHeaders = new HttpHeaders();
2140
2140
  this.configuration = new Configuration();
2141
2141
  if (basePath) {
@@ -2284,7 +2284,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2284
2284
  class BulkStrategyControllerService {
2285
2285
  constructor(httpClient, basePath, configuration) {
2286
2286
  this.httpClient = httpClient;
2287
- this.basePath = 'https://apiv2stage5.atomex.net';
2287
+ this.basePath = 'https://apiv2stage3.atomex.net';
2288
2288
  this.defaultHeaders = new HttpHeaders();
2289
2289
  this.configuration = new Configuration();
2290
2290
  if (basePath) {
@@ -2509,7 +2509,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2509
2509
  class CSSThemeController_Service {
2510
2510
  constructor(httpClient, basePath, configuration) {
2511
2511
  this.httpClient = httpClient;
2512
- this.basePath = 'https://apiv2stage5.atomex.net';
2512
+ this.basePath = 'https://apiv2stage3.atomex.net';
2513
2513
  this.defaultHeaders = new HttpHeaders();
2514
2514
  this.configuration = new Configuration();
2515
2515
  if (basePath) {
@@ -2618,7 +2618,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2618
2618
  class CampaignControllerService {
2619
2619
  constructor(httpClient, basePath, configuration) {
2620
2620
  this.httpClient = httpClient;
2621
- this.basePath = 'https://apiv2stage5.atomex.net';
2621
+ this.basePath = 'https://apiv2stage3.atomex.net';
2622
2622
  this.defaultHeaders = new HttpHeaders();
2623
2623
  this.configuration = new Configuration();
2624
2624
  if (basePath) {
@@ -3059,7 +3059,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3059
3059
  class CatalogControllerService {
3060
3060
  constructor(httpClient, basePath, configuration) {
3061
3061
  this.httpClient = httpClient;
3062
- this.basePath = 'https://apiv2stage5.atomex.net';
3062
+ this.basePath = 'https://apiv2stage3.atomex.net';
3063
3063
  this.defaultHeaders = new HttpHeaders();
3064
3064
  this.configuration = new Configuration();
3065
3065
  if (basePath) {
@@ -3299,7 +3299,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3299
3299
  class ClickDestinationControllerService {
3300
3300
  constructor(httpClient, basePath, configuration) {
3301
3301
  this.httpClient = httpClient;
3302
- this.basePath = 'https://apiv2stage5.atomex.net';
3302
+ this.basePath = 'https://apiv2stage3.atomex.net';
3303
3303
  this.defaultHeaders = new HttpHeaders();
3304
3304
  this.configuration = new Configuration();
3305
3305
  if (basePath) {
@@ -3531,7 +3531,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3531
3531
  class CreativeControllerService {
3532
3532
  constructor(httpClient, basePath, configuration) {
3533
3533
  this.httpClient = httpClient;
3534
- this.basePath = 'https://apiv2stage5.atomex.net';
3534
+ this.basePath = 'https://apiv2stage3.atomex.net';
3535
3535
  this.defaultHeaders = new HttpHeaders();
3536
3536
  this.configuration = new Configuration();
3537
3537
  if (basePath) {
@@ -4046,7 +4046,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4046
4046
  class CreativeSetsControllerService {
4047
4047
  constructor(httpClient, basePath, configuration) {
4048
4048
  this.httpClient = httpClient;
4049
- this.basePath = 'https://apiv2stage5.atomex.net';
4049
+ this.basePath = 'https://apiv2stage3.atomex.net';
4050
4050
  this.defaultHeaders = new HttpHeaders();
4051
4051
  this.configuration = new Configuration();
4052
4052
  if (basePath) {
@@ -4654,7 +4654,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4654
4654
  class CreativeTemplateThemesControllerService {
4655
4655
  constructor(httpClient, basePath, configuration) {
4656
4656
  this.httpClient = httpClient;
4657
- this.basePath = 'https://apiv2stage5.atomex.net';
4657
+ this.basePath = 'https://apiv2stage3.atomex.net';
4658
4658
  this.defaultHeaders = new HttpHeaders();
4659
4659
  this.configuration = new Configuration();
4660
4660
  if (basePath) {
@@ -4839,7 +4839,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4839
4839
  class CreativeTemplateVariablesControllerService {
4840
4840
  constructor(httpClient, basePath, configuration) {
4841
4841
  this.httpClient = httpClient;
4842
- this.basePath = 'https://apiv2stage5.atomex.net';
4842
+ this.basePath = 'https://apiv2stage3.atomex.net';
4843
4843
  this.defaultHeaders = new HttpHeaders();
4844
4844
  this.configuration = new Configuration();
4845
4845
  if (basePath) {
@@ -4917,7 +4917,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4917
4917
  class CreativeTemplatesControllerService {
4918
4918
  constructor(httpClient, basePath, configuration) {
4919
4919
  this.httpClient = httpClient;
4920
- this.basePath = 'https://apiv2stage5.atomex.net';
4920
+ this.basePath = 'https://apiv2stage3.atomex.net';
4921
4921
  this.defaultHeaders = new HttpHeaders();
4922
4922
  this.configuration = new Configuration();
4923
4923
  if (basePath) {
@@ -5082,7 +5082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5082
5082
  class CustomerReportingControllerService {
5083
5083
  constructor(httpClient, basePath, configuration) {
5084
5084
  this.httpClient = httpClient;
5085
- this.basePath = 'https://apiv2stage5.atomex.net';
5085
+ this.basePath = 'https://apiv2stage3.atomex.net';
5086
5086
  this.defaultHeaders = new HttpHeaders();
5087
5087
  this.configuration = new Configuration();
5088
5088
  if (basePath) {
@@ -5169,7 +5169,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5169
5169
  class DashboardControllerService {
5170
5170
  constructor(httpClient, basePath, configuration) {
5171
5171
  this.httpClient = httpClient;
5172
- this.basePath = 'https://apiv2stage5.atomex.net';
5172
+ this.basePath = 'https://apiv2stage3.atomex.net';
5173
5173
  this.defaultHeaders = new HttpHeaders();
5174
5174
  this.configuration = new Configuration();
5175
5175
  if (basePath) {
@@ -5827,7 +5827,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5827
5827
  class ExperimentsControllerService {
5828
5828
  constructor(httpClient, basePath, configuration) {
5829
5829
  this.httpClient = httpClient;
5830
- this.basePath = 'https://apiv2stage5.atomex.net';
5830
+ this.basePath = 'https://apiv2stage3.atomex.net';
5831
5831
  this.defaultHeaders = new HttpHeaders();
5832
5832
  this.configuration = new Configuration();
5833
5833
  if (basePath) {
@@ -5851,6 +5851,41 @@ class ExperimentsControllerService {
5851
5851
  }
5852
5852
  return false;
5853
5853
  }
5854
+ activateABTestUsingPOST(expId, reqId, token, observe = 'body', reportProgress = false) {
5855
+ if (expId === null || expId === undefined) {
5856
+ throw new Error('Required parameter expId was null or undefined when calling activateABTestUsingPOST.');
5857
+ }
5858
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5859
+ if (expId !== undefined && expId !== null) {
5860
+ queryParameters = queryParameters.set('expId', expId);
5861
+ }
5862
+ let headers = this.defaultHeaders;
5863
+ if (reqId !== undefined && reqId !== null) {
5864
+ headers = headers.set('reqId', String(reqId));
5865
+ }
5866
+ if (token !== undefined && token !== null) {
5867
+ headers = headers.set('token', String(token));
5868
+ }
5869
+ // to determine the Accept header
5870
+ let httpHeaderAccepts = [
5871
+ 'application/json'
5872
+ ];
5873
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5874
+ if (httpHeaderAcceptSelected != undefined) {
5875
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5876
+ }
5877
+ // to determine the Content-Type header
5878
+ const consumes = [
5879
+ 'application/json'
5880
+ ];
5881
+ return this.httpClient.post(`${this.basePath}/v2/api/experiments/abtest/activate`, null, {
5882
+ params: queryParameters,
5883
+ withCredentials: this.configuration.withCredentials,
5884
+ headers: headers,
5885
+ observe: observe,
5886
+ reportProgress: reportProgress
5887
+ });
5888
+ }
5854
5889
  activateExperimentUsingPOST(experimentIds, reqId, token, observe = 'body', reportProgress = false) {
5855
5890
  if (experimentIds === null || experimentIds === undefined) {
5856
5891
  throw new Error('Required parameter experimentIds was null or undefined when calling activateExperimentUsingPOST.');
@@ -5921,6 +5956,40 @@ class ExperimentsControllerService {
5921
5956
  reportProgress: reportProgress
5922
5957
  });
5923
5958
  }
5959
+ createABTestUsingPOST(dto, reqId, token, observe = 'body', reportProgress = false) {
5960
+ if (dto === null || dto === undefined) {
5961
+ throw new Error('Required parameter dto was null or undefined when calling createABTestUsingPOST.');
5962
+ }
5963
+ let headers = this.defaultHeaders;
5964
+ if (reqId !== undefined && reqId !== null) {
5965
+ headers = headers.set('reqId', String(reqId));
5966
+ }
5967
+ if (token !== undefined && token !== null) {
5968
+ headers = headers.set('token', String(token));
5969
+ }
5970
+ // to determine the Accept header
5971
+ let httpHeaderAccepts = [
5972
+ 'application/json'
5973
+ ];
5974
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5975
+ if (httpHeaderAcceptSelected != undefined) {
5976
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5977
+ }
5978
+ // to determine the Content-Type header
5979
+ const consumes = [
5980
+ 'application/json'
5981
+ ];
5982
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5983
+ if (httpContentTypeSelected != undefined) {
5984
+ headers = headers.set('Content-Type', httpContentTypeSelected);
5985
+ }
5986
+ return this.httpClient.post(`${this.basePath}/v2/api/experiments/abtest/create`, dto, {
5987
+ withCredentials: this.configuration.withCredentials,
5988
+ headers: headers,
5989
+ observe: observe,
5990
+ reportProgress: reportProgress
5991
+ });
5992
+ }
5924
5993
  createIncrementalityTestUsingPOST(incrementalityTestRequest, reqId, token, observe = 'body', reportProgress = false) {
5925
5994
  if (incrementalityTestRequest === null || incrementalityTestRequest === undefined) {
5926
5995
  throw new Error('Required parameter incrementalityTestRequest was null or undefined when calling createIncrementalityTestUsingPOST.');
@@ -5955,6 +6024,41 @@ class ExperimentsControllerService {
5955
6024
  reportProgress: reportProgress
5956
6025
  });
5957
6026
  }
6027
+ deactivateABTestUsingPOST(expId, reqId, token, observe = 'body', reportProgress = false) {
6028
+ if (expId === null || expId === undefined) {
6029
+ throw new Error('Required parameter expId was null or undefined when calling deactivateABTestUsingPOST.');
6030
+ }
6031
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6032
+ if (expId !== undefined && expId !== null) {
6033
+ queryParameters = queryParameters.set('expId', expId);
6034
+ }
6035
+ let headers = this.defaultHeaders;
6036
+ if (reqId !== undefined && reqId !== null) {
6037
+ headers = headers.set('reqId', String(reqId));
6038
+ }
6039
+ if (token !== undefined && token !== null) {
6040
+ headers = headers.set('token', String(token));
6041
+ }
6042
+ // to determine the Accept header
6043
+ let httpHeaderAccepts = [
6044
+ 'application/json'
6045
+ ];
6046
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6047
+ if (httpHeaderAcceptSelected != undefined) {
6048
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6049
+ }
6050
+ // to determine the Content-Type header
6051
+ const consumes = [
6052
+ 'application/json'
6053
+ ];
6054
+ return this.httpClient.post(`${this.basePath}/v2/api/experiments/abtest/deactivate`, null, {
6055
+ params: queryParameters,
6056
+ withCredentials: this.configuration.withCredentials,
6057
+ headers: headers,
6058
+ observe: observe,
6059
+ reportProgress: reportProgress
6060
+ });
6061
+ }
5958
6062
  deactivateExperimentUsingPOST(experimentIds, reqId, token, observe = 'body', reportProgress = false) {
5959
6063
  if (experimentIds === null || experimentIds === undefined) {
5960
6064
  throw new Error('Required parameter experimentIds was null or undefined when calling deactivateExperimentUsingPOST.');
@@ -5990,6 +6094,90 @@ class ExperimentsControllerService {
5990
6094
  reportProgress: reportProgress
5991
6095
  });
5992
6096
  }
6097
+ getABTestByIdUsingGET(experimentId, reqId, token, observe = 'body', reportProgress = false) {
6098
+ if (experimentId === null || experimentId === undefined) {
6099
+ throw new Error('Required parameter experimentId was null or undefined when calling getABTestByIdUsingGET.');
6100
+ }
6101
+ let headers = this.defaultHeaders;
6102
+ if (reqId !== undefined && reqId !== null) {
6103
+ headers = headers.set('reqId', String(reqId));
6104
+ }
6105
+ if (token !== undefined && token !== null) {
6106
+ headers = headers.set('token', String(token));
6107
+ }
6108
+ // to determine the Accept header
6109
+ let httpHeaderAccepts = [
6110
+ 'application/json'
6111
+ ];
6112
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6113
+ if (httpHeaderAcceptSelected != undefined) {
6114
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6115
+ }
6116
+ // to determine the Content-Type header
6117
+ const consumes = [];
6118
+ return this.httpClient.get(`${this.basePath}/v2/api/experiments/abtest/get/${encodeURIComponent(String(experimentId))}`, {
6119
+ withCredentials: this.configuration.withCredentials,
6120
+ headers: headers,
6121
+ observe: observe,
6122
+ reportProgress: reportProgress
6123
+ });
6124
+ }
6125
+ getAllABTestsUsingGET(licenseeId, reqId, token, observe = 'body', reportProgress = false) {
6126
+ if (licenseeId === null || licenseeId === undefined) {
6127
+ throw new Error('Required parameter licenseeId was null or undefined when calling getAllABTestsUsingGET.');
6128
+ }
6129
+ let headers = this.defaultHeaders;
6130
+ if (reqId !== undefined && reqId !== null) {
6131
+ headers = headers.set('reqId', String(reqId));
6132
+ }
6133
+ if (token !== undefined && token !== null) {
6134
+ headers = headers.set('token', String(token));
6135
+ }
6136
+ // to determine the Accept header
6137
+ let httpHeaderAccepts = [
6138
+ 'application/json'
6139
+ ];
6140
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6141
+ if (httpHeaderAcceptSelected != undefined) {
6142
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6143
+ }
6144
+ // to determine the Content-Type header
6145
+ const consumes = [];
6146
+ return this.httpClient.get(`${this.basePath}/v2/api/experiments/abtest/all/get/${encodeURIComponent(String(licenseeId))}`, {
6147
+ withCredentials: this.configuration.withCredentials,
6148
+ headers: headers,
6149
+ observe: observe,
6150
+ reportProgress: reportProgress
6151
+ });
6152
+ }
6153
+ getAllExperimentsUsingGET(licenseeId, reqId, token, observe = 'body', reportProgress = false) {
6154
+ if (licenseeId === null || licenseeId === undefined) {
6155
+ throw new Error('Required parameter licenseeId was null or undefined when calling getAllExperimentsUsingGET.');
6156
+ }
6157
+ let headers = this.defaultHeaders;
6158
+ if (reqId !== undefined && reqId !== null) {
6159
+ headers = headers.set('reqId', String(reqId));
6160
+ }
6161
+ if (token !== undefined && token !== null) {
6162
+ headers = headers.set('token', String(token));
6163
+ }
6164
+ // to determine the Accept header
6165
+ let httpHeaderAccepts = [
6166
+ 'application/json'
6167
+ ];
6168
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6169
+ if (httpHeaderAcceptSelected != undefined) {
6170
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6171
+ }
6172
+ // to determine the Content-Type header
6173
+ const consumes = [];
6174
+ return this.httpClient.get(`${this.basePath}/v2/api/experiments/all/get/${encodeURIComponent(String(licenseeId))}`, {
6175
+ withCredentials: this.configuration.withCredentials,
6176
+ headers: headers,
6177
+ observe: observe,
6178
+ reportProgress: reportProgress
6179
+ });
6180
+ }
5993
6181
  getAllReportsForIncrementalityTestUsingGET(licenseeId, refresh, reqId, token, observe = 'body', reportProgress = false) {
5994
6182
  if (licenseeId === null || licenseeId === undefined) {
5995
6183
  throw new Error('Required parameter licenseeId was null or undefined when calling getAllReportsForIncrementalityTestUsingGET.');
@@ -6187,6 +6375,43 @@ class ExperimentsControllerService {
6187
6375
  reportProgress: reportProgress
6188
6376
  });
6189
6377
  }
6378
+ updateABTestUsingPOST(dto, experimentId, reqId, token, observe = 'body', reportProgress = false) {
6379
+ if (dto === null || dto === undefined) {
6380
+ throw new Error('Required parameter dto was null or undefined when calling updateABTestUsingPOST.');
6381
+ }
6382
+ if (experimentId === null || experimentId === undefined) {
6383
+ throw new Error('Required parameter experimentId was null or undefined when calling updateABTestUsingPOST.');
6384
+ }
6385
+ let headers = this.defaultHeaders;
6386
+ if (reqId !== undefined && reqId !== null) {
6387
+ headers = headers.set('reqId', String(reqId));
6388
+ }
6389
+ if (token !== undefined && token !== null) {
6390
+ headers = headers.set('token', String(token));
6391
+ }
6392
+ // to determine the Accept header
6393
+ let httpHeaderAccepts = [
6394
+ 'application/json'
6395
+ ];
6396
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6397
+ if (httpHeaderAcceptSelected != undefined) {
6398
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6399
+ }
6400
+ // to determine the Content-Type header
6401
+ const consumes = [
6402
+ 'application/json'
6403
+ ];
6404
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6405
+ if (httpContentTypeSelected != undefined) {
6406
+ headers = headers.set('Content-Type', httpContentTypeSelected);
6407
+ }
6408
+ return this.httpClient.post(`${this.basePath}/v2/api/experiments/abtest/update`, dto, {
6409
+ withCredentials: this.configuration.withCredentials,
6410
+ headers: headers,
6411
+ observe: observe,
6412
+ reportProgress: reportProgress
6413
+ });
6414
+ }
6190
6415
  updateIncrementalityTestUsingPOST(experimentId, incrementalityTestDTO, reqId, token, observe = 'body', reportProgress = false) {
6191
6416
  if (experimentId === null || experimentId === undefined) {
6192
6417
  throw new Error('Required parameter experimentId was null or undefined when calling updateIncrementalityTestUsingPOST.');
@@ -6253,7 +6478,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6253
6478
  class NotificationsControllerService {
6254
6479
  constructor(httpClient, basePath, configuration) {
6255
6480
  this.httpClient = httpClient;
6256
- this.basePath = 'https://apiv2stage5.atomex.net';
6481
+ this.basePath = 'https://apiv2stage3.atomex.net';
6257
6482
  this.defaultHeaders = new HttpHeaders();
6258
6483
  this.configuration = new Configuration();
6259
6484
  if (basePath) {
@@ -6466,7 +6691,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6466
6691
  class PixelControllerService {
6467
6692
  constructor(httpClient, basePath, configuration) {
6468
6693
  this.httpClient = httpClient;
6469
- this.basePath = 'https://apiv2stage5.atomex.net';
6694
+ this.basePath = 'https://apiv2stage3.atomex.net';
6470
6695
  this.defaultHeaders = new HttpHeaders();
6471
6696
  this.configuration = new Configuration();
6472
6697
  if (basePath) {
@@ -6773,7 +6998,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6773
6998
  class ReportControllerService {
6774
6999
  constructor(httpClient, basePath, configuration) {
6775
7000
  this.httpClient = httpClient;
6776
- this.basePath = 'https://apiv2stage5.atomex.net';
7001
+ this.basePath = 'https://apiv2stage3.atomex.net';
6777
7002
  this.defaultHeaders = new HttpHeaders();
6778
7003
  this.configuration = new Configuration();
6779
7004
  if (basePath) {
@@ -6910,7 +7135,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6910
7135
  class ReportingControllerService {
6911
7136
  constructor(httpClient, basePath, configuration) {
6912
7137
  this.httpClient = httpClient;
6913
- this.basePath = 'https://apiv2stage5.atomex.net';
7138
+ this.basePath = 'https://apiv2stage3.atomex.net';
6914
7139
  this.defaultHeaders = new HttpHeaders();
6915
7140
  this.configuration = new Configuration();
6916
7141
  if (basePath) {
@@ -7080,7 +7305,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7080
7305
  class ReportingSchedulerControllerService {
7081
7306
  constructor(httpClient, basePath, configuration) {
7082
7307
  this.httpClient = httpClient;
7083
- this.basePath = 'https://apiv2stage5.atomex.net';
7308
+ this.basePath = 'https://apiv2stage3.atomex.net';
7084
7309
  this.defaultHeaders = new HttpHeaders();
7085
7310
  this.configuration = new Configuration();
7086
7311
  if (basePath) {
@@ -7395,7 +7620,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7395
7620
  class SliceXControllerService {
7396
7621
  constructor(httpClient, basePath, configuration) {
7397
7622
  this.httpClient = httpClient;
7398
- this.basePath = 'https://apiv2stage5.atomex.net';
7623
+ this.basePath = 'https://apiv2stage3.atomex.net';
7399
7624
  this.defaultHeaders = new HttpHeaders();
7400
7625
  this.configuration = new Configuration();
7401
7626
  if (basePath) {
@@ -7645,7 +7870,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7645
7870
  class StrategyControllerService {
7646
7871
  constructor(httpClient, basePath, configuration) {
7647
7872
  this.httpClient = httpClient;
7648
- this.basePath = 'https://apiv2stage5.atomex.net';
7873
+ this.basePath = 'https://apiv2stage3.atomex.net';
7649
7874
  this.defaultHeaders = new HttpHeaders();
7650
7875
  this.configuration = new Configuration();
7651
7876
  if (basePath) {
@@ -8813,7 +9038,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8813
9038
  class StrategyTemplateControllerService {
8814
9039
  constructor(httpClient, basePath, configuration) {
8815
9040
  this.httpClient = httpClient;
8816
- this.basePath = 'https://apiv2stage5.atomex.net';
9041
+ this.basePath = 'https://apiv2stage3.atomex.net';
8817
9042
  this.defaultHeaders = new HttpHeaders();
8818
9043
  this.configuration = new Configuration();
8819
9044
  if (basePath) {
@@ -8935,7 +9160,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8935
9160
  class UILoggerControllerService {
8936
9161
  constructor(httpClient, basePath, configuration) {
8937
9162
  this.httpClient = httpClient;
8938
- this.basePath = 'https://apiv2stage5.atomex.net';
9163
+ this.basePath = 'https://apiv2stage3.atomex.net';
8939
9164
  this.defaultHeaders = new HttpHeaders();
8940
9165
  this.configuration = new Configuration();
8941
9166
  if (basePath) {
@@ -9027,7 +9252,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9027
9252
  class UserPreferenceControllerService {
9028
9253
  constructor(httpClient, basePath, configuration) {
9029
9254
  this.httpClient = httpClient;
9030
- this.basePath = 'https://apiv2stage5.atomex.net';
9255
+ this.basePath = 'https://apiv2stage3.atomex.net';
9031
9256
  this.defaultHeaders = new HttpHeaders();
9032
9257
  this.configuration = new Configuration();
9033
9258
  if (basePath) {
@@ -9188,6 +9413,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
9188
9413
 
9189
9414
  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];
9190
9415
 
9416
+ var ABTestingDTO;
9417
+ (function (ABTestingDTO) {
9418
+ ABTestingDTO.ExperimentTypeEnum = {
9419
+ INCREMENTALITYTEST: 'INCREMENTALITY_TEST',
9420
+ ABTEST: 'AB_TEST'
9421
+ };
9422
+ ABTestingDTO.StatusEnum = {
9423
+ LIVE: 'LIVE',
9424
+ SCHEDULED: 'SCHEDULED',
9425
+ GENERATINGREPORT: 'GENERATING_REPORT',
9426
+ COMPLETED: 'COMPLETED'
9427
+ };
9428
+ })(ABTestingDTO || (ABTestingDTO = {}));
9429
+
9430
+ var ABTestingResponseDetails;
9431
+ (function (ABTestingResponseDetails) {
9432
+ ABTestingResponseDetails.ExperimentTypeEnum = {
9433
+ INCREMENTALITYTEST: 'INCREMENTALITY_TEST',
9434
+ ABTEST: 'AB_TEST'
9435
+ };
9436
+ ABTestingResponseDetails.StatusEnum = {
9437
+ LIVE: 'LIVE',
9438
+ SCHEDULED: 'SCHEDULED',
9439
+ GENERATINGREPORT: 'GENERATING_REPORT',
9440
+ COMPLETED: 'COMPLETED'
9441
+ };
9442
+ })(ABTestingResponseDetails || (ABTestingResponseDetails = {}));
9443
+
9444
+ var ABTestingVariantDTO;
9445
+ (function (ABTestingVariantDTO) {
9446
+ ABTestingVariantDTO.PricingModelEnum = {
9447
+ CPM: 'CPM',
9448
+ CPC: 'CPC',
9449
+ CPA: 'CPA',
9450
+ CTR: 'CTR',
9451
+ DCPMC: 'DCPMC',
9452
+ DCPMA: 'DCPMA',
9453
+ CPI: 'CPI',
9454
+ BOOST: 'BOOST',
9455
+ RCPC: 'RCPC',
9456
+ CPABOOST: 'CPA_BOOST'
9457
+ };
9458
+ ABTestingVariantDTO.VariantTypeEnum = {
9459
+ MODEL: 'MODEL',
9460
+ STRATEGY: 'STRATEGY',
9461
+ CREATIVE: 'CREATIVE',
9462
+ PACINGTYPE: 'PACING_TYPE',
9463
+ CATEGORY: 'CATEGORY',
9464
+ CREATIVESET: 'CREATIVE_SET',
9465
+ PRICING: 'PRICING',
9466
+ VIDEOPLACEMENT: 'VIDEO_PLACEMENT'
9467
+ };
9468
+ })(ABTestingVariantDTO || (ABTestingVariantDTO = {}));
9469
+
9191
9470
  /**
9192
9471
  * Api Documentation
9193
9472
  * Api Documentation
@@ -10486,6 +10765,20 @@ var DynamicVideoConfigDTO;
10486
10765
  * Do not edit the class manually.
10487
10766
  */
10488
10767
 
10768
+ var ExperimentsEntity;
10769
+ (function (ExperimentsEntity) {
10770
+ ExperimentsEntity.ExperimentTypeEnum = {
10771
+ INCREMENTALITYTEST: 'INCREMENTALITY_TEST',
10772
+ ABTEST: 'AB_TEST'
10773
+ };
10774
+ ExperimentsEntity.StatusEnum = {
10775
+ LIVE: 'LIVE',
10776
+ SCHEDULED: 'SCHEDULED',
10777
+ GENERATINGREPORT: 'GENERATING_REPORT',
10778
+ COMPLETED: 'COMPLETED'
10779
+ };
10780
+ })(ExperimentsEntity || (ExperimentsEntity = {}));
10781
+
10489
10782
  /**
10490
10783
  * Api Documentation
10491
10784
  * Api Documentation
@@ -11633,6 +11926,18 @@ var TemplateVariablesDTO;
11633
11926
  * Do not edit the class manually.
11634
11927
  */
11635
11928
 
11929
+ /**
11930
+ * Api Documentation
11931
+ * Api Documentation
11932
+ *
11933
+ * OpenAPI spec version: 1.0
11934
+ *
11935
+ *
11936
+ * NOTE: This class is auto generated by the swagger code generator program.
11937
+ * https://github.com/swagger-api/swagger-codegen.git
11938
+ * Do not edit the class manually.
11939
+ */
11940
+
11636
11941
  var VastCreative;
11637
11942
  (function (VastCreative) {
11638
11943
  VastCreative.VideoFormatEnum = {
@@ -11902,5 +12207,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11902
12207
  * Generated bundle index. Do not edit.
11903
12208
  */
11904
12209
 
11905
- 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 };
12210
+ 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 };
11906
12211
  //# sourceMappingURL=revxui-api-clients-ts.mjs.map