kibana/packages/core/saved-objects/core-saved-objects-api-server
Jean-Louis Leysens 5b0b09b59b
[Saved Objects] Remove deprecation notices from server SO types (#150839)
## Summary

After merging https://github.com/elastic/kibana/pull/148979 there are a
few interfaces in the server-side code that export a reference to a
deprecated SO type.

In this PR we fix them by updating a few imports to use the
non-deprecated SO type. Additionally, we resolve a potential circular
reference issue between `core-saved-objects-server` and
`core-saved-objects-api-server` by "moving" saved objects and related
types exports to `core-saved-objects-api-server`
2023-02-15 17:13:27 +01:00
..
src [Saved Objects] Remove deprecation notices from server SO types (#150839) 2023-02-15 17:13:27 +01:00
index.ts [Saved Objects] Remove deprecation notices from server SO types (#150839) 2023-02-15 17:13:27 +01:00
jest.config.js Create common and api types packages for the savedObjects domain (#136722) 2022-07-26 04:01:33 -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 Create common and api types packages for the savedObjects domain (#136722) 2022-07-26 04:01:33 -07:00
tsconfig.json [Saved Objects] Import SO types from server rather than common to avoid deprecation (#149289) 2023-01-25 05:38:05 -07:00

@kbn/core-saved-objects-api-server

This package contains the public types for core's server-side savedObjects client (and repository) APIs.