@browserbasehq/orca 3.4.0-preview.0 → 3.5.0-preview.1
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/cjs/lib/inference.d.ts +2 -1
- package/dist/cjs/lib/inference.js +10 -3
- package/dist/cjs/lib/inference.js.map +1 -1
- package/dist/cjs/lib/prompt.d.ts +2 -2
- package/dist/cjs/lib/prompt.js +19 -4
- package/dist/cjs/lib/prompt.js.map +1 -1
- package/dist/cjs/lib/v3/agent/AgentProvider.d.ts +1 -1
- package/dist/cjs/lib/v3/agent/AgentProvider.js.map +1 -1
- package/dist/cjs/lib/v3/agent/AnthropicCUAClient.js +10 -0
- package/dist/cjs/lib/v3/agent/AnthropicCUAClient.js.map +1 -1
- package/dist/cjs/lib/v3/agent/utils/captureAriaTreeProbe.d.ts +35 -0
- package/dist/cjs/lib/v3/agent/utils/captureAriaTreeProbe.js +38 -0
- package/dist/cjs/lib/v3/agent/utils/captureAriaTreeProbe.js.map +1 -0
- package/dist/cjs/lib/v3/agent/utils/postStepProbeEvidence.d.ts +19 -0
- package/dist/cjs/lib/v3/agent/utils/postStepProbeEvidence.js +54 -0
- package/dist/cjs/lib/v3/agent/utils/postStepProbeEvidence.js.map +1 -0
- package/dist/cjs/lib/v3/agent/utils/toolOutputEvidence.d.ts +2 -0
- package/dist/cjs/lib/v3/agent/utils/toolOutputEvidence.js +62 -0
- package/dist/cjs/lib/v3/agent/utils/toolOutputEvidence.js.map +1 -0
- package/dist/cjs/lib/v3/agent/utils/wrapEvidenceCallback.d.ts +3 -0
- package/dist/cjs/lib/v3/agent/utils/wrapEvidenceCallback.js +25 -0
- package/dist/cjs/lib/v3/agent/utils/wrapEvidenceCallback.js.map +1 -0
- package/dist/cjs/lib/v3/api.d.ts +7 -1
- package/dist/cjs/lib/v3/api.js +100 -29
- package/dist/cjs/lib/v3/api.js.map +1 -1
- package/dist/cjs/lib/v3/dom/build/selectorRuntime.generated.d.ts +24 -0
- package/dist/cjs/lib/v3/dom/build/selectorRuntime.generated.js +31 -0
- package/dist/cjs/lib/v3/dom/build/selectorRuntime.generated.js.map +1 -0
- package/dist/cjs/lib/v3/handlers/extractHandler.js +19 -2
- package/dist/cjs/lib/v3/handlers/extractHandler.js.map +1 -1
- package/dist/cjs/lib/v3/handlers/observeHandler.js +2 -1
- package/dist/cjs/lib/v3/handlers/observeHandler.js.map +1 -1
- package/dist/cjs/lib/v3/handlers/v3AgentHandler.d.ts +1 -0
- package/dist/cjs/lib/v3/handlers/v3AgentHandler.js +83 -7
- package/dist/cjs/lib/v3/handlers/v3AgentHandler.js.map +1 -1
- package/dist/cjs/lib/v3/handlers/v3CuaAgentHandler.d.ts +11 -0
- package/dist/cjs/lib/v3/handlers/v3CuaAgentHandler.js +120 -5
- package/dist/cjs/lib/v3/handlers/v3CuaAgentHandler.js.map +1 -1
- package/dist/cjs/lib/v3/index.d.ts +12 -0
- package/dist/cjs/lib/v3/index.js +19 -1
- package/dist/cjs/lib/v3/index.js.map +1 -1
- package/dist/cjs/lib/v3/launch/local.d.ts +2 -7
- package/dist/cjs/lib/v3/launch/local.js +47 -7
- package/dist/cjs/lib/v3/launch/local.js.map +1 -1
- package/dist/cjs/lib/v3/llm/LLMProvider.d.ts +3 -0
- package/dist/cjs/lib/v3/llm/LLMProvider.js +28 -8
- package/dist/cjs/lib/v3/llm/LLMProvider.js.map +1 -1
- package/dist/cjs/lib/v3/llm/aisdk.js +5 -0
- package/dist/cjs/lib/v3/llm/aisdk.js.map +1 -1
- package/dist/cjs/lib/v3/types/private/handlers.d.ts +2 -0
- package/dist/cjs/lib/v3/types/private/handlers.js.map +1 -1
- package/dist/cjs/lib/v3/types/private/snapshot.d.ts +2 -0
- package/dist/cjs/lib/v3/types/private/snapshot.js.map +1 -1
- package/dist/cjs/lib/v3/types/public/agent.d.ts +7 -1
- package/dist/cjs/lib/v3/types/public/agent.js.map +1 -1
- package/dist/cjs/lib/v3/types/public/agentEvidenceEvents.d.ts +85 -0
- package/dist/cjs/lib/v3/types/public/agentEvidenceEvents.js +15 -0
- package/dist/cjs/lib/v3/types/public/agentEvidenceEvents.js.map +1 -0
- package/dist/cjs/lib/v3/types/public/api.d.ts +584 -65
- package/dist/cjs/lib/v3/types/public/api.js +107 -7
- package/dist/cjs/lib/v3/types/public/api.js.map +1 -1
- package/dist/cjs/lib/v3/types/public/index.d.ts +1 -0
- package/dist/cjs/lib/v3/types/public/index.js +1 -0
- package/dist/cjs/lib/v3/types/public/index.js.map +1 -1
- package/dist/cjs/lib/v3/types/public/methods.d.ts +2 -0
- package/dist/cjs/lib/v3/types/public/methods.js.map +1 -1
- package/dist/cjs/lib/v3/types/public/model.d.ts +23 -10
- package/dist/cjs/lib/v3/types/public/model.js.map +1 -1
- package/dist/cjs/lib/v3/understudy/a11y/snapshot/a11yTree.js +25 -0
- package/dist/cjs/lib/v3/understudy/a11y/snapshot/a11yTree.js.map +1 -1
- package/dist/cjs/lib/v3/understudy/a11y/snapshot/treeFormatUtils.js +10 -1
- package/dist/cjs/lib/v3/understudy/a11y/snapshot/treeFormatUtils.js.map +1 -1
- package/dist/cjs/lib/v3/v3.d.ts +1 -0
- package/dist/cjs/lib/v3/v3.js +21 -47
- package/dist/cjs/lib/v3/v3.js.map +1 -1
- package/dist/cjs/lib/v3/verifier/evidenceNormalization.d.ts +7 -0
- package/dist/cjs/lib/v3/verifier/evidenceNormalization.js +100 -0
- package/dist/cjs/lib/v3/verifier/evidenceNormalization.js.map +1 -0
- package/dist/cjs/lib/v3/verifier/index.d.ts +6 -0
- package/dist/cjs/lib/v3/verifier/index.js +16 -0
- package/dist/cjs/lib/v3/verifier/index.js.map +1 -0
- package/dist/cjs/lib/v3/verifier/trajectory.d.ts +50 -0
- package/dist/cjs/lib/v3/verifier/trajectory.js +316 -0
- package/dist/cjs/lib/v3/verifier/trajectory.js.map +1 -0
- package/dist/cjs/lib/v3/verifier/types.d.ts +281 -0
- package/dist/cjs/lib/v3/verifier/types.js +10 -0
- package/dist/cjs/lib/v3/verifier/types.js.map +1 -0
- package/dist/cjs/lib/v3Evaluator.d.ts +29 -16
- package/dist/cjs/lib/v3Evaluator.js +184 -194
- package/dist/cjs/lib/v3Evaluator.js.map +1 -1
- package/dist/cjs/lib/v3LegacyEvaluator.d.ts +20 -0
- package/dist/cjs/lib/v3LegacyEvaluator.js +219 -0
- package/dist/cjs/lib/v3LegacyEvaluator.js.map +1 -0
- package/dist/cjs/lib/version.d.ts +1 -1
- package/dist/cjs/lib/version.js +1 -1
- package/dist/cjs/lib/version.js.map +1 -1
- package/dist/esm/lib/inference.d.ts +2 -1
- package/dist/esm/lib/inference.js +10 -3
- package/dist/esm/lib/inference.js.map +1 -1
- package/dist/esm/lib/prompt.d.ts +2 -2
- package/dist/esm/lib/prompt.js +19 -4
- package/dist/esm/lib/prompt.js.map +1 -1
- package/dist/esm/lib/v3/agent/AgentProvider.d.ts +1 -1
- package/dist/esm/lib/v3/agent/AgentProvider.js.map +1 -1
- package/dist/esm/lib/v3/agent/AnthropicCUAClient.js +10 -0
- package/dist/esm/lib/v3/agent/AnthropicCUAClient.js.map +1 -1
- package/dist/esm/lib/v3/agent/utils/captureAriaTreeProbe.d.ts +35 -0
- package/dist/esm/lib/v3/agent/utils/captureAriaTreeProbe.js +35 -0
- package/dist/esm/lib/v3/agent/utils/captureAriaTreeProbe.js.map +1 -0
- package/dist/esm/lib/v3/agent/utils/postStepProbeEvidence.d.ts +19 -0
- package/dist/esm/lib/v3/agent/utils/postStepProbeEvidence.js +50 -0
- package/dist/esm/lib/v3/agent/utils/postStepProbeEvidence.js.map +1 -0
- package/dist/esm/lib/v3/agent/utils/toolOutputEvidence.d.ts +2 -0
- package/dist/esm/lib/v3/agent/utils/toolOutputEvidence.js +59 -0
- package/dist/esm/lib/v3/agent/utils/toolOutputEvidence.js.map +1 -0
- package/dist/esm/lib/v3/agent/utils/wrapEvidenceCallback.d.ts +3 -0
- package/dist/esm/lib/v3/agent/utils/wrapEvidenceCallback.js +22 -0
- package/dist/esm/lib/v3/agent/utils/wrapEvidenceCallback.js.map +1 -0
- package/dist/esm/lib/v3/api.d.ts +7 -1
- package/dist/esm/lib/v3/api.js +100 -29
- package/dist/esm/lib/v3/api.js.map +1 -1
- package/dist/esm/lib/v3/dom/build/selectorRuntime.generated.d.ts +24 -0
- package/dist/esm/lib/v3/dom/build/selectorRuntime.generated.js +28 -0
- package/dist/esm/lib/v3/dom/build/selectorRuntime.generated.js.map +1 -0
- package/dist/esm/lib/v3/handlers/extractHandler.js +19 -2
- package/dist/esm/lib/v3/handlers/extractHandler.js.map +1 -1
- package/dist/esm/lib/v3/handlers/observeHandler.js +2 -1
- package/dist/esm/lib/v3/handlers/observeHandler.js.map +1 -1
- package/dist/esm/lib/v3/handlers/v3AgentHandler.d.ts +1 -0
- package/dist/esm/lib/v3/handlers/v3AgentHandler.js +83 -7
- package/dist/esm/lib/v3/handlers/v3AgentHandler.js.map +1 -1
- package/dist/esm/lib/v3/handlers/v3CuaAgentHandler.d.ts +11 -0
- package/dist/esm/lib/v3/handlers/v3CuaAgentHandler.js +120 -5
- package/dist/esm/lib/v3/handlers/v3CuaAgentHandler.js.map +1 -1
- package/dist/esm/lib/v3/index.d.ts +12 -0
- package/dist/esm/lib/v3/index.js +10 -0
- package/dist/esm/lib/v3/index.js.map +1 -1
- package/dist/esm/lib/v3/launch/local.d.ts +2 -7
- package/dist/esm/lib/v3/launch/local.js +48 -8
- package/dist/esm/lib/v3/launch/local.js.map +1 -1
- package/dist/esm/lib/v3/llm/LLMProvider.d.ts +3 -0
- package/dist/esm/lib/v3/llm/LLMProvider.js +28 -9
- package/dist/esm/lib/v3/llm/LLMProvider.js.map +1 -1
- package/dist/esm/lib/v3/llm/aisdk.js +5 -0
- package/dist/esm/lib/v3/llm/aisdk.js.map +1 -1
- package/dist/esm/lib/v3/types/private/handlers.d.ts +2 -0
- package/dist/esm/lib/v3/types/private/handlers.js.map +1 -1
- package/dist/esm/lib/v3/types/private/snapshot.d.ts +2 -0
- package/dist/esm/lib/v3/types/private/snapshot.js.map +1 -1
- package/dist/esm/lib/v3/types/public/agent.d.ts +7 -1
- package/dist/esm/lib/v3/types/public/agent.js.map +1 -1
- package/dist/esm/lib/v3/types/public/agentEvidenceEvents.d.ts +85 -0
- package/dist/esm/lib/v3/types/public/agentEvidenceEvents.js +14 -0
- package/dist/esm/lib/v3/types/public/agentEvidenceEvents.js.map +1 -0
- package/dist/esm/lib/v3/types/public/api.d.ts +584 -65
- package/dist/esm/lib/v3/types/public/api.js +105 -5
- package/dist/esm/lib/v3/types/public/api.js.map +1 -1
- package/dist/esm/lib/v3/types/public/index.d.ts +1 -0
- package/dist/esm/lib/v3/types/public/index.js +1 -0
- package/dist/esm/lib/v3/types/public/index.js.map +1 -1
- package/dist/esm/lib/v3/types/public/methods.d.ts +2 -0
- package/dist/esm/lib/v3/types/public/methods.js.map +1 -1
- package/dist/esm/lib/v3/types/public/model.d.ts +23 -10
- package/dist/esm/lib/v3/types/public/model.js.map +1 -1
- package/dist/esm/lib/v3/understudy/a11y/snapshot/a11yTree.js +25 -0
- package/dist/esm/lib/v3/understudy/a11y/snapshot/a11yTree.js.map +1 -1
- package/dist/esm/lib/v3/understudy/a11y/snapshot/treeFormatUtils.js +10 -1
- package/dist/esm/lib/v3/understudy/a11y/snapshot/treeFormatUtils.js.map +1 -1
- package/dist/esm/lib/v3/v3.d.ts +1 -0
- package/dist/esm/lib/v3/v3.js +21 -47
- package/dist/esm/lib/v3/v3.js.map +1 -1
- package/dist/esm/lib/v3/verifier/evidenceNormalization.d.ts +7 -0
- package/dist/esm/lib/v3/verifier/evidenceNormalization.js +93 -0
- package/dist/esm/lib/v3/verifier/evidenceNormalization.js.map +1 -0
- package/dist/esm/lib/v3/verifier/index.d.ts +6 -0
- package/dist/esm/lib/v3/verifier/index.js +3 -0
- package/dist/esm/lib/v3/verifier/index.js.map +1 -0
- package/dist/esm/lib/v3/verifier/trajectory.d.ts +50 -0
- package/dist/esm/lib/v3/verifier/trajectory.js +273 -0
- package/dist/esm/lib/v3/verifier/trajectory.js.map +1 -0
- package/dist/esm/lib/v3/verifier/types.d.ts +281 -0
- package/dist/esm/lib/v3/verifier/types.js +9 -0
- package/dist/esm/lib/v3/verifier/types.js.map +1 -0
- package/dist/esm/lib/v3Evaluator.d.ts +29 -16
- package/dist/esm/lib/v3Evaluator.js +183 -193
- package/dist/esm/lib/v3Evaluator.js.map +1 -1
- package/dist/esm/lib/v3LegacyEvaluator.d.ts +20 -0
- package/dist/esm/lib/v3LegacyEvaluator.js +215 -0
- package/dist/esm/lib/v3LegacyEvaluator.js.map +1 -0
- package/dist/esm/lib/version.d.ts +1 -1
- package/dist/esm/lib/version.js +1 -1
- package/dist/esm/lib/version.js.map +1 -1
- package/package.json +33 -21
- package/dist/cjs/tests/cache-variables.test.d.ts +0 -1
- package/dist/cjs/tests/cache-variables.test.js +0 -221
- package/dist/cjs/tests/cache-variables.test.js.map +0 -1
- package/dist/cjs/tests/integration/agent-abort-signal.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/agent-abort-signal.spec.js +0 -123
- package/dist/cjs/tests/integration/agent-abort-signal.spec.js.map +0 -1
- package/dist/cjs/tests/integration/agent-cache-self-heal.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/agent-cache-self-heal.spec.js +0 -83
- package/dist/cjs/tests/integration/agent-cache-self-heal.spec.js.map +0 -1
- package/dist/cjs/tests/integration/agent-callbacks.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/agent-callbacks.spec.js +0 -385
- package/dist/cjs/tests/integration/agent-callbacks.spec.js.map +0 -1
- package/dist/cjs/tests/integration/agent-experimental-validation.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/agent-experimental-validation.spec.js +0 -362
- package/dist/cjs/tests/integration/agent-experimental-validation.spec.js.map +0 -1
- package/dist/cjs/tests/integration/agent-hybrid-mode.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/agent-hybrid-mode.spec.js +0 -262
- package/dist/cjs/tests/integration/agent-hybrid-mode.spec.js.map +0 -1
- package/dist/cjs/tests/integration/agent-message-continuation.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/agent-message-continuation.spec.js +0 -112
- package/dist/cjs/tests/integration/agent-message-continuation.spec.js.map +0 -1
- package/dist/cjs/tests/integration/agent-streaming.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/agent-streaming.spec.js +0 -140
- package/dist/cjs/tests/integration/agent-streaming.spec.js.map +0 -1
- package/dist/cjs/tests/integration/cdp-close-api-region.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/cdp-close-api-region.spec.js +0 -41
- package/dist/cjs/tests/integration/cdp-close-api-region.spec.js.map +0 -1
- package/dist/cjs/tests/integration/cdp-connection-close.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/cdp-connection-close.spec.js +0 -76
- package/dist/cjs/tests/integration/cdp-connection-close.spec.js.map +0 -1
- package/dist/cjs/tests/integration/cdp-session-detached.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/cdp-session-detached.spec.js +0 -45
- package/dist/cjs/tests/integration/cdp-session-detached.spec.js.map +0 -1
- package/dist/cjs/tests/integration/chrome-newtab-page-tracking.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/chrome-newtab-page-tracking.spec.js +0 -56
- package/dist/cjs/tests/integration/chrome-newtab-page-tracking.spec.js.map +0 -1
- package/dist/cjs/tests/integration/click-count.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/click-count.spec.js +0 -163
- package/dist/cjs/tests/integration/click-count.spec.js.map +0 -1
- package/dist/cjs/tests/integration/connect-to-existing-browser.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/connect-to-existing-browser.spec.js +0 -99
- package/dist/cjs/tests/integration/connect-to-existing-browser.spec.js.map +0 -1
- package/dist/cjs/tests/integration/context-addInitScript.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/context-addInitScript.spec.js +0 -285
- package/dist/cjs/tests/integration/context-addInitScript.spec.js.map +0 -1
- package/dist/cjs/tests/integration/context-extra-http-headers.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/context-extra-http-headers.spec.js +0 -49
- package/dist/cjs/tests/integration/context-extra-http-headers.spec.js.map +0 -1
- package/dist/cjs/tests/integration/cookies.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/cookies.spec.js +0 -187
- package/dist/cjs/tests/integration/cookies.spec.js.map +0 -1
- package/dist/cjs/tests/integration/default-page-tracking.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/default-page-tracking.spec.js +0 -52
- package/dist/cjs/tests/integration/default-page-tracking.spec.js.map +0 -1
- package/dist/cjs/tests/integration/downloads.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/downloads.spec.js +0 -52
- package/dist/cjs/tests/integration/downloads.spec.js.map +0 -1
- package/dist/cjs/tests/integration/flowLogger.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/flowLogger.spec.js +0 -718
- package/dist/cjs/tests/integration/flowLogger.spec.js.map +0 -1
- package/dist/cjs/tests/integration/frame-get-location-and-click.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/frame-get-location-and-click.spec.js +0 -57
- package/dist/cjs/tests/integration/frame-get-location-and-click.spec.js.map +0 -1
- package/dist/cjs/tests/integration/iframe-ctx-addInitScript-race.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/iframe-ctx-addInitScript-race.spec.js +0 -219
- package/dist/cjs/tests/integration/iframe-ctx-addInitScript-race.spec.js.map +0 -1
- package/dist/cjs/tests/integration/iframe-ctx-addInitScript.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/iframe-ctx-addInitScript.spec.js +0 -474
- package/dist/cjs/tests/integration/iframe-ctx-addInitScript.spec.js.map +0 -1
- package/dist/cjs/tests/integration/keep-alive.child.d.ts +0 -1
- package/dist/cjs/tests/integration/keep-alive.child.js +0 -85
- package/dist/cjs/tests/integration/keep-alive.child.js.map +0 -1
- package/dist/cjs/tests/integration/keep-alive.spec.d.ts +0 -22
- package/dist/cjs/tests/integration/keep-alive.spec.js +0 -490
- package/dist/cjs/tests/integration/keep-alive.spec.js.map +0 -1
- package/dist/cjs/tests/integration/keyboard.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/keyboard.spec.js +0 -259
- package/dist/cjs/tests/integration/keyboard.spec.js.map +0 -1
- package/dist/cjs/tests/integration/locator-backend-node-id.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/locator-backend-node-id.spec.js +0 -150
- package/dist/cjs/tests/integration/locator-backend-node-id.spec.js.map +0 -1
- package/dist/cjs/tests/integration/locator-content-methods.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/locator-content-methods.spec.js +0 -180
- package/dist/cjs/tests/integration/locator-content-methods.spec.js.map +0 -1
- package/dist/cjs/tests/integration/locator-count-iframe.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/locator-count-iframe.spec.js +0 -129
- package/dist/cjs/tests/integration/locator-count-iframe.spec.js.map +0 -1
- package/dist/cjs/tests/integration/locator-count.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/locator-count.spec.js +0 -68
- package/dist/cjs/tests/integration/locator-count.spec.js.map +0 -1
- package/dist/cjs/tests/integration/locator-fill.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/locator-fill.spec.js +0 -117
- package/dist/cjs/tests/integration/locator-fill.spec.js.map +0 -1
- package/dist/cjs/tests/integration/locator-input-methods.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/locator-input-methods.spec.js +0 -127
- package/dist/cjs/tests/integration/locator-input-methods.spec.js.map +0 -1
- package/dist/cjs/tests/integration/locator-nth.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/locator-nth.spec.js +0 -175
- package/dist/cjs/tests/integration/locator-nth.spec.js.map +0 -1
- package/dist/cjs/tests/integration/locator-select-option.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/locator-select-option.spec.js +0 -216
- package/dist/cjs/tests/integration/locator-select-option.spec.js.map +0 -1
- package/dist/cjs/tests/integration/logger-initialization.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/logger-initialization.spec.js +0 -597
- package/dist/cjs/tests/integration/logger-initialization.spec.js.map +0 -1
- package/dist/cjs/tests/integration/multi-instance-logger.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/multi-instance-logger.spec.js +0 -293
- package/dist/cjs/tests/integration/multi-instance-logger.spec.js.map +0 -1
- package/dist/cjs/tests/integration/nested-div.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/nested-div.spec.js +0 -22
- package/dist/cjs/tests/integration/nested-div.spec.js.map +0 -1
- package/dist/cjs/tests/integration/observe-element-id-format.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/observe-element-id-format.spec.js +0 -130
- package/dist/cjs/tests/integration/observe-element-id-format.spec.js.map +0 -1
- package/dist/cjs/tests/integration/page-addInitScript.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/page-addInitScript.spec.js +0 -94
- package/dist/cjs/tests/integration/page-addInitScript.spec.js.map +0 -1
- package/dist/cjs/tests/integration/page-console.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/page-console.spec.js +0 -47
- package/dist/cjs/tests/integration/page-console.spec.js.map +0 -1
- package/dist/cjs/tests/integration/page-drag-and-drop.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/page-drag-and-drop.spec.js +0 -437
- package/dist/cjs/tests/integration/page-drag-and-drop.spec.js.map +0 -1
- package/dist/cjs/tests/integration/page-extra-http-headers.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/page-extra-http-headers.spec.js +0 -85
- package/dist/cjs/tests/integration/page-extra-http-headers.spec.js.map +0 -1
- package/dist/cjs/tests/integration/page-goto-response.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/page-goto-response.spec.js +0 -34
- package/dist/cjs/tests/integration/page-goto-response.spec.js.map +0 -1
- package/dist/cjs/tests/integration/page-hover.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/page-hover.spec.js +0 -165
- package/dist/cjs/tests/integration/page-hover.spec.js.map +0 -1
- package/dist/cjs/tests/integration/page-screenshot.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/page-screenshot.spec.js +0 -292
- package/dist/cjs/tests/integration/page-screenshot.spec.js.map +0 -1
- package/dist/cjs/tests/integration/page-scroll.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/page-scroll.spec.js +0 -183
- package/dist/cjs/tests/integration/page-scroll.spec.js.map +0 -1
- package/dist/cjs/tests/integration/page-send-cdp.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/page-send-cdp.spec.js +0 -47
- package/dist/cjs/tests/integration/page-send-cdp.spec.js.map +0 -1
- package/dist/cjs/tests/integration/perform-understudy-method.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/perform-understudy-method.spec.js +0 -63
- package/dist/cjs/tests/integration/perform-understudy-method.spec.js.map +0 -1
- package/dist/cjs/tests/integration/setinputfiles.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/setinputfiles.spec.js +0 -133
- package/dist/cjs/tests/integration/setinputfiles.spec.js.map +0 -1
- package/dist/cjs/tests/integration/shadow-iframe-oopif.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/shadow-iframe-oopif.spec.js +0 -161
- package/dist/cjs/tests/integration/shadow-iframe-oopif.spec.js.map +0 -1
- package/dist/cjs/tests/integration/shadow-iframe-spif.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/shadow-iframe-spif.spec.js +0 -160
- package/dist/cjs/tests/integration/shadow-iframe-spif.spec.js.map +0 -1
- package/dist/cjs/tests/integration/testUtils.d.ts +0 -40
- package/dist/cjs/tests/integration/testUtils.js +0 -188
- package/dist/cjs/tests/integration/testUtils.js.map +0 -1
- package/dist/cjs/tests/integration/text-selector-innermost.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/text-selector-innermost.spec.js +0 -105
- package/dist/cjs/tests/integration/text-selector-innermost.spec.js.map +0 -1
- package/dist/cjs/tests/integration/timeouts.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/timeouts.spec.js +0 -309
- package/dist/cjs/tests/integration/timeouts.spec.js.map +0 -1
- package/dist/cjs/tests/integration/user-data-dir.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/user-data-dir.spec.js +0 -77
- package/dist/cjs/tests/integration/user-data-dir.spec.js.map +0 -1
- package/dist/cjs/tests/integration/v3.config.d.ts +0 -4
- package/dist/cjs/tests/integration/v3.config.js +0 -11
- package/dist/cjs/tests/integration/v3.config.js.map +0 -1
- package/dist/cjs/tests/integration/v3.dynamic.config.d.ts +0 -4
- package/dist/cjs/tests/integration/v3.dynamic.config.js +0 -48
- package/dist/cjs/tests/integration/v3.dynamic.config.js.map +0 -1
- package/dist/cjs/tests/integration/v3.playwright.config.d.ts +0 -2
- package/dist/cjs/tests/integration/v3.playwright.config.js +0 -48
- package/dist/cjs/tests/integration/v3.playwright.config.js.map +0 -1
- package/dist/cjs/tests/integration/wait-for-selector.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/wait-for-selector.spec.js +0 -683
- package/dist/cjs/tests/integration/wait-for-selector.spec.js.map +0 -1
- package/dist/cjs/tests/integration/wait-for-timeout.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/wait-for-timeout.spec.js +0 -118
- package/dist/cjs/tests/integration/wait-for-timeout.spec.js.map +0 -1
- package/dist/cjs/tests/integration/xpath-for-location-deep.spec.d.ts +0 -1
- package/dist/cjs/tests/integration/xpath-for-location-deep.spec.js +0 -87
- package/dist/cjs/tests/integration/xpath-for-location-deep.spec.js.map +0 -1
- package/dist/cjs/tests/unit/agent-captcha-hooks.test.d.ts +0 -1
- package/dist/cjs/tests/unit/agent-captcha-hooks.test.js +0 -341
- package/dist/cjs/tests/unit/agent-captcha-hooks.test.js.map +0 -1
- package/dist/cjs/tests/unit/agent-execution-model.test.d.ts +0 -1
- package/dist/cjs/tests/unit/agent-execution-model.test.js +0 -150
- package/dist/cjs/tests/unit/agent-execution-model.test.js.map +0 -1
- package/dist/cjs/tests/unit/agent-metrics.test.d.ts +0 -1
- package/dist/cjs/tests/unit/agent-metrics.test.js +0 -112
- package/dist/cjs/tests/unit/agent-metrics.test.js.map +0 -1
- package/dist/cjs/tests/unit/agent-mode-routing.test.d.ts +0 -1
- package/dist/cjs/tests/unit/agent-mode-routing.test.js +0 -88
- package/dist/cjs/tests/unit/agent-mode-routing.test.js.map +0 -1
- package/dist/cjs/tests/unit/agent-system-prompt-variables.test.d.ts +0 -1
- package/dist/cjs/tests/unit/agent-system-prompt-variables.test.js +0 -23
- package/dist/cjs/tests/unit/agent-system-prompt-variables.test.js.map +0 -1
- package/dist/cjs/tests/unit/agent-temperature.test.d.ts +0 -1
- package/dist/cjs/tests/unit/agent-temperature.test.js +0 -191
- package/dist/cjs/tests/unit/agent-temperature.test.js.map +0 -1
- package/dist/cjs/tests/unit/agent-variables-validation.test.d.ts +0 -1
- package/dist/cjs/tests/unit/agent-variables-validation.test.js +0 -43
- package/dist/cjs/tests/unit/agent-variables-validation.test.js.map +0 -1
- package/dist/cjs/tests/unit/aisdk-clients.test.d.ts +0 -1
- package/dist/cjs/tests/unit/aisdk-clients.test.js +0 -86
- package/dist/cjs/tests/unit/aisdk-clients.test.js.map +0 -1
- package/dist/cjs/tests/unit/anthropic-cua-adaptive-thinking.test.d.ts +0 -1
- package/dist/cjs/tests/unit/anthropic-cua-adaptive-thinking.test.js +0 -250
- package/dist/cjs/tests/unit/anthropic-cua-adaptive-thinking.test.js.map +0 -1
- package/dist/cjs/tests/unit/api-client-observe-variables.test.d.ts +0 -1
- package/dist/cjs/tests/unit/api-client-observe-variables.test.js +0 -133
- package/dist/cjs/tests/unit/api-client-observe-variables.test.js.map +0 -1
- package/dist/cjs/tests/unit/api-multiregion.test.d.ts +0 -1
- package/dist/cjs/tests/unit/api-multiregion.test.js +0 -58
- package/dist/cjs/tests/unit/api-multiregion.test.js.map +0 -1
- package/dist/cjs/tests/unit/api-optional-model-api-key.test.d.ts +0 -1
- package/dist/cjs/tests/unit/api-optional-model-api-key.test.js +0 -155
- package/dist/cjs/tests/unit/api-optional-model-api-key.test.js.map +0 -1
- package/dist/cjs/tests/unit/api-variables-schema.test.d.ts +0 -1
- package/dist/cjs/tests/unit/api-variables-schema.test.js +0 -62
- package/dist/cjs/tests/unit/api-variables-schema.test.js.map +0 -1
- package/dist/cjs/tests/unit/browserbase-session-accessors.test.d.ts +0 -1
- package/dist/cjs/tests/unit/browserbase-session-accessors.test.js +0 -142
- package/dist/cjs/tests/unit/browserbase-session-accessors.test.js.map +0 -1
- package/dist/cjs/tests/unit/cache-llm-resolution.test.d.ts +0 -1
- package/dist/cjs/tests/unit/cache-llm-resolution.test.js +0 -186
- package/dist/cjs/tests/unit/cache-llm-resolution.test.js.map +0 -1
- package/dist/cjs/tests/unit/captcha-solver.test.d.ts +0 -1
- package/dist/cjs/tests/unit/captcha-solver.test.js +0 -154
- package/dist/cjs/tests/unit/captcha-solver.test.js.map +0 -1
- package/dist/cjs/tests/unit/cdp-connection-close.test.d.ts +0 -1
- package/dist/cjs/tests/unit/cdp-connection-close.test.js +0 -74
- package/dist/cjs/tests/unit/cdp-connection-close.test.js.map +0 -1
- package/dist/cjs/tests/unit/context-extra-http-headers.test.d.ts +0 -1
- package/dist/cjs/tests/unit/context-extra-http-headers.test.js +0 -58
- package/dist/cjs/tests/unit/context-extra-http-headers.test.js.map +0 -1
- package/dist/cjs/tests/unit/cookies.test.d.ts +0 -1
- package/dist/cjs/tests/unit/cookies.test.js +0 -944
- package/dist/cjs/tests/unit/cookies.test.js.map +0 -1
- package/dist/cjs/tests/unit/flowlogger-capturing-cdp.test.d.ts +0 -1
- package/dist/cjs/tests/unit/flowlogger-capturing-cdp.test.js +0 -95
- package/dist/cjs/tests/unit/flowlogger-capturing-cdp.test.js.map +0 -1
- package/dist/cjs/tests/unit/flowlogger-capturing-llm.test.d.ts +0 -1
- package/dist/cjs/tests/unit/flowlogger-capturing-llm.test.js +0 -43
- package/dist/cjs/tests/unit/flowlogger-capturing-llm.test.js.map +0 -1
- package/dist/cjs/tests/unit/flowlogger-eventstore.test.d.ts +0 -1
- package/dist/cjs/tests/unit/flowlogger-eventstore.test.js +0 -250
- package/dist/cjs/tests/unit/flowlogger-eventstore.test.js.map +0 -1
- package/dist/cjs/tests/unit/frame-registry-oopif-adoption.test.d.ts +0 -1
- package/dist/cjs/tests/unit/frame-registry-oopif-adoption.test.js +0 -60
- package/dist/cjs/tests/unit/frame-registry-oopif-adoption.test.js.map +0 -1
- package/dist/cjs/tests/unit/helpers/mockCDPSession.d.ts +0 -19
- package/dist/cjs/tests/unit/helpers/mockCDPSession.js +0 -29
- package/dist/cjs/tests/unit/helpers/mockCDPSession.js.map +0 -1
- package/dist/cjs/tests/unit/inference-temperature.test.d.ts +0 -1
- package/dist/cjs/tests/unit/inference-temperature.test.js +0 -65
- package/dist/cjs/tests/unit/inference-temperature.test.js.map +0 -1
- package/dist/cjs/tests/unit/llm-middleware.test.d.ts +0 -1
- package/dist/cjs/tests/unit/llm-middleware.test.js +0 -495
- package/dist/cjs/tests/unit/llm-middleware.test.js.map +0 -1
- package/dist/cjs/tests/unit/llm-provider.test.d.ts +0 -1
- package/dist/cjs/tests/unit/llm-provider.test.js +0 -64
- package/dist/cjs/tests/unit/llm-provider.test.js.map +0 -1
- package/dist/cjs/tests/unit/microsoft-cua-client.test.d.ts +0 -1
- package/dist/cjs/tests/unit/microsoft-cua-client.test.js +0 -86
- package/dist/cjs/tests/unit/microsoft-cua-client.test.js.map +0 -1
- package/dist/cjs/tests/unit/model-deprecation.test.d.ts +0 -1
- package/dist/cjs/tests/unit/model-deprecation.test.js +0 -142
- package/dist/cjs/tests/unit/model-deprecation.test.js.map +0 -1
- package/dist/cjs/tests/unit/model-utils.test.d.ts +0 -1
- package/dist/cjs/tests/unit/model-utils.test.js +0 -42
- package/dist/cjs/tests/unit/model-utils.test.js.map +0 -1
- package/dist/cjs/tests/unit/openai-compatible-temperature.test.d.ts +0 -1
- package/dist/cjs/tests/unit/openai-compatible-temperature.test.js +0 -84
- package/dist/cjs/tests/unit/openai-compatible-temperature.test.js.map +0 -1
- package/dist/cjs/tests/unit/openai-cua-client.test.d.ts +0 -1
- package/dist/cjs/tests/unit/openai-cua-client.test.js +0 -71
- package/dist/cjs/tests/unit/openai-cua-client.test.js.map +0 -1
- package/dist/cjs/tests/unit/page-extra-http-headers.test.d.ts +0 -1
- package/dist/cjs/tests/unit/page-extra-http-headers.test.js +0 -92
- package/dist/cjs/tests/unit/page-extra-http-headers.test.js.map +0 -1
- package/dist/cjs/tests/unit/page-snapshot.test.d.ts +0 -1
- package/dist/cjs/tests/unit/page-snapshot.test.js +0 -75
- package/dist/cjs/tests/unit/page-snapshot.test.js.map +0 -1
- package/dist/cjs/tests/unit/prompt-observe-variables.test.d.ts +0 -1
- package/dist/cjs/tests/unit/prompt-observe-variables.test.js +0 -25
- package/dist/cjs/tests/unit/prompt-observe-variables.test.js.map +0 -1
- package/dist/cjs/tests/unit/public-api/export-surface.test.d.ts +0 -1
- package/dist/cjs/tests/unit/public-api/export-surface.test.js +0 -107
- package/dist/cjs/tests/unit/public-api/export-surface.test.js.map +0 -1
- package/dist/cjs/tests/unit/public-api/llm-and-agents.test.d.ts +0 -1
- package/dist/cjs/tests/unit/public-api/llm-and-agents.test.js +0 -179
- package/dist/cjs/tests/unit/public-api/llm-and-agents.test.js.map +0 -1
- package/dist/cjs/tests/unit/public-api/public-error-types.test.d.ts +0 -62
- package/dist/cjs/tests/unit/public-api/public-error-types.test.js +0 -110
- package/dist/cjs/tests/unit/public-api/public-error-types.test.js.map +0 -1
- package/dist/cjs/tests/unit/public-api/public-types.test.d.ts +0 -1
- package/dist/cjs/tests/unit/public-api/public-types.test.js +0 -99
- package/dist/cjs/tests/unit/public-api/public-types.test.js.map +0 -1
- package/dist/cjs/tests/unit/public-api/runtime-utils.test.d.ts +0 -1
- package/dist/cjs/tests/unit/public-api/runtime-utils.test.js +0 -60
- package/dist/cjs/tests/unit/public-api/runtime-utils.test.js.map +0 -1
- package/dist/cjs/tests/unit/public-api/schema-utils.test.d.ts +0 -1
- package/dist/cjs/tests/unit/public-api/schema-utils.test.js +0 -95
- package/dist/cjs/tests/unit/public-api/schema-utils.test.js.map +0 -1
- package/dist/cjs/tests/unit/public-api/timeout-error-types.test.d.ts +0 -1
- package/dist/cjs/tests/unit/public-api/timeout-error-types.test.js +0 -121
- package/dist/cjs/tests/unit/public-api/timeout-error-types.test.js.map +0 -1
- package/dist/cjs/tests/unit/public-api/tool-type-export.test.d.ts +0 -1
- package/dist/cjs/tests/unit/public-api/tool-type-export.test.js +0 -65
- package/dist/cjs/tests/unit/public-api/tool-type-export.test.js.map +0 -1
- package/dist/cjs/tests/unit/public-api/v3-core.test.d.ts +0 -1
- package/dist/cjs/tests/unit/public-api/v3-core.test.js +0 -108
- package/dist/cjs/tests/unit/public-api/v3-core.test.js.map +0 -1
- package/dist/cjs/tests/unit/safety-confirmation.test.d.ts +0 -1
- package/dist/cjs/tests/unit/safety-confirmation.test.js +0 -110
- package/dist/cjs/tests/unit/safety-confirmation.test.js.map +0 -1
- package/dist/cjs/tests/unit/snapshot-a11y-resolvers.test.d.ts +0 -1
- package/dist/cjs/tests/unit/snapshot-a11y-resolvers.test.js +0 -431
- package/dist/cjs/tests/unit/snapshot-a11y-resolvers.test.js.map +0 -1
- package/dist/cjs/tests/unit/snapshot-a11y-tree-utils.test.d.ts +0 -1
- package/dist/cjs/tests/unit/snapshot-a11y-tree-utils.test.js +0 -306
- package/dist/cjs/tests/unit/snapshot-a11y-tree-utils.test.js.map +0 -1
- package/dist/cjs/tests/unit/snapshot-capture-orchestration.test.d.ts +0 -1
- package/dist/cjs/tests/unit/snapshot-capture-orchestration.test.js +0 -504
- package/dist/cjs/tests/unit/snapshot-capture-orchestration.test.js.map +0 -1
- package/dist/cjs/tests/unit/snapshot-cbor.test.d.ts +0 -1
- package/dist/cjs/tests/unit/snapshot-cbor.test.js +0 -204
- package/dist/cjs/tests/unit/snapshot-cbor.test.js.map +0 -1
- package/dist/cjs/tests/unit/snapshot-dom-session-builders.test.d.ts +0 -1
- package/dist/cjs/tests/unit/snapshot-dom-session-builders.test.js +0 -220
- package/dist/cjs/tests/unit/snapshot-dom-session-builders.test.js.map +0 -1
- package/dist/cjs/tests/unit/snapshot-dom-tree-utils.test.d.ts +0 -1
- package/dist/cjs/tests/unit/snapshot-dom-tree-utils.test.js +0 -107
- package/dist/cjs/tests/unit/snapshot-dom-tree-utils.test.js.map +0 -1
- package/dist/cjs/tests/unit/snapshot-focus-selectors-utils.test.d.ts +0 -1
- package/dist/cjs/tests/unit/snapshot-focus-selectors-utils.test.js +0 -89
- package/dist/cjs/tests/unit/snapshot-focus-selectors-utils.test.js.map +0 -1
- package/dist/cjs/tests/unit/snapshot-frame-merge.test.d.ts +0 -1
- package/dist/cjs/tests/unit/snapshot-frame-merge.test.js +0 -335
- package/dist/cjs/tests/unit/snapshot-frame-merge.test.js.map +0 -1
- package/dist/cjs/tests/unit/snapshot-tree-format-utils.test.d.ts +0 -1
- package/dist/cjs/tests/unit/snapshot-tree-format-utils.test.js +0 -84
- package/dist/cjs/tests/unit/snapshot-tree-format-utils.test.js.map +0 -1
- package/dist/cjs/tests/unit/snapshot-xpath-utils.test.d.ts +0 -1
- package/dist/cjs/tests/unit/snapshot-xpath-utils.test.js +0 -74
- package/dist/cjs/tests/unit/snapshot-xpath-utils.test.js.map +0 -1
- package/dist/cjs/tests/unit/timeout-handlers.test.d.ts +0 -1
- package/dist/cjs/tests/unit/timeout-handlers.test.js +0 -897
- package/dist/cjs/tests/unit/timeout-handlers.test.js.map +0 -1
- package/dist/cjs/tests/unit/understudy-command-exception.test.d.ts +0 -1
- package/dist/cjs/tests/unit/understudy-command-exception.test.js +0 -57
- package/dist/cjs/tests/unit/understudy-command-exception.test.js.map +0 -1
- package/dist/cjs/tests/unit/xpath-parser.test.d.ts +0 -1
- package/dist/cjs/tests/unit/xpath-parser.test.js +0 -311
- package/dist/cjs/tests/unit/xpath-parser.test.js.map +0 -1
- package/dist/cjs/tests/unit/xpath-resolver.test.d.ts +0 -1
- package/dist/cjs/tests/unit/xpath-resolver.test.js +0 -80
- package/dist/cjs/tests/unit/xpath-resolver.test.js.map +0 -1
- package/dist/cjs/tests/unit/zod-enum-compatibility.test.d.ts +0 -1
- package/dist/cjs/tests/unit/zod-enum-compatibility.test.js +0 -149
- package/dist/cjs/tests/unit/zod-enum-compatibility.test.js.map +0 -1
- package/dist/esm/tests/cache-variables.test.d.ts +0 -1
- package/dist/esm/tests/cache-variables.test.js +0 -219
- package/dist/esm/tests/cache-variables.test.js.map +0 -1
- package/dist/esm/tests/integration/agent-abort-signal.spec.d.ts +0 -1
- package/dist/esm/tests/integration/agent-abort-signal.spec.js +0 -121
- package/dist/esm/tests/integration/agent-abort-signal.spec.js.map +0 -1
- package/dist/esm/tests/integration/agent-cache-self-heal.spec.d.ts +0 -1
- package/dist/esm/tests/integration/agent-cache-self-heal.spec.js +0 -78
- package/dist/esm/tests/integration/agent-cache-self-heal.spec.js.map +0 -1
- package/dist/esm/tests/integration/agent-callbacks.spec.d.ts +0 -1
- package/dist/esm/tests/integration/agent-callbacks.spec.js +0 -383
- package/dist/esm/tests/integration/agent-callbacks.spec.js.map +0 -1
- package/dist/esm/tests/integration/agent-experimental-validation.spec.d.ts +0 -1
- package/dist/esm/tests/integration/agent-experimental-validation.spec.js +0 -360
- package/dist/esm/tests/integration/agent-experimental-validation.spec.js.map +0 -1
- package/dist/esm/tests/integration/agent-hybrid-mode.spec.d.ts +0 -1
- package/dist/esm/tests/integration/agent-hybrid-mode.spec.js +0 -260
- package/dist/esm/tests/integration/agent-hybrid-mode.spec.js.map +0 -1
- package/dist/esm/tests/integration/agent-message-continuation.spec.d.ts +0 -1
- package/dist/esm/tests/integration/agent-message-continuation.spec.js +0 -110
- package/dist/esm/tests/integration/agent-message-continuation.spec.js.map +0 -1
- package/dist/esm/tests/integration/agent-streaming.spec.d.ts +0 -1
- package/dist/esm/tests/integration/agent-streaming.spec.js +0 -138
- package/dist/esm/tests/integration/agent-streaming.spec.js.map +0 -1
- package/dist/esm/tests/integration/cdp-close-api-region.spec.d.ts +0 -1
- package/dist/esm/tests/integration/cdp-close-api-region.spec.js +0 -39
- package/dist/esm/tests/integration/cdp-close-api-region.spec.js.map +0 -1
- package/dist/esm/tests/integration/cdp-connection-close.spec.d.ts +0 -1
- package/dist/esm/tests/integration/cdp-connection-close.spec.js +0 -74
- package/dist/esm/tests/integration/cdp-connection-close.spec.js.map +0 -1
- package/dist/esm/tests/integration/cdp-session-detached.spec.d.ts +0 -1
- package/dist/esm/tests/integration/cdp-session-detached.spec.js +0 -43
- package/dist/esm/tests/integration/cdp-session-detached.spec.js.map +0 -1
- package/dist/esm/tests/integration/chrome-newtab-page-tracking.spec.d.ts +0 -1
- package/dist/esm/tests/integration/chrome-newtab-page-tracking.spec.js +0 -54
- package/dist/esm/tests/integration/chrome-newtab-page-tracking.spec.js.map +0 -1
- package/dist/esm/tests/integration/click-count.spec.d.ts +0 -1
- package/dist/esm/tests/integration/click-count.spec.js +0 -161
- package/dist/esm/tests/integration/click-count.spec.js.map +0 -1
- package/dist/esm/tests/integration/connect-to-existing-browser.spec.d.ts +0 -1
- package/dist/esm/tests/integration/connect-to-existing-browser.spec.js +0 -97
- package/dist/esm/tests/integration/connect-to-existing-browser.spec.js.map +0 -1
- package/dist/esm/tests/integration/context-addInitScript.spec.d.ts +0 -1
- package/dist/esm/tests/integration/context-addInitScript.spec.js +0 -283
- package/dist/esm/tests/integration/context-addInitScript.spec.js.map +0 -1
- package/dist/esm/tests/integration/context-extra-http-headers.spec.d.ts +0 -1
- package/dist/esm/tests/integration/context-extra-http-headers.spec.js +0 -47
- package/dist/esm/tests/integration/context-extra-http-headers.spec.js.map +0 -1
- package/dist/esm/tests/integration/cookies.spec.d.ts +0 -1
- package/dist/esm/tests/integration/cookies.spec.js +0 -185
- package/dist/esm/tests/integration/cookies.spec.js.map +0 -1
- package/dist/esm/tests/integration/default-page-tracking.spec.d.ts +0 -1
- package/dist/esm/tests/integration/default-page-tracking.spec.js +0 -50
- package/dist/esm/tests/integration/default-page-tracking.spec.js.map +0 -1
- package/dist/esm/tests/integration/downloads.spec.d.ts +0 -1
- package/dist/esm/tests/integration/downloads.spec.js +0 -47
- package/dist/esm/tests/integration/downloads.spec.js.map +0 -1
- package/dist/esm/tests/integration/flowLogger.spec.d.ts +0 -1
- package/dist/esm/tests/integration/flowLogger.spec.js +0 -716
- package/dist/esm/tests/integration/flowLogger.spec.js.map +0 -1
- package/dist/esm/tests/integration/frame-get-location-and-click.spec.d.ts +0 -1
- package/dist/esm/tests/integration/frame-get-location-and-click.spec.js +0 -55
- package/dist/esm/tests/integration/frame-get-location-and-click.spec.js.map +0 -1
- package/dist/esm/tests/integration/iframe-ctx-addInitScript-race.spec.d.ts +0 -1
- package/dist/esm/tests/integration/iframe-ctx-addInitScript-race.spec.js +0 -217
- package/dist/esm/tests/integration/iframe-ctx-addInitScript-race.spec.js.map +0 -1
- package/dist/esm/tests/integration/iframe-ctx-addInitScript.spec.d.ts +0 -1
- package/dist/esm/tests/integration/iframe-ctx-addInitScript.spec.js +0 -472
- package/dist/esm/tests/integration/iframe-ctx-addInitScript.spec.js.map +0 -1
- package/dist/esm/tests/integration/keep-alive.child.d.ts +0 -1
- package/dist/esm/tests/integration/keep-alive.child.js +0 -83
- package/dist/esm/tests/integration/keep-alive.child.js.map +0 -1
- package/dist/esm/tests/integration/keep-alive.spec.d.ts +0 -22
- package/dist/esm/tests/integration/keep-alive.spec.js +0 -482
- package/dist/esm/tests/integration/keep-alive.spec.js.map +0 -1
- package/dist/esm/tests/integration/keyboard.spec.d.ts +0 -1
- package/dist/esm/tests/integration/keyboard.spec.js +0 -257
- package/dist/esm/tests/integration/keyboard.spec.js.map +0 -1
- package/dist/esm/tests/integration/locator-backend-node-id.spec.d.ts +0 -1
- package/dist/esm/tests/integration/locator-backend-node-id.spec.js +0 -148
- package/dist/esm/tests/integration/locator-backend-node-id.spec.js.map +0 -1
- package/dist/esm/tests/integration/locator-content-methods.spec.d.ts +0 -1
- package/dist/esm/tests/integration/locator-content-methods.spec.js +0 -178
- package/dist/esm/tests/integration/locator-content-methods.spec.js.map +0 -1
- package/dist/esm/tests/integration/locator-count-iframe.spec.d.ts +0 -1
- package/dist/esm/tests/integration/locator-count-iframe.spec.js +0 -127
- package/dist/esm/tests/integration/locator-count-iframe.spec.js.map +0 -1
- package/dist/esm/tests/integration/locator-count.spec.d.ts +0 -1
- package/dist/esm/tests/integration/locator-count.spec.js +0 -66
- package/dist/esm/tests/integration/locator-count.spec.js.map +0 -1
- package/dist/esm/tests/integration/locator-fill.spec.d.ts +0 -1
- package/dist/esm/tests/integration/locator-fill.spec.js +0 -115
- package/dist/esm/tests/integration/locator-fill.spec.js.map +0 -1
- package/dist/esm/tests/integration/locator-input-methods.spec.d.ts +0 -1
- package/dist/esm/tests/integration/locator-input-methods.spec.js +0 -125
- package/dist/esm/tests/integration/locator-input-methods.spec.js.map +0 -1
- package/dist/esm/tests/integration/locator-nth.spec.d.ts +0 -1
- package/dist/esm/tests/integration/locator-nth.spec.js +0 -173
- package/dist/esm/tests/integration/locator-nth.spec.js.map +0 -1
- package/dist/esm/tests/integration/locator-select-option.spec.d.ts +0 -1
- package/dist/esm/tests/integration/locator-select-option.spec.js +0 -214
- package/dist/esm/tests/integration/locator-select-option.spec.js.map +0 -1
- package/dist/esm/tests/integration/logger-initialization.spec.d.ts +0 -1
- package/dist/esm/tests/integration/logger-initialization.spec.js +0 -595
- package/dist/esm/tests/integration/logger-initialization.spec.js.map +0 -1
- package/dist/esm/tests/integration/multi-instance-logger.spec.d.ts +0 -1
- package/dist/esm/tests/integration/multi-instance-logger.spec.js +0 -291
- package/dist/esm/tests/integration/multi-instance-logger.spec.js.map +0 -1
- package/dist/esm/tests/integration/nested-div.spec.d.ts +0 -1
- package/dist/esm/tests/integration/nested-div.spec.js +0 -20
- package/dist/esm/tests/integration/nested-div.spec.js.map +0 -1
- package/dist/esm/tests/integration/observe-element-id-format.spec.d.ts +0 -1
- package/dist/esm/tests/integration/observe-element-id-format.spec.js +0 -128
- package/dist/esm/tests/integration/observe-element-id-format.spec.js.map +0 -1
- package/dist/esm/tests/integration/page-addInitScript.spec.d.ts +0 -1
- package/dist/esm/tests/integration/page-addInitScript.spec.js +0 -92
- package/dist/esm/tests/integration/page-addInitScript.spec.js.map +0 -1
- package/dist/esm/tests/integration/page-console.spec.d.ts +0 -1
- package/dist/esm/tests/integration/page-console.spec.js +0 -45
- package/dist/esm/tests/integration/page-console.spec.js.map +0 -1
- package/dist/esm/tests/integration/page-drag-and-drop.spec.d.ts +0 -1
- package/dist/esm/tests/integration/page-drag-and-drop.spec.js +0 -435
- package/dist/esm/tests/integration/page-drag-and-drop.spec.js.map +0 -1
- package/dist/esm/tests/integration/page-extra-http-headers.spec.d.ts +0 -1
- package/dist/esm/tests/integration/page-extra-http-headers.spec.js +0 -83
- package/dist/esm/tests/integration/page-extra-http-headers.spec.js.map +0 -1
- package/dist/esm/tests/integration/page-goto-response.spec.d.ts +0 -1
- package/dist/esm/tests/integration/page-goto-response.spec.js +0 -32
- package/dist/esm/tests/integration/page-goto-response.spec.js.map +0 -1
- package/dist/esm/tests/integration/page-hover.spec.d.ts +0 -1
- package/dist/esm/tests/integration/page-hover.spec.js +0 -163
- package/dist/esm/tests/integration/page-hover.spec.js.map +0 -1
- package/dist/esm/tests/integration/page-screenshot.spec.d.ts +0 -1
- package/dist/esm/tests/integration/page-screenshot.spec.js +0 -257
- package/dist/esm/tests/integration/page-screenshot.spec.js.map +0 -1
- package/dist/esm/tests/integration/page-scroll.spec.d.ts +0 -1
- package/dist/esm/tests/integration/page-scroll.spec.js +0 -181
- package/dist/esm/tests/integration/page-scroll.spec.js.map +0 -1
- package/dist/esm/tests/integration/page-send-cdp.spec.d.ts +0 -1
- package/dist/esm/tests/integration/page-send-cdp.spec.js +0 -45
- package/dist/esm/tests/integration/page-send-cdp.spec.js.map +0 -1
- package/dist/esm/tests/integration/perform-understudy-method.spec.d.ts +0 -1
- package/dist/esm/tests/integration/perform-understudy-method.spec.js +0 -61
- package/dist/esm/tests/integration/perform-understudy-method.spec.js.map +0 -1
- package/dist/esm/tests/integration/setinputfiles.spec.d.ts +0 -1
- package/dist/esm/tests/integration/setinputfiles.spec.js +0 -128
- package/dist/esm/tests/integration/setinputfiles.spec.js.map +0 -1
- package/dist/esm/tests/integration/shadow-iframe-oopif.spec.d.ts +0 -1
- package/dist/esm/tests/integration/shadow-iframe-oopif.spec.js +0 -156
- package/dist/esm/tests/integration/shadow-iframe-oopif.spec.js.map +0 -1
- package/dist/esm/tests/integration/shadow-iframe-spif.spec.d.ts +0 -1
- package/dist/esm/tests/integration/shadow-iframe-spif.spec.js +0 -155
- package/dist/esm/tests/integration/shadow-iframe-spif.spec.js.map +0 -1
- package/dist/esm/tests/integration/testUtils.d.ts +0 -40
- package/dist/esm/tests/integration/testUtils.js +0 -178
- package/dist/esm/tests/integration/testUtils.js.map +0 -1
- package/dist/esm/tests/integration/text-selector-innermost.spec.d.ts +0 -1
- package/dist/esm/tests/integration/text-selector-innermost.spec.js +0 -103
- package/dist/esm/tests/integration/text-selector-innermost.spec.js.map +0 -1
- package/dist/esm/tests/integration/timeouts.spec.d.ts +0 -1
- package/dist/esm/tests/integration/timeouts.spec.js +0 -307
- package/dist/esm/tests/integration/timeouts.spec.js.map +0 -1
- package/dist/esm/tests/integration/user-data-dir.spec.d.ts +0 -1
- package/dist/esm/tests/integration/user-data-dir.spec.js +0 -42
- package/dist/esm/tests/integration/user-data-dir.spec.js.map +0 -1
- package/dist/esm/tests/integration/v3.config.d.ts +0 -4
- package/dist/esm/tests/integration/v3.config.js +0 -7
- package/dist/esm/tests/integration/v3.config.js.map +0 -1
- package/dist/esm/tests/integration/v3.dynamic.config.d.ts +0 -4
- package/dist/esm/tests/integration/v3.dynamic.config.js +0 -44
- package/dist/esm/tests/integration/v3.dynamic.config.js.map +0 -1
- package/dist/esm/tests/integration/v3.playwright.config.d.ts +0 -2
- package/dist/esm/tests/integration/v3.playwright.config.js +0 -46
- package/dist/esm/tests/integration/v3.playwright.config.js.map +0 -1
- package/dist/esm/tests/integration/wait-for-selector.spec.d.ts +0 -1
- package/dist/esm/tests/integration/wait-for-selector.spec.js +0 -681
- package/dist/esm/tests/integration/wait-for-selector.spec.js.map +0 -1
- package/dist/esm/tests/integration/wait-for-timeout.spec.d.ts +0 -1
- package/dist/esm/tests/integration/wait-for-timeout.spec.js +0 -116
- package/dist/esm/tests/integration/wait-for-timeout.spec.js.map +0 -1
- package/dist/esm/tests/integration/xpath-for-location-deep.spec.d.ts +0 -1
- package/dist/esm/tests/integration/xpath-for-location-deep.spec.js +0 -85
- package/dist/esm/tests/integration/xpath-for-location-deep.spec.js.map +0 -1
- package/dist/esm/tests/unit/agent-captcha-hooks.test.d.ts +0 -1
- package/dist/esm/tests/unit/agent-captcha-hooks.test.js +0 -339
- package/dist/esm/tests/unit/agent-captcha-hooks.test.js.map +0 -1
- package/dist/esm/tests/unit/agent-execution-model.test.d.ts +0 -1
- package/dist/esm/tests/unit/agent-execution-model.test.js +0 -148
- package/dist/esm/tests/unit/agent-execution-model.test.js.map +0 -1
- package/dist/esm/tests/unit/agent-metrics.test.d.ts +0 -1
- package/dist/esm/tests/unit/agent-metrics.test.js +0 -110
- package/dist/esm/tests/unit/agent-metrics.test.js.map +0 -1
- package/dist/esm/tests/unit/agent-mode-routing.test.d.ts +0 -1
- package/dist/esm/tests/unit/agent-mode-routing.test.js +0 -86
- package/dist/esm/tests/unit/agent-mode-routing.test.js.map +0 -1
- package/dist/esm/tests/unit/agent-system-prompt-variables.test.d.ts +0 -1
- package/dist/esm/tests/unit/agent-system-prompt-variables.test.js +0 -21
- package/dist/esm/tests/unit/agent-system-prompt-variables.test.js.map +0 -1
- package/dist/esm/tests/unit/agent-temperature.test.d.ts +0 -1
- package/dist/esm/tests/unit/agent-temperature.test.js +0 -189
- package/dist/esm/tests/unit/agent-temperature.test.js.map +0 -1
- package/dist/esm/tests/unit/agent-variables-validation.test.d.ts +0 -1
- package/dist/esm/tests/unit/agent-variables-validation.test.js +0 -41
- package/dist/esm/tests/unit/agent-variables-validation.test.js.map +0 -1
- package/dist/esm/tests/unit/aisdk-clients.test.d.ts +0 -1
- package/dist/esm/tests/unit/aisdk-clients.test.js +0 -84
- package/dist/esm/tests/unit/aisdk-clients.test.js.map +0 -1
- package/dist/esm/tests/unit/anthropic-cua-adaptive-thinking.test.d.ts +0 -1
- package/dist/esm/tests/unit/anthropic-cua-adaptive-thinking.test.js +0 -245
- package/dist/esm/tests/unit/anthropic-cua-adaptive-thinking.test.js.map +0 -1
- package/dist/esm/tests/unit/api-client-observe-variables.test.d.ts +0 -1
- package/dist/esm/tests/unit/api-client-observe-variables.test.js +0 -131
- package/dist/esm/tests/unit/api-client-observe-variables.test.js.map +0 -1
- package/dist/esm/tests/unit/api-multiregion.test.d.ts +0 -1
- package/dist/esm/tests/unit/api-multiregion.test.js +0 -56
- package/dist/esm/tests/unit/api-multiregion.test.js.map +0 -1
- package/dist/esm/tests/unit/api-optional-model-api-key.test.d.ts +0 -1
- package/dist/esm/tests/unit/api-optional-model-api-key.test.js +0 -153
- package/dist/esm/tests/unit/api-optional-model-api-key.test.js.map +0 -1
- package/dist/esm/tests/unit/api-variables-schema.test.d.ts +0 -1
- package/dist/esm/tests/unit/api-variables-schema.test.js +0 -60
- package/dist/esm/tests/unit/api-variables-schema.test.js.map +0 -1
- package/dist/esm/tests/unit/browserbase-session-accessors.test.d.ts +0 -1
- package/dist/esm/tests/unit/browserbase-session-accessors.test.js +0 -140
- package/dist/esm/tests/unit/browserbase-session-accessors.test.js.map +0 -1
- package/dist/esm/tests/unit/cache-llm-resolution.test.d.ts +0 -1
- package/dist/esm/tests/unit/cache-llm-resolution.test.js +0 -184
- package/dist/esm/tests/unit/cache-llm-resolution.test.js.map +0 -1
- package/dist/esm/tests/unit/captcha-solver.test.d.ts +0 -1
- package/dist/esm/tests/unit/captcha-solver.test.js +0 -152
- package/dist/esm/tests/unit/captcha-solver.test.js.map +0 -1
- package/dist/esm/tests/unit/cdp-connection-close.test.d.ts +0 -1
- package/dist/esm/tests/unit/cdp-connection-close.test.js +0 -72
- package/dist/esm/tests/unit/cdp-connection-close.test.js.map +0 -1
- package/dist/esm/tests/unit/context-extra-http-headers.test.d.ts +0 -1
- package/dist/esm/tests/unit/context-extra-http-headers.test.js +0 -56
- package/dist/esm/tests/unit/context-extra-http-headers.test.js.map +0 -1
- package/dist/esm/tests/unit/cookies.test.d.ts +0 -1
- package/dist/esm/tests/unit/cookies.test.js +0 -909
- package/dist/esm/tests/unit/cookies.test.js.map +0 -1
- package/dist/esm/tests/unit/flowlogger-capturing-cdp.test.d.ts +0 -1
- package/dist/esm/tests/unit/flowlogger-capturing-cdp.test.js +0 -93
- package/dist/esm/tests/unit/flowlogger-capturing-cdp.test.js.map +0 -1
- package/dist/esm/tests/unit/flowlogger-capturing-llm.test.d.ts +0 -1
- package/dist/esm/tests/unit/flowlogger-capturing-llm.test.js +0 -41
- package/dist/esm/tests/unit/flowlogger-capturing-llm.test.js.map +0 -1
- package/dist/esm/tests/unit/flowlogger-eventstore.test.d.ts +0 -1
- package/dist/esm/tests/unit/flowlogger-eventstore.test.js +0 -248
- package/dist/esm/tests/unit/flowlogger-eventstore.test.js.map +0 -1
- package/dist/esm/tests/unit/frame-registry-oopif-adoption.test.d.ts +0 -1
- package/dist/esm/tests/unit/frame-registry-oopif-adoption.test.js +0 -58
- package/dist/esm/tests/unit/frame-registry-oopif-adoption.test.js.map +0 -1
- package/dist/esm/tests/unit/helpers/mockCDPSession.d.ts +0 -19
- package/dist/esm/tests/unit/helpers/mockCDPSession.js +0 -25
- package/dist/esm/tests/unit/helpers/mockCDPSession.js.map +0 -1
- package/dist/esm/tests/unit/inference-temperature.test.d.ts +0 -1
- package/dist/esm/tests/unit/inference-temperature.test.js +0 -63
- package/dist/esm/tests/unit/inference-temperature.test.js.map +0 -1
- package/dist/esm/tests/unit/llm-middleware.test.d.ts +0 -1
- package/dist/esm/tests/unit/llm-middleware.test.js +0 -460
- package/dist/esm/tests/unit/llm-middleware.test.js.map +0 -1
- package/dist/esm/tests/unit/llm-provider.test.d.ts +0 -1
- package/dist/esm/tests/unit/llm-provider.test.js +0 -62
- package/dist/esm/tests/unit/llm-provider.test.js.map +0 -1
- package/dist/esm/tests/unit/microsoft-cua-client.test.d.ts +0 -1
- package/dist/esm/tests/unit/microsoft-cua-client.test.js +0 -84
- package/dist/esm/tests/unit/microsoft-cua-client.test.js.map +0 -1
- package/dist/esm/tests/unit/model-deprecation.test.d.ts +0 -1
- package/dist/esm/tests/unit/model-deprecation.test.js +0 -140
- package/dist/esm/tests/unit/model-deprecation.test.js.map +0 -1
- package/dist/esm/tests/unit/model-utils.test.d.ts +0 -1
- package/dist/esm/tests/unit/model-utils.test.js +0 -40
- package/dist/esm/tests/unit/model-utils.test.js.map +0 -1
- package/dist/esm/tests/unit/openai-compatible-temperature.test.d.ts +0 -1
- package/dist/esm/tests/unit/openai-compatible-temperature.test.js +0 -82
- package/dist/esm/tests/unit/openai-compatible-temperature.test.js.map +0 -1
- package/dist/esm/tests/unit/openai-cua-client.test.d.ts +0 -1
- package/dist/esm/tests/unit/openai-cua-client.test.js +0 -69
- package/dist/esm/tests/unit/openai-cua-client.test.js.map +0 -1
- package/dist/esm/tests/unit/page-extra-http-headers.test.d.ts +0 -1
- package/dist/esm/tests/unit/page-extra-http-headers.test.js +0 -90
- package/dist/esm/tests/unit/page-extra-http-headers.test.js.map +0 -1
- package/dist/esm/tests/unit/page-snapshot.test.d.ts +0 -1
- package/dist/esm/tests/unit/page-snapshot.test.js +0 -40
- package/dist/esm/tests/unit/page-snapshot.test.js.map +0 -1
- package/dist/esm/tests/unit/prompt-observe-variables.test.d.ts +0 -1
- package/dist/esm/tests/unit/prompt-observe-variables.test.js +0 -23
- package/dist/esm/tests/unit/prompt-observe-variables.test.js.map +0 -1
- package/dist/esm/tests/unit/public-api/export-surface.test.d.ts +0 -1
- package/dist/esm/tests/unit/public-api/export-surface.test.js +0 -72
- package/dist/esm/tests/unit/public-api/export-surface.test.js.map +0 -1
- package/dist/esm/tests/unit/public-api/llm-and-agents.test.d.ts +0 -1
- package/dist/esm/tests/unit/public-api/llm-and-agents.test.js +0 -144
- package/dist/esm/tests/unit/public-api/llm-and-agents.test.js.map +0 -1
- package/dist/esm/tests/unit/public-api/public-error-types.test.d.ts +0 -62
- package/dist/esm/tests/unit/public-api/public-error-types.test.js +0 -74
- package/dist/esm/tests/unit/public-api/public-error-types.test.js.map +0 -1
- package/dist/esm/tests/unit/public-api/public-types.test.d.ts +0 -1
- package/dist/esm/tests/unit/public-api/public-types.test.js +0 -97
- package/dist/esm/tests/unit/public-api/public-types.test.js.map +0 -1
- package/dist/esm/tests/unit/public-api/runtime-utils.test.d.ts +0 -1
- package/dist/esm/tests/unit/public-api/runtime-utils.test.js +0 -25
- package/dist/esm/tests/unit/public-api/runtime-utils.test.js.map +0 -1
- package/dist/esm/tests/unit/public-api/schema-utils.test.d.ts +0 -1
- package/dist/esm/tests/unit/public-api/schema-utils.test.js +0 -60
- package/dist/esm/tests/unit/public-api/schema-utils.test.js.map +0 -1
- package/dist/esm/tests/unit/public-api/timeout-error-types.test.d.ts +0 -1
- package/dist/esm/tests/unit/public-api/timeout-error-types.test.js +0 -86
- package/dist/esm/tests/unit/public-api/timeout-error-types.test.js.map +0 -1
- package/dist/esm/tests/unit/public-api/tool-type-export.test.d.ts +0 -1
- package/dist/esm/tests/unit/public-api/tool-type-export.test.js +0 -30
- package/dist/esm/tests/unit/public-api/tool-type-export.test.js.map +0 -1
- package/dist/esm/tests/unit/public-api/v3-core.test.d.ts +0 -1
- package/dist/esm/tests/unit/public-api/v3-core.test.js +0 -73
- package/dist/esm/tests/unit/public-api/v3-core.test.js.map +0 -1
- package/dist/esm/tests/unit/safety-confirmation.test.d.ts +0 -1
- package/dist/esm/tests/unit/safety-confirmation.test.js +0 -108
- package/dist/esm/tests/unit/safety-confirmation.test.js.map +0 -1
- package/dist/esm/tests/unit/snapshot-a11y-resolvers.test.d.ts +0 -1
- package/dist/esm/tests/unit/snapshot-a11y-resolvers.test.js +0 -396
- package/dist/esm/tests/unit/snapshot-a11y-resolvers.test.js.map +0 -1
- package/dist/esm/tests/unit/snapshot-a11y-tree-utils.test.d.ts +0 -1
- package/dist/esm/tests/unit/snapshot-a11y-tree-utils.test.js +0 -304
- package/dist/esm/tests/unit/snapshot-a11y-tree-utils.test.js.map +0 -1
- package/dist/esm/tests/unit/snapshot-capture-orchestration.test.d.ts +0 -1
- package/dist/esm/tests/unit/snapshot-capture-orchestration.test.js +0 -469
- package/dist/esm/tests/unit/snapshot-capture-orchestration.test.js.map +0 -1
- package/dist/esm/tests/unit/snapshot-cbor.test.d.ts +0 -1
- package/dist/esm/tests/unit/snapshot-cbor.test.js +0 -202
- package/dist/esm/tests/unit/snapshot-cbor.test.js.map +0 -1
- package/dist/esm/tests/unit/snapshot-dom-session-builders.test.d.ts +0 -1
- package/dist/esm/tests/unit/snapshot-dom-session-builders.test.js +0 -218
- package/dist/esm/tests/unit/snapshot-dom-session-builders.test.js.map +0 -1
- package/dist/esm/tests/unit/snapshot-dom-tree-utils.test.d.ts +0 -1
- package/dist/esm/tests/unit/snapshot-dom-tree-utils.test.js +0 -105
- package/dist/esm/tests/unit/snapshot-dom-tree-utils.test.js.map +0 -1
- package/dist/esm/tests/unit/snapshot-focus-selectors-utils.test.d.ts +0 -1
- package/dist/esm/tests/unit/snapshot-focus-selectors-utils.test.js +0 -87
- package/dist/esm/tests/unit/snapshot-focus-selectors-utils.test.js.map +0 -1
- package/dist/esm/tests/unit/snapshot-frame-merge.test.d.ts +0 -1
- package/dist/esm/tests/unit/snapshot-frame-merge.test.js +0 -333
- package/dist/esm/tests/unit/snapshot-frame-merge.test.js.map +0 -1
- package/dist/esm/tests/unit/snapshot-tree-format-utils.test.d.ts +0 -1
- package/dist/esm/tests/unit/snapshot-tree-format-utils.test.js +0 -82
- package/dist/esm/tests/unit/snapshot-tree-format-utils.test.js.map +0 -1
- package/dist/esm/tests/unit/snapshot-xpath-utils.test.d.ts +0 -1
- package/dist/esm/tests/unit/snapshot-xpath-utils.test.js +0 -72
- package/dist/esm/tests/unit/snapshot-xpath-utils.test.js.map +0 -1
- package/dist/esm/tests/unit/timeout-handlers.test.d.ts +0 -1
- package/dist/esm/tests/unit/timeout-handlers.test.js +0 -862
- package/dist/esm/tests/unit/timeout-handlers.test.js.map +0 -1
- package/dist/esm/tests/unit/understudy-command-exception.test.d.ts +0 -1
- package/dist/esm/tests/unit/understudy-command-exception.test.js +0 -55
- package/dist/esm/tests/unit/understudy-command-exception.test.js.map +0 -1
- package/dist/esm/tests/unit/xpath-parser.test.d.ts +0 -1
- package/dist/esm/tests/unit/xpath-parser.test.js +0 -309
- package/dist/esm/tests/unit/xpath-parser.test.js.map +0 -1
- package/dist/esm/tests/unit/xpath-resolver.test.d.ts +0 -1
- package/dist/esm/tests/unit/xpath-resolver.test.js +0 -78
- package/dist/esm/tests/unit/xpath-resolver.test.js.map +0 -1
- package/dist/esm/tests/unit/zod-enum-compatibility.test.d.ts +0 -1
- package/dist/esm/tests/unit/zod-enum-compatibility.test.js +0 -114
- package/dist/esm/tests/unit/zod-enum-compatibility.test.js.map +0 -1
|
@@ -42,7 +42,76 @@ export declare const LocalBrowserLaunchOptionsSchema: z.ZodObject<{
|
|
|
42
42
|
acceptDownloads: z.ZodOptional<z.ZodBoolean>;
|
|
43
43
|
}, z.core.$strict>;
|
|
44
44
|
/** Detailed model configuration object */
|
|
45
|
-
export declare const
|
|
45
|
+
export declare const GoogleServiceAccountCredentialsSchema: z.ZodObject<{
|
|
46
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
47
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
48
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
49
|
+
private_key: z.ZodString;
|
|
50
|
+
client_email: z.ZodString;
|
|
51
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
52
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
53
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
54
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
55
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
56
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
57
|
+
}, z.core.$strict>;
|
|
58
|
+
export declare const GoogleServiceAccountAuthSchema: z.ZodObject<{
|
|
59
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
60
|
+
credentials: z.ZodObject<{
|
|
61
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
62
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
63
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
64
|
+
private_key: z.ZodString;
|
|
65
|
+
client_email: z.ZodString;
|
|
66
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
67
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
68
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
69
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
70
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
71
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
72
|
+
}, z.core.$strict>;
|
|
73
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
74
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
75
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
76
|
+
}, z.core.$strict>;
|
|
77
|
+
export declare const ModelAuthSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
78
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
79
|
+
credentials: z.ZodObject<{
|
|
80
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
81
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
82
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
83
|
+
private_key: z.ZodString;
|
|
84
|
+
client_email: z.ZodString;
|
|
85
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
86
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
87
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
88
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
89
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
90
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
91
|
+
}, z.core.$strict>;
|
|
92
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
93
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
94
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
95
|
+
}, z.core.$strict>], "type">;
|
|
96
|
+
export declare const VertexProviderOptionsSchema: z.ZodObject<{
|
|
97
|
+
project: z.ZodString;
|
|
98
|
+
location: z.ZodString;
|
|
99
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
100
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
101
|
+
}, z.core.$strict>;
|
|
102
|
+
export declare const ModelProviderOptionsSchema: z.ZodObject<{
|
|
103
|
+
vertex: z.ZodObject<{
|
|
104
|
+
project: z.ZodString;
|
|
105
|
+
location: z.ZodString;
|
|
106
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
107
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
108
|
+
}, z.core.$strict>;
|
|
109
|
+
}, z.core.$strict>;
|
|
110
|
+
export declare const GenericModelConfigObjectSchema: z.ZodObject<{
|
|
111
|
+
modelName: z.ZodString;
|
|
112
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
113
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
114
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
46
115
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
47
116
|
openai: "openai";
|
|
48
117
|
anthropic: "anthropic";
|
|
@@ -50,13 +119,79 @@ export declare const ModelConfigObjectSchema: z.ZodObject<{
|
|
|
50
119
|
microsoft: "microsoft";
|
|
51
120
|
bedrock: "bedrock";
|
|
52
121
|
}>>;
|
|
122
|
+
}, z.core.$strict>;
|
|
123
|
+
export declare const VertexModelConfigObjectSchema: z.ZodObject<{
|
|
124
|
+
modelName: z.ZodString;
|
|
125
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
126
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
127
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
128
|
+
provider: z.ZodLiteral<"vertex">;
|
|
129
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
130
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
131
|
+
credentials: z.ZodObject<{
|
|
132
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
133
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
134
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
135
|
+
private_key: z.ZodString;
|
|
136
|
+
client_email: z.ZodString;
|
|
137
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
138
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
139
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
140
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
141
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
142
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
143
|
+
}, z.core.$strict>;
|
|
144
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
145
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
146
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
147
|
+
}, z.core.$strict>], "type">;
|
|
148
|
+
providerOptions: z.ZodObject<{
|
|
149
|
+
vertex: z.ZodObject<{
|
|
150
|
+
project: z.ZodString;
|
|
151
|
+
location: z.ZodString;
|
|
152
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
153
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
154
|
+
}, z.core.$strict>;
|
|
155
|
+
}, z.core.$strict>;
|
|
156
|
+
}, z.core.$strict>;
|
|
157
|
+
export declare const ModelConfigObjectSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
158
|
+
modelName: z.ZodString;
|
|
159
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
160
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
161
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
162
|
+
provider: z.ZodLiteral<"vertex">;
|
|
163
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
164
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
165
|
+
credentials: z.ZodObject<{
|
|
166
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
167
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
168
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
169
|
+
private_key: z.ZodString;
|
|
170
|
+
client_email: z.ZodString;
|
|
171
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
172
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
173
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
174
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
175
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
176
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
177
|
+
}, z.core.$strict>;
|
|
178
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
179
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
180
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
181
|
+
}, z.core.$strict>], "type">;
|
|
182
|
+
providerOptions: z.ZodObject<{
|
|
183
|
+
vertex: z.ZodObject<{
|
|
184
|
+
project: z.ZodString;
|
|
185
|
+
location: z.ZodString;
|
|
186
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
187
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
188
|
+
}, z.core.$strict>;
|
|
189
|
+
}, z.core.$strict>;
|
|
190
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
53
191
|
modelName: z.ZodString;
|
|
54
192
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
55
193
|
baseURL: z.ZodOptional<z.ZodString>;
|
|
56
194
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
57
|
-
}, z.core.$strip>;
|
|
58
|
-
/** Model configuration */
|
|
59
|
-
export declare const ModelConfigSchema: z.ZodObject<{
|
|
60
195
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
61
196
|
openai: "openai";
|
|
62
197
|
anthropic: "anthropic";
|
|
@@ -64,11 +199,54 @@ export declare const ModelConfigSchema: z.ZodObject<{
|
|
|
64
199
|
microsoft: "microsoft";
|
|
65
200
|
bedrock: "bedrock";
|
|
66
201
|
}>>;
|
|
202
|
+
}, z.core.$strict>]>;
|
|
203
|
+
/** Model configuration */
|
|
204
|
+
export declare const ModelConfigSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
67
205
|
modelName: z.ZodString;
|
|
68
206
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
69
207
|
baseURL: z.ZodOptional<z.ZodString>;
|
|
70
208
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
71
|
-
|
|
209
|
+
provider: z.ZodLiteral<"vertex">;
|
|
210
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
211
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
212
|
+
credentials: z.ZodObject<{
|
|
213
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
214
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
215
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
216
|
+
private_key: z.ZodString;
|
|
217
|
+
client_email: z.ZodString;
|
|
218
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
219
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
220
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
221
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
222
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
223
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
224
|
+
}, z.core.$strict>;
|
|
225
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
226
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
227
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
228
|
+
}, z.core.$strict>], "type">;
|
|
229
|
+
providerOptions: z.ZodObject<{
|
|
230
|
+
vertex: z.ZodObject<{
|
|
231
|
+
project: z.ZodString;
|
|
232
|
+
location: z.ZodString;
|
|
233
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
234
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
235
|
+
}, z.core.$strict>;
|
|
236
|
+
}, z.core.$strict>;
|
|
237
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
238
|
+
modelName: z.ZodString;
|
|
239
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
240
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
241
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
242
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
243
|
+
openai: "openai";
|
|
244
|
+
anthropic: "anthropic";
|
|
245
|
+
google: "google";
|
|
246
|
+
microsoft: "microsoft";
|
|
247
|
+
bedrock: "bedrock";
|
|
248
|
+
}>>;
|
|
249
|
+
}, z.core.$strict>]>;
|
|
72
250
|
/** Action object returned by observe and used by act */
|
|
73
251
|
export declare const ActionSchema: z.ZodObject<{
|
|
74
252
|
selector: z.ZodString;
|
|
@@ -522,7 +700,44 @@ export declare const SessionEndResponseSchema: z.ZodObject<{
|
|
|
522
700
|
success: z.ZodBoolean;
|
|
523
701
|
}, z.core.$strict>;
|
|
524
702
|
export declare const ActOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
525
|
-
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
703
|
+
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
704
|
+
modelName: z.ZodString;
|
|
705
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
706
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
707
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
708
|
+
provider: z.ZodLiteral<"vertex">;
|
|
709
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
710
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
711
|
+
credentials: z.ZodObject<{
|
|
712
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
713
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
714
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
715
|
+
private_key: z.ZodString;
|
|
716
|
+
client_email: z.ZodString;
|
|
717
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
718
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
719
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
720
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
721
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
722
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
723
|
+
}, z.core.$strict>;
|
|
724
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
725
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
726
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
727
|
+
}, z.core.$strict>], "type">;
|
|
728
|
+
providerOptions: z.ZodObject<{
|
|
729
|
+
vertex: z.ZodObject<{
|
|
730
|
+
project: z.ZodString;
|
|
731
|
+
location: z.ZodString;
|
|
732
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
733
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
734
|
+
}, z.core.$strict>;
|
|
735
|
+
}, z.core.$strict>;
|
|
736
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
737
|
+
modelName: z.ZodString;
|
|
738
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
739
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
740
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
526
741
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
527
742
|
openai: "openai";
|
|
528
743
|
anthropic: "anthropic";
|
|
@@ -530,11 +745,7 @@ export declare const ActOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
|
530
745
|
microsoft: "microsoft";
|
|
531
746
|
bedrock: "bedrock";
|
|
532
747
|
}>>;
|
|
533
|
-
|
|
534
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
535
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
536
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
537
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
748
|
+
}, z.core.$strict>]>, z.ZodString]>>;
|
|
538
749
|
variables: z.ZodOptional<z.ZodType<import("./agent.js").Variables, unknown, z.core.$ZodTypeInternals<import("./agent.js").Variables, unknown>>>;
|
|
539
750
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
540
751
|
}, z.core.$strip>>;
|
|
@@ -547,7 +758,44 @@ export declare const ActRequestSchema: z.ZodObject<{
|
|
|
547
758
|
arguments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
548
759
|
}, z.core.$strip>]>;
|
|
549
760
|
options: z.ZodOptional<z.ZodObject<{
|
|
550
|
-
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
761
|
+
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
762
|
+
modelName: z.ZodString;
|
|
763
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
764
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
765
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
766
|
+
provider: z.ZodLiteral<"vertex">;
|
|
767
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
768
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
769
|
+
credentials: z.ZodObject<{
|
|
770
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
771
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
772
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
773
|
+
private_key: z.ZodString;
|
|
774
|
+
client_email: z.ZodString;
|
|
775
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
776
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
777
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
778
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
779
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
780
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
781
|
+
}, z.core.$strict>;
|
|
782
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
783
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
784
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
785
|
+
}, z.core.$strict>], "type">;
|
|
786
|
+
providerOptions: z.ZodObject<{
|
|
787
|
+
vertex: z.ZodObject<{
|
|
788
|
+
project: z.ZodString;
|
|
789
|
+
location: z.ZodString;
|
|
790
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
791
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
792
|
+
}, z.core.$strict>;
|
|
793
|
+
}, z.core.$strict>;
|
|
794
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
795
|
+
modelName: z.ZodString;
|
|
796
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
797
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
798
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
551
799
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
552
800
|
openai: "openai";
|
|
553
801
|
anthropic: "anthropic";
|
|
@@ -555,11 +803,7 @@ export declare const ActRequestSchema: z.ZodObject<{
|
|
|
555
803
|
microsoft: "microsoft";
|
|
556
804
|
bedrock: "bedrock";
|
|
557
805
|
}>>;
|
|
558
|
-
|
|
559
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
560
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
561
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
562
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
806
|
+
}, z.core.$strict>]>, z.ZodString]>>;
|
|
563
807
|
variables: z.ZodOptional<z.ZodType<import("./agent.js").Variables, unknown, z.core.$ZodTypeInternals<import("./agent.js").Variables, unknown>>>;
|
|
564
808
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
565
809
|
}, z.core.$strip>>;
|
|
@@ -613,7 +857,44 @@ export declare const ActResponseSchema: z.ZodObject<{
|
|
|
613
857
|
}, z.core.$strip>;
|
|
614
858
|
}, z.core.$strip>;
|
|
615
859
|
export declare const ExtractOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
616
|
-
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
860
|
+
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
861
|
+
modelName: z.ZodString;
|
|
862
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
863
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
864
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
865
|
+
provider: z.ZodLiteral<"vertex">;
|
|
866
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
867
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
868
|
+
credentials: z.ZodObject<{
|
|
869
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
870
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
871
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
872
|
+
private_key: z.ZodString;
|
|
873
|
+
client_email: z.ZodString;
|
|
874
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
875
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
876
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
877
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
878
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
879
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
880
|
+
}, z.core.$strict>;
|
|
881
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
882
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
883
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
884
|
+
}, z.core.$strict>], "type">;
|
|
885
|
+
providerOptions: z.ZodObject<{
|
|
886
|
+
vertex: z.ZodObject<{
|
|
887
|
+
project: z.ZodString;
|
|
888
|
+
location: z.ZodString;
|
|
889
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
890
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
891
|
+
}, z.core.$strict>;
|
|
892
|
+
}, z.core.$strict>;
|
|
893
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
894
|
+
modelName: z.ZodString;
|
|
895
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
896
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
897
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
617
898
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
618
899
|
openai: "openai";
|
|
619
900
|
anthropic: "anthropic";
|
|
@@ -621,20 +902,54 @@ export declare const ExtractOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
|
621
902
|
microsoft: "microsoft";
|
|
622
903
|
bedrock: "bedrock";
|
|
623
904
|
}>>;
|
|
624
|
-
|
|
625
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
626
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
627
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
628
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
905
|
+
}, z.core.$strict>]>, z.ZodString]>>;
|
|
629
906
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
630
907
|
selector: z.ZodOptional<z.ZodString>;
|
|
631
908
|
ignoreSelectors: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
909
|
+
screenshot: z.ZodOptional<z.ZodBoolean>;
|
|
632
910
|
}, z.core.$strip>>;
|
|
633
911
|
export declare const ExtractRequestSchema: z.ZodObject<{
|
|
634
912
|
instruction: z.ZodOptional<z.ZodString>;
|
|
635
913
|
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
636
914
|
options: z.ZodOptional<z.ZodObject<{
|
|
637
|
-
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
915
|
+
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
916
|
+
modelName: z.ZodString;
|
|
917
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
918
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
919
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
920
|
+
provider: z.ZodLiteral<"vertex">;
|
|
921
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
922
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
923
|
+
credentials: z.ZodObject<{
|
|
924
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
925
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
926
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
927
|
+
private_key: z.ZodString;
|
|
928
|
+
client_email: z.ZodString;
|
|
929
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
930
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
931
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
932
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
933
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
934
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
935
|
+
}, z.core.$strict>;
|
|
936
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
937
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
938
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
939
|
+
}, z.core.$strict>], "type">;
|
|
940
|
+
providerOptions: z.ZodObject<{
|
|
941
|
+
vertex: z.ZodObject<{
|
|
942
|
+
project: z.ZodString;
|
|
943
|
+
location: z.ZodString;
|
|
944
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
945
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
946
|
+
}, z.core.$strict>;
|
|
947
|
+
}, z.core.$strict>;
|
|
948
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
949
|
+
modelName: z.ZodString;
|
|
950
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
951
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
952
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
638
953
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
639
954
|
openai: "openai";
|
|
640
955
|
anthropic: "anthropic";
|
|
@@ -642,14 +957,11 @@ export declare const ExtractRequestSchema: z.ZodObject<{
|
|
|
642
957
|
microsoft: "microsoft";
|
|
643
958
|
bedrock: "bedrock";
|
|
644
959
|
}>>;
|
|
645
|
-
|
|
646
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
647
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
648
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
649
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
960
|
+
}, z.core.$strict>]>, z.ZodString]>>;
|
|
650
961
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
651
962
|
selector: z.ZodOptional<z.ZodString>;
|
|
652
963
|
ignoreSelectors: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
964
|
+
screenshot: z.ZodOptional<z.ZodBoolean>;
|
|
653
965
|
}, z.core.$strip>>;
|
|
654
966
|
frameId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
655
967
|
streamResponse: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -666,7 +978,44 @@ export declare const ExtractResponseSchema: z.ZodObject<{
|
|
|
666
978
|
}, z.core.$strip>;
|
|
667
979
|
}, z.core.$strip>;
|
|
668
980
|
export declare const ObserveOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
669
|
-
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
981
|
+
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
982
|
+
modelName: z.ZodString;
|
|
983
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
984
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
985
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
986
|
+
provider: z.ZodLiteral<"vertex">;
|
|
987
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
988
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
989
|
+
credentials: z.ZodObject<{
|
|
990
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
991
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
992
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
993
|
+
private_key: z.ZodString;
|
|
994
|
+
client_email: z.ZodString;
|
|
995
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
996
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
997
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
998
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
999
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1000
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
1001
|
+
}, z.core.$strict>;
|
|
1002
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
1003
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1004
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
1005
|
+
}, z.core.$strict>], "type">;
|
|
1006
|
+
providerOptions: z.ZodObject<{
|
|
1007
|
+
vertex: z.ZodObject<{
|
|
1008
|
+
project: z.ZodString;
|
|
1009
|
+
location: z.ZodString;
|
|
1010
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1011
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1012
|
+
}, z.core.$strict>;
|
|
1013
|
+
}, z.core.$strict>;
|
|
1014
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1015
|
+
modelName: z.ZodString;
|
|
1016
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1017
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1018
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
670
1019
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
671
1020
|
openai: "openai";
|
|
672
1021
|
anthropic: "anthropic";
|
|
@@ -674,19 +1023,53 @@ export declare const ObserveOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
|
674
1023
|
microsoft: "microsoft";
|
|
675
1024
|
bedrock: "bedrock";
|
|
676
1025
|
}>>;
|
|
677
|
-
|
|
678
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
679
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
680
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
681
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
1026
|
+
}, z.core.$strict>]>, z.ZodString]>>;
|
|
682
1027
|
variables: z.ZodOptional<z.ZodType<import("./agent.js").Variables, unknown, z.core.$ZodTypeInternals<import("./agent.js").Variables, unknown>>>;
|
|
683
1028
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
684
1029
|
selector: z.ZodOptional<z.ZodString>;
|
|
1030
|
+
ignoreSelectors: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
685
1031
|
}, z.core.$strip>>;
|
|
686
1032
|
export declare const ObserveRequestSchema: z.ZodObject<{
|
|
687
1033
|
instruction: z.ZodOptional<z.ZodString>;
|
|
688
1034
|
options: z.ZodOptional<z.ZodObject<{
|
|
689
|
-
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
1035
|
+
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
1036
|
+
modelName: z.ZodString;
|
|
1037
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1038
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1039
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1040
|
+
provider: z.ZodLiteral<"vertex">;
|
|
1041
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1042
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
1043
|
+
credentials: z.ZodObject<{
|
|
1044
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
1045
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
1046
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
1047
|
+
private_key: z.ZodString;
|
|
1048
|
+
client_email: z.ZodString;
|
|
1049
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
1050
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
1051
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
1052
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1053
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1054
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
1055
|
+
}, z.core.$strict>;
|
|
1056
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
1057
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1058
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
1059
|
+
}, z.core.$strict>], "type">;
|
|
1060
|
+
providerOptions: z.ZodObject<{
|
|
1061
|
+
vertex: z.ZodObject<{
|
|
1062
|
+
project: z.ZodString;
|
|
1063
|
+
location: z.ZodString;
|
|
1064
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1065
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1066
|
+
}, z.core.$strict>;
|
|
1067
|
+
}, z.core.$strict>;
|
|
1068
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1069
|
+
modelName: z.ZodString;
|
|
1070
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1071
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1072
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
690
1073
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
691
1074
|
openai: "openai";
|
|
692
1075
|
anthropic: "anthropic";
|
|
@@ -694,14 +1077,11 @@ export declare const ObserveRequestSchema: z.ZodObject<{
|
|
|
694
1077
|
microsoft: "microsoft";
|
|
695
1078
|
bedrock: "bedrock";
|
|
696
1079
|
}>>;
|
|
697
|
-
|
|
698
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
699
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
700
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
701
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
1080
|
+
}, z.core.$strict>]>, z.ZodString]>>;
|
|
702
1081
|
variables: z.ZodOptional<z.ZodType<import("./agent.js").Variables, unknown, z.core.$ZodTypeInternals<import("./agent.js").Variables, unknown>>>;
|
|
703
1082
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
704
1083
|
selector: z.ZodOptional<z.ZodString>;
|
|
1084
|
+
ignoreSelectors: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
705
1085
|
}, z.core.$strip>>;
|
|
706
1086
|
frameId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
707
1087
|
streamResponse: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -737,7 +1117,44 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
737
1117
|
microsoft: "microsoft";
|
|
738
1118
|
bedrock: "bedrock";
|
|
739
1119
|
}>>;
|
|
740
|
-
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
1120
|
+
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
1121
|
+
modelName: z.ZodString;
|
|
1122
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1123
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1124
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1125
|
+
provider: z.ZodLiteral<"vertex">;
|
|
1126
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1127
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
1128
|
+
credentials: z.ZodObject<{
|
|
1129
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
1130
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
1131
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
1132
|
+
private_key: z.ZodString;
|
|
1133
|
+
client_email: z.ZodString;
|
|
1134
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
1135
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
1136
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
1137
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1138
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1139
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
1140
|
+
}, z.core.$strict>;
|
|
1141
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
1142
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1143
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
1144
|
+
}, z.core.$strict>], "type">;
|
|
1145
|
+
providerOptions: z.ZodObject<{
|
|
1146
|
+
vertex: z.ZodObject<{
|
|
1147
|
+
project: z.ZodString;
|
|
1148
|
+
location: z.ZodString;
|
|
1149
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1150
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1151
|
+
}, z.core.$strict>;
|
|
1152
|
+
}, z.core.$strict>;
|
|
1153
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1154
|
+
modelName: z.ZodString;
|
|
1155
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1156
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1157
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
741
1158
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
742
1159
|
openai: "openai";
|
|
743
1160
|
anthropic: "anthropic";
|
|
@@ -745,11 +1162,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
745
1162
|
microsoft: "microsoft";
|
|
746
1163
|
bedrock: "bedrock";
|
|
747
1164
|
}>>;
|
|
748
|
-
|
|
749
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
750
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
751
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
752
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
1165
|
+
}, z.core.$strict>]>, z.ZodString]>>;
|
|
753
1166
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
754
1167
|
cua: z.ZodOptional<z.ZodBoolean>;
|
|
755
1168
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -757,7 +1170,44 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
757
1170
|
dom: "dom";
|
|
758
1171
|
hybrid: "hybrid";
|
|
759
1172
|
}>>;
|
|
760
|
-
executionModel: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
1173
|
+
executionModel: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
1174
|
+
modelName: z.ZodString;
|
|
1175
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1176
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1177
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1178
|
+
provider: z.ZodLiteral<"vertex">;
|
|
1179
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1180
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
1181
|
+
credentials: z.ZodObject<{
|
|
1182
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
1183
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
1184
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
1185
|
+
private_key: z.ZodString;
|
|
1186
|
+
client_email: z.ZodString;
|
|
1187
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
1188
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
1189
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
1190
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1191
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1192
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
1193
|
+
}, z.core.$strict>;
|
|
1194
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
1195
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1196
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
1197
|
+
}, z.core.$strict>], "type">;
|
|
1198
|
+
providerOptions: z.ZodObject<{
|
|
1199
|
+
vertex: z.ZodObject<{
|
|
1200
|
+
project: z.ZodString;
|
|
1201
|
+
location: z.ZodString;
|
|
1202
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1203
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1204
|
+
}, z.core.$strict>;
|
|
1205
|
+
}, z.core.$strict>;
|
|
1206
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1207
|
+
modelName: z.ZodString;
|
|
1208
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1209
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1210
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
761
1211
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
762
1212
|
openai: "openai";
|
|
763
1213
|
anthropic: "anthropic";
|
|
@@ -765,11 +1215,7 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
765
1215
|
microsoft: "microsoft";
|
|
766
1216
|
bedrock: "bedrock";
|
|
767
1217
|
}>>;
|
|
768
|
-
|
|
769
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
770
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
771
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
772
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
1218
|
+
}, z.core.$strict>]>, z.ZodString]>>;
|
|
773
1219
|
}, z.core.$strip>;
|
|
774
1220
|
/** Action taken by the agent during execution */
|
|
775
1221
|
export declare const AgentActionSchema: z.ZodObject<{
|
|
@@ -835,7 +1281,44 @@ export declare const AgentExecuteRequestSchema: z.ZodObject<{
|
|
|
835
1281
|
microsoft: "microsoft";
|
|
836
1282
|
bedrock: "bedrock";
|
|
837
1283
|
}>>;
|
|
838
|
-
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
1284
|
+
model: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
1285
|
+
modelName: z.ZodString;
|
|
1286
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1287
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1288
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1289
|
+
provider: z.ZodLiteral<"vertex">;
|
|
1290
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1291
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
1292
|
+
credentials: z.ZodObject<{
|
|
1293
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
1294
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
1295
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
1296
|
+
private_key: z.ZodString;
|
|
1297
|
+
client_email: z.ZodString;
|
|
1298
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
1299
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
1300
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
1301
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1302
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1303
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
1304
|
+
}, z.core.$strict>;
|
|
1305
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
1306
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1307
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
1308
|
+
}, z.core.$strict>], "type">;
|
|
1309
|
+
providerOptions: z.ZodObject<{
|
|
1310
|
+
vertex: z.ZodObject<{
|
|
1311
|
+
project: z.ZodString;
|
|
1312
|
+
location: z.ZodString;
|
|
1313
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1314
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1315
|
+
}, z.core.$strict>;
|
|
1316
|
+
}, z.core.$strict>;
|
|
1317
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1318
|
+
modelName: z.ZodString;
|
|
1319
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1320
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1321
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
839
1322
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
840
1323
|
openai: "openai";
|
|
841
1324
|
anthropic: "anthropic";
|
|
@@ -843,11 +1326,7 @@ export declare const AgentExecuteRequestSchema: z.ZodObject<{
|
|
|
843
1326
|
microsoft: "microsoft";
|
|
844
1327
|
bedrock: "bedrock";
|
|
845
1328
|
}>>;
|
|
846
|
-
|
|
847
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
848
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
849
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
850
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
1329
|
+
}, z.core.$strict>]>, z.ZodString]>>;
|
|
851
1330
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
852
1331
|
cua: z.ZodOptional<z.ZodBoolean>;
|
|
853
1332
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -855,7 +1334,44 @@ export declare const AgentExecuteRequestSchema: z.ZodObject<{
|
|
|
855
1334
|
dom: "dom";
|
|
856
1335
|
hybrid: "hybrid";
|
|
857
1336
|
}>>;
|
|
858
|
-
executionModel: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
1337
|
+
executionModel: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
1338
|
+
modelName: z.ZodString;
|
|
1339
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1340
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1341
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1342
|
+
provider: z.ZodLiteral<"vertex">;
|
|
1343
|
+
auth: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1344
|
+
type: z.ZodLiteral<"googleServiceAccount">;
|
|
1345
|
+
credentials: z.ZodObject<{
|
|
1346
|
+
type: z.ZodOptional<z.ZodLiteral<"service_account">>;
|
|
1347
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
1348
|
+
private_key_id: z.ZodOptional<z.ZodString>;
|
|
1349
|
+
private_key: z.ZodString;
|
|
1350
|
+
client_email: z.ZodString;
|
|
1351
|
+
client_id: z.ZodOptional<z.ZodString>;
|
|
1352
|
+
auth_uri: z.ZodOptional<z.ZodURL>;
|
|
1353
|
+
token_uri: z.ZodOptional<z.ZodURL>;
|
|
1354
|
+
auth_provider_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1355
|
+
client_x509_cert_url: z.ZodOptional<z.ZodURL>;
|
|
1356
|
+
universe_domain: z.ZodOptional<z.ZodString>;
|
|
1357
|
+
}, z.core.$strict>;
|
|
1358
|
+
scopes: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
1359
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1360
|
+
universeDomain: z.ZodOptional<z.ZodString>;
|
|
1361
|
+
}, z.core.$strict>], "type">;
|
|
1362
|
+
providerOptions: z.ZodObject<{
|
|
1363
|
+
vertex: z.ZodObject<{
|
|
1364
|
+
project: z.ZodString;
|
|
1365
|
+
location: z.ZodString;
|
|
1366
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1367
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1368
|
+
}, z.core.$strict>;
|
|
1369
|
+
}, z.core.$strict>;
|
|
1370
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1371
|
+
modelName: z.ZodString;
|
|
1372
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
1373
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1374
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
859
1375
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
860
1376
|
openai: "openai";
|
|
861
1377
|
anthropic: "anthropic";
|
|
@@ -863,11 +1379,7 @@ export declare const AgentExecuteRequestSchema: z.ZodObject<{
|
|
|
863
1379
|
microsoft: "microsoft";
|
|
864
1380
|
bedrock: "bedrock";
|
|
865
1381
|
}>>;
|
|
866
|
-
|
|
867
|
-
apiKey: z.ZodOptional<z.ZodString>;
|
|
868
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
869
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
870
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
1382
|
+
}, z.core.$strict>]>, z.ZodString]>>;
|
|
871
1383
|
}, z.core.$strip>;
|
|
872
1384
|
executeOptions: z.ZodObject<{
|
|
873
1385
|
instruction: z.ZodString;
|
|
@@ -1238,6 +1750,13 @@ export declare const Operations: {
|
|
|
1238
1750
|
};
|
|
1239
1751
|
export type Action = z.infer<typeof ActionSchema>;
|
|
1240
1752
|
export type ModelConfig = z.infer<typeof ModelConfigSchema>;
|
|
1753
|
+
export type GenericModelConfigObject = z.infer<typeof GenericModelConfigObjectSchema>;
|
|
1754
|
+
export type VertexModelConfigObject = z.infer<typeof VertexModelConfigObjectSchema>;
|
|
1755
|
+
export type GoogleServiceAccountCredentials = z.infer<typeof GoogleServiceAccountCredentialsSchema>;
|
|
1756
|
+
export type GoogleServiceAccountAuth = z.infer<typeof GoogleServiceAccountAuthSchema>;
|
|
1757
|
+
export type ModelAuth = z.infer<typeof ModelAuthSchema>;
|
|
1758
|
+
export type VertexProviderOptions = z.infer<typeof VertexProviderOptionsSchema>;
|
|
1759
|
+
export type ModelProviderOptions = z.infer<typeof ModelProviderOptionsSchema>;
|
|
1241
1760
|
export type BrowserConfig = z.infer<typeof BrowserConfigSchema>;
|
|
1242
1761
|
export type SessionIdParams = z.infer<typeof SessionIdParamsSchema>;
|
|
1243
1762
|
export type SessionHeaders = z.infer<typeof SessionHeadersSchema>;
|