@synsci/sdk 2.0.39 → 2.0.40

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.
@@ -667,6 +667,14 @@ export type EventSessionContext = {
667
667
  };
668
668
  images: number;
669
669
  total: number;
670
+ budget?: {
671
+ total: number;
672
+ newest: number;
673
+ history: number;
674
+ usable: number;
675
+ soft: number;
676
+ hard: number;
677
+ };
670
678
  };
671
679
  };
672
680
  export type EventSessionCompaction = {
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.39",
4
+ "version": "2.0.40",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {