diff --git a/.eslintrc.js b/.eslintrc.js index 226017e524d84..f1f0ded694c77 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -84,7 +84,7 @@ const ELV2_LICENSE_HEADER = ` const SAFER_LODASH_SET_HEADER = ` /* * Elasticsearch B.V licenses this file to you under the MIT License. - * See \`packages/kbn-safer-lodash-set/LICENSE\` for more information. + * See \`src/platform/packages/shared/kbn-safer-lodash-set/LICENSE\` for more information. */ `; @@ -93,7 +93,7 @@ const SAFER_LODASH_SET_LODASH_HEADER = ` * This file is forked from the lodash project (https://lodash.com/), * and may include modifications made by Elasticsearch B.V. * Elasticsearch B.V. licenses this file to you under the MIT License. - * See \`packages/kbn-safer-lodash-set/LICENSE\` for more information. + * See \`src/platform/packages/shared/kbn-safer-lodash-set/LICENSE\` for more information. */ `; @@ -102,14 +102,14 @@ const SAFER_LODASH_SET_DEFINITELYTYPED_HEADER = ` * This file is forked from the DefinitelyTyped project (https://github.com/DefinitelyTyped/DefinitelyTyped), * and may include modifications made by Elasticsearch B.V. * Elasticsearch B.V. licenses this file to you under the MIT License. - * See \`packages/kbn-safer-lodash-set/LICENSE\` for more information. + * See \`src/platform/packages/shared/kbn-safer-lodash-set/LICENSE\` for more information. */ `; const KBN_HANDLEBARS_HEADER = ` /* * Elasticsearch B.V licenses this file to you under the MIT License. - * See \`packages/kbn-handlebars/LICENSE\` for more information. + * See \`src/platform/packages/private/kbn-handlebars/LICENSE\` for more information. */ `; @@ -118,7 +118,7 @@ const KBN_HANDLEBARS_HANDLEBARS_HEADER = ` * This file is forked from the handlebars project (https://github.com/handlebars-lang/handlebars.js), * and may include modifications made by Elasticsearch B.V. * Elasticsearch B.V. licenses this file to you under the MIT License. - * See \`packages/kbn-handlebars/LICENSE\` for more information. + * See \`src/platform/packages/private/kbn-handlebars/LICENSE\` for more information. */ `; @@ -441,7 +441,7 @@ module.exports = { * safer-lodash-set package requires special license headers */ { - files: ['packages/kbn-safer-lodash-set/**/*.{js,mjs,ts,tsx}'], + files: ['src/platform/packages/shared/kbn-safer-lodash-set/**/*.{js,mjs,ts,tsx}'], rules: { '@kbn/eslint/require-license-header': [ 'error', @@ -471,7 +471,7 @@ module.exports = { }, { - files: ['packages/kbn-safer-lodash-set/test/*.{js,mjs,ts,tsx}'], + files: ['src/platform/packages/shared/kbn-safer-lodash-set/test/*.{js,mjs,ts,tsx}'], rules: { '@kbn/eslint/require-license-header': [ 'error', @@ -500,7 +500,7 @@ module.exports = { }, }, { - files: ['packages/kbn-safer-lodash-set/**/*.d.ts'], + files: ['src/platform/packages/shared/kbn-safer-lodash-set/**/*.d.ts'], rules: { '@kbn/eslint/require-license-header': [ 'error', @@ -533,7 +533,7 @@ module.exports = { * @kbn/handlebars package requires special license headers */ { - files: ['packages/kbn-handlebars/**/*.{js,mjs,ts,tsx}'], + files: ['src/platform/packages/private/kbn-handlebars/**/*.{js,mjs,ts,tsx}'], rules: { '@kbn/eslint/require-license-header': [ 'error', @@ -562,7 +562,7 @@ module.exports = { }, }, { - files: ['packages/kbn-handlebars/src/spec/**/*.{js,mjs,ts,tsx}'], + files: ['src/platform/packages/private/kbn-handlebars/src/spec/**/*.{js,mjs,ts,tsx}'], rules: { '@kbn/eslint/require-license-header': [ 'error', @@ -779,7 +779,7 @@ module.exports = { * Harden specific rules */ { - files: ['test/harden/*.js', 'packages/kbn-safer-lodash-set/test/*.js'], + files: ['test/harden/*.js', 'src/platform/packages/shared/kbn-safer-lodash-set/test/*.js'], rules: { 'mocha/handle-done-callback': 'off', }, @@ -1824,24 +1824,24 @@ module.exports = { */ { files: [ - 'src/plugins/interactive_setup/**/*.{js,mjs,ts,tsx}', + 'src/platform/plugins/private/interactive_setup/**/*.{js,mjs,ts,tsx}', 'test/interactive_setup_api_integration/**/*.{js,mjs,ts,tsx}', 'test/interactive_setup_functional/**/*.{js,mjs,ts,tsx}', 'packages/kbn-mock-idp-plugin/**/*.{js,mjs,ts,tsx}', 'packages/kbn-mock-idp-utils/**/*.{js,mjs,ts,tsx}', - 'packages/kbn-security-hardening/**/*.{js,mjs,ts,tsx}', - 'packages/kbn-user-profile-components/**/*.{js,mjs,ts,tsx}', + 'src/platform/packages/shared/kbn-security-hardening/**/*.{js,mjs,ts,tsx}', + 'src/platform/packages/shared/kbn-user-profile-components/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/encrypted_saved_objects/**/*.{js,mjs,ts,tsx}', + 'x-pack/platform/plugins/shared/encrypted_saved_objects/**/*.{js,mjs,ts,tsx}', 'x-pack/test/encrypted_saved_objects_api_integration/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/security/**/*.{js,mjs,ts,tsx}', + 'x-pack/platform/plugins/shared/security/**/*.{js,mjs,ts,tsx}', 'x-pack/packages/security/**/*.{js,mjs,ts,tsx}', 'x-pack/test/security_api_integration/**/*.{js,mjs,ts,tsx}', 'x-pack/test/security_functional/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/spaces/**/*.{js,mjs,ts,tsx}', + 'x-pack/platform/plugins/shared/spaces/**/*.{js,mjs,ts,tsx}', 'x-pack/test/spaces_api_integration/**/*.{js,mjs,ts,tsx}', ], rules: { diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f5c2ed37db761..657fc13753b38 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -320,7 +320,6 @@ packages/kbn-config @elastic/kibana-core packages/kbn-config-mocks @elastic/kibana-core packages/kbn-config-schema @elastic/kibana-core packages/kbn-content-management-utils @elastic/kibana-data-discovery -packages/kbn-crypto @elastic/kibana-security packages/kbn-crypto-browser @elastic/kibana-core packages/kbn-custom-icons @elastic/obs-ux-logs-team packages/kbn-custom-integrations @elastic/obs-ux-logs-team @@ -377,7 +376,6 @@ packages/kbn-get-repo-files @elastic/kibana-operations packages/kbn-grid-layout @elastic/kibana-presentation packages/kbn-grouping @elastic/response-ops packages/kbn-guided-onboarding @elastic/appex-sharedux -packages/kbn-handlebars @elastic/kibana-security packages/kbn-hapi-mocks @elastic/kibana-core packages/kbn-health-gateway-server @elastic/kibana-core packages/kbn-i18n @elastic/kibana-core @@ -465,7 +463,6 @@ packages/kbn-router-to-openapispec @elastic/kibana-core packages/kbn-router-utils @elastic/obs-ux-logs-team packages/kbn-rrule @elastic/response-ops packages/kbn-rule-data-utils @elastic/security-detections-response @elastic/response-ops @elastic/obs-ux-management-team -packages/kbn-safer-lodash-set @elastic/kibana-security packages/kbn-saved-objects-settings @elastic/appex-sharedux packages/kbn-saved-search-component @elastic/obs-ux-logs-team packages/kbn-scout @elastic/appex-qa @@ -478,7 +475,6 @@ packages/kbn-search-errors @elastic/kibana-data-discovery packages/kbn-search-index-documents @elastic/search-kibana packages/kbn-search-response-warnings @elastic/kibana-data-discovery packages/kbn-search-types @elastic/kibana-data-discovery -packages/kbn-security-hardening @elastic/kibana-security packages/kbn-securitysolution-autocomplete @elastic/security-detection-engine packages/kbn-securitysolution-ecs @elastic/security-threat-hunting-explore packages/kbn-securitysolution-endpoint-exceptions-common @elastic/security-detection-engine @@ -539,7 +535,6 @@ packages/kbn-unified-field-list @elastic/kibana-data-discovery packages/kbn-unsaved-changes-badge @elastic/kibana-data-discovery packages/kbn-unsaved-changes-prompt @elastic/kibana-management packages/kbn-use-tracked-promise @elastic/obs-ux-logs-team -packages/kbn-user-profile-components @elastic/kibana-security packages/kbn-utility-types @elastic/kibana-core packages/kbn-utility-types-jest @elastic/kibana-operations packages/kbn-utils @elastic/kibana-operations @@ -621,6 +616,12 @@ packages/shared-ux/storybook/config @elastic/appex-sharedux packages/shared-ux/storybook/mock @elastic/appex-sharedux packages/shared-ux/table_persist @elastic/appex-sharedux src/core @elastic/kibana-core +src/platform/packages/private/kbn-handlebars @elastic/kibana-security +src/platform/packages/shared/kbn-crypto @elastic/kibana-security +src/platform/packages/shared/kbn-safer-lodash-set @elastic/kibana-security +src/platform/packages/shared/kbn-security-hardening @elastic/kibana-security +src/platform/packages/shared/kbn-user-profile-components @elastic/kibana-security +src/platform/plugins/private/interactive_setup @elastic/kibana-security src/plugins/advanced_settings @elastic/appex-sharedux @elastic/kibana-management src/plugins/ai_assistant_management/selection @elastic/obs-ai-assistant src/plugins/bfetch @elastic/appex-sharedux @@ -668,7 +669,6 @@ src/plugins/home @elastic/appex-sharedux src/plugins/image_embeddable @elastic/appex-sharedux src/plugins/input_control_vis @elastic/kibana-presentation src/plugins/inspector @elastic/kibana-presentation -src/plugins/interactive_setup @elastic/kibana-security src/plugins/kibana_overview @elastic/appex-sharedux src/plugins/kibana_react @elastic/appex-sharedux src/plugins/kibana_usage_collection @elastic/kibana-core @@ -852,16 +852,19 @@ x-pack/packages/security-solution/navigation @elastic/security-threat-hunting-ex x-pack/packages/security-solution/side_nav @elastic/security-threat-hunting-explore x-pack/packages/security-solution/storybook/config @elastic/security-threat-hunting-explore x-pack/packages/security-solution/upselling @elastic/security-threat-hunting-explore -x-pack/packages/security/api_key_management @elastic/kibana-security -x-pack/packages/security/authorization_core @elastic/kibana-security -x-pack/packages/security/authorization_core_common @elastic/kibana-security -x-pack/packages/security/form_components @elastic/kibana-security -x-pack/packages/security/plugin_types_common @elastic/kibana-security -x-pack/packages/security/plugin_types_public @elastic/kibana-security -x-pack/packages/security/plugin_types_server @elastic/kibana-security -x-pack/packages/security/role_management_model @elastic/kibana-security -x-pack/packages/security/ui_components @elastic/kibana-security x-pack/performance @elastic/appex-qa +x-pack/platform/packages/private/security/authorization_core @elastic/kibana-security +x-pack/platform/packages/private/security/authorization_core_common @elastic/kibana-security +x-pack/platform/packages/private/security/role_management_model @elastic/kibana-security +x-pack/platform/packages/private/security/ui_components @elastic/kibana-security +x-pack/platform/packages/shared/security/api_key_management @elastic/kibana-security +x-pack/platform/packages/shared/security/form_components @elastic/kibana-security +x-pack/platform/packages/shared/security/plugin_types_common @elastic/kibana-security +x-pack/platform/packages/shared/security/plugin_types_public @elastic/kibana-security +x-pack/platform/packages/shared/security/plugin_types_server @elastic/kibana-security +x-pack/platform/plugins/shared/encrypted_saved_objects @elastic/kibana-security +x-pack/platform/plugins/shared/security @elastic/kibana-security +x-pack/platform/plugins/shared/spaces @elastic/kibana-security x-pack/plugins/actions @elastic/response-ops x-pack/plugins/ai_infra/llm_tasks @elastic/appex-ai-infra x-pack/plugins/ai_infra/product_doc_base @elastic/appex-ai-infra @@ -890,7 +893,6 @@ x-pack/plugins/drilldowns/url_drilldown @elastic/appex-sharedux x-pack/plugins/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore x-pack/plugins/elastic_assistant @elastic/security-generative-ai x-pack/plugins/embeddable_enhanced @elastic/kibana-presentation -x-pack/plugins/encrypted_saved_objects @elastic/kibana-security x-pack/plugins/enterprise_search @elastic/search-kibana x-pack/plugins/entity_manager @elastic/obs-entities x-pack/plugins/event_log @elastic/response-ops @@ -969,7 +971,6 @@ x-pack/plugins/search_notebooks @elastic/search-kibana x-pack/plugins/search_playground @elastic/search-kibana x-pack/plugins/search_solution/search_navigation @elastic/search-kibana x-pack/plugins/searchprofiler @elastic/kibana-management -x-pack/plugins/security @elastic/kibana-security x-pack/plugins/security_solution @elastic/security-solution x-pack/plugins/security_solution_ess @elastic/security-solution x-pack/plugins/security_solution_serverless @elastic/security-solution @@ -978,7 +979,6 @@ x-pack/plugins/serverless_observability @elastic/obs-ux-management-team x-pack/plugins/serverless_search @elastic/search-kibana x-pack/plugins/session_view @elastic/kibana-cloud-security-posture x-pack/plugins/snapshot_restore @elastic/kibana-management -x-pack/plugins/spaces @elastic/kibana-security x-pack/plugins/stack_alerts @elastic/response-ops x-pack/plugins/stack_connectors @elastic/response-ops x-pack/plugins/streams @simianhacker @flash1293 @dgieselaar diff --git a/.i18nrc.json b/.i18nrc.json index 5c7642e6283eb..89b9b35bfdf37 100644 --- a/.i18nrc.json +++ b/.i18nrc.json @@ -72,7 +72,7 @@ "inputControl": "src/plugins/input_control_vis", "inspector": "src/plugins/inspector", "inspectorViews": "src/legacy/core_plugins/inspector_views", - "interactiveSetup": "src/plugins/interactive_setup", + "interactiveSetup": "src/platform/plugins/private/interactive_setup", "interpreter": "src/legacy/core_plugins/interpreter", "imageEmbeddable": "src/plugins/image_embeddable", "kbn": "src/legacy/core_plugins/kibana", @@ -130,7 +130,7 @@ "uiActionsEnhanced": "src/plugins/ui_actions_enhanced", "uiActionsExamples": "examples/ui_action_examples", "usageCollection": "src/plugins/usage_collection", - "userProfileComponents": "packages/kbn-user-profile-components", + "userProfileComponents": "src/platform/packages/shared/kbn-user-profile-components", "utils": "packages/kbn-securitysolution-utils/src", "visDefaultEditor": "src/plugins/vis_default_editor", "visTypeGauge": "src/plugins/vis_types/gauge", diff --git a/api_docs/encrypted_saved_objects.devdocs.json b/api_docs/encrypted_saved_objects.devdocs.json index 67626ea39f9c1..4d3a17bf2fc83 100644 --- a/api_docs/encrypted_saved_objects.devdocs.json +++ b/api_docs/encrypted_saved_objects.devdocs.json @@ -27,7 +27,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encryption_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encryption_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +55,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encryption_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -70,7 +70,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encryption_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -91,7 +91,7 @@ "text": "EncryptionErrorOperation" } ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encryption_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -106,7 +106,7 @@ "signature": [ "Error | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encryption_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -124,7 +124,7 @@ "signature": [ "() => { message: string; }" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encryption_error.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -145,7 +145,7 @@ "description": [ "\nDescribes the attributes to encrypt. By default, attribute values won't be exposed to end-users\nand can only be consumed by the internal Kibana server. If end-users should have access to the\nencrypted values use `dangerouslyExposeValue: true`" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -156,7 +156,7 @@ "tags": [], "label": "key", "description": [], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", "deprecated": false, "trackAdoption": false }, @@ -170,7 +170,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", "deprecated": false, "trackAdoption": false } @@ -194,7 +194,7 @@ }, "" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -232,7 +232,7 @@ }, "" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -262,7 +262,7 @@ }, "" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false } @@ -302,7 +302,7 @@ }, "" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -368,7 +368,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false }, @@ -389,7 +389,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false }, @@ -410,7 +410,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false } @@ -424,7 +424,7 @@ "tags": [], "label": "EncryptedSavedObjectsClient", "description": [], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -454,7 +454,7 @@ }, ">" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -468,7 +468,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -483,7 +483,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -505,7 +505,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -549,7 +549,7 @@ }, ">" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -571,7 +571,7 @@ "text": "SavedObjectsCreatePointInTimeFinderOptions" } ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -595,7 +595,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -613,7 +613,7 @@ "tags": [], "label": "EncryptedSavedObjectsClientOptions", "description": [], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -627,7 +627,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false } @@ -643,7 +643,7 @@ "description": [ "\nDescribes the registration entry for the saved object type that contain attributes that need to\nbe encrypted." ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -654,7 +654,7 @@ "tags": [], "label": "type", "description": [], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", "deprecated": false, "trackAdoption": false }, @@ -676,7 +676,7 @@ }, ">" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", "deprecated": false, "trackAdoption": false }, @@ -690,7 +690,7 @@ "signature": [ "ReadonlySet | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", "deprecated": false, "trackAdoption": false }, @@ -704,7 +704,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts", "deprecated": false, "trackAdoption": false } @@ -722,7 +722,7 @@ "description": [ "\nDefines operation (encryption or decryption) during which error occurred." ], - "path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/crypto/encryption_error.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -754,7 +754,7 @@ "text": "EncryptedSavedObjectsClient" } ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -776,7 +776,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false } @@ -801,7 +801,7 @@ }, ") => SavedObjectOptionalMigrationFn" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -823,7 +823,7 @@ }, "" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false } @@ -864,7 +864,7 @@ }, "" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -894,7 +894,7 @@ }, "" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false } @@ -910,7 +910,7 @@ "tags": [], "label": "EncryptedSavedObjectsPluginSetup", "description": [], - "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -923,7 +923,7 @@ "description": [ "\nIndicates if Saved Object encryption is possible. Requires an encryption key to be explicitly set via `xpack.encryptedSavedObjects.encryptionKey`." ], - "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -945,7 +945,7 @@ }, ") => void" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -965,7 +965,7 @@ "text": "EncryptedSavedObjectTypeRegistration" } ], - "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -991,7 +991,7 @@ }, ") => SavedObjectOptionalMigrationFn" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1013,7 +1013,7 @@ }, "" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts", "deprecated": false, "trackAdoption": false } @@ -1038,7 +1038,7 @@ "text": "SavedObjectsModelVersion" } ], - "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1053,7 +1053,7 @@ "signature": [ "CreateEsoModelVersionFnOpts" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/create_model_version.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_model_version.ts", "deprecated": false, "trackAdoption": false } @@ -1070,7 +1070,7 @@ "tags": [], "label": "EncryptedSavedObjectsPluginStart", "description": [], - "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1084,7 +1084,7 @@ "signature": [ "(error: Error) => boolean" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1098,7 +1098,7 @@ "signature": [ "Error" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1131,7 +1131,7 @@ "text": "EncryptedSavedObjectsClient" } ], - "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1153,7 +1153,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/features.devdocs.json b/api_docs/features.devdocs.json index b2c5e5c97a10b..92b0a8728c7dd 100644 --- a/api_docs/features.devdocs.json +++ b/api_docs/features.devdocs.json @@ -1927,7 +1927,7 @@ "references": [ { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts" + "path": "x-pack/platform/plugins/shared/security/server/authorization/disable_ui_capabilities.ts" } ] }, @@ -2344,23 +2344,23 @@ "references": [ { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/lib/request_interceptors/on_post_auth_interceptor.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/usage_collection/spaces_usage_collector.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/app_authorization.ts" + "path": "x-pack/platform/plugins/shared/security/server/authorization/app_authorization.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/authorization_service.tsx" + "path": "x-pack/platform/plugins/shared/security/server/authorization/authorization_service.tsx" }, { "plugin": "alerting", @@ -2372,143 +2372,143 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/app_authorization.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/authorization/app_authorization.test.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts" }, { "plugin": "@kbn/security-role-management-model", - "path": "x-pack/packages/security/role_management_model/src/__fixtures__/kibana_privileges.ts" + "path": "x-pack/platform/packages/private/security/role_management_model/src/__fixtures__/kibana_privileges.ts" }, { "plugin": "@kbn/security-role-management-model", - "path": "x-pack/packages/security/role_management_model/src/__fixtures__/kibana_privileges.ts" + "path": "x-pack/platform/packages/private/security/role_management_model/src/__fixtures__/kibana_privileges.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" } ], "children": [], @@ -2543,11 +2543,11 @@ "references": [ { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/authorization_service.tsx" + "path": "x-pack/platform/plugins/shared/security/server/authorization/authorization_service.tsx" }, { "plugin": "@kbn/security-role-management-model", - "path": "x-pack/packages/security/role_management_model/src/__fixtures__/kibana_privileges.ts" + "path": "x-pack/platform/packages/private/security/role_management_model/src/__fixtures__/kibana_privileges.ts" } ], "children": [], @@ -4081,7 +4081,7 @@ "references": [ { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts" + "path": "x-pack/platform/plugins/shared/security/server/authorization/disable_ui_capabilities.ts" } ] }, diff --git a/api_docs/interactive_setup.devdocs.json b/api_docs/interactive_setup.devdocs.json index 6ca84a4af9baa..10145e787d3e1 100644 --- a/api_docs/interactive_setup.devdocs.json +++ b/api_docs/interactive_setup.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "Certificate", "description": [], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ "signature": [ "{ C?: string | undefined; ST?: string | undefined; L?: string | undefined; O?: string | undefined; OU?: string | undefined; CN?: string | undefined; }" ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -52,7 +52,7 @@ "tags": [], "label": "valid_from", "description": [], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -63,7 +63,7 @@ "tags": [], "label": "valid_to", "description": [], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -77,7 +77,7 @@ "signature": [ "{ C?: string | undefined; ST?: string | undefined; L?: string | undefined; O?: string | undefined; OU?: string | undefined; CN?: string | undefined; }" ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -88,7 +88,7 @@ "tags": [], "label": "fingerprint256", "description": [], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -99,7 +99,7 @@ "tags": [], "label": "raw", "description": [], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -115,7 +115,7 @@ "description": [ "\nThe token that allows one to configure Kibana instance to communicate with an existing Elasticsearch cluster that\nhas security features enabled." ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -128,7 +128,7 @@ "description": [ "\nThe version of the Elasticsearch node that generated this enrollment token." ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -144,7 +144,7 @@ "signature": [ "readonly string[]" ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -157,7 +157,7 @@ "description": [ "\nThe SHA-256 fingerprint of the CA certificate that is used to sign the certificate that the Elasticsearch node presents for HTTP over TLS connections." ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -170,7 +170,7 @@ "description": [ "\nAn Elasticsearch API key (not encoded) that can be used as credentials authorized to call the enrollment related APIs in Elasticsearch." ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -184,7 +184,7 @@ "tags": [], "label": "PingResult", "description": [], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -197,7 +197,7 @@ "description": [ "\nIndicates whether the cluster requires authentication." ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -220,7 +220,7 @@ }, "[] | undefined" ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -234,7 +234,7 @@ "tags": [], "label": "StatusResult", "description": [], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -256,7 +256,7 @@ "text": "ElasticsearchConnectionStatus" } ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -269,7 +269,7 @@ "description": [ "\nIndicates whether Kibana is currently on hold and cannot proceed to `setup` yet." ], - "path": "src/plugins/interactive_setup/common/types.ts", + "path": "src/platform/plugins/private/interactive_setup/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -287,7 +287,7 @@ "description": [ "\nDescribes current status of the Elasticsearch connection." ], - "path": "src/plugins/interactive_setup/common/elasticsearch_connection_status.ts", + "path": "src/platform/plugins/private/interactive_setup/common/elasticsearch_connection_status.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -304,7 +304,7 @@ "signature": [ "\"compatibility_failure\"" ], - "path": "src/plugins/interactive_setup/common/constants.ts", + "path": "src/platform/plugins/private/interactive_setup/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -319,7 +319,7 @@ "signature": [ "\"configure_failure\"" ], - "path": "src/plugins/interactive_setup/common/constants.ts", + "path": "src/platform/plugins/private/interactive_setup/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -334,7 +334,7 @@ "signature": [ "\"elasticsearch_connection_configured\"" ], - "path": "src/plugins/interactive_setup/common/constants.ts", + "path": "src/platform/plugins/private/interactive_setup/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -349,7 +349,7 @@ "signature": [ "\"enroll_failure\"" ], - "path": "src/plugins/interactive_setup/common/constants.ts", + "path": "src/platform/plugins/private/interactive_setup/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -364,7 +364,7 @@ "signature": [ "\"kibana_config_failure\"" ], - "path": "src/plugins/interactive_setup/common/constants.ts", + "path": "src/platform/plugins/private/interactive_setup/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -379,7 +379,7 @@ "signature": [ "\"kibana_config_not_writable\"" ], - "path": "src/plugins/interactive_setup/common/constants.ts", + "path": "src/platform/plugins/private/interactive_setup/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -394,7 +394,7 @@ "signature": [ "\"outside_preboot_stage\"" ], - "path": "src/plugins/interactive_setup/common/constants.ts", + "path": "src/platform/plugins/private/interactive_setup/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -409,7 +409,7 @@ "signature": [ "\"ping_failure\"" ], - "path": "src/plugins/interactive_setup/common/constants.ts", + "path": "src/platform/plugins/private/interactive_setup/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -424,7 +424,7 @@ "signature": [ "6" ], - "path": "src/plugins/interactive_setup/common/constants.ts", + "path": "src/platform/plugins/private/interactive_setup/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_analytics_client.devdocs.json b/api_docs/kbn_analytics_client.devdocs.json index d5245aeb10e6b..ebfb7c21bb77c 100644 --- a/api_docs/kbn_analytics_client.devdocs.json +++ b/api_docs/kbn_analytics_client.devdocs.json @@ -700,15 +700,15 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "@kbn/cloud", @@ -1076,27 +1076,27 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "apm", @@ -1614,7 +1614,7 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.ts" }, { "plugin": "telemetry", @@ -1634,51 +1634,51 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "@kbn/core-application-browser-internal", diff --git a/api_docs/kbn_core_analytics_browser.devdocs.json b/api_docs/kbn_core_analytics_browser.devdocs.json index d9e9918f342d9..f1f087afe2a82 100644 --- a/api_docs/kbn_core_analytics_browser.devdocs.json +++ b/api_docs/kbn_core_analytics_browser.devdocs.json @@ -620,19 +620,19 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/analytics/event_tracker.ts" + "path": "x-pack/platform/plugins/shared/spaces/public/analytics/event_tracker.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "actions", @@ -992,7 +992,7 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/management/management_service.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/public/management/management_service.test.ts" }, { "plugin": "observabilityAIAssistant", @@ -1164,27 +1164,27 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "apm", @@ -1814,7 +1814,7 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/analytics/register_analytics_context.ts" + "path": "x-pack/platform/plugins/shared/spaces/public/analytics/register_analytics_context.ts" }, { "plugin": "licensing", @@ -1822,7 +1822,7 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.ts" }, { "plugin": "discover", @@ -1846,51 +1846,51 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "discover", diff --git a/api_docs/kbn_core_analytics_server.devdocs.json b/api_docs/kbn_core_analytics_server.devdocs.json index f551b259301d1..f56114f3c4265 100644 --- a/api_docs/kbn_core_analytics_server.devdocs.json +++ b/api_docs/kbn_core_analytics_server.devdocs.json @@ -628,19 +628,19 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/analytics/event_tracker.ts" + "path": "x-pack/platform/plugins/shared/spaces/public/analytics/event_tracker.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "actions", @@ -1000,7 +1000,7 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/management/management_service.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/public/management/management_service.test.ts" }, { "plugin": "observabilityAIAssistant", @@ -1172,27 +1172,27 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "apm", @@ -1822,7 +1822,7 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/analytics/register_analytics_context.ts" + "path": "x-pack/platform/plugins/shared/spaces/public/analytics/register_analytics_context.ts" }, { "plugin": "licensing", @@ -1830,7 +1830,7 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.ts" }, { "plugin": "discover", @@ -1854,51 +1854,51 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "discover", diff --git a/api_docs/kbn_core_application_browser.devdocs.json b/api_docs/kbn_core_application_browser.devdocs.json index a26570399596d..024fc22971060 100644 --- a/api_docs/kbn_core_application_browser.devdocs.json +++ b/api_docs/kbn_core_application_browser.devdocs.json @@ -1207,7 +1207,7 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/public/authentication/logout/logout_app.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/authentication/logout/logout_app.test.ts" }, { "plugin": "kibanaOverview", diff --git a/api_docs/kbn_core_http_server.devdocs.json b/api_docs/kbn_core_http_server.devdocs.json index e00fe9fba4edb..ec7338ea6edbf 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -3775,99 +3775,99 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/internal/get_active_space.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/internal/get_active_space.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/internal/get_content_summary.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/internal/get_content_summary.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/enabled.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/enabled.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/has_active.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/has_active.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/anonymous_access/get_capabilities.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/anonymous_access/get_capabilities.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/anonymous_access/get_state.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/anonymous_access/get_state.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/common.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/common.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/common.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/common.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/oidc.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/oidc.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/oidc.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/oidc.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/privileges/get.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/privileges/get.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/privileges/get_builtin.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/privileges/get_builtin.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/get_all_by_space.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/roles/get_all_by_space.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/spaces/share_saved_object_permissions.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/spaces/share_saved_object_permissions.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/feature_check/feature_check.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/feature_check/feature_check.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/indices/get_fields.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/indices/get_fields.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/get.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/get.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/security_checkup/get_state.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/security_checkup/get_state.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/session_management/info.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/session_management/info.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/user_profile/get_current.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/user_profile/get_current.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/users/get.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/users/get.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/users/get_all.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/users/get_all.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/views/access_agreement.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/views/access_agreement.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/views/login.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/views/login.ts" }, { "plugin": "share", @@ -5027,19 +5027,19 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" }, { "plugin": "apmDataAccess", @@ -5071,7 +5071,7 @@ }, { "plugin": "interactiveSetup", - "path": "src/plugins/interactive_setup/server/routes/status.ts" + "path": "src/platform/plugins/private/interactive_setup/server/routes/status.ts" }, { "plugin": "savedObjectsManagement", @@ -5699,11 +5699,11 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/internal/get_active_space.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/internal/get_active_space.test.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/internal/get_content_summary.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/internal/get_content_summary.test.ts" }, { "plugin": "alerting", @@ -6027,111 +6027,111 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/anonymous_access/get_capabilities.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/anonymous_access/get_capabilities.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/anonymous_access/get_state.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/anonymous_access/get_state.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/enabled.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/enabled.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/has_active.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/has_active.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/index.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/index.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/feature_check/feature_check.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/feature_check/feature_check.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/indices/get_fields.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/indices/get_fields.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/get.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/get.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/get.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/get.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/get.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/get.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/get.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/get.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/security_checkup/get_state.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/security_checkup/get_state.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/views/index.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/views/index.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/views/index.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/views/index.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/views/index.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/views/index.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/views/index.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/views/index.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/views/index.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/views/index.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/privileges/get.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/privileges/get.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/get_all_by_space.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/roles/get_all_by_space.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/get_all_by_space.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/roles/get_all_by_space.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/common.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/common.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/common.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/common.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/session_management/info.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/session_management/info.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/user_profile/get_current.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/user_profile/get_current.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/views/access_agreement.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/views/access_agreement.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/views/login.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/views/login.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/spaces/share_saved_object_permissions.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/spaces/share_saved_object_permissions.test.ts" }, { "plugin": "snapshotRestore", @@ -6139,7 +6139,7 @@ }, { "plugin": "interactiveSetup", - "path": "src/plugins/interactive_setup/server/routes/status.test.ts" + "path": "src/platform/plugins/private/interactive_setup/server/routes/status.test.ts" } ], "returnComment": [], @@ -6437,107 +6437,107 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/copy_to_space.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/copy_to_space.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/copy_to_space.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/copy_to_space.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/disable_legacy_url_aliases.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/disable_legacy_url_aliases.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/get_shareable_references.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/get_shareable_references.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/update_objects_spaces.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/update_objects_spaces.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/create.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/create.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/invalidate.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/invalidate.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/query.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/query.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/analytics/authentication_type.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/analytics/authentication_type.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/common.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/common.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/common.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/common.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/oidc.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/oidc.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/saml.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/saml.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/deprecations/kibana_user_role.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/deprecations/kibana_user_role.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/deprecations/kibana_user_role.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/deprecations/kibana_user_role.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/post.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/post.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/session_management/extend.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/session_management/extend.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/session_management/invalidate.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/session_management/invalidate.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/user_profile/bulk_get.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/user_profile/bulk_get.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/user_profile/update.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/user_profile/update.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/users/change_password.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/users/change_password.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/users/create_or_update.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/users/create_or_update.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/users/disable.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/users/disable.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/users/enable.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/users/enable.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/analytics/record_violations.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/analytics/record_violations.ts" }, { "plugin": "encryptedSavedObjects", - "path": "x-pack/plugins/encrypted_saved_objects/server/routes/key_rotation.ts" + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/routes/key_rotation.ts" }, { "plugin": "share", @@ -7629,19 +7629,19 @@ }, { "plugin": "interactiveSetup", - "path": "src/plugins/interactive_setup/server/routes/configure.ts" + "path": "src/platform/plugins/private/interactive_setup/server/routes/configure.ts" }, { "plugin": "interactiveSetup", - "path": "src/plugins/interactive_setup/server/routes/enroll.ts" + "path": "src/platform/plugins/private/interactive_setup/server/routes/enroll.ts" }, { "plugin": "interactiveSetup", - "path": "src/plugins/interactive_setup/server/routes/ping.ts" + "path": "src/platform/plugins/private/interactive_setup/server/routes/ping.ts" }, { "plugin": "interactiveSetup", - "path": "src/plugins/interactive_setup/server/routes/verify.ts" + "path": "src/platform/plugins/private/interactive_setup/server/routes/verify.ts" }, { "plugin": "savedObjectsManagement", @@ -7845,11 +7845,11 @@ }, { "plugin": "encryptedSavedObjects", - "path": "x-pack/plugins/encrypted_saved_objects/server/routes/key_rotation.test.ts" + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/routes/key_rotation.test.ts" }, { "plugin": "encryptedSavedObjects", - "path": "x-pack/plugins/encrypted_saved_objects/server/routes/key_rotation.test.ts" + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/routes/key_rotation.test.ts" }, { "plugin": "globalSearch", @@ -8121,19 +8121,19 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/copy_to_space.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/copy_to_space.test.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/disable_legacy_url_aliases.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/disable_legacy_url_aliases.test.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/get_shareable_references.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/get_shareable_references.test.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/update_objects_spaces.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/update_objects_spaces.test.ts" }, { "plugin": "alerting", @@ -8481,23 +8481,23 @@ }, { "plugin": "encryptedSavedObjects", - "path": "x-pack/plugins/encrypted_saved_objects/server/routes/key_rotation.test.ts" + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/routes/key_rotation.test.ts" }, { "plugin": "interactiveSetup", - "path": "src/plugins/interactive_setup/server/routes/configure.test.ts" + "path": "src/platform/plugins/private/interactive_setup/server/routes/configure.test.ts" }, { "plugin": "interactiveSetup", - "path": "src/plugins/interactive_setup/server/routes/enroll.test.ts" + "path": "src/platform/plugins/private/interactive_setup/server/routes/enroll.test.ts" }, { "plugin": "interactiveSetup", - "path": "src/plugins/interactive_setup/server/routes/ping.test.ts" + "path": "src/platform/plugins/private/interactive_setup/server/routes/ping.test.ts" }, { "plugin": "interactiveSetup", - "path": "src/plugins/interactive_setup/server/routes/verify.test.ts" + "path": "src/platform/plugins/private/interactive_setup/server/routes/verify.test.ts" }, { "plugin": "indexManagement", @@ -8505,87 +8505,87 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/analytics/authentication_type.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/analytics/authentication_type.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/analytics/record_violations.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/analytics/record_violations.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/create.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/create.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/invalidate.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/invalidate.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/invalidate.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/invalidate.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/query.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/query.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/index.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/index.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/post.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/post.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/post.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/post.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/common.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/common.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/common.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/common.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/saml.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/saml.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/saml.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/saml.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/saml.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/saml.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/deprecations/kibana_user_role.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/deprecations/kibana_user_role.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/deprecations/kibana_user_role.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/deprecations/kibana_user_role.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/session_management/extend.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/session_management/extend.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/session_management/invalidate.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/session_management/invalidate.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/user_profile/bulk_get.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/user_profile/bulk_get.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/user_profile/update.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/user_profile/update.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/users/change_password.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/users/change_password.test.ts" }, { "plugin": "snapshotRestore", @@ -8771,11 +8771,11 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/internal/set_solution_space.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/internal/set_solution_space.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/update.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/update.ts" }, { "plugin": "actions", @@ -9231,7 +9231,7 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/internal/set_solution_space.test.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/internal/set_solution_space.test.ts" }, { "plugin": "alerting", @@ -9263,11 +9263,11 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/api_keys/update.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/api_keys/update.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/index.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/index.test.ts" }, { "plugin": "snapshotRestore", @@ -9763,11 +9763,11 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/delete.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/delete.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/users/delete.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/users/delete.ts" }, { "plugin": "share", @@ -10147,15 +10147,15 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authentication/index.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authentication/index.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/delete.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/delete.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/role_mapping/delete.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/role_mapping/delete.test.ts" }, { "plugin": "snapshotRestore", @@ -15303,19 +15303,19 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/get.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/get.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/get_all.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/get_all.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/get.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/roles/get.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/get_all.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/roles/get_all.ts" }, { "plugin": "bfetch", @@ -16458,11 +16458,11 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/put.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/put.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/put.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/roles/put.ts" }, { "plugin": "bfetch", @@ -16817,11 +16817,11 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/post.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/post.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/post.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/roles/post.ts" }, { "plugin": "bfetch", @@ -18103,11 +18103,11 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/delete.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/routes/api/external/delete.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/delete.ts" + "path": "x-pack/platform/plugins/shared/security/server/routes/authorization/roles/delete.ts" }, { "plugin": "bfetch", diff --git a/api_docs/kbn_core_logging_server.devdocs.json b/api_docs/kbn_core_logging_server.devdocs.json index 07d366fbb77aa..e16c2ca445bd7 100644 --- a/api_docs/kbn_core_logging_server.devdocs.json +++ b/api_docs/kbn_core_logging_server.devdocs.json @@ -529,7 +529,7 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/config.ts" + "path": "x-pack/platform/plugins/shared/security/server/config.ts" }, { "plugin": "@kbn/core-logging-server-internal", diff --git a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json index 99e9141acff1b..ed17373113114 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json @@ -51,11 +51,11 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/legacy_urls/types.ts" + "path": "x-pack/platform/plugins/shared/spaces/public/legacy_urls/types.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/legacy_urls/types.ts" + "path": "x-pack/platform/plugins/shared/spaces/public/legacy_urls/types.ts" }, { "plugin": "savedSearch", diff --git a/api_docs/kbn_core_saved_objects_common.devdocs.json b/api_docs/kbn_core_saved_objects_common.devdocs.json index 63ae4b1d1ff34..268a4cfd797b4 100644 --- a/api_docs/kbn_core_saved_objects_common.devdocs.json +++ b/api_docs/kbn_core_saved_objects_common.devdocs.json @@ -798,7 +798,7 @@ "references": [ { "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx" + "path": "x-pack/platform/plugins/shared/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx" }, { "plugin": "savedObjectsManagement", diff --git a/api_docs/kbn_core_saved_objects_server.devdocs.json b/api_docs/kbn_core_saved_objects_server.devdocs.json index ba262035a1c0f..984d6860bf422 100644 --- a/api_docs/kbn_core_saved_objects_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server.devdocs.json @@ -6827,11 +6827,11 @@ "references": [ { "plugin": "encryptedSavedObjects", - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts" + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts" }, { "plugin": "encryptedSavedObjects", - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts" + "path": "x-pack/platform/plugins/shared/encrypted_saved_objects/server/create_migration.ts" } ] }, @@ -10629,11 +10629,11 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/saved_objects/saved_objects_service.ts" }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/saved_objects/saved_objects_service.ts" }, { "plugin": "share", @@ -11308,7 +11308,7 @@ }, { "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts" + "path": "x-pack/platform/plugins/shared/spaces/server/saved_objects/saved_objects_service.ts" }, { "plugin": "data", diff --git a/api_docs/kbn_core_security_server.devdocs.json b/api_docs/kbn_core_security_server.devdocs.json index f4aff06dfe55f..6d90cc5428f5c 100644 --- a/api_docs/kbn_core_security_server.devdocs.json +++ b/api_docs/kbn_core_security_server.devdocs.json @@ -1168,7 +1168,7 @@ "tags": [], "label": "log", "description": [ - "\nLogs an {@link AuditEvent} and automatically adds meta data about the\ncurrent user, space and correlation id.\n\nGuidelines around what events should be logged and how they should be\nstructured can be found in: `/x-pack/plugins/security/README.md`\n" + "\nLogs an {@link AuditEvent} and automatically adds meta data about the\ncurrent user, space and correlation id.\n\nGuidelines around what events should be logged and how they should be\nstructured can be found in: `/x-pack/platform/plugins/shared/security/README.md`\n" ], "signature": [ "(event: ", diff --git a/api_docs/kbn_core_user_profile_common.devdocs.json b/api_docs/kbn_core_user_profile_common.devdocs.json index bc940d2cd5e38..edc1fbd69a89a 100644 --- a/api_docs/kbn_core_user_profile_common.devdocs.json +++ b/api_docs/kbn_core_user_profile_common.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "UserProfile", "description": [ - "\nIMPORTANT:\n\nThe types in this file are duplicated at\n`packages/kbn-user-profile-components/src/user_profile.ts`\n\nWhen making changes please ensure to keep both files in sync.\n\nDescribes basic properties stored in user profile." + "\nIMPORTANT:\n\nThe types in this file are duplicated at\n`src/platform/packages/shared/kbn-user-profile-components/src/user_profile.ts`\n\nWhen making changes please ensure to keep both files in sync.\n\nDescribes basic properties stored in user profile." ], "signature": [ { diff --git a/api_docs/kbn_crypto.devdocs.json b/api_docs/kbn_crypto.devdocs.json index 084341e767da1..a4ec0fddabbc5 100644 --- a/api_docs/kbn_crypto.devdocs.json +++ b/api_docs/kbn_crypto.devdocs.json @@ -31,7 +31,7 @@ "BinaryToTextEncoding", ") => string" ], - "path": "packages/kbn-crypto/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/sha256.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "string | Buffer" ], - "path": "packages/kbn-crypto/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/sha256.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -60,7 +60,7 @@ "signature": [ "BinaryToTextEncoding" ], - "path": "packages/kbn-crypto/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/sha256.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -90,7 +90,7 @@ "text": "Pkcs12ReadResult" } ], - "path": "packages/kbn-crypto/src/pkcs12.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/pkcs12.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -106,7 +106,7 @@ "signature": [ "string" ], - "path": "packages/kbn-crypto/src/pkcs12.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/pkcs12.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -123,7 +123,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-crypto/src/pkcs12.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/pkcs12.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -146,7 +146,7 @@ "signature": [ "(path: string, password?: string | undefined) => string[] | undefined" ], - "path": "packages/kbn-crypto/src/pkcs12.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/pkcs12.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -162,7 +162,7 @@ "signature": [ "string" ], - "path": "packages/kbn-crypto/src/pkcs12.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/pkcs12.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -179,7 +179,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-crypto/src/pkcs12.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/pkcs12.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -199,7 +199,7 @@ "tags": [], "label": "Pkcs12ReadResult", "description": [], - "path": "packages/kbn-crypto/src/pkcs12.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/pkcs12.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -213,7 +213,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-crypto/src/pkcs12.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/pkcs12.ts", "deprecated": false, "trackAdoption": false }, @@ -227,7 +227,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-crypto/src/pkcs12.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/pkcs12.ts", "deprecated": false, "trackAdoption": false }, @@ -241,7 +241,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-crypto/src/pkcs12.ts", + "path": "src/platform/packages/shared/kbn-crypto/src/pkcs12.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_ebt.devdocs.json b/api_docs/kbn_ebt.devdocs.json index 4bb27aac011b9..1271443815a3e 100644 --- a/api_docs/kbn_ebt.devdocs.json +++ b/api_docs/kbn_ebt.devdocs.json @@ -1776,15 +1776,15 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { "plugin": "actions", @@ -2240,27 +2240,27 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" }, { "plugin": "elasticAssistant", @@ -2858,7 +2858,7 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.ts" }, { "plugin": "telemetry", @@ -2882,51 +2882,51 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/analytics_service.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/analytics_service.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/public/analytics/register_user_context.test.ts" + "path": "x-pack/platform/plugins/shared/security/public/analytics/register_user_context.test.ts" }, { "plugin": "@kbn/core-application-browser-internal", diff --git a/api_docs/kbn_handlebars.devdocs.json b/api_docs/kbn_handlebars.devdocs.json index 0c3d26cf1c175..7fe987c6b812a 100644 --- a/api_docs/kbn_handlebars.devdocs.json +++ b/api_docs/kbn_handlebars.devdocs.json @@ -32,7 +32,7 @@ "signature": [ "HelperDelegate" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46,7 +46,7 @@ "signature": [ "any" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -74,7 +74,7 @@ "HelperOptions", ", \"fn\" | \"inverse\">" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -85,7 +85,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -100,7 +100,7 @@ "TemplateDelegate", "" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -115,7 +115,7 @@ "signature": [ "T | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -136,7 +136,7 @@ }, " | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -153,7 +153,7 @@ "TemplateDelegate", "" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -168,7 +168,7 @@ "signature": [ "T | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -189,7 +189,7 @@ }, " | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -205,7 +205,7 @@ "signature": [ "{ start: hbs.AST.Position; end: hbs.AST.Position; }" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -219,7 +219,7 @@ "signature": [ "(parent: Record, propertyName: string) => T" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -234,7 +234,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -245,7 +245,7 @@ "tags": [], "label": "propertyName", "description": [], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -275,7 +275,7 @@ "RuntimeOptions", ", \"data\" | \"blockParams\">" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -290,7 +290,7 @@ "HelpersHash", " | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -305,7 +305,7 @@ "PartialsHash", " | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -320,7 +320,7 @@ "DecoratorsHash", " | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -340,7 +340,7 @@ "TemplateDelegate", "" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -354,7 +354,7 @@ "signature": [ "any" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -368,7 +368,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -383,7 +383,7 @@ "PartialsHash", " | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -405,7 +405,7 @@ "signature": [ "\"compile\" | \"compileAST\"" ], - "path": "packages/kbn-handlebars/index.ts", + "path": "src/platform/packages/private/kbn-handlebars/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -422,7 +422,7 @@ "signature": [ "{ data?: boolean | undefined; strict?: boolean | undefined; knownHelpers?: KnownHelpers | undefined; knownHelpersOnly?: boolean | undefined; noEscape?: boolean | undefined; assumeObjects?: boolean | undefined; preventIndent?: boolean | undefined; explicitPartialContext?: boolean | undefined; }" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -443,7 +443,7 @@ "Container", ", options: any) => any" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -459,7 +459,7 @@ "TemplateDelegate", "" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -474,7 +474,7 @@ "signature": [ "T | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -495,7 +495,7 @@ }, " | undefined" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -511,7 +511,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -525,7 +525,7 @@ "signature": [ "Container" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -539,7 +539,7 @@ "signature": [ "any" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -561,7 +561,7 @@ "typeof ", "node_modules/handlebars/types/index.d.ts" ], - "path": "packages/kbn-handlebars/src/types.ts", + "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_security_api_key_management.devdocs.json b/api_docs/kbn_security_api_key_management.devdocs.json index fa9261d11b296..968d30475700e 100644 --- a/api_docs/kbn_security_api_key_management.devdocs.json +++ b/api_docs/kbn_security_api_key_management.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "APIKeysAPIClient", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23,7 +23,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "text": "HttpSetup" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -77,7 +77,7 @@ }, ">" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -98,7 +98,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -132,7 +132,7 @@ }, ">" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -153,7 +153,7 @@ }, "[]" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -168,7 +168,7 @@ "signature": [ "boolean" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -196,7 +196,7 @@ "SecurityCreateApiKeyResponse", ">" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -216,7 +216,7 @@ "text": "CreateAPIKeyParams" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -244,7 +244,7 @@ "SecurityUpdateApiKeyResponse", ">" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -264,7 +264,7 @@ "text": "UpdateAPIKeyParams" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -295,7 +295,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_badge.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_badge.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -315,7 +315,7 @@ "text": "ApiKeyBadgeProps" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_badge.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_badge.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -342,7 +342,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_created_callout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_created_callout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -362,7 +362,7 @@ "text": "ApiKeyCreatedCalloutProps" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_created_callout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_created_callout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -385,7 +385,7 @@ "DisambiguateSet", " & CreateApiKeyFlyoutProps)) => React.JSX.Element" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -403,7 +403,7 @@ "DisambiguateSet", " & CreateApiKeyFlyoutProps)" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -430,7 +430,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_created_callout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_created_callout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -450,7 +450,7 @@ "text": "ApiKeyCreatedCalloutProps" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_created_callout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_created_callout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -477,7 +477,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_status.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_status.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -497,7 +497,7 @@ "text": "ApiKeyStatusProps" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_status.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_status.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -531,7 +531,7 @@ "text": "CreateAPIKeyParams" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -551,7 +551,7 @@ "text": "ApiKeyFormValues" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -585,7 +585,7 @@ "text": "UpdateAPIKeyParams" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -599,7 +599,7 @@ "signature": [ "\"managed\" | \"rest\" | \"cross_cluster\"" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -614,7 +614,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -635,7 +635,7 @@ "text": "ApiKeyFormValues" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -662,7 +662,7 @@ }, ">) => React.JSX.Element" ], - "path": "x-pack/packages/security/api_key_management/src/components/time_tool_tip.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/time_tool_tip.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -684,7 +684,7 @@ }, ">" ], - "path": "x-pack/packages/security/api_key_management/src/components/time_tool_tip.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/time_tool_tip.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -702,7 +702,7 @@ "tags": [], "label": "ApiKeyBadgeProps", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_badge.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_badge.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -716,7 +716,7 @@ "signature": [ "\"managed\" | \"rest\" | \"cross_cluster\"" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_badge.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_badge.tsx", "deprecated": false, "trackAdoption": false } @@ -730,7 +730,7 @@ "tags": [], "label": "ApiKeyCreatedCalloutProps", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_created_callout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_created_callout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -744,7 +744,7 @@ "signature": [ "SecurityCreateApiKeyResponse" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_created_callout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_created_callout.tsx", "deprecated": false, "trackAdoption": false } @@ -758,7 +758,7 @@ "tags": [], "label": "ApiKeyFormValues", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -769,7 +769,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -780,7 +780,7 @@ "tags": [], "label": "type", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -791,7 +791,7 @@ "tags": [], "label": "expiration", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -802,7 +802,7 @@ "tags": [], "label": "customExpiration", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -813,7 +813,7 @@ "tags": [], "label": "customPrivileges", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -824,7 +824,7 @@ "tags": [], "label": "includeMetadata", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -835,7 +835,7 @@ "tags": [], "label": "access", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -846,7 +846,7 @@ "tags": [], "label": "role_descriptors", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -857,7 +857,7 @@ "tags": [], "label": "metadata", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false } @@ -871,7 +871,7 @@ "tags": [], "label": "InvalidateApiKeysResponse", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -892,7 +892,7 @@ }, "[]" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -906,7 +906,7 @@ "signature": [ "any[]" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false } @@ -920,7 +920,7 @@ "tags": [], "label": "QueryApiKeyParams", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -934,7 +934,7 @@ "signature": [ "QueryContainer" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -945,7 +945,7 @@ "tags": [], "label": "from", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -956,7 +956,7 @@ "tags": [], "label": "size", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -970,7 +970,7 @@ "signature": [ "{ field: \"id\" | \"type\" | \"name\" | \"username\" | \"metadata\" | \"profile_uid\" | \"expired\" | \"creation\" | \"realm\" | \"role_descriptors\" | \"expiration\" | \"invalidated\" | \"realm_type\" | \"limited_by\" | \"_sort\"; direction: \"asc\" | \"desc\"; }" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -990,7 +990,7 @@ "text": "QueryFilters" } ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false } @@ -1004,7 +1004,7 @@ "tags": [], "label": "QueryFilters", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1018,7 +1018,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -1032,7 +1032,7 @@ "signature": [ "\"managed\" | \"rest\" | \"cross_cluster\" | undefined" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -1046,7 +1046,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false } @@ -1060,7 +1060,7 @@ "tags": [], "label": "TimeToolTipProps", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/time_tool_tip.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/time_tool_tip.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1071,7 +1071,7 @@ "tags": [], "label": "timestamp", "description": [], - "path": "x-pack/packages/security/api_key_management/src/components/time_tool_tip.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/time_tool_tip.tsx", "deprecated": false, "trackAdoption": false } @@ -1095,7 +1095,7 @@ "DisambiguateSet", " & CreateApiKeyFlyoutProps)" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1110,7 +1110,7 @@ "signature": [ "{ expiration?: number | undefined; }" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_key_status.tsx", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_key_status.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1179,7 +1179,7 @@ "signature": [ "{ field: \"id\" | \"type\" | \"name\" | \"username\" | \"metadata\" | \"profile_uid\" | \"expired\" | \"creation\" | \"realm\" | \"role_descriptors\" | \"expiration\" | \"invalidated\" | \"realm_type\" | \"limited_by\" | \"_sort\"; direction: \"asc\" | \"desc\"; }" ], - "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", + "path": "x-pack/platform/packages/shared/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_security_authorization_core.devdocs.json b/api_docs/kbn_security_authorization_core.devdocs.json index 767e9d81fcd86..c16eb5dbe8e95 100644 --- a/api_docs/kbn_security_authorization_core.devdocs.json +++ b/api_docs/kbn_security_authorization_core.devdocs.json @@ -36,7 +36,7 @@ "text": "Actions" } ], - "path": "x-pack/packages/security/authorization_core/src/actions/actions.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/actions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -50,7 +50,7 @@ "signature": [ "ApiActions" ], - "path": "x-pack/packages/security/authorization_core/src/actions/actions.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -64,7 +64,7 @@ "signature": [ "AppActions" ], - "path": "x-pack/packages/security/authorization_core/src/actions/actions.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -78,7 +78,7 @@ "signature": [ "CasesActions" ], - "path": "x-pack/packages/security/authorization_core/src/actions/actions.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -89,7 +89,7 @@ "tags": [], "label": "login", "description": [], - "path": "x-pack/packages/security/authorization_core/src/actions/actions.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -103,7 +103,7 @@ "signature": [ "SavedObjectActions" ], - "path": "x-pack/packages/security/authorization_core/src/actions/actions.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -117,7 +117,7 @@ "signature": [ "AlertingActions" ], - "path": "x-pack/packages/security/authorization_core/src/actions/actions.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -131,7 +131,7 @@ "signature": [ "SpaceActions" ], - "path": "x-pack/packages/security/authorization_core/src/actions/actions.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -145,7 +145,7 @@ "signature": [ "UIActions" ], - "path": "x-pack/packages/security/authorization_core/src/actions/actions.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -159,7 +159,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/authorization_core/src/actions/actions.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/actions.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -198,7 +198,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -214,7 +214,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -237,7 +237,7 @@ "text": "FeatureKibanaPrivileges" } ], - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -280,7 +280,7 @@ }, ", \"getFeatures\" | \"hasAtLeast\">) => { get(respectLicenseLevel?: boolean): { features: Record>; global: { all: string[]; read: string[]; }; space: { all: string[]; read: string[]; }; reserved: Record; }; }" ], - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -300,7 +300,7 @@ "text": "Actions" } ], - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -321,7 +321,7 @@ "text": "FeaturesPluginSetup" } ], - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -344,7 +344,7 @@ }, ", \"getFeatures\" | \"hasAtLeast\">" ], - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -362,7 +362,7 @@ "tags": [], "label": "PrivilegesService", "description": [], - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -383,7 +383,7 @@ "text": "RawKibanaPrivileges" } ], - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -397,7 +397,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -421,7 +421,7 @@ "signature": [ "\"getTags\" | \"createComment\" | \"reopenCase\" | \"pushCase\" | \"createCase\" | \"getCase\" | \"getComment\" | \"getReporters\" | \"getUserActions\" | \"findConfigurations\" | \"updateCase\" | \"updateComment\" | \"deleteCase\" | \"deleteComment\" | \"createConfiguration\" | \"updateConfiguration\"" ], - "path": "x-pack/packages/security/authorization_core/src/privileges/feature_privilege_builder/cases.ts", + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/feature_privilege_builder/cases.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_security_authorization_core_common.devdocs.json b/api_docs/kbn_security_authorization_core_common.devdocs.json index 592f265dd0b9e..f0206d8e0f69c 100644 --- a/api_docs/kbn_security_authorization_core_common.devdocs.json +++ b/api_docs/kbn_security_authorization_core_common.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "(privilegeId: string) => string" ], - "path": "x-pack/packages/security/authorization_core_common/src/privileges/minimal_privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core_common/src/privileges/minimal_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/authorization_core_common/src/privileges/minimal_privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core_common/src/privileges/minimal_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -68,7 +68,7 @@ "signature": [ "(privilegeId: string) => boolean" ], - "path": "x-pack/packages/security/authorization_core_common/src/privileges/minimal_privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core_common/src/privileges/minimal_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -84,7 +84,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/authorization_core_common/src/privileges/minimal_privileges.ts", + "path": "x-pack/platform/packages/private/security/authorization_core_common/src/privileges/minimal_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_security_form_components.devdocs.json b/api_docs/kbn_security_form_components.devdocs.json index 9dccf63965ba1..adf686a77844c 100644 --- a/api_docs/kbn_security_form_components.devdocs.json +++ b/api_docs/kbn_security_form_components.devdocs.json @@ -38,7 +38,7 @@ ") => ", "FieldValidator" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -58,7 +58,7 @@ "text": "ValidateOptions" } ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -85,7 +85,7 @@ }, " | undefined>>" ], - "path": "x-pack/packages/security/form_components/src/form_changes.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_changes.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -137,7 +137,7 @@ }, ">) => React.JSX.Element" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -166,7 +166,7 @@ }, ">" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -198,7 +198,7 @@ }, ">) => React.JSX.Element" ], - "path": "x-pack/packages/security/form_components/src/form_label.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_label.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -220,7 +220,7 @@ }, ">" ], - "path": "x-pack/packages/security/form_components/src/form_label.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_label.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -260,7 +260,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/packages/security/form_components/src/form_row.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_row.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -289,7 +289,7 @@ "text": "FormRowProps" } ], - "path": "x-pack/packages/security/form_components/src/form_row.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_row.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -308,7 +308,7 @@ "signature": [ "() => React.JSX.Element" ], - "path": "x-pack/packages/security/form_components/src/form_row.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_row.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -334,7 +334,7 @@ "text": "FormChangesProps" } ], - "path": "x-pack/packages/security/form_components/src/form_changes.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_changes.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -362,7 +362,7 @@ "text": "FormChangesProps" } ], - "path": "x-pack/packages/security/form_components/src/form_changes.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_changes.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -378,7 +378,7 @@ "tags": [], "label": "FormChangesProps", "description": [], - "path": "x-pack/packages/security/form_components/src/form_changes.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_changes.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -391,7 +391,7 @@ "description": [ "\nNumber of fields rendered on the page that have changed." ], - "path": "x-pack/packages/security/form_components/src/form_changes.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_changes.tsx", "deprecated": false, "trackAdoption": false }, @@ -415,7 +415,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_changes.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_changes.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -427,7 +427,7 @@ "tags": [], "label": "isEqual", "description": [], - "path": "x-pack/packages/security/form_components/src/form_changes.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_changes.tsx", "deprecated": false, "trackAdoption": false } @@ -453,7 +453,7 @@ }, "" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -467,7 +467,7 @@ "signature": [ "T | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false }, @@ -478,7 +478,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false }, @@ -501,7 +501,7 @@ "FieldValidator", " | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false } @@ -515,7 +515,7 @@ "tags": [], "label": "FormLabelProps", "description": [], - "path": "x-pack/packages/security/form_components/src/form_label.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_label.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -528,7 +528,7 @@ "description": [ "\nName of target form field." ], - "path": "x-pack/packages/security/form_components/src/form_label.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_label.tsx", "deprecated": false, "trackAdoption": false } @@ -542,7 +542,7 @@ "tags": [], "label": "FormRowProps", "description": [], - "path": "x-pack/packages/security/form_components/src/form_row.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_row.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -558,7 +558,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_row.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_row.tsx", "deprecated": false, "trackAdoption": false } @@ -572,7 +572,7 @@ "tags": [], "label": "ValidateOptions", "description": [], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -586,7 +586,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false }, @@ -600,7 +600,7 @@ "signature": [ "{ value: RegExp; message: string; } | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false }, @@ -614,7 +614,7 @@ "signature": [ "{ value: number; message: string; } | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false }, @@ -628,7 +628,7 @@ "signature": [ "{ value: number; message: string; } | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false }, @@ -642,7 +642,7 @@ "signature": [ "{ value: number; message: string; } | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false }, @@ -656,7 +656,7 @@ "signature": [ "{ value: number; message: string; } | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_field.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_field.tsx", "deprecated": false, "trackAdoption": false } @@ -684,7 +684,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/form_components/src/form_changes.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_changes.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -696,7 +696,7 @@ "tags": [], "label": "isEqual", "description": [], - "path": "x-pack/packages/security/form_components/src/form_changes.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_changes.tsx", "deprecated": false, "trackAdoption": false } @@ -713,7 +713,7 @@ "signature": [ "() => void" ], - "path": "x-pack/packages/security/form_components/src/form_changes.tsx", + "path": "x-pack/platform/packages/shared/security/form_components/src/form_changes.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/kbn_security_hardening.devdocs.json b/api_docs/kbn_security_hardening.devdocs.json index b7a4222c46515..a2d65b0b31c09 100644 --- a/api_docs/kbn_security_hardening.devdocs.json +++ b/api_docs/kbn_security_hardening.devdocs.json @@ -30,7 +30,7 @@ "tags": [], "label": "unsafeConsole", "description": [], - "path": "packages/kbn-security-hardening/console.ts", + "path": "src/platform/packages/shared/kbn-security-hardening/console.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44,7 +44,7 @@ "signature": [ "{ (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }" ], - "path": "packages/kbn-security-hardening/console.ts", + "path": "src/platform/packages/shared/kbn-security-hardening/console.ts", "deprecated": false, "trackAdoption": false }, @@ -58,7 +58,7 @@ "signature": [ "{ (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }" ], - "path": "packages/kbn-security-hardening/console.ts", + "path": "src/platform/packages/shared/kbn-security-hardening/console.ts", "deprecated": false, "trackAdoption": false }, @@ -72,7 +72,7 @@ "signature": [ "{ (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }" ], - "path": "packages/kbn-security-hardening/console.ts", + "path": "src/platform/packages/shared/kbn-security-hardening/console.ts", "deprecated": false, "trackAdoption": false }, @@ -86,7 +86,7 @@ "signature": [ "{ (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }" ], - "path": "packages/kbn-security-hardening/console.ts", + "path": "src/platform/packages/shared/kbn-security-hardening/console.ts", "deprecated": false, "trackAdoption": false }, @@ -100,7 +100,7 @@ "signature": [ "{ (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }" ], - "path": "packages/kbn-security-hardening/console.ts", + "path": "src/platform/packages/shared/kbn-security-hardening/console.ts", "deprecated": false, "trackAdoption": false }, @@ -114,7 +114,7 @@ "signature": [ "{ (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }" ], - "path": "packages/kbn-security-hardening/console.ts", + "path": "src/platform/packages/shared/kbn-security-hardening/console.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_security_plugin_types_common.devdocs.json b/api_docs/kbn_security_plugin_types_common.devdocs.json index 66423093f7f10..c01f1b30ca78c 100644 --- a/api_docs/kbn_security_plugin_types_common.devdocs.json +++ b/api_docs/kbn_security_plugin_types_common.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "ApiKeyAggregations", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42,7 +42,7 @@ "AggregationsStringTermsAggregate", " | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false }, @@ -57,7 +57,7 @@ "AggregationsStringTermsAggregate", " | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false }, @@ -72,7 +72,7 @@ "AggregationsFilterAggregateKeys", " | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false }, @@ -90,7 +90,7 @@ "AggregationsFilterAggregateKeys", "; }; } | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false } @@ -104,7 +104,7 @@ "tags": [], "label": "ApiKeyToInvalidate", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -115,7 +115,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false }, @@ -126,7 +126,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false } @@ -336,7 +336,7 @@ " extends ", "SecurityApiKey" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -347,7 +347,7 @@ "tags": [], "label": "username", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false }, @@ -358,7 +358,7 @@ "tags": [], "label": "realm", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false }, @@ -369,7 +369,7 @@ "tags": [], "label": "creation", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false }, @@ -383,7 +383,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false }, @@ -399,7 +399,7 @@ "SecurityRoleDescriptor", "; }" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false } @@ -432,7 +432,7 @@ "text": "BaseApiKey" } ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -446,7 +446,7 @@ "signature": [ "\"cross_cluster\"" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false }, @@ -468,7 +468,7 @@ "text": "CrossClusterApiKeyAccess" } ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false } @@ -482,7 +482,7 @@ "tags": [], "label": "CrossClusterApiKeyAccess", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -498,7 +498,7 @@ "signature": [ "CrossClusterApiKeySearch[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false }, @@ -514,7 +514,7 @@ "signature": [ "CrossClusterApiKeyReplication[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false } @@ -528,7 +528,7 @@ "tags": [], "label": "FeaturesPrivileges", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/features_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/features_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -542,7 +542,7 @@ "signature": [ "[featureId: string]: string[]" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/features_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/features_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -575,7 +575,7 @@ "text": "BaseApiKey" } ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -589,7 +589,7 @@ "signature": [ "\"managed\"" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false } @@ -603,7 +603,7 @@ "tags": [], "label": "RawKibanaFeaturePrivileges", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -617,7 +617,7 @@ "signature": [ "[featureId: string]: { [privilegeId: string]: string[]; }" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -631,7 +631,7 @@ "tags": [], "label": "RawKibanaPrivileges", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -645,7 +645,7 @@ "signature": [ "{ [x: string]: string[]; }" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -665,7 +665,7 @@ "text": "RawKibanaFeaturePrivileges" } ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -679,7 +679,7 @@ "signature": [ "{ [x: string]: string[]; }" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -693,7 +693,7 @@ "signature": [ "{ [x: string]: string[]; }" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -726,7 +726,7 @@ "text": "BaseApiKey" } ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -740,7 +740,7 @@ "signature": [ "\"rest\"" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false } @@ -754,7 +754,7 @@ "tags": [], "label": "Role", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -765,7 +765,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -779,7 +779,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -817,7 +817,7 @@ }, "[] | undefined; run_as: string[]; }" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -838,7 +838,7 @@ }, "[]" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -852,7 +852,7 @@ "signature": [ "{ [anyKey: string]: any; } | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -866,7 +866,7 @@ "signature": [ "{ [anyKey: string]: any; } | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -880,7 +880,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -894,7 +894,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false } @@ -908,7 +908,7 @@ "tags": [], "label": "RoleIndexPrivilege", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -922,7 +922,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -936,7 +936,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -950,7 +950,7 @@ "signature": [ "{ grant?: string[] | undefined; except?: string[] | undefined; } | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -964,7 +964,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false } @@ -978,7 +978,7 @@ "tags": [], "label": "RoleKibanaPrivilege", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -992,7 +992,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -1006,7 +1006,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -1026,7 +1026,7 @@ "text": "FeaturesPrivileges" } ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -1040,7 +1040,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false } @@ -1054,7 +1054,7 @@ "tags": [], "label": "RoleRemoteClusterPrivilege", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1068,7 +1068,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false }, @@ -1082,7 +1082,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false } @@ -1113,7 +1113,7 @@ "text": "RoleIndexPrivilege" } ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1127,7 +1127,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_common/src/authorization/role.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/authorization/role.ts", "deprecated": false, "trackAdoption": false } @@ -1141,7 +1141,7 @@ "tags": [], "label": "SecurityLicense", "description": [], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1155,7 +1155,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1171,7 +1171,7 @@ "signature": [ "() => string | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1187,7 +1187,7 @@ "signature": [ "() => string | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1203,7 +1203,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1226,7 +1226,7 @@ "text": "SecurityLicenseFeatures" } ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1242,7 +1242,7 @@ "signature": [ "(licenseType: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => boolean | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1256,7 +1256,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1283,7 +1283,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license.ts", "deprecated": false, "trackAdoption": false } @@ -1299,7 +1299,7 @@ "description": [ "\nDescribes Security plugin features that depend on license." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1312,7 +1312,7 @@ "description": [ "\nIndicates whether we show login page or skip it." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1325,7 +1325,7 @@ "description": [ "\nIndicates whether we allow login or disable it on the login page." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1338,7 +1338,7 @@ "description": [ "\nIndicates whether we show security links throughout the kibana app." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1351,7 +1351,7 @@ "description": [ "\nIndicates whether we show the Role Mappings UI." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1364,7 +1364,7 @@ "description": [ "\nIndicates whether we allow users to access agreement UI and acknowledge it." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1377,7 +1377,7 @@ "description": [ "\nIndicates whether we allow logging of audit events." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1390,7 +1390,7 @@ "description": [ "\nIndicates whether we allow users to define document level security in roles." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1403,7 +1403,7 @@ "description": [ "\nIndicates whether we allow users to define field level security in roles." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1416,7 +1416,7 @@ "description": [ "\nIndicates whether we allow users to define remote index privileges in roles." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1429,7 +1429,7 @@ "description": [ "\nIndicates whether we allow users to define remote cluster privileges in roles." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1442,7 +1442,7 @@ "description": [ "\nIndicates whether we allow Role-based access control (RBAC)." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1455,7 +1455,7 @@ "description": [ "\nIndicates whether we allow sub-feature privileges." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1468,7 +1468,7 @@ "description": [ "\nIndicates whether we allow user profile collaboration features (suggest and privileges checks APIs)." ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1491,7 +1491,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false }, @@ -1504,7 +1504,7 @@ "description": [ "\nIndicates whether we allow FIPS mode" ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false } @@ -1612,7 +1612,7 @@ "tags": [], "label": "UserProfile", "description": [ - "\nIMPORTANT:\n\nThe types in this file are duplicated at\n`packages/kbn-user-profile-components/src/user_profile.ts`\n\nWhen making changes please ensure to keep both files in sync.\n\nDescribes basic properties stored in user profile." + "\nIMPORTANT:\n\nThe types in this file are duplicated at\n`src/platform/packages/shared/kbn-user-profile-components/src/user_profile.ts`\n\nWhen making changes please ensure to keep both files in sync.\n\nDescribes basic properties stored in user profile." ], "signature": [ { @@ -1977,7 +1977,7 @@ "text": "CrossClusterApiKey" } ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1994,7 +1994,7 @@ "SecurityRoleDescriptor", "; }" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2027,7 +2027,7 @@ }, ") & { expired: boolean; }" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2044,7 +2044,7 @@ "signature": [ "\"form\" | \"error-es-unavailable\" | \"error-xpack-unavailable\"" ], - "path": "x-pack/packages/security/plugin_types_common/src/licensing/license_features.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/licensing/license_features.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2061,7 +2061,7 @@ "signature": [ "SuccessQueryApiKeyResult | ErrorQueryApiKeyResult" ], - "path": "x-pack/packages/security/plugin_types_common/src/api_keys/api_key.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_common/src/api_keys/api_key.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_security_plugin_types_public.devdocs.json b/api_docs/kbn_security_plugin_types_public.devdocs.json index 49fcb4a21570d..856cc91bcd17e 100644 --- a/api_docs/kbn_security_plugin_types_public.devdocs.json +++ b/api_docs/kbn_security_plugin_types_public.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "PrivilegesAPIClientPublicContract", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/privileges/privileges_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/privileges/privileges_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_public/src/privileges/privileges_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/privileges/privileges_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -59,7 +59,7 @@ "text": "PrivilegesAPIClientGetAllArgs" } ], - "path": "x-pack/packages/security/plugin_types_public/src/privileges/privileges_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/privileges/privileges_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -80,7 +80,7 @@ "tags": [], "label": "AuthenticationServiceSetup", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/authentication/authentication_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/authentication/authentication_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -104,7 +104,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_public/src/authentication/authentication_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/authentication/authentication_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -122,7 +122,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/packages/security/plugin_types_public/src/authentication/authentication_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/authentication/authentication_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -138,7 +138,7 @@ "tags": [], "label": "AuthorizationServiceSetup", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -154,7 +154,7 @@ "signature": [ "() => boolean | undefined" ], - "path": "x-pack/packages/security/plugin_types_public/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -178,7 +178,7 @@ "text": "RolesAPIClient" } ], - "path": "x-pack/packages/security/plugin_types_public/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false }, @@ -200,7 +200,7 @@ "text": "PrivilegesAPIClientPublicContract" } ], - "path": "x-pack/packages/security/plugin_types_public/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false } @@ -214,7 +214,7 @@ "tags": [], "label": "BulkUpdatePayload", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -235,7 +235,7 @@ }, "[]" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false } @@ -249,7 +249,7 @@ "tags": [], "label": "BulkUpdateRoleResponse", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -263,7 +263,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -277,7 +277,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -291,7 +291,7 @@ "signature": [ "Record | undefined" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false } @@ -376,7 +376,7 @@ "tags": [], "label": "PrivilegesAPIClientGetAllArgs", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/privileges/privileges_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/privileges/privileges_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -387,7 +387,7 @@ "tags": [], "label": "includeActions", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/privileges/privileges_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/privileges/privileges_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -398,7 +398,7 @@ "tags": [], "label": "respectLicenseLevel", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/privileges/privileges_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/privileges/privileges_api_client.ts", "deprecated": false, "trackAdoption": false } @@ -412,7 +412,7 @@ "tags": [], "label": "RolePutPayload", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -432,7 +432,7 @@ "text": "Role" } ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false }, @@ -446,7 +446,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false } @@ -460,7 +460,7 @@ "tags": [], "label": "RolesAPIClient", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -482,7 +482,7 @@ }, "[]>" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -506,7 +506,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -520,7 +520,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -538,7 +538,7 @@ "signature": [ "(roleName: string) => Promise" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -552,7 +552,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -578,7 +578,7 @@ }, ") => Promise" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -598,7 +598,7 @@ "text": "RolePutPayload" } ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -632,7 +632,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -652,7 +652,7 @@ "text": "BulkUpdatePayload" } ], - "path": "x-pack/packages/security/plugin_types_public/src/roles/roles_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/roles/roles_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -670,7 +670,7 @@ "tags": [], "label": "SecurityNavControlServiceStart", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -696,7 +696,7 @@ }, "[]>" ], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -722,7 +722,7 @@ }, "[]) => void" ], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -743,7 +743,7 @@ }, "[]" ], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -761,7 +761,7 @@ "tags": [], "label": "SecurityPluginSetup", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -785,13 +785,13 @@ "text": "AuthenticationServiceSetup" } ], - "path": "x-pack/packages/security/plugin_types_public/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/plugin.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "security", - "path": "x-pack/plugins/security/public/plugin.tsx" + "path": "x-pack/platform/plugins/shared/security/public/plugin.tsx" } ] }, @@ -813,7 +813,7 @@ "text": "AuthorizationServiceSetup" } ], - "path": "x-pack/packages/security/plugin_types_public/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -835,7 +835,7 @@ "text": "SecurityLicense" } ], - "path": "x-pack/packages/security/plugin_types_public/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -849,7 +849,7 @@ "tags": [], "label": "SecurityPluginStart", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -871,7 +871,7 @@ "text": "SecurityNavControlServiceStart" } ], - "path": "x-pack/packages/security/plugin_types_public/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -895,13 +895,13 @@ "text": "AuthenticationServiceSetup" } ], - "path": "x-pack/packages/security/plugin_types_public/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/plugin.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "security", - "path": "x-pack/plugins/security/public/plugin.tsx" + "path": "x-pack/platform/plugins/shared/security/public/plugin.tsx" }, { "plugin": "securitySolution", @@ -939,7 +939,7 @@ "text": "AuthorizationServiceSetup" } ], - "path": "x-pack/packages/security/plugin_types_public/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -989,13 +989,13 @@ "Observable", "; }" ], - "path": "x-pack/packages/security/plugin_types_public/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/plugin.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "security", - "path": "x-pack/plugins/security/public/plugin.tsx" + "path": "x-pack/platform/plugins/shared/security/public/plugin.tsx" }, { "plugin": "cases", @@ -1045,7 +1045,7 @@ "tags": [], "label": "UserMenuLink", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1056,7 +1056,7 @@ "tags": [], "label": "label", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1070,7 +1070,7 @@ "signature": [ "string | React.ComponentType<{}>" ], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1081,7 +1081,7 @@ "tags": [], "label": "href", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1095,7 +1095,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1109,7 +1109,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1125,7 +1125,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, "trackAdoption": false } @@ -1291,7 +1291,7 @@ "text": "AuthenticationServiceSetup" } ], - "path": "x-pack/packages/security/plugin_types_public/src/authentication/authentication_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/authentication/authentication_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1314,7 +1314,7 @@ "text": "AuthorizationServiceSetup" } ], - "path": "x-pack/packages/security/plugin_types_public/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1326,7 +1326,7 @@ "tags": [], "label": "SecurityLicense", "description": [], - "path": "x-pack/packages/security/plugin_types_public/src/license/index.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/license/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1373,7 +1373,7 @@ "Observable", "; }" ], - "path": "x-pack/packages/security/plugin_types_public/src/user_profile/user_profile_api_client.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_public/src/user_profile/user_profile_api_client.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_security_plugin_types_server.devdocs.json b/api_docs/kbn_security_plugin_types_server.devdocs.json index 3594642ab41a3..e6cb531498b1c 100644 --- a/api_docs/kbn_security_plugin_types_server.devdocs.json +++ b/api_docs/kbn_security_plugin_types_server.devdocs.json @@ -31,7 +31,7 @@ }, " | undefined; } & { spaces: string[] | \"*\"[]; }>[]>" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/role_schema.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/role_schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "() => { global: string[]; space: string[]; }" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/role_schema.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/role_schema.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -112,7 +112,7 @@ }, " | undefined; } & { spaces: string[] | \"*\"[]; }>[]; elasticsearch: Readonly<{ cluster?: string[] | undefined; indices?: Readonly<{ query?: string | undefined; field_security?: Record<\"except\" | \"grant\", string[]> | undefined; allow_restricted_indices?: boolean | undefined; } & { names: string[]; privileges: string[]; }>[] | undefined; remote_cluster?: Readonly<{} & { privileges: string[]; clusters: string[]; }>[] | undefined; remote_indices?: Readonly<{ query?: string | undefined; field_security?: Record<\"except\" | \"grant\", string[]> | undefined; allow_restricted_indices?: boolean | undefined; } & { names: string[]; privileges: string[]; clusters: string[]; }>[] | undefined; run_as?: string[] | undefined; } & {}>; }>>>; }>" ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -126,7 +126,7 @@ "signature": [ "() => { global: string[]; space: string[]; }" ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -193,7 +193,7 @@ }, " | undefined; } & { spaces: string[] | \"*\"[]; }>[]; elasticsearch: Readonly<{ cluster?: string[] | undefined; indices?: Readonly<{ query?: string | undefined; field_security?: Record<\"except\" | \"grant\", string[]> | undefined; allow_restricted_indices?: boolean | undefined; } & { names: string[]; privileges: string[]; }>[] | undefined; remote_cluster?: Readonly<{} & { privileges: string[]; clusters: string[]; }>[] | undefined; remote_indices?: Readonly<{ query?: string | undefined; field_security?: Record<\"except\" | \"grant\", string[]> | undefined; allow_restricted_indices?: boolean | undefined; } & { names: string[]; privileges: string[]; clusters: string[]; }>[] | undefined; run_as?: string[] | undefined; } & {}>; }>>>; }>" ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -207,7 +207,7 @@ "signature": [ "() => { global: string[]; space: string[]; }" ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -260,7 +260,7 @@ "description": [ "Actions are used to create the \"actions\" that are associated with Elasticsearch's\napplication privileges, and are used to perform the authorization checks implemented\nby the various `checkPrivilegesWithRequest` derivatives." ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/actions.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/actions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -280,7 +280,7 @@ "text": "ApiActions" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/actions.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -300,7 +300,7 @@ "text": "AppActions" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/actions.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -320,7 +320,7 @@ "text": "CasesActions" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/actions.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -331,7 +331,7 @@ "tags": [], "label": "login", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/actions.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -351,7 +351,7 @@ "text": "SavedObjectActions" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/actions.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -371,7 +371,7 @@ "text": "AlertingActions" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/actions.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -391,7 +391,7 @@ "text": "SpaceActions" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/actions.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/actions.ts", "deprecated": false, "trackAdoption": false }, @@ -411,7 +411,7 @@ "text": "UIActions" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/actions.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/actions.ts", "deprecated": false, "trackAdoption": false } @@ -425,7 +425,7 @@ "tags": [], "label": "AlertingActions", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/alerting.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/alerting.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -439,7 +439,7 @@ "signature": [ "(ruleTypeId: string, consumer: string, alertingEntity: string, operation: string) => string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/alerting.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/alerting.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -453,7 +453,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/alerting.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/alerting.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -468,7 +468,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/alerting.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/alerting.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -483,7 +483,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/alerting.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/alerting.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -498,7 +498,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/alerting.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/alerting.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -516,7 +516,7 @@ "tags": [], "label": "ApiActions", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -538,7 +538,7 @@ }, ", subject: string): string; (subject: string): string; }" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -558,7 +558,7 @@ "text": "ApiOperation" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -573,7 +573,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -601,17 +601,17 @@ }, ", subject: string): string; (subject: string): string; }" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/api.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/api_authorization.ts" + "path": "x-pack/platform/plugins/shared/security/server/authorization/api_authorization.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/api_authorization.ts" + "path": "x-pack/platform/plugins/shared/security/server/authorization/api_authorization.ts" }, { "plugin": "telemetry", @@ -679,47 +679,47 @@ }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/actions/api.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/api.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/actions/api.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/api.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/feature_privilege_builder/api.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/feature_privilege_builder/api.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/api_authorization.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/authorization/api_authorization.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/api_authorization.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/authorization/api_authorization.test.ts" }, { "plugin": "security", - "path": "x-pack/plugins/security/server/authorization/api_authorization.test.ts" + "path": "x-pack/platform/plugins/shared/security/server/authorization/api_authorization.test.ts" }, { "plugin": "fleet", @@ -727,363 +727,363 @@ }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/actions/api.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/api.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/actions/api.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/actions/api.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" }, { "plugin": "@kbn/security-authorization-core", - "path": "x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts" + "path": "x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts" } ], "children": [ @@ -1097,7 +1097,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1115,7 +1115,7 @@ "signature": [ "(routeTag: string) => string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1129,7 +1129,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2195,7 +2195,7 @@ "tags": [], "label": "AppActions", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/app.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/app.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2209,7 +2209,7 @@ "signature": [ "(operation: string) => string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/app.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/app.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2223,7 +2223,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/app.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/app.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2586,7 +2586,7 @@ "tags": [], "label": "log", "description": [ - "\nLogs an {@link AuditEvent} and automatically adds meta data about the\ncurrent user, space and correlation id.\n\nGuidelines around what events should be logged and how they should be\nstructured can be found in: `/x-pack/plugins/security/README.md`\n" + "\nLogs an {@link AuditEvent} and automatically adds meta data about the\ncurrent user, space and correlation id.\n\nGuidelines around what events should be logged and how they should be\nstructured can be found in: `/x-pack/platform/plugins/shared/security/README.md`\n" ], "signature": [ "(event: ", @@ -2693,7 +2693,7 @@ "tags": [], "label": "AuditServiceSetup", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/audit/audit_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/audit/audit_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2724,7 +2724,7 @@ "text": "AuditLogger" } ], - "path": "x-pack/packages/security/plugin_types_server/src/audit/audit_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/audit/audit_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2745,7 +2745,7 @@ }, "" ], - "path": "x-pack/packages/security/plugin_types_server/src/audit/audit_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/audit/audit_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2771,7 +2771,7 @@ "text": "AuditLogger" } ], - "path": "x-pack/packages/security/plugin_types_server/src/audit/audit_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/audit/audit_service.ts", "deprecated": false, "trackAdoption": false } @@ -2787,7 +2787,7 @@ "description": [ "\nAuthentication services available on the security plugin's start contract." ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/authentication_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/authentication_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2807,7 +2807,7 @@ "text": "APIKeys" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/authentication_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/authentication_service.ts", "deprecated": false, "trackAdoption": false }, @@ -2837,7 +2837,7 @@ }, " | null" ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/authentication_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/authentication_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2858,7 +2858,7 @@ }, "" ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/authentication_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/authentication_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2876,7 +2876,7 @@ "tags": [], "label": "AuthorizationMode", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/mode.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/mode.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2898,7 +2898,7 @@ }, ") => boolean" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/mode.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/mode.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2919,7 +2919,7 @@ }, "" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/mode.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/mode.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2939,7 +2939,7 @@ "description": [ "\nAuthorization services available on the setup contract of the security plugin." ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2961,7 +2961,7 @@ "text": "Actions" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false }, @@ -2990,7 +2990,7 @@ "text": "CheckPrivileges" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3012,7 +3012,7 @@ }, "" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -3043,7 +3043,7 @@ "text": "CheckPrivilegesDynamically" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3065,7 +3065,7 @@ }, "" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", "deprecated": false, "trackAdoption": false } @@ -3096,7 +3096,7 @@ "text": "CheckSavedObjectsPrivileges" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3118,7 +3118,7 @@ }, "" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -3140,7 +3140,7 @@ "text": "AuthorizationMode" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/authorization_service.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/authorization_service.ts", "deprecated": false, "trackAdoption": false } @@ -3154,7 +3154,7 @@ "tags": [], "label": "CasesActions", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/cases.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/cases.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3168,7 +3168,7 @@ "signature": [ "(owner: string, operation: string) => string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/cases.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/cases.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3182,7 +3182,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/cases.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/cases.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3197,7 +3197,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/cases.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/cases.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3215,7 +3215,7 @@ "tags": [], "label": "CheckPrivileges", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3253,7 +3253,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3267,7 +3267,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3288,7 +3288,7 @@ "text": "CheckPrivilegesPayload" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3310,7 +3310,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3352,7 +3352,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3366,7 +3366,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3387,7 +3387,7 @@ "text": "CheckPrivilegesPayload" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3409,7 +3409,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3451,7 +3451,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3471,7 +3471,7 @@ "text": "CheckPrivilegesPayload" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3493,7 +3493,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3513,7 +3513,7 @@ "description": [ "\nOptions to influce the privilege checks." ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3529,7 +3529,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -3545,7 +3545,7 @@ "description": [ "\nPrivileges that can be checked for the Kibana users." ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3561,7 +3561,7 @@ "signature": [ "string | string[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -3577,7 +3577,7 @@ "signature": [ "{ cluster: string[]; index: Record; } | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -3591,7 +3591,7 @@ "tags": [], "label": "CheckPrivilegesResponse", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3602,7 +3602,7 @@ "tags": [], "label": "hasAllRequested", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -3613,7 +3613,7 @@ "tags": [], "label": "username", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -3627,7 +3627,7 @@ "signature": [ "{ kibana: { resource?: string | undefined; privilege: string; authorized: boolean; }[]; elasticsearch: { cluster: { privilege: string; authorized: boolean; }[]; index: { [indexName: string]: { privilege: string; authorized: boolean; }[]; }; }; }" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -3643,7 +3643,7 @@ "description": [ "\nAn interface to check users profiles privileges in a specific context (only a single-space context is supported at\nthe moment)." ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3673,7 +3673,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3687,7 +3687,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3708,7 +3708,7 @@ "text": "CheckUserProfilesPrivilegesPayload" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3728,7 +3728,7 @@ "description": [ "\nPrivileges that can be checked for the users profiles (only Kibana specific privileges are supported at the moment)." ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3744,7 +3744,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -3760,7 +3760,7 @@ "description": [ "\nResponse of the check privileges operation for the users profiles." ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3776,7 +3776,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -3792,7 +3792,7 @@ "signature": [ "{ count: number; details: Record; } | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -4204,7 +4204,7 @@ "tags": [], "label": "HasPrivilegesResponse", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4215,7 +4215,7 @@ "tags": [], "label": "has_all_requested", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4226,7 +4226,7 @@ "tags": [], "label": "username", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4248,7 +4248,7 @@ }, "; }" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4262,7 +4262,7 @@ "signature": [ "{ [privilegeName: string]: boolean; } | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4276,7 +4276,7 @@ "signature": [ "{ [indexName: string]: { [privilegeName: string]: boolean; }; } | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -4290,7 +4290,7 @@ "tags": [], "label": "HasPrivilegesResponseApplication", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4304,7 +4304,7 @@ "signature": [ "[resource: string]: { [privilegeName: string]: boolean; }" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -4427,7 +4427,7 @@ "tags": [], "label": "PrivilegeDeprecationsRolesByFeatureIdRequest", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4447,7 +4447,7 @@ "text": "GetDeprecationsContext" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, "trackAdoption": false }, @@ -4458,7 +4458,7 @@ "tags": [], "label": "featureId", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, "trackAdoption": false } @@ -4472,7 +4472,7 @@ "tags": [], "label": "PrivilegeDeprecationsRolesByFeatureIdResponse", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4493,7 +4493,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, "trackAdoption": false }, @@ -4514,7 +4514,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, "trackAdoption": false } @@ -4528,7 +4528,7 @@ "tags": [], "label": "PrivilegeDeprecationsService", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4558,7 +4558,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4578,7 +4578,7 @@ "text": "PrivilegeDeprecationsRolesByFeatureIdRequest" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4596,7 +4596,7 @@ "tags": [], "label": "SavedObjectActions", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/saved_object.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/saved_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4610,7 +4610,7 @@ "signature": [ "(type: string, operation: string) => string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/saved_object.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/saved_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4624,7 +4624,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/saved_object.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/saved_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4639,7 +4639,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/saved_object.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/saved_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4659,7 +4659,7 @@ "description": [ "\nDescribes public Security plugin contract returned at the `setup` stage." ], - "path": "x-pack/packages/security/plugin_types_server/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4681,7 +4681,7 @@ "text": "SecurityLicense" } ], - "path": "x-pack/packages/security/plugin_types_server/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -4705,13 +4705,13 @@ "text": "AuditServiceSetup" } ], - "path": "x-pack/packages/security/plugin_types_server/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/plugin.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "security", - "path": "x-pack/plugins/security/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/security/server/plugin.ts" }, { "plugin": "actions", @@ -4785,7 +4785,7 @@ "text": "PrivilegeDeprecationsService" } ], - "path": "x-pack/packages/security/plugin_types_server/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -4801,7 +4801,7 @@ "description": [ "\nDescribes public Security plugin contract returned at the `start` stage." ], - "path": "x-pack/packages/security/plugin_types_server/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4825,13 +4825,13 @@ "text": "AuthenticationServiceStart" } ], - "path": "x-pack/packages/security/plugin_types_server/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/plugin.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "security", - "path": "x-pack/plugins/security/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/security/server/plugin.ts" }, { "plugin": "alerting", @@ -4989,7 +4989,7 @@ "text": "AuthorizationServiceSetup" } ], - "path": "x-pack/packages/security/plugin_types_server/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -5013,13 +5013,13 @@ "text": "UserProfileService" } ], - "path": "x-pack/packages/security/plugin_types_server/src/plugin.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/plugin.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "security", - "path": "x-pack/plugins/security/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/security/server/plugin.ts" }, { "plugin": "cases", @@ -5057,7 +5057,7 @@ "tags": [], "label": "SpaceActions", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/space.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/space.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5068,7 +5068,7 @@ "tags": [], "label": "manage", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/space.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/space.ts", "deprecated": false, "trackAdoption": false } @@ -5082,7 +5082,7 @@ "tags": [], "label": "UIActions", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/ui.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/ui.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5104,7 +5104,7 @@ }, ", ...uiCapabilityParts: string[]) => string" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/ui.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/ui.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5125,7 +5125,7 @@ "text": "Capabilities" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/ui.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/ui.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5140,7 +5140,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/ui.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/ui.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5712,7 +5712,7 @@ "tags": [], "label": "ApiOperation", "description": [], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/actions/api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5753,7 +5753,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5774,7 +5774,7 @@ "text": "CheckPrivilegesPayload" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", "deprecated": false, "trackAdoption": false }, @@ -5795,7 +5795,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", "deprecated": false, "trackAdoption": false } @@ -5827,7 +5827,7 @@ "text": "CheckPrivilegesDynamically" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5849,7 +5849,7 @@ }, "" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", "deprecated": false, "trackAdoption": false } @@ -5881,7 +5881,7 @@ "text": "CheckPrivileges" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5903,7 +5903,7 @@ }, "" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -5928,7 +5928,7 @@ }, ">" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5943,7 +5943,7 @@ "signature": [ "string | string[]" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -5957,7 +5957,7 @@ "signature": [ "string | (string | undefined)[] | undefined" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -5989,7 +5989,7 @@ "text": "CheckSavedObjectsPrivileges" } ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6011,7 +6011,7 @@ }, "" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -6082,7 +6082,7 @@ "signature": [ "\"*\"" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/constants.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6258,7 +6258,7 @@ }, "[] | undefined>; }>; }>" ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6322,7 +6322,7 @@ }, "; }>" ], - "path": "x-pack/packages/security/plugin_types_server/src/authorization/role_schema.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authorization/role_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6384,7 +6384,7 @@ }, " | undefined>; }>" ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6462,7 +6462,7 @@ }, "[] | undefined>; }>; }>" ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6524,7 +6524,7 @@ }, " | undefined>; }>" ], - "path": "x-pack/packages/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", + "path": "x-pack/platform/packages/shared/security/plugin_types_server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_security_role_management_model.devdocs.json b/api_docs/kbn_security_role_management_model.devdocs.json index 48d4990029549..9ac044c0d11d6 100644 --- a/api_docs/kbn_security_role_management_model.devdocs.json +++ b/api_docs/kbn_security_role_management_model.devdocs.json @@ -25,7 +25,7 @@ "tags": [], "label": "KibanaPrivilege", "description": [], - "path": "x-pack/packages/security/role_management_model/src/kibana_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privilege.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privilege.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53,7 +53,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privilege.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -68,7 +68,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privilege.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -83,7 +83,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/packages/security/role_management_model/src/kibana_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privilege.ts", "deprecated": false, "trackAdoption": false }, @@ -105,7 +105,7 @@ }, ") => boolean" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privilege.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -125,7 +125,7 @@ "text": "KibanaPrivilege" } ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privilege.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -143,7 +143,7 @@ "tags": [], "label": "KibanaPrivileges", "description": [], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -157,7 +157,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -177,7 +177,7 @@ "text": "RawKibanaPrivileges" } ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -199,7 +199,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -233,7 +233,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -253,7 +253,7 @@ "text": "RoleKibanaPrivilege" } ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -278,7 +278,7 @@ "text": "SecuredFeature" } ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -292,7 +292,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -318,7 +318,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -349,7 +349,7 @@ "text": "PrivilegeCollection" } ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -370,7 +370,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -405,7 +405,7 @@ "text": "KibanaPrivilege" } ], - "path": "x-pack/packages/security/role_management_model/src/primary_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/primary_feature_privilege.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -419,7 +419,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/role_management_model/src/primary_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/primary_feature_privilege.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -433,7 +433,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/role_management_model/src/primary_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/primary_feature_privilege.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -454,7 +454,7 @@ "text": "FeatureKibanaPrivileges" } ], - "path": "x-pack/packages/security/role_management_model/src/primary_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/primary_feature_privilege.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -469,7 +469,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/role_management_model/src/primary_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/primary_feature_privilege.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -487,7 +487,7 @@ "signature": [ "() => string" ], - "path": "x-pack/packages/security/role_management_model/src/primary_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/primary_feature_privilege.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -500,7 +500,7 @@ "tags": [], "label": "requireAllSpaces", "description": [], - "path": "x-pack/packages/security/role_management_model/src/primary_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/primary_feature_privilege.ts", "deprecated": false, "trackAdoption": false }, @@ -511,7 +511,7 @@ "tags": [], "label": "disabled", "description": [], - "path": "x-pack/packages/security/role_management_model/src/primary_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/primary_feature_privilege.ts", "deprecated": false, "trackAdoption": false } @@ -525,7 +525,7 @@ "tags": [], "label": "PrivilegeCollection", "description": [], - "path": "x-pack/packages/security/role_management_model/src/privilege_collection.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/privilege_collection.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -539,7 +539,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/role_management_model/src/privilege_collection.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/privilege_collection.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -560,7 +560,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/privilege_collection.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/privilege_collection.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -586,7 +586,7 @@ }, ") => boolean" ], - "path": "x-pack/packages/security/role_management_model/src/privilege_collection.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/privilege_collection.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -606,7 +606,7 @@ "text": "KibanaPrivilege" } ], - "path": "x-pack/packages/security/role_management_model/src/privilege_collection.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/privilege_collection.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -641,7 +641,7 @@ "text": "KibanaFeature" } ], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -655,7 +655,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -675,7 +675,7 @@ "text": "KibanaFeatureConfig" } ], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -687,7 +687,7 @@ "tags": [], "label": "actionMapping", "description": [], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -701,7 +701,7 @@ "signature": [ "[privilegeId: string]: string[]" ], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false } @@ -720,7 +720,7 @@ "signature": [ "() => string | undefined" ], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -752,7 +752,7 @@ }, ")[]" ], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -776,7 +776,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -787,7 +787,7 @@ "tags": [], "label": "{ includeMinimalFeaturePrivileges }", "description": [], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -798,7 +798,7 @@ "tags": [], "label": "includeMinimalFeaturePrivileges", "description": [], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false } @@ -825,7 +825,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -849,7 +849,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -873,7 +873,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/secured_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -906,7 +906,7 @@ "text": "SubFeature" } ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -927,7 +927,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -938,7 +938,7 @@ "tags": [], "label": "privilegesTooltip", "description": [], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -952,7 +952,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -972,7 +972,7 @@ "text": "SubFeatureConfig" } ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -984,7 +984,7 @@ "tags": [], "label": "actionMapping", "description": [], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -998,7 +998,7 @@ "signature": [ "[privilegeId: string]: string[]" ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false } @@ -1025,7 +1025,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1065,7 +1065,7 @@ }, ">" ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1076,7 +1076,7 @@ "tags": [], "label": "{\n predicate = () => true,\n }", "description": [], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1106,7 +1106,7 @@ }, ") => boolean) | undefined" ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1126,7 +1126,7 @@ "text": "SubFeaturePrivilege" } ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1147,7 +1147,7 @@ "text": "SecuredSubFeature" } ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1170,7 +1170,7 @@ "signature": [ "() => string" ], - "path": "x-pack/packages/security/role_management_model/src/secured_sub_feature.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/secured_sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1203,7 +1203,7 @@ "text": "KibanaPrivilege" } ], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1217,7 +1217,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1237,7 +1237,7 @@ "text": "SubFeaturePrivilegeConfig" } ], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1252,7 +1252,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1267,7 +1267,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege.ts", "deprecated": false, "trackAdoption": false }, @@ -1281,7 +1281,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege.ts", "deprecated": false, "trackAdoption": false }, @@ -1292,7 +1292,7 @@ "tags": [], "label": "requireAllSpaces", "description": [], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege.ts", "deprecated": false, "trackAdoption": false } @@ -1306,7 +1306,7 @@ "tags": [], "label": "SubFeaturePrivilegeGroup", "description": [], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege_group.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege_group.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1320,7 +1320,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege_group.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege_group.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1340,7 +1340,7 @@ "text": "SubFeaturePrivilegeGroupConfig" } ], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege_group.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege_group.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1352,7 +1352,7 @@ "tags": [], "label": "actionMapping", "description": [], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege_group.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege_group.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1366,7 +1366,7 @@ "signature": [ "[privilegeId: string]: string[]" ], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege_group.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege_group.ts", "deprecated": false, "trackAdoption": false } @@ -1385,7 +1385,7 @@ "signature": [ "\"mutually_exclusive\" | \"independent\"" ], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege_group.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege_group.ts", "deprecated": false, "trackAdoption": false }, @@ -1406,7 +1406,7 @@ }, "[]" ], - "path": "x-pack/packages/security/role_management_model/src/sub_feature_privilege_group.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/sub_feature_privilege_group.ts", "deprecated": false, "trackAdoption": false } @@ -1435,7 +1435,7 @@ }, ") => boolean" ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1455,7 +1455,7 @@ "text": "RoleKibanaPrivilege" } ], - "path": "x-pack/packages/security/role_management_model/src/kibana_privileges.ts", + "path": "x-pack/platform/packages/private/security/role_management_model/src/kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_security_ui_components.devdocs.json b/api_docs/kbn_security_ui_components.devdocs.json index 63e0344530ee8..8a692170dfde5 100644 --- a/api_docs/kbn_security_ui_components.devdocs.json +++ b/api_docs/kbn_security_ui_components.devdocs.json @@ -19,7 +19,7 @@ }, " extends React.Component" ], - "path": "x-pack/packages/security/ui_components/src/kibana_privilege_table/feature_table.tsx", + "path": "x-pack/platform/packages/private/security/ui_components/src/kibana_privilege_table/feature_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -30,7 +30,7 @@ "tags": [], "label": "defaultProps", "description": [], - "path": "x-pack/packages/security/ui_components/src/kibana_privilege_table/feature_table.tsx", + "path": "x-pack/platform/packages/private/security/ui_components/src/kibana_privilege_table/feature_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ "tags": [], "label": "privilegeIndex", "description": [], - "path": "x-pack/packages/security/ui_components/src/kibana_privilege_table/feature_table.tsx", + "path": "x-pack/platform/packages/private/security/ui_components/src/kibana_privilege_table/feature_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -52,7 +52,7 @@ "tags": [], "label": "showLocks", "description": [], - "path": "x-pack/packages/security/ui_components/src/kibana_privilege_table/feature_table.tsx", + "path": "x-pack/platform/packages/private/security/ui_components/src/kibana_privilege_table/feature_table.tsx", "deprecated": false, "trackAdoption": false } @@ -68,7 +68,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/ui_components/src/kibana_privilege_table/feature_table.tsx", + "path": "x-pack/platform/packages/private/security/ui_components/src/kibana_privilege_table/feature_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -82,7 +82,7 @@ "signature": [ "Props" ], - "path": "x-pack/packages/security/ui_components/src/kibana_privilege_table/feature_table.tsx", + "path": "x-pack/platform/packages/private/security/ui_components/src/kibana_privilege_table/feature_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -100,7 +100,7 @@ "signature": [ "() => React.JSX.Element" ], - "path": "x-pack/packages/security/ui_components/src/kibana_privilege_table/feature_table.tsx", + "path": "x-pack/platform/packages/private/security/ui_components/src/kibana_privilege_table/feature_table.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -118,7 +118,7 @@ "description": [ "\nCalculator responsible for determining the displayed and effective privilege values for the following interfaces:\n- and children\n- and children" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -132,7 +132,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -152,7 +152,7 @@ "text": "KibanaPrivileges" } ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -173,7 +173,7 @@ "text": "Role" } ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -201,7 +201,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -217,7 +217,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -237,7 +237,7 @@ "signature": [ "(privilegeIndex: number) => boolean" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -253,7 +253,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -273,7 +273,7 @@ "signature": [ "(featureId: string, privilegeIndex: number, allSpacesSelected: boolean) => string | undefined" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -289,7 +289,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -306,7 +306,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -323,7 +323,7 @@ "signature": [ "boolean" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -343,7 +343,7 @@ "signature": [ "(featureId: string, privilegeIndex: number, allSpacesSelected: boolean) => boolean" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -359,7 +359,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -376,7 +376,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -393,7 +393,7 @@ "signature": [ "boolean" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -421,7 +421,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -437,7 +437,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -454,7 +454,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -471,7 +471,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -491,7 +491,7 @@ "signature": [ "(featureId: string, privilegeId: string, privilegeIndex: number) => boolean" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -507,7 +507,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -524,7 +524,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -541,7 +541,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -577,7 +577,7 @@ }, " | undefined" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -593,7 +593,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -616,7 +616,7 @@ "text": "SubFeaturePrivilegeGroup" } ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -633,7 +633,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -653,7 +653,7 @@ "signature": [ "(featureId: string, privilegeIndex: number) => boolean" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -669,7 +669,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -686,7 +686,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -706,7 +706,7 @@ "signature": [ "(featureId: string, privilegeIndex: number, willBeCustomizing: boolean, allSpacesSelected: boolean) => string[]" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -722,7 +722,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -739,7 +739,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -756,7 +756,7 @@ "signature": [ "boolean" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -773,7 +773,7 @@ "signature": [ "boolean" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -793,7 +793,7 @@ "signature": [ "(privilegeIndex: number) => boolean" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -809,7 +809,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", + "path": "x-pack/platform/packages/private/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -832,7 +832,7 @@ "signature": [ "({ feature, className }: Props) => React.JSX.Element" ], - "path": "x-pack/packages/security/ui_components/src/kibana_privilege_table/components/feature_table_cell.tsx", + "path": "x-pack/platform/packages/private/security/ui_components/src/kibana_privilege_table/components/feature_table_cell.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -846,7 +846,7 @@ "signature": [ "Props" ], - "path": "x-pack/packages/security/ui_components/src/kibana_privilege_table/components/feature_table_cell.tsx", + "path": "x-pack/platform/packages/private/security/ui_components/src/kibana_privilege_table/components/feature_table_cell.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_user_profile_components.devdocs.json b/api_docs/kbn_user_profile_components.devdocs.json index 34214d8791833..6815647c46e64 100644 --- a/api_docs/kbn_user_profile_components.devdocs.json +++ b/api_docs/kbn_user_profile_components.devdocs.json @@ -39,7 +39,7 @@ }, ") => string" ], - "path": "packages/kbn-user-profile-components/src/user_profile.ts", + "path": "src/platform/packages/shared/kbn-user-profile-components/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -61,7 +61,7 @@ "text": "GetUserDisplayNameParams" } ], - "path": "packages/kbn-user-profile-components/src/user_profile.ts", + "path": "src/platform/packages/shared/kbn-user-profile-components/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -90,7 +90,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-user-profile-components/src/user_avatar.tsx", + "path": "src/platform/packages/shared/kbn-user-profile-components/src/user_avatar.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -110,7 +110,7 @@ "text": "UserAvatarProps" } ], - "path": "packages/kbn-user-profile-components/src/user_avatar.tsx", + "path": "src/platform/packages/shared/kbn-user-profile-components/src/user_avatar.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -139,7 +139,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-user-profile-components/src/user_avatar_tip.tsx", + "path": "src/platform/packages/shared/kbn-user-profile-components/src/user_avatar_tip.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -159,7 +159,7 @@ "text": "UserAvatarProps" } ], - "path": "packages/kbn-user-profile-components/src/user_avatar_tip.tsx", + "path": "src/platform/packages/shared/kbn-user-profile-components/src/user_avatar_tip.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -188,7 +188,7 @@ }, ">) => React.JSX.Element" ], - "path": "packages/kbn-user-profile-components/src/services.tsx", + "path": "src/platform/packages/shared/kbn-user-profile-components/src/services.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -210,7 +210,7 @@ }, ">" ], - "path": "packages/kbn-user-profile-components/src/services.tsx", + "path": "src/platform/packages/shared/kbn-user-profile-components/src/services.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -247,7 +247,7 @@ }, "