Skip to content

Commit

Permalink
[PURIFY][DOCS] Regenerate API docs after rename (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihir Soni <[email protected]>
  • Loading branch information
mihirsoni authored Apr 6, 2021
1 parent 3aa0944 commit 3ee5476
Show file tree
Hide file tree
Showing 5 changed files with 780 additions and 780 deletions.
22 changes: 11 additions & 11 deletions src/core/public/public.api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## API Report File for "kibana"
## API Report File for "opensearch-dashboards"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
Expand All @@ -17,14 +17,14 @@ import { ExclusiveUnion } from '@elastic/eui';
import { History } from 'history';
import { Href } from 'history';
import { IconType } from '@elastic/eui';
import { OpenSearchDashboardsClient } from '@elastic/elasticsearch/api/kibana';
import { OpenSearchDashboardsConfigType } from 'src/core/server/kibana_config';
import { KibanaClient } from '@elastic/elasticsearch/api/kibana';
import { Location } from 'history';
import { LocationDescriptorObject } from 'history';
import { Logger } from '@osd/logging';
import { LogMeta } from '@osd/logging';
import { MaybePromise } from '@osd/utility-types';
import { Observable } from 'rxjs';
import { OpenSearchDashboardsConfigType } from 'src/core/server/opensearch_dashboards_config';
import { PackageInfo } from '@osd/config';
import { Path } from 'history';
import { PublicMethodsOf } from '@osd/utility-types';
Expand Down Expand Up @@ -84,7 +84,7 @@ export enum AppLeaveActionType {
default = "default"
}

// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "kibana" does not have an export "AppLeaveActionFactory"
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "opensearch-dashboards" does not have an export "AppLeaveActionFactory"
//
// @public
export interface AppLeaveConfirmAction {
Expand All @@ -96,7 +96,7 @@ export interface AppLeaveConfirmAction {
type: AppLeaveActionType.confirm;
}

// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "kibana" does not have an export "AppLeaveActionFactory"
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "opensearch-dashboards" does not have an export "AppLeaveActionFactory"
//
// @public
export interface AppLeaveDefaultAction {
Expand Down Expand Up @@ -295,7 +295,7 @@ export interface ChromeNavLink {
readonly order?: number;
readonly title: string;
readonly tooltip?: string;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "kibana" does not have an export "AppBase"
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "opensearch-dashboards" does not have an export "AppBase"
readonly url?: string;
}

Expand All @@ -308,7 +308,7 @@ export interface ChromeNavLinks {
getNavLinks$(): Observable<Array<Readonly<ChromeNavLink>>>;
has(id: string): boolean;
showOnly(id: string): void;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "kibana" does not have an export "AppBase"
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "opensearch-dashboards" does not have an export "AppBase"
//
// @deprecated
update(id: string, values: ChromeNavLinkUpdateableFields): ChromeNavLink | undefined;
Expand Down Expand Up @@ -453,8 +453,6 @@ export interface DocLinksStart {
// (undocumented)
readonly DOC_LINK_VERSION: string;
// (undocumented)
readonly ELASTIC_WEBSITE_URL: string;
// (undocumented)
readonly links: {
readonly dashboard: {
readonly drilldowns: string;
Expand Down Expand Up @@ -533,7 +531,7 @@ export interface DocLinksStart {
readonly introduction: string;
};
readonly addData: string;
readonly kibana: string;
readonly opensearchDashboards: string;
readonly siem: {
readonly guide: string;
readonly gettingStarted: string;
Expand All @@ -550,6 +548,8 @@ export interface DocLinksStart {
readonly management: Record<string, string>;
readonly visualize: Record<string, string>;
};
// (undocumented)
readonly OPENSEARCH_WEBSITE_URL: string;
}

export { EnvironmentMode }
Expand Down Expand Up @@ -736,7 +736,7 @@ export interface IBasePath {
get: () => string;
prepend: (url: string) => string;
remove: (url: string) => string;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "kibana" does not have an export "BasePath"
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "opensearch-dashboards" does not have an export "BasePath"
readonly serverBasePath: string;
}

Expand Down
Loading

0 comments on commit 3ee5476

Please sign in to comment.