From 0c7f82ab1f52a641107271d5624e6dd9e4041d04 Mon Sep 17 00:00:00 2001 From: Demon Martin <49092993+DemonMartin@users.noreply.github.com> Date: Fri, 23 Jun 2023 14:40:40 +0200 Subject: [PATCH] Added back sessionId jsdocs for createSession --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 2c977be..b900566 100644 --- a/index.js +++ b/index.js @@ -33,6 +33,7 @@ class Scrappey { /** * @typedef {Object} createOptions + * @property {string|null} [session] - (optional) The ID of the session to use for the request. * @property {string|null} [proxy] - (optional) Proxy configuration for the request. * @property {ProxyCountry|null} [proxyCountry] - (optional) Select the proxyCountry which will be used if no custom proxy is defined. */