kibana/packages/kbn-securitysolution-io-ts-types
Kibana Machine 8d82359c3b
[Security Solution] Utilizes constants package and deletes duplicate code (#100513) (#100520)
## Summary

Utilizes constants package and deletes duplicate code

* Renames the `securitysolution-constants` to be `securitysolution-list-constants` to be specific
* Deletes duplicated code found during cleanup
* Moves more tests into the packages found along the way with the duplicated code
* Moves `parseScheduleDates` from `@kbn/securitysolution-io-ts-types` to `@kbn/securitysolution-io-ts-utils`

### Checklist

- [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios

Co-authored-by: Frank Hassanabad <frank.hassanabad@elastic.co>
2021-05-24 22:37:30 -04:00
..
src [Security Solution] Utilizes constants package and deletes duplicate code (#100513) (#100520) 2021-05-24 22:37:30 -04:00
BUILD.bazel chore(NA): correctly setup dep order on js_library to fix windows build (#100420) (#100428) 2021-05-20 20:57:21 -04:00
jest.config.js
package.json
README.md
tsconfig.json

kbn-securitysolution-io-ts-types

Generic io-ts types that are not specific to any particular domain for use with other packages or across different plugins/domains

Related packages are:

  • kbn-securitysolution-io-ts-utils
  • kbn-securitysolution-io-ts-list-types
  • kbn-securitysolution-io-ts-alerting-types