@revxui/api-clients-ts 0.10.352 → 0.10.353

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 (43) hide show
  1. package/README.md +2 -2
  2. package/api/auditController.service.d.ts +6 -6
  3. package/api/creativeSetsController.service.d.ts +15 -0
  4. package/api/dashboardController.service.d.ts +9 -9
  5. package/api/strategyController.service.d.ts +0 -26
  6. package/bundles/revxui-api-clients-ts.umd.js +63 -102
  7. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  8. package/esm2015/api/adminController.service.js +2 -2
  9. package/esm2015/api/advertiserController.service.js +2 -2
  10. package/esm2015/api/appSettingsController.service.js +2 -2
  11. package/esm2015/api/audienceController.service.js +2 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/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 +39 -2
  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/customerReportingController.service.js +2 -2
  24. package/esm2015/api/dashboardController.service.js +2 -2
  25. package/esm2015/api/notificationsController.service.js +2 -2
  26. package/esm2015/api/pixelController.service.js +2 -2
  27. package/esm2015/api/reportingController.service.js +2 -2
  28. package/esm2015/api/sliceXController.service.js +2 -2
  29. package/esm2015/api/strategyController.service.js +2 -76
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/creative.js +1 -1
  33. package/esm2015/model/creativeDTO.js +1 -1
  34. package/esm2015/model/creativeSetRescheduleRequest.js +13 -0
  35. package/esm2015/model/models.js +2 -1
  36. package/fesm2015/revxui-api-clients-ts.js +73 -98
  37. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  38. package/model/creative.d.ts +1 -0
  39. package/model/creativeDTO.d.ts +1 -0
  40. package/model/creativeSetRescheduleRequest.d.ts +15 -0
  41. package/model/models.d.ts +1 -0
  42. package/package.json +1 -1
  43. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -82,7 +82,7 @@ class Configuration {
82
82
  class AdminControllerService {
83
83
  constructor(httpClient, basePath, configuration) {
84
84
  this.httpClient = httpClient;
85
- this.basePath = 'https://apiv2stage2.atomex.net';
85
+ this.basePath = 'https://apiv2stage1.atomex.net';
86
86
  this.defaultHeaders = new HttpHeaders();
87
87
  this.configuration = new Configuration();
88
88
  if (basePath) {
@@ -271,7 +271,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
271
271
  class AdvertiserControllerService {
272
272
  constructor(httpClient, basePath, configuration) {
273
273
  this.httpClient = httpClient;
274
- this.basePath = 'https://apiv2stage2.atomex.net';
274
+ this.basePath = 'https://apiv2stage1.atomex.net';
275
275
  this.defaultHeaders = new HttpHeaders();
276
276
  this.configuration = new Configuration();
277
277
  if (basePath) {
@@ -682,7 +682,7 @@ AdvertiserControllerService.ctorParameters = () => [
682
682
  class AppSettingsControllerService {
683
683
  constructor(httpClient, basePath, configuration) {
684
684
  this.httpClient = httpClient;
685
- this.basePath = 'https://apiv2stage2.atomex.net';
685
+ this.basePath = 'https://apiv2stage1.atomex.net';
686
686
  this.defaultHeaders = new HttpHeaders();
687
687
  this.configuration = new Configuration();
688
688
  if (basePath) {
@@ -922,7 +922,7 @@ AppSettingsControllerService.ctorParameters = () => [
922
922
  class AudienceControllerService {
923
923
  constructor(httpClient, basePath, configuration) {
924
924
  this.httpClient = httpClient;
925
- this.basePath = 'https://apiv2stage2.atomex.net';
925
+ this.basePath = 'https://apiv2stage1.atomex.net';
926
926
  this.defaultHeaders = new HttpHeaders();
927
927
  this.configuration = new Configuration();
928
928
  if (basePath) {
@@ -1667,7 +1667,7 @@ AudienceControllerService.ctorParameters = () => [
1667
1667
  class AuditControllerService {
1668
1668
  constructor(httpClient, basePath, configuration) {
1669
1669
  this.httpClient = httpClient;
1670
- this.basePath = 'https://apiv2stage2.atomex.net';
1670
+ this.basePath = 'https://apiv2stage1.atomex.net';
1671
1671
  this.defaultHeaders = new HttpHeaders();
1672
1672
  this.configuration = new Configuration();
1673
1673
  if (basePath) {
@@ -1847,7 +1847,7 @@ AuditControllerService.ctorParameters = () => [
1847
1847
  class BulkStrategyControllerService {
1848
1848
  constructor(httpClient, basePath, configuration) {
1849
1849
  this.httpClient = httpClient;
1850
- this.basePath = 'https://apiv2stage2.atomex.net';
1850
+ this.basePath = 'https://apiv2stage1.atomex.net';
1851
1851
  this.defaultHeaders = new HttpHeaders();
1852
1852
  this.configuration = new Configuration();
1853
1853
  if (basePath) {
@@ -2067,7 +2067,7 @@ BulkStrategyControllerService.ctorParameters = () => [
2067
2067
  class CSSThemeController_Service {
2068
2068
  constructor(httpClient, basePath, configuration) {
2069
2069
  this.httpClient = httpClient;
2070
- this.basePath = 'https://apiv2stage2.atomex.net';
2070
+ this.basePath = 'https://apiv2stage1.atomex.net';
2071
2071
  this.defaultHeaders = new HttpHeaders();
2072
2072
  this.configuration = new Configuration();
2073
2073
  if (basePath) {
@@ -2171,7 +2171,7 @@ CSSThemeController_Service.ctorParameters = () => [
2171
2171
  class CampaignControllerService {
2172
2172
  constructor(httpClient, basePath, configuration) {
2173
2173
  this.httpClient = httpClient;
2174
- this.basePath = 'https://apiv2stage2.atomex.net';
2174
+ this.basePath = 'https://apiv2stage1.atomex.net';
2175
2175
  this.defaultHeaders = new HttpHeaders();
2176
2176
  this.configuration = new Configuration();
2177
2177
  if (basePath) {
@@ -2466,7 +2466,7 @@ CampaignControllerService.ctorParameters = () => [
2466
2466
  class CatalogControllerService {
2467
2467
  constructor(httpClient, basePath, configuration) {
2468
2468
  this.httpClient = httpClient;
2469
- this.basePath = 'https://apiv2stage2.atomex.net';
2469
+ this.basePath = 'https://apiv2stage1.atomex.net';
2470
2470
  this.defaultHeaders = new HttpHeaders();
2471
2471
  this.configuration = new Configuration();
2472
2472
  if (basePath) {
@@ -2701,7 +2701,7 @@ CatalogControllerService.ctorParameters = () => [
2701
2701
  class ClickDestinationControllerService {
2702
2702
  constructor(httpClient, basePath, configuration) {
2703
2703
  this.httpClient = httpClient;
2704
- this.basePath = 'https://apiv2stage2.atomex.net';
2704
+ this.basePath = 'https://apiv2stage1.atomex.net';
2705
2705
  this.defaultHeaders = new HttpHeaders();
2706
2706
  this.configuration = new Configuration();
2707
2707
  if (basePath) {
@@ -2928,7 +2928,7 @@ ClickDestinationControllerService.ctorParameters = () => [
2928
2928
  class CreativeControllerService {
2929
2929
  constructor(httpClient, basePath, configuration) {
2930
2930
  this.httpClient = httpClient;
2931
- this.basePath = 'https://apiv2stage2.atomex.net';
2931
+ this.basePath = 'https://apiv2stage1.atomex.net';
2932
2932
  this.defaultHeaders = new HttpHeaders();
2933
2933
  this.configuration = new Configuration();
2934
2934
  if (basePath) {
@@ -3370,7 +3370,7 @@ CreativeControllerService.ctorParameters = () => [
3370
3370
  class CreativeSetsControllerService {
3371
3371
  constructor(httpClient, basePath, configuration) {
3372
3372
  this.httpClient = httpClient;
3373
- this.basePath = 'https://apiv2stage2.atomex.net';
3373
+ this.basePath = 'https://apiv2stage1.atomex.net';
3374
3374
  this.defaultHeaders = new HttpHeaders();
3375
3375
  this.configuration = new Configuration();
3376
3376
  if (basePath) {
@@ -3766,6 +3766,43 @@ class CreativeSetsControllerService {
3766
3766
  reportProgress: reportProgress
3767
3767
  });
3768
3768
  }
3769
+ rescheduleUsingPOST(creativeSetRescheduleRequest, id, reqId, token, observe = 'body', reportProgress = false) {
3770
+ if (creativeSetRescheduleRequest === null || creativeSetRescheduleRequest === undefined) {
3771
+ throw new Error('Required parameter creativeSetRescheduleRequest was null or undefined when calling rescheduleUsingPOST.');
3772
+ }
3773
+ if (id === null || id === undefined) {
3774
+ throw new Error('Required parameter id was null or undefined when calling rescheduleUsingPOST.');
3775
+ }
3776
+ let headers = this.defaultHeaders;
3777
+ if (reqId !== undefined && reqId !== null) {
3778
+ headers = headers.set('reqId', String(reqId));
3779
+ }
3780
+ if (token !== undefined && token !== null) {
3781
+ headers = headers.set('token', String(token));
3782
+ }
3783
+ // to determine the Accept header
3784
+ let httpHeaderAccepts = [
3785
+ 'application/json'
3786
+ ];
3787
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3788
+ if (httpHeaderAcceptSelected != undefined) {
3789
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3790
+ }
3791
+ // to determine the Content-Type header
3792
+ const consumes = [
3793
+ 'application/json'
3794
+ ];
3795
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3796
+ if (httpContentTypeSelected != undefined) {
3797
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3798
+ }
3799
+ return this.httpClient.post(`${this.basePath}/v2/api/creativesets/reschedule/${encodeURIComponent(String(id))}`, creativeSetRescheduleRequest, {
3800
+ withCredentials: this.configuration.withCredentials,
3801
+ headers: headers,
3802
+ observe: observe,
3803
+ reportProgress: reportProgress
3804
+ });
3805
+ }
3769
3806
  updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
3770
3807
  if (creativeSetRequest === null || creativeSetRequest === undefined) {
3771
3808
  throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
@@ -3827,7 +3864,7 @@ CreativeSetsControllerService.ctorParameters = () => [
3827
3864
  class CreativeTemplateThemesControllerService {
3828
3865
  constructor(httpClient, basePath, configuration) {
3829
3866
  this.httpClient = httpClient;
3830
- this.basePath = 'https://apiv2stage2.atomex.net';
3867
+ this.basePath = 'https://apiv2stage1.atomex.net';
3831
3868
  this.defaultHeaders = new HttpHeaders();
3832
3869
  this.configuration = new Configuration();
3833
3870
  if (basePath) {
@@ -4007,7 +4044,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
4007
4044
  class CreativeTemplateVariablesControllerService {
4008
4045
  constructor(httpClient, basePath, configuration) {
4009
4046
  this.httpClient = httpClient;
4010
- this.basePath = 'https://apiv2stage2.atomex.net';
4047
+ this.basePath = 'https://apiv2stage1.atomex.net';
4011
4048
  this.defaultHeaders = new HttpHeaders();
4012
4049
  this.configuration = new Configuration();
4013
4050
  if (basePath) {
@@ -4080,7 +4117,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
4080
4117
  class CreativeTemplatesControllerService {
4081
4118
  constructor(httpClient, basePath, configuration) {
4082
4119
  this.httpClient = httpClient;
4083
- this.basePath = 'https://apiv2stage2.atomex.net';
4120
+ this.basePath = 'https://apiv2stage1.atomex.net';
4084
4121
  this.defaultHeaders = new HttpHeaders();
4085
4122
  this.configuration = new Configuration();
4086
4123
  if (basePath) {
@@ -4240,7 +4277,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
4240
4277
  class CustomerReportingControllerService {
4241
4278
  constructor(httpClient, basePath, configuration) {
4242
4279
  this.httpClient = httpClient;
4243
- this.basePath = 'https://apiv2stage2.atomex.net';
4280
+ this.basePath = 'https://apiv2stage1.atomex.net';
4244
4281
  this.defaultHeaders = new HttpHeaders();
4245
4282
  this.configuration = new Configuration();
4246
4283
  if (basePath) {
@@ -4322,7 +4359,7 @@ CustomerReportingControllerService.ctorParameters = () => [
4322
4359
  class DashboardControllerService {
4323
4360
  constructor(httpClient, basePath, configuration) {
4324
4361
  this.httpClient = httpClient;
4325
- this.basePath = 'https://apiv2stage2.atomex.net';
4362
+ this.basePath = 'https://apiv2stage1.atomex.net';
4326
4363
  this.defaultHeaders = new HttpHeaders();
4327
4364
  this.configuration = new Configuration();
4328
4365
  if (basePath) {
@@ -4936,7 +4973,7 @@ DashboardControllerService.ctorParameters = () => [
4936
4973
  class NotificationsControllerService {
4937
4974
  constructor(httpClient, basePath, configuration) {
4938
4975
  this.httpClient = httpClient;
4939
- this.basePath = 'https://apiv2stage2.atomex.net';
4976
+ this.basePath = 'https://apiv2stage1.atomex.net';
4940
4977
  this.defaultHeaders = new HttpHeaders();
4941
4978
  this.configuration = new Configuration();
4942
4979
  if (basePath) {
@@ -5114,7 +5151,7 @@ NotificationsControllerService.ctorParameters = () => [
5114
5151
  class PixelControllerService {
5115
5152
  constructor(httpClient, basePath, configuration) {
5116
5153
  this.httpClient = httpClient;
5117
- this.basePath = 'https://apiv2stage2.atomex.net';
5154
+ this.basePath = 'https://apiv2stage1.atomex.net';
5118
5155
  this.defaultHeaders = new HttpHeaders();
5119
5156
  this.configuration = new Configuration();
5120
5157
  if (basePath) {
@@ -5416,7 +5453,7 @@ PixelControllerService.ctorParameters = () => [
5416
5453
  class ReportingControllerService {
5417
5454
  constructor(httpClient, basePath, configuration) {
5418
5455
  this.httpClient = httpClient;
5419
- this.basePath = 'https://apiv2stage2.atomex.net';
5456
+ this.basePath = 'https://apiv2stage1.atomex.net';
5420
5457
  this.defaultHeaders = new HttpHeaders();
5421
5458
  this.configuration = new Configuration();
5422
5459
  if (basePath) {
@@ -5581,7 +5618,7 @@ ReportingControllerService.ctorParameters = () => [
5581
5618
  class SliceXControllerService {
5582
5619
  constructor(httpClient, basePath, configuration) {
5583
5620
  this.httpClient = httpClient;
5584
- this.basePath = 'https://apiv2stage2.atomex.net';
5621
+ this.basePath = 'https://apiv2stage1.atomex.net';
5585
5622
  this.defaultHeaders = new HttpHeaders();
5586
5623
  this.configuration = new Configuration();
5587
5624
  if (basePath) {
@@ -5826,7 +5863,7 @@ SliceXControllerService.ctorParameters = () => [
5826
5863
  class StrategyControllerService {
5827
5864
  constructor(httpClient, basePath, configuration) {
5828
5865
  this.httpClient = httpClient;
5829
- this.basePath = 'https://apiv2stage2.atomex.net';
5866
+ this.basePath = 'https://apiv2stage1.atomex.net';
5830
5867
  this.defaultHeaders = new HttpHeaders();
5831
5868
  this.configuration = new Configuration();
5832
5869
  if (basePath) {
@@ -6022,43 +6059,6 @@ class StrategyControllerService {
6022
6059
  reportProgress: reportProgress
6023
6060
  });
6024
6061
  }
6025
- disassociateStrategyWithCreativeSetsUsingPOST(creativeSetIdsToBeRemoved, id, reqId, token, observe = 'body', reportProgress = false) {
6026
- if (creativeSetIdsToBeRemoved === null || creativeSetIdsToBeRemoved === undefined) {
6027
- throw new Error('Required parameter creativeSetIdsToBeRemoved was null or undefined when calling disassociateStrategyWithCreativeSetsUsingPOST.');
6028
- }
6029
- if (id === null || id === undefined) {
6030
- throw new Error('Required parameter id was null or undefined when calling disassociateStrategyWithCreativeSetsUsingPOST.');
6031
- }
6032
- let headers = this.defaultHeaders;
6033
- if (reqId !== undefined && reqId !== null) {
6034
- headers = headers.set('reqId', String(reqId));
6035
- }
6036
- if (token !== undefined && token !== null) {
6037
- headers = headers.set('token', String(token));
6038
- }
6039
- // to determine the Accept header
6040
- let httpHeaderAccepts = [
6041
- 'application/json'
6042
- ];
6043
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6044
- if (httpHeaderAcceptSelected != undefined) {
6045
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6046
- }
6047
- // to determine the Content-Type header
6048
- const consumes = [
6049
- 'application/json'
6050
- ];
6051
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6052
- if (httpContentTypeSelected != undefined) {
6053
- headers = headers.set('Content-Type', httpContentTypeSelected);
6054
- }
6055
- return this.httpClient.post(`${this.basePath}/v2/api/strategies/${encodeURIComponent(String(id))}/disassociate/creativesets`, creativeSetIdsToBeRemoved, {
6056
- withCredentials: this.configuration.withCredentials,
6057
- headers: headers,
6058
- observe: observe,
6059
- reportProgress: reportProgress
6060
- });
6061
- }
6062
6062
  duplicateStrategyUsingPOST(dto, id, reqId, token, observe = 'body', reportProgress = false) {
6063
6063
  if (dto === null || dto === undefined) {
6064
6064
  throw new Error('Required parameter dto was null or undefined when calling duplicateStrategyUsingPOST.');
@@ -6210,43 +6210,6 @@ class StrategyControllerService {
6210
6210
  reportProgress: reportProgress
6211
6211
  });
6212
6212
  }
6213
- inlineEditStrategyUsingPOST(id, strategyInlineEditMapDTO, reqId, token, observe = 'body', reportProgress = false) {
6214
- if (id === null || id === undefined) {
6215
- throw new Error('Required parameter id was null or undefined when calling inlineEditStrategyUsingPOST.');
6216
- }
6217
- if (strategyInlineEditMapDTO === null || strategyInlineEditMapDTO === undefined) {
6218
- throw new Error('Required parameter strategyInlineEditMapDTO was null or undefined when calling inlineEditStrategyUsingPOST.');
6219
- }
6220
- let headers = this.defaultHeaders;
6221
- if (reqId !== undefined && reqId !== null) {
6222
- headers = headers.set('reqId', String(reqId));
6223
- }
6224
- if (token !== undefined && token !== null) {
6225
- headers = headers.set('token', String(token));
6226
- }
6227
- // to determine the Accept header
6228
- let httpHeaderAccepts = [
6229
- '*/*'
6230
- ];
6231
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6232
- if (httpHeaderAcceptSelected != undefined) {
6233
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6234
- }
6235
- // to determine the Content-Type header
6236
- const consumes = [
6237
- 'application/json'
6238
- ];
6239
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6240
- if (httpContentTypeSelected != undefined) {
6241
- headers = headers.set('Content-Type', httpContentTypeSelected);
6242
- }
6243
- return this.httpClient.post(`${this.basePath}/v2/api/strategies/inlineEdit/${encodeURIComponent(String(id))}`, strategyInlineEditMapDTO, {
6244
- withCredentials: this.configuration.withCredentials,
6245
- headers: headers,
6246
- observe: observe,
6247
- reportProgress: reportProgress
6248
- });
6249
- }
6250
6213
  listABTestExperimentUsingGET(entity, entityId, reqId, token, observe = 'body', reportProgress = false) {
6251
6214
  if (entity === null || entity === undefined) {
6252
6215
  throw new Error('Required parameter entity was null or undefined when calling listABTestExperimentUsingGET.');
@@ -6514,7 +6477,7 @@ StrategyControllerService.ctorParameters = () => [
6514
6477
  class UILoggerControllerService {
6515
6478
  constructor(httpClient, basePath, configuration) {
6516
6479
  this.httpClient = httpClient;
6517
- this.basePath = 'https://apiv2stage2.atomex.net';
6480
+ this.basePath = 'https://apiv2stage1.atomex.net';
6518
6481
  this.defaultHeaders = new HttpHeaders();
6519
6482
  this.configuration = new Configuration();
6520
6483
  if (basePath) {
@@ -6601,7 +6564,7 @@ UILoggerControllerService.ctorParameters = () => [
6601
6564
  class UserPreferenceControllerService {
6602
6565
  constructor(httpClient, basePath, configuration) {
6603
6566
  this.httpClient = httpClient;
6604
- this.basePath = 'https://apiv2stage2.atomex.net';
6567
+ this.basePath = 'https://apiv2stage1.atomex.net';
6605
6568
  this.defaultHeaders = new HttpHeaders();
6606
6569
  this.configuration = new Configuration();
6607
6570
  if (basePath) {
@@ -7436,6 +7399,18 @@ var CreativeSetRequest;
7436
7399
  };
7437
7400
  })(CreativeSetRequest || (CreativeSetRequest = {}));
7438
7401
 
7402
+ /**
7403
+ * Api Documentation
7404
+ * Api Documentation
7405
+ *
7406
+ * OpenAPI spec version: 1.0
7407
+ *
7408
+ *
7409
+ * NOTE: This class is auto generated by the swagger code generator program.
7410
+ * https://github.com/swagger-api/swagger-codegen.git
7411
+ * Do not edit the class manually.
7412
+ */
7413
+
7439
7414
  /**
7440
7415
  * Api Documentation
7441
7416
  * Api Documentation