Still testing

This commit is contained in:
Josh Mock
2024-11-20 11:39:21 -06:00
parent be8fc5ae83
commit 15a43f3747
115 changed files with 609 additions and 818 deletions

View File

@ -50,7 +50,7 @@ Index a document. Adds a JSON document to the specified data stream or index and
interface IndexRequest<TDocument = unknown> extends <<RequestBase>> {
id?: <<Id>>
index: <<IndexName>>
if_primary_term?: number
if_primary_term?: <<_long, long>>
if_seq_no?: <<SequenceNumber>>
op_type?: <<OpType>>
pipeline?: string