@revxui/api-clients-ts 0.10.232 → 0.10.233

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 (69) hide show
  1. package/README.md +2 -2
  2. package/api/sliceXController.service.d.ts +6 -6
  3. package/bundles/revxui-api-clients-ts.umd.js +23 -23
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.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 +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/creativeDTO.js +1 -1
  31. package/esm2015/model/creativeFileForSet.js +1 -1
  32. package/esm2015/model/creativeFiles.js +1 -1
  33. package/esm2015/model/duration.js +12 -1
  34. package/esm5/api/adminController.service.js +2 -2
  35. package/esm5/api/advertiserController.service.js +2 -2
  36. package/esm5/api/appSettingsController.service.js +2 -2
  37. package/esm5/api/audienceController.service.js +2 -2
  38. package/esm5/api/auditController.service.js +2 -2
  39. package/esm5/api/bulkStrategyController.service.js +2 -2
  40. package/esm5/api/cSSThemeController_.service.js +2 -2
  41. package/esm5/api/campaignController.service.js +2 -2
  42. package/esm5/api/catalogController.service.js +2 -2
  43. package/esm5/api/clickDestinationController.service.js +2 -2
  44. package/esm5/api/creativeController.service.js +2 -2
  45. package/esm5/api/creativeSetsController.service.js +2 -2
  46. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  47. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  48. package/esm5/api/creativeTemplatesController.service.js +2 -2
  49. package/esm5/api/dashboardController.service.js +2 -2
  50. package/esm5/api/notificationsController.service.js +2 -2
  51. package/esm5/api/pixelController.service.js +2 -2
  52. package/esm5/api/reportingController.service.js +2 -2
  53. package/esm5/api/sliceXController.service.js +2 -2
  54. package/esm5/api/strategyController.service.js +2 -2
  55. package/esm5/api/uILoggerController.service.js +2 -2
  56. package/esm5/api/userPreferenceController.service.js +2 -2
  57. package/esm5/model/creativeDTO.js +1 -1
  58. package/esm5/model/creativeFileForSet.js +1 -1
  59. package/esm5/model/creativeFiles.js +1 -1
  60. package/esm5/model/duration.js +12 -1
  61. package/fesm2015/revxui-api-clients-ts.js +23 -23
  62. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  63. package/fesm5/revxui-api-clients-ts.js +23 -23
  64. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  65. package/model/creativeDTO.d.ts +2 -0
  66. package/model/creativeFileForSet.d.ts +2 -0
  67. package/model/creativeFiles.d.ts +2 -0
  68. package/model/duration.d.ts +0 -2
  69. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.232
1
+ ## @revxui/api-clients-ts@0.10.233
2
2
 
3
3
  ### Building
4
4
 
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
19
19
  _published:_
20
20
 
21
21
  ```
22
- npm install @revxui/api-clients-ts@0.10.232 --save
22
+ npm install @revxui/api-clients-ts@0.10.233 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -50,9 +50,9 @@ export declare class SliceXControllerService {
50
50
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
51
51
  * @param reportProgress flag to report request and response progress.
52
52
  */
53
- getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
54
- getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
55
- getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
53
+ getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
54
+ getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
55
+ getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
56
56
  /**
57
57
  * Slicex API for List Export.
58
58
  *
@@ -64,7 +64,7 @@ export declare class SliceXControllerService {
64
64
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
65
65
  * @param reportProgress flag to report request and response progress.
66
66
  */
67
- getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<FileDownloadResponse>;
68
- getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<FileDownloadResponse>>;
69
- getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FileDownloadResponse>>;
67
+ getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<FileDownloadResponse>;
68
+ getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<FileDownloadResponse>>;
69
+ getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FileDownloadResponse>>;
70
70
  }
@@ -308,7 +308,7 @@
308
308
  var AdminControllerService = /** @class */ (function () {
309
309
  function AdminControllerService(httpClient, basePath, configuration) {
310
310
  this.httpClient = httpClient;
311
- this.basePath = 'https://apiv2stage1.atomex.net';
311
+ this.basePath = 'https://apiv2stage2.atomex.net';
312
312
  this.defaultHeaders = new http.HttpHeaders();
313
313
  this.configuration = new Configuration();
314
314
  if (basePath) {
@@ -525,7 +525,7 @@
525
525
  var AdvertiserControllerService = /** @class */ (function () {
526
526
  function AdvertiserControllerService(httpClient, basePath, configuration) {
527
527
  this.httpClient = httpClient;
528
- this.basePath = 'https://apiv2stage1.atomex.net';
528
+ this.basePath = 'https://apiv2stage2.atomex.net';
529
529
  this.defaultHeaders = new http.HttpHeaders();
530
530
  this.configuration = new Configuration();
531
531
  if (basePath) {
@@ -971,7 +971,7 @@
971
971
  var AppSettingsControllerService = /** @class */ (function () {
972
972
  function AppSettingsControllerService(httpClient, basePath, configuration) {
973
973
  this.httpClient = httpClient;
974
- this.basePath = 'https://apiv2stage1.atomex.net';
974
+ this.basePath = 'https://apiv2stage2.atomex.net';
975
975
  this.defaultHeaders = new http.HttpHeaders();
976
976
  this.configuration = new Configuration();
977
977
  if (basePath) {
@@ -1141,7 +1141,7 @@
1141
1141
  var AudienceControllerService = /** @class */ (function () {
1142
1142
  function AudienceControllerService(httpClient, basePath, configuration) {
1143
1143
  this.httpClient = httpClient;
1144
- this.basePath = 'https://apiv2stage1.atomex.net';
1144
+ this.basePath = 'https://apiv2stage2.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1793,7 +1793,7 @@
1793
1793
  var AuditControllerService = /** @class */ (function () {
1794
1794
  function AuditControllerService(httpClient, basePath, configuration) {
1795
1795
  this.httpClient = httpClient;
1796
- this.basePath = 'https://apiv2stage1.atomex.net';
1796
+ this.basePath = 'https://apiv2stage2.atomex.net';
1797
1797
  this.defaultHeaders = new http.HttpHeaders();
1798
1798
  this.configuration = new Configuration();
1799
1799
  if (basePath) {
@@ -1992,7 +1992,7 @@
1992
1992
  var BulkStrategyControllerService = /** @class */ (function () {
1993
1993
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1994
1994
  this.httpClient = httpClient;
1995
- this.basePath = 'https://apiv2stage1.atomex.net';
1995
+ this.basePath = 'https://apiv2stage2.atomex.net';
1996
1996
  this.defaultHeaders = new http.HttpHeaders();
1997
1997
  this.configuration = new Configuration();
1998
1998
  if (basePath) {
@@ -2235,7 +2235,7 @@
2235
2235
  var CSSThemeController_Service = /** @class */ (function () {
2236
2236
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2237
2237
  this.httpClient = httpClient;
2238
- this.basePath = 'https://apiv2stage1.atomex.net';
2238
+ this.basePath = 'https://apiv2stage2.atomex.net';
2239
2239
  this.defaultHeaders = new http.HttpHeaders();
2240
2240
  this.configuration = new Configuration();
2241
2241
  if (basePath) {
@@ -2356,7 +2356,7 @@
2356
2356
  var CampaignControllerService = /** @class */ (function () {
2357
2357
  function CampaignControllerService(httpClient, basePath, configuration) {
2358
2358
  this.httpClient = httpClient;
2359
- this.basePath = 'https://apiv2stage1.atomex.net';
2359
+ this.basePath = 'https://apiv2stage2.atomex.net';
2360
2360
  this.defaultHeaders = new http.HttpHeaders();
2361
2361
  this.configuration = new Configuration();
2362
2362
  if (basePath) {
@@ -2642,7 +2642,7 @@
2642
2642
  var CatalogControllerService = /** @class */ (function () {
2643
2643
  function CatalogControllerService(httpClient, basePath, configuration) {
2644
2644
  this.httpClient = httpClient;
2645
- this.basePath = 'https://apiv2stage1.atomex.net';
2645
+ this.basePath = 'https://apiv2stage2.atomex.net';
2646
2646
  this.defaultHeaders = new http.HttpHeaders();
2647
2647
  this.configuration = new Configuration();
2648
2648
  if (basePath) {
@@ -2865,7 +2865,7 @@
2865
2865
  var ClickDestinationControllerService = /** @class */ (function () {
2866
2866
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2867
2867
  this.httpClient = httpClient;
2868
- this.basePath = 'https://apiv2stage1.atomex.net';
2868
+ this.basePath = 'https://apiv2stage2.atomex.net';
2869
2869
  this.defaultHeaders = new http.HttpHeaders();
2870
2870
  this.configuration = new Configuration();
2871
2871
  if (basePath) {
@@ -3115,7 +3115,7 @@
3115
3115
  var CreativeControllerService = /** @class */ (function () {
3116
3116
  function CreativeControllerService(httpClient, basePath, configuration) {
3117
3117
  this.httpClient = httpClient;
3118
- this.basePath = 'https://apiv2stage1.atomex.net';
3118
+ this.basePath = 'https://apiv2stage2.atomex.net';
3119
3119
  this.defaultHeaders = new http.HttpHeaders();
3120
3120
  this.configuration = new Configuration();
3121
3121
  if (basePath) {
@@ -3592,7 +3592,7 @@
3592
3592
  var CreativeSetsControllerService = /** @class */ (function () {
3593
3593
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3594
3594
  this.httpClient = httpClient;
3595
- this.basePath = 'https://apiv2stage1.atomex.net';
3595
+ this.basePath = 'https://apiv2stage2.atomex.net';
3596
3596
  this.defaultHeaders = new http.HttpHeaders();
3597
3597
  this.configuration = new Configuration();
3598
3598
  if (basePath) {
@@ -3927,7 +3927,7 @@
3927
3927
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3928
3928
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3929
3929
  this.httpClient = httpClient;
3930
- this.basePath = 'https://apiv2stage1.atomex.net';
3930
+ this.basePath = 'https://apiv2stage2.atomex.net';
3931
3931
  this.defaultHeaders = new http.HttpHeaders();
3932
3932
  this.configuration = new Configuration();
3933
3933
  if (basePath) {
@@ -4128,7 +4128,7 @@
4128
4128
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4129
4129
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4130
4130
  this.httpClient = httpClient;
4131
- this.basePath = 'https://apiv2stage1.atomex.net';
4131
+ this.basePath = 'https://apiv2stage2.atomex.net';
4132
4132
  this.defaultHeaders = new http.HttpHeaders();
4133
4133
  this.configuration = new Configuration();
4134
4134
  if (basePath) {
@@ -4216,7 +4216,7 @@
4216
4216
  var CreativeTemplatesControllerService = /** @class */ (function () {
4217
4217
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4218
4218
  this.httpClient = httpClient;
4219
- this.basePath = 'https://apiv2stage1.atomex.net';
4219
+ this.basePath = 'https://apiv2stage2.atomex.net';
4220
4220
  this.defaultHeaders = new http.HttpHeaders();
4221
4221
  this.configuration = new Configuration();
4222
4222
  if (basePath) {
@@ -4395,7 +4395,7 @@
4395
4395
  var DashboardControllerService = /** @class */ (function () {
4396
4396
  function DashboardControllerService(httpClient, basePath, configuration) {
4397
4397
  this.httpClient = httpClient;
4398
- this.basePath = 'https://apiv2stage1.atomex.net';
4398
+ this.basePath = 'https://apiv2stage2.atomex.net';
4399
4399
  this.defaultHeaders = new http.HttpHeaders();
4400
4400
  this.configuration = new Configuration();
4401
4401
  if (basePath) {
@@ -5052,7 +5052,7 @@
5052
5052
  var NotificationsControllerService = /** @class */ (function () {
5053
5053
  function NotificationsControllerService(httpClient, basePath, configuration) {
5054
5054
  this.httpClient = httpClient;
5055
- this.basePath = 'https://apiv2stage1.atomex.net';
5055
+ this.basePath = 'https://apiv2stage2.atomex.net';
5056
5056
  this.defaultHeaders = new http.HttpHeaders();
5057
5057
  this.configuration = new Configuration();
5058
5058
  if (basePath) {
@@ -5251,7 +5251,7 @@
5251
5251
  var PixelControllerService = /** @class */ (function () {
5252
5252
  function PixelControllerService(httpClient, basePath, configuration) {
5253
5253
  this.httpClient = httpClient;
5254
- this.basePath = 'https://apiv2stage1.atomex.net';
5254
+ this.basePath = 'https://apiv2stage2.atomex.net';
5255
5255
  this.defaultHeaders = new http.HttpHeaders();
5256
5256
  this.configuration = new Configuration();
5257
5257
  if (basePath) {
@@ -5580,7 +5580,7 @@
5580
5580
  var ReportingControllerService = /** @class */ (function () {
5581
5581
  function ReportingControllerService(httpClient, basePath, configuration) {
5582
5582
  this.httpClient = httpClient;
5583
- this.basePath = 'https://apiv2stage1.atomex.net';
5583
+ this.basePath = 'https://apiv2stage2.atomex.net';
5584
5584
  this.defaultHeaders = new http.HttpHeaders();
5585
5585
  this.configuration = new Configuration();
5586
5586
  if (basePath) {
@@ -5764,7 +5764,7 @@
5764
5764
  var SliceXControllerService = /** @class */ (function () {
5765
5765
  function SliceXControllerService(httpClient, basePath, configuration) {
5766
5766
  this.httpClient = httpClient;
5767
- this.basePath = 'https://apiv2stage1.atomex.net';
5767
+ this.basePath = 'https://apiv2stage2.atomex.net';
5768
5768
  this.defaultHeaders = new http.HttpHeaders();
5769
5769
  this.configuration = new Configuration();
5770
5770
  if (basePath) {
@@ -5949,7 +5949,7 @@
5949
5949
  var StrategyControllerService = /** @class */ (function () {
5950
5950
  function StrategyControllerService(httpClient, basePath, configuration) {
5951
5951
  this.httpClient = httpClient;
5952
- this.basePath = 'https://apiv2stage1.atomex.net';
5952
+ this.basePath = 'https://apiv2stage2.atomex.net';
5953
5953
  this.defaultHeaders = new http.HttpHeaders();
5954
5954
  this.configuration = new Configuration();
5955
5955
  if (basePath) {
@@ -6610,7 +6610,7 @@
6610
6610
  var UILoggerControllerService = /** @class */ (function () {
6611
6611
  function UILoggerControllerService(httpClient, basePath, configuration) {
6612
6612
  this.httpClient = httpClient;
6613
- this.basePath = 'https://apiv2stage1.atomex.net';
6613
+ this.basePath = 'https://apiv2stage2.atomex.net';
6614
6614
  this.defaultHeaders = new http.HttpHeaders();
6615
6615
  this.configuration = new Configuration();
6616
6616
  if (basePath) {
@@ -6712,7 +6712,7 @@
6712
6712
  var UserPreferenceControllerService = /** @class */ (function () {
6713
6713
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6714
6714
  this.httpClient = httpClient;
6715
- this.basePath = 'https://apiv2stage1.atomex.net';
6715
+ this.basePath = 'https://apiv2stage2.atomex.net';
6716
6716
  this.defaultHeaders = new http.HttpHeaders();
6717
6717
  this.configuration = new Configuration();
6718
6718
  if (basePath) {