kibana/packages/core/saved-objects/core-saved-objects-api-browser
Jean-Louis Leysens 0b74e6cd75
[Saved Objects] Fix deprecated Browser SO types (#149195)
## Summary

* Re-exporting SO types from `common` inside server code
* Deprecated individual APIs on interfaces, not just interfaces, to make
deprecation visible to consumers
* Deprecates the `savedObjects` prop on the `CoreStart` interface too
2023-01-19 05:23:31 -07:00
..
src [Saved Objects] Fix deprecated Browser SO types (#149195) 2023-01-19 05:23:31 -07:00
index.ts [saved objects] Adds bulkDelete API (#139680) 2022-09-20 07:51:25 -07: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 Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

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

This package contains the public types for core's browser-side savedObjects client APIs.