@revxui/api-clients-ts 1.1.60 → 1.1.62

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 (79) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +28 -0
  3. package/api/dashboardController.service.d.ts +24 -24
  4. package/api/strategyController.service.d.ts +9 -37
  5. package/bundles/revxui-api-clients-ts.umd.js +150 -119
  6. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  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 +80 -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 +2 -68
  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/model/apiListResponseCreativePerformanceList.js +2 -0
  33. package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +2 -0
  34. package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +2 -0
  35. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +2 -0
  36. package/esm2015/model/baseModelWithCreativeSetType.js +2 -3
  37. package/esm2015/model/creativeCompactDTO.js +2 -3
  38. package/esm2015/model/creativeDTO.js +2 -3
  39. package/esm2015/model/creativeDetails.js +2 -3
  40. package/esm2015/model/creativeFileForSet.js +2 -3
  41. package/esm2015/model/creativeFiles.js +2 -3
  42. package/esm2015/model/creativeHtmlFileForSet.js +2 -3
  43. package/esm2015/model/creativePerformanceList.js +8 -0
  44. package/esm2015/model/creativeSetDashboardMetric.js +2 -3
  45. package/esm2015/model/creativeSetDetails.js +2 -3
  46. package/esm2015/model/creativeSetPerformanceList.js +23 -0
  47. package/esm2015/model/creativeSetRequest.js +2 -3
  48. package/esm2015/model/creativeSetResponse.js +2 -3
  49. package/esm2015/model/duplicateCreativeSetResponse.js +2 -3
  50. package/esm2015/model/models.js +7 -6
  51. package/fesm2015/revxui-api-clients-ts.js +147 -128
  52. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  53. package/model/{bidToConversionFilterDTO.d.ts → apiListResponseCreativePerformanceList.d.ts} +4 -4
  54. package/model/{bidToConversionFilterMap.d.ts → apiListResponseCreativeSetPerformanceList.d.ts} +4 -5
  55. package/model/{apiResponseObjectBidToConversionDTO.d.ts → apiResponseObjectApiListResponseCreativePerformanceList.d.ts} +3 -3
  56. package/model/{apiResponseObjectBidToConversionFilterMap.d.ts → apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts} +3 -3
  57. package/model/baseModelWithCreativeSetType.d.ts +1 -2
  58. package/model/creativeCompactDTO.d.ts +1 -2
  59. package/model/creativeDTO.d.ts +1 -2
  60. package/model/creativeDetails.d.ts +1 -2
  61. package/model/creativeFileForSet.d.ts +1 -2
  62. package/model/creativeFiles.d.ts +1 -2
  63. package/model/creativeHtmlFileForSet.d.ts +1 -2
  64. package/model/creativePerformanceList.d.ts +78 -0
  65. package/model/creativeSetDashboardMetric.d.ts +1 -2
  66. package/model/creativeSetDetails.d.ts +1 -2
  67. package/model/creativeSetPerformanceList.d.ts +93 -0
  68. package/model/creativeSetRequest.d.ts +1 -2
  69. package/model/creativeSetResponse.d.ts +1 -2
  70. package/model/duplicateCreativeSetResponse.d.ts +1 -2
  71. package/model/models.d.ts +6 -5
  72. package/package.json +1 -1
  73. package/revxui-api-clients-ts.metadata.json +1 -1
  74. package/esm2015/model/apiResponseObjectBidToConversionDTO.js +0 -2
  75. package/esm2015/model/apiResponseObjectBidToConversionFilterMap.js +0 -2
  76. package/esm2015/model/bidToConversionDTO.js +0 -2
  77. package/esm2015/model/bidToConversionFilterDTO.js +0 -13
  78. package/esm2015/model/bidToConversionFilterMap.js +0 -2
  79. package/model/bidToConversionDTO.d.ts +0 -64
@@ -370,7 +370,7 @@
370
370
  var AdminControllerService = /** @class */ (function () {
371
371
  function AdminControllerService(httpClient, basePath, configuration) {
372
372
  this.httpClient = httpClient;
373
- this.basePath = 'https://apiv2stage7.atomex.net';
373
+ this.basePath = 'https://apiv2stage2.atomex.net';
374
374
  this.defaultHeaders = new http.HttpHeaders();
375
375
  this.configuration = new Configuration();
376
376
  if (basePath) {
@@ -575,7 +575,7 @@
575
575
  var AdvertiserControllerService = /** @class */ (function () {
576
576
  function AdvertiserControllerService(httpClient, basePath, configuration) {
577
577
  this.httpClient = httpClient;
578
- this.basePath = 'https://apiv2stage7.atomex.net';
578
+ this.basePath = 'https://apiv2stage2.atomex.net';
579
579
  this.defaultHeaders = new http.HttpHeaders();
580
580
  this.configuration = new Configuration();
581
581
  if (basePath) {
@@ -1009,7 +1009,7 @@
1009
1009
  var AppSettingsControllerService = /** @class */ (function () {
1010
1010
  function AppSettingsControllerService(httpClient, basePath, configuration) {
1011
1011
  this.httpClient = httpClient;
1012
- this.basePath = 'https://apiv2stage7.atomex.net';
1012
+ this.basePath = 'https://apiv2stage2.atomex.net';
1013
1013
  this.defaultHeaders = new http.HttpHeaders();
1014
1014
  this.configuration = new Configuration();
1015
1015
  if (basePath) {
@@ -1262,7 +1262,7 @@
1262
1262
  var AudienceControllerService = /** @class */ (function () {
1263
1263
  function AudienceControllerService(httpClient, basePath, configuration) {
1264
1264
  this.httpClient = httpClient;
1265
- this.basePath = 'https://apiv2stage7.atomex.net';
1265
+ this.basePath = 'https://apiv2stage2.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -2120,7 +2120,7 @@
2120
2120
  var AuditControllerService = /** @class */ (function () {
2121
2121
  function AuditControllerService(httpClient, basePath, configuration) {
2122
2122
  this.httpClient = httpClient;
2123
- this.basePath = 'https://apiv2stage7.atomex.net';
2123
+ this.basePath = 'https://apiv2stage2.atomex.net';
2124
2124
  this.defaultHeaders = new http.HttpHeaders();
2125
2125
  this.configuration = new Configuration();
2126
2126
  if (basePath) {
@@ -2307,7 +2307,7 @@
2307
2307
  var BulkStrategyControllerService = /** @class */ (function () {
2308
2308
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2309
2309
  this.httpClient = httpClient;
2310
- this.basePath = 'https://apiv2stage7.atomex.net';
2310
+ this.basePath = 'https://apiv2stage2.atomex.net';
2311
2311
  this.defaultHeaders = new http.HttpHeaders();
2312
2312
  this.configuration = new Configuration();
2313
2313
  if (basePath) {
@@ -2538,7 +2538,7 @@
2538
2538
  var CSSThemeController_Service = /** @class */ (function () {
2539
2539
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2540
2540
  this.httpClient = httpClient;
2541
- this.basePath = 'https://apiv2stage7.atomex.net';
2541
+ this.basePath = 'https://apiv2stage2.atomex.net';
2542
2542
  this.defaultHeaders = new http.HttpHeaders();
2543
2543
  this.configuration = new Configuration();
2544
2544
  if (basePath) {
@@ -2647,7 +2647,7 @@
2647
2647
  var CampaignControllerService = /** @class */ (function () {
2648
2648
  function CampaignControllerService(httpClient, basePath, configuration) {
2649
2649
  this.httpClient = httpClient;
2650
- this.basePath = 'https://apiv2stage7.atomex.net';
2650
+ this.basePath = 'https://apiv2stage2.atomex.net';
2651
2651
  this.defaultHeaders = new http.HttpHeaders();
2652
2652
  this.configuration = new Configuration();
2653
2653
  if (basePath) {
@@ -2957,7 +2957,7 @@
2957
2957
  var CatalogControllerService = /** @class */ (function () {
2958
2958
  function CatalogControllerService(httpClient, basePath, configuration) {
2959
2959
  this.httpClient = httpClient;
2960
- this.basePath = 'https://apiv2stage7.atomex.net';
2960
+ this.basePath = 'https://apiv2stage2.atomex.net';
2961
2961
  this.defaultHeaders = new http.HttpHeaders();
2962
2962
  this.configuration = new Configuration();
2963
2963
  if (basePath) {
@@ -3203,7 +3203,7 @@
3203
3203
  var ClickDestinationControllerService = /** @class */ (function () {
3204
3204
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3205
3205
  this.httpClient = httpClient;
3206
- this.basePath = 'https://apiv2stage7.atomex.net';
3206
+ this.basePath = 'https://apiv2stage2.atomex.net';
3207
3207
  this.defaultHeaders = new http.HttpHeaders();
3208
3208
  this.configuration = new Configuration();
3209
3209
  if (basePath) {
@@ -3441,7 +3441,7 @@
3441
3441
  var CreativeControllerService = /** @class */ (function () {
3442
3442
  function CreativeControllerService(httpClient, basePath, configuration) {
3443
3443
  this.httpClient = httpClient;
3444
- this.basePath = 'https://apiv2stage7.atomex.net';
3444
+ this.basePath = 'https://apiv2stage2.atomex.net';
3445
3445
  this.defaultHeaders = new http.HttpHeaders();
3446
3446
  this.configuration = new Configuration();
3447
3447
  if (basePath) {
@@ -3942,7 +3942,7 @@
3942
3942
  var CreativeSetsControllerService = /** @class */ (function () {
3943
3943
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3944
3944
  this.httpClient = httpClient;
3945
- this.basePath = 'https://apiv2stage7.atomex.net';
3945
+ this.basePath = 'https://apiv2stage2.atomex.net';
3946
3946
  this.defaultHeaders = new http.HttpHeaders();
3947
3947
  this.configuration = new Configuration();
3948
3948
  if (basePath) {
@@ -4196,6 +4196,88 @@
4196
4196
  reportProgress: reportProgress
4197
4197
  });
4198
4198
  };
4199
+ CreativeSetsControllerService.prototype.getCreativePerformanceDataUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
4200
+ if (observe === void 0) { observe = 'body'; }
4201
+ if (reportProgress === void 0) { reportProgress = false; }
4202
+ if (dashboardRequest === null || dashboardRequest === undefined) {
4203
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativePerformanceDataUsingPOST.');
4204
+ }
4205
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4206
+ if (refresh !== undefined && refresh !== null) {
4207
+ queryParameters = queryParameters.set('refresh', refresh);
4208
+ }
4209
+ var headers = this.defaultHeaders;
4210
+ if (reqId !== undefined && reqId !== null) {
4211
+ headers = headers.set('reqId', String(reqId));
4212
+ }
4213
+ if (token !== undefined && token !== null) {
4214
+ headers = headers.set('token', String(token));
4215
+ }
4216
+ // to determine the Accept header
4217
+ var httpHeaderAccepts = [
4218
+ 'application/json'
4219
+ ];
4220
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4221
+ if (httpHeaderAcceptSelected != undefined) {
4222
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4223
+ }
4224
+ // to determine the Content-Type header
4225
+ var consumes = [
4226
+ 'application/json'
4227
+ ];
4228
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
4229
+ if (httpContentTypeSelected != undefined) {
4230
+ headers = headers.set('Content-Type', httpContentTypeSelected);
4231
+ }
4232
+ return this.httpClient.post(this.basePath + "/v2/api/creativesets/performance/new/creative", dashboardRequest, {
4233
+ params: queryParameters,
4234
+ withCredentials: this.configuration.withCredentials,
4235
+ headers: headers,
4236
+ observe: observe,
4237
+ reportProgress: reportProgress
4238
+ });
4239
+ };
4240
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceDataUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
4241
+ if (observe === void 0) { observe = 'body'; }
4242
+ if (reportProgress === void 0) { reportProgress = false; }
4243
+ if (dashboardRequest === null || dashboardRequest === undefined) {
4244
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceDataUsingPOST.');
4245
+ }
4246
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4247
+ if (refresh !== undefined && refresh !== null) {
4248
+ queryParameters = queryParameters.set('refresh', refresh);
4249
+ }
4250
+ var headers = this.defaultHeaders;
4251
+ if (reqId !== undefined && reqId !== null) {
4252
+ headers = headers.set('reqId', String(reqId));
4253
+ }
4254
+ if (token !== undefined && token !== null) {
4255
+ headers = headers.set('token', String(token));
4256
+ }
4257
+ // to determine the Accept header
4258
+ var httpHeaderAccepts = [
4259
+ 'application/json'
4260
+ ];
4261
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4262
+ if (httpHeaderAcceptSelected != undefined) {
4263
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4264
+ }
4265
+ // to determine the Content-Type header
4266
+ var consumes = [
4267
+ 'application/json'
4268
+ ];
4269
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
4270
+ if (httpContentTypeSelected != undefined) {
4271
+ headers = headers.set('Content-Type', httpContentTypeSelected);
4272
+ }
4273
+ return this.httpClient.post(this.basePath + "/v2/api/creativesets/performance/new", dashboardRequest, {
4274
+ params: queryParameters,
4275
+ withCredentials: this.configuration.withCredentials,
4276
+ headers: headers,
4277
+ observe: observe,
4278
+ reportProgress: reportProgress
4279
+ });
4280
+ };
4199
4281
  CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
4200
4282
  if (observe === void 0) { observe = 'body'; }
4201
4283
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4461,7 +4543,7 @@
4461
4543
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4462
4544
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4463
4545
  this.httpClient = httpClient;
4464
- this.basePath = 'https://apiv2stage7.atomex.net';
4546
+ this.basePath = 'https://apiv2stage2.atomex.net';
4465
4547
  this.defaultHeaders = new http.HttpHeaders();
4466
4548
  this.configuration = new Configuration();
4467
4549
  if (basePath) {
@@ -4650,7 +4732,7 @@
4650
4732
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4651
4733
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4652
4734
  this.httpClient = httpClient;
4653
- this.basePath = 'https://apiv2stage7.atomex.net';
4735
+ this.basePath = 'https://apiv2stage2.atomex.net';
4654
4736
  this.defaultHeaders = new http.HttpHeaders();
4655
4737
  this.configuration = new Configuration();
4656
4738
  if (basePath) {
@@ -4726,7 +4808,7 @@
4726
4808
  var CreativeTemplatesControllerService = /** @class */ (function () {
4727
4809
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4728
4810
  this.httpClient = httpClient;
4729
- this.basePath = 'https://apiv2stage7.atomex.net';
4811
+ this.basePath = 'https://apiv2stage2.atomex.net';
4730
4812
  this.defaultHeaders = new http.HttpHeaders();
4731
4813
  this.configuration = new Configuration();
4732
4814
  if (basePath) {
@@ -4893,7 +4975,7 @@
4893
4975
  var CustomerReportingControllerService = /** @class */ (function () {
4894
4976
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4895
4977
  this.httpClient = httpClient;
4896
- this.basePath = 'https://apiv2stage7.atomex.net';
4978
+ this.basePath = 'https://apiv2stage2.atomex.net';
4897
4979
  this.defaultHeaders = new http.HttpHeaders();
4898
4980
  this.configuration = new Configuration();
4899
4981
  if (basePath) {
@@ -4978,7 +5060,7 @@
4978
5060
  var DashboardControllerService = /** @class */ (function () {
4979
5061
  function DashboardControllerService(httpClient, basePath, configuration) {
4980
5062
  this.httpClient = httpClient;
4981
- this.basePath = 'https://apiv2stage7.atomex.net';
5063
+ this.basePath = 'https://apiv2stage2.atomex.net';
4982
5064
  this.defaultHeaders = new http.HttpHeaders();
4983
5065
  this.configuration = new Configuration();
4984
5066
  if (basePath) {
@@ -5623,7 +5705,7 @@
5623
5705
  var NotificationsControllerService = /** @class */ (function () {
5624
5706
  function NotificationsControllerService(httpClient, basePath, configuration) {
5625
5707
  this.httpClient = httpClient;
5626
- this.basePath = 'https://apiv2stage7.atomex.net';
5708
+ this.basePath = 'https://apiv2stage2.atomex.net';
5627
5709
  this.defaultHeaders = new http.HttpHeaders();
5628
5710
  this.configuration = new Configuration();
5629
5711
  if (basePath) {
@@ -5842,7 +5924,7 @@
5842
5924
  var PixelControllerService = /** @class */ (function () {
5843
5925
  function PixelControllerService(httpClient, basePath, configuration) {
5844
5926
  this.httpClient = httpClient;
5845
- this.basePath = 'https://apiv2stage7.atomex.net';
5927
+ this.basePath = 'https://apiv2stage2.atomex.net';
5846
5928
  this.defaultHeaders = new http.HttpHeaders();
5847
5929
  this.configuration = new Configuration();
5848
5930
  if (basePath) {
@@ -6159,7 +6241,7 @@
6159
6241
  var ReportingControllerService = /** @class */ (function () {
6160
6242
  function ReportingControllerService(httpClient, basePath, configuration) {
6161
6243
  this.httpClient = httpClient;
6162
- this.basePath = 'https://apiv2stage7.atomex.net';
6244
+ this.basePath = 'https://apiv2stage2.atomex.net';
6163
6245
  this.defaultHeaders = new http.HttpHeaders();
6164
6246
  this.configuration = new Configuration();
6165
6247
  if (basePath) {
@@ -6331,7 +6413,7 @@
6331
6413
  var SliceXControllerService = /** @class */ (function () {
6332
6414
  function SliceXControllerService(httpClient, basePath, configuration) {
6333
6415
  this.httpClient = httpClient;
6334
- this.basePath = 'https://apiv2stage7.atomex.net';
6416
+ this.basePath = 'https://apiv2stage2.atomex.net';
6335
6417
  this.defaultHeaders = new http.HttpHeaders();
6336
6418
  this.configuration = new Configuration();
6337
6419
  if (basePath) {
@@ -6587,7 +6669,7 @@
6587
6669
  var StrategyControllerService = /** @class */ (function () {
6588
6670
  function StrategyControllerService(httpClient, basePath, configuration) {
6589
6671
  this.httpClient = httpClient;
6590
- this.basePath = 'https://apiv2stage7.atomex.net';
6672
+ this.basePath = 'https://apiv2stage2.atomex.net';
6591
6673
  this.defaultHeaders = new http.HttpHeaders();
6592
6674
  this.configuration = new Configuration();
6593
6675
  if (basePath) {
@@ -6945,76 +7027,6 @@
6945
7027
  reportProgress: reportProgress
6946
7028
  });
6947
7029
  };
6948
- StrategyControllerService.prototype.getBidToConversionDetailsForStrategyUsingGET = function (id, date, reqId, token, observe, reportProgress) {
6949
- if (observe === void 0) { observe = 'body'; }
6950
- if (reportProgress === void 0) { reportProgress = false; }
6951
- if (id === null || id === undefined) {
6952
- throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsForStrategyUsingGET.');
6953
- }
6954
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6955
- if (date !== undefined && date !== null) {
6956
- queryParameters = queryParameters.set('date', date);
6957
- }
6958
- var headers = this.defaultHeaders;
6959
- if (reqId !== undefined && reqId !== null) {
6960
- headers = headers.set('reqId', String(reqId));
6961
- }
6962
- if (token !== undefined && token !== null) {
6963
- headers = headers.set('token', String(token));
6964
- }
6965
- // to determine the Accept header
6966
- var httpHeaderAccepts = [
6967
- 'application/json'
6968
- ];
6969
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6970
- if (httpHeaderAcceptSelected != undefined) {
6971
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6972
- }
6973
- // to determine the Content-Type header
6974
- var consumes = [];
6975
- return this.httpClient.get(this.basePath + "/v2/api/strategies/b2c/" + encodeURIComponent(String(id)), {
6976
- params: queryParameters,
6977
- withCredentials: this.configuration.withCredentials,
6978
- headers: headers,
6979
- observe: observe,
6980
- reportProgress: reportProgress
6981
- });
6982
- };
6983
- StrategyControllerService.prototype.getBidToConversionFilterDetailsForStrategyUsingGET = function (id, date, reqId, token, observe, reportProgress) {
6984
- if (observe === void 0) { observe = 'body'; }
6985
- if (reportProgress === void 0) { reportProgress = false; }
6986
- if (id === null || id === undefined) {
6987
- throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsForStrategyUsingGET.');
6988
- }
6989
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6990
- if (date !== undefined && date !== null) {
6991
- queryParameters = queryParameters.set('date', date);
6992
- }
6993
- var headers = this.defaultHeaders;
6994
- if (reqId !== undefined && reqId !== null) {
6995
- headers = headers.set('reqId', String(reqId));
6996
- }
6997
- if (token !== undefined && token !== null) {
6998
- headers = headers.set('token', String(token));
6999
- }
7000
- // to determine the Accept header
7001
- var httpHeaderAccepts = [
7002
- 'application/json'
7003
- ];
7004
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
7005
- if (httpHeaderAcceptSelected != undefined) {
7006
- headers = headers.set('Accept', httpHeaderAcceptSelected);
7007
- }
7008
- // to determine the Content-Type header
7009
- var consumes = [];
7010
- return this.httpClient.get(this.basePath + "/v2/api/strategies/b2c/" + encodeURIComponent(String(id)) + "/filters", {
7011
- params: queryParameters,
7012
- withCredentials: this.configuration.withCredentials,
7013
- headers: headers,
7014
- observe: observe,
7015
- reportProgress: reportProgress
7016
- });
7017
- };
7018
7030
  StrategyControllerService.prototype.getSkadSettingsUsingGET = function (reqId, token, observe, reportProgress) {
7019
7031
  if (observe === void 0) { observe = 'body'; }
7020
7032
  if (reportProgress === void 0) { reportProgress = false; }
@@ -7489,7 +7501,7 @@
7489
7501
  var StrategyTemplateControllerService = /** @class */ (function () {
7490
7502
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
7491
7503
  this.httpClient = httpClient;
7492
- this.basePath = 'https://apiv2stage7.atomex.net';
7504
+ this.basePath = 'https://apiv2stage2.atomex.net';
7493
7505
  this.defaultHeaders = new http.HttpHeaders();
7494
7506
  this.configuration = new Configuration();
7495
7507
  if (basePath) {
@@ -7611,7 +7623,7 @@
7611
7623
  var UILoggerControllerService = /** @class */ (function () {
7612
7624
  function UILoggerControllerService(httpClient, basePath, configuration) {
7613
7625
  this.httpClient = httpClient;
7614
- this.basePath = 'https://apiv2stage7.atomex.net';
7626
+ this.basePath = 'https://apiv2stage2.atomex.net';
7615
7627
  this.defaultHeaders = new http.HttpHeaders();
7616
7628
  this.configuration = new Configuration();
7617
7629
  if (basePath) {
@@ -7701,7 +7713,7 @@
7701
7713
  var UserPreferenceControllerService = /** @class */ (function () {
7702
7714
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7703
7715
  this.httpClient = httpClient;
7704
- this.basePath = 'https://apiv2stage7.atomex.net';
7716
+ this.basePath = 'https://apiv2stage2.atomex.net';
7705
7717
  this.defaultHeaders = new http.HttpHeaders();
7706
7718
  this.configuration = new Configuration();
7707
7719
  if (basePath) {
@@ -8072,8 +8084,7 @@
8072
8084
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8073
8085
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8074
8086
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8075
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8076
- ICON: 'ICON'
8087
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8077
8088
  };
8078
8089
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
8079
8090
 
@@ -8106,8 +8117,7 @@
8106
8117
  FbAppInstall: 'fbAppInstall',
8107
8118
  FbAppEngagement: 'fbAppEngagement',
8108
8119
  ClickTracker: 'clickTracker',
8109
- FbxImageNewsFeed: 'fbxImageNewsFeed',
8110
- NativeIcon: 'nativeIcon'
8120
+ FbxImageNewsFeed: 'fbxImageNewsFeed'
8111
8121
  };
8112
8122
  })(exports.CreativeCompactDTO || (exports.CreativeCompactDTO = {}));
8113
8123
 
@@ -8145,8 +8155,7 @@
8145
8155
  FbAppInstall: 'fbAppInstall',
8146
8156
  FbAppEngagement: 'fbAppEngagement',
8147
8157
  ClickTracker: 'clickTracker',
8148
- FbxImageNewsFeed: 'fbxImageNewsFeed',
8149
- NativeIcon: 'nativeIcon'
8158
+ FbxImageNewsFeed: 'fbxImageNewsFeed'
8150
8159
  };
8151
8160
  CreativeDTO.VideoUploadTypeEnum = {
8152
8161
  VIDEO: 'VIDEO',
@@ -8169,8 +8178,7 @@
8169
8178
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8170
8179
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8171
8180
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8172
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8173
- ICON: 'ICON'
8181
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8174
8182
  };
8175
8183
  })(exports.CreativeDetails || (exports.CreativeDetails = {}));
8176
8184
 
@@ -8190,8 +8198,7 @@
8190
8198
  FbAppInstall: 'fbAppInstall',
8191
8199
  FbAppEngagement: 'fbAppEngagement',
8192
8200
  ClickTracker: 'clickTracker',
8193
- FbxImageNewsFeed: 'fbxImageNewsFeed',
8194
- NativeIcon: 'nativeIcon'
8201
+ FbxImageNewsFeed: 'fbxImageNewsFeed'
8195
8202
  };
8196
8203
  })(exports.CreativeFileForSet || (exports.CreativeFileForSet = {}));
8197
8204
 
@@ -8211,8 +8218,7 @@
8211
8218
  FbAppInstall: 'fbAppInstall',
8212
8219
  FbAppEngagement: 'fbAppEngagement',
8213
8220
  ClickTracker: 'clickTracker',
8214
- FbxImageNewsFeed: 'fbxImageNewsFeed',
8215
- NativeIcon: 'nativeIcon'
8221
+ FbxImageNewsFeed: 'fbxImageNewsFeed'
8216
8222
  };
8217
8223
  })(exports.CreativeFiles || (exports.CreativeFiles = {}));
8218
8224
 
@@ -8237,11 +8243,18 @@
8237
8243
  FbAppInstall: 'fbAppInstall',
8238
8244
  FbAppEngagement: 'fbAppEngagement',
8239
8245
  ClickTracker: 'clickTracker',
8240
- FbxImageNewsFeed: 'fbxImageNewsFeed',
8241
- NativeIcon: 'nativeIcon'
8246
+ FbxImageNewsFeed: 'fbxImageNewsFeed'
8242
8247
  };
8243
8248
  })(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
8244
8249
 
8250
+ exports.CreativePerformanceList = void 0;
8251
+ (function (CreativePerformanceList) {
8252
+ CreativePerformanceList.StatusEnum = {
8253
+ Active: 'active',
8254
+ Inactive: 'inactive'
8255
+ };
8256
+ })(exports.CreativePerformanceList || (exports.CreativePerformanceList = {}));
8257
+
8245
8258
  exports.CreativeSetDashboardMetric = void 0;
8246
8259
  (function (CreativeSetDashboardMetric) {
8247
8260
  CreativeSetDashboardMetric.CreativeSetTypeEnum = {
@@ -8257,8 +8270,7 @@
8257
8270
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8258
8271
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8259
8272
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8260
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8261
- ICON: 'ICON'
8273
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8262
8274
  };
8263
8275
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
8264
8276
 
@@ -8277,11 +8289,33 @@
8277
8289
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8278
8290
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8279
8291
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8280
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8281
- ICON: 'ICON'
8292
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8282
8293
  };
8283
8294
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
8284
8295
 
8296
+ exports.CreativeSetPerformanceList = void 0;
8297
+ (function (CreativeSetPerformanceList) {
8298
+ CreativeSetPerformanceList.StatusEnum = {
8299
+ Active: 'active',
8300
+ Inactive: 'inactive'
8301
+ };
8302
+ CreativeSetPerformanceList.TypeEnum = {
8303
+ IMAGE: 'IMAGE',
8304
+ VIDEO: 'VIDEO',
8305
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
8306
+ ZIPPEDHTML: 'ZIPPED_HTML',
8307
+ NATIVEIMAGE: 'NATIVE_IMAGE',
8308
+ NATIVEVIDEO: 'NATIVE_VIDEO',
8309
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
8310
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
8311
+ DYNAMICHTML: 'DYNAMIC_HTML',
8312
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8313
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8314
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8315
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8316
+ };
8317
+ })(exports.CreativeSetPerformanceList || (exports.CreativeSetPerformanceList = {}));
8318
+
8285
8319
  exports.CreativeSetRequest = void 0;
8286
8320
  (function (CreativeSetRequest) {
8287
8321
  CreativeSetRequest.CreativeSetTypeEnum = {
@@ -8297,8 +8331,7 @@
8297
8331
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8298
8332
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8299
8333
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8300
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8301
- ICON: 'ICON'
8334
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8302
8335
  };
8303
8336
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
8304
8337
 
@@ -8328,8 +8361,7 @@
8328
8361
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8329
8362
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8330
8363
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8331
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8332
- ICON: 'ICON'
8364
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8333
8365
  };
8334
8366
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
8335
8367
 
@@ -8379,8 +8411,7 @@
8379
8411
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8380
8412
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8381
8413
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8382
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8383
- ICON: 'ICON'
8414
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8384
8415
  };
8385
8416
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
8386
8417