@revxui/api-clients-ts 1.1.90 → 1.1.91

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 (62) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +1 -3
  3. package/api/strategyController.service.d.ts +28 -0
  4. package/bundles/revxui-api-clients-ts.umd.js +120 -171
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/esm2015/api/adminController.service.js +2 -2
  7. package/esm2015/api/advertiserController.service.js +2 -2
  8. package/esm2015/api/api.js +2 -4
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/customerReportingController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +68 -2
  29. package/esm2015/api/strategyTemplateController.service.js +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/api.module.js +1 -3
  33. package/esm2015/model/baseModelWithCreativeSetType.js +3 -2
  34. package/esm2015/model/creativeCompactDTO.js +3 -2
  35. package/esm2015/model/creativeDTO.js +3 -2
  36. package/esm2015/model/creativeDetails.js +3 -2
  37. package/esm2015/model/creativeFileForSet.js +3 -2
  38. package/esm2015/model/creativeFiles.js +3 -2
  39. package/esm2015/model/creativeHtmlFileForSet.js +3 -2
  40. package/esm2015/model/creativeSetDashboardMetric.js +3 -2
  41. package/esm2015/model/creativeSetDetails.js +3 -2
  42. package/esm2015/model/creativeSetRequest.js +3 -2
  43. package/esm2015/model/creativeSetResponse.js +3 -2
  44. package/esm2015/model/duplicateCreativeSetResponse.js +3 -2
  45. package/fesm2015/revxui-api-clients-ts.js +117 -166
  46. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  47. package/model/baseModelWithCreativeSetType.d.ts +2 -1
  48. package/model/creativeCompactDTO.d.ts +2 -1
  49. package/model/creativeDTO.d.ts +2 -1
  50. package/model/creativeDetails.d.ts +2 -1
  51. package/model/creativeFileForSet.d.ts +2 -1
  52. package/model/creativeFiles.d.ts +2 -1
  53. package/model/creativeHtmlFileForSet.d.ts +2 -1
  54. package/model/creativeSetDashboardMetric.d.ts +2 -1
  55. package/model/creativeSetDetails.d.ts +2 -1
  56. package/model/creativeSetRequest.d.ts +2 -1
  57. package/model/creativeSetResponse.d.ts +2 -1
  58. package/model/duplicateCreativeSetResponse.d.ts +2 -1
  59. package/package.json +1 -1
  60. package/revxui-api-clients-ts.metadata.json +1 -1
  61. package/api/bidFunnelController.service.d.ts +0 -56
  62. package/esm2015/api/bidFunnelController.service.js +0 -132
@@ -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://apiv2stage5.atomex.net';
85
+ this.basePath = 'https://apiv2stage7.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://apiv2stage5.atomex.net';
274
+ this.basePath = 'https://apiv2stage7.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://apiv2stage5.atomex.net';
685
+ this.basePath = 'https://apiv2stage7.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://apiv2stage5.atomex.net';
925
+ this.basePath = 'https://apiv2stage7.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://apiv2stage5.atomex.net';
1738
+ this.basePath = 'https://apiv2stage7.atomex.net';
1739
1739
  this.defaultHeaders = new HttpHeaders();
1740
1740
  this.configuration = new Configuration();
1741
1741
  if (basePath) {
@@ -1901,132 +1901,6 @@ 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://apiv2stage5.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
-
2030
1904
  /**
2031
1905
  * Api Documentation
2032
1906
  * Api Documentation
@@ -2041,7 +1915,7 @@ BidFunnelControllerService.ctorParameters = () => [
2041
1915
  class BulkStrategyControllerService {
2042
1916
  constructor(httpClient, basePath, configuration) {
2043
1917
  this.httpClient = httpClient;
2044
- this.basePath = 'https://apiv2stage5.atomex.net';
1918
+ this.basePath = 'https://apiv2stage7.atomex.net';
2045
1919
  this.defaultHeaders = new HttpHeaders();
2046
1920
  this.configuration = new Configuration();
2047
1921
  if (basePath) {
@@ -2261,7 +2135,7 @@ BulkStrategyControllerService.ctorParameters = () => [
2261
2135
  class CSSThemeController_Service {
2262
2136
  constructor(httpClient, basePath, configuration) {
2263
2137
  this.httpClient = httpClient;
2264
- this.basePath = 'https://apiv2stage5.atomex.net';
2138
+ this.basePath = 'https://apiv2stage7.atomex.net';
2265
2139
  this.defaultHeaders = new HttpHeaders();
2266
2140
  this.configuration = new Configuration();
2267
2141
  if (basePath) {
@@ -2365,7 +2239,7 @@ CSSThemeController_Service.ctorParameters = () => [
2365
2239
  class CampaignControllerService {
2366
2240
  constructor(httpClient, basePath, configuration) {
2367
2241
  this.httpClient = httpClient;
2368
- this.basePath = 'https://apiv2stage5.atomex.net';
2242
+ this.basePath = 'https://apiv2stage7.atomex.net';
2369
2243
  this.defaultHeaders = new HttpHeaders();
2370
2244
  this.configuration = new Configuration();
2371
2245
  if (basePath) {
@@ -2660,7 +2534,7 @@ CampaignControllerService.ctorParameters = () => [
2660
2534
  class CatalogControllerService {
2661
2535
  constructor(httpClient, basePath, configuration) {
2662
2536
  this.httpClient = httpClient;
2663
- this.basePath = 'https://apiv2stage5.atomex.net';
2537
+ this.basePath = 'https://apiv2stage7.atomex.net';
2664
2538
  this.defaultHeaders = new HttpHeaders();
2665
2539
  this.configuration = new Configuration();
2666
2540
  if (basePath) {
@@ -2895,7 +2769,7 @@ CatalogControllerService.ctorParameters = () => [
2895
2769
  class ClickDestinationControllerService {
2896
2770
  constructor(httpClient, basePath, configuration) {
2897
2771
  this.httpClient = httpClient;
2898
- this.basePath = 'https://apiv2stage5.atomex.net';
2772
+ this.basePath = 'https://apiv2stage7.atomex.net';
2899
2773
  this.defaultHeaders = new HttpHeaders();
2900
2774
  this.configuration = new Configuration();
2901
2775
  if (basePath) {
@@ -3122,7 +2996,7 @@ ClickDestinationControllerService.ctorParameters = () => [
3122
2996
  class CreativeControllerService {
3123
2997
  constructor(httpClient, basePath, configuration) {
3124
2998
  this.httpClient = httpClient;
3125
- this.basePath = 'https://apiv2stage5.atomex.net';
2999
+ this.basePath = 'https://apiv2stage7.atomex.net';
3126
3000
  this.defaultHeaders = new HttpHeaders();
3127
3001
  this.configuration = new Configuration();
3128
3002
  if (basePath) {
@@ -3598,7 +3472,7 @@ CreativeControllerService.ctorParameters = () => [
3598
3472
  class CreativeSetsControllerService {
3599
3473
  constructor(httpClient, basePath, configuration) {
3600
3474
  this.httpClient = httpClient;
3601
- this.basePath = 'https://apiv2stage5.atomex.net';
3475
+ this.basePath = 'https://apiv2stage7.atomex.net';
3602
3476
  this.defaultHeaders = new HttpHeaders();
3603
3477
  this.configuration = new Configuration();
3604
3478
  if (basePath) {
@@ -4092,7 +3966,7 @@ CreativeSetsControllerService.ctorParameters = () => [
4092
3966
  class CreativeTemplateThemesControllerService {
4093
3967
  constructor(httpClient, basePath, configuration) {
4094
3968
  this.httpClient = httpClient;
4095
- this.basePath = 'https://apiv2stage5.atomex.net';
3969
+ this.basePath = 'https://apiv2stage7.atomex.net';
4096
3970
  this.defaultHeaders = new HttpHeaders();
4097
3971
  this.configuration = new Configuration();
4098
3972
  if (basePath) {
@@ -4272,7 +4146,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
4272
4146
  class CreativeTemplateVariablesControllerService {
4273
4147
  constructor(httpClient, basePath, configuration) {
4274
4148
  this.httpClient = httpClient;
4275
- this.basePath = 'https://apiv2stage5.atomex.net';
4149
+ this.basePath = 'https://apiv2stage7.atomex.net';
4276
4150
  this.defaultHeaders = new HttpHeaders();
4277
4151
  this.configuration = new Configuration();
4278
4152
  if (basePath) {
@@ -4345,7 +4219,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
4345
4219
  class CreativeTemplatesControllerService {
4346
4220
  constructor(httpClient, basePath, configuration) {
4347
4221
  this.httpClient = httpClient;
4348
- this.basePath = 'https://apiv2stage5.atomex.net';
4222
+ this.basePath = 'https://apiv2stage7.atomex.net';
4349
4223
  this.defaultHeaders = new HttpHeaders();
4350
4224
  this.configuration = new Configuration();
4351
4225
  if (basePath) {
@@ -4505,7 +4379,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
4505
4379
  class CustomerReportingControllerService {
4506
4380
  constructor(httpClient, basePath, configuration) {
4507
4381
  this.httpClient = httpClient;
4508
- this.basePath = 'https://apiv2stage5.atomex.net';
4382
+ this.basePath = 'https://apiv2stage7.atomex.net';
4509
4383
  this.defaultHeaders = new HttpHeaders();
4510
4384
  this.configuration = new Configuration();
4511
4385
  if (basePath) {
@@ -4587,7 +4461,7 @@ CustomerReportingControllerService.ctorParameters = () => [
4587
4461
  class DashboardControllerService {
4588
4462
  constructor(httpClient, basePath, configuration) {
4589
4463
  this.httpClient = httpClient;
4590
- this.basePath = 'https://apiv2stage5.atomex.net';
4464
+ this.basePath = 'https://apiv2stage7.atomex.net';
4591
4465
  this.defaultHeaders = new HttpHeaders();
4592
4466
  this.configuration = new Configuration();
4593
4467
  if (basePath) {
@@ -5201,7 +5075,7 @@ DashboardControllerService.ctorParameters = () => [
5201
5075
  class NotificationsControllerService {
5202
5076
  constructor(httpClient, basePath, configuration) {
5203
5077
  this.httpClient = httpClient;
5204
- this.basePath = 'https://apiv2stage5.atomex.net';
5078
+ this.basePath = 'https://apiv2stage7.atomex.net';
5205
5079
  this.defaultHeaders = new HttpHeaders();
5206
5080
  this.configuration = new Configuration();
5207
5081
  if (basePath) {
@@ -5409,7 +5283,7 @@ NotificationsControllerService.ctorParameters = () => [
5409
5283
  class PixelControllerService {
5410
5284
  constructor(httpClient, basePath, configuration) {
5411
5285
  this.httpClient = httpClient;
5412
- this.basePath = 'https://apiv2stage5.atomex.net';
5286
+ this.basePath = 'https://apiv2stage7.atomex.net';
5413
5287
  this.defaultHeaders = new HttpHeaders();
5414
5288
  this.configuration = new Configuration();
5415
5289
  if (basePath) {
@@ -5711,7 +5585,7 @@ PixelControllerService.ctorParameters = () => [
5711
5585
  class ReportingControllerService {
5712
5586
  constructor(httpClient, basePath, configuration) {
5713
5587
  this.httpClient = httpClient;
5714
- this.basePath = 'https://apiv2stage5.atomex.net';
5588
+ this.basePath = 'https://apiv2stage7.atomex.net';
5715
5589
  this.defaultHeaders = new HttpHeaders();
5716
5590
  this.configuration = new Configuration();
5717
5591
  if (basePath) {
@@ -5876,7 +5750,7 @@ ReportingControllerService.ctorParameters = () => [
5876
5750
  class SliceXControllerService {
5877
5751
  constructor(httpClient, basePath, configuration) {
5878
5752
  this.httpClient = httpClient;
5879
- this.basePath = 'https://apiv2stage5.atomex.net';
5753
+ this.basePath = 'https://apiv2stage7.atomex.net';
5880
5754
  this.defaultHeaders = new HttpHeaders();
5881
5755
  this.configuration = new Configuration();
5882
5756
  if (basePath) {
@@ -6121,7 +5995,7 @@ SliceXControllerService.ctorParameters = () => [
6121
5995
  class StrategyControllerService {
6122
5996
  constructor(httpClient, basePath, configuration) {
6123
5997
  this.httpClient = httpClient;
6124
- this.basePath = 'https://apiv2stage5.atomex.net';
5998
+ this.basePath = 'https://apiv2stage7.atomex.net';
6125
5999
  this.defaultHeaders = new HttpHeaders();
6126
6000
  this.configuration = new Configuration();
6127
6001
  if (basePath) {
@@ -6450,6 +6324,72 @@ class StrategyControllerService {
6450
6324
  reportProgress: reportProgress
6451
6325
  });
6452
6326
  }
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
+ }
6453
6393
  getSkadSettingsUsingGET(reqId, token, observe = 'body', reportProgress = false) {
6454
6394
  let headers = this.defaultHeaders;
6455
6395
  if (reqId !== undefined && reqId !== null) {
@@ -6908,7 +6848,7 @@ StrategyControllerService.ctorParameters = () => [
6908
6848
  class StrategyTemplateControllerService {
6909
6849
  constructor(httpClient, basePath, configuration) {
6910
6850
  this.httpClient = httpClient;
6911
- this.basePath = 'https://apiv2stage5.atomex.net';
6851
+ this.basePath = 'https://apiv2stage7.atomex.net';
6912
6852
  this.defaultHeaders = new HttpHeaders();
6913
6853
  this.configuration = new Configuration();
6914
6854
  if (basePath) {
@@ -7025,7 +6965,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
7025
6965
  class UILoggerControllerService {
7026
6966
  constructor(httpClient, basePath, configuration) {
7027
6967
  this.httpClient = httpClient;
7028
- this.basePath = 'https://apiv2stage5.atomex.net';
6968
+ this.basePath = 'https://apiv2stage7.atomex.net';
7029
6969
  this.defaultHeaders = new HttpHeaders();
7030
6970
  this.configuration = new Configuration();
7031
6971
  if (basePath) {
@@ -7112,7 +7052,7 @@ UILoggerControllerService.ctorParameters = () => [
7112
7052
  class UserPreferenceControllerService {
7113
7053
  constructor(httpClient, basePath, configuration) {
7114
7054
  this.httpClient = httpClient;
7115
- this.basePath = 'https://apiv2stage5.atomex.net';
7055
+ this.basePath = 'https://apiv2stage7.atomex.net';
7116
7056
  this.defaultHeaders = new HttpHeaders();
7117
7057
  this.configuration = new Configuration();
7118
7058
  if (basePath) {
@@ -7267,7 +7207,7 @@ UserPreferenceControllerService.ctorParameters = () => [
7267
7207
  { type: Configuration, decorators: [{ type: Optional }] }
7268
7208
  ];
7269
7209
 
7270
- 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];
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];
7271
7211
 
7272
7212
  var ActivityLogsCreativeSetsBulkUpdateDTO;
7273
7213
  (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
@@ -7643,7 +7583,8 @@ var BaseModelWithCreativeSetType;
7643
7583
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7644
7584
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7645
7585
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7646
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7586
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
7587
+ NATIVEICON: 'NATIVE_ICON'
7647
7588
  };
7648
7589
  })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
7649
7590
 
@@ -7808,7 +7749,8 @@ var CreativeCompactDTO;
7808
7749
  FbAppInstall: 'fbAppInstall',
7809
7750
  FbAppEngagement: 'fbAppEngagement',
7810
7751
  ClickTracker: 'clickTracker',
7811
- FbxImageNewsFeed: 'fbxImageNewsFeed'
7752
+ FbxImageNewsFeed: 'fbxImageNewsFeed',
7753
+ NativeIcon: 'nativeIcon'
7812
7754
  };
7813
7755
  })(CreativeCompactDTO || (CreativeCompactDTO = {}));
7814
7756
 
@@ -7846,7 +7788,8 @@ var CreativeDTO;
7846
7788
  FbAppInstall: 'fbAppInstall',
7847
7789
  FbAppEngagement: 'fbAppEngagement',
7848
7790
  ClickTracker: 'clickTracker',
7849
- FbxImageNewsFeed: 'fbxImageNewsFeed'
7791
+ FbxImageNewsFeed: 'fbxImageNewsFeed',
7792
+ NativeIcon: 'nativeIcon'
7850
7793
  };
7851
7794
  CreativeDTO.VideoUploadTypeEnum = {
7852
7795
  VIDEO: 'VIDEO',
@@ -7869,7 +7812,8 @@ var CreativeDetails;
7869
7812
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7870
7813
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7871
7814
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7872
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7815
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
7816
+ NATIVEICON: 'NATIVE_ICON'
7873
7817
  };
7874
7818
  })(CreativeDetails || (CreativeDetails = {}));
7875
7819
 
@@ -7889,7 +7833,8 @@ var CreativeFileForSet;
7889
7833
  FbAppInstall: 'fbAppInstall',
7890
7834
  FbAppEngagement: 'fbAppEngagement',
7891
7835
  ClickTracker: 'clickTracker',
7892
- FbxImageNewsFeed: 'fbxImageNewsFeed'
7836
+ FbxImageNewsFeed: 'fbxImageNewsFeed',
7837
+ NativeIcon: 'nativeIcon'
7893
7838
  };
7894
7839
  })(CreativeFileForSet || (CreativeFileForSet = {}));
7895
7840
 
@@ -7909,7 +7854,8 @@ var CreativeFiles;
7909
7854
  FbAppInstall: 'fbAppInstall',
7910
7855
  FbAppEngagement: 'fbAppEngagement',
7911
7856
  ClickTracker: 'clickTracker',
7912
- FbxImageNewsFeed: 'fbxImageNewsFeed'
7857
+ FbxImageNewsFeed: 'fbxImageNewsFeed',
7858
+ NativeIcon: 'nativeIcon'
7913
7859
  };
7914
7860
  })(CreativeFiles || (CreativeFiles = {}));
7915
7861
 
@@ -7934,7 +7880,8 @@ var CreativeHtmlFileForSet;
7934
7880
  FbAppInstall: 'fbAppInstall',
7935
7881
  FbAppEngagement: 'fbAppEngagement',
7936
7882
  ClickTracker: 'clickTracker',
7937
- FbxImageNewsFeed: 'fbxImageNewsFeed'
7883
+ FbxImageNewsFeed: 'fbxImageNewsFeed',
7884
+ NativeIcon: 'nativeIcon'
7938
7885
  };
7939
7886
  })(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
7940
7887
 
@@ -7965,7 +7912,8 @@ var CreativeSetDashboardMetric;
7965
7912
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7966
7913
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7967
7914
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7968
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7915
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
7916
+ NATIVEICON: 'NATIVE_ICON'
7969
7917
  };
7970
7918
  })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
7971
7919
 
@@ -7984,7 +7932,8 @@ var CreativeSetDetails;
7984
7932
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7985
7933
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7986
7934
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7987
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7935
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
7936
+ NATIVEICON: 'NATIVE_ICON'
7988
7937
  };
7989
7938
  })(CreativeSetDetails || (CreativeSetDetails = {}));
7990
7939
 
@@ -8003,7 +7952,8 @@ var CreativeSetRequest;
8003
7952
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8004
7953
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8005
7954
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8006
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7955
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
7956
+ NATIVEICON: 'NATIVE_ICON'
8007
7957
  };
8008
7958
  })(CreativeSetRequest || (CreativeSetRequest = {}));
8009
7959
 
@@ -8045,7 +7995,8 @@ var CreativeSetResponse;
8045
7995
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8046
7996
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8047
7997
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8048
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7998
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
7999
+ NATIVEICON: 'NATIVE_ICON'
8049
8000
  };
8050
8001
  })(CreativeSetResponse || (CreativeSetResponse = {}));
8051
8002
 
@@ -8191,7 +8142,8 @@ var DuplicateCreativeSetResponse;
8191
8142
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8192
8143
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8193
8144
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8194
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8145
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8146
+ NATIVEICON: 'NATIVE_ICON'
8195
8147
  };
8196
8148
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
8197
8149
 
@@ -9251,7 +9203,6 @@ ApiModule.decorators = [
9251
9203
  AppSettingsControllerService,
9252
9204
  AudienceControllerService,
9253
9205
  AuditControllerService,
9254
- BidFunnelControllerService,
9255
9206
  BulkStrategyControllerService,
9256
9207
  CSSThemeController_Service,
9257
9208
  CampaignControllerService,
@@ -9284,5 +9235,5 @@ ApiModule.ctorParameters = () => [
9284
9235
  * Generated bundle index. Do not edit.
9285
9236
  */
9286
9237
 
9287
- 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, 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 };
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 };
9288
9239
  //# sourceMappingURL=revxui-api-clients-ts.js.map