@revxui/api-clients-ts 1.1.239 → 1.1.240

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 (47) 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 +35 -28
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/esm2015/api/adminController.service.js +2 -2
  6. package/esm2015/api/advertiserController.service.js +2 -2
  7. package/esm2015/api/appSettingsController.service.js +2 -2
  8. package/esm2015/api/audienceController.service.js +2 -2
  9. package/esm2015/api/auditController.service.js +2 -2
  10. package/esm2015/api/bidFunnelController.service.js +2 -2
  11. package/esm2015/api/bulkStrategyController.service.js +2 -2
  12. package/esm2015/api/cSSThemeController_.service.js +2 -2
  13. package/esm2015/api/campaignController.service.js +2 -2
  14. package/esm2015/api/catalogController.service.js +2 -2
  15. package/esm2015/api/clickDestinationController.service.js +2 -2
  16. package/esm2015/api/creativeController.service.js +2 -2
  17. package/esm2015/api/creativeSetsController.service.js +6 -3
  18. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  21. package/esm2015/api/customerReportingController.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/reportingSchedulerController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +2 -2
  29. package/esm2015/api/strategyTemplateController.service.js +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/creativeSetRequest.js +5 -1
  33. package/esm2015/model/hybridAdMapping.js +1 -1
  34. package/esm2015/model/models.js +3 -1
  35. package/esm2015/model/strategyDTO.js +1 -1
  36. package/esm2015/model/targetObject.js +13 -0
  37. package/esm2015/model/zipCode.js +2 -0
  38. package/fesm2015/revxui-api-clients-ts.js +47 -28
  39. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  40. package/model/creativeSetRequest.d.ts +6 -0
  41. package/model/hybridAdMapping.d.ts +1 -0
  42. package/model/models.d.ts +2 -0
  43. package/model/strategyDTO.d.ts +2 -0
  44. package/model/targetObject.d.ts +15 -0
  45. package/model/zipCode.d.ts +16 -0
  46. package/package.json +1 -1
  47. package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@1.1.239
1
+ ## @revxui/api-clients-ts@1.1.240
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@1.1.239 --save
22
+ npm install @revxui/api-clients-ts@1.1.240 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -202,15 +202,16 @@ export declare class CreativeSetsControllerService {
202
202
  * @param advertiserId advertiserId
203
203
  * @param type type
204
204
  * @param filters filters
205
+ * @param hybridSupportType hybridSupportType
205
206
  * @param isPlacebo isPlacebo
206
207
  * @param reqId request id
207
208
  * @param token Auth Token
208
209
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
209
210
  * @param reportProgress flag to report request and response progress.
210
211
  */
211
- getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseCreativeTemplateDTO>;
212
- getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseCreativeTemplateDTO>>;
213
- getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseCreativeTemplateDTO>>;
212
+ getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, hybridSupportType?: 'IMAGE' | 'VIDEO', isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseCreativeTemplateDTO>;
213
+ getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, hybridSupportType?: 'IMAGE' | 'VIDEO', isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseCreativeTemplateDTO>>;
214
+ getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, hybridSupportType?: 'IMAGE' | 'VIDEO', isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseCreativeTemplateDTO>>;
214
215
  /**
215
216
  * Api to reschedule a creative sets
216
217
  *
@@ -370,7 +370,7 @@
370
370
  var AdminControllerService = /** @class */ (function () {
371
371
  function AdminControllerService(httpClient, basePath, configuration) {
372
372
  this.httpClient = httpClient;
373
- this.basePath = 'https://apiv2stage2.atomex.net';
373
+ this.basePath = 'https://apiv2stage3.atomex.net';
374
374
  this.defaultHeaders = new http.HttpHeaders();
375
375
  this.configuration = new Configuration();
376
376
  if (basePath) {
@@ -575,7 +575,7 @@
575
575
  var AdvertiserControllerService = /** @class */ (function () {
576
576
  function AdvertiserControllerService(httpClient, basePath, configuration) {
577
577
  this.httpClient = httpClient;
578
- this.basePath = 'https://apiv2stage2.atomex.net';
578
+ this.basePath = 'https://apiv2stage3.atomex.net';
579
579
  this.defaultHeaders = new http.HttpHeaders();
580
580
  this.configuration = new Configuration();
581
581
  if (basePath) {
@@ -1047,7 +1047,7 @@
1047
1047
  var AppSettingsControllerService = /** @class */ (function () {
1048
1048
  function AppSettingsControllerService(httpClient, basePath, configuration) {
1049
1049
  this.httpClient = httpClient;
1050
- this.basePath = 'https://apiv2stage2.atomex.net';
1050
+ this.basePath = 'https://apiv2stage3.atomex.net';
1051
1051
  this.defaultHeaders = new http.HttpHeaders();
1052
1052
  this.configuration = new Configuration();
1053
1053
  if (basePath) {
@@ -1300,7 +1300,7 @@
1300
1300
  var AudienceControllerService = /** @class */ (function () {
1301
1301
  function AudienceControllerService(httpClient, basePath, configuration) {
1302
1302
  this.httpClient = httpClient;
1303
- this.basePath = 'https://apiv2stage2.atomex.net';
1303
+ this.basePath = 'https://apiv2stage3.atomex.net';
1304
1304
  this.defaultHeaders = new http.HttpHeaders();
1305
1305
  this.configuration = new Configuration();
1306
1306
  if (basePath) {
@@ -2158,7 +2158,7 @@
2158
2158
  var AuditControllerService = /** @class */ (function () {
2159
2159
  function AuditControllerService(httpClient, basePath, configuration) {
2160
2160
  this.httpClient = httpClient;
2161
- this.basePath = 'https://apiv2stage2.atomex.net';
2161
+ this.basePath = 'https://apiv2stage3.atomex.net';
2162
2162
  this.defaultHeaders = new http.HttpHeaders();
2163
2163
  this.configuration = new Configuration();
2164
2164
  if (basePath) {
@@ -2345,7 +2345,7 @@
2345
2345
  var BidFunnelControllerService = /** @class */ (function () {
2346
2346
  function BidFunnelControllerService(httpClient, basePath, configuration) {
2347
2347
  this.httpClient = httpClient;
2348
- this.basePath = 'https://apiv2stage2.atomex.net';
2348
+ this.basePath = 'https://apiv2stage3.atomex.net';
2349
2349
  this.defaultHeaders = new http.HttpHeaders();
2350
2350
  this.configuration = new Configuration();
2351
2351
  if (basePath) {
@@ -2476,7 +2476,7 @@
2476
2476
  var BulkStrategyControllerService = /** @class */ (function () {
2477
2477
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2478
2478
  this.httpClient = httpClient;
2479
- this.basePath = 'https://apiv2stage2.atomex.net';
2479
+ this.basePath = 'https://apiv2stage3.atomex.net';
2480
2480
  this.defaultHeaders = new http.HttpHeaders();
2481
2481
  this.configuration = new Configuration();
2482
2482
  if (basePath) {
@@ -2707,7 +2707,7 @@
2707
2707
  var CSSThemeController_Service = /** @class */ (function () {
2708
2708
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2709
2709
  this.httpClient = httpClient;
2710
- this.basePath = 'https://apiv2stage2.atomex.net';
2710
+ this.basePath = 'https://apiv2stage3.atomex.net';
2711
2711
  this.defaultHeaders = new http.HttpHeaders();
2712
2712
  this.configuration = new Configuration();
2713
2713
  if (basePath) {
@@ -2816,7 +2816,7 @@
2816
2816
  var CampaignControllerService = /** @class */ (function () {
2817
2817
  function CampaignControllerService(httpClient, basePath, configuration) {
2818
2818
  this.httpClient = httpClient;
2819
- this.basePath = 'https://apiv2stage2.atomex.net';
2819
+ this.basePath = 'https://apiv2stage3.atomex.net';
2820
2820
  this.defaultHeaders = new http.HttpHeaders();
2821
2821
  this.configuration = new Configuration();
2822
2822
  if (basePath) {
@@ -3126,7 +3126,7 @@
3126
3126
  var CatalogControllerService = /** @class */ (function () {
3127
3127
  function CatalogControllerService(httpClient, basePath, configuration) {
3128
3128
  this.httpClient = httpClient;
3129
- this.basePath = 'https://apiv2stage2.atomex.net';
3129
+ this.basePath = 'https://apiv2stage3.atomex.net';
3130
3130
  this.defaultHeaders = new http.HttpHeaders();
3131
3131
  this.configuration = new Configuration();
3132
3132
  if (basePath) {
@@ -3372,7 +3372,7 @@
3372
3372
  var ClickDestinationControllerService = /** @class */ (function () {
3373
3373
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3374
3374
  this.httpClient = httpClient;
3375
- this.basePath = 'https://apiv2stage2.atomex.net';
3375
+ this.basePath = 'https://apiv2stage3.atomex.net';
3376
3376
  this.defaultHeaders = new http.HttpHeaders();
3377
3377
  this.configuration = new Configuration();
3378
3378
  if (basePath) {
@@ -3610,7 +3610,7 @@
3610
3610
  var CreativeControllerService = /** @class */ (function () {
3611
3611
  function CreativeControllerService(httpClient, basePath, configuration) {
3612
3612
  this.httpClient = httpClient;
3613
- this.basePath = 'https://apiv2stage2.atomex.net';
3613
+ this.basePath = 'https://apiv2stage3.atomex.net';
3614
3614
  this.defaultHeaders = new http.HttpHeaders();
3615
3615
  this.configuration = new Configuration();
3616
3616
  if (basePath) {
@@ -4111,7 +4111,7 @@
4111
4111
  var CreativeSetsControllerService = /** @class */ (function () {
4112
4112
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
4113
4113
  this.httpClient = httpClient;
4114
- this.basePath = 'https://apiv2stage2.atomex.net';
4114
+ this.basePath = 'https://apiv2stage3.atomex.net';
4115
4115
  this.defaultHeaders = new http.HttpHeaders();
4116
4116
  this.configuration = new Configuration();
4117
4117
  if (basePath) {
@@ -4603,7 +4603,7 @@
4603
4603
  reportProgress: reportProgress
4604
4604
  });
4605
4605
  };
4606
- CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, isPlacebo, reqId, token, observe, reportProgress) {
4606
+ CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, hybridSupportType, isPlacebo, reqId, token, observe, reportProgress) {
4607
4607
  if (observe === void 0) { observe = 'body'; }
4608
4608
  if (reportProgress === void 0) { reportProgress = false; }
4609
4609
  if (advertiserId === null || advertiserId === undefined) {
@@ -4619,6 +4619,9 @@
4619
4619
  if (filters !== undefined && filters !== null) {
4620
4620
  queryParameters = queryParameters.set('filters', filters);
4621
4621
  }
4622
+ if (hybridSupportType !== undefined && hybridSupportType !== null) {
4623
+ queryParameters = queryParameters.set('hybridSupportType', hybridSupportType);
4624
+ }
4622
4625
  if (isPlacebo !== undefined && isPlacebo !== null) {
4623
4626
  queryParameters = queryParameters.set('isPlacebo', isPlacebo);
4624
4627
  }
@@ -4742,7 +4745,7 @@
4742
4745
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4743
4746
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4744
4747
  this.httpClient = httpClient;
4745
- this.basePath = 'https://apiv2stage2.atomex.net';
4748
+ this.basePath = 'https://apiv2stage3.atomex.net';
4746
4749
  this.defaultHeaders = new http.HttpHeaders();
4747
4750
  this.configuration = new Configuration();
4748
4751
  if (basePath) {
@@ -4931,7 +4934,7 @@
4931
4934
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4932
4935
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4933
4936
  this.httpClient = httpClient;
4934
- this.basePath = 'https://apiv2stage2.atomex.net';
4937
+ this.basePath = 'https://apiv2stage3.atomex.net';
4935
4938
  this.defaultHeaders = new http.HttpHeaders();
4936
4939
  this.configuration = new Configuration();
4937
4940
  if (basePath) {
@@ -5007,7 +5010,7 @@
5007
5010
  var CreativeTemplatesControllerService = /** @class */ (function () {
5008
5011
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
5009
5012
  this.httpClient = httpClient;
5010
- this.basePath = 'https://apiv2stage2.atomex.net';
5013
+ this.basePath = 'https://apiv2stage3.atomex.net';
5011
5014
  this.defaultHeaders = new http.HttpHeaders();
5012
5015
  this.configuration = new Configuration();
5013
5016
  if (basePath) {
@@ -5174,7 +5177,7 @@
5174
5177
  var CustomerReportingControllerService = /** @class */ (function () {
5175
5178
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
5176
5179
  this.httpClient = httpClient;
5177
- this.basePath = 'https://apiv2stage2.atomex.net';
5180
+ this.basePath = 'https://apiv2stage3.atomex.net';
5178
5181
  this.defaultHeaders = new http.HttpHeaders();
5179
5182
  this.configuration = new Configuration();
5180
5183
  if (basePath) {
@@ -5259,7 +5262,7 @@
5259
5262
  var DashboardControllerService = /** @class */ (function () {
5260
5263
  function DashboardControllerService(httpClient, basePath, configuration) {
5261
5264
  this.httpClient = httpClient;
5262
- this.basePath = 'https://apiv2stage2.atomex.net';
5265
+ this.basePath = 'https://apiv2stage3.atomex.net';
5263
5266
  this.defaultHeaders = new http.HttpHeaders();
5264
5267
  this.configuration = new Configuration();
5265
5268
  if (basePath) {
@@ -5945,7 +5948,7 @@
5945
5948
  var NotificationsControllerService = /** @class */ (function () {
5946
5949
  function NotificationsControllerService(httpClient, basePath, configuration) {
5947
5950
  this.httpClient = httpClient;
5948
- this.basePath = 'https://apiv2stage2.atomex.net';
5951
+ this.basePath = 'https://apiv2stage3.atomex.net';
5949
5952
  this.defaultHeaders = new http.HttpHeaders();
5950
5953
  this.configuration = new Configuration();
5951
5954
  if (basePath) {
@@ -6164,7 +6167,7 @@
6164
6167
  var PixelControllerService = /** @class */ (function () {
6165
6168
  function PixelControllerService(httpClient, basePath, configuration) {
6166
6169
  this.httpClient = httpClient;
6167
- this.basePath = 'https://apiv2stage2.atomex.net';
6170
+ this.basePath = 'https://apiv2stage3.atomex.net';
6168
6171
  this.defaultHeaders = new http.HttpHeaders();
6169
6172
  this.configuration = new Configuration();
6170
6173
  if (basePath) {
@@ -6481,7 +6484,7 @@
6481
6484
  var ReportingControllerService = /** @class */ (function () {
6482
6485
  function ReportingControllerService(httpClient, basePath, configuration) {
6483
6486
  this.httpClient = httpClient;
6484
- this.basePath = 'https://apiv2stage2.atomex.net';
6487
+ this.basePath = 'https://apiv2stage3.atomex.net';
6485
6488
  this.defaultHeaders = new http.HttpHeaders();
6486
6489
  this.configuration = new Configuration();
6487
6490
  if (basePath) {
@@ -6653,7 +6656,7 @@
6653
6656
  var ReportingSchedulerControllerService = /** @class */ (function () {
6654
6657
  function ReportingSchedulerControllerService(httpClient, basePath, configuration) {
6655
6658
  this.httpClient = httpClient;
6656
- this.basePath = 'https://apiv2stage2.atomex.net';
6659
+ this.basePath = 'https://apiv2stage3.atomex.net';
6657
6660
  this.defaultHeaders = new http.HttpHeaders();
6658
6661
  this.configuration = new Configuration();
6659
6662
  if (basePath) {
@@ -6978,7 +6981,7 @@
6978
6981
  var SliceXControllerService = /** @class */ (function () {
6979
6982
  function SliceXControllerService(httpClient, basePath, configuration) {
6980
6983
  this.httpClient = httpClient;
6981
- this.basePath = 'https://apiv2stage2.atomex.net';
6984
+ this.basePath = 'https://apiv2stage3.atomex.net';
6982
6985
  this.defaultHeaders = new http.HttpHeaders();
6983
6986
  this.configuration = new Configuration();
6984
6987
  if (basePath) {
@@ -7234,7 +7237,7 @@
7234
7237
  var StrategyControllerService = /** @class */ (function () {
7235
7238
  function StrategyControllerService(httpClient, basePath, configuration) {
7236
7239
  this.httpClient = httpClient;
7237
- this.basePath = 'https://apiv2stage2.atomex.net';
7240
+ this.basePath = 'https://apiv2stage3.atomex.net';
7238
7241
  this.defaultHeaders = new http.HttpHeaders();
7239
7242
  this.configuration = new Configuration();
7240
7243
  if (basePath) {
@@ -8066,7 +8069,7 @@
8066
8069
  var StrategyTemplateControllerService = /** @class */ (function () {
8067
8070
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
8068
8071
  this.httpClient = httpClient;
8069
- this.basePath = 'https://apiv2stage2.atomex.net';
8072
+ this.basePath = 'https://apiv2stage3.atomex.net';
8070
8073
  this.defaultHeaders = new http.HttpHeaders();
8071
8074
  this.configuration = new Configuration();
8072
8075
  if (basePath) {
@@ -8188,7 +8191,7 @@
8188
8191
  var UILoggerControllerService = /** @class */ (function () {
8189
8192
  function UILoggerControllerService(httpClient, basePath, configuration) {
8190
8193
  this.httpClient = httpClient;
8191
- this.basePath = 'https://apiv2stage2.atomex.net';
8194
+ this.basePath = 'https://apiv2stage3.atomex.net';
8192
8195
  this.defaultHeaders = new http.HttpHeaders();
8193
8196
  this.configuration = new Configuration();
8194
8197
  if (basePath) {
@@ -8278,7 +8281,7 @@
8278
8281
  var UserPreferenceControllerService = /** @class */ (function () {
8279
8282
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
8280
8283
  this.httpClient = httpClient;
8281
- this.basePath = 'https://apiv2stage2.atomex.net';
8284
+ this.basePath = 'https://apiv2stage3.atomex.net';
8282
8285
  this.defaultHeaders = new http.HttpHeaders();
8283
8286
  this.configuration = new Configuration();
8284
8287
  if (basePath) {
@@ -8927,6 +8930,10 @@
8927
8930
  ICON: 'ICON',
8928
8931
  CTVVIDEO: 'CTV_VIDEO'
8929
8932
  };
8933
+ CreativeSetRequest.HybridSupportTypeEnum = {
8934
+ IMAGE: 'IMAGE',
8935
+ VIDEO: 'VIDEO'
8936
+ };
8930
8937
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
8931
8938
 
8932
8939
  /**