@revxui/api-clients-ts 0.10.169 → 0.10.173

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 (111) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +3 -6
  3. package/api/campaignController.service.d.ts +3 -6
  4. package/api/catalogController.service.d.ts +9 -18
  5. package/api/clickDestinationController.service.d.ts +3 -6
  6. package/api/creativeController.service.d.ts +6 -12
  7. package/api/creativeSetsController.service.d.ts +11 -16
  8. package/api/dashboardController.service.d.ts +37 -27
  9. package/api/pixelController.service.d.ts +3 -6
  10. package/bundles/revxui-api-clients-ts.umd.js +90 -124
  11. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  12. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  13. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  14. package/esm2015/api/audienceController.service.js +2 -11
  15. package/esm2015/api/campaignController.service.js +2 -11
  16. package/esm2015/api/catalogController.service.js +4 -31
  17. package/esm2015/api/clickDestinationController.service.js +2 -11
  18. package/esm2015/api/creativeController.service.js +3 -21
  19. package/esm2015/api/creativeSetsController.service.js +9 -22
  20. package/esm2015/api/dashboardController.service.js +42 -11
  21. package/esm2015/api/pixelController.service.js +2 -11
  22. package/esm2015/model/advertiser.js +1 -1
  23. package/esm2015/model/advertiserPojo.js +1 -1
  24. package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  25. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  26. package/esm2015/model/audienceDTO.js +1 -1
  27. package/esm2015/model/audienceESDTO.js +1 -1
  28. package/esm2015/model/campaignDTO.js +1 -1
  29. package/esm2015/model/campaignESDTO.js +1 -1
  30. package/esm2015/model/clickDestination.js +1 -1
  31. package/esm2015/model/creative.js +1 -1
  32. package/esm2015/model/creativeCompactDTO.js +1 -1
  33. package/esm2015/model/creativeDTO.js +1 -1
  34. package/esm2015/model/creativePerformanceData.js +1 -1
  35. package/esm2015/model/creativeSetDashboardMetric.js +16 -0
  36. package/esm2015/model/creativeSetDetails.js +1 -1
  37. package/esm2015/model/creativeSetResponse.js +16 -1
  38. package/esm2015/model/dashboardData.js +1 -1
  39. package/esm2015/model/models.js +3 -2
  40. package/esm2015/model/parentBasedObject.js +1 -1
  41. package/esm2015/model/pixel.js +1 -1
  42. package/esm2015/model/reportingResponse.js +1 -1
  43. package/esm2015/model/strategy.js +1 -1
  44. package/esm2015/model/strategyDTO.js +1 -1
  45. package/esm5/api/audienceController.service.js +2 -11
  46. package/esm5/api/campaignController.service.js +2 -11
  47. package/esm5/api/catalogController.service.js +4 -31
  48. package/esm5/api/clickDestinationController.service.js +2 -11
  49. package/esm5/api/creativeController.service.js +3 -21
  50. package/esm5/api/creativeSetsController.service.js +9 -22
  51. package/esm5/api/dashboardController.service.js +44 -11
  52. package/esm5/api/pixelController.service.js +2 -11
  53. package/esm5/model/advertiser.js +1 -1
  54. package/esm5/model/advertiserPojo.js +1 -1
  55. package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  56. package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  57. package/esm5/model/audienceDTO.js +1 -1
  58. package/esm5/model/audienceESDTO.js +1 -1
  59. package/esm5/model/campaignDTO.js +1 -1
  60. package/esm5/model/campaignESDTO.js +1 -1
  61. package/esm5/model/clickDestination.js +1 -1
  62. package/esm5/model/creative.js +1 -1
  63. package/esm5/model/creativeCompactDTO.js +1 -1
  64. package/esm5/model/creativeDTO.js +1 -1
  65. package/esm5/model/creativePerformanceData.js +1 -1
  66. package/esm5/model/creativeSetDashboardMetric.js +16 -0
  67. package/esm5/model/creativeSetDetails.js +1 -1
  68. package/esm5/model/creativeSetResponse.js +16 -1
  69. package/esm5/model/dashboardData.js +1 -1
  70. package/esm5/model/models.js +3 -2
  71. package/esm5/model/parentBasedObject.js +1 -1
  72. package/esm5/model/pixel.js +1 -1
  73. package/esm5/model/reportingResponse.js +1 -1
  74. package/esm5/model/strategy.js +1 -1
  75. package/esm5/model/strategyDTO.js +1 -1
  76. package/fesm2015/revxui-api-clients-ts.js +90 -126
  77. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  78. package/fesm5/revxui-api-clients-ts.js +92 -126
  79. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  80. package/model/advertiser.d.ts +1 -0
  81. package/model/advertiserPojo.d.ts +1 -0
  82. package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  83. package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  84. package/model/audienceDTO.d.ts +1 -0
  85. package/model/audienceESDTO.d.ts +1 -0
  86. package/model/campaignDTO.d.ts +1 -0
  87. package/model/campaignESDTO.d.ts +2 -0
  88. package/model/clickDestination.d.ts +1 -0
  89. package/model/creative.d.ts +1 -0
  90. package/model/creativeCompactDTO.d.ts +1 -0
  91. package/model/creativeDTO.d.ts +1 -0
  92. package/model/creativePerformanceData.d.ts +3 -0
  93. package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -3
  94. package/model/creativeSetDetails.d.ts +11 -10
  95. package/model/creativeSetRequest.d.ts +10 -10
  96. package/model/creativeSetResponse.d.ts +18 -0
  97. package/model/dashboardData.d.ts +1 -0
  98. package/model/models.d.ts +3 -3
  99. package/model/parentBasedObject.d.ts +1 -0
  100. package/model/pixel.d.ts +1 -0
  101. package/model/reportingResponse.d.ts +1 -0
  102. package/model/strategy.d.ts +1 -0
  103. package/model/strategyDTO.d.ts +1 -0
  104. package/package.json +1 -1
  105. package/revxui-api-clients-ts.metadata.json +1 -1
  106. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  107. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  108. package/esm2015/model/creativeSetsListDashboardData.js +0 -16
  109. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  110. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  111. package/esm5/model/creativeSetsListDashboardData.js +0 -16
@@ -1300,25 +1300,16 @@ var AudienceControllerService = /** @class */ (function () {
1300
1300
  reportProgress: reportProgress
1301
1301
  });
1302
1302
  };
1303
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
1303
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1304
1304
  if (observe === void 0) { observe = 'body'; }
1305
1305
  if (reportProgress === void 0) { reportProgress = false; }
1306
1306
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1307
1307
  if (advertiser_id !== undefined && advertiser_id !== null) {
1308
1308
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1309
1309
  }
1310
- if (pageNumber !== undefined && pageNumber !== null) {
1311
- queryParameters = queryParameters.set('pageNumber', pageNumber);
1312
- }
1313
- if (pageSize !== undefined && pageSize !== null) {
1314
- queryParameters = queryParameters.set('pageSize', pageSize);
1315
- }
1316
1310
  if (refresh !== undefined && refresh !== null) {
1317
1311
  queryParameters = queryParameters.set('refresh', refresh);
1318
1312
  }
1319
- if (sort !== undefined && sort !== null) {
1320
- queryParameters = queryParameters.set('sort', sort);
1321
- }
1322
1313
  var headers = this.defaultHeaders;
1323
1314
  if (reqId !== undefined && reqId !== null) {
1324
1315
  headers = headers.set('reqId', String(reqId));
@@ -2330,7 +2321,7 @@ var CampaignControllerService = /** @class */ (function () {
2330
2321
  reportProgress: reportProgress
2331
2322
  });
2332
2323
  };
2333
- CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2324
+ CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2334
2325
  if (observe === void 0) { observe = 'body'; }
2335
2326
  if (reportProgress === void 0) { reportProgress = false; }
2336
2327
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2340,21 +2331,12 @@ var CampaignControllerService = /** @class */ (function () {
2340
2331
  if (advertiser_id !== undefined && advertiser_id !== null) {
2341
2332
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2342
2333
  }
2343
- if (pageNumber !== undefined && pageNumber !== null) {
2344
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2345
- }
2346
- if (pageSize !== undefined && pageSize !== null) {
2347
- queryParameters = queryParameters.set('pageSize', pageSize);
2348
- }
2349
2334
  if (refresh !== undefined && refresh !== null) {
2350
2335
  queryParameters = queryParameters.set('refresh', refresh);
2351
2336
  }
2352
2337
  if (search !== undefined && search !== null) {
2353
2338
  queryParameters = queryParameters.set('search', search);
2354
2339
  }
2355
- if (sort !== undefined && sort !== null) {
2356
- queryParameters = queryParameters.set('sort', sort);
2357
- }
2358
2340
  var headers = this.defaultHeaders;
2359
2341
  if (reqId !== undefined && reqId !== null) {
2360
2342
  headers = headers.set('reqId', String(reqId));
@@ -2545,7 +2527,7 @@ var CatalogControllerService = /** @class */ (function () {
2545
2527
  reportProgress: reportProgress
2546
2528
  });
2547
2529
  };
2548
- CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2530
+ CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2549
2531
  if (observe === void 0) { observe = 'body'; }
2550
2532
  if (reportProgress === void 0) { reportProgress = false; }
2551
2533
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2555,18 +2537,9 @@ var CatalogControllerService = /** @class */ (function () {
2555
2537
  if (advertiser_id !== undefined && advertiser_id !== null) {
2556
2538
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2557
2539
  }
2558
- if (pageNumber !== undefined && pageNumber !== null) {
2559
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2560
- }
2561
- if (pageSize !== undefined && pageSize !== null) {
2562
- queryParameters = queryParameters.set('pageSize', pageSize);
2563
- }
2564
2540
  if (refresh !== undefined && refresh !== null) {
2565
2541
  queryParameters = queryParameters.set('refresh', refresh);
2566
2542
  }
2567
- if (sort !== undefined && sort !== null) {
2568
- queryParameters = queryParameters.set('sort', sort);
2569
- }
2570
2543
  var headers = this.defaultHeaders;
2571
2544
  if (reqId !== undefined && reqId !== null) {
2572
2545
  headers = headers.set('reqId', String(reqId));
@@ -2598,7 +2571,7 @@ var CatalogControllerService = /** @class */ (function () {
2598
2571
  reportProgress: reportProgress
2599
2572
  });
2600
2573
  };
2601
- CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2574
+ CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2602
2575
  if (observe === void 0) { observe = 'body'; }
2603
2576
  if (reportProgress === void 0) { reportProgress = false; }
2604
2577
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2608,18 +2581,9 @@ var CatalogControllerService = /** @class */ (function () {
2608
2581
  if (advertiser_id !== undefined && advertiser_id !== null) {
2609
2582
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2610
2583
  }
2611
- if (pageNumber !== undefined && pageNumber !== null) {
2612
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2613
- }
2614
- if (pageSize !== undefined && pageSize !== null) {
2615
- queryParameters = queryParameters.set('pageSize', pageSize);
2616
- }
2617
2584
  if (refresh !== undefined && refresh !== null) {
2618
2585
  queryParameters = queryParameters.set('refresh', refresh);
2619
2586
  }
2620
- if (sort !== undefined && sort !== null) {
2621
- queryParameters = queryParameters.set('sort', sort);
2622
- }
2623
2587
  var headers = this.defaultHeaders;
2624
2588
  if (reqId !== undefined && reqId !== null) {
2625
2589
  headers = headers.set('reqId', String(reqId));
@@ -2651,7 +2615,7 @@ var CatalogControllerService = /** @class */ (function () {
2651
2615
  reportProgress: reportProgress
2652
2616
  });
2653
2617
  };
2654
- CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2618
+ CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
2655
2619
  if (observe === void 0) { observe = 'body'; }
2656
2620
  if (reportProgress === void 0) { reportProgress = false; }
2657
2621
  if (feedId === null || feedId === undefined) {
@@ -2661,18 +2625,9 @@ var CatalogControllerService = /** @class */ (function () {
2661
2625
  if (feedId !== undefined && feedId !== null) {
2662
2626
  queryParameters = queryParameters.set('feedId', feedId);
2663
2627
  }
2664
- if (pageNumber !== undefined && pageNumber !== null) {
2665
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2666
- }
2667
- if (pageSize !== undefined && pageSize !== null) {
2668
- queryParameters = queryParameters.set('pageSize', pageSize);
2669
- }
2670
2628
  if (refresh !== undefined && refresh !== null) {
2671
2629
  queryParameters = queryParameters.set('refresh', refresh);
2672
2630
  }
2673
- if (sort !== undefined && sort !== null) {
2674
- queryParameters = queryParameters.set('sort', sort);
2675
- }
2676
2631
  var headers = this.defaultHeaders;
2677
2632
  if (reqId !== undefined && reqId !== null) {
2678
2633
  headers = headers.set('reqId', String(reqId));
@@ -2801,7 +2756,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2801
2756
  reportProgress: reportProgress
2802
2757
  });
2803
2758
  };
2804
- ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2759
+ ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2805
2760
  if (observe === void 0) { observe = 'body'; }
2806
2761
  if (reportProgress === void 0) { reportProgress = false; }
2807
2762
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2811,18 +2766,9 @@ var ClickDestinationControllerService = /** @class */ (function () {
2811
2766
  if (advertiser_id !== undefined && advertiser_id !== null) {
2812
2767
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2813
2768
  }
2814
- if (pageNumber !== undefined && pageNumber !== null) {
2815
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2816
- }
2817
- if (pageSize !== undefined && pageSize !== null) {
2818
- queryParameters = queryParameters.set('pageSize', pageSize);
2819
- }
2820
2769
  if (refresh !== undefined && refresh !== null) {
2821
2770
  queryParameters = queryParameters.set('refresh', refresh);
2822
2771
  }
2823
- if (sort !== undefined && sort !== null) {
2824
- queryParameters = queryParameters.set('sort', sort);
2825
- }
2826
2772
  var headers = this.defaultHeaders;
2827
2773
  if (reqId !== undefined && reqId !== null) {
2828
2774
  headers = headers.set('reqId', String(reqId));
@@ -3316,28 +3262,19 @@ var CreativeControllerService = /** @class */ (function () {
3316
3262
  reportProgress: reportProgress
3317
3263
  });
3318
3264
  };
3319
- CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe, reportProgress) {
3265
+ CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
3320
3266
  if (observe === void 0) { observe = 'body'; }
3321
3267
  if (reportProgress === void 0) { reportProgress = false; }
3322
3268
  if (search === null || search === undefined) {
3323
3269
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3324
3270
  }
3325
3271
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3326
- if (pageNumber !== undefined && pageNumber !== null) {
3327
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3328
- }
3329
- if (pageSize !== undefined && pageSize !== null) {
3330
- queryParameters = queryParameters.set('pageSize', pageSize);
3331
- }
3332
3272
  if (refresh !== undefined && refresh !== null) {
3333
3273
  queryParameters = queryParameters.set('refresh', refresh);
3334
3274
  }
3335
3275
  if (skadtarget !== undefined && skadtarget !== null) {
3336
3276
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3337
3277
  }
3338
- if (sort !== undefined && sort !== null) {
3339
- queryParameters = queryParameters.set('sort', sort);
3340
- }
3341
3278
  var headers = this.defaultHeaders;
3342
3279
  if (reqId !== undefined && reqId !== null) {
3343
3280
  headers = headers.set('reqId', String(reqId));
@@ -3369,25 +3306,16 @@ var CreativeControllerService = /** @class */ (function () {
3369
3306
  reportProgress: reportProgress
3370
3307
  });
3371
3308
  };
3372
- CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3309
+ CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
3373
3310
  if (observe === void 0) { observe = 'body'; }
3374
3311
  if (reportProgress === void 0) { reportProgress = false; }
3375
3312
  if (search === null || search === undefined) {
3376
3313
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3377
3314
  }
3378
3315
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3379
- if (pageNumber !== undefined && pageNumber !== null) {
3380
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3381
- }
3382
- if (pageSize !== undefined && pageSize !== null) {
3383
- queryParameters = queryParameters.set('pageSize', pageSize);
3384
- }
3385
3316
  if (refresh !== undefined && refresh !== null) {
3386
3317
  queryParameters = queryParameters.set('refresh', refresh);
3387
3318
  }
3388
- if (sort !== undefined && sort !== null) {
3389
- queryParameters = queryParameters.set('sort', sort);
3390
- }
3391
3319
  var headers = this.defaultHeaders;
3392
3320
  if (reqId !== undefined && reqId !== null) {
3393
3321
  headers = headers.set('reqId', String(reqId));
@@ -3590,12 +3518,16 @@ var CreativeSetsControllerService = /** @class */ (function () {
3590
3518
  reportProgress: reportProgress
3591
3519
  });
3592
3520
  };
3593
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3521
+ CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
3594
3522
  if (observe === void 0) { observe = 'body'; }
3595
3523
  if (reportProgress === void 0) { reportProgress = false; }
3596
3524
  if (id === null || id === undefined) {
3597
3525
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3598
3526
  }
3527
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3528
+ if (refresh !== undefined && refresh !== null) {
3529
+ queryParameters = queryParameters.set('refresh', refresh);
3530
+ }
3599
3531
  var headers = this.defaultHeaders;
3600
3532
  if (reqId !== undefined && reqId !== null) {
3601
3533
  headers = headers.set('reqId', String(reqId));
@@ -3614,31 +3546,23 @@ var CreativeSetsControllerService = /** @class */ (function () {
3614
3546
  // to determine the Content-Type header
3615
3547
  var consumes = [];
3616
3548
  return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3549
+ params: queryParameters,
3617
3550
  withCredentials: this.configuration.withCredentials,
3618
3551
  headers: headers,
3619
3552
  observe: observe,
3620
3553
  reportProgress: reportProgress
3621
3554
  });
3622
3555
  };
3623
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3556
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3624
3557
  if (observe === void 0) { observe = 'body'; }
3625
3558
  if (reportProgress === void 0) { reportProgress = false; }
3626
3559
  if (dashboardRequest === null || dashboardRequest === undefined) {
3627
3560
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3628
3561
  }
3629
3562
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3630
- if (pageNumber !== undefined && pageNumber !== null) {
3631
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3632
- }
3633
- if (pageSize !== undefined && pageSize !== null) {
3634
- queryParameters = queryParameters.set('pageSize', pageSize);
3635
- }
3636
3563
  if (refresh !== undefined && refresh !== null) {
3637
3564
  queryParameters = queryParameters.set('refresh', refresh);
3638
3565
  }
3639
- if (sort !== undefined && sort !== null) {
3640
- queryParameters = queryParameters.set('sort', sort);
3641
- }
3642
3566
  var headers = this.defaultHeaders;
3643
3567
  if (reqId !== undefined && reqId !== null) {
3644
3568
  headers = headers.set('reqId', String(reqId));
@@ -3670,7 +3594,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3670
3594
  reportProgress: reportProgress
3671
3595
  });
3672
3596
  };
3673
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3597
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3674
3598
  if (observe === void 0) { observe = 'body'; }
3675
3599
  if (reportProgress === void 0) { reportProgress = false; }
3676
3600
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -3680,18 +3604,9 @@ var CreativeSetsControllerService = /** @class */ (function () {
3680
3604
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3681
3605
  }
3682
3606
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3683
- if (pageNumber !== undefined && pageNumber !== null) {
3684
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3685
- }
3686
- if (pageSize !== undefined && pageSize !== null) {
3687
- queryParameters = queryParameters.set('pageSize', pageSize);
3688
- }
3689
3607
  if (refresh !== undefined && refresh !== null) {
3690
3608
  queryParameters = queryParameters.set('refresh', refresh);
3691
3609
  }
3692
- if (sort !== undefined && sort !== null) {
3693
- queryParameters = queryParameters.set('sort', sort);
3694
- }
3695
3610
  var headers = this.defaultHeaders;
3696
3611
  if (reqId !== undefined && reqId !== null) {
3697
3612
  headers = headers.set('reqId', String(reqId));
@@ -4335,6 +4250,48 @@ var DashboardControllerService = /** @class */ (function () {
4335
4250
  }
4336
4251
  return false;
4337
4252
  };
4253
+ DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
4254
+ if (observe === void 0) { observe = 'body'; }
4255
+ if (reportProgress === void 0) { reportProgress = false; }
4256
+ if (id === null || id === undefined) {
4257
+ throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
4258
+ }
4259
+ if (tableEntity === null || tableEntity === undefined) {
4260
+ throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
4261
+ }
4262
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4263
+ if (id) {
4264
+ id.forEach(function (element) {
4265
+ queryParameters = queryParameters.append('id', element);
4266
+ });
4267
+ }
4268
+ var headers = this.defaultHeaders;
4269
+ if (reqId !== undefined && reqId !== null) {
4270
+ headers = headers.set('reqId', String(reqId));
4271
+ }
4272
+ if (token !== undefined && token !== null) {
4273
+ headers = headers.set('token', String(token));
4274
+ }
4275
+ // to determine the Accept header
4276
+ var httpHeaderAccepts = [
4277
+ 'application/json'
4278
+ ];
4279
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4280
+ if (httpHeaderAcceptSelected != undefined) {
4281
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4282
+ }
4283
+ // to determine the Content-Type header
4284
+ var consumes = [
4285
+ 'application/json'
4286
+ ];
4287
+ return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
4288
+ params: queryParameters,
4289
+ withCredentials: this.configuration.withCredentials,
4290
+ headers: headers,
4291
+ observe: observe,
4292
+ reportProgress: reportProgress
4293
+ });
4294
+ };
4338
4295
  DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4339
4296
  if (observe === void 0) { observe = 'body'; }
4340
4297
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4565,7 +4522,7 @@ var DashboardControllerService = /** @class */ (function () {
4565
4522
  reportProgress: reportProgress
4566
4523
  });
4567
4524
  };
4568
- DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
4525
+ DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
4569
4526
  if (observe === void 0) { observe = 'body'; }
4570
4527
  if (reportProgress === void 0) { reportProgress = false; }
4571
4528
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4578,21 +4535,12 @@ var DashboardControllerService = /** @class */ (function () {
4578
4535
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4579
4536
  }
4580
4537
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4581
- if (pageNumber !== undefined && pageNumber !== null) {
4582
- queryParameters = queryParameters.set('pageNumber', pageNumber);
4583
- }
4584
- if (pageSize !== undefined && pageSize !== null) {
4585
- queryParameters = queryParameters.set('pageSize', pageSize);
4586
- }
4587
4538
  if (refresh !== undefined && refresh !== null) {
4588
4539
  queryParameters = queryParameters.set('refresh', refresh);
4589
4540
  }
4590
4541
  if (showuu !== undefined && showuu !== null) {
4591
4542
  queryParameters = queryParameters.set('showuu', showuu);
4592
4543
  }
4593
- if (sort !== undefined && sort !== null) {
4594
- queryParameters = queryParameters.set('sort', sort);
4595
- }
4596
4544
  var headers = this.defaultHeaders;
4597
4545
  if (reqId !== undefined && reqId !== null) {
4598
4546
  headers = headers.set('reqId', String(reqId));
@@ -5139,7 +5087,7 @@ var PixelControllerService = /** @class */ (function () {
5139
5087
  reportProgress: reportProgress
5140
5088
  });
5141
5089
  };
5142
- PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
5090
+ PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
5143
5091
  if (observe === void 0) { observe = 'body'; }
5144
5092
  if (reportProgress === void 0) { reportProgress = false; }
5145
5093
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -5149,18 +5097,9 @@ var PixelControllerService = /** @class */ (function () {
5149
5097
  if (advertiser_id !== undefined && advertiser_id !== null) {
5150
5098
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
5151
5099
  }
5152
- if (pageNumber !== undefined && pageNumber !== null) {
5153
- queryParameters = queryParameters.set('pageNumber', pageNumber);
5154
- }
5155
- if (pageSize !== undefined && pageSize !== null) {
5156
- queryParameters = queryParameters.set('pageSize', pageSize);
5157
- }
5158
5100
  if (refresh !== undefined && refresh !== null) {
5159
5101
  queryParameters = queryParameters.set('refresh', refresh);
5160
5102
  }
5161
- if (sort !== undefined && sort !== null) {
5162
- queryParameters = queryParameters.set('sort', sort);
5163
- }
5164
5103
  var headers = this.defaultHeaders;
5165
5104
  if (reqId !== undefined && reqId !== null) {
5166
5105
  headers = headers.set('reqId', String(reqId));
@@ -6623,6 +6562,22 @@ var CreativeHtmlFileForSet;
6623
6562
  };
6624
6563
  })(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
6625
6564
 
6565
+ var CreativeSetDashboardMetric;
6566
+ (function (CreativeSetDashboardMetric) {
6567
+ CreativeSetDashboardMetric.CreativeSetTypeEnum = {
6568
+ IMAGE: 'IMAGE',
6569
+ VIDEO: 'VIDEO',
6570
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6571
+ ZIPPEDHTML: 'ZIPPED_HTML',
6572
+ NATIVEIMAGE: 'NATIVE_IMAGE',
6573
+ NATIVEVIDEO: 'NATIVE_VIDEO',
6574
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6575
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
6576
+ DYNAMICHTML: 'DYNAMIC_HTML',
6577
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6578
+ };
6579
+ })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
6580
+
6626
6581
  var CreativeSetDetails;
6627
6582
  (function (CreativeSetDetails) {
6628
6583
  CreativeSetDetails.TypeEnum = {
@@ -6655,9 +6610,20 @@ var CreativeSetRequest;
6655
6610
  };
6656
6611
  })(CreativeSetRequest || (CreativeSetRequest = {}));
6657
6612
 
6658
- var CreativeSetsListDashboardData;
6659
- (function (CreativeSetsListDashboardData) {
6660
- CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6613
+ /**
6614
+ * Api Documentation
6615
+ * Api Documentation
6616
+ *
6617
+ * OpenAPI spec version: 1.0
6618
+ *
6619
+ *
6620
+ * NOTE: This class is auto generated by the swagger code generator program.
6621
+ * https://github.com/swagger-api/swagger-codegen.git
6622
+ * Do not edit the class manually.
6623
+ */
6624
+ var CreativeSetResponse;
6625
+ (function (CreativeSetResponse) {
6626
+ CreativeSetResponse.OtherCreativeSetTypeEnum = {
6661
6627
  IMAGE: 'IMAGE',
6662
6628
  VIDEO: 'VIDEO',
6663
6629
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6669,7 +6635,7 @@ var CreativeSetsListDashboardData;
6669
6635
  DYNAMICHTML: 'DYNAMIC_HTML',
6670
6636
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6671
6637
  };
6672
- })(CreativeSetsListDashboardData || (CreativeSetsListDashboardData = {}));
6638
+ })(CreativeSetResponse || (CreativeSetResponse = {}));
6673
6639
 
6674
6640
  /**
6675
6641
  * Api Documentation
@@ -7144,5 +7110,5 @@ var ApiModule = /** @class */ (function () {
7144
7110
  * Generated bundle index. Do not edit.
7145
7111
  */
7146
7112
 
7147
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDetails, CreativeSetRequest, CreativeSetsControllerService, CreativeSetsListDashboardData, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7113
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7148
7114
  //# sourceMappingURL=revxui-api-clients-ts.js.map