@cyberstrike-io/sdk 1.1.12-beta.0 → 1.1.12

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.
@@ -686,6 +686,7 @@ export type HackbrowserStatus = {
686
686
  errors: Array<string>;
687
687
  startedAt: number;
688
688
  finishedAt?: number;
689
+ cost?: number;
689
690
  };
690
691
  export type EventSessionHackbrowserStatus = {
691
692
  type: "session.hackbrowser.status";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@cyberstrike-io/sdk",
4
- "version": "1.1.12-beta.0",
4
+ "version": "1.1.12",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "scripts": {