@airtop/sdk 1.0.0-alpha2.35 → 1.0.0-alpha2.37

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.cjs CHANGED
@@ -9,7 +9,7 @@ var require_package = __commonJS({
9
9
  module.exports = {
10
10
  name: "@airtop/sdk",
11
11
  description: "Airtop SDK for TypeScript",
12
- version: "1.0.0-alpha2.35",
12
+ version: "1.0.0-alpha2.37",
13
13
  type: "module",
14
14
  main: "./dist/index.cjs",
15
15
  module: "./dist/index.js",
@@ -48,7 +48,7 @@ var require_package = __commonJS({
48
48
  "verify-types": "tsc --noEmit && tsc --noEmit --project tsconfig.e2e.json"
49
49
  },
50
50
  dependencies: {
51
- "@airtop/core": "0.1.0-alpha.44",
51
+ "@airtop/core": "0.1.0-alpha.46",
52
52
  "@airtop/json-schema-adapter": "workspace:*",
53
53
  "date-fns": "4.1.0",
54
54
  loglayer: "6.7.0",
@@ -691,6 +691,8 @@ var AirtopWindowClient = class extends AirtopBase {
691
691
  this.getWindowId(),
692
692
  {
693
693
  ...config,
694
+ createDraftTestCase: true,
695
+ // Always create a draft test case from Stainless SDK
694
696
  elementDescription,
695
697
  sessionId: this.sessionId
696
698
  },
@@ -726,6 +728,8 @@ var AirtopWindowClient = class extends AirtopBase {
726
728
  {
727
729
  elementDescription,
728
730
  sessionId: this.sessionId,
731
+ createDraftTestCase: true,
732
+ // Always create a draft test case from Stainless SDK
729
733
  ...config || {}
730
734
  },
731
735
  {
@@ -815,6 +819,8 @@ var AirtopWindowClient = class extends AirtopBase {
815
819
  {
816
820
  sessionId: this.sessionId,
817
821
  prompt,
822
+ createDraftTestCase: true,
823
+ // Always create a draft test case from Stainless SDK
818
824
  ...newConfig || {}
819
825
  },
820
826
  {
@@ -938,6 +944,8 @@ var AirtopWindowClient = class extends AirtopBase {
938
944
  {
939
945
  sessionId: this.sessionId,
940
946
  text,
947
+ createDraftTestCase: true,
948
+ // Always create a draft test case from Stainless SDK
941
949
  ...config || {}
942
950
  },
943
951
  {