@revxui/api-clients-ts 1.1.88 → 1.1.90

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 +3 -1
  3. package/api/bidFunnelController.service.d.ts +56 -0
  4. package/api/strategyController.service.d.ts +0 -28
  5. package/bundles/revxui-api-clients-ts.umd.js +171 -120
  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/api.js +4 -2
  10. package/esm2015/api/appSettingsController.service.js +2 -2
  11. package/esm2015/api/audienceController.service.js +2 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bidFunnelController.service.js +132 -0
  14. package/esm2015/api/bulkStrategyController.service.js +2 -2
  15. package/esm2015/api/cSSThemeController_.service.js +2 -2
  16. package/esm2015/api/campaignController.service.js +2 -2
  17. package/esm2015/api/catalogController.service.js +2 -2
  18. package/esm2015/api/clickDestinationController.service.js +2 -2
  19. package/esm2015/api/creativeController.service.js +2 -2
  20. package/esm2015/api/creativeSetsController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  24. package/esm2015/api/customerReportingController.service.js +2 -2
  25. package/esm2015/api/dashboardController.service.js +2 -2
  26. package/esm2015/api/notificationsController.service.js +2 -2
  27. package/esm2015/api/pixelController.service.js +2 -2
  28. package/esm2015/api/reportingController.service.js +2 -2
  29. package/esm2015/api/sliceXController.service.js +2 -2
  30. package/esm2015/api/strategyController.service.js +2 -68
  31. package/esm2015/api/strategyTemplateController.service.js +2 -2
  32. package/esm2015/api/uILoggerController.service.js +2 -2
  33. package/esm2015/api/userPreferenceController.service.js +2 -2
  34. package/esm2015/api.module.js +3 -1
  35. package/esm2015/model/baseModelWithCreativeSetType.js +2 -3
  36. package/esm2015/model/creativeCompactDTO.js +2 -3
  37. package/esm2015/model/creativeDTO.js +2 -3
  38. package/esm2015/model/creativeDetails.js +2 -3
  39. package/esm2015/model/creativeFileForSet.js +2 -3
  40. package/esm2015/model/creativeFiles.js +2 -3
  41. package/esm2015/model/creativeHtmlFileForSet.js +2 -3
  42. package/esm2015/model/creativeSetDashboardMetric.js +2 -3
  43. package/esm2015/model/creativeSetDetails.js +2 -3
  44. package/esm2015/model/creativeSetRequest.js +2 -3
  45. package/esm2015/model/creativeSetResponse.js +2 -3
  46. package/esm2015/model/duplicateCreativeSetResponse.js +2 -3
  47. package/fesm2015/revxui-api-clients-ts.js +166 -117
  48. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  49. package/model/baseModelWithCreativeSetType.d.ts +1 -2
  50. package/model/creativeCompactDTO.d.ts +1 -2
  51. package/model/creativeDTO.d.ts +1 -2
  52. package/model/creativeDetails.d.ts +1 -2
  53. package/model/creativeFileForSet.d.ts +1 -2
  54. package/model/creativeFiles.d.ts +1 -2
  55. package/model/creativeHtmlFileForSet.d.ts +1 -2
  56. package/model/creativeSetDashboardMetric.d.ts +1 -2
  57. package/model/creativeSetDetails.d.ts +1 -2
  58. package/model/creativeSetRequest.d.ts +1 -2
  59. package/model/creativeSetResponse.d.ts +1 -2
  60. package/model/duplicateCreativeSetResponse.d.ts +1 -2
  61. package/package.json +1 -1
  62. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -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://apiv2stage5.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://apiv2stage5.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://apiv2stage5.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://apiv2stage5.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://apiv2stage5.atomex.net';
2124
2124
  this.defaultHeaders = new http.HttpHeaders();
2125
2125
  this.configuration = new Configuration();
2126
2126
  if (basePath) {
@@ -2304,10 +2304,141 @@
2304
2304
  { type: Configuration, decorators: [{ type: core.Optional }] }
2305
2305
  ]; };
2306
2306
 
2307
+ var BidFunnelControllerService = /** @class */ (function () {
2308
+ function BidFunnelControllerService(httpClient, basePath, configuration) {
2309
+ this.httpClient = httpClient;
2310
+ this.basePath = 'https://apiv2stage5.atomex.net';
2311
+ this.defaultHeaders = new http.HttpHeaders();
2312
+ this.configuration = new Configuration();
2313
+ if (basePath) {
2314
+ this.basePath = basePath;
2315
+ }
2316
+ if (configuration) {
2317
+ this.configuration = configuration;
2318
+ this.basePath = basePath || configuration.basePath || this.basePath;
2319
+ }
2320
+ }
2321
+ /**
2322
+ * @param consumes string[] mime-types
2323
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
2324
+ */
2325
+ BidFunnelControllerService.prototype.canConsumeForm = function (consumes) {
2326
+ var e_1, _a;
2327
+ var form = 'multipart/form-data';
2328
+ try {
2329
+ for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
2330
+ var consume = consumes_1_1.value;
2331
+ if (form === consume) {
2332
+ return true;
2333
+ }
2334
+ }
2335
+ }
2336
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
2337
+ finally {
2338
+ try {
2339
+ if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
2340
+ }
2341
+ finally { if (e_1) throw e_1.error; }
2342
+ }
2343
+ return false;
2344
+ };
2345
+ BidFunnelControllerService.prototype.getBidToConversionDetailsUsingGET = function (entity, id, date, reqId, token, observe, reportProgress) {
2346
+ if (observe === void 0) { observe = 'body'; }
2347
+ if (reportProgress === void 0) { reportProgress = false; }
2348
+ if (entity === null || entity === undefined) {
2349
+ throw new Error('Required parameter entity was null or undefined when calling getBidToConversionDetailsUsingGET.');
2350
+ }
2351
+ if (id === null || id === undefined) {
2352
+ throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsUsingGET.');
2353
+ }
2354
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
2355
+ if (date !== undefined && date !== null) {
2356
+ queryParameters = queryParameters.set('date', date);
2357
+ }
2358
+ if (entity !== undefined && entity !== null) {
2359
+ queryParameters = queryParameters.set('entity', entity);
2360
+ }
2361
+ var headers = this.defaultHeaders;
2362
+ if (reqId !== undefined && reqId !== null) {
2363
+ headers = headers.set('reqId', String(reqId));
2364
+ }
2365
+ if (token !== undefined && token !== null) {
2366
+ headers = headers.set('token', String(token));
2367
+ }
2368
+ // to determine the Accept header
2369
+ var httpHeaderAccepts = [
2370
+ 'application/json'
2371
+ ];
2372
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2373
+ if (httpHeaderAcceptSelected != undefined) {
2374
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
2375
+ }
2376
+ // to determine the Content-Type header
2377
+ var consumes = [];
2378
+ return this.httpClient.get(this.basePath + "/bidfunnel/" + encodeURIComponent(String(id)), {
2379
+ params: queryParameters,
2380
+ withCredentials: this.configuration.withCredentials,
2381
+ headers: headers,
2382
+ observe: observe,
2383
+ reportProgress: reportProgress
2384
+ });
2385
+ };
2386
+ BidFunnelControllerService.prototype.getBidToConversionFilterDetailsUsingGET = function (entity, id, date, reqId, token, observe, reportProgress) {
2387
+ if (observe === void 0) { observe = 'body'; }
2388
+ if (reportProgress === void 0) { reportProgress = false; }
2389
+ if (entity === null || entity === undefined) {
2390
+ throw new Error('Required parameter entity was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
2391
+ }
2392
+ if (id === null || id === undefined) {
2393
+ throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
2394
+ }
2395
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
2396
+ if (date !== undefined && date !== null) {
2397
+ queryParameters = queryParameters.set('date', date);
2398
+ }
2399
+ if (entity !== undefined && entity !== null) {
2400
+ queryParameters = queryParameters.set('entity', entity);
2401
+ }
2402
+ var headers = this.defaultHeaders;
2403
+ if (reqId !== undefined && reqId !== null) {
2404
+ headers = headers.set('reqId', String(reqId));
2405
+ }
2406
+ if (token !== undefined && token !== null) {
2407
+ headers = headers.set('token', String(token));
2408
+ }
2409
+ // to determine the Accept header
2410
+ var httpHeaderAccepts = [
2411
+ 'application/json'
2412
+ ];
2413
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2414
+ if (httpHeaderAcceptSelected != undefined) {
2415
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
2416
+ }
2417
+ // to determine the Content-Type header
2418
+ var consumes = [];
2419
+ return this.httpClient.get(this.basePath + "/bidfunnel/" + encodeURIComponent(String(id)) + "/filters", {
2420
+ params: queryParameters,
2421
+ withCredentials: this.configuration.withCredentials,
2422
+ headers: headers,
2423
+ observe: observe,
2424
+ reportProgress: reportProgress
2425
+ });
2426
+ };
2427
+ return BidFunnelControllerService;
2428
+ }());
2429
+ BidFunnelControllerService.decorators = [
2430
+ { type: core.Injectable }
2431
+ ];
2432
+ BidFunnelControllerService.ctorParameters = function () { return [
2433
+ { type: http.HttpClient },
2434
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
2435
+ { type: Configuration, decorators: [{ type: core.Optional }] }
2436
+ ]; };
2437
+
2307
2438
  var BulkStrategyControllerService = /** @class */ (function () {
2308
2439
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2309
2440
  this.httpClient = httpClient;
2310
- this.basePath = 'https://apiv2stage7.atomex.net';
2441
+ this.basePath = 'https://apiv2stage5.atomex.net';
2311
2442
  this.defaultHeaders = new http.HttpHeaders();
2312
2443
  this.configuration = new Configuration();
2313
2444
  if (basePath) {
@@ -2538,7 +2669,7 @@
2538
2669
  var CSSThemeController_Service = /** @class */ (function () {
2539
2670
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2540
2671
  this.httpClient = httpClient;
2541
- this.basePath = 'https://apiv2stage7.atomex.net';
2672
+ this.basePath = 'https://apiv2stage5.atomex.net';
2542
2673
  this.defaultHeaders = new http.HttpHeaders();
2543
2674
  this.configuration = new Configuration();
2544
2675
  if (basePath) {
@@ -2647,7 +2778,7 @@
2647
2778
  var CampaignControllerService = /** @class */ (function () {
2648
2779
  function CampaignControllerService(httpClient, basePath, configuration) {
2649
2780
  this.httpClient = httpClient;
2650
- this.basePath = 'https://apiv2stage7.atomex.net';
2781
+ this.basePath = 'https://apiv2stage5.atomex.net';
2651
2782
  this.defaultHeaders = new http.HttpHeaders();
2652
2783
  this.configuration = new Configuration();
2653
2784
  if (basePath) {
@@ -2957,7 +3088,7 @@
2957
3088
  var CatalogControllerService = /** @class */ (function () {
2958
3089
  function CatalogControllerService(httpClient, basePath, configuration) {
2959
3090
  this.httpClient = httpClient;
2960
- this.basePath = 'https://apiv2stage7.atomex.net';
3091
+ this.basePath = 'https://apiv2stage5.atomex.net';
2961
3092
  this.defaultHeaders = new http.HttpHeaders();
2962
3093
  this.configuration = new Configuration();
2963
3094
  if (basePath) {
@@ -3203,7 +3334,7 @@
3203
3334
  var ClickDestinationControllerService = /** @class */ (function () {
3204
3335
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3205
3336
  this.httpClient = httpClient;
3206
- this.basePath = 'https://apiv2stage7.atomex.net';
3337
+ this.basePath = 'https://apiv2stage5.atomex.net';
3207
3338
  this.defaultHeaders = new http.HttpHeaders();
3208
3339
  this.configuration = new Configuration();
3209
3340
  if (basePath) {
@@ -3441,7 +3572,7 @@
3441
3572
  var CreativeControllerService = /** @class */ (function () {
3442
3573
  function CreativeControllerService(httpClient, basePath, configuration) {
3443
3574
  this.httpClient = httpClient;
3444
- this.basePath = 'https://apiv2stage7.atomex.net';
3575
+ this.basePath = 'https://apiv2stage5.atomex.net';
3445
3576
  this.defaultHeaders = new http.HttpHeaders();
3446
3577
  this.configuration = new Configuration();
3447
3578
  if (basePath) {
@@ -3942,7 +4073,7 @@
3942
4073
  var CreativeSetsControllerService = /** @class */ (function () {
3943
4074
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3944
4075
  this.httpClient = httpClient;
3945
- this.basePath = 'https://apiv2stage7.atomex.net';
4076
+ this.basePath = 'https://apiv2stage5.atomex.net';
3946
4077
  this.defaultHeaders = new http.HttpHeaders();
3947
4078
  this.configuration = new Configuration();
3948
4079
  if (basePath) {
@@ -4461,7 +4592,7 @@
4461
4592
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4462
4593
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4463
4594
  this.httpClient = httpClient;
4464
- this.basePath = 'https://apiv2stage7.atomex.net';
4595
+ this.basePath = 'https://apiv2stage5.atomex.net';
4465
4596
  this.defaultHeaders = new http.HttpHeaders();
4466
4597
  this.configuration = new Configuration();
4467
4598
  if (basePath) {
@@ -4650,7 +4781,7 @@
4650
4781
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4651
4782
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4652
4783
  this.httpClient = httpClient;
4653
- this.basePath = 'https://apiv2stage7.atomex.net';
4784
+ this.basePath = 'https://apiv2stage5.atomex.net';
4654
4785
  this.defaultHeaders = new http.HttpHeaders();
4655
4786
  this.configuration = new Configuration();
4656
4787
  if (basePath) {
@@ -4726,7 +4857,7 @@
4726
4857
  var CreativeTemplatesControllerService = /** @class */ (function () {
4727
4858
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4728
4859
  this.httpClient = httpClient;
4729
- this.basePath = 'https://apiv2stage7.atomex.net';
4860
+ this.basePath = 'https://apiv2stage5.atomex.net';
4730
4861
  this.defaultHeaders = new http.HttpHeaders();
4731
4862
  this.configuration = new Configuration();
4732
4863
  if (basePath) {
@@ -4893,7 +5024,7 @@
4893
5024
  var CustomerReportingControllerService = /** @class */ (function () {
4894
5025
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4895
5026
  this.httpClient = httpClient;
4896
- this.basePath = 'https://apiv2stage7.atomex.net';
5027
+ this.basePath = 'https://apiv2stage5.atomex.net';
4897
5028
  this.defaultHeaders = new http.HttpHeaders();
4898
5029
  this.configuration = new Configuration();
4899
5030
  if (basePath) {
@@ -4978,7 +5109,7 @@
4978
5109
  var DashboardControllerService = /** @class */ (function () {
4979
5110
  function DashboardControllerService(httpClient, basePath, configuration) {
4980
5111
  this.httpClient = httpClient;
4981
- this.basePath = 'https://apiv2stage7.atomex.net';
5112
+ this.basePath = 'https://apiv2stage5.atomex.net';
4982
5113
  this.defaultHeaders = new http.HttpHeaders();
4983
5114
  this.configuration = new Configuration();
4984
5115
  if (basePath) {
@@ -5623,7 +5754,7 @@
5623
5754
  var NotificationsControllerService = /** @class */ (function () {
5624
5755
  function NotificationsControllerService(httpClient, basePath, configuration) {
5625
5756
  this.httpClient = httpClient;
5626
- this.basePath = 'https://apiv2stage7.atomex.net';
5757
+ this.basePath = 'https://apiv2stage5.atomex.net';
5627
5758
  this.defaultHeaders = new http.HttpHeaders();
5628
5759
  this.configuration = new Configuration();
5629
5760
  if (basePath) {
@@ -5842,7 +5973,7 @@
5842
5973
  var PixelControllerService = /** @class */ (function () {
5843
5974
  function PixelControllerService(httpClient, basePath, configuration) {
5844
5975
  this.httpClient = httpClient;
5845
- this.basePath = 'https://apiv2stage7.atomex.net';
5976
+ this.basePath = 'https://apiv2stage5.atomex.net';
5846
5977
  this.defaultHeaders = new http.HttpHeaders();
5847
5978
  this.configuration = new Configuration();
5848
5979
  if (basePath) {
@@ -6159,7 +6290,7 @@
6159
6290
  var ReportingControllerService = /** @class */ (function () {
6160
6291
  function ReportingControllerService(httpClient, basePath, configuration) {
6161
6292
  this.httpClient = httpClient;
6162
- this.basePath = 'https://apiv2stage7.atomex.net';
6293
+ this.basePath = 'https://apiv2stage5.atomex.net';
6163
6294
  this.defaultHeaders = new http.HttpHeaders();
6164
6295
  this.configuration = new Configuration();
6165
6296
  if (basePath) {
@@ -6331,7 +6462,7 @@
6331
6462
  var SliceXControllerService = /** @class */ (function () {
6332
6463
  function SliceXControllerService(httpClient, basePath, configuration) {
6333
6464
  this.httpClient = httpClient;
6334
- this.basePath = 'https://apiv2stage7.atomex.net';
6465
+ this.basePath = 'https://apiv2stage5.atomex.net';
6335
6466
  this.defaultHeaders = new http.HttpHeaders();
6336
6467
  this.configuration = new Configuration();
6337
6468
  if (basePath) {
@@ -6587,7 +6718,7 @@
6587
6718
  var StrategyControllerService = /** @class */ (function () {
6588
6719
  function StrategyControllerService(httpClient, basePath, configuration) {
6589
6720
  this.httpClient = httpClient;
6590
- this.basePath = 'https://apiv2stage7.atomex.net';
6721
+ this.basePath = 'https://apiv2stage5.atomex.net';
6591
6722
  this.defaultHeaders = new http.HttpHeaders();
6592
6723
  this.configuration = new Configuration();
6593
6724
  if (basePath) {
@@ -6945,76 +7076,6 @@
6945
7076
  reportProgress: reportProgress
6946
7077
  });
6947
7078
  };
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
7079
  StrategyControllerService.prototype.getSkadSettingsUsingGET = function (reqId, token, observe, reportProgress) {
7019
7080
  if (observe === void 0) { observe = 'body'; }
7020
7081
  if (reportProgress === void 0) { reportProgress = false; }
@@ -7489,7 +7550,7 @@
7489
7550
  var StrategyTemplateControllerService = /** @class */ (function () {
7490
7551
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
7491
7552
  this.httpClient = httpClient;
7492
- this.basePath = 'https://apiv2stage7.atomex.net';
7553
+ this.basePath = 'https://apiv2stage5.atomex.net';
7493
7554
  this.defaultHeaders = new http.HttpHeaders();
7494
7555
  this.configuration = new Configuration();
7495
7556
  if (basePath) {
@@ -7611,7 +7672,7 @@
7611
7672
  var UILoggerControllerService = /** @class */ (function () {
7612
7673
  function UILoggerControllerService(httpClient, basePath, configuration) {
7613
7674
  this.httpClient = httpClient;
7614
- this.basePath = 'https://apiv2stage7.atomex.net';
7675
+ this.basePath = 'https://apiv2stage5.atomex.net';
7615
7676
  this.defaultHeaders = new http.HttpHeaders();
7616
7677
  this.configuration = new Configuration();
7617
7678
  if (basePath) {
@@ -7701,7 +7762,7 @@
7701
7762
  var UserPreferenceControllerService = /** @class */ (function () {
7702
7763
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7703
7764
  this.httpClient = httpClient;
7704
- this.basePath = 'https://apiv2stage7.atomex.net';
7765
+ this.basePath = 'https://apiv2stage5.atomex.net';
7705
7766
  this.defaultHeaders = new http.HttpHeaders();
7706
7767
  this.configuration = new Configuration();
7707
7768
  if (basePath) {
@@ -7876,7 +7937,7 @@
7876
7937
  { type: Configuration, decorators: [{ type: core.Optional }] }
7877
7938
  ]; };
7878
7939
 
7879
- var 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];
7940
+ var 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];
7880
7941
 
7881
7942
  exports.ActivityLogsCreativeSetsBulkUpdateDTO = void 0;
7882
7943
  (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
@@ -8072,8 +8133,7 @@
8072
8133
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8073
8134
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8074
8135
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8075
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8076
- ICON: 'ICON'
8136
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8077
8137
  };
8078
8138
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
8079
8139
 
@@ -8106,8 +8166,7 @@
8106
8166
  FbAppInstall: 'fbAppInstall',
8107
8167
  FbAppEngagement: 'fbAppEngagement',
8108
8168
  ClickTracker: 'clickTracker',
8109
- FbxImageNewsFeed: 'fbxImageNewsFeed',
8110
- NativeIcon: 'nativeIcon'
8169
+ FbxImageNewsFeed: 'fbxImageNewsFeed'
8111
8170
  };
8112
8171
  })(exports.CreativeCompactDTO || (exports.CreativeCompactDTO = {}));
8113
8172
 
@@ -8145,8 +8204,7 @@
8145
8204
  FbAppInstall: 'fbAppInstall',
8146
8205
  FbAppEngagement: 'fbAppEngagement',
8147
8206
  ClickTracker: 'clickTracker',
8148
- FbxImageNewsFeed: 'fbxImageNewsFeed',
8149
- NativeIcon: 'nativeIcon'
8207
+ FbxImageNewsFeed: 'fbxImageNewsFeed'
8150
8208
  };
8151
8209
  CreativeDTO.VideoUploadTypeEnum = {
8152
8210
  VIDEO: 'VIDEO',
@@ -8169,8 +8227,7 @@
8169
8227
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8170
8228
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8171
8229
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8172
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8173
- ICON: 'ICON'
8230
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8174
8231
  };
8175
8232
  })(exports.CreativeDetails || (exports.CreativeDetails = {}));
8176
8233
 
@@ -8190,8 +8247,7 @@
8190
8247
  FbAppInstall: 'fbAppInstall',
8191
8248
  FbAppEngagement: 'fbAppEngagement',
8192
8249
  ClickTracker: 'clickTracker',
8193
- FbxImageNewsFeed: 'fbxImageNewsFeed',
8194
- NativeIcon: 'nativeIcon'
8250
+ FbxImageNewsFeed: 'fbxImageNewsFeed'
8195
8251
  };
8196
8252
  })(exports.CreativeFileForSet || (exports.CreativeFileForSet = {}));
8197
8253
 
@@ -8211,8 +8267,7 @@
8211
8267
  FbAppInstall: 'fbAppInstall',
8212
8268
  FbAppEngagement: 'fbAppEngagement',
8213
8269
  ClickTracker: 'clickTracker',
8214
- FbxImageNewsFeed: 'fbxImageNewsFeed',
8215
- NativeIcon: 'nativeIcon'
8270
+ FbxImageNewsFeed: 'fbxImageNewsFeed'
8216
8271
  };
8217
8272
  })(exports.CreativeFiles || (exports.CreativeFiles = {}));
8218
8273
 
@@ -8237,8 +8292,7 @@
8237
8292
  FbAppInstall: 'fbAppInstall',
8238
8293
  FbAppEngagement: 'fbAppEngagement',
8239
8294
  ClickTracker: 'clickTracker',
8240
- FbxImageNewsFeed: 'fbxImageNewsFeed',
8241
- NativeIcon: 'nativeIcon'
8295
+ FbxImageNewsFeed: 'fbxImageNewsFeed'
8242
8296
  };
8243
8297
  })(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
8244
8298
 
@@ -8257,8 +8311,7 @@
8257
8311
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8258
8312
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8259
8313
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8260
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8261
- ICON: 'ICON'
8314
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8262
8315
  };
8263
8316
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
8264
8317
 
@@ -8277,8 +8330,7 @@
8277
8330
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8278
8331
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8279
8332
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8280
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8281
- ICON: 'ICON'
8333
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8282
8334
  };
8283
8335
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
8284
8336
 
@@ -8297,8 +8349,7 @@
8297
8349
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8298
8350
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8299
8351
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8300
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8301
- ICON: 'ICON'
8352
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8302
8353
  };
8303
8354
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
8304
8355
 
@@ -8328,8 +8379,7 @@
8328
8379
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8329
8380
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8330
8381
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8331
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8332
- ICON: 'ICON'
8382
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8333
8383
  };
8334
8384
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
8335
8385
 
@@ -8379,8 +8429,7 @@
8379
8429
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8380
8430
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8381
8431
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8382
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8383
- ICON: 'ICON'
8432
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8384
8433
  };
8385
8434
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
8386
8435
 
@@ -8937,6 +8986,7 @@
8937
8986
  AppSettingsControllerService,
8938
8987
  AudienceControllerService,
8939
8988
  AuditControllerService,
8989
+ BidFunnelControllerService,
8940
8990
  BulkStrategyControllerService,
8941
8991
  CSSThemeController_Service,
8942
8992
  CampaignControllerService,
@@ -8977,6 +9027,7 @@
8977
9027
  exports.AudienceControllerService = AudienceControllerService;
8978
9028
  exports.AuditControllerService = AuditControllerService;
8979
9029
  exports.BASE_PATH = BASE_PATH;
9030
+ exports.BidFunnelControllerService = BidFunnelControllerService;
8980
9031
  exports.BulkStrategyControllerService = BulkStrategyControllerService;
8981
9032
  exports.COLLECTION_FORMATS = COLLECTION_FORMATS;
8982
9033
  exports.CSSThemeController_Service = CSSThemeController_Service;