kibana/packages/core/saved-objects/core-saved-objects-server
2023-04-13 12:05:58 +02:00
..
src [Migrations] Add migrationVersion property to the Saved Objects API output (#154364) 2023-04-13 12:05:58 +02:00
index.ts [Saved Objects] Remove deprecation notices from server SO types (#150839) 2023-02-15 17:13:27 +01: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 Migrate server-side savedObjects public types to packages (#137183) 2022-07-28 03:06:13 -07: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.