@revxui/api-clients-ts 0.10.288 → 0.10.290

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 (121) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +18 -33
  3. package/bundles/revxui-api-clients-ts.umd.js +95 -130
  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 +49 -77
  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/apiResponseObjectAspectTemplateMap.js +1 -0
  31. package/esm2015/model/aspectTemplateMap.js +1 -0
  32. package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
  33. package/esm2015/model/creative.js +1 -1
  34. package/esm2015/model/creativeDTO.js +1 -1
  35. package/esm2015/model/creativeHtmlFileForSet.js +6 -12
  36. package/esm2015/model/creativeSetDashboardMetric.js +4 -2
  37. package/esm2015/model/creativeSetDetails.js +4 -2
  38. package/esm2015/model/creativeSetRequest.js +4 -2
  39. package/esm2015/model/creativeSetResponse.js +4 -2
  40. package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
  41. package/esm2015/model/hybridAdMapping.js +1 -0
  42. package/esm2015/model/models.js +1 -2
  43. package/esm5/api/adminController.service.js +2 -2
  44. package/esm5/api/advertiserController.service.js +2 -2
  45. package/esm5/api/appSettingsController.service.js +2 -2
  46. package/esm5/api/audienceController.service.js +2 -2
  47. package/esm5/api/auditController.service.js +2 -2
  48. package/esm5/api/bulkStrategyController.service.js +2 -2
  49. package/esm5/api/cSSThemeController_.service.js +2 -2
  50. package/esm5/api/campaignController.service.js +2 -2
  51. package/esm5/api/catalogController.service.js +2 -2
  52. package/esm5/api/clickDestinationController.service.js +2 -2
  53. package/esm5/api/creativeController.service.js +2 -2
  54. package/esm5/api/creativeSetsController.service.js +51 -81
  55. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  56. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  57. package/esm5/api/creativeTemplatesController.service.js +2 -2
  58. package/esm5/api/dashboardController.service.js +2 -2
  59. package/esm5/api/notificationsController.service.js +2 -2
  60. package/esm5/api/pixelController.service.js +2 -2
  61. package/esm5/api/reportingController.service.js +2 -2
  62. package/esm5/api/sliceXController.service.js +2 -2
  63. package/esm5/api/strategyController.service.js +2 -2
  64. package/esm5/api/uILoggerController.service.js +2 -2
  65. package/esm5/api/userPreferenceController.service.js +2 -2
  66. package/esm5/model/apiResponseObjectAspectTemplateMap.js +1 -0
  67. package/esm5/model/aspectTemplateMap.js +1 -0
  68. package/esm5/model/baseModelWithCreativeSetType.js +4 -2
  69. package/esm5/model/creative.js +1 -1
  70. package/esm5/model/creativeDTO.js +1 -1
  71. package/esm5/model/creativeHtmlFileForSet.js +6 -12
  72. package/esm5/model/creativeSetDashboardMetric.js +4 -2
  73. package/esm5/model/creativeSetDetails.js +4 -2
  74. package/esm5/model/creativeSetRequest.js +4 -2
  75. package/esm5/model/creativeSetResponse.js +4 -2
  76. package/esm5/model/duplicateCreativeSetResponse.js +4 -2
  77. package/esm5/model/hybridAdMapping.js +1 -0
  78. package/esm5/model/models.js +1 -2
  79. package/fesm2015/revxui-api-clients-ts.js +94 -127
  80. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  81. package/fesm5/revxui-api-clients-ts.js +96 -131
  82. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  83. package/model/{apiResponseObjectBulkEditCreativeSetsResponse.d.ts → apiResponseObjectAspectTemplateMap.d.ts} +3 -3
  84. package/model/{booleanEditField.d.ts → aspectTemplateMap.d.ts} +5 -3
  85. package/model/baseModelWithCreativeSetType.d.ts +3 -1
  86. package/model/creative.d.ts +1 -0
  87. package/model/creativeDTO.d.ts +4 -0
  88. package/model/creativeHtmlFileForSet.d.ts +9 -0
  89. package/model/creativeSetDashboardMetric.d.ts +3 -1
  90. package/model/creativeSetDetails.d.ts +3 -1
  91. package/model/creativeSetRequest.d.ts +6 -1
  92. package/model/creativeSetResponse.d.ts +3 -1
  93. package/model/duplicateCreativeSetResponse.d.ts +3 -1
  94. package/model/{strategyListEditField.d.ts → hybridAdMapping.d.ts} +4 -4
  95. package/model/models.d.ts +3 -9
  96. package/package.json +1 -1
  97. package/revxui-api-clients-ts.metadata.json +1 -1
  98. package/esm2015/model/activityLogsCreativeSetsBulkUpdateDTO.js +0 -11
  99. package/esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  100. package/esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  101. package/esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js +0 -1
  102. package/esm2015/model/booleanEditField.js +0 -12
  103. package/esm2015/model/bulkEditCreativeSetsDTO.js +0 -1
  104. package/esm2015/model/bulkEditCreativeSetsListDTO.js +0 -1
  105. package/esm2015/model/bulkEditCreativeSetsResponse.js +0 -1
  106. package/esm2015/model/strategyListEditField.js +0 -1
  107. package/esm5/model/activityLogsCreativeSetsBulkUpdateDTO.js +0 -11
  108. package/esm5/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  109. package/esm5/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  110. package/esm5/model/apiResponseObjectBulkEditCreativeSetsResponse.js +0 -1
  111. package/esm5/model/booleanEditField.js +0 -12
  112. package/esm5/model/bulkEditCreativeSetsDTO.js +0 -1
  113. package/esm5/model/bulkEditCreativeSetsListDTO.js +0 -1
  114. package/esm5/model/bulkEditCreativeSetsResponse.js +0 -1
  115. package/esm5/model/strategyListEditField.js +0 -1
  116. package/model/activityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -33
  117. package/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -16
  118. package/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -17
  119. package/model/bulkEditCreativeSetsDTO.d.ts +0 -25
  120. package/model/bulkEditCreativeSetsListDTO.d.ts +0 -18
  121. package/model/bulkEditCreativeSetsResponse.d.ts +0 -20
@@ -83,7 +83,7 @@ class Configuration {
83
83
  let AdminControllerService = class AdminControllerService {
84
84
  constructor(httpClient, basePath, configuration) {
85
85
  this.httpClient = httpClient;
86
- this.basePath = 'https://apiv2stage2.atomex.net';
86
+ this.basePath = 'https://apiv2stage1.atomex.net';
87
87
  this.defaultHeaders = new HttpHeaders();
88
88
  this.configuration = new Configuration();
89
89
  if (basePath) {
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
273
273
  let AdvertiserControllerService = class AdvertiserControllerService {
274
274
  constructor(httpClient, basePath, configuration) {
275
275
  this.httpClient = httpClient;
276
- this.basePath = 'https://apiv2stage2.atomex.net';
276
+ this.basePath = 'https://apiv2stage1.atomex.net';
277
277
  this.defaultHeaders = new HttpHeaders();
278
278
  this.configuration = new Configuration();
279
279
  if (basePath) {
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
685
685
  let AppSettingsControllerService = class AppSettingsControllerService {
686
686
  constructor(httpClient, basePath, configuration) {
687
687
  this.httpClient = httpClient;
688
- this.basePath = 'https://apiv2stage2.atomex.net';
688
+ this.basePath = 'https://apiv2stage1.atomex.net';
689
689
  this.defaultHeaders = new HttpHeaders();
690
690
  this.configuration = new Configuration();
691
691
  if (basePath) {
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
837
837
  let AudienceControllerService = class AudienceControllerService {
838
838
  constructor(httpClient, basePath, configuration) {
839
839
  this.httpClient = httpClient;
840
- this.basePath = 'https://apiv2stage2.atomex.net';
840
+ this.basePath = 'https://apiv2stage1.atomex.net';
841
841
  this.defaultHeaders = new HttpHeaders();
842
842
  this.configuration = new Configuration();
843
843
  if (basePath) {
@@ -1512,7 +1512,7 @@ AudienceControllerService = __decorate([
1512
1512
  let AuditControllerService = class AuditControllerService {
1513
1513
  constructor(httpClient, basePath, configuration) {
1514
1514
  this.httpClient = httpClient;
1515
- this.basePath = 'https://apiv2stage2.atomex.net';
1515
+ this.basePath = 'https://apiv2stage1.atomex.net';
1516
1516
  this.defaultHeaders = new HttpHeaders();
1517
1517
  this.configuration = new Configuration();
1518
1518
  if (basePath) {
@@ -1693,7 +1693,7 @@ AuditControllerService = __decorate([
1693
1693
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1694
1694
  constructor(httpClient, basePath, configuration) {
1695
1695
  this.httpClient = httpClient;
1696
- this.basePath = 'https://apiv2stage2.atomex.net';
1696
+ this.basePath = 'https://apiv2stage1.atomex.net';
1697
1697
  this.defaultHeaders = new HttpHeaders();
1698
1698
  this.configuration = new Configuration();
1699
1699
  if (basePath) {
@@ -1914,7 +1914,7 @@ BulkStrategyControllerService = __decorate([
1914
1914
  let CSSThemeController_Service = class CSSThemeController_Service {
1915
1915
  constructor(httpClient, basePath, configuration) {
1916
1916
  this.httpClient = httpClient;
1917
- this.basePath = 'https://apiv2stage2.atomex.net';
1917
+ this.basePath = 'https://apiv2stage1.atomex.net';
1918
1918
  this.defaultHeaders = new HttpHeaders();
1919
1919
  this.configuration = new Configuration();
1920
1920
  if (basePath) {
@@ -2019,7 +2019,7 @@ CSSThemeController_Service = __decorate([
2019
2019
  let CampaignControllerService = class CampaignControllerService {
2020
2020
  constructor(httpClient, basePath, configuration) {
2021
2021
  this.httpClient = httpClient;
2022
- this.basePath = 'https://apiv2stage2.atomex.net';
2022
+ this.basePath = 'https://apiv2stage1.atomex.net';
2023
2023
  this.defaultHeaders = new HttpHeaders();
2024
2024
  this.configuration = new Configuration();
2025
2025
  if (basePath) {
@@ -2315,7 +2315,7 @@ CampaignControllerService = __decorate([
2315
2315
  let CatalogControllerService = class CatalogControllerService {
2316
2316
  constructor(httpClient, basePath, configuration) {
2317
2317
  this.httpClient = httpClient;
2318
- this.basePath = 'https://apiv2stage2.atomex.net';
2318
+ this.basePath = 'https://apiv2stage1.atomex.net';
2319
2319
  this.defaultHeaders = new HttpHeaders();
2320
2320
  this.configuration = new Configuration();
2321
2321
  if (basePath) {
@@ -2518,7 +2518,7 @@ CatalogControllerService = __decorate([
2518
2518
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2519
2519
  constructor(httpClient, basePath, configuration) {
2520
2520
  this.httpClient = httpClient;
2521
- this.basePath = 'https://apiv2stage2.atomex.net';
2521
+ this.basePath = 'https://apiv2stage1.atomex.net';
2522
2522
  this.defaultHeaders = new HttpHeaders();
2523
2523
  this.configuration = new Configuration();
2524
2524
  if (basePath) {
@@ -2746,7 +2746,7 @@ ClickDestinationControllerService = __decorate([
2746
2746
  let CreativeControllerService = class CreativeControllerService {
2747
2747
  constructor(httpClient, basePath, configuration) {
2748
2748
  this.httpClient = httpClient;
2749
- this.basePath = 'https://apiv2stage2.atomex.net';
2749
+ this.basePath = 'https://apiv2stage1.atomex.net';
2750
2750
  this.defaultHeaders = new HttpHeaders();
2751
2751
  this.configuration = new Configuration();
2752
2752
  if (basePath) {
@@ -3189,7 +3189,7 @@ CreativeControllerService = __decorate([
3189
3189
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3190
3190
  constructor(httpClient, basePath, configuration) {
3191
3191
  this.httpClient = httpClient;
3192
- this.basePath = 'https://apiv2stage2.atomex.net';
3192
+ this.basePath = 'https://apiv2stage1.atomex.net';
3193
3193
  this.defaultHeaders = new HttpHeaders();
3194
3194
  this.configuration = new Configuration();
3195
3195
  if (basePath) {
@@ -3213,76 +3213,6 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3213
3213
  }
3214
3214
  return false;
3215
3215
  }
3216
- bulkEditActivityLogUsingGET1(pageNumber, pageSize, reqId, sort, token, observe = 'body', reportProgress = false) {
3217
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3218
- if (pageNumber !== undefined && pageNumber !== null) {
3219
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3220
- }
3221
- if (pageSize !== undefined && pageSize !== null) {
3222
- queryParameters = queryParameters.set('pageSize', pageSize);
3223
- }
3224
- if (sort !== undefined && sort !== null) {
3225
- queryParameters = queryParameters.set('sort', sort);
3226
- }
3227
- let headers = this.defaultHeaders;
3228
- if (reqId !== undefined && reqId !== null) {
3229
- headers = headers.set('reqId', String(reqId));
3230
- }
3231
- if (token !== undefined && token !== null) {
3232
- headers = headers.set('token', String(token));
3233
- }
3234
- // to determine the Accept header
3235
- let httpHeaderAccepts = [
3236
- 'application/json'
3237
- ];
3238
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3239
- if (httpHeaderAcceptSelected != undefined) {
3240
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3241
- }
3242
- // to determine the Content-Type header
3243
- const consumes = [];
3244
- return this.httpClient.get(`${this.basePath}/v2/api/creativesets/bulkupdateActivityLog`, {
3245
- params: queryParameters,
3246
- withCredentials: this.configuration.withCredentials,
3247
- headers: headers,
3248
- observe: observe,
3249
- reportProgress: reportProgress
3250
- });
3251
- }
3252
- bulkEditCreativeSetsUsingPOST(dto, reqId, token, observe = 'body', reportProgress = false) {
3253
- if (dto === null || dto === undefined) {
3254
- throw new Error('Required parameter dto was null or undefined when calling bulkEditCreativeSetsUsingPOST.');
3255
- }
3256
- let headers = this.defaultHeaders;
3257
- if (reqId !== undefined && reqId !== null) {
3258
- headers = headers.set('reqId', String(reqId));
3259
- }
3260
- if (token !== undefined && token !== null) {
3261
- headers = headers.set('token', String(token));
3262
- }
3263
- // to determine the Accept header
3264
- let httpHeaderAccepts = [
3265
- 'application/json'
3266
- ];
3267
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3268
- if (httpHeaderAcceptSelected != undefined) {
3269
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3270
- }
3271
- // to determine the Content-Type header
3272
- const consumes = [
3273
- 'application/json'
3274
- ];
3275
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3276
- if (httpContentTypeSelected != undefined) {
3277
- headers = headers.set('Content-Type', httpContentTypeSelected);
3278
- }
3279
- return this.httpClient.post(`${this.basePath}/v2/api/creativesets/bulkupdate`, dto, {
3280
- withCredentials: this.configuration.withCredentials,
3281
- headers: headers,
3282
- observe: observe,
3283
- reportProgress: reportProgress
3284
- });
3285
- }
3286
3216
  createUsingPOST(creativeSetRequest, reqId, token, observe = 'body', reportProgress = false) {
3287
3217
  if (creativeSetRequest === null || creativeSetRequest === undefined) {
3288
3218
  throw new Error('Required parameter creativeSetRequest was null or undefined when calling createUsingPOST.');
@@ -3459,13 +3389,10 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3459
3389
  reportProgress: reportProgress
3460
3390
  });
3461
3391
  }
3462
- getCreativesPerformanceUsingPOST(dashboardRequest, id, refresh, reqId, token, observe = 'body', reportProgress = false) {
3392
+ getCreativesPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3463
3393
  if (dashboardRequest === null || dashboardRequest === undefined) {
3464
3394
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
3465
3395
  }
3466
- if (id === null || id === undefined) {
3467
- throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3468
- }
3469
3396
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3470
3397
  if (refresh !== undefined && refresh !== null) {
3471
3398
  queryParameters = queryParameters.set('refresh', refresh);
@@ -3493,7 +3420,52 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3493
3420
  if (httpContentTypeSelected != undefined) {
3494
3421
  headers = headers.set('Content-Type', httpContentTypeSelected);
3495
3422
  }
3496
- return this.httpClient.post(`${this.basePath}/v2/api/creativesets/creatives/performance/${encodeURIComponent(String(id))}`, dashboardRequest, {
3423
+ return this.httpClient.post(`${this.basePath}/v2/api/creativesets/creatives/performance/`, dashboardRequest, {
3424
+ params: queryParameters,
3425
+ withCredentials: this.configuration.withCredentials,
3426
+ headers: headers,
3427
+ observe: observe,
3428
+ reportProgress: reportProgress
3429
+ });
3430
+ }
3431
+ getHybridAdTemplatesUsingGET(advertiserId, aspect_ratio, type, reqId, token, observe = 'body', reportProgress = false) {
3432
+ if (advertiserId === null || advertiserId === undefined) {
3433
+ throw new Error('Required parameter advertiserId was null or undefined when calling getHybridAdTemplatesUsingGET.');
3434
+ }
3435
+ if (aspect_ratio === null || aspect_ratio === undefined) {
3436
+ throw new Error('Required parameter aspect_ratio was null or undefined when calling getHybridAdTemplatesUsingGET.');
3437
+ }
3438
+ if (type === null || type === undefined) {
3439
+ throw new Error('Required parameter type was null or undefined when calling getHybridAdTemplatesUsingGET.');
3440
+ }
3441
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3442
+ if (advertiserId !== undefined && advertiserId !== null) {
3443
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
3444
+ }
3445
+ if (aspect_ratio !== undefined && aspect_ratio !== null) {
3446
+ queryParameters = queryParameters.set('aspect_ratio', aspect_ratio);
3447
+ }
3448
+ if (type !== undefined && type !== null) {
3449
+ queryParameters = queryParameters.set('type', type);
3450
+ }
3451
+ let headers = this.defaultHeaders;
3452
+ if (reqId !== undefined && reqId !== null) {
3453
+ headers = headers.set('reqId', String(reqId));
3454
+ }
3455
+ if (token !== undefined && token !== null) {
3456
+ headers = headers.set('token', String(token));
3457
+ }
3458
+ // to determine the Accept header
3459
+ let httpHeaderAccepts = [
3460
+ 'application/json'
3461
+ ];
3462
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3463
+ if (httpHeaderAcceptSelected != undefined) {
3464
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3465
+ }
3466
+ // to determine the Content-Type header
3467
+ const consumes = [];
3468
+ return this.httpClient.get(`${this.basePath}/v2/api/creativesets/hybridtemplates`, {
3497
3469
  params: queryParameters,
3498
3470
  withCredentials: this.configuration.withCredentials,
3499
3471
  headers: headers,
@@ -3605,7 +3577,7 @@ CreativeSetsControllerService = __decorate([
3605
3577
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3606
3578
  constructor(httpClient, basePath, configuration) {
3607
3579
  this.httpClient = httpClient;
3608
- this.basePath = 'https://apiv2stage2.atomex.net';
3580
+ this.basePath = 'https://apiv2stage1.atomex.net';
3609
3581
  this.defaultHeaders = new HttpHeaders();
3610
3582
  this.configuration = new Configuration();
3611
3583
  if (basePath) {
@@ -3786,7 +3758,7 @@ CreativeTemplateThemesControllerService = __decorate([
3786
3758
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3787
3759
  constructor(httpClient, basePath, configuration) {
3788
3760
  this.httpClient = httpClient;
3789
- this.basePath = 'https://apiv2stage2.atomex.net';
3761
+ this.basePath = 'https://apiv2stage1.atomex.net';
3790
3762
  this.defaultHeaders = new HttpHeaders();
3791
3763
  this.configuration = new Configuration();
3792
3764
  if (basePath) {
@@ -3860,7 +3832,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3860
3832
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3861
3833
  constructor(httpClient, basePath, configuration) {
3862
3834
  this.httpClient = httpClient;
3863
- this.basePath = 'https://apiv2stage2.atomex.net';
3835
+ this.basePath = 'https://apiv2stage1.atomex.net';
3864
3836
  this.defaultHeaders = new HttpHeaders();
3865
3837
  this.configuration = new Configuration();
3866
3838
  if (basePath) {
@@ -4021,7 +3993,7 @@ CreativeTemplatesControllerService = __decorate([
4021
3993
  let DashboardControllerService = class DashboardControllerService {
4022
3994
  constructor(httpClient, basePath, configuration) {
4023
3995
  this.httpClient = httpClient;
4024
- this.basePath = 'https://apiv2stage2.atomex.net';
3996
+ this.basePath = 'https://apiv2stage1.atomex.net';
4025
3997
  this.defaultHeaders = new HttpHeaders();
4026
3998
  this.configuration = new Configuration();
4027
3999
  if (basePath) {
@@ -4636,7 +4608,7 @@ DashboardControllerService = __decorate([
4636
4608
  let NotificationsControllerService = class NotificationsControllerService {
4637
4609
  constructor(httpClient, basePath, configuration) {
4638
4610
  this.httpClient = httpClient;
4639
- this.basePath = 'https://apiv2stage2.atomex.net';
4611
+ this.basePath = 'https://apiv2stage1.atomex.net';
4640
4612
  this.defaultHeaders = new HttpHeaders();
4641
4613
  this.configuration = new Configuration();
4642
4614
  if (basePath) {
@@ -4815,7 +4787,7 @@ NotificationsControllerService = __decorate([
4815
4787
  let PixelControllerService = class PixelControllerService {
4816
4788
  constructor(httpClient, basePath, configuration) {
4817
4789
  this.httpClient = httpClient;
4818
- this.basePath = 'https://apiv2stage2.atomex.net';
4790
+ this.basePath = 'https://apiv2stage1.atomex.net';
4819
4791
  this.defaultHeaders = new HttpHeaders();
4820
4792
  this.configuration = new Configuration();
4821
4793
  if (basePath) {
@@ -5118,7 +5090,7 @@ PixelControllerService = __decorate([
5118
5090
  let ReportingControllerService = class ReportingControllerService {
5119
5091
  constructor(httpClient, basePath, configuration) {
5120
5092
  this.httpClient = httpClient;
5121
- this.basePath = 'https://apiv2stage2.atomex.net';
5093
+ this.basePath = 'https://apiv2stage1.atomex.net';
5122
5094
  this.defaultHeaders = new HttpHeaders();
5123
5095
  this.configuration = new Configuration();
5124
5096
  if (basePath) {
@@ -5284,7 +5256,7 @@ ReportingControllerService = __decorate([
5284
5256
  let SliceXControllerService = class SliceXControllerService {
5285
5257
  constructor(httpClient, basePath, configuration) {
5286
5258
  this.httpClient = httpClient;
5287
- this.basePath = 'https://apiv2stage2.atomex.net';
5259
+ this.basePath = 'https://apiv2stage1.atomex.net';
5288
5260
  this.defaultHeaders = new HttpHeaders();
5289
5261
  this.configuration = new Configuration();
5290
5262
  if (basePath) {
@@ -5530,7 +5502,7 @@ SliceXControllerService = __decorate([
5530
5502
  let StrategyControllerService = class StrategyControllerService {
5531
5503
  constructor(httpClient, basePath, configuration) {
5532
5504
  this.httpClient = httpClient;
5533
- this.basePath = 'https://apiv2stage2.atomex.net';
5505
+ this.basePath = 'https://apiv2stage1.atomex.net';
5534
5506
  this.defaultHeaders = new HttpHeaders();
5535
5507
  this.configuration = new Configuration();
5536
5508
  if (basePath) {
@@ -6145,7 +6117,7 @@ StrategyControllerService = __decorate([
6145
6117
  let UILoggerControllerService = class UILoggerControllerService {
6146
6118
  constructor(httpClient, basePath, configuration) {
6147
6119
  this.httpClient = httpClient;
6148
- this.basePath = 'https://apiv2stage2.atomex.net';
6120
+ this.basePath = 'https://apiv2stage1.atomex.net';
6149
6121
  this.defaultHeaders = new HttpHeaders();
6150
6122
  this.configuration = new Configuration();
6151
6123
  if (basePath) {
@@ -6233,7 +6205,7 @@ UILoggerControllerService = __decorate([
6233
6205
  let UserPreferenceControllerService = class UserPreferenceControllerService {
6234
6206
  constructor(httpClient, basePath, configuration) {
6235
6207
  this.httpClient = httpClient;
6236
- this.basePath = 'https://apiv2stage2.atomex.net';
6208
+ this.basePath = 'https://apiv2stage1.atomex.net';
6237
6209
  this.defaultHeaders = new HttpHeaders();
6238
6210
  this.configuration = new Configuration();
6239
6211
  if (basePath) {
@@ -6391,17 +6363,6 @@ UserPreferenceControllerService = __decorate([
6391
6363
 
6392
6364
  const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6393
6365
 
6394
- var ActivityLogsCreativeSetsBulkUpdateDTO;
6395
- (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
6396
- ActivityLogsCreativeSetsBulkUpdateDTO.StatusEnum = {
6397
- PENDING: 'PENDING',
6398
- INPROGRESS: 'IN_PROGRESS',
6399
- FAILED: 'FAILED',
6400
- SUCCESS: 'SUCCESS',
6401
- PARTIALSUCCESS: 'PARTIAL_SUCCESS'
6402
- };
6403
- })(ActivityLogsCreativeSetsBulkUpdateDTO || (ActivityLogsCreativeSetsBulkUpdateDTO = {}));
6404
-
6405
6366
  var ActivityLogsStrategyBulkUpdateDTO;
6406
6367
  (function (ActivityLogsStrategyBulkUpdateDTO) {
6407
6368
  ActivityLogsStrategyBulkUpdateDTO.StatusEnum = {
@@ -6550,7 +6511,9 @@ var BaseModelWithCreativeSetType;
6550
6511
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6551
6512
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6552
6513
  DYNAMICHTML: 'DYNAMIC_HTML',
6553
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6514
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6515
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6516
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6554
6517
  };
6555
6518
  })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
6556
6519
 
@@ -6669,19 +6632,13 @@ var CreativeFiles;
6669
6632
  };
6670
6633
  })(CreativeFiles || (CreativeFiles = {}));
6671
6634
 
6672
- /**
6673
- * Api Documentation
6674
- * Api Documentation
6675
- *
6676
- * OpenAPI spec version: 1.0
6677
- *
6678
- *
6679
- * NOTE: This class is auto generated by the swagger code generator program.
6680
- * https://github.com/swagger-api/swagger-codegen.git
6681
- * Do not edit the class manually.
6682
- */
6683
6635
  var CreativeHtmlFileForSet;
6684
6636
  (function (CreativeHtmlFileForSet) {
6637
+ CreativeHtmlFileForSet.TemplateTypeEnum = {
6638
+ DCO: 'DCO',
6639
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6640
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6641
+ };
6685
6642
  CreativeHtmlFileForSet.TypeEnum = {
6686
6643
  Image: 'image',
6687
6644
  Html: 'html',
@@ -6712,7 +6669,9 @@ var CreativeSetDashboardMetric;
6712
6669
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6713
6670
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6714
6671
  DYNAMICHTML: 'DYNAMIC_HTML',
6715
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6672
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6673
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6674
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6716
6675
  };
6717
6676
  })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
6718
6677
 
@@ -6728,7 +6687,9 @@ var CreativeSetDetails;
6728
6687
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6729
6688
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6730
6689
  DYNAMICHTML: 'DYNAMIC_HTML',
6731
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6690
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6691
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6692
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6732
6693
  };
6733
6694
  })(CreativeSetDetails || (CreativeSetDetails = {}));
6734
6695
 
@@ -6744,7 +6705,9 @@ var CreativeSetRequest;
6744
6705
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6745
6706
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6746
6707
  DYNAMICHTML: 'DYNAMIC_HTML',
6747
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6708
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6709
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6710
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6748
6711
  };
6749
6712
  })(CreativeSetRequest || (CreativeSetRequest = {}));
6750
6713
 
@@ -6771,7 +6734,9 @@ var CreativeSetResponse;
6771
6734
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6772
6735
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6773
6736
  DYNAMICHTML: 'DYNAMIC_HTML',
6774
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6737
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6738
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6739
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6775
6740
  };
6776
6741
  })(CreativeSetResponse || (CreativeSetResponse = {}));
6777
6742
 
@@ -6818,7 +6783,9 @@ var DuplicateCreativeSetResponse;
6818
6783
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6819
6784
  DYNAMICMACRO: 'DYNAMIC_MACRO',
6820
6785
  DYNAMICHTML: 'DYNAMIC_HTML',
6821
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6786
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
6787
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
6788
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
6822
6789
  };
6823
6790
  })(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
6824
6791
 
@@ -7312,5 +7279,5 @@ ApiModule = ApiModule_1 = __decorate([
7312
7279
  * Generated bundle index. Do not edit.
7313
7280
  */
7314
7281
 
7315
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7282
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7316
7283
  //# sourceMappingURL=revxui-api-clients-ts.js.map