@workclaw/openclaw-workclaw 1.0.338 → 1.0.339
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/_virtual/additionalItems.js +4 -0
- package/dist/_virtual/additionalProperties.js +4 -0
- package/dist/_virtual/ajv.js +4 -0
- package/dist/_virtual/allOf.js +4 -0
- package/dist/_virtual/anyOf.js +4 -0
- package/dist/_virtual/applicability.js +4 -0
- package/dist/_virtual/babel.js +4 -0
- package/dist/_virtual/boolSchema.js +4 -0
- package/dist/_virtual/browser.js +4 -0
- package/dist/_virtual/code.js +4 -0
- package/dist/_virtual/code2.js +4 -0
- package/dist/_virtual/const.js +4 -0
- package/dist/_virtual/contains.js +4 -0
- package/dist/_virtual/core.js +4 -0
- package/dist/_virtual/dataType.js +4 -0
- package/dist/_virtual/defaults.js +4 -0
- package/dist/_virtual/dependencies.js +4 -0
- package/dist/_virtual/draft7.js +4 -0
- package/dist/_virtual/enum.js +4 -0
- package/dist/_virtual/equal.js +4 -0
- package/dist/_virtual/errors.js +4 -0
- package/dist/_virtual/escape.js +4 -0
- package/dist/_virtual/format.js +4 -0
- package/dist/_virtual/formats.js +4 -0
- package/dist/_virtual/id.js +4 -0
- package/dist/_virtual/if.js +4 -0
- package/dist/_virtual/index.js +4 -0
- package/dist/_virtual/index.min.js +4 -0
- package/dist/_virtual/index10.js +4 -0
- package/dist/_virtual/index11.js +4 -0
- package/dist/_virtual/index12.js +4 -0
- package/dist/_virtual/index13.js +4 -0
- package/dist/_virtual/index14.js +4 -0
- package/dist/_virtual/index15.js +4 -0
- package/dist/_virtual/index16.js +4 -0
- package/dist/_virtual/index17.js +4 -0
- package/dist/_virtual/index18.js +4 -0
- package/dist/_virtual/index2.js +4 -0
- package/dist/_virtual/index3.js +4 -0
- package/dist/_virtual/index4.js +4 -0
- package/dist/_virtual/index5.js +4 -0
- package/dist/_virtual/index6.js +4 -0
- package/dist/_virtual/index7.js +4 -0
- package/dist/_virtual/index8.js +4 -0
- package/dist/_virtual/index9.js +4 -0
- package/dist/_virtual/items.js +4 -0
- package/dist/_virtual/items2020.js +4 -0
- package/dist/_virtual/keyword.js +4 -0
- package/dist/_virtual/limit.js +4 -0
- package/dist/_virtual/limitItems.js +4 -0
- package/dist/_virtual/limitLength.js +4 -0
- package/dist/_virtual/limitNumber.js +4 -0
- package/dist/_virtual/limitProperties.js +4 -0
- package/dist/_virtual/lockfile.js +4 -0
- package/dist/_virtual/metadata.js +4 -0
- package/dist/_virtual/mtime-precision.js +4 -0
- package/dist/_virtual/multipleOf.js +4 -0
- package/dist/_virtual/names.js +4 -0
- package/dist/_virtual/not.js +4 -0
- package/dist/_virtual/oneOf.js +4 -0
- package/dist/_virtual/options.js +4 -0
- package/dist/_virtual/pattern.js +4 -0
- package/dist/_virtual/patternProperties.js +4 -0
- package/dist/_virtual/photon_rs.js +4 -0
- package/dist/_virtual/prefixItems.js +4 -0
- package/dist/_virtual/properties.js +4 -0
- package/dist/_virtual/propertyNames.js +4 -0
- package/dist/_virtual/ref.js +4 -0
- package/dist/_virtual/ref_error.js +4 -0
- package/dist/_virtual/required.js +4 -0
- package/dist/_virtual/resolve.js +4 -0
- package/dist/_virtual/retry.js +4 -0
- package/dist/_virtual/retry2.js +4 -0
- package/dist/_virtual/rules.js +4 -0
- package/dist/_virtual/scope.js +4 -0
- package/dist/_virtual/signals.js +4 -0
- package/dist/_virtual/subschema.js +4 -0
- package/dist/_virtual/thenElse.js +4 -0
- package/dist/_virtual/types.js +4 -0
- package/dist/_virtual/ucs2length.js +4 -0
- package/dist/_virtual/uniqueItems.js +4 -0
- package/dist/_virtual/uri.js +4 -0
- package/dist/_virtual/util.js +4 -0
- package/dist/_virtual/validation_error.js +4 -0
- package/dist/index.js +39 -35
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.js +215 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/client.js +493 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/core/api-promise.js +66 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/core/error.js +106 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/core/pagination.js +134 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/core/resource.js +8 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/core/streaming.js +261 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/constants.js +13 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.js +36 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/decoders/line.js +80 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/detect-platform.js +137 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/errors.js +33 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/headers.js +65 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/parse.js +54 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/request-options.js +11 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/shims.js +77 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/to-file.js +58 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/tslib.js +16 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/uploads.js +85 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/bytes.js +28 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/env.js +12 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/log.js +77 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/path.js +59 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/query.js +15 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/sleep.js +4 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/uuid.js +13 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/values.js +49 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.js +596 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +571 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/beta-parser.js +76 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/parser.js +64 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.js +48 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.js +349 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js +28 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.js +15 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.js +126 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.js +33 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/beta.js +39 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/environments.js +139 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/files.js +121 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.js +127 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.js +139 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.js +78 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.js +199 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.js +147 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/models.js +57 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.js +90 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.js +129 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.js +148 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.js +93 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.js +97 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.js +115 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.js +152 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.js +144 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/completions.js +20 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/messages/batches.js +148 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/messages/messages.js +125 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/models.js +42 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/version.js +4 -0
- package/dist/node_modules/.pnpm/@borewit_text-codec@0.2.2/node_modules/@borewit/text-codec/lib/index.js +236 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +468 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/agent.js +410 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +851 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js +189 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +538 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.js +125 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.js +115 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js +221 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js +102 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js +234 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.js +44 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js +115 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.js +44 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js +194 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.js +51 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js +307 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.js +27 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js +94 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js +124 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js +245 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/index.js +91 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/proxy.js +260 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/api-registry.js +50 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +140 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +442 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/image-models.js +25 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/images-api-registry.js +25 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/images.js +16 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/index.js +91 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/models.generated.js +16438 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/models.js +74 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/oauth.js +25 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +860 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +217 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare.js +20 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/faux.js +366 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot-headers.js +30 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.js +246 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js +420 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/google.js +380 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js +130 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.js +36 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js +506 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +1017 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +819 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/openai-prompt-cache.js +13 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +434 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +224 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/register-builtins.js +270 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +43 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.js +155 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/session-resources.js +24 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/stream.js +33 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/diagnostics.js +30 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +77 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/hash.js +15 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/headers.js +10 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/json-parse.js +102 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/oauth/anthropic.js +314 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js +89 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js +347 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +82 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/sanitize-unicode.js +6 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/typebox-helpers.js +15 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/validation.js +275 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +297 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.js +35 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/file-processor.js +75 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/initial-message.js +20 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/list-models.js +98 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/session-picker.js +41 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/config.js +358 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-runtime.js +330 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.js +107 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +2286 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-guidance.js +32 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +419 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/bash-executor.js +93 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.js +187 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +526 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/utils.js +122 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/defaults.js +4 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/event-bus.js +26 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/exec.js +62 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/ansi-to-html.js +190 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/index.js +188 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/tool-renderer.js +91 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +434 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +815 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.js +38 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/wrapper.js +11 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/footer-data-provider.js +285 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js +51 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/keybindings.js +305 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/messages.js +115 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js +697 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +347 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/output-guard.js +65 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js +1899 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.js +201 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.js +35 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/resolve-config-value.js +95 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/resource-loader.js +678 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js +248 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/session-cwd.js +50 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +1059 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +768 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/skills.js +348 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js +27 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/source-info.js +22 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js +122 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/telemetry.js +11 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/timings.js +31 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +344 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit-diff.js +263 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js +310 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/file-mutation-queue.js +33 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.js +308 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.js +311 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/index.js +57 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.js +181 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/output-accumulator.js +169 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/path-utils.js +73 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.js +290 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/render-utils.js +65 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/tool-definition-wrapper.js +30 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/truncate.js +167 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.js +221 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/index.js +213 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/main.js +549 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/migrations.js +218 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/armin.js +443 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +110 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.js +154 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bordered-loader.js +64 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/branch-summary-message.js +52 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/compaction-summary-message.js +55 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js +469 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/countdown-timer.js +32 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-editor.js +70 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-message.js +74 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/daxnuts.js +129 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/diff.js +103 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/dynamic-border.js +15 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/earendil-announcement.js +51 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-editor.js +109 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-input.js +69 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-selector.js +81 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js +165 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/keybinding-hints.js +44 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +162 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/model-selector.js +266 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/oauth-selector.js +154 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/scoped-models-selector.js +277 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector-search.js +159 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector.js +791 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +379 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/show-images-selector.js +42 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/skill-invocation-message.js +53 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/theme-selector.js +52 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/thinking-selector.js +54 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.js +299 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tree-selector.js +961 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message-selector.js +102 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js +36 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/visual-truncate.js +28 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +4363 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/theme.js +923 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/print-mode.js +122 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/jsonl.js +40 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.js +394 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js +510 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +505 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/ansi.js +20 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.js +70 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.js +82 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/clipboard-image.js +218 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/clipboard-native.js +14 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/clipboard.js +94 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/exif-orientation.js +141 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/frontmatter.js +36 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/fs-watch.js +26 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/git.js +147 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/html.js +43 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/image-convert.js +32 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/image-resize.js +117 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/mime.js +68 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/paths.js +48 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/photon.js +99 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/pi-user-agent.js +7 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/shell.js +146 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/sleep.js +16 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/syntax-highlight.js +120 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/tools-manager.js +294 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/version-check.js +83 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/windows-self-update.js +78 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/autocomplete.js +568 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/box.js +90 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.js +28 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/editor.js +1614 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/image.js +80 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/input.js +370 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/loader.js +68 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +576 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/select-list.js +145 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js +165 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/spacer.js +21 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/text.js +78 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.js +41 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/fuzzy.js +91 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/index.js +79 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/keybindings.js +179 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/keys.js +941 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/kill-ring.js +38 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js +274 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/terminal-image.js +315 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/terminal.js +264 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/tui.js +938 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/undo-stack.js +21 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/utils.js +854 -0
- package/dist/node_modules/.pnpm/@google_genai@1.52.0_@model_3c31a015b14462b3a4f0aafd311f0f16/node_modules/@google/genai/dist/web/index.js +18067 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/extra/structChat.js +116 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/agentsComplete.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/agentsStream.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioSpeechComplete.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioTranscriptionsComplete.js +113 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioTranscriptionsStream.js +122 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesGet.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesGetSampleAudio.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesList.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/batchJobsCancel.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/batchJobsCreate.js +71 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/batchJobsDelete.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/batchJobsGet.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/batchJobsList.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsCreateVersionAlias.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsDeleteVersionAlias.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsGet.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsGetVersion.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsList.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsListVersionAliases.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsListVersions.js +86 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsUpdateVersion.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsCallTool.js +88 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsCreateOrUpdateOrganizationCredentials.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsCreateOrUpdateUserCredentials.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsCreateOrUpdateWorkspaceCredentials.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsDeleteOrganizationCredentials.js +78 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsDeleteUserCredentials.js +78 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsDeleteWorkspaceCredentials.js +78 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsGet.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsGetAuthUrl.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsGetAuthenticationMethods.js +74 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsList.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsListOrganizationCredentials.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsListTools.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsListUserCredentials.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsListWorkspaceCredentials.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsAppend.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsAppendStream.js +92 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsGet.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsGetHistory.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsGetMessages.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsList.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsRestart.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsRestartStream.js +92 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsStart.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsStartStream.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesAccessesDelete.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesAccessesList.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesAccessesUpdateOrCreate.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsDelete.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsExtractedTextSignedUrl.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsGet.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsGetSignedUrl.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsList.js +89 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsReprocess.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsStatus.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsTextContent.js +89 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsUpdate.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsUpload.js +96 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesGet.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesList.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsFetch.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsFetchStatus.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsList.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsListEvents.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsFetch.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsFetchSimilarEvents.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptionCounts.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptions.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsFieldsList.js +64 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsJudge.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsSearch.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsSearchIds.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsCreateRecord.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsExportToJsonl.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsFetch.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsFetchTask.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsImportFromCampaign.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsImportFromDatasetRecords.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsImportFromExplorer.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsImportFromFile.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsImportFromPlayground.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsList.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsListRecords.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsListTasks.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsBulkDelete.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsDelete.js +77 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsFetch.js +77 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsJudge.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsUpdatePayload.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsUpdateProperties.js +78 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesFetch.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesJudgeConversation.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesList.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaRagIngestionPipelineConfigurationsList.js +61 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/chatComplete.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/chatStream.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/classifiersClassify.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/classifiersClassifyChat.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/classifiersModerate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/classifiersModerateChat.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/embeddingsCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/eventsGetStreamEvents.js +100 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/eventsGetWorkflowEvents.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesDelete.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesDownload.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesGetSignedUrl.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesList.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesRetrieve.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesUpload.js +95 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fimComplete.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fimStream.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fineTuningJobsCancel.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fineTuningJobsCreate.js +71 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fineTuningJobsGet.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fineTuningJobsList.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fineTuningJobsStart.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsArchive.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsList.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsRetrieve.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsUnarchive.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsUpdate.js +78 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/ocrProcess.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsArchiveWorkflow.js +77 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsDeploymentsGetDeployment.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsDeploymentsListDeployments.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecuteWorkflow.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecuteWorkflowRegistration.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsBatchCancelWorkflowExecutions.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsBatchTerminateWorkflowExecutions.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsCancelWorkflowExecution.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsGetWorkflowExecution.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsGetWorkflowExecutionHistory.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceEvents.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceOtel.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceSummary.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsQueryWorkflowExecution.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsResetWorkflow.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsSignalWorkflowExecution.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsStream.js +93 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsTerminateWorkflowExecution.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsUpdateWorkflowExecution.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsGetWorkflow.js +77 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsGetWorkflowRegistration.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsGetWorkflowRegistrations.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsGetWorkflows.js +117 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsMetricsGetWorkflowMetrics.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsRunsGetRun.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsRunsGetRunHistory.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsRunsListRuns.js +117 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsSchedulesGetSchedules.js +60 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsSchedulesScheduleWorkflow.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsSchedulesUnscheduleWorkflow.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsUnarchiveWorkflow.js +77 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsUpdateWorkflow.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/hooks/custom_user_agent.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/hooks/deprecation_warning.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/hooks/hooks.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/hooks/registration.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/base64.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/config.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/dlv.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/encodings.js +209 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/env.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/event-streams.js +153 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/files.js +69 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/http.js +173 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/is-plain-object.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/matchers.js +165 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/primitives.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/retries.js +136 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/schemas.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/sdks.js +242 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/security.js +136 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/url.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskcompletedattributesresponse.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskcompletedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskfailedattributes.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskfailedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskretryingattributes.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskretryingresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskstartedattributesresponse.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskstartedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agent.js +61 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agentaliasresponse.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agentconversation.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agenthandoffdoneevent.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agenthandoffentry.js +47 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agenthandoffstartedevent.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agentscompletionrequest.js +90 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agentscompletionstreamrequest.js +90 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/annotations.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/apiendpoint.js +5 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/apikeyauth.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/archivemodelresponse.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/assistantmessage.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/audiochunk.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/audiocontent.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/audiotranscriptionrequest.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/audiotranscriptionrequeststream.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/authdata.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/authenticationconfiguration.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/authenticationtype.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/authurlresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/basefielddefinition.js +54 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/basemodelcard.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/basetaskstatus.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batcherror.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchexecutionbody.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchexecutionresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchexecutionresult.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchjob.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchjobstatus.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchrequest.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/blobresourcecontents.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/builtinconnectors.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/campaign.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatclassificationrequest.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletionchoice.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletionevent.js +50 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletioneventpreview.js +39 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletionrequest.js +94 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletionresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletionstreamrequest.js +94 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatmoderationrequest.js +57 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chattranscriptionevent.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/checkpoint.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classificationrequest.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classificationresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classificationtargetresult.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifierfinetunedmodel.js +34 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifierfinetuningjob.js +53 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifierfinetuningjobdetails.js +60 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifiertarget.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifiertargetresult.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifiertrainingparameters.js +38 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/codeinterpretertool.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionargs.js +59 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionargsstop.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionchunk.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionevent.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionfinetunedmodel.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionfinetuningjob.js +55 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionfinetuningjobdetails.js +59 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionresponsestreamchoice.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completiontrainingparameters.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectioncredentials.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connector.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectorauthenticationheader.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectorcalltoolrequest.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectorsqueryfilters.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectortool.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectortoolcallmetadata.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectortoolcallresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectortoollocale.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectortoolresultmetadata.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/contentchunk.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationappendrequest.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationappendstreamrequest.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationevents.js +55 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationhistory.js +36 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationinputs.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationmessages.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationpayload.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationrequest.js +64 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationresponse.js +33 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationrestartrequest.js +35 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationrestartstreamrequest.js +35 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationsource.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationstreamrequest.js +64 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationusageinfo.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createagentrequest.js +48 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createbatchjobrequest.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createcampaignrequest.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createconnectorrequest.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createdatasetrecordrequest.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createdatasetrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createfileresponse.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createfinetuningjobrequest.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/creategithubrepositoryrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createjudgerequest.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createlibraryrequest.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/credentialscreateorupdate.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/credentialsresponse.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customconnector.js +40 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskcanceledattributes.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskcanceledresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskcompletedattributesresponse.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskcompletedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskfailedattributes.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskfailedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskinprogressattributesresponse.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskinprogressresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskstartedattributesresponse.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskstartedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtasktimedoutattributes.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtasktimedoutresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/dataset.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/datasetimporttask.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/datasetpreview.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/datasetrecord.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deletebatchjobresponse.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deletedatasetrecordsrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deletefileresponse.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deletemodelresponse.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deltamessage.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deploymentdetailresponse.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deploymentlistresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deploymentlocation.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deploymentresponse.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deploymentworkerresponse.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/document.js +44 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/documentlibrarytool.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/documenttextcontent.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/documenturlchunk.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/embeddedresource.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/embeddingdtype.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/embeddingrequest.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/embeddingresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/embeddingresponsedata.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/encodedpayloadoptions.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/encodingformat.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/entitytype.js +5 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/event.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/eventprogressstatus.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/eventsource.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/eventtype.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/executionconfig.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/exportdatasetresponse.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/failure.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/feedresultchatcompletioneventpreview.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fetchcampaignstatusresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fetchchatcompletionfieldoptionsresponse.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fetchfieldoptioncountsrequest.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fetchfieldoptioncountsresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fieldgroup.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fieldoptioncountitem.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/file.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filechunk.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filepurpose.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fileschema.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filevisibility.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filtercondition.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filtergroup.js +54 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filterpayload.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fimcompletionrequest.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fimcompletionresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fimcompletionstreamrequest.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/finetuneablemodeltype.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/finetunedmodelcapabilities.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ftclassifierlossfunction.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ftmodelcard.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/function.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functioncall.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functioncallentry.js +61 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functioncallentryarguments.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functioncallevent.js +35 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functionname.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functionresultentry.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functiontool.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/getfileresponse.js +33 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/getsignedurlresponse.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/githubrepository.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/guardrailconfig.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/imagecontent.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/imagedetail.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/imagegenerationtool.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/imageurl.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/imageurlchunk.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/importdatasetfromcampaignrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/importdatasetfromdatasetrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/importdatasetfromexplorerrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/importdatasetfromfilerequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/importdatasetfromplaygroundrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ingestionpipelineconfiguration.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/inputentries.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/inputs.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/instructrequest.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jobmetadata.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpatchadd.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpatchappend.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpatchpayloadresponse.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpatchremove.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpatchreplace.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpayloadresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonschema.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judge.js +45 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgechatcompletioneventrequest.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeclassificationoutput.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeclassificationoutputoption.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeconversationrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgedatasetrecordrequest.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeoutput.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeoutputtype.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeregressionoutput.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/legacyjobmetadata.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/library.js +39 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listbatchjobsresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listcampaignselectedeventsresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listcampaignsresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listchatcompletionfieldsresponse.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listdatasetimporttasksresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listdatasetrecordsresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listdatasetsresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listdocumentsresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listfilesresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listfinetuningjobsresponse.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listjudgesresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listlibrariesresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listsharingresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listworkfloweventresponse.js +68 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/locationtype.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/mcpservericon.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/mcptool.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/mcptoolmeta.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/mcpuitoolmeta.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageentries.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageinputcontentchunks.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageinputentry.js +57 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageoutputcontentchunks.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageoutputentry.js +54 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageoutputevent.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageresponse.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messagetokens.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/metric.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/mistralpromptmode.js +5 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/modelcapabilities.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/modelconversation.js +53 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/modellist.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationllmaction.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationllmv1categorythresholds.js +40 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationllmv1config.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationllmv2categorythresholds.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationllmv2config.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationobject.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/networkencodedinput.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/oauth2token.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/oauth2tokenauth.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/observabilityerrorcode.js +57 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/observabilityerrordetail.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrconfidencescore.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrimageobject.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrpageconfidencescores.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrpagedimensions.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrpageobject.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrrequest.js +63 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrresponse.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrtableobject.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrusageinfo.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/outputcontentchunks.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedconnectors.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultcampaignpreview.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultchatcompletioneventpreview.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultdatasetimporttask.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultdatasetpreview.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultdatasetrecord.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultjudgepreview.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginationinfo.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginationresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/prediction.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/processingstatus.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/processstatus.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/prompttokensdetails.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/publicauthenticationmethod.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/querydefinition.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/queryinvocationbody.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/queryworkflowresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/reasoningeffort.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/referencechunk.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/requestsource.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/resetinvocationbody.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/resourcelink.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/resourcevisibility.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/responsedoneevent.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/responseerrorevent.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/responseformat.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/responseformats.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/responsestartedevent.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/roles.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/sampletype.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/scalarmetric.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/schedulecalendar.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/scheduledefinition.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/scheduledefinitionoutput.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/scheduleinterval.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/scheduleoverlappolicy.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/schedulepolicy.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/schedulerange.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/searchchatcompletioneventidsrequest.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/searchchatcompletioneventidsresponse.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/searchchatcompletioneventsrequest.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/searchchatcompletioneventsresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/shareenum.js +5 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/sharing.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/sharingdelete.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/sharingrequest.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/signaldefinition.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/signalinvocationbody.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/signalworkflowresponse.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/source.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/speechoutputformat.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/speechrequest.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/speechstreamaudiodelta.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/speechstreamdone.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/speechstreameventtypes.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ssetypes.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/streameventssepayload.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/streameventworkflowcontext.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/systemmessage.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/systemmessagecontentchunks.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempogettraceresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattribute.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributearraycontainer.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributearrayelement.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributearrayvalue.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributeboolvalue.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributeintvalue.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributestringvalue.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotracebatch.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceevent.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceresource.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotracescope.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotracescopekind.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotracescopespan.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotracespan.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/textchunk.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/textcontent.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/textresourcecontents.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/thinkchunk.js +39 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/timeseriesmetric.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/timestampgranularity.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tool.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolannotations.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolcall.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolcallconfirmation.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolchoice.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolchoiceenum.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolconfiguration.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolexecution.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolexecutiondeltaevent.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolexecutiondoneevent.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolexecutionentry.js +47 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolexecutionstartedevent.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolfilechunk.js +36 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolmessage.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolreferencechunk.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tooltype.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/trainingfile.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionsegmentchunk.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreamdone.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreamevents.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreameventtypes.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreamlanguage.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreamsegmentdelta.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreamtextdelta.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/turbinetoollocale.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/turbinetoolmeta.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/unarchivemodelresponse.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updateagentrequest.js +50 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updateconnectorrequest.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatedatasetrecordpayloadrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatedatasetrecordpropertiesrequest.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatedatasetrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatedefinition.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatedocumentrequest.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updateinvocationbody.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatejudgerequest.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatelibraryrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatemodelrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updateworkflowresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/usageinfo.js +34 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/usageinfodollardefs.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/usermessage.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/validationerror.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/voicecreaterequest.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/voicelistresponse.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/voiceresponse.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/voiceupdaterequest.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/wandbintegration.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/wandbintegrationresult.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/websearchpremiumtool.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/websearchtool.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflow.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowarchiveresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowbasicdefinition.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowcodedefinition.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workfloweventtype.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncanceledattributes.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncanceledresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncompletedattributesresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncompletedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncontinuedasnewattributesresponse.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncontinuedasnewresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionfailedattributes.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionfailedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionlistresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionprogresstraceevent.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionrequest.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionresponse.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionstartedattributesresponse.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionstartedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionstatus.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionsyncresponse.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontraceevent.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontraceeventsresponse.js +41 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontraceotelresponse.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontracesummaryattributesvalues.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontracesummaryresponse.js +33 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontracesummaryspan.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionwithoutresultresponse.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowgetresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowlistresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowmetadata.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowmetrics.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowregistration.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowregistrationgetresponse.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowregistrationlistresponse.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowregistrationwithworkerstatus.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowschedulelistresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowschedulerequest.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowscheduleresponse.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowtaskfailedattributes.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowtaskfailedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowtasktimedoutattributes.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowtasktimedoutresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowtype.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowunarchiveresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowupdaterequest.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowupdateresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowwithworkerstatus.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/httpclienterrors.js +38 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/httpvalidationerror.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/mistralerror.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/observabilityerror.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/responsevalidationerror.js +36 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/sdkerror.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/sdkvalidationerror.js +52 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentscreateorupdatealias.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsdelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsdeletealias.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsget.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsgetversion.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentslist.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentslistversionaliases.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentslistversions.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsupdate.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsupdateversion.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsappend.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsappendstream.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsdelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsget.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationshistory.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationslist.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsmessages.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsrestart.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsrestartstream.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/archiveworkflowv1workflowsworkflowidentifierarchiveput.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/cancelworkflowexecutionv1workflowsexecutionsexecutionidcancelpost.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorcalltoolv1.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorcreateorupdateorganizationcredentialsv1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorcreateorupdateusercredentialsv1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorcreateorupdateworkspacecredentialsv1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectordeleteorganizationcredentialsv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectordeleteusercredentialsv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectordeletev1.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectordeleteworkspacecredentialsv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorgetauthenticationmethodsv1.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorgetauthurlv1.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorgetv1.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorlistorganizationcredentialsv1.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorlisttoolsv1.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorlistusercredentialsv1.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorlistv1.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorlistworkspacecredentialsv1.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorupdatev1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/createdatasetrecordv1observabilitydatasetsdatasetidrecordspost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletecampaignv1observabilitycampaignscampaigniddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletedatasetrecordv1observabilitydatasetrecordsdatasetrecordiddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletedatasetv1observabilitydatasetsdatasetiddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletejudgev1observabilityjudgesjudgeiddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletemodelv1modelsmodeliddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletevoicev1audiovoicesvoiceiddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/executeworkflowregistrationv1workflowsregistrationsworkflowregistrationidexecutepost.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/executeworkflowv1workflowsworkflowidentifierexecutepost.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/exportdatasettojsonlv1observabilitydatasetsdatasetidexportstojsonlget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapiroutesdeletefile.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapiroutesdownloadfile.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapiroutesgetsignedurl.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapirouteslistfiles.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapiroutesretrievefile.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapiroutesuploadfile.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getcampaignbyidv1observabilitycampaignscampaignidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getcampaignselectedeventsv1observabilitycampaignscampaignidselectedeventsget.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getcampaignstatusbyidv1observabilitycampaignscampaignidstatusget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getcampaignsv1observabilitycampaignsget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getchatcompletioneventsv1observabilitychatcompletioneventssearchpost.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getchatcompletioneventv1observabilitychatcompletioneventseventidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getchatcompletionfieldoptionscountsv1observabilitychatcompletionfieldsfieldnameoptionscountspost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getchatcompletionfieldoptionsv1observabilitychatcompletionfieldsfieldnameoptionsget.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetbyidv1observabilitydatasetsdatasetidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetimporttasksv1observabilitydatasetsdatasetidtasksget.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetimporttaskv1observabilitydatasetsdatasetidtaskstaskidget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetrecordsv1observabilitydatasetsdatasetidrecordsget.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetrecordv1observabilitydatasetrecordsdatasetrecordidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetsv1observabilitydatasetsget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdeploymentv1workflowsdeploymentsnameget.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getjudgebyidv1observabilityjudgesjudgeidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getjudgesv1observabilityjudgesget.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getrunhistoryv1workflowsrunsrunidhistoryget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getrunv1workflowsrunsrunidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getsimilarchatcompletioneventsv1observabilitychatcompletioneventseventidsimilareventsget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getstreameventsv1workflowseventsstreamget.js +63 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getvoicesampleaudiov1audiovoicesvoiceidsampleget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getvoicev1audiovoicesvoiceidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkfloweventsv1workflowseventslistget.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowexecutionhistoryv1workflowsexecutionsexecutionidhistoryget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowexecutiontraceevents.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowexecutiontraceotel.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowexecutiontracesummary.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowexecutionv1workflowsexecutionsexecutionidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowmetricsv1workflowsworkflownamemetricsget.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowregistrationsv1workflowsregistrationsget.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowregistrationv1workflowsregistrationsworkflowregistrationidget.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowsv1workflowsget.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowv1workflowsworkflowidentifierget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesbatchcancelbatchjob.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesbatchdeletebatchjob.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesbatchgetbatchjob.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesbatchgetbatchjobs.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningarchivefinetunedmodel.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningcancelfinetuningjob.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningcreatefinetuningjob.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuninggetfinetuningjob.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuninggetfinetuningjobs.js +41 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningstartfinetuningjob.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningunarchivefinetunedmodel.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningupdatefinetunedmodel.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/judgechatcompletioneventv1observabilitychatcompletioneventseventidlivejudgingpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/judgeconversationv1observabilityjudgesjudgeidlivejudgingpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/judgedatasetrecordv1observabilitydatasetrecordsdatasetrecordidlivejudgingpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdeletev1.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsdeletev1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsgetextractedtextsignedurlv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsgetsignedurlv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsgetstatusv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsgettextcontentv1.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsgetv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentslistv1.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsreprocessv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsupdatev1.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsuploadv1.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesgetv1.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librarieslistv1.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariessharecreatev1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariessharedeletev1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariessharelistv1.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesupdatev1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/listdeploymentsv1workflowsdeploymentsget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/listmodelsv1modelsget.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/listrunsv1workflowsrunsget.js +38 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/listvoicesv1audiovoicesget.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/postdatasetrecordsfromcampaignv1observabilitydatasetsdatasetidimportsfromcampaignpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/postdatasetrecordsfromdatasetv1observabilitydatasetsdatasetidimportsfromdatasetpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/postdatasetrecordsfromexplorerv1observabilitydatasetsdatasetidimportsfromexplorerpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/postdatasetrecordsfromfilev1observabilitydatasetsdatasetidimportsfromfilepost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/postdatasetrecordsfromplaygroundv1observabilitydatasetsdatasetidimportsfromplaygroundpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/queryworkflowexecutionv1workflowsexecutionsexecutionidqueriespost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/resetworkflowv1workflowsexecutionsexecutionidresetpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/retrievemodelv1modelsmodelidget.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/signalworkflowexecutionv1workflowsexecutionsexecutionidsignalspost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/speechv1audiospeechpost.js +54 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/streamv1workflowsexecutionsexecutionidstreamget.js +39 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/terminateworkflowexecutionv1workflowsexecutionsexecutionidterminatepost.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/unarchiveworkflowv1workflowsworkflowidentifierunarchiveput.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/unscheduleworkflowv1workflowsschedulesscheduleiddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updatedatasetrecordpayloadv1observabilitydatasetrecordsdatasetrecordidpayloadput.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updatedatasetrecordpropertiesv1observabilitydatasetrecordsdatasetrecordidpropertiesput.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updatedatasetv1observabilitydatasetsdatasetidpatch.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updatejudgev1observabilityjudgesjudgeidput.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updatevoicev1audiovoicesvoiceidpatch.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updateworkflowexecutionv1workflowsexecutionsexecutionidupdatespost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updateworkflowv1workflowsworkflowidentifierput.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/accesses.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/agents.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/audio.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/batch.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/batchjobs.js +60 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/beta.js +36 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/betaagents.js +114 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/campaigns.js +49 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/chat.js +50 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/chatcompletionevents.js +47 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/classifiers.js +35 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/connectors.js +187 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/conversations.js +117 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/datasets.js +117 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/deployments.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/documents.js +107 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/embeddings.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/events.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/executions.js +105 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/fields.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/files.js +68 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/fim.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/finetuning.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/finetuningjobs.js +57 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/ingestionpipelineconfigurations.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/judges.js +49 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/libraries.js +67 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/metrics.js +36 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/models.js +67 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/observability.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/ocr.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/rag.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/records.js +49 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/runs.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/schedules.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/sdk.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/speech.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/transcriptions.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/voices.js +67 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/workflows.js +103 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/workflowsevents.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/async.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/blobs.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/discriminatedUnion.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/enums.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/fp.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/operations.js +68 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/rfcdate.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/smartUnion.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/streams.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/unrecognized.js +29 -0
- package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +21 -0
- package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js +94 -0
- package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js +154 -0
- package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +1624 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/connect.js +27 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/dispatcher-brand.js +8 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/env.js +198 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/node-http.js +675 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/runtime.js +638 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/shared.js +38 -0
- package/dist/node_modules/.pnpm/@silvia-odwyer_photon-node@0.3.4/node_modules/@silvia-odwyer/photon-node/photon_rs.js +1447 -0
- package/dist/node_modules/.pnpm/@tokenizer_inflate@0.4.1/node_modules/@tokenizer/inflate/lib/GzipHandler.js +22 -0
- package/dist/node_modules/.pnpm/@tokenizer_inflate@0.4.1/node_modules/@tokenizer/inflate/lib/ZipHandler.js +213 -0
- package/dist/node_modules/.pnpm/@tokenizer_inflate@0.4.1/node_modules/@tokenizer/inflate/lib/ZipToken.js +75 -0
- package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.20.0/node_modules/ajv-formats/dist/formats.js +199 -0
- package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.20.0/node_modules/ajv-formats/dist/index.js +44 -0
- package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.20.0/node_modules/ajv-formats/dist/limit.js +71 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/ajv.js +86 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/codegen/code.js +150 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/codegen/index.js +720 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/errors.js +124 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/index.js +231 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/names.js +35 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/ref_error.js +13 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/resolve.js +157 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/rules.js +28 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/util.js +168 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/applicability.js +26 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/boolSchema.js +60 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/dataType.js +190 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/defaults.js +44 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/index.js +527 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/keyword.js +129 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/subschema.js +90 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/core.js +626 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/refs/data.json.js +37 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/refs/json-schema-draft-07.json.js +256 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/runtime/equal.js +6 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/runtime/ucs2length.js +20 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/runtime/validation_error.js +19 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +51 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +108 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +13 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/contains.js +92 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +96 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/if.js +67 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/index.js +74 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/items.js +57 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js +37 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/not.js +27 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +56 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +74 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +13 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/properties.js +59 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +41 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +14 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/code.js +136 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/core/id.js +9 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/core/index.js +19 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/core/ref.js +128 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/discriminator/index.js +109 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/discriminator/types.js +11 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/draft7.js +26 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/format/format.js +86 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/format/index.js +7 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/metadata.js +20 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/const.js +29 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/enum.js +49 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/index.js +52 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js +25 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js +32 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +28 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +25 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +24 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/pattern.js +37 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/required.js +82 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +69 -0
- package/dist/node_modules/.pnpm/balanced-match@4.0.4/node_modules/balanced-match/dist/esm/index.js +55 -0
- package/dist/node_modules/.pnpm/brace-expansion@5.0.6/node_modules/brace-expansion/dist/esm/index.js +162 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js +30 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js +46 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js +63 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js +22 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js +20 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js +41 -0
- package/dist/node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/browser.js +174 -0
- package/dist/node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/common.js +175 -0
- package/dist/node_modules/.pnpm/diff@8.0.4/node_modules/diff/libesm/diff/base.js +203 -0
- package/dist/node_modules/.pnpm/diff@8.0.4/node_modules/diff/libesm/diff/line.js +52 -0
- package/dist/node_modules/.pnpm/diff@8.0.4/node_modules/diff/libesm/diff/word.js +134 -0
- package/dist/node_modules/.pnpm/diff@8.0.4/node_modules/diff/libesm/util/string.js +139 -0
- package/dist/node_modules/.pnpm/dotenv@17.4.2/node_modules/dotenv/lib/main.js +324 -0
- package/dist/node_modules/.pnpm/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js +31 -0
- package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/index.js +286 -0
- package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/schemes.js +188 -0
- package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/utils.js +308 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/detectors/asf.js +94 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/detectors/ebml.js +86 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/detectors/png.js +81 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/detectors/zip.js +494 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/index.js +1466 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/parser.js +54 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/supported.js +373 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/tokens.js +43 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/index.js +18 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup-data.js +20 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup.js +46 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/utilities.js +19 -0
- package/dist/node_modules/.pnpm/glob@13.0.6/node_modules/glob/dist/esm/index.min.js +2830 -0
- package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js +19 -0
- package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js +373 -0
- package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js +94 -0
- package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js +285 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/core.js +1515 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/index.js +390 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/1c.js +146 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/abnf.js +80 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/accesslog.js +102 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/actionscript.js +92 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ada.js +153 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/angelscript.js +124 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/apache.js +84 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/applescript.js +146 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/arcade.js +154 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/arduino.js +430 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/armasm.js +101 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/asciidoc.js +283 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/aspectj.js +161 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/autohotkey.js +84 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/autoit.js +168 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/avrasm.js +69 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/awk.js +74 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/axapta.js +175 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/bash.js +144 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/basic.js +54 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/bnf.js +40 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/brainfuck.js +48 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/c-like.js +430 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/c.js +253 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/cal.js +101 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/capnproto.js +62 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ceylon.js +73 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/clean.js +36 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/clojure-repl.js +26 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/clojure.js +127 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/cmake.js +34 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/coffeescript.js +348 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/coq.js +35 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/cos.js +98 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/cpp.js +409 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/crmsh.js +97 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/crystal.js +322 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/csharp.js +438 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/csp.js +34 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/css.js +597 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/d.js +121 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dart.js +189 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/delphi.js +118 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/diff.js +85 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/django.js +57 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dns.js +45 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dockerfile.js +33 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dos.js +59 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dsconfig.js +66 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dts.js +144 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dust.js +44 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ebnf.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/elixir.js +260 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/elm.js +120 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/erb.js +27 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/erlang-repl.js +70 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/erlang.js +192 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/excel.js +69 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/fix.js +40 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/flix.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/fortran.js +102 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/fsharp.js +79 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gams.js +177 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gauss.js +206 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gcode.js +88 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gherkin.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/glsl.js +39 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gml.js +32 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/go.js +69 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/golo.js +29 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gradle.js +28 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/groovy.js +147 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/haml.js +117 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/handlebars.js +270 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/haskell.js +163 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/haxe.js +162 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/hsp.js +62 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/htmlbars.js +278 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/http.js +106 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/hy.js +82 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/inform7.js +66 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ini.js +148 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/irpf90.js +81 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/isbl.js +268 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/java.js +177 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/javascript.js +552 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/jboss-cli.js +62 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/json.js +65 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/julia-repl.js +35 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/julia.js +356 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/kotlin.js +264 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/lasso.js +170 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/latex.js +259 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ldif.js +45 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/leaf.js +52 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/less.js +659 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/lisp.js +118 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/livecodeserver.js +119 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/livescript.js +366 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/llvm.js +100 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/lsl.js +90 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/lua.js +71 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/makefile.js +82 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/markdown.js +239 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mathematica.js +6751 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/matlab.js +87 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/maxima.js +63 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mel.js +35 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mercury.js +99 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mipsasm.js +85 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mizar.js +20 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mojolicious.js +37 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/monkey.js +84 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/moonscript.js +148 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/n1ql.js +56 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/nginx.js +138 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/nim.js +70 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/nix.js +63 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/node-repl.js +38 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/nsis.js +110 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/objectivec.js +96 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ocaml.js +74 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/openscad.js +82 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/oxygene.js +95 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/parser3.js +58 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/perl.js +480 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/pf.js +44 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/pgsql.js +388 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/php-template.js +55 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/php.js +192 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/plaintext.js +21 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/pony.js +65 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/powershell.js +280 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/processing.js +29 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/profile.js +46 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/prolog.js +90 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/properties.js +82 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/protobuf.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/puppet.js +121 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/purebasic.js +70 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/python-repl.js +38 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/python.js +412 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/q.js +33 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/qml.js +177 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/r.js +175 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/reasonml.js +294 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/rib.js +24 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/roboconf.js +78 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/routeros.js +163 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/rsl.js +42 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ruby.js +346 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ruleslanguage.js +40 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/rust.js +123 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/sas.js +66 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/scala.js +131 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/scheme.js +159 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/scilab.js +69 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/scss.js +551 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/shell.js +30 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/smali.js +137 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/smalltalk.js +66 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/sml.js +81 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/sqf.js +86 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/sql.js +655 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/sql_more.js +60 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/stan.js +547 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/stata.js +54 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/step21.js +68 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/stylus.js +605 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/subunit.js +54 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/swift.js +799 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/taggerscript.js +53 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/tap.js +56 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/tcl.js +83 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/thrift.js +49 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/tp.js +91 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/twig.js +70 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/typescript.js +628 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vala.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vbnet.js +164 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vbscript-html.js +24 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vbscript.js +68 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/verilog.js +72 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vhdl.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vim.js +74 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/x86asm.js +106 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/xl.js +77 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/xml.js +254 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/xquery.js +161 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/yaml.js +173 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/zephir.js +118 -0
- package/dist/node_modules/.pnpm/hosted-git-info@9.0.3/node_modules/hosted-git-info/lib/from-url.js +91 -0
- package/dist/node_modules/.pnpm/hosted-git-info@9.0.3/node_modules/hosted-git-info/lib/hosts.js +162 -0
- package/dist/node_modules/.pnpm/hosted-git-info@9.0.3/node_modules/hosted-git-info/lib/index.js +180 -0
- package/dist/node_modules/.pnpm/hosted-git-info@9.0.3/node_modules/hosted-git-info/lib/parse-url.js +49 -0
- package/dist/node_modules/.pnpm/ignore@7.0.5/node_modules/ignore/index.js +460 -0
- package/dist/node_modules/.pnpm/ipaddr.js@2.4.0/node_modules/ipaddr.js/lib/ipaddr.js +805 -0
- package/dist/node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js +55 -0
- package/dist/node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js +38 -0
- package/dist/node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js +45 -0
- package/dist/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/dist/babel.js +28528 -0
- package/dist/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/dist/jiti.js +3869 -0
- package/dist/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti-static.js +20 -0
- package/dist/node_modules/.pnpm/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js +86 -0
- package/dist/node_modules/.pnpm/lru-cache@11.5.0/node_modules/lru-cache/dist/commonjs/browser/index.min.js +588 -0
- package/dist/node_modules/.pnpm/marked@15.0.12/node_modules/marked/lib/marked.esm.js +2144 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/assert-valid-pattern.js +12 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/ast.js +647 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/brace-expressions.js +110 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/escape.js +9 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/index.js +826 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/unescape.js +9 -0
- package/dist/node_modules/.pnpm/ms@2.1.3/node_modules/ms/index.js +120 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/_vendor/partial-json-parser/parser.js +215 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/azure.js +93 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/client.js +523 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/api-promise.js +66 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/error.js +126 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/pagination.js +141 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/resource.js +8 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/streaming.js +267 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/decoders/line.js +80 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/detect-platform.js +137 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/errors.js +33 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/headers.js +65 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/parse.js +54 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/formats.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/stringify.js +282 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/utils.js +85 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/request-options.js +11 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/shims.js +77 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/to-file.js +54 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/tslib.js +16 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/uploads.js +99 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/base64.js +17 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/bytes.js +28 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/env.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/log.js +77 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/path.js +59 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/query.js +7 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/sleep.js +4 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/uuid.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/values.js +53 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/AbstractChatCompletionRunner.js +270 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/AssistantStream.js +515 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionRunner.js +22 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionStream.js +471 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionStreamingRunner.js +23 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/EventStream.js +180 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ResponsesParser.js +127 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/RunnableFunction.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/Util.js +20 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/chatCompletionUtils.js +10 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/parser.js +117 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/responses/ResponseStream.js +260 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/audio.js +18 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/speech.js +32 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/transcriptions.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/translations.js +10 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/batches.js +34 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/assistants.js +67 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/beta.js +21 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/chatkit.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/sessions.js +44 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/threads.js +74 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/realtime.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/sessions.js +29 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/transcription-sessions.js +29 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/messages.js +70 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/runs/runs.js +173 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/runs/steps.js +35 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/threads.js +88 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/chat.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/completions/completions.js +103 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/completions/messages.js +25 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/completions.js +9 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/containers.js +42 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/files/content.js +19 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/files/files.js +51 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/conversations/conversations.js +37 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/conversations/items.js +39 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/embeddings.js +47 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/evals.js +49 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/runs/output-items.js +22 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/runs/runs.js +52 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/files.js +83 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/alpha/alpha.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/alpha/graders.js +46 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/checkpoints/permissions.js +83 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/fine-tuning.js +21 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/jobs/checkpoints.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/jobs/jobs.js +118 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/methods.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/graders/grader-models.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/graders/graders.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/images.js +26 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/models.js +29 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/moderations.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/calls.js +72 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/client-secrets.js +32 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/realtime.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/input-items.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/input-tokens.js +20 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/responses.js +97 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/content.js +18 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/skills.js +48 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/versions/content.js +19 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/versions/versions.js +44 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/uploads/parts.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/uploads/uploads.js +67 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/file-batches.js +124 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/files.js +138 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/vector-stores.js +78 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/videos.js +53 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/webhooks/webhooks.js +82 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/version.js +4 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/_vendor/partial-json-parser/parser.js +215 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/auth/workload-identity-auth.js +91 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/client.js +631 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/api-promise.js +66 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/error.js +153 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/pagination.js +172 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/resource.js +8 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/streaming.js +267 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/decoders/line.js +80 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/detect-platform.js +137 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/errors.js +33 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/headers.js +65 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/parse.js +54 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/formats.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/stringify.js +282 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/utils.js +85 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/request-options.js +11 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/shims.js +77 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/to-file.js +54 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/tslib.js +16 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/uploads.js +99 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/base64.js +17 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/bytes.js +28 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/env.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/log.js +77 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/path.js +59 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/query.js +7 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/sleep.js +4 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/uuid.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/values.js +53 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/AbstractChatCompletionRunner.js +270 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/AssistantStream.js +515 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionRunner.js +22 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionStream.js +471 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionStreamingRunner.js +23 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/EventStream.js +180 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ResponsesParser.js +127 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/RunnableFunction.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/Util.js +20 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/chatCompletionUtils.js +10 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/parser.js +117 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/responses/ResponseStream.js +260 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/admin.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/admin-api-keys.js +78 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/audit-logs.js +25 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/certificates.js +141 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/groups/groups.js +86 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/groups/roles.js +62 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/groups/users.js +62 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/invites.js +80 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/organization.js +36 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/api-keys.js +65 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/certificates.js +61 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/groups/groups.js +68 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/groups/roles.js +65 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/projects.js +122 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/rate-limits.js +44 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/roles.js +86 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/service-accounts.js +82 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/users/roles.js +65 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/users/users.js +111 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/roles.js +77 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/usage.js +168 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/users/roles.js +62 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/users/users.js +79 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/audio.js +18 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/speech.js +33 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/transcriptions.js +16 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/translations.js +10 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/batches.js +41 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/assistants.js +72 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/beta.js +21 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/chatkit.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/sessions.js +46 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/threads.js +82 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/realtime.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/sessions.js +30 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/transcription-sessions.js +30 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/messages.js +75 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/runs/runs.js +179 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/runs/steps.js +37 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/threads.js +93 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/chat.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/completions/completions.js +122 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/completions/messages.js +25 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/completions.js +14 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/containers.js +50 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/files/content.js +20 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/files/files.js +56 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/conversations/conversations.js +47 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/conversations/items.js +47 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/embeddings.js +48 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/evals.js +53 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/runs/output-items.js +25 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/runs/runs.js +66 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/files.js +95 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/alpha/alpha.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/alpha/graders.js +54 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/checkpoints/permissions.js +84 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/fine-tuning.js +21 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/jobs/checkpoints.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/jobs/jobs.js +134 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/methods.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/graders/grader-models.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/graders/graders.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/images.js +31 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/models.js +29 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/moderations.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/calls.js +76 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/client-secrets.js +36 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/realtime.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/input-items.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/input-tokens.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/responses.js +107 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/content.js +19 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/skills.js +56 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/versions/content.js +20 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/versions/versions.js +51 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/uploads/parts.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/uploads/uploads.js +74 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/file-batches.js +132 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/files.js +147 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/vector-stores.js +84 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/videos.js +86 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/webhooks/webhooks.js +82 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/version.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/account-id-B32J-iNN.js +48 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/account-lookup-CQEoGO1F.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/activation-context-VOwqwTGf.js +163 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/activation-planner-Cd6anAX7.js +117 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/active-proxy-state-BBaqWhZo.js +13 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/active-runtime-registry-wEpAEHY2.js +50 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/agent-events-BuYtWSh4.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/agent-scope-CtLXGcWm.js +27 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/agent-scope-config-CMp71_27.js +123 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/agents/models-config.runtime.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ansi-4r6vVvJt.js +15 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/api-builder-CbLcX7eD.js +220 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/api-facades-BqeVKWB0.js +30 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/archive-DBeZ8ywX.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/arg-split-DM7vx6uc.js +39 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/argv-j42r4Rb7.js +378 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/artifacts-BZhcmsUl.js +71 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/async-lock-CaiUOILd.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/attempt.tool-run-context-QAUT7ucg.js +118 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/avatar-policy-BSD55fx7.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bash-process-registry-DU_0t2zf.js +9 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bash-tools.exec-runtime-BjyoOnVc.js +33 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bash-tools.schemas-Rpvm0aIu.js +47 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bash-tools.shared-DwMDKMvR.js +39 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bootstrap-registry-W87CNNcz.js +56 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/browser-bridges-C2EBvFK4.js +1414 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/browser-profiles-CgiHzERh.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundle-manifest-s4nKSc4m.js +277 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundle-mcp-CrALtTOT.js +235 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundled-0oTAwz0N.js +500 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundled-capability-runtime-DUjDEDJd.js +594 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundled-compat-BkrhFp4r.js +78 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundled-dir-CcqVVqEn.js +174 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundled-plugin-metadata-8-CcE95i.js +208 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/call-t1U2G3yY.js +431 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/capabilities-B3ut6ovI.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-bootstrap.runtime-B0t3vnup.js +5 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-bootstrap.runtime-DoDLB_3g.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-catalog-registry-DtJ_ZeqX.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-config-helpers-xZ4-bv2H.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-configured-B6BYuKoD.js +43 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-contract-api-BKyJzTiE.js +15 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-entry-contract-BDMmGZzs.js +203 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-env-var-names-B9EI0cwg.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-env-vars-CQueZMpO.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-meta-COEgfCjE.js +35 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-plugin-ids-nB-ga3MN.js +252 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-resolution-Ecs0HEdK.js +46 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-route-L2PJ-xNE.js +44 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-selection-DQG3SYlu.js +170 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-streaming-BKIuGSWW.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-target-Nug_hTy8.js +15 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/chat-meta-2H4wOcrq.js +46 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/chat-type-D_QPUzR1.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/chunk-IIklKK4Y.js +226 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/clawhub-spec-J_MJr4Sl.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/cleanup-i9QIMqva.js +147 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/cli-name-C-K1n6ar.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/cli-runner-BZsJFWmR.js +105 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/client-B1EH_7Mz.js +900 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/client-info-BVWE_ra1.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/client-start-readiness-zY0I9Wur.js +94 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/cmd-argv-fj4pRVR6.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/combined-store-gateway-NV2GSCR6.js +74 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/command-format-BPjMauol.js +24 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/command-registration-io1ALI_N.js +433 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/commands-registry-normalize-CnHNsvCE.js +94 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/commands-registry.data-piUeltWc.js +1040 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/compat-bCpUj7Jq.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config/config.js +100 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-CcQ2HijN.js +173 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-normalization-shared-Ce2joeLa.js +341 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-paths-C-HItaHN.js +61 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-presence-DiJ4UoDg.js +95 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-schema-ChfiQrSg.js +82 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-schema-DBTUnI0T.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-state-CjJBf8PG.js +103 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/connect-error-details-BNpp20bs.js +169 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/connection-details-BUwiTtDD.js +55 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/console-BAPPAj56.js +59 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/constants-By80hBjs.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/constants-D_82oc2f.js +13 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/context-L0xQd5wI.js +38 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/conversation-binding-CMioKWCr.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/core-descriptors-zcE5f_RQ.js +816 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/core-kXuNbs5U.js +64 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/credential-planner-DPeD90hR.js +89 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/credentials-BJ7jvgw3.js +123 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/credentials-secret-inputs-OTPqgPcC.js +191 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/dedupe-BD30U36x.js +60 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/default-enablement-CT7_t1ee.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/defaults-mDjiWzE5.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/deliver-WPtVqUMT.js +1277 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/delivery-context.shared-CBmB9dF7.js +130 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/delivery-field-schemas-BqP7BUbz.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/delivery-queue-DiT8Zaph.js +361 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/detached-task-runtime-C79km_82.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/detached-task-runtime-state-B0mh7AbV.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/device-auth-CLuEWAWX.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/device-identity-BuQ9YOu8.js +179 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/device-metadata-normalization-PRIe4LWk.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-DEgTYLXt.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-error-metadata-CJCFvsh5.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-events-BLgzARSp.js +255 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-flags-Bss2g5Mq.js +80 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-run-activity-b7xVOYWO.js +151 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-runtime-fqnhjrAV.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/directive-tags-CClLEtM7.js +74 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/discovery-GEDtU7uI.js +1129 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/docker-DfzYD6UD.js +517 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/doctor-contract-registry-MGGe8kxH.js +157 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/dotenv-y8uUSeBA.js +216 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/dreaming-CxCxWYoC.js +250 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/enable-DL58ncJE.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/env-Dhqok4CP.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/env-overrides-DIYux-i5.js +8 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/env-substitution-m_qVnB9E.js +108 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/errors-BgH2aVJW.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/errors-DYND-qcd.js +24 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/errors-b3ZrCRlt.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/exec-D4bhAbbv.js +9 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/exec-safe-bin-trust-DTg2jg2F.js +220 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/explicit-connection-policy-BAf1LVDv.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/external-content-BWPoz0BU.js +197 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/facade-loader-Cog8gw3V.js +146 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/facade-resolution-shared-Dp7n2TN8.js +47 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/facade-runtime-D0XwEzEs.js +112 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/fences-BFtCDO5A.js +72 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/fetch-timeout-CptH2le9.js +2 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/file-identity-BKNyWMFA.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/file-lock-D5OTq3qW.js +80 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/file-lock-D6zEe-ZP.js +43 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/file-store-BcfkC1se.js +500 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/fingerprint-COSQ5VlL.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/frontmatter-DIUKpD-a.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/fs-safe-CV86zY9G.js +171 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/fs-safe-defaults-B7hUN42l.js +30 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-control-ui-origins-BX09k5CR.js +23 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-kClD4_Qv.js +114 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-method-policy-CwyGMC_n.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-process-argv-0KsxsGrA.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-processes-DtC5jd3t.js +30 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-request-scope-B9qYB9tg.js +23 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/glob-pattern-CrqljM7B.js +38 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/globals-YU5FjfZK.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/group-policy-sKF5rlUN.js +206 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/handshake-timeouts-DRUWxVZ0.js +41 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/harness-runtimes-Da9K6qai.js +125 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/heartbeat-tool-response-Cf_D5Tj1.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/helpers-CswdXPdi.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/home-dir-BOPFpGo8.js +67 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/hook-runner-global-BkXXy1ub.js +657 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/host-env-security-66KkrZF_.js +464 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/host-hook-cleanup-4NNJkg8Y.js +309 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/host-hook-cleanup-BNlJQu7G.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/host-hook-json-BHsxXV1L.js +43 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/http-route-overlap-BShPdT8Q.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ids-BE_yccbC.js +95 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/images-CHOq0BQv.js +49 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/inbound-dedupe-CV1givUI.js +13 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/includes-DGwO3g_c.js +209 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/input-provenance-CmqYxlZ2.js +8 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/install-paths-B32RY-Gz.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/install-source-info-D8J-X1P6.js +76 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/installed-plugin-index-record-reader-BvE-GqxR.js +154 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/installed-plugin-index-records-BrXfmg6n.js +31 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/installed-plugin-index-store-C1Oen9wR.js +1487 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/interactive-DO_VR-vH.js +267 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/internal-hooks-DpfQDjis.js +50 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/io-DoswVvYe.js +4957 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/io.audit-BxsD2faX.js +221 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ip-WAe3-2zT.js +182 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/issue-format-c8ezaSew.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/json-file-DpLhTVdZ.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/json-files-C2hqjU--.js +197 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/json-pointer-BRH9eAOA.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/json-stringify-DYDqVIo7.js +8 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/lazy-promise-Djskx0qC.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/legacy-config-issues-2IgKfZ9N.js +119 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/legacy-config-issues-Czu0_ffE.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/legacy-config-migrations-BXj3KPAt.js +1633 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/legacy-config-record-shared-CpOX8vW0.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/lifecycle-hook-helpers-DfkD7GEX.js +8 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/links-CM5vg8_V.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/listeners-CTbMb1h9.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/live-CF0ee90S.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/load-CvxrRePI.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/load-context-BO-9CJts.js +57 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/loader-DKK7Ita0.js +5532 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/loader-channel-setup-BDSdQdHL.js +98 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/local-roots-Pi6a9oaK.js +109 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/logger-0o2znY2U.js +41 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/logger-D2U-uUBZ.js +2 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/logger-Dg9dVaLI.js +562 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/machine-name-Dy5GwJ0w.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/main-session-D3q_5w0B.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/managed-proxy-undici-CxE3Ud0o.js +102 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-Cyo7Vmnr.js +872 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-command-aliases-BaxKypWl.js +44 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-contract-eligibility-LkT7g78Y.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-metadata-scan-CK8TFnhN.js +157 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-owner-policy-DqV-lgQl.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-registry-Cy1cBr1u.js +643 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-registry-installed-HgZGS-Bx.js +299 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/mcp-config-normalize-GXslRjiB.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/media-services-CLFjOJQs.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/media-source-url-B2V2UVFP.js +9 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/memory-embedding-providers-816TTVuI.js +35 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/memory-state-DKjCVvl8.js +79 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/mentions-DmNrCnsQ.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/merge-patch-BAO515t_.js +57 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-CZZW9OgM.js +223 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-action-runner-B4oH5EYj.js +85 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-channel-CYCKkVrh.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-channel-core-BoUoCGOD.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-hook-mappers-CNfn6PTM.js +77 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-oTt1u1XX.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-secret-scope-NhV1S-c7.js +65 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message.config.runtime.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message.gateway.runtime.js +5 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/method-scopes-D4RcH8qD.js +61 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/mime-DppuT-pZ.js +148 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/min-host-version-Ceo2xu29.js +52 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-auth-Db-JGIrg.js +37 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-auth-env-CZ-LXyVa.js +96 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-auth-markers-Cf78z2Zm.js +98 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-auth-runtime-shared-cdTr1v5l.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-catalog-DhWpNp70.js +25 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-catalog-DtQLR692.js +328 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-context-tokens-C2LIZoUn.js +101 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-fallback-BCpDvqqS.js +45 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-input-ChW9XXsQ.js +53 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-pricing-cache-DejbP1J2.js +24 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-ref-profile-L6rqw6O0.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-ref-shared-BkjJfDrJ.js +111 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-refs-BGL2fwMX.js +60 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-runtime-aliases-D35Lx2no.js +61 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-runtime-policy-CAe5ww09.js +120 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-selection-cli-DS-HhXIv.js +23 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-selection-normalize-CBfQo-Fd.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-selection-shared-ClxdEp4X.js +45 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/models-config-DNlTw_QX.js +992 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/models-config.providers.secrets-k1Lv9zej.js +356 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/module-export-COvD9dVR.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/mutate-DLC8bveh.js +320 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/native-command-session-targets-Bjf_5-ck.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/net-DCUMtgJy.js +76 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/network-mode-BsO8g-R7.js +84 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/nix-mode-write-guard-CW_6fgTB.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/node-commands-SnI8Vs7F.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/node-pairing-Dqxd4uL_.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/normalize-secret-input-CsdRhsMj.js +18 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/npm-registry-spec-BwaWslDm.js +128 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/number-coercion-CgoBR0cm.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/oauth--yqMDDjF.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/official-external-plugin-catalog-f6g4JsA2.js +938 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/official-external-plugin-repair-hints-CS7WhtMH.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/openai-codex-routing-DwRY-_VI.js +49 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/openai-transport-stream-Pgx5hpN7.js +59 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/openclaw-exec-env-CjxcymgO.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/openclaw-root-CNp1Ofdk.js +103 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/openclaw-tools-QeySpphx.js +916 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/operator-scopes-DGvgHuOd.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/package-entry-resolution-BL9c3jNr.js +289 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/package-entrypoints-j4m7Pzbb.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/package-state-probes-tbi57tYM.js +150 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/parse-Hq4glz65.js +482 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/parse-duration-CD4d_yk2.js +47 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/parse-finite-number-C3Woj8eC.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/parse-json-compat-c3237LfJ.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/path-BlG8lhgR.js +126 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/path-resolve-C6Vj5eOM.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/paths-Bg3PO6Gj.js +170 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/paths-Cw7f9XhU.js +203 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/paths-CzW2SUx5.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/payload-BDV15CYA.js +186 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/payloads-BOM5t2O4.js +196 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/permissions-ya3cPkFH.js +373 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pi-bundle-mcp-runtime-CwBDIKIq.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pi-embedded-CsSFzly6.js +161 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pi-tools-iVT6BGHc.js +120 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pi-tools.before-tool-call-CP_aEkky.js +45 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pi-tools.policy-DWPg8MXT.js +168 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pid-alive-C0-jAJSa.js +50 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pinned-open-BRMz46d0.js +83 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-approvals-BAd_Vwt-.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-auto-enable-CuCUT4Z1.js +1025 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-cache-primitives-DcK62VYf.js +72 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-install-config-migration-tLi3gF_S.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-load-profile-DOnG9jJ5.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-metadata-snapshot-C-_V3F5M.js +702 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-module-loader-cache-D0U0PNnl.js +228 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-registry-CgH_ZSlH.js +505 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-scope-6HF2N6kz.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-skills-D8eZ0xBY.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-state-store-BqBrqTkQ.js +583 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugins/provider-discovery.runtime.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugins-C54ejDC8.js +8 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugins-allowlist-DNuAZt78.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/policy-BwWh-R0D.js +45 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ports-lsof-BmdLddJi.js +3 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/private-file-store-DMtyjgoc.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/profile-utils-r2hpDMy8.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/progress-line-C1NvDnL7.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/protocol-DiXjp30g.js +3080 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-auth-aliases-4jqi6Djx.js +136 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-discovery-CP1SEcge.js +106 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-discovery.runtime-D6bUUUnG.js +130 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-env-vars-HpAfBQBJ.js +173 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-id-zTW9Rdln.js +27 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-local-service-43HU15Bt.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-model-id-normalize-BPUSCSQX.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-runtime-D8jQEgmu.js +255 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-stream-qFQv-LxD.js +39 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/providers.runtime-CsXUlav0.js +226 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/proxy-env-Cs0G_0hd.js +35 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/proxy-lifecycle-Bj6NfFMe.js +68 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/public-surface-loader-B6ofplrA.js +109 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/public-surface-runtime-VRcoSF_P.js +82 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/query-expansion-BMvljseN.js +27 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/queue-DskPlua9.js +35 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/read-capability-CUZ0OarG.js +72 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/read-only-CHBMrkWp.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/receipt-vrVTwZtS.js +59 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/record-coerce-aMlBWINm.js +9 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/redact-ok5Q8nmw.js +496 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/redact-sensitive-url-NNYIE41N.js +50 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/redact-snapshot-DLK0iGBB.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ref-contract-D_h_G00C.js +53 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-Bf5TpUad.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-BiKIFOzv.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-BlbU2sIq.js +539 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-CtWyD2pE.js +23 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-DxH_0Os-.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-KuKuvijT.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-loaded-BE-rpJc1.js +69 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-loaded-read-DQJDORLt.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-lookup-CxRGF57q.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-normalize-CWTP5axf.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/regular-file-DaVeNX32.js +218 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/replace-file-C7_Inj8B.js +310 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/reply-dispatcher-DPt1UxjJ.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/reply-payload-DMPQsrQC.js +61 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/reply-payloads-MDazU9oj.js +48 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/reply-reference-OJ849bWH.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/reply-run-registry-CwZ9EftF.js +9 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/resolve-D1Ko6pWx.js +616 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/resolve-system-bin-pDkUnF3W.js +85 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/restart-C-r_0sSG.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/restart-stale-pids-BubeCFq3.js +67 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/restore-D60-WDR7.js +41 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/risks-GkUMojAA.js +206 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/root-file-jRMCpJW4.js +98 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/root-path-BgCKz8X4.js +521 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/run-state-primn49x.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/run-with-concurrency-5cC57eDC.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-CivQQNy1.js +38 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-DHxRl5F1.js +623 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-DXmZDQh5.js +38 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-channel-state-CQNj7c3E.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-fVbSwiLb.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-snapshot-DgdkBEdP.js +184 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-snapshots-esDr_mQ_.js +27 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-state-DRIYGASz.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-yzlkhCoS.js +52 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/safe-path-segment-CvOPESFB.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/safe-text-J_0sTthZ.js +13 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sandbox-paths-BTYunIeX.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sandbox-tool-policy-A1J2EpRM.js +27 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sanitize-env-vars-4wyDg6L9.js +99 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sanitize-text-LnH5cJvF.js +56 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/schema-validator-CoHaB3Uu.js +211 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/schemas-Del5uzR8.js +4575 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sdk-alias-BqTLUqwL.js +623 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/secret-file-DsUhZ-Ug.js +131 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/secret-input-paths-DAMsep3_.js +41 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/secure-random-BxnbXS5x.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/secure-temp-dir-aidxCRgA.js +2028 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/security-path-BTBxdfG9.js +63 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/selection-hR-AeOeU.js +238 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/semver-compare-BoMHoO1q.js +33 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/send-CGvo7HYh.js +179 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-archive.runtime.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-binding-service-B19FMAqz.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-context-DSIPIqLK.js +35 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-conversation-XHNnUnBT.js +146 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-dirs-Dmxb0Dxh.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-key-Bte0mmcq.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-key-utils-Ce_xWkNq.js +91 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-transcript-files.fs-CDIpA7EV.js +158 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-write-lock-_a5O1H8L.js +397 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-write-lock-error-HvDhYM6H.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sessions-CQHHcgC_.js +158 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sessions-helpers-AhiZZPDz.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/setup-helpers-BC9z9VvG.js +2 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/setup-registry-DHllMAAd.js +366 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/setup-wizard-helpers-Dbpzm32P.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/shared-Cv5g0_Ch.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/shell-wrapper-resolution-CehhL5X5.js +622 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sidecar-lock-Bv7C32CP.js +301 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/skills-JUNRkaHl.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/skills-remote-BCbpja7h.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/slots-DT22cOei.js +25 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sqlite-wal-RZTJ93Pu.js +52 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ssh-tunnel-BIb8VLdL.js +45 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/stable-stringify-TfJ9A6yH.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/startup-trace-segment-Cd4cVDJE.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/state-CHRYWIGY.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/state-dir-dotenv-Dzh60TUr.js +50 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/store-BMQkMM4l.js +1831 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/store-BmtchQvp.js +668 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/store-cache-BnGl6Zb-.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/store-entry-shape-D9hG2cVL.js +51 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/store-load-z4thf6ld.js +1064 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/string-coerce-6TL5VVOL.js +18 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/string-coerce-DyL154ka.js +62 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/string-normalization-DiPHgdft.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/strip-inbound-meta-D2-__BeH.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/subagent-registry-QwuPQSxK.js +103 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/subagent-registry-state-DbOPrqYx.js +136 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/subsystem-DSPWLoK5.js +241 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/subsystem-W8wAQXn1.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/system-events-11EG3LzK.js +3 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tailscale-status-zDpKLtE_.js +5 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/talk-C8XF4d_d.js +99 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/target-errors-Cjh6i-kG.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/targets-B5o7Ubgb.js +158 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/targets-CNDTJ9IB.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/targets-session-B-pkKm7E.js +91 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/task-executor-BGVJzIov.js +3 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/task-registry-B9ljq8Nk.js +48 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/temp-download-b1j3o1mX.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/theme-D58JpUfy.js +30 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/thinking-DNSlsULp.js +262 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/timer-delay-awNPCchy.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tmp-openclaw-dir-C60hWKdY.js +107 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/toggle-config-DID_OgqP.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tokens-CFv3Qu_v.js +36 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-catalog-8X_kZYZC.js +319 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-contracts-CbE_6nZb.js +49 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-images-Cv3ZnK02.js +3 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-loop-detection-8mMHShpN.js +5 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-policy-BY51AUO-.js +162 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-policy-COX5DaEj.js +46 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-policy-match-C9WqMgmG.js +31 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tools-KpflAzxD.js +25 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/transcript-BA0Ngd-A.js +717 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/transcript-events-ClYG_P1o.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/transcript.runtime.js +5 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tts-runtime-B3-lBCQj.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/typebox-CjEaoMel.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/types-BgvyBC-3.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/types.models-lqH0KLkn.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/types.secrets-DwPik3M8.js +146 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/types.tools-CJYS3wEg.js +25 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/undici-global-dispatcher-B3DjrQKu.js +72 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/undici-runtime-DWGlO0I7.js +133 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/unhandled-rejections-Km9wbHjh.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/usage-DbhCKKrr.js +39 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/utils-sBTEdeml.js +69 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/validate-sandbox-security-DkSeOpz8.js +236 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/version-CAjjTWnS.js +56 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/version-CQfgAE7_.js +85 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/warning-filter-Ek98bF5R.js +58 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/web-provider-public-artifacts.explicit-BwvGaIk_.js +81 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/web-search-install-catalog-CbZkTyiv.js +98 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/web-shared-CYJpPo1M.js +2 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/windows-install-roots-C-V7Ai9d.js +135 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/windows-spawn-B76fGM3V.js +204 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/workspace-BoRIIBbL.js +15 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/workspace-DTx8zuCN.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/workspace-default--mMaLHGD.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/workspace-dir-DICx6sb6.js +24 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/write-queue-C9nceBqy.js +108 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ws-C3qhmaFC.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/wsl-2-jVkfxN.js +31 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-parse-B4dzFRWI.js +15 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema-Dsy5tXpj.js +1481 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema.agent-runtime-Bq5CXVVg.js +763 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema.channels-BJfpHgPH.js +33 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema.core-D7Y_eqdd.js +703 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema.installs-D7BhBdmh.js +54 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema.sensitive-3GVmnUbm.js +5 -0
- package/dist/node_modules/.pnpm/p-retry@4.6.2/node_modules/p-retry/index.js +81 -0
- package/dist/node_modules/.pnpm/partial-json@0.1.7/node_modules/partial-json/dist/index.js +210 -0
- package/dist/node_modules/.pnpm/partial-json@0.1.7/node_modules/partial-json/dist/options.js +21 -0
- package/dist/node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js +15 -0
- package/dist/node_modules/.pnpm/proper-lockfile@4.1.2/node_modules/proper-lockfile/index.js +39 -0
- package/dist/node_modules/.pnpm/proper-lockfile@4.1.2/node_modules/proper-lockfile/lib/adapter.js +62 -0
- package/dist/node_modules/.pnpm/proper-lockfile@4.1.2/node_modules/proper-lockfile/lib/lockfile.js +240 -0
- package/dist/node_modules/.pnpm/proper-lockfile@4.1.2/node_modules/proper-lockfile/lib/mtime-precision.js +39 -0
- package/dist/node_modules/.pnpm/retry@0.12.0/node_modules/retry/index.js +6 -0
- package/dist/node_modules/.pnpm/retry@0.12.0/node_modules/retry/lib/retry.js +84 -0
- package/dist/node_modules/.pnpm/retry@0.12.0/node_modules/retry/lib/retry_operation.js +128 -0
- package/dist/node_modules/.pnpm/retry@0.13.1/node_modules/retry/index.js +6 -0
- package/dist/node_modules/.pnpm/retry@0.13.1/node_modules/retry/lib/retry.js +84 -0
- package/dist/node_modules/.pnpm/retry@0.13.1/node_modules/retry/lib/retry_operation.js +132 -0
- package/dist/node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js +17 -0
- package/dist/node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js +4 -0
- package/dist/node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js +149 -0
- package/dist/node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/signals.js +43 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/AbstractTokenizer.js +109 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/BlobTokenizer.js +56 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/BufferTokenizer.js +55 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/ReadStreamTokenizer.js +109 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/core.js +27 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/AbstractStreamReader.js +67 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/Errors.js +18 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamByobReader.js +25 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamDefaultReader.js +61 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamReader.js +16 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamReaderFactory.js +19 -0
- package/dist/node_modules/.pnpm/token-types@6.1.2/node_modules/token-types/lib/index.js +94 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/BaseLogger.js +861 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/formatNumberAddZeros.js +10 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/formatTemplate.js +28 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/index.js +44 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/environment.js +40 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/errorUtils.js +33 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/jsonStringifyRecursive.js +21 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/metaFormatting.js +58 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/stackTrace.js +66 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/util.inspect.polyfill.js +416 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/prettyLogStyles.js +46 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/urlToObj.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/compile/code.js +52 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/compile/compile.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/compile/index.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/compile/validator.js +126 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/_idna.js +183 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/_puny.js +68 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/_registry.js +74 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/date.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/date_time.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/duration.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/email.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/format.js +52 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/hostname.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/idn_email.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/idn_hostname.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/ipv4.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/ipv6.js +60 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/iri.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/iri_reference.js +40 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/json_pointer.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/json_pointer_uri_fragment.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/regex.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/relative_json_pointer.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/time.js +25 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/uri.js +116 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/uri_reference.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/uri_template.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/url.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/uuid.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/guard/emit.js +188 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/guard/globals.js +34 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/guard/guard.js +190 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/guard/string.js +109 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/index.js +426 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/build.js +102 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/check.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_context.js +121 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_exact_optional.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_externals.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_functions.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_guard.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_reducer.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_refine.js +25 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_stack.js +109 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_unique.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/additionalItems.js +41 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/additionalProperties.js +74 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/allOf.js +41 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/anyOf.js +46 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/boolean.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/const.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/contains.js +34 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/dependencies.js +38 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/dependentRequired.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/dependentSchemas.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/dynamicRef.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/enum.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/exclusiveMaximum.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/exclusiveMinimum.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/format.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/if.js +39 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/items.js +61 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/maxContains.js +36 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/maxItems.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/maxLength.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/maxProperties.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/maximum.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/minContains.js +34 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/minItems.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/minLength.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/minProperties.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/minimum.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/multipleOf.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/not.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/oneOf.js +54 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/pattern.js +24 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/patternProperties.js +40 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/prefixItems.js +29 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/properties.js +40 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/propertyNames.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/recursiveRef.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/ref.js +45 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/required.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/schema.js +265 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/type.js +46 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/unevaluatedItems.js +45 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/unevaluatedProperties.js +45 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/uniqueItems.js +44 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/errors.js +29 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/pointer/pointer.js +85 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/resolve/ref.js +101 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/_guard.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/_refine.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/additionalItems.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/additionalProperties.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/allOf.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/anchor.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/anyOf.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/const.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/contains.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/default.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/dependencies.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/dependentRequired.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/dependentSchemas.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/dynamicAnchor.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/dynamicRef.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/else.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/enum.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/exclusiveMaximum.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/exclusiveMinimum.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/format.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/id.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/if.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/items.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/maxContains.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/maxItems.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/maxLength.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/maxProperties.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/maximum.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/minContains.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/minItems.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/minLength.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/minProperties.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/minimum.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/multipleOf.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/not.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/oneOf.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/pattern.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/patternProperties.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/prefixItems.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/properties.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/propertyNames.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/recursiveAnchor.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/recursiveRef.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/ref.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/required.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/schema.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/then.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/type.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/unevaluatedItems.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/unevaluatedProperties.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/uniqueItems.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/arguments/arguments.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/environment/evaluate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/hashing/hash.js +139 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/locale/_config.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/locale/en_US.js +73 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/memory/assign.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/memory/clone.js +36 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/memory/create.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/memory/discard.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/memory/update.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/settings/settings.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/unreachable/unreachable.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/_optional.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/_readonly.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/awaited.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/capitalize.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/conditional.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/constructor_parameters.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/evaluate.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/exclude.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/extract.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/indexed.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/instance_type.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/interface.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/keyof.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/lowercase.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/mapped.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/module.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/non_nullable.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/omit.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/options.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/parameters.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/partial.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/pick.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/readonly_object.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/required.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/return_type.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/uncapitalize.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/uppercase.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/awaited/instantiate.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/call/distribute_arguments.js +41 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/call/instantiate.js +45 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/call/resolve_arguments.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/call/resolve_target.js +24 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/conditional/instantiate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/candidates.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/check.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/dependencies.js +37 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/extends.js +40 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/instantiate.js +33 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/target.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/enum/enum_to_union.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/enum/typescript_enum_to_enum_values.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/broaden.js +44 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/compare.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/composite.js +44 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/distribute.js +37 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/evaluate.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/flatten.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/instantiate.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/narrow.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/exclude/instantiate.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/exclude/operation.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/extract/instantiate.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/extract/operation.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/helpers/keys.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/helpers/keys_to_indexer.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_cyclic.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_enum.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_intersect.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_literal.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_template_literal.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_type.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_union.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/to_indexable.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/to_indexable_keys.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/array_indexer.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/from_array.js +31 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/from_object.js +42 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/from_tuple.js +31 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/from_type.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/instantiate.js +25 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/instance_type/instantiate.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/instantiate.js +97 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/interface/instantiate.js +25 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/from_literal.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/from_type.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/from_union.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/instantiate.js +53 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/mapping.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_any.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_array.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_object.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_record.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_tuple.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_type.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/instantiate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/mapped/instantiate.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/mapped/mapped_operation.js +42 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/mapped/mapped_variants.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/module/instantiate.js +33 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/non_nullable/instantiate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/collapse.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_cyclic.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_intersect.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_object.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_tuple.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_type.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_union.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/omit/from_type.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/omit/instantiate.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/options/instantiate.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/parameters/instantiate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/from_cyclic.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/from_intersect.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/from_object.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/from_type.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/from_union.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/instantiate.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/patterns/pattern.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/patterns/template.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/pick/from_type.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/pick/instantiate.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_array.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_cyclic.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_intersect.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_object.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_tuple.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_type.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_union.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/instantiate.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_any.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_boolean.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_enum.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_integer.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_intersect.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_literal.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_number.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_string.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_template_literal.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_union.js +34 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/instantiate.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/record_create.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/ref/instantiate.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/from_cyclic.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/from_intersect.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/from_object.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/from_type.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/from_union.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/instantiate.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/rest/spread.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/return_type/instantiate.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/create.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/decode.js +54 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/encode.js +72 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/instantiate.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/is_finite.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/is_pattern.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/this/expand_this.js +25 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/tuple/to_object.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/any.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/array.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/async_iterator.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/bigint.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/boolean.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/constructor.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/enum.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/extends.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/extends_left.js +57 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/extends_right.js +39 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/function.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/inference.js +43 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/integer.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/intersect.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/iterator.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/literal.js +30 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/never.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/null.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/number.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/object.js +46 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/parameters.js +24 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/promise.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/result.js +36 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/return_type.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/string.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/symbol.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/template_literal.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/tuple.js +52 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/undefined.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/union.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/unknown.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/void.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/mapping.js +617 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/parser.js +270 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/script.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/bigint.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/const.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/ident.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/integer.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/char.js +30 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/many.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/match.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/optional.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/take.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/trim.js +30 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/number.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/span.js +37 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/string.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/unsigned_integer.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/unsigned_number.js +44 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/until.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/until_1.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/_codec.js +49 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/_immutable.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/_optional.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/_readonly.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/_refine.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/any.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/array.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/async_iterator.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/base.js +54 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/bigint.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/boolean.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/call.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/constructor.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/cyclic.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/deferred.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/enum.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/function.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/generic.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/identifier.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/infer.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/integer.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/intersect.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/iterator.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/literal.js +51 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/never.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/null.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/number.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/object.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/parameter.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/promise.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/properties.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/record.js +52 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/ref.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/rest.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/schema.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/string.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/symbol.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/template_literal.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/this.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/tuple.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/undefined.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/union.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/unknown.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/unsafe.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/void.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/typebox.js +197 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/assert/assert.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/check/check.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/additional.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/clean.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_array.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_base.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_cyclic.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_intersect.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_object.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_record.js +34 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_ref.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_tuple.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_type.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_union.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clone/clone.js +41 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/callback.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/decode.js +43 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/encode.js +43 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_array.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_cyclic.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_intersect.js +38 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_object.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_record.js +37 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_ref.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_tuple.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_type.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_union.js +31 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/has.js +58 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/convert.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_additional.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_array.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_base.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_bigint.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_boolean.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_cyclic.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_enum.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_integer.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_intersect.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_literal.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_null.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_number.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_object.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_record.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_ref.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_string.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_template_literal.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_tuple.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_type.js +49 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_undefined.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_union.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_void.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_array.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_bigint.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_boolean.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_null.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_number.js +31 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_result.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_string.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_undefined.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/create.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/error.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_array.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_async_iterator.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_base.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_bigint.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_boolean.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_constructor.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_cyclic.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_default.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_enum.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_function.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_integer.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_intersect.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_iterator.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_literal.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_never.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_null.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_number.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_object.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_promise.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_record.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_ref.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_string.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_symbol.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_template_literal.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_tuple.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_type.js +75 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_undefined.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_union.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_void.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/default.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_array.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_base.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_cyclic.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_default.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_intersect.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_object.js +30 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_record.js +29 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_ref.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_tuple.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_type.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_union.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/delta/diff.js +91 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/delta/edit.js +29 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/delta/patch.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/equal/equal.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/errors/errors.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/hash/hash.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/index.js +65 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/error.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/from_array.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/from_object.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/from_unknown.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/from_value.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/mutate.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/parse/parse.js +42 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/pipeline/pipeline.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/error.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_array.js +37 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_base.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_enum.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_intersect.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_object.js +30 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_record.js +36 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_ref.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_template_literal.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_tuple.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_type.js +64 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_union.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_unknown.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/repair.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/shared/optional_undefined.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/shared/union_priority_sort.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/shared/union_score_select.js +40 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/value.js +41 -0
- package/dist/node_modules/.pnpm/uint8array-extras@1.5.0/node_modules/uint8array-extras/index.js +65 -0
- package/dist/node_modules/.pnpm/which@2.0.2/node_modules/which/which.js +95 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/compose-collection.js +60 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/compose-doc.js +38 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/compose-node.js +101 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/compose-scalar.js +76 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/composer.js +200 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-block-map.js +103 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +176 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +46 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-end.js +38 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +189 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +213 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-props.js +128 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/util-contains-newline.js +37 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +25 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +13 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/util-map-includes.js +11 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/doc/Document.js +304 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/doc/anchors.js +65 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/doc/createNode.js +70 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/doc/directives.js +166 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/errors.js +60 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/parse/cst.js +72 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/parse/lexer.js +579 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/parse/line-counter.js +26 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/parse/parser.js +862 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/public-api.js +53 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/Schema.js +27 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/common/null.js +13 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/core/float.js +41 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/core/int.js +40 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/tags.js +89 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +56 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +27 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +44 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +74 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +73 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +73 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +39 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +84 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +83 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +75 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +22 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.1_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +1 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/Options.js +37 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/Refs.js +23 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +18 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +11 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parseDef.js +61 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +18 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +28 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +48 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +8 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +7 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +7 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +61 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +10 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +8 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +9 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +44 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +21 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +29 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +15 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +12 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +11 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +35 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +51 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +72 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +22 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +22 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +7 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +7 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +58 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +23 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +321 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +30 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +9 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +71 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +7 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/selectParser.js +108 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +66 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/types.js +42 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/coerce.js +12 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/compat.js +6 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/errors.js +43 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/iso.js +42 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/parse.js +28 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/schemas.js +983 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/api.js +632 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/checks.js +409 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/core.js +79 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/doc.js +37 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/errors.js +105 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/json-schema-processors.js +586 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/parse.js +95 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/regexes.js +87 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/registries.js +51 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/schemas.js +1609 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/to-json-schema.js +365 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/util.js +438 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/versions.js +8 -0
- package/dist/packages/plugin/src/accounts.js +1 -1
- package/dist/packages/plugin/src/api/prompts-api.js +2 -2
- package/dist/packages/plugin/src/api/workspace.js +3 -3
- package/dist/packages/plugin/src/channel.js +31 -28
- package/dist/packages/plugin/src/gateway/config-writer.js +34 -1
- package/dist/packages/plugin/src/gateway/message-context.js +11 -11
- package/dist/packages/plugin/src/gateway/message-dispatcher.js +136 -36
- package/dist/packages/plugin/src/gateway/skills-handler.js +23 -23
- package/dist/packages/plugin/src/gateway/tools-list-handler.js +2 -2
- package/dist/packages/plugin/src/media/upload.js +5 -5
- package/dist/packages/plugin/src/setup-core.js +4 -4
- package/dist/packages/plugin/src/setup-surface.js +6 -6
- package/dist/setup-entry.js +1 -1
- package/dist/src/gateway/config-writer.d.ts.map +1 -1
- package/package.json +8 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/account-id-C6v13Xic.js +0 -4
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/auth-profiles-Db4Eg6ht.js +0 -24
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/bash-tools.exec-runtime--1hhz8C_.js +0 -46
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/bash-tools.schemas-BqpDemKo.js +0 -32
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/boolean-DbfRNnYl.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/boundary-file-read-BymsBHso.js +0 -172
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/bundled-Cuj8sKt6.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/bundled-dir-Cq5y_NKM.js +0 -109
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/bundled-plugin-metadata-BJMD48hn.js +0 -260
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/channel-entry-contract-BoTfqLnn.js +0 -176
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/cli-name-DPC4W7Fo.js +0 -22
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/command-format-LqDv8ows.js +0 -24
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/command-registration-Dxq1bCXM.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/commands-registry-normalize-Bk0WYUI0.js +0 -94
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/commands-registry.data-D99VdOlX.js +0 -940
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/config--3Msyf4f.js +0 -20
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/config-schema-C6kUPI7B.js +0 -33
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/config-schema-DB8FqQH8.js +0 -82
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/conversation-binding-C3EIaK9Z.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/core-DpZtjMWz.js +0 -51
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/dedupe-DM7iBj7C.js +0 -60
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/discovery-Cgp95o2R.js +0 -649
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/dispatch-2DAqwFVE.js +0 -33
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/errors-Dyla6m1G.js +0 -13
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/exec-approvals-CLXc_BYU.js +0 -212
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/exec-defaults-DBnaZeLQ.js +0 -13
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/exec-jRxy02_4.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/exec-safe-bin-trust-DOmID2EO.js +0 -638
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/facade-loader-B83leEeb.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/facade-runtime-B04URCVZ.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/file-identity-sp9axE-E.js +0 -411
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/file-lock-D016H3tC.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/gateway-control-ui-origins-B-lkqr3D.js +0 -23
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/gateway-request-scope-BEWoJTx4.js +0 -3
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/helpers-CI2CkXhU.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/home-dir-BEqRdfoa.js +0 -67
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/host-env-security-B-Ebh6At.js +0 -334
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/ids-By7Nkc8R.js +0 -76
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/inbound-path-policy-CQkSSeSi.js +0 -26
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/internal-hooks-D52pUqod.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/io-DDkf_FUu.js +0 -14328
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/ip-CdfoCORt.js +0 -2
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/json-files-DACY7Zw5.js +0 -22
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/links-BlUEqVE8.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/loader-DYJR63Q1.js +0 -27
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/logger-BMuqDP66.js +0 -26
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/manager-szyCqvou.js +0 -22
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/manifest-CjPIwluH.js +0 -409
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/manifest-registry-CK0zNybm.js +0 -394
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/message-channel-DXsjCySM.js +0 -32
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/mime-BjR-Aw-Q.js +0 -42
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/min-host-version-CmguvhGB.js +0 -49
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/model-auth-markers-YVQDqG1J.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/model-selection-cli-U7l5Ifek.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/models-config-B-YHRI3g.js +0 -40
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/native-command-session-targets-BW3SPx-T.js +0 -11
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/network-mode-D3yzFBsD.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/node-require-DvwmVoHm.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/node-sqlite-FGjwOqiS.js +0 -3
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/openclaw-root-BNWw3cXT.js +0 -69
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/order-6WHL2fZu.js +0 -26
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/parse-duration-amE_QFsj.js +0 -42
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/path-safety-CKqzLERR.js +0 -308
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/paths-LCYGfrV7.js +0 -95
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/process-scoped-map-Cv-PkzaO.js +0 -11
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/profile-utils-Dh8DVvPv.js +0 -17
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/provider-env-vars-DDfJbkrO.js +0 -150
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/provider-id-B3nZBDJJ.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/provider-runtime-O-n0cjZo.js +0 -22
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/public-surface-loader-CSDxBey4.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/redact-D4nea1HF.js +0 -2
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/ref-contract-B1q5N0Lz.js +0 -35
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/registry-DE4nHTjg.js +0 -54
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/registry-loaded-B8D6rQiJ.js +0 -62
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/registry-nEl7QZ30.js +0 -3
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/runtime-Clo2XF6T.js +0 -27
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/runtime-channel-state-Ck2VkX9T.js +0 -20
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/runtime-state-Cd3jnHgw.js +0 -4
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/schema-validator-Bo7NeV8w.js +0 -3
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/scp-host-CiFVRWHy.js +0 -38
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/sdk-alias-Bo1huP7M.js +0 -315
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/session-binding-service-D6sb-LrK.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/session-write-lock-Dk7FbMr_.js +0 -6
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/setup-helpers-ChrkNnYE.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/setup-registry-BPL6c_Zk.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/setup-wizard-helpers-DnMkYslk.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/skills-Djbt9HGh.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/slots-PynIdqZ_.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/string-coerce-BUSzWgUA.js +0 -25
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/string-normalization-DIJRAo0o.js +0 -20
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/strip-inbound-meta-WCHWW8is.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/subsystem-BHv2zSx6.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/system-events-CfifhXT7.js +0 -3
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/tailscale-status-Ch1LdrMM.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/task-registry-2LJDZL29.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/telegram-command-config-TdpOuZ__.js +0 -66
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/terminal-link-B3nCYQJi.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/theme-CVJvORNs.js +0 -27
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/thinking-_rqwdGD8.js +0 -44
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/thinking.shared-Dginn1He.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/tmp-openclaw-dir-DrKSsX71.js +0 -103
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/tool-policy-CwZyJfFc.js +0 -300
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/types-BfKfz-lz.js +0 -38
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/types.secrets-C9RpLzA0.js +0 -53
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/utils-DGFSjtQF.js +0 -36
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/version-b06Uhxnq.js +0 -82
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/workspace-oVBetctb.js +0 -20
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema-Cpw1qu03.js +0 -1299
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema.agent-runtime-D48J52r_.js +0 -620
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema.core-BrzjtZhM.js +0 -597
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema.providers-core-CX8AFeyJ.js +0 -1354
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema.providers-whatsapp-7E9bf9oA.js +0 -130
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema.sensitive-BFZ4qze6.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/models.generated.js +0 -14275
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/models.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/utils/oauth/anthropic.js +0 -314
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/utils/oauth/google-antigravity.js +0 -315
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/utils/oauth/google-gemini-cli.js +0 -402
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/utils/oauth/index.js +0 -41
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/utils/oauth/openai-codex.js +0 -335
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/system/policy.js +0 -34
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/any/any.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/argument/argument.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/array/array.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/async-iterator/async-iterator.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/awaited/awaited.js +0 -30
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/bigint/bigint.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/boolean/boolean.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/clone/type.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/clone/value.js +0 -32
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/composite/composite.js +0 -37
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/computed/computed.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/const/const.js +0 -36
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/constructor/constructor.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/constructor-parameters.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/create/immutable.js +0 -29
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/create/type.js +0 -17
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/date/date.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/discard/discard.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/enum/enum.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/error/error.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-mapped-result.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-template-literal.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extends/extends-check.js +0 -265
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-key.js +0 -24
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-result.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extends/extends.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-mapped-result.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-template-literal.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extract/extract.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/function/function.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/guard/kind.js +0 -176
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/guard/type.js +0 -272
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/guard/value.js +0 -62
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-key.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-result.js +0 -20
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-property-keys.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed.js +0 -61
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/instance-type/instance-type.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/instantiate/instantiate.js +0 -86
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/integer/integer.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-create.js +0 -11
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-evaluated.js +0 -31
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/capitalize.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic-from-mapped-key.js +0 -25
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic.js +0 -55
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/lowercase.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uncapitalize.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uppercase.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/iterator/iterator.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-from-mapped-result.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-keys.js +0 -36
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof.js +0 -31
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/literal/literal.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-result.js +0 -11
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped.js +0 -76
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/module/compute.js +0 -122
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/module/module.js +0 -28
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/never/never.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/not/not.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/null/null.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/number/number.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/object/object.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-key.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-result.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/omit/omit.js +0 -48
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/optional/optional-from-mapped-result.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/optional/optional.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/parameters/parameters.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/partial/partial-from-mapped-result.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/partial/partial.js +0 -53
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/patterns/patterns.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-key.js +0 -23
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-result.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/pick/pick.js +0 -48
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/promise/promise.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly-from-mapped-result.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/readonly-optional.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/record/record.js +0 -71
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/recursive/recursive.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/ref/ref.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/regexp/regexp.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/required/required-from-mapped-result.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/required/required.js +0 -52
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/rest/rest.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/return-type/return-type.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/sets/set.js +0 -30
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/string/string.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/symbol/symbol.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/symbols/symbols.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/finite.js +0 -27
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/generate.js +0 -38
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/parse.js +0 -128
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/pattern.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/syntax.js +0 -45
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/template-literal.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/union.js +0 -11
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/transform/transform.js +0 -37
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/tuple/tuple.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/type/index.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/type/type.js +0 -126
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/uint8array/uint8array.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/undefined/undefined.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/union/union-create.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/union/union-evaluated.js +0 -26
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/union/union.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/unknown/unknown.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/unsafe/unsafe.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/void/void.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/value/guard/guard.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/dotenv/lib/main.js +0 -318
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/ipaddr.js/lib/ipaddr.js +0 -805
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/jiti/dist/jiti.js +0 -3869
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/jiti/lib/jiti.js +0 -26
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/doc/anchors.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/doc/createNode.js +0 -58
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/parse/lexer.js +0 -6
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +0 -50
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +0 -37
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +0 -65
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner → @earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works}/pi-ai/dist/utils/oauth/github-copilot.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner → @earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works}/pi-ai/dist/utils/oauth/oauth-page.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner → @earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works}/pi-ai/dist/utils/oauth/pkce.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → json5@2.2.3}/node_modules/json5/dist/index.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/exec-safety-C8v0dsfc.js → openclaw@2026.5.22/node_modules/openclaw/dist/exec-safety-1iu4aOkR.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/global-singleton-DhGoboiG.js → openclaw@2026.5.22/node_modules/openclaw/dist/global-singleton-DE6St75u.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/legacy-names-C7VUgVdg.js → openclaw@2026.5.22/node_modules/openclaw/dist/legacy-names-CuutNmLC.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/map-size-DhG4ditB.js → openclaw@2026.5.22/node_modules/openclaw/dist/map-size-DWyOGZSD.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/prototype-keys-BKGE_uzN.js → openclaw@2026.5.22/node_modules/openclaw/dist/prototype-keys-gIgii6VQ.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/runtime-guard-DqVOvWAZ.js → openclaw@2026.5.22/node_modules/openclaw/dist/runtime-guard-DLdnBLFm.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/doc/applyReviver.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/log.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/Alias.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/Collection.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/Node.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/Pair.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/Scalar.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/YAMLMap.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/identity.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/toJS.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/stringify.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/stringifyComment.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/stringifyPair.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/stringifyString.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/visit.js +0 -0
|
@@ -0,0 +1,1633 @@
|
|
|
1
|
+
import { s as normalizeOptionalLowercaseString } from "./string-coerce-DyL154ka.js";
|
|
2
|
+
import { n as DEFAULT_GATEWAY_PORT } from "./paths-Cw7f9XhU.js";
|
|
3
|
+
import { c as isRecord } from "./utils-sBTEdeml.js";
|
|
4
|
+
import { r as normalizeProviderId } from "./provider-id-zTW9Rdln.js";
|
|
5
|
+
import { t as isBlockedObjectKey } from "./prototype-keys-gIgii6VQ.js";
|
|
6
|
+
import { r as isModelThinkingFormat } from "./types.models-lqH0KLkn.js";
|
|
7
|
+
import { t as loadBundledPluginPublicArtifactModuleSync } from "./public-surface-loader-B6ofplrA.js";
|
|
8
|
+
import { t as isSafeExecutableValue } from "./exec-safety-1iu4aOkR.js";
|
|
9
|
+
import { n as isKnownCliMcpTypeAlias, i as resolveOpenClawMcpTransportAlias } from "./mcp-config-normalize-GXslRjiB.js";
|
|
10
|
+
import { o as listLegacyRuntimeModelProviderAliases } from "./model-runtime-aliases-D35Lx2no.js";
|
|
11
|
+
import { i as isGatewayNonLoopbackBindMode, r as hasConfiguredControlUiAllowedOrigins, t as buildDefaultControlUiAllowedOrigins, a as resolveGatewayPortWithDefault } from "./gateway-control-ui-origins-BX09k5CR.js";
|
|
12
|
+
import { r as hasOwnKey$1, t as cloneRecord$1, n as ensureRecord$2 } from "./legacy-config-record-shared-CpOX8vW0.js";
|
|
13
|
+
function loadBundledChannelPublicArtifact(channelId, artifactBasenames) {
|
|
14
|
+
for (const artifactBasename of artifactBasenames) try {
|
|
15
|
+
return loadBundledPluginPublicArtifactModuleSync({
|
|
16
|
+
dirName: channelId,
|
|
17
|
+
artifactBasename
|
|
18
|
+
});
|
|
19
|
+
} catch (error) {
|
|
20
|
+
if (error instanceof Error && error.message.startsWith("Unable to resolve bundled plugin public surface ")) continue;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function loadBundledChannelDoctorContractApi(channelId) {
|
|
24
|
+
return loadBundledChannelPublicArtifact(channelId, ["doctor-contract-api.js", "contract-api.js"]);
|
|
25
|
+
}
|
|
26
|
+
const getRecord = (value) => isRecord(value) ? value : null;
|
|
27
|
+
const ensureRecord$1 = (root, key) => {
|
|
28
|
+
const existing = root[key];
|
|
29
|
+
if (isRecord(existing)) return existing;
|
|
30
|
+
const next = {};
|
|
31
|
+
root[key] = next;
|
|
32
|
+
return next;
|
|
33
|
+
};
|
|
34
|
+
const mergeMissing = (target, source) => {
|
|
35
|
+
for (const [key, value] of Object.entries(source)) {
|
|
36
|
+
if (value === void 0 || isBlockedObjectKey(key)) continue;
|
|
37
|
+
const existing = target[key];
|
|
38
|
+
if (existing === void 0) {
|
|
39
|
+
target[key] = value;
|
|
40
|
+
continue;
|
|
41
|
+
}
|
|
42
|
+
if (isRecord(existing) && isRecord(value)) mergeMissing(existing, value);
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
const mapLegacyAudioTranscription = (value) => {
|
|
46
|
+
const transcriber = getRecord(value);
|
|
47
|
+
const command = Array.isArray(transcriber?.command) ? transcriber?.command : null;
|
|
48
|
+
if (!command || command.length === 0) return null;
|
|
49
|
+
if (typeof command[0] !== "string") return null;
|
|
50
|
+
if (!command.every((part) => typeof part === "string")) return null;
|
|
51
|
+
const rawExecutable = command[0].trim();
|
|
52
|
+
if (!rawExecutable) return null;
|
|
53
|
+
if (!isSafeExecutableValue(rawExecutable)) return null;
|
|
54
|
+
const args = command.slice(1).map((part) => part.replace(/\{input\}/g, "{{MediaPath}}"));
|
|
55
|
+
const timeoutSeconds = typeof transcriber?.timeoutSeconds === "number" ? transcriber?.timeoutSeconds : void 0;
|
|
56
|
+
const result = {
|
|
57
|
+
command: rawExecutable,
|
|
58
|
+
type: "cli"
|
|
59
|
+
};
|
|
60
|
+
if (args.length > 0) result.args = args;
|
|
61
|
+
if (timeoutSeconds !== void 0) result.timeoutSeconds = timeoutSeconds;
|
|
62
|
+
return result;
|
|
63
|
+
};
|
|
64
|
+
const defineLegacyConfigMigration = (migration) => migration;
|
|
65
|
+
function applyLegacyAudioTranscriptionModel(params) {
|
|
66
|
+
const mapped = mapLegacyAudioTranscription(params.source);
|
|
67
|
+
if (!mapped) {
|
|
68
|
+
params.changes.push(params.invalidMessage);
|
|
69
|
+
return;
|
|
70
|
+
}
|
|
71
|
+
const mediaAudio = ensureRecord$1(ensureRecord$1(ensureRecord$1(params.raw, "tools"), "media"), "audio");
|
|
72
|
+
if ((Array.isArray(mediaAudio.models) ? mediaAudio.models : []).length === 0) {
|
|
73
|
+
mediaAudio.enabled = true;
|
|
74
|
+
mediaAudio.models = [mapped];
|
|
75
|
+
params.changes.push(params.movedMessage);
|
|
76
|
+
return;
|
|
77
|
+
}
|
|
78
|
+
params.changes.push(params.alreadySetMessage);
|
|
79
|
+
}
|
|
80
|
+
const LEGACY_CONFIG_MIGRATIONS_AUDIO = [defineLegacyConfigMigration({
|
|
81
|
+
id: "audio.transcription-v2",
|
|
82
|
+
describe: "Move audio.transcription to tools.media.audio.models",
|
|
83
|
+
apply: (raw, changes) => {
|
|
84
|
+
const audio = getRecord(raw.audio);
|
|
85
|
+
if (audio?.transcription === void 0) return;
|
|
86
|
+
applyLegacyAudioTranscriptionModel({
|
|
87
|
+
raw,
|
|
88
|
+
source: audio.transcription,
|
|
89
|
+
changes,
|
|
90
|
+
movedMessage: "Moved audio.transcription → tools.media.audio.models.",
|
|
91
|
+
alreadySetMessage: "Removed audio.transcription (tools.media.audio.models already set).",
|
|
92
|
+
invalidMessage: "Removed audio.transcription (invalid or empty command)."
|
|
93
|
+
});
|
|
94
|
+
delete audio.transcription;
|
|
95
|
+
if (Object.keys(audio).length === 0) delete raw.audio;
|
|
96
|
+
else raw.audio = audio;
|
|
97
|
+
}
|
|
98
|
+
})];
|
|
99
|
+
function hasOwnKey(target, key) {
|
|
100
|
+
return Object.prototype.hasOwnProperty.call(target, key);
|
|
101
|
+
}
|
|
102
|
+
function cleanupEmptyRecord(parent, key) {
|
|
103
|
+
const value = getRecord(parent[key]);
|
|
104
|
+
if (value && Object.keys(value).length === 0) delete parent[key];
|
|
105
|
+
}
|
|
106
|
+
function resolveCompatibleDefaultGroupEntry(section) {
|
|
107
|
+
const existingGroups = section.groups;
|
|
108
|
+
if (existingGroups !== void 0 && !getRecord(existingGroups)) return null;
|
|
109
|
+
const groups = getRecord(existingGroups) ?? {};
|
|
110
|
+
const existingEntry = groups["*"];
|
|
111
|
+
if (existingEntry !== void 0 && !getRecord(existingEntry)) return null;
|
|
112
|
+
return {
|
|
113
|
+
groups,
|
|
114
|
+
entry: getRecord(existingEntry) ?? {}
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
function migrateChannelDefaultRequireMention(params) {
|
|
118
|
+
const defaultGroupEntry = resolveCompatibleDefaultGroupEntry(params.section);
|
|
119
|
+
if (!defaultGroupEntry) {
|
|
120
|
+
params.changes.push(`Removed ${params.legacyPath} (channels.${params.channelId}.groups has an incompatible shape; fix remaining issues manually).`);
|
|
121
|
+
return false;
|
|
122
|
+
}
|
|
123
|
+
const { groups, entry } = defaultGroupEntry;
|
|
124
|
+
if (entry.requireMention === void 0) {
|
|
125
|
+
entry.requireMention = params.requireMention;
|
|
126
|
+
groups["*"] = entry;
|
|
127
|
+
params.section.groups = groups;
|
|
128
|
+
params.changes.push(`Moved ${params.legacyPath} → channels.${params.channelId}.groups."*".requireMention.`);
|
|
129
|
+
return true;
|
|
130
|
+
}
|
|
131
|
+
params.changes.push(`Removed ${params.legacyPath} (channels.${params.channelId}.groups."*" already set).`);
|
|
132
|
+
return false;
|
|
133
|
+
}
|
|
134
|
+
function migrateRoutingAllowFrom(raw, changes) {
|
|
135
|
+
const routing = getRecord(raw.routing);
|
|
136
|
+
if (!routing || routing.allowFrom === void 0) return;
|
|
137
|
+
const channels = getRecord(raw.channels);
|
|
138
|
+
const whatsapp = getRecord(channels?.whatsapp);
|
|
139
|
+
if (!channels || !whatsapp) {
|
|
140
|
+
delete routing.allowFrom;
|
|
141
|
+
cleanupEmptyRecord(raw, "routing");
|
|
142
|
+
changes.push("Removed routing.allowFrom (channels.whatsapp not configured).");
|
|
143
|
+
return;
|
|
144
|
+
}
|
|
145
|
+
if (whatsapp.allowFrom === void 0) {
|
|
146
|
+
whatsapp.allowFrom = routing.allowFrom;
|
|
147
|
+
changes.push("Moved routing.allowFrom → channels.whatsapp.allowFrom.");
|
|
148
|
+
} else changes.push("Removed routing.allowFrom (channels.whatsapp.allowFrom already set).");
|
|
149
|
+
delete routing.allowFrom;
|
|
150
|
+
channels.whatsapp = whatsapp;
|
|
151
|
+
raw.channels = channels;
|
|
152
|
+
cleanupEmptyRecord(raw, "routing");
|
|
153
|
+
}
|
|
154
|
+
function migrateRoutingGroupChatMessages(params) {
|
|
155
|
+
const migrateMessageGroupField = (field) => {
|
|
156
|
+
const value = params.groupChat[field];
|
|
157
|
+
if (value === void 0) return;
|
|
158
|
+
const messagesGroup = ensureRecord$1(ensureRecord$1(params.raw, "messages"), "groupChat");
|
|
159
|
+
if (messagesGroup[field] === void 0) {
|
|
160
|
+
messagesGroup[field] = value;
|
|
161
|
+
params.changes.push(`Moved routing.groupChat.${field} → messages.groupChat.${field}.`);
|
|
162
|
+
} else params.changes.push(`Removed routing.groupChat.${field} (messages.groupChat.${field} already set).`);
|
|
163
|
+
delete params.groupChat[field];
|
|
164
|
+
};
|
|
165
|
+
migrateMessageGroupField("historyLimit");
|
|
166
|
+
migrateMessageGroupField("mentionPatterns");
|
|
167
|
+
if (Object.keys(params.groupChat).length === 0) delete params.routing.groupChat;
|
|
168
|
+
else params.routing.groupChat = params.groupChat;
|
|
169
|
+
}
|
|
170
|
+
function migrateRoutingGroupChatRequireMention(params) {
|
|
171
|
+
const requireMention = params.groupChat.requireMention;
|
|
172
|
+
if (requireMention === void 0) return;
|
|
173
|
+
const channels = getRecord(params.raw.channels);
|
|
174
|
+
let matchedChannel = false;
|
|
175
|
+
if (channels) {
|
|
176
|
+
for (const channelId of [
|
|
177
|
+
"whatsapp",
|
|
178
|
+
"telegram",
|
|
179
|
+
"imessage"
|
|
180
|
+
]) {
|
|
181
|
+
const section = getRecord(channels[channelId]);
|
|
182
|
+
if (!section) continue;
|
|
183
|
+
matchedChannel = true;
|
|
184
|
+
migrateChannelDefaultRequireMention({
|
|
185
|
+
section,
|
|
186
|
+
channelId,
|
|
187
|
+
legacyPath: "routing.groupChat.requireMention",
|
|
188
|
+
requireMention,
|
|
189
|
+
changes: params.changes
|
|
190
|
+
});
|
|
191
|
+
channels[channelId] = section;
|
|
192
|
+
}
|
|
193
|
+
params.raw.channels = channels;
|
|
194
|
+
}
|
|
195
|
+
if (!matchedChannel) params.changes.push("Removed routing.groupChat.requireMention (no configured WhatsApp, Telegram, or iMessage channel found).");
|
|
196
|
+
delete params.groupChat.requireMention;
|
|
197
|
+
}
|
|
198
|
+
function migrateRoutingGroupChat(raw, changes) {
|
|
199
|
+
const routing = getRecord(raw.routing);
|
|
200
|
+
const groupChat = getRecord(routing?.groupChat);
|
|
201
|
+
if (!routing || !groupChat) return;
|
|
202
|
+
migrateRoutingGroupChatRequireMention({
|
|
203
|
+
raw,
|
|
204
|
+
groupChat,
|
|
205
|
+
changes
|
|
206
|
+
});
|
|
207
|
+
migrateRoutingGroupChatMessages({
|
|
208
|
+
raw,
|
|
209
|
+
routing,
|
|
210
|
+
groupChat,
|
|
211
|
+
changes
|
|
212
|
+
});
|
|
213
|
+
cleanupEmptyRecord(raw, "routing");
|
|
214
|
+
}
|
|
215
|
+
function migrateTelegramRequireMention(raw, changes) {
|
|
216
|
+
const channels = getRecord(raw.channels);
|
|
217
|
+
const telegram = getRecord(channels?.telegram);
|
|
218
|
+
if (!channels || !telegram || telegram.requireMention === void 0) return;
|
|
219
|
+
migrateChannelDefaultRequireMention({
|
|
220
|
+
section: telegram,
|
|
221
|
+
channelId: "telegram",
|
|
222
|
+
legacyPath: "channels.telegram.requireMention",
|
|
223
|
+
requireMention: telegram.requireMention,
|
|
224
|
+
changes
|
|
225
|
+
});
|
|
226
|
+
delete telegram.requireMention;
|
|
227
|
+
channels.telegram = telegram;
|
|
228
|
+
raw.channels = channels;
|
|
229
|
+
}
|
|
230
|
+
function hasLegacyThreadBindingTtl(value) {
|
|
231
|
+
const threadBindings = getRecord(value);
|
|
232
|
+
return Boolean(threadBindings && hasOwnKey(threadBindings, "ttlHours"));
|
|
233
|
+
}
|
|
234
|
+
function hasLegacyThreadBindingSpawnSplit(value) {
|
|
235
|
+
const threadBindings = getRecord(value);
|
|
236
|
+
return Boolean(threadBindings && (hasOwnKey(threadBindings, "spawnSubagentSessions") || hasOwnKey(threadBindings, "spawnAcpSessions")));
|
|
237
|
+
}
|
|
238
|
+
function hasLegacyThreadBindingTtlInAccounts(value) {
|
|
239
|
+
const accounts = getRecord(value);
|
|
240
|
+
if (!accounts) return false;
|
|
241
|
+
return Object.values(accounts).some((entry) => hasLegacyThreadBindingTtl(getRecord(entry)?.threadBindings));
|
|
242
|
+
}
|
|
243
|
+
function hasLegacyThreadBindingSpawnSplitInAccounts(value) {
|
|
244
|
+
const accounts = getRecord(value);
|
|
245
|
+
if (!accounts) return false;
|
|
246
|
+
return Object.values(accounts).some((entry) => hasLegacyThreadBindingSpawnSplit(getRecord(entry)?.threadBindings));
|
|
247
|
+
}
|
|
248
|
+
function migrateThreadBindingsTtlHoursForPath(params) {
|
|
249
|
+
const threadBindings = getRecord(params.owner.threadBindings);
|
|
250
|
+
if (!threadBindings || !hasOwnKey(threadBindings, "ttlHours")) return false;
|
|
251
|
+
const hadIdleHours = threadBindings.idleHours !== void 0;
|
|
252
|
+
if (!hadIdleHours) threadBindings.idleHours = threadBindings.ttlHours;
|
|
253
|
+
delete threadBindings.ttlHours;
|
|
254
|
+
params.owner.threadBindings = threadBindings;
|
|
255
|
+
if (hadIdleHours) params.changes.push(`Removed ${params.pathPrefix}.threadBindings.ttlHours (${params.pathPrefix}.threadBindings.idleHours already set).`);
|
|
256
|
+
else params.changes.push(`Moved ${params.pathPrefix}.threadBindings.ttlHours → ${params.pathPrefix}.threadBindings.idleHours.`);
|
|
257
|
+
return true;
|
|
258
|
+
}
|
|
259
|
+
function resolveMigratedSpawnSessions(threadBindings) {
|
|
260
|
+
const subagent = threadBindings.spawnSubagentSessions;
|
|
261
|
+
const acp = threadBindings.spawnAcpSessions;
|
|
262
|
+
const subagentBool = typeof subagent === "boolean" ? subagent : void 0;
|
|
263
|
+
const acpBool = typeof acp === "boolean" ? acp : void 0;
|
|
264
|
+
if (subagentBool === void 0) return acpBool;
|
|
265
|
+
if (acpBool === void 0) return subagentBool;
|
|
266
|
+
return subagentBool && acpBool;
|
|
267
|
+
}
|
|
268
|
+
function migrateThreadBindingsSpawnSessionsForPath(params) {
|
|
269
|
+
const threadBindings = getRecord(params.owner.threadBindings);
|
|
270
|
+
if (!threadBindings || !hasLegacyThreadBindingSpawnSplit(threadBindings)) return false;
|
|
271
|
+
const hadSpawnSessions = threadBindings.spawnSessions !== void 0;
|
|
272
|
+
const resolved = resolveMigratedSpawnSessions(threadBindings);
|
|
273
|
+
const oldSubagent = threadBindings.spawnSubagentSessions;
|
|
274
|
+
const oldAcp = threadBindings.spawnAcpSessions;
|
|
275
|
+
delete threadBindings.spawnSubagentSessions;
|
|
276
|
+
delete threadBindings.spawnAcpSessions;
|
|
277
|
+
if (!hadSpawnSessions && resolved !== void 0) threadBindings.spawnSessions = resolved;
|
|
278
|
+
params.owner.threadBindings = threadBindings;
|
|
279
|
+
if (hadSpawnSessions) params.changes.push(`Removed deprecated ${params.pathPrefix}.threadBindings.spawnSubagentSessions/spawnAcpSessions (${params.pathPrefix}.threadBindings.spawnSessions already set).`);
|
|
280
|
+
else if (typeof oldSubagent === "boolean" && typeof oldAcp === "boolean" && oldSubagent !== oldAcp) params.changes.push(`Collapsed conflicting ${params.pathPrefix}.threadBindings.spawnSubagentSessions/spawnAcpSessions → ${params.pathPrefix}.threadBindings.spawnSessions (${String(resolved)}).`);
|
|
281
|
+
else params.changes.push(`Moved ${params.pathPrefix}.threadBindings.spawnSubagentSessions/spawnAcpSessions → ${params.pathPrefix}.threadBindings.spawnSessions (${String(resolved)}).`);
|
|
282
|
+
return true;
|
|
283
|
+
}
|
|
284
|
+
function hasLegacyThreadBindingTtlInAnyChannel(value) {
|
|
285
|
+
const channels = getRecord(value);
|
|
286
|
+
if (!channels) return false;
|
|
287
|
+
return Object.values(channels).some((entry) => {
|
|
288
|
+
const channel = getRecord(entry);
|
|
289
|
+
if (!channel) return false;
|
|
290
|
+
return hasLegacyThreadBindingTtl(channel.threadBindings) || hasLegacyThreadBindingTtlInAccounts(channel.accounts);
|
|
291
|
+
});
|
|
292
|
+
}
|
|
293
|
+
function hasLegacyThreadBindingSpawnSplitInAnyChannel(value) {
|
|
294
|
+
const channels = getRecord(value);
|
|
295
|
+
if (!channels) return false;
|
|
296
|
+
return Object.values(channels).some((entry) => {
|
|
297
|
+
const channel = getRecord(entry);
|
|
298
|
+
if (!channel) return false;
|
|
299
|
+
return hasLegacyThreadBindingSpawnSplit(channel.threadBindings) || hasLegacyThreadBindingSpawnSplitInAccounts(channel.accounts);
|
|
300
|
+
});
|
|
301
|
+
}
|
|
302
|
+
const LEGACY_CONFIG_MIGRATIONS_CHANNELS = [defineLegacyConfigMigration({
|
|
303
|
+
id: "legacy-group-routing->channel-groups",
|
|
304
|
+
describe: "Move legacy routing group chat settings to current channel group and messages config",
|
|
305
|
+
legacyRules: [
|
|
306
|
+
{
|
|
307
|
+
path: ["routing", "allowFrom"],
|
|
308
|
+
message: 'routing.allowFrom was removed; use channels.whatsapp.allowFrom instead. Run "openclaw doctor --fix".'
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
path: [
|
|
312
|
+
"routing",
|
|
313
|
+
"groupChat",
|
|
314
|
+
"requireMention"
|
|
315
|
+
],
|
|
316
|
+
message: 'routing.groupChat.requireMention was removed; use channels.<channel>.groups."*".requireMention instead. Run "openclaw doctor --fix".'
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
path: [
|
|
320
|
+
"routing",
|
|
321
|
+
"groupChat",
|
|
322
|
+
"historyLimit"
|
|
323
|
+
],
|
|
324
|
+
message: 'routing.groupChat.historyLimit was moved; use messages.groupChat.historyLimit instead. Run "openclaw doctor --fix".'
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
path: [
|
|
328
|
+
"routing",
|
|
329
|
+
"groupChat",
|
|
330
|
+
"mentionPatterns"
|
|
331
|
+
],
|
|
332
|
+
message: 'routing.groupChat.mentionPatterns was moved; use messages.groupChat.mentionPatterns instead. Run "openclaw doctor --fix".'
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
path: [
|
|
336
|
+
"channels",
|
|
337
|
+
"telegram",
|
|
338
|
+
"requireMention"
|
|
339
|
+
],
|
|
340
|
+
message: 'channels.telegram.requireMention was removed; use channels.telegram.groups."*".requireMention instead. Run "openclaw doctor --fix".'
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
apply: (raw, changes) => {
|
|
344
|
+
migrateRoutingAllowFrom(raw, changes);
|
|
345
|
+
migrateRoutingGroupChat(raw, changes);
|
|
346
|
+
migrateTelegramRequireMention(raw, changes);
|
|
347
|
+
}
|
|
348
|
+
}), defineLegacyConfigMigration({
|
|
349
|
+
id: "thread-bindings.ttlHours->idleHours",
|
|
350
|
+
describe: "Move legacy threadBindings.ttlHours keys to threadBindings.idleHours (session + channel configs)",
|
|
351
|
+
legacyRules: [
|
|
352
|
+
{
|
|
353
|
+
path: ["session", "threadBindings"],
|
|
354
|
+
message: 'session.threadBindings.ttlHours was renamed to session.threadBindings.idleHours. Run "openclaw doctor --fix".',
|
|
355
|
+
match: (value) => hasLegacyThreadBindingTtl(value)
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
path: ["channels"],
|
|
359
|
+
message: 'channels.<id>.threadBindings.ttlHours was renamed to channels.<id>.threadBindings.idleHours. Run "openclaw doctor --fix".',
|
|
360
|
+
match: (value) => hasLegacyThreadBindingTtlInAnyChannel(value)
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
path: ["session", "threadBindings"],
|
|
364
|
+
message: 'session.threadBindings.spawnSubagentSessions/spawnAcpSessions were replaced by session.threadBindings.spawnSessions. Run "openclaw doctor --fix".',
|
|
365
|
+
match: (value) => hasLegacyThreadBindingSpawnSplit(value)
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
path: ["channels"],
|
|
369
|
+
message: 'channels.<id>.threadBindings.spawnSubagentSessions/spawnAcpSessions were replaced by channels.<id>.threadBindings.spawnSessions. Run "openclaw doctor --fix".',
|
|
370
|
+
match: (value) => hasLegacyThreadBindingSpawnSplitInAnyChannel(value)
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
apply: (raw, changes) => {
|
|
374
|
+
const session = getRecord(raw.session);
|
|
375
|
+
if (session) {
|
|
376
|
+
migrateThreadBindingsTtlHoursForPath({
|
|
377
|
+
owner: session,
|
|
378
|
+
pathPrefix: "session",
|
|
379
|
+
changes
|
|
380
|
+
});
|
|
381
|
+
migrateThreadBindingsSpawnSessionsForPath({
|
|
382
|
+
owner: session,
|
|
383
|
+
pathPrefix: "session",
|
|
384
|
+
changes
|
|
385
|
+
});
|
|
386
|
+
raw.session = session;
|
|
387
|
+
}
|
|
388
|
+
const channels = getRecord(raw.channels);
|
|
389
|
+
if (!channels) return;
|
|
390
|
+
for (const [channelId, channelRaw] of Object.entries(channels)) {
|
|
391
|
+
const channel = getRecord(channelRaw);
|
|
392
|
+
if (!channel) continue;
|
|
393
|
+
migrateThreadBindingsTtlHoursForPath({
|
|
394
|
+
owner: channel,
|
|
395
|
+
pathPrefix: `channels.${channelId}`,
|
|
396
|
+
changes
|
|
397
|
+
});
|
|
398
|
+
migrateThreadBindingsSpawnSessionsForPath({
|
|
399
|
+
owner: channel,
|
|
400
|
+
pathPrefix: `channels.${channelId}`,
|
|
401
|
+
changes
|
|
402
|
+
});
|
|
403
|
+
const accounts = getRecord(channel.accounts);
|
|
404
|
+
if (accounts) {
|
|
405
|
+
for (const [accountId, accountRaw] of Object.entries(accounts)) {
|
|
406
|
+
const account = getRecord(accountRaw);
|
|
407
|
+
if (!account) continue;
|
|
408
|
+
migrateThreadBindingsTtlHoursForPath({
|
|
409
|
+
owner: account,
|
|
410
|
+
pathPrefix: `channels.${channelId}.accounts.${accountId}`,
|
|
411
|
+
changes
|
|
412
|
+
});
|
|
413
|
+
migrateThreadBindingsSpawnSessionsForPath({
|
|
414
|
+
owner: account,
|
|
415
|
+
pathPrefix: `channels.${channelId}.accounts.${accountId}`,
|
|
416
|
+
changes
|
|
417
|
+
});
|
|
418
|
+
accounts[accountId] = account;
|
|
419
|
+
}
|
|
420
|
+
channel.accounts = accounts;
|
|
421
|
+
}
|
|
422
|
+
channels[channelId] = channel;
|
|
423
|
+
}
|
|
424
|
+
raw.channels = channels;
|
|
425
|
+
}
|
|
426
|
+
})];
|
|
427
|
+
const RETIRED_QUEUE_MODES = /* @__PURE__ */ new Set([
|
|
428
|
+
"queue",
|
|
429
|
+
"steer-backlog",
|
|
430
|
+
"steer+backlog"
|
|
431
|
+
]);
|
|
432
|
+
function isRetiredQueueMode(value) {
|
|
433
|
+
return typeof value === "string" && RETIRED_QUEUE_MODES.has(value);
|
|
434
|
+
}
|
|
435
|
+
function hasRetiredQueueModeByChannel(value) {
|
|
436
|
+
const byChannel = getRecord(value);
|
|
437
|
+
return Boolean(byChannel && Object.values(byChannel).some(isRetiredQueueMode));
|
|
438
|
+
}
|
|
439
|
+
function migrateQueueMode(params) {
|
|
440
|
+
const value = params.owner[params.key];
|
|
441
|
+
if (!isRetiredQueueMode(value)) return false;
|
|
442
|
+
const replacement = value === "queue" ? "steer" : "followup";
|
|
443
|
+
params.owner[params.key] = replacement;
|
|
444
|
+
params.changes.push(`Moved deprecated ${params.path} "${value}" → "${replacement}"; use "steer" for default active-run steering.`);
|
|
445
|
+
return true;
|
|
446
|
+
}
|
|
447
|
+
const LEGACY_CONFIG_MIGRATIONS_QUEUE = [defineLegacyConfigMigration({
|
|
448
|
+
id: "messages.queue.retired-steering-modes",
|
|
449
|
+
describe: "Move retired messages.queue modes to followup mode",
|
|
450
|
+
legacyRules: [{
|
|
451
|
+
path: [
|
|
452
|
+
"messages",
|
|
453
|
+
"queue",
|
|
454
|
+
"mode"
|
|
455
|
+
],
|
|
456
|
+
message: 'messages.queue.mode uses a retired queue mode; use steer, followup, collect, or interrupt. Run "openclaw doctor --fix".',
|
|
457
|
+
match: isRetiredQueueMode
|
|
458
|
+
}, {
|
|
459
|
+
path: [
|
|
460
|
+
"messages",
|
|
461
|
+
"queue",
|
|
462
|
+
"byChannel"
|
|
463
|
+
],
|
|
464
|
+
message: 'messages.queue.byChannel contains a retired queue mode; use steer, followup, collect, or interrupt. Run "openclaw doctor --fix".',
|
|
465
|
+
match: hasRetiredQueueModeByChannel
|
|
466
|
+
}],
|
|
467
|
+
apply: (raw, changes) => {
|
|
468
|
+
const queue = getRecord(getRecord(raw.messages)?.queue);
|
|
469
|
+
if (!queue) return;
|
|
470
|
+
migrateQueueMode({
|
|
471
|
+
owner: queue,
|
|
472
|
+
key: "mode",
|
|
473
|
+
path: "messages.queue.mode",
|
|
474
|
+
changes
|
|
475
|
+
});
|
|
476
|
+
const byChannel = getRecord(queue.byChannel);
|
|
477
|
+
if (byChannel) {
|
|
478
|
+
for (const [channelId, _value] of Object.entries(byChannel)) migrateQueueMode({
|
|
479
|
+
owner: byChannel,
|
|
480
|
+
key: channelId,
|
|
481
|
+
path: `messages.queue.byChannel.${channelId}`,
|
|
482
|
+
changes
|
|
483
|
+
});
|
|
484
|
+
queue.byChannel = byChannel;
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
})];
|
|
488
|
+
const AGENT_HEARTBEAT_KEYS = /* @__PURE__ */ new Set([
|
|
489
|
+
"every",
|
|
490
|
+
"activeHours",
|
|
491
|
+
"model",
|
|
492
|
+
"session",
|
|
493
|
+
"includeReasoning",
|
|
494
|
+
"target",
|
|
495
|
+
"directPolicy",
|
|
496
|
+
"to",
|
|
497
|
+
"accountId",
|
|
498
|
+
"prompt",
|
|
499
|
+
"ackMaxChars",
|
|
500
|
+
"suppressToolErrorWarnings",
|
|
501
|
+
"lightContext",
|
|
502
|
+
"isolatedSession"
|
|
503
|
+
]);
|
|
504
|
+
const CHANNEL_HEARTBEAT_KEYS = /* @__PURE__ */ new Set([
|
|
505
|
+
"showOk",
|
|
506
|
+
"showAlerts",
|
|
507
|
+
"useIndicator"
|
|
508
|
+
]);
|
|
509
|
+
const MEMORY_SEARCH_RULE = {
|
|
510
|
+
path: ["memorySearch"],
|
|
511
|
+
message: 'top-level memorySearch was moved; use agents.defaults.memorySearch instead. Run "openclaw doctor --fix".'
|
|
512
|
+
};
|
|
513
|
+
const HEARTBEAT_RULE = {
|
|
514
|
+
path: ["heartbeat"],
|
|
515
|
+
message: "top-level heartbeat is not a valid config path; use agents.defaults.heartbeat (cadence/target/model settings) or channels.defaults.heartbeat (showOk/showAlerts/useIndicator)."
|
|
516
|
+
};
|
|
517
|
+
const LEGACY_SANDBOX_SCOPE_RULES = [{
|
|
518
|
+
path: [
|
|
519
|
+
"agents",
|
|
520
|
+
"defaults",
|
|
521
|
+
"sandbox"
|
|
522
|
+
],
|
|
523
|
+
message: 'agents.defaults.sandbox.perSession is legacy; use agents.defaults.sandbox.scope instead. Run "openclaw doctor --fix".',
|
|
524
|
+
match: (value) => hasLegacySandboxPerSession(value)
|
|
525
|
+
}, {
|
|
526
|
+
path: ["agents", "list"],
|
|
527
|
+
message: 'agents.list[].sandbox.perSession is legacy; use agents.list[].sandbox.scope instead. Run "openclaw doctor --fix".',
|
|
528
|
+
match: (value) => hasLegacyAgentListSandboxPerSession(value)
|
|
529
|
+
}];
|
|
530
|
+
const LEGACY_AGENT_RUNTIME_POLICY_RULES = [
|
|
531
|
+
{
|
|
532
|
+
path: [
|
|
533
|
+
"agents",
|
|
534
|
+
"defaults",
|
|
535
|
+
"agentRuntime",
|
|
536
|
+
"fallback"
|
|
537
|
+
],
|
|
538
|
+
message: 'agents.defaults.agentRuntime is ignored; set models.providers.<provider>.agentRuntime or a model-scoped agentRuntime instead. Run "openclaw doctor --fix".'
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
path: [
|
|
542
|
+
"agents",
|
|
543
|
+
"defaults",
|
|
544
|
+
"embeddedHarness"
|
|
545
|
+
],
|
|
546
|
+
message: 'agents.defaults.embeddedHarness is legacy and ignored; set provider/model runtime policy instead. Run "openclaw doctor --fix".',
|
|
547
|
+
match: (value) => getRecord(value) !== null
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
path: [
|
|
551
|
+
"agents",
|
|
552
|
+
"defaults",
|
|
553
|
+
"agentRuntime"
|
|
554
|
+
],
|
|
555
|
+
message: 'agents.defaults.agentRuntime is ignored; set models.providers.<provider>.agentRuntime or a model-scoped agentRuntime instead. Run "openclaw doctor --fix".',
|
|
556
|
+
match: (value) => getRecord(value) !== null
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
path: ["agents", "list"],
|
|
560
|
+
message: 'agents.list[].agentRuntime is ignored; set provider/model runtime policy instead. Run "openclaw doctor --fix".',
|
|
561
|
+
match: (value) => hasAgentListRuntimePolicy(value)
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
path: ["agents", "list"],
|
|
565
|
+
message: 'agents.list[].embeddedHarness is legacy and ignored; set provider/model runtime policy instead. Run "openclaw doctor --fix".',
|
|
566
|
+
match: (value) => hasLegacyAgentListEmbeddedHarness(value)
|
|
567
|
+
}
|
|
568
|
+
];
|
|
569
|
+
const LEGACY_AGENT_LLM_TIMEOUT_RULES = [{
|
|
570
|
+
path: [
|
|
571
|
+
"agents",
|
|
572
|
+
"defaults",
|
|
573
|
+
"llm"
|
|
574
|
+
],
|
|
575
|
+
message: 'agents.defaults.llm is legacy; use models.providers.<id>.timeoutSeconds for slow model/provider timeouts. Run "openclaw doctor --fix".',
|
|
576
|
+
match: (value) => getRecord(value) !== null
|
|
577
|
+
}];
|
|
578
|
+
const IGNORED_AGENT_MODEL_TIMEOUT_RULES = [
|
|
579
|
+
{
|
|
580
|
+
path: [
|
|
581
|
+
"agents",
|
|
582
|
+
"defaults",
|
|
583
|
+
"model"
|
|
584
|
+
],
|
|
585
|
+
message: 'agents.defaults.model.timeoutMs is ignored; agent model config only selects primary/fallback models. Run "openclaw doctor --fix" to remove it.',
|
|
586
|
+
match: (value) => hasOwnTimeoutMs(value)
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
path: [
|
|
590
|
+
"agents",
|
|
591
|
+
"defaults",
|
|
592
|
+
"subagents",
|
|
593
|
+
"model"
|
|
594
|
+
],
|
|
595
|
+
message: 'agents.defaults.subagents.model.timeoutMs is ignored; subagent model config only selects primary/fallback models. Run "openclaw doctor --fix" to remove it.',
|
|
596
|
+
match: (value) => hasOwnTimeoutMs(value)
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
path: ["agents", "list"],
|
|
600
|
+
message: 'agents.list[].model.timeoutMs and agents.list[].subagents.model.timeoutMs are ignored; agent model config only selects primary/fallback models. Run "openclaw doctor --fix" to remove them.',
|
|
601
|
+
match: (value) => hasAgentListModelTimeout(value)
|
|
602
|
+
}
|
|
603
|
+
];
|
|
604
|
+
const SILENT_REPLY_LEGACY_RULES = [
|
|
605
|
+
{
|
|
606
|
+
path: [
|
|
607
|
+
"agents",
|
|
608
|
+
"defaults",
|
|
609
|
+
"silentReplyRewrite"
|
|
610
|
+
],
|
|
611
|
+
message: 'agents.defaults.silentReplyRewrite was removed; exact NO_REPLY is no longer rewritten to visible fallback text. Run "openclaw doctor --fix" to remove it.'
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
path: [
|
|
615
|
+
"agents",
|
|
616
|
+
"defaults",
|
|
617
|
+
"silentReply"
|
|
618
|
+
],
|
|
619
|
+
message: 'agents.defaults.silentReply.direct was removed; direct chats never receive NO_REPLY prompt guidance. Run "openclaw doctor --fix" to remove it.',
|
|
620
|
+
match: (value) => Object.prototype.hasOwnProperty.call(getRecord(value) ?? {}, "direct")
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
path: ["surfaces"],
|
|
624
|
+
message: 'surfaces.*.silentReplyRewrite was removed; exact NO_REPLY is no longer rewritten to visible fallback text. Run "openclaw doctor --fix" to remove it.',
|
|
625
|
+
match: (value) => hasSurfaceSilentReplyRewrite(value)
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
path: ["surfaces"],
|
|
629
|
+
message: 'surfaces.*.silentReply.direct was removed; direct chats never receive NO_REPLY prompt guidance. Run "openclaw doctor --fix" to remove it.',
|
|
630
|
+
match: (value) => hasSurfaceSilentReplyDirect(value)
|
|
631
|
+
}
|
|
632
|
+
];
|
|
633
|
+
function sandboxScopeFromPerSession(perSession) {
|
|
634
|
+
return perSession ? "session" : "shared";
|
|
635
|
+
}
|
|
636
|
+
function splitLegacyHeartbeat(legacyHeartbeat) {
|
|
637
|
+
const agentHeartbeat = {};
|
|
638
|
+
const channelHeartbeat = {};
|
|
639
|
+
for (const [key, value] of Object.entries(legacyHeartbeat)) {
|
|
640
|
+
if (isBlockedObjectKey(key)) continue;
|
|
641
|
+
if (CHANNEL_HEARTBEAT_KEYS.has(key)) {
|
|
642
|
+
channelHeartbeat[key] = value;
|
|
643
|
+
continue;
|
|
644
|
+
}
|
|
645
|
+
if (AGENT_HEARTBEAT_KEYS.has(key)) {
|
|
646
|
+
agentHeartbeat[key] = value;
|
|
647
|
+
continue;
|
|
648
|
+
}
|
|
649
|
+
agentHeartbeat[key] = value;
|
|
650
|
+
}
|
|
651
|
+
return {
|
|
652
|
+
agentHeartbeat: Object.keys(agentHeartbeat).length > 0 ? agentHeartbeat : null,
|
|
653
|
+
channelHeartbeat: Object.keys(channelHeartbeat).length > 0 ? channelHeartbeat : null
|
|
654
|
+
};
|
|
655
|
+
}
|
|
656
|
+
function mergeLegacyIntoDefaults(params) {
|
|
657
|
+
const root = ensureRecord$1(params.raw, params.rootKey);
|
|
658
|
+
const defaults = ensureRecord$1(root, "defaults");
|
|
659
|
+
const existing = getRecord(defaults[params.fieldKey]);
|
|
660
|
+
if (!existing) {
|
|
661
|
+
defaults[params.fieldKey] = params.legacyValue;
|
|
662
|
+
params.changes.push(params.movedMessage);
|
|
663
|
+
} else {
|
|
664
|
+
const merged = structuredClone(existing);
|
|
665
|
+
mergeMissing(merged, params.legacyValue);
|
|
666
|
+
defaults[params.fieldKey] = merged;
|
|
667
|
+
params.changes.push(params.mergedMessage);
|
|
668
|
+
}
|
|
669
|
+
root.defaults = defaults;
|
|
670
|
+
params.raw[params.rootKey] = root;
|
|
671
|
+
}
|
|
672
|
+
function hasLegacySandboxPerSession(value) {
|
|
673
|
+
const sandbox = getRecord(value);
|
|
674
|
+
return Boolean(sandbox && Object.prototype.hasOwnProperty.call(sandbox, "perSession"));
|
|
675
|
+
}
|
|
676
|
+
function hasLegacyAgentListSandboxPerSession(value) {
|
|
677
|
+
if (!Array.isArray(value)) return false;
|
|
678
|
+
return value.some((agent) => hasLegacySandboxPerSession(getRecord(agent)?.sandbox));
|
|
679
|
+
}
|
|
680
|
+
function hasLegacyAgentListEmbeddedHarness(value) {
|
|
681
|
+
if (!Array.isArray(value)) return false;
|
|
682
|
+
return value.some((agent) => getRecord(getRecord(agent)?.embeddedHarness) !== null);
|
|
683
|
+
}
|
|
684
|
+
function hasAgentListRuntimePolicy(value) {
|
|
685
|
+
if (!Array.isArray(value)) return false;
|
|
686
|
+
return value.some((agent) => getRecord(getRecord(agent)?.agentRuntime) !== null);
|
|
687
|
+
}
|
|
688
|
+
function hasOwnTimeoutMs(value) {
|
|
689
|
+
const record = getRecord(value);
|
|
690
|
+
return Boolean(record && Object.prototype.hasOwnProperty.call(record, "timeoutMs"));
|
|
691
|
+
}
|
|
692
|
+
function hasAgentListModelTimeout(value) {
|
|
693
|
+
if (!Array.isArray(value)) return false;
|
|
694
|
+
return value.some((agent) => {
|
|
695
|
+
const agentRecord = getRecord(agent);
|
|
696
|
+
return hasOwnTimeoutMs(agentRecord?.model) || hasOwnTimeoutMs(getRecord(agentRecord?.subagents)?.model);
|
|
697
|
+
});
|
|
698
|
+
}
|
|
699
|
+
function migrateLegacySandboxPerSession(sandbox, pathLabel, changes) {
|
|
700
|
+
if (!Object.prototype.hasOwnProperty.call(sandbox, "perSession")) return;
|
|
701
|
+
const rawPerSession = sandbox.perSession;
|
|
702
|
+
if (typeof rawPerSession !== "boolean") return;
|
|
703
|
+
if (sandbox.scope === void 0) {
|
|
704
|
+
sandbox.scope = sandboxScopeFromPerSession(rawPerSession);
|
|
705
|
+
changes.push(`Moved ${pathLabel}.perSession → ${pathLabel}.scope (${String(sandbox.scope)}).`);
|
|
706
|
+
} else changes.push(`Removed ${pathLabel}.perSession (${pathLabel}.scope already set).`);
|
|
707
|
+
delete sandbox.perSession;
|
|
708
|
+
}
|
|
709
|
+
function removeLegacyAgentRuntimePolicy(container, pathLabel, changes) {
|
|
710
|
+
if (getRecord(container.embeddedHarness) !== null) {
|
|
711
|
+
delete container.embeddedHarness;
|
|
712
|
+
changes.push(`Removed ${pathLabel}.embeddedHarness; runtime is now provider/model scoped.`);
|
|
713
|
+
}
|
|
714
|
+
if (getRecord(container.agentRuntime) !== null) {
|
|
715
|
+
preserveLegacyWholeAgentRuntimePolicy(container, pathLabel, changes);
|
|
716
|
+
delete container.agentRuntime;
|
|
717
|
+
changes.push(`Removed ${pathLabel}.agentRuntime; runtime is now provider/model scoped.`);
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
function resolveLegacyAgentRuntimeIntent(raw) {
|
|
721
|
+
const record = getRecord(raw);
|
|
722
|
+
if (!record) return;
|
|
723
|
+
const runtime = typeof record.id === "string" ? record.id.trim().toLowerCase() : "";
|
|
724
|
+
if (!runtime || runtime === "auto" || runtime === "pi") return;
|
|
725
|
+
const alias = listLegacyRuntimeModelProviderAliases().find((entry) => entry.cli && normalizeProviderId(entry.runtime) === runtime);
|
|
726
|
+
return alias ? {
|
|
727
|
+
provider: alias.provider,
|
|
728
|
+
runtime: alias.runtime
|
|
729
|
+
} : void 0;
|
|
730
|
+
}
|
|
731
|
+
function selectedCanonicalModelRefsForRuntimePolicy(rawModel, provider) {
|
|
732
|
+
const refs = [];
|
|
733
|
+
const addRef = (rawRef) => {
|
|
734
|
+
if (typeof rawRef !== "string") return;
|
|
735
|
+
const trimmed = rawRef.trim();
|
|
736
|
+
const slash = trimmed.indexOf("/");
|
|
737
|
+
if (slash <= 0 || slash >= trimmed.length - 1) return;
|
|
738
|
+
if (normalizeProviderId(trimmed.slice(0, slash)) !== normalizeProviderId(provider)) return;
|
|
739
|
+
refs.push(trimmed);
|
|
740
|
+
};
|
|
741
|
+
if (typeof rawModel === "string") {
|
|
742
|
+
addRef(rawModel);
|
|
743
|
+
return refs;
|
|
744
|
+
}
|
|
745
|
+
const model = getRecord(rawModel);
|
|
746
|
+
if (!model) return refs;
|
|
747
|
+
addRef(model.primary);
|
|
748
|
+
if (Array.isArray(model.fallbacks)) for (const fallback of model.fallbacks) addRef(fallback);
|
|
749
|
+
return refs;
|
|
750
|
+
}
|
|
751
|
+
function modelEntryWithRuntimePolicy(entry, runtime) {
|
|
752
|
+
const base = getRecord(entry) ? { ...entry } : {};
|
|
753
|
+
const currentRuntime = getRecord(base.agentRuntime);
|
|
754
|
+
const currentRuntimeId = typeof currentRuntime?.id === "string" ? currentRuntime.id.trim().toLowerCase() : "";
|
|
755
|
+
if (currentRuntimeId && currentRuntimeId !== "auto") return {
|
|
756
|
+
changed: false,
|
|
757
|
+
entry: base
|
|
758
|
+
};
|
|
759
|
+
base.agentRuntime = {
|
|
760
|
+
...currentRuntime,
|
|
761
|
+
id: runtime
|
|
762
|
+
};
|
|
763
|
+
return {
|
|
764
|
+
changed: true,
|
|
765
|
+
entry: base
|
|
766
|
+
};
|
|
767
|
+
}
|
|
768
|
+
function preserveLegacyWholeAgentRuntimePolicy(container, pathLabel, changes) {
|
|
769
|
+
const intent = resolveLegacyAgentRuntimeIntent(container.agentRuntime);
|
|
770
|
+
if (!intent) return;
|
|
771
|
+
const selectedRefs = selectedCanonicalModelRefsForRuntimePolicy(container.model, intent.provider);
|
|
772
|
+
if (selectedRefs.length === 0) return;
|
|
773
|
+
const currentModels = getRecord(container.models);
|
|
774
|
+
const nextModels = currentModels ? { ...currentModels } : {};
|
|
775
|
+
let changed = false;
|
|
776
|
+
for (const ref of selectedRefs) {
|
|
777
|
+
const updated = modelEntryWithRuntimePolicy(nextModels[ref], intent.runtime);
|
|
778
|
+
if (!updated.changed) continue;
|
|
779
|
+
nextModels[ref] = updated.entry;
|
|
780
|
+
changed = true;
|
|
781
|
+
}
|
|
782
|
+
if (!changed) return;
|
|
783
|
+
container.models = nextModels;
|
|
784
|
+
changes.push(`Moved ${pathLabel}.agentRuntime.id ${intent.runtime} to matching ${intent.provider} model runtime policy.`);
|
|
785
|
+
}
|
|
786
|
+
function removeIgnoredAgentModelTimeout(model, pathLabel, changes) {
|
|
787
|
+
const modelRecord = getRecord(model);
|
|
788
|
+
if (!modelRecord || !Object.prototype.hasOwnProperty.call(modelRecord, "timeoutMs")) return;
|
|
789
|
+
delete modelRecord.timeoutMs;
|
|
790
|
+
changes.push(`Removed ${pathLabel}.timeoutMs; agent model config only selects models.`);
|
|
791
|
+
}
|
|
792
|
+
function hasOwnRecordProperty(value, key) {
|
|
793
|
+
const record = getRecord(value);
|
|
794
|
+
return Boolean(record && Object.prototype.hasOwnProperty.call(record, key));
|
|
795
|
+
}
|
|
796
|
+
function hasSurfaceSilentReplyRewrite(value) {
|
|
797
|
+
const surfaces = getRecord(value);
|
|
798
|
+
if (!surfaces) return false;
|
|
799
|
+
return Object.entries(surfaces).some(([surfaceId, surface]) => !isBlockedObjectKey(surfaceId) && hasOwnRecordProperty(surface, "silentReplyRewrite"));
|
|
800
|
+
}
|
|
801
|
+
function hasSurfaceSilentReplyDirect(value) {
|
|
802
|
+
const surfaces = getRecord(value);
|
|
803
|
+
if (!surfaces) return false;
|
|
804
|
+
return Object.values(surfaces).some((surface) => Object.prototype.hasOwnProperty.call(getRecord(getRecord(surface)?.silentReply) ?? {}, "direct"));
|
|
805
|
+
}
|
|
806
|
+
function removeLegacySilentReplyConfig(raw, changes) {
|
|
807
|
+
const defaults = getRecord(getRecord(raw.agents)?.defaults);
|
|
808
|
+
const defaultSilentReply = getRecord(defaults?.silentReply);
|
|
809
|
+
if (defaultSilentReply && Object.prototype.hasOwnProperty.call(defaultSilentReply, "direct")) {
|
|
810
|
+
delete defaultSilentReply.direct;
|
|
811
|
+
changes.push("Removed agents.defaults.silentReply.direct; direct chats never use NO_REPLY.");
|
|
812
|
+
}
|
|
813
|
+
if (defaults && hasOwnRecordProperty(defaults, "silentReplyRewrite")) {
|
|
814
|
+
delete defaults.silentReplyRewrite;
|
|
815
|
+
changes.push("Removed agents.defaults.silentReplyRewrite.");
|
|
816
|
+
}
|
|
817
|
+
const surfaces = getRecord(raw.surfaces);
|
|
818
|
+
if (!surfaces) return;
|
|
819
|
+
for (const [surfaceId, surfaceValue] of Object.entries(surfaces)) {
|
|
820
|
+
if (isBlockedObjectKey(surfaceId)) continue;
|
|
821
|
+
const surface = getRecord(surfaceValue);
|
|
822
|
+
if (!surface) continue;
|
|
823
|
+
const silentReply = getRecord(surface.silentReply);
|
|
824
|
+
if (silentReply && Object.prototype.hasOwnProperty.call(silentReply, "direct")) {
|
|
825
|
+
delete silentReply.direct;
|
|
826
|
+
changes.push(`Removed surfaces.${surfaceId}.silentReply.direct; direct chats never use NO_REPLY.`);
|
|
827
|
+
}
|
|
828
|
+
if (hasOwnRecordProperty(surface, "silentReplyRewrite")) {
|
|
829
|
+
delete surface.silentReplyRewrite;
|
|
830
|
+
changes.push(`Removed surfaces.${surfaceId}.silentReplyRewrite.`);
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
const LEGACY_CONFIG_MIGRATIONS_RUNTIME_AGENTS = [
|
|
835
|
+
defineLegacyConfigMigration({
|
|
836
|
+
id: "silentReplyRewrite-removed",
|
|
837
|
+
describe: "Remove legacy silent reply rewrite and direct-chat silent reply config",
|
|
838
|
+
legacyRules: SILENT_REPLY_LEGACY_RULES,
|
|
839
|
+
apply: removeLegacySilentReplyConfig
|
|
840
|
+
}),
|
|
841
|
+
defineLegacyConfigMigration({
|
|
842
|
+
id: "agents.defaults.llm->models.providers.timeoutSeconds",
|
|
843
|
+
describe: "Remove legacy agents.defaults.llm timeout config",
|
|
844
|
+
legacyRules: LEGACY_AGENT_LLM_TIMEOUT_RULES,
|
|
845
|
+
apply: (raw, changes) => {
|
|
846
|
+
const defaults = getRecord(getRecord(raw.agents)?.defaults);
|
|
847
|
+
if (!defaults || getRecord(defaults.llm) === null) return;
|
|
848
|
+
delete defaults.llm;
|
|
849
|
+
changes.push("Removed agents.defaults.llm; model idle timeout now follows models.providers.<id>.timeoutSeconds within the agent/run timeout ceiling.");
|
|
850
|
+
}
|
|
851
|
+
}),
|
|
852
|
+
defineLegacyConfigMigration({
|
|
853
|
+
id: "agents.model.timeoutMs-ignored",
|
|
854
|
+
describe: "Remove ignored timeoutMs keys from agent model selection config",
|
|
855
|
+
legacyRules: IGNORED_AGENT_MODEL_TIMEOUT_RULES,
|
|
856
|
+
apply: (raw, changes) => {
|
|
857
|
+
const agents = getRecord(raw.agents);
|
|
858
|
+
const defaults = getRecord(agents?.defaults);
|
|
859
|
+
if (defaults) {
|
|
860
|
+
removeIgnoredAgentModelTimeout(defaults.model, "agents.defaults.model", changes);
|
|
861
|
+
removeIgnoredAgentModelTimeout(getRecord(defaults.subagents)?.model, "agents.defaults.subagents.model", changes);
|
|
862
|
+
}
|
|
863
|
+
if (!Array.isArray(agents?.list)) return;
|
|
864
|
+
for (const [index, agent] of agents.list.entries()) {
|
|
865
|
+
const agentRecord = getRecord(agent);
|
|
866
|
+
if (!agentRecord) continue;
|
|
867
|
+
removeIgnoredAgentModelTimeout(agentRecord.model, `agents.list.${index}.model`, changes);
|
|
868
|
+
removeIgnoredAgentModelTimeout(getRecord(agentRecord.subagents)?.model, `agents.list.${index}.subagents.model`, changes);
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
}),
|
|
872
|
+
defineLegacyConfigMigration({
|
|
873
|
+
id: "agents.agentRuntime-ignored",
|
|
874
|
+
describe: "Remove ignored agent-wide runtime policy",
|
|
875
|
+
legacyRules: LEGACY_AGENT_RUNTIME_POLICY_RULES,
|
|
876
|
+
apply: (raw, changes) => {
|
|
877
|
+
const agents = getRecord(raw.agents);
|
|
878
|
+
const defaults = getRecord(agents?.defaults);
|
|
879
|
+
if (defaults) removeLegacyAgentRuntimePolicy(defaults, "agents.defaults", changes);
|
|
880
|
+
if (!Array.isArray(agents?.list)) return;
|
|
881
|
+
for (const [index, agent] of agents.list.entries()) {
|
|
882
|
+
const agentRecord = getRecord(agent);
|
|
883
|
+
if (!agentRecord) continue;
|
|
884
|
+
removeLegacyAgentRuntimePolicy(agentRecord, `agents.list.${index}`, changes);
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
}),
|
|
888
|
+
defineLegacyConfigMigration({
|
|
889
|
+
id: "agents.sandbox.perSession->scope",
|
|
890
|
+
describe: "Move legacy agent sandbox perSession aliases to sandbox.scope",
|
|
891
|
+
legacyRules: LEGACY_SANDBOX_SCOPE_RULES,
|
|
892
|
+
apply: (raw, changes) => {
|
|
893
|
+
const agents = getRecord(raw.agents);
|
|
894
|
+
const defaultSandbox = getRecord(getRecord(agents?.defaults)?.sandbox);
|
|
895
|
+
if (defaultSandbox) migrateLegacySandboxPerSession(defaultSandbox, "agents.defaults.sandbox", changes);
|
|
896
|
+
if (!Array.isArray(agents?.list)) return;
|
|
897
|
+
for (const [index, agent] of agents.list.entries()) {
|
|
898
|
+
const sandbox = getRecord(getRecord(agent)?.sandbox);
|
|
899
|
+
if (!sandbox) continue;
|
|
900
|
+
migrateLegacySandboxPerSession(sandbox, `agents.list.${index}.sandbox`, changes);
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
}),
|
|
904
|
+
defineLegacyConfigMigration({
|
|
905
|
+
id: "memorySearch->agents.defaults.memorySearch",
|
|
906
|
+
describe: "Move top-level memorySearch to agents.defaults.memorySearch",
|
|
907
|
+
legacyRules: [MEMORY_SEARCH_RULE],
|
|
908
|
+
apply: (raw, changes) => {
|
|
909
|
+
const legacyMemorySearch = getRecord(raw.memorySearch);
|
|
910
|
+
if (!legacyMemorySearch) return;
|
|
911
|
+
mergeLegacyIntoDefaults({
|
|
912
|
+
raw,
|
|
913
|
+
rootKey: "agents",
|
|
914
|
+
fieldKey: "memorySearch",
|
|
915
|
+
legacyValue: legacyMemorySearch,
|
|
916
|
+
changes,
|
|
917
|
+
movedMessage: "Moved memorySearch → agents.defaults.memorySearch.",
|
|
918
|
+
mergedMessage: "Merged memorySearch → agents.defaults.memorySearch (filled missing fields from legacy; kept explicit agents.defaults values)."
|
|
919
|
+
});
|
|
920
|
+
delete raw.memorySearch;
|
|
921
|
+
}
|
|
922
|
+
}),
|
|
923
|
+
defineLegacyConfigMigration({
|
|
924
|
+
id: "heartbeat->agents.defaults.heartbeat",
|
|
925
|
+
describe: "Move top-level heartbeat to agents.defaults.heartbeat/channels.defaults.heartbeat",
|
|
926
|
+
legacyRules: [HEARTBEAT_RULE],
|
|
927
|
+
apply: (raw, changes) => {
|
|
928
|
+
const legacyHeartbeat = getRecord(raw.heartbeat);
|
|
929
|
+
if (!legacyHeartbeat) return;
|
|
930
|
+
const { agentHeartbeat, channelHeartbeat } = splitLegacyHeartbeat(legacyHeartbeat);
|
|
931
|
+
if (agentHeartbeat) mergeLegacyIntoDefaults({
|
|
932
|
+
raw,
|
|
933
|
+
rootKey: "agents",
|
|
934
|
+
fieldKey: "heartbeat",
|
|
935
|
+
legacyValue: agentHeartbeat,
|
|
936
|
+
changes,
|
|
937
|
+
movedMessage: "Moved heartbeat → agents.defaults.heartbeat.",
|
|
938
|
+
mergedMessage: "Merged heartbeat → agents.defaults.heartbeat (filled missing fields from legacy; kept explicit agents.defaults values)."
|
|
939
|
+
});
|
|
940
|
+
if (channelHeartbeat) mergeLegacyIntoDefaults({
|
|
941
|
+
raw,
|
|
942
|
+
rootKey: "channels",
|
|
943
|
+
fieldKey: "heartbeat",
|
|
944
|
+
legacyValue: channelHeartbeat,
|
|
945
|
+
changes,
|
|
946
|
+
movedMessage: "Moved heartbeat visibility → channels.defaults.heartbeat.",
|
|
947
|
+
mergedMessage: "Merged heartbeat visibility → channels.defaults.heartbeat (filled missing fields from legacy; kept explicit channels.defaults values)."
|
|
948
|
+
});
|
|
949
|
+
if (!agentHeartbeat && !channelHeartbeat) changes.push("Removed empty top-level heartbeat.");
|
|
950
|
+
delete raw.heartbeat;
|
|
951
|
+
}
|
|
952
|
+
})
|
|
953
|
+
];
|
|
954
|
+
function isLegacyMemoryPressureBundleConfig(value) {
|
|
955
|
+
return typeof value === "boolean" || getRecord(value) !== null;
|
|
956
|
+
}
|
|
957
|
+
const LEGACY_CONFIG_MIGRATIONS_RUNTIME_DIAGNOSTICS = [defineLegacyConfigMigration({
|
|
958
|
+
id: "diagnostics.memoryPressureBundle->memoryPressureSnapshot",
|
|
959
|
+
describe: "Move diagnostics.memoryPressureBundle to diagnostics.memoryPressureSnapshot",
|
|
960
|
+
legacyRules: [{
|
|
961
|
+
path: ["diagnostics", "memoryPressureBundle"],
|
|
962
|
+
message: 'diagnostics.memoryPressureBundle was renamed; use diagnostics.memoryPressureSnapshot instead. Run "openclaw doctor --fix".',
|
|
963
|
+
match: isLegacyMemoryPressureBundleConfig,
|
|
964
|
+
requireSourceLiteral: true
|
|
965
|
+
}],
|
|
966
|
+
apply: (raw, changes) => {
|
|
967
|
+
const diagnostics = getRecord(raw.diagnostics);
|
|
968
|
+
if (!diagnostics || !isLegacyMemoryPressureBundleConfig(diagnostics.memoryPressureBundle)) return;
|
|
969
|
+
if (Object.prototype.hasOwnProperty.call(diagnostics, "memoryPressureSnapshot")) {
|
|
970
|
+
delete diagnostics.memoryPressureBundle;
|
|
971
|
+
changes.push("Removed diagnostics.memoryPressureBundle (memoryPressureSnapshot already set).");
|
|
972
|
+
return;
|
|
973
|
+
}
|
|
974
|
+
const legacy = getRecord(diagnostics.memoryPressureBundle);
|
|
975
|
+
diagnostics.memoryPressureSnapshot = typeof diagnostics.memoryPressureBundle === "boolean" ? diagnostics.memoryPressureBundle : legacy?.enabled !== false;
|
|
976
|
+
delete diagnostics.memoryPressureBundle;
|
|
977
|
+
changes.push("Moved diagnostics.memoryPressureBundle → memoryPressureSnapshot.");
|
|
978
|
+
}
|
|
979
|
+
})];
|
|
980
|
+
const GATEWAY_BIND_RULE = {
|
|
981
|
+
path: ["gateway", "bind"],
|
|
982
|
+
message: 'gateway.bind host aliases (for example 0.0.0.0/localhost) are legacy; use bind modes (lan/loopback/custom/tailnet/auto) instead. Run "openclaw doctor --fix".',
|
|
983
|
+
match: (value) => isLegacyGatewayBindHostAlias(value),
|
|
984
|
+
requireSourceLiteral: true
|
|
985
|
+
};
|
|
986
|
+
function isLegacyGatewayBindHostAlias(value) {
|
|
987
|
+
return normalizeLegacyGatewayBindHostAlias(value) !== null;
|
|
988
|
+
}
|
|
989
|
+
function normalizeLegacyGatewayBindHostAlias(value) {
|
|
990
|
+
const normalized = normalizeOptionalLowercaseString(value);
|
|
991
|
+
if (!normalized) return null;
|
|
992
|
+
if (normalized === "auto" || normalized === "loopback" || normalized === "lan" || normalized === "tailnet" || normalized === "custom") return null;
|
|
993
|
+
if (normalized === "0.0.0.0" || normalized === "::" || normalized === "[::]" || normalized === "*") return "lan";
|
|
994
|
+
if (normalized === "127.0.0.1" || normalized === "localhost" || normalized === "::1" || normalized === "[::1]") return "loopback";
|
|
995
|
+
return null;
|
|
996
|
+
}
|
|
997
|
+
function escapeControlForLog(value) {
|
|
998
|
+
return value.replace(/\r/g, "\\r").replace(/\n/g, "\\n").replace(/\t/g, "\\t");
|
|
999
|
+
}
|
|
1000
|
+
const LEGACY_CONFIG_MIGRATIONS_RUNTIME_GATEWAY = [defineLegacyConfigMigration({
|
|
1001
|
+
id: "gateway.controlUi.allowedOrigins-seed-for-non-loopback",
|
|
1002
|
+
describe: "Seed gateway.controlUi.allowedOrigins for existing non-loopback gateway installs",
|
|
1003
|
+
apply: (raw, changes) => {
|
|
1004
|
+
const gateway = getRecord(raw.gateway);
|
|
1005
|
+
if (!gateway) return;
|
|
1006
|
+
const bind = normalizeLegacyGatewayBindHostAlias(gateway.bind) ?? gateway.bind;
|
|
1007
|
+
if (!isGatewayNonLoopbackBindMode(bind)) return;
|
|
1008
|
+
const controlUi = getRecord(gateway.controlUi) ?? {};
|
|
1009
|
+
if (hasConfiguredControlUiAllowedOrigins({
|
|
1010
|
+
allowedOrigins: controlUi.allowedOrigins,
|
|
1011
|
+
dangerouslyAllowHostHeaderOriginFallback: controlUi.dangerouslyAllowHostHeaderOriginFallback
|
|
1012
|
+
})) return;
|
|
1013
|
+
const origins = buildDefaultControlUiAllowedOrigins({
|
|
1014
|
+
port: resolveGatewayPortWithDefault(gateway.port, DEFAULT_GATEWAY_PORT),
|
|
1015
|
+
bind,
|
|
1016
|
+
customBindHost: typeof gateway.customBindHost === "string" ? gateway.customBindHost : void 0
|
|
1017
|
+
});
|
|
1018
|
+
gateway.controlUi = {
|
|
1019
|
+
...controlUi,
|
|
1020
|
+
allowedOrigins: origins
|
|
1021
|
+
};
|
|
1022
|
+
raw.gateway = gateway;
|
|
1023
|
+
changes.push(`Seeded gateway.controlUi.allowedOrigins ${JSON.stringify(origins)} for bind=${bind}. Required since v2026.2.26. Add other machine origins to gateway.controlUi.allowedOrigins if needed.`);
|
|
1024
|
+
}
|
|
1025
|
+
}), defineLegacyConfigMigration({
|
|
1026
|
+
id: "gateway.bind.host-alias->bind-mode",
|
|
1027
|
+
describe: "Normalize gateway.bind host aliases to supported bind modes",
|
|
1028
|
+
legacyRules: [GATEWAY_BIND_RULE],
|
|
1029
|
+
apply: (raw, changes) => {
|
|
1030
|
+
const gateway = getRecord(raw.gateway);
|
|
1031
|
+
if (!gateway) return;
|
|
1032
|
+
const bindRaw = gateway.bind;
|
|
1033
|
+
if (typeof bindRaw !== "string") return;
|
|
1034
|
+
const normalized = normalizeOptionalLowercaseString(bindRaw);
|
|
1035
|
+
if (!normalized) return;
|
|
1036
|
+
const mapped = normalizeLegacyGatewayBindHostAlias(bindRaw);
|
|
1037
|
+
if (!mapped || normalized === mapped) return;
|
|
1038
|
+
gateway.bind = mapped;
|
|
1039
|
+
raw.gateway = gateway;
|
|
1040
|
+
changes.push(`Normalized gateway.bind "${escapeControlForLog(bindRaw)}" → "${mapped}".`);
|
|
1041
|
+
}
|
|
1042
|
+
})];
|
|
1043
|
+
const LEGACY_CONFIG_MIGRATIONS_RUNTIME_MCP = [defineLegacyConfigMigration({
|
|
1044
|
+
id: "mcp.servers.type->transport",
|
|
1045
|
+
describe: "Move CLI-native MCP server type aliases to OpenClaw transport",
|
|
1046
|
+
legacyRules: [{
|
|
1047
|
+
path: ["mcp", "servers"],
|
|
1048
|
+
message: 'mcp.servers entries use OpenClaw transport names; CLI-native type aliases are legacy here. Run "openclaw doctor --fix".',
|
|
1049
|
+
match: (value) => isRecord(value) && Object.values(value).some((server) => isRecord(server) && isKnownCliMcpTypeAlias(server.type))
|
|
1050
|
+
}],
|
|
1051
|
+
apply: (raw, changes) => {
|
|
1052
|
+
const mcp = isRecord(raw.mcp) ? raw.mcp : void 0;
|
|
1053
|
+
const servers = isRecord(mcp?.servers) ? mcp?.servers : void 0;
|
|
1054
|
+
if (!servers) return;
|
|
1055
|
+
for (const [serverName, rawServer] of Object.entries(servers)) {
|
|
1056
|
+
if (!isRecord(rawServer) || !isKnownCliMcpTypeAlias(rawServer.type)) continue;
|
|
1057
|
+
const rawType = typeof rawServer.type === "string" ? rawServer.type : "";
|
|
1058
|
+
const alias = resolveOpenClawMcpTransportAlias(rawServer.type);
|
|
1059
|
+
if (typeof rawServer.transport !== "string" && alias) {
|
|
1060
|
+
rawServer.transport = alias;
|
|
1061
|
+
changes.push(`Moved mcp.servers.${serverName}.type "${rawType}" → transport "${alias}".`);
|
|
1062
|
+
} else if (typeof rawServer.transport === "string") changes.push(`Removed mcp.servers.${serverName}.type (transport "${rawServer.transport}" already set).`);
|
|
1063
|
+
else changes.push(`Removed mcp.servers.${serverName}.type "${rawType}".`);
|
|
1064
|
+
delete rawServer.type;
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
})];
|
|
1068
|
+
function hasInvalidThinkingFormat(providers) {
|
|
1069
|
+
const providersRecord = getRecord(providers);
|
|
1070
|
+
if (!providersRecord) return false;
|
|
1071
|
+
for (const provider of Object.values(providersRecord)) {
|
|
1072
|
+
const models = getRecord(provider)?.models;
|
|
1073
|
+
if (!Array.isArray(models)) continue;
|
|
1074
|
+
for (const model of models) {
|
|
1075
|
+
const thinkingFormat = getRecord(getRecord(model)?.compat)?.thinkingFormat;
|
|
1076
|
+
if (typeof thinkingFormat === "string" && !isModelThinkingFormat(thinkingFormat)) return true;
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
return false;
|
|
1080
|
+
}
|
|
1081
|
+
const LEGACY_CONFIG_MIGRATIONS_RUNTIME_MODELS = [defineLegacyConfigMigration({
|
|
1082
|
+
id: "models.providers.*.models.*.compat.thinkingFormat-invalid",
|
|
1083
|
+
describe: "Remove unrecognized compat.thinkingFormat values from provider model entries",
|
|
1084
|
+
legacyRules: [{
|
|
1085
|
+
path: ["models", "providers"],
|
|
1086
|
+
message: 'models.providers.<id>.models[*].compat.thinkingFormat has an unrecognized value; run "openclaw doctor --fix" to remove it and restore the runtime default.',
|
|
1087
|
+
match: (value) => hasInvalidThinkingFormat(value)
|
|
1088
|
+
}],
|
|
1089
|
+
apply: (raw, changes) => {
|
|
1090
|
+
const providers = getRecord(getRecord(raw.models)?.providers);
|
|
1091
|
+
if (!providers) return;
|
|
1092
|
+
for (const [providerId, provider] of Object.entries(providers)) {
|
|
1093
|
+
const models = getRecord(provider)?.models;
|
|
1094
|
+
if (!Array.isArray(models)) continue;
|
|
1095
|
+
for (const [index, model] of models.entries()) {
|
|
1096
|
+
const compat = getRecord(getRecord(model)?.compat);
|
|
1097
|
+
if (!compat) continue;
|
|
1098
|
+
const thinkingFormat = compat.thinkingFormat;
|
|
1099
|
+
if (typeof thinkingFormat !== "string" || isModelThinkingFormat(thinkingFormat)) continue;
|
|
1100
|
+
delete compat.thinkingFormat;
|
|
1101
|
+
changes.push(`Removed models.providers.${providerId}.models.${index}.compat.thinkingFormat (unrecognized value ${JSON.stringify(thinkingFormat)}; runtime default applies).`);
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
})];
|
|
1106
|
+
const XAI_PLUGIN_ID = "xai";
|
|
1107
|
+
const X_SEARCH_LEGACY_PATH = "tools.web.x_search";
|
|
1108
|
+
const XAI_WEB_SEARCH_PLUGIN_KEY_PATH = `plugins.entries.${XAI_PLUGIN_ID}.config.webSearch.apiKey`;
|
|
1109
|
+
function cloneRecord(value) {
|
|
1110
|
+
if (!value) return value;
|
|
1111
|
+
return { ...value };
|
|
1112
|
+
}
|
|
1113
|
+
function ensureRecord(target, key) {
|
|
1114
|
+
const current = target[key];
|
|
1115
|
+
if (isRecord(current)) return current;
|
|
1116
|
+
const next = {};
|
|
1117
|
+
target[key] = next;
|
|
1118
|
+
return next;
|
|
1119
|
+
}
|
|
1120
|
+
function resolveLegacyXSearchConfig(raw) {
|
|
1121
|
+
if (!isRecord(raw)) return;
|
|
1122
|
+
const tools = isRecord(raw.tools) ? raw.tools : void 0;
|
|
1123
|
+
const web = isRecord(tools?.web) ? tools.web : void 0;
|
|
1124
|
+
return isRecord(web?.x_search) ? web.x_search : void 0;
|
|
1125
|
+
}
|
|
1126
|
+
function resolveLegacyXSearchAuth(legacy) {
|
|
1127
|
+
return legacy.apiKey;
|
|
1128
|
+
}
|
|
1129
|
+
function migrateLegacyXSearchConfig(raw) {
|
|
1130
|
+
if (!isRecord(raw)) return {
|
|
1131
|
+
config: raw,
|
|
1132
|
+
changes: []
|
|
1133
|
+
};
|
|
1134
|
+
const legacy = resolveLegacyXSearchConfig(raw);
|
|
1135
|
+
if (!legacy || !Object.prototype.hasOwnProperty.call(legacy, "apiKey")) return {
|
|
1136
|
+
config: raw,
|
|
1137
|
+
changes: []
|
|
1138
|
+
};
|
|
1139
|
+
const nextRoot = structuredClone(raw);
|
|
1140
|
+
const web = ensureRecord(ensureRecord(nextRoot, "tools"), "web");
|
|
1141
|
+
const nextLegacy = cloneRecord(legacy) ?? {};
|
|
1142
|
+
delete nextLegacy.apiKey;
|
|
1143
|
+
if (Object.keys(nextLegacy).length === 0) delete web.x_search;
|
|
1144
|
+
else web.x_search = nextLegacy;
|
|
1145
|
+
const entry = ensureRecord(ensureRecord(ensureRecord(nextRoot, "plugins"), "entries"), XAI_PLUGIN_ID);
|
|
1146
|
+
const hadEnabled = entry.enabled !== void 0;
|
|
1147
|
+
if (!hadEnabled) entry.enabled = true;
|
|
1148
|
+
const config = ensureRecord(entry, "config");
|
|
1149
|
+
const auth = resolveLegacyXSearchAuth(legacy);
|
|
1150
|
+
const changes = [];
|
|
1151
|
+
if (auth !== void 0) {
|
|
1152
|
+
const existingWebSearch = isRecord(config.webSearch) ? cloneRecord(config.webSearch) : void 0;
|
|
1153
|
+
if (!existingWebSearch) {
|
|
1154
|
+
config.webSearch = { apiKey: auth };
|
|
1155
|
+
changes.push(`Moved ${X_SEARCH_LEGACY_PATH}.apiKey → ${XAI_WEB_SEARCH_PLUGIN_KEY_PATH}.`);
|
|
1156
|
+
} else if (!Object.prototype.hasOwnProperty.call(existingWebSearch, "apiKey")) {
|
|
1157
|
+
existingWebSearch.apiKey = auth;
|
|
1158
|
+
config.webSearch = existingWebSearch;
|
|
1159
|
+
changes.push(`Merged ${X_SEARCH_LEGACY_PATH}.apiKey → ${XAI_WEB_SEARCH_PLUGIN_KEY_PATH} (filled missing plugin auth).`);
|
|
1160
|
+
} else changes.push(`Removed ${X_SEARCH_LEGACY_PATH}.apiKey (${XAI_WEB_SEARCH_PLUGIN_KEY_PATH} already set).`);
|
|
1161
|
+
}
|
|
1162
|
+
if (auth !== void 0 && Object.keys(nextLegacy).length === 0 && !hadEnabled) changes.push(`Removed empty ${X_SEARCH_LEGACY_PATH}.`);
|
|
1163
|
+
return {
|
|
1164
|
+
config: nextRoot,
|
|
1165
|
+
changes
|
|
1166
|
+
};
|
|
1167
|
+
}
|
|
1168
|
+
const LEGACY_CONFIG_MIGRATIONS_RUNTIME_PROVIDERS = [defineLegacyConfigMigration({
|
|
1169
|
+
id: "plugins.allow->plugins.bundledDiscovery.compat",
|
|
1170
|
+
describe: "Preserve legacy bundled provider discovery for existing restrictive allowlists",
|
|
1171
|
+
legacyRules: [{
|
|
1172
|
+
path: ["plugins", "allow"],
|
|
1173
|
+
message: 'plugins.allow now gates bundled provider discovery by default; run "openclaw doctor --fix" to preserve legacy bundled provider compatibility as plugins.bundledDiscovery="compat", or set plugins.bundledDiscovery="allowlist" to keep the stricter behavior.',
|
|
1174
|
+
requireSourceLiteral: true,
|
|
1175
|
+
match: (value, root) => {
|
|
1176
|
+
if (!Array.isArray(value) || value.length === 0) return false;
|
|
1177
|
+
return (isRecord(root.plugins) ? root.plugins : void 0)?.bundledDiscovery === void 0;
|
|
1178
|
+
}
|
|
1179
|
+
}],
|
|
1180
|
+
apply: (raw, changes) => {
|
|
1181
|
+
const plugins = isRecord(raw.plugins) ? raw.plugins : void 0;
|
|
1182
|
+
if (!plugins || plugins.bundledDiscovery !== void 0) return;
|
|
1183
|
+
const allow = plugins.allow;
|
|
1184
|
+
if (!Array.isArray(allow) || allow.length === 0) return;
|
|
1185
|
+
plugins.bundledDiscovery = "compat";
|
|
1186
|
+
changes.push('Set plugins.bundledDiscovery="compat" to preserve legacy bundled provider discovery for this restrictive plugins.allow config.');
|
|
1187
|
+
}
|
|
1188
|
+
}), defineLegacyConfigMigration({
|
|
1189
|
+
id: "tools.web.x_search.apiKey->plugins.entries.xai.config.webSearch.apiKey",
|
|
1190
|
+
describe: "Move legacy x_search auth into the xAI plugin webSearch config",
|
|
1191
|
+
legacyRules: [{
|
|
1192
|
+
path: [
|
|
1193
|
+
"tools",
|
|
1194
|
+
"web",
|
|
1195
|
+
"x_search",
|
|
1196
|
+
"apiKey"
|
|
1197
|
+
],
|
|
1198
|
+
message: 'tools.web.x_search.apiKey moved to the xAI plugin; use plugins.entries.xai.config.webSearch.apiKey instead. Run "openclaw doctor --fix".'
|
|
1199
|
+
}],
|
|
1200
|
+
apply: (raw, changes) => {
|
|
1201
|
+
const migrated = migrateLegacyXSearchConfig(raw);
|
|
1202
|
+
if (!migrated.changes.length) return;
|
|
1203
|
+
for (const key of Object.keys(raw)) delete raw[key];
|
|
1204
|
+
Object.assign(raw, migrated.config);
|
|
1205
|
+
changes.push(...migrated.changes);
|
|
1206
|
+
}
|
|
1207
|
+
})];
|
|
1208
|
+
function hasLegacyRotateBytes(value) {
|
|
1209
|
+
const maintenance = getRecord(value);
|
|
1210
|
+
return Boolean(maintenance && Object.prototype.hasOwnProperty.call(maintenance, "rotateBytes"));
|
|
1211
|
+
}
|
|
1212
|
+
function hasLegacyParentForkMaxTokens(value) {
|
|
1213
|
+
const session = getRecord(value);
|
|
1214
|
+
return Boolean(session && Object.prototype.hasOwnProperty.call(session, "parentForkMaxTokens"));
|
|
1215
|
+
}
|
|
1216
|
+
const LEGACY_SESSION_MAINTENANCE_ROTATE_BYTES_RULE = {
|
|
1217
|
+
path: ["session", "maintenance"],
|
|
1218
|
+
message: 'session.maintenance.rotateBytes is deprecated and ignored; run "openclaw doctor --fix" to remove it.',
|
|
1219
|
+
match: hasLegacyRotateBytes
|
|
1220
|
+
};
|
|
1221
|
+
const LEGACY_SESSION_PARENT_FORK_MAX_TOKENS_RULE = {
|
|
1222
|
+
path: ["session"],
|
|
1223
|
+
message: 'session.parentForkMaxTokens was removed; parent fork sizing is automatic. Run "openclaw doctor --fix" to remove it.',
|
|
1224
|
+
match: hasLegacyParentForkMaxTokens
|
|
1225
|
+
};
|
|
1226
|
+
const LEGACY_CONFIG_MIGRATIONS_RUNTIME_SESSION = [defineLegacyConfigMigration({
|
|
1227
|
+
id: "session.maintenance.rotateBytes",
|
|
1228
|
+
describe: "Remove deprecated session.maintenance.rotateBytes",
|
|
1229
|
+
legacyRules: [LEGACY_SESSION_MAINTENANCE_ROTATE_BYTES_RULE],
|
|
1230
|
+
apply: (raw, changes) => {
|
|
1231
|
+
const maintenance = getRecord(getRecord(raw.session)?.maintenance);
|
|
1232
|
+
if (!maintenance || !Object.prototype.hasOwnProperty.call(maintenance, "rotateBytes")) return;
|
|
1233
|
+
delete maintenance.rotateBytes;
|
|
1234
|
+
changes.push("Removed deprecated session.maintenance.rotateBytes.");
|
|
1235
|
+
}
|
|
1236
|
+
}), defineLegacyConfigMigration({
|
|
1237
|
+
id: "session.parentForkMaxTokens",
|
|
1238
|
+
describe: "Remove legacy session.parentForkMaxTokens",
|
|
1239
|
+
legacyRules: [LEGACY_SESSION_PARENT_FORK_MAX_TOKENS_RULE],
|
|
1240
|
+
apply: (raw, changes) => {
|
|
1241
|
+
const session = getRecord(raw.session);
|
|
1242
|
+
if (!session || !Object.prototype.hasOwnProperty.call(session, "parentForkMaxTokens")) return;
|
|
1243
|
+
delete session.parentForkMaxTokens;
|
|
1244
|
+
changes.push("Removed session.parentForkMaxTokens; parent fork sizing is automatic.");
|
|
1245
|
+
}
|
|
1246
|
+
})];
|
|
1247
|
+
const LEGACY_TTS_PROVIDER_KEYS = [
|
|
1248
|
+
"openai",
|
|
1249
|
+
"elevenlabs",
|
|
1250
|
+
"microsoft",
|
|
1251
|
+
"edge"
|
|
1252
|
+
];
|
|
1253
|
+
const LEGACY_TTS_PLUGIN_IDS = /* @__PURE__ */ new Set(["voice-call"]);
|
|
1254
|
+
function isLegacyEdgeProviderId(value) {
|
|
1255
|
+
return typeof value === "string" && value.trim().toLowerCase() === "edge";
|
|
1256
|
+
}
|
|
1257
|
+
function hasLegacyTtsProviderKeys(value) {
|
|
1258
|
+
const tts = getRecord(value);
|
|
1259
|
+
if (!tts) return false;
|
|
1260
|
+
if (isLegacyEdgeProviderId(tts.provider)) return true;
|
|
1261
|
+
if (LEGACY_TTS_PROVIDER_KEYS.some((key) => Object.prototype.hasOwnProperty.call(tts, key))) return true;
|
|
1262
|
+
const providers = getRecord(tts.providers);
|
|
1263
|
+
return Boolean(providers && Object.prototype.hasOwnProperty.call(providers, "edge"));
|
|
1264
|
+
}
|
|
1265
|
+
function hasLegacyPluginEntryTtsProviderKeys(value) {
|
|
1266
|
+
const entries = getRecord(value);
|
|
1267
|
+
if (!entries) return false;
|
|
1268
|
+
return Object.entries(entries).some(([pluginId, entryValue]) => {
|
|
1269
|
+
if (isBlockedObjectKey(pluginId) || !LEGACY_TTS_PLUGIN_IDS.has(pluginId)) return false;
|
|
1270
|
+
return hasLegacyTtsProviderKeys(getRecord(getRecord(entryValue)?.config)?.tts);
|
|
1271
|
+
});
|
|
1272
|
+
}
|
|
1273
|
+
function hasLegacyTtsEnabled(value) {
|
|
1274
|
+
return typeof getRecord(value)?.enabled === "boolean";
|
|
1275
|
+
}
|
|
1276
|
+
function hasLegacyTtsEnabledInAgentLocations(value) {
|
|
1277
|
+
const agents = getRecord(value);
|
|
1278
|
+
if (hasLegacyTtsEnabled(getRecord(getRecord(agents?.defaults)?.tts))) return true;
|
|
1279
|
+
return (Array.isArray(agents?.list) ? agents.list : []).some((entry) => hasLegacyTtsEnabled(getRecord(getRecord(entry)?.tts)));
|
|
1280
|
+
}
|
|
1281
|
+
function hasLegacyTtsEnabledInChannelLocations(value) {
|
|
1282
|
+
const channels = getRecord(value);
|
|
1283
|
+
for (const [channelId, channelValue] of Object.entries(channels ?? {})) {
|
|
1284
|
+
if (isBlockedObjectKey(channelId)) continue;
|
|
1285
|
+
const channel = getRecord(channelValue);
|
|
1286
|
+
if (hasLegacyTtsEnabled(getRecord(channel?.tts))) return true;
|
|
1287
|
+
const accounts = getRecord(channel?.accounts);
|
|
1288
|
+
for (const [accountId, accountValue] of Object.entries(accounts ?? {})) {
|
|
1289
|
+
if (isBlockedObjectKey(accountId)) continue;
|
|
1290
|
+
if (hasLegacyTtsEnabled(getRecord(getRecord(accountValue)?.tts))) return true;
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
1293
|
+
return false;
|
|
1294
|
+
}
|
|
1295
|
+
function hasLegacyTtsEnabledInPluginLocations(value) {
|
|
1296
|
+
const entries = getRecord(value);
|
|
1297
|
+
if (!entries) return false;
|
|
1298
|
+
return Object.entries(entries).some(([pluginId, entryValue]) => {
|
|
1299
|
+
if (isBlockedObjectKey(pluginId) || !LEGACY_TTS_PLUGIN_IDS.has(pluginId)) return false;
|
|
1300
|
+
return hasLegacyTtsEnabled(getRecord(getRecord(getRecord(entryValue)?.config)?.tts));
|
|
1301
|
+
});
|
|
1302
|
+
}
|
|
1303
|
+
function getOrCreateTtsProviders(tts) {
|
|
1304
|
+
const providers = getRecord(tts.providers) ?? {};
|
|
1305
|
+
tts.providers = providers;
|
|
1306
|
+
return providers;
|
|
1307
|
+
}
|
|
1308
|
+
function mergeLegacyTtsProviderConfig(tts, legacyKey, providerId) {
|
|
1309
|
+
const legacyValue = getRecord(tts[legacyKey]);
|
|
1310
|
+
if (!legacyValue) return false;
|
|
1311
|
+
const providers = getOrCreateTtsProviders(tts);
|
|
1312
|
+
const existing = getRecord(providers[providerId]) ?? {};
|
|
1313
|
+
const merged = structuredClone(existing);
|
|
1314
|
+
mergeMissing(merged, legacyValue);
|
|
1315
|
+
providers[providerId] = merged;
|
|
1316
|
+
delete tts[legacyKey];
|
|
1317
|
+
return true;
|
|
1318
|
+
}
|
|
1319
|
+
function mergeLegacyTtsProviderAliasConfig(tts, aliasKey, providerId) {
|
|
1320
|
+
const providers = getRecord(tts.providers);
|
|
1321
|
+
const aliasValue = getRecord(providers?.[aliasKey]);
|
|
1322
|
+
if (!providers || !aliasValue) return false;
|
|
1323
|
+
const existing = getRecord(providers[providerId]) ?? {};
|
|
1324
|
+
const merged = structuredClone(existing);
|
|
1325
|
+
mergeMissing(merged, aliasValue);
|
|
1326
|
+
providers[providerId] = merged;
|
|
1327
|
+
delete providers[aliasKey];
|
|
1328
|
+
return true;
|
|
1329
|
+
}
|
|
1330
|
+
function migrateLegacyTtsConfig(tts, pathLabel, changes) {
|
|
1331
|
+
if (!tts) return;
|
|
1332
|
+
if (isLegacyEdgeProviderId(tts.provider)) {
|
|
1333
|
+
tts.provider = "microsoft";
|
|
1334
|
+
changes.push(`Moved ${pathLabel}.provider "edge" → "microsoft".`);
|
|
1335
|
+
}
|
|
1336
|
+
const movedOpenAI = mergeLegacyTtsProviderConfig(tts, "openai", "openai");
|
|
1337
|
+
const movedElevenLabs = mergeLegacyTtsProviderConfig(tts, "elevenlabs", "elevenlabs");
|
|
1338
|
+
const movedMicrosoft = mergeLegacyTtsProviderConfig(tts, "microsoft", "microsoft");
|
|
1339
|
+
const movedProviderEdge = mergeLegacyTtsProviderAliasConfig(tts, "edge", "microsoft");
|
|
1340
|
+
const movedEdge = mergeLegacyTtsProviderConfig(tts, "edge", "microsoft");
|
|
1341
|
+
if (movedOpenAI) changes.push(`Moved ${pathLabel}.openai → ${pathLabel}.providers.openai.`);
|
|
1342
|
+
if (movedElevenLabs) changes.push(`Moved ${pathLabel}.elevenlabs → ${pathLabel}.providers.elevenlabs.`);
|
|
1343
|
+
if (movedMicrosoft) changes.push(`Moved ${pathLabel}.microsoft → ${pathLabel}.providers.microsoft.`);
|
|
1344
|
+
if (movedProviderEdge) changes.push(`Moved ${pathLabel}.providers.edge → ${pathLabel}.providers.microsoft.`);
|
|
1345
|
+
if (movedEdge) changes.push(`Moved ${pathLabel}.edge → ${pathLabel}.providers.microsoft.`);
|
|
1346
|
+
}
|
|
1347
|
+
function migrateLegacyTtsEnabled(tts, pathLabel, changes) {
|
|
1348
|
+
if (!tts || typeof tts.enabled !== "boolean") return;
|
|
1349
|
+
const nextAuto = tts.enabled ? "always" : "off";
|
|
1350
|
+
delete tts.enabled;
|
|
1351
|
+
if (typeof tts.auto === "string" && tts.auto.trim()) {
|
|
1352
|
+
changes.push(`Removed ${pathLabel}.enabled because ${pathLabel}.auto is already set.`);
|
|
1353
|
+
return;
|
|
1354
|
+
}
|
|
1355
|
+
tts.auto = nextAuto;
|
|
1356
|
+
changes.push(`Moved ${pathLabel}.enabled → ${pathLabel}.auto "${nextAuto}".`);
|
|
1357
|
+
}
|
|
1358
|
+
function visitKnownTtsConfigLocations(raw, visit) {
|
|
1359
|
+
visit(getRecord(getRecord(raw.messages)?.tts), "messages.tts");
|
|
1360
|
+
const agents = getRecord(raw.agents);
|
|
1361
|
+
visit(getRecord(getRecord(agents?.defaults)?.tts), "agents.defaults.tts");
|
|
1362
|
+
(Array.isArray(agents?.list) ? agents.list : []).forEach((entry, index) => {
|
|
1363
|
+
visit(getRecord(getRecord(entry)?.tts), `agents.list[${index}].tts`);
|
|
1364
|
+
});
|
|
1365
|
+
const channels = getRecord(raw.channels);
|
|
1366
|
+
for (const [channelId, channelValue] of Object.entries(channels ?? {})) {
|
|
1367
|
+
if (isBlockedObjectKey(channelId)) continue;
|
|
1368
|
+
const channel = getRecord(channelValue);
|
|
1369
|
+
visit(getRecord(channel?.tts), `channels.${channelId}.tts`);
|
|
1370
|
+
const accounts = getRecord(channel?.accounts);
|
|
1371
|
+
for (const [accountId, accountValue] of Object.entries(accounts ?? {})) {
|
|
1372
|
+
if (isBlockedObjectKey(accountId)) continue;
|
|
1373
|
+
visit(getRecord(getRecord(accountValue)?.tts), `channels.${channelId}.accounts.${accountId}.tts`);
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
const pluginEntries = getRecord(getRecord(raw.plugins)?.entries);
|
|
1377
|
+
for (const [pluginId, entryValue] of Object.entries(pluginEntries ?? {})) {
|
|
1378
|
+
if (isBlockedObjectKey(pluginId) || !LEGACY_TTS_PLUGIN_IDS.has(pluginId)) continue;
|
|
1379
|
+
visit(getRecord(getRecord(getRecord(entryValue)?.config)?.tts), `plugins.entries.${pluginId}.config.tts`);
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
const LEGACY_CONFIG_MIGRATIONS_RUNTIME_TTS = [defineLegacyConfigMigration({
|
|
1383
|
+
id: "tts.providers-generic-shape",
|
|
1384
|
+
describe: "Move legacy bundled TTS config keys into messages.tts.providers",
|
|
1385
|
+
legacyRules: [{
|
|
1386
|
+
path: ["messages", "tts"],
|
|
1387
|
+
message: 'messages.tts legacy provider aliases/keys are legacy; use provider: "microsoft" and messages.tts.providers.<provider>. Run "openclaw doctor --fix".',
|
|
1388
|
+
match: (value) => hasLegacyTtsProviderKeys(value)
|
|
1389
|
+
}, {
|
|
1390
|
+
path: ["plugins", "entries"],
|
|
1391
|
+
message: 'plugins.entries.voice-call.config.tts legacy provider aliases/keys are legacy; use provider: "microsoft" and plugins.entries.voice-call.config.tts.providers.<provider>. Run "openclaw doctor --fix".',
|
|
1392
|
+
match: (value) => hasLegacyPluginEntryTtsProviderKeys(value)
|
|
1393
|
+
}],
|
|
1394
|
+
apply: (raw, changes) => {
|
|
1395
|
+
migrateLegacyTtsConfig(getRecord(getRecord(raw.messages)?.tts), "messages.tts", changes);
|
|
1396
|
+
const pluginEntries = getRecord(getRecord(raw.plugins)?.entries);
|
|
1397
|
+
if (!pluginEntries) return;
|
|
1398
|
+
for (const [pluginId, entryValue] of Object.entries(pluginEntries)) {
|
|
1399
|
+
if (isBlockedObjectKey(pluginId) || !LEGACY_TTS_PLUGIN_IDS.has(pluginId)) continue;
|
|
1400
|
+
migrateLegacyTtsConfig(getRecord(getRecord(getRecord(entryValue)?.config)?.tts), `plugins.entries.${pluginId}.config.tts`, changes);
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
}), defineLegacyConfigMigration({
|
|
1404
|
+
id: "tts.enabled-auto-mode",
|
|
1405
|
+
describe: "Move legacy TTS enabled toggles to auto mode",
|
|
1406
|
+
legacyRules: [
|
|
1407
|
+
{
|
|
1408
|
+
path: ["messages", "tts"],
|
|
1409
|
+
message: 'messages.tts.enabled is legacy; use messages.tts.auto. Run "openclaw doctor --fix".',
|
|
1410
|
+
match: (value) => hasLegacyTtsEnabled(value)
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
path: ["agents"],
|
|
1414
|
+
message: 'agents.*.tts.enabled is legacy; use agents.*.tts.auto. Run "openclaw doctor --fix".',
|
|
1415
|
+
match: (value) => hasLegacyTtsEnabledInAgentLocations(value)
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
path: ["channels"],
|
|
1419
|
+
message: 'channels.*.tts.enabled is legacy; use channels.*.tts.auto. Run "openclaw doctor --fix".',
|
|
1420
|
+
match: (value) => hasLegacyTtsEnabledInChannelLocations(value)
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
path: ["plugins", "entries"],
|
|
1424
|
+
message: 'plugins.entries.voice-call.config.tts.enabled is legacy; use plugins.entries.voice-call.config.tts.auto. Run "openclaw doctor --fix".',
|
|
1425
|
+
match: (value) => hasLegacyTtsEnabledInPluginLocations(value)
|
|
1426
|
+
}
|
|
1427
|
+
],
|
|
1428
|
+
apply: (raw, changes) => {
|
|
1429
|
+
visitKnownTtsConfigLocations(raw, (tts, pathLabel) => migrateLegacyTtsEnabled(tts, pathLabel, changes));
|
|
1430
|
+
}
|
|
1431
|
+
})];
|
|
1432
|
+
const LEGACY_CONFIG_MIGRATIONS_RUNTIME = [
|
|
1433
|
+
...LEGACY_CONFIG_MIGRATIONS_RUNTIME_AGENTS,
|
|
1434
|
+
...LEGACY_CONFIG_MIGRATIONS_RUNTIME_DIAGNOSTICS,
|
|
1435
|
+
...LEGACY_CONFIG_MIGRATIONS_RUNTIME_GATEWAY,
|
|
1436
|
+
...LEGACY_CONFIG_MIGRATIONS_RUNTIME_MCP,
|
|
1437
|
+
...LEGACY_CONFIG_MIGRATIONS_RUNTIME_MODELS,
|
|
1438
|
+
...LEGACY_CONFIG_MIGRATIONS_RUNTIME_PROVIDERS,
|
|
1439
|
+
...LEGACY_CONFIG_MIGRATIONS_RUNTIME_SESSION,
|
|
1440
|
+
...LEGACY_CONFIG_MIGRATIONS_RUNTIME_TTS
|
|
1441
|
+
];
|
|
1442
|
+
const DANGEROUS_RECORD_KEYS = /* @__PURE__ */ new Set([
|
|
1443
|
+
"__proto__",
|
|
1444
|
+
"prototype",
|
|
1445
|
+
"constructor"
|
|
1446
|
+
]);
|
|
1447
|
+
const BUNDLED_LEGACY_WEB_SEARCH_OWNERS = /* @__PURE__ */ new Map([
|
|
1448
|
+
["brave", "brave"],
|
|
1449
|
+
["duckduckgo", "duckduckgo"],
|
|
1450
|
+
["exa", "exa"],
|
|
1451
|
+
["firecrawl", "firecrawl"],
|
|
1452
|
+
["gemini", "google"],
|
|
1453
|
+
["grok", "xai"],
|
|
1454
|
+
["kimi", "moonshot"],
|
|
1455
|
+
["minimax", "minimax"],
|
|
1456
|
+
["ollama", "ollama"],
|
|
1457
|
+
["perplexity", "perplexity"],
|
|
1458
|
+
["searxng", "searxng"],
|
|
1459
|
+
["tavily", "tavily"]
|
|
1460
|
+
]);
|
|
1461
|
+
const NON_MIGRATED_LEGACY_WEB_SEARCH_PROVIDER_IDS = /* @__PURE__ */ new Set(["tavily"]);
|
|
1462
|
+
const LEGACY_GLOBAL_WEB_SEARCH_PROVIDER_ID = "brave";
|
|
1463
|
+
function getBundledLegacyWebSearchOwners() {
|
|
1464
|
+
return BUNDLED_LEGACY_WEB_SEARCH_OWNERS;
|
|
1465
|
+
}
|
|
1466
|
+
function getLegacyWebSearchProviderIds(owners = getBundledLegacyWebSearchOwners()) {
|
|
1467
|
+
return [...owners.keys()].filter((providerId) => !NON_MIGRATED_LEGACY_WEB_SEARCH_PROVIDER_IDS.has(providerId)).toSorted((left, right) => left.localeCompare(right));
|
|
1468
|
+
}
|
|
1469
|
+
function getLegacyWebSearchProviderIdSet(owners) {
|
|
1470
|
+
return new Set(getLegacyWebSearchProviderIds(owners));
|
|
1471
|
+
}
|
|
1472
|
+
function resolveLegacySearchConfig(raw) {
|
|
1473
|
+
if (!isRecord(raw)) return;
|
|
1474
|
+
const tools = isRecord(raw.tools) ? raw.tools : void 0;
|
|
1475
|
+
const web = isRecord(tools?.web) ? tools.web : void 0;
|
|
1476
|
+
return isRecord(web?.search) ? web.search : void 0;
|
|
1477
|
+
}
|
|
1478
|
+
function copyLegacyProviderConfig(search, providerKey) {
|
|
1479
|
+
const current = search[providerKey];
|
|
1480
|
+
return isRecord(current) ? cloneRecord$1(current) : void 0;
|
|
1481
|
+
}
|
|
1482
|
+
function hasMappedLegacyWebSearchConfig(raw, owners) {
|
|
1483
|
+
const search = resolveLegacySearchConfig(raw);
|
|
1484
|
+
if (!search) return false;
|
|
1485
|
+
if (hasOwnKey$1(search, "apiKey")) return true;
|
|
1486
|
+
return getLegacyWebSearchProviderIds(owners).some((providerId) => isRecord(search[providerId]));
|
|
1487
|
+
}
|
|
1488
|
+
function resolveLegacyGlobalWebSearchMigration(search, owners) {
|
|
1489
|
+
const legacyProviderConfig = copyLegacyProviderConfig(search, LEGACY_GLOBAL_WEB_SEARCH_PROVIDER_ID);
|
|
1490
|
+
const payload = legacyProviderConfig ?? {};
|
|
1491
|
+
const hasLegacyApiKey = hasOwnKey$1(search, "apiKey");
|
|
1492
|
+
if (hasLegacyApiKey) payload.apiKey = search.apiKey;
|
|
1493
|
+
if (Object.keys(payload).length === 0) return null;
|
|
1494
|
+
const pluginId = owners.get(LEGACY_GLOBAL_WEB_SEARCH_PROVIDER_ID) ?? LEGACY_GLOBAL_WEB_SEARCH_PROVIDER_ID;
|
|
1495
|
+
return {
|
|
1496
|
+
pluginId,
|
|
1497
|
+
payload,
|
|
1498
|
+
legacyPath: hasLegacyApiKey ? "tools.web.search.apiKey" : `tools.web.search.${LEGACY_GLOBAL_WEB_SEARCH_PROVIDER_ID}`,
|
|
1499
|
+
targetPath: hasLegacyApiKey && !legacyProviderConfig ? `plugins.entries.${pluginId}.config.webSearch.apiKey` : `plugins.entries.${pluginId}.config.webSearch`
|
|
1500
|
+
};
|
|
1501
|
+
}
|
|
1502
|
+
function migratePluginWebSearchConfig(params) {
|
|
1503
|
+
const entry = ensureRecord$2(ensureRecord$2(ensureRecord$2(params.root, "plugins"), "entries"), params.pluginId);
|
|
1504
|
+
const config = ensureRecord$2(entry, "config");
|
|
1505
|
+
const hadEnabled = entry.enabled !== void 0;
|
|
1506
|
+
const existing = isRecord(config.webSearch) ? cloneRecord$1(config.webSearch) : void 0;
|
|
1507
|
+
if (!hadEnabled) entry.enabled = true;
|
|
1508
|
+
if (!existing) {
|
|
1509
|
+
config.webSearch = cloneRecord$1(params.payload);
|
|
1510
|
+
params.changes.push(`Moved ${params.legacyPath} → ${params.targetPath}.`);
|
|
1511
|
+
return;
|
|
1512
|
+
}
|
|
1513
|
+
const merged = cloneRecord$1(existing);
|
|
1514
|
+
mergeMissing(merged, params.payload);
|
|
1515
|
+
const changed = JSON.stringify(merged) !== JSON.stringify(existing) || !hadEnabled;
|
|
1516
|
+
config.webSearch = merged;
|
|
1517
|
+
if (changed) {
|
|
1518
|
+
params.changes.push(`Merged ${params.legacyPath} → ${params.targetPath} (filled missing fields from legacy; kept explicit plugin config values).`);
|
|
1519
|
+
return;
|
|
1520
|
+
}
|
|
1521
|
+
params.changes.push(`Removed ${params.legacyPath} (${params.targetPath} already set).`);
|
|
1522
|
+
}
|
|
1523
|
+
function listLegacyWebSearchConfigPaths(raw) {
|
|
1524
|
+
const owners = getBundledLegacyWebSearchOwners();
|
|
1525
|
+
const search = resolveLegacySearchConfig(raw);
|
|
1526
|
+
if (!search) return [];
|
|
1527
|
+
const paths = [];
|
|
1528
|
+
if ("apiKey" in search) paths.push("tools.web.search.apiKey");
|
|
1529
|
+
for (const providerId of getLegacyWebSearchProviderIds(owners)) {
|
|
1530
|
+
const scoped = search[providerId];
|
|
1531
|
+
if (isRecord(scoped)) for (const key of Object.keys(scoped)) paths.push(`tools.web.search.${providerId}.${key}`);
|
|
1532
|
+
}
|
|
1533
|
+
return paths;
|
|
1534
|
+
}
|
|
1535
|
+
function migrateLegacyWebSearchConfig(raw) {
|
|
1536
|
+
if (!isRecord(raw)) return {
|
|
1537
|
+
config: raw,
|
|
1538
|
+
changes: []
|
|
1539
|
+
};
|
|
1540
|
+
const owners = getBundledLegacyWebSearchOwners();
|
|
1541
|
+
if (!hasMappedLegacyWebSearchConfig(raw, owners)) return {
|
|
1542
|
+
config: raw,
|
|
1543
|
+
changes: []
|
|
1544
|
+
};
|
|
1545
|
+
return normalizeLegacyWebSearchConfigRecord(raw, owners);
|
|
1546
|
+
}
|
|
1547
|
+
function normalizeLegacyWebSearchConfigRecord(raw, owners) {
|
|
1548
|
+
const nextRoot = cloneRecord$1(raw);
|
|
1549
|
+
const web = ensureRecord$2(ensureRecord$2(nextRoot, "tools"), "web");
|
|
1550
|
+
const search = resolveLegacySearchConfig(nextRoot);
|
|
1551
|
+
if (!search) return {
|
|
1552
|
+
config: raw,
|
|
1553
|
+
changes: []
|
|
1554
|
+
};
|
|
1555
|
+
const nextSearch = {};
|
|
1556
|
+
const changes = [];
|
|
1557
|
+
for (const [key, value] of Object.entries(search)) {
|
|
1558
|
+
if (key === "apiKey") continue;
|
|
1559
|
+
if (getLegacyWebSearchProviderIdSet(owners).has(key) && isRecord(value)) continue;
|
|
1560
|
+
if (DANGEROUS_RECORD_KEYS.has(key)) continue;
|
|
1561
|
+
nextSearch[key] = value;
|
|
1562
|
+
}
|
|
1563
|
+
web.search = nextSearch;
|
|
1564
|
+
const globalSearchMigration = resolveLegacyGlobalWebSearchMigration(search, owners);
|
|
1565
|
+
if (globalSearchMigration) migratePluginWebSearchConfig({
|
|
1566
|
+
root: nextRoot,
|
|
1567
|
+
legacyPath: globalSearchMigration.legacyPath,
|
|
1568
|
+
targetPath: globalSearchMigration.targetPath,
|
|
1569
|
+
pluginId: globalSearchMigration.pluginId,
|
|
1570
|
+
payload: globalSearchMigration.payload,
|
|
1571
|
+
changes
|
|
1572
|
+
});
|
|
1573
|
+
for (const providerId of getLegacyWebSearchProviderIds(owners)) {
|
|
1574
|
+
if (providerId === LEGACY_GLOBAL_WEB_SEARCH_PROVIDER_ID) continue;
|
|
1575
|
+
const scoped = copyLegacyProviderConfig(search, providerId);
|
|
1576
|
+
if (!scoped || Object.keys(scoped).length === 0) continue;
|
|
1577
|
+
const pluginId = owners.get(providerId);
|
|
1578
|
+
if (!pluginId) continue;
|
|
1579
|
+
migratePluginWebSearchConfig({
|
|
1580
|
+
root: nextRoot,
|
|
1581
|
+
legacyPath: `tools.web.search.${providerId}`,
|
|
1582
|
+
targetPath: `plugins.entries.${pluginId}.config.webSearch`,
|
|
1583
|
+
pluginId,
|
|
1584
|
+
payload: scoped,
|
|
1585
|
+
changes
|
|
1586
|
+
});
|
|
1587
|
+
}
|
|
1588
|
+
return {
|
|
1589
|
+
config: nextRoot,
|
|
1590
|
+
changes
|
|
1591
|
+
};
|
|
1592
|
+
}
|
|
1593
|
+
const LEGACY_WEB_SEARCH_RULES = [{
|
|
1594
|
+
path: [
|
|
1595
|
+
"tools",
|
|
1596
|
+
"web",
|
|
1597
|
+
"search"
|
|
1598
|
+
],
|
|
1599
|
+
message: 'tools.web.search provider-owned config moved to plugins.entries.<plugin>.config.webSearch. Run "openclaw doctor --fix".',
|
|
1600
|
+
match: (_value, root) => listLegacyWebSearchConfigPaths(root).length > 0,
|
|
1601
|
+
requireSourceLiteral: true
|
|
1602
|
+
}];
|
|
1603
|
+
function replaceRootRecord(target, replacement) {
|
|
1604
|
+
for (const key of Object.keys(target)) delete target[key];
|
|
1605
|
+
Object.assign(target, replacement);
|
|
1606
|
+
}
|
|
1607
|
+
const LEGACY_CONFIG_MIGRATIONS_WEB_SEARCH = [defineLegacyConfigMigration({
|
|
1608
|
+
id: "tools.web.search-provider-config->plugins.entries",
|
|
1609
|
+
describe: "Move legacy tools.web.search provider-owned config into plugins.entries.<plugin>.config.webSearch",
|
|
1610
|
+
legacyRules: LEGACY_WEB_SEARCH_RULES,
|
|
1611
|
+
apply: (raw, changes) => {
|
|
1612
|
+
const migrated = migrateLegacyWebSearchConfig(raw);
|
|
1613
|
+
if (migrated.changes.length === 0) return;
|
|
1614
|
+
replaceRootRecord(raw, migrated.config);
|
|
1615
|
+
changes.push(...migrated.changes);
|
|
1616
|
+
}
|
|
1617
|
+
})];
|
|
1618
|
+
const LEGACY_CONFIG_MIGRATION_SPECS = [
|
|
1619
|
+
...LEGACY_CONFIG_MIGRATIONS_CHANNELS,
|
|
1620
|
+
...LEGACY_CONFIG_MIGRATIONS_AUDIO,
|
|
1621
|
+
...LEGACY_CONFIG_MIGRATIONS_QUEUE,
|
|
1622
|
+
...LEGACY_CONFIG_MIGRATIONS_RUNTIME,
|
|
1623
|
+
...LEGACY_CONFIG_MIGRATIONS_WEB_SEARCH
|
|
1624
|
+
];
|
|
1625
|
+
LEGACY_CONFIG_MIGRATION_SPECS.map(({ legacyRules: _legacyRules, ...migration }) => migration);
|
|
1626
|
+
const LEGACY_CONFIG_MIGRATION_RULES = LEGACY_CONFIG_MIGRATION_SPECS.flatMap((migration) => migration.legacyRules ?? []);
|
|
1627
|
+
export {
|
|
1628
|
+
mergeMissing as a,
|
|
1629
|
+
migrateLegacyXSearchConfig as i,
|
|
1630
|
+
LEGACY_CONFIG_MIGRATION_RULES as n,
|
|
1631
|
+
loadBundledChannelDoctorContractApi as o,
|
|
1632
|
+
migrateLegacyWebSearchConfig as r
|
|
1633
|
+
};
|