donobu 2.24.1 → 2.25.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.
Files changed (79) hide show
  1. package/dist/assets/axe.js +14 -14
  2. package/dist/assets/generated/version +1 -1
  3. package/dist/esm/assets/axe.js +14 -14
  4. package/dist/esm/assets/generated/version +1 -1
  5. package/dist/esm/managers/CodeGenerator.d.ts.map +1 -1
  6. package/dist/esm/managers/CodeGenerator.js +2 -0
  7. package/dist/esm/managers/CodeGenerator.js.map +1 -1
  8. package/dist/esm/models/CreateDonobuFlow.d.ts +3 -284
  9. package/dist/esm/models/CreateDonobuFlow.d.ts.map +1 -1
  10. package/dist/esm/tools/AcknowledgeUserInstruction.d.ts +3 -3
  11. package/dist/esm/tools/AnalyzePageTextTool.d.ts +3 -3
  12. package/dist/esm/tools/AssertPageTextTool.d.ts +3 -3
  13. package/dist/esm/tools/AssertPageTool.d.ts +3 -3
  14. package/dist/esm/tools/AssertTool.d.ts +3 -3
  15. package/dist/esm/tools/ChangeWebBrowserTabTool.d.ts +3 -3
  16. package/dist/esm/tools/ChooseSelectOptionTool.d.ts +7 -7
  17. package/dist/esm/tools/DetectBrokenLinksTool.d.ts +3 -3
  18. package/dist/esm/tools/DownloadPdfTool.d.ts +3 -3
  19. package/dist/esm/tools/ExtractGoogleStreetviewEntityDataTool.d.ts +3 -3
  20. package/dist/esm/tools/ExtractPublicFacebookEntityDataTool.d.ts +3 -3
  21. package/dist/esm/tools/GetEntityDataFromGoogleMapResult.d.ts +3 -3
  22. package/dist/esm/tools/GoForwardOrBackTool.d.ts +3 -3
  23. package/dist/esm/tools/GoToGoogleMapsStreetViewTool.d.ts +3 -3
  24. package/dist/esm/tools/GoToWebpageTool.d.ts +3 -3
  25. package/dist/esm/tools/HandleBrowserDialogTool.d.ts +3 -3
  26. package/dist/esm/tools/InputRandomizedEmailAddressTool.d.ts +7 -7
  27. package/dist/esm/tools/InputTextTool.d.ts +7 -7
  28. package/dist/esm/tools/MakeCommentTool.d.ts +3 -3
  29. package/dist/esm/tools/MarkObjectiveCompleteTool.d.ts +3 -3
  30. package/dist/esm/tools/NavigateWithinStreetView.d.ts +3 -3
  31. package/dist/esm/tools/PressKeyTool.d.ts +7 -7
  32. package/dist/esm/tools/ReplayableInteraction.d.ts +3 -3
  33. package/dist/esm/tools/RunInlineJavaScriptCodeTool.d.ts +3 -3
  34. package/dist/esm/tools/RunSandboxedJavaScriptCodeTool.d.ts +3 -3
  35. package/dist/esm/tools/ScrollPageTool.d.ts +3 -3
  36. package/dist/esm/tools/SetRunModeTool.d.ts +3 -3
  37. package/dist/esm/tools/SolveMfaChallenge.d.ts +11 -11
  38. package/dist/esm/tools/SummarizeLearningsTool.d.ts +3 -3
  39. package/dist/esm/tools/TriggerDonobuFlowTool.d.ts +38 -600
  40. package/dist/esm/tools/TriggerDonobuFlowTool.d.ts.map +1 -1
  41. package/dist/esm/tools/WaitTool.d.ts +3 -3
  42. package/dist/managers/CodeGenerator.d.ts.map +1 -1
  43. package/dist/managers/CodeGenerator.js +2 -0
  44. package/dist/managers/CodeGenerator.js.map +1 -1
  45. package/dist/models/CreateDonobuFlow.d.ts +3 -284
  46. package/dist/models/CreateDonobuFlow.d.ts.map +1 -1
  47. package/dist/tools/AcknowledgeUserInstruction.d.ts +3 -3
  48. package/dist/tools/AnalyzePageTextTool.d.ts +3 -3
  49. package/dist/tools/AssertPageTextTool.d.ts +3 -3
  50. package/dist/tools/AssertPageTool.d.ts +3 -3
  51. package/dist/tools/AssertTool.d.ts +3 -3
  52. package/dist/tools/ChangeWebBrowserTabTool.d.ts +3 -3
  53. package/dist/tools/ChooseSelectOptionTool.d.ts +7 -7
  54. package/dist/tools/DetectBrokenLinksTool.d.ts +3 -3
  55. package/dist/tools/DownloadPdfTool.d.ts +3 -3
  56. package/dist/tools/ExtractGoogleStreetviewEntityDataTool.d.ts +3 -3
  57. package/dist/tools/ExtractPublicFacebookEntityDataTool.d.ts +3 -3
  58. package/dist/tools/GetEntityDataFromGoogleMapResult.d.ts +3 -3
  59. package/dist/tools/GoForwardOrBackTool.d.ts +3 -3
  60. package/dist/tools/GoToGoogleMapsStreetViewTool.d.ts +3 -3
  61. package/dist/tools/GoToWebpageTool.d.ts +3 -3
  62. package/dist/tools/HandleBrowserDialogTool.d.ts +3 -3
  63. package/dist/tools/InputRandomizedEmailAddressTool.d.ts +7 -7
  64. package/dist/tools/InputTextTool.d.ts +7 -7
  65. package/dist/tools/MakeCommentTool.d.ts +3 -3
  66. package/dist/tools/MarkObjectiveCompleteTool.d.ts +3 -3
  67. package/dist/tools/NavigateWithinStreetView.d.ts +3 -3
  68. package/dist/tools/PressKeyTool.d.ts +7 -7
  69. package/dist/tools/ReplayableInteraction.d.ts +3 -3
  70. package/dist/tools/RunInlineJavaScriptCodeTool.d.ts +3 -3
  71. package/dist/tools/RunSandboxedJavaScriptCodeTool.d.ts +3 -3
  72. package/dist/tools/ScrollPageTool.d.ts +3 -3
  73. package/dist/tools/SetRunModeTool.d.ts +3 -3
  74. package/dist/tools/SolveMfaChallenge.d.ts +11 -11
  75. package/dist/tools/SummarizeLearningsTool.d.ts +3 -3
  76. package/dist/tools/TriggerDonobuFlowTool.d.ts +38 -600
  77. package/dist/tools/TriggerDonobuFlowTool.d.ts.map +1 -1
  78. package/dist/tools/WaitTool.d.ts +3 -3
  79. package/package.json +16 -4
@@ -9,11 +9,11 @@ export declare const AssertCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  assertionToTestFor: string;
11
11
  }>;
12
- export declare const AssertToolGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const AssertToolGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  assertionToTestFor: z.ZodString;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  rationale: string;
18
18
  assertionToTestFor: string;
19
19
  }, {
@@ -9,11 +9,11 @@ export declare const ChangeWebBrowserTabCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  tabUrl: string;
11
11
  }>;
12
- export declare const ChangeWebBrowserTabGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const ChangeWebBrowserTabGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  tabUrl: z.ZodString;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  rationale: string;
18
18
  tabUrl: string;
19
19
  }, {
@@ -9,7 +9,7 @@ export declare const ChooseSelectOptionCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  optionValues: string[];
11
11
  }>;
12
- export declare const ChooseSelectOptionNonGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const ChooseSelectOptionNonGptSchema: z.ZodObject<{
13
13
  selector: z.ZodObject<{
14
14
  element: z.ZodArray<z.ZodString, "many">;
15
15
  frame: z.ZodNullable<z.ZodString>;
@@ -20,9 +20,9 @@ export declare const ChooseSelectOptionNonGptSchema: z.ZodObject<z.objectUtil.ex
20
20
  frame: string | null;
21
21
  element: string[];
22
22
  }>;
23
- }, {
23
+ } & {
24
24
  optionValues: z.ZodArray<z.ZodString, "many">;
25
- }>, "strip", z.ZodTypeAny, {
25
+ }, "strip", z.ZodTypeAny, {
26
26
  selector: {
27
27
  frame: string | null;
28
28
  element: string[];
@@ -35,14 +35,14 @@ export declare const ChooseSelectOptionNonGptSchema: z.ZodObject<z.objectUtil.ex
35
35
  };
36
36
  optionValues: string[];
37
37
  }>;
38
- export declare const ChooseSelectOptionGptSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
38
+ export declare const ChooseSelectOptionGptSchema: z.ZodObject<{
39
39
  rationale: z.ZodString;
40
- }, {
40
+ } & {
41
41
  whyThisAnnotation: z.ZodString;
42
42
  annotation: z.ZodString;
43
- }>, {
43
+ } & {
44
44
  optionValues: z.ZodArray<z.ZodString, "many">;
45
- }>, "strip", z.ZodTypeAny, {
45
+ }, "strip", z.ZodTypeAny, {
46
46
  annotation: string;
47
47
  rationale: string;
48
48
  whyThisAnnotation: string;
@@ -9,11 +9,11 @@ export declare const DetectBrokenLinksCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  captureScreenshots?: boolean | undefined;
11
11
  }>;
12
- export declare const DetectBrokenLinksGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const DetectBrokenLinksGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  captureScreenshots: z.ZodOptional<z.ZodBoolean>;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  rationale: string;
18
18
  captureScreenshots?: boolean | undefined;
19
19
  }, {
@@ -9,11 +9,11 @@ export declare const DownloadPdfCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  url: string;
11
11
  }>;
12
- export declare const DownloadPdfGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const DownloadPdfGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  url: z.ZodString;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  url: string;
18
18
  rationale: string;
19
19
  }, {
@@ -10,11 +10,11 @@ export declare const ExtractGoogleStreetviewEntityDataCoreSchema: z.ZodObject<{
10
10
  }, {
11
11
  entityName: string;
12
12
  }>;
13
- export declare const ExtractGoogleStreetviewEntityDataGptSchema: z.ZodObject<z.objectUtil.extendShape<{
13
+ export declare const ExtractGoogleStreetviewEntityDataGptSchema: z.ZodObject<{
14
14
  rationale: z.ZodString;
15
- }, {
15
+ } & {
16
16
  entityName: z.ZodString;
17
- }>, "strip", z.ZodTypeAny, {
17
+ }, "strip", z.ZodTypeAny, {
18
18
  rationale: string;
19
19
  entityName: string;
20
20
  }, {
@@ -12,12 +12,12 @@ export declare const ExtractPublicFacebookEntityDataCoreSchema: z.ZodObject<{
12
12
  facebookEntityName?: string | undefined;
13
13
  facebookEntityUrl?: string | undefined;
14
14
  }>;
15
- export declare const ExtractPublicFacebookEntityDataGptSchema: z.ZodObject<z.objectUtil.extendShape<{
15
+ export declare const ExtractPublicFacebookEntityDataGptSchema: z.ZodObject<{
16
16
  rationale: z.ZodString;
17
- }, {
17
+ } & {
18
18
  facebookEntityName: z.ZodOptional<z.ZodString>;
19
19
  facebookEntityUrl: z.ZodOptional<z.ZodString>;
20
- }>, "strip", z.ZodTypeAny, {
20
+ }, "strip", z.ZodTypeAny, {
21
21
  rationale: string;
22
22
  facebookEntityName?: string | undefined;
23
23
  facebookEntityUrl?: string | undefined;
@@ -3,12 +3,12 @@ import { ToolCallContext } from '../models/ToolCallContext';
3
3
  import { ToolCallResult } from '../models/ToolCallResult';
4
4
  import { NoArgsSchema } from '../models/ToolSchema';
5
5
  import { z } from 'zod';
6
- export declare const GetEntityDataFromGoogleMapResultGptSchema: z.ZodObject<z.objectUtil.extendShape<{
6
+ export declare const GetEntityDataFromGoogleMapResultGptSchema: z.ZodObject<{
7
7
  rationale: z.ZodString;
8
- }, {
8
+ } & {
9
9
  entityName: z.ZodString;
10
10
  entityAddress: z.ZodString;
11
- }>, "strip", z.ZodTypeAny, {
11
+ }, "strip", z.ZodTypeAny, {
12
12
  rationale: string;
13
13
  entityName: string;
14
14
  entityAddress: string;
@@ -9,11 +9,11 @@ export declare const GoForwardOrBackCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  direction: "FORWARD" | "BACK";
11
11
  }>;
12
- export declare const GoForwardOrBackGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const GoForwardOrBackGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  direction: z.ZodEnum<["FORWARD", "BACK"]>;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  rationale: string;
18
18
  direction: "FORWARD" | "BACK";
19
19
  }, {
@@ -12,12 +12,12 @@ export declare const GoToGoogleMapsStreetViewCoreSchema: z.ZodObject<{
12
12
  entityName: string;
13
13
  entityLocation: string;
14
14
  }>;
15
- export declare const GoToGoogleMapsStreetViewGptSchema: z.ZodObject<z.objectUtil.extendShape<{
15
+ export declare const GoToGoogleMapsStreetViewGptSchema: z.ZodObject<{
16
16
  rationale: z.ZodString;
17
- }, {
17
+ } & {
18
18
  entityName: z.ZodString;
19
19
  entityLocation: z.ZodString;
20
- }>, "strip", z.ZodTypeAny, {
20
+ }, "strip", z.ZodTypeAny, {
21
21
  rationale: string;
22
22
  entityName: string;
23
23
  entityLocation: string;
@@ -12,14 +12,14 @@ export declare const GoToWebpageToolCoreParameters: z.ZodObject<{
12
12
  }, {
13
13
  url: string;
14
14
  }>;
15
- export declare const GoToWebpageToolGptParameters: z.ZodObject<z.objectUtil.extendShape<{
15
+ export declare const GoToWebpageToolGptParameters: z.ZodObject<{
16
16
  rationale: z.ZodString;
17
- }, {
17
+ } & {
18
18
  /**
19
19
  * The URL to navigate to. Must use the http or https (example is https://google.com).
20
20
  */
21
21
  url: z.ZodString;
22
- }>, "strip", z.ZodTypeAny, {
22
+ }, "strip", z.ZodTypeAny, {
23
23
  url: string;
24
24
  rationale: string;
25
25
  }, {
@@ -9,11 +9,11 @@ export declare const HandleBrowserDialogCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  text: string | null;
11
11
  }>;
12
- export declare const HandleBrowserDialogGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const HandleBrowserDialogGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  text: z.ZodNullable<z.ZodString>;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  text: string | null;
18
18
  rationale: string;
19
19
  }, {
@@ -12,7 +12,7 @@ export declare const InputRandomizedEmailAddressCoreSchema: z.ZodObject<{
12
12
  finalizeWithSubmit: boolean;
13
13
  baseEmail: string;
14
14
  }>;
15
- export declare const InputRandomizedEmailAddressNonGptSchema: z.ZodObject<z.objectUtil.extendShape<{
15
+ export declare const InputRandomizedEmailAddressNonGptSchema: z.ZodObject<{
16
16
  selector: z.ZodObject<{
17
17
  element: z.ZodArray<z.ZodString, "many">;
18
18
  frame: z.ZodNullable<z.ZodString>;
@@ -23,10 +23,10 @@ export declare const InputRandomizedEmailAddressNonGptSchema: z.ZodObject<z.obje
23
23
  frame: string | null;
24
24
  element: string[];
25
25
  }>;
26
- }, {
26
+ } & {
27
27
  baseEmail: z.ZodString;
28
28
  finalizeWithSubmit: z.ZodBoolean;
29
- }>, "strip", z.ZodTypeAny, {
29
+ }, "strip", z.ZodTypeAny, {
30
30
  selector: {
31
31
  frame: string | null;
32
32
  element: string[];
@@ -41,15 +41,15 @@ export declare const InputRandomizedEmailAddressNonGptSchema: z.ZodObject<z.obje
41
41
  finalizeWithSubmit: boolean;
42
42
  baseEmail: string;
43
43
  }>;
44
- export declare const InputRandomizedEmailAddressGptSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
44
+ export declare const InputRandomizedEmailAddressGptSchema: z.ZodObject<{
45
45
  rationale: z.ZodString;
46
- }, {
46
+ } & {
47
47
  whyThisAnnotation: z.ZodString;
48
48
  annotation: z.ZodString;
49
- }>, {
49
+ } & {
50
50
  baseEmail: z.ZodString;
51
51
  finalizeWithSubmit: z.ZodBoolean;
52
- }>, "strip", z.ZodTypeAny, {
52
+ }, "strip", z.ZodTypeAny, {
53
53
  annotation: string;
54
54
  rationale: string;
55
55
  whyThisAnnotation: string;
@@ -12,7 +12,7 @@ export declare const InputTextCoreSchema: z.ZodObject<{
12
12
  text: string;
13
13
  finalizeWithSubmit: boolean;
14
14
  }>;
15
- export declare const InputTextNonGptSchema: z.ZodObject<z.objectUtil.extendShape<{
15
+ export declare const InputTextNonGptSchema: z.ZodObject<{
16
16
  selector: z.ZodObject<{
17
17
  element: z.ZodArray<z.ZodString, "many">;
18
18
  frame: z.ZodNullable<z.ZodString>;
@@ -23,10 +23,10 @@ export declare const InputTextNonGptSchema: z.ZodObject<z.objectUtil.extendShape
23
23
  frame: string | null;
24
24
  element: string[];
25
25
  }>;
26
- }, {
26
+ } & {
27
27
  text: z.ZodString;
28
28
  finalizeWithSubmit: z.ZodBoolean;
29
- }>, "strip", z.ZodTypeAny, {
29
+ }, "strip", z.ZodTypeAny, {
30
30
  text: string;
31
31
  selector: {
32
32
  frame: string | null;
@@ -41,15 +41,15 @@ export declare const InputTextNonGptSchema: z.ZodObject<z.objectUtil.extendShape
41
41
  };
42
42
  finalizeWithSubmit: boolean;
43
43
  }>;
44
- export declare const InputTextGptSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
44
+ export declare const InputTextGptSchema: z.ZodObject<{
45
45
  rationale: z.ZodString;
46
- }, {
46
+ } & {
47
47
  whyThisAnnotation: z.ZodString;
48
48
  annotation: z.ZodString;
49
- }>, {
49
+ } & {
50
50
  text: z.ZodString;
51
51
  finalizeWithSubmit: z.ZodBoolean;
52
- }>, "strip", z.ZodTypeAny, {
52
+ }, "strip", z.ZodTypeAny, {
53
53
  text: string;
54
54
  annotation: string;
55
55
  rationale: string;
@@ -9,11 +9,11 @@ export declare const MakeCommentCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  comment: string;
11
11
  }>;
12
- export declare const MakeCommentGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const MakeCommentGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  comment: z.ZodString;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  rationale: string;
18
18
  comment: string;
19
19
  }, {
@@ -3,11 +3,11 @@ import { ToolCallContext } from '../models/ToolCallContext';
3
3
  import { ToolCallResult } from '../models/ToolCallResult';
4
4
  import { NoArgsSchema } from '../models/ToolSchema';
5
5
  import { z } from 'zod';
6
- export declare const MarkObjectiveCompleteGptSchema: z.ZodObject<z.objectUtil.extendShape<{
6
+ export declare const MarkObjectiveCompleteGptSchema: z.ZodObject<{
7
7
  rationale: z.ZodString;
8
- }, {
8
+ } & {
9
9
  details: z.ZodString;
10
- }>, "strip", z.ZodTypeAny, {
10
+ }, "strip", z.ZodTypeAny, {
11
11
  details: string;
12
12
  rationale: string;
13
13
  }, {
@@ -18,9 +18,9 @@ export declare const NavigateWithinStreetViewCoreSchema: z.ZodObject<{
18
18
  }, {
19
19
  action: "ROTATE_CLOCKWISE" | "ROTATE_COUNTERCLOCKWISE" | "ZOOM_IN" | "ZOOM_OUT";
20
20
  }>;
21
- export declare const NavigateWithinStreetViewGptSchema: z.ZodObject<z.objectUtil.extendShape<{
21
+ export declare const NavigateWithinStreetViewGptSchema: z.ZodObject<{
22
22
  rationale: z.ZodString;
23
- }, {
23
+ } & {
24
24
  /**
25
25
  * Choose a value that will most likely help towards the current objective.
26
26
  * - A value of ZOOM_IN will zoom in on current street maps view.
@@ -29,7 +29,7 @@ export declare const NavigateWithinStreetViewGptSchema: z.ZodObject<z.objectUtil
29
29
  * - A value of ROTATE_COUNTERCLOCKWISE will rotate the current street maps view counterclockwise.
30
30
  */
31
31
  action: z.ZodEnum<["ROTATE_CLOCKWISE", "ROTATE_COUNTERCLOCKWISE", "ZOOM_IN", "ZOOM_OUT"]>;
32
- }>, "strip", z.ZodTypeAny, {
32
+ }, "strip", z.ZodTypeAny, {
33
33
  rationale: string;
34
34
  action: "ROTATE_CLOCKWISE" | "ROTATE_COUNTERCLOCKWISE" | "ZOOM_IN" | "ZOOM_OUT";
35
35
  }, {
@@ -9,7 +9,7 @@ export declare const PressKeyCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  key: string;
11
11
  }>;
12
- export declare const PressKeyNonGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const PressKeyNonGptSchema: z.ZodObject<{
13
13
  selector: z.ZodObject<{
14
14
  element: z.ZodArray<z.ZodString, "many">;
15
15
  frame: z.ZodNullable<z.ZodString>;
@@ -20,9 +20,9 @@ export declare const PressKeyNonGptSchema: z.ZodObject<z.objectUtil.extendShape<
20
20
  frame: string | null;
21
21
  element: string[];
22
22
  }>;
23
- }, {
23
+ } & {
24
24
  key: z.ZodString;
25
- }>, "strip", z.ZodTypeAny, {
25
+ }, "strip", z.ZodTypeAny, {
26
26
  key: string;
27
27
  selector: {
28
28
  frame: string | null;
@@ -35,14 +35,14 @@ export declare const PressKeyNonGptSchema: z.ZodObject<z.objectUtil.extendShape<
35
35
  element: string[];
36
36
  };
37
37
  }>;
38
- export declare const PressKeyGptSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
38
+ export declare const PressKeyGptSchema: z.ZodObject<{
39
39
  rationale: z.ZodString;
40
- }, {
40
+ } & {
41
41
  whyThisAnnotation: z.ZodString;
42
42
  annotation: z.ZodString;
43
- }>, {
43
+ } & {
44
44
  key: z.ZodString;
45
- }>, "strip", z.ZodTypeAny, {
45
+ }, "strip", z.ZodTypeAny, {
46
46
  annotation: string;
47
47
  key: string;
48
48
  rationale: string;
@@ -25,12 +25,12 @@ export declare const SelectorBasedSchema: z.ZodObject<{
25
25
  element: string[];
26
26
  };
27
27
  }>;
28
- export declare const AnnotationBasedSchema: z.ZodObject<z.objectUtil.extendShape<{
28
+ export declare const AnnotationBasedSchema: z.ZodObject<{
29
29
  rationale: z.ZodString;
30
- }, {
30
+ } & {
31
31
  whyThisAnnotation: z.ZodString;
32
32
  annotation: z.ZodString;
33
- }>, "strip", z.ZodTypeAny, {
33
+ }, "strip", z.ZodTypeAny, {
34
34
  annotation: string;
35
35
  rationale: string;
36
36
  whyThisAnnotation: string;
@@ -9,11 +9,11 @@ export declare const RunInlineJavaScriptCodeCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  javaScriptCode: string;
11
11
  }>;
12
- export declare const RunInlineJavaScriptCodeGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const RunInlineJavaScriptCodeGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  javaScriptCode: z.ZodString;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  rationale: string;
18
18
  javaScriptCode: string;
19
19
  }, {
@@ -9,11 +9,11 @@ export declare const RunSandboxedJavaScriptCodeCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  javaScriptCode: string;
11
11
  }>;
12
- export declare const RunSandboxedJavaScriptCodeGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const RunSandboxedJavaScriptCodeGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  javaScriptCode: z.ZodString;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  rationale: string;
18
18
  javaScriptCode: string;
19
19
  }, {
@@ -9,11 +9,11 @@ export declare const ScrollPageCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  direction: "UP" | "DOWN";
11
11
  }>;
12
- export declare const ScrollPageGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const ScrollPageGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  direction: z.ZodEnum<["UP", "DOWN"]>;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  rationale: string;
18
18
  direction: "UP" | "DOWN";
19
19
  }, {
@@ -9,11 +9,11 @@ export declare const SetRunModeCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  runMode: "AUTONOMOUS" | "INSTRUCT" | "DETERMINISTIC";
11
11
  }>;
12
- export declare const SetRunModeGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const SetRunModeGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  runMode: z.ZodEnum<["AUTONOMOUS", "INSTRUCT", "DETERMINISTIC"]>;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  runMode: "AUTONOMOUS" | "INSTRUCT" | "DETERMINISTIC";
18
18
  rationale: string;
19
19
  }, {
@@ -18,7 +18,7 @@ export declare const SolveMfaChallengeCoreSchema: z.ZodObject<{
18
18
  gmailClientSecret: string;
19
19
  gmailRefreshToken: string;
20
20
  }>;
21
- export declare const SelectorBasedSolveMfaChallengeSchema: z.ZodObject<z.objectUtil.extendShape<{
21
+ export declare const SelectorBasedSolveMfaChallengeSchema: z.ZodObject<{
22
22
  selector: z.ZodObject<{
23
23
  element: z.ZodArray<z.ZodString, "many">;
24
24
  frame: z.ZodNullable<z.ZodString>;
@@ -29,53 +29,53 @@ export declare const SelectorBasedSolveMfaChallengeSchema: z.ZodObject<z.objectU
29
29
  frame: string | null;
30
30
  element: string[];
31
31
  }>;
32
- }, {
32
+ } & {
33
33
  gmailClientId: z.ZodString;
34
34
  gmailClientSecret: z.ZodString;
35
35
  gmailRefreshToken: z.ZodString;
36
36
  email: z.ZodString;
37
- }>, "strip", z.ZodTypeAny, {
37
+ }, "strip", z.ZodTypeAny, {
38
+ email: string;
38
39
  selector: {
39
40
  frame: string | null;
40
41
  element: string[];
41
42
  };
42
- email: string;
43
43
  gmailClientId: string;
44
44
  gmailClientSecret: string;
45
45
  gmailRefreshToken: string;
46
46
  }, {
47
+ email: string;
47
48
  selector: {
48
49
  frame: string | null;
49
50
  element: string[];
50
51
  };
51
- email: string;
52
52
  gmailClientId: string;
53
53
  gmailClientSecret: string;
54
54
  gmailRefreshToken: string;
55
55
  }>;
56
- export declare const AnnotationBasedSolveMfaChallengeSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
56
+ export declare const AnnotationBasedSolveMfaChallengeSchema: z.ZodObject<{
57
57
  rationale: z.ZodString;
58
- }, {
58
+ } & {
59
59
  whyThisAnnotation: z.ZodString;
60
60
  annotation: z.ZodString;
61
- }>, {
61
+ } & {
62
62
  gmailClientId: z.ZodString;
63
63
  gmailClientSecret: z.ZodString;
64
64
  gmailRefreshToken: z.ZodString;
65
65
  email: z.ZodString;
66
- }>, "strip", z.ZodTypeAny, {
66
+ }, "strip", z.ZodTypeAny, {
67
67
  annotation: string;
68
+ email: string;
68
69
  rationale: string;
69
70
  whyThisAnnotation: string;
70
- email: string;
71
71
  gmailClientId: string;
72
72
  gmailClientSecret: string;
73
73
  gmailRefreshToken: string;
74
74
  }, {
75
75
  annotation: string;
76
+ email: string;
76
77
  rationale: string;
77
78
  whyThisAnnotation: string;
78
- email: string;
79
79
  gmailClientId: string;
80
80
  gmailClientSecret: string;
81
81
  gmailRefreshToken: string;
@@ -9,11 +9,11 @@ export declare const SummarizeLearningsCoreSchema: z.ZodObject<{
9
9
  }, {
10
10
  summary: string;
11
11
  }>;
12
- export declare const SummarizeLearningsGptSchema: z.ZodObject<z.objectUtil.extendShape<{
12
+ export declare const SummarizeLearningsGptSchema: z.ZodObject<{
13
13
  rationale: z.ZodString;
14
- }, {
14
+ } & {
15
15
  summary: z.ZodString;
16
- }>, "strip", z.ZodTypeAny, {
16
+ }, "strip", z.ZodTypeAny, {
17
17
  summary: string;
18
18
  rationale: string;
19
19
  }, {