Skip to content

Commit

Permalink
[AUTOCUT] Update opensearch-js to reflect the latest OpenSearch API s…
Browse files Browse the repository at this point in the history
…pec (#895)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: nhtruong <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and nhtruong authored Nov 5, 2024
1 parent c687ba6 commit a89ef31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/_types/_common.mapping.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,8 @@ export type SourceField = {
enabled?: boolean;
excludes?: string[];
includes?: string[];
mode?: SourceFieldMode;
}

export type SourceFieldMode = 'disabled' | 'stored' | 'synthetic'

export type SparseVectorProperty = PropertyBase & {
type: 'sparse_vector';
}
Expand Down

0 comments on commit a89ef31

Please sign in to comment.