From 5648bec35536e281c2d124b15cce6013a299ee90 Mon Sep 17 00:00:00 2001 From: glasstiger Date: Mon, 27 Nov 2023 17:42:17 +0000 Subject: [PATCH] small js doc update --- docs/Sender.html | 4 ++-- docs/index.html | 2 +- docs/index.js.html | 2 +- docs/module-@questdb_nodejs-client.html | 2 +- docs/src_sender.js.html | 4 ++-- src/sender.js | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/Sender.html b/docs/Sender.html index b11c33b..fd7009a 100644 --- a/docs/Sender.html +++ b/docs/Sender.html @@ -132,7 +132,7 @@
Parameters:
If not provided, client is not authenticated and server might reject the connection depending on configuration.
No type checks performed on the object passed.
Deprecated, please, use the auth option instead. -
  • auth: {kid: string, d: string} - Authentication details, `kid` is the username, `d` is the user's private key
    +
  • auth: {kid: string, d: string} - Authentication details, `kid` is the username, `d` is the user's private key.
    If not provided, client is not authenticated and server might reject the connection depending on configuration.
  • log: (level: 'error'|'warn'|'info'|'debug', message: string) => void - logging function.
    If not provided, default logging is used which writes to the console with logging level info.
    @@ -2523,7 +2523,7 @@

    Home

    Modules