You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[SavedObjectsFindResponsePublic](./kibana-plugin-core-public.savedobjectsfindresponsepublic.md)| Return type of the Saved Objects <code>find()</code> method.<!---->\*Note\*: this type is different between the Public and Server Saved Objects clients. |
112
+
|[SavedObjectsImportActionRequiredWarning](./kibana-plugin-core-public.savedobjectsimportactionrequiredwarning.md)| A warning meant to notify that a specific user action is required to finalize the import of some type of object. The <code>actionUrl</code> must be a path relative to the basePath, and not include it. |
112
113
|[SavedObjectsImportAmbiguousConflictError](./kibana-plugin-core-public.savedobjectsimportambiguousconflicterror.md)| Represents a failure to import due to a conflict, which can be resolved in different ways with an overwrite. |
113
114
|[SavedObjectsImportConflictError](./kibana-plugin-core-public.savedobjectsimportconflicterror.md)| Represents a failure to import due to a conflict. |
114
115
|[SavedObjectsImportFailure](./kibana-plugin-core-public.savedobjectsimportfailure.md)| Represents a failure to import. |
115
116
|[SavedObjectsImportMissingReferencesError](./kibana-plugin-core-public.savedobjectsimportmissingreferenceserror.md)| Represents a failure to import due to missing references. |
116
117
|[SavedObjectsImportResponse](./kibana-plugin-core-public.savedobjectsimportresponse.md)| The response describing the result of an import. |
117
118
|[SavedObjectsImportRetry](./kibana-plugin-core-public.savedobjectsimportretry.md)| Describes a retry operation for importing a saved object. |
119
+
|[SavedObjectsImportSimpleWarning](./kibana-plugin-core-public.savedobjectsimportsimplewarning.md)| A simple informative warning that will be displayed to the user. |
118
120
|[SavedObjectsImportSuccess](./kibana-plugin-core-public.savedobjectsimportsuccess.md)| Represents a successful import. |
119
121
|[SavedObjectsImportUnknownError](./kibana-plugin-core-public.savedobjectsimportunknownerror.md)| Represents a failure to import due to an unknown reason. |
120
122
|[SavedObjectsImportUnsupportedTypeError](./kibana-plugin-core-public.savedobjectsimportunsupportedtypeerror.md)| Represents a failure to import due to having an unsupported saved object type. |
@@ -163,6 +165,7 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
163
165
|[SavedObjectAttribute](./kibana-plugin-core-public.savedobjectattribute.md)| Type definition for a Saved Object attribute value |
164
166
|[SavedObjectAttributeSingle](./kibana-plugin-core-public.savedobjectattributesingle.md)| Don't use this type, it's simply a helper type for [SavedObjectAttribute](./kibana-plugin-core-public.savedobjectattribute.md)|
165
167
|[SavedObjectsClientContract](./kibana-plugin-core-public.savedobjectsclientcontract.md)| SavedObjectsClientContract as implemented by the [SavedObjectsClient](./kibana-plugin-core-public.savedobjectsclient.md)|
168
+
|[SavedObjectsImportWarning](./kibana-plugin-core-public.savedobjectsimportwarning.md)| Composite type of all the possible types of import warnings.<!---->See [SavedObjectsImportSimpleWarning](./kibana-plugin-core-public.savedobjectsimportsimplewarning.md) and [SavedObjectsImportActionRequiredWarning](./kibana-plugin-core-public.savedobjectsimportactionrequiredwarning.md) for more details. |
166
169
|[SavedObjectsNamespaceType](./kibana-plugin-core-public.savedobjectsnamespacetype.md)| The namespace type dictates how a saved object can be interacted in relation to namespaces. Each type is mutually exclusive: \* single (default): this type of saved object is namespace-isolated, e.g., it exists in only one namespace. \* multiple: this type of saved object is shareable, e.g., it can exist in one or more namespaces. \* agnostic: this type of saved object is global. |
167
170
|[StartServicesAccessor](./kibana-plugin-core-public.startservicesaccessor.md)| Allows plugins to get access to APIs available in start inside async handlers, such as [App.mount](./kibana-plugin-core-public.app.mount.md)<!---->. Promise will not resolve until Core and plugin dependencies have completed <code>start</code>. |
168
171
|[StringValidation](./kibana-plugin-core-public.stringvalidation.md)| Allows regex objects or a regex string |
0 commit comments