@revxui/api-clients-ts 1.1.93 → 1.1.94

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 (54) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -1
  3. package/api/bidFunnelController.service.d.ts +56 -0
  4. package/api/creativeSetsController.service.d.ts +28 -0
  5. package/api/dashboardController.service.d.ts +24 -24
  6. package/api/strategyController.service.d.ts +9 -37
  7. package/bundles/revxui-api-clients-ts.umd.js +273 -96
  8. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  9. package/esm2015/api/adminController.service.js +2 -2
  10. package/esm2015/api/advertiserController.service.js +2 -2
  11. package/esm2015/api/api.js +4 -2
  12. package/esm2015/api/appSettingsController.service.js +2 -2
  13. package/esm2015/api/audienceController.service.js +2 -2
  14. package/esm2015/api/auditController.service.js +2 -2
  15. package/esm2015/api/bidFunnelController.service.js +132 -0
  16. package/esm2015/api/bulkStrategyController.service.js +2 -2
  17. package/esm2015/api/cSSThemeController_.service.js +2 -2
  18. package/esm2015/api/campaignController.service.js +2 -2
  19. package/esm2015/api/catalogController.service.js +2 -2
  20. package/esm2015/api/clickDestinationController.service.js +2 -2
  21. package/esm2015/api/creativeController.service.js +2 -2
  22. package/esm2015/api/creativeSetsController.service.js +80 -2
  23. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  24. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  25. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  26. package/esm2015/api/customerReportingController.service.js +2 -2
  27. package/esm2015/api/dashboardController.service.js +2 -2
  28. package/esm2015/api/notificationsController.service.js +2 -2
  29. package/esm2015/api/pixelController.service.js +2 -2
  30. package/esm2015/api/reportingController.service.js +2 -2
  31. package/esm2015/api/sliceXController.service.js +2 -2
  32. package/esm2015/api/strategyController.service.js +2 -68
  33. package/esm2015/api/strategyTemplateController.service.js +2 -2
  34. package/esm2015/api/uILoggerController.service.js +2 -2
  35. package/esm2015/api/userPreferenceController.service.js +2 -2
  36. package/esm2015/api.module.js +3 -1
  37. package/esm2015/model/apiListResponseCreativePerformanceList.js +2 -0
  38. package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +2 -0
  39. package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +2 -0
  40. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +2 -0
  41. package/esm2015/model/creativePerformanceList.js +8 -0
  42. package/esm2015/model/creativeSetPerformanceList.js +24 -0
  43. package/esm2015/model/models.js +7 -1
  44. package/fesm2015/revxui-api-clients-ts.js +264 -93
  45. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  46. package/model/apiListResponseCreativePerformanceList.d.ts +16 -0
  47. package/model/apiListResponseCreativeSetPerformanceList.d.ts +16 -0
  48. package/model/apiResponseObjectApiListResponseCreativePerformanceList.d.ts +17 -0
  49. package/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts +17 -0
  50. package/model/creativePerformanceList.d.ts +78 -0
  51. package/model/creativeSetPerformanceList.d.ts +94 -0
  52. package/model/models.d.ts +6 -0
  53. package/package.json +1 -1
  54. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -82,7 +82,7 @@ class Configuration {
82
82
  class AdminControllerService {
83
83
  constructor(httpClient, basePath, configuration) {
84
84
  this.httpClient = httpClient;
85
- this.basePath = 'https://apiv2stage7.atomex.net';
85
+ this.basePath = 'https://apiv2stage3.atomex.net';
86
86
  this.defaultHeaders = new HttpHeaders();
87
87
  this.configuration = new Configuration();
88
88
  if (basePath) {
@@ -271,7 +271,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
271
271
  class AdvertiserControllerService {
272
272
  constructor(httpClient, basePath, configuration) {
273
273
  this.httpClient = httpClient;
274
- this.basePath = 'https://apiv2stage7.atomex.net';
274
+ this.basePath = 'https://apiv2stage3.atomex.net';
275
275
  this.defaultHeaders = new HttpHeaders();
276
276
  this.configuration = new Configuration();
277
277
  if (basePath) {
@@ -682,7 +682,7 @@ AdvertiserControllerService.ctorParameters = () => [
682
682
  class AppSettingsControllerService {
683
683
  constructor(httpClient, basePath, configuration) {
684
684
  this.httpClient = httpClient;
685
- this.basePath = 'https://apiv2stage7.atomex.net';
685
+ this.basePath = 'https://apiv2stage3.atomex.net';
686
686
  this.defaultHeaders = new HttpHeaders();
687
687
  this.configuration = new Configuration();
688
688
  if (basePath) {
@@ -922,7 +922,7 @@ AppSettingsControllerService.ctorParameters = () => [
922
922
  class AudienceControllerService {
923
923
  constructor(httpClient, basePath, configuration) {
924
924
  this.httpClient = httpClient;
925
- this.basePath = 'https://apiv2stage7.atomex.net';
925
+ this.basePath = 'https://apiv2stage3.atomex.net';
926
926
  this.defaultHeaders = new HttpHeaders();
927
927
  this.configuration = new Configuration();
928
928
  if (basePath) {
@@ -1735,7 +1735,7 @@ AudienceControllerService.ctorParameters = () => [
1735
1735
  class AuditControllerService {
1736
1736
  constructor(httpClient, basePath, configuration) {
1737
1737
  this.httpClient = httpClient;
1738
- this.basePath = 'https://apiv2stage7.atomex.net';
1738
+ this.basePath = 'https://apiv2stage3.atomex.net';
1739
1739
  this.defaultHeaders = new HttpHeaders();
1740
1740
  this.configuration = new Configuration();
1741
1741
  if (basePath) {
@@ -1901,6 +1901,132 @@ AuditControllerService.ctorParameters = () => [
1901
1901
  { type: Configuration, decorators: [{ type: Optional }] }
1902
1902
  ];
1903
1903
 
1904
+ /**
1905
+ * Api Documentation
1906
+ * Api Documentation
1907
+ *
1908
+ * OpenAPI spec version: 1.0
1909
+ *
1910
+ *
1911
+ * NOTE: This class is auto generated by the swagger code generator program.
1912
+ * https://github.com/swagger-api/swagger-codegen.git
1913
+ * Do not edit the class manually.
1914
+ */
1915
+ class BidFunnelControllerService {
1916
+ constructor(httpClient, basePath, configuration) {
1917
+ this.httpClient = httpClient;
1918
+ this.basePath = 'https://apiv2stage3.atomex.net';
1919
+ this.defaultHeaders = new HttpHeaders();
1920
+ this.configuration = new Configuration();
1921
+ if (basePath) {
1922
+ this.basePath = basePath;
1923
+ }
1924
+ if (configuration) {
1925
+ this.configuration = configuration;
1926
+ this.basePath = basePath || configuration.basePath || this.basePath;
1927
+ }
1928
+ }
1929
+ /**
1930
+ * @param consumes string[] mime-types
1931
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
1932
+ */
1933
+ canConsumeForm(consumes) {
1934
+ const form = 'multipart/form-data';
1935
+ for (const consume of consumes) {
1936
+ if (form === consume) {
1937
+ return true;
1938
+ }
1939
+ }
1940
+ return false;
1941
+ }
1942
+ getBidToConversionDetailsUsingGET(entity, id, date, reqId, token, observe = 'body', reportProgress = false) {
1943
+ if (entity === null || entity === undefined) {
1944
+ throw new Error('Required parameter entity was null or undefined when calling getBidToConversionDetailsUsingGET.');
1945
+ }
1946
+ if (id === null || id === undefined) {
1947
+ throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsUsingGET.');
1948
+ }
1949
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1950
+ if (date !== undefined && date !== null) {
1951
+ queryParameters = queryParameters.set('date', date);
1952
+ }
1953
+ if (entity !== undefined && entity !== null) {
1954
+ queryParameters = queryParameters.set('entity', entity);
1955
+ }
1956
+ let headers = this.defaultHeaders;
1957
+ if (reqId !== undefined && reqId !== null) {
1958
+ headers = headers.set('reqId', String(reqId));
1959
+ }
1960
+ if (token !== undefined && token !== null) {
1961
+ headers = headers.set('token', String(token));
1962
+ }
1963
+ // to determine the Accept header
1964
+ let httpHeaderAccepts = [
1965
+ 'application/json'
1966
+ ];
1967
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1968
+ if (httpHeaderAcceptSelected != undefined) {
1969
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1970
+ }
1971
+ // to determine the Content-Type header
1972
+ const consumes = [];
1973
+ return this.httpClient.get(`${this.basePath}/bidfunnel/${encodeURIComponent(String(id))}`, {
1974
+ params: queryParameters,
1975
+ withCredentials: this.configuration.withCredentials,
1976
+ headers: headers,
1977
+ observe: observe,
1978
+ reportProgress: reportProgress
1979
+ });
1980
+ }
1981
+ getBidToConversionFilterDetailsUsingGET(entity, id, date, reqId, token, observe = 'body', reportProgress = false) {
1982
+ if (entity === null || entity === undefined) {
1983
+ throw new Error('Required parameter entity was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
1984
+ }
1985
+ if (id === null || id === undefined) {
1986
+ throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
1987
+ }
1988
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1989
+ if (date !== undefined && date !== null) {
1990
+ queryParameters = queryParameters.set('date', date);
1991
+ }
1992
+ if (entity !== undefined && entity !== null) {
1993
+ queryParameters = queryParameters.set('entity', entity);
1994
+ }
1995
+ let headers = this.defaultHeaders;
1996
+ if (reqId !== undefined && reqId !== null) {
1997
+ headers = headers.set('reqId', String(reqId));
1998
+ }
1999
+ if (token !== undefined && token !== null) {
2000
+ headers = headers.set('token', String(token));
2001
+ }
2002
+ // to determine the Accept header
2003
+ let httpHeaderAccepts = [
2004
+ 'application/json'
2005
+ ];
2006
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2007
+ if (httpHeaderAcceptSelected != undefined) {
2008
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
2009
+ }
2010
+ // to determine the Content-Type header
2011
+ const consumes = [];
2012
+ return this.httpClient.get(`${this.basePath}/bidfunnel/${encodeURIComponent(String(id))}/filters`, {
2013
+ params: queryParameters,
2014
+ withCredentials: this.configuration.withCredentials,
2015
+ headers: headers,
2016
+ observe: observe,
2017
+ reportProgress: reportProgress
2018
+ });
2019
+ }
2020
+ }
2021
+ BidFunnelControllerService.decorators = [
2022
+ { type: Injectable }
2023
+ ];
2024
+ BidFunnelControllerService.ctorParameters = () => [
2025
+ { type: HttpClient },
2026
+ { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
2027
+ { type: Configuration, decorators: [{ type: Optional }] }
2028
+ ];
2029
+
1904
2030
  /**
1905
2031
  * Api Documentation
1906
2032
  * Api Documentation
@@ -1915,7 +2041,7 @@ AuditControllerService.ctorParameters = () => [
1915
2041
  class BulkStrategyControllerService {
1916
2042
  constructor(httpClient, basePath, configuration) {
1917
2043
  this.httpClient = httpClient;
1918
- this.basePath = 'https://apiv2stage7.atomex.net';
2044
+ this.basePath = 'https://apiv2stage3.atomex.net';
1919
2045
  this.defaultHeaders = new HttpHeaders();
1920
2046
  this.configuration = new Configuration();
1921
2047
  if (basePath) {
@@ -2135,7 +2261,7 @@ BulkStrategyControllerService.ctorParameters = () => [
2135
2261
  class CSSThemeController_Service {
2136
2262
  constructor(httpClient, basePath, configuration) {
2137
2263
  this.httpClient = httpClient;
2138
- this.basePath = 'https://apiv2stage7.atomex.net';
2264
+ this.basePath = 'https://apiv2stage3.atomex.net';
2139
2265
  this.defaultHeaders = new HttpHeaders();
2140
2266
  this.configuration = new Configuration();
2141
2267
  if (basePath) {
@@ -2239,7 +2365,7 @@ CSSThemeController_Service.ctorParameters = () => [
2239
2365
  class CampaignControllerService {
2240
2366
  constructor(httpClient, basePath, configuration) {
2241
2367
  this.httpClient = httpClient;
2242
- this.basePath = 'https://apiv2stage7.atomex.net';
2368
+ this.basePath = 'https://apiv2stage3.atomex.net';
2243
2369
  this.defaultHeaders = new HttpHeaders();
2244
2370
  this.configuration = new Configuration();
2245
2371
  if (basePath) {
@@ -2534,7 +2660,7 @@ CampaignControllerService.ctorParameters = () => [
2534
2660
  class CatalogControllerService {
2535
2661
  constructor(httpClient, basePath, configuration) {
2536
2662
  this.httpClient = httpClient;
2537
- this.basePath = 'https://apiv2stage7.atomex.net';
2663
+ this.basePath = 'https://apiv2stage3.atomex.net';
2538
2664
  this.defaultHeaders = new HttpHeaders();
2539
2665
  this.configuration = new Configuration();
2540
2666
  if (basePath) {
@@ -2769,7 +2895,7 @@ CatalogControllerService.ctorParameters = () => [
2769
2895
  class ClickDestinationControllerService {
2770
2896
  constructor(httpClient, basePath, configuration) {
2771
2897
  this.httpClient = httpClient;
2772
- this.basePath = 'https://apiv2stage7.atomex.net';
2898
+ this.basePath = 'https://apiv2stage3.atomex.net';
2773
2899
  this.defaultHeaders = new HttpHeaders();
2774
2900
  this.configuration = new Configuration();
2775
2901
  if (basePath) {
@@ -2996,7 +3122,7 @@ ClickDestinationControllerService.ctorParameters = () => [
2996
3122
  class CreativeControllerService {
2997
3123
  constructor(httpClient, basePath, configuration) {
2998
3124
  this.httpClient = httpClient;
2999
- this.basePath = 'https://apiv2stage7.atomex.net';
3125
+ this.basePath = 'https://apiv2stage3.atomex.net';
3000
3126
  this.defaultHeaders = new HttpHeaders();
3001
3127
  this.configuration = new Configuration();
3002
3128
  if (basePath) {
@@ -3472,7 +3598,7 @@ CreativeControllerService.ctorParameters = () => [
3472
3598
  class CreativeSetsControllerService {
3473
3599
  constructor(httpClient, basePath, configuration) {
3474
3600
  this.httpClient = httpClient;
3475
- this.basePath = 'https://apiv2stage7.atomex.net';
3601
+ this.basePath = 'https://apiv2stage3.atomex.net';
3476
3602
  this.defaultHeaders = new HttpHeaders();
3477
3603
  this.configuration = new Configuration();
3478
3604
  if (basePath) {
@@ -3703,6 +3829,84 @@ class CreativeSetsControllerService {
3703
3829
  reportProgress: reportProgress
3704
3830
  });
3705
3831
  }
3832
+ getCreativePerformanceDataUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3833
+ if (dashboardRequest === null || dashboardRequest === undefined) {
3834
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativePerformanceDataUsingPOST.');
3835
+ }
3836
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3837
+ if (refresh !== undefined && refresh !== null) {
3838
+ queryParameters = queryParameters.set('refresh', refresh);
3839
+ }
3840
+ let headers = this.defaultHeaders;
3841
+ if (reqId !== undefined && reqId !== null) {
3842
+ headers = headers.set('reqId', String(reqId));
3843
+ }
3844
+ if (token !== undefined && token !== null) {
3845
+ headers = headers.set('token', String(token));
3846
+ }
3847
+ // to determine the Accept header
3848
+ let httpHeaderAccepts = [
3849
+ 'application/json'
3850
+ ];
3851
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3852
+ if (httpHeaderAcceptSelected != undefined) {
3853
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3854
+ }
3855
+ // to determine the Content-Type header
3856
+ const consumes = [
3857
+ 'application/json'
3858
+ ];
3859
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3860
+ if (httpContentTypeSelected != undefined) {
3861
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3862
+ }
3863
+ return this.httpClient.post(`${this.basePath}/v2/api/creativesets/performance/new/creative`, dashboardRequest, {
3864
+ params: queryParameters,
3865
+ withCredentials: this.configuration.withCredentials,
3866
+ headers: headers,
3867
+ observe: observe,
3868
+ reportProgress: reportProgress
3869
+ });
3870
+ }
3871
+ getCreativeSetsPerformanceDataUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3872
+ if (dashboardRequest === null || dashboardRequest === undefined) {
3873
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceDataUsingPOST.');
3874
+ }
3875
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3876
+ if (refresh !== undefined && refresh !== null) {
3877
+ queryParameters = queryParameters.set('refresh', refresh);
3878
+ }
3879
+ let headers = this.defaultHeaders;
3880
+ if (reqId !== undefined && reqId !== null) {
3881
+ headers = headers.set('reqId', String(reqId));
3882
+ }
3883
+ if (token !== undefined && token !== null) {
3884
+ headers = headers.set('token', String(token));
3885
+ }
3886
+ // to determine the Accept header
3887
+ let httpHeaderAccepts = [
3888
+ 'application/json'
3889
+ ];
3890
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3891
+ if (httpHeaderAcceptSelected != undefined) {
3892
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3893
+ }
3894
+ // to determine the Content-Type header
3895
+ const consumes = [
3896
+ 'application/json'
3897
+ ];
3898
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3899
+ if (httpContentTypeSelected != undefined) {
3900
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3901
+ }
3902
+ return this.httpClient.post(`${this.basePath}/v2/api/creativesets/performance/new`, dashboardRequest, {
3903
+ params: queryParameters,
3904
+ withCredentials: this.configuration.withCredentials,
3905
+ headers: headers,
3906
+ observe: observe,
3907
+ reportProgress: reportProgress
3908
+ });
3909
+ }
3706
3910
  getCreativeSetsPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3707
3911
  if (dashboardRequest === null || dashboardRequest === undefined) {
3708
3912
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
@@ -3966,7 +4170,7 @@ CreativeSetsControllerService.ctorParameters = () => [
3966
4170
  class CreativeTemplateThemesControllerService {
3967
4171
  constructor(httpClient, basePath, configuration) {
3968
4172
  this.httpClient = httpClient;
3969
- this.basePath = 'https://apiv2stage7.atomex.net';
4173
+ this.basePath = 'https://apiv2stage3.atomex.net';
3970
4174
  this.defaultHeaders = new HttpHeaders();
3971
4175
  this.configuration = new Configuration();
3972
4176
  if (basePath) {
@@ -4146,7 +4350,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
4146
4350
  class CreativeTemplateVariablesControllerService {
4147
4351
  constructor(httpClient, basePath, configuration) {
4148
4352
  this.httpClient = httpClient;
4149
- this.basePath = 'https://apiv2stage7.atomex.net';
4353
+ this.basePath = 'https://apiv2stage3.atomex.net';
4150
4354
  this.defaultHeaders = new HttpHeaders();
4151
4355
  this.configuration = new Configuration();
4152
4356
  if (basePath) {
@@ -4219,7 +4423,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
4219
4423
  class CreativeTemplatesControllerService {
4220
4424
  constructor(httpClient, basePath, configuration) {
4221
4425
  this.httpClient = httpClient;
4222
- this.basePath = 'https://apiv2stage7.atomex.net';
4426
+ this.basePath = 'https://apiv2stage3.atomex.net';
4223
4427
  this.defaultHeaders = new HttpHeaders();
4224
4428
  this.configuration = new Configuration();
4225
4429
  if (basePath) {
@@ -4379,7 +4583,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
4379
4583
  class CustomerReportingControllerService {
4380
4584
  constructor(httpClient, basePath, configuration) {
4381
4585
  this.httpClient = httpClient;
4382
- this.basePath = 'https://apiv2stage7.atomex.net';
4586
+ this.basePath = 'https://apiv2stage3.atomex.net';
4383
4587
  this.defaultHeaders = new HttpHeaders();
4384
4588
  this.configuration = new Configuration();
4385
4589
  if (basePath) {
@@ -4461,7 +4665,7 @@ CustomerReportingControllerService.ctorParameters = () => [
4461
4665
  class DashboardControllerService {
4462
4666
  constructor(httpClient, basePath, configuration) {
4463
4667
  this.httpClient = httpClient;
4464
- this.basePath = 'https://apiv2stage7.atomex.net';
4668
+ this.basePath = 'https://apiv2stage3.atomex.net';
4465
4669
  this.defaultHeaders = new HttpHeaders();
4466
4670
  this.configuration = new Configuration();
4467
4671
  if (basePath) {
@@ -5075,7 +5279,7 @@ DashboardControllerService.ctorParameters = () => [
5075
5279
  class NotificationsControllerService {
5076
5280
  constructor(httpClient, basePath, configuration) {
5077
5281
  this.httpClient = httpClient;
5078
- this.basePath = 'https://apiv2stage7.atomex.net';
5282
+ this.basePath = 'https://apiv2stage3.atomex.net';
5079
5283
  this.defaultHeaders = new HttpHeaders();
5080
5284
  this.configuration = new Configuration();
5081
5285
  if (basePath) {
@@ -5283,7 +5487,7 @@ NotificationsControllerService.ctorParameters = () => [
5283
5487
  class PixelControllerService {
5284
5488
  constructor(httpClient, basePath, configuration) {
5285
5489
  this.httpClient = httpClient;
5286
- this.basePath = 'https://apiv2stage7.atomex.net';
5490
+ this.basePath = 'https://apiv2stage3.atomex.net';
5287
5491
  this.defaultHeaders = new HttpHeaders();
5288
5492
  this.configuration = new Configuration();
5289
5493
  if (basePath) {
@@ -5585,7 +5789,7 @@ PixelControllerService.ctorParameters = () => [
5585
5789
  class ReportingControllerService {
5586
5790
  constructor(httpClient, basePath, configuration) {
5587
5791
  this.httpClient = httpClient;
5588
- this.basePath = 'https://apiv2stage7.atomex.net';
5792
+ this.basePath = 'https://apiv2stage3.atomex.net';
5589
5793
  this.defaultHeaders = new HttpHeaders();
5590
5794
  this.configuration = new Configuration();
5591
5795
  if (basePath) {
@@ -5750,7 +5954,7 @@ ReportingControllerService.ctorParameters = () => [
5750
5954
  class SliceXControllerService {
5751
5955
  constructor(httpClient, basePath, configuration) {
5752
5956
  this.httpClient = httpClient;
5753
- this.basePath = 'https://apiv2stage7.atomex.net';
5957
+ this.basePath = 'https://apiv2stage3.atomex.net';
5754
5958
  this.defaultHeaders = new HttpHeaders();
5755
5959
  this.configuration = new Configuration();
5756
5960
  if (basePath) {
@@ -5995,7 +6199,7 @@ SliceXControllerService.ctorParameters = () => [
5995
6199
  class StrategyControllerService {
5996
6200
  constructor(httpClient, basePath, configuration) {
5997
6201
  this.httpClient = httpClient;
5998
- this.basePath = 'https://apiv2stage7.atomex.net';
6202
+ this.basePath = 'https://apiv2stage3.atomex.net';
5999
6203
  this.defaultHeaders = new HttpHeaders();
6000
6204
  this.configuration = new Configuration();
6001
6205
  if (basePath) {
@@ -6324,72 +6528,6 @@ class StrategyControllerService {
6324
6528
  reportProgress: reportProgress
6325
6529
  });
6326
6530
  }
6327
- getBidToConversionDetailsForStrategyUsingGET(id, date, reqId, token, observe = 'body', reportProgress = false) {
6328
- if (id === null || id === undefined) {
6329
- throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsForStrategyUsingGET.');
6330
- }
6331
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6332
- if (date !== undefined && date !== null) {
6333
- queryParameters = queryParameters.set('date', date);
6334
- }
6335
- let headers = this.defaultHeaders;
6336
- if (reqId !== undefined && reqId !== null) {
6337
- headers = headers.set('reqId', String(reqId));
6338
- }
6339
- if (token !== undefined && token !== null) {
6340
- headers = headers.set('token', String(token));
6341
- }
6342
- // to determine the Accept header
6343
- let httpHeaderAccepts = [
6344
- 'application/json'
6345
- ];
6346
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6347
- if (httpHeaderAcceptSelected != undefined) {
6348
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6349
- }
6350
- // to determine the Content-Type header
6351
- const consumes = [];
6352
- return this.httpClient.get(`${this.basePath}/v2/api/strategies/b2c/${encodeURIComponent(String(id))}`, {
6353
- params: queryParameters,
6354
- withCredentials: this.configuration.withCredentials,
6355
- headers: headers,
6356
- observe: observe,
6357
- reportProgress: reportProgress
6358
- });
6359
- }
6360
- getBidToConversionFilterDetailsForStrategyUsingGET(id, date, reqId, token, observe = 'body', reportProgress = false) {
6361
- if (id === null || id === undefined) {
6362
- throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsForStrategyUsingGET.');
6363
- }
6364
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6365
- if (date !== undefined && date !== null) {
6366
- queryParameters = queryParameters.set('date', date);
6367
- }
6368
- let headers = this.defaultHeaders;
6369
- if (reqId !== undefined && reqId !== null) {
6370
- headers = headers.set('reqId', String(reqId));
6371
- }
6372
- if (token !== undefined && token !== null) {
6373
- headers = headers.set('token', String(token));
6374
- }
6375
- // to determine the Accept header
6376
- let httpHeaderAccepts = [
6377
- 'application/json'
6378
- ];
6379
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6380
- if (httpHeaderAcceptSelected != undefined) {
6381
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6382
- }
6383
- // to determine the Content-Type header
6384
- const consumes = [];
6385
- return this.httpClient.get(`${this.basePath}/v2/api/strategies/b2c/${encodeURIComponent(String(id))}/filters`, {
6386
- params: queryParameters,
6387
- withCredentials: this.configuration.withCredentials,
6388
- headers: headers,
6389
- observe: observe,
6390
- reportProgress: reportProgress
6391
- });
6392
- }
6393
6531
  getSkadSettingsUsingGET(reqId, token, observe = 'body', reportProgress = false) {
6394
6532
  let headers = this.defaultHeaders;
6395
6533
  if (reqId !== undefined && reqId !== null) {
@@ -6848,7 +6986,7 @@ StrategyControllerService.ctorParameters = () => [
6848
6986
  class StrategyTemplateControllerService {
6849
6987
  constructor(httpClient, basePath, configuration) {
6850
6988
  this.httpClient = httpClient;
6851
- this.basePath = 'https://apiv2stage7.atomex.net';
6989
+ this.basePath = 'https://apiv2stage3.atomex.net';
6852
6990
  this.defaultHeaders = new HttpHeaders();
6853
6991
  this.configuration = new Configuration();
6854
6992
  if (basePath) {
@@ -6965,7 +7103,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
6965
7103
  class UILoggerControllerService {
6966
7104
  constructor(httpClient, basePath, configuration) {
6967
7105
  this.httpClient = httpClient;
6968
- this.basePath = 'https://apiv2stage7.atomex.net';
7106
+ this.basePath = 'https://apiv2stage3.atomex.net';
6969
7107
  this.defaultHeaders = new HttpHeaders();
6970
7108
  this.configuration = new Configuration();
6971
7109
  if (basePath) {
@@ -7052,7 +7190,7 @@ UILoggerControllerService.ctorParameters = () => [
7052
7190
  class UserPreferenceControllerService {
7053
7191
  constructor(httpClient, basePath, configuration) {
7054
7192
  this.httpClient = httpClient;
7055
- this.basePath = 'https://apiv2stage7.atomex.net';
7193
+ this.basePath = 'https://apiv2stage3.atomex.net';
7056
7194
  this.defaultHeaders = new HttpHeaders();
7057
7195
  this.configuration = new Configuration();
7058
7196
  if (basePath) {
@@ -7207,7 +7345,7 @@ UserPreferenceControllerService.ctorParameters = () => [
7207
7345
  { type: Configuration, decorators: [{ type: Optional }] }
7208
7346
  ];
7209
7347
 
7210
- const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
7348
+ const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BidFunnelControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
7211
7349
 
7212
7350
  var ActivityLogsCreativeSetsBulkUpdateDTO;
7213
7351
  (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
@@ -7897,6 +8035,14 @@ var CreativeHtmlFileForSet;
7897
8035
  * Do not edit the class manually.
7898
8036
  */
7899
8037
 
8038
+ var CreativePerformanceList;
8039
+ (function (CreativePerformanceList) {
8040
+ CreativePerformanceList.StatusEnum = {
8041
+ Active: 'active',
8042
+ Inactive: 'inactive'
8043
+ };
8044
+ })(CreativePerformanceList || (CreativePerformanceList = {}));
8045
+
7900
8046
  var CreativeSetDashboardMetric;
7901
8047
  (function (CreativeSetDashboardMetric) {
7902
8048
  CreativeSetDashboardMetric.CreativeSetTypeEnum = {
@@ -7937,6 +8083,30 @@ var CreativeSetDetails;
7937
8083
  };
7938
8084
  })(CreativeSetDetails || (CreativeSetDetails = {}));
7939
8085
 
8086
+ var CreativeSetPerformanceList;
8087
+ (function (CreativeSetPerformanceList) {
8088
+ CreativeSetPerformanceList.StatusEnum = {
8089
+ Active: 'active',
8090
+ Inactive: 'inactive'
8091
+ };
8092
+ CreativeSetPerformanceList.TypeEnum = {
8093
+ IMAGE: 'IMAGE',
8094
+ VIDEO: 'VIDEO',
8095
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
8096
+ ZIPPEDHTML: 'ZIPPED_HTML',
8097
+ NATIVEIMAGE: 'NATIVE_IMAGE',
8098
+ NATIVEVIDEO: 'NATIVE_VIDEO',
8099
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
8100
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
8101
+ DYNAMICHTML: 'DYNAMIC_HTML',
8102
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8103
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8104
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8105
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8106
+ NATIVEICON: 'NATIVE_ICON'
8107
+ };
8108
+ })(CreativeSetPerformanceList || (CreativeSetPerformanceList = {}));
8109
+
7940
8110
  var CreativeSetRequest;
7941
8111
  (function (CreativeSetRequest) {
7942
8112
  CreativeSetRequest.CreativeSetTypeEnum = {
@@ -9203,6 +9373,7 @@ ApiModule.decorators = [
9203
9373
  AppSettingsControllerService,
9204
9374
  AudienceControllerService,
9205
9375
  AuditControllerService,
9376
+ BidFunnelControllerService,
9206
9377
  BulkStrategyControllerService,
9207
9378
  CSSThemeController_Service,
9208
9379
  CampaignControllerService,
@@ -9235,5 +9406,5 @@ ApiModule.ctorParameters = () => [
9235
9406
  * Generated bundle index. Do not edit.
9236
9407
  */
9237
9408
 
9238
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
9409
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, 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, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativePerformanceList, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
9239
9410
  //# sourceMappingURL=revxui-api-clients-ts.js.map