Hi, is there any reason for missing the ConcurrencyMode Param in index.d.ts deleteDocument(documentId: string): any; should be deleteDocument(documentId: string, node: ConcurrencyMode): any; Thank you
Hi,
is there any reason for missing the ConcurrencyMode Param in index.d.ts
deleteDocument(documentId: string): any;
should be
deleteDocument(documentId: string, node: ConcurrencyMode): any;
Thank you