From 1eb4b4732f919bea0d11d367a2c7b39300b41e64 Mon Sep 17 00:00:00 2001 From: Gerard Soldevila Date: Tue, 3 Dec 2024 15:45:39 +0100 Subject: [PATCH] Moving modules owned by `@elastic/kibana-security` --- .eslintrc.js | 34 +- .github/CODEOWNERS | 36 +- .i18nrc.json | 4 +- api_docs/encrypted_saved_objects.devdocs.json | 104 +-- api_docs/features.devdocs.json | 88 +- api_docs/interactive_setup.devdocs.json | 56 +- api_docs/kbn_analytics_client.devdocs.json | 44 +- .../kbn_core_analytics_browser.devdocs.json | 50 +- .../kbn_core_analytics_server.devdocs.json | 50 +- .../kbn_core_application_browser.devdocs.json | 2 +- api_docs/kbn_core_http_server.devdocs.json | 282 +++---- api_docs/kbn_core_logging_server.devdocs.json | 2 +- ...ore_saved_objects_api_browser.devdocs.json | 4 +- ...kbn_core_saved_objects_common.devdocs.json | 2 +- ...kbn_core_saved_objects_server.devdocs.json | 10 +- .../kbn_core_security_server.devdocs.json | 2 +- .../kbn_core_user_profile_common.devdocs.json | 2 +- api_docs/kbn_crypto.devdocs.json | 26 +- api_docs/kbn_ebt.devdocs.json | 44 +- api_docs/kbn_handlebars.devdocs.json | 64 +- ...n_security_api_key_management.devdocs.json | 124 +-- ...n_security_authorization_core.devdocs.json | 42 +- ...ity_authorization_core_common.devdocs.json | 8 +- .../kbn_security_form_components.devdocs.json | 68 +- api_docs/kbn_security_hardening.devdocs.json | 14 +- ..._security_plugin_types_common.devdocs.json | 176 ++-- ..._security_plugin_types_public.devdocs.json | 118 +-- ..._security_plugin_types_server.devdocs.json | 494 +++++------ ...ecurity_role_management_model.devdocs.json | 148 ++-- .../kbn_security_ui_components.devdocs.json | 94 +-- .../kbn_user_profile_components.devdocs.json | 160 ++-- api_docs/licensing.devdocs.json | 24 +- api_docs/security.devdocs.json | 790 +++++++++--------- api_docs/spaces.devdocs.json | 536 ++++++------ .../advanced/sharing-saved-objects.asciidoc | 6 +- docs/developer/plugin-list.asciidoc | 8 +- legacy_rfcs/text/0007_lifecycle_unblocked.md | 4 +- legacy_rfcs/text/0016_ols_phase_1.md | 2 +- package.json | 36 +- .../core-saved-objects-common/src/types.ts | 2 +- .../src/audit_logging/audit_logger.ts | 2 +- .../src/user_profile.ts | 2 +- .../providers/cruiser.test.ts | 20 +- packages/kbn-handlebars/jest.config.js | 10 - packages/kbn-ui-shared-deps-src/BUILD.bazel | 2 +- src/dev/precommit_hook/casing_check_config.js | 6 +- .../packages/private}/kbn-handlebars/LICENSE | 0 .../private}/kbn-handlebars/README.md | 14 +- .../__snapshots__/index.test.ts.snap | 0 .../private}/kbn-handlebars/index.test.ts | 2 +- .../packages/private}/kbn-handlebars/index.ts | 2 +- .../private/kbn-handlebars/jest.config.js | 10 + .../private}/kbn-handlebars/kibana.jsonc | 0 .../private}/kbn-handlebars/package.json | 0 .../scripts/check_for_upstream_updates.sh | 0 .../kbn-handlebars/scripts/print_ast.js | 2 +- .../scripts/update_upstream_git_hash.sh | 0 .../kbn-handlebars/src/__jest__/test_bench.ts | 2 +- .../private}/kbn-handlebars/src/handlebars.ts | 2 +- .../src/spec/.upstream_git_hash | 0 .../src/spec/index.basic.test.ts | 2 +- .../src/spec/index.blocks.test.ts | 2 +- .../src/spec/index.builtins.test.ts | 2 +- .../src/spec/index.compiler.test.ts | 2 +- .../src/spec/index.data.test.ts | 2 +- .../src/spec/index.helpers.test.ts | 2 +- .../src/spec/index.partials.test.ts | 2 +- .../src/spec/index.regressions.test.ts | 6 +- .../src/spec/index.security.test.ts | 2 +- .../src/spec/index.strict.test.ts | 2 +- .../src/spec/index.subexpressions.test.ts | 2 +- .../src/spec/index.utils.test.ts | 2 +- .../src/spec/index.whitespace_control.test.ts | 2 +- .../private}/kbn-handlebars/src/symbols.ts | 2 +- .../private}/kbn-handlebars/src/types.ts | 2 +- .../private}/kbn-handlebars/src/utils.ts | 2 +- .../private}/kbn-handlebars/src/visitor.ts | 2 +- .../private}/kbn-handlebars/tsconfig.json | 2 +- .../packages/shared}/kbn-crypto/README.md | 0 .../packages/shared}/kbn-crypto/index.ts | 0 .../shared}/kbn-crypto/jest.config.js | 4 +- .../packages/shared}/kbn-crypto/kibana.jsonc | 0 .../packages/shared}/kbn-crypto/package.json | 0 .../kbn-crypto/src/__fixtures__/README.md | 0 .../kbn-crypto/src/__fixtures__/index.ts | 0 .../kbn-crypto/src/__fixtures__/no_ca.p12 | Bin .../kbn-crypto/src/__fixtures__/no_cert.p12 | Bin .../kbn-crypto/src/__fixtures__/no_key.p12 | Bin .../kbn-crypto/src/__fixtures__/two_cas.p12 | Bin .../kbn-crypto/src/__fixtures__/two_keys.p12 | Bin .../shared}/kbn-crypto/src/pkcs12.test.ts | 0 .../packages/shared}/kbn-crypto/src/pkcs12.ts | 0 .../shared}/kbn-crypto/src/sha256.test.ts | 0 .../packages/shared}/kbn-crypto/src/sha256.ts | 0 .../packages/shared}/kbn-crypto/tsconfig.json | 2 +- .../shared}/kbn-safer-lodash-set/.gitignore | 0 .../shared}/kbn-safer-lodash-set/.npmignore | 0 .../shared}/kbn-safer-lodash-set/BUILD.bazel | 0 .../shared}/kbn-safer-lodash-set/LICENSE | 0 .../shared}/kbn-safer-lodash-set/README.md | 0 .../kbn-safer-lodash-set/fp/assoc.d.ts | 2 +- .../shared}/kbn-safer-lodash-set/fp/assoc.js | 2 +- .../kbn-safer-lodash-set/fp/assocPath.d.ts | 2 +- .../kbn-safer-lodash-set/fp/assocPath.js | 2 +- .../kbn-safer-lodash-set/fp/index.d.ts | 2 +- .../shared}/kbn-safer-lodash-set/fp/index.js | 2 +- .../shared/kbn-safer-lodash-set/fp}/set.d.ts | 2 +- .../shared}/kbn-safer-lodash-set/fp/set.js | 2 +- .../kbn-safer-lodash-set/fp/setWith.d.ts | 2 +- .../kbn-safer-lodash-set/fp/setWith.js | 2 +- .../shared}/kbn-safer-lodash-set/index.d.ts | 2 +- .../shared}/kbn-safer-lodash-set/index.js | 2 +- .../shared}/kbn-safer-lodash-set/kibana.jsonc | 0 .../kbn-safer-lodash-set/lodash/_baseSet.js | 2 +- .../kbn-safer-lodash-set/lodash/set.js | 2 +- .../kbn-safer-lodash-set/lodash/setWith.js | 2 +- .../shared}/kbn-safer-lodash-set/package.json | 6 +- .../scripts/_get_lodash.sh | 0 .../scripts/license-header.txt | 2 +- .../scripts/patches/_baseSet.js.patch | 0 .../scripts/save_state.sh | 0 .../kbn-safer-lodash-set/scripts/update.sh | 0 .../shared/kbn-safer-lodash-set}/set.d.ts | 2 +- .../shared}/kbn-safer-lodash-set/set.js | 2 +- .../shared}/kbn-safer-lodash-set/setWith.d.ts | 2 +- .../shared}/kbn-safer-lodash-set/setWith.js | 2 +- .../shared}/kbn-safer-lodash-set/test/fp.ts | 2 +- .../kbn-safer-lodash-set/test/fp_assoc.ts | 2 +- .../kbn-safer-lodash-set/test/fp_assocPath.ts | 2 +- .../test/fp_patch_test.js | 2 +- .../kbn-safer-lodash-set/test/fp_set.ts | 2 +- .../kbn-safer-lodash-set/test/fp_setWith.ts | 2 +- .../kbn-safer-lodash-set/test/index.ts | 2 +- .../kbn-safer-lodash-set/test/patch_test.js | 2 +- .../shared}/kbn-safer-lodash-set/test/set.ts | 2 +- .../kbn-safer-lodash-set/test/setWith.ts | 2 +- .../kbn-safer-lodash-set/tsconfig.json | 2 +- .../shared}/kbn-security-hardening/README.md | 0 .../shared}/kbn-security-hardening/console.ts | 0 .../shared}/kbn-security-hardening/index.ts | 0 .../kbn-security-hardening/kibana.jsonc | 0 .../kbn-security-hardening/package.json | 0 .../kbn-security-hardening/tsconfig.json | 2 +- .../kbn-user-profile-components/index.ts | 0 .../jest.config.js | 4 +- .../kbn-user-profile-components/kibana.jsonc | 0 .../kbn-user-profile-components/package.json | 0 .../src/hooks/index.ts | 0 .../hooks/use_update_user_profile.test.tsx | 0 .../src/hooks/use_update_user_profile.tsx | 0 .../src/services.tsx | 0 .../kbn-user-profile-components/src/types.ts | 0 .../src/user_avatar.test.tsx | 0 .../src/user_avatar.tsx | 0 .../src/user_avatar_tip.test.tsx | 0 .../src/user_avatar_tip.tsx | 0 .../src/user_profile.ts | 2 +- .../src/user_profiles_popover.test.tsx | 0 .../src/user_profiles_popover.tsx | 0 .../src/user_profiles_selectable.test.tsx | 0 .../src/user_profiles_selectable.tsx | 0 .../src/user_tooltip.test.tsx | 0 .../src/user_tooltip.tsx | 0 .../kbn-user-profile-components/tsconfig.json | 2 +- .../private}/interactive_setup/README.md | 0 .../interactive_setup/common/constants.ts | 0 .../common/elasticsearch_connection_status.ts | 0 .../interactive_setup/common/index.ts | 0 .../interactive_setup/common/types.ts | 0 .../private}/interactive_setup/jest.config.js | 8 +- .../private}/interactive_setup/kibana.jsonc | 0 .../interactive_setup/public/app.scss | 0 .../private}/interactive_setup/public/app.tsx | 0 .../public/cluster_address_form.test.tsx | 0 .../public/cluster_address_form.tsx | 0 .../cluster_configuration_form.test.tsx | 0 .../public/cluster_configuration_form.tsx | 0 .../interactive_setup/public/doc_link.tsx | 0 .../public/enrollment_token_form.test.tsx | 0 .../public/enrollment_token_form.tsx | 0 .../public/get_command_line_snippet.test.ts | 0 .../public/get_command_line_snippet.ts | 0 .../interactive_setup/public/index.ts | 0 .../interactive_setup/public/plugin.tsx | 0 .../public/progress_indicator.tsx | 0 .../public/single_chars_field.tsx | 0 .../public/submit_error_callout.test.tsx | 0 .../public/submit_error_callout.tsx | 0 .../public/text_truncate.tsx | 0 .../interactive_setup/public/use_form.ts | 0 .../interactive_setup/public/use_html_id.ts | 0 .../interactive_setup/public/use_kibana.ts | 0 .../public/use_verification.tsx | 0 .../public/use_visibility.ts | 0 .../public/verification_code_form.test.tsx | 0 .../public/verification_code_form.tsx | 0 .../server/compatibility_error.ts | 0 .../interactive_setup/server/config.test.ts | 0 .../interactive_setup/server/config.ts | 0 .../server/elasticsearch_service.mock.ts | 0 .../server/elasticsearch_service.test.ts | 0 .../server/elasticsearch_service.ts | 0 .../interactive_setup/server/errors.test.ts | 0 .../interactive_setup/server/errors.ts | 0 .../interactive_setup/server/index.ts | 0 .../server/kibana_config_writer.mock.ts | 0 .../server/kibana_config_writer.test.ts | 0 .../server/kibana_config_writer.ts | 0 .../interactive_setup/server/mocks.ts | 0 .../interactive_setup/server/plugin.ts | 0 .../server/routes/configure.test.ts | 0 .../server/routes/configure.ts | 0 .../server/routes/enroll.test.ts | 0 .../interactive_setup/server/routes/enroll.ts | 0 .../server/routes/index.mock.ts | 0 .../interactive_setup/server/routes/index.ts | 0 .../server/routes/ping.test.ts | 0 .../interactive_setup/server/routes/ping.ts | 0 .../server/routes/status.test.ts | 0 .../interactive_setup/server/routes/status.ts | 0 .../server/routes/verify.test.ts | 0 .../interactive_setup/server/routes/verify.ts | 0 .../server/verification_code.mock.ts | 0 .../server/verification_code.test.ts | 0 .../server/verification_code.ts | 0 .../server/verification_service.test.ts | 0 .../server/verification_service.ts | 0 .../private}/interactive_setup/tsconfig.json | 2 +- tsconfig.base.json | 72 +- x-pack/.i18nrc.json | 4 +- .../security/authorization_core/README.md | 0 .../security/authorization_core/index.ts | 0 .../authorization_core/jest.config.js | 8 +- .../security/authorization_core/kibana.jsonc | 0 .../security/authorization_core/package.json | 0 .../src/__fixtures__/licensing.mock.ts | 0 .../__snapshots__/alerting.test.ts.snap | 0 .../actions/__snapshots__/api.test.ts.snap | 0 .../actions/__snapshots__/app.test.ts.snap | 0 .../actions/__snapshots__/cases.test.ts.snap | 0 .../src/actions/__snapshots__/ui.test.ts.snap | 0 .../src/actions/actions.mock.ts | 0 .../src/actions/actions.test.ts | 0 .../authorization_core/src/actions/actions.ts | 0 .../src/actions/alerting.test.ts | 0 .../src/actions/alerting.ts | 0 .../src/actions/api.test.ts | 0 .../authorization_core/src/actions/api.ts | 0 .../src/actions/app.test.ts | 0 .../authorization_core/src/actions/app.ts | 0 .../src/actions/cases.test.ts | 0 .../authorization_core/src/actions/cases.ts | 0 .../authorization_core/src/actions/index.ts | 0 .../src/actions/saved_object.test.ts | 0 .../src/actions/saved_object.ts | 0 .../src/actions/space.test.ts | 0 .../authorization_core/src/actions/space.ts | 0 .../authorization_core/src/actions/ui.test.ts | 0 .../authorization_core/src/actions/ui.ts | 0 .../__snapshots__/cases.test.ts.snap | 0 .../alerting.test.ts | 0 .../feature_privilege_builder/alerting.ts | 0 .../feature_privilege_builder/api.ts | 0 .../feature_privilege_builder/app.ts | 0 .../feature_privilege_builder/cases.test.ts | 0 .../feature_privilege_builder/cases.ts | 0 .../feature_privilege_builder/catalogue.ts | 0 .../feature_privilege_builder.ts | 0 .../feature_privilege_builder/index.ts | 0 .../feature_privilege_builder/management.ts | 0 .../feature_privilege_builder/navlink.ts | 0 .../feature_privilege_builder/saved_object.ts | 0 .../feature_privilege_builder/ui.ts | 0 .../src/privileges/index.ts | 0 .../src/privileges/privileges.test.ts | 0 .../src/privileges/privileges.ts | 0 .../security/authorization_core/tsconfig.json | 2 +- .../authorization_core_common/README.md | 0 .../authorization_core_common/index.ts | 0 .../authorization_core_common/jest.config.js | 8 +- .../authorization_core_common/kibana.jsonc | 0 .../authorization_core_common/package.json | 0 .../src/privileges/index.ts | 0 .../src/privileges/minimal_privileges.test.ts | 0 .../src/privileges/minimal_privileges.ts | 0 .../authorization_core_common/tsconfig.json | 2 +- .../security/role_management_model/README.md | 0 .../security/role_management_model/index.ts | 0 .../role_management_model}/jest.config.js | 8 +- .../role_management_model/kibana.jsonc | 0 .../role_management_model/package.json | 0 .../src/__fixtures__/index.ts | 0 .../src/__fixtures__/kibana_features.ts | 0 .../src/__fixtures__/kibana_privileges.ts | 0 .../src/kibana_privilege.ts | 0 .../src/kibana_privileges.test.ts | 0 .../src/kibana_privileges.ts | 0 .../src/primary_feature_privilege.ts | 0 .../src/privilege_collection.test.ts | 0 .../src/privilege_collection.ts | 0 .../src/secured_feature.ts | 0 .../src/secured_sub_feature.ts | 0 .../src/sub_feature_privilege.ts | 0 .../src/sub_feature_privilege_group.ts | 0 .../role_management_model/tsconfig.json | 2 +- .../private}/security/ui_components/README.md | 0 .../private}/security/ui_components/index.ts | 0 .../security/ui_components}/jest.config.js | 10 +- .../security/ui_components/kibana.jsonc | 0 .../security/ui_components/package.json | 0 .../security/ui_components/src/constants.ts | 0 .../__fixtures__/index.ts | 0 .../change_all_privileges.scss | 0 .../change_all_privileges.tsx | 0 .../components/feature_table_cell.scss | 0 .../components/feature_table_cell.test.tsx | 0 .../components/feature_table_cell.tsx | 0 .../components/index.ts | 0 .../kibana_privilege_table/feature_table.scss | 0 .../feature_table.test.tsx | 0 .../kibana_privilege_table/feature_table.tsx | 0 .../feature_table_expanded_row.test.tsx | 0 .../feature_table_expanded_row.tsx | 0 .../src/kibana_privilege_table/index.ts | 0 .../sub_feature_form.test.tsx | 0 .../sub_feature_form.tsx | 0 .../src/privilege_form_calculator/index.ts | 0 .../privilege_form_calculator.test.ts | 0 .../privilege_form_calculator.ts | 0 .../security/ui_components/tsconfig.json | 2 +- .../security/api_key_management/README.md | 0 .../security/api_key_management/index.ts | 0 .../api_key_management}/jest.config.js | 8 +- .../security/api_key_management/kibana.jsonc | 0 .../security/api_key_management/package.json | 0 .../src/components/api_key_badge.tsx | 0 .../components/api_key_created_callout.tsx | 0 .../src/components/api_key_flyout.tsx | 0 .../src/components/api_key_status.tsx | 0 .../components/api_keys_api_client.test.ts | 0 .../src/components/api_keys_api_client.ts | 0 .../src/components/doc_link.tsx | 0 .../src/components/index.ts | 0 .../src/components/time_tool_tip.tsx | 0 .../src/components/token_field.tsx | 0 .../security/api_key_management/tsconfig.json | 2 +- .../security/form_components/README.md | 0 .../shared}/security/form_components/index.ts | 0 .../security/form_components}/jest.config.js | 8 +- .../security/form_components/kibana.jsonc | 0 .../security/form_components/package.json | 0 .../form_components/src/form_changes.test.tsx | 0 .../form_components/src/form_changes.tsx | 0 .../form_components/src/form_field.test.tsx | 0 .../form_components/src/form_field.tsx | 0 .../form_components/src/form_label.test.tsx | 0 .../form_components/src/form_label.tsx | 0 .../form_components/src/form_row.test.tsx | 0 .../security/form_components/src/form_row.tsx | 0 .../security/form_components/src/index.ts | 0 .../security/form_components/tsconfig.json | 2 +- .../security/plugin_types_common/README.md | 0 .../security/plugin_types_common/index.ts | 0 .../security/plugin_types_common/kibana.jsonc | 0 .../security/plugin_types_common/package.json | 0 .../src/api_keys/api_key.ts | 0 .../src/authentication/index.ts | 0 .../src/authorization/features_privileges.ts | 0 .../src/authorization/index.ts | 0 .../authorization/raw_kibana_privileges.ts | 0 .../src/authorization/role.ts | 0 .../src/licensing/index.ts | 0 .../src/licensing/license.ts | 0 .../src/licensing/license_features.ts | 0 .../src/user_profile/index.ts | 0 .../plugin_types_common/tsconfig.json | 2 +- .../security/plugin_types_public/README.md | 0 .../security/plugin_types_public/index.ts | 0 .../security/plugin_types_public/kibana.jsonc | 0 .../security/plugin_types_public/package.json | 0 .../authentication/authentication_service.ts | 0 .../src/authentication/index.ts | 0 .../authorization/authorization_service.ts | 0 .../src/authorization/index.ts | 0 .../plugin_types_public/src/license/index.ts | 0 .../src/nav_control/index.ts | 0 .../src/nav_control/nav_control_service.ts | 0 .../plugin_types_public/src/plugin.ts | 0 .../src/privileges/index.ts | 0 .../src/privileges/privileges_api_client.ts | 0 .../plugin_types_public/src/roles/index.ts | 0 .../src/roles/roles_api_client.ts | 0 .../src/user_profile/index.ts | 0 .../user_profile/user_profile_api_client.ts | 0 .../plugin_types_public/tsconfig.json | 2 +- .../security/plugin_types_server/README.md | 0 .../security/plugin_types_server/index.ts | 0 .../security/plugin_types_server/kibana.jsonc | 0 .../security/plugin_types_server/package.json | 0 .../src/audit/audit_service.ts | 0 .../plugin_types_server/src/audit/index.ts | 0 .../src/authentication/api_keys/api_keys.ts | 0 .../src/authentication/api_keys/index.ts | 0 .../authentication/authentication_service.ts | 0 .../src/authentication/index.ts | 0 .../src/authorization/actions/actions.ts | 0 .../src/authorization/actions/alerting.ts | 0 .../src/authorization/actions/api.ts | 0 .../src/authorization/actions/app.ts | 0 .../src/authorization/actions/cases.ts | 0 .../src/authorization/actions/index.ts | 0 .../src/authorization/actions/saved_object.ts | 0 .../src/authorization/actions/space.ts | 0 .../src/authorization/actions/ui.ts | 0 .../authorization/authorization_service.ts | 0 .../src/authorization/check_privileges.ts | 0 .../check_privileges_dynamically.ts | 0 .../check_saved_objects_privileges.ts | 0 .../src/authorization/constants.ts | 0 .../src/authorization/deprecations.ts | 0 .../src/authorization/index.ts | 0 .../src/authorization/mode.ts | 0 .../src/authorization/role_schema.ts | 0 .../plugin_types_server/src/plugin.ts | 0 .../src/user_profile/index.ts | 0 .../plugin_types_server/tsconfig.json | 2 +- .../shared}/encrypted_saved_objects/README.md | 4 +- .../encrypted_saved_objects}/jest.config.js | 8 +- .../encrypted_saved_objects/kibana.jsonc | 0 .../server/config.test.ts | 0 .../encrypted_saved_objects/server/config.ts | 0 .../server/create_migration.test.ts | 0 .../server/create_migration.ts | 0 .../server/create_model_version.test.ts | 0 .../server/create_model_version.ts | 0 ...ypted_saved_object_type_definition.test.ts | 0 .../encrypted_saved_object_type_definition.ts | 0 .../encrypted_saved_objects_service.mocks.ts | 0 .../encrypted_saved_objects_service.test.ts | 0 .../crypto/encrypted_saved_objects_service.ts | 0 .../server/crypto/encryption_error.test.ts | 0 .../server/crypto/encryption_error.ts | 0 .../encryption_key_rotation_service.mocks.ts | 0 .../encryption_key_rotation_service.test.ts | 0 .../crypto/encryption_key_rotation_service.ts | 0 .../server/crypto/index.mock.ts | 0 .../server/crypto/index.ts | 0 .../encrypted_saved_objects/server/index.ts | 0 .../encrypted_saved_objects/server/mocks.ts | 0 .../server/plugin.test.ts | 0 .../encrypted_saved_objects/server/plugin.ts | 0 .../server/routes/index.mock.ts | 0 .../server/routes/index.ts | 0 .../server/routes/key_rotation.test.ts | 0 .../server/routes/key_rotation.ts | 0 .../get_descriptor_namespace.test.ts | 0 .../saved_objects/get_descriptor_namespace.ts | 0 .../server/saved_objects/index.test.ts | 0 .../server/saved_objects/index.ts | 0 .../server/saved_objects/map_attributes.ts | 0 ...objects_encryption_extension.test.mocks.ts | 0 ...saved_objects_encryption_extension.test.ts | 0 .../saved_objects_encryption_extension.ts | 0 .../encrypted_saved_objects/tsconfig.json | 2 +- .../plugins/shared}/security/README.md | 0 .../shared}/security/common/constants.ts | 0 .../plugins/shared}/security/common/index.ts | 0 .../security/common/licensing/index.mock.ts | 0 .../security/common/licensing/index.ts | 0 .../common/licensing/license_service.test.ts | 0 .../common/licensing/license_service.ts | 0 .../shared}/security/common/login_state.ts | 0 .../common/model/authenticated_user.mock.ts | 0 .../common/model/authenticated_user.test.ts | 0 .../common/model/authenticated_user.ts | 0 .../model/authentication_provider.test.ts | 0 .../common/model/authentication_provider.ts | 0 .../common/model/builtin_es_privileges.ts | 0 .../shared}/security/common/model/index.ts | 0 .../security/common/model/role.test.ts | 0 .../shared}/security/common/model/role.ts | 0 .../security/common/model/role_mapping.ts | 0 .../security/common/model/user.test.ts | 0 .../shared}/security/common/model/user.ts | 0 .../common/model/user_profile.mock.ts | 0 .../security/common/model/user_profile.ts | 0 .../plugins/shared}/security/common/types.ts | 0 .../plugins/shared/security}/jest.config.js | 8 +- .../plugins/shared}/security/kibana.jsonc | 0 .../account_management_app.test.tsx | 0 .../account_management_app.tsx | 0 .../account_management_page.test.tsx | 0 .../account_management_page.tsx | 0 .../public/account_management/index.ts | 0 .../account_management/user_profile/index.ts | 0 .../user_profile/user_profile.test.tsx | 0 .../user_profile/user_profile.tsx | 0 .../user_profile_api_client.test.ts | 0 .../user_profile/user_profile_api_client.ts | 0 .../account_management/user_profile/utils.ts | 0 .../analytics/analytics_service.test.ts | 0 .../public/analytics/analytics_service.ts | 0 .../security/public/analytics/index.ts | 0 .../analytics/register_user_context.test.ts | 0 .../public/analytics/register_user_context.ts | 0 .../anonymous_access_service.ts | 0 .../security/public/anonymous_access/index.ts | 0 .../access_agreement_page.test.tsx.snap | 0 .../access_agreement_app.test.ts | 0 .../access_agreement/access_agreement_app.ts | 0 .../access_agreement_page.scss | 0 .../access_agreement_page.test.tsx | 0 .../access_agreement_page.tsx | 0 .../authentication/access_agreement/index.ts | 0 .../authentication/authentication_service.ts | 0 .../capture_url/capture_url_app.test.ts | 0 .../capture_url/capture_url_app.ts | 0 .../authentication/capture_url/index.ts | 0 .../authentication_state_page.test.tsx.snap | 0 .../authentication_state_page.scss | 0 .../authentication_state_page.test.tsx | 0 .../authentication_state_page.tsx | 0 .../authentication_state_page/index.tsx | 0 .../public/authentication/components/index.ts | 0 .../public/authentication/index.mock.ts | 0 .../security/public/authentication/index.ts | 0 .../public/authentication/logged_out/index.ts | 0 .../logged_out/logged_out_app.test.ts | 0 .../logged_out/logged_out_app.ts | 0 .../logged_out/logged_out_page.test.tsx | 0 .../logged_out/logged_out_page.tsx | 0 .../__snapshots__/login_page.test.tsx.snap | 0 .../disabled_login_form.test.tsx.snap | 0 .../disabled_login_form.test.tsx | 0 .../disabled_login_form.tsx | 0 .../components/disabled_login_form/index.ts | 0 .../authentication/login/components/index.ts | 0 .../__snapshots__/login_form.test.tsx.snap | 0 .../login/components/login_form/index.ts | 0 .../components/login_form/login_form.scss | 0 .../components/login_form/login_form.test.tsx | 0 .../components/login_form/login_form.tsx | 0 .../login_form/validate_login.test.ts | 0 .../components/login_form/validate_login.ts | 0 .../public/authentication/login/index.ts | 0 .../authentication/login/login_app.test.ts | 0 .../public/authentication/login/login_app.ts | 0 .../authentication/login/login_page.scss | 0 .../authentication/login/login_page.test.tsx | 0 .../authentication/login/login_page.tsx | 0 .../public/authentication/logout/index.ts | 0 .../authentication/logout/logout_app.test.ts | 0 .../authentication/logout/logout_app.ts | 0 .../overwritten_session_page.test.tsx.snap | 0 .../overwritten_session/index.ts | 0 .../overwritten_session_app.test.ts | 0 .../overwritten_session_app.ts | 0 .../overwritten_session_page.test.tsx | 0 .../overwritten_session_page.tsx | 0 .../authorization/authorization_service.ts | 0 .../security/public/authorization/index.ts | 0 .../public/build_delegate_api.test.ts | 0 .../security/public/build_delegate_api.ts | 0 .../public/components/breadcrumb.test.tsx | 0 .../security/public/components/breadcrumb.tsx | 0 .../security/public/components/doc_link.tsx | 0 .../security/public/components/index.ts | 0 .../security_api_clients_provider.ts | 0 .../public/components/use_badge.test.tsx | 0 .../security/public/components/use_badge.ts | 0 .../components/use_capabilities.test.tsx | 0 .../public/components/use_capabilities.ts | 0 .../public/components/use_current_user.ts | 0 .../security/public/components/use_form.ts | 0 .../security/public/components/use_html_id.ts | 0 .../public/components/use_initial_focus.ts | 0 .../plugins/shared}/security/public/config.ts | 0 .../plugins/shared}/security/public/index.ts | 0 .../api_keys/api_keys_api_client.mock.ts | 0 .../api_keys_grid/api_keys_empty_prompt.tsx | 0 .../api_keys_grid/api_keys_grid_page.test.tsx | 0 .../api_keys_grid/api_keys_grid_page.tsx | 0 .../api_keys/api_keys_grid/api_keys_table.tsx | 0 .../api_keys/api_keys_grid/index.ts | 0 .../invalidate_provider/index.ts | 0 .../invalidate_provider.tsx | 0 .../api_keys_grid/not_enabled/index.ts | 0 .../api_keys_grid/not_enabled/not_enabled.tsx | 0 .../api_keys_grid/permission_denied/index.ts | 0 .../permission_denied/permission_denied.tsx | 0 .../api_keys/api_keys_management_app.test.tsx | 0 .../api_keys/api_keys_management_app.tsx | 0 .../public/management/api_keys/index.mock.ts | 0 .../public/management/api_keys/index.ts | 0 .../management/badges/deprecated_badge.tsx | 0 .../management/badges/disabled_badge.tsx | 0 .../management/badges/enabled_badge.tsx | 0 .../public/management/badges/index.ts | 0 .../management/badges/optional_tooltip.tsx | 0 .../management/badges/readonly_badge.tsx | 0 .../management/badges/reserved_badge.tsx | 0 .../security/public/management/index.ts | 0 .../management/management_service.test.ts | 0 .../public/management/management_service.ts | 0 .../public/management/management_urls.ts | 0 .../public/management/role_combo_box/index.ts | 0 .../role_combo_box/role_combo_box.test.tsx | 0 .../role_combo_box/role_combo_box.tsx | 0 .../delete_provider/delete_provider.test.tsx | 0 .../delete_provider/delete_provider.tsx | 0 .../components/delete_provider/index.ts | 0 .../role_mappings/components/index.ts | 0 .../components/no_compatible_realms/index.ts | 0 .../no_compatible_realms.tsx | 0 .../components/permission_denied/index.ts | 0 .../permission_denied/permission_denied.tsx | 0 .../components/section_loading/index.ts | 0 .../section_loading/section_loading.test.tsx | 0 .../section_loading/section_loading.tsx | 0 .../edit_role_mapping_page.test.tsx | 0 .../edit_role_mapping_page.tsx | 0 .../role_mappings/edit_role_mapping/index.ts | 0 .../mapping_info_panel/index.ts | 0 .../mapping_info_panel.test.tsx | 0 .../mapping_info_panel/mapping_info_panel.tsx | 0 .../add_role_template_button.test.tsx | 0 .../add_role_template_button.tsx | 0 .../edit_role_mapping/role_selector/index.tsx | 0 .../role_selector/role_selector.test.tsx | 0 .../role_selector/role_selector.tsx | 0 .../role_template_editor.test.tsx | 0 .../role_selector/role_template_editor.tsx | 0 .../role_template_type_select.tsx | 0 .../add_rule_button.test.tsx | 0 .../rule_editor_panel/add_rule_button.tsx | 0 .../field_rule_editor.test.tsx | 0 .../rule_editor_panel/field_rule_editor.tsx | 0 .../rule_editor_panel/index.tsx | 0 .../json_rule_editor.test.tsx | 0 .../rule_editor_panel/json_rule_editor.tsx | 0 .../rule_editor_panel.test.tsx | 0 .../rule_editor_panel/rule_editor_panel.tsx | 0 .../rule_editor_panel/rule_group_editor.scss | 0 .../rule_group_editor.test.tsx | 0 .../rule_editor_panel/rule_group_editor.tsx | 0 .../rule_editor_panel/rule_group_title.tsx | 0 .../visual_rule_editor.test.tsx | 0 .../rule_editor_panel/visual_rule_editor.tsx | 0 .../services/is_rule_group.ts | 0 .../services/role_mapping_constants.ts | 0 .../services/role_mapping_validation.test.ts | 0 .../services/role_mapping_validation.ts | 0 .../services/role_template_type.test.ts | 0 .../services/role_template_type.ts | 0 .../management/role_mappings/index.mock.ts | 0 .../public/management/role_mappings/index.ts | 0 .../__snapshots__/rule_builder.test.ts.snap | 0 .../role_mappings/model/all_rule.test.ts | 0 .../role_mappings/model/all_rule.ts | 0 .../role_mappings/model/any_rule.test.ts | 0 .../role_mappings/model/any_rule.ts | 0 .../model/except_all_rule.test.ts | 0 .../role_mappings/model/except_all_rule.ts | 0 .../model/except_any_rule.test.ts | 0 .../role_mappings/model/except_any_rule.ts | 0 .../role_mappings/model/field_rule.test.ts | 0 .../role_mappings/model/field_rule.ts | 0 .../management/role_mappings/model/index.ts | 0 .../management/role_mappings/model/rule.ts | 0 .../role_mappings/model/rule_builder.test.ts | 0 .../role_mappings/model/rule_builder.ts | 0 .../role_mappings/model/rule_builder_error.ts | 0 .../role_mappings/model/rule_group.ts | 0 .../role_mappings_api_client.mock.ts | 0 .../role_mappings/role_mappings_api_client.ts | 0 .../create_role_mapping_button.tsx | 0 .../create_role_mapping_button/index.ts | 0 .../empty_prompt/empty_prompt.tsx | 0 .../role_mappings_grid/empty_prompt/index.ts | 0 .../role_mappings/role_mappings_grid/index.ts | 0 .../role_mappings_grid_page.test.tsx | 0 .../role_mappings_grid_page.tsx | 0 .../role_mappings_management_app.test.tsx | 0 .../role_mappings_management_app.tsx | 0 .../management/role_table_display/index.ts | 0 .../role_table_display/role_table_display.tsx | 0 .../__snapshots__/validate_role.test.ts.snap | 0 .../collapsible_panel.test.tsx.snap | 0 .../collapsible_panel/collapsible_panel.scss | 0 .../collapsible_panel.test.tsx | 0 .../collapsible_panel/collapsible_panel.tsx | 0 .../edit_role/collapsible_panel/index.ts | 0 .../edit_role/delete_role_button.test.tsx | 0 .../roles/edit_role/delete_role_button.tsx | 0 .../roles/edit_role/edit_role_page.test.tsx | 0 .../roles/edit_role/edit_role_page.tsx | 0 .../management/roles/edit_role/index.ts | 0 .../cluster_privileges.test.tsx.snap | 0 .../elasticsearch_privileges.test.tsx.snap | 0 .../index_privilege_form.test.tsx.snap | 0 .../index_privileges.test.tsx.snap | 0 .../remote_cluster_privileges.test.tsx.snap | 0 ...mote_cluster_privileges_form.test.tsx.snap | 0 .../remote_clusters_combo_box.test.tsx.snap | 0 .../privileges/es/cluster_privileges.test.tsx | 0 .../privileges/es/cluster_privileges.tsx | 0 .../es/elasticsearch_privileges.test.tsx | 0 .../es/elasticsearch_privileges.tsx | 0 .../es/index_privilege_form.test.tsx | 0 .../privileges/es/index_privilege_form.tsx | 0 .../privileges/es/index_privileges.test.tsx | 0 .../privileges/es/index_privileges.tsx | 0 .../es/remote_cluster_privileges.test.tsx | 0 .../es/remote_cluster_privileges.tsx | 0 .../remote_cluster_privileges_form.test.tsx | 0 .../es/remote_cluster_privileges_form.tsx | 0 .../es/remote_clusters_combo_box.test.tsx | 0 .../es/remote_clusters_combo_box.tsx | 0 .../roles/edit_role/privileges/index.ts | 0 .../kibana_privileges_region.test.tsx.snap | 0 .../kibana/kibana_privileges_region.test.tsx | 0 .../kibana/kibana_privileges_region.tsx | 0 .../privilege_summary/__fixtures__/index.ts | 0 .../kibana/privilege_summary/index.ts | 0 .../privilege_summary.test.tsx | 0 .../privilege_summary/privilege_summary.tsx | 0 .../privilege_summary_calculator.test.ts | 0 .../privilege_summary_calculator.ts | 0 .../privilege_summary_expanded_row.tsx | 0 .../privilege_summary_table.test.tsx | 0 .../privilege_summary_table.tsx | 0 .../space_column_header.test.tsx | 0 .../privilege_summary/space_column_header.tsx | 0 .../simple_privilege_section.test.tsx.snap | 0 .../kibana/simple_privilege_section/index.ts | 0 .../privilege_selector.tsx | 0 .../simple_privilege_section.test.tsx | 0 .../simple_privilege_section.tsx | 0 .../unsupported_space_privileges_warning.tsx | 0 ...pace_aware_privilege_section.test.tsx.snap | 0 .../space_aware_privilege_section/index.ts | 0 .../privilege_display.test.tsx | 0 .../privilege_display.tsx | 0 .../privilege_space_form.test.tsx | 0 .../privilege_space_form.tsx | 0 .../privilege_space_table.scss | 0 .../privilege_space_table.test.tsx | 0 .../privilege_space_table.tsx | 0 .../space_aware_privilege_section.test.tsx | 0 .../space_aware_privilege_section.tsx | 0 .../space_selector.tsx | 0 .../kibana/transform_error_section/index.ts | 0 .../transform_error_section.tsx | 0 .../edit_role/reserved_role_badge.test.tsx | 0 .../roles/edit_role/reserved_role_badge.tsx | 0 .../edit_role/spaces_popover_list/index.ts | 0 .../spaces_popover_list.scss | 0 .../spaces_popover_list.test.tsx | 0 .../spaces_popover_list.tsx | 0 .../roles/edit_role/validate_role.test.ts | 0 .../roles/edit_role/validate_role.ts | 0 .../public/management/roles/index.mock.ts | 0 .../security/public/management/roles/index.ts | 0 .../roles/indices_api_client.mock.ts | 0 .../roles/indices_api_client.test.ts | 0 .../management/roles/indices_api_client.ts | 0 .../roles/privileges_api_client.mock.ts | 0 .../management/roles/privileges_api_client.ts | 0 .../management/roles/roles_api_client.mock.ts | 0 .../management/roles/roles_api_client.test.ts | 0 .../management/roles/roles_api_client.ts | 0 .../roles_grid_page.test.tsx.snap | 0 .../confirm_delete/confirm_delete.tsx | 0 .../roles/roles_grid/confirm_delete/index.ts | 0 .../management/roles/roles_grid/index.ts | 0 .../roles_grid/permission_denied/index.ts | 0 .../permission_denied/permission_denied.tsx | 0 .../roles/roles_grid/roles_grid_page.test.tsx | 0 .../roles/roles_grid/roles_grid_page.tsx | 0 .../roles/roles_management_app.test.tsx | 0 .../management/roles/roles_management_app.tsx | 0 .../management/security_features/index.ts | 0 .../security_features_api_client.mock.ts | 0 .../security_features_api_client.ts | 0 .../public/management/uri_utils.test.ts | 0 .../security/public/management/url_utils.ts | 0 .../change_password_form.test.tsx | 0 .../change_password_form.tsx | 0 .../components/change_password_form/index.ts | 0 .../confirm_delete_users.test.tsx | 0 .../confirm_delete_users.tsx | 0 .../components/confirm_delete_users/index.ts | 0 .../management/users/components/index.ts | 0 .../users/edit_user/change_password_modal.tsx | 0 .../edit_user/change_password_model.test.tsx | 0 .../users/edit_user/confirm_delete_users.tsx | 0 .../users/edit_user/confirm_disable_users.tsx | 0 .../users/edit_user/confirm_enable_users.tsx | 0 .../users/edit_user/create_user_page.test.tsx | 0 .../users/edit_user/create_user_page.tsx | 0 .../users/edit_user/edit_user_page.test.tsx | 0 .../users/edit_user/edit_user_page.tsx | 0 .../management/users/edit_user/index.ts | 0 .../management/users/edit_user/user_form.tsx | 0 .../public/management/users/index.mock.ts | 0 .../security/public/management/users/index.ts | 0 .../management/users/user_api_client.mock.ts | 0 .../management/users/user_api_client.ts | 0 .../management/users/user_utils.test.ts | 0 .../public/management/users/user_utils.ts | 0 .../management/users/users_grid/index.ts | 0 .../users/users_grid/users_grid_page.test.tsx | 0 .../users/users_grid/users_grid_page.tsx | 0 .../users/users_management_app.test.tsx | 0 .../management/users/users_management_app.tsx | 0 .../plugins/shared}/security/public/mocks.ts | 0 .../security/public/nav_control/index.mock.ts | 0 .../security/public/nav_control/index.ts | 0 .../nav_control_component.test.tsx | 0 .../nav_control/nav_control_component.tsx | 0 .../nav_control/nav_control_service.test.ts | 0 .../nav_control/nav_control_service.tsx | 0 .../shared}/security/public/plugin.test.tsx | 0 .../shared}/security/public/plugin.tsx | 0 .../security_checkup/components/index.ts | 0 .../components/insecure_cluster_alert.tsx | 0 .../security/public/security_checkup/index.ts | 0 .../security_checkup_service.test.ts | 0 .../security_checkup_service.tsx | 0 .../shared}/security/public/session/index.ts | 0 .../session/session_expiration_toast.test.tsx | 0 .../session/session_expiration_toast.tsx | 0 .../public/session/session_expired.mock.ts | 0 .../public/session/session_expired.test.ts | 0 .../public/session/session_expired.ts | 0 .../public/session/session_timeout.test.ts | 0 .../public/session/session_timeout.ts | 0 ...thorized_response_http_interceptor.test.ts | 0 .../unauthorized_response_http_interceptor.ts | 0 .../public/suspense_error_boundary/index.ts | 0 .../suspense_error_boundary.tsx | 0 .../change_password/change_password.tsx | 0 .../change_password/change_password_async.tsx | 0 .../public/ui_api/change_password/index.ts | 0 .../security/public/ui_api/components.tsx | 0 .../security/public/ui_api/index.mock.ts | 0 .../shared}/security/public/ui_api/index.ts | 0 .../security/public/ui_api/lazy_wrapper.tsx | 0 .../public/ui_api/personal_info/index.ts | 0 .../ui_api/personal_info/personal_info.tsx | 0 .../personal_info/personal_info_async.tsx | 0 .../__snapshots__/prompt_page.test.tsx.snap | 0 .../analytics/analytics_service.mock.ts | 0 .../analytics/analytics_service.test.ts | 0 .../server/analytics/analytics_service.ts | 0 .../security/server/analytics/index.ts | 0 .../anonymous_access_service.mock.ts | 0 .../anonymous_access_service.test.ts | 0 .../anonymous_access_service.ts | 0 .../security/server/anonymous_access/index.ts | 0 .../server/audit/audit_events.test.ts | 0 .../security/server/audit/audit_events.ts | 0 .../server/audit/audit_service.test.ts | 0 .../security/server/audit/audit_service.ts | 0 .../shared}/security/server/audit/index.ts | 0 .../shared}/security/server/audit/mocks.ts | 0 .../unauthenticated_page.test.tsx.snap | 0 .../api_keys/api_keys.test.mock.ts | 0 .../authentication/api_keys/api_keys.test.ts | 0 .../authentication/api_keys/api_keys.ts | 0 .../api_keys/fake_kibana_request.ts | 0 .../server/authentication/api_keys/index.ts | 0 .../authentication_result.test.ts | 0 .../authentication/authentication_result.ts | 0 .../authentication_service.mock.ts | 0 .../authentication_service.test.mocks.ts | 0 .../authentication_service.test.ts | 0 .../authentication/authentication_service.ts | 0 .../authentication/authenticator.test.ts | 0 .../server/authentication/authenticator.ts | 0 .../can_redirect_request.test.ts | 0 .../authentication/can_redirect_request.ts | 0 .../deauthentication_result.test.ts | 0 .../authentication/deauthentication_result.ts | 0 ...p_authorization_header_credentials.test.ts | 0 ...c_http_authorization_header_credentials.ts | 0 .../http_authorization_header.test.ts | 0 .../http_authorization_header.ts | 0 .../http_authentication/index.ts | 0 .../security/server/authentication/index.ts | 0 .../providers/anonymous.test.ts | 0 .../authentication/providers/anonymous.ts | 0 .../authentication/providers/base.mock.ts | 0 .../server/authentication/providers/base.ts | 0 .../authentication/providers/basic.test.ts | 0 .../server/authentication/providers/basic.ts | 0 .../authentication/providers/http.test.ts | 0 .../server/authentication/providers/http.ts | 0 .../server/authentication/providers/index.ts | 0 .../authentication/providers/kerberos.test.ts | 0 .../authentication/providers/kerberos.ts | 0 .../authentication/providers/oidc.test.ts | 0 .../server/authentication/providers/oidc.ts | 0 .../authentication/providers/pki.test.ts | 0 .../server/authentication/providers/pki.ts | 0 .../authentication/providers/saml.test.ts | 0 .../server/authentication/providers/saml.ts | 0 .../authentication/providers/token.test.ts | 0 .../server/authentication/providers/token.ts | 0 .../server/authentication/tokens.test.ts | 0 .../security/server/authentication/tokens.ts | 0 .../unauthenticated_page.test.tsx | 0 .../authentication/unauthenticated_page.tsx | 0 .../disable_ui_capabilities.test.ts.snap | 0 .../privilege_serializer.test.ts.snap | 0 .../privileges_serializer.test.ts.snap | 0 .../reset_session_page.test.tsx.snap | 0 .../resource_serializer.test.ts.snap | 0 .../validate_es_response.test.ts.snap | 0 .../authorization/api_authorization.test.ts | 0 .../server/authorization/api_authorization.ts | 0 .../authorization/app_authorization.test.ts | 0 .../server/authorization/app_authorization.ts | 0 .../authorization_service.test.ts | 0 .../authorization/authorization_service.tsx | 0 .../authorization/check_privileges.test.ts | 0 .../server/authorization/check_privileges.ts | 0 .../check_privileges_dynamically.test.ts | 0 .../check_privileges_dynamically.ts | 0 .../check_saved_objects_privileges.test.ts | 0 .../check_saved_objects_privileges.ts | 0 .../disable_ui_capabilities.test.ts | 0 .../authorization/disable_ui_capabilities.ts | 0 .../server/authorization/index.mock.ts | 0 .../security/server/authorization/index.ts | 0 .../server/authorization/mode.test.ts | 0 .../security/server/authorization/mode.ts | 0 .../privilege_serializer.test.ts | 0 .../authorization/privilege_serializer.ts | 0 .../privileges_serializer.test.ts | 0 .../authorization/privileges_serializer.ts | 0 .../register_privileges_with_cluster.test.ts | 0 .../register_privileges_with_cluster.ts | 0 .../authorization/reset_session_page.test.tsx | 0 .../authorization/reset_session_page.tsx | 0 .../authorization/resource_serializer.test.ts | 0 .../authorization/resource_serializer.ts | 0 .../roles/elasticsearch_role.test.ts | 0 .../authorization/roles/elasticsearch_role.ts | 0 .../server/authorization/roles/index.ts | 0 .../authorization/service.test.mocks.ts | 0 .../validate_es_response.test.ts | 0 .../authorization/validate_es_response.ts | 0 .../validate_feature_privileges.test.ts | 0 .../validate_feature_privileges.ts | 0 .../validate_reserved_privileges.test.ts | 0 .../validate_reserved_privileges.ts | 0 .../server/build_delegate_apis.test.ts | 0 .../security/server/build_delegate_apis.ts | 0 .../shared}/security/server/config.test.ts | 0 .../plugins/shared}/security/server/config.ts | 0 .../server/config_deprecations.test.ts | 0 .../security/server/config_deprecations.ts | 0 .../security/server/deprecations/index.ts | 0 .../deprecations/kibana_user_role.test.ts | 0 .../server/deprecations/kibana_user_role.ts | 0 .../privilege_deprecations.test.ts | 0 .../deprecations/privilege_deprecations.ts | 0 .../elasticsearch_service.test.ts | 0 .../elasticsearch/elasticsearch_service.ts | 0 .../security/server/elasticsearch/index.ts | 0 .../shared}/security/server/errors.test.ts | 0 .../plugins/shared}/security/server/errors.ts | 0 .../feature_usage_service.test.ts | 0 .../feature_usage/feature_usage_service.ts | 0 .../server/feature_usage/index.mock.ts | 0 .../security/server/feature_usage/index.ts | 0 .../shared}/security/server/features/index.ts | 0 .../server/features/security_features.ts | 0 .../security/server/fips/fips_service.test.ts | 0 .../security/server/fips/fips_service.ts | 0 .../shared}/security/server/fips/index.ts | 0 .../plugins/shared}/security/server/index.ts | 0 .../server/lib/flatten_object.test.ts | 0 .../security/server/lib/flatten_object.ts | 0 .../shared}/security/server/lib/index.ts | 0 .../security/server/lib/role_utils.test.ts | 0 .../shared}/security/server/lib/role_utils.ts | 0 .../plugins/shared}/security/server/mocks.ts | 0 .../shared}/security/server/plugin.test.ts | 0 .../plugins/shared}/security/server/plugin.ts | 0 .../security/server/prompt_page.test.tsx | 0 .../shared}/security/server/prompt_page.tsx | 0 .../analytics/authentication_type.test.ts | 0 .../routes/analytics/authentication_type.ts | 0 .../security/server/routes/analytics/index.ts | 0 .../analytics/record_violations.test.ts | 0 .../routes/analytics/record_violations.ts | 0 .../anonymous_access/get_capabilities.test.ts | 0 .../anonymous_access/get_capabilities.ts | 0 .../routes/anonymous_access/get_state.test.ts | 0 .../routes/anonymous_access/get_state.ts | 0 .../server/routes/anonymous_access/index.ts | 0 .../server/routes/api_keys/create.test.ts | 0 .../security/server/routes/api_keys/create.ts | 0 .../server/routes/api_keys/enabled.test.ts | 0 .../server/routes/api_keys/enabled.ts | 0 .../server/routes/api_keys/has_active.test.ts | 0 .../server/routes/api_keys/has_active.ts | 0 .../security/server/routes/api_keys/index.ts | 0 .../server/routes/api_keys/invalidate.test.ts | 0 .../server/routes/api_keys/invalidate.ts | 0 .../server/routes/api_keys/query.test.ts | 0 .../security/server/routes/api_keys/query.ts | 0 .../server/routes/api_keys/update.test.ts | 0 .../security/server/routes/api_keys/update.ts | 0 .../routes/authentication/common.test.ts | 0 .../server/routes/authentication/common.ts | 0 .../routes/authentication/index.test.ts | 0 .../server/routes/authentication/index.ts | 0 .../server/routes/authentication/oidc.ts | 0 .../server/routes/authentication/saml.test.ts | 0 .../server/routes/authentication/saml.ts | 0 .../server/routes/authorization/index.ts | 0 .../authorization/privileges/get.test.ts | 0 .../routes/authorization/privileges/get.ts | 0 .../authorization/privileges/get_builtin.ts | 0 .../routes/authorization/privileges/index.ts | 0 .../authorization/reset_session_page.ts | 0 .../routes/authorization/roles/delete.test.ts | 0 .../routes/authorization/roles/delete.ts | 0 .../routes/authorization/roles/get.test.ts | 0 .../server/routes/authorization/roles/get.ts | 0 .../authorization/roles/get_all.test.ts | 0 .../routes/authorization/roles/get_all.ts | 0 .../roles/get_all_by_space.test.ts | 0 .../authorization/roles/get_all_by_space.ts | 0 .../routes/authorization/roles/index.ts | 0 .../routes/authorization/roles/lib/index.ts | 0 .../roles/lib/role_privileges.ts | 0 .../bulk_create_or_update_payload.test.ts | 0 .../model/bulk_create_or_update_payload.ts | 0 .../routes/authorization/roles/model/index.ts | 0 .../roles/model/put_payload.test.ts | 0 .../authorization/roles/model/put_payload.ts | 0 .../routes/authorization/roles/post.test.ts | 0 .../server/routes/authorization/roles/post.ts | 0 .../routes/authorization/roles/put.test.ts | 0 .../server/routes/authorization/roles/put.ts | 0 .../routes/authorization/spaces/index.ts | 0 .../share_saved_object_permissions.test.ts | 0 .../spaces/share_saved_object_permissions.ts | 0 .../server/routes/deprecations/index.ts | 0 .../deprecations/kibana_user_role.test.ts | 0 .../routes/deprecations/kibana_user_role.ts | 0 .../feature_check/feature_check.test.ts | 0 .../routes/feature_check/feature_check.ts | 0 .../server/routes/feature_check/index.ts | 0 .../security/server/routes/index.mock.ts | 0 .../shared}/security/server/routes/index.ts | 0 .../server/routes/indices/get_fields.test.ts | 0 .../server/routes/indices/get_fields.ts | 0 .../security/server/routes/indices/index.ts | 0 .../server/routes/licensed_route_handler.ts | 0 .../server/routes/role_mapping/delete.test.ts | 0 .../server/routes/role_mapping/delete.ts | 0 .../server/routes/role_mapping/get.test.ts | 0 .../server/routes/role_mapping/get.ts | 0 .../server/routes/role_mapping/index.ts | 0 .../server/routes/role_mapping/post.test.ts | 0 .../server/routes/role_mapping/post.ts | 0 .../security_checkup/get_state.test.mock.ts | 0 .../routes/security_checkup/get_state.test.ts | 0 .../routes/security_checkup/get_state.ts | 0 .../server/routes/security_checkup/index.ts | 0 .../routes/session_management/extend.test.ts | 0 .../routes/session_management/extend.ts | 0 .../server/routes/session_management/index.ts | 0 .../routes/session_management/info.test.ts | 0 .../server/routes/session_management/info.ts | 0 .../session_management/invalidate.test.ts | 0 .../routes/session_management/invalidate.ts | 0 .../shared}/security/server/routes/tags.ts | 0 .../routes/user_profile/bulk_get.test.ts | 0 .../server/routes/user_profile/bulk_get.ts | 0 .../routes/user_profile/get_current.test.ts | 0 .../server/routes/user_profile/get_current.ts | 0 .../server/routes/user_profile/index.ts | 0 .../server/routes/user_profile/update.test.ts | 0 .../server/routes/user_profile/update.ts | 0 .../routes/users/change_password.test.ts | 0 .../server/routes/users/change_password.ts | 0 .../server/routes/users/create_or_update.ts | 0 .../security/server/routes/users/delete.ts | 0 .../security/server/routes/users/disable.ts | 0 .../security/server/routes/users/enable.ts | 0 .../security/server/routes/users/get.ts | 0 .../security/server/routes/users/get_all.ts | 0 .../security/server/routes/users/index.ts | 0 .../routes/views/access_agreement.test.ts | 0 .../server/routes/views/access_agreement.ts | 0 .../server/routes/views/account_management.ts | 0 .../server/routes/views/capture_url.test.ts | 0 .../server/routes/views/capture_url.ts | 0 .../server/routes/views/index.test.ts | 0 .../security/server/routes/views/index.ts | 0 .../server/routes/views/logged_out.test.ts | 0 .../server/routes/views/logged_out.ts | 0 .../server/routes/views/login.test.ts | 0 .../security/server/routes/views/login.ts | 0 .../security/server/routes/views/logout.ts | 0 .../routes/views/overwritten_session.ts | 0 .../saved_objects/authorization_utils.test.ts | 0 .../saved_objects/authorization_utils.ts | 0 .../saved_objects/ensure_authorized.test.ts | 0 .../server/saved_objects/ensure_authorized.ts | 0 .../security/server/saved_objects/index.ts | 0 .../saved_objects_security_extension.test.ts | 0 .../saved_objects_security_extension.ts | 0 .../check_cluster_data.test.ts | 0 .../security_checkup/check_cluster_data.ts | 0 .../security/server/security_checkup/index.ts | 0 .../server/session_management/index.mock.ts | 0 .../server/session_management/index.ts | 0 .../server/session_management/session.mock.ts | 0 .../server/session_management/session.test.ts | 0 .../server/session_management/session.ts | 0 .../session_management/session_cookie.mock.ts | 0 .../session_management/session_cookie.test.ts | 0 .../session_management/session_cookie.ts | 0 .../session_errors/index.ts | 0 .../session_concurrency_limit_error.ts | 0 .../session_errors/session_error.ts | 0 .../session_errors/session_expired_error.ts | 0 .../session_errors/session_missing_error.ts | 0 .../session_unexpected_error.ts | 0 .../session_management/session_index.mock.ts | 0 .../session_management/session_index.test.ts | 0 .../session_management/session_index.ts | 0 .../session_management_service.test.ts | 0 .../session_management_service.ts | 0 .../shared}/security/server/spaces/index.ts | 0 .../secure_spaces_client_wrapper.test.ts | 0 .../spaces/secure_spaces_client_wrapper.ts | 0 .../server/spaces/setup_spaces_client.test.ts | 0 .../server/spaces/setup_spaces_client.ts | 0 .../plugins/shared}/security/server/types.ts | 0 .../security/server/usage_collector/index.ts | 0 .../security_usage_collector.test.ts | 0 .../security_usage_collector.ts | 0 .../security/server/user_profile/index.ts | 0 .../server/user_profile/user_profile_grant.ts | 0 .../user_profile/user_profile_service.mock.ts | 0 .../user_profile/user_profile_service.test.ts | 0 .../user_profile/user_profile_service.ts | 0 .../plugins/shared}/security/tsconfig.json | 2 +- .../plugins/shared}/spaces/README.md | 0 .../shared}/spaces/common/constants.ts | 0 .../plugins/shared}/spaces/common/index.ts | 0 .../spaces/common/is_reserved_space.test.ts | 0 .../spaces/common/is_reserved_space.ts | 0 .../shared}/spaces/common/lib/dataurl.ts | 0 .../common/lib/spaces_url_parser.test.ts | 0 .../spaces/common/lib/spaces_url_parser.ts | 0 .../spaces/common/licensing/index.mock.ts | 0 .../shared}/spaces/common/licensing/index.ts | 0 .../common/licensing/license_service.test.ts | 0 .../common/licensing/license_service.ts | 0 .../shared}/spaces/common/types/index.ts | 0 .../shared}/spaces/common/types/latest.ts | 0 .../shared}/spaces/common/types/space/v1.ts | 0 .../plugins/shared/spaces}/jest.config.js | 10 +- .../plugins/shared}/spaces/kibana.jsonc | 0 .../spaces/public/analytics/event_tracker.ts | 0 .../shared}/spaces/public/analytics/index.ts | 0 .../analytics/register_analytics_context.ts | 0 .../public/analytics/register_event_types.ts | 0 .../plugins/shared}/spaces/public/config.ts | 0 .../shared}/spaces/public/constants.ts | 0 .../components/copy_mode_control.test.tsx | 0 .../components/copy_mode_control.tsx | 0 .../components/copy_status_indicator.tsx | 0 .../copy_status_summary_indicator.scss | 0 .../copy_status_summary_indicator.tsx | 0 .../components/copy_to_space_flyout.tsx | 0 .../copy_to_space_flyout_footer.tsx | 0 .../copy_to_space_flyout_internal.test.tsx | 0 .../copy_to_space_flyout_internal.tsx | 0 .../components/copy_to_space_form.tsx | 0 .../components/index.ts | 0 .../components/processing_copy_to_space.tsx | 0 .../components/resolve_all_conflicts.scss | 0 .../components/resolve_all_conflicts.test.tsx | 0 .../components/resolve_all_conflicts.tsx | 0 .../components/selectable_spaces_control.scss | 0 .../components/selectable_spaces_control.tsx | 0 .../components/space_result.scss | 0 .../components/space_result.tsx | 0 .../components/space_result_details.scss | 0 .../components/space_result_details.tsx | 0 .../copy_saved_objects_to_space/index.ts | 0 .../copy_saved_objects_to_space/lib/index.ts | 0 .../lib/process_import_response.ts | 0 .../lib/summarize_copy_result.test.ts | 0 .../lib/summarize_copy_result.ts | 0 .../copy_saved_objects_to_space/types.ts | 0 .../public/create_feature_catalogue_entry.ts | 0 .../plugins/shared}/spaces/public/index.ts | 0 .../embeddable_legacy_url_conflict.tsx | 0 ...mbeddable_legacy_url_conflict_internal.tsx | 0 .../public/legacy_urls/components/index.ts | 0 .../components/legacy_url_conflict.tsx | 0 .../legacy_url_conflict_internal.test.tsx | 0 .../legacy_url_conflict_internal.tsx | 0 .../spaces/public/legacy_urls/index.ts | 0 .../legacy_urls/redirect_legacy_url.test.ts | 0 .../public/legacy_urls/redirect_legacy_url.ts | 0 .../spaces/public/legacy_urls/types.ts | 0 .../delete_spaces_button.test.tsx.snap | 0 ...irm_alter_active_space_modal.test.tsx.snap | 0 .../confirm_alter_active_space_modal.test.tsx | 0 .../confirm_alter_active_space_modal.tsx | 0 .../confirm_alter_active_space_modal/index.ts | 0 .../confirm_delete_modal.test.tsx | 0 .../confirm_delete_modal.tsx | 0 .../components/confirm_delete_modal/index.ts | 0 .../customize_space_avatar.test.tsx.snap | 0 .../customize_avatar/customize_avatar.tsx | 0 .../customize_space_avatar.test.tsx | 0 .../customize_space_avatar.tsx | 0 .../components/customize_avatar/index.ts | 0 .../customize_space.test.tsx.snap | 0 .../customize_space/customize_space.test.tsx | 0 .../customize_space/customize_space.tsx | 0 .../components/customize_space/index.ts | 0 .../components/delete_spaces_button.test.tsx | 0 .../components/delete_spaces_button.tsx | 0 .../enabled_features.test.tsx.snap | 0 .../enabled_features.test.tsx | 0 .../enabled_features/enabled_features.tsx | 0 .../enabled_features/feature_table.tsx | 0 .../components/enabled_features/index.ts | 0 .../enabled_features/toggle_all_features.scss | 0 .../enabled_features/toggle_all_features.tsx | 0 .../public/management/components/index.ts | 0 .../__snapshots__/section_panel.test.tsx.snap | 0 .../components/section_panel/index.ts | 0 .../section_panel/section_panel.scss | 0 .../section_panel/section_panel.test.tsx | 0 .../section_panel/section_panel.tsx | 0 .../components/solution_view/index.ts | 0 .../solution_view/solution_view.tsx | 0 .../unauthorized_prompt.test.tsx.snap | 0 .../components/unauthorized_prompt/index.ts | 0 .../unauthorized_prompt.test.tsx | 0 .../unauthorized_prompt.tsx | 0 .../create_space/create_space_page.test.tsx | 0 .../create_space/create_space_page.tsx | 0 .../public/management/create_space/index.ts | 0 .../public/management/edit_space/constants.ts | 0 .../management/edit_space/edit_space.tsx | 0 .../edit_space_content_tab.test.tsx | 0 .../edit_space/edit_space_content_tab.tsx | 0 .../edit_space_general_tab.test.tsx | 0 .../edit_space/edit_space_general_tab.tsx | 0 .../management/edit_space/edit_space_page.tsx | 0 .../edit_space/edit_space_roles_tab.test.tsx | 0 .../edit_space/edit_space_roles_tab.tsx | 0 .../edit_space/edit_space_tabs.test.ts | 0 .../management/edit_space/edit_space_tabs.tsx | 0 .../public/management/edit_space/footer.tsx | 0 .../management/edit_space/handle_api_error.ts | 0 .../management/edit_space/hooks/use_tabs.ts | 0 .../public/management/edit_space/index.ts | 0 .../provider/edit_space_provider.test.tsx | 0 .../provider/edit_space_provider.tsx | 0 .../management/edit_space/provider/index.ts | 0 .../edit_space/provider/reducers/index.ts | 0 .../edit_space/reserved_space_badge.test.tsx | 0 .../edit_space/reserved_space_badge.tsx | 0 .../space_assign_role_privilege_form.test.tsx | 0 .../space_assign_role_privilege_form.tsx | 0 .../space_assigned_roles_table.test.tsx | 0 .../component/space_assigned_roles_table.tsx | 0 .../shared}/spaces/public/management/index.ts | 0 .../management/lib/feature_utils.test.ts | 0 .../public/management/lib/feature_utils.ts | 0 .../spaces/public/management/lib/index.ts | 0 .../public/management/lib/sort_roles.test.ts | 0 .../public/management/lib/sort_roles.ts | 0 .../lib/space_identifier_utils.test.ts | 0 .../management/lib/space_identifier_utils.ts | 0 .../management/lib/validate_space.test.ts | 0 .../public/management/lib/validate_space.ts | 0 .../management/management_service.test.ts | 0 .../public/management/management_service.tsx | 0 .../management/privilege_api_client.mock.ts | 0 .../management/roles_api_client.mock.ts | 0 .../management/security_license.mock.ts | 0 .../public/management/spaces_grid/index.ts | 0 .../spaces_grid/spaces_grid_page.test.tsx | 0 .../spaces_grid/spaces_grid_page.tsx | 0 .../management/spaces_management_app.test.tsx | 0 .../management/spaces_management_app.tsx | 0 .../shared}/spaces/public/management/types.ts | 0 .../plugins/shared}/spaces/public/mocks.ts | 0 .../nav_control_popover.test.tsx.snap | 0 .../manage_spaces_button.test.tsx.snap | 0 .../components/manage_spaces_button.test.tsx | 0 .../components/manage_spaces_button.tsx | 0 .../components/spaces_description.scss | 0 .../components/spaces_description.tsx | 0 .../nav_control/components/spaces_menu.scss | 0 .../nav_control/components/spaces_menu.tsx | 0 .../spaces/public/nav_control/index.ts | 0 .../spaces/public/nav_control/nav_control.tsx | 0 .../nav_control/nav_control_popover.test.tsx | 0 .../nav_control/nav_control_popover.tsx | 0 .../nav_control/solution_view_tour/index.ts | 0 .../nav_control/solution_view_tour/lib.ts | 0 .../solution_view_tour/solution_view_tour.tsx | 0 .../spaces/public/nav_control/types.tsx | 0 .../shared}/spaces/public/plugin.test.ts | 0 .../plugins/shared}/spaces/public/plugin.tsx | 0 .../components/alias_table.tsx | 0 .../components/index.ts | 0 .../components/no_spaces_available.tsx | 0 .../components/relatives_footer.tsx | 0 .../components/selectable_spaces_control.scss | 0 .../components/selectable_spaces_control.tsx | 0 .../components/share_mode_control.tsx | 0 .../components/share_to_space_flyout.tsx | 0 .../share_to_space_flyout_internal.scss | 0 .../share_to_space_flyout_internal.test.tsx | 0 .../share_to_space_flyout_internal.tsx | 0 .../components/share_to_space_form.tsx | 0 .../components/types.ts | 0 .../share_saved_objects_to_space/index.ts | 0 .../share_saved_objects_to_space/types.ts | 0 .../spaces/public/space_avatar/index.ts | 0 .../space_avatar/space_attributes.test.ts | 0 .../public/space_avatar/space_attributes.ts | 0 .../public/space_avatar/space_avatar.tsx | 0 .../space_avatar_internal.test.tsx | 0 .../space_avatar/space_avatar_internal.tsx | 0 .../spaces/public/space_avatar/types.ts | 0 .../shared}/spaces/public/space_list/index.ts | 0 .../spaces/public/space_list/space_list.tsx | 0 .../space_list/space_list_internal.test.tsx | 0 .../public/space_list/space_list_internal.tsx | 0 .../shared}/spaces/public/space_list/types.ts | 0 .../space_selector.test.tsx.snap | 0 .../public/space_selector/components/index.ts | 0 .../space_selector/components/space_card.scss | 0 .../components/space_card.test.tsx | 0 .../space_selector/components/space_card.tsx | 0 .../components/space_cards.scss | 0 .../components/space_cards.test.tsx | 0 .../space_selector/components/space_cards.tsx | 0 .../spaces/public/space_selector/index.tsx | 0 .../public/space_selector/space_selector.scss | 0 .../space_selector/space_selector.test.tsx | 0 .../public/space_selector/space_selector.tsx | 0 .../space_selector/space_selector_app.tsx | 0 .../__snapshots__/badge.test.tsx.snap | 0 .../space_solution_badge/badge.test.tsx | 0 .../public/space_solution_badge/badge.tsx | 0 .../public/space_solution_badge/index.ts | 0 .../spaces/public/spaces_context/context.tsx | 0 .../spaces/public/spaces_context/index.ts | 0 .../spaces/public/spaces_context/types.ts | 0 .../spaces/public/spaces_context/wrapper.tsx | 0 .../spaces_context/wrapper_internal.tsx | 0 .../spaces/public/spaces_manager/index.ts | 0 .../spaces/public/spaces_manager/mocks.ts | 0 .../spaces_manager/spaces_manager.mock.ts | 0 .../spaces_manager/spaces_manager.test.ts | 0 .../public/spaces_manager/spaces_manager.ts | 0 .../public/suspense_error_boundary/index.ts | 0 .../suspense_error_boundary.tsx | 0 .../plugins/shared}/spaces/public/types.ts | 0 .../spaces/public/ui_api/components.tsx | 0 .../shared}/spaces/public/ui_api/index.ts | 0 .../spaces/public/ui_api/lazy_wrapper.tsx | 0 .../shared}/spaces/public/ui_api/types.ts | 0 .../capabilities_provider.test.ts | 0 .../capabilities/capabilities_provider.ts | 0 .../capabilities_switcher.test.ts | 0 .../capabilities/capabilities_switcher.ts | 0 .../spaces/server/capabilities/index.ts | 0 .../shared}/spaces/server/config.test.ts | 0 .../plugins/shared}/spaces/server/config.ts | 0 .../create_default_space.test.ts | 0 .../default_space/create_default_space.ts | 0 .../default_space_service.test.ts | 0 .../default_space/default_space_service.ts | 0 .../spaces/server/default_space/index.ts | 0 .../plugins/shared}/spaces/server/index.ts | 0 .../spaces/server/lib/__fixtures__/index.ts | 0 .../server/lib/__fixtures__/spaces_config.ts | 0 .../lib/copy_to_spaces/copy_to_spaces.test.ts | 0 .../lib/copy_to_spaces/copy_to_spaces.ts | 0 .../spaces/server/lib/copy_to_spaces/index.ts | 0 .../lib/create_empty_failure_response.ts | 0 .../lib/get_ineligible_types.ts | 0 .../lib/read_stream_to_completion.ts | 0 .../lib/readable_stream_from_array.ts | 0 .../lib/saved_objects_client_opts.ts | 0 .../resolve_copy_conflicts.test.ts | 0 .../copy_to_spaces/resolve_copy_conflicts.ts | 0 .../spaces/server/lib/copy_to_spaces/types.ts | 0 .../shared}/spaces/server/lib/errors.ts | 0 .../server/lib/get_space_selector_url.test.ts | 0 .../server/lib/get_space_selector_url.ts | 0 .../server/lib/request_interceptors/index.ts | 0 .../on_post_auth_interceptor.test.ts | 0 .../on_post_auth_interceptor.ts | 0 .../on_request_interceptor.test.ts | 0 .../on_request_interceptor.ts | 0 .../spaces/server/lib/space_schema.test.ts | 0 .../shared}/spaces/server/lib/space_schema.ts | 0 .../spaces_tutorial_context_factory.test.ts | 0 .../lib/spaces_tutorial_context_factory.ts | 0 .../server/lib/utils/__mocks__/index.ts | 0 .../spaces/server/lib/utils/namespace.test.ts | 0 .../spaces/server/lib/utils/namespace.ts | 0 .../space_solution_disabled_features.test.ts | 0 .../utils/space_solution_disabled_features.ts | 0 .../spaces/server/lib/utils/url.test.ts | 0 .../shared}/spaces/server/lib/utils/url.ts | 0 .../plugins/shared}/spaces/server/mocks.ts | 0 .../shared}/spaces/server/plugin.test.ts | 0 .../plugins/shared}/spaces/server/plugin.ts | 0 .../create_copy_to_space_mocks.ts | 0 .../__fixtures__/create_mock_so_repository.ts | 0 .../__fixtures__/create_mock_so_service.ts | 0 .../routes/api/__fixtures__/create_spaces.ts | 0 .../server/routes/api/__fixtures__/index.ts | 0 .../routes/api/__fixtures__/route_contexts.ts | 0 .../routes/api/external/copy_to_space.test.ts | 0 .../routes/api/external/copy_to_space.ts | 0 .../server/routes/api/external/delete.test.ts | 0 .../server/routes/api/external/delete.ts | 0 .../disable_legacy_url_aliases.test.ts | 0 .../external/disable_legacy_url_aliases.ts | 0 .../server/routes/api/external/get.test.ts | 0 .../spaces/server/routes/api/external/get.ts | 0 .../routes/api/external/get_all.test.ts | 0 .../server/routes/api/external/get_all.ts | 0 .../external/get_shareable_references.test.ts | 0 .../api/external/get_shareable_references.ts | 0 .../server/routes/api/external/index.ts | 0 .../server/routes/api/external/post.test.ts | 0 .../spaces/server/routes/api/external/post.ts | 0 .../server/routes/api/external/put.test.ts | 0 .../spaces/server/routes/api/external/put.ts | 0 .../external/update_objects_spaces.test.ts | 0 .../api/external/update_objects_spaces.ts | 0 .../api/internal/get_active_space.test.ts | 0 .../routes/api/internal/get_active_space.ts | 0 .../api/internal/get_content_summary.test.ts | 0 .../api/internal/get_content_summary.ts | 0 .../server/routes/api/internal/index.ts | 0 .../api/internal/set_solution_space.test.ts | 0 .../routes/api/internal/set_solution_space.ts | 0 .../lib/convert_saved_object_to_space.test.ts | 0 .../lib/convert_saved_object_to_space.ts | 0 .../shared}/spaces/server/routes/lib/index.ts | 0 .../routes/lib/licensed_route_handler.ts | 0 .../routes/lib/parse_cloud_solution.test.ts | 0 .../server/routes/lib/parse_cloud_solution.ts | 0 .../spaces/server/routes/views/index.test.ts | 0 .../spaces/server/routes/views/index.ts | 0 .../spaces/server/saved_objects/index.ts | 0 .../spaces/server/saved_objects/mappings.ts | 0 .../server/saved_objects/migrations/index.ts | 0 .../migrations/space_migrations.test.ts | 0 .../migrations/space_migrations.ts | 0 .../migrations/usage_stats_migrations.test.ts | 0 .../migrations/usage_stats_migrations.ts | 0 .../saved_objects_service.test.ts | 0 .../saved_objects/saved_objects_service.ts | 0 ...ved_objects_spaces_extension.test.mocks.ts | 0 .../saved_objects_spaces_extension.test.ts | 0 .../saved_objects_spaces_extension.ts | 0 .../server/saved_objects/schemas.test.ts | 0 .../spaces/server/saved_objects/schemas.ts | 0 .../spaces/server/spaces_client/index.ts | 0 .../spaces_client/spaces_client.mock.ts | 0 .../spaces_client/spaces_client.test.ts | 0 .../server/spaces_client/spaces_client.ts | 0 .../spaces_client_service.mock.ts | 0 .../spaces_client_service.test.ts | 0 .../spaces_client/spaces_client_service.ts | 0 .../spaces/server/spaces_service/index.ts | 0 .../spaces_service/spaces_service.mock.ts | 0 .../spaces_service/spaces_service.test.ts | 0 .../server/spaces_service/spaces_service.ts | 0 .../plugins/shared}/spaces/server/types.ts | 0 .../shared}/spaces/server/ui_settings.ts | 0 .../spaces/server/usage_collection/index.ts | 0 .../spaces_usage_collector.test.ts | 0 .../spaces_usage_collector.ts | 0 .../spaces/server/usage_stats/constants.ts | 0 .../spaces/server/usage_stats/index.ts | 0 .../spaces/server/usage_stats/types.ts | 0 .../usage_stats/usage_stats_client.mock.ts | 0 .../usage_stats/usage_stats_client.test.ts | 0 .../server/usage_stats/usage_stats_client.ts | 0 .../usage_stats/usage_stats_service.mock.ts | 0 .../usage_stats/usage_stats_service.test.ts | 0 .../server/usage_stats/usage_stats_service.ts | 0 .../plugins/shared}/spaces/tsconfig.json | 2 +- .../cases/server/authorization/index.ts | 2 +- .../cases/server/authorization/types.ts | 2 +- .../cases/server/connectors/cases/utils.ts | 2 +- .../plugins/cases/server/routes/api/utils.ts | 2 +- .../fleet/common/http_authorization_header.ts | 2 +- .../server/lib/get_is_kibana_request.ts | 2 +- .../lib/timeline/routes/notes/get_notes.ts | 2 +- .../schema/xpack_platform.json | 391 ++++++++- .../schema/xpack_plugins.json | 388 --------- yarn.lock | 36 +- 1523 files changed, 2490 insertions(+), 2489 deletions(-) delete mode 100644 packages/kbn-handlebars/jest.config.js rename {packages => src/platform/packages/private}/kbn-handlebars/LICENSE (100%) rename {packages => src/platform/packages/private}/kbn-handlebars/README.md (90%) rename {packages => src/platform/packages/private}/kbn-handlebars/__snapshots__/index.test.ts.snap (100%) rename {packages => src/platform/packages/private}/kbn-handlebars/index.test.ts (99%) rename {packages => src/platform/packages/private}/kbn-handlebars/index.ts (92%) create mode 100644 src/platform/packages/private/kbn-handlebars/jest.config.js rename {packages => src/platform/packages/private}/kbn-handlebars/kibana.jsonc (100%) rename {packages => src/platform/packages/private}/kbn-handlebars/package.json (100%) rename {packages => src/platform/packages/private}/kbn-handlebars/scripts/check_for_upstream_updates.sh (100%) rename {packages => src/platform/packages/private}/kbn-handlebars/scripts/print_ast.js (95%) rename {packages => src/platform/packages/private}/kbn-handlebars/scripts/update_upstream_git_hash.sh (100%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/__jest__/test_bench.ts (98%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/handlebars.ts (95%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/.upstream_git_hash (100%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.basic.test.ts (99%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.blocks.test.ts (99%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.builtins.test.ts (99%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.compiler.test.ts (97%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.data.test.ts (99%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.helpers.test.ts (99%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.partials.test.ts (99%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.regressions.test.ts (98%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.security.test.ts (98%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.strict.test.ts (98%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.subexpressions.test.ts (98%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.utils.test.ts (91%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/spec/index.whitespace_control.test.ts (98%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/symbols.ts (71%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/types.ts (99%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/utils.ts (96%) rename {packages => src/platform/packages/private}/kbn-handlebars/src/visitor.ts (99%) rename {packages => src/platform/packages/private}/kbn-handlebars/tsconfig.json (78%) rename {packages => src/platform/packages/shared}/kbn-crypto/README.md (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/index.ts (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/jest.config.js (84%) rename {packages => src/platform/packages/shared}/kbn-crypto/kibana.jsonc (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/package.json (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/__fixtures__/README.md (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/__fixtures__/index.ts (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/__fixtures__/no_ca.p12 (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/__fixtures__/no_cert.p12 (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/__fixtures__/no_key.p12 (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/__fixtures__/two_cas.p12 (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/__fixtures__/two_keys.p12 (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/pkcs12.test.ts (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/pkcs12.ts (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/sha256.test.ts (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/src/sha256.ts (100%) rename {packages => src/platform/packages/shared}/kbn-crypto/tsconfig.json (81%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/.gitignore (100%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/.npmignore (100%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/BUILD.bazel (100%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/LICENSE (100%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/README.md (100%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/fp/assoc.d.ts (76%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/fp/assoc.js (73%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/fp/assocPath.d.ts (77%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/fp/assocPath.js (73%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/fp/index.d.ts (99%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/fp/index.js (78%) rename {packages/kbn-safer-lodash-set => src/platform/packages/shared/kbn-safer-lodash-set/fp}/set.d.ts (76%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/fp/set.js (81%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/fp/setWith.d.ts (76%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/fp/setWith.js (81%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/index.d.ts (96%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/index.js (76%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/kibana.jsonc (100%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/lodash/_baseSet.js (95%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/lodash/set.js (93%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/lodash/setWith.js (93%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/package.json (63%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/scripts/_get_lodash.sh (100%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/scripts/license-header.txt (70%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/scripts/patches/_baseSet.js.patch (100%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/scripts/save_state.sh (100%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/scripts/update.sh (100%) rename {packages/kbn-safer-lodash-set/fp => src/platform/packages/shared/kbn-safer-lodash-set}/set.d.ts (76%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/set.js (73%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/setWith.d.ts (76%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/setWith.js (74%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/test/fp.ts (97%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/test/fp_assoc.ts (91%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/test/fp_assocPath.ts (91%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/test/fp_patch_test.js (99%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/test/fp_set.ts (91%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/test/fp_setWith.ts (95%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/test/index.ts (91%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/test/patch_test.js (98%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/test/set.ts (81%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/test/setWith.ts (89%) rename {packages => src/platform/packages/shared}/kbn-safer-lodash-set/tsconfig.json (72%) rename {packages => src/platform/packages/shared}/kbn-security-hardening/README.md (100%) rename {packages => src/platform/packages/shared}/kbn-security-hardening/console.ts (100%) rename {packages => src/platform/packages/shared}/kbn-security-hardening/index.ts (100%) rename {packages => src/platform/packages/shared}/kbn-security-hardening/kibana.jsonc (100%) rename {packages => src/platform/packages/shared}/kbn-security-hardening/package.json (100%) rename {packages => src/platform/packages/shared}/kbn-security-hardening/tsconfig.json (79%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/index.ts (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/jest.config.js (82%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/kibana.jsonc (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/package.json (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/hooks/index.ts (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/hooks/use_update_user_profile.test.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/hooks/use_update_user_profile.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/services.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/types.ts (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_avatar.test.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_avatar.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_avatar_tip.test.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_avatar_tip.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_profile.ts (98%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_profiles_popover.test.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_profiles_popover.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_profiles_selectable.test.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_profiles_selectable.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_tooltip.test.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/src/user_tooltip.tsx (100%) rename {packages => src/platform/packages/shared}/kbn-user-profile-components/tsconfig.json (90%) rename src/{plugins => platform/plugins/private}/interactive_setup/README.md (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/common/constants.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/common/elasticsearch_connection_status.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/common/index.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/common/types.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/jest.config.js (72%) rename src/{plugins => platform/plugins/private}/interactive_setup/kibana.jsonc (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/app.scss (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/app.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/cluster_address_form.test.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/cluster_address_form.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/cluster_configuration_form.test.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/cluster_configuration_form.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/doc_link.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/enrollment_token_form.test.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/enrollment_token_form.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/get_command_line_snippet.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/get_command_line_snippet.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/index.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/plugin.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/progress_indicator.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/single_chars_field.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/submit_error_callout.test.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/submit_error_callout.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/text_truncate.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/use_form.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/use_html_id.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/use_kibana.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/use_verification.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/use_visibility.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/verification_code_form.test.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/public/verification_code_form.tsx (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/compatibility_error.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/config.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/config.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/elasticsearch_service.mock.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/elasticsearch_service.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/elasticsearch_service.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/errors.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/errors.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/index.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/kibana_config_writer.mock.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/kibana_config_writer.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/kibana_config_writer.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/mocks.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/plugin.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/configure.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/configure.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/enroll.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/enroll.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/index.mock.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/index.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/ping.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/ping.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/status.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/status.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/verify.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/routes/verify.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/verification_code.mock.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/verification_code.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/verification_code.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/verification_service.test.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/server/verification_service.ts (100%) rename src/{plugins => platform/plugins/private}/interactive_setup/tsconfig.json (92%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/README.md (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/jest.config.js (50%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/kibana.jsonc (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/package.json (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/__fixtures__/licensing.mock.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/__snapshots__/alerting.test.ts.snap (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/__snapshots__/api.test.ts.snap (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/__snapshots__/app.test.ts.snap (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/__snapshots__/cases.test.ts.snap (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/__snapshots__/ui.test.ts.snap (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/actions.mock.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/actions.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/actions.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/alerting.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/alerting.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/api.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/api.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/app.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/app.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/cases.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/cases.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/saved_object.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/saved_object.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/space.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/space.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/ui.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/actions/ui.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/__snapshots__/cases.test.ts.snap (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/alerting.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/alerting.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/api.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/app.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/cases.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/cases.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/catalogue.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/feature_privilege_builder.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/management.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/navlink.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/saved_object.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/feature_privilege_builder/ui.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/privileges.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/src/privileges/privileges.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core/tsconfig.json (88%) rename x-pack/{packages => platform/packages/private}/security/authorization_core_common/README.md (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core_common/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core_common/jest.config.js (53%) rename x-pack/{packages => platform/packages/private}/security/authorization_core_common/kibana.jsonc (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core_common/package.json (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core_common/src/privileges/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core_common/src/privileges/minimal_privileges.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core_common/src/privileges/minimal_privileges.ts (100%) rename x-pack/{packages => platform/packages/private}/security/authorization_core_common/tsconfig.json (78%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/README.md (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/index.ts (100%) rename x-pack/{packages/security/api_key_management => platform/packages/private/security/role_management_model}/jest.config.js (50%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/kibana.jsonc (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/package.json (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/__fixtures__/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/__fixtures__/kibana_features.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/__fixtures__/kibana_privileges.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/kibana_privilege.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/kibana_privileges.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/kibana_privileges.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/primary_feature_privilege.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/privilege_collection.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/privilege_collection.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/secured_feature.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/secured_sub_feature.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/sub_feature_privilege.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/src/sub_feature_privilege_group.ts (100%) rename x-pack/{packages => platform/packages/private}/security/role_management_model/tsconfig.json (87%) rename x-pack/{packages => platform/packages/private}/security/ui_components/README.md (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/index.ts (100%) rename x-pack/{plugins/security => platform/packages/private/security/ui_components}/jest.config.js (59%) rename x-pack/{packages => platform/packages/private}/security/ui_components/kibana.jsonc (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/package.json (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/constants.ts (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/__fixtures__/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/change_all_privileges.scss (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/change_all_privileges.tsx (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/components/feature_table_cell.scss (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/components/feature_table_cell.test.tsx (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/components/feature_table_cell.tsx (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/components/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/feature_table.scss (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/feature_table.test.tsx (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/feature_table.tsx (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/feature_table_expanded_row.test.tsx (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/feature_table_expanded_row.tsx (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/sub_feature_form.test.tsx (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/kibana_privilege_table/sub_feature_form.tsx (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/privilege_form_calculator/index.ts (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.test.ts (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/src/privilege_form_calculator/privilege_form_calculator.ts (100%) rename x-pack/{packages => platform/packages/private}/security/ui_components/tsconfig.json (88%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/README.md (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/index.ts (100%) rename x-pack/{packages/security/form_components => platform/packages/shared/security/api_key_management}/jest.config.js (51%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/kibana.jsonc (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/package.json (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/src/components/api_key_badge.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/src/components/api_key_created_callout.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/src/components/api_key_flyout.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/src/components/api_key_status.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/src/components/api_keys_api_client.test.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/src/components/api_keys_api_client.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/src/components/doc_link.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/src/components/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/src/components/time_tool_tip.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/src/components/token_field.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/api_key_management/tsconfig.json (90%) rename x-pack/{packages => platform/packages/shared}/security/form_components/README.md (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/index.ts (100%) rename x-pack/{packages/security/role_management_model => platform/packages/shared/security/form_components}/jest.config.js (52%) rename x-pack/{packages => platform/packages/shared}/security/form_components/kibana.jsonc (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/package.json (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/src/form_changes.test.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/src/form_changes.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/src/form_field.test.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/src/form_field.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/src/form_label.test.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/src/form_label.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/src/form_row.test.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/src/form_row.tsx (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/src/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/form_components/tsconfig.json (83%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/README.md (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/kibana.jsonc (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/package.json (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/src/api_keys/api_key.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/src/authentication/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/src/authorization/features_privileges.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/src/authorization/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/src/authorization/raw_kibana_privileges.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/src/authorization/role.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/src/licensing/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/src/licensing/license.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/src/licensing/license_features.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/src/user_profile/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_common/tsconfig.json (82%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/README.md (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/kibana.jsonc (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/package.json (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/authentication/authentication_service.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/authentication/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/authorization/authorization_service.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/authorization/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/license/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/nav_control/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/nav_control/nav_control_service.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/plugin.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/privileges/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/privileges/privileges_api_client.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/roles/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/roles/roles_api_client.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/user_profile/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/src/user_profile/user_profile_api_client.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_public/tsconfig.json (85%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/README.md (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/kibana.jsonc (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/package.json (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/audit/audit_service.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/audit/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authentication/api_keys/api_keys.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authentication/api_keys/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authentication/authentication_service.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authentication/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/actions/actions.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/actions/alerting.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/actions/api.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/actions/app.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/actions/cases.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/actions/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/actions/saved_object.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/actions/space.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/actions/ui.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/authorization_service.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/check_privileges.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/constants.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/deprecations.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/mode.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/authorization/role_schema.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/plugin.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/src/user_profile/index.ts (100%) rename x-pack/{packages => platform/packages/shared}/security/plugin_types_server/tsconfig.json (85%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/README.md (98%) rename x-pack/{plugins/spaces => platform/plugins/shared/encrypted_saved_objects}/jest.config.js (59%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/kibana.jsonc (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/config.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/config.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/create_migration.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/create_migration.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/create_model_version.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/create_model_version.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/encrypted_saved_object_type_definition.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/encrypted_saved_object_type_definition.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/encryption_error.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/encryption_error.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/encryption_key_rotation_service.mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/encryption_key_rotation_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/encryption_key_rotation_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/crypto/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/plugin.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/plugin.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/routes/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/routes/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/routes/key_rotation.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/routes/key_rotation.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/saved_objects/get_descriptor_namespace.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/saved_objects/get_descriptor_namespace.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/saved_objects/index.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/saved_objects/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/saved_objects/map_attributes.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/saved_objects/saved_objects_encryption_extension.test.mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/saved_objects/saved_objects_encryption_extension.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/server/saved_objects/saved_objects_encryption_extension.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/encrypted_saved_objects/tsconfig.json (90%) rename x-pack/{plugins => platform/plugins/shared}/security/README.md (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/constants.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/licensing/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/licensing/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/licensing/license_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/licensing/license_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/login_state.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/authenticated_user.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/authenticated_user.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/authenticated_user.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/authentication_provider.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/authentication_provider.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/builtin_es_privileges.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/role.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/role.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/role_mapping.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/user.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/user.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/user_profile.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/model/user_profile.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/common/types.ts (100%) rename x-pack/{plugins/encrypted_saved_objects => platform/plugins/shared/security}/jest.config.js (62%) rename x-pack/{plugins => platform/plugins/shared}/security/kibana.jsonc (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/account_management_app.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/account_management_app.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/account_management_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/account_management_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/user_profile/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/user_profile/user_profile.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/user_profile/user_profile.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/user_profile/user_profile_api_client.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/user_profile/user_profile_api_client.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/account_management/user_profile/utils.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/analytics/analytics_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/analytics/analytics_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/analytics/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/analytics/register_user_context.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/analytics/register_user_context.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/anonymous_access/anonymous_access_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/anonymous_access/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/access_agreement/__snapshots__/access_agreement_page.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/access_agreement/access_agreement_app.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/access_agreement/access_agreement_app.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/access_agreement/access_agreement_page.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/access_agreement/access_agreement_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/access_agreement/access_agreement_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/access_agreement/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/authentication_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/capture_url/capture_url_app.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/capture_url/capture_url_app.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/capture_url/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/components/authentication_state_page/__snapshots__/authentication_state_page.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/components/authentication_state_page/authentication_state_page.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/components/authentication_state_page/authentication_state_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/components/authentication_state_page/authentication_state_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/components/authentication_state_page/index.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/logged_out/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/logged_out/logged_out_app.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/logged_out/logged_out_app.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/logged_out/logged_out_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/logged_out/logged_out_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/__snapshots__/login_page.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/disabled_login_form/__snapshots__/disabled_login_form.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/disabled_login_form/disabled_login_form.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/disabled_login_form/disabled_login_form.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/disabled_login_form/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/login_form/__snapshots__/login_form.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/login_form/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/login_form/login_form.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/login_form/login_form.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/login_form/login_form.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/login_form/validate_login.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/components/login_form/validate_login.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/login_app.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/login_app.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/login_page.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/login_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/login/login_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/logout/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/logout/logout_app.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/logout/logout_app.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/overwritten_session/__snapshots__/overwritten_session_page.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/overwritten_session/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/overwritten_session/overwritten_session_app.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/overwritten_session/overwritten_session_app.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/overwritten_session/overwritten_session_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authentication/overwritten_session/overwritten_session_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authorization/authorization_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/authorization/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/build_delegate_api.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/build_delegate_api.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/breadcrumb.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/breadcrumb.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/doc_link.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/security_api_clients_provider.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/use_badge.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/use_badge.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/use_capabilities.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/use_capabilities.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/use_current_user.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/use_form.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/use_html_id.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/components/use_initial_focus.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/config.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_api_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/api_keys_empty_prompt.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/api_keys_grid_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/api_keys_grid_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/api_keys_table.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/invalidate_provider/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/invalidate_provider/invalidate_provider.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/not_enabled/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/not_enabled/not_enabled.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/permission_denied/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_grid/permission_denied/permission_denied.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_management_app.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/api_keys_management_app.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/api_keys/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/badges/deprecated_badge.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/badges/disabled_badge.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/badges/enabled_badge.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/badges/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/badges/optional_tooltip.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/badges/readonly_badge.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/badges/reserved_badge.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/management_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/management_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/management_urls.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_combo_box/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_combo_box/role_combo_box.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_combo_box/role_combo_box.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/delete_provider/delete_provider.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/delete_provider/delete_provider.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/delete_provider/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/no_compatible_realms/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/no_compatible_realms/no_compatible_realms.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/permission_denied/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/permission_denied/permission_denied.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/section_loading/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/section_loading/section_loading.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/components/section_loading/section_loading.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/edit_role_mapping_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/edit_role_mapping_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/mapping_info_panel/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/mapping_info_panel/mapping_info_panel.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/mapping_info_panel/mapping_info_panel.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/role_selector/add_role_template_button.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/role_selector/add_role_template_button.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/role_selector/index.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/role_selector/role_selector.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/role_selector/role_selector.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/role_selector/role_template_editor.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/role_selector/role_template_editor.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/role_selector/role_template_type_select.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/add_rule_button.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/add_rule_button.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/field_rule_editor.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/field_rule_editor.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/index.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/json_rule_editor.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/json_rule_editor.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/rule_editor_panel.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/rule_editor_panel.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/rule_group_editor.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/rule_group_editor.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/rule_group_editor.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/rule_group_title.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/visual_rule_editor.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/rule_editor_panel/visual_rule_editor.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/services/is_rule_group.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/services/role_mapping_constants.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/services/role_mapping_validation.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/services/role_mapping_validation.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/services/role_template_type.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/edit_role_mapping/services/role_template_type.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/__snapshots__/rule_builder.test.ts.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/all_rule.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/all_rule.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/any_rule.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/any_rule.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/except_all_rule.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/except_all_rule.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/except_any_rule.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/except_any_rule.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/field_rule.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/field_rule.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/rule.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/rule_builder.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/rule_builder.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/rule_builder_error.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/model/rule_group.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_api_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_api_client.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_grid/create_role_mapping_button/create_role_mapping_button.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_grid/create_role_mapping_button/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_grid/empty_prompt/empty_prompt.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_grid/empty_prompt/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_grid/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_grid/role_mappings_grid_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_grid/role_mappings_grid_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_management_app.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_mappings/role_mappings_management_app.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_table_display/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/role_table_display/role_table_display.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/__snapshots__/validate_role.test.ts.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/collapsible_panel/__snapshots__/collapsible_panel.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/collapsible_panel/collapsible_panel.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/collapsible_panel/collapsible_panel.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/collapsible_panel/collapsible_panel.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/collapsible_panel/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/delete_role_button.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/delete_role_button.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/edit_role_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/edit_role_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/__snapshots__/cluster_privileges.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/__snapshots__/elasticsearch_privileges.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/__snapshots__/index_privilege_form.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/__snapshots__/index_privileges.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/__snapshots__/remote_cluster_privileges.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/__snapshots__/remote_cluster_privileges_form.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/__snapshots__/remote_clusters_combo_box.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/cluster_privileges.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/cluster_privileges.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/elasticsearch_privileges.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/elasticsearch_privileges.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/index_privilege_form.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/index_privilege_form.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/index_privileges.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/index_privileges.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges_form.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/remote_cluster_privileges_form.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/remote_clusters_combo_box.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/es/remote_clusters_combo_box.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/__snapshots__/kibana_privileges_region.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/kibana_privileges_region.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/kibana_privileges_region.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/__fixtures__/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/privilege_summary.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/privilege_summary.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/privilege_summary_calculator.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/privilege_summary_calculator.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/privilege_summary_expanded_row.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/privilege_summary_table.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/privilege_summary_table.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/space_column_header.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/privilege_summary/space_column_header.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/simple_privilege_section/__snapshots__/simple_privilege_section.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/simple_privilege_section/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/simple_privilege_section/privilege_selector.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/simple_privilege_section/simple_privilege_section.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/simple_privilege_section/simple_privilege_section.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/simple_privilege_section/unsupported_space_privileges_warning.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/__snapshots__/space_aware_privilege_section.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/privilege_display.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/privilege_display.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/privilege_space_form.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/privilege_space_form.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/privilege_space_table.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/privilege_space_table.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/privilege_space_table.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/space_aware_privilege_section.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/space_aware_privilege_section.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/space_aware_privilege_section/space_selector.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/transform_error_section/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/privileges/kibana/transform_error_section/transform_error_section.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/reserved_role_badge.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/reserved_role_badge.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/spaces_popover_list/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/spaces_popover_list/spaces_popover_list.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/spaces_popover_list/spaces_popover_list.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/spaces_popover_list/spaces_popover_list.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/validate_role.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/edit_role/validate_role.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/indices_api_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/indices_api_client.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/indices_api_client.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/privileges_api_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/privileges_api_client.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_api_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_api_client.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_api_client.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_grid/__snapshots__/roles_grid_page.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_grid/confirm_delete/confirm_delete.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_grid/confirm_delete/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_grid/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_grid/permission_denied/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_grid/permission_denied/permission_denied.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_grid/roles_grid_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_grid/roles_grid_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_management_app.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/roles/roles_management_app.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/security_features/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/security_features/security_features_api_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/security_features/security_features_api_client.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/uri_utils.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/url_utils.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/components/change_password_form/change_password_form.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/components/change_password_form/change_password_form.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/components/change_password_form/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/components/confirm_delete_users/confirm_delete_users.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/components/confirm_delete_users/confirm_delete_users.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/components/confirm_delete_users/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/change_password_modal.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/change_password_model.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/confirm_delete_users.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/confirm_disable_users.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/confirm_enable_users.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/create_user_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/create_user_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/edit_user_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/edit_user_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/edit_user/user_form.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/user_api_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/user_api_client.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/user_utils.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/user_utils.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/users_grid/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/users_grid/users_grid_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/users_grid/users_grid_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/users_management_app.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/management/users/users_management_app.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/nav_control/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/nav_control/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/nav_control/nav_control_component.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/nav_control/nav_control_component.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/nav_control/nav_control_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/nav_control/nav_control_service.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/plugin.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/plugin.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/security_checkup/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/security_checkup/components/insecure_cluster_alert.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/security_checkup/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/security_checkup/security_checkup_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/security_checkup/security_checkup_service.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/session/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/session/session_expiration_toast.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/session/session_expiration_toast.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/session/session_expired.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/session/session_expired.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/session/session_expired.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/session/session_timeout.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/session/session_timeout.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/session/unauthorized_response_http_interceptor.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/session/unauthorized_response_http_interceptor.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/suspense_error_boundary/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/suspense_error_boundary/suspense_error_boundary.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/ui_api/change_password/change_password.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/ui_api/change_password/change_password_async.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/ui_api/change_password/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/ui_api/components.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/ui_api/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/ui_api/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/ui_api/lazy_wrapper.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/ui_api/personal_info/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/ui_api/personal_info/personal_info.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/public/ui_api/personal_info/personal_info_async.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/__snapshots__/prompt_page.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/analytics/analytics_service.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/analytics/analytics_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/analytics/analytics_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/analytics/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/anonymous_access/anonymous_access_service.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/anonymous_access/anonymous_access_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/anonymous_access/anonymous_access_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/anonymous_access/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/audit/audit_events.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/audit/audit_events.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/audit/audit_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/audit/audit_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/audit/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/audit/mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/__snapshots__/unauthenticated_page.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/api_keys/api_keys.test.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/api_keys/api_keys.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/api_keys/api_keys.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/api_keys/fake_kibana_request.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/api_keys/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/authentication_result.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/authentication_result.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/authentication_service.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/authentication_service.test.mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/authentication_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/authentication_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/authenticator.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/authenticator.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/can_redirect_request.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/can_redirect_request.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/deauthentication_result.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/deauthentication_result.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/http_authentication/basic_http_authorization_header_credentials.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/http_authentication/basic_http_authorization_header_credentials.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/http_authentication/http_authorization_header.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/http_authentication/http_authorization_header.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/http_authentication/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/anonymous.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/anonymous.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/base.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/base.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/basic.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/basic.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/http.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/http.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/kerberos.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/kerberos.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/oidc.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/oidc.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/pki.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/pki.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/saml.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/saml.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/token.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/providers/token.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/tokens.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/tokens.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/unauthenticated_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authentication/unauthenticated_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/__snapshots__/disable_ui_capabilities.test.ts.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/__snapshots__/privilege_serializer.test.ts.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/__snapshots__/privileges_serializer.test.ts.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/__snapshots__/reset_session_page.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/__snapshots__/resource_serializer.test.ts.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/__snapshots__/validate_es_response.test.ts.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/api_authorization.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/api_authorization.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/app_authorization.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/app_authorization.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/authorization_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/authorization_service.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/check_privileges.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/check_privileges.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/check_privileges_dynamically.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/check_privileges_dynamically.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/check_saved_objects_privileges.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/check_saved_objects_privileges.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/disable_ui_capabilities.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/disable_ui_capabilities.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/mode.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/mode.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/privilege_serializer.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/privilege_serializer.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/privileges_serializer.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/privileges_serializer.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/register_privileges_with_cluster.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/register_privileges_with_cluster.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/reset_session_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/reset_session_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/resource_serializer.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/resource_serializer.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/roles/elasticsearch_role.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/roles/elasticsearch_role.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/roles/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/service.test.mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/validate_es_response.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/validate_es_response.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/validate_feature_privileges.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/validate_feature_privileges.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/validate_reserved_privileges.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/authorization/validate_reserved_privileges.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/build_delegate_apis.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/build_delegate_apis.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/config.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/config.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/config_deprecations.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/config_deprecations.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/deprecations/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/deprecations/kibana_user_role.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/deprecations/kibana_user_role.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/deprecations/privilege_deprecations.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/deprecations/privilege_deprecations.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/elasticsearch/elasticsearch_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/elasticsearch/elasticsearch_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/elasticsearch/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/errors.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/errors.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/feature_usage/feature_usage_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/feature_usage/feature_usage_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/feature_usage/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/feature_usage/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/features/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/features/security_features.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/fips/fips_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/fips/fips_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/fips/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/lib/flatten_object.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/lib/flatten_object.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/lib/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/lib/role_utils.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/lib/role_utils.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/plugin.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/plugin.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/prompt_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/prompt_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/analytics/authentication_type.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/analytics/authentication_type.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/analytics/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/analytics/record_violations.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/analytics/record_violations.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/anonymous_access/get_capabilities.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/anonymous_access/get_capabilities.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/anonymous_access/get_state.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/anonymous_access/get_state.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/anonymous_access/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/create.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/create.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/enabled.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/enabled.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/has_active.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/has_active.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/invalidate.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/invalidate.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/query.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/query.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/update.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/api_keys/update.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authentication/common.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authentication/common.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authentication/index.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authentication/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authentication/oidc.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authentication/saml.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authentication/saml.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/privileges/get.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/privileges/get.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/privileges/get_builtin.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/privileges/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/reset_session_page.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/delete.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/delete.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/get.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/get.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/get_all.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/get_all.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/get_all_by_space.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/get_all_by_space.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/lib/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/lib/role_privileges.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/model/bulk_create_or_update_payload.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/model/bulk_create_or_update_payload.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/model/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/model/put_payload.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/model/put_payload.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/post.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/post.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/put.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/roles/put.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/spaces/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/spaces/share_saved_object_permissions.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/authorization/spaces/share_saved_object_permissions.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/deprecations/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/deprecations/kibana_user_role.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/deprecations/kibana_user_role.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/feature_check/feature_check.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/feature_check/feature_check.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/feature_check/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/indices/get_fields.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/indices/get_fields.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/indices/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/licensed_route_handler.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/role_mapping/delete.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/role_mapping/delete.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/role_mapping/get.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/role_mapping/get.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/role_mapping/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/role_mapping/post.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/role_mapping/post.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/security_checkup/get_state.test.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/security_checkup/get_state.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/security_checkup/get_state.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/security_checkup/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/session_management/extend.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/session_management/extend.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/session_management/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/session_management/info.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/session_management/info.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/session_management/invalidate.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/session_management/invalidate.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/tags.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/user_profile/bulk_get.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/user_profile/bulk_get.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/user_profile/get_current.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/user_profile/get_current.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/user_profile/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/user_profile/update.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/user_profile/update.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/users/change_password.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/users/change_password.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/users/create_or_update.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/users/delete.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/users/disable.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/users/enable.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/users/get.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/users/get_all.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/users/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/access_agreement.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/access_agreement.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/account_management.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/capture_url.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/capture_url.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/index.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/logged_out.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/logged_out.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/login.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/login.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/logout.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/routes/views/overwritten_session.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/saved_objects/authorization_utils.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/saved_objects/authorization_utils.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/saved_objects/ensure_authorized.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/saved_objects/ensure_authorized.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/saved_objects/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/saved_objects/saved_objects_security_extension.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/saved_objects/saved_objects_security_extension.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/security_checkup/check_cluster_data.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/security_checkup/check_cluster_data.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/security_checkup/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_cookie.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_cookie.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_cookie.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_errors/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_errors/session_concurrency_limit_error.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_errors/session_error.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_errors/session_expired_error.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_errors/session_missing_error.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_errors/session_unexpected_error.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_index.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_management_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/session_management/session_management_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/spaces/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/spaces/secure_spaces_client_wrapper.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/spaces/secure_spaces_client_wrapper.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/spaces/setup_spaces_client.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/spaces/setup_spaces_client.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/usage_collector/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/usage_collector/security_usage_collector.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/usage_collector/security_usage_collector.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/user_profile/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/user_profile/user_profile_grant.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/user_profile/user_profile_service.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/user_profile/user_profile_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/server/user_profile/user_profile_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/security/tsconfig.json (98%) rename x-pack/{plugins => platform/plugins/shared}/spaces/README.md (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/constants.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/is_reserved_space.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/is_reserved_space.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/lib/dataurl.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/lib/spaces_url_parser.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/lib/spaces_url_parser.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/licensing/index.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/licensing/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/licensing/license_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/licensing/license_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/types/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/types/latest.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/common/types/space/v1.ts (100%) rename x-pack/{packages/security/ui_components => platform/plugins/shared/spaces}/jest.config.js (62%) rename x-pack/{plugins => platform/plugins/shared}/spaces/kibana.jsonc (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/analytics/event_tracker.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/analytics/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/analytics/register_analytics_context.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/analytics/register_event_types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/config.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/constants.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/copy_mode_control.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/copy_mode_control.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/copy_status_indicator.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/copy_status_summary_indicator.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/copy_status_summary_indicator.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_footer.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/copy_to_space_form.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/processing_copy_to_space.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/resolve_all_conflicts.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/resolve_all_conflicts.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/resolve_all_conflicts.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/selectable_spaces_control.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/selectable_spaces_control.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/space_result.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/space_result.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/space_result_details.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/components/space_result_details.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/lib/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/lib/process_import_response.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/lib/summarize_copy_result.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/lib/summarize_copy_result.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/copy_saved_objects_to_space/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/create_feature_catalogue_entry.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/legacy_urls/components/embeddable_legacy_url_conflict.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/legacy_urls/components/embeddable_legacy_url_conflict_internal.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/legacy_urls/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/legacy_urls/components/legacy_url_conflict.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/legacy_urls/components/legacy_url_conflict_internal.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/legacy_urls/components/legacy_url_conflict_internal.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/legacy_urls/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/legacy_urls/redirect_legacy_url.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/legacy_urls/redirect_legacy_url.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/legacy_urls/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/__snapshots__/delete_spaces_button.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/confirm_alter_active_space_modal/__snapshots__/confirm_alter_active_space_modal.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/confirm_alter_active_space_modal/confirm_alter_active_space_modal.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/confirm_alter_active_space_modal/confirm_alter_active_space_modal.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/confirm_alter_active_space_modal/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/confirm_delete_modal/confirm_delete_modal.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/confirm_delete_modal/confirm_delete_modal.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/confirm_delete_modal/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/customize_avatar/__snapshots__/customize_space_avatar.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/customize_avatar/customize_avatar.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/customize_avatar/customize_space_avatar.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/customize_avatar/customize_space_avatar.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/customize_avatar/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/customize_space/__snapshots__/customize_space.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/customize_space/customize_space.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/customize_space/customize_space.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/customize_space/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/delete_spaces_button.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/delete_spaces_button.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/enabled_features/__snapshots__/enabled_features.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/enabled_features/enabled_features.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/enabled_features/enabled_features.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/enabled_features/feature_table.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/enabled_features/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/enabled_features/toggle_all_features.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/enabled_features/toggle_all_features.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/section_panel/__snapshots__/section_panel.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/section_panel/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/section_panel/section_panel.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/section_panel/section_panel.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/section_panel/section_panel.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/solution_view/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/solution_view/solution_view.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/unauthorized_prompt/__snapshots__/unauthorized_prompt.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/unauthorized_prompt/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/unauthorized_prompt/unauthorized_prompt.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/components/unauthorized_prompt/unauthorized_prompt.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/create_space/create_space_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/create_space/create_space_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/create_space/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/constants.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/edit_space.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/edit_space_content_tab.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/edit_space_content_tab.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/edit_space_general_tab.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/edit_space_general_tab.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/edit_space_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/edit_space_roles_tab.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/edit_space_roles_tab.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/edit_space_tabs.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/edit_space_tabs.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/footer.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/handle_api_error.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/hooks/use_tabs.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/provider/edit_space_provider.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/provider/edit_space_provider.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/provider/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/provider/reducers/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/reserved_space_badge.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/reserved_space_badge.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/roles/component/space_assign_role_privilege_form.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/roles/component/space_assign_role_privilege_form.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/roles/component/space_assigned_roles_table.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/edit_space/roles/component/space_assigned_roles_table.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/lib/feature_utils.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/lib/feature_utils.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/lib/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/lib/sort_roles.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/lib/sort_roles.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/lib/space_identifier_utils.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/lib/space_identifier_utils.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/lib/validate_space.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/lib/validate_space.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/management_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/management_service.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/privilege_api_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/roles_api_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/security_license.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/spaces_grid/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/spaces_grid/spaces_grid_page.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/spaces_grid/spaces_grid_page.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/spaces_management_app.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/spaces_management_app.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/management/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/__snapshots__/nav_control_popover.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/components/__snapshots__/manage_spaces_button.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/components/manage_spaces_button.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/components/manage_spaces_button.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/components/spaces_description.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/components/spaces_description.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/components/spaces_menu.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/components/spaces_menu.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/nav_control.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/nav_control_popover.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/nav_control_popover.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/solution_view_tour/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/solution_view_tour/lib.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/solution_view_tour/solution_view_tour.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/nav_control/types.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/plugin.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/plugin.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/alias_table.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/no_spaces_available.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/relatives_footer.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/selectable_spaces_control.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/selectable_spaces_control.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/share_mode_control.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/share_to_space_flyout.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/share_to_space_flyout_internal.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/share_to_space_flyout_internal.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/share_to_space_flyout_internal.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/share_to_space_form.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/components/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/share_saved_objects_to_space/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_avatar/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_avatar/space_attributes.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_avatar/space_attributes.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_avatar/space_avatar.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_avatar/space_avatar_internal.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_avatar/space_avatar_internal.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_avatar/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_list/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_list/space_list.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_list/space_list_internal.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_list/space_list_internal.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_list/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/__snapshots__/space_selector.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/components/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/components/space_card.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/components/space_card.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/components/space_card.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/components/space_cards.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/components/space_cards.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/components/space_cards.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/index.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/space_selector.scss (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/space_selector.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/space_selector.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_selector/space_selector_app.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_solution_badge/__snapshots__/badge.test.tsx.snap (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_solution_badge/badge.test.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_solution_badge/badge.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/space_solution_badge/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/spaces_context/context.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/spaces_context/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/spaces_context/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/spaces_context/wrapper.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/spaces_context/wrapper_internal.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/spaces_manager/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/spaces_manager/mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/spaces_manager/spaces_manager.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/spaces_manager/spaces_manager.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/spaces_manager/spaces_manager.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/suspense_error_boundary/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/suspense_error_boundary/suspense_error_boundary.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/ui_api/components.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/ui_api/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/ui_api/lazy_wrapper.tsx (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/public/ui_api/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/capabilities/capabilities_provider.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/capabilities/capabilities_provider.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/capabilities/capabilities_switcher.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/capabilities/capabilities_switcher.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/capabilities/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/config.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/config.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/default_space/create_default_space.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/default_space/create_default_space.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/default_space/default_space_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/default_space/default_space_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/default_space/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/__fixtures__/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/__fixtures__/spaces_config.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/copy_to_spaces.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/copy_to_spaces.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/lib/create_empty_failure_response.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/lib/get_ineligible_types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/lib/read_stream_to_completion.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/lib/readable_stream_from_array.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/lib/saved_objects_client_opts.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/resolve_copy_conflicts.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/resolve_copy_conflicts.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/copy_to_spaces/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/errors.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/get_space_selector_url.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/get_space_selector_url.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/request_interceptors/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/request_interceptors/on_post_auth_interceptor.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/request_interceptors/on_request_interceptor.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/space_schema.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/space_schema.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/spaces_tutorial_context_factory.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/spaces_tutorial_context_factory.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/utils/__mocks__/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/utils/namespace.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/utils/namespace.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/utils/space_solution_disabled_features.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/utils/space_solution_disabled_features.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/utils/url.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/lib/utils/url.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/plugin.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/plugin.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/__fixtures__/create_copy_to_space_mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/__fixtures__/create_mock_so_repository.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/__fixtures__/create_mock_so_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/__fixtures__/create_spaces.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/__fixtures__/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/__fixtures__/route_contexts.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/copy_to_space.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/copy_to_space.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/delete.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/delete.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/disable_legacy_url_aliases.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/disable_legacy_url_aliases.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/get.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/get.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/get_all.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/get_all.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/get_shareable_references.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/get_shareable_references.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/post.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/post.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/put.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/put.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/update_objects_spaces.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/external/update_objects_spaces.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/internal/get_active_space.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/internal/get_active_space.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/internal/get_content_summary.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/internal/get_content_summary.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/internal/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/internal/set_solution_space.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/api/internal/set_solution_space.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/lib/convert_saved_object_to_space.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/lib/convert_saved_object_to_space.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/lib/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/lib/licensed_route_handler.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/lib/parse_cloud_solution.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/lib/parse_cloud_solution.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/views/index.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/routes/views/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/mappings.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/migrations/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/migrations/space_migrations.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/migrations/space_migrations.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/migrations/usage_stats_migrations.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/migrations/usage_stats_migrations.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/saved_objects_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/saved_objects_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/saved_objects_spaces_extension.test.mocks.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/saved_objects_spaces_extension.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/saved_objects_spaces_extension.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/schemas.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/saved_objects/schemas.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_client/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_client/spaces_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_client/spaces_client.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_client/spaces_client.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_client/spaces_client_service.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_client/spaces_client_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_client/spaces_client_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_service/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_service/spaces_service.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_service/spaces_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/spaces_service/spaces_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/ui_settings.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_collection/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_collection/spaces_usage_collector.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_collection/spaces_usage_collector.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_stats/constants.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_stats/index.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_stats/types.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_stats/usage_stats_client.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_stats/usage_stats_client.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_stats/usage_stats_client.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_stats/usage_stats_service.mock.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_stats/usage_stats_service.test.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/server/usage_stats/usage_stats_service.ts (100%) rename x-pack/{plugins => platform/plugins/shared}/spaces/tsconfig.json (97%) 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 @@ }, "