kibana/packages/core/saved-objects/core-saved-objects-base-server-internal
Pierre Gayvallet 52eb488692
[modelVersions] add new migration change types (#161147)
## Summary

Related to https://github.com/elastic/kibana/issues/150296

- Add the following SO model version change types:
  - `data_removal`
  - `unsafe_transform`
- Change the existing `data_backfill` type to something less permissive
- Update the tsdoc and documentation accordingly

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-07-07 17:18:21 +02:00
..
src [modelVersions] add new migration change types (#161147) 2023-07-07 17:18:21 +02:00
index.ts Refactor KibanaMigrator, improve readability, maintainability and UT (#155693) 2023-06-01 14:47:40 +02:00
jest.config.js Partially move server-side savedObjects domain implementation to packages (#137448) 2022-08-22 11:28:11 +02:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md Partially move server-side savedObjects domain implementation to packages (#137448) 2022-08-22 11:28:11 +02:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/core-saved-objects-base-server-internal

This package contains the base parts of the server-side savedObjects internal implementation, used by all the other internal server-side savedObjects packages.