@revxui/api-clients-ts 0.10.335 → 0.10.337

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 (53) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +39 -0
  3. package/api/auditController.service.d.ts +6 -6
  4. package/api/creativeSetsController.service.d.ts +0 -15
  5. package/api/dashboardController.service.d.ts +9 -9
  6. package/bundles/revxui-api-clients-ts.umd.js +148 -62
  7. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  8. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  9. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  10. package/esm2015/api/adminController.service.js +2 -2
  11. package/esm2015/api/advertiserController.service.js +2 -2
  12. package/esm2015/api/appSettingsController.service.js +91 -2
  13. package/esm2015/api/audienceController.service.js +2 -2
  14. package/esm2015/api/auditController.service.js +2 -2
  15. package/esm2015/api/bulkStrategyController.service.js +2 -2
  16. package/esm2015/api/cSSThemeController_.service.js +2 -2
  17. package/esm2015/api/campaignController.service.js +2 -2
  18. package/esm2015/api/catalogController.service.js +2 -2
  19. package/esm2015/api/clickDestinationController.service.js +2 -2
  20. package/esm2015/api/creativeController.service.js +2 -2
  21. package/esm2015/api/creativeSetsController.service.js +2 -39
  22. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  24. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  25. package/esm2015/api/dashboardController.service.js +2 -2
  26. package/esm2015/api/notificationsController.service.js +2 -2
  27. package/esm2015/api/pixelController.service.js +2 -2
  28. package/esm2015/api/reportingController.service.js +2 -2
  29. package/esm2015/api/sliceXController.service.js +2 -2
  30. package/esm2015/api/strategyController.service.js +2 -2
  31. package/esm2015/api/uILoggerController.service.js +2 -2
  32. package/esm2015/api/userPreferenceController.service.js +2 -2
  33. package/esm2015/model/advertiserDynamicVideoConfig.js +2 -0
  34. package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +2 -0
  35. package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +2 -0
  36. package/esm2015/model/dynamicVideoConfigDTO.js +30 -0
  37. package/esm2015/model/dynamicVideoDTO.js +2 -0
  38. package/esm2015/model/dynamicVideoTemplate.js +2 -0
  39. package/esm2015/model/models.js +8 -2
  40. package/esm2015/model/nameAndTitleModel.js +13 -0
  41. package/fesm2015/revxui-api-clients-ts.js +155 -73
  42. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  43. package/model/advertiserDynamicVideoConfig.d.ts +19 -0
  44. package/model/apiResponseObjectAdvertiserDynamicVideoConfig.d.ts +17 -0
  45. package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +17 -0
  46. package/model/dynamicVideoConfigDTO.d.ts +34 -0
  47. package/model/dynamicVideoDTO.d.ts +16 -0
  48. package/model/dynamicVideoTemplate.d.ts +18 -0
  49. package/model/models.d.ts +7 -1
  50. package/model/{creativeSetRescheduleRequest.d.ts → nameAndTitleModel.d.ts} +3 -3
  51. package/package.json +1 -1
  52. package/revxui-api-clients-ts.metadata.json +1 -1
  53. package/esm2015/model/creativeSetRescheduleRequest.js +0 -13
@@ -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://apiv2stage1.atomex.net';
85
+ this.basePath = 'https://apiv2stage3.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://apiv2stage1.atomex.net';
274
+ this.basePath = 'https://apiv2stage3.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://apiv2stage1.atomex.net';
685
+ this.basePath = 'https://apiv2stage3.atomex.net';
686
686
  this.defaultHeaders = new HttpHeaders();
687
687
  this.configuration = new Configuration();
688
688
  if (basePath) {
@@ -740,6 +740,61 @@ class AppSettingsControllerService {
740
740
  reportProgress: reportProgress
741
741
  });
742
742
  }
743
+ fetchAllDynamicVideoTemplatesUsingGET(reqId, token, observe = 'body', reportProgress = false) {
744
+ let headers = this.defaultHeaders;
745
+ if (reqId !== undefined && reqId !== null) {
746
+ headers = headers.set('reqId', String(reqId));
747
+ }
748
+ if (token !== undefined && token !== null) {
749
+ headers = headers.set('token', String(token));
750
+ }
751
+ // to determine the Accept header
752
+ let httpHeaderAccepts = [
753
+ 'application/json'
754
+ ];
755
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
756
+ if (httpHeaderAcceptSelected != undefined) {
757
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
758
+ }
759
+ // to determine the Content-Type header
760
+ const consumes = [];
761
+ return this.httpClient.get(`${this.basePath}/v2/api/appsettings/dynamicvideo/templates`, {
762
+ withCredentials: this.configuration.withCredentials,
763
+ headers: headers,
764
+ observe: observe,
765
+ reportProgress: reportProgress
766
+ });
767
+ }
768
+ fetchDynamicVideoConfigUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
769
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
770
+ if (advertiserId !== undefined && advertiserId !== null) {
771
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
772
+ }
773
+ let headers = this.defaultHeaders;
774
+ if (reqId !== undefined && reqId !== null) {
775
+ headers = headers.set('reqId', String(reqId));
776
+ }
777
+ if (token !== undefined && token !== null) {
778
+ headers = headers.set('token', String(token));
779
+ }
780
+ // to determine the Accept header
781
+ let httpHeaderAccepts = [
782
+ 'application/json'
783
+ ];
784
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
785
+ if (httpHeaderAcceptSelected != undefined) {
786
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
787
+ }
788
+ // to determine the Content-Type header
789
+ const consumes = [];
790
+ return this.httpClient.get(`${this.basePath}/v2/api/appsettings/dynamicvideo/config`, {
791
+ params: queryParameters,
792
+ withCredentials: this.configuration.withCredentials,
793
+ headers: headers,
794
+ observe: observe,
795
+ reportProgress: reportProgress
796
+ });
797
+ }
743
798
  getAppSettingsUsingGET(advertiserId, reqId, settingsKeys, token, observe = 'body', reportProgress = false) {
744
799
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
745
800
  if (advertiserId !== undefined && advertiserId !== null) {
@@ -809,6 +864,40 @@ class AppSettingsControllerService {
809
864
  reportProgress: reportProgress
810
865
  });
811
866
  }
867
+ upsertDynamicVideoUsingPOST(dynamicVideoDTO, reqId, token, observe = 'body', reportProgress = false) {
868
+ if (dynamicVideoDTO === null || dynamicVideoDTO === undefined) {
869
+ throw new Error('Required parameter dynamicVideoDTO was null or undefined when calling upsertDynamicVideoUsingPOST.');
870
+ }
871
+ let headers = this.defaultHeaders;
872
+ if (reqId !== undefined && reqId !== null) {
873
+ headers = headers.set('reqId', String(reqId));
874
+ }
875
+ if (token !== undefined && token !== null) {
876
+ headers = headers.set('token', String(token));
877
+ }
878
+ // to determine the Accept header
879
+ let httpHeaderAccepts = [
880
+ 'application/json'
881
+ ];
882
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
883
+ if (httpHeaderAcceptSelected != undefined) {
884
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
885
+ }
886
+ // to determine the Content-Type header
887
+ const consumes = [
888
+ 'application/json'
889
+ ];
890
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
891
+ if (httpContentTypeSelected != undefined) {
892
+ headers = headers.set('Content-Type', httpContentTypeSelected);
893
+ }
894
+ return this.httpClient.post(`${this.basePath}/v2/api/appsettings/dynamicvideo/upsert`, dynamicVideoDTO, {
895
+ withCredentials: this.configuration.withCredentials,
896
+ headers: headers,
897
+ observe: observe,
898
+ reportProgress: reportProgress
899
+ });
900
+ }
812
901
  }
813
902
  AppSettingsControllerService.decorators = [
814
903
  { type: Injectable }
@@ -833,7 +922,7 @@ AppSettingsControllerService.ctorParameters = () => [
833
922
  class AudienceControllerService {
834
923
  constructor(httpClient, basePath, configuration) {
835
924
  this.httpClient = httpClient;
836
- this.basePath = 'https://apiv2stage1.atomex.net';
925
+ this.basePath = 'https://apiv2stage3.atomex.net';
837
926
  this.defaultHeaders = new HttpHeaders();
838
927
  this.configuration = new Configuration();
839
928
  if (basePath) {
@@ -1578,7 +1667,7 @@ AudienceControllerService.ctorParameters = () => [
1578
1667
  class AuditControllerService {
1579
1668
  constructor(httpClient, basePath, configuration) {
1580
1669
  this.httpClient = httpClient;
1581
- this.basePath = 'https://apiv2stage1.atomex.net';
1670
+ this.basePath = 'https://apiv2stage3.atomex.net';
1582
1671
  this.defaultHeaders = new HttpHeaders();
1583
1672
  this.configuration = new Configuration();
1584
1673
  if (basePath) {
@@ -1758,7 +1847,7 @@ AuditControllerService.ctorParameters = () => [
1758
1847
  class BulkStrategyControllerService {
1759
1848
  constructor(httpClient, basePath, configuration) {
1760
1849
  this.httpClient = httpClient;
1761
- this.basePath = 'https://apiv2stage1.atomex.net';
1850
+ this.basePath = 'https://apiv2stage3.atomex.net';
1762
1851
  this.defaultHeaders = new HttpHeaders();
1763
1852
  this.configuration = new Configuration();
1764
1853
  if (basePath) {
@@ -1978,7 +2067,7 @@ BulkStrategyControllerService.ctorParameters = () => [
1978
2067
  class CSSThemeController_Service {
1979
2068
  constructor(httpClient, basePath, configuration) {
1980
2069
  this.httpClient = httpClient;
1981
- this.basePath = 'https://apiv2stage1.atomex.net';
2070
+ this.basePath = 'https://apiv2stage3.atomex.net';
1982
2071
  this.defaultHeaders = new HttpHeaders();
1983
2072
  this.configuration = new Configuration();
1984
2073
  if (basePath) {
@@ -2082,7 +2171,7 @@ CSSThemeController_Service.ctorParameters = () => [
2082
2171
  class CampaignControllerService {
2083
2172
  constructor(httpClient, basePath, configuration) {
2084
2173
  this.httpClient = httpClient;
2085
- this.basePath = 'https://apiv2stage1.atomex.net';
2174
+ this.basePath = 'https://apiv2stage3.atomex.net';
2086
2175
  this.defaultHeaders = new HttpHeaders();
2087
2176
  this.configuration = new Configuration();
2088
2177
  if (basePath) {
@@ -2377,7 +2466,7 @@ CampaignControllerService.ctorParameters = () => [
2377
2466
  class CatalogControllerService {
2378
2467
  constructor(httpClient, basePath, configuration) {
2379
2468
  this.httpClient = httpClient;
2380
- this.basePath = 'https://apiv2stage1.atomex.net';
2469
+ this.basePath = 'https://apiv2stage3.atomex.net';
2381
2470
  this.defaultHeaders = new HttpHeaders();
2382
2471
  this.configuration = new Configuration();
2383
2472
  if (basePath) {
@@ -2612,7 +2701,7 @@ CatalogControllerService.ctorParameters = () => [
2612
2701
  class ClickDestinationControllerService {
2613
2702
  constructor(httpClient, basePath, configuration) {
2614
2703
  this.httpClient = httpClient;
2615
- this.basePath = 'https://apiv2stage1.atomex.net';
2704
+ this.basePath = 'https://apiv2stage3.atomex.net';
2616
2705
  this.defaultHeaders = new HttpHeaders();
2617
2706
  this.configuration = new Configuration();
2618
2707
  if (basePath) {
@@ -2839,7 +2928,7 @@ ClickDestinationControllerService.ctorParameters = () => [
2839
2928
  class CreativeControllerService {
2840
2929
  constructor(httpClient, basePath, configuration) {
2841
2930
  this.httpClient = httpClient;
2842
- this.basePath = 'https://apiv2stage1.atomex.net';
2931
+ this.basePath = 'https://apiv2stage3.atomex.net';
2843
2932
  this.defaultHeaders = new HttpHeaders();
2844
2933
  this.configuration = new Configuration();
2845
2934
  if (basePath) {
@@ -3281,7 +3370,7 @@ CreativeControllerService.ctorParameters = () => [
3281
3370
  class CreativeSetsControllerService {
3282
3371
  constructor(httpClient, basePath, configuration) {
3283
3372
  this.httpClient = httpClient;
3284
- this.basePath = 'https://apiv2stage1.atomex.net';
3373
+ this.basePath = 'https://apiv2stage3.atomex.net';
3285
3374
  this.defaultHeaders = new HttpHeaders();
3286
3375
  this.configuration = new Configuration();
3287
3376
  if (basePath) {
@@ -3677,43 +3766,6 @@ class CreativeSetsControllerService {
3677
3766
  reportProgress: reportProgress
3678
3767
  });
3679
3768
  }
3680
- rescheduleUsingPOST(creativeSetRescheduleRequest, id, reqId, token, observe = 'body', reportProgress = false) {
3681
- if (creativeSetRescheduleRequest === null || creativeSetRescheduleRequest === undefined) {
3682
- throw new Error('Required parameter creativeSetRescheduleRequest was null or undefined when calling rescheduleUsingPOST.');
3683
- }
3684
- if (id === null || id === undefined) {
3685
- throw new Error('Required parameter id was null or undefined when calling rescheduleUsingPOST.');
3686
- }
3687
- let headers = this.defaultHeaders;
3688
- if (reqId !== undefined && reqId !== null) {
3689
- headers = headers.set('reqId', String(reqId));
3690
- }
3691
- if (token !== undefined && token !== null) {
3692
- headers = headers.set('token', String(token));
3693
- }
3694
- // to determine the Accept header
3695
- let httpHeaderAccepts = [
3696
- 'application/json'
3697
- ];
3698
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3699
- if (httpHeaderAcceptSelected != undefined) {
3700
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3701
- }
3702
- // to determine the Content-Type header
3703
- const consumes = [
3704
- 'application/json'
3705
- ];
3706
- const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3707
- if (httpContentTypeSelected != undefined) {
3708
- headers = headers.set('Content-Type', httpContentTypeSelected);
3709
- }
3710
- return this.httpClient.post(`${this.basePath}/v2/api/creativesets/reschedule/${encodeURIComponent(String(id))}`, creativeSetRescheduleRequest, {
3711
- withCredentials: this.configuration.withCredentials,
3712
- headers: headers,
3713
- observe: observe,
3714
- reportProgress: reportProgress
3715
- });
3716
- }
3717
3769
  updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
3718
3770
  if (creativeSetRequest === null || creativeSetRequest === undefined) {
3719
3771
  throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
@@ -3775,7 +3827,7 @@ CreativeSetsControllerService.ctorParameters = () => [
3775
3827
  class CreativeTemplateThemesControllerService {
3776
3828
  constructor(httpClient, basePath, configuration) {
3777
3829
  this.httpClient = httpClient;
3778
- this.basePath = 'https://apiv2stage1.atomex.net';
3830
+ this.basePath = 'https://apiv2stage3.atomex.net';
3779
3831
  this.defaultHeaders = new HttpHeaders();
3780
3832
  this.configuration = new Configuration();
3781
3833
  if (basePath) {
@@ -3955,7 +4007,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
3955
4007
  class CreativeTemplateVariablesControllerService {
3956
4008
  constructor(httpClient, basePath, configuration) {
3957
4009
  this.httpClient = httpClient;
3958
- this.basePath = 'https://apiv2stage1.atomex.net';
4010
+ this.basePath = 'https://apiv2stage3.atomex.net';
3959
4011
  this.defaultHeaders = new HttpHeaders();
3960
4012
  this.configuration = new Configuration();
3961
4013
  if (basePath) {
@@ -4028,7 +4080,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
4028
4080
  class CreativeTemplatesControllerService {
4029
4081
  constructor(httpClient, basePath, configuration) {
4030
4082
  this.httpClient = httpClient;
4031
- this.basePath = 'https://apiv2stage1.atomex.net';
4083
+ this.basePath = 'https://apiv2stage3.atomex.net';
4032
4084
  this.defaultHeaders = new HttpHeaders();
4033
4085
  this.configuration = new Configuration();
4034
4086
  if (basePath) {
@@ -4188,7 +4240,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
4188
4240
  class DashboardControllerService {
4189
4241
  constructor(httpClient, basePath, configuration) {
4190
4242
  this.httpClient = httpClient;
4191
- this.basePath = 'https://apiv2stage1.atomex.net';
4243
+ this.basePath = 'https://apiv2stage3.atomex.net';
4192
4244
  this.defaultHeaders = new HttpHeaders();
4193
4245
  this.configuration = new Configuration();
4194
4246
  if (basePath) {
@@ -4802,7 +4854,7 @@ DashboardControllerService.ctorParameters = () => [
4802
4854
  class NotificationsControllerService {
4803
4855
  constructor(httpClient, basePath, configuration) {
4804
4856
  this.httpClient = httpClient;
4805
- this.basePath = 'https://apiv2stage1.atomex.net';
4857
+ this.basePath = 'https://apiv2stage3.atomex.net';
4806
4858
  this.defaultHeaders = new HttpHeaders();
4807
4859
  this.configuration = new Configuration();
4808
4860
  if (basePath) {
@@ -4980,7 +5032,7 @@ NotificationsControllerService.ctorParameters = () => [
4980
5032
  class PixelControllerService {
4981
5033
  constructor(httpClient, basePath, configuration) {
4982
5034
  this.httpClient = httpClient;
4983
- this.basePath = 'https://apiv2stage1.atomex.net';
5035
+ this.basePath = 'https://apiv2stage3.atomex.net';
4984
5036
  this.defaultHeaders = new HttpHeaders();
4985
5037
  this.configuration = new Configuration();
4986
5038
  if (basePath) {
@@ -5282,7 +5334,7 @@ PixelControllerService.ctorParameters = () => [
5282
5334
  class ReportingControllerService {
5283
5335
  constructor(httpClient, basePath, configuration) {
5284
5336
  this.httpClient = httpClient;
5285
- this.basePath = 'https://apiv2stage1.atomex.net';
5337
+ this.basePath = 'https://apiv2stage3.atomex.net';
5286
5338
  this.defaultHeaders = new HttpHeaders();
5287
5339
  this.configuration = new Configuration();
5288
5340
  if (basePath) {
@@ -5447,7 +5499,7 @@ ReportingControllerService.ctorParameters = () => [
5447
5499
  class SliceXControllerService {
5448
5500
  constructor(httpClient, basePath, configuration) {
5449
5501
  this.httpClient = httpClient;
5450
- this.basePath = 'https://apiv2stage1.atomex.net';
5502
+ this.basePath = 'https://apiv2stage3.atomex.net';
5451
5503
  this.defaultHeaders = new HttpHeaders();
5452
5504
  this.configuration = new Configuration();
5453
5505
  if (basePath) {
@@ -5692,7 +5744,7 @@ SliceXControllerService.ctorParameters = () => [
5692
5744
  class StrategyControllerService {
5693
5745
  constructor(httpClient, basePath, configuration) {
5694
5746
  this.httpClient = httpClient;
5695
- this.basePath = 'https://apiv2stage1.atomex.net';
5747
+ this.basePath = 'https://apiv2stage3.atomex.net';
5696
5748
  this.defaultHeaders = new HttpHeaders();
5697
5749
  this.configuration = new Configuration();
5698
5750
  if (basePath) {
@@ -6306,7 +6358,7 @@ StrategyControllerService.ctorParameters = () => [
6306
6358
  class UILoggerControllerService {
6307
6359
  constructor(httpClient, basePath, configuration) {
6308
6360
  this.httpClient = httpClient;
6309
- this.basePath = 'https://apiv2stage1.atomex.net';
6361
+ this.basePath = 'https://apiv2stage3.atomex.net';
6310
6362
  this.defaultHeaders = new HttpHeaders();
6311
6363
  this.configuration = new Configuration();
6312
6364
  if (basePath) {
@@ -6393,7 +6445,7 @@ UILoggerControllerService.ctorParameters = () => [
6393
6445
  class UserPreferenceControllerService {
6394
6446
  constructor(httpClient, basePath, configuration) {
6395
6447
  this.httpClient = httpClient;
6396
- this.basePath = 'https://apiv2stage1.atomex.net';
6448
+ this.basePath = 'https://apiv2stage3.atomex.net';
6397
6449
  this.defaultHeaders = new HttpHeaders();
6398
6450
  this.configuration = new Configuration();
6399
6451
  if (basePath) {
@@ -7228,18 +7280,6 @@ var CreativeSetRequest;
7228
7280
  };
7229
7281
  })(CreativeSetRequest || (CreativeSetRequest = {}));
7230
7282
 
7231
- /**
7232
- * Api Documentation
7233
- * Api Documentation
7234
- *
7235
- * OpenAPI spec version: 1.0
7236
- *
7237
- *
7238
- * NOTE: This class is auto generated by the swagger code generator program.
7239
- * https://github.com/swagger-api/swagger-codegen.git
7240
- * Do not edit the class manually.
7241
- */
7242
-
7243
7283
  /**
7244
7284
  * Api Documentation
7245
7285
  * Api Documentation
@@ -7414,6 +7454,36 @@ var DuplicateCreativeSetResponse;
7414
7454
  * Do not edit the class manually.
7415
7455
  */
7416
7456
 
7457
+ /**
7458
+ * Api Documentation
7459
+ * Api Documentation
7460
+ *
7461
+ * OpenAPI spec version: 1.0
7462
+ *
7463
+ *
7464
+ * NOTE: This class is auto generated by the swagger code generator program.
7465
+ * https://github.com/swagger-api/swagger-codegen.git
7466
+ * Do not edit the class manually.
7467
+ */
7468
+ var DynamicVideoConfigDTO;
7469
+ (function (DynamicVideoConfigDTO) {
7470
+ DynamicVideoConfigDTO.ConfigKeyEnum = {
7471
+ TEMPLATEID: 'TEMPLATE_ID',
7472
+ LOGO: 'LOGO',
7473
+ SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
7474
+ ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
7475
+ CTA: 'CTA',
7476
+ TITLELENGTH: 'TITLE_LENGTH',
7477
+ TITLEROWS: 'TITLE_ROWS',
7478
+ DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
7479
+ FONT: 'FONT',
7480
+ ROUNDPRICE: 'ROUND_PRICE',
7481
+ MUSICFILE: 'MUSIC_FILE',
7482
+ VIDEOFILE: 'VIDEO_FILE',
7483
+ USERESIZER: 'USE_RESIZER'
7484
+ };
7485
+ })(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
7486
+
7417
7487
  /**
7418
7488
  * Api Documentation
7419
7489
  * Api Documentation
@@ -7647,6 +7717,18 @@ var MetaRuleDto;
7647
7717
  * Do not edit the class manually.
7648
7718
  */
7649
7719
 
7720
+ /**
7721
+ * Api Documentation
7722
+ * Api Documentation
7723
+ *
7724
+ * OpenAPI spec version: 1.0
7725
+ *
7726
+ *
7727
+ * NOTE: This class is auto generated by the swagger code generator program.
7728
+ * https://github.com/swagger-api/swagger-codegen.git
7729
+ * Do not edit the class manually.
7730
+ */
7731
+
7650
7732
  /**
7651
7733
  * Api Documentation
7652
7734
  * Api Documentation
@@ -8314,5 +8396,5 @@ ApiModule.ctorParameters = () => [
8314
8396
  * Generated bundle index. Do not edit.
8315
8397
  */
8316
8398
 
8317
- export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, 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 };
8399
+ export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, 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, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
8318
8400
  //# sourceMappingURL=revxui-api-clients-ts.js.map