@revxui/api-clients-ts 0.10.161 → 0.10.165

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 (85) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +4 -3
  3. package/bundles/revxui-api-clients-ts.umd.js +29 -35
  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/appsFlyerAudienceController.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/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +8 -3
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/dashboardController.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/bulkEditStrategiesDTO.js +1 -1
  31. package/esm2015/model/clickDestination.js +1 -12
  32. package/esm2015/model/creativePerformanceData.js +1 -1
  33. package/esm2015/model/creativeSetDetails.js +1 -1
  34. package/esm2015/model/creativeSetsListDashboardData.js +1 -1
  35. package/esm2015/model/fcapDetails.js +12 -0
  36. package/esm2015/model/fcapEditField.js +1 -0
  37. package/esm2015/model/models.js +1 -1
  38. package/esm2015/model/pixel.js +1 -1
  39. package/esm5/api/adminController.service.js +2 -2
  40. package/esm5/api/advertiserController.service.js +2 -2
  41. package/esm5/api/appSettingsController.service.js +2 -2
  42. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  43. package/esm5/api/audienceController.service.js +2 -2
  44. package/esm5/api/auditController.service.js +2 -2
  45. package/esm5/api/bulkStrategyController.service.js +2 -2
  46. package/esm5/api/cSSThemeController_.service.js +2 -2
  47. package/esm5/api/campaignController.service.js +2 -2
  48. package/esm5/api/catalogController.service.js +2 -2
  49. package/esm5/api/clickDestinationController.service.js +2 -2
  50. package/esm5/api/creativeController.service.js +2 -2
  51. package/esm5/api/creativeSetsController.service.js +8 -3
  52. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  53. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  54. package/esm5/api/creativeTemplatesController.service.js +2 -2
  55. package/esm5/api/dashboardController.service.js +2 -2
  56. package/esm5/api/pixelController.service.js +2 -2
  57. package/esm5/api/reportingController.service.js +2 -2
  58. package/esm5/api/sliceXController.service.js +2 -2
  59. package/esm5/api/strategyController.service.js +2 -2
  60. package/esm5/api/uILoggerController.service.js +2 -2
  61. package/esm5/api/userPreferenceController.service.js +2 -2
  62. package/esm5/model/bulkEditStrategiesDTO.js +1 -1
  63. package/esm5/model/clickDestination.js +1 -12
  64. package/esm5/model/creativePerformanceData.js +1 -1
  65. package/esm5/model/creativeSetDetails.js +1 -1
  66. package/esm5/model/creativeSetsListDashboardData.js +1 -1
  67. package/esm5/model/fcapDetails.js +12 -0
  68. package/esm5/model/fcapEditField.js +1 -0
  69. package/esm5/model/models.js +1 -1
  70. package/esm5/model/pixel.js +1 -1
  71. package/fesm2015/revxui-api-clients-ts.js +29 -35
  72. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  73. package/fesm5/revxui-api-clients-ts.js +29 -35
  74. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  75. package/model/bulkEditStrategiesDTO.d.ts +2 -0
  76. package/model/clickDestination.d.ts +2 -0
  77. package/model/creativePerformanceData.d.ts +10 -0
  78. package/model/creativeSetDetails.d.ts +1 -0
  79. package/model/creativeSetsListDashboardData.d.ts +1 -1
  80. package/model/fcapDetails.d.ts +16 -0
  81. package/model/fcapEditField.d.ts +16 -0
  82. package/model/models.d.ts +2 -0
  83. package/model/pixel.d.ts +0 -1
  84. package/package.json +1 -1
  85. package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.161
1
+ ## @revxui/api-clients-ts@0.10.165
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.161 --save
22
+ npm install @revxui/api-clients-ts@0.10.165 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -59,14 +59,15 @@ export declare class CreativeSetsControllerService {
59
59
  * Api to get creative sets
60
60
  *
61
61
  * @param id id
62
+ * @param refresh refresh
62
63
  * @param reqId request id
63
64
  * @param token Auth Token
64
65
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
65
66
  * @param reportProgress flag to report request and response progress.
66
67
  */
67
- getByIdUsingGET3(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetDetails>;
68
- getByIdUsingGET3(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetDetails>>;
69
- getByIdUsingGET3(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetDetails>>;
68
+ getByIdUsingGET3(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetDetails>;
69
+ getByIdUsingGET3(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetDetails>>;
70
+ getByIdUsingGET3(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetDetails>>;
70
71
  /**
71
72
  * Api to get list of creative sets with performance
72
73
  *
@@ -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://apiv2stage3.atomex.net';
311
+ this.basePath = 'https://apiv2stage1.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://apiv2stage3.atomex.net';
528
+ this.basePath = 'https://apiv2stage1.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://apiv2stage3.atomex.net';
974
+ this.basePath = 'https://apiv2stage1.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 AppsFlyerAudienceControllerService = /** @class */ (function () {
1142
1142
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
1143
1143
  this.httpClient = httpClient;
1144
- this.basePath = 'https://apiv2stage3.atomex.net';
1144
+ this.basePath = 'https://apiv2stage1.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1310,7 +1310,7 @@
1310
1310
  var AudienceControllerService = /** @class */ (function () {
1311
1311
  function AudienceControllerService(httpClient, basePath, configuration) {
1312
1312
  this.httpClient = httpClient;
1313
- this.basePath = 'https://apiv2stage3.atomex.net';
1313
+ this.basePath = 'https://apiv2stage1.atomex.net';
1314
1314
  this.defaultHeaders = new http.HttpHeaders();
1315
1315
  this.configuration = new Configuration();
1316
1316
  if (basePath) {
@@ -1834,7 +1834,7 @@
1834
1834
  var AuditControllerService = /** @class */ (function () {
1835
1835
  function AuditControllerService(httpClient, basePath, configuration) {
1836
1836
  this.httpClient = httpClient;
1837
- this.basePath = 'https://apiv2stage3.atomex.net';
1837
+ this.basePath = 'https://apiv2stage1.atomex.net';
1838
1838
  this.defaultHeaders = new http.HttpHeaders();
1839
1839
  this.configuration = new Configuration();
1840
1840
  if (basePath) {
@@ -2033,7 +2033,7 @@
2033
2033
  var BulkStrategyControllerService = /** @class */ (function () {
2034
2034
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2035
2035
  this.httpClient = httpClient;
2036
- this.basePath = 'https://apiv2stage3.atomex.net';
2036
+ this.basePath = 'https://apiv2stage1.atomex.net';
2037
2037
  this.defaultHeaders = new http.HttpHeaders();
2038
2038
  this.configuration = new Configuration();
2039
2039
  if (basePath) {
@@ -2276,7 +2276,7 @@
2276
2276
  var CSSThemeController_Service = /** @class */ (function () {
2277
2277
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2278
2278
  this.httpClient = httpClient;
2279
- this.basePath = 'https://apiv2stage3.atomex.net';
2279
+ this.basePath = 'https://apiv2stage1.atomex.net';
2280
2280
  this.defaultHeaders = new http.HttpHeaders();
2281
2281
  this.configuration = new Configuration();
2282
2282
  if (basePath) {
@@ -2397,7 +2397,7 @@
2397
2397
  var CampaignControllerService = /** @class */ (function () {
2398
2398
  function CampaignControllerService(httpClient, basePath, configuration) {
2399
2399
  this.httpClient = httpClient;
2400
- this.basePath = 'https://apiv2stage3.atomex.net';
2400
+ this.basePath = 'https://apiv2stage1.atomex.net';
2401
2401
  this.defaultHeaders = new http.HttpHeaders();
2402
2402
  this.configuration = new Configuration();
2403
2403
  if (basePath) {
@@ -2683,7 +2683,7 @@
2683
2683
  var CatalogControllerService = /** @class */ (function () {
2684
2684
  function CatalogControllerService(httpClient, basePath, configuration) {
2685
2685
  this.httpClient = httpClient;
2686
- this.basePath = 'https://apiv2stage3.atomex.net';
2686
+ this.basePath = 'https://apiv2stage1.atomex.net';
2687
2687
  this.defaultHeaders = new http.HttpHeaders();
2688
2688
  this.configuration = new Configuration();
2689
2689
  if (basePath) {
@@ -2906,7 +2906,7 @@
2906
2906
  var ClickDestinationControllerService = /** @class */ (function () {
2907
2907
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2908
2908
  this.httpClient = httpClient;
2909
- this.basePath = 'https://apiv2stage3.atomex.net';
2909
+ this.basePath = 'https://apiv2stage1.atomex.net';
2910
2910
  this.defaultHeaders = new http.HttpHeaders();
2911
2911
  this.configuration = new Configuration();
2912
2912
  if (basePath) {
@@ -3156,7 +3156,7 @@
3156
3156
  var CreativeControllerService = /** @class */ (function () {
3157
3157
  function CreativeControllerService(httpClient, basePath, configuration) {
3158
3158
  this.httpClient = httpClient;
3159
- this.basePath = 'https://apiv2stage3.atomex.net';
3159
+ this.basePath = 'https://apiv2stage1.atomex.net';
3160
3160
  this.defaultHeaders = new http.HttpHeaders();
3161
3161
  this.configuration = new Configuration();
3162
3162
  if (basePath) {
@@ -3633,7 +3633,7 @@
3633
3633
  var CreativeSetsControllerService = /** @class */ (function () {
3634
3634
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3635
3635
  this.httpClient = httpClient;
3636
- this.basePath = 'https://apiv2stage3.atomex.net';
3636
+ this.basePath = 'https://apiv2stage1.atomex.net';
3637
3637
  this.defaultHeaders = new http.HttpHeaders();
3638
3638
  this.configuration = new Configuration();
3639
3639
  if (basePath) {
@@ -3739,12 +3739,16 @@
3739
3739
  reportProgress: reportProgress
3740
3740
  });
3741
3741
  };
3742
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3742
+ CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
3743
3743
  if (observe === void 0) { observe = 'body'; }
3744
3744
  if (reportProgress === void 0) { reportProgress = false; }
3745
3745
  if (id === null || id === undefined) {
3746
3746
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3747
3747
  }
3748
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3749
+ if (refresh !== undefined && refresh !== null) {
3750
+ queryParameters = queryParameters.set('refresh', refresh);
3751
+ }
3748
3752
  var headers = this.defaultHeaders;
3749
3753
  if (reqId !== undefined && reqId !== null) {
3750
3754
  headers = headers.set('reqId', String(reqId));
@@ -3763,6 +3767,7 @@
3763
3767
  // to determine the Content-Type header
3764
3768
  var consumes = [];
3765
3769
  return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3770
+ params: queryParameters,
3766
3771
  withCredentials: this.configuration.withCredentials,
3767
3772
  headers: headers,
3768
3773
  observe: observe,
@@ -3963,7 +3968,7 @@
3963
3968
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3964
3969
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3965
3970
  this.httpClient = httpClient;
3966
- this.basePath = 'https://apiv2stage3.atomex.net';
3971
+ this.basePath = 'https://apiv2stage1.atomex.net';
3967
3972
  this.defaultHeaders = new http.HttpHeaders();
3968
3973
  this.configuration = new Configuration();
3969
3974
  if (basePath) {
@@ -4164,7 +4169,7 @@
4164
4169
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4165
4170
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4166
4171
  this.httpClient = httpClient;
4167
- this.basePath = 'https://apiv2stage3.atomex.net';
4172
+ this.basePath = 'https://apiv2stage1.atomex.net';
4168
4173
  this.defaultHeaders = new http.HttpHeaders();
4169
4174
  this.configuration = new Configuration();
4170
4175
  if (basePath) {
@@ -4252,7 +4257,7 @@
4252
4257
  var CreativeTemplatesControllerService = /** @class */ (function () {
4253
4258
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4254
4259
  this.httpClient = httpClient;
4255
- this.basePath = 'https://apiv2stage3.atomex.net';
4260
+ this.basePath = 'https://apiv2stage1.atomex.net';
4256
4261
  this.defaultHeaders = new http.HttpHeaders();
4257
4262
  this.configuration = new Configuration();
4258
4263
  if (basePath) {
@@ -4431,7 +4436,7 @@
4431
4436
  var DashboardControllerService = /** @class */ (function () {
4432
4437
  function DashboardControllerService(httpClient, basePath, configuration) {
4433
4438
  this.httpClient = httpClient;
4434
- this.basePath = 'https://apiv2stage3.atomex.net';
4439
+ this.basePath = 'https://apiv2stage1.atomex.net';
4435
4440
  this.defaultHeaders = new http.HttpHeaders();
4436
4441
  this.configuration = new Configuration();
4437
4442
  if (basePath) {
@@ -5088,7 +5093,7 @@
5088
5093
  var PixelControllerService = /** @class */ (function () {
5089
5094
  function PixelControllerService(httpClient, basePath, configuration) {
5090
5095
  this.httpClient = httpClient;
5091
- this.basePath = 'https://apiv2stage3.atomex.net';
5096
+ this.basePath = 'https://apiv2stage1.atomex.net';
5092
5097
  this.defaultHeaders = new http.HttpHeaders();
5093
5098
  this.configuration = new Configuration();
5094
5099
  if (basePath) {
@@ -5417,7 +5422,7 @@
5417
5422
  var ReportingControllerService = /** @class */ (function () {
5418
5423
  function ReportingControllerService(httpClient, basePath, configuration) {
5419
5424
  this.httpClient = httpClient;
5420
- this.basePath = 'https://apiv2stage3.atomex.net';
5425
+ this.basePath = 'https://apiv2stage1.atomex.net';
5421
5426
  this.defaultHeaders = new http.HttpHeaders();
5422
5427
  this.configuration = new Configuration();
5423
5428
  if (basePath) {
@@ -5601,7 +5606,7 @@
5601
5606
  var SliceXControllerService = /** @class */ (function () {
5602
5607
  function SliceXControllerService(httpClient, basePath, configuration) {
5603
5608
  this.httpClient = httpClient;
5604
- this.basePath = 'https://apiv2stage3.atomex.net';
5609
+ this.basePath = 'https://apiv2stage1.atomex.net';
5605
5610
  this.defaultHeaders = new http.HttpHeaders();
5606
5611
  this.configuration = new Configuration();
5607
5612
  if (basePath) {
@@ -5786,7 +5791,7 @@
5786
5791
  var StrategyControllerService = /** @class */ (function () {
5787
5792
  function StrategyControllerService(httpClient, basePath, configuration) {
5788
5793
  this.httpClient = httpClient;
5789
- this.basePath = 'https://apiv2stage3.atomex.net';
5794
+ this.basePath = 'https://apiv2stage1.atomex.net';
5790
5795
  this.defaultHeaders = new http.HttpHeaders();
5791
5796
  this.configuration = new Configuration();
5792
5797
  if (basePath) {
@@ -6274,7 +6279,7 @@
6274
6279
  var UILoggerControllerService = /** @class */ (function () {
6275
6280
  function UILoggerControllerService(httpClient, basePath, configuration) {
6276
6281
  this.httpClient = httpClient;
6277
- this.basePath = 'https://apiv2stage3.atomex.net';
6282
+ this.basePath = 'https://apiv2stage1.atomex.net';
6278
6283
  this.defaultHeaders = new http.HttpHeaders();
6279
6284
  this.configuration = new Configuration();
6280
6285
  if (basePath) {
@@ -6376,7 +6381,7 @@
6376
6381
  var UserPreferenceControllerService = /** @class */ (function () {
6377
6382
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6378
6383
  this.httpClient = httpClient;
6379
- this.basePath = 'https://apiv2stage3.atomex.net';
6384
+ this.basePath = 'https://apiv2stage1.atomex.net';
6380
6385
  this.defaultHeaders = new http.HttpHeaders();
6381
6386
  this.configuration = new Configuration();
6382
6387
  if (basePath) {
@@ -6632,17 +6637,6 @@
6632
6637
  };
6633
6638
  })(exports.AudienceDTO || (exports.AudienceDTO = {}));
6634
6639
 
6635
- /**
6636
- * Api Documentation
6637
- * Api Documentation
6638
- *
6639
- * OpenAPI spec version: 1.0
6640
- *
6641
- *
6642
- * NOTE: This class is auto generated by the swagger code generator program.
6643
- * https://github.com/swagger-api/swagger-codegen.git
6644
- * Do not edit the class manually.
6645
- */
6646
6640
 
6647
6641
  (function (ClickDestination) {
6648
6642
  ClickDestination.CampaignTypeEnum = {