@revxui/api-clients-ts 0.10.222 → 0.10.225

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 (38) hide show
  1. package/README.md +2 -2
  2. package/api/auditController.service.d.ts +6 -6
  3. package/api/dashboardController.service.d.ts +9 -9
  4. package/api/sliceXController.service.d.ts +6 -6
  5. package/bundles/revxui-api-clients-ts.umd.js +0 -5
  6. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  8. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  9. package/esm2015/api/auditController.service.js +1 -1
  10. package/esm2015/api/dashboardController.service.js +1 -1
  11. package/esm2015/api/sliceXController.service.js +1 -1
  12. package/esm2015/model/dashboardData.js +1 -1
  13. package/esm2015/model/duration.js +1 -12
  14. package/esm2015/model/durationModel.js +1 -1
  15. package/esm2015/model/models.js +1 -1
  16. package/esm2015/model/strategyDTO.js +1 -6
  17. package/esm5/api/auditController.service.js +1 -1
  18. package/esm5/api/dashboardController.service.js +1 -1
  19. package/esm5/api/sliceXController.service.js +1 -1
  20. package/esm5/model/dashboardData.js +1 -1
  21. package/esm5/model/duration.js +1 -12
  22. package/esm5/model/durationModel.js +1 -1
  23. package/esm5/model/models.js +1 -1
  24. package/esm5/model/strategyDTO.js +1 -6
  25. package/fesm2015/revxui-api-clients-ts.js +0 -5
  26. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  27. package/fesm5/revxui-api-clients-ts.js +0 -5
  28. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  29. package/model/dashboardData.d.ts +0 -2
  30. package/model/duration.d.ts +2 -0
  31. package/model/durationModel.d.ts +1 -0
  32. package/model/models.d.ts +0 -1
  33. package/model/strategyDTO.d.ts +0 -9
  34. package/package.json +1 -1
  35. package/revxui-api-clients-ts.metadata.json +1 -1
  36. package/esm2015/model/ageGroup.js +0 -12
  37. package/esm5/model/ageGroup.js +0 -12
  38. package/model/ageGroup.d.ts +0 -15
@@ -7329,11 +7329,6 @@ var StrategyDTO;
7329
7329
  CELLULARNETWORK4G: 'CELLULAR_NETWORK_4G',
7330
7330
  CELLULARNETWORK5G: 'CELLULAR_NETWORK_5G'
7331
7331
  };
7332
- StrategyDTO.GenderTargetingEnum = {
7333
- MALE: 'MALE',
7334
- FEMALE: 'FEMALE',
7335
- ALL: 'ALL'
7336
- };
7337
7332
  })(StrategyDTO || (StrategyDTO = {}));
7338
7333
 
7339
7334
  /**