@revxui/api-clients-ts 0.10.197 → 0.10.198

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 (85) hide show
  1. package/README.md +2 -2
  2. package/api/dashboardController.service.d.ts +24 -24
  3. package/api/sliceXController.service.d.ts +6 -6
  4. package/bundles/revxui-api-clients-ts.umd.js +24 -24
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.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/appsFlyerAudienceController.service.js +2 -2
  12. package/esm2015/api/audienceController.service.js +2 -2
  13. package/esm2015/api/auditController.service.js +2 -2
  14. package/esm2015/api/bulkStrategyController.service.js +2 -2
  15. package/esm2015/api/cSSThemeController_.service.js +2 -2
  16. package/esm2015/api/campaignController.service.js +2 -2
  17. package/esm2015/api/catalogController.service.js +2 -2
  18. package/esm2015/api/clickDestinationController.service.js +2 -2
  19. package/esm2015/api/creativeController.service.js +2 -2
  20. package/esm2015/api/creativeSetsController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplatesController.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 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/advertiserDynamicDetails.js +1 -1
  33. package/esm2015/model/creativeDTO.js +1 -1
  34. package/esm2015/model/creativeSetDashboardMetric.js +1 -1
  35. package/esm2015/model/creativeSetDetails.js +1 -1
  36. package/esm2015/model/creativeSetRequest.js +1 -1
  37. package/esm2015/model/models.js +1 -1
  38. package/esm2015/model/strategyDTO.js +1 -1
  39. package/esm5/api/adminController.service.js +2 -2
  40. package/esm5/api/advertiserController.service.js +2 -2
  41. package/esm5/api/appSettingsController.service.js +2 -2
  42. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  43. package/esm5/api/audienceController.service.js +2 -2
  44. package/esm5/api/auditController.service.js +2 -2
  45. package/esm5/api/bulkStrategyController.service.js +2 -2
  46. package/esm5/api/cSSThemeController_.service.js +2 -2
  47. package/esm5/api/campaignController.service.js +2 -2
  48. package/esm5/api/catalogController.service.js +2 -2
  49. package/esm5/api/clickDestinationController.service.js +2 -2
  50. package/esm5/api/creativeController.service.js +2 -2
  51. package/esm5/api/creativeSetsController.service.js +2 -2
  52. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  53. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  54. package/esm5/api/creativeTemplatesController.service.js +2 -2
  55. package/esm5/api/dashboardController.service.js +2 -2
  56. package/esm5/api/notificationsController.service.js +2 -2
  57. package/esm5/api/pixelController.service.js +2 -2
  58. package/esm5/api/reportingController.service.js +2 -2
  59. package/esm5/api/sliceXController.service.js +2 -2
  60. package/esm5/api/strategyController.service.js +2 -2
  61. package/esm5/api/uILoggerController.service.js +2 -2
  62. package/esm5/api/userPreferenceController.service.js +2 -2
  63. package/esm5/model/advertiserDynamicDetails.js +1 -1
  64. package/esm5/model/creativeDTO.js +1 -1
  65. package/esm5/model/creativeSetDashboardMetric.js +1 -1
  66. package/esm5/model/creativeSetDetails.js +1 -1
  67. package/esm5/model/creativeSetRequest.js +1 -1
  68. package/esm5/model/models.js +1 -1
  69. package/esm5/model/strategyDTO.js +1 -1
  70. package/fesm2015/revxui-api-clients-ts.js +24 -24
  71. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  72. package/fesm5/revxui-api-clients-ts.js +24 -24
  73. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  74. package/model/advertiserDynamicDetails.d.ts +2 -0
  75. package/model/creativeDTO.d.ts +2 -0
  76. package/model/creativeSetDashboardMetric.d.ts +2 -0
  77. package/model/creativeSetDetails.d.ts +3 -0
  78. package/model/creativeSetRequest.d.ts +1 -0
  79. package/model/models.d.ts +0 -1
  80. package/model/strategyDTO.d.ts +0 -2
  81. package/package.json +1 -1
  82. package/revxui-api-clients-ts.metadata.json +1 -1
  83. package/esm2015/model/videoTargeting.js +0 -12
  84. package/esm5/model/videoTargeting.js +0 -12
  85. package/model/videoTargeting.d.ts +0 -16
@@ -1,12 +0,0 @@
1
- /**
2
- * Api Documentation
3
- * Api Documentation
4
- *
5
- * OpenAPI spec version: 1.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by the swagger code generator program.
9
- * https://github.com/swagger-api/swagger-codegen.git
10
- * Do not edit the class manually.
11
- */
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW9UYXJnZXRpbmcuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AcmV2eHVpL2FwaS1jbGllbnRzLXRzLyIsInNvdXJjZXMiOlsibW9kZWwvdmlkZW9UYXJnZXRpbmcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQXBpIERvY3VtZW50YXRpb25cbiAqIEFwaSBEb2N1bWVudGF0aW9uXG4gKlxuICogT3BlbkFQSSBzcGVjIHZlcnNpb246IDEuMFxuICogXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSB0aGUgc3dhZ2dlciBjb2RlIGdlbmVyYXRvciBwcm9ncmFtLlxuICogaHR0cHM6Ly9naXRodWIuY29tL3N3YWdnZXItYXBpL3N3YWdnZXItY29kZWdlbi5naXRcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5cbmV4cG9ydCBpbnRlcmZhY2UgVmlkZW9UYXJnZXRpbmcgeyBcbiAgICBhbGxWaWRlb3M/OiBib29sZWFuO1xuICAgIG5vblNraXBwYWJsZVZpZGVvcz86IGJvb2xlYW47XG4gICAgcmV3YXJkZWRWaWRlb3M/OiBib29sZWFuO1xufVxuIl19
@@ -1,16 +0,0 @@
1
- /**
2
- * Api Documentation
3
- * Api Documentation
4
- *
5
- * OpenAPI spec version: 1.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by the swagger code generator program.
9
- * https://github.com/swagger-api/swagger-codegen.git
10
- * Do not edit the class manually.
11
- */
12
- export interface VideoTargeting {
13
- allVideos?: boolean;
14
- nonSkippableVideos?: boolean;
15
- rewardedVideos?: boolean;
16
- }