@stackone/connect-sdk 2.35.0 → 2.36.0

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.
package/dist/index.d.cts CHANGED
@@ -329,6 +329,7 @@ type AdvancedOptions = {
329
329
  enabled?: boolean;
330
330
  ttl?: number;
331
331
  errorsOnly?: boolean;
332
+ includeBackground?: boolean;
332
333
  };
333
334
  //#endregion
334
335
  //#region ../olap/src/types.d.ts
package/dist/index.d.mts CHANGED
@@ -329,6 +329,7 @@ type AdvancedOptions = {
329
329
  enabled?: boolean;
330
330
  ttl?: number;
331
331
  errorsOnly?: boolean;
332
+ includeBackground?: boolean;
332
333
  };
333
334
  //#endregion
334
335
  //#region ../olap/src/types.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/connect-sdk",
3
- "version": "2.35.0",
3
+ "version": "2.36.0",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",