kibana/packages/core/saved-objects/core-saved-objects-server
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
..
docs [modelVersions] add new migration change types (#161147) 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 [modelVersions] add new migration change types (#161147) 2023-07-07 17:18:21 +02:00
jest.config.js Migrate server-side savedObjects public types to packages (#137183) 2022-07-28 03:06:13 -07: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 Add introduction and examples for the model version API (#158904) 2023-06-07 02:09:39 -04:00
tsconfig.json [Saved Objects] Migrates authorization logic from repository to security extension (#148165) 2023-02-15 10:25:05 -05:00

@kbn/core-saved-objects-server

This package contains the public types for Core server-side savedObjects service and contracts.

Note: the types related to the savedObjects client and repository APIs can be found in the @kbn/core-saved-objects-api-server package.

Documentation about model versions is available in the doc folder