Skip to content

Commit

Permalink
add back OpenSearchDashboardsClient types (#183)
Browse files Browse the repository at this point in the history
* add back OpenSearchDashboardsClient types

PR solved:
#181

Signed-off-by: Anan Zhuang <[email protected]>

* Re-direct opensearch-js issue

Signed-off-by: Anan Zhuang <[email protected]>
  • Loading branch information
ananzh authored Oct 6, 2021
1 parent c918a03 commit 437a243
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jspm_packages

# opensearch repo or binary files
opensearch*
!opensearch_dashboards*
!opensearchDashboards*

test/benchmarks/macro/fixtures/*

Expand Down
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ package-lock.json

# opensearch repo or binary files
opensearch*
!opensearch_dashboards*
!opensearchDashboards*

# Generated typings, we don't commit them
# because we should copy them in the main .d.ts file
Expand All @@ -72,5 +74,4 @@ CODE_OF_CONDUCT.md
CONTRIBUTING.md

# CANARY-PACKAGE
api/opensearch_dashboards.d.ts
# /CANARY-PACKAGE

Loading

0 comments on commit 437a243

Please sign in to comment.