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.
@@ -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-KBO7DDPF.js.map
28860
- //# sourceMappingURL=chunk-KBO7DDPF.js.map
28860
+ //# sourceMappingURL=chunk-GQ3PGLYQ.js.map
28861
+ //# sourceMappingURL=chunk-GQ3PGLYQ.js.map