@revxui/api-clients-ts 1.1.445 → 1.1.447

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 (56) hide show
  1. package/README.md +2 -2
  2. package/api/strategyController.service.d.ts +13 -0
  3. package/esm2020/api/adminController.service.mjs +2 -2
  4. package/esm2020/api/advertiserController.service.mjs +2 -2
  5. package/esm2020/api/appSettingsController.service.mjs +2 -2
  6. package/esm2020/api/appsFlyerController.service.mjs +2 -2
  7. package/esm2020/api/audienceController.service.mjs +2 -2
  8. package/esm2020/api/auditController.service.mjs +2 -2
  9. package/esm2020/api/bidFunnelController.service.mjs +2 -2
  10. package/esm2020/api/bulkStrategyController.service.mjs +2 -2
  11. package/esm2020/api/cSSThemeController_.service.mjs +2 -2
  12. package/esm2020/api/campaignController.service.mjs +2 -2
  13. package/esm2020/api/catalogController.service.mjs +2 -2
  14. package/esm2020/api/clickDestinationController.service.mjs +2 -2
  15. package/esm2020/api/creativeController.service.mjs +2 -2
  16. package/esm2020/api/creativeSetsController.service.mjs +2 -2
  17. package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
  18. package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
  19. package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
  20. package/esm2020/api/customerReportingController.service.mjs +2 -2
  21. package/esm2020/api/dashboardController.service.mjs +2 -2
  22. package/esm2020/api/experimentsController.service.mjs +2 -2
  23. package/esm2020/api/notificationsController.service.mjs +2 -2
  24. package/esm2020/api/pixelController.service.mjs +2 -2
  25. package/esm2020/api/reportController.service.mjs +2 -2
  26. package/esm2020/api/reportingController.service.mjs +2 -2
  27. package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
  28. package/esm2020/api/safeguardController.service.mjs +2 -2
  29. package/esm2020/api/sliceXController.service.mjs +2 -2
  30. package/esm2020/api/strategyController.service.mjs +36 -2
  31. package/esm2020/api/strategyTemplateController.service.mjs +2 -2
  32. package/esm2020/api/uILoggerController.service.mjs +2 -2
  33. package/esm2020/api/userPreferenceController.service.mjs +2 -2
  34. package/esm2020/model/adFormatCount.mjs +13 -0
  35. package/esm2020/model/adoDTO.mjs +1 -1
  36. package/esm2020/model/advertiserDynamicDetails.mjs +1 -1
  37. package/esm2020/model/apiResponseObjectMaplongAdFormatCount.mjs +2 -0
  38. package/esm2020/model/creativeDTO.mjs +1 -1
  39. package/esm2020/model/maplongAdFormatCount.mjs +2 -0
  40. package/esm2020/model/models.mjs +4 -1
  41. package/esm2020/model/strategy.mjs +1 -1
  42. package/esm2020/model/strategyDTO.mjs +1 -1
  43. package/fesm2015/revxui-api-clients-ts.mjs +65 -31
  44. package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
  45. package/fesm2020/revxui-api-clients-ts.mjs +77 -31
  46. package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
  47. package/model/adFormatCount.d.ts +16 -0
  48. package/model/adoDTO.d.ts +1 -0
  49. package/model/advertiserDynamicDetails.d.ts +1 -0
  50. package/model/apiResponseObjectMaplongAdFormatCount.d.ts +19 -0
  51. package/model/creativeDTO.d.ts +1 -0
  52. package/model/maplongAdFormatCount.d.ts +15 -0
  53. package/model/models.d.ts +3 -0
  54. package/model/strategy.d.ts +2 -0
  55. package/model/strategyDTO.d.ts +2 -0
  56. package/package.json +1 -1
@@ -85,7 +85,7 @@ class Configuration {
85
85
  class AdminControllerService {
86
86
  constructor(httpClient, basePath, configuration) {
87
87
  this.httpClient = httpClient;
88
- this.basePath = 'https://apiv2stage5.atomex.net';
88
+ this.basePath = 'https://apiv2stage7.atomex.net';
89
89
  this.defaultHeaders = new HttpHeaders();
90
90
  this.configuration = new Configuration();
91
91
  if (basePath) {
@@ -279,7 +279,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
279
279
  class AdvertiserControllerService {
280
280
  constructor(httpClient, basePath, configuration) {
281
281
  this.httpClient = httpClient;
282
- this.basePath = 'https://apiv2stage5.atomex.net';
282
+ this.basePath = 'https://apiv2stage7.atomex.net';
283
283
  this.defaultHeaders = new HttpHeaders();
284
284
  this.configuration = new Configuration();
285
285
  if (basePath) {
@@ -829,7 +829,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
829
829
  class AppSettingsControllerService {
830
830
  constructor(httpClient, basePath, configuration) {
831
831
  this.httpClient = httpClient;
832
- this.basePath = 'https://apiv2stage5.atomex.net';
832
+ this.basePath = 'https://apiv2stage7.atomex.net';
833
833
  this.defaultHeaders = new HttpHeaders();
834
834
  this.configuration = new Configuration();
835
835
  if (basePath) {
@@ -1074,7 +1074,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1074
1074
  class AppsFlyerControllerService {
1075
1075
  constructor(httpClient, basePath, configuration) {
1076
1076
  this.httpClient = httpClient;
1077
- this.basePath = 'https://apiv2stage5.atomex.net';
1077
+ this.basePath = 'https://apiv2stage7.atomex.net';
1078
1078
  this.defaultHeaders = new HttpHeaders();
1079
1079
  this.configuration = new Configuration();
1080
1080
  if (basePath) {
@@ -1160,7 +1160,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1160
1160
  class AudienceControllerService {
1161
1161
  constructor(httpClient, basePath, configuration) {
1162
1162
  this.httpClient = httpClient;
1163
- this.basePath = 'https://apiv2stage5.atomex.net';
1163
+ this.basePath = 'https://apiv2stage7.atomex.net';
1164
1164
  this.defaultHeaders = new HttpHeaders();
1165
1165
  this.configuration = new Configuration();
1166
1166
  if (basePath) {
@@ -2036,7 +2036,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2036
2036
  class AuditControllerService {
2037
2037
  constructor(httpClient, basePath, configuration) {
2038
2038
  this.httpClient = httpClient;
2039
- this.basePath = 'https://apiv2stage5.atomex.net';
2039
+ this.basePath = 'https://apiv2stage7.atomex.net';
2040
2040
  this.defaultHeaders = new HttpHeaders();
2041
2041
  this.configuration = new Configuration();
2042
2042
  if (basePath) {
@@ -2236,7 +2236,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2236
2236
  class BidFunnelControllerService {
2237
2237
  constructor(httpClient, basePath, configuration) {
2238
2238
  this.httpClient = httpClient;
2239
- this.basePath = 'https://apiv2stage5.atomex.net';
2239
+ this.basePath = 'https://apiv2stage7.atomex.net';
2240
2240
  this.defaultHeaders = new HttpHeaders();
2241
2241
  this.configuration = new Configuration();
2242
2242
  if (basePath) {
@@ -2385,7 +2385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2385
2385
  class BulkStrategyControllerService {
2386
2386
  constructor(httpClient, basePath, configuration) {
2387
2387
  this.httpClient = httpClient;
2388
- this.basePath = 'https://apiv2stage5.atomex.net';
2388
+ this.basePath = 'https://apiv2stage7.atomex.net';
2389
2389
  this.defaultHeaders = new HttpHeaders();
2390
2390
  this.configuration = new Configuration();
2391
2391
  if (basePath) {
@@ -2610,7 +2610,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2610
2610
  class CSSThemeController_Service {
2611
2611
  constructor(httpClient, basePath, configuration) {
2612
2612
  this.httpClient = httpClient;
2613
- this.basePath = 'https://apiv2stage5.atomex.net';
2613
+ this.basePath = 'https://apiv2stage7.atomex.net';
2614
2614
  this.defaultHeaders = new HttpHeaders();
2615
2615
  this.configuration = new Configuration();
2616
2616
  if (basePath) {
@@ -2719,7 +2719,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2719
2719
  class CampaignControllerService {
2720
2720
  constructor(httpClient, basePath, configuration) {
2721
2721
  this.httpClient = httpClient;
2722
- this.basePath = 'https://apiv2stage5.atomex.net';
2722
+ this.basePath = 'https://apiv2stage7.atomex.net';
2723
2723
  this.defaultHeaders = new HttpHeaders();
2724
2724
  this.configuration = new Configuration();
2725
2725
  if (basePath) {
@@ -3160,7 +3160,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3160
3160
  class CatalogControllerService {
3161
3161
  constructor(httpClient, basePath, configuration) {
3162
3162
  this.httpClient = httpClient;
3163
- this.basePath = 'https://apiv2stage5.atomex.net';
3163
+ this.basePath = 'https://apiv2stage7.atomex.net';
3164
3164
  this.defaultHeaders = new HttpHeaders();
3165
3165
  this.configuration = new Configuration();
3166
3166
  if (basePath) {
@@ -3403,7 +3403,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3403
3403
  class ClickDestinationControllerService {
3404
3404
  constructor(httpClient, basePath, configuration) {
3405
3405
  this.httpClient = httpClient;
3406
- this.basePath = 'https://apiv2stage5.atomex.net';
3406
+ this.basePath = 'https://apiv2stage7.atomex.net';
3407
3407
  this.defaultHeaders = new HttpHeaders();
3408
3408
  this.configuration = new Configuration();
3409
3409
  if (basePath) {
@@ -3635,7 +3635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3635
3635
  class CreativeControllerService {
3636
3636
  constructor(httpClient, basePath, configuration) {
3637
3637
  this.httpClient = httpClient;
3638
- this.basePath = 'https://apiv2stage5.atomex.net';
3638
+ this.basePath = 'https://apiv2stage7.atomex.net';
3639
3639
  this.defaultHeaders = new HttpHeaders();
3640
3640
  this.configuration = new Configuration();
3641
3641
  if (basePath) {
@@ -4238,7 +4238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4238
4238
  class CreativeSetsControllerService {
4239
4239
  constructor(httpClient, basePath, configuration) {
4240
4240
  this.httpClient = httpClient;
4241
- this.basePath = 'https://apiv2stage5.atomex.net';
4241
+ this.basePath = 'https://apiv2stage7.atomex.net';
4242
4242
  this.defaultHeaders = new HttpHeaders();
4243
4243
  this.configuration = new Configuration();
4244
4244
  if (basePath) {
@@ -4884,7 +4884,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4884
4884
  class CreativeTemplateThemesControllerService {
4885
4885
  constructor(httpClient, basePath, configuration) {
4886
4886
  this.httpClient = httpClient;
4887
- this.basePath = 'https://apiv2stage5.atomex.net';
4887
+ this.basePath = 'https://apiv2stage7.atomex.net';
4888
4888
  this.defaultHeaders = new HttpHeaders();
4889
4889
  this.configuration = new Configuration();
4890
4890
  if (basePath) {
@@ -5069,7 +5069,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5069
5069
  class CreativeTemplateVariablesControllerService {
5070
5070
  constructor(httpClient, basePath, configuration) {
5071
5071
  this.httpClient = httpClient;
5072
- this.basePath = 'https://apiv2stage5.atomex.net';
5072
+ this.basePath = 'https://apiv2stage7.atomex.net';
5073
5073
  this.defaultHeaders = new HttpHeaders();
5074
5074
  this.configuration = new Configuration();
5075
5075
  if (basePath) {
@@ -5147,7 +5147,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5147
5147
  class CreativeTemplatesControllerService {
5148
5148
  constructor(httpClient, basePath, configuration) {
5149
5149
  this.httpClient = httpClient;
5150
- this.basePath = 'https://apiv2stage5.atomex.net';
5150
+ this.basePath = 'https://apiv2stage7.atomex.net';
5151
5151
  this.defaultHeaders = new HttpHeaders();
5152
5152
  this.configuration = new Configuration();
5153
5153
  if (basePath) {
@@ -5312,7 +5312,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5312
5312
  class CustomerReportingControllerService {
5313
5313
  constructor(httpClient, basePath, configuration) {
5314
5314
  this.httpClient = httpClient;
5315
- this.basePath = 'https://apiv2stage5.atomex.net';
5315
+ this.basePath = 'https://apiv2stage7.atomex.net';
5316
5316
  this.defaultHeaders = new HttpHeaders();
5317
5317
  this.configuration = new Configuration();
5318
5318
  if (basePath) {
@@ -5475,7 +5475,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
5475
5475
  class DashboardControllerService {
5476
5476
  constructor(httpClient, basePath, configuration) {
5477
5477
  this.httpClient = httpClient;
5478
- this.basePath = 'https://apiv2stage5.atomex.net';
5478
+ this.basePath = 'https://apiv2stage7.atomex.net';
5479
5479
  this.defaultHeaders = new HttpHeaders();
5480
5480
  this.configuration = new Configuration();
5481
5481
  if (basePath) {
@@ -6133,7 +6133,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6133
6133
  class ExperimentsControllerService {
6134
6134
  constructor(httpClient, basePath, configuration) {
6135
6135
  this.httpClient = httpClient;
6136
- this.basePath = 'https://apiv2stage5.atomex.net';
6136
+ this.basePath = 'https://apiv2stage7.atomex.net';
6137
6137
  this.defaultHeaders = new HttpHeaders();
6138
6138
  this.configuration = new Configuration();
6139
6139
  if (basePath) {
@@ -6860,7 +6860,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6860
6860
  class NotificationsControllerService {
6861
6861
  constructor(httpClient, basePath, configuration) {
6862
6862
  this.httpClient = httpClient;
6863
- this.basePath = 'https://apiv2stage5.atomex.net';
6863
+ this.basePath = 'https://apiv2stage7.atomex.net';
6864
6864
  this.defaultHeaders = new HttpHeaders();
6865
6865
  this.configuration = new Configuration();
6866
6866
  if (basePath) {
@@ -7073,7 +7073,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7073
7073
  class PixelControllerService {
7074
7074
  constructor(httpClient, basePath, configuration) {
7075
7075
  this.httpClient = httpClient;
7076
- this.basePath = 'https://apiv2stage5.atomex.net';
7076
+ this.basePath = 'https://apiv2stage7.atomex.net';
7077
7077
  this.defaultHeaders = new HttpHeaders();
7078
7078
  this.configuration = new Configuration();
7079
7079
  if (basePath) {
@@ -7380,7 +7380,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7380
7380
  class ReportControllerService {
7381
7381
  constructor(httpClient, basePath, configuration) {
7382
7382
  this.httpClient = httpClient;
7383
- this.basePath = 'https://apiv2stage5.atomex.net';
7383
+ this.basePath = 'https://apiv2stage7.atomex.net';
7384
7384
  this.defaultHeaders = new HttpHeaders();
7385
7385
  this.configuration = new Configuration();
7386
7386
  if (basePath) {
@@ -7517,7 +7517,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7517
7517
  class ReportingControllerService {
7518
7518
  constructor(httpClient, basePath, configuration) {
7519
7519
  this.httpClient = httpClient;
7520
- this.basePath = 'https://apiv2stage5.atomex.net';
7520
+ this.basePath = 'https://apiv2stage7.atomex.net';
7521
7521
  this.defaultHeaders = new HttpHeaders();
7522
7522
  this.configuration = new Configuration();
7523
7523
  if (basePath) {
@@ -7687,7 +7687,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
7687
7687
  class ReportingSchedulerControllerService {
7688
7688
  constructor(httpClient, basePath, configuration) {
7689
7689
  this.httpClient = httpClient;
7690
- this.basePath = 'https://apiv2stage5.atomex.net';
7690
+ this.basePath = 'https://apiv2stage7.atomex.net';
7691
7691
  this.defaultHeaders = new HttpHeaders();
7692
7692
  this.configuration = new Configuration();
7693
7693
  if (basePath) {
@@ -8002,7 +8002,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8002
8002
  class SafeguardControllerService {
8003
8003
  constructor(httpClient, basePath, configuration) {
8004
8004
  this.httpClient = httpClient;
8005
- this.basePath = 'https://apiv2stage5.atomex.net';
8005
+ this.basePath = 'https://apiv2stage7.atomex.net';
8006
8006
  this.defaultHeaders = new HttpHeaders();
8007
8007
  this.configuration = new Configuration();
8008
8008
  if (basePath) {
@@ -8496,7 +8496,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8496
8496
  class SliceXControllerService {
8497
8497
  constructor(httpClient, basePath, configuration) {
8498
8498
  this.httpClient = httpClient;
8499
- this.basePath = 'https://apiv2stage5.atomex.net';
8499
+ this.basePath = 'https://apiv2stage7.atomex.net';
8500
8500
  this.defaultHeaders = new HttpHeaders();
8501
8501
  this.configuration = new Configuration();
8502
8502
  if (basePath) {
@@ -8900,7 +8900,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8900
8900
  class StrategyControllerService {
8901
8901
  constructor(httpClient, basePath, configuration) {
8902
8902
  this.httpClient = httpClient;
8903
- this.basePath = 'https://apiv2stage5.atomex.net';
8903
+ this.basePath = 'https://apiv2stage7.atomex.net';
8904
8904
  this.defaultHeaders = new HttpHeaders();
8905
8905
  this.configuration = new Configuration();
8906
8906
  if (basePath) {
@@ -9377,6 +9377,40 @@ class StrategyControllerService {
9377
9377
  reportProgress: reportProgress
9378
9378
  });
9379
9379
  }
9380
+ getAdFormatCountsUsingPOST(strategyIds, reqId, token, observe = 'body', reportProgress = false) {
9381
+ if (strategyIds === null || strategyIds === undefined) {
9382
+ throw new Error('Required parameter strategyIds was null or undefined when calling getAdFormatCountsUsingPOST.');
9383
+ }
9384
+ let headers = this.defaultHeaders;
9385
+ if (reqId !== undefined && reqId !== null) {
9386
+ headers = headers.set('reqId', String(reqId));
9387
+ }
9388
+ if (token !== undefined && token !== null) {
9389
+ headers = headers.set('token', String(token));
9390
+ }
9391
+ // to determine the Accept header
9392
+ let httpHeaderAccepts = [
9393
+ 'application/json'
9394
+ ];
9395
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
9396
+ if (httpHeaderAcceptSelected != undefined) {
9397
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
9398
+ }
9399
+ // to determine the Content-Type header
9400
+ const consumes = [
9401
+ 'application/json'
9402
+ ];
9403
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
9404
+ if (httpContentTypeSelected != undefined) {
9405
+ headers = headers.set('Content-Type', httpContentTypeSelected);
9406
+ }
9407
+ return this.httpClient.post(`${this.basePath}/v2/api/strategies/adformatcounts`, strategyIds, {
9408
+ withCredentials: this.configuration.withCredentials,
9409
+ headers: headers,
9410
+ observe: observe,
9411
+ reportProgress: reportProgress
9412
+ });
9413
+ }
9380
9414
  getNeverBlockAppsUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
9381
9415
  if (id === null || id === undefined) {
9382
9416
  throw new Error('Required parameter id was null or undefined when calling getNeverBlockAppsUsingGET.');
@@ -10068,7 +10102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10068
10102
  class StrategyTemplateControllerService {
10069
10103
  constructor(httpClient, basePath, configuration) {
10070
10104
  this.httpClient = httpClient;
10071
- this.basePath = 'https://apiv2stage5.atomex.net';
10105
+ this.basePath = 'https://apiv2stage7.atomex.net';
10072
10106
  this.defaultHeaders = new HttpHeaders();
10073
10107
  this.configuration = new Configuration();
10074
10108
  if (basePath) {
@@ -10190,7 +10224,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10190
10224
  class UILoggerControllerService {
10191
10225
  constructor(httpClient, basePath, configuration) {
10192
10226
  this.httpClient = httpClient;
10193
- this.basePath = 'https://apiv2stage5.atomex.net';
10227
+ this.basePath = 'https://apiv2stage7.atomex.net';
10194
10228
  this.defaultHeaders = new HttpHeaders();
10195
10229
  this.configuration = new Configuration();
10196
10230
  if (basePath) {
@@ -10282,7 +10316,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
10282
10316
  class UserPreferenceControllerService {
10283
10317
  constructor(httpClient, basePath, configuration) {
10284
10318
  this.httpClient = httpClient;
10285
- this.basePath = 'https://apiv2stage5.atomex.net';
10319
+ this.basePath = 'https://apiv2stage7.atomex.net';
10286
10320
  this.defaultHeaders = new HttpHeaders();
10287
10321
  this.configuration = new Configuration();
10288
10322
  if (basePath) {
@@ -10534,6 +10568,18 @@ var ActivityLogsStrategyBulkUpdateDTO;
10534
10568
  };
10535
10569
  })(ActivityLogsStrategyBulkUpdateDTO || (ActivityLogsStrategyBulkUpdateDTO = {}));
10536
10570
 
10571
+ /**
10572
+ * Api Documentation
10573
+ * Api Documentation
10574
+ *
10575
+ * OpenAPI spec version: 1.0
10576
+ *
10577
+ *
10578
+ * NOTE: This class is auto generated by the swagger code generator program.
10579
+ * https://github.com/swagger-api/swagger-codegen.git
10580
+ * Do not edit the class manually.
10581
+ */
10582
+
10537
10583
  /**
10538
10584
  * Api Documentation
10539
10585
  * Api Documentation