opensteer 0.8.16 → 0.8.18
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/{chunk-KBO7DDPF.js → chunk-GQ3PGLYQ.js} +12 -11
- package/dist/chunk-GQ3PGLYQ.js.map +1 -0
- package/dist/{chunk-Y3ULLNOS.js → chunk-T6TG4WO2.js} +20 -15
- package/dist/chunk-T6TG4WO2.js.map +1 -0
- package/dist/cli/bin.cjs +30 -24
- package/dist/cli/bin.cjs.map +1 -1
- package/dist/cli/bin.js +3 -3
- package/dist/cli/bin.js.map +1 -1
- package/dist/index.cjs +27 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -18
- package/dist/index.d.ts +10 -18
- package/dist/index.js +2 -2
- package/dist/opensteer-XMCWYUH3.js +4 -0
- package/dist/{opensteer-3Q3LR5XM.js.map → opensteer-XMCWYUH3.js.map} +1 -1
- package/package.json +3 -3
- package/dist/chunk-KBO7DDPF.js.map +0 -1
- package/dist/chunk-Y3ULLNOS.js.map +0 -1
- package/dist/opensteer-3Q3LR5XM.js +0 -4
|
@@ -2913,6 +2913,16 @@ var opensteerNetworkQueryOutputSchema = objectSchema(
|
|
|
2913
2913
|
required: ["records"]
|
|
2914
2914
|
}
|
|
2915
2915
|
);
|
|
2916
|
+
var opensteerNetworkDetailInputSchema = objectSchema(
|
|
2917
|
+
{
|
|
2918
|
+
recordId: stringSchema({ minLength: 1 }),
|
|
2919
|
+
probe: { type: "boolean" }
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
title: "OpensteerNetworkDetailInput",
|
|
2923
|
+
required: ["recordId"]
|
|
2924
|
+
}
|
|
2925
|
+
);
|
|
2916
2926
|
var opensteerParsedCookieSchema = objectSchema(
|
|
2917
2927
|
{
|
|
2918
2928
|
name: stringSchema({ minLength: 1 }),
|
|
@@ -6802,15 +6812,6 @@ var opensteerPageSnapshotOutputSchema = objectSchema(
|
|
|
6802
6812
|
required: ["url", "title", "mode", "html", "counters"]
|
|
6803
6813
|
}
|
|
6804
6814
|
);
|
|
6805
|
-
var opensteerNetworkDetailInputSchema = objectSchema(
|
|
6806
|
-
{
|
|
6807
|
-
recordId: stringSchema({ minLength: 1 })
|
|
6808
|
-
},
|
|
6809
|
-
{
|
|
6810
|
-
title: "OpensteerNetworkDetailInput",
|
|
6811
|
-
required: ["recordId"]
|
|
6812
|
-
}
|
|
6813
|
-
);
|
|
6814
6815
|
var opensteerComputerMouseButtonSchema = enumSchema(
|
|
6815
6816
|
["left", "middle", "right"],
|
|
6816
6817
|
{
|
|
@@ -28856,5 +28857,5 @@ function createOpensteerSemanticRuntime(input = {}) {
|
|
|
28856
28857
|
}
|
|
28857
28858
|
|
|
28858
28859
|
export { CloudSessionProxy, DEFAULT_OPENSTEER_ENGINE, DEFERRED_MATCH_ATTR_KEYS, ElementPathError, FlowRecorderCollector, MATCH_ATTRIBUTE_PRIORITY, OPENSTEER_DOM_ACTION_BRIDGE_SYMBOL, OPENSTEER_ENGINE_NAMES, OPENSTEER_FILESYSTEM_WORKSPACE_LAYOUT, OPENSTEER_FILESYSTEM_WORKSPACE_VERSION, OpensteerAttachAmbiguousError, OpensteerBrowserManager, OpensteerCloudClient, OpensteerRuntime, OpensteerSessionRuntime2 as OpensteerSessionRuntime, STABLE_PRIMARY_ATTR_KEYS, assertProviderSupportsEngine, buildArrayFieldPathCandidates, buildDomDescriptorKey, buildDomDescriptorPayload, buildDomDescriptorVersion, buildPathCandidates, buildPathSelectorHint, buildSegmentSelector, clearPersistedSessionRecord, cloneElementPath, cloneReplayElementPath, cloneStructuralElementAnchor, createArtifactStore, createDomDescriptorStore, createDomRuntime, createFilesystemOpensteerWorkspace, createObservationStore, createOpensteerExtractionDescriptorStore, createOpensteerSemanticRuntime, defaultFallbackPolicy, defaultPolicy, defaultRetryPolicy, defaultSettlePolicy, defaultTimeoutPolicy, delayWithSignal, discoverLocalCdpBrowsers, dispatchSemanticOperation, generateReplayScript, hashDomDescriptorPersist, inspectCdpEndpoint, isCurrentUrlField, isProcessRunning, isValidCssAttributeKey, listLocalChromeProfiles, loadEnvironment, manifestToExternalBinaryLocation, normalizeExtractedValue, normalizeObservabilityConfig, normalizeOpensteerEngineName, normalizeOpensteerProviderMode, normalizeWorkspaceId, parseDomDescriptorRecord, parseExtractionDescriptorRecord, pathExists, readPersistedCloudSessionRecord, readPersistedLocalBrowserSessionRecord, readPersistedSessionRecord, requireCloudAppBaseUrl, resolveCloudConfig, resolveCloudSessionRecordPath, resolveDomActionBridge, resolveExtractedValueInContext, resolveFilesystemWorkspacePath, resolveLiveSessionRecordPath, resolveLocalSessionRecordPath, resolveOpensteerEngineName, resolveOpensteerEnvironment, resolveOpensteerProvider, resolveOpensteerRuntimeConfig, runWithPolicyTimeout, sanitizeElementPath, sanitizeReplayElementPath, sanitizeStructuralElementAnchor, settleWithPolicy, shouldKeepAttributeForPath, writePersistedSessionRecord };
|
|
28859
|
-
//# sourceMappingURL=chunk-
|
|
28860
|
-
//# sourceMappingURL=chunk-
|
|
28860
|
+
//# sourceMappingURL=chunk-GQ3PGLYQ.js.map
|
|
28861
|
+
//# sourceMappingURL=chunk-GQ3PGLYQ.js.map
|