Revert "Removed switchToModelVersionAt from SO API definition (#219029)" (#220059)

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Alejandro Fernández Haro 2025-05-05 16:01:45 +02:00 committed by GitHub
parent 14eca0ceb4
commit 75c0f9543a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 550 additions and 200 deletions

View file

@ -19,6 +19,7 @@ import { SavedObjectsType } from 'src/core/server';
export const dashboardVisualization: SavedObjectsType = {
name: 'dashboard_visualization', [1]
hidden: true, [3]
switchToModelVersionAt: '8.10.0', // this is the default, feel free to omit it unless you intend to switch to using model versions before 8.10.0
namespaceType: 'multiple-isolated', [2]
mappings: {
dynamic: false,