@synsci/sdk 2.0.82 → 2.0.83-test.34254015648

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1625,7 +1625,7 @@ export type ProviderConfig = {
1625
1625
  */
1626
1626
  timeout?: number | false;
1627
1627
  /**
1628
- * Optional maximum provider response-body inactivity in milliseconds. Disabled by default. A configured deadline cancels even a healthy but quiet generation; set false to disable.
1628
+ * Maximum provider response-body inactivity in milliseconds. Remote endpoints default to 1800000 (30 minutes); local endpoints (loopback or .local base URLs and bundled local providers) default to disabled. Set false to disable.
1629
1629
  */
1630
1630
  idleTimeout?: number | false;
1631
1631
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "2.0.82",
4
+ "version": "2.0.83-test.34254015648",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {