mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fa03d9b913
* refactor: consolidate coercion helpers * fix: remove duplicate coercion imports * fix: preserve serialized coercion guard * chore: ratchet coercion helper carve-outs * fix(test): keep gauntlet subprocess startup lean * fix: preserve imported session timestamp semantics * fix: preserve catalog timestamp string semantics * chore: align plugin SDK surface ratchet * fix: preserve trajectory and SDK string contracts * fix(test): preserve QA record assertion semantics * fix: complete standalone record guard rename * refactor(cron): use canonical string coercion * fix(acpx): preserve Pi timestamp parsing * test(channels): adapt custody test harnesses * test(telegram): classify media harness as test support * test(acpx): split timestamp contract coverage * test(channels): support generated custody contracts * chore: ban the full coercion helper name set Extends the declaration guard to all eleven consolidated helper names and renames the cron schedule-identity readNumber wrapper to readScheduleInteger so the banned generic name cannot regrow. * fix(scripts): repair release-validation guard drift and lint cause Restores the renamed isJsonRecord guard in assertTrustedWorkflowHarness after main added isRecord call sites in parallel, and attaches the caught YAML error as the thrown error cause (preserve-caught-error was red on main). * fix: preserve Claude timestamp string semantics * fix: preserve persisted timestamp string semantics * fix: preserve date-first timestamp contracts * fix(openai): harden delegation failure formatting * chore: close coercion helper guard gaps * test(openai): model non-error delegation rejection * chore: refresh plugin SDK API contract * fix(tasks): use canonical string field reader * fix(ai): use canonical provider error field coercion * fix(browser): migrate native bootstrap coercion * docs(plugin-sdk): clarify text record export compatibility * fix(gateway): normalize approval execution identity * test(outbound): isolate message action poll harness
5019 lines
1.9 MiB
Plaintext
Generated
5019 lines
1.9 MiB
Plaintext
Generated
{"category":null,"entrypoint":"account-core","importSpecifier":"openclaw/plugin-sdk/account-core","recordType":"module"}
|
|
{"closureHash":"ede5fc5b83fe9d5a199976321f322d7b115b4a4f550577de629c74fad8801c68","declaration":"export function createAccountActionGate<T extends Record<string, boolean | undefined>>(params: { baseActions?: T; accountActions?: T; }): ActionGate<T>;","entrypoint":"account-core","exportName":"createAccountActionGate","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"ee75ae2b599417f5c724dfd9813f9135c79c6a641636b88a1067a24d88f3687d","declaration":"export function createAccountListHelpers<TConfig extends Record<string, unknown> = Record<string, unknown>>(channelKey: string, options?: { normalizeAccountId?: (id: string) => string; omitKeys?: Array<(keyof TConfig & string) | \"defaultAccount\">; nestedObjectKeys?: Array<keyof TConfig & string>; allowUnlistedDefaultAccount?: boolean; additionalAccountIds?: (cfg: OpenClawConfig) => Iterable<string>; fallbackAccountIdWhenEmpty?: string | false; implicitDefaultAccount?: { channelKeys?: readonly string[]; envVars?: readonly string[]; }; hasImplicitDefaultAccount?: (cfg: OpenClawConfig) => boolean; resolveImplicitAccountId?: (cfg: OpenClawConfig) => string | undefined; }): { listConfiguredAccountIds: (cfg: OpenClawConfig) => string[]; listAccountIds: (cfg: OpenClawConfig) => string[]; resolveDefaultAccountId: (cfg: OpenClawConfig) => string; resolveAccountConfig: (cfg: OpenClawConfig, accountId: string) => TConfig; };","entrypoint":"account-core","exportName":"createAccountListHelpers","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"2db2f3d884c46242e6840893efe095a3a03d46b096f0f4aa971938ea009b95d7","declaration":"export function describeAccountSnapshot(params: { account: AccountSnapshotInput; configured?: boolean | undefined; extra?: Record<string, unknown> | undefined; }): ChannelAccountSnapshot;","entrypoint":"account-core","exportName":"describeAccountSnapshot","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"123c0ca8218d63fba37a9bbb59b2f9e49814e2f19106358eca17d40df675b384","declaration":"export function hasConfiguredAccountValue(value: unknown): boolean;","entrypoint":"account-core","exportName":"hasConfiguredAccountValue","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"878f65bad6017a45aaca71d293d9318814ff53243857648473f8135a39faf88c","declaration":"export function listCombinedAccountIds(params: { configuredAccountIds: Iterable<string>; additionalAccountIds?: Iterable<string>; implicitAccountId?: string | undefined; fallbackAccountIdWhenEmpty?: string | undefined; }): string[];","entrypoint":"account-core","exportName":"listCombinedAccountIds","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"6a95ddcd2cb7c0ae740cfe1abf113b29c3beb6a0418cbcb5e619b1cfac59fbc4","declaration":"export function listConfiguredAccountIds(params: { accounts: Record<string, unknown> | undefined; normalizeAccountId: (accountId: string) => string; }): string[];","entrypoint":"account-core","exportName":"listConfiguredAccountIds","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"c4c631b7661a18763a889c40928b6bb7aeec4b7b27493d6d0218e4835c06a259","declaration":"export function mergeAccountConfig<TConfig extends Record<string, unknown>>(params: { channelConfig: TConfig | undefined; accountConfig: Partial<TConfig> | undefined; omitKeys?: string[]; nestedObjectKeys?: string[]; }): TConfig;","entrypoint":"account-core","exportName":"mergeAccountConfig","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc8afd3f197b3e15e86db4f7c685104f0b7a4a0cd2420123103ab540781fa310","declaration":"export function normalizeAccountId(value: string | undefined | null): string;","entrypoint":"account-core","exportName":"normalizeAccountId","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"a09a498e5d017a27cd232c0957dccd6c0e1c95ce5b2a7df1b4f63eafeef96c72","declaration":"export function normalizeChatType(raw?: string): ChatType | undefined;","entrypoint":"account-core","exportName":"normalizeChatType","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"75d8cad9951923efbe06ada3d4f3d0f0c26d478814ceb10079c18c3706d7f226","declaration":"export function normalizeE164(number: string): string;","entrypoint":"account-core","exportName":"normalizeE164","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"473682447b636a80ab030ea86d066a9c93cbbbfc9b10a2a4b9d26b3b687057e3","declaration":"export function normalizeOptionalAccountId(value: string | undefined | null): string | undefined;","entrypoint":"account-core","exportName":"normalizeOptionalAccountId","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"741168f196eee366f5eda731e94fcf4aa31e955df4ecf1fdd62cc0b6f197af97","declaration":"export function pathExists(targetPath: string): Promise<boolean>;","entrypoint":"account-core","exportName":"pathExists","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"ea2ae9a6b7dc5e4318e1a213c24ce5c0d2c91dff4ba74c85e258b07d971181ae","declaration":"export function resolveAccountEntry<T>(accounts: Record<string, T> | undefined, accountId: string): T | undefined;","entrypoint":"account-core","exportName":"resolveAccountEntry","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"7ee71872c5484642a166312ba199ac8d037e3d29b59412c70013ac2bf778d6c8","declaration":"export function resolveAccountWithDefaultFallback<TAccount>(params: { accountId?: string | null; normalizeAccountId: (accountId?: string | null) => string; resolvePrimary: (accountId: string) => TAccount; hasCredential: (account: TAccount) => boolean; resolveDefaultAccountId: () => string; }): TAccount;","entrypoint":"account-core","exportName":"resolveAccountWithDefaultFallback","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"84ea0b8b91cc78a0bf488d3ef3250772eb05cdf30acb210a289d7a0bfc2d6395","declaration":"export function resolveListedDefaultAccountId(params: { accountIds: readonly string[]; configuredDefaultAccountId?: string | undefined; allowUnlistedDefaultAccount?: boolean; ambiguousFallbackAccountId?: string | undefined; normalizeListedAccountId?: ((accountId: string) => string) | undefined; }): string;","entrypoint":"account-core","exportName":"resolveListedDefaultAccountId","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"e2e47a903dad10a916d98e425a7666590fb607fa8bec544d8f08820fd0abcc9c","declaration":"export function resolveMergedAccountConfig<TConfig extends Record<string, unknown>>(params: { channelConfig: TConfig | undefined; accounts: Record<string, Partial<TConfig>> | undefined; accountId: string; omitKeys?: string[]; normalizeAccountId?: (accountId: string) => string; nestedObjectKeys?: string[]; }): TConfig;","entrypoint":"account-core","exportName":"resolveMergedAccountConfig","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"26df81e44a2946bbbba1e6514e28b9cbfb3bae324359a0f58323ac99f7cbec2c","declaration":"export function resolveNormalizedAccountEntry<T>(accounts: Record<string, T> | undefined, accountId: string, normalizeAccountId: (accountId: string) => string): T | undefined;","entrypoint":"account-core","exportName":"resolveNormalizedAccountEntry","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2fb5a4e5546086c8a69600795e5b6cde1817b2ba5a4680600c41297005b3ee2","declaration":"export function resolveUserPath(input: string, env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"account-core","exportName":"resolveUserPath","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40933a11984425d14a7a479bda0d2cd14cbfa9371164774f39bebbf12861df7","declaration":"export const DEFAULT_ACCOUNT_ID: \"default\";","entrypoint":"account-core","exportName":"DEFAULT_ACCOUNT_ID","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"const","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"account-core","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/account-core","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"account-helpers","importSpecifier":"openclaw/plugin-sdk/account-helpers","recordType":"module"}
|
|
{"closureHash":"ede5fc5b83fe9d5a199976321f322d7b115b4a4f550577de629c74fad8801c68","declaration":"export function createAccountActionGate<T extends Record<string, boolean | undefined>>(params: { baseActions?: T; accountActions?: T; }): ActionGate<T>;","entrypoint":"account-helpers","exportName":"createAccountActionGate","importSpecifier":"openclaw/plugin-sdk/account-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"ee75ae2b599417f5c724dfd9813f9135c79c6a641636b88a1067a24d88f3687d","declaration":"export function createAccountListHelpers<TConfig extends Record<string, unknown> = Record<string, unknown>>(channelKey: string, options?: { normalizeAccountId?: (id: string) => string; omitKeys?: Array<(keyof TConfig & string) | \"defaultAccount\">; nestedObjectKeys?: Array<keyof TConfig & string>; allowUnlistedDefaultAccount?: boolean; additionalAccountIds?: (cfg: OpenClawConfig) => Iterable<string>; fallbackAccountIdWhenEmpty?: string | false; implicitDefaultAccount?: { channelKeys?: readonly string[]; envVars?: readonly string[]; }; hasImplicitDefaultAccount?: (cfg: OpenClawConfig) => boolean; resolveImplicitAccountId?: (cfg: OpenClawConfig) => string | undefined; }): { listConfiguredAccountIds: (cfg: OpenClawConfig) => string[]; listAccountIds: (cfg: OpenClawConfig) => string[]; resolveDefaultAccountId: (cfg: OpenClawConfig) => string; resolveAccountConfig: (cfg: OpenClawConfig, accountId: string) => TConfig; };","entrypoint":"account-helpers","exportName":"createAccountListHelpers","importSpecifier":"openclaw/plugin-sdk/account-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"2db2f3d884c46242e6840893efe095a3a03d46b096f0f4aa971938ea009b95d7","declaration":"export function describeAccountSnapshot(params: { account: AccountSnapshotInput; configured?: boolean | undefined; extra?: Record<string, unknown> | undefined; }): ChannelAccountSnapshot;","entrypoint":"account-helpers","exportName":"describeAccountSnapshot","importSpecifier":"openclaw/plugin-sdk/account-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"8e61833255f330eaff3345721f8c67cd04f0978a9024109fde0bb5e80c79b887","declaration":"export function describeWebhookAccountSnapshot(params: { account: AccountSnapshotInput; configured?: boolean | undefined; mode?: string | undefined; extra?: Record<string, unknown> | undefined; }): ChannelAccountSnapshot;","entrypoint":"account-helpers","exportName":"describeWebhookAccountSnapshot","importSpecifier":"openclaw/plugin-sdk/account-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"123c0ca8218d63fba37a9bbb59b2f9e49814e2f19106358eca17d40df675b384","declaration":"export function hasConfiguredAccountValue(value: unknown): boolean;","entrypoint":"account-helpers","exportName":"hasConfiguredAccountValue","importSpecifier":"openclaw/plugin-sdk/account-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"c4c631b7661a18763a889c40928b6bb7aeec4b7b27493d6d0218e4835c06a259","declaration":"export function mergeAccountConfig<TConfig extends Record<string, unknown>>(params: { channelConfig: TConfig | undefined; accountConfig: Partial<TConfig> | undefined; omitKeys?: string[]; nestedObjectKeys?: string[]; }): TConfig;","entrypoint":"account-helpers","exportName":"mergeAccountConfig","importSpecifier":"openclaw/plugin-sdk/account-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"e2e47a903dad10a916d98e425a7666590fb607fa8bec544d8f08820fd0abcc9c","declaration":"export function resolveMergedAccountConfig<TConfig extends Record<string, unknown>>(params: { channelConfig: TConfig | undefined; accounts: Record<string, Partial<TConfig>> | undefined; accountId: string; omitKeys?: string[]; normalizeAccountId?: (accountId: string) => string; nestedObjectKeys?: string[]; }): TConfig;","entrypoint":"account-helpers","exportName":"resolveMergedAccountConfig","importSpecifier":"openclaw/plugin-sdk/account-helpers","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"account-id","importSpecifier":"openclaw/plugin-sdk/account-id","recordType":"module"}
|
|
{"closureHash":"fc8afd3f197b3e15e86db4f7c685104f0b7a4a0cd2420123103ab540781fa310","declaration":"export function normalizeAccountId(value: string | undefined | null): string;","entrypoint":"account-id","exportName":"normalizeAccountId","importSpecifier":"openclaw/plugin-sdk/account-id","kind":"function","recordType":"export"}
|
|
{"closureHash":"473682447b636a80ab030ea86d066a9c93cbbbfc9b10a2a4b9d26b3b687057e3","declaration":"export function normalizeOptionalAccountId(value: string | undefined | null): string | undefined;","entrypoint":"account-id","exportName":"normalizeOptionalAccountId","importSpecifier":"openclaw/plugin-sdk/account-id","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40933a11984425d14a7a479bda0d2cd14cbfa9371164774f39bebbf12861df7","declaration":"export const DEFAULT_ACCOUNT_ID: \"default\";","entrypoint":"account-id","exportName":"DEFAULT_ACCOUNT_ID","importSpecifier":"openclaw/plugin-sdk/account-id","kind":"const","recordType":"export"}
|
|
{"category":null,"entrypoint":"account-resolution","importSpecifier":"openclaw/plugin-sdk/account-resolution","recordType":"module"}
|
|
{"closureHash":"ee75ae2b599417f5c724dfd9813f9135c79c6a641636b88a1067a24d88f3687d","declaration":"export function createAccountListHelpers<TConfig extends Record<string, unknown> = Record<string, unknown>>(channelKey: string, options?: { normalizeAccountId?: (id: string) => string; omitKeys?: Array<(keyof TConfig & string) | \"defaultAccount\">; nestedObjectKeys?: Array<keyof TConfig & string>; allowUnlistedDefaultAccount?: boolean; additionalAccountIds?: (cfg: OpenClawConfig) => Iterable<string>; fallbackAccountIdWhenEmpty?: string | false; implicitDefaultAccount?: { channelKeys?: readonly string[]; envVars?: readonly string[]; }; hasImplicitDefaultAccount?: (cfg: OpenClawConfig) => boolean; resolveImplicitAccountId?: (cfg: OpenClawConfig) => string | undefined; }): { listConfiguredAccountIds: (cfg: OpenClawConfig) => string[]; listAccountIds: (cfg: OpenClawConfig) => string[]; resolveDefaultAccountId: (cfg: OpenClawConfig) => string; resolveAccountConfig: (cfg: OpenClawConfig, accountId: string) => TConfig; };","entrypoint":"account-resolution","exportName":"createAccountListHelpers","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"123c0ca8218d63fba37a9bbb59b2f9e49814e2f19106358eca17d40df675b384","declaration":"export function hasConfiguredAccountValue(value: unknown): boolean;","entrypoint":"account-resolution","exportName":"hasConfiguredAccountValue","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"878f65bad6017a45aaca71d293d9318814ff53243857648473f8135a39faf88c","declaration":"export function listCombinedAccountIds(params: { configuredAccountIds: Iterable<string>; additionalAccountIds?: Iterable<string>; implicitAccountId?: string | undefined; fallbackAccountIdWhenEmpty?: string | undefined; }): string[];","entrypoint":"account-resolution","exportName":"listCombinedAccountIds","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc8afd3f197b3e15e86db4f7c685104f0b7a4a0cd2420123103ab540781fa310","declaration":"export function normalizeAccountId(value: string | undefined | null): string;","entrypoint":"account-resolution","exportName":"normalizeAccountId","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"75d8cad9951923efbe06ada3d4f3d0f0c26d478814ceb10079c18c3706d7f226","declaration":"export function normalizeE164(number: string): string;","entrypoint":"account-resolution","exportName":"normalizeE164","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"473682447b636a80ab030ea86d066a9c93cbbbfc9b10a2a4b9d26b3b687057e3","declaration":"export function normalizeOptionalAccountId(value: string | undefined | null): string | undefined;","entrypoint":"account-resolution","exportName":"normalizeOptionalAccountId","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"ea2ae9a6b7dc5e4318e1a213c24ce5c0d2c91dff4ba74c85e258b07d971181ae","declaration":"export function resolveAccountEntry<T>(accounts: Record<string, T> | undefined, accountId: string): T | undefined;","entrypoint":"account-resolution","exportName":"resolveAccountEntry","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"84ea0b8b91cc78a0bf488d3ef3250772eb05cdf30acb210a289d7a0bfc2d6395","declaration":"export function resolveListedDefaultAccountId(params: { accountIds: readonly string[]; configuredDefaultAccountId?: string | undefined; allowUnlistedDefaultAccount?: boolean; ambiguousFallbackAccountId?: string | undefined; normalizeListedAccountId?: ((accountId: string) => string) | undefined; }): string;","entrypoint":"account-resolution","exportName":"resolveListedDefaultAccountId","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"e2e47a903dad10a916d98e425a7666590fb607fa8bec544d8f08820fd0abcc9c","declaration":"export function resolveMergedAccountConfig<TConfig extends Record<string, unknown>>(params: { channelConfig: TConfig | undefined; accounts: Record<string, Partial<TConfig>> | undefined; accountId: string; omitKeys?: string[]; normalizeAccountId?: (accountId: string) => string; nestedObjectKeys?: string[]; }): TConfig;","entrypoint":"account-resolution","exportName":"resolveMergedAccountConfig","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"26df81e44a2946bbbba1e6514e28b9cbfb3bae324359a0f58323ac99f7cbec2c","declaration":"export function resolveNormalizedAccountEntry<T>(accounts: Record<string, T> | undefined, accountId: string, normalizeAccountId: (accountId: string) => string): T | undefined;","entrypoint":"account-resolution","exportName":"resolveNormalizedAccountEntry","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2fb5a4e5546086c8a69600795e5b6cde1817b2ba5a4680600c41297005b3ee2","declaration":"export function resolveUserPath(input: string, env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"account-resolution","exportName":"resolveUserPath","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40933a11984425d14a7a479bda0d2cd14cbfa9371164774f39bebbf12861df7","declaration":"export const DEFAULT_ACCOUNT_ID: \"default\";","entrypoint":"account-resolution","exportName":"DEFAULT_ACCOUNT_ID","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"const","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"account-resolution","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/account-resolution","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"agent-config-primitives","importSpecifier":"openclaw/plugin-sdk/agent-config-primitives","recordType":"module"}
|
|
{"closureHash":"4df6cd016685586e568151b7f49cfff287528df781159a8f5a956de9e9497bdd","declaration":"export const ReplyRuntimeConfigSchemaShape: { historyLimit: z.ZodOptional<z.ZodNumber>; dmHistoryLimit: z.ZodOptional<z.ZodNumber>; contextVisibility: z.ZodOptional<z.ZodEnum<{ all: \"all\"; allowlist: \"allowlist\"; allowlist_quote: \"allowlist_quote\"; }>>; dms: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{ historyLimit: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>>>; textChunkLimit: z.ZodOptional<z.ZodNumber>; streaming: z.ZodOptional<z.ZodObject<{ chunkMode: z.ZodOptional<z.ZodEnum<{ length: \"length\"; newline: \"newline\"; }>>; block: z.ZodOptional<z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; coalesce: z.ZodOptional<z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; idleMs: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>; }, z.core.$strict>>; }, z.core.$strict>>; responsePrefix: z.ZodOptional<z.ZodString>; mediaMaxMb: z.ZodOptional<z.ZodNumber>;};","entrypoint":"agent-config-primitives","exportName":"ReplyRuntimeConfigSchemaShape","importSpecifier":"openclaw/plugin-sdk/agent-config-primitives","kind":"const","recordType":"export"}
|
|
{"closureHash":"71faf0ebd9b3bd0869d7bfcaba78322d9d4437161a04d9268083c614b2499f20","declaration":"export const ToolPolicySchema: z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>;}, z.core.$strict>>;","entrypoint":"agent-config-primitives","exportName":"ToolPolicySchema","importSpecifier":"openclaw/plugin-sdk/agent-config-primitives","kind":"const","recordType":"export"}
|
|
{"category":null,"entrypoint":"agent-harness","importSpecifier":"openclaw/plugin-sdk/agent-harness","recordType":"module"}
|
|
{"closureHash":"fab99dfcb01d475a1bfdbe7a8fac9be10a93dac5f12ac78c2dea673c8ab86abf","declaration":"export function abortAgentHarnessRun(sessionId: string): boolean;\nexport function abortAgentHarnessRun(sessionId: undefined, opts: { mode: \"all\" | \"compacting\"; reason?: \"restart\"; }): boolean;","entrypoint":"agent-harness","exportName":"abortAgentHarnessRun","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"function","recordType":"export"}
|
|
{"closureHash":"ff3c4616cd6212a6d698831a8b287ad87e3968c8663f4090d095bb30ec40fc1c","declaration":"export function abortAndDrainAgentHarnessRun(params: { sessionId: string; sessionKey?: string; settleMs?: number; forceClear?: boolean; reason?: string; }): Promise<AbortAndDrainEmbeddedAgentRunResult>;","entrypoint":"agent-harness","exportName":"abortAndDrainAgentHarnessRun","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"function","recordType":"export"}
|
|
{"closureHash":"58989e3fa91eecf2e05202e36548e6e64a3b9219e83154bd99866c851604e34e","declaration":"export function createAgentToolResultMiddlewareRunner(ctx: AgentToolResultMiddlewareContext, handlers?: AgentToolResultMiddleware[]): { applyToolResultMiddleware(event: AgentToolResultMiddlewareEvent): Promise<OpenClawAgentToolResult>; };","entrypoint":"agent-harness","exportName":"createAgentToolResultMiddlewareRunner","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"function","recordType":"export"}
|
|
{"closureHash":"b8f6355d7ad1700aceecddaa6e9ccf43091a792d5b481a1ee3f55294a881a67d","declaration":"export function createCodexAppServerToolResultExtensionRunner(ctx: CodexAppServerExtensionContext, factories?: CodexAppServerExtensionFactory[]): { applyToolResultExtensions(event: CodexAppServerToolResultEvent): Promise<AgentToolResult<unknown>>; };","entrypoint":"agent-harness","exportName":"createCodexAppServerToolResultExtensionRunner","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"function","recordType":"export"}
|
|
{"closureHash":"2624f0c11a7852cedded8f42322cb6e6a6c719d6be2ec4571e8d1fb252c6eaaf","declaration":"export function createOpenClawCodingTools(options?: OpenClawCodingToolsOptions): AnyAgentTool[];","entrypoint":"agent-harness","exportName":"createOpenClawCodingTools","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"function","recordType":"export"}
|
|
{"closureHash":"13649ee853485319e7449fda25c106b3f3f53d3090e53cdbb28e220a8529eb80","declaration":"export function disposeRegisteredAgentHarnesses(): Promise<void>;","entrypoint":"agent-harness","exportName":"disposeRegisteredAgentHarnesses","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"function","recordType":"export"}
|
|
{"closureHash":"f255a91162ece4c239bb8fa745efa14a1054bc024a291e9954f75f239b2b87c3","declaration":"export function resolveActiveEmbeddedRunSessionId(sessionKey: string): string | undefined;","entrypoint":"agent-harness","exportName":"resolveActiveEmbeddedRunSessionId","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"function","recordType":"export"}
|
|
{"closureHash":"27d9f61df9ccf68615cb2002a6da891e36ab0c07623bc37c4d07aa980b446881","declaration":"export function resolveWebSearchToolPolicy(params: WebSearchToolPolicyParams): WebSearchToolPolicyResolution;","entrypoint":"agent-harness","exportName":"resolveWebSearchToolPolicy","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"function","recordType":"export"}
|
|
{"closureHash":"beb6715ad81487caa2cc2ed8444d6ac2dcf83c9e71fc42d5db9214f2eb12b946","declaration":"export type AgentHarness = AgentHarness;","entrypoint":"agent-harness","exportName":"AgentHarness","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"type","recordType":"export"}
|
|
{"closureHash":"ca20bb488d357785086f04e71b0fbb300a27325217bdbfdcaa1e422eca2fe255","declaration":"export type AgentHarnessV2 = AgentHarnessV2;","entrypoint":"agent-harness","exportName":"AgentHarnessV2","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"type","recordType":"export"}
|
|
{"closureHash":"4ad0f830bf11a2db48faefb1439b7fbb08d9f22d22083f5e301327e1696f2310","declaration":"export type AgentToolResultMiddleware = AgentToolResultMiddleware;","entrypoint":"agent-harness","exportName":"AgentToolResultMiddleware","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"type","recordType":"export"}
|
|
{"closureHash":"008b6c78d5e44a9d1df1d7e32e6015382ee9ba1cb9b10bd4c2b467619d1c89d4","declaration":"export type AgentToolResultMiddlewareEvent = AgentToolResultMiddlewareEvent;","entrypoint":"agent-harness","exportName":"AgentToolResultMiddlewareEvent","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"type","recordType":"export"}
|
|
{"closureHash":"7414a2a79c2d78c1d52538250c827305bba1a2bb25010448837c8524a9f95b3c","declaration":"export type AnyAgentTool = AnyAgentTool;","entrypoint":"agent-harness","exportName":"AnyAgentTool","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"type","recordType":"export"}
|
|
{"closureHash":"b0d89fe509b6812c24b0a46cbc7d7ce20af0009a415c4e50e20c41af02975b11","declaration":"export type EmbeddedRunAttemptParams = EmbeddedRunAttemptParams;","entrypoint":"agent-harness","exportName":"EmbeddedRunAttemptParams","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"type","recordType":"export"}
|
|
{"closureHash":"67dd9a76536fb9f41ae19a380dd71bf10682ff80c63f363b5f8511948dcd1aab","declaration":"export type EmbeddedRunAttemptParamsV2 = EmbeddedRunAttemptParamsV2;","entrypoint":"agent-harness","exportName":"EmbeddedRunAttemptParamsV2","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"type","recordType":"export"}
|
|
{"closureHash":"25c6985c3bef2c6efc6a96e70af6d66fe073be0b0d311681cfc0dfc186528d9a","declaration":"export type OpenClawAgentToolResult<TResult = unknown> = OpenClawAgentToolResult<TResult>;","entrypoint":"agent-harness","exportName":"OpenClawAgentToolResult","importSpecifier":"openclaw/plugin-sdk/agent-harness","kind":"type","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"agent-harness-runtime","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","recordType":"module"}
|
|
{"closureHash":"fab99dfcb01d475a1bfdbe7a8fac9be10a93dac5f12ac78c2dea673c8ab86abf","declaration":"export function abortAgentHarnessRun(sessionId: string): boolean;\nexport function abortAgentHarnessRun(sessionId: undefined, opts: { mode: \"all\" | \"compacting\"; reason?: \"restart\"; }): boolean;","entrypoint":"agent-harness-runtime","exportName":"abortAgentHarnessRun","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ff3c4616cd6212a6d698831a8b287ad87e3968c8663f4090d095bb30ec40fc1c","declaration":"export function abortAndDrainAgentHarnessRun(params: { sessionId: string; sessionKey?: string; settleMs?: number; forceClear?: boolean; reason?: string; }): Promise<AbortAndDrainEmbeddedAgentRunResult>;","entrypoint":"agent-harness-runtime","exportName":"abortAndDrainAgentHarnessRun","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a9bfbb15c2391bd274465bec47905ebef8ff20240e92fbe23c5f3990f30fc9cd","declaration":"export function acquireSessionWriteLock(_params: LockParams): Promise<{ assertOwned: () => void; release: () => Promise<void>; }>;","entrypoint":"agent-harness-runtime","exportName":"acquireSessionWriteLock","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bfd575e0561e6068168f2f09b1fd21d813c0aba58f651af25bb8ba15a8082b4c","declaration":"export function applyEmbeddedAttemptToolsAllow<T extends { name: string; }>(tools: T[], toolsAllow?: string[], options?: { toolMeta?: (tool: T) => { pluginId: string; } | undefined; }): T[];","entrypoint":"agent-harness-runtime","exportName":"applyEmbeddedAttemptToolsAllow","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3add20605d6a29c10515318505535d4604e16de25870ef30c56fafa9199165b8","declaration":"export function assembleHarnessContextEngine(params: { contextEngine?: HarnessContextEngine; sessionId: string; sessionKey?: string; messages: AgentMessage[]; tokenBudget?: number; availableTools?: Set<string>; citationsMode?: MemoryCitationsMode; sandboxed?: boolean; modelId: string; prompt?: string; runtimeSettings?: ContextEngineRuntimeSettings; contextEngineHostSupport?: ContextEngineHostSupport; harnessId?: string | null; runtimeId?: string | null; providerId?: string | null; requestedModelId?: string | null; modelFamily?: string | null; maxOutputTokens?: number | null; fallbackReason?: string | null; degradedReason?: string | null; runtimeContext?: ContextEngineRuntimeContext; transcriptReadFence?: UserTurnTranscriptAdmissionReceipt; }): Promise<AssembleResult | undefined>;","entrypoint":"agent-harness-runtime","exportName":"assembleHarnessContextEngine","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"155d94754b1411dd9b9fdae11ca094cbce25610ffb1dd9a617f293596b3a78f7","declaration":"export function assertContextEngineHostSupport(params: { contextEngine: ContextEngine; operation: ContextEngineOperation; host: ContextEngineHostSupport; }): void;","entrypoint":"agent-harness-runtime","exportName":"assertContextEngineHostSupport","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3209ee56dbd86be4de23a2de59903a4d310fc99ed912d220ebe57efd308ff14f","declaration":"export function assignMcpCatalogSafeServerNames(serverNames: Iterable<string>): Map<string, string>;","entrypoint":"agent-harness-runtime","exportName":"assignMcpCatalogSafeServerNames","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"911838521fabe5f74acfeadabfa855fd9857fa21671b3f0cad08779f3402825a","declaration":"export function attachModelProviderRequestTransport<TModel extends object>(model: TModel, request: ModelProviderRequestTransportOverrides | undefined): TModel;","entrypoint":"agent-harness-runtime","exportName":"attachModelProviderRequestTransport","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5a1f9481bcbe41730c3259db1c42eb4562289a46d7f82f7a22e5c5f77469b746","declaration":"export function awaitAgentEndSideEffects(params: AgentEndSideEffectsParams): Promise<void>;","entrypoint":"agent-harness-runtime","exportName":"awaitAgentEndSideEffects","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c31e4020485bc1867573ebdce41610a19c119c6072589c7f82c4c8c9d7d5986","declaration":"export function awaitAgentHarnessAgentEndHook(params: { event: PluginHookAgentEndEvent; ctx: AgentHarnessHookContext; hookRunner?: AgentHarnessHookRunner; }): Promise<void>;","entrypoint":"agent-harness-runtime","exportName":"awaitAgentHarnessAgentEndHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"73d8efb2d4171745da0c8f433ec80363cd9ce26b0d76be0cdddaa077489a5134","declaration":"export function bootstrapHarnessContextEngine(params: { hadSessionFile: boolean; contextEngine?: HarnessContextEngine; sessionId: string; sessionKey?: string; sessionTarget?: ContextEngineSessionTarget; sessionFile: string; sessionManager?: unknown; runtimeContext?: ContextEngineRuntimeContext; transcriptReadFence?: UserTurnTranscriptAdmissionReceipt; runtimeSettings?: ContextEngineRuntimeSettings; contextEngineHostSupport?: ContextEngineHostSupport; harnessId?: string | null; runtimeId?: string | null; providerId?: string | null; requestedModelId?: string | null; modelId?: string | null; maxOutputTokens?: number | null; fallbackReason?: string | null; degradedReason?: string | null; runMaintenance?: typeof runHarnessContextEngineMaintenance; config?: OpenClawConfig; warn: (message: string) => void; }): Promise<void>;","entrypoint":"agent-harness-runtime","exportName":"bootstrapHarnessContextEngine","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fdd485fc00b19e46356354d24cc924c694fbb8c01a01e16048183880a3fbf50d","declaration":"export function buildAgentHarnessUserInputAnswers(questions: readonly AgentHarnessUserInputQuestion[], inputText: string): AgentHarnessUserInputAnswers;","entrypoint":"agent-harness-runtime","exportName":"buildAgentHarnessUserInputAnswers","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bcc8554c0316257b42e7ca95e16c6b1f3bfb9794e5db7f41cf2bcdd2464bb218","declaration":"export function buildAgentHookContextChannelFields(params: { sessionKey?: string | null; messageChannel?: string | null; messageProvider?: string | null; currentChannelId?: string | null; messageTo?: string | null; senderId?: string | null; agentAccountId?: string | null; }): Pick<PluginHookAgentContext, \"accountId\" | \"channel\" | \"channelId\" | \"chatId\" | \"messageProvider\" | \"senderId\">;","entrypoint":"agent-harness-runtime","exportName":"buildAgentHookContextChannelFields","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f8ad3d762c9753fdc36b2b9af0980167fdc54090c7bcca2f3dbe7c8951e86821","declaration":"export function buildAgentRuntimePlan(params: BuildAgentRuntimePlanParams): AgentRuntimePlan;","entrypoint":"agent-harness-runtime","exportName":"buildAgentRuntimePlan","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"528d11abf061b0b303722737de5a6406e7e55bffa38c45144c77d896ae1b3b0a","declaration":"export function buildBootstrapContextForFiles(bootstrapFiles: WorkspaceBootstrapFile[], params: { config?: OpenClawConfig; agentId?: string | null; warn?: (message: string) => void; }): EmbeddedContextFile[];","entrypoint":"agent-harness-runtime","exportName":"buildBootstrapContextForFiles","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"44d5a4667d2f3dc3a28e5c9d7b46765b1fb3c62820288e40251f5174911c8a6a","declaration":"export function buildEmbeddedAttemptToolRunContext(params: { trigger?: EmbeddedRunTrigger; jobId?: string; memoryFlushWritePath?: string; toolsAllow?: string[]; conversationToolPolicy?: GroupToolPolicyConfig; trace?: DiagnosticTraceContext; }): { trigger?: EmbeddedRunTrigger; jobId?: string; memoryFlushWritePath?: string; runtimeToolAllowlist?: string[]; conversationToolPolicy?: GroupToolPolicyConfig; trace?: DiagnosticTraceContext; };","entrypoint":"agent-harness-runtime","exportName":"buildEmbeddedAttemptToolRunContext","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e194f5cdcc6a602b877027a0c105c9e850c02f81439eb655d3e9d56febc28a22","declaration":"export function buildHarnessContextEngineRuntimeContext(params: Parameters<typeof buildAfterTurnRuntimeContext>[0]): ContextEngineRuntimeContext;","entrypoint":"agent-harness-runtime","exportName":"buildHarnessContextEngineRuntimeContext","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"74b53fe40a520f5dffa1593ed0bfea15ac8b08cc74428d03375e47e9bed0adc1","declaration":"export function buildHarnessContextEngineRuntimeContextFromUsage(params: Parameters<typeof buildAfterTurnRuntimeContextFromUsage>[0]): ContextEngineRuntimeContext;","entrypoint":"agent-harness-runtime","exportName":"buildHarnessContextEngineRuntimeContextFromUsage","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"33a7cd8d63d4ef045ee3a42f806026a8b621e7dd32d8d6fbf4e7b44452d5e0ce","declaration":"export function buildNativeHookRelayCommand(params: { provider: NativeHookRelayProvider; relayId: string; generation?: string; event: NativeHookRelayEvent; preToolUseUnavailable?: \"noop\"; timeoutMs?: number; executable?: string; nice?: number | false; nodeExecutable?: string; }): string;","entrypoint":"agent-harness-runtime","exportName":"buildNativeHookRelayCommand","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3846647c3c2fb0242f70591cf95c2e02f2a5a3c44447efb4cf7a31b2dc2122fd","declaration":"export function buildSkillWorkshopPromptSection(): string[];","entrypoint":"agent-harness-runtime","exportName":"buildSkillWorkshopPromptSection","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"32e977ece65144a83ae1b0a3c8d1b9b00a2a2506ad9ef1db3b2b9770ce762dbe","declaration":"export function buildWatchedSessionsHarnessContext(params: { config?: OpenClawConfig; sessionKey?: string; sandboxed?: boolean; toolNames: Iterable<string>; capabilityToolNames?: Iterable<string>; }): string | undefined;","entrypoint":"agent-harness-runtime","exportName":"buildWatchedSessionsHarnessContext","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"326831205b8fcad976750a683f99bee52479fa9b595c42bd1e2f338862f7d0b8","declaration":"export function callGatewayTool<T = Record<string, unknown>>(method: string, opts: GatewayCallOptions, params?: unknown, extra?: { expectFinal?: boolean; scopes?: OperatorScope[]; requireAgentRuntimeIdentity?: boolean; signal?: AbortSignal; }): Promise<T>;","entrypoint":"agent-harness-runtime","exportName":"callGatewayTool","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d520450bf25d0ebe917bb6ac2a6e910786a82f49a3218ecefd83f4e3aa8a52e6","declaration":"export function cancelPendingAgentQuestionForSession(params: { sessionKey?: string; resolvedBy: string; }): Promise<boolean>;","entrypoint":"agent-harness-runtime","exportName":"cancelPendingAgentQuestionForSession","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"27b2ecd1612a22ef9bbd28ee530caec5f46dd370d84255ef25147f7ca17054d7","declaration":"export function claimPendingAgentQuestionAnswer(params: { sessionKey?: string; text: string; persist?: () => Promise<void>; }): Promise<boolean>;","entrypoint":"agent-harness-runtime","exportName":"claimPendingAgentQuestionAnswer","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bf55b958c3286fea4672610d48a369742c4a6fec7b8ef0f0be14281d1699d4c9","declaration":"export function classifyAgentHarnessTerminalOutcome(params: AgentHarnessTerminalOutcomeInput): AgentHarnessTerminalOutcomeClassification | undefined;","entrypoint":"agent-harness-runtime","exportName":"classifyAgentHarnessTerminalOutcome","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c99df58ff424f25ee1d84c9908a09514bd261a3d506217eb93366f6f1110ee04","declaration":"export function classifyEmbeddedAgentRunResultForModelFallback(params: { provider: string; model: string; result: unknown; hasDirectlySentBlockReply?: boolean; hasBlockReplyPipelineOutput?: boolean; }): ModelFallbackResultClassification;","entrypoint":"agent-harness-runtime","exportName":"classifyEmbeddedAgentRunResultForModelFallback","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c99df58ff424f25ee1d84c9908a09514bd261a3d506217eb93366f6f1110ee04","declaration":"export function classifyEmbeddedPiRunResultForModelFallback(params: { provider: string; model: string; result: unknown; hasDirectlySentBlockReply?: boolean; hasBlockReplyPipelineOutput?: boolean; }): ModelFallbackResultClassification;","entrypoint":"agent-harness-runtime","exportName":"classifyEmbeddedPiRunResultForModelFallback","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"43cd462887e7d56ac059c7f6f9788ed976fb8a42dec7717d17aaf7ba08e60b45","declaration":"export function clearActiveEmbeddedRun(sessionId: string, handle: EmbeddedAgentQueueHandle, sessionKey?: string, sessionFile?: string, reason?: string): void;","entrypoint":"agent-harness-runtime","exportName":"clearActiveEmbeddedRun","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b35d595e75152211de29f3ecd18c3453660ee55598a26d6619d4bbde1f7472df","declaration":"export function compactContextEngineWithSafetyTimeout(contextEngine: Pick<ContextEngine, \"compact\">, params: ContextEngineCompactParams, timeoutMs?: number, abortSignal?: AbortSignal): Promise<CompactResult>;","entrypoint":"agent-harness-runtime","exportName":"compactContextEngineWithSafetyTimeout","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c1107b4615dfdfa6fe68fcbc141df52041501f790649b0a008d7c23d6e499824","declaration":"export function compactWithSafetyTimeout<T>(compact: (abortSignal?: AbortSignal) => Promise<T>, timeoutMs?: number, opts?: { abortSignal?: AbortSignal; onCancel?: () => void; }): Promise<T>;","entrypoint":"agent-harness-runtime","exportName":"compactWithSafetyTimeout","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ed18c0da74521f3ab5111f5a85ec652d7ee6bbb82baa64ee57f31ec4423be696","declaration":"export function consumeAdjustedParamsForToolCall(toolCallId: string, runId?: string): unknown;","entrypoint":"agent-harness-runtime","exportName":"consumeAdjustedParamsForToolCall","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"51f76e9e37b65b358f0313e10152d950b003bc3e50f4bb26fe29a988237772e2","declaration":"export function consumePreExecutionBlockedToolCall(toolCallId: string, runId?: string): boolean;","entrypoint":"agent-harness-runtime","exportName":"consumePreExecutionBlockedToolCall","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"58989e3fa91eecf2e05202e36548e6e64a3b9219e83154bd99866c851604e34e","declaration":"export function createAgentToolResultMiddlewareRunner(ctx: AgentToolResultMiddlewareContext, handlers?: AgentToolResultMiddleware[]): { applyToolResultMiddleware(event: AgentToolResultMiddlewareEvent): Promise<OpenClawAgentToolResult>; };","entrypoint":"agent-harness-runtime","exportName":"createAgentToolResultMiddlewareRunner","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b8f6355d7ad1700aceecddaa6e9ccf43091a792d5b481a1ee3f55294a881a67d","declaration":"export function createCodexAppServerToolResultExtensionRunner(ctx: CodexAppServerExtensionContext, factories?: CodexAppServerExtensionFactory[]): { applyToolResultExtensions(event: CodexAppServerToolResultEvent): Promise<AgentToolResult<unknown>>; };","entrypoint":"agent-harness-runtime","exportName":"createCodexAppServerToolResultExtensionRunner","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b63d7e807de37989954018686a2c3ddaa30f4bb71d610221b178495f978ef9bb","declaration":"export function deliverAgentHarnessUserInputPrompt(params: PromptDeliveryParams, questions: readonly AgentHarnessUserInputQuestion[], options?: AgentHarnessUserInputPromptOptions): Promise<void>;","entrypoint":"agent-harness-runtime","exportName":"deliverAgentHarnessUserInputPrompt","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6f436485257f69fa07a18203b91d4341690522f12aff4f25805c7a1e21326ee3","declaration":"export function detectAndLoadAgentHarnessPromptImages(params: { prompt: string; workspaceDir: string; model: { input?: string[]; }; existingImages?: ImageContent[]; imageOrder?: PromptImageOrderEntry[]; media?: MediaFact[]; config?: OpenClawConfig; workspaceOnly?: boolean; localRoots?: readonly string[]; sandbox?: { root: string; bridge: SandboxFsBridge; }; }): Promise<{ images: ImageContent[]; detectedRefs: Array<{ raw: string; resolved: string; type: \"path\" | \"media-uri\"; }>; loadedCount: number; skippedCount: number; }>;","entrypoint":"agent-harness-runtime","exportName":"detectAndLoadAgentHarnessPromptImages","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"13649ee853485319e7449fda25c106b3f3f53d3090e53cdbb28e220a8529eb80","declaration":"export function disposeRegisteredAgentHarnesses(): Promise<void>;","entrypoint":"agent-harness-runtime","exportName":"disposeRegisteredAgentHarnesses","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c38cd390190bb07ddcd247420d6e0b489a0229bd402ddca0440417217a57251a","declaration":"export function emitAgentEvent(event: Omit<AgentEventPayload, \"seq\" | \"ts\">): void;","entrypoint":"agent-harness-runtime","exportName":"emitAgentEvent","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9a2aa71be64fa5b2fac42dbeff703422c966986621c75a5d4c6b4695d2f351eb","declaration":"export function emptyAgentHarnessUserInputAnswers(): AgentHarnessUserInputAnswers;","entrypoint":"agent-harness-runtime","exportName":"emptyAgentHarnessUserInputAnswers","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"04f3036bbf9cea216515135b2ea4e6be85f6ce49f3c276679b99d592091b9c57","declaration":"export function estimateRenderedLlmBoundaryTokenPressure(params: { systemPrompt?: string; prompt: string; }): number;","entrypoint":"agent-harness-runtime","exportName":"estimateRenderedLlmBoundaryTokenPressure","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e9a5f0853506535076a38be475fa67fef26eb4863454c87444ea83c9f667b36d","declaration":"export function extractMessagingToolSend(toolName: string, args: Record<string, unknown>, options?: { config?: OpenClawConfig; currentChannelId?: string; currentMessagingTarget?: string; currentThreadId?: string; currentMessageId?: string | number; replyToMode?: \"off\" | \"first\" | \"all\" | \"batched\"; hasRepliedRef?: { value: boolean; }; }): MessagingToolSend | undefined;","entrypoint":"agent-harness-runtime","exportName":"extractMessagingToolSend","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"23230fb17ead4565c2c50a6910c8e79ad890c02cf32c107f05e83a9414b7eaa7","declaration":"export function extractMessagingToolSendResult(pending: MessagingToolSend, result: unknown): MessagingToolSend;","entrypoint":"agent-harness-runtime","exportName":"extractMessagingToolSendResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"816f79975f1691e1c2e37184ed03a102fcbf53244825dea36cb25ecb68317c19","declaration":"export function extractToolErrorMessage(result: unknown): string | undefined;","entrypoint":"agent-harness-runtime","exportName":"extractToolErrorMessage","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ff22e4807cf70830bbcb5d08acc7094a28213fdf53d7de8966beb091a511f49c","declaration":"export function extractToolResultMediaArtifact(result: unknown): ToolResultMediaArtifact | undefined;","entrypoint":"agent-harness-runtime","exportName":"extractToolResultMediaArtifact","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef90f1a869be59c72840726375b6b7a1ae5bfd22c907ca1d92d39173b905d4b5","declaration":"export function filterProviderNormalizableTools<TTool extends Pick<AnyAgentTool, \"name\" | \"parameters\">>(tools: readonly TTool[]): RuntimeToolSchemaInspection<TTool>;","entrypoint":"agent-harness-runtime","exportName":"filterProviderNormalizableTools","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4ebef800e52f4a37e171462d1f57d77816575dff9b998a5c54e1f40ef3bf8429","declaration":"export function filterToolResultMediaUrls(toolName: string | undefined, mediaUrls: string[], result?: unknown, trustedLocalMediaToolNames?: ReadonlySet<string>): string[];","entrypoint":"agent-harness-runtime","exportName":"filterToolResultMediaUrls","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"759660149e190f296d08a42aff55b4d1a1ef411977b8086f3d85aeefdf842f8d","declaration":"export function finalizeHarnessContextEngineTurn(params: { contextEngine?: HarnessContextEngine; promptError: boolean; aborted: boolean; yieldAborted: boolean; sessionIdUsed: string; sessionKey?: string; sessionTarget?: ContextEngineSessionTarget; sessionFile: string; messagesSnapshot: AgentMessage[]; prePromptMessageCount: number; tokenBudget?: number; runtimeContext?: ContextEngineRuntimeContext; runtimeSettings?: ContextEngineRuntimeSettings; contextEngineHostSupport?: ContextEngineHostSupport; harnessId?: string | null; runtimeId?: string | null; providerId?: string | null; requestedModelId?: string | null; modelId?: string | null; maxOutputTokens?: number | null; fallbackReason?: string | null; degradedReason?: string | null; runMaintenance?: typeof runHarnessContextEngineMaintenance; sessionManager?: unknown; config?: OpenClawConfig; warn: (message: string) => void; isHeartbeat?: boolean; }): Promise<{ postTurnFinalizationSucceeded: boolean; }>;","entrypoint":"agent-harness-runtime","exportName":"finalizeHarnessContextEngineTurn","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f758b4778e5ff88b2f31612b50e3c0a1d6e5ea768d3c29872a0ec1d3a262b289","declaration":"export function finalizeToolTerminalPresentation(params: { toolCallId: string; runId?: string; result: Awaited<ReturnType<AnyAgentTool[\"execute\"]>>; isError: boolean; observer?: ToolOutcomeObserver; toolName?: string; toolCallOrdinal?: number; }): void;","entrypoint":"agent-harness-runtime","exportName":"finalizeToolTerminalPresentation","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4a1a89208e3b694edced67d3795d0e7a2749d3bbbc7232f9fa2cae3aba3e1d0d","declaration":"export function fingerprintResolvedAuthProfileCredential(params: { profileId: string; credential: AuthProfileCredential; resolvedAuth: ResolvedProviderAuth | null | undefined; }): string | undefined;","entrypoint":"agent-harness-runtime","exportName":"fingerprintResolvedAuthProfileCredential","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9d3a0152d043c89ab90dc53179263621eeea9f452de76788bceb2913ff9c5480","declaration":"export function formatAgentHarnessUserInputPrompt(questions: readonly AgentHarnessUserInputQuestion[], options?: AgentHarnessUserInputPromptOptions): string;","entrypoint":"agent-harness-runtime","exportName":"formatAgentHarnessUserInputPrompt","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9bfee4308a0baaa873b47f3a8f3ce5b0e66c13eb314e421d3735b8294d2044e2","declaration":"export function formatApprovalDisplayPath(value: string): string;","entrypoint":"agent-harness-runtime","exportName":"formatApprovalDisplayPath","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3123d3dbf25a02fccc946f2baf2a343628e80ac284735b42fb8ebc48de4d474d","declaration":"export function formatErrorMessage(err: unknown): string;","entrypoint":"agent-harness-runtime","exportName":"formatErrorMessage","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a6bf6552cf30caac547676982b3320a5c2e5dbb7b0dc26b685d7d8ccdc0a3a2f","declaration":"export function formatFastModeAutoProgressText(params: { enabled: boolean; elapsedSeconds: number; fastAutoOnSeconds?: number; }): string;","entrypoint":"agent-harness-runtime","exportName":"formatFastModeAutoProgressText","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4f209d4cfd39c038924f772145400a55a10357ae3344995c855ef4407905e98e","declaration":"export function formatPrePromptPrecheckLog(params: { result: PreemptiveCompactionDecision; sessionKey?: string; sessionId?: string; provider: string; modelId: string; messageCount: number; unwindowedMessageCount?: number; contextTokenBudget: number; reserveTokens: number; sessionFile?: string; }): string;","entrypoint":"agent-harness-runtime","exportName":"formatPrePromptPrecheckLog","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5fa61424d7471cf6f3b142964294cca4723eefc5b673eff97b2b1a8b3f139172","declaration":"export function formatToolAggregate(toolName?: string, metas?: string[], options?: ToolAggregateOptions): string;","entrypoint":"agent-harness-runtime","exportName":"formatToolAggregate","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cb9c705d6862116c7c61a3cc3941f8fea1c834ad14a628441cff1d1a697eb00b","declaration":"export function formatToolExecutionErrorMessage(error: unknown, fallback: string): string;","entrypoint":"agent-harness-runtime","exportName":"formatToolExecutionErrorMessage","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"16ca31a0ec0bec339d1a9ac63252eec5665d00d763c20075a93be176dc098239","declaration":"export function formatToolProgressOutput(output: string, options?: { maxChars?: number; }): string | undefined;","entrypoint":"agent-harness-runtime","exportName":"formatToolProgressOutput","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"43d14ee5a05c9d84c9d1b8b966882a48c1e8b68d6b7455d041a1d2d61156f4b8","declaration":"export function getAgentHarnessHookRunner(): AgentHarnessHookRunner;","entrypoint":"agent-harness-runtime","exportName":"getAgentHarnessHookRunner","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"37c1f0f87fd002e7de9ddb6ec0e4389e7add214dd3ceb6001077038f395d8451","declaration":"export function getBeforeToolCallFailureDisposition(error: unknown): BeforeToolCallFailureDisposition | undefined;","entrypoint":"agent-harness-runtime","exportName":"getBeforeToolCallFailureDisposition","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2f995f2a9777cac11240f0dd375d2041fdc11ca0ad57c65e102db3d0be6b6f62","declaration":"export function getBeforeToolCallPolicyDiagnosticState(): BeforeToolCallPolicyDiagnosticState;","entrypoint":"agent-harness-runtime","exportName":"getBeforeToolCallPolicyDiagnosticState","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"45828b5ebf771446b493a1af9dee71e58aa8b96a28957a633e5fd5f3d6bfcaa4","declaration":"export function getChannelAgentToolMeta(tool: ChannelAgentTool): ChannelAgentToolMeta | undefined;","entrypoint":"agent-harness-runtime","exportName":"getChannelAgentToolMeta","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"aa420f721f63b5ead319fb894640576ee4b9c71a96a23b7a847f8206f4806824","declaration":"export function getModelProviderRequestTransport(model: object): ModelProviderRequestTransportOverrides | undefined;","entrypoint":"agent-harness-runtime","exportName":"getModelProviderRequestTransport","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4a4177e99549a3eb6125d0900175fb0d538cff8a15956583a7341b514e126d86","declaration":"export function getPluginToolMeta(tool: AnyAgentTool): PluginToolMeta | undefined;","entrypoint":"agent-harness-runtime","exportName":"getPluginToolMeta","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a4a0a2bec0c3f31037c4c66805be0e0c95fd9e01574280f8b4e87ae9e7080426","declaration":"export function hasBeforeToolCallPolicy(): boolean;","entrypoint":"agent-harness-runtime","exportName":"hasBeforeToolCallPolicy","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"93658f0e1bf7849f69080a35864596090f00382cb32024fa09f835795ae38bdd","declaration":"export function hasNativeHookRelayInvocation(params: { relayId: string; event: NativeHookRelayEvent; toolUseId?: string; }): boolean;","entrypoint":"agent-harness-runtime","exportName":"hasNativeHookRelayInvocation","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2cf528c0c4f67990f7fb1c8d35d8c0315ab24275ce6d7128b9804b55d32693d1","declaration":"export function hasSandboxBindContainerPathAliases(binds: readonly string[] | undefined): boolean;","entrypoint":"agent-harness-runtime","exportName":"hasSandboxBindContainerPathAliases","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"69e309cbc70f67e4394ec0c1d1861dca5043d3f76af7c8f41228bd3a0a3c0401","declaration":"export function hasSandboxBindReadonlyHostShadows(binds: readonly string[] | undefined): boolean;","entrypoint":"agent-harness-runtime","exportName":"hasSandboxBindReadonlyHostShadows","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c7c474a2a57d556ccfb6779011f16ae97a7be4c461f00d61ab59d938ffd4f2f","declaration":"export function inferToolMetaFromArgs(toolName: string, args: unknown, options?: { detailMode?: ToolProgressDetailMode; }): string | undefined;","entrypoint":"agent-harness-runtime","exportName":"inferToolMetaFromArgs","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"387390fcfe1e9d6805831c6504523300e95626648b00770c0df011aa2bcf1fb1","declaration":"export function inspectRuntimeToolInputSchemas(tools: readonly Pick<AnyAgentTool, \"name\" | \"parameters\">[]): RuntimeToolSchemaDiagnostic[];","entrypoint":"agent-harness-runtime","exportName":"inspectRuntimeToolInputSchemas","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"404bbead66733781474c9ab99f75cffc7450c528e8b08400953cb6b145e65c20","declaration":"export function invokeNativeHookRelay(params: InvokeNativeHookRelayParams): Promise<NativeHookRelayProcessResponse>;","entrypoint":"agent-harness-runtime","exportName":"invokeNativeHookRelay","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a4b89e309d2a1acb38fd9cf7d11c0b2d79f24966cbf00c5946eadfa46d90db5c","declaration":"export function isActiveHarnessContextEngine(contextEngine: ContextEngine | undefined): contextEngine is ContextEngine;","entrypoint":"agent-harness-runtime","exportName":"isActiveHarnessContextEngine","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"109e081a85e44d3ec8b15f9bba316d8962407c3d11da236ebed5226e1422f565","declaration":"export function isAgentToolReplaySafe(tool: { name?: string; }, options?: { declaredReplaySafe?: (tool: { name?: string; }) => boolean | undefined; }): boolean;","entrypoint":"agent-harness-runtime","exportName":"isAgentToolReplaySafe","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a4553d78386326967e40d1a580948ebdbba8b26737987584dc201de1a2a7ceca","declaration":"export function isDeliveredMessageToolOnlySourceReplyResult(params: { sourceReplyDeliveryMode?: SourceReplyDeliveryMode; toolName: string; args?: unknown; result?: unknown; hookResult?: unknown; isError?: boolean; allowExplicitSourceRoute?: boolean; }): boolean;","entrypoint":"agent-harness-runtime","exportName":"isDeliveredMessageToolOnlySourceReplyResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e7eb8a73fe488be7085871089f158fd4cdd9c528e96d675fa607d787cce54a5d","declaration":"export function isDeliveredMessagingToolResult(params: { toolName?: string; args?: unknown; result?: unknown; hookResult?: unknown; isError?: boolean; }): boolean;","entrypoint":"agent-harness-runtime","exportName":"isDeliveredMessagingToolResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"97b3eef13d44b76825cd7cad00ddcf0188c0e570f08b382a8065ee450df1fe9c","declaration":"export function isHostScopedAgentToolActive(toolName: string): boolean;","entrypoint":"agent-harness-runtime","exportName":"isHostScopedAgentToolActive","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"86a06a9aa3c4c09e8597e6e5606009c18c06a14d2f32962a9127c18bb1286308","declaration":"export function isMessagingTool(toolName: string): boolean;","entrypoint":"agent-harness-runtime","exportName":"isMessagingTool","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1dafab1c41d967ca321cf6ec2d618e1069536b00707944b1df148dbb7151379f","declaration":"export function isMessagingToolSendAction(toolName: string, args: Record<string, unknown>): boolean;","entrypoint":"agent-harness-runtime","exportName":"isMessagingToolSendAction","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ed2b409eca42cf41aa026eb8352ceca58d6a2bc3a4951173747ce3c653ad7cc8","declaration":"export function isReplaySafeToolCall(toolName: string, args: unknown): boolean;","entrypoint":"agent-harness-runtime","exportName":"isReplaySafeToolCall","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"98ea071fe3a9c287ec7da53d30f13f45c5a9f03664c852c6db65922520326316","declaration":"export function isSubagentSessionKey(sessionKey: string | undefined | null): boolean;","entrypoint":"agent-harness-runtime","exportName":"isSubagentSessionKey","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"097697100ca271735f738aedbeb106b69689c5b1f27d9910779a8e329e90471f","declaration":"export function isToolResultError(result: unknown): boolean;","entrypoint":"agent-harness-runtime","exportName":"isToolResultError","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ae18fa19e0fee1e52ed5438ff9d869ea4431b7556772e87f4890c839368819b0","declaration":"export function isToolWrappedWithBeforeToolCallHook(tool: AnyAgentTool): boolean;","entrypoint":"agent-harness-runtime","exportName":"isToolWrappedWithBeforeToolCallHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e79c9b4db4224435bfa431f8408db4edbc49c181c8515552185869d4b46f1e73","declaration":"export function listNodes(opts: GatewayCallOptions, signal?: AbortSignal): Promise<NodeListNode[]>;","entrypoint":"agent-harness-runtime","exportName":"listNodes","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"84fbb072408d8c74eb15d2a2cfb593dfd275331007dde145a37f75e29b77bcee","declaration":"export function loadCodexBundleMcpThreadConfig(params: LoadCodexBundleMcpThreadConfigParams): Promise<CodexBundleMcpThreadConfig>;","entrypoint":"agent-harness-runtime","exportName":"loadCodexBundleMcpThreadConfig","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2e32715ecdc958ee6724ab2a3b830c73ff196e772095d82390f09c49c9ac7cfd","declaration":"export function logAgentRuntimeToolDiagnostics(params: AgentRuntimeToolPolicyParams): void;","entrypoint":"agent-harness-runtime","exportName":"logAgentRuntimeToolDiagnostics","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b930ef095891050a0d13f022e7982d8801fedc092bf33ca4fd26b36c13483424","declaration":"export function materializeRequesterScopedMcpToolsForHarnessRun(params: Parameters<typeof materializeRequesterScopedMcpToolsForHarnessRun>[0]): Promise<Awaited<ReturnType<typeof materializeRequesterScopedMcpToolsForHarnessRun>>>;","entrypoint":"agent-harness-runtime","exportName":"materializeRequesterScopedMcpToolsForHarnessRun","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b03ef70abed6ff63b927e8529e937d61a9b6d7a9e880ca94587f9566a3662ee3","declaration":"export function normalizeAgentHarnessUserInputAnswer(answer: string, question: AgentHarnessUserInputQuestion): string | undefined;","entrypoint":"agent-harness-runtime","exportName":"normalizeAgentHarnessUserInputAnswer","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"74d3717e16245facc4db7f181614a47f33fc89adb6da7511bfaba4a93ce2dd85","declaration":"export function normalizeAgentRuntimeTools<TSchemaType extends TSchema = TSchema, TResult = unknown>(params: AgentRuntimeToolPolicyParams<TSchemaType, TResult>): AgentTool<TSchemaType, TResult>[];","entrypoint":"agent-harness-runtime","exportName":"normalizeAgentRuntimeTools","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6107eda06fdc1f8c90efeb48b378d31ef7ba9252ec13cf5e119da885a512f657","declaration":"export function normalizeHeartbeatToolResponse(value: unknown): HeartbeatToolResponse | undefined;","entrypoint":"agent-harness-runtime","exportName":"normalizeHeartbeatToolResponse","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"86e0fbcd6765095ed0ab14d01a73a79533c9badda2d97753c61eecb1921cdfbb","declaration":"export function normalizeProviderToolSchemas<TSchemaType extends TSchema = TSchema, TResult = unknown>(params: ProviderToolSchemaParams<TSchemaType, TResult>): AgentTool<TSchemaType, TResult>[];","entrypoint":"agent-harness-runtime","exportName":"normalizeProviderToolSchemas","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6276e886d31c2e966e20f537e3bc9d19c128062db9f38a46922430a9ad9511d0","declaration":"export function normalizeUsage(raw?: UsageLike | null): NormalizedUsage | undefined;","entrypoint":"agent-harness-runtime","exportName":"normalizeUsage","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54b3d330f0e8444519889779c6399e602bef056c9762f4af60131ba3c3e1dd0a","declaration":"export function onAgentEvent(listener: (evt: AgentEventPayload) => void): () => void;","entrypoint":"agent-harness-runtime","exportName":"onAgentEvent","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a55a805f023c62fe166e838bace4c149ab23beece547ee0006846989f7127ec6","declaration":"export function prepareHarnessNativeMcpAppPreview(params: { runtime: SessionMcpRuntime; serverName: string; toolName: string; uiResourceUri: string; toolCallId: string; toolInput: unknown; toolResult: import(\"@modelcontextprotocol/sdk/types.js\").CallToolResult; allowedAppToolNames: ReadonlySet<string>; resultMetaState?: \"unavailable\"; }): Promise<{ mcpAppPreview: unknown; } | undefined>;","entrypoint":"agent-harness-runtime","exportName":"prepareHarnessNativeMcpAppPreview","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8f196b3b00a67083a3ce09ac958d3e620b2b24c76e76c012ff4d914785c6465e","declaration":"export function projectAgentHarnessTranscriptMessageForDisplay<T extends AgentMessage>(params: { hidden: boolean; message: T; }): T;","entrypoint":"agent-harness-runtime","exportName":"projectAgentHarnessTranscriptMessageForDisplay","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"40154c3b7b2a7179df33f4a3fbef5e56078be2759d5aab29f39eb0f3c92fc631","declaration":"export function projectRuntimeToolInputSchema(schema: unknown, path?: string): RuntimeToolInputSchemaProjection;","entrypoint":"agent-harness-runtime","exportName":"projectRuntimeToolInputSchema","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e42e3dc63e8545bb9a6056336fbd6c1dc8f356dce4f0f1c6d9765254c974390e","declaration":"export function projectSettledTurnFinalizationAttemptResult(result: AgentHarnessAttemptResult): AgentHarnessSettledTurnFinalizationResult;","entrypoint":"agent-harness-runtime","exportName":"projectSettledTurnFinalizationAttemptResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3fbe470f065d2c2f16de538d8347934ec2daee2081d8903db1777b0afd2a8043","declaration":"export function queueAgentHarnessMessage(sessionId: string, text: string, options?: EmbeddedAgentQueueMessageOptions): boolean;","entrypoint":"agent-harness-runtime","exportName":"queueAgentHarnessMessage","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ed44ea59be68bee94ef22b61cd88171c361275dcc72e786f13155e997c803b28","declaration":"export function registerNativeHookRelay(params: RegisterNativeHookRelayParams): ActiveNativeHookRelayRegistrationHandle;","entrypoint":"agent-harness-runtime","exportName":"registerNativeHookRelay","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b7cc6c35506dc6955e0359aa5c53c15a4d0db23639da8c1717f8fefda953c119","declaration":"export function requestDeferredPluginToolApproval(params: { deferredApproval: DeferredPluginToolApproval; signal?: AbortSignal; }): Promise<HookOutcome>;","entrypoint":"agent-harness-runtime","exportName":"requestDeferredPluginToolApproval","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a2306cba08cb05ff8430c8362c0cc3c821706da5a4e65a06849ad0d0fb007ae3","declaration":"export function resetAgentEventsForTest(options?: { preserveListeners?: boolean; }): void;","entrypoint":"agent-harness-runtime","exportName":"resetAgentEventsForTest","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f255a91162ece4c239bb8fa745efa14a1054bc024a291e9954f75f239b2b87c3","declaration":"export function resolveActiveEmbeddedRunSessionId(sessionKey: string): string | undefined;","entrypoint":"agent-harness-runtime","exportName":"resolveActiveEmbeddedRunSessionId","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e28b0c73b020d4e8cc316b0565ba7195e0283e3464a46212dd90f8fdeeaf0977","declaration":"export function resolveAgentDir(cfg: OpenClawConfig, agentId: string, env?: NodeJS.ProcessEnv): string;","entrypoint":"agent-harness-runtime","exportName":"resolveAgentDir","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0d6c7aa4b881745ae773c1d329506cff36c116d3d625b3ded7e4afa5bb7212b2","declaration":"export function resolveAgentHarnessBeforePromptBuildResult(params: { prompt: string; developerInstructions: string; messages: unknown[]; ctx: AgentHarnessHookContext; bootstrapContextRunKind?: BootstrapContextRunKind; }): Promise<AgentHarnessPromptBuildResult>;","entrypoint":"agent-harness-runtime","exportName":"resolveAgentHarnessBeforePromptBuildResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7b4166cc5ece9d89ce7eb650f17d9a708ce83449fc64fffcb8f5f502eaa4c9ef","declaration":"export function resolveAgentRunAbortLifecycleFields(signal: AbortSignal | undefined): { aborted?: true; stopReason?: typeof AGENT_RUN_ABORTED_STOP_REASON | typeof AGENT_RUN_RESTART_ABORT_STOP_REASON | \"timeout\"; };","entrypoint":"agent-harness-runtime","exportName":"resolveAgentRunAbortLifecycleFields","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e50cfa8189d704dec6b238947e054e394cdab310ac8a52ddadfaa73287fce8c2","declaration":"export function resolveAttemptFsWorkspaceOnly(params: { config?: OpenClawConfig; sessionAgentId: string; }): boolean;","entrypoint":"agent-harness-runtime","exportName":"resolveAttemptFsWorkspaceOnly","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cfa0be4ab1c6ca9a61188ba69cbb5c005ae5fc2f92339aae2233eab0b181af25","declaration":"export function resolveAttemptSpawnWorkspaceDir(params: { sandbox?: { enabled?: boolean; workspaceAccess?: string; } | null; resolvedWorkspace: string; }): string | undefined;","entrypoint":"agent-harness-runtime","exportName":"resolveAttemptSpawnWorkspaceDir","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1f8acd78c036cb6c9f5e1c725cf0d46af30464f08e638b027ad075bf12cb67d5","declaration":"export function resolveBootstrapContextForRun(params: { workspaceDir: string; config?: OpenClawConfig; sessionKey?: string; sessionId?: string; chatType?: ChatType; agentId?: string; warn?: (message: string) => void; contextMode?: BootstrapContextMode; runKind?: BootstrapContextRunKind; }): Promise<{ bootstrapFiles: WorkspaceBootstrapFile[]; contextFiles: EmbeddedContextFile[]; }>;","entrypoint":"agent-harness-runtime","exportName":"resolveBootstrapContextForRun","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d8123dd4310bfa94fbde2ce6a41c61f655b78bb0f771c50d349c033c93d8bf5e","declaration":"export function resolveBootstrapFilesForRun(params: { workspaceDir: string; config?: OpenClawConfig; sessionKey?: string; sessionId?: string; chatType?: ChatType; agentId?: string; warn?: (message: string) => void; contextMode?: BootstrapContextMode; runKind?: BootstrapContextRunKind; }): Promise<WorkspaceBootstrapFile[]>;","entrypoint":"agent-harness-runtime","exportName":"resolveBootstrapFilesForRun","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a6231156145e3f4a0db37f58957edb500c59b4aeaea19668a4c99c6975e26a05","declaration":"export function resolveCompactionTimeoutMs(cfg?: OpenClawConfig): number;","entrypoint":"agent-harness-runtime","exportName":"resolveCompactionTimeoutMs","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ee67cf8936c65106d99095fc2145e3392bc83b1cdb858b8d598a3238c38e48ae","declaration":"export function resolveContextEngineOwnerPluginId(engine: ContextEngine | undefined | null): string | undefined;","entrypoint":"agent-harness-runtime","exportName":"resolveContextEngineOwnerPluginId","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"69abc1072df4075d12b0128ca7d7d82935154afb751d0196602c02b0b65e3e51","declaration":"export function resolveDefaultAgentDir(cfg: OpenClawConfig, env?: NodeJS.ProcessEnv): string;","entrypoint":"agent-harness-runtime","exportName":"resolveDefaultAgentDir","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"29bd3d3c9a1729ef5d8f612bac49c7ca172d0ed2b8a9dfd0179dd83026579300","declaration":"export function resolveEmbeddedAttemptToolConstructionPlan(params: { disableTools?: boolean; isRawModelRun?: boolean; toolsEnabled?: boolean; toolsAllow?: string[]; forceMessageTool?: boolean; }): { constructTools: boolean; includeCoreTools: boolean; runtimeToolAllowlist?: string[]; codingToolConstructionPlan: OpenClawCodingToolConstructionPlan; };","entrypoint":"agent-harness-runtime","exportName":"resolveEmbeddedAttemptToolConstructionPlan","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f1a0dae1e84c16b192b4c1f38fc54507691c774df7b8e68d5e9dee214acb7797","declaration":"export function resolveFastModeForElapsed(params: { mode?: FastMode; startedAtMs: number; fastAutoOnSeconds?: number; nowMs?: number; }): { mode: FastMode | undefined; enabled: boolean; elapsedSeconds: number; fastAutoOnSeconds: number; };","entrypoint":"agent-harness-runtime","exportName":"resolveFastModeForElapsed","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a36f94a5d2408964d52b23e38f02c8e9467266d8e06e6fee0fdf16946eae9e79","declaration":"export function resolveModelAuthMode(provider?: string, cfg?: OpenClawConfig, store?: AuthProfileStore, options?: { workspaceDir?: string; }): ModelAuthMode | undefined;","entrypoint":"agent-harness-runtime","exportName":"resolveModelAuthMode","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"714a04276dcddc15a1079835050cdef88837b7159d24a72db8938bb3b45c764f","declaration":"export function resolveNativeHookRelayDeferredToolApproval(params: { relayId: string; toolUseId?: string; signal?: AbortSignal; }): Promise<NativeHookRelayDeferredApprovalOutcome | undefined>;","entrypoint":"agent-harness-runtime","exportName":"resolveNativeHookRelayDeferredToolApproval","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fbda2ecc8054053facbdaf406268fb2d50f3f68e6e2446f23a90f385278fcc24","declaration":"export function resolveNodeIdFromList(nodes: NodeListNode[], query?: string, allowDefault?: boolean, options?: { allowCompactDisplayName?: boolean; }): string;","entrypoint":"agent-harness-runtime","exportName":"resolveNodeIdFromList","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b325a6d70ba080e1b2687c21048c06fe8a913eee1c6bfd9166bad6a4b2864675","declaration":"export function resolveSandboxContext(params: { config?: OpenClawConfig; agentId?: string; execOverrides?: ExecPolicyOverrides; requireCurrentConfig?: boolean; sessionKey?: string; skillsSnapshot?: SkillSnapshot; workspaceDir?: string; }): Promise<SandboxContext | null>;","entrypoint":"agent-harness-runtime","exportName":"resolveSandboxContext","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9aab8cf42913a365a7e26efdea7abee4445cf9a47a34067e952ea7ee2ed44731","declaration":"export function resolveSessionAgentIds(params: { sessionKey?: string; config?: OpenClawConfig; agentId?: string; fallbackAgentId?: string; }): { defaultAgentId: string; sessionAgentId: string; };","entrypoint":"agent-harness-runtime","exportName":"resolveSessionAgentIds","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a34704c97920f0c3cb70407476fb16ebf1a6fb8a74f01c3ab5425bdbf08e9612","declaration":"export function resolveSessionWriteLockAcquireTimeoutMs(_config?: SessionWriteLockAcquireTimeoutConfig, _env?: NodeJS.ProcessEnv): number;","entrypoint":"agent-harness-runtime","exportName":"resolveSessionWriteLockAcquireTimeoutMs","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2eb76630485e36b410dd663450f0c34b126593961069622cc6bef762f84a71cd","declaration":"export function resolveSessionWriteLockOptions(_config?: SessionWriteLockAcquireTimeoutConfig, _params?: { env?: NodeJS.ProcessEnv; maxHoldMsFallback?: number; }): { timeoutMs: number; staleMs: number; maxHoldMs: number; };","entrypoint":"agent-harness-runtime","exportName":"resolveSessionWriteLockOptions","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a53cc334a5e6618653a6c6912468161f5259dcfacfc263a68f076ea6c4fd9c09","declaration":"export function resolveToolExecutionErrorKind(error: unknown): \"failed\" | \"timed_out\";","entrypoint":"agent-harness-runtime","exportName":"resolveToolExecutionErrorKind","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"86c8542427dde37c9cf3e22ed943b4a933da7cbcd43113ab0f706b4ed2736f0f","declaration":"export function resolveToolResultFailureKind(result: unknown): ToolResultFailureKind | undefined;","entrypoint":"agent-harness-runtime","exportName":"resolveToolResultFailureKind","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2fb5a4e5546086c8a69600795e5b6cde1817b2ba5a4680600c41297005b3ee2","declaration":"export function resolveUserPath(input: string, env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"agent-harness-runtime","exportName":"resolveUserPath","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4204798ce3bf40e0b488d6642a9617f361e53931f634042fcd09dde69f3924c4","declaration":"export function resolveWritableSandboxBindHostRoots(binds: readonly string[] | undefined): string[];","entrypoint":"agent-harness-runtime","exportName":"resolveWritableSandboxBindHostRoots","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"10e5de5d2202452344eca9023fccecd19bcede51b031fe7926bd6335e7767158","declaration":"export function runAgentCleanupStep(params: { runId: string; sessionId: string; step: string; cleanup: () => Promise<void>; getTimeoutDetails?: () => string | undefined; log: AgentCleanupLogger; env?: NodeJS.ProcessEnv; timeoutMs?: number; }): Promise<void>;","entrypoint":"agent-harness-runtime","exportName":"runAgentCleanupStep","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"816bf59dedc19b85f9da621b41b7a73ac2c0b4c4729c044322948f57aa9bda4b","declaration":"export function runAgentEndSideEffects(params: AgentEndSideEffectsParams): void;","entrypoint":"agent-harness-runtime","exportName":"runAgentEndSideEffects","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a88818cc62232eeb75281bb6ccfbaf7928a4bb1390313c73c08b14c73e4e92bb","declaration":"export function runAgentHarnessAfterCompactionHook(params: { sessionFile: string; messages?: AgentMessage[]; ctx: AgentHarnessHookContext; compactedCount: number; }): Promise<void>;","entrypoint":"agent-harness-runtime","exportName":"runAgentHarnessAfterCompactionHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d6517f30fc90c4fa8ef89ac0fe3d6499adcfad71fd3ab46cc66d3e4a2472a844","declaration":"export function runAgentHarnessAfterToolCallHook(params: { toolName: string; toolCallId: string; runId?: string; agentId?: string; sessionId?: string; sessionKey?: string; channelId?: string; startArgs: Record<string, unknown>; result?: unknown; error?: string; startedAt?: number; }): Promise<void>;","entrypoint":"agent-harness-runtime","exportName":"runAgentHarnessAfterToolCallHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"58ae81c43c770b2b7586014081120e123c4c4223b89cdd7b9649eb2f98a1d9a0","declaration":"export function runAgentHarnessAgentEndHook(params: { event: PluginHookAgentEndEvent; ctx: AgentHarnessHookContext; hookRunner?: AgentHarnessHookRunner; }): void;","entrypoint":"agent-harness-runtime","exportName":"runAgentHarnessAgentEndHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e4784aeda4c24b60cd49b7f5983e70a380a4759d5176c74d30f2900952ba848f","declaration":"export function runAgentHarnessBeforeAgentFinalizeHook(params: { event: PluginHookBeforeAgentFinalizeEvent; ctx: AgentHarnessHookContext; hookRunner?: AgentHarnessHookRunner; }): Promise<AgentHarnessBeforeAgentFinalizeOutcome>;","entrypoint":"agent-harness-runtime","exportName":"runAgentHarnessBeforeAgentFinalizeHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8fec73ee8c7c9be3335bd6dc1bac9278f0be5beef22a5975eb06e56f504f4bd6","declaration":"export function runAgentHarnessBeforeCompactionHook(params: { sessionFile: string; messages?: AgentMessage[]; ctx: AgentHarnessHookContext; }): Promise<void>;","entrypoint":"agent-harness-runtime","exportName":"runAgentHarnessBeforeCompactionHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"021b81820bef2e8d54c50a5fc159d6665b23b50a1f5c40dae76a4833839d89c9","declaration":"export function runAgentHarnessBeforeMessageWriteHook(params: { message: AgentMessage; agentId?: string; sessionKey?: string; }): AgentMessage | null;","entrypoint":"agent-harness-runtime","exportName":"runAgentHarnessBeforeMessageWriteHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d40db54ef0fcc481063d718dea2ed1bdbe64b75aee82cd0efcf02ba86039765d","declaration":"export function runAgentHarnessGatewayQuestion(params: RunAgentHarnessGatewayQuestionParams): Promise<QuestionWaitAnswerResult>;","entrypoint":"agent-harness-runtime","exportName":"runAgentHarnessGatewayQuestion","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"50a4d7cb20dd8f884abbcb62d77b5b2df183fbfcd058cc7aa76edacd1f7b90d8","declaration":"export function runAgentHarnessLlmInputHook(params: { event: PluginHookLlmInputEvent; ctx: AgentHarnessHookContext; hookRunner?: AgentHarnessHookRunner; }): void;","entrypoint":"agent-harness-runtime","exportName":"runAgentHarnessLlmInputHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1bd55c141c249b1c04470cafe0cd4d41dce334ea2883ce83235af56d24a15cca","declaration":"export function runAgentHarnessLlmOutputHook(params: { event: PluginHookLlmOutputEvent; ctx: AgentHarnessHookContext; hookRunner?: AgentHarnessHookRunner; }): void;","entrypoint":"agent-harness-runtime","exportName":"runAgentHarnessLlmOutputHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c4c5131ab7065decd8d8e935ac3779e3baa2c52fbbbd95a6ccb624377db09ca1","declaration":"export function runBeforeToolCallHook(args: { toolName: string; params: unknown; toolKind?: PluginHookToolKind; toolInputKind?: PluginHookToolInputKind; toolCallId?: string; ctx?: HookContext; signal?: AbortSignal; approvalMode?: \"request\" | \"report\" | \"deny\" | \"defer\"; }): Promise<HookOutcome>;","entrypoint":"agent-harness-runtime","exportName":"runBeforeToolCallHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"35268edd668bcf1981dff5f000b8bbb5847a1a9bb7e8923769edc378e21108aa","declaration":"export function runHarnessContextEngineMaintenance(params: { contextEngine?: HarnessContextEngine; sessionId: string; sessionKey?: string; sessionTarget?: ContextEngineSessionTarget; sessionFile: string; reason: \"bootstrap\" | \"compaction\" | \"turn\"; sessionManager?: unknown; runtimeContext?: ContextEngineRuntimeContext; runtimeSettings?: ContextEngineRuntimeSettings; contextEngineHostSupport?: ContextEngineHostSupport; harnessId?: string | null; runtimeId?: string | null; providerId?: string | null; requestedModelId?: string | null; modelId?: string | null; tokenBudget?: number | null; maxOutputTokens?: number | null; fallbackReason?: string | null; degradedReason?: string | null; executionMode?: \"foreground\" | \"background\"; onDeferredMaintenance?: (promise: Promise<void>) => void; withSessionManagerRewriteLock?: <T>(operation: () => Promise<T> | T) => Promise<T>; config?: OpenClawConfig; }): Promise<TranscriptRewriteResult | undefined>;","entrypoint":"agent-harness-runtime","exportName":"runHarnessContextEngineMaintenance","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ac1ea146e8b2031b307790d708076df67f0120365804edffacbf9841edd86185","declaration":"export function sanitizeToolResult(result: unknown): unknown;","entrypoint":"agent-harness-runtime","exportName":"sanitizeToolResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b09d666ed5aff56e2b666077ad2b5d2df2437df10e34a5e1c6a528ebb26869fc","declaration":"export function selectDefaultNodeFromList(nodes: NodeListNode[], options?: DefaultNodeSelectionOptions): NodeListNode | null;","entrypoint":"agent-harness-runtime","exportName":"selectDefaultNodeFromList","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0e6cc465d49b74f744890d2b9f9d675bf81e1d15519a1fd8f5ca2bd0b43c7560","declaration":"export function setActiveEmbeddedRun(sessionId: string, handle: EmbeddedAgentQueueHandle, sessionKey?: string, sessionFile?: string): void;","entrypoint":"agent-harness-runtime","exportName":"setActiveEmbeddedRun","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c60602d9b5f7da1173f1393d71789c4eae0cc3907a183c1567bac1f020c79f20","declaration":"export function setBeforeToolCallDiagnosticsEnabled(tool: AnyAgentTool, enabled: boolean): void;","entrypoint":"agent-harness-runtime","exportName":"setBeforeToolCallDiagnosticsEnabled","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ea3e5a6f68c6814c68d7231c4aa47d92e62f6c8ed796cbe4b9f0008120bd752c","declaration":"export function shouldPreemptivelyCompactBeforePrompt(params: { messages: AgentMessage[]; unwindowedMessages?: AgentMessage[]; systemPrompt?: string; prompt: string; contextTokenBudget: number; reserveTokens: number; toolResultMaxChars?: number; llmBoundaryTokenPressure?: LlmBoundaryTokenPressure; }): PreemptiveCompactionDecision;","entrypoint":"agent-harness-runtime","exportName":"shouldPreemptivelyCompactBeforePrompt","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f3fcfaa9fba7fede043a9818e8e91ab3ee84a512f60ed98bffcedb1727877444","declaration":"export function supportsModelTools(model: { compat?: unknown; }): boolean;","entrypoint":"agent-harness-runtime","exportName":"supportsModelTools","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"31ba33ef78140466b2d38dec143ccd2d585e2a9650f0587add458895f99b0703","declaration":"export function wrapToolWithBeforeToolCallHook(tool: AnyAgentTool, ctx?: HookContext, options?: { approvalMode?: \"request\" | \"report\" | \"deny\"; emitDiagnostics?: boolean; }): AnyAgentTool;","entrypoint":"agent-harness-runtime","exportName":"wrapToolWithBeforeToolCallHook","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0132ab054e775f4553bbf67fcca0a128ef3de37ea3a130ae2313154693ade25c","declaration":"export const CODEX_APP_SERVER_CONTEXT_ENGINE_HOST: { readonly id: \"codex-app-server\"; readonly label: \"Codex app-server harness\"; readonly capabilities: readonly [\"bootstrap\", \"assemble-before-prompt\", \"after-turn\", \"maintain\", \"compact\", \"runtime-llm-complete\", \"thread-bootstrap-projection\"];};","entrypoint":"agent-harness-runtime","exportName":"CODEX_APP_SERVER_CONTEXT_ENGINE_HOST","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"181cd40dac0b97cf91b875226d8e384dae2f51636d1dadd75f1ce4f2f86a6079","declaration":"export const FAST_MODE_AUTO_PROGRESS_KIND: \"fast-mode-auto\";","entrypoint":"agent-harness-runtime","exportName":"FAST_MODE_AUTO_PROGRESS_KIND","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"31e5fa241b6ba2df69a35021efae1f23bf1706e064b81bd31e9e0b2857920ab4","declaration":"export const HEARTBEAT_RESPONSE_TOOL_NAME: \"heartbeat_respond\";","entrypoint":"agent-harness-runtime","exportName":"HEARTBEAT_RESPONSE_TOOL_NAME","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"b6b0c1c32f5aff25c1fd0cde3e74a3e2a40b8f5ba3bb8a0833952a73259e9a96","declaration":"export const OPENCLAW_VERSION: string;","entrypoint":"agent-harness-runtime","exportName":"OPENCLAW_VERSION","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"940b484bf560471266e0f25a107e222c36ab7c010b81533729c80a7a0e5215f6","declaration":"export const PREEMPTIVE_OVERFLOW_ERROR_TEXT: \"Context overflow: prompt too large for the model (precheck).\";","entrypoint":"agent-harness-runtime","exportName":"PREEMPTIVE_OVERFLOW_ERROR_TEXT","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"78c1aecd8e1b3d4ab657f6016ffa262a629ac228784656a63afab08a95f3c3be","declaration":"export const SKILL_WORKSHOP_TOOL_NAME: \"skill_workshop\";","entrypoint":"agent-harness-runtime","exportName":"SKILL_WORKSHOP_TOOL_NAME","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"67a2ff3feedf67d1d6e87049216c9cf1c98da94d87841b301d66c0a2d7720ec8","declaration":"export const TOOL_PROGRESS_OUTPUT_MAX_CHARS: 8000;","entrypoint":"agent-harness-runtime","exportName":"TOOL_PROGRESS_OUTPUT_MAX_CHARS","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"0701a22057edc3b733da7e05948db94aa98b337b224a5718efdd85212a8602bf","declaration":"export const TRANSCRIPT_CREDENTIAL_SAFETY_PROMPT: string;","entrypoint":"agent-harness-runtime","exportName":"TRANSCRIPT_CREDENTIAL_SAFETY_PROMPT","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"b5845c99df6c2a834a16678c320e0111bad96a3a7ac245d379aa5e6d2555d29b","declaration":"export const agentHarnessAttemptTerminal: { merge: (current: AgentRunAttemptTerminal, incoming: AgentRunAttemptTerminal) => AgentRunAttemptTerminal; normalize: (input: { aborted?: boolean; externalAbort?: boolean; idleTimedOut?: boolean; promptError?: unknown; promptErrorSource?: AgentRunAttemptFailureSource | null; timedOut?: boolean; timedOutByRunBudget?: boolean; timedOutDuringCompaction?: boolean; timedOutDuringToolExecution?: boolean; }) => AgentRunAttemptTerminal; project: (terminal: AgentRunAttemptTerminal) => { aborted: boolean; cleanupYieldAborted: boolean; externalAbort: boolean; failed: boolean; idleTimedOut: boolean; interrupted: boolean; promptError: unknown; promptErrorSource: AgentRunAttemptFailureSource | null; timedOut: boolean; timedOutByRunBudget: boolean; timedOutDuringCompaction: boolean; timedOutDuringToolExecution: boolean; }; setFailure: (terminal: AgentRunAttemptTerminal, failure: { source: AgentRunAttemptFailureSource; error: unknown; } | null) => AgentRunAttemptTerminal;};","entrypoint":"agent-harness-runtime","exportName":"agentHarnessAttemptTerminal","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"22bcf962aa76c76074c4ed4ad7d6558edbc3588e239263e09af74c1000bbe012","declaration":"export const embeddedAgentLog: SubsystemLogger;","entrypoint":"agent-harness-runtime","exportName":"embeddedAgentLog","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"3bf4f5b98fbf675ac0208efd9de33e62abb30a5a8063e99a661f097d0dee7b84","declaration":"export const nativeHookRelayTesting: { readonly clearNativeHookRelaysForTests: () => void; readonly getNativeHookRelayInvocationsForTests: () => NativeHookRelayInvocation[]; readonly getNativeHookRelayRegistrationForTests: (relayId: string) => NativeHookRelayRegistration | undefined; readonly getNativeHookRelayBridgeDirForTests: () => string; readonly getNativeHookRelayBridgeRegistryPathForTests: (relayId: string) => string; readonly getNativeHookRelayBridgeRecordForTests: (relayId: string) => Record<string, unknown> | undefined; readonly isNativeHookRelayBridgeLookupRetryableForTests: (error: unknown, elapsedMs?: number) => boolean; readonly formatPermissionApprovalDescriptionForTests: (request: NativeHookRelayPermissionApprovalRequest) => string; readonly permissionRequestContentFingerprintForTests: (request: NativeHookRelayPermissionApprovalRequest) => string; readonly permissionRequestToolInputKeyFingerprintForTests: (toolInput: Record<string, unknown>) => string; readonly setNativeHookRelayPermissionApprovalRequesterForTests: (requester: NativeHookRelayPermissionApprovalRequester) => void; readonly setNativeHookRelayDeferredToolApprovalRequesterForTests: (requester: NativeHookRelayDeferredToolApprovalRequester) => void;};","entrypoint":"agent-harness-runtime","exportName":"nativeHookRelayTesting","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"f237bbc11e1d389679cd4e2ad7aa9055951b3029348e3374b81f769786a51d55","declaration":"export type AbortAndDrainAgentHarnessRunResult = AbortAndDrainEmbeddedAgentRunResult;","entrypoint":"agent-harness-runtime","exportName":"AbortAndDrainAgentHarnessRunResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6f802f46717d28d260bbcb2cf4790dfed4e9ab28c4fe822d259228189cca4665","declaration":"export type AgentApprovalEventData = AgentApprovalEventData;","entrypoint":"agent-harness-runtime","exportName":"AgentApprovalEventData","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"12aac3a57ce200b0f082002be237625729f84ed7c337f1bac90bcd0688a53319","declaration":"export type AgentEventPayload = AgentEventPayload;","entrypoint":"agent-harness-runtime","exportName":"AgentEventPayload","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"beb6715ad81487caa2cc2ed8444d6ac2dcf83c9e71fc42d5db9214f2eb12b946","declaration":"export type AgentHarness = AgentHarness;","entrypoint":"agent-harness-runtime","exportName":"AgentHarness","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"beb6715ad81487caa2cc2ed8444d6ac2dcf83c9e71fc42d5db9214f2eb12b946","declaration":"export type AgentHarnessAttemptParams = AgentHarnessAttemptParams;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessAttemptParams","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f6c32237f90d7fe6a024b516a1dd2e6e395c42c66db291649dab441fc1a84ebc","declaration":"export type AgentHarnessAttemptParamsV2 = AgentHarnessAttemptParamsV2;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessAttemptParamsV2","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2dc2a62deea63b316142cc28d40afb88fb0d1e5ce3e048f141420726cda38248","declaration":"export type AgentHarnessAttemptResult = AgentHarnessAttemptResult;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessAttemptResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c7e642234081160830fd9e18a301900f8ee1ea8c88382e5a286f0102de65b714","declaration":"export type AgentHarnessAuthBindingFingerprintParams = AgentHarnessAuthBindingFingerprintParams;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessAuthBindingFingerprintParams","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8f496ce75f294f2aa440a49c3c5b065ddff3a4714df775116af5e53f7fd14fe5","declaration":"export type AgentHarnessCompactParams = CompactEmbeddedAgentSessionParams;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessCompactParams","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"24dda16d58f401889a7f6ffc439b951061240f56e969e3319ab19f046443143c","declaration":"export type AgentHarnessCompactResult = EmbeddedAgentCompactResult;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessCompactResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5449f5c9665fb6d3518902df2b2b352c32e218dcd748550cc0d2010b0e422fe9","declaration":"export type AgentHarnessDeliveryDefaults = AgentHarnessDeliveryDefaults;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessDeliveryDefaults","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"676143ae80ee4f19ffb3d32d1888a5ee0a9630ec5befbd0e8c07aec8ff4c3a74","declaration":"export type AgentHarnessQuestionGatewayCall = AgentHarnessQuestionGatewayCall;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessQuestionGatewayCall","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d1e776f0e575f24162b3472afc81a52655367b6ab97cd60902f382c6f7731134","declaration":"export type AgentHarnessResetParams = AgentHarnessResetParams;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessResetParams","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"728f35b69b5a202a78cc6920ed538eaf9a53c5dd146827d31dd0d6ee5f178942","declaration":"export type AgentHarnessResultClassification = AgentHarnessResultClassification;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessResultClassification","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3bf9650c8a64b1630cfaad354adfc60dcf38c34c703e655320b9c1c59078c105","declaration":"export type AgentHarnessRuntimeArtifactBinding = Readonly<{ id: string; fingerprint: string;}>;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessRuntimeArtifactBinding","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"309695e4dc626cc17872b504bfc9219c7480d1b33fc8a1d170ecd2057d809404","declaration":"export type AgentHarnessSessionForkFailureCode = AgentHarnessSessionForkFailureCode;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessSessionForkFailureCode","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"95741b872a194687696eba4a96d6e887ec6e81922695fa0282cb2f0a46ff9f97","declaration":"export type AgentHarnessSessionForkParams = AgentHarnessSessionForkParams;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessSessionForkParams","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f3c46fef2a6c3393b0b6ad09915abcd6f57bb58ddddde1d60ebd113c7a1c5fa6","declaration":"export type AgentHarnessSessionForkResult = AgentHarnessSessionForkResult;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessSessionForkResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4b5a59730309e446f59a8ec1c554c3193aca1959916594cc657347098bd67a35","declaration":"export type AgentHarnessSettledTurnFinalizationResult = AgentHarnessSettledTurnFinalizationResult;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessSettledTurnFinalizationResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cf635da6cc7587a76acf23e9b488e32f10eac93aa77df664c79f8e9d9e7117be","declaration":"export type AgentHarnessSideQuestionParams = AgentHarnessSideQuestionParams;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessSideQuestionParams","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9cccf03a0d94f0917acf7759c8438a447288490f2fa616890e342faa501f84ac","declaration":"export type AgentHarnessSideQuestionParamsV2 = AgentHarnessSideQuestionParamsV2;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessSideQuestionParamsV2","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e84173055503c40dd0ef1cb67c6d333e9257fcf995252b27c1d58f5c904e8de9","declaration":"export type AgentHarnessSideQuestionResult = AgentHarnessSideQuestionResult;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessSideQuestionResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"50214d08dac98e3c1031ac7bc733b85cb2247d2eef3b6b2045758ae403af7647","declaration":"export type AgentHarnessSupport = AgentHarnessSupport;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessSupport","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"50ce26ea22bc225e6064d2e5f37356b6f4ce4a57f8b9fa42baa4c421da48aad5","declaration":"export type AgentHarnessSupportContext = AgentHarnessSupportContext;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessSupportContext","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"25b07f818c11000753a26eb53144aac11df4ac3a9d9572516b465bd11fd6ec84","declaration":"export type AgentHarnessTerminalOutcomeClassification = AgentHarnessTerminalOutcomeClassification;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessTerminalOutcomeClassification","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c85c9dfde747d6f18c7bbe247908895c5cddddaf9c54b2c8b741412f5547a46d","declaration":"export type AgentHarnessTerminalOutcomeInput = AgentHarnessTerminalOutcomeInput;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessTerminalOutcomeInput","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"78eb2f82b323383d4a1d2662ab8b8bc5bc637077546c4d79c9d70a18eb348abb","declaration":"export type AgentHarnessUserInputAnswers = AgentHarnessUserInputAnswers;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessUserInputAnswers","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"20a8a7c9d5ebf425c30d04eea3856c6c889a210f1fa53c99299df24882afbf92","declaration":"export type AgentHarnessUserInputOption = AgentHarnessUserInputOption;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessUserInputOption","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6224f51b4189f10a642ad7a8f50a902ec9c6a6a4f8dac0c0de5f7bc0271a27e5","declaration":"export type AgentHarnessUserInputPromptOptions = AgentHarnessUserInputPromptOptions;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessUserInputPromptOptions","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d8f1d0d118e1536d1f442d11aeae5334a1ed7949a6c61824f547e12931278e1d","declaration":"export type AgentHarnessUserInputQuestion = AgentHarnessUserInputQuestion;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessUserInputQuestion","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ca20bb488d357785086f04e71b0fbb300a27325217bdbfdcaa1e422eca2fe255","declaration":"export type AgentHarnessV2 = AgentHarnessV2;","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessV2","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6f2af683e6a31cde5a473c77e4f03b8f0ec0351a43ea6c0af979d5b394a33f95","declaration":"export type AgentMessage = AgentMessage;","entrypoint":"agent-harness-runtime","exportName":"AgentMessage","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4ad0f830bf11a2db48faefb1439b7fbb08d9f22d22083f5e301327e1696f2310","declaration":"export type AgentToolResultMiddleware = AgentToolResultMiddleware;","entrypoint":"agent-harness-runtime","exportName":"AgentToolResultMiddleware","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"185abd2870d4df65e9f94623061a30167d17ef1279a395201fe429398bf23500","declaration":"export type AgentToolResultMiddlewareContext = AgentToolResultMiddlewareContext;","entrypoint":"agent-harness-runtime","exportName":"AgentToolResultMiddlewareContext","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"008b6c78d5e44a9d1df1d7e32e6015382ee9ba1cb9b10bd4c2b467619d1c89d4","declaration":"export type AgentToolResultMiddlewareEvent = AgentToolResultMiddlewareEvent;","entrypoint":"agent-harness-runtime","exportName":"AgentToolResultMiddlewareEvent","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"82ae28c61ab64db258dab5fb6b2094ba9ac57dd18ac4c23b31e5ee3130aabee9","declaration":"export type AgentToolResultMiddlewareOptions = AgentToolResultMiddlewareOptions;","entrypoint":"agent-harness-runtime","exportName":"AgentToolResultMiddlewareOptions","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"778a2d45931c1a0f11212555ac2e0038ba521760bbf36fffb872efce771f04b7","declaration":"export type AgentToolResultMiddlewareResult = AgentToolResultMiddlewareResult;","entrypoint":"agent-harness-runtime","exportName":"AgentToolResultMiddlewareResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"bda28e4b0e64ada6e3e6a7ee4fafafabd5bba46a5ecc3daf45061694e69fa27f","declaration":"export type AgentToolResultMiddlewareRuntime = AgentToolResultMiddlewareRuntime;","entrypoint":"agent-harness-runtime","exportName":"AgentToolResultMiddlewareRuntime","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7414a2a79c2d78c1d52538250c827305bba1a2bb25010448837c8524a9f95b3c","declaration":"export type AnyAgentTool = AnyAgentTool;","entrypoint":"agent-harness-runtime","exportName":"AnyAgentTool","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"80d65dc2c0a4ed4783f78228d16c63b75823ad0a396da5b15bd1e53bca801ee0","declaration":"export type BeforeToolCallFailureDisposition = BeforeToolCallFailureDisposition;","entrypoint":"agent-harness-runtime","exportName":"BeforeToolCallFailureDisposition","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4cf7b5a6270163514e81ab2f710f3108e186426229bf4b1b3e2c6a98250547ac","declaration":"export type BeforeToolCallPolicyDiagnosticState = BeforeToolCallPolicyDiagnosticState;","entrypoint":"agent-harness-runtime","exportName":"BeforeToolCallPolicyDiagnosticState","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ae4ac3d7cacc1678d142656bd0830662d5d63590873a48d2d68db05436d203f7","declaration":"export type CodexAppServerExtensionContext = CodexAppServerExtensionContext;","entrypoint":"agent-harness-runtime","exportName":"CodexAppServerExtensionContext","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"dd59c269f614acd0ba57a327008783b62adf5767e271da6d8bf4ba647ce215fc","declaration":"export type CodexAppServerExtensionFactory = CodexAppServerExtensionFactory;","entrypoint":"agent-harness-runtime","exportName":"CodexAppServerExtensionFactory","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d61ba771ff46f36da1e1731f4c485627cf86dd1346874e44725e22343ccdeb85","declaration":"export type CodexAppServerExtensionRuntime = CodexAppServerExtensionRuntime;","entrypoint":"agent-harness-runtime","exportName":"CodexAppServerExtensionRuntime","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c15f3d66b7d3aa6b9e53c9cb2e4797d38d3cdd72dba791da2d52f772d0aedf26","declaration":"export type CodexAppServerToolResultEvent = CodexAppServerToolResultEvent;","entrypoint":"agent-harness-runtime","exportName":"CodexAppServerToolResultEvent","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a4fd6fdb9bf76ddedabaa2a0b92237749ae04c5d70f5f652851230a58244a99f","declaration":"export type CodexAppServerToolResultHandlerResult = CodexAppServerToolResultHandlerResult;","entrypoint":"agent-harness-runtime","exportName":"CodexAppServerToolResultHandlerResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"04b53b51db1369b96dce2d1581b62b3ec089998072dc9afdab1abb463f9ba09f","declaration":"export type CodexBundleMcpThreadConfig = CodexBundleMcpThreadConfig;","entrypoint":"agent-harness-runtime","exportName":"CodexBundleMcpThreadConfig","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9129247066ab131f1b8941c1dbe816e642e0264e364c61aa33b161072195576d","declaration":"export type CompactEmbeddedAgentSessionParams = CompactEmbeddedAgentSessionParams;","entrypoint":"agent-harness-runtime","exportName":"CompactEmbeddedAgentSessionParams","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9129247066ab131f1b8941c1dbe816e642e0264e364c61aa33b161072195576d","declaration":"export type CompactEmbeddedPiSessionParams = CompactEmbeddedAgentSessionParams;","entrypoint":"agent-harness-runtime","exportName":"CompactEmbeddedPiSessionParams","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a4579e4a33000dd6663bc2bd43c4d535a5f1bd2777c99d935309b6a193a5c370","declaration":"export type ContextEngineHostCapability = ContextEngineHostCapability;","entrypoint":"agent-harness-runtime","exportName":"ContextEngineHostCapability","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5110a2fcaf6854e5c9393ca72d5f4381a9cb98d4024b1649c1246127492a1f06","declaration":"export type ContextEngineOperation = ContextEngineOperation;","entrypoint":"agent-harness-runtime","exportName":"ContextEngineOperation","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1e1a4ef01761d4281a1aa1d7b553c561f199500f43f38787eead0e613cc015cf","declaration":"export type ContextEngineProjection = ContextEngineProjection;","entrypoint":"agent-harness-runtime","exportName":"ContextEngineProjection","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9fb75b5ae55437c35f7483426f8ed55828c8c59703a49e368ac7b02825b9486e","declaration":"export type DeferredPluginToolApproval = DeferredPluginToolApproval;","entrypoint":"agent-harness-runtime","exportName":"DeferredPluginToolApproval","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f30b66fd82f4cd61c60880c42a3b8f152ca64a2216036c99ab4129648ed329e7","declaration":"export type EmbeddedAgentCompactResult = EmbeddedAgentCompactResult;","entrypoint":"agent-harness-runtime","exportName":"EmbeddedAgentCompactResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1bbefad0193436f7340f9d0dec50be5d482973325c3c65170b1053dd05566f0a","declaration":"export type EmbeddedContextFile = EmbeddedContextFile;","entrypoint":"agent-harness-runtime","exportName":"EmbeddedContextFile","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f30b66fd82f4cd61c60880c42a3b8f152ca64a2216036c99ab4129648ed329e7","declaration":"export type EmbeddedPiCompactResult = EmbeddedAgentCompactResult;","entrypoint":"agent-harness-runtime","exportName":"EmbeddedPiCompactResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b0d89fe509b6812c24b0a46cbc7d7ce20af0009a415c4e50e20c41af02975b11","declaration":"export type EmbeddedRunAttemptParams = EmbeddedRunAttemptParams;","entrypoint":"agent-harness-runtime","exportName":"EmbeddedRunAttemptParams","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"67dd9a76536fb9f41ae19a380dd71bf10682ff80c63f363b5f8511948dcd1aab","declaration":"export type EmbeddedRunAttemptParamsV2 = EmbeddedRunAttemptParamsV2;","entrypoint":"agent-harness-runtime","exportName":"EmbeddedRunAttemptParamsV2","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a6cd2eebe0d06e6578ec8438a207c5acda10ddf01041102d84e4c576a0b6a42f","declaration":"export type EmbeddedRunAttemptResult = EmbeddedRunAttemptResult;","entrypoint":"agent-harness-runtime","exportName":"EmbeddedRunAttemptResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f6cb2d6411db22cb04220777720d97bcca977351de1cb344ce2ff6ab126a3a08","declaration":"export type ExecApprovalDecision = ExecApprovalDecision;","entrypoint":"agent-harness-runtime","exportName":"ExecApprovalDecision","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7acb0dffc7bcda6c727e4afc49c955fa8e14f4f8b7b45d197ed794dfa0d73b8e","declaration":"export type ExecAutoReviewDecision = ExecAutoReviewDecision;","entrypoint":"agent-harness-runtime","exportName":"ExecAutoReviewDecision","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6a2e86a3325d72bf839c141f86cb0899f35ffe27dd8398e2e013583601fb1d34","declaration":"export type ExecAutoReviewInput = ExecAutoReviewInput;","entrypoint":"agent-harness-runtime","exportName":"ExecAutoReviewInput","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0e7e6e851893e2f7ba28156261569fa8b2b286ddf98ff1fbe5e204e4db1d27c8","declaration":"export type ExecAutoReviewer = ExecAutoReviewer;","entrypoint":"agent-harness-runtime","exportName":"ExecAutoReviewer","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"962eadd297c64f9a52854cd9ac043479995aae66ed1c2dd880fad67176546e04","declaration":"export type FastModeAutoProgressState = FastModeAutoProgressState;","entrypoint":"agent-harness-runtime","exportName":"FastModeAutoProgressState","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6cb333a2e69d076bc99f206e96e9ec8ca1849e81105e4aacef37ac2fdf75f3d6","declaration":"export type HeartbeatToolResponse = HeartbeatToolResponse;","entrypoint":"agent-harness-runtime","exportName":"HeartbeatToolResponse","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5a03e48b0b70d3126b33a311ca427253a6602d7f4d83ea2a99feec64bc2ff3f7","declaration":"export type LlmBoundaryTokenPressure = LlmBoundaryTokenPressure;","entrypoint":"agent-harness-runtime","exportName":"LlmBoundaryTokenPressure","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d3c47bfa0ae0a50a7c9a8d51f5c8be4ffc8a7437e392153d004847bc2f6c3ee9","declaration":"export type LoadCodexBundleMcpThreadConfigParams = LoadCodexBundleMcpThreadConfigParams;","entrypoint":"agent-harness-runtime","exportName":"LoadCodexBundleMcpThreadConfigParams","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"67bc953338536f912b20dd84061db982d6e8dc83888d63c3e8ce1378e770e171","declaration":"export type McpToolCatalog = McpToolCatalog;","entrypoint":"agent-harness-runtime","exportName":"McpToolCatalog","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cccc3236bc47211cb727e2d7227e6acf3fcbab86cee6f5dc4dfed583a59d6673","declaration":"export type MessagingToolSend = MessagingToolSend;","entrypoint":"agent-harness-runtime","exportName":"MessagingToolSend","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fac7406c2d9a8e943b28457c377f418807479206ae9062647ddfbd1fc6787dc7","declaration":"export type MessagingToolSourceReplyPayload = MessagingToolSourceReplyPayload;","entrypoint":"agent-harness-runtime","exportName":"MessagingToolSourceReplyPayload","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d8a720bf250da8daf4dc6a52087aa8728ec33b650b3ad3906fcb40e184de66a0","declaration":"export type NativeHookRelayEvent = \"pre_tool_use\" | \"post_tool_use\" | \"permission_request\" | \"before_agent_finalize\";","entrypoint":"agent-harness-runtime","exportName":"NativeHookRelayEvent","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cb72ca18e056e52e779d0bf5b67606e1dc160f225225b55937304541105027f4","declaration":"export type NativeHookRelayProcessResponse = NativeHookRelayProcessResponse;","entrypoint":"agent-harness-runtime","exportName":"NativeHookRelayProcessResponse","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6ee390ae4784b987e22255c16884fb4171033bbfaefaef655e3dd2a2513814a5","declaration":"export type NativeHookRelayProvider = \"codex\";","entrypoint":"agent-harness-runtime","exportName":"NativeHookRelayProvider","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b8476f913ffe1828ec5a260a90635d3766d93e772f6a34f804e45ba287c863c5","declaration":"export type NativeHookRelayRegistrationHandle = NativeHookRelayRegistrationHandle;","entrypoint":"agent-harness-runtime","exportName":"NativeHookRelayRegistrationHandle","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"90fea3155b5d32c22da90460fdaea94e4fd6895d1ca18613d5036ba9835153f9","declaration":"export type NodeListNode = NodeListNode;","entrypoint":"agent-harness-runtime","exportName":"NodeListNode","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cefe1325c866f0cf7edbec5dcca2fe420237eedc0da172e54094e365894d205d","declaration":"export type NormalizedUsage = NormalizedUsage;","entrypoint":"agent-harness-runtime","exportName":"NormalizedUsage","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"25c6985c3bef2c6efc6a96e70af6d66fe073be0b0d311681cfc0dfc186528d9a","declaration":"export type OpenClawAgentToolResult<TResult = unknown> = OpenClawAgentToolResult<TResult>;","entrypoint":"agent-harness-runtime","exportName":"OpenClawAgentToolResult","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"55c89a88100f75a68d300205feb820849085cd293fb059832933ef6c50e9a997","declaration":"export type PreemptiveCompactionDecision = PreemptiveCompactionDecision;","entrypoint":"agent-harness-runtime","exportName":"PreemptiveCompactionDecision","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"76ea2a9e92e8e8830b281d6aba00c33594e680d13600004ac1d7c8403f7d1d97","declaration":"export type RuntimeToolInputSchemaJson = RuntimeToolInputSchemaJson;","entrypoint":"agent-harness-runtime","exportName":"RuntimeToolInputSchemaJson","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8890b76e12d09d7be78431b1d3f6cda33f01f42ab77e663d00d994aaec19450b","declaration":"export type RuntimeToolInputSchemaProjection = RuntimeToolInputSchemaProjection;","entrypoint":"agent-harness-runtime","exportName":"RuntimeToolInputSchemaProjection","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4bafe42be9314992dc91904c0e819dc8fde9622f64d6a0692b3464d6c5960b68","declaration":"export type RuntimeToolSchemaDiagnostic = RuntimeToolSchemaDiagnostic;","entrypoint":"agent-harness-runtime","exportName":"RuntimeToolSchemaDiagnostic","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"703fc83a60b9cb59fdf456118c011fd77bebdf23ce631c2fd39809974cc415ba","declaration":"export type SandboxContext = SandboxContext;","entrypoint":"agent-harness-runtime","exportName":"SandboxContext","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"20064efc037fedb3317e41819e22f77dece60d79d5d9a0cb15ae45b2ddd5ed36","declaration":"export type SandboxWorkspaceAccess = SandboxWorkspaceAccess;","entrypoint":"agent-harness-runtime","exportName":"SandboxWorkspaceAccess","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c0a9b60ee19d241903cd8393d8b0f47c8bd2c93975fb0d8610d9b118bb4bde30","declaration":"export type SessionMcpRuntime = SessionMcpRuntime;","entrypoint":"agent-harness-runtime","exportName":"SessionMcpRuntime","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"aad0f56093883431bcc1b035a2c99371c3c58cb1d53d7dc71c6fccb93722dd01","declaration":"export type SessionWriteLockAcquireTimeoutConfig = OpenClawConfig;","entrypoint":"agent-harness-runtime","exportName":"SessionWriteLockAcquireTimeoutConfig","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4b0fd517cb847e83639bb3e2b2af7b21f9bb1ae71cdb07980c955f48cccf1358","declaration":"export type ToolProgressDetailMode = ToolProgressDetailMode;","entrypoint":"agent-harness-runtime","exportName":"ToolProgressDetailMode","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cb49e5e0ef6e117a06f130e8af0be8b19864d03c80cec2a031b85427f660fafb","declaration":"export type ToolResultFailureKind = ToolResultFailureKind;","entrypoint":"agent-harness-runtime","exportName":"ToolResultFailureKind","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"092ab89dcd30e037b9c1daf92fc77ab543397fffc96d68fbf9d0d865016059f7","declaration":"export interface HarnessContextEngine {\n readonly info: ContextEngineInfo;\n bootstrap?(params: {\n sessionId: string;\n sessionKey?: string;\n sessionTarget?: ContextEngineSessionTarget;\n sessionFile: string;\n runtimeSettings?: ContextEngineRuntimeSettings;\n runtimeContext?: ContextEngineRuntimeContext;\n }): Promise<BootstrapResult>;\n maintain?(params: {\n sessionId: string;\n sessionKey?: string;\n sessionTarget?: ContextEngineSessionTarget;\n sessionFile: string;\n runtimeSettings?: ContextEngineRuntimeSettings;\n runtimeContext?: ContextEngineRuntimeContext;\n }): Promise<ContextEngineMaintenanceResult>;\n ingest(params: {\n sessionId: string;\n sessionKey?: string;\n message: AgentMessage;\n isHeartbeat?: boolean;\n }): Promise<IngestResult>;\n ingestBatch?(params: {\n sessionId: string;\n sessionKey?: string;\n messages: AgentMessage[];\n isHeartbeat?: boolean;\n }): Promise<IngestBatchResult>;\n afterTurn?(params: {\n sessionId: string;\n sessionKey?: string;\n sessionTarget?: ContextEngineSessionTarget;\n sessionFile: string;\n messages: AgentMessage[];\n prePromptMessageCount: number;\n autoCompactionSummary?: string;\n isHeartbeat?: boolean;\n tokenBudget?: number;\n runtimeSettings?: ContextEngineRuntimeSettings;\n runtimeContext?: ContextEngineRuntimeContext;\n }): Promise<void>;\n commitTurn?(params: {\n advancementKey: string;\n admission: TranscriptTurnAdmission;\n terminal: TranscriptEntryAnchor;\n messages: AgentMessage[];\n prePromptMessageCount: number;\n sessionId: string;\n sessionKey?: string;\n sessionTarget?: ContextEngineSessionTarget;\n runtimeSettings?: ContextEngineRuntimeSettings;\n runtimeContext?: ContextEngineRuntimeContext;\n isHeartbeat?: boolean;\n }): Promise<{\n status: \"committed\" | \"duplicate\";\n }>;\n assemble(params: {\n sessionId: string;\n sessionKey?: string;\n messages: AgentMessage[];\n tokenBudget?: number;\n availableTools?: Set<string>;\n citationsMode?: MemoryCitationsMode;\n model?: string;\n prompt?: string;\n runtimeSettings?: ContextEngineRuntimeSettings;\n runtimeContext?: ContextEngineRuntimeContext;\n }): Promise<AssembleResult>;\n compact(params: {\n sessionId: string;\n sessionKey: string;\n agentId?: string;\n sessionTarget?: ContextEngineSessionTarget;\n tokenBudget?: number;\n force?: boolean;\n currentTokenCount?: number;\n compactionTarget?: \"budget\" | \"threshold\";\n customInstructions?: string;\n runtimeSettings?: ContextEngineRuntimeSettings;\n runtimeContext?: ContextEngineRuntimeContext;\n abortSignal?: AbortSignal;\n }): Promise<CompactResult>;\n prepareSubagentSpawn?(params: {\n parentSessionKey: string;\n childSessionKey: string;\n contextMode?: \"isolated\" | \"fork\";\n parentSessionId?: string;\n parentSessionFile?: string;\n childSessionId?: string;\n childSessionFile?: string;\n ttlMs?: number;\n }): Promise<SubagentSpawnPreparation | undefined>;\n onSubagentEnded?(params: {\n childSessionKey: string;\n reason: SubagentEndReason;\n }): Promise<void>;\n dispose?(): Promise<void>;\n}","entrypoint":"agent-harness-runtime","exportName":"HarnessContextEngine","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"interface","recordType":"export"}
|
|
{"closureHash":"b1872692862b64aef557b9752bc98268639d7058b56ca2a11a79425b3b5f748e","declaration":"export class AgentHarnessPreflightError extends Error {\n readonly scope?: \"harness\";\n constructor(message: string, options?: ErrorOptions & {\n scope?: \"harness\";\n });\n}","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessPreflightError","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"class","recordType":"export"}
|
|
{"closureHash":"341924e460f3117384f66228d3fb555564af9f34b3470d359043fab5e98a2109","declaration":"export class AgentHarnessSessionSupersededError extends Error {\n constructor(message: string, options?: ErrorOptions);\n}","entrypoint":"agent-harness-runtime","exportName":"AgentHarnessSessionSupersededError","importSpecifier":"openclaw/plugin-sdk/agent-harness-runtime","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"agent-media-payload","importSpecifier":"openclaw/plugin-sdk/agent-media-payload","recordType":"module"}
|
|
{"closureHash":"b2d8851e498da05a72bc15f245329eae6fdd2aeeca9559f44d2e2fc6d39dd698","declaration":"export function buildAgentMediaPayload(mediaList: Array<{ path: string; contentType?: string | null; }>): AgentMediaPayload;","entrypoint":"agent-media-payload","exportName":"buildAgentMediaPayload","importSpecifier":"openclaw/plugin-sdk/agent-media-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"666634000ee5bf317dabcbd70524833961fad58edc2b3cd66fe5fa0172e89602","declaration":"export function getAgentScopedMediaLocalRoots(cfg: OpenClawConfig, agentId?: string): readonly string[];","entrypoint":"agent-media-payload","exportName":"getAgentScopedMediaLocalRoots","importSpecifier":"openclaw/plugin-sdk/agent-media-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"160c685c3f4e7ed80fb24d3d76655a182116efe6a7b985bb3bc57b89fe436d2a","declaration":"export type AgentMediaPayload = AgentMediaPayload;","entrypoint":"agent-media-payload","exportName":"AgentMediaPayload","importSpecifier":"openclaw/plugin-sdk/agent-media-payload","kind":"type","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"agent-runtime","importSpecifier":"openclaw/plugin-sdk/agent-runtime","recordType":"module"}
|
|
{"closureHash":"43ac08073fbebd1cf557c950b35b0e08aeeaaffa49b5511427c490ed8ecb4b29","declaration":"export function agentCommandFromIngress(opts: AgentCommandIngressOpts, runtime?: RuntimeEnv, deps?: CliDeps): Promise<{ payloads: ReturnType<typeof projectOutboundPayloadPlanForJson>; meta: EmbeddedAgentRunMeta; didSendViaMessagingTool?: boolean; messagingToolSentTexts?: string[]; messagingToolSentMediaUrls?: string[]; messagingToolSentTargets?: MessagingToolSend[]; deliverySucceeded?: boolean; deliveryStatus?: { requested: true; attempted: boolean; status: \"sent\" | \"suppressed\" | \"partial_failed\" | \"failed\"; succeeded: true | false | \"partial\"; error?: true; errorMessage?: string; reason?: string; resultCount?: number; sentBeforeError?: true; payloadOutcomes?: SerializedDurableMessagePayloadOutcome[]; }; }>;","entrypoint":"agent-runtime","exportName":"agentCommandFromIngress","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cb95256473d5489ef80ec3e1d93c6a612b2cc733c26ab535f945f8797995b5cb","declaration":"export function buildConfiguredModelCatalog(params: { cfg: OpenClawConfig; workspaceDir?: string; manifestPlugins?: ModelManifestPlugins; }): ModelCatalogEntry[];","entrypoint":"agent-runtime","exportName":"buildConfiguredModelCatalog","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4a71b73b60d846e9d99fa3881cb72eb7eaaebe7b3386b6bcbaa6cfa46eb3a073","declaration":"export function buildModelAliasIndex(params: BuildModelAliasIndexParams): ModelAliasIndex;","entrypoint":"agent-runtime","exportName":"buildModelAliasIndex","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ae0f930ec291a0345c4e99e247711465a5d29a8bbdd63968900fa69f382b3a78","declaration":"export function clearExpiredCooldowns(store: AuthProfileStore, now?: number): boolean;","entrypoint":"agent-runtime","exportName":"clearExpiredCooldowns","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8f29d0208e6502b8721cf83f4c1d777fa8bd7dab4364829e94b3e9b7911b024b","declaration":"export function clearRuntimeAuthProfileStoreSnapshots(): void;","entrypoint":"agent-runtime","exportName":"clearRuntimeAuthProfileStoreSnapshots","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5bd1a22a2fa52949d3db056103bbdaf44227a3c9f75b2b632451f9c84beb62e7","declaration":"export function ensureAuthProfileStore(agentDir?: string, options?: { allowKeychainPrompt?: boolean; config?: OpenClawConfig; externalCli?: ExternalCliAuthDiscovery; externalCliProviderIds?: Iterable<string>; externalCliProfileIds?: Iterable<string>; inheritedAuthDir?: string; readOnly?: boolean; syncExternalCli?: boolean; }): AuthProfileStore;","entrypoint":"agent-runtime","exportName":"ensureAuthProfileStore","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ebd540867ea8426b55adab693bbc67ae5f9e27f985dffbdfb47ac6b48645abe0","declaration":"export function extractAssistantText(msg: AssistantMessage): string;","entrypoint":"agent-runtime","exportName":"extractAssistantText","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0442a4cf63e80019a759354e7110abc2470e3785780e93d716cca7396d832459","declaration":"export function findModelInCatalog(catalog: ModelCatalogEntry[], provider: string, modelId: string): ModelCatalogEntry | undefined;","entrypoint":"agent-runtime","exportName":"findModelInCatalog","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c27564112dd2de275d9882b7bd6492a4e200e9fe47b49c636e72486a0d9d8dd","declaration":"export function findNormalizedProviderValue<T>(entries: Record<string, T> | undefined, provider: string): T | undefined;","entrypoint":"agent-runtime","exportName":"findNormalizedProviderValue","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c60b1693951ef119d2b7f5665db2505db610505c57ced28bfde97211e594f616","declaration":"export function findPersistedAuthProfileCredential(params: { agentDir?: string; profileId: string; }): AuthProfileStore[\"profiles\"][string] | undefined;","entrypoint":"agent-runtime","exportName":"findPersistedAuthProfileCredential","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0295632a406b7fd6dbbeb7b1917438df46975b3f97ab9c5417a34a25676c7e94","declaration":"export function formatReasoningMessage(text: string): string;","entrypoint":"agent-runtime","exportName":"formatReasoningMessage","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f38ed580106eaed2eef7ef79bfa8875558ef42d4a9a1b4d1a8e36f53057c46e4","declaration":"export function getPreparedModelCatalogSnapshot(params?: LoadPreparedModelCatalogParams): ModelCatalogSnapshot | undefined;","entrypoint":"agent-runtime","exportName":"getPreparedModelCatalogSnapshot","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4a77b4026e392395ac106c4946d706f56a582eae10193e85191d77c12382e4a1","declaration":"export function getTtsProvider(config: ResolvedTtsConfig, prefsPath: string): TtsProvider;","entrypoint":"agent-runtime","exportName":"getTtsProvider","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"53fc51e7f863a362d8c27ecc6ae7d838908a2cd360163113f76a424c0dff31d1","declaration":"export function isProfileInCooldown(store: AuthProfileStore, profileId: string, now?: number, forModel?: string): boolean;","entrypoint":"agent-runtime","exportName":"isProfileInCooldown","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c5b0951c3629834dff78f92317cf1421a6bbc0faf9307be1cabb915055665280","declaration":"export function jsonResult<TDetails>(payload: TDetails): AgentToolResult<TDetails>;","entrypoint":"agent-runtime","exportName":"jsonResult","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0257a705f373e4d9d558bc08b5c30af642ab51de84b5e2c2f97df539edd644b1","declaration":"export function listAgentIds(cfg: OpenClawConfig): string[];","entrypoint":"agent-runtime","exportName":"listAgentIds","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f64275ca3564a77935aebe04487a2112714c4c271a2bc5dce0ff4e39450a9b1e","declaration":"export function listProfilesForProvider(store: AuthProfileStore, provider: string): string[];","entrypoint":"agent-runtime","exportName":"listProfilesForProvider","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6c98090b2acf27b4d338e561f59f42f55b0a720305c61de56a9dc033b2aa3376","declaration":"export function loadAuthProfileStoreForRuntime(agentDir?: string, options?: LoadAuthProfileStoreOptions): AuthProfileStore;","entrypoint":"agent-runtime","exportName":"loadAuthProfileStoreForRuntime","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5db4d906f67ade14aee5005572522b64520055edf56f942230f62be4547a0693","declaration":"export function loadAuthProfileStoreForSecretsRuntime(agentDir?: string, options?: Pick<LoadAuthProfileStoreOptions, \"config\" | \"externalCli\" | \"externalCliProviderIds\" | \"externalCliProfileIds\" | \"inheritedAuthDir\">): AuthProfileStore;","entrypoint":"agent-runtime","exportName":"loadAuthProfileStoreForSecretsRuntime","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c4c6e44b0e2a2d44e7fe6a25f1022c5e5daddcd8c30f2d289abb9a487f0a2235","declaration":"export function loadAuthProfileStoreWithoutExternalProfiles(agentDir?: string, loadOptions?: Pick<LoadAuthProfileStoreOptions, \"allowKeychainPrompt\" | \"inheritedAuthDir\">): AuthProfileStore;","entrypoint":"agent-runtime","exportName":"loadAuthProfileStoreWithoutExternalProfiles","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"92f5bc7e6bdc6daa029b1980d6427902f0be8d10c5f4d712e3a1eb45a62586e9","declaration":"export function loadModelCatalog(params?: LoadModelCatalogCompatibilityParams): Promise<ModelCatalogEntry[]>;","entrypoint":"agent-runtime","exportName":"loadModelCatalog","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e7de2d3708389188d843f5953c5151e7c38064cf4d0a063b5cce6d7cd992fd20","declaration":"export function loadPreparedModelCatalog(params?: LoadPreparedModelCatalogParams): Promise<ModelCatalogEntry[]>;","entrypoint":"agent-runtime","exportName":"loadPreparedModelCatalog","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e0f9a028297c80f9adf3d96d2a42415dba82e1d39cef6cc64f0ad89e936faf22","declaration":"export function markAuthProfileBlockedUntil(params: { store: AuthProfileStore; profileId: string; blockedUntil: number; source: AuthProfileBlockedSource; agentDir?: string; runId?: string; modelId?: string; }): Promise<void>;","entrypoint":"agent-runtime","exportName":"markAuthProfileBlockedUntil","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"043fe13a42b1fa841a22693a0a3acb2cab016495e22bd6c47d77386c8464a6a3","declaration":"export function modelSupportsVision(entry: ModelCatalogEntry | undefined): boolean;","entrypoint":"agent-runtime","exportName":"modelSupportsVision","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b0c9d6ef2ce19a99369527640408926eb9985efe9076baf0fbc023dca84a6475","declaration":"export function parseModelRef(raw: string, defaultProvider: string, options?: ModelRefNormalizeOptions): ModelRef | null;","entrypoint":"agent-runtime","exportName":"parseModelRef","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3ce045b2af784cfd7d86a697116758e7ace98d1275a0192c5a815b2f1a5ccd83","declaration":"export function readNonNegativeIntegerParam(params: Record<string, unknown>, key: string, options?: { message?: string; max?: number; }): number | undefined;","entrypoint":"agent-runtime","exportName":"readNonNegativeIntegerParam","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d32342291ad7c19b5b7066499a65a5b76c8f0e268bbb8852cb0bda67685037bf","declaration":"export function readPositiveIntegerParam(params: Record<string, unknown>, key: string, options?: { message?: string; max?: number; }): number | undefined;","entrypoint":"agent-runtime","exportName":"readPositiveIntegerParam","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7830262486cedbb4b8e156de295bbcea8596738742c39961e429a3cea6836e0b","declaration":"export function readStringArrayParam(params: Record<string, unknown>, key: string, options: StringParamOptions & { required: true; }): string[];\nexport function readStringArrayParam(params: Record<string, unknown>, key: string, options?: StringParamOptions): string[] | undefined;","entrypoint":"agent-runtime","exportName":"readStringArrayParam","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ec34afffcb58733bf81e79b036e4cd9fb963dd0c3b1e29758c469e4ea6a5c96","declaration":"export function readStringParam(params: Record<string, unknown>, key: string, options: StringParamOptions & { required: true; }): string;\nexport function readStringParam(params: Record<string, unknown>, key: string, options?: StringParamOptions): string | undefined;","entrypoint":"agent-runtime","exportName":"readStringParam","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f4c4659aacb655f2e7b4421b9c9b077baea6f61c097f2c050d0e2ae395ff0c8","declaration":"export function refreshOAuthCredentialForRuntime(params: { credential: OAuthCredential; cfg?: OpenClawConfig; }): Promise<OAuthCredential | null>;","entrypoint":"agent-runtime","exportName":"refreshOAuthCredentialForRuntime","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd8f2e82a8e169f1986cfd44c5271c769bc5d6d0f2c0166fc62fcd2c46689397","declaration":"export function replaceRuntimeAuthProfileStoreSnapshots(entries: Array<{ agentDir?: string; store: AuthProfileStore; }>): void;","entrypoint":"agent-runtime","exportName":"replaceRuntimeAuthProfileStoreSnapshots","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e766fc46bf0893f80b12770ed52c6f8bb40ae69d5d60c26998f65bdeed911a11","declaration":"export function resolveAckReaction(cfg: OpenClawConfig, agentId: string, opts?: { channel?: string; accountId?: string; }): string;","entrypoint":"agent-runtime","exportName":"resolveAckReaction","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4f46c2dfafe25d28c4764db32782fd5fb26b31566481aee83f501340ec8a7803","declaration":"export function resolveAgentAvatar(cfg: OpenClawConfig, agentId: string, opts?: { includeUiOverride?: boolean; }): AgentAvatarResolution;","entrypoint":"agent-runtime","exportName":"resolveAgentAvatar","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b205f68a185802033c59f84478e62c8ef53d099cdedc7d5cc46c20ab96b04f8","declaration":"export function resolveAgentConfig(cfg: OpenClawConfig, agentId: string): ResolvedAgentConfig | undefined;","entrypoint":"agent-runtime","exportName":"resolveAgentConfig","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e28b0c73b020d4e8cc316b0565ba7195e0283e3464a46212dd90f8fdeeaf0977","declaration":"export function resolveAgentDir(cfg: OpenClawConfig, agentId: string, env?: NodeJS.ProcessEnv): string;","entrypoint":"agent-runtime","exportName":"resolveAgentDir","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2bd0792c8abb011093ffd60f8fb3dbec5ead33c30faba82920ca1f0c5738cc00","declaration":"export function resolveAgentEffectiveModelPrimary(cfg: OpenClawConfig, agentId: string): string | undefined;","entrypoint":"agent-runtime","exportName":"resolveAgentEffectiveModelPrimary","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"005c0b4eac174ace2633124243e6f192d19ac38bef8a90b0d3496e106d3a92a7","declaration":"export function resolveAgentIdentity(cfg: OpenClawConfig, agentId: string): IdentityConfig | undefined;","entrypoint":"agent-runtime","exportName":"resolveAgentIdentity","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bdc8d26a873d10d528ca1ca75af5d2378d34d5d4d5366d34e2986e939b5e76f9","declaration":"export function resolveAgentWorkspaceDir(cfg: OpenClawConfig, agentId: string, env?: NodeJS.ProcessEnv): string;","entrypoint":"agent-runtime","exportName":"resolveAgentWorkspaceDir","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a59d5fca58b8a5edde6909448eca02f14eacd6070fa4ea6327c4a681b6b25b50","declaration":"export function resolveAllowedModelRef(params: { cfg: OpenClawConfig; catalog: ModelCatalogEntry[]; raw: string; defaultProvider: string; defaultModel?: string; agentId?: string; } & ModelManifestNormalizationContext): { ref: ModelRef; key: string; } | { error: string; };","entrypoint":"agent-runtime","exportName":"resolveAllowedModelRef","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c81a24ff77dd4589dd431e17ad4a4581b60c85e91d22df5c8016a0c5df0da77c","declaration":"export function resolveApiKeyForProfile(params: ResolveApiKeyForProfileParams): Promise<ResolveApiKeyForProfileResult | null>;","entrypoint":"agent-runtime","exportName":"resolveApiKeyForProfile","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"685d737581a362b817653daa96c6d2d1adca5fcb2bc0a17abb8f5f361d39e343","declaration":"export function resolveApiKeyForProvider(params: { provider: string; cfg?: OpenClawConfig; profileId?: string; preferredProfile?: string; store?: AuthProfileStore; agentDir?: string; workspaceDir?: string; lockedProfile?: boolean; forceRefresh?: boolean; credentialPrecedence?: ProviderCredentialPrecedence; allowAuthProfileFallback?: boolean; skipSetupProviderFallback?: boolean; modelId?: string; modelApi?: string; secretSentinels?: boolean; }): Promise<ResolvedProviderAuth>;","entrypoint":"agent-runtime","exportName":"resolveApiKeyForProvider","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c09388625d484493ff167b6743e64f8af5399318c5c95e1d4801f8cfd502175a","declaration":"export function resolveAuthProfileEligibility(params: { cfg?: OpenClawConfig; authAliasLookupParams?: ProviderAuthAliasLookupParams; store: AuthProfileStore; provider: string; profileId: string; now?: number; }): AuthProfileEligibility;","entrypoint":"agent-runtime","exportName":"resolveAuthProfileEligibility","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ec041733de0adee78c38fc5e86f9478c13b35baa255d40e38c7defaa869218d","declaration":"export function resolveAuthProfileOrder(params: ResolveAuthProfileOrderParams): string[];","entrypoint":"agent-runtime","exportName":"resolveAuthProfileOrder","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"364f42d32215e2a3f5dea10242ed2489f63b6f5e5a2860f9b969dd0981977e25","declaration":"export function resolveAuthStorePathForDisplay(agentDir?: string): string;","entrypoint":"agent-runtime","exportName":"resolveAuthStorePathForDisplay","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"69abc1072df4075d12b0128ca7d7d82935154afb751d0196602c02b0b65e3e51","declaration":"export function resolveDefaultAgentDir(cfg: OpenClawConfig, env?: NodeJS.ProcessEnv): string;","entrypoint":"agent-runtime","exportName":"resolveDefaultAgentDir","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"851fc50d9816836a9c2e923d4223eb86c15411c2d94153f64bf0171013dfc031","declaration":"export function resolveDefaultAgentId(cfg: OpenClawConfig): string;","entrypoint":"agent-runtime","exportName":"resolveDefaultAgentId","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3bc94a3eb3f854740708eb146bdf856946c3eb887f19fa5d83119f8efc8eae9e","declaration":"export function resolveDefaultModelForAgent(params: { cfg: OpenClawConfig; agentId?: string; allowPluginNormalization?: boolean; } & ModelManifestNormalizationContext): ModelRef;","entrypoint":"agent-runtime","exportName":"resolveDefaultModelForAgent","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"410ab6f5f03bc257c45d4bb5ea373c893bff59cfe075146a68ed1f19679c6e63","declaration":"export function resolveHumanDelayConfig(cfg: OpenClawConfig, agentId: string): HumanDelayConfig | undefined;","entrypoint":"agent-runtime","exportName":"resolveHumanDelayConfig","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1d422f9cccda401f1f0123df9ee16b8c5a8c70f6fc7937ee777d614fcc262c07","declaration":"export function resolveIdentityNamePrefix(cfg: OpenClawConfig, agentId: string): string | undefined;","entrypoint":"agent-runtime","exportName":"resolveIdentityNamePrefix","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5ae43c0fc13604a15ec07685d6c25707b5fba56a0a9767ce05fedefb9710c495","declaration":"export function resolveModelRefFromString(params: { cfg?: OpenClawConfig; raw: string; defaultProvider: string; aliasIndex?: ModelAliasIndex; allowManifestNormalization?: boolean; allowPluginNormalization?: boolean; } & ModelManifestNormalizationContext): { ref: ModelRef; alias?: string; } | null;","entrypoint":"agent-runtime","exportName":"resolveModelRefFromString","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"91e58cbb79367a34f8e35d4146e92e5abe1bd2670b44ed290a37040787036b14","declaration":"export function resolvePersistedAuthProfileOwnerAgentDir(params: { agentDir?: string; profileId: string; }): string | undefined;","entrypoint":"agent-runtime","exportName":"resolvePersistedAuthProfileOwnerAgentDir","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9d35bfc27fb26fa813c175bc5cf6c91482d3c68a59b32337f037971285782252","declaration":"export function resolveProfileUnusableUntilForDisplay(store: AuthProfileStore, profileId: string): number | null;","entrypoint":"agent-runtime","exportName":"resolveProfileUnusableUntilForDisplay","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8d19b9d0fb2ef25aa40f36123934cbe403fd506889be79902350098264de18ba","declaration":"export function resolveProfilesUnavailableReason(params: { store: AuthProfileStore; profileIds: string[]; now?: number; }): AuthProfileFailureReason | null;","entrypoint":"agent-runtime","exportName":"resolveProfilesUnavailableReason","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c6036c8923dd9e11c62d45065f9089af7eee78c9e581964b656d61546dc48b11","declaration":"export function resolveProviderIdForAuth(provider: string, params?: ProviderAuthAliasLookupParams): string;","entrypoint":"agent-runtime","exportName":"resolveProviderIdForAuth","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9aab8cf42913a365a7e26efdea7abee4445cf9a47a34067e952ea7ee2ed44731","declaration":"export function resolveSessionAgentIds(params: { sessionKey?: string; config?: OpenClawConfig; agentId?: string; fallbackAgentId?: string; }): { defaultAgentId: string; sessionAgentId: string; };","entrypoint":"agent-runtime","exportName":"resolveSessionAgentIds","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e4a3df106c0d15133a8602e6e5c2939ce6f2a8f1c4adeac16bb7c62d971544d8","declaration":"export function resolveThinkingDefault(params: { cfg: OpenClawConfig; provider: string; model: string; catalog?: ModelCatalogEntry[]; agentRuntime?: string | null; }): ThinkLevel;","entrypoint":"agent-runtime","exportName":"resolveThinkingDefault","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f9ea076d861382254b0b3a655b1c2c5c3670cd5e89b5137c62c0a60e8628cce1","declaration":"export function resolveThinkingDefaultWithRuntimeCatalog(params: { cfg: OpenClawConfig; provider: string; model: string; loadRuntimeCatalog: () => Promise<ModelCatalogEntry[]>; agentRuntime?: string | null; }): Promise<ThinkLevel>;","entrypoint":"agent-runtime","exportName":"resolveThinkingDefaultWithRuntimeCatalog","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"488a73b019b2eae635d579b684eafba869ff5712ba53fffcf2f7c068006d83ae","declaration":"export function resolveTtsConfig(cfgInput: OpenClawConfig, contextOrAgentId?: string | TtsConfigResolutionContext): ResolvedTtsConfig;","entrypoint":"agent-runtime","exportName":"resolveTtsConfig","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2c1b1a89109b095dfde3f6c36c39c8c4fc870182f3fe6fa2f2d58d9076c4439c","declaration":"export function resolveTtsPrefsPath(config: ResolvedTtsConfig): string;","entrypoint":"agent-runtime","exportName":"resolveTtsPrefsPath","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0720020668ee4422bf6788bfba19fc567d64b253bc7c8878eb6c487d3beeec9e","declaration":"export function saveAuthProfileStore(store: AuthProfileStore, agentDir?: string, options?: SaveAuthProfileStoreOptions, database?: OpenClawAgentDatabase): void;","entrypoint":"agent-runtime","exportName":"saveAuthProfileStore","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2b8d4d6298c9324ce3218f2812f396aed175b302eefa7b0b6ba69299b2664e1f","declaration":"export function setAgentEffectiveModelPrimary(cfg: OpenClawConfig, agentId: string, primary: string, options?: { forceAgent?: boolean; }): AgentModelPrimaryWriteTarget;","entrypoint":"agent-runtime","exportName":"setAgentEffectiveModelPrimary","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c7fbb84e14dc3c8cd9631b2a34da89c72815c83f7663146db5314a1f7035031","declaration":"export const CODEX_APP_SERVER_AUTH_MARKER: \"codex-app-server\";","entrypoint":"agent-runtime","exportName":"CODEX_APP_SERVER_AUTH_MARKER","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"058d82b7383adf9fd115662f9239fa641838f74e185148c3e3ae904fbe37b37f","declaration":"export const DEFAULT_PROVIDER: \"openai\";","entrypoint":"agent-runtime","exportName":"DEFAULT_PROVIDER","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"1aa7e193f625ef26a2abeef87ca1932fbba980451f5372f20a2c2224f5091649","declaration":"export type AgentAvatarResolution = AgentAvatarResolution;","entrypoint":"agent-runtime","exportName":"AgentAvatarResolution","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"705d116431cb1e37b2c7ac889660ed12ac8787382f28a2279ac3f9855233a76a","declaration":"export type AuthProfileCredential = AuthProfileCredential;","entrypoint":"agent-runtime","exportName":"AuthProfileCredential","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cb45611f83aaef903bd9f0b800948806ef1c7bf990b56878cbda5ae1f783b10d","declaration":"export type AuthProfileFailureReason = AuthProfileFailureReason;","entrypoint":"agent-runtime","exportName":"AuthProfileFailureReason","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c37751860e9e0af9933325999f71b5f2d2643173952885e6f92face2928ec491","declaration":"export type AuthProfileStore = AuthProfileStore;","entrypoint":"agent-runtime","exportName":"AuthProfileStore","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7c6f9dcb8ae80c43bfb753290011b9a11e8245ba5c424bed51569bacd0c71337","declaration":"export type ModelCatalogEntry = ModelCatalogEntry;","entrypoint":"agent-runtime","exportName":"ModelCatalogEntry","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c861df766063217f1eb1e9e071221b34f991fb0dcf1e846972eedd5a18b1cebb","declaration":"export type OAuthCredential = OAuthCredential;","entrypoint":"agent-runtime","exportName":"OAuthCredential","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1221a92235084a0827cc089aa8dcea38ad7ba87b38a5f8d41eb1c0ed4c076dd2","declaration":"export type ProviderAuthAliasLookupParams = ProviderAuthAliasLookupParams;","entrypoint":"agent-runtime","exportName":"ProviderAuthAliasLookupParams","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7422e4aac786f398cfbbc28ed7c379e2f99ababa1df29f71d83ae183fe0fd8d8","declaration":"export type ResolvedTtsConfig = ResolvedTtsConfig;","entrypoint":"agent-runtime","exportName":"ResolvedTtsConfig","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cfc008dc40a19c3a6a292e40d662c3bde8823785b840260e89e1d506ac55d46b","declaration":"export class EmbeddedBlockChunker {\n #buffer: string;\n readonly #chunking: BlockReplyChunking;\n constructor(chunking: BlockReplyChunking);\n append(text: string): void;\n reset(): void;\n get bufferedText(): string;\n hasBuffered(): boolean;\n drain(params: {\n force: boolean;\n emit: (chunk: string) => void;\n }): void;\n #emitBreakResult(params: {\n breakResult: BreakResult;\n emit: (chunk: string) => void;\n reopenPrefix: string;\n source: string;\n start: number;\n }): {\n start: number;\n reopenFence?: FenceSpan;\n } | null;\n #pickSoftBreakIndex(buffer: string, fenceSpans: FenceSpan[], minCharsOverride?: number, offset): BreakResult;\n #pickBreakIndex(buffer: string, fenceSpans: FenceSpan[], minCharsOverride?: number, offset): BreakResult;\n}","entrypoint":"agent-runtime","exportName":"EmbeddedBlockChunker","importSpecifier":"openclaw/plugin-sdk/agent-runtime","kind":"class","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"agent-scope-runtime","importSpecifier":"openclaw/plugin-sdk/agent-scope-runtime","recordType":"module"}
|
|
{"closureHash":"0257a705f373e4d9d558bc08b5c30af642ab51de84b5e2c2f97df539edd644b1","declaration":"export function listAgentIds(cfg: OpenClawConfig): string[];","entrypoint":"agent-scope-runtime","exportName":"listAgentIds","importSpecifier":"openclaw/plugin-sdk/agent-scope-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e28b0c73b020d4e8cc316b0565ba7195e0283e3464a46212dd90f8fdeeaf0977","declaration":"export function resolveAgentDir(cfg: OpenClawConfig, agentId: string, env?: NodeJS.ProcessEnv): string;","entrypoint":"agent-scope-runtime","exportName":"resolveAgentDir","importSpecifier":"openclaw/plugin-sdk/agent-scope-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"851fc50d9816836a9c2e923d4223eb86c15411c2d94153f64bf0171013dfc031","declaration":"export function resolveDefaultAgentId(cfg: OpenClawConfig): string;","entrypoint":"agent-scope-runtime","exportName":"resolveDefaultAgentId","importSpecifier":"openclaw/plugin-sdk/agent-scope-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"78ce37a08eff2ab75b9aa6141c90a2ee96898844625bc714e872b90809338b16","declaration":"export function resolveSessionAgentId(params: { sessionKey?: string; config?: OpenClawConfig; agentId?: string; fallbackAgentId?: string; }): string;","entrypoint":"agent-scope-runtime","exportName":"resolveSessionAgentId","importSpecifier":"openclaw/plugin-sdk/agent-scope-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9aab8cf42913a365a7e26efdea7abee4445cf9a47a34067e952ea7ee2ed44731","declaration":"export function resolveSessionAgentIds(params: { sessionKey?: string; config?: OpenClawConfig; agentId?: string; fallbackAgentId?: string; }): { defaultAgentId: string; sessionAgentId: string; };","entrypoint":"agent-scope-runtime","exportName":"resolveSessionAgentIds","importSpecifier":"openclaw/plugin-sdk/agent-scope-runtime","kind":"function","recordType":"export"}
|
|
{"category":"utilities","entrypoint":"allow-from","importSpecifier":"openclaw/plugin-sdk/allow-from","recordType":"module"}
|
|
{"closureHash":"f959965d125e3561ab89d2fa3a259071e7682e915c52b00839ee9bf35710c5c9","declaration":"export function addAllowlistUserEntriesFromConfigEntry(target: Set<string>, entry: unknown): void;","entrypoint":"allow-from","exportName":"addAllowlistUserEntriesFromConfigEntry","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"d56b315d2b69936b68ff0ced10ffbf815cd18c99424a01d0f966b04b29773348","declaration":"export function buildAllowlistResolutionSummary<T extends AllowlistUserResolutionLike>(resolvedUsers: T[], opts?: { formatResolved?: (entry: T) => string | null; formatUnresolved?: (entry: T) => string; }): { resolvedMap: Map<string, T>; mapping: string[]; unresolved: string[]; additions: string[]; };","entrypoint":"allow-from","exportName":"buildAllowlistResolutionSummary","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"f717b59b3e0113a7485c498afdd7e6868c4a68a325d88ca16e0e700d2e0dbcec","declaration":"export function canonicalizeAllowlistWithResolvedIds<T extends AllowlistUserResolutionLike>(params: { existing?: Array<string | number>; resolvedMap: Map<string, T>; }): string[];","entrypoint":"allow-from","exportName":"canonicalizeAllowlistWithResolvedIds","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"7455c7a33e1ec3067dd1d47d51f1579b243d3d255d0f378a6046789ac99d94f8","declaration":"export function compileAllowlist(entries: ReadonlyArray<string>): CompiledAllowlist;","entrypoint":"allow-from","exportName":"compileAllowlist","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"b60d6f7593839b8efbe396778ce4f7de832fdcc485c22f17031686913d3f7984","declaration":"export function firstDefined<T>(...values: Array<T | undefined>): (T & ({} | null)) | undefined;","entrypoint":"allow-from","exportName":"firstDefined","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"b2b1096ca16aa09d7b53085fff8eab64a00f6399cbf31315339bebf24ae197a7","declaration":"export function formatAllowFromLowercase(params: { allowFrom: Array<string | number>; stripPrefixRe?: RegExp; }): string[];","entrypoint":"allow-from","exportName":"formatAllowFromLowercase","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"510e79c625fffa25d6af35c449cdade491b24b1f2a80d07e5cb0875100329fe9","declaration":"export function formatAllowlistMatchMeta(match?: { matchKey?: string; matchSource?: string; } | null): string;","entrypoint":"allow-from","exportName":"formatAllowlistMatchMeta","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"23559455d76795929c768651c62f1f6d1a281a97580865d22f3756774ff80cf3","declaration":"export function formatNormalizedAllowFromEntries(params: { allowFrom: Array<string | number>; normalizeEntry: (entry: string) => string | undefined | null; }): string[];","entrypoint":"allow-from","exportName":"formatNormalizedAllowFromEntries","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"10b7cf9748e1c1e14809348f65e36ea3ff2e90e150454051ba436cd2e259e519","declaration":"export function isAllowedParsedChatSender(params: { allowFrom: Array<string | number>; sender: string; chatId?: number | null; chatGuid?: string | null; chatIdentifier?: string | null; allowConversationTargets?: boolean | null; normalizeSender: (sender: string) => string; parseAllowTarget: (entry: string) => ParsedChatAllowTarget; }): boolean;","entrypoint":"allow-from","exportName":"isAllowedParsedChatSender","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"1c69b4ce1b45d7ea66f33140d5e92373365daf9859c0fe503dc801dffb3fadf9","declaration":"export function isNormalizedSenderAllowed(params: { senderId: string | number; allowFrom: Array<string | number>; stripPrefixRe?: RegExp; }): boolean;","entrypoint":"allow-from","exportName":"isNormalizedSenderAllowed","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e744f21457d173795d2f5dba0700e3fb8f4a299f2d2c5530141340aa5140828","declaration":"export function isSenderIdAllowed(allow: { entries: string[]; hasWildcard: boolean; hasEntries: boolean; }, senderId: string | undefined, allowWhenEmpty: boolean): boolean;","entrypoint":"allow-from","exportName":"isSenderIdAllowed","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"31a70980efe607d3e3af61ff8a804c952ed7b29c7a2225da9a5dabe751541af1","declaration":"export function mapAllowlistResolutionInputs<T>(params: { inputs: string[]; mapInput: (input: string) => Promise<T> | T; }): Promise<T[]>;","entrypoint":"allow-from","exportName":"mapAllowlistResolutionInputs","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"321f5e39e2ac52c78c0e706c2d8421d7602cb131db75f2462395fcbf8d3e0406","declaration":"export function mapBasicAllowlistResolutionEntries(entries: BasicAllowlistResolutionEntry[]): BasicAllowlistResolutionEntry[];","entrypoint":"allow-from","exportName":"mapBasicAllowlistResolutionEntries","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"1a486705cfc83aa8f819bd69d6957b0cb9c8790b0b4a61d427fe112ddd28916c","declaration":"export function mergeAllowlist(params: { existing?: Array<string | number>; additions: string[]; }): string[];","entrypoint":"allow-from","exportName":"mergeAllowlist","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"89a4061884b5d1d09aa65f79e9144e4d0c689116b6dfbcbd9beeff1e82a31afe","declaration":"export function mergeDmAllowFromSources(params: { allowFrom?: Array<string | number>; storeAllowFrom?: Array<string | number>; dmPolicy?: string; }): string[];","entrypoint":"allow-from","exportName":"mergeDmAllowFromSources","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"aae7be91c0fe116a9b3c98bce2f8da5dc23bec8ae734c4bdcfa4fc20e013941e","declaration":"export function parseAllowFromEntries(raw: string, parseEntry: (entry: string) => ParsedAllowFromEntry): { entries: string[]; error?: string; };","entrypoint":"allow-from","exportName":"parseAllowFromEntries","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"5316d135205903ab162e0858a56779984eb9271dd9d3d539bed3edcd2b5805fd","declaration":"export function patchAllowlistUsersInConfigEntries<T extends AllowlistUserResolutionLike, TEntries extends Record<string, unknown>>(params: { entries: TEntries; resolvedMap: Map<string, T>; strategy?: \"merge\" | \"canonicalize\"; }): TEntries;","entrypoint":"allow-from","exportName":"patchAllowlistUsersInConfigEntries","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"8d9b47624ad307f43c3933bc0cb65c22398ac76f9efc71ba68e5c4b4bd79b37b","declaration":"export function resolveAllowlistCandidates<TSource extends string>(params: { compiledAllowlist: CompiledAllowlist; candidates: Array<{ value?: string; source: TSource; }>; }): AllowlistMatch<TSource>;","entrypoint":"allow-from","exportName":"resolveAllowlistCandidates","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"533815c365a2b1e86f7d86586e13c9fe734ec033de9f3cfab5c73bd8318a7be7","declaration":"export function resolveAllowlistMatchByCandidates<TSource extends string>(params: { allowList: ReadonlyArray<string>; candidates: Array<{ value?: string; source: TSource; }>; }): AllowlistMatch<TSource>;","entrypoint":"allow-from","exportName":"resolveAllowlistMatchByCandidates","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"55d312ea0f330d37d05e9d4ee1ea2c9de6d129f5b3c7a9ecdea4097701a401b4","declaration":"export function resolveAllowlistMatchSimple(params: { allowFrom: ReadonlyArray<string | number>; senderId: string; senderName?: string | null; allowNameMatching?: boolean; }): AllowlistMatch<\"wildcard\" | \"id\" | \"name\">;","entrypoint":"allow-from","exportName":"resolveAllowlistMatchSimple","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"92412167412a5c326ebedbf101a99510c2bd4246857b1355567990a700ae0499","declaration":"export function resolveBasicAllowFromEntries(params: { token?: string | null; entries: string[]; resolveEntries: (params: { token: string; entries: string[]; }) => Promise<Array<{ input: string; resolved: boolean; id?: string | null; }>>; }): Promise<Array<{ input: string; resolved: boolean; id: string | null; }>>;","entrypoint":"allow-from","exportName":"resolveBasicAllowFromEntries","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"4440f5d39b101632a9beded1faf03894b36cc4ccb5010bc6cbc468b052ad06ea","declaration":"export function resolveCompiledAllowlistMatch<TSource extends string>(params: { compiledAllowlist: CompiledAllowlist; candidates: Array<{ value?: string; source: TSource; }>; }): AllowlistMatch<TSource>;","entrypoint":"allow-from","exportName":"resolveCompiledAllowlistMatch","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"e25e36fdab9e9614f2edd4ec73581cac24e91b1108fb28892097af25e5fb8f9d","declaration":"export function resolveGroupAllowFromSources(params: { allowFrom?: Array<string | number>; groupAllowFrom?: Array<string | number>; fallbackToAllowFrom?: boolean; }): string[];","entrypoint":"allow-from","exportName":"resolveGroupAllowFromSources","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"ccbdf318571ca2c2ee1f5cfc24195e96140b06e67094a52f535e23b62920afb7","declaration":"export function summarizeMapping(label: string, mapping: string[], unresolved: string[], runtime: RuntimeEnv): void;","entrypoint":"allow-from","exportName":"summarizeMapping","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"function","recordType":"export"}
|
|
{"closureHash":"2195872940f336da045e9d7496b670d8bfa23f722a22bf41e92dfbdc727c35cf","declaration":"export type AllowlistMatch<TSource extends string = AllowlistMatchSource> = AllowlistMatch<TSource>;","entrypoint":"allow-from","exportName":"AllowlistMatch","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"type","recordType":"export"}
|
|
{"closureHash":"984f9c4dc4bb670183152141997eaf2da36a666bcb2aa2cdc5002d5571dcd77a","declaration":"export type AllowlistMatchSource = AllowlistMatchSource;","entrypoint":"allow-from","exportName":"AllowlistMatchSource","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"type","recordType":"export"}
|
|
{"closureHash":"4437df2db583572c1b0a13aa137b30bdc13ce0992858ebcc4a62e2692a2f5f7f","declaration":"export type AllowlistUserResolutionLike = AllowlistUserResolutionLike;","entrypoint":"allow-from","exportName":"AllowlistUserResolutionLike","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"type","recordType":"export"}
|
|
{"closureHash":"9d97f8f1077de41d9c4d1b1db813291908e0fa1a2a9fb8b5f185f809cd35e041","declaration":"export type BasicAllowlistResolutionEntry = BasicAllowlistResolutionEntry;","entrypoint":"allow-from","exportName":"BasicAllowlistResolutionEntry","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"type","recordType":"export"}
|
|
{"closureHash":"6990fad4f44952958744eb47d60b875e25108a2e765f12bf5c63d6a83b0ee41c","declaration":"export type CompiledAllowlist = CompiledAllowlist;","entrypoint":"allow-from","exportName":"CompiledAllowlist","importSpecifier":"openclaw/plugin-sdk/allow-from","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"allowlist-config-edit","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","recordType":"module"}
|
|
{"closureHash":"d0da722eb500a403b2b73179634ab867bfdd41e38fea05e99909c73696a98789","declaration":"export function buildAccountScopedAllowlistConfigEditor(params: { channelId: ChannelId; normalize: AllowlistNormalizer; resolveEffectiveEntries?: (params: { cfg: OpenClawConfig; accountId?: string | null; scope: \"dm\" | \"group\"; }) => Array<string | number> | null | undefined; resolvePaths: (scope: \"dm\" | \"group\") => AllowlistConfigPaths | null; }): NonNullable<ChannelAllowlistAdapter[\"applyConfigEdit\"]>;","entrypoint":"allowlist-config-edit","exportName":"buildAccountScopedAllowlistConfigEditor","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"75ae7a4764b8d569471d9e82c6176647892472c84ee77c911dd19bcad3556976","declaration":"export function buildDmGroupAccountAllowlistAdapter<ResolvedAccount>(params: { channelId: ChannelId; resolveAccount: AllowlistAccountResolver<ResolvedAccount>; normalize: AllowlistNormalizer; resolveDmAllowFrom: (account: ResolvedAccount, context: { cfg: OpenClawConfig; accountId?: string | null; }) => Array<string | number> | null | undefined; resolveGroupAllowFrom: (account: ResolvedAccount) => Array<string | number> | null | undefined; resolveDmPolicy?: (account: ResolvedAccount) => string | null | undefined; resolveGroupPolicy?: (account: ResolvedAccount) => string | null | undefined; resolveGroupOverrides?: (account: ResolvedAccount) => AllowlistGroupOverride[] | undefined; }): Pick<ChannelAllowlistAdapter, \"supportsScope\" | \"readConfig\" | \"applyConfigEdit\">;","entrypoint":"allowlist-config-edit","exportName":"buildDmGroupAccountAllowlistAdapter","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"a669ad415f1f2174cfd98c402266724082c48a749246751e75a0fa78acf3a953","declaration":"export function buildLegacyDmAccountAllowlistAdapter<ResolvedAccount>(params: { channelId: ChannelId; resolveAccount: AllowlistAccountResolver<ResolvedAccount>; normalize: AllowlistNormalizer; resolveDmAllowFrom: (account: ResolvedAccount, context: { cfg: OpenClawConfig; accountId?: string | null; }) => Array<string | number> | null | undefined; resolveGroupPolicy?: (account: ResolvedAccount) => string | null | undefined; resolveGroupOverrides?: (account: ResolvedAccount) => AllowlistGroupOverride[] | undefined; }): Pick<ChannelAllowlistAdapter, \"supportsScope\" | \"readConfig\" | \"applyConfigEdit\">;","entrypoint":"allowlist-config-edit","exportName":"buildLegacyDmAccountAllowlistAdapter","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"1387ea0d7f532ab98d1855c5194e94cfbfa0df22c90f338e59e6c0255724e86c","declaration":"export function collectAllowlistOverridesFromRecord<T>(params: { record: Record<string, T | undefined> | null | undefined; label: (key: string, value: T) => string; resolveEntries: (value: T) => Array<string | number> | null | undefined; }): AllowlistGroupOverride[];","entrypoint":"allowlist-config-edit","exportName":"collectAllowlistOverridesFromRecord","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"3c45007d26be86c8f6ce76e8b57e1b07ee413dcbf0e547dbefca49f241e6e22f","declaration":"export function collectNestedAllowlistOverridesFromRecord<Outer, Inner>(params: { record: Record<string, Outer | undefined> | null | undefined; outerLabel: (key: string, value: Outer) => string; resolveOuterEntries: (value: Outer) => Array<string | number> | null | undefined; resolveChildren: (value: Outer) => Record<string, Inner | undefined> | null | undefined; innerLabel: (outerKey: string, innerKey: string, inner: Inner) => string; resolveInnerEntries: (value: Inner) => Array<string | number> | null | undefined; }): AllowlistGroupOverride[];","entrypoint":"allowlist-config-edit","exportName":"collectNestedAllowlistOverridesFromRecord","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"c693b60be84757e9946bd49f5f5f07bb2576660a88c2f1c0ea599c95faadd971","declaration":"export function createAccountScopedAllowlistNameResolver<ResolvedAccount>(params: { resolveAccount: (params: { cfg: OpenClawConfig; accountId?: string | null; }) => ResolvedAccount; resolveToken: (account: ResolvedAccount) => string | null | undefined; resolveNames: (params: { token: string; entries: string[]; }) => Promise<AllowlistNameResolution>; }): NonNullable<ChannelAllowlistAdapter[\"resolveNames\"]>;","entrypoint":"allowlist-config-edit","exportName":"createAccountScopedAllowlistNameResolver","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"b4facf6a7f4add049783b40f1fea9988385b4b48f814897173f3c25a634d7789","declaration":"export function createFlatAllowlistOverrideResolver<ResolvedAccount, Entry>(params: { resolveRecord: (account: ResolvedAccount) => Record<string, Entry | undefined> | null | undefined; label: (key: string, value: Entry) => string; resolveEntries: (value: Entry) => Array<string | number> | null | undefined; }): (account: ResolvedAccount) => AllowlistGroupOverride[];","entrypoint":"allowlist-config-edit","exportName":"createFlatAllowlistOverrideResolver","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"6dc8cdc82e426627caa7a3fe8fc34bab64da98850620c752b0d0a48374cece60","declaration":"export function createNestedAllowlistOverrideResolver<ResolvedAccount, Outer, Inner>(params: { resolveRecord: (account: ResolvedAccount) => Record<string, Outer | undefined> | null | undefined; outerLabel: (key: string, value: Outer) => string; resolveOuterEntries: (value: Outer) => Array<string | number> | null | undefined; resolveChildren: (value: Outer) => Record<string, Inner | undefined> | null | undefined; innerLabel: (outerKey: string, innerKey: string, inner: Inner) => string; resolveInnerEntries: (value: Inner) => Array<string | number> | null | undefined; }): (account: ResolvedAccount) => AllowlistGroupOverride[];","entrypoint":"allowlist-config-edit","exportName":"createNestedAllowlistOverrideResolver","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"b8639e4f9799479ffa93e87fddd644c9276281f9b1b6d740d543803add65fbe1","declaration":"export function readConfiguredAllowlistEntries(entries: Array<string | number> | null | undefined): string[];","entrypoint":"allowlist-config-edit","exportName":"readConfiguredAllowlistEntries","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"234783131e1c041de781fd96bcf15dac5cfce693f8d185f8281c1cc694cd9658","declaration":"export function resolveDmGroupAllowlistConfigPaths(scope: \"dm\" | \"group\"): AllowlistConfigPaths;","entrypoint":"allowlist-config-edit","exportName":"resolveDmGroupAllowlistConfigPaths","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"dfd11a6eb3475df260a4f2aa2e9543d07971745e2500aefbac13b462e74574c9","declaration":"export function resolveLegacyDmAllowlistConfigPaths(scope: \"dm\" | \"group\"): AllowlistConfigPaths | null;","entrypoint":"allowlist-config-edit","exportName":"resolveLegacyDmAllowlistConfigPaths","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"function","recordType":"export"}
|
|
{"closureHash":"6e563c0f2519f5c6bbac5f9d042b0e8d8354d818242e4a070768356e3b0a3354","declaration":"export type AllowlistGroupOverride = AllowlistGroupOverride;","entrypoint":"allowlist-config-edit","exportName":"AllowlistGroupOverride","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"type","recordType":"export"}
|
|
{"closureHash":"41d777367a61c56998fb95220c2e3751371c2c55efd9be35b39bc93862f608e2","declaration":"export type AllowlistNameResolution = AllowlistNameResolution;","entrypoint":"allowlist-config-edit","exportName":"AllowlistNameResolution","importSpecifier":"openclaw/plugin-sdk/allowlist-config-edit","kind":"type","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"approval-auth-runtime","importSpecifier":"openclaw/plugin-sdk/approval-auth-runtime","recordType":"module"}
|
|
{"closureHash":"5bde8fcdee663e17e66ae936e6f95b2ec11695d0b8d5e4b011d3349056436c2b","declaration":"export function createChannelApprovalAuth(params: { channelLabel: string; resolveInputs: (params: ApprovalContext) => ApprovalApproverInputs; normalizeApprover: (value: ApproverInput) => string | undefined; normalizeDefaultTo?: (value: string) => string | undefined; normalizeSenderId?: (value: string) => string | undefined; isWildcardAuthorized?: (params: { purpose: \"sender\" | \"action\"; senderId?: string; inputs: ApprovalApproverInputs; approvers: readonly string[]; }) => boolean; }): ChannelApprovalAuth;","entrypoint":"approval-auth-runtime","exportName":"createChannelApprovalAuth","importSpecifier":"openclaw/plugin-sdk/approval-auth-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cc08201b57e3b0c025218d73f5a7be0ad44dbdf3c76068932cb62db0b9474294","declaration":"export function createResolvedApproverActionAuthAdapter(params: { channelLabel: string; resolveApprovers: (params: { cfg: OpenClawConfig; accountId?: string | null; }) => string[]; normalizeSenderId?: (value: string) => string | undefined; }): { authorizeActorAction({ cfg, accountId, senderId, approvalKind, }: { cfg: OpenClawConfig; accountId?: string | null; senderId?: string | null; action: \"approve\"; approvalKind: ApprovalKind; }): ApprovalAuthorizationResult | { readonly authorized: true; reason?: undefined; } | { readonly authorized: false; readonly reason: `\\u274C You are not authorized to approve plugin requests on ${string}.` | `\\u274C You are not authorized to approve exec requests on ${string}.`; }; };","entrypoint":"approval-auth-runtime","exportName":"createResolvedApproverActionAuthAdapter","importSpecifier":"openclaw/plugin-sdk/approval-auth-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7b80fa2a2436abd3b18ec1060099463f509786dddce8720880566afae3c3a65b","declaration":"export function isImplicitSameChatApprovalAuthorization(result: ApprovalAuthorizationResult | null | undefined): boolean;","entrypoint":"approval-auth-runtime","exportName":"isImplicitSameChatApprovalAuthorization","importSpecifier":"openclaw/plugin-sdk/approval-auth-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2e7d01a3efbdf652eb5874b78fa067c3c2e477d53ce231bdd8e2d7ce794df121","declaration":"export function markImplicitSameChatApprovalAuthorization(result: ApprovalAuthorizationResult): ApprovalAuthorizationResult;","entrypoint":"approval-auth-runtime","exportName":"markImplicitSameChatApprovalAuthorization","importSpecifier":"openclaw/plugin-sdk/approval-auth-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc31d860c8a73777f10cd9e65d314d6bb112844253499814b937dd7fcb8d8082","declaration":"export function resolveApprovalApprovers(params: { explicit?: readonly ApproverInput[] | null; allowFrom?: readonly ApproverInput[] | null; extraAllowFrom?: readonly ApproverInput[] | null; defaultTo?: string | null; normalizeApprover: (value: ApproverInput) => string | undefined; normalizeDefaultTo?: (value: string) => string | undefined; }): string[];","entrypoint":"approval-auth-runtime","exportName":"resolveApprovalApprovers","importSpecifier":"openclaw/plugin-sdk/approval-auth-runtime","kind":"function","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"approval-client-runtime","importSpecifier":"openclaw/plugin-sdk/approval-client-runtime","recordType":"module"}
|
|
{"closureHash":"28a74f13280fd15b1c3f1e5b4eb4927e41817da04d113f3c202ddec988207268","declaration":"export function createChannelExecApprovalProfile(params: { resolveConfig: (params: ApprovalProfileParams) => ChannelApprovalConfig | undefined; resolveApprovers: (params: ApprovalProfileParams) => string[]; normalizeSenderId?: (value: string) => string | undefined; isTargetRecipient?: (params: ApprovalProfileParams & { senderId?: string | null; }) => boolean; matchesRequestAccount?: (params: ApprovalProfileParams & { request: ApprovalRequest; }) => boolean; fallbackAgentIdFromSessionKey?: boolean; requireClientEnabledForLocalPromptSuppression?: boolean; }): { isClientEnabled: (input: ApprovalProfileParams) => boolean; isApprover: (input: ApprovalProfileParams & { senderId?: string | null; }) => boolean; isAuthorizedSender: (input: ApprovalProfileParams & { senderId?: string | null; }) => boolean; resolveTarget: (input: ApprovalProfileParams) => ApprovalTarget; shouldHandleRequest: (input: ApprovalProfileParams & { request: ApprovalRequest; }) => boolean; shouldSuppressLocalPrompt: (input: ApprovalProfileParams & { payload: ReplyPayload; }) => boolean; };","entrypoint":"approval-client-runtime","exportName":"createChannelExecApprovalProfile","importSpecifier":"openclaw/plugin-sdk/approval-client-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bfb7cef8e5738b0d0b44e843c36433d085fdf9ab02671b33130a1b86f78ae0ce","declaration":"export function getExecApprovalReplyMetadata(payload: ReplyPayload): ExecApprovalReplyMetadata | null;","entrypoint":"approval-client-runtime","exportName":"getExecApprovalReplyMetadata","importSpecifier":"openclaw/plugin-sdk/approval-client-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dec60685de09925f57d7e73d3a266f7b0ad005ed0b9264633065358a6b016fc0","declaration":"export function isChannelExecApprovalClientEnabledFromConfig(params: { enabled?: ChannelExecApprovalEnableMode; approverCount: number; }): boolean;","entrypoint":"approval-client-runtime","exportName":"isChannelExecApprovalClientEnabledFromConfig","importSpecifier":"openclaw/plugin-sdk/approval-client-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0066664f221ccc7008a3485f0331e9d82f637343e9d1bfddeba7aa3ce941f5d","declaration":"export function isChannelExecApprovalTargetRecipient(params: { cfg: OpenClawConfig; senderId?: string | null; accountId?: string | null; channel: string; normalizeSenderId?: (value: string) => string | undefined; matchTarget: (params: { target: ExecApprovalForwardTarget; normalizedSenderId: string; normalizedAccountId?: string; }) => boolean; }): boolean;","entrypoint":"approval-client-runtime","exportName":"isChannelExecApprovalTargetRecipient","importSpecifier":"openclaw/plugin-sdk/approval-client-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0c23f942c456673943c1eb812728a3e9b28e88ce7876a50a09fdbe9af2931e8b","declaration":"export function matchesApprovalRequestFilters(params: { request: ApprovalRequestFilterInput; agentFilter?: string[]; sessionFilter?: string[]; fallbackAgentIdFromSessionKey?: boolean; }): boolean;","entrypoint":"approval-client-runtime","exportName":"matchesApprovalRequestFilters","importSpecifier":"openclaw/plugin-sdk/approval-client-runtime","kind":"function","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"approval-delivery-runtime","importSpecifier":"openclaw/plugin-sdk/approval-delivery-runtime","recordType":"module"}
|
|
{"closureHash":"14a1dc223ec5270fb82c813c083fece99a9d814fc179216513811a17f51705f4","declaration":"export function createApproverRestrictedNativeApprovalAdapter(params: ApproverRestrictedNativeApprovalCommonParams & ApproverRestrictedNativeApprovalFlatParams): { auth: { authorizeActorAction?: ChannelApprovalCapability[\"authorizeActorAction\"]; getActionAvailabilityState?: ChannelApprovalCapability[\"getActionAvailabilityState\"]; getExecInitiatingSurfaceState?: ChannelApprovalCapability[\"getExecInitiatingSurfaceState\"]; resolveApproveCommandBehavior?: ChannelApprovalCapability[\"resolveApproveCommandBehavior\"]; }; delivery: ChannelApprovalCapability[\"delivery\"]; nativeRuntime: ChannelApprovalCapability[\"nativeRuntime\"]; render: ChannelApprovalCapability[\"render\"]; native: ChannelApprovalCapability[\"native\"]; describeExecApprovalSetup: ChannelApprovalCapability[\"describeExecApprovalSetup\"]; describePluginApprovalSetup: ChannelApprovalCapability[\"describePluginApprovalSetup\"]; };","entrypoint":"approval-delivery-runtime","exportName":"createApproverRestrictedNativeApprovalAdapter","importSpecifier":"openclaw/plugin-sdk/approval-delivery-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"69196b001a7df6119e1325c4bc4b51bcac169b7739432b1fd41a84c838b6477b","declaration":"export function createApproverRestrictedNativeApprovalCapability(params: ApproverRestrictedNativeApprovalCommonParams & ApproverRestrictedNativeApprovalFlatParams): ChannelApprovalCapability;","entrypoint":"approval-delivery-runtime","exportName":"createApproverRestrictedNativeApprovalCapability","importSpecifier":"openclaw/plugin-sdk/approval-delivery-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"036d197cd678f0bde655c22aa8840b57a816cdd9ffae59611a96b4b7ea01d325","declaration":"export function createApproverRestrictedNativeApprovalCapabilityFromForwardingRoutes(params: ApproverRestrictedNativeApprovalCommonParams & ApproverRestrictedNativeApprovalRoutedParams): { capability: ChannelApprovalCapability; routing: StandardNativeApprovalRouting; };","entrypoint":"approval-delivery-runtime","exportName":"createApproverRestrictedNativeApprovalCapabilityFromForwardingRoutes","importSpecifier":"openclaw/plugin-sdk/approval-delivery-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"80975cb9678c9c844bd3b676986c1149496e1ec6c9704a969945fb91c91aa4dd","declaration":"export function createChannelApprovalCapability(params: { authorizeActorAction?: ChannelApprovalCapability[\"authorizeActorAction\"]; getActionAvailabilityState?: ChannelApprovalCapability[\"getActionAvailabilityState\"]; getExecInitiatingSurfaceState?: ChannelApprovalCapability[\"getExecInitiatingSurfaceState\"]; resolveApproveCommandBehavior?: ChannelApprovalCapability[\"resolveApproveCommandBehavior\"]; describeExecApprovalSetup?: ChannelApprovalCapability[\"describeExecApprovalSetup\"]; describePluginApprovalSetup?: ChannelApprovalCapability[\"describePluginApprovalSetup\"]; delivery?: ChannelApprovalCapability[\"delivery\"]; nativeRuntime?: ChannelApprovalCapability[\"nativeRuntime\"]; render?: ChannelApprovalCapability[\"render\"]; native?: ChannelApprovalCapability[\"native\"]; }): ChannelApprovalCapability;","entrypoint":"approval-delivery-runtime","exportName":"createChannelApprovalCapability","importSpecifier":"openclaw/plugin-sdk/approval-delivery-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ac0e53f8e99cd25f0a7b32f068085d85a724aa3533e829606aeae1cdf0ec77a0","declaration":"export function splitChannelApprovalCapability(capability: ChannelApprovalCapability): { auth: { authorizeActorAction?: ChannelApprovalCapability[\"authorizeActorAction\"]; getActionAvailabilityState?: ChannelApprovalCapability[\"getActionAvailabilityState\"]; getExecInitiatingSurfaceState?: ChannelApprovalCapability[\"getExecInitiatingSurfaceState\"]; resolveApproveCommandBehavior?: ChannelApprovalCapability[\"resolveApproveCommandBehavior\"]; }; delivery: ChannelApprovalCapability[\"delivery\"]; nativeRuntime: ChannelApprovalCapability[\"nativeRuntime\"]; render: ChannelApprovalCapability[\"render\"]; native: ChannelApprovalCapability[\"native\"]; describeExecApprovalSetup: ChannelApprovalCapability[\"describeExecApprovalSetup\"]; describePluginApprovalSetup: ChannelApprovalCapability[\"describePluginApprovalSetup\"]; };","entrypoint":"approval-delivery-runtime","exportName":"splitChannelApprovalCapability","importSpecifier":"openclaw/plugin-sdk/approval-delivery-runtime","kind":"function","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"approval-gateway-runtime","importSpecifier":"openclaw/plugin-sdk/approval-gateway-runtime","recordType":"module"}
|
|
{"closureHash":"4499db6098f2545b18ae2aa31174fa28834e8e8fb745e709b84a85c2939e718d","declaration":"export function resolveApprovalOverGateway(params: LegacyResolveApprovalOverGatewayParams): Promise<void>;\nexport function resolveApprovalOverGateway(params: CanonicalResolveApprovalOverGatewayParams): Promise<ApprovalResolveResult>;","entrypoint":"approval-gateway-runtime","exportName":"resolveApprovalOverGateway","importSpecifier":"openclaw/plugin-sdk/approval-gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"315487017cd1fb4469e2478da08b10e1919f0c9a6b20f92182855a434662bba7","declaration":"export type ApprovalResolveResult = { applied: boolean; approval: { source?: { agentId?: string | undefined; sessionKey?: string | undefined; } | undefined; resolver?: { id?: string | undefined; kind: \"system\" | \"runtime\" | \"channel\" | \"device\"; } | undefined; id: string; status: \"allowed\"; reason: \"user\"; presentation: { agentId?: string | null | undefined; host?: string | null | undefined; commandPreview?: string | null | undefined; warningText?: string | null | undefined; nodeId?: string | null | undefined; kind: \"exec\"; commandText: string; allowedDecisions: (\"deny\" | \"allow-once\" | \"allow-always\")[]; } | { agentId?: string | null | undefined; detail?: string | undefined; pluginId?: string | null | undefined; toolName?: string | null | undefined; title: string; description: string; kind: \"plugin\"; severity: \"info\" | \"warning\" | \"critical\"; allowedDecisions: (\"deny\" | \"allow-once\" | \"allow-always\")[]; } | { agentId?: string | null | undefined; title: string; description: string; kind: \"system-agent\"; allowedDecisions: [\"allow-once\", \"deny\"]; proposalHash: string; }; decision: \"allow-once\" | \"allow-always\"; expiresAtMs: number; createdAtMs: number; urlPath: string; resolvedAtMs: number; } | { source?: { agentId?: string | undefined; sessionKey?: string | undefined; } | undefined; resolver?: { id?: string | undefined; kind: \"system\" | \"runtime\" | \"channel\" | \"device\"; } | undefined; id: string; status: \"denied\"; reason: \"user\" | \"malformed-verdict\" | \"no-route\" | \"storage-corrupt\"; presentation: { agentId?: string | null | undefined; host?: string | null | undefined; commandPreview?: string | null | undefined; warningText?: string | null | undefined; nodeId?: string | null | undefined; kind: \"exec\"; commandText: string; allowedDecisions: (\"deny\" | \"allow-once\" | \"allow-always\")[]; } | { agentId?: string | null | undefined; detail?: string | undefined; pluginId?: string | null | undefined; toolName?: string | null | undefined; title: string; description: string; kind: \"plugin\"; severity: \"info\" | \"warning\" | \"critical\"; allowedDecisions: (\"deny\" | \"allow-once\" | \"allow-always\")[]; } | { agentId?: string | null | undefined; title: string; description: string; kind: \"system-agent\"; allowedDecisions: [\"allow-once\", \"deny\"]; proposalHash: string; }; decision: \"deny\"; expiresAtMs: number; createdAtMs: number; urlPath: string; resolvedAtMs: number; } | { source?: { agentId?: string | undefined; sessionKey?: string | undefined; } | undefined; resolver?: { id?: string | undefined; kind: \"system\" | \"runtime\" | \"channel\" | \"device\"; } | undefined; id: string; status: \"expired\"; reason: \"timeout\"; presentation: { agentId?: string | null | undefined; host?: string | null | undefined; commandPreview?: string | null | undefined; warningText?: string | null | undefined; nodeId?: string | null | undefined; kind: \"exec\"; commandText: string; allowedDecisions: (\"deny\" | \"allow-once\" | \"allow-always\")[]; } | { agentId?: string | null | undefined; detail?: string | undefined; pluginId?: string | null | undefined; toolName?: string | null | undefined; title: string; description: string; kind: \"plugin\"; severity: \"info\" | \"warning\" | \"critical\"; allowedDecisions: (\"deny\" | \"allow-once\" | \"allow-always\")[]; } | { agentId?: string | null | undefined; title: string; description: string; kind: \"system-agent\"; allowedDecisions: [\"allow-once\", \"deny\"]; proposalHash: string; }; expiresAtMs: number; createdAtMs: number; urlPath: string; resolvedAtMs: number; } | { source?: { agentId?: string | undefined; sessionKey?: string | undefined; } | undefined; resolver?: { id?: string | undefined; kind: \"system\" | \"runtime\" | \"channel\" | \"device\"; } | undefined; id: string; status: \"cancelled\"; reason: \"run-aborted\" | \"gateway-restart\"; presentation: { agentId?: string | null | undefined; host?: string | null | undefined; commandPreview?: string | null | undefined; warningText?: string | null | undefined; nodeId?: string | null | undefined; kind: \"exec\"; commandText: string; allowedDecisions: (\"deny\" | \"allow-once\" | \"allow-always\")[]; } | { agentId?: string | null | undefined; detail?: string | undefined; pluginId?: string | null | undefined; toolName?: string | null | undefined; title: string; description: string; kind: \"plugin\"; severity: \"info\" | \"warning\" | \"critical\"; allowedDecisions: (\"deny\" | \"allow-once\" | \"allow-always\")[]; } | { agentId?: string | null | undefined; title: string; description: string; kind: \"system-agent\"; allowedDecisions: [\"allow-once\", \"deny\"]; proposalHash: string; }; expiresAtMs: number; createdAtMs: number; urlPath: string; resolvedAtMs: number; };};","entrypoint":"approval-gateway-runtime","exportName":"ApprovalResolveResult","importSpecifier":"openclaw/plugin-sdk/approval-gateway-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"approval-handler-adapter-runtime","importSpecifier":"openclaw/plugin-sdk/approval-handler-adapter-runtime","recordType":"module"}
|
|
{"closureHash":"c680a37cf88d0de2a7cc1033064641937f7cd70fd5d9b67bb29f8de85434cac2","declaration":"export function createLazyChannelApprovalNativeRuntimeAdapter<TPendingPayload = unknown, TPreparedTarget = unknown, TPendingEntry = unknown, TBinding = unknown, TFinalPayload = unknown>(params: { load: () => Promise<ChannelApprovalNativeRuntimeAdapter<TPendingPayload, TPreparedTarget, TPendingEntry, TBinding, TFinalPayload>>; isConfigured: ChannelApprovalNativeAvailabilityAdapter[\"isConfigured\"]; shouldHandle: ChannelApprovalNativeAvailabilityAdapter[\"shouldHandle\"]; eventKinds?: readonly ExecApprovalChannelRuntimeEventKind[]; resolveApprovalKind?: ChannelApprovalNativeRuntimeAdapter[\"resolveApprovalKind\"]; }): ChannelApprovalNativeRuntimeAdapter<TPendingPayload, TPreparedTarget, TPendingEntry, TBinding, TFinalPayload>;","entrypoint":"approval-handler-adapter-runtime","exportName":"createLazyChannelApprovalNativeRuntimeAdapter","importSpecifier":"openclaw/plugin-sdk/approval-handler-adapter-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3e60c012695ff8b279c3e08ad1815918cd04384aea6bee4ef0e3b5a1abbf85dd","declaration":"export const CHANNEL_APPROVAL_NATIVE_RUNTIME_CONTEXT_CAPABILITY: \"approval.native\";","entrypoint":"approval-handler-adapter-runtime","exportName":"CHANNEL_APPROVAL_NATIVE_RUNTIME_CONTEXT_CAPABILITY","importSpecifier":"openclaw/plugin-sdk/approval-handler-adapter-runtime","kind":"const","recordType":"export"}
|
|
{"category":null,"entrypoint":"approval-handler-runtime","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","recordType":"module"}
|
|
{"closureHash":"a3c7cc7a7d0589e9cab49682ea99461fe61d1541626e668081e05be6fdd76050","declaration":"export function buildChannelApprovalExpiredText(params: { request: ApprovalRequest; view: ExpiredApprovalView; }): string;","entrypoint":"approval-handler-runtime","exportName":"buildChannelApprovalExpiredText","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1f90dd114520718ed697f43cc413917813b38ac51bec242e89be663c06d1f039","declaration":"export function buildChannelApprovalResolvedText(params: { request: ApprovalRequest; resolved: ApprovalResolved; view: ResolvedApprovalView; }): string;","entrypoint":"approval-handler-runtime","exportName":"buildChannelApprovalResolvedText","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"25ee2a8997ff2fbcaf95c5c050356c5c93fc24687bfb8af6e787577d68827694","declaration":"export function createChannelApprovalHandler<TPendingEntry, TPreparedTarget, TPendingContent, TRequest extends ApprovalRequest = ApprovalRequest, TResolved extends ApprovalResolved = ApprovalResolved>(adapter: ChannelApprovalHandlerAdapter<TPendingEntry, TPreparedTarget, TPendingContent, TRequest, TResolved>): ChannelApprovalHandler<TRequest, TResolved>;","entrypoint":"approval-handler-runtime","exportName":"createChannelApprovalHandler","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ec9c5edf4016272119b90f7fcd42ed8f40145dbeba514dca8e9bd92a6889acb7","declaration":"export function createChannelApprovalHandlerFromCapability(params: { capability?: Pick<ChannelApprovalCapability, \"native\" | \"nativeRuntime\"> | null; label: string; clientDisplayName: string; channel: string; channelLabel: string; cfg: OpenClawConfig; accountId?: string | null; gatewayUrl?: string; context?: unknown; nowMs?: () => number; }): Promise<ChannelApprovalHandler | null>;","entrypoint":"approval-handler-runtime","exportName":"createChannelApprovalHandlerFromCapability","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0fc1a7fd958eaab3f7421964a126cbfaa7e618eb252b6439e3619e532bcfc64c","declaration":"export function createChannelApprovalNativeRuntimeAdapter<TPendingPayload, TPreparedTarget, TPendingEntry, TBinding = unknown, TFinalPayload = unknown, TPendingView extends PendingApprovalView = PendingApprovalView, TResolvedView extends ResolvedApprovalView = ResolvedApprovalView, TExpiredView extends ExpiredApprovalView = ExpiredApprovalView>(spec: ChannelApprovalNativeRuntimeSpec<TPendingPayload, TPreparedTarget, TPendingEntry, TBinding, TFinalPayload, TPendingView, TResolvedView, TExpiredView>): ChannelApprovalNativeRuntimeAdapter<TPendingPayload, TPreparedTarget, TPendingEntry, TBinding, TFinalPayload>;","entrypoint":"approval-handler-runtime","exportName":"createChannelApprovalNativeRuntimeAdapter","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c680a37cf88d0de2a7cc1033064641937f7cd70fd5d9b67bb29f8de85434cac2","declaration":"export function createLazyChannelApprovalNativeRuntimeAdapter<TPendingPayload = unknown, TPreparedTarget = unknown, TPendingEntry = unknown, TBinding = unknown, TFinalPayload = unknown>(params: { load: () => Promise<ChannelApprovalNativeRuntimeAdapter<TPendingPayload, TPreparedTarget, TPendingEntry, TBinding, TFinalPayload>>; isConfigured: ChannelApprovalNativeAvailabilityAdapter[\"isConfigured\"]; shouldHandle: ChannelApprovalNativeAvailabilityAdapter[\"shouldHandle\"]; eventKinds?: readonly ExecApprovalChannelRuntimeEventKind[]; resolveApprovalKind?: ChannelApprovalNativeRuntimeAdapter[\"resolveApprovalKind\"]; }): ChannelApprovalNativeRuntimeAdapter<TPendingPayload, TPreparedTarget, TPendingEntry, TBinding, TFinalPayload>;","entrypoint":"approval-handler-runtime","exportName":"createLazyChannelApprovalNativeRuntimeAdapter","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4499db6098f2545b18ae2aa31174fa28834e8e8fb745e709b84a85c2939e718d","declaration":"export function resolveApprovalOverGateway(params: LegacyResolveApprovalOverGatewayParams): Promise<void>;\nexport function resolveApprovalOverGateway(params: CanonicalResolveApprovalOverGatewayParams): Promise<ApprovalResolveResult>;","entrypoint":"approval-handler-runtime","exportName":"resolveApprovalOverGateway","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a71296b12398e5ef4f2ea45cb43533f008dfeacc7c757454c80604fb0c2f4dd9","declaration":"export function resolvePreparedApprovalAccountId(params: { plannedAccountId?: string | null; contextAccountId?: string | null; fallbackAccountId: string; }): string;\nexport function resolvePreparedApprovalAccountId(params: { plannedAccountId?: string | null; contextAccountId?: string | null; fallbackAccountId?: string | null; }): string | undefined;","entrypoint":"approval-handler-runtime","exportName":"resolvePreparedApprovalAccountId","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3e60c012695ff8b279c3e08ad1815918cd04384aea6bee4ef0e3b5a1abbf85dd","declaration":"export const CHANNEL_APPROVAL_NATIVE_RUNTIME_CONTEXT_CAPABILITY: \"approval.native\";","entrypoint":"approval-handler-runtime","exportName":"CHANNEL_APPROVAL_NATIVE_RUNTIME_CONTEXT_CAPABILITY","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"2c759d004d85d6ae3ba103553e10eaf23592d50c48b07227665b2da46c90b562","declaration":"export type ApprovalActionView = ApprovalActionView;","entrypoint":"approval-handler-runtime","exportName":"ApprovalActionView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4434f28f3f038befd4baf57d9508bafc406b3f7bd1726060f347c4b60a791eb6","declaration":"export type ApprovalMetadataView = ApprovalMetadataView;","entrypoint":"approval-handler-runtime","exportName":"ApprovalMetadataView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5e025ef0d9a40987da0d9dbc3b70e1a80b06c4a6f5ea888f869ed1b767c91940","declaration":"export type ApprovalViewModel = ApprovalViewModel;","entrypoint":"approval-handler-runtime","exportName":"ApprovalViewModel","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6ddab7d0be773090408c16ed1f3b3bb303bf4aca82a1668a21b844365742a6c6","declaration":"export type ChannelApprovalCapabilityHandlerContext = ChannelApprovalCapabilityHandlerContext;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalCapabilityHandlerContext","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fcca394839b9f8b609242c40cbc0a7facc391d0e71dc1448c71589c5afb4dcea","declaration":"export type ChannelApprovalHandler<TRequest extends ApprovalRequest = ApprovalRequest, TResolved extends ApprovalResolved = ApprovalResolved> = ChannelApprovalHandler<TRequest, TResolved>;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalHandler","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"dc23dcc7e2ab73cff516b65aa836f4c658e088156e7f0a3291d9ef3ece88c17a","declaration":"export type ChannelApprovalHandlerAdapter<TPendingEntry, TPreparedTarget, TPendingContent, TRequest extends ApprovalRequest = ApprovalRequest, TResolved extends ApprovalResolved = ApprovalResolved> = ChannelApprovalHandlerAdapter<TPendingEntry, TPreparedTarget, TPendingContent, TRequest, TResolved>;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalHandlerAdapter","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"61d61e7a56e870513047fb9675bb6604eefa07465ce84185818d936cdccf2b61","declaration":"export type ChannelApprovalNativeAvailabilityAdapter = ChannelApprovalNativeAvailabilityAdapter;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalNativeAvailabilityAdapter","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2f59587ae62407241652b3cf7544d2ad28ab8854b7ddcb8e4bc4a6e01d647504","declaration":"export type ChannelApprovalNativeFinalAction<TPayload> = ChannelApprovalNativeFinalAction<TPayload>;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalNativeFinalAction","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ead425a2058e8e0c7b6f20c347d77dd887741b902006680b22116355233a5526","declaration":"export type ChannelApprovalNativeInteractionAdapter<TPendingEntry = unknown, TBinding = unknown> = ChannelApprovalNativeInteractionAdapter<TPendingEntry, TBinding>;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalNativeInteractionAdapter","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4c50a32f6e4f452ab151a9b3d64bbf348d70be894c200585b24c3ea1e0bad7c7","declaration":"export type ChannelApprovalNativeObserveAdapter<TPreparedTarget = unknown, TPendingPayload = unknown, TPendingEntry = unknown> = ChannelApprovalNativeObserveAdapter<TPreparedTarget, TPendingPayload, TPendingEntry>;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalNativeObserveAdapter","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"aba3c68f186fa28bce9f0f5b9010acad5e0af7703a1e46d2c7419e15db8bd4ee","declaration":"export type ChannelApprovalNativePresentationAdapter<TPendingPayload = unknown, TFinalPayload = unknown> = ChannelApprovalNativePresentationAdapter<TPendingPayload, TFinalPayload>;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalNativePresentationAdapter","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cc8aba0f718375f1da70a2c4cce6435f875041577b21e83fda394881cfc4493a","declaration":"export type ChannelApprovalNativeRuntimeAdapter<TPendingPayload = unknown, TPreparedTarget = unknown, TPendingEntry = unknown, TBinding = unknown, TFinalPayload = unknown> = ChannelApprovalNativeRuntimeAdapter<TPendingPayload, TPreparedTarget, TPendingEntry, TBinding, TFinalPayload>;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalNativeRuntimeAdapter","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4f40408e83d65ff5786520801d7bd832bfd441fd02ed0cf9c55466213eabc701","declaration":"export type ChannelApprovalNativeRuntimeSpec<TPendingPayload, TPreparedTarget, TPendingEntry, TBinding = unknown, TFinalPayload = unknown, TPendingView extends PendingApprovalView = PendingApprovalView, TResolvedView extends ResolvedApprovalView = ResolvedApprovalView, TExpiredView extends ExpiredApprovalView = ExpiredApprovalView> = ChannelApprovalNativeRuntimeSpec<TPendingPayload, TPreparedTarget, TPendingEntry, TBinding, TFinalPayload, TPendingView, TResolvedView, TExpiredView>;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalNativeRuntimeSpec","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7fe97c2c2c2be17ef4d70572da703066b8c825021ba38a1f2f260113fa41c278","declaration":"export type ChannelApprovalNativeTransportAdapter<TPreparedTarget = unknown, TPendingEntry = unknown, TPendingPayload = unknown, TFinalPayload = unknown> = ChannelApprovalNativeTransportAdapter<TPreparedTarget, TPendingEntry, TPendingPayload, TFinalPayload>;","entrypoint":"approval-handler-runtime","exportName":"ChannelApprovalNativeTransportAdapter","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"515bfb102b96d11a75a01c1aa4c508e7a5eab69f6c4dde62ffd4a0ed73dcbb38","declaration":"export type ExecApprovalExpiredView = ExecApprovalExpiredView;","entrypoint":"approval-handler-runtime","exportName":"ExecApprovalExpiredView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1b03d8d6371b995aa8aec4eec3894d4d39d03fa73d79ce5c06c57fdd79892ccb","declaration":"export type ExecApprovalPendingView = ExecApprovalPendingView;","entrypoint":"approval-handler-runtime","exportName":"ExecApprovalPendingView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5cfab52eaec743b1d9b24dec4be7e8aa914df41026407a316cc47ef7b40a9a18","declaration":"export type ExecApprovalResolvedView = ExecApprovalResolvedView;","entrypoint":"approval-handler-runtime","exportName":"ExecApprovalResolvedView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"33324953c70ef5b8eb5300974afe8d24d44b032f267883bb12c608b0e45e4baa","declaration":"export type ExpiredApprovalView = ExpiredApprovalView;","entrypoint":"approval-handler-runtime","exportName":"ExpiredApprovalView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7efe697d746d15cd43f88ff98097ebf2db92f2858575dc0bfc67c5bcf700f314","declaration":"export type PendingApprovalView = PendingApprovalView;","entrypoint":"approval-handler-runtime","exportName":"PendingApprovalView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"50427b4faf2af9f959875e9d951ac036ae5ba2ecc5070d8bb683eaf1732956ff","declaration":"export type PluginApprovalExpiredView = PluginApprovalExpiredView;","entrypoint":"approval-handler-runtime","exportName":"PluginApprovalExpiredView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"48a9456a7bc11374a41383d4738b795cadaf310a12cdc4c6a6924dde09f8b6e7","declaration":"export type PluginApprovalPendingView = PluginApprovalPendingView;","entrypoint":"approval-handler-runtime","exportName":"PluginApprovalPendingView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8dc81e714f0526495c163d842edd650ce78228627197ec587fc3719d64fa0f54","declaration":"export type PluginApprovalResolvedView = PluginApprovalResolvedView;","entrypoint":"approval-handler-runtime","exportName":"PluginApprovalResolvedView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"893fcb4ffe0e18516b97df6c696f4a64387afabb56f2824ccb384a043964ca54","declaration":"export type ResolvedApprovalView = ResolvedApprovalView;","entrypoint":"approval-handler-runtime","exportName":"ResolvedApprovalView","importSpecifier":"openclaw/plugin-sdk/approval-handler-runtime","kind":"type","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"approval-native-runtime","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","recordType":"module"}
|
|
{"closureHash":"286ebc80afabac1a71b132657c3842f3a6ac7936c799cb225471b43b00dce4e3","declaration":"export function buildChannelApprovalNativeTargetKey(target: ChannelApprovalNativeTarget): string;","entrypoint":"approval-native-runtime","exportName":"buildChannelApprovalNativeTargetKey","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2c2c1b1c2cfcee77bed8e78c588cb4b9a0ac3e54714af36468adfa85ad56f48","declaration":"export function createChannelApprovalForwardingEvaluator(params: ChannelApprovalForwardingEvaluatorParams): { canAnyPotentiallyRoute: (input: { cfg: OpenClawConfig; accountId?: string | null; nativeSessionOnly?: boolean; }) => boolean; isExplicitTargetEligible: (input: ChannelApprovalExplicitTargetEligibilityParams) => boolean; isPotentialRoute: (input: ChannelApprovalPotentialRouteParams) => boolean; isSessionEligible: (input: ChannelApprovalForwardingEligibilityParams) => boolean; shouldHandleRequest: (input: { cfg: OpenClawConfig; accountId?: string | null; approvalKind?: ApprovalKind; request: ApprovalRequest; }) => boolean; };","entrypoint":"approval-native-runtime","exportName":"createChannelApprovalForwardingEvaluator","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d087506dbb56ca2b9364b996c5b282902443d04a3980d4bcf372b07593b8fee6","declaration":"export function createChannelApproverDmTargetResolver<TApprover, TTarget extends NativeApprovalTarget = NativeApprovalTarget>(params: { shouldHandleRequest?: (params: ApprovalResolverParams) => boolean; resolveApprovers: (params: { cfg: OpenClawConfig; accountId?: string | null; }) => readonly TApprover[]; mapApprover: (approver: TApprover, params: ApprovalResolverParams) => TTarget | null | undefined; }): (input: ApprovalResolverParams) => TTarget[];","entrypoint":"approval-native-runtime","exportName":"createChannelApproverDmTargetResolver","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"335457366eca3b4a6e624843153c23567f20652cae889c88e96b8d0b23edcc69","declaration":"export function createChannelNativeOriginTargetResolver<TTarget extends NativeApprovalTarget>(params: NativeOriginResolverParams<TTarget>): (input: ApprovalResolverParams) => TTarget | null;\nexport function createChannelNativeOriginTargetResolver<TTarget>(params: CustomOriginResolverParams<TTarget>): (input: ApprovalResolverParams) => TTarget | null;","entrypoint":"approval-native-runtime","exportName":"createChannelNativeOriginTargetResolver","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ec815daa1e3da7f4c4d968b2920ad1741426b494eefd6fd7ed8bff17e093c83","declaration":"export function createNativeApprovalChannelRouteGates<TTarget extends NativeApprovalTarget>(params: NativeApprovalChannelRouteGateParams<TTarget>): NativeApprovalChannelRouteGates;","entrypoint":"approval-native-runtime","exportName":"createNativeApprovalChannelRouteGates","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3bef0c2e45b2ac72ed51127ef0e7b142fc4f26e4219603d7d1bcd677bf470ef6","declaration":"export function createNativeApprovalForwardingFallbackSuppressor<TTarget extends NativeApprovalTarget>(params: NativeApprovalForwardingFallbackSuppressorParams<TTarget>): NonNullable<NonNullable<ChannelApprovalCapability[\"delivery\"]>[\"shouldSuppressForwardingFallback\"]>;","entrypoint":"approval-native-runtime","exportName":"createNativeApprovalForwardingFallbackSuppressor","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4affba2460fa5e82ffb34cf588658e2d3ba5300b940ac6b8a34dda459607ca22","declaration":"export function createNativeApprovalMessagingTargetResolvers(params: { channel: string; normalizeTo: (to: string) => string | null | undefined; }): { normalizeForwardTarget: (target: NativeApprovalForwardTarget) => NativeApprovalTarget | null; resolveTurnSourceTarget: (request: ApprovalRequest) => NativeApprovalTarget | null; resolveSessionTarget: (sessionTarget: ExecApprovalSessionTarget) => NativeApprovalTarget | null; normalizeTarget: (target: NativeApprovalTarget) => NativeApprovalTarget | null; };","entrypoint":"approval-native-runtime","exportName":"createNativeApprovalMessagingTargetResolvers","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"22ea2bdef4db8f5367bf6fde8906d5d4cf65c5f19d095878e672e76245e005f9","declaration":"export function doesApprovalRequestMatchChannelAccount(params: { cfg: OpenClawConfig; request: ApprovalRequestLike; channel: string; accountId?: string | null; }): boolean;","entrypoint":"approval-native-runtime","exportName":"doesApprovalRequestMatchChannelAccount","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8e3dfa8f9e586f35c2df77ff8bf66e98d0631327d33d9c6c85d182ec8cc9b870","declaration":"export function doesApprovalRequestSelectChannelAccount(params: { cfg: OpenClawConfig; request: ApprovalRequestLike; channel: string; accountId?: string | null; defaultAccountId: string; eligibleAccountIds: readonly string[]; }): boolean;","entrypoint":"approval-native-runtime","exportName":"doesApprovalRequestSelectChannelAccount","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a5523880a5e26e7826487d50504f05a7d266cd79f91a7b022c851d585000d4ef","declaration":"export function nativeApprovalTargetsMatch(params: { channel?: string | null; left: NativeApprovalTarget; right: NativeApprovalTarget; }): boolean;","entrypoint":"approval-native-runtime","exportName":"nativeApprovalTargetsMatch","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8a2c9135faa2c9744b5b01f3722cde847822d2aba19569dcc9836ab94cea69ed","declaration":"export function resolveApprovalKind(request: ApprovalRequest, approvalKind?: ApprovalKind): ApprovalKind;","entrypoint":"approval-native-runtime","exportName":"resolveApprovalKind","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"674695393a16995316bd61425dbfb078ceed757f10d92a2a4f630b98674fdea5","declaration":"export function resolveApprovalRequestAccountId(params: { cfg: OpenClawConfig; request: ApprovalRequestLike; channel?: string | null; }): string | null;","entrypoint":"approval-native-runtime","exportName":"resolveApprovalRequestAccountId","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d944d6bc87e03f2e1b74d9173d846dfa0ebdb2077718fba0d812c05497a0eb19","declaration":"export function resolveApprovalRequestChannelAccountId(params: { cfg: OpenClawConfig; request: ApprovalRequestLike; channel: string; }): string | null;","entrypoint":"approval-native-runtime","exportName":"resolveApprovalRequestChannelAccountId","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"37634712738a1be65e1236bad68ef0eb79ecf200d8a0133afa77de660d24c5b2","declaration":"export function resolveApprovalRequestOriginTarget<TTarget>(params: ApprovalRequestOriginTargetResolver<TTarget>): TTarget | null;","entrypoint":"approval-native-runtime","exportName":"resolveApprovalRequestOriginTarget","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fabf31504cd4f11f13a08c5e245c989a63f870d18ac63f097df0a9cfd827e066","declaration":"export function resolveApprovalRequestSessionConversation(params: { request: ApprovalRequestLike; channel?: string | null; bundledFallback?: boolean; }): ApprovalRequestSessionConversation | null;","entrypoint":"approval-native-runtime","exportName":"resolveApprovalRequestSessionConversation","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"70a5dad377f2cd2e9defef3ff9d819894d39c01c4fe4d8031576aaed173b59f1","declaration":"export function resolveApprovalRequestSessionTarget(params: { cfg: OpenClawConfig; request: ApprovalRequestLike; }): ExecApprovalSessionTarget | null;","entrypoint":"approval-native-runtime","exportName":"resolveApprovalRequestSessionTarget","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f8e0907689ab882436aff620407e690bc2dce91534cadb3d68c0e79329e5d8ad","declaration":"export function resolveExecApprovalSessionTarget(params: { cfg: OpenClawConfig; request: ExecApprovalRequest; turnSourceChannel?: string | null; turnSourceTo?: string | null; turnSourceAccountId?: string | null; turnSourceThreadId?: string | number | null; }): ExecApprovalSessionTarget | null;","entrypoint":"approval-native-runtime","exportName":"resolveExecApprovalSessionTarget","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"18982676bccabcc6a1ede5b547937a56eda1c9de40d6d63be0efd6a8dae207e2","declaration":"export function shouldSuppressLocalNativeExecApprovalPrompt(params: { cfg: OpenClawConfig; accountId?: string | null; payload: ReplyPayload; hint?: ChannelOutboundPayloadHint; isTransportEnabled?: (params: { cfg: OpenClawConfig; accountId?: string | null; }) => boolean; isNativeDeliveryEnabled?: (params: { cfg: OpenClawConfig; accountId?: string | null; }) => boolean; resolveApprovalConfig?: (params: { cfg: OpenClawConfig; accountId?: string | null; metadata: ExecApprovalReplyMetadata; }) => LocalNativeExecApprovalConfig | undefined; requireApprovalConfigEnabled?: boolean; enforceForwardingMode?: boolean; isSessionRouteEligible?: (params: { cfg: OpenClawConfig; accountId?: string | null; metadata: ExecApprovalReplyMetadata; }) => boolean; hasExactTargetProof?: boolean; fallbackAgentIdFromSessionKey?: boolean; }): boolean;","entrypoint":"approval-native-runtime","exportName":"shouldSuppressLocalNativeExecApprovalPrompt","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"35b791fbb174b312c2176519a008be130d873d14f1bd1c11cbf2dcd569d2da09","declaration":"export type ApprovalRequestSessionConversation = ApprovalRequestSessionConversation;","entrypoint":"approval-native-runtime","exportName":"ApprovalRequestSessionConversation","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a77f8c009c6f2744f393eb8227a7fffeea4aa9a1ca4b048aae154207119f800b","declaration":"export type ChannelApprovalExplicitTargetEligibilityParams = ChannelApprovalExplicitTargetEligibilityParams;","entrypoint":"approval-native-runtime","exportName":"ChannelApprovalExplicitTargetEligibilityParams","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3ab734b030660bb6fcf26d07b4b4dd2d418b8e28db6d8d6d10262e23c9c84c79","declaration":"export type ChannelApprovalForwardingEligibilityParams = ChannelApprovalForwardingEligibilityParams;","entrypoint":"approval-native-runtime","exportName":"ChannelApprovalForwardingEligibilityParams","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7ece9f407de99f662226c8df68307e605be2badcf88f55a178a937245bab2742","declaration":"export type ChannelApprovalPotentialRouteParams = ChannelApprovalPotentialRouteParams;","entrypoint":"approval-native-runtime","exportName":"ChannelApprovalPotentialRouteParams","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"19f6644c5808cbaec565a8b12ebee644a1c5a69898689f2c4fd8bd4f2af2641a","declaration":"export type ExecApprovalSessionTarget = ExecApprovalSessionTarget;","entrypoint":"approval-native-runtime","exportName":"ExecApprovalSessionTarget","importSpecifier":"openclaw/plugin-sdk/approval-native-runtime","kind":"type","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"approval-reply-runtime","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","recordType":"module"}
|
|
{"closureHash":"17167af7be3aba5a7f7a34021eea836879f584c987a51b52b5b95340aac6877f","declaration":"export function buildApprovalPresentation(params: BuildApprovalPresentationParams): MessagePresentation | undefined;","entrypoint":"approval-reply-runtime","exportName":"buildApprovalPresentation","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8476939ec721dad77e3010a2c3d5f56004f90753e60589acc5852bccaa44640e","declaration":"export function buildApprovalPresentationFromActionDescriptors(actions: readonly ExecApprovalActionDescriptor[]): MessagePresentation | undefined;","entrypoint":"approval-reply-runtime","exportName":"buildApprovalPresentationFromActionDescriptors","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"546f3429c789cef84af03ee8b4ad2ce8c21887bd709405197ee8ace3ea6255f1","declaration":"export function buildExecApprovalActionDescriptors(params: BuildExecApprovalActionDescriptorsParams): ExecApprovalActionDescriptor[];","entrypoint":"approval-reply-runtime","exportName":"buildExecApprovalActionDescriptors","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dca93ac30a7601cec3f7a9956c2a2e2a7b3455e1b9d0a79cab99e7580caa6836","declaration":"export function buildExecApprovalPendingReplyPayload(params: ExecApprovalPendingReplyParams): ReplyPayload;","entrypoint":"approval-reply-runtime","exportName":"buildExecApprovalPendingReplyPayload","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b8e5345de2b3e1b94ed55489bc22ed5edf9dac679d375599a3f9ac87de1470ad","declaration":"export function buildExecApprovalPresentation(params: { approvalCommandId: string; ask?: string | null; allowedDecisions?: readonly ExecApprovalReplyDecision[]; }): MessagePresentation | undefined;","entrypoint":"approval-reply-runtime","exportName":"buildExecApprovalPresentation","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cbd43551d7727c930f316dc86934a42df3e5df69def5db4d34ab5d961f207e69","declaration":"export function buildPluginApprovalPendingReplyPayload(params: BuildPluginApprovalPendingReplyPayloadParams): ReplyPayload;","entrypoint":"approval-reply-runtime","exportName":"buildPluginApprovalPendingReplyPayload","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"58ba7e2e115f99c3242cab60fc7211a2964c4a49b683d1d7f63170f9516d1701","declaration":"export function buildTypedApprovalPresentation(params: BuildApprovalPresentationParams & { approvalKind: \"exec\" | \"plugin\"; }): MessagePresentation | undefined;","entrypoint":"approval-reply-runtime","exportName":"buildTypedApprovalPresentation","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"309fb26b0ff5ddc84ce34c49254c4006c210b61d5b0ef04dc2369912d8f67c2e","declaration":"export function buildTypedExecApprovalPendingReplyPayload(params: ExecApprovalPendingReplyParams): ReplyPayload;","entrypoint":"approval-reply-runtime","exportName":"buildTypedExecApprovalPendingReplyPayload","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1ffd893b4425292fd09d01ebe04a907b8d3ccfd2a62dae87940922f68e481797","declaration":"export function buildTypedPluginApprovalPendingReplyPayload(params: BuildPluginApprovalPendingReplyPayloadParams): ReplyPayload;","entrypoint":"approval-reply-runtime","exportName":"buildTypedPluginApprovalPendingReplyPayload","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6f58c9f29cfd83f31aca177dd368fda19bb26ad565118741f200f12e75639d62","declaration":"export function getExecApprovalApproverDmNoticeText(): string;","entrypoint":"approval-reply-runtime","exportName":"getExecApprovalApproverDmNoticeText","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bfb7cef8e5738b0d0b44e843c36433d085fdf9ab02671b33130a1b86f78ae0ce","declaration":"export function getExecApprovalReplyMetadata(payload: ReplyPayload): ExecApprovalReplyMetadata | null;","entrypoint":"approval-reply-runtime","exportName":"getExecApprovalReplyMetadata","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7046a6d6ca47eae652d7f391fa3112ce8be5c2d3e9c3fb035c3492f57e673424","declaration":"export function parseExecApprovalCommandText(raw: string): { approvalId: string; decision: ExecApprovalReplyDecision; } | null;","entrypoint":"approval-reply-runtime","exportName":"parseExecApprovalCommandText","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"62e9d68f9a876756aec16f68e95e1cf4f6c816bb867f6e755d131a40f038c051","declaration":"export function resolveExecApprovalAllowedDecisions(params?: { ask?: string | null; allowAlwaysPersistence?: AllowAlwaysPersistenceDecision | null; }): readonly ExecApprovalDecision[];","entrypoint":"approval-reply-runtime","exportName":"resolveExecApprovalAllowedDecisions","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e0d74c169b4026d4b2fe3df9c649e8c61d782b772f197689c13b8d35c2fc6a4b","declaration":"export function resolveExecApprovalCommandDisplay(request: ExecApprovalRequestPayload): { commandText: string; commandPreview: string | null; };","entrypoint":"approval-reply-runtime","exportName":"resolveExecApprovalCommandDisplay","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"04fb600b756c3025ff0f48c6cd9a6a083fff8a54d4d69edb5bc5570ebd18b8fe","declaration":"export function resolveExecApprovalRequestAllowedDecisions(params?: { ask?: string | null; unavailableDecisions?: readonly ExecApprovalUnavailableDecision[] | readonly string[] | null; }): readonly ExecApprovalDecision[];","entrypoint":"approval-reply-runtime","exportName":"resolveExecApprovalRequestAllowedDecisions","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"de3d14df74f0e9bb6b81d4145543caf393a8a9e5e81458038ed1a874dc1813d6","declaration":"export type ExecApprovalActionDescriptor = ExecApprovalActionDescriptor;","entrypoint":"approval-reply-runtime","exportName":"ExecApprovalActionDescriptor","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f6cb2d6411db22cb04220777720d97bcca977351de1cb344ce2ff6ab126a3a08","declaration":"export type ExecApprovalDecision = ExecApprovalDecision;","entrypoint":"approval-reply-runtime","exportName":"ExecApprovalDecision","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7e369971c6bfb9759c30af7d0c89ee79055ebf79949a1c13d1b41a2e80c56cfc","declaration":"export type ExecApprovalPendingReplyParams = ExecApprovalPendingReplyParams;","entrypoint":"approval-reply-runtime","exportName":"ExecApprovalPendingReplyParams","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0d582e58629e206507010b3880d98970935f2f27e01c37d5956bbdfda720835c","declaration":"export type ExecApprovalReplyDecision = ExecApprovalDecision;","entrypoint":"approval-reply-runtime","exportName":"ExecApprovalReplyDecision","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"49a0d9c2052db200dc70f2f537931806bccf9f839c52bd343d890c7e0afffdc7","declaration":"export type ExecApprovalReplyMetadata = ExecApprovalReplyMetadata;","entrypoint":"approval-reply-runtime","exportName":"ExecApprovalReplyMetadata","importSpecifier":"openclaw/plugin-sdk/approval-reply-runtime","kind":"type","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"approval-runtime","importSpecifier":"openclaw/plugin-sdk/approval-runtime","recordType":"module"}
|
|
{"closureHash":"37a6b9689a406840f7e57c9461035e0e6a5ce11a28b2c7e932266c2e0750b7c1","declaration":"export function buildApprovalPendingReplyPayload(params: BuildApprovalPendingReplyPayloadParams & { approvalKind?: \"exec\" | \"plugin\"; }): ReplyPayload;","entrypoint":"approval-runtime","exportName":"buildApprovalPendingReplyPayload","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d7b54a96fd82dabb3c897795b09850224cbe6ad2feea9297114c7e1f408ca2d9","declaration":"export function buildApprovalResolvedReplyPayload(params: { approvalId: string; approvalSlug: string; text: string; channelData?: Record<string, unknown>; }): ReplyPayload;","entrypoint":"approval-runtime","exportName":"buildApprovalResolvedReplyPayload","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dca93ac30a7601cec3f7a9956c2a2e2a7b3455e1b9d0a79cab99e7580caa6836","declaration":"export function buildExecApprovalPendingReplyPayload(params: ExecApprovalPendingReplyParams): ReplyPayload;","entrypoint":"approval-runtime","exportName":"buildExecApprovalPendingReplyPayload","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"756f5d86d403cb9c332bcf11b1beaa5802220ef9a2ac6fc33761d5fb506a576f","declaration":"export function buildPluginApprovalExpiredMessage(request: PluginApprovalRequest): string;","entrypoint":"approval-runtime","exportName":"buildPluginApprovalExpiredMessage","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cbd43551d7727c930f316dc86934a42df3e5df69def5db4d34ab5d961f207e69","declaration":"export function buildPluginApprovalPendingReplyPayload(params: BuildPluginApprovalPendingReplyPayloadParams): ReplyPayload;","entrypoint":"approval-runtime","exportName":"buildPluginApprovalPendingReplyPayload","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"280499017a0fda0605fecdcb694329ff51b70422771baab34cdb43925ad8738d","declaration":"export function buildPluginApprovalRequestMessage(request: PluginApprovalRequest, nowMsValue: number): string;","entrypoint":"approval-runtime","exportName":"buildPluginApprovalRequestMessage","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8596dc4be78627dc7e28ec11b84444763abf5f8d0220f069cd8e1504cff51b07","declaration":"export function buildPluginApprovalResolvedMessage(resolved: PluginApprovalResolved): string;","entrypoint":"approval-runtime","exportName":"buildPluginApprovalResolvedMessage","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5b0ba7526c358001ec05b28f831e8a14cecc7b71f223fa34b078ad6d3af52b88","declaration":"export function buildPluginApprovalResolvedReplyPayload(params: { resolved: PluginApprovalResolved; text?: string; approvalSlug?: string; channelData?: Record<string, unknown>; }): ReplyPayload;","entrypoint":"approval-runtime","exportName":"buildPluginApprovalResolvedReplyPayload","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"14a1dc223ec5270fb82c813c083fece99a9d814fc179216513811a17f51705f4","declaration":"export function createApproverRestrictedNativeApprovalAdapter(params: ApproverRestrictedNativeApprovalCommonParams & ApproverRestrictedNativeApprovalFlatParams): { auth: { authorizeActorAction?: ChannelApprovalCapability[\"authorizeActorAction\"]; getActionAvailabilityState?: ChannelApprovalCapability[\"getActionAvailabilityState\"]; getExecInitiatingSurfaceState?: ChannelApprovalCapability[\"getExecInitiatingSurfaceState\"]; resolveApproveCommandBehavior?: ChannelApprovalCapability[\"resolveApproveCommandBehavior\"]; }; delivery: ChannelApprovalCapability[\"delivery\"]; nativeRuntime: ChannelApprovalCapability[\"nativeRuntime\"]; render: ChannelApprovalCapability[\"render\"]; native: ChannelApprovalCapability[\"native\"]; describeExecApprovalSetup: ChannelApprovalCapability[\"describeExecApprovalSetup\"]; describePluginApprovalSetup: ChannelApprovalCapability[\"describePluginApprovalSetup\"]; };","entrypoint":"approval-runtime","exportName":"createApproverRestrictedNativeApprovalAdapter","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"69196b001a7df6119e1325c4bc4b51bcac169b7739432b1fd41a84c838b6477b","declaration":"export function createApproverRestrictedNativeApprovalCapability(params: ApproverRestrictedNativeApprovalCommonParams & ApproverRestrictedNativeApprovalFlatParams): ChannelApprovalCapability;","entrypoint":"approval-runtime","exportName":"createApproverRestrictedNativeApprovalCapability","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"80975cb9678c9c844bd3b676986c1149496e1ec6c9704a969945fb91c91aa4dd","declaration":"export function createChannelApprovalCapability(params: { authorizeActorAction?: ChannelApprovalCapability[\"authorizeActorAction\"]; getActionAvailabilityState?: ChannelApprovalCapability[\"getActionAvailabilityState\"]; getExecInitiatingSurfaceState?: ChannelApprovalCapability[\"getExecInitiatingSurfaceState\"]; resolveApproveCommandBehavior?: ChannelApprovalCapability[\"resolveApproveCommandBehavior\"]; describeExecApprovalSetup?: ChannelApprovalCapability[\"describeExecApprovalSetup\"]; describePluginApprovalSetup?: ChannelApprovalCapability[\"describePluginApprovalSetup\"]; delivery?: ChannelApprovalCapability[\"delivery\"]; nativeRuntime?: ChannelApprovalCapability[\"nativeRuntime\"]; render?: ChannelApprovalCapability[\"render\"]; native?: ChannelApprovalCapability[\"native\"]; }): ChannelApprovalCapability;","entrypoint":"approval-runtime","exportName":"createChannelApprovalCapability","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d087506dbb56ca2b9364b996c5b282902443d04a3980d4bcf372b07593b8fee6","declaration":"export function createChannelApproverDmTargetResolver<TApprover, TTarget extends NativeApprovalTarget = NativeApprovalTarget>(params: { shouldHandleRequest?: (params: ApprovalResolverParams) => boolean; resolveApprovers: (params: { cfg: OpenClawConfig; accountId?: string | null; }) => readonly TApprover[]; mapApprover: (approver: TApprover, params: ApprovalResolverParams) => TTarget | null | undefined; }): (input: ApprovalResolverParams) => TTarget[];","entrypoint":"approval-runtime","exportName":"createChannelApproverDmTargetResolver","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"28a74f13280fd15b1c3f1e5b4eb4927e41817da04d113f3c202ddec988207268","declaration":"export function createChannelExecApprovalProfile(params: { resolveConfig: (params: ApprovalProfileParams) => ChannelApprovalConfig | undefined; resolveApprovers: (params: ApprovalProfileParams) => string[]; normalizeSenderId?: (value: string) => string | undefined; isTargetRecipient?: (params: ApprovalProfileParams & { senderId?: string | null; }) => boolean; matchesRequestAccount?: (params: ApprovalProfileParams & { request: ApprovalRequest; }) => boolean; fallbackAgentIdFromSessionKey?: boolean; requireClientEnabledForLocalPromptSuppression?: boolean; }): { isClientEnabled: (input: ApprovalProfileParams) => boolean; isApprover: (input: ApprovalProfileParams & { senderId?: string | null; }) => boolean; isAuthorizedSender: (input: ApprovalProfileParams & { senderId?: string | null; }) => boolean; resolveTarget: (input: ApprovalProfileParams) => ApprovalTarget; shouldHandleRequest: (input: ApprovalProfileParams & { request: ApprovalRequest; }) => boolean; shouldSuppressLocalPrompt: (input: ApprovalProfileParams & { payload: ReplyPayload; }) => boolean; };","entrypoint":"approval-runtime","exportName":"createChannelExecApprovalProfile","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1700cbf07d2f0a3827e21f7e995ce731a816a86d05ba05319a5ed3e2a6204e08","declaration":"export function createChannelNativeApprovalRuntime<TPendingEntry, TPreparedTarget, TPendingContent, TRequest extends ApprovalRequest = ApprovalRequest, TResolved extends ApprovalResolved = ApprovalResolved>(adapter: ChannelNativeApprovalRuntimeAdapter<TPendingEntry, TPreparedTarget, TPendingContent, TRequest, TResolved>): ExecApprovalChannelRuntime<TRequest, TResolved>;","entrypoint":"approval-runtime","exportName":"createChannelNativeApprovalRuntime","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"335457366eca3b4a6e624843153c23567f20652cae889c88e96b8d0b23edcc69","declaration":"export function createChannelNativeOriginTargetResolver<TTarget extends NativeApprovalTarget>(params: NativeOriginResolverParams<TTarget>): (input: ApprovalResolverParams) => TTarget | null;\nexport function createChannelNativeOriginTargetResolver<TTarget>(params: CustomOriginResolverParams<TTarget>): (input: ApprovalResolverParams) => TTarget | null;","entrypoint":"approval-runtime","exportName":"createChannelNativeOriginTargetResolver","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cc08201b57e3b0c025218d73f5a7be0ad44dbdf3c76068932cb62db0b9474294","declaration":"export function createResolvedApproverActionAuthAdapter(params: { channelLabel: string; resolveApprovers: (params: { cfg: OpenClawConfig; accountId?: string | null; }) => string[]; normalizeSenderId?: (value: string) => string | undefined; }): { authorizeActorAction({ cfg, accountId, senderId, approvalKind, }: { cfg: OpenClawConfig; accountId?: string | null; senderId?: string | null; action: \"approve\"; approvalKind: ApprovalKind; }): ApprovalAuthorizationResult | { readonly authorized: true; reason?: undefined; } | { readonly authorized: false; readonly reason: `\\u274C You are not authorized to approve plugin requests on ${string}.` | `\\u274C You are not authorized to approve exec requests on ${string}.`; }; };","entrypoint":"approval-runtime","exportName":"createResolvedApproverActionAuthAdapter","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"22ea2bdef4db8f5367bf6fde8906d5d4cf65c5f19d095878e672e76245e005f9","declaration":"export function doesApprovalRequestMatchChannelAccount(params: { cfg: OpenClawConfig; request: ApprovalRequestLike; channel: string; accountId?: string | null; }): boolean;","entrypoint":"approval-runtime","exportName":"doesApprovalRequestMatchChannelAccount","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9bfee4308a0baaa873b47f3a8f3ce5b0e66c13eb314e421d3735b8294d2044e2","declaration":"export function formatApprovalDisplayPath(value: string): string;","entrypoint":"approval-runtime","exportName":"formatApprovalDisplayPath","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6f58c9f29cfd83f31aca177dd368fda19bb26ad565118741f200f12e75639d62","declaration":"export function getExecApprovalApproverDmNoticeText(): string;","entrypoint":"approval-runtime","exportName":"getExecApprovalApproverDmNoticeText","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bfb7cef8e5738b0d0b44e843c36433d085fdf9ab02671b33130a1b86f78ae0ce","declaration":"export function getExecApprovalReplyMetadata(payload: ReplyPayload): ExecApprovalReplyMetadata | null;","entrypoint":"approval-runtime","exportName":"getExecApprovalReplyMetadata","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dec60685de09925f57d7e73d3a266f7b0ad005ed0b9264633065358a6b016fc0","declaration":"export function isChannelExecApprovalClientEnabledFromConfig(params: { enabled?: ChannelExecApprovalEnableMode; approverCount: number; }): boolean;","entrypoint":"approval-runtime","exportName":"isChannelExecApprovalClientEnabledFromConfig","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0066664f221ccc7008a3485f0331e9d82f637343e9d1bfddeba7aa3ce941f5d","declaration":"export function isChannelExecApprovalTargetRecipient(params: { cfg: OpenClawConfig; senderId?: string | null; accountId?: string | null; channel: string; normalizeSenderId?: (value: string) => string | undefined; matchTarget: (params: { target: ExecApprovalForwardTarget; normalizedSenderId: string; normalizedAccountId?: string; }) => boolean; }): boolean;","entrypoint":"approval-runtime","exportName":"isChannelExecApprovalTargetRecipient","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0c23f942c456673943c1eb812728a3e9b28e88ce7876a50a09fdbe9af2931e8b","declaration":"export function matchesApprovalRequestFilters(params: { request: ApprovalRequestFilterInput; agentFilter?: string[]; sessionFilter?: string[]; fallbackAgentIdFromSessionKey?: boolean; }): boolean;","entrypoint":"approval-runtime","exportName":"matchesApprovalRequestFilters","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d9486916ddf9373f4079be418d8a2fbd5ad0fc53e7e5d951891a38953f9e08f5","declaration":"export function matchesApprovalRequestSessionFilter(sessionKey: string, patterns: string[]): boolean;","entrypoint":"approval-runtime","exportName":"matchesApprovalRequestSessionFilter","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc31d860c8a73777f10cd9e65d314d6bb112844253499814b937dd7fcb8d8082","declaration":"export function resolveApprovalApprovers(params: { explicit?: readonly ApproverInput[] | null; allowFrom?: readonly ApproverInput[] | null; extraAllowFrom?: readonly ApproverInput[] | null; defaultTo?: string | null; normalizeApprover: (value: ApproverInput) => string | undefined; normalizeDefaultTo?: (value: string) => string | undefined; }): string[];","entrypoint":"approval-runtime","exportName":"resolveApprovalApprovers","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"674695393a16995316bd61425dbfb078ceed757f10d92a2a4f630b98674fdea5","declaration":"export function resolveApprovalRequestAccountId(params: { cfg: OpenClawConfig; request: ApprovalRequestLike; channel?: string | null; }): string | null;","entrypoint":"approval-runtime","exportName":"resolveApprovalRequestAccountId","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d944d6bc87e03f2e1b74d9173d846dfa0ebdb2077718fba0d812c05497a0eb19","declaration":"export function resolveApprovalRequestChannelAccountId(params: { cfg: OpenClawConfig; request: ApprovalRequestLike; channel: string; }): string | null;","entrypoint":"approval-runtime","exportName":"resolveApprovalRequestChannelAccountId","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"37634712738a1be65e1236bad68ef0eb79ecf200d8a0133afa77de660d24c5b2","declaration":"export function resolveApprovalRequestOriginTarget<TTarget>(params: ApprovalRequestOriginTargetResolver<TTarget>): TTarget | null;","entrypoint":"approval-runtime","exportName":"resolveApprovalRequestOriginTarget","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"70a5dad377f2cd2e9defef3ff9d819894d39c01c4fe4d8031576aaed173b59f1","declaration":"export function resolveApprovalRequestSessionTarget(params: { cfg: OpenClawConfig; request: ApprovalRequestLike; }): ExecApprovalSessionTarget | null;","entrypoint":"approval-runtime","exportName":"resolveApprovalRequestSessionTarget","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"62e9d68f9a876756aec16f68e95e1cf4f6c816bb867f6e755d131a40f038c051","declaration":"export function resolveExecApprovalAllowedDecisions(params?: { ask?: string | null; allowAlwaysPersistence?: AllowAlwaysPersistenceDecision | null; }): readonly ExecApprovalDecision[];","entrypoint":"approval-runtime","exportName":"resolveExecApprovalAllowedDecisions","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e0d74c169b4026d4b2fe3df9c649e8c61d782b772f197689c13b8d35c2fc6a4b","declaration":"export function resolveExecApprovalCommandDisplay(request: ExecApprovalRequestPayload): { commandText: string; commandPreview: string | null; };","entrypoint":"approval-runtime","exportName":"resolveExecApprovalCommandDisplay","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"04fb600b756c3025ff0f48c6cd9a6a083fff8a54d4d69edb5bc5570ebd18b8fe","declaration":"export function resolveExecApprovalRequestAllowedDecisions(params?: { ask?: string | null; unavailableDecisions?: readonly ExecApprovalUnavailableDecision[] | readonly string[] | null; }): readonly ExecApprovalDecision[];","entrypoint":"approval-runtime","exportName":"resolveExecApprovalRequestAllowedDecisions","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f8e0907689ab882436aff620407e690bc2dce91534cadb3d68c0e79329e5d8ad","declaration":"export function resolveExecApprovalSessionTarget(params: { cfg: OpenClawConfig; request: ExecApprovalRequest; turnSourceChannel?: string | null; turnSourceTo?: string | null; turnSourceAccountId?: string | null; turnSourceThreadId?: string | number | null; }): ExecApprovalSessionTarget | null;","entrypoint":"approval-runtime","exportName":"resolveExecApprovalSessionTarget","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ac0e53f8e99cd25f0a7b32f068085d85a724aa3533e829606aeae1cdf0ec77a0","declaration":"export function splitChannelApprovalCapability(capability: ChannelApprovalCapability): { auth: { authorizeActorAction?: ChannelApprovalCapability[\"authorizeActorAction\"]; getActionAvailabilityState?: ChannelApprovalCapability[\"getActionAvailabilityState\"]; getExecInitiatingSurfaceState?: ChannelApprovalCapability[\"getExecInitiatingSurfaceState\"]; resolveApproveCommandBehavior?: ChannelApprovalCapability[\"resolveApproveCommandBehavior\"]; }; delivery: ChannelApprovalCapability[\"delivery\"]; nativeRuntime: ChannelApprovalCapability[\"nativeRuntime\"]; render: ChannelApprovalCapability[\"render\"]; native: ChannelApprovalCapability[\"native\"]; describeExecApprovalSetup: ChannelApprovalCapability[\"describeExecApprovalSetup\"]; describePluginApprovalSetup: ChannelApprovalCapability[\"describePluginApprovalSetup\"]; };","entrypoint":"approval-runtime","exportName":"splitChannelApprovalCapability","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5a315888cfb857e3681f4bb882c76b1ca257f3ed9ab685b3bad20eea41834e1b","declaration":"export const DEFAULT_EXEC_APPROVAL_TIMEOUT_MS: 1800000;","entrypoint":"approval-runtime","exportName":"DEFAULT_EXEC_APPROVAL_TIMEOUT_MS","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"e9fc63013300ddcb6e9650b6c8e1ba35f90671dccd55d45ab4ef8b0cf8ce5804","declaration":"export const DEFAULT_PLUGIN_APPROVAL_TIMEOUT_MS: 120000;","entrypoint":"approval-runtime","exportName":"DEFAULT_PLUGIN_APPROVAL_TIMEOUT_MS","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"acb958ec9f1ef492b6409cd8eb484d758be9d74dacc7e5a03eff03f0e684a96d","declaration":"export const MAX_PLUGIN_APPROVAL_TIMEOUT_MS: 600000;","entrypoint":"approval-runtime","exportName":"MAX_PLUGIN_APPROVAL_TIMEOUT_MS","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"b77e55162a9e6309aac13a67a17d47a3d87b5b8293e4247b22b115874a9d6054","declaration":"export type ApprovalRequestFilterInput = ApprovalRequestFilterInput;","entrypoint":"approval-runtime","exportName":"ApprovalRequestFilterInput","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f6cb2d6411db22cb04220777720d97bcca977351de1cb344ce2ff6ab126a3a08","declaration":"export type ExecApprovalDecision = ExecApprovalDecision;","entrypoint":"approval-runtime","exportName":"ExecApprovalDecision","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7e369971c6bfb9759c30af7d0c89ee79055ebf79949a1c13d1b41a2e80c56cfc","declaration":"export type ExecApprovalPendingReplyParams = ExecApprovalPendingReplyParams;","entrypoint":"approval-runtime","exportName":"ExecApprovalPendingReplyParams","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0d582e58629e206507010b3880d98970935f2f27e01c37d5956bbdfda720835c","declaration":"export type ExecApprovalReplyDecision = ExecApprovalDecision;","entrypoint":"approval-runtime","exportName":"ExecApprovalReplyDecision","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"49a0d9c2052db200dc70f2f537931806bccf9f839c52bd343d890c7e0afffdc7","declaration":"export type ExecApprovalReplyMetadata = ExecApprovalReplyMetadata;","entrypoint":"approval-runtime","exportName":"ExecApprovalReplyMetadata","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a775be99429302d363fd62562a32804a3638575201783ab03cc2006d362928a6","declaration":"export type ExecApprovalRequest = ExecApprovalRequest;","entrypoint":"approval-runtime","exportName":"ExecApprovalRequest","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fdf0e40aa696436541090df55c04f023853421fc26a07d8a55ef77697a05a5a1","declaration":"export type ExecApprovalRequestPayload = ExecApprovalRequestPayload;","entrypoint":"approval-runtime","exportName":"ExecApprovalRequestPayload","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"db401a6b89c3ac31eb5f4c68ba20d9553ee17d6096e055e253a18d841ac743a2","declaration":"export type ExecApprovalResolved = ExecApprovalResolved;","entrypoint":"approval-runtime","exportName":"ExecApprovalResolved","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"19f6644c5808cbaec565a8b12ebee644a1c5a69898689f2c4fd8bd4f2af2641a","declaration":"export type ExecApprovalSessionTarget = ExecApprovalSessionTarget;","entrypoint":"approval-runtime","exportName":"ExecApprovalSessionTarget","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2bd35045a12c10410e16e5fa791d20d1ddd5b5a094cd94c96a2c3aa44c86f666","declaration":"export type ExecHost = ExecHost;","entrypoint":"approval-runtime","exportName":"ExecHost","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cdd5e16a2fd4ced32b40df1d1df7c9d8084f50090a5ce6a7419aed1b2603ba5c","declaration":"export type PluginApprovalRequest = PluginApprovalRequest;","entrypoint":"approval-runtime","exportName":"PluginApprovalRequest","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3150b848df575138f05d7df0f966b2a1c6b65dcbfdb99fe09af79da93971667a","declaration":"export type PluginApprovalRequestPayload = PluginApprovalRequestPayload;","entrypoint":"approval-runtime","exportName":"PluginApprovalRequestPayload","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3d6b6e18039bb4968341ee782fca5f38656d86194bf113d64ea2348e878b1ce2","declaration":"export type PluginApprovalResolved = PluginApprovalResolved;","entrypoint":"approval-runtime","exportName":"PluginApprovalResolved","importSpecifier":"openclaw/plugin-sdk/approval-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"archive","importSpecifier":"openclaw/plugin-sdk/archive","recordType":"module"}
|
|
{"closureHash":null,"declaration":"export function extractArchive(params: ExtractArchiveOptions): Promise<void>;","entrypoint":"archive","exportName":"extractArchive","importSpecifier":"openclaw/plugin-sdk/archive","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readArchiveEntry(archivePath: string, entryPath: string, options: { maxBytes: number; kind?: ArchiveKind; }): Promise<Buffer>;","entrypoint":"archive","exportName":"readArchiveEntry","importSpecifier":"openclaw/plugin-sdk/archive","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const ARCHIVE_LIMIT_ERROR_CODE: { readonly ARCHIVE_SIZE_EXCEEDS_LIMIT: \"archive-size-exceeds-limit\"; readonly ENTRY_COUNT_EXCEEDS_LIMIT: \"archive-entry-count-exceeds-limit\"; readonly ENTRY_EXTRACTED_SIZE_EXCEEDS_LIMIT: \"archive-entry-extracted-size-exceeds-limit\"; readonly EXTRACTED_SIZE_EXCEEDS_LIMIT: \"archive-extracted-size-exceeds-limit\"; readonly META_ENTRY_SIZE_EXCEEDS_LIMIT: \"archive-meta-entry-size-exceeds-limit\"; readonly MANIFEST_SIZE_EXCEEDS_LIMIT: \"archive-manifest-size-exceeds-limit\"; readonly ENTRY_PATH_COMPONENTS_EXCEEDS_LIMIT: \"archive-entry-path-components-exceeds-limit\";};","entrypoint":"archive","exportName":"ARCHIVE_LIMIT_ERROR_CODE","importSpecifier":"openclaw/plugin-sdk/archive","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ArchiveEntryKind = ArchiveEntryKind;","entrypoint":"archive","exportName":"ArchiveEntryKind","importSpecifier":"openclaw/plugin-sdk/archive","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ArchiveExtractLimits = ArchiveExtractLimits;","entrypoint":"archive","exportName":"ArchiveExtractLimits","importSpecifier":"openclaw/plugin-sdk/archive","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ExtractArchiveOptions = ExtractArchiveOptions;","entrypoint":"archive","exportName":"ExtractArchiveOptions","importSpecifier":"openclaw/plugin-sdk/archive","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export declare class ArchiveLimitError extends Error {\n readonly code: ArchiveLimitErrorCode;\n constructor(code: ArchiveLimitErrorCode);\n}","entrypoint":"archive","exportName":"ArchiveLimitError","importSpecifier":"openclaw/plugin-sdk/archive","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"boolean-param","importSpecifier":"openclaw/plugin-sdk/boolean-param","recordType":"module"}
|
|
{"closureHash":"1850c447ec4dc8b4b2c61e4e3d7e77b4468ee073b30b19e00bb04a86cd9bd4ae","declaration":"export function readBooleanParam(params: Record<string, unknown>, key: string): boolean | undefined;","entrypoint":"boolean-param","exportName":"readBooleanParam","importSpecifier":"openclaw/plugin-sdk/boolean-param","kind":"function","recordType":"export"}
|
|
{"category":"channel","entrypoint":"channel-actions","importSpecifier":"openclaw/plugin-sdk/channel-actions","recordType":"module"}
|
|
{"closureHash":"74fa97d3343a213b2489d1ac27b61a7116da16d3060d8f019348328f3153168f","declaration":"export function assertMediaNotDataUrl(media: string): void;","entrypoint":"channel-actions","exportName":"assertMediaNotDataUrl","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"0438c0afd280cc2df90e7ffe221ce3133e6f742e9dc725ff34bbdeb90eeab2c8","declaration":"export function createActionGate<T extends Record<string, boolean | undefined>>(actions: T | undefined): ActionGate<T>;","entrypoint":"channel-actions","exportName":"createActionGate","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2e7eea378f0946d41e86b9bebb9f98873966721bac3129e6d80fd6fe4c8841f","declaration":"export function createUnionActionGate<TAccount, TKey extends string>(accounts: readonly TAccount[], createGate: (account: TAccount) => OptionalDefaultGate<TKey>): OptionalDefaultGate<TKey>;","entrypoint":"channel-actions","exportName":"createUnionActionGate","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"35d06ceba7b1c025112f4ec2508f7f249d4f20a9b230802fe7f4856a23d48279","declaration":"export function imageResultFromFile(params: { label: string; path: string; extraText?: string; details?: Record<string, unknown>; imageSanitization?: ImageSanitizationLimits; }): Promise<AgentToolResult<unknown>>;","entrypoint":"channel-actions","exportName":"imageResultFromFile","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"c5b0951c3629834dff78f92317cf1421a6bbc0faf9307be1cabb915055665280","declaration":"export function jsonResult<TDetails>(payload: TDetails): AgentToolResult<TDetails>;","entrypoint":"channel-actions","exportName":"jsonResult","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"78005d4793d6a95b6ed8cc4e85b8d5d96981861172f2b3e924db3fdd4ed8a541","declaration":"export function listTokenSourcedAccounts<TAccount extends TokenSourcedAccount>(accounts: readonly TAccount[]): TAccount[];","entrypoint":"channel-actions","exportName":"listTokenSourcedAccounts","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"2d9184223f7043d46ea93e5ab28f845235505d7490fe8418b737e2c370e0a132","declaration":"export function optionalFiniteNumberSchema(options?: NumberSchemaOptions): Type.TOptional<Type.TNumber>;","entrypoint":"channel-actions","exportName":"optionalFiniteNumberSchema","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"7e798c9053d87283e94814db114e3b09df3c960a907be28ed20b84101c52370a","declaration":"export function optionalNonNegativeIntegerSchema(options?: IntegerSchemaOptions): Type.TOptional<Type.TInteger>;","entrypoint":"channel-actions","exportName":"optionalNonNegativeIntegerSchema","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"463cd7421aa4cc25cb6ba5548cb841d8a52ec4a13c34634947f3307d51573c88","declaration":"export function optionalPositiveIntegerSchema(options?: IntegerSchemaOptions): Type.TOptional<Type.TInteger>;","entrypoint":"channel-actions","exportName":"optionalPositiveIntegerSchema","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"0a8fd5850a674bce2d579cfe904dee5e0feb1ea240f4efb5d9df3ba99b5e8791","declaration":"export function optionalStringEnum<T extends readonly string[]>(values: T, options?: StringEnumOptions<T>): Type.TOptional<Type.TUnsafe<T[number]> | Type.TEnum<T[number][]>>;","entrypoint":"channel-actions","exportName":"optionalStringEnum","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"d542ce26d1870248afdd0404fa918de86492d12df893691f8f6014cdf69c3563","declaration":"export function parseAvailableTags(raw: unknown): AvailableTag[] | undefined;","entrypoint":"channel-actions","exportName":"parseAvailableTags","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"3ce045b2af784cfd7d86a697116758e7ace98d1275a0192c5a815b2f1a5ccd83","declaration":"export function readNonNegativeIntegerParam(params: Record<string, unknown>, key: string, options?: { message?: string; max?: number; }): number | undefined;","entrypoint":"channel-actions","exportName":"readNonNegativeIntegerParam","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"824b72afe6f331a51be4b6fc77fc8ee98570526d2ee63bf0404ed3432c11515c","declaration":"export function readNumberParam(params: Record<string, unknown>, key: string, options?: { required?: boolean; label?: string; integer?: boolean; strict?: boolean; positiveInteger?: boolean; nonNegativeInteger?: boolean; }): number | undefined;","entrypoint":"channel-actions","exportName":"readNumberParam","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"d32342291ad7c19b5b7066499a65a5b76c8f0e268bbb8852cb0bda67685037bf","declaration":"export function readPositiveIntegerParam(params: Record<string, unknown>, key: string, options?: { message?: string; max?: number; }): number | undefined;","entrypoint":"channel-actions","exportName":"readPositiveIntegerParam","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"650210a986670f4fc6928fcb58f076c28653cc5c1a7cd605120c714b589b7b14","declaration":"export function readReactionParams(params: Record<string, unknown>, options: { emojiKey?: string; removeKey?: string; removeErrorMessage: string; }): ReactionParams;","entrypoint":"channel-actions","exportName":"readReactionParams","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"7830262486cedbb4b8e156de295bbcea8596738742c39961e429a3cea6836e0b","declaration":"export function readStringArrayParam(params: Record<string, unknown>, key: string, options: StringParamOptions & { required: true; }): string[];\nexport function readStringArrayParam(params: Record<string, unknown>, key: string, options?: StringParamOptions): string[] | undefined;","entrypoint":"channel-actions","exportName":"readStringArrayParam","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"818ea0efd869633f87abb325bb187725079ffb661b088bb4661668485d4355cf","declaration":"export function readStringOrNumberParam(params: Record<string, unknown>, key: string, options?: { required?: boolean; label?: string; }): string | undefined;","entrypoint":"channel-actions","exportName":"readStringOrNumberParam","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ec34afffcb58733bf81e79b036e4cd9fb963dd0c3b1e29758c469e4ea6a5c96","declaration":"export function readStringParam(params: Record<string, unknown>, key: string, options: StringParamOptions & { required: true; }): string;\nexport function readStringParam(params: Record<string, unknown>, key: string, options?: StringParamOptions): string | undefined;","entrypoint":"channel-actions","exportName":"readStringParam","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"83fb16e40ff0dc51e79eff07c5fd30c19e72f5de3d4b37f0ea9f70acd88ea900","declaration":"export function resolvePollMaxSelections(optionCount: number, allowMultiselect: boolean | undefined): number;","entrypoint":"channel-actions","exportName":"resolvePollMaxSelections","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"4ce2ea713aa7d89aa255b8e88e5adb88905d8e08e731db424052397fbb89bea0","declaration":"export function resolveReactionMessageId(params: { args: Record<string, unknown>; toolContext?: ReactionToolContext; }): string | number | undefined;","entrypoint":"channel-actions","exportName":"resolveReactionMessageId","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"bc4e0894807d6511076fc919718736279bb288e2046a45a27849701053d09286","declaration":"export function stringEnum<T extends readonly string[]>(values: T, options?: StringEnumOptions<T>): Type.TUnsafe<T[number]> | Type.TEnum<T[number][]>;","entrypoint":"channel-actions","exportName":"stringEnum","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c6a59046437c4e6f4c27cacda7d449ed6e603111a1d5823bfab56daf1903014","declaration":"export function withNormalizedTimestamp<T extends Record<string, unknown>>(value: T, rawTimestamp: unknown): T & { timestampMs?: number; timestampUtc?: string; };","entrypoint":"channel-actions","exportName":"withNormalizedTimestamp","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"function","recordType":"export"}
|
|
{"closureHash":"29b5e695e44a79380ac80da8bc2152c823d8cb8c1a8f4880bcca5c1207448da0","declaration":"export type ActionGate<T extends Record<string, boolean | undefined>> = ActionGate<T>;","entrypoint":"channel-actions","exportName":"ActionGate","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"type","recordType":"export"}
|
|
{"closureHash":"ae3e623afcde5d104fc259e279e707f2966614a9ae08dacbeb681f645ccbdf7c","declaration":"export class ToolAuthorizationError extends ToolInputError {\n override readonly status: 403;\n constructor(message: string);\n}","entrypoint":"channel-actions","exportName":"ToolAuthorizationError","importSpecifier":"openclaw/plugin-sdk/channel-actions","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-config-helpers","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","recordType":"module"}
|
|
{"closureHash":"7655574a9557923790f1367747a8b8a6c820976c7997d650ae9cb3d0f053f700","declaration":"export function adaptScopedAccountAccessor<Result, Config extends OpenClawConfig = OpenClawConfig>(accessor: (params: { cfg: Config; accountId?: string | null; }) => Result): (cfg: Config, accountId?: string | null) => Result;","entrypoint":"channel-config-helpers","exportName":"adaptScopedAccountAccessor","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"5351915c7b5f111d7f3b27bd563589143543cf8895e70453e1a96278d50708a7","declaration":"export function authorizeConfigWrite(params: { cfg: OpenClawConfig; origin?: ConfigWriteScope; target?: ConfigWriteTarget; allowBypass?: boolean; }): ConfigWriteAuthorizationResult;","entrypoint":"channel-config-helpers","exportName":"authorizeConfigWrite","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"017ab29d16d0f3d02d60f3513e65a373868d26496bc93d020d8fc8c17fd875f4","declaration":"export function buildAccountScopedDmSecurityPolicy(params: { cfg: OpenClawConfig; channelKey: string; accountId?: string | null; fallbackAccountId?: string | null; policy?: string | null; allowFrom?: Array<string | number> | null; defaultPolicy?: string; allowFromPathSuffix?: string; policyPathSuffix?: string; approveChannelId?: string; approveHint?: string; normalizeEntry?: (raw: string) => string; inheritSharedDefaultsFromDefaultAccount?: boolean; }): ChannelSecurityDmPolicy;","entrypoint":"channel-config-helpers","exportName":"buildAccountScopedDmSecurityPolicy","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"0d85fdcc46a9488228340929d77112972507b86aca8ad957b9c3a060c7ad35ad","declaration":"export function canBypassConfigWritePolicy(params: { channel?: string | null; gatewayClientScopes?: string[] | null; }): boolean;","entrypoint":"channel-config-helpers","exportName":"canBypassConfigWritePolicy","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"8389fa556b37433425048446e7caaf97a30ab83490ab6c560e85c638679c042c","declaration":"export function createHybridChannelConfigAdapter<ResolvedAccount, AccessorAccount = ResolvedAccount, Config extends OpenClawConfig = OpenClawConfig>(params: MultiAccountChannelConfigAdapterParams<ResolvedAccount, AccessorAccount, Config> & { preserveSectionOnDefaultDelete?: boolean; }): ChannelConfigAdapterWithAccessors<ResolvedAccount>;","entrypoint":"channel-config-helpers","exportName":"createHybridChannelConfigAdapter","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0addb8da200581e5d570e875d9d24b3869081100235255c64baf8400fdeedaf","declaration":"export function createHybridChannelConfigBase<ResolvedAccount, Config extends OpenClawConfig = OpenClawConfig>(params: NamedAccountChannelConfigBaseParams<ResolvedAccount, Config> & { preserveSectionOnDefaultDelete?: boolean; }): ChannelCrudConfigAdapter<ResolvedAccount>;","entrypoint":"channel-config-helpers","exportName":"createHybridChannelConfigBase","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"f46fa762de02a7836233986e27dcab958497c3b3096ed4789247eee4062be500","declaration":"export function createScopedAccountConfigAccessors<ResolvedAccount, Config extends OpenClawConfig = OpenClawConfig>(params: { resolveAccount: (params: { cfg: Config; accountId?: string | null; }) => ResolvedAccount; resolveAllowFrom: (account: ResolvedAccount) => Array<string | number> | null | undefined; formatAllowFrom: (allowFrom: Array<string | number>) => string[]; resolveDefaultTo?: (account: ResolvedAccount) => string | number | null | undefined; }): Pick<ChannelConfigAdapter<ResolvedAccount>, \"resolveAllowFrom\" | \"formatAllowFrom\" | \"resolveDefaultTo\">;","entrypoint":"channel-config-helpers","exportName":"createScopedAccountConfigAccessors","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"90579c119a0bb2c97fcc2cc26cdb178f3cd01bfa8ac475eb0750e56343290301","declaration":"export function createScopedChannelConfigAdapter<ResolvedAccount, AccessorAccount = ResolvedAccount, Config extends OpenClawConfig = OpenClawConfig>(params: MultiAccountChannelConfigAdapterParams<ResolvedAccount, AccessorAccount, Config> & { allowTopLevel?: boolean; }): ChannelConfigAdapterWithAccessors<ResolvedAccount>;","entrypoint":"channel-config-helpers","exportName":"createScopedChannelConfigAdapter","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"19b7fd82321d3a1be5a46d459e0e68c6149f4a313e0bf6c8dda925f9b29fadf6","declaration":"export function createScopedChannelConfigBase<ResolvedAccount, Config extends OpenClawConfig = OpenClawConfig>(params: NamedAccountChannelConfigBaseParams<ResolvedAccount, Config> & { allowTopLevel?: boolean; }): ChannelCrudConfigAdapter<ResolvedAccount>;","entrypoint":"channel-config-helpers","exportName":"createScopedChannelConfigBase","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"59e39749e9bd2e8128c9d32fcc2c17fb16e17a47d6e6b01f330dbcba1180b966","declaration":"export function createScopedDmSecurityResolver<ResolvedAccount extends { accountId?: string | null; }>(params: { channelKey: string; resolvePolicy: (account: ResolvedAccount) => string | null | undefined; resolveAllowFrom: (account: ResolvedAccount) => Array<string | number> | null | undefined; resolveAccess?: (params: { cfg: OpenClawConfig; accountId?: string | null; account: ResolvedAccount; }) => { dmPolicy?: string | null; allowFrom?: Array<string | number> | null; }; resolveFallbackAccountId?: (account: ResolvedAccount) => string | null | undefined; defaultPolicy?: string; allowFromPathSuffix?: string; policyPathSuffix?: string; approveChannelId?: string; approveHint?: string; normalizeEntry?: (raw: string) => string; inheritSharedDefaultsFromDefaultAccount?: boolean; }): ({ cfg, accountId, account, }: { cfg: OpenClawConfig; accountId?: string | null; account: ResolvedAccount; }) => ChannelSecurityDmPolicy;","entrypoint":"channel-config-helpers","exportName":"createScopedDmSecurityResolver","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"6a0dfeb5db0b485372265e730420b219e9b845f62295edd7394bbf559a62e609","declaration":"export function createTopLevelChannelConfigAdapter<ResolvedAccount, AccessorAccount = ResolvedAccount, Config extends OpenClawConfig = OpenClawConfig>(params: { sectionKey: string; resolveAccount: (cfg: Config) => ResolvedAccount; resolveAccessorAccount?: (params: { cfg: Config; accountId?: string | null; }) => AccessorAccount; listAccountIds?: (cfg: Config) => string[]; defaultAccountId?: (cfg: Config) => string; inspectAccount?: (cfg: Config) => unknown; deleteMode?: \"remove-section\" | \"clear-fields\"; clearBaseFields?: string[]; resolveAllowFrom: (account: AccessorAccount) => Array<string | number> | null | undefined; formatAllowFrom: (allowFrom: Array<string | number>) => string[]; resolveDefaultTo?: (account: AccessorAccount) => string | number | null | undefined; }): ChannelConfigAdapterWithAccessors<ResolvedAccount>;","entrypoint":"channel-config-helpers","exportName":"createTopLevelChannelConfigAdapter","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"cf9f6a073941fa09f6c4b6c568ad4ab6db183d11331859c80aaa1ce663bfc8f2","declaration":"export function createTopLevelChannelConfigBase<ResolvedAccount, Config extends OpenClawConfig = OpenClawConfig>(params: { sectionKey: string; resolveAccount: (cfg: Config) => ResolvedAccount; listAccountIds?: (cfg: Config) => string[]; defaultAccountId?: (cfg: Config) => string; inspectAccount?: (cfg: Config) => unknown; deleteMode?: \"remove-section\" | \"clear-fields\"; clearBaseFields?: string[]; }): Pick<ChannelConfigAdapter<ResolvedAccount>, \"listAccountIds\" | \"resolveAccount\" | \"inspectAccount\" | \"defaultAccountId\" | \"setAccountEnabled\" | \"deleteAccount\">;","entrypoint":"channel-config-helpers","exportName":"createTopLevelChannelConfigBase","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"f6f83faf5fa4e8c917d451de901cd602f85942126071245fa85929a03298e68f","declaration":"export function ensureOpenDmPolicyAllowFromWildcard(params: { entry: DmAccessRecord; mode: ChannelDmAllowFromMode; pathPrefix: string; changes: string[]; }): void;","entrypoint":"channel-config-helpers","exportName":"ensureOpenDmPolicyAllowFromWildcard","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"50809fef89cea7416d205b298ab2abeb149ca3143a00ba08b3ffc3efba8ceaf3","declaration":"export function formatConfigWriteDeniedMessage(params: { result: Exclude<ConfigWriteAuthorizationResult, { allowed: true; }>; fallbackChannelId?: string | null; }): string;","entrypoint":"channel-config-helpers","exportName":"formatConfigWriteDeniedMessage","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"934b169b4ce4364f20c0201bcd6f16cf8800e61cbd1c234c263dca599272ff23","declaration":"export function formatTrimmedAllowFromEntries(allowFrom: Array<string | number>): string[];","entrypoint":"channel-config-helpers","exportName":"formatTrimmedAllowFromEntries","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"7cf3531486cb70313f37dafffc801e1a8c4bc20f46c8fcb149367e8fc7faee76","declaration":"export function mapAllowFromEntries(allowFrom: Array<string | number> | null | undefined): string[];","entrypoint":"channel-config-helpers","exportName":"mapAllowFromEntries","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"87777a6c4680bf774951a5af6bf72edb70d816efc81cbb74417bf682cc3a9a7c","declaration":"export function normalizeChannelDmPolicy(value: string | undefined): ChannelDmPolicy | undefined;","entrypoint":"channel-config-helpers","exportName":"normalizeChannelDmPolicy","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0a7b3925a3ada978640a8957e40bc88e43816573a4afc8a28c00dc3d28a3d15","declaration":"export function normalizeLegacyDmAliases(params: { entry: DmAccessRecord; pathPrefix: string; changes: string[]; promoteAllowFrom?: boolean; }): CompatMutationResult;","entrypoint":"channel-config-helpers","exportName":"normalizeLegacyDmAliases","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"67ebd98c0cac0dacee133054eb1b2240d0b07fe45da4de8b51b39bec699dcd73","declaration":"export function resolveChannelConfigWrites(params: { cfg: OpenClawConfig; channelId?: string | null; accountId?: string | null; }): boolean;","entrypoint":"channel-config-helpers","exportName":"resolveChannelConfigWrites","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"f6ae86407076706a8f69ad8829c58d9eb79fab38e8e0efe7efd65514e4cfa41e","declaration":"export function resolveChannelDmAccess(params: { account?: DmAccessRecord | null; parent?: DmAccessRecord | null; mode?: ChannelDmAllowFromMode; defaultPolicy?: string; }): ChannelDmAccess;","entrypoint":"channel-config-helpers","exportName":"resolveChannelDmAccess","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"cacd75ae29b978504d59ef989a8fe6204dbf6316b29a83a4ac1b67381592e381","declaration":"export function resolveChannelDmAllowFrom(params: { account?: DmAccessRecord | null; parent?: DmAccessRecord | null; mode?: ChannelDmAllowFromMode; }): Array<string | number> | undefined;","entrypoint":"channel-config-helpers","exportName":"resolveChannelDmAllowFrom","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"0c19f1b0f91553d204f719c1903ee6dccaaca42d7143aa13ca408b49a452deb8","declaration":"export function resolveChannelDmPolicy(params: { account?: DmAccessRecord | null; parent?: DmAccessRecord | null; mode?: ChannelDmAllowFromMode; defaultPolicy?: string; }): ChannelDmPolicy | undefined;","entrypoint":"channel-config-helpers","exportName":"resolveChannelDmPolicy","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"f9657e57510ca8d5998e0d46a5c4a519d3014281fcd0bab4776c072230cad8c5","declaration":"export function resolveOptionalConfigString(value: string | number | null | undefined): string | undefined;","entrypoint":"channel-config-helpers","exportName":"resolveOptionalConfigString","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"587c1d2bf81aa75fad16e5252f693756490115af903a75da7f239bfefc617528","declaration":"export function setCanonicalDmAllowFrom(params: { entry: DmAccessRecord; mode: ChannelDmAllowFromMode; allowFrom: Array<string | number>; pathPrefix: string; changes?: string[]; reason: string; }): void;","entrypoint":"channel-config-helpers","exportName":"setCanonicalDmAllowFrom","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"df0f048e74be97079b05ced5018faa66669c99df77214764041c1ab0dd19f257","declaration":"export type ChannelDmAccess = ChannelDmAccess;","entrypoint":"channel-config-helpers","exportName":"ChannelDmAccess","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"type","recordType":"export"}
|
|
{"closureHash":"683d2f45ee92df1094c55d0a6681f31c67caadfe36b6180cd7955b758af9324b","declaration":"export type ChannelDmAllowFromMode = ChannelDmAllowFromMode;","entrypoint":"channel-config-helpers","exportName":"ChannelDmAllowFromMode","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"type","recordType":"export"}
|
|
{"closureHash":"1227f583b3cf11bc8de6f9c5565e4e8a8cb8615ed81df21d0b1db7d47f7c5e51","declaration":"export type ChannelDmPolicy = ChannelDmPolicy;","entrypoint":"channel-config-helpers","exportName":"ChannelDmPolicy","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"type","recordType":"export"}
|
|
{"closureHash":"3ab7b6075a5e6848163a3fd4cc45820736e40df4ba83a97a27250a7ebecb22eb","declaration":"export type ConfigWriteAuthorizationResult = ConfigWriteAuthorizationResult;","entrypoint":"channel-config-helpers","exportName":"ConfigWriteAuthorizationResult","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff577f2efbe18da562b9be05ac9db3ba24cb198161b02b9df2af200c51038580","declaration":"export type ConfigWriteScope = ConfigWriteScope;","entrypoint":"channel-config-helpers","exportName":"ConfigWriteScope","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"type","recordType":"export"}
|
|
{"closureHash":"4d7b78ea74e8167059fbc90b6a4f1ff4ae28975cbcd09b3f9195850d27da009c","declaration":"export type ConfigWriteTarget = ConfigWriteTarget;","entrypoint":"channel-config-helpers","exportName":"ConfigWriteTarget","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"type","recordType":"export"}
|
|
{"closureHash":"c93f7116324e26699b7e7bff208708136420f643174135fc9129160e433a8cc2","declaration":"export type DmAccessRecord = DmAccessRecord;","entrypoint":"channel-config-helpers","exportName":"DmAccessRecord","importSpecifier":"openclaw/plugin-sdk/channel-config-helpers","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-config-primitives","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","recordType":"module"}
|
|
{"closureHash":"45af83dffe470125d3529131180f703a3025b8e94a8d053ece279cbce2c5448e","declaration":"export function buildCatchallMultiAccountChannelSchema<T extends ExtendableZodObject>(accountSchema: T): T;","entrypoint":"channel-config-primitives","exportName":"buildCatchallMultiAccountChannelSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"function","recordType":"export"}
|
|
{"closureHash":"e97ff96104ab3b7f8462f20d39d2596908a59cb03a634c6c2fb0d7ff80e5bb54","declaration":"export function buildChannelConfigSchema(schema: ZodTypeAny, options?: BuildChannelConfigSchemaOptions): ChannelConfigSchema;","entrypoint":"channel-config-primitives","exportName":"buildChannelConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"function","recordType":"export"}
|
|
{"closureHash":"4feb9eae3eba4fa553632e8a0e9730619f243f7e087be2c25c80b9d0b6f87b1d","declaration":"export function buildGroupEntrySchema<T extends ZodRawShape = Record<never, never>, const TOmit extends readonly ChannelGroupEntryField[] = []>(extraShape?: T, options?: { omit?: TOmit; }): z.ZodObject<{ -readonly [P in keyof (Omit<{ requireMention: z.ZodOptional<z.ZodBoolean>; tools: z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>; toolsBySender: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>>>; skills: z.ZodOptional<z.ZodArray<z.ZodString>>; enabled: z.ZodOptional<z.ZodBoolean>; allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>; systemPrompt: z.ZodOptional<z.ZodString>; }, TOmit[number]> & T)]: (Omit<{ requireMention: z.ZodOptional<z.ZodBoolean>; tools: z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>; toolsBySender: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>>>; skills: z.ZodOptional<z.ZodArray<z.ZodString>>; enabled: z.ZodOptional<z.ZodBoolean>; allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>; systemPrompt: z.ZodOptional<z.ZodString>; }, TOmit[number]> & T)[P]; }, z.core.$strict>;","entrypoint":"channel-config-primitives","exportName":"buildGroupEntrySchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"function","recordType":"export"}
|
|
{"closureHash":"12b6a23517bdc2de3e24441daa24d67dd9ddf32c27deceef29f953962a242487","declaration":"export function buildMultiAccountChannelSchema<T extends z.ZodObject, TAccount extends ZodTypeAny = T, TOptional extends boolean = false>(baseSchema: T, options?: MultiAccountSchemaOptions<T, TAccount, TOptional>): MultiAccountChannelSchema<T, TAccount, TOptional>;","entrypoint":"channel-config-primitives","exportName":"buildMultiAccountChannelSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"function","recordType":"export"}
|
|
{"closureHash":"730d0d4f407a434f29b4e56cbbeae36edb0e94d3b5358eef9148487239c9e83f","declaration":"export function buildNestedDmConfigSchema(extraShape?: ZodRawShape): z.ZodOptional<z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; policy: z.ZodOptional<z.ZodEnum<{ open: \"open\"; disabled: \"disabled\"; allowlist: \"allowlist\"; pairing: \"pairing\"; }>>; allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>; }, z.core.$strip>>;","entrypoint":"channel-config-primitives","exportName":"buildNestedDmConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"function","recordType":"export"}
|
|
{"closureHash":"6168e8fece2a6af13d4b4ab3284ead6c310c36696f1ba10db08fcdeeea0db8a6","declaration":"export const AllowFromListSchema: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;","entrypoint":"channel-config-primitives","exportName":"AllowFromListSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"const","recordType":"export"}
|
|
{"closureHash":"4b0ae9813f4d515025a893ee1f3d51f363d74e8b4a2e4142154958343348655e","declaration":"export const BlockStreamingCoalesceSchema: z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; idleMs: z.ZodOptional<z.ZodNumber>;}, z.core.$strict>;","entrypoint":"channel-config-primitives","exportName":"BlockStreamingCoalesceSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"const","recordType":"export"}
|
|
{"closureHash":"ed698ec275cdc2107310c3a3260545a8c193e855457db0079764a261f50a22e0","declaration":"export const ChannelGroupEntrySchema: z.ZodObject<{ requireMention: z.ZodOptional<z.ZodBoolean>; tools: z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>; toolsBySender: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>>>; skills: z.ZodOptional<z.ZodArray<z.ZodString>>; enabled: z.ZodOptional<z.ZodBoolean>; allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>; systemPrompt: z.ZodOptional<z.ZodString>;}, z.core.$strict>;","entrypoint":"channel-config-primitives","exportName":"ChannelGroupEntrySchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"const","recordType":"export"}
|
|
{"closureHash":"3b5b1a2f0a752b5f6caf88dc628457ceb62bcdd49b732ffa99f95c0bf8d3a00b","declaration":"export const DmConfigSchema: z.ZodObject<{ historyLimit: z.ZodOptional<z.ZodNumber>;}, z.core.$strict>;","entrypoint":"channel-config-primitives","exportName":"DmConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"const","recordType":"export"}
|
|
{"closureHash":"604a5505628b13268e342684392863ae0ac0e4b935b78b3cfbde1204f1df77a8","declaration":"export const DmPolicySchema: z.ZodEnum<{ open: \"open\"; disabled: \"disabled\"; allowlist: \"allowlist\"; pairing: \"pairing\";}>;","entrypoint":"channel-config-primitives","exportName":"DmPolicySchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"const","recordType":"export"}
|
|
{"closureHash":"915fde95ec3e51a3abd0a6199907ac90533775b94fae44cd19aa509fef239a20","declaration":"export const GroupPolicySchema: z.ZodEnum<{ open: \"open\"; disabled: \"disabled\"; allowlist: \"allowlist\";}>;","entrypoint":"channel-config-primitives","exportName":"GroupPolicySchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"const","recordType":"export"}
|
|
{"closureHash":"8800b2e50ad990a605e638de1b9b193efee31b0e3e05bcc3a7863c032986703e","declaration":"export const MarkdownConfigSchema: z.ZodOptional<z.ZodObject<{ tables: z.ZodOptional<z.ZodEnum<{ code: \"code\"; block: \"block\"; off: \"off\"; bullets: \"bullets\"; }>>;}, z.core.$strict>>;","entrypoint":"channel-config-primitives","exportName":"MarkdownConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"const","recordType":"export"}
|
|
{"closureHash":"4df6cd016685586e568151b7f49cfff287528df781159a8f5a956de9e9497bdd","declaration":"export const ReplyRuntimeConfigSchemaShape: { historyLimit: z.ZodOptional<z.ZodNumber>; dmHistoryLimit: z.ZodOptional<z.ZodNumber>; contextVisibility: z.ZodOptional<z.ZodEnum<{ all: \"all\"; allowlist: \"allowlist\"; allowlist_quote: \"allowlist_quote\"; }>>; dms: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{ historyLimit: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>>>; textChunkLimit: z.ZodOptional<z.ZodNumber>; streaming: z.ZodOptional<z.ZodObject<{ chunkMode: z.ZodOptional<z.ZodEnum<{ length: \"length\"; newline: \"newline\"; }>>; block: z.ZodOptional<z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; coalesce: z.ZodOptional<z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; idleMs: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>; }, z.core.$strict>>; }, z.core.$strict>>; responsePrefix: z.ZodOptional<z.ZodString>; mediaMaxMb: z.ZodOptional<z.ZodNumber>;};","entrypoint":"channel-config-primitives","exportName":"ReplyRuntimeConfigSchemaShape","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"const","recordType":"export"}
|
|
{"closureHash":"64436eeff3b3413bc781c45289e448a744dcaa2f163168e4f14c3ba786326183","declaration":"export const requireAllowlistAllowFrom: (params: { policy?: string; allowFrom?: Array<string | number>; ctx: z.RefinementCtx; path: Array<string | number>; message: string;}) => void;","entrypoint":"channel-config-primitives","exportName":"requireAllowlistAllowFrom","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"const","recordType":"export"}
|
|
{"closureHash":"1befc45b3eece4df1890f9f5375657f0b7467d05b39c97bcd16befec57a8b982","declaration":"export const requireOpenAllowFrom: (params: { policy?: string; allowFrom?: Array<string | number>; ctx: z.RefinementCtx; path: Array<string | number>; message: string;}) => void;","entrypoint":"channel-config-primitives","exportName":"requireOpenAllowFrom","importSpecifier":"openclaw/plugin-sdk/channel-config-primitives","kind":"const","recordType":"export"}
|
|
{"category":"channel","entrypoint":"channel-config-schema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","recordType":"module"}
|
|
{"closureHash":"45af83dffe470125d3529131180f703a3025b8e94a8d053ece279cbce2c5448e","declaration":"export function buildCatchallMultiAccountChannelSchema<T extends ExtendableZodObject>(accountSchema: T): T;","entrypoint":"channel-config-schema","exportName":"buildCatchallMultiAccountChannelSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"de578e9e42b0904a339c7c3990a848761e6a11660a7a68d3c3f11b5b1d5c13d3","declaration":"export function buildChannelAllowBotsSchema(options?: { allowMentions?: boolean; }): z.ZodOptional<z.ZodBoolean> | z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodLiteral<\"mentions\">]>>;","entrypoint":"channel-config-schema","exportName":"buildChannelAllowBotsSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"e97ff96104ab3b7f8462f20d39d2596908a59cb03a634c6c2fb0d7ff80e5bb54","declaration":"export function buildChannelConfigSchema(schema: ZodTypeAny, options?: BuildChannelConfigSchemaOptions): ChannelConfigSchema;","entrypoint":"channel-config-schema","exportName":"buildChannelConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"676d71f73c1c5041ca561c8265f584b0f6a6e766c5a82fdf42c1c27c241251a1","declaration":"export function buildChannelExecApprovalsSchema<T extends ZodRawShape = Record<never, never>>(approverSchema: ZodTypeAny, extraShape?: T): z.ZodOptional<z.ZodObject<{ -readonly [P in keyof ({ enabled: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodLiteral<\"auto\">]>>; approvers: z.ZodOptional<z.ZodArray<z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>>; agentFilter: z.ZodOptional<z.ZodArray<z.ZodString>>; sessionFilter: z.ZodOptional<z.ZodArray<z.ZodString>>; target: z.ZodOptional<z.ZodEnum<{ channel: \"channel\"; dm: \"dm\"; both: \"both\"; }>>; } & T)]: ({ enabled: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodLiteral<\"auto\">]>>; approvers: z.ZodOptional<z.ZodArray<z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>>; agentFilter: z.ZodOptional<z.ZodArray<z.ZodString>>; sessionFilter: z.ZodOptional<z.ZodArray<z.ZodString>>; target: z.ZodOptional<z.ZodEnum<{ channel: \"channel\"; dm: \"dm\"; both: \"both\"; }>>; } & T)[P]; }, z.core.$strict>>;","entrypoint":"channel-config-schema","exportName":"buildChannelExecApprovalsSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"8e09d84212e3fef6522249a0cc7177238116ce68994498d73ca70850da8711b9","declaration":"export function buildChannelReactionShape(options: ChannelReactionShapeOptions): { ackReaction?: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>> | undefined; reactionLevel?: z.ZodOptional<z.ZodEnum<{ [x: string]: string; }>> | undefined; reactionAllowlist?: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>> | undefined; reactionNotifications?: z.ZodOptional<z.ZodEnum<{ [x: string]: string; }>> | undefined; };","entrypoint":"channel-config-schema","exportName":"buildChannelReactionShape","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"1c95591dff5ff0fe63b68c9718bd4cf336a9de1b40e8e9a3c54a7940cc6867e4","declaration":"export function buildCommonChannelAccountShape<TCapabilities extends ZodTypeAny = z.ZodOptional<z.ZodArray<z.ZodString>>, TAllowFrom extends z.ZodType<Array<string | number> | undefined> = z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>, TDefaultTo extends z.ZodType<string | number | undefined> = z.ZodOptional<z.ZodString>, TGroupAllowFrom extends z.ZodType<Array<string | number> | undefined> = z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>, TMentionPatterns extends ZodTypeAny = z.ZodOptional<z.ZodObject<{ mode: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<\"allow\">, z.ZodLiteral<\"deny\">]>>; allowIn: z.ZodOptional<z.ZodArray<z.ZodString>>; denyIn: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>, TStreaming extends ZodTypeAny = z.ZodOptional<z.ZodObject<{ chunkMode: z.ZodOptional<z.ZodEnum<{ length: \"length\"; newline: \"newline\"; }>>; block: z.ZodOptional<z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; coalesce: z.ZodOptional<z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; idleMs: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>; }, z.core.$strict>>; }, z.core.$strict>>, TMediaMaxMb extends ZodTypeAny = z.ZodOptional<z.ZodNumber>, TReplyToMode extends ZodTypeAny = z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<\"off\">, z.ZodLiteral<\"first\">, z.ZodLiteral<\"all\">, z.ZodLiteral<\"batched\">]>>, const TOmit extends readonly CommonChannelAccountField[] = []>(options?: Omit<CommonChannelAccountShapeOptions<TCapabilities, TAllowFrom, TDefaultTo, TGroupAllowFrom, TMentionPatterns, TStreaming, TMediaMaxMb, TReplyToMode>, \"omit\"> & { omit?: TOmit; }): Omit<{ name: z.ZodOptional<z.ZodString>; capabilities: TCapabilities; markdown: z.ZodOptional<z.ZodObject<{ tables: z.ZodOptional<z.ZodEnum<{ code: \"code\"; block: \"block\"; off: \"off\"; bullets: \"bullets\"; }>>; }, z.core.$strict>>; configWrites: z.ZodOptional<z.ZodBoolean>; enabled: z.ZodOptional<z.ZodBoolean>; dmPolicy: z.ZodOptional<z.ZodEnum<{ open: \"open\"; disabled: \"disabled\"; allowlist: \"allowlist\"; pairing: \"pairing\"; }>> | z.ZodDefault<z.ZodOptional<z.ZodEnum<{ open: \"open\"; disabled: \"disabled\"; allowlist: \"allowlist\"; pairing: \"pairing\"; }>>>; allowFrom: TAllowFrom; defaultTo: TDefaultTo; groupAllowFrom: TGroupAllowFrom; groupPolicy: z.ZodOptional<z.ZodEnum<{ open: \"open\"; disabled: \"disabled\"; allowlist: \"allowlist\"; }>> | z.ZodDefault<z.ZodOptional<z.ZodEnum<{ open: \"open\"; disabled: \"disabled\"; allowlist: \"allowlist\"; }>>>; mentionPatterns: TMentionPatterns; contextVisibility: z.ZodOptional<z.ZodEnum<{ all: \"all\"; allowlist: \"allowlist\"; allowlist_quote: \"allowlist_quote\"; }>>; historyLimit: z.ZodOptional<z.ZodNumber>; dmHistoryLimit: z.ZodOptional<z.ZodNumber>; dms: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{ historyLimit: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>>>; textChunkLimit: z.ZodOptional<z.ZodNumber>; streaming: TStreaming; heartbeatVisibility: z.ZodOptional<z.ZodObject<{ showOk: z.ZodOptional<z.ZodBoolean>; showAlerts: z.ZodOptional<z.ZodBoolean>; useIndicator: z.ZodOptional<z.ZodBoolean>; }, z.core.$strict>>; healthMonitor: z.ZodOptional<z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; }, z.core.$strict>>; responsePrefix: z.ZodOptional<z.ZodString>; mediaMaxMb: TMediaMaxMb; replyToMode: TReplyToMode; }, TOmit[number]>;","entrypoint":"channel-config-schema","exportName":"buildCommonChannelAccountShape","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"4feb9eae3eba4fa553632e8a0e9730619f243f7e087be2c25c80b9d0b6f87b1d","declaration":"export function buildGroupEntrySchema<T extends ZodRawShape = Record<never, never>, const TOmit extends readonly ChannelGroupEntryField[] = []>(extraShape?: T, options?: { omit?: TOmit; }): z.ZodObject<{ -readonly [P in keyof (Omit<{ requireMention: z.ZodOptional<z.ZodBoolean>; tools: z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>; toolsBySender: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>>>; skills: z.ZodOptional<z.ZodArray<z.ZodString>>; enabled: z.ZodOptional<z.ZodBoolean>; allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>; systemPrompt: z.ZodOptional<z.ZodString>; }, TOmit[number]> & T)]: (Omit<{ requireMention: z.ZodOptional<z.ZodBoolean>; tools: z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>; toolsBySender: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>>>; skills: z.ZodOptional<z.ZodArray<z.ZodString>>; enabled: z.ZodOptional<z.ZodBoolean>; allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>; systemPrompt: z.ZodOptional<z.ZodString>; }, TOmit[number]> & T)[P]; }, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"buildGroupEntrySchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"90d3722f2e13daa2c010659f41d63c50b35a238eac51b8137b1f7824da23055c","declaration":"export function buildJsonChannelConfigSchema(schema: JsonSchemaObject, options?: BuildJsonChannelConfigSchemaOptions): ChannelConfigSchema;","entrypoint":"channel-config-schema","exportName":"buildJsonChannelConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"12b6a23517bdc2de3e24441daa24d67dd9ddf32c27deceef29f953962a242487","declaration":"export function buildMultiAccountChannelSchema<T extends z.ZodObject, TAccount extends ZodTypeAny = T, TOptional extends boolean = false>(baseSchema: T, options?: MultiAccountSchemaOptions<T, TAccount, TOptional>): MultiAccountChannelSchema<T, TAccount, TOptional>;","entrypoint":"channel-config-schema","exportName":"buildMultiAccountChannelSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"730d0d4f407a434f29b4e56cbbeae36edb0e94d3b5358eef9148487239c9e83f","declaration":"export function buildNestedDmConfigSchema(extraShape?: ZodRawShape): z.ZodOptional<z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; policy: z.ZodOptional<z.ZodEnum<{ open: \"open\"; disabled: \"disabled\"; allowlist: \"allowlist\"; pairing: \"pairing\"; }>>; allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>; }, z.core.$strip>>;","entrypoint":"channel-config-schema","exportName":"buildNestedDmConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"bcc9c53d42127417c5482b91fa0173a24a3797703a5ad72229f3aa9472a7c497","declaration":"export function isSafeScpRemoteHost(value: string | null | undefined): boolean;","entrypoint":"channel-config-schema","exportName":"isSafeScpRemoteHost","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"4218af30c4c3fec682f49ce8d067b3c96ccff3a2af97de7e47ea7a6e7d029850","declaration":"export function isValidInboundPathRootPattern(value: string): boolean;","entrypoint":"channel-config-schema","exportName":"isValidInboundPathRootPattern","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"function","recordType":"export"}
|
|
{"closureHash":"6168e8fece2a6af13d4b4ab3284ead6c310c36696f1ba10db08fcdeeea0db8a6","declaration":"export const AllowFromListSchema: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;","entrypoint":"channel-config-schema","exportName":"AllowFromListSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"b0b2d55ea689215821cf2d85b624bdec7eab947564cf99f8b30aec34f520e346","declaration":"export const BlockStreamingChunkSchema: z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; breakPreference: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<\"paragraph\">, z.ZodLiteral<\"newline\">, z.ZodLiteral<\"sentence\">]>>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"BlockStreamingChunkSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"4b0ae9813f4d515025a893ee1f3d51f363d74e8b4a2e4142154958343348655e","declaration":"export const BlockStreamingCoalesceSchema: z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; idleMs: z.ZodOptional<z.ZodNumber>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"BlockStreamingCoalesceSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"d01522b41a493ad0f3e3a8f8a362ebb58c5637f711e1348693915ef1ae29a94f","declaration":"export const ChannelBotLoopProtectionSchema: z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; maxEventsPerWindow: z.ZodOptional<z.ZodNumber>; windowSeconds: z.ZodOptional<z.ZodNumber>; cooldownSeconds: z.ZodOptional<z.ZodNumber>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"ChannelBotLoopProtectionSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"0b5778a6617525319df6b9c3bac8dc26c355a06510cf152522387e5c256eafc9","declaration":"export const ChannelDangerouslyAllowNameMatchingSchema: z.ZodOptional<z.ZodBoolean>;","entrypoint":"channel-config-schema","exportName":"ChannelDangerouslyAllowNameMatchingSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"dfcc8519bfcb8dcf80b69339802bb61d5964f65935c6af5de21101b50bcc4caa","declaration":"export const ChannelDeliveryStreamingConfigSchema: z.ZodObject<{ chunkMode: z.ZodOptional<z.ZodEnum<{ length: \"length\"; newline: \"newline\"; }>>; block: z.ZodOptional<z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; coalesce: z.ZodOptional<z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; idleMs: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>; }, z.core.$strict>>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"ChannelDeliveryStreamingConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"ed698ec275cdc2107310c3a3260545a8c193e855457db0079764a261f50a22e0","declaration":"export const ChannelGroupEntrySchema: z.ZodObject<{ requireMention: z.ZodOptional<z.ZodBoolean>; tools: z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>; toolsBySender: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>>>>; skills: z.ZodOptional<z.ZodArray<z.ZodString>>; enabled: z.ZodOptional<z.ZodBoolean>; allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>; systemPrompt: z.ZodOptional<z.ZodString>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"ChannelGroupEntrySchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"6b2216e39d3732509039d93a2f9ed47fe318f4b83d2de4ffd19d7761b175c43c","declaration":"export const ChannelImplicitMentionsSchema: z.ZodObject<{ replyToBot: z.ZodOptional<z.ZodBoolean>; quotedBot: z.ZodOptional<z.ZodBoolean>; threadParticipation: z.ZodOptional<z.ZodBoolean>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"ChannelImplicitMentionsSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"e313b649117fdf2185e97ab73e2fc55f967ac90d77fe1fa011e592b2ef899d98","declaration":"export const ChannelPreviewStreamingConfigSchema: z.ZodObject<{ mode: z.ZodOptional<z.ZodEnum<{ block: \"block\"; off: \"off\"; partial: \"partial\"; progress: \"progress\"; }>>; chunkMode: z.ZodOptional<z.ZodEnum<{ length: \"length\"; newline: \"newline\"; }>>; preview: z.ZodOptional<z.ZodObject<{ chunk: z.ZodOptional<z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; breakPreference: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<\"paragraph\">, z.ZodLiteral<\"newline\">, z.ZodLiteral<\"sentence\">]>>; }, z.core.$strict>>; toolProgress: z.ZodOptional<z.ZodBoolean>; commandText: z.ZodOptional<z.ZodEnum<{ status: \"status\"; raw: \"raw\"; }>>; }, z.core.$strict>>; progress: z.ZodOptional<z.ZodObject<{ label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<false>]>>; labels: z.ZodOptional<z.ZodArray<z.ZodString>>; maxLines: z.ZodOptional<z.ZodNumber>; maxLineChars: z.ZodOptional<z.ZodNumber>; render: z.ZodOptional<z.ZodEnum<{ text: \"text\"; rich: \"rich\"; }>>; toolProgress: z.ZodOptional<z.ZodBoolean>; commandText: z.ZodOptional<z.ZodEnum<{ status: \"status\"; raw: \"raw\"; }>>; commentary: z.ZodOptional<z.ZodBoolean>; narration: z.ZodOptional<z.ZodBoolean>; }, z.core.$strict>>; block: z.ZodOptional<z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; coalesce: z.ZodOptional<z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; idleMs: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>; }, z.core.$strict>>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"ChannelPreviewStreamingConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"6cdb3d1adaea9238c1f098b971e4de3aee2cd73c3a451d2b309a8aab4f48ff0a","declaration":"export const ChannelSendReadReceiptsSchema: z.ZodOptional<z.ZodBoolean>;","entrypoint":"channel-config-schema","exportName":"ChannelSendReadReceiptsSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"46f2d16ca98b36e94aef4f96b33e0acd4478d4c18703dee43400d255071f7950","declaration":"export const ChannelStreamingBlockSchema: z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; coalesce: z.ZodOptional<z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; idleMs: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"ChannelStreamingBlockSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"2b5d199abb54e0982269b78b2bd2a3479a94cc1bb1674d3ab4e62ba410fcf541","declaration":"export const ChannelStreamingPreviewSchema: z.ZodObject<{ chunk: z.ZodOptional<z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; breakPreference: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<\"paragraph\">, z.ZodLiteral<\"newline\">, z.ZodLiteral<\"sentence\">]>>; }, z.core.$strict>>; toolProgress: z.ZodOptional<z.ZodBoolean>; commandText: z.ZodOptional<z.ZodEnum<{ status: \"status\"; raw: \"raw\"; }>>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"ChannelStreamingPreviewSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"13e92a3abf9ed84c818fd074264121aea355440ed4c40a1a0c1a4eaf1cbfdd5d","declaration":"export const ChannelStreamingProgressSchema: z.ZodObject<{ label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<false>]>>; labels: z.ZodOptional<z.ZodArray<z.ZodString>>; maxLines: z.ZodOptional<z.ZodNumber>; maxLineChars: z.ZodOptional<z.ZodNumber>; render: z.ZodOptional<z.ZodEnum<{ text: \"text\"; rich: \"rich\"; }>>; toolProgress: z.ZodOptional<z.ZodBoolean>; commandText: z.ZodOptional<z.ZodEnum<{ status: \"status\"; raw: \"raw\"; }>>; commentary: z.ZodOptional<z.ZodBoolean>; narration: z.ZodOptional<z.ZodBoolean>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"ChannelStreamingProgressSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"e7536504898fd15b106bfe1cf5a4b45b908c871370d107f49e714b51611c5359","declaration":"export const ContextVisibilityModeSchema: z.ZodEnum<{ all: \"all\"; allowlist: \"allowlist\"; allowlist_quote: \"allowlist_quote\";}>;","entrypoint":"channel-config-schema","exportName":"ContextVisibilityModeSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"3b5b1a2f0a752b5f6caf88dc628457ceb62bcdd49b732ffa99f95c0bf8d3a00b","declaration":"export const DmConfigSchema: z.ZodObject<{ historyLimit: z.ZodOptional<z.ZodNumber>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"DmConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"604a5505628b13268e342684392863ae0ac0e4b935b78b3cfbde1204f1df77a8","declaration":"export const DmPolicySchema: z.ZodEnum<{ open: \"open\"; disabled: \"disabled\"; allowlist: \"allowlist\"; pairing: \"pairing\";}>;","entrypoint":"channel-config-schema","exportName":"DmPolicySchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"30405b39d78d3138b2f6f6bdb781332b88378df9b2abc2fe009d9f092415f5b6","declaration":"export const ExecutableTokenSchema: z.ZodString;","entrypoint":"channel-config-schema","exportName":"ExecutableTokenSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"915fde95ec3e51a3abd0a6199907ac90533775b94fae44cd19aa509fef239a20","declaration":"export const GroupPolicySchema: z.ZodEnum<{ open: \"open\"; disabled: \"disabled\"; allowlist: \"allowlist\";}>;","entrypoint":"channel-config-schema","exportName":"GroupPolicySchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"e38965719a2f789ff179f34c013a213c8abb72f0738893091c0ecabebea369a2","declaration":"export const MSTeamsReplyStyleSchema: z.ZodEnum<{ thread: \"thread\"; \"top-level\": \"top-level\";}>;","entrypoint":"channel-config-schema","exportName":"MSTeamsReplyStyleSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"8800b2e50ad990a605e638de1b9b193efee31b0e3e05bcc3a7863c032986703e","declaration":"export const MarkdownConfigSchema: z.ZodOptional<z.ZodObject<{ tables: z.ZodOptional<z.ZodEnum<{ code: \"code\"; block: \"block\"; off: \"off\"; bullets: \"bullets\"; }>>;}, z.core.$strict>>;","entrypoint":"channel-config-schema","exportName":"MarkdownConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"f2f299bc0b90c1a80eeb9807f9341634673af418ad172f1430a5361154d5d0b3","declaration":"export const MentionPatternsPolicySchema: z.ZodObject<{ mode: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<\"allow\">, z.ZodLiteral<\"deny\">]>>; allowIn: z.ZodOptional<z.ZodArray<z.ZodString>>; denyIn: z.ZodOptional<z.ZodArray<z.ZodString>>;}, z.core.$strict>;","entrypoint":"channel-config-schema","exportName":"MentionPatternsPolicySchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"cf9331fd2108e6e8f30dbbca9a1259511fd41b1d8b133cc1ad8475a214eb0f41","declaration":"export const ProviderCommandsSchema: z.ZodOptional<z.ZodObject<{ native: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodLiteral<\"auto\">]>>; nativeSkills: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodLiteral<\"auto\">]>>;}, z.core.$strict>>;","entrypoint":"channel-config-schema","exportName":"ProviderCommandsSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"4df6cd016685586e568151b7f49cfff287528df781159a8f5a956de9e9497bdd","declaration":"export const ReplyRuntimeConfigSchemaShape: { historyLimit: z.ZodOptional<z.ZodNumber>; dmHistoryLimit: z.ZodOptional<z.ZodNumber>; contextVisibility: z.ZodOptional<z.ZodEnum<{ all: \"all\"; allowlist: \"allowlist\"; allowlist_quote: \"allowlist_quote\"; }>>; dms: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{ historyLimit: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>>>; textChunkLimit: z.ZodOptional<z.ZodNumber>; streaming: z.ZodOptional<z.ZodObject<{ chunkMode: z.ZodOptional<z.ZodEnum<{ length: \"length\"; newline: \"newline\"; }>>; block: z.ZodOptional<z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; coalesce: z.ZodOptional<z.ZodObject<{ minChars: z.ZodOptional<z.ZodNumber>; maxChars: z.ZodOptional<z.ZodNumber>; idleMs: z.ZodOptional<z.ZodNumber>; }, z.core.$strict>>; }, z.core.$strict>>; }, z.core.$strict>>; responsePrefix: z.ZodOptional<z.ZodString>; mediaMaxMb: z.ZodOptional<z.ZodNumber>;};","entrypoint":"channel-config-schema","exportName":"ReplyRuntimeConfigSchemaShape","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"50537122ef4542c8818330c9b461ee31b5a350ccc17c81c065579d14130ae2be","declaration":"export const ReplyToModeSchema: z.ZodUnion<readonly [z.ZodLiteral<\"off\">, z.ZodLiteral<\"first\">, z.ZodLiteral<\"all\">, z.ZodLiteral<\"batched\">]>;","entrypoint":"channel-config-schema","exportName":"ReplyToModeSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"b54d65d7c080694ed74d70b511e5c5a0e5b5f7ad9e966fcce979196fce332466","declaration":"export const TextChunkModeSchema: z.ZodEnum<{ length: \"length\"; newline: \"newline\";}>;","entrypoint":"channel-config-schema","exportName":"TextChunkModeSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"71faf0ebd9b3bd0869d7bfcaba78322d9d4437161a04d9268083c614b2499f20","declaration":"export const ToolPolicySchema: z.ZodOptional<z.ZodObject<{ allow: z.ZodOptional<z.ZodArray<z.ZodString>>; alsoAllow: z.ZodOptional<z.ZodArray<z.ZodString>>; deny: z.ZodOptional<z.ZodArray<z.ZodString>>;}, z.core.$strict>>;","entrypoint":"channel-config-schema","exportName":"ToolPolicySchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"8df20a61183e45d6f38a90b65a35fbc9e7854f5f2885b83ae9f581fe3fbfedd0","declaration":"export const TtsConfigSchema: z.ZodOptional<z.ZodObject<{ auto: z.ZodOptional<z.ZodEnum<{ off: \"off\"; always: \"always\"; inbound: \"inbound\"; tagged: \"tagged\"; }>>; enabled: z.ZodOptional<z.ZodBoolean>; mode: z.ZodOptional<z.ZodEnum<{ all: \"all\"; final: \"final\"; }>>; provider: z.ZodOptional<z.ZodString>; persona: z.ZodOptional<z.ZodString>; personas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{ label: z.ZodOptional<z.ZodString>; description: z.ZodOptional<z.ZodString>; provider: z.ZodOptional<z.ZodString>; fallbackPolicy: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<\"preserve-persona\">, z.ZodLiteral<\"provider-defaults\">, z.ZodLiteral<\"fail\">]>>; providers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{ apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{ source: z.ZodLiteral<\"env\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"file\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"exec\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"store\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>], \"source\">]>>; }, z.core.$catchall<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnknown>, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>>>>; }, z.core.$strict>>>; summaryModel: z.ZodOptional<z.ZodString>; modelOverrides: z.ZodOptional<z.ZodObject<{ enabled: z.ZodOptional<z.ZodBoolean>; allowText: z.ZodOptional<z.ZodBoolean>; allowProvider: z.ZodOptional<z.ZodBoolean>; allowVoice: z.ZodOptional<z.ZodBoolean>; allowModelId: z.ZodOptional<z.ZodBoolean>; allowVoiceSettings: z.ZodOptional<z.ZodBoolean>; allowNormalization: z.ZodOptional<z.ZodBoolean>; allowSeed: z.ZodOptional<z.ZodBoolean>; }, z.core.$strict>>; providers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{ apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{ source: z.ZodLiteral<\"env\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"file\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"exec\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"store\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>], \"source\">]>>; }, z.core.$catchall<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnknown>, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>>>>; maxTextLength: z.ZodOptional<z.ZodNumber>; timeoutMs: z.ZodOptional<z.ZodNumber>;}, z.core.$strict>>;","entrypoint":"channel-config-schema","exportName":"TtsConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"266566cab2623e48a62b5e304b7061da2f47ef8f208dc39c742649b6e28ffe1e","declaration":"export const UnifiedStreamingModeSchema: z.ZodEnum<{ block: \"block\"; off: \"off\"; partial: \"partial\"; progress: \"progress\";}>;","entrypoint":"channel-config-schema","exportName":"UnifiedStreamingModeSchema","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"64436eeff3b3413bc781c45289e448a744dcaa2f163168e4f14c3ba786326183","declaration":"export const requireAllowlistAllowFrom: (params: { policy?: string; allowFrom?: Array<string | number>; ctx: z.RefinementCtx; path: Array<string | number>; message: string;}) => void;","entrypoint":"channel-config-schema","exportName":"requireAllowlistAllowFrom","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"closureHash":"1befc45b3eece4df1890f9f5375657f0b7467d05b39c97bcd16befec57a8b982","declaration":"export const requireOpenAllowFrom: (params: { policy?: string; allowFrom?: Array<string | number>; ctx: z.RefinementCtx; path: Array<string | number>; message: string;}) => void;","entrypoint":"channel-config-schema","exportName":"requireOpenAllowFrom","importSpecifier":"openclaw/plugin-sdk/channel-config-schema","kind":"const","recordType":"export"}
|
|
{"category":"channel","entrypoint":"channel-contract","importSpecifier":"openclaw/plugin-sdk/channel-contract","recordType":"module"}
|
|
{"closureHash":"01419285079f8f3dcf2548a612fadda5c544df4fc28087ad476e252067196b30","declaration":"export type BaseProbeResult<TError = string | null> = BaseProbeResult<TError>;","entrypoint":"channel-contract","exportName":"BaseProbeResult","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"27937d3363c92c87aa73a2a3b566acb921631fa403833589eb2ed733bed4aeac","declaration":"export type BaseTokenResolution = BaseTokenResolution;","entrypoint":"channel-contract","exportName":"BaseTokenResolution","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"c6f35cec0e3bbaf6e771ad907a5eb9eda0ac18c1ac45e24d36866b41b828ee7d","declaration":"export type ChannelAccountSnapshot = ChannelAccountSnapshot;","entrypoint":"channel-contract","exportName":"ChannelAccountSnapshot","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"e8a0fe6f9725bfe627f8f7dab4c0ff2bba029fd29816ea0db96c6048bd1f2939","declaration":"export type ChannelAgentTool = ChannelAgentTool;","entrypoint":"channel-contract","exportName":"ChannelAgentTool","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"ce051b526124b61781f0612042c844370f389a29222131f896d728f50ad230a1","declaration":"export type ChannelApprovalAdapter = ChannelApprovalAdapter;","entrypoint":"channel-contract","exportName":"ChannelApprovalAdapter","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"78a3aee7bbe9af21595c1be7f6bc5951f26d16742956a915690e77b3afe57726","declaration":"export type ChannelApprovalCapability = ChannelApprovalCapability;","entrypoint":"channel-contract","exportName":"ChannelApprovalCapability","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"3b671727471560fb863cd40aba40152e2c449fc416ea19fa87aa800420ddcc69","declaration":"export type ChannelCapabilities = ChannelCapabilities;","entrypoint":"channel-contract","exportName":"ChannelCapabilities","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"36b174fb059261ef3df66d86a6c761f0f216faaedf15b42f399e8c120331c77c","declaration":"export type ChannelCommandConversationContext = ChannelCommandConversationContext;","entrypoint":"channel-contract","exportName":"ChannelCommandConversationContext","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"25908668834aac3da59da36ae3aae42a5771284771ea45177232ba20e550cc07","declaration":"export type ChannelDirectoryAdapter = ChannelDirectoryAdapter;","entrypoint":"channel-contract","exportName":"ChannelDirectoryAdapter","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"c46e577b066b327a6cb21825232cab5552cb36034aecf9799d1060e06ca38a8b","declaration":"export type ChannelDirectoryEntry = ChannelDirectoryEntry;","entrypoint":"channel-contract","exportName":"ChannelDirectoryEntry","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"d0d43cca23fd888e7b5bda4eefde74513fed2eb75762c77f3e2d08a98f3ca73d","declaration":"export type ChannelDoctorAdapter = ChannelDoctorAdapter;","entrypoint":"channel-contract","exportName":"ChannelDoctorAdapter","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"87a4f7b1a8f80c156b4ef0a38f60bb975e2843a0646ff4ad679ac1155a4cecc7","declaration":"export type ChannelDoctorConfigMutation = ChannelDoctorConfigMutation;","entrypoint":"channel-contract","exportName":"ChannelDoctorConfigMutation","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"7f3e7ff59ba6f916a786ca5152611cbdf50083949e7744871c25121709e60e93","declaration":"export type ChannelDoctorEmptyAllowlistAccountContext = ChannelDoctorEmptyAllowlistAccountContext;","entrypoint":"channel-contract","exportName":"ChannelDoctorEmptyAllowlistAccountContext","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"ed4061c4a69c360d37165f5234f79c08ab8d5d773b5c482073bea46747ea1e55","declaration":"export type ChannelDoctorLegacyConfigRule = LegacyConfigRule;","entrypoint":"channel-contract","exportName":"ChannelDoctorLegacyConfigRule","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"7c9c1e29de3519c045a78e4d541d8a9888668ddffef435a93b66ec5aaa9bd1fe","declaration":"export type ChannelDoctorSequenceResult = ChannelDoctorSequenceResult;","entrypoint":"channel-contract","exportName":"ChannelDoctorSequenceResult","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"cbafa02b1f60822a2d1f70674b88e52e1170c79a8ccc57d377d2a720d10d253a","declaration":"export type ChannelGatewayContext<ResolvedAccount = unknown> = ChannelGatewayContext<ResolvedAccount>;","entrypoint":"channel-contract","exportName":"ChannelGatewayContext","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"d67c25096dc21f7ce5768a2b79b54ef96214b90ae5ffda8f311f9ee582d805b4","declaration":"export type ChannelGroupContext = ChannelGroupContext;","entrypoint":"channel-contract","exportName":"ChannelGroupContext","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"8809fb417c1394d7b72ada24755d1d225fbc51fa7044b0e005e550d01deb810d","declaration":"export type ChannelLegacyStateMigrationPlan = ChannelLegacyStateMigrationPlan;","entrypoint":"channel-contract","exportName":"ChannelLegacyStateMigrationPlan","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"50b0d600ba9f49173da30eca7fa222236d739f6d7fc286a13b24c6b64804bda7","declaration":"export type ChannelLogSink = ChannelLogSink;","entrypoint":"channel-contract","exportName":"ChannelLogSink","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"75b9b07bac5eabd3e05c7d3e33b28c53db35410e6ba9b2f8bb5406a3849e2c11","declaration":"export type ChannelMessageActionAdapter = ChannelMessageActionAdapter;","entrypoint":"channel-contract","exportName":"ChannelMessageActionAdapter","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"712435252d2fe5135542ca6b5a4375a6edea24e83829338011dc6ae7e9802fbb","declaration":"export type ChannelMessageActionContext = ChannelMessageActionContext;","entrypoint":"channel-contract","exportName":"ChannelMessageActionContext","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"423adb91592f164d0fde488b9b1c165ff451d58fc90121f2054089804f5712e5","declaration":"export type ChannelMessageActionDiscoveryContext = ChannelMessageActionDiscoveryContext;","entrypoint":"channel-contract","exportName":"ChannelMessageActionDiscoveryContext","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"0a4bc843eaab5feec0a0085b0bc501a0e0b3f4b87b0e05b40c5ea1ce874fad02","declaration":"export type ChannelMessageActionName = \"search\" | \"broadcast\" | \"read\" | \"edit\" | \"delete\" | \"timeout\" | \"send\" | \"poll\" | \"poll-vote\" | \"react\" | \"reactions\" | \"unsend\" | \"reply\" | \"sendWithEffect\" | \"renameGroup\" | \"setGroupIcon\" | \"addParticipant\" | \"removeParticipant\" | \"leaveGroup\" | \"sendAttachment\" | \"pin\" | \"unpin\" | \"list-pins\" | \"permissions\" | \"thread-create\" | \"thread-list\" | \"thread-reply\" | \"sticker\" | \"sticker-search\" | \"member-info\" | \"role-info\" | \"emoji-list\" | \"emoji-upload\" | \"sticker-upload\" | \"role-add\" | \"role-remove\" | \"channel-info\" | \"channel-list\" | \"channel-create\" | \"channel-edit\" | \"channel-delete\" | \"channel-move\" | \"category-create\" | \"category-edit\" | \"category-delete\" | \"topic-create\" | \"topic-edit\" | \"voice-status\" | \"event-list\" | \"event-create\" | \"kick\" | \"ban\" | \"set-profile\" | \"set-presence\" | \"download-file\" | \"upload-file\";","entrypoint":"channel-contract","exportName":"ChannelMessageActionName","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"e853372c016b9f5148efda1b2466856806115da9b8dada34cd316385c12b72c7","declaration":"export type ChannelMessageToolDiscovery = ChannelMessageToolDiscovery;","entrypoint":"channel-contract","exportName":"ChannelMessageToolDiscovery","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"f51ada16e9de0cd0a807d1cd9fafbf1e2728a131e737cec7e5f5b23b24f6f273","declaration":"export type ChannelMessageToolSchemaContribution = ChannelMessageToolSchemaContribution;","entrypoint":"channel-contract","exportName":"ChannelMessageToolSchemaContribution","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"2d11b6a98b1db3ecc77f52e02f2c09f8e9c155412c2e2669f29350d00428154b","declaration":"export type ChannelMeta = ChannelMeta;","entrypoint":"channel-contract","exportName":"ChannelMeta","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"ec916ca974bd0242329b6532fb8467a63d038f1182ae9b2af3aa3b979b5fa589","declaration":"export type ChannelOutboundAdapter = ChannelOutboundAdapter;","entrypoint":"channel-contract","exportName":"ChannelOutboundAdapter","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"29e18f68ae937d972fe0add173ea937daadbf551605d04cb78fff000b561a324","declaration":"export type ChannelOutboundContext = ChannelOutboundContext;","entrypoint":"channel-contract","exportName":"ChannelOutboundContext","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"0f20b2ab7102dbff3b7454ea82506d47c2dccde2e2cd60c4c1d746fbe61953db","declaration":"export type ChannelOutboundPayloadHint = ChannelOutboundPayloadHint;","entrypoint":"channel-contract","exportName":"ChannelOutboundPayloadHint","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"9bde165ae968761eb8d13818b4d2e924866600a148bd97beb245dc50d17c451a","declaration":"export type ChannelResolveKind = ChannelResolveKind;","entrypoint":"channel-contract","exportName":"ChannelResolveKind","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"7ac97f64180440d28019301532748e7da65eee13b0f7ba8a4ddef5a7266c5108","declaration":"export type ChannelResolveResult = ChannelResolveResult;","entrypoint":"channel-contract","exportName":"ChannelResolveResult","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"181806345539bbdf09090fc7f5f6344d695d75f00701c7212769b3653a6b87c1","declaration":"export type ChannelRuntimeSurface = ChannelRuntimeSurface;","entrypoint":"channel-contract","exportName":"ChannelRuntimeSurface","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"2cd8528a9132151f9c99c9150cb6c323febab89d25047ff90955055397c539f0","declaration":"export type ChannelStatusAdapter<ResolvedAccount, Probe = unknown, Audit = unknown> = ChannelStatusAdapter<ResolvedAccount, Probe, Audit>;","entrypoint":"channel-contract","exportName":"ChannelStatusAdapter","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"031fb111d9896b5194f27d3bd80d3984aaba1bc04bbccdad69e8e30eab42fbc0","declaration":"export type ChannelStatusIssue = ChannelStatusIssue;","entrypoint":"channel-contract","exportName":"ChannelStatusIssue","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"485e8747160e17fd804add9eb0e683baf92699b240285013b05bf142c72ea527","declaration":"export type ChannelStructuredComponents = ChannelStructuredComponents;","entrypoint":"channel-contract","exportName":"ChannelStructuredComponents","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"bbae78fe2afe964b51af0db437551c6478569da51235570794394276bf5cf537","declaration":"export type ChannelThreadingContext = ChannelThreadingContext;","entrypoint":"channel-contract","exportName":"ChannelThreadingContext","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"2195d91c969bc14487345fc1438c7ec5f9b6931bed9ab446a8ab0c96375512f9","declaration":"export type ChannelThreadingToolContext = ChannelThreadingToolContext;","entrypoint":"channel-contract","exportName":"ChannelThreadingToolContext","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"3e8d5cc751e0e7e373cc144853c6355a26d92882e6cb53189bb2286de05ada29","declaration":"export type ChannelToolSend = ChannelToolSend;","entrypoint":"channel-contract","exportName":"ChannelToolSend","importSpecifier":"openclaw/plugin-sdk/channel-contract","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-core","importSpecifier":"openclaw/plugin-sdk/channel-core","recordType":"module"}
|
|
{"closureHash":"e97ff96104ab3b7f8462f20d39d2596908a59cb03a634c6c2fb0d7ff80e5bb54","declaration":"export function buildChannelConfigSchema(schema: ZodTypeAny, options?: BuildChannelConfigSchemaOptions): ChannelConfigSchema;","entrypoint":"channel-core","exportName":"buildChannelConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"d734ae6f08592256df8498061c3417f0914fca32019a24b5dc39edcb5d0c118c","declaration":"export function buildChannelOutboundSessionRoute(params: { cfg: OpenClawConfig; agentId: string; channel: string; accountId?: string | null; recipientSessionExact?: boolean | \"direct-alias\" | \"delivery-identity\"; peer: { kind: \"direct\" | \"group\" | \"channel\"; id: string; }; chatType: \"direct\" | \"group\" | \"channel\"; from: string; to: string; threadId?: string | number; }): ChannelOutboundSessionRoute;","entrypoint":"channel-core","exportName":"buildChannelOutboundSessionRoute","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"3ec2c091f2139a6c20b090ef4aa8a7e052440040bc620ce6cb7b8fd5ced3efa3","declaration":"export function buildThreadAwareOutboundSessionRoute(params: { route: ChannelOutboundSessionRoute; replyToId?: string | number | null; threadId?: string | number | null; currentSessionKey?: string | null; precedence?: readonly ThreadAwareOutboundSessionRouteThreadSource[]; useSuffix?: boolean; parentSessionKey?: string; normalizeThreadId?: (threadId: string) => string; canRecoverCurrentThread?: (context: ThreadAwareOutboundSessionRouteRecoveryContext) => boolean; }): ChannelOutboundSessionRoute;","entrypoint":"channel-core","exportName":"buildThreadAwareOutboundSessionRoute","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"9fc7e45343d7bfbc6ed56d05c9f824e2f9cf6dafc3ca4b25437d1f65c2200727","declaration":"export function clearAccountEntryFields<TAccountEntry extends object>(params: { accounts?: Record<string, TAccountEntry>; accountId: string; fields: string[]; isValueSet?: (value: unknown) => boolean; markClearedOnFieldPresence?: boolean; }): { nextAccounts?: Record<string, TAccountEntry>; changed: boolean; cleared: boolean; };","entrypoint":"channel-core","exportName":"clearAccountEntryFields","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"f4e084b64b5376268885a73fe507aa5d72bee17a88ec2d7ae1d19b36ea5f1ccb","declaration":"export function createChannelConfigUiHints(params: { channelLabel: string; dmPolicy?: { channelKey: string; includeLegacyNestedPolicy?: boolean; legacyNestedPolicyOrder?: \"before\" | \"after\"; }; configWrites?: boolean; mentionPatterns?: { targetDescription: string; policyTargetDescription?: string; policyNote?: string; denyNote?: string; }; nativeCommands?: boolean; implicitMentions?: boolean; progress?: { includeCommentary?: boolean; commentaryOrder?: \"before-command\" | \"after-command\"; labels?: \"openclaw\"; titleWording?: boolean; }; streaming?: Partial<Record<StreamingHintKey, StreamingHintValue>>; retry?: boolean; }): HintMap;","entrypoint":"channel-core","exportName":"createChannelConfigUiHints","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"ed8c322fac76968f7f059b65eaa881098ed918b22705b27101166b052213a9d9","declaration":"export function createChatChannelPlugin<TResolvedAccount extends { accountId?: string | null; }, Probe = unknown, Audit = unknown>(params: { base: ChatChannelPluginBase<TResolvedAccount, Probe, Audit>; security?: ChannelSecurityAdapter<TResolvedAccount> | ChatChannelSecurityOptions<TResolvedAccount>; pairing?: ChannelPairingAdapter | ChatChannelPairingOptions; threading?: ChannelThreadingAdapter | ChatChannelThreadingOptions<TResolvedAccount>; outbound?: ChannelOutboundAdapter | ChatChannelAttachedOutboundOptions; }): ChannelPlugin<TResolvedAccount, Probe, Audit>;","entrypoint":"channel-core","exportName":"createChatChannelPlugin","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"19ee364314ffd766b8f15835014206753bc1f96af4d7084b97a0a1cc2774d4df","declaration":"export function defineChannelPluginEntry<TPlugin>({ id, name, description, plugin, configSchema, setRuntime, registerCliMetadata, registerFull, registerCapabilities, }: DefineChannelPluginEntryOptions<TPlugin>): DefinedChannelPluginEntry<TPlugin>;","entrypoint":"channel-core","exportName":"defineChannelPluginEntry","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"0e0a9f6b22c433bdb1165e7707b1f9a1ddac1a544a8add00b503048cf157921f","declaration":"export function defineSetupPluginEntry<TPlugin>(plugin: TPlugin): { plugin: TPlugin; };","entrypoint":"channel-core","exportName":"defineSetupPluginEntry","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"8895f7af11b994dcd383ebc45d8cfb3c3b1e6d88a64a001b04f604a83f77e517","declaration":"export function parseOptionalDelimitedEntries(value?: string): string[] | undefined;","entrypoint":"channel-core","exportName":"parseOptionalDelimitedEntries","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"3f97534b10d08eda6a556044eaba623b3744b200a2033877e48d2f2ca924d298","declaration":"export function recoverCurrentThreadSessionId(params: { route: ChannelOutboundSessionRoute; currentSessionKey?: string | null; canRecover?: (context: ThreadAwareOutboundSessionRouteRecoveryContext) => boolean; }): string | undefined;","entrypoint":"channel-core","exportName":"recoverCurrentThreadSessionId","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"0f0c9fb9b983b0c977229de86091efa1fbb7c8294657bd993ecd5448b351f371","declaration":"export function stripChannelTargetPrefix(raw: string, ...providers: string[]): string;","entrypoint":"channel-core","exportName":"stripChannelTargetPrefix","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba015db1f7f7fad580c6bed6d69816f9ba04dea11bb0605cac1f2f2baddb7bca","declaration":"export function stripTargetKindPrefix(raw: string): string;","entrypoint":"channel-core","exportName":"stripTargetKindPrefix","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"2e6ce1f4c1692270a00dc0cf08e2752a26739c3143f8091cb270063c6034605d","declaration":"export function tryReadSecretFileSync(filePath: string | undefined, label: string, options: CredentialFileReadOptions): string | undefined;\nexport function tryReadSecretFileSync(filePath: string | undefined, label: string, options?: FsSafeSecretFileReadOptions): string | undefined;\nexport function tryReadSecretFileSync(filePath: string, label: string, options: FsSafeSecretFileReadOptions | undefined, diagnostic: { configPath: string; }): ConfiguredCredentialResult<string>;\nexport function tryReadSecretFileSync(filePath: string | undefined, label: string, options: FsSafeSecretFileReadOptions | undefined, diagnostic: { configPath: string; }): CredentialResult<string>;","entrypoint":"channel-core","exportName":"tryReadSecretFileSync","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"6d0cf027948f001fedb7a9b507333351eb4a5ea40e321bc59175b330941d058b","declaration":"export const createChannelPluginBase: <TResolvedAccount>(params: { id: ChannelPlugin<TResolvedAccount>[\"id\"]; meta?: Partial<NonNullable<ChannelPlugin<TResolvedAccount>[\"meta\"]>>; setupWizard?: NonNullable<ChannelPlugin<TResolvedAccount>[\"setupWizard\"]>; capabilities?: ChannelPlugin<TResolvedAccount>[\"capabilities\"]; commands?: ChannelPlugin<TResolvedAccount>[\"commands\"]; doctor?: ChannelPlugin<TResolvedAccount>[\"doctor\"]; agentPrompt?: ChannelPlugin<TResolvedAccount>[\"agentPrompt\"]; streaming?: ChannelPlugin<TResolvedAccount>[\"streaming\"]; reload?: ChannelPlugin<TResolvedAccount>[\"reload\"]; gatewayMethods?: ChannelPlugin<TResolvedAccount>[\"gatewayMethods\"]; gatewayMethodDescriptors?: ChannelPlugin<TResolvedAccount>[\"gatewayMethodDescriptors\"]; configSchema?: ChannelPlugin<TResolvedAccount>[\"configSchema\"]; config?: ChannelConfigAdapter<TResolvedAccount> | undefined; security?: ChannelSecurityAdapter<TResolvedAccount> | undefined; setup?: NonNullable<ChannelPlugin<TResolvedAccount>[\"setup\"]>; setupContract?: NonNullable<ChannelPlugin<TResolvedAccount>[\"setupContract\"]>; groups?: ChannelPlugin<TResolvedAccount>[\"groups\"];}) => Pick<ChannelPlugin<TResolvedAccount>, \"id\" | \"meta\"> & Partial<Pick<ChannelPlugin<TResolvedAccount>, \"security\" | \"commands\" | \"groups\" | \"capabilities\" | \"streaming\" | \"config\" | \"reload\" | \"configSchema\" | \"setup\" | \"doctor\" | \"gatewayMethodDescriptors\" | \"setupContract\" | \"setupWizard\" | \"gatewayMethods\" | \"agentPrompt\">>;","entrypoint":"channel-core","exportName":"createChannelPluginBase","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"const","recordType":"export"}
|
|
{"closureHash":"db6db8b2272765050d9dab70b7793f052520d8745923290375a50661f3e33cc8","declaration":"export type ChannelConfigUiHint = ChannelConfigUiHint;","entrypoint":"channel-core","exportName":"ChannelConfigUiHint","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"type","recordType":"export"}
|
|
{"closureHash":"8126b651a679d5435eaa5d346916792c3600e5f0f75d8492b077dd361854f7dd","declaration":"export type ChannelOutboundSessionRouteParams = { cfg: OpenClawConfig; agentId: string; accountId?: string | null; target: string; currentSessionKey?: string; resolvedTarget?: { to: string; kind: ChannelDirectoryEntryKind | \"channel\"; display?: string; source: \"normalized\" | \"directory\"; }; replyToId?: string | null; threadId?: string | number | null;};","entrypoint":"channel-core","exportName":"ChannelOutboundSessionRouteParams","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"type","recordType":"export"}
|
|
{"closureHash":"37b373e93fe7f86fdbce119947c9e49b17e71ce50fe47e118c4d078c5cea20ec","declaration":"export type ChannelPlugin<ResolvedAccount = any, Probe = unknown, Audit = unknown> = ChannelPlugin<ResolvedAccount, Probe, Audit>;","entrypoint":"channel-core","exportName":"ChannelPlugin","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"channel-core","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff621688b7b58ebfa7157b153d83921a47158e43ac312ff61df85d437216ae10","declaration":"export type OpenClawPluginApi = OpenClawPluginApi;","entrypoint":"channel-core","exportName":"OpenClawPluginApi","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"type","recordType":"export"}
|
|
{"closureHash":"86553d1dbbbe0b04d6a233ab33dee847c2cf5f9809032d41c5bff6bec06b78da","declaration":"export type PluginCommandContext = PluginCommandContext;","entrypoint":"channel-core","exportName":"PluginCommandContext","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"type","recordType":"export"}
|
|
{"closureHash":"4180509522e17f8afdf5014bc51f5601952dfa403503e66f8f53e92b0c6ddd45","declaration":"export type PluginRuntime = PluginRuntime;","entrypoint":"channel-core","exportName":"PluginRuntime","importSpecifier":"openclaw/plugin-sdk/channel-core","kind":"type","recordType":"export"}
|
|
{"category":"channel","entrypoint":"channel-dm-policy","importSpecifier":"openclaw/plugin-sdk/channel-dm-policy","recordType":"module"}
|
|
{"closureHash":"821fe6ccd0d9323322bf70c4d1ca5697071a0e32032f44c1e14157162c2c729d","declaration":"export function createChannelDmPolicy<TConfig extends DmPolicyAccountConfig>(params: CreateChannelDmPolicyParams<TConfig>): ChannelSetupDmPolicy & { promptAllowFrom: NonNullable<ChannelSetupDmPolicy[\"promptAllowFrom\"]>; };","entrypoint":"channel-dm-policy","exportName":"createChannelDmPolicy","importSpecifier":"openclaw/plugin-sdk/channel-dm-policy","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-entry-contract","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","recordType":"module"}
|
|
{"closureHash":"449cfd12281e321f062ab0decf424e0dcdc9c4542aaed374c1d513c2e520a0fb","declaration":"export function defineBundledChannelEntry<TPlugin = ChannelPlugin>({ id, name, description, importMetaUrl, plugin, outbound, secrets, configSchema, runtime, accountInspect, features, registerCliMetadata, registerFull, registerCapabilities, }: DefineBundledChannelEntryOptions<TPlugin>): BundledChannelEntryContract<TPlugin>;","entrypoint":"channel-entry-contract","exportName":"defineBundledChannelEntry","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"function","recordType":"export"}
|
|
{"closureHash":"73376c2d9f2518d075102db21266e4ed390cff19ee17167d8d6dcaa90391aca4","declaration":"export function defineBundledChannelSetupEntry<TPlugin = ChannelPlugin>({ importMetaUrl, plugin, secrets, runtime, legacyStateMigrations, legacySessionSurface, registerSetupRuntime, features, }: DefineBundledChannelSetupEntryOptions): BundledChannelSetupEntryContract<TPlugin>;","entrypoint":"channel-entry-contract","exportName":"defineBundledChannelSetupEntry","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd150287d7e286e7a0d7d6caeb05d0a1efa63b5f351f75f69ba932510a108afd","declaration":"export function loadBundledEntryExportSync<T>(importMetaUrl: string, reference: BundledEntryModuleRef, options?: BundledEntryModuleLoadOptions): T;","entrypoint":"channel-entry-contract","exportName":"loadBundledEntryExportSync","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"function","recordType":"export"}
|
|
{"closureHash":"7781a3d570d08929af5b3b6cffbb9ef4b9c8e8f1bed55234e0015a681868c812","declaration":"export type AnyAgentTool = AnyAgentTool;","entrypoint":"channel-entry-contract","exportName":"AnyAgentTool","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"685f95aaa394a91f73185ac30346f2046707aa09c77e4cfc27a100bc3ec23f15","declaration":"export type BundledChannelEntryContract<TPlugin = ChannelPlugin> = BundledChannelEntryContract<TPlugin>;","entrypoint":"channel-entry-contract","exportName":"BundledChannelEntryContract","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"f4b82dfd995bd6f08b232984743389d1c854866cb845a8dbb3605acb28818688","declaration":"export type BundledChannelEntryFeatures = BundledChannelEntryFeatures;","entrypoint":"channel-entry-contract","exportName":"BundledChannelEntryFeatures","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"960693591b9bdc974bf3f0097076d90490078db3dceb35349a4f851736cde4fc","declaration":"export type BundledChannelLegacySessionSurface = BundledChannelLegacySessionSurface;","entrypoint":"channel-entry-contract","exportName":"BundledChannelLegacySessionSurface","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"edf79e6a736e5c4977e3b86ef21e7fdf0c0b2bc7deacd8edbee2ca76cb8cef43","declaration":"export type BundledChannelLegacyStateMigrationDetector = BundledChannelLegacyStateMigrationDetector;","entrypoint":"channel-entry-contract","exportName":"BundledChannelLegacyStateMigrationDetector","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"f95a404850bcbf1c6ec8227f92ecdf94e65f96de06f63f2f993a5d838b831f62","declaration":"export type BundledChannelSetupEntryContract<TPlugin = ChannelPlugin> = BundledChannelSetupEntryContract<TPlugin>;","entrypoint":"channel-entry-contract","exportName":"BundledChannelSetupEntryContract","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"24679ecdf2ff34157b6345a37b58ec1363ec8cb1969b522599d0d92bb7a113b7","declaration":"export type BundledChannelSetupEntryFeatures = BundledChannelSetupEntryFeatures;","entrypoint":"channel-entry-contract","exportName":"BundledChannelSetupEntryFeatures","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"367219c821915e5be4d1ba3a86754475a5f8a4194512f0401de3be11cc649c60","declaration":"export type BundledEntryModuleLoadOptions = BundledEntryModuleLoadOptions;","entrypoint":"channel-entry-contract","exportName":"BundledEntryModuleLoadOptions","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"fcee79acac847664aaaa8af8392ae3797cd55ac1e38dfbb622fafa5b7d3cb0bf","declaration":"export type OpenClawPluginApi = OpenClawPluginApi;","entrypoint":"channel-entry-contract","exportName":"OpenClawPluginApi","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"e54f9b270df967e0f857de804dbe989f2c55b637c449c9948c4baae8eee18c7b","declaration":"export type OpenClawPluginCommandDefinition = OpenClawPluginCommandDefinition;","entrypoint":"channel-entry-contract","exportName":"OpenClawPluginCommandDefinition","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"closureHash":"568b5ab033b4970cedd3916d948d31bcdd3c19ea8928c7cd7dc7abf7623b8af8","declaration":"export type PluginCommandContext = PluginCommandContext;","entrypoint":"channel-entry-contract","exportName":"PluginCommandContext","importSpecifier":"openclaw/plugin-sdk/channel-entry-contract","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-feedback","importSpecifier":"openclaw/plugin-sdk/channel-feedback","recordType":"module"}
|
|
{"closureHash":"83654579574c8101c8158b4d1a49bd0f72918c26e588d86ac0079aab94bf04de","declaration":"export function createAckReactionHandle(params: { ackReactionValue: string; send: () => Promise<void>; remove: () => Promise<void>; onSendError?: (err: unknown) => void; }): AckReactionHandle | null;","entrypoint":"channel-feedback","exportName":"createAckReactionHandle","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"function","recordType":"export"}
|
|
{"closureHash":"16650e7e9aa18195bea992878a273fa2ef564d088dcb872d895387f033fa76f0","declaration":"export function createStatusReactionController(params: { enabled: boolean; adapter: StatusReactionAdapter; initialEmoji: string; emojis?: StatusReactionEmojis; timing?: StatusReactionTiming; onError?: (err: unknown) => void; }): StatusReactionController;","entrypoint":"channel-feedback","exportName":"createStatusReactionController","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"function","recordType":"export"}
|
|
{"closureHash":"530efc0cfdee77a8022739755324d10cbbd6cf7144ea4f1f1d4dc68212cdbd43","declaration":"export function logAckFailure(params: { log: LogFn; channel: string; target?: string; error: unknown; }): void;","entrypoint":"channel-feedback","exportName":"logAckFailure","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"function","recordType":"export"}
|
|
{"closureHash":"447bed40e4b999ca05c2a5e517c9f3081c127ed9e5f16db058135fecacbdff7d","declaration":"export function logTypingFailure(params: { log: LogFn; channel: string; target?: string; action?: \"start\" | \"stop\"; error: unknown; }): void;","entrypoint":"channel-feedback","exportName":"logTypingFailure","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"function","recordType":"export"}
|
|
{"closureHash":"cacd961e79bad7d36875c787006a2090efb8343cd3371ae58e2b88c9a3736f96","declaration":"export function missingTargetError(provider: string, hint?: string): Error;","entrypoint":"channel-feedback","exportName":"missingTargetError","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"function","recordType":"export"}
|
|
{"closureHash":"e476af855d5fcdc836df02e1199d15f997f964e10aafa674db1a794f3fab6167","declaration":"export function removeAckReactionAfterReply(params: { removeAfterReply: boolean; ackReactionPromise: Promise<boolean> | null; ackReactionValue: string | null; remove: () => Promise<void>; onError?: (err: unknown) => void; }): void;","entrypoint":"channel-feedback","exportName":"removeAckReactionAfterReply","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"function","recordType":"export"}
|
|
{"closureHash":"6636c70bd40a24f4cf8f914737a1da3a826d95e7cf326cfa605448c261d6994a","declaration":"export function removeAckReactionHandleAfterReply(params: { removeAfterReply: boolean; ackReaction: AckReactionHandle | null | undefined; onError?: (err: unknown) => void; }): void;","entrypoint":"channel-feedback","exportName":"removeAckReactionHandleAfterReply","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"function","recordType":"export"}
|
|
{"closureHash":"e766fc46bf0893f80b12770ed52c6f8bb40ae69d5d60c26998f65bdeed911a11","declaration":"export function resolveAckReaction(cfg: OpenClawConfig, agentId: string, opts?: { channel?: string; accountId?: string; }): string;","entrypoint":"channel-feedback","exportName":"resolveAckReaction","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"function","recordType":"export"}
|
|
{"closureHash":"88887e458539b1743ef7c18c26bbc82f8348fef1eaf088812b78636afcbc5894","declaration":"export function resolveToolEmoji(toolName: string | undefined, emojis: Required<StatusReactionEmojis>, emojiOverrides?: StatusReactionEmojis): string;","entrypoint":"channel-feedback","exportName":"resolveToolEmoji","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"function","recordType":"export"}
|
|
{"closureHash":"6c8f5607faadc51f9ea72a2723d32099920df6bc68c0af2aed90465384038734","declaration":"export function shouldAckReaction(params: AckReactionGateParams): boolean;","entrypoint":"channel-feedback","exportName":"shouldAckReaction","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"function","recordType":"export"}
|
|
{"closureHash":"411b261fb4587663f52179d8190db54fcd8d63433a5cc0a2a39248d9e3d55cda","declaration":"export const BUILD_TOOL_TOKENS: string[];","entrypoint":"channel-feedback","exportName":"BUILD_TOOL_TOKENS","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"const","recordType":"export"}
|
|
{"closureHash":"6875a615907967707d4e76e2d5a72b48750aed23cc3636a4c38263840fd06c3b","declaration":"export const CODING_TOOL_TOKENS: string[];","entrypoint":"channel-feedback","exportName":"CODING_TOOL_TOKENS","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"const","recordType":"export"}
|
|
{"closureHash":"8a31405551d18628d45575f0640c9133fd650d3d015a4a8647bb7c3e43dcd659","declaration":"export const CONCIERGE_TOOL_TOKENS: string[];","entrypoint":"channel-feedback","exportName":"CONCIERGE_TOOL_TOKENS","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"const","recordType":"export"}
|
|
{"closureHash":"a388d263c0217c39d011130bf1c0ed558380c2d37dbfae1b1b92c9135b483c29","declaration":"export const DEFAULT_EMOJIS: Required<StatusReactionEmojis>;","entrypoint":"channel-feedback","exportName":"DEFAULT_EMOJIS","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"const","recordType":"export"}
|
|
{"closureHash":"d49fc5cb7da21b71df8b98d75af30f2cda1d490c5c4ded7963911ac0f99beda8","declaration":"export const DEFAULT_TIMING: Required<StatusReactionTiming>;","entrypoint":"channel-feedback","exportName":"DEFAULT_TIMING","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"const","recordType":"export"}
|
|
{"closureHash":"61d7a47cbfc55cf7cd269d4437aee283038aad10fe8179843d791ad767eb4233","declaration":"export const DEPLOY_TOOL_TOKENS: string[];","entrypoint":"channel-feedback","exportName":"DEPLOY_TOOL_TOKENS","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"const","recordType":"export"}
|
|
{"closureHash":"2acb2359425f4959c4e298a0ecfa946c55cdaf59365cd30ad53707a6ccfad44a","declaration":"export const WEB_TOOL_TOKENS: string[];","entrypoint":"channel-feedback","exportName":"WEB_TOOL_TOKENS","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"const","recordType":"export"}
|
|
{"closureHash":"e407b6761aac2059ea1390b4c54a83a747e5088cffe550c71487e8a40eea5f2e","declaration":"export type AckReactionGateParams = AckReactionGateParams;","entrypoint":"channel-feedback","exportName":"AckReactionGateParams","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"type","recordType":"export"}
|
|
{"closureHash":"d3c2727bcbff718e3e285f9c62e65d0cf991a0709f82f3f76ba2dcc5a2bb8814","declaration":"export type AckReactionHandle = AckReactionHandle;","entrypoint":"channel-feedback","exportName":"AckReactionHandle","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"type","recordType":"export"}
|
|
{"closureHash":"49d3be97482e0ded5ce97e9e957279a22a037bacb0439a82d42201621acbd740","declaration":"export type AckReactionScope = AckReactionScope;","entrypoint":"channel-feedback","exportName":"AckReactionScope","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"type","recordType":"export"}
|
|
{"closureHash":"8b3e6ac673ead45e03d536a4e365b8acfe2184ebde7907244e98af33b36cc99b","declaration":"export type LogFn = LogFn;","entrypoint":"channel-feedback","exportName":"LogFn","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"type","recordType":"export"}
|
|
{"closureHash":"8a4577b8fc8b0f0dfde1ee8bad9f2a132df175e76ecffd8204ed5d67b522c0d9","declaration":"export type StatusReactionAdapter = StatusReactionAdapter;","entrypoint":"channel-feedback","exportName":"StatusReactionAdapter","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"type","recordType":"export"}
|
|
{"closureHash":"9c68f350fa248b252a8aeaacbd75dd448e3d85261384d2264b13bf8121352a83","declaration":"export type StatusReactionController = StatusReactionController;","entrypoint":"channel-feedback","exportName":"StatusReactionController","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"type","recordType":"export"}
|
|
{"closureHash":"4f135bb1dd373312335c02196378368edc69f7512f48bf6d4f6a498c14340484","declaration":"export type StatusReactionEmojis = StatusReactionEmojis;","entrypoint":"channel-feedback","exportName":"StatusReactionEmojis","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"type","recordType":"export"}
|
|
{"closureHash":"b673ec55cb115a9cb6b6cba97c839410e36e4d4ddfcca5998ff01876521c9e72","declaration":"export type StatusReactionTiming = StatusReactionTiming;","entrypoint":"channel-feedback","exportName":"StatusReactionTiming","importSpecifier":"openclaw/plugin-sdk/channel-feedback","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-inbound","importSpecifier":"openclaw/plugin-sdk/channel-inbound","recordType":"module"}
|
|
{"closureHash":"5012e0bfbfba5f68bff8032ccc56082af2a293e314c340bf250c6a2431ca9c7f","declaration":"export function buildChannelInboundEventContext(params: BuildChannelInboundEventContextAsyncParams): Promise<BuiltChannelInboundEventContext>;\nexport function buildChannelInboundEventContext(params: BuildChannelInboundEventContextParams): BuiltChannelInboundEventContext;","entrypoint":"channel-inbound","exportName":"buildChannelInboundEventContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"8daae3e9dc0e1f6e45f95615d485e25486f261bae83544e6cda331000426a252","declaration":"export function buildChannelInboundMediaPayload(media: readonly InboundMediaFacts[] | null | undefined): ChannelInboundMediaPayload;","entrypoint":"channel-inbound","exportName":"buildChannelInboundMediaPayload","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"a52bb66fff7d6657b879035a98d4cdbe9d40b2675972e1b2f00d79a8e8e1368c","declaration":"export function buildChannelTurnContext(params: BuildChannelTurnContextParams): BuiltChannelTurnContext;","entrypoint":"channel-inbound","exportName":"buildChannelTurnContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"8daae3e9dc0e1f6e45f95615d485e25486f261bae83544e6cda331000426a252","declaration":"export function buildChannelTurnMediaPayload(media: readonly InboundMediaFacts[] | null | undefined): ChannelInboundMediaPayload;","entrypoint":"channel-inbound","exportName":"buildChannelTurnMediaPayload","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"72ebf6b52c0fade0e853243f6d6b499827686a0209a76f1f78b4942226a348eb","declaration":"export function buildMentionRegexes(cfg: OpenClawConfig | undefined, agentId?: string, options?: BuildMentionRegexesOptions): RegExp[];","entrypoint":"channel-inbound","exportName":"buildMentionRegexes","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"dcdbfc4a83fac3936097c3976f2400ac22afd9e953c8a6ba3bd91da42822b32c","declaration":"export function classifyChannelInboundEvent(params: ClassifyChannelInboundEventParams): InboundEventKind;","entrypoint":"channel-inbound","exportName":"classifyChannelInboundEvent","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"316749d434eb51bed4c4fb19bf9d5fd8b3981ad1c108f3ed6d6f44db6051cb09","declaration":"export function createChannelInboundDebouncer<T>(params: Omit<InboundDebounceCreateParams<T>, \"debounceMs\"> & { cfg: OpenClawConfig; channel: string; debounceMsOverride?: number; }): { debounceMs: number; debouncer: ReturnType<typeof createInboundDebouncer<T>>; };","entrypoint":"channel-inbound","exportName":"createChannelInboundDebouncer","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"62f6a0fa6cac6b2f43fb9a1567cdde152eb10bb7859053e2c106c1d66d2ff0bd","declaration":"export function createChannelInboundEnvelopeBuilder(params: { cfg: OpenClawConfig; route: Pick<ResolvedAgentRoute, \"agentId\" | \"sessionKey\">; }): (input: ChannelInboundEnvelopeInput) => string;","entrypoint":"channel-inbound","exportName":"createChannelInboundEnvelopeBuilder","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"de5a2d6fdfaea3ed9d2823815fc8f8cec25638e34bacf7b3ae60dbf9685e403e","declaration":"export function createChannelPartialDeliveryError(cause: unknown, deliveryResult: ChannelDeliveryOutcome & { visibleReplySent: true; }): ChannelPartialDeliveryError & { sentBeforeError: true; visibleReplySent: true; };","entrypoint":"channel-inbound","exportName":"createChannelPartialDeliveryError","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"7eb5985cc0ac69eb1095e9aa574bd855f8b557acea04239eb9ed3f3712c53e16","declaration":"export function createCommandTurnContext(source: CommandTurnSource, input: { authorized: boolean; commandName?: string; body?: string; }): CommandTurnContext;","entrypoint":"channel-inbound","exportName":"createCommandTurnContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"dd949b517f4b679f06ad1b7bf97b3ab71c3ef22ffdaaee6616c786dcc925785c","declaration":"export function createDirectDmPreCryptoGuardPolicy(overrides?: DirectDmPreCryptoGuardPolicyOverrides): DirectDmPreCryptoGuardPolicy;","entrypoint":"channel-inbound","exportName":"createDirectDmPreCryptoGuardPolicy","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2a3f9dd1ffc16941bb39360012138d3a3cbcf5e8beb08106182831b1c269054","declaration":"export function createInboundDebouncer<T>(params: InboundDebounceCreateParams<T>): { enqueue: (item: T) => Promise<void>; flushKey: (key: string) => Promise<void>; cancelKey: (key: string) => boolean; drain: () => Promise<void>; };","entrypoint":"channel-inbound","exportName":"createInboundDebouncer","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"0589d27aa139324b1ed177b814368d633ef11a77d07697d63ff9b7a6c11f4500","declaration":"export function createPreCryptoDirectDmAuthorizer(params: { resolveAccess: (senderId: string) => Promise<Pick<ResolvedInboundDirectDmAccess, \"access\"> | ResolvedInboundDirectDmAccess>; issuePairingChallenge?: (params: { senderId: string; reply: (text: string) => Promise<void>; }) => Promise<void>; onBlocked?: (params: { senderId: string; reason: string; reasonCode: DmGroupAccessReasonCode; }) => void; }): (input: { senderId: string; reply: (text: string) => Promise<void>; }) => Promise<\"allow\" | \"block\" | \"pairing\">;","entrypoint":"channel-inbound","exportName":"createPreCryptoDirectDmAuthorizer","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"e088ddef111b171ef5d034d9de6062cc551d6775412ddc8cfa7b72ca8f31c62d","declaration":"export function dispatchChannelInboundReply(params: AssembledInboundReply): Promise<ChannelTurnResult>;","entrypoint":"channel-inbound","exportName":"dispatchChannelInboundReply","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"62087d926004c2b89264e732b1d2b74e92a071ba85dcff4afd6f3a6703d4396a","declaration":"export function dispatchChannelInboundTurn(params: ChannelInboundTurnPlan<\"provider_message_sending\">): Promise<ChannelTurnResult>;\nexport function dispatchChannelInboundTurn(params: ChannelInboundTurnPlan): Promise<ChannelTurnResult>;","entrypoint":"channel-inbound","exportName":"dispatchChannelInboundTurn","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"2f997d08980c2c3f531382428c58204ca04e423a64ca201798f7667da15e774e","declaration":"export function dispatchInboundDirectDm(params: DispatchInboundDirectDmParams): Promise<{ route: DirectDmRoute; ctxPayload: FinalizedMsgContext; }>;","entrypoint":"channel-inbound","exportName":"dispatchInboundDirectDm","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"ec2982579c800a9f5ee5917f5850c79651ea812e659f57ee143acf59ed9d157f","declaration":"export function dispatchInboundDirectDmWithRuntime(params: DispatchInboundDirectDmParams & { runtime: PluginRuntime; }): Promise<{ route: DirectDmRoute; storePath: string; ctxPayload: FinalizedMsgContext; }>;","entrypoint":"channel-inbound","exportName":"dispatchInboundDirectDmWithRuntime","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"33cb9d760233f3d322599f7745a42e0b9fe2c653ffb9310d8b579f2d70f7638c","declaration":"export function filterChannelInboundQuoteContext(contextVisibility: ContextVisibilityMode | undefined, quote: SupplementalContextFacts[\"quote\"] | undefined): SupplementalContextFacts[\"quote\"] | undefined;","entrypoint":"channel-inbound","exportName":"filterChannelInboundQuoteContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"793b9b84aacb8f5b12daf857de82efc579fa018ba6b2357b0acd044be3dcec5f","declaration":"export function filterChannelInboundSupplementalContext(params: { supplemental?: SupplementalContextFacts; contextVisibility?: ContextVisibilityMode; }): SupplementalContextFacts | undefined;","entrypoint":"channel-inbound","exportName":"filterChannelInboundSupplementalContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"ff1797f8e6adf2331d98af9947dcefef02d743c2c7619fc8b5a2462980cb7126","declaration":"export function finalizeChannelInboundContext<T extends Record<string, unknown>>(params: FinalizeChannelInboundContextAsyncParams<T>): Promise<FinalizeChannelInboundContextResult<T>>;\nexport function finalizeChannelInboundContext<T extends Record<string, unknown>>(params: FinalizeChannelInboundContextParams<T>): FinalizeChannelInboundContextResult<T>;","entrypoint":"channel-inbound","exportName":"finalizeChannelInboundContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2bf1469ea6f7bdaf6f59db630469a4454cdd26aa339526f3f8ba45b1b3a23cc","declaration":"export function formatAgentEnvelope(params: AgentEnvelopeParams): string;","entrypoint":"channel-inbound","exportName":"formatAgentEnvelope","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"a4327ef0fcb29fab12a7e314ee9f4bfd9dc38985b492f5f8b797aaeffa3db65f","declaration":"export function formatInboundEnvelope(params: { channel: string; from: string; body: string; timestamp?: number | Date; chatType?: string; senderLabel?: string; sender?: SenderLabelParams; previousTimestamp?: number | Date; envelope?: EnvelopeFormatOptions; fromMe?: boolean; }): string;","entrypoint":"channel-inbound","exportName":"formatInboundEnvelope","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"e1fd939f756edba6d8cc79cb2604784675be6748b55f47d58983ffdd51baa8c7","declaration":"export function formatInboundFromLabel(params: { isGroup: boolean; groupLabel?: string; groupId?: string; directLabel: string; directId?: string; groupFallback?: string; }): string;","entrypoint":"channel-inbound","exportName":"formatInboundFromLabel","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"9705f5d34fbdaf729ab6dfce5635411a9e4c7ac92076cd2a85035efb925abd44","declaration":"export function formatInboundMediaUnavailableText(params: { body?: string | null; notice: string; }): string;","entrypoint":"channel-inbound","exportName":"formatInboundMediaUnavailableText","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"3c9a2e09be8e0b23b82a37dcc730bbf2b210118b7039fc8ef88c8cc8ba8be420","declaration":"export function formatLocationText(location: NormalizedLocation): string;","entrypoint":"channel-inbound","exportName":"formatLocationText","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"737922af8396617fedf55bcdeceaa5e5fae76c2fa5e8b99f1f33c17528cb2553","declaration":"export function formatMediaPlaceholderText(media: readonly MediaPlaceholderTextFact[]): string;","entrypoint":"channel-inbound","exportName":"formatMediaPlaceholderText","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"8a142089acc4d9428ed552977f90f17b2283c109cd1c66b91b51b3653d455eea","declaration":"export function hasFinalInboundReplyDispatch(result: ChannelTurnDispatchResultLike, signals?: Pick<ChannelTurnVisibleDeliverySignals, \"fallbackDelivered\" | \"deliverySummaryDelivered\">): boolean;","entrypoint":"channel-inbound","exportName":"hasFinalInboundReplyDispatch","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"bb4c861ed6a9b1d70200aea7f6356a65a71491b098f8f3e8866241e5481f9aec","declaration":"export function hasVisibleInboundReplyDispatch(result: ChannelTurnDispatchResultLike, signals?: ChannelTurnVisibleDeliverySignals): boolean;","entrypoint":"channel-inbound","exportName":"hasVisibleInboundReplyDispatch","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"97d9bbcaf4a0a785def8783ce7c111488620f157c4bf9220917aad398669df69","declaration":"export function implicitMentionKindWhen(kind: InboundImplicitMentionKind, enabled: boolean): InboundImplicitMentionKind[];","entrypoint":"channel-inbound","exportName":"implicitMentionKindWhen","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"83c5a85a5320d49175ea142d8bae2e63b767659e66ee061579773bb4db01ba6e","declaration":"export function isAuthorizedTextSlashCommandTurn(commandTurn: CommandTurnContext | undefined): boolean;","entrypoint":"channel-inbound","exportName":"isAuthorizedTextSlashCommandTurn","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"e0c1e5bab06c675929c14e39b040cc5d91123c8c21b84d99d0638435e5a33baa","declaration":"export function isChannelPartialDeliveryError(error: unknown): error is ChannelPartialDeliveryEnvelope;","entrypoint":"channel-inbound","exportName":"isChannelPartialDeliveryError","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"760ddbee3390245e5fa8720e0e382803e6d5f2a5628158b23a2c943582cb1ec8","declaration":"export function isExplicitCommandTurn(commandTurn: CommandTurnContext | undefined): boolean;","entrypoint":"channel-inbound","exportName":"isExplicitCommandTurn","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"bbb23f97d953fc4986f59166e3117f18625e5d7f5877108f35c9323d6ca153cf","declaration":"export function isNativeCommandTurn(commandTurn: CommandTurnContext | undefined): boolean;","entrypoint":"channel-inbound","exportName":"isNativeCommandTurn","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"078b19b2664cf7e476549445a0d2a589616770f907d36913ea695cccf2f020e2","declaration":"export function isTextSlashCommandTurn(commandTurn: CommandTurnContext | undefined): boolean;","entrypoint":"channel-inbound","exportName":"isTextSlashCommandTurn","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"f4108f351f7bad372a00ca29d40f4230dd99596316e0d0cc34454b2838f2ef37","declaration":"export function logInboundDrop(params: { log: LogFn; channel: string; reason: string; target?: string; }): void;","entrypoint":"channel-inbound","exportName":"logInboundDrop","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"541a3ed3c11cf77d80c3a5506477484bd2f342f22713063c99a61ddbc2e98fec","declaration":"export function matchesMentionPatterns(text: string, mentionRegexes: RegExp[]): boolean;","entrypoint":"channel-inbound","exportName":"matchesMentionPatterns","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"aa184bd06fb26eb17c976a612456b2aa60f56c5bb95fb1cfc6ad2c0a59eda581","declaration":"export function matchesMentionWithExplicit(params: { text: string; mentionRegexes: RegExp[]; explicit?: ExplicitMentionSignal; transcript?: string; }): boolean;","entrypoint":"channel-inbound","exportName":"matchesMentionWithExplicit","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"6c73df43d8216b04d449548c6fea0b8f0dc0bf3ff36a48a4e95e2f16e2eb1694","declaration":"export function mergeInboundPathRoots(...rootsLists: Array<readonly string[] | undefined>): string[];","entrypoint":"channel-inbound","exportName":"mergeInboundPathRoots","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"6b537112d5d84ed07c0b9fd24787eabc2f893f7bfdce1ed5915f88574a7e101c","declaration":"export function normalizeMentionText(text: string): string;","entrypoint":"channel-inbound","exportName":"normalizeMentionText","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"92900098c3cc5b73fba7622a3aa5a1a8c48462ff7ec0cfae8ee0a3aa6f8277f0","declaration":"export function normalizeOutboundLocation(value: unknown, label?: string): OutboundLocation | undefined;","entrypoint":"channel-inbound","exportName":"normalizeOutboundLocation","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"65f5f2725c1124096e437bcf5894983eee1023f7033be886f1a506044b77c58e","declaration":"export function recordChannelBotPairLoopAndCheckSuppression(params: ChannelBotLoopProtectionFacts): PairLoopGuardResult;","entrypoint":"channel-inbound","exportName":"recordChannelBotPairLoopAndCheckSuppression","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"4917b14c7a1ed0988df25a89da6e23f4700407f9d231fc544f4cb50ddda43e5a","declaration":"export function recordChannelFeedbackEvent(params: { cfg: OpenClawConfig; agentId: string; sessionKey: string; event: Parameters<typeof appendTranscriptEvent>[1]; }): Promise<boolean>;","entrypoint":"channel-inbound","exportName":"recordChannelFeedbackEvent","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"33b4280a69de6a4a87acf915c6d694b9ee41fc4f0262a1bb9836c46d53fe337c","declaration":"export function recordDroppedChannelInboundHistory(params: { input: NormalizedTurnInput; preflight: PreflightFacts; admission?: ChannelTurnAdmission; }): Promise<void>;","entrypoint":"channel-inbound","exportName":"recordDroppedChannelInboundHistory","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"33b4280a69de6a4a87acf915c6d694b9ee41fc4f0262a1bb9836c46d53fe337c","declaration":"export function recordDroppedChannelTurnHistory(params: { input: NormalizedTurnInput; preflight: PreflightFacts; admission?: ChannelTurnAdmission; }): Promise<void>;","entrypoint":"channel-inbound","exportName":"recordDroppedChannelTurnHistory","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"54b920fd80ac659a03000356b64e34d4a44ec22ae39a77accdd2ac97dc5a094e","declaration":"export function resolveChannelInboundRouteEnvelope(params: ResolveAgentRouteInput): { route: ResolvedAgentRoute; buildEnvelope: (input: ChannelInboundEnvelopeInput) => string; };","entrypoint":"channel-inbound","exportName":"resolveChannelInboundRouteEnvelope","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"96be627bbb7921d24b7a4896474052d567a7d1c9b88bb3583c9b0405e8bd048b","declaration":"export function resolveEnvelopeFormatOptions(cfg?: OpenClawConfig): EnvelopeFormatOptions;","entrypoint":"channel-inbound","exportName":"resolveEnvelopeFormatOptions","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"de5421121cb891a9e8a177e3ac3bc58db3c33e65b48c3c04fb3895f0eef33d38","declaration":"export function resolveInboundDebounceMs(params: { cfg: OpenClawConfig; channel: string; overrideMs?: number; }): number;","entrypoint":"channel-inbound","exportName":"resolveInboundDebounceMs","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"d3d3c6ec842ac5bf7b074adbf9f9e27da8d9669bbbbf8a747b33e1eb066c5ad0","declaration":"export function resolveInboundDirectDmAccessWithRuntime(params: { cfg: OpenClawConfig; channel: ChannelId; accountId: string; dmPolicy?: string | null; allowFrom?: Array<string | number> | null; senderId: string; rawBody: string; isSenderAllowed: (senderId: string, allowFrom: string[]) => boolean; resolveAccessGroupMembership?: AccessGroupMembershipResolver; runtime: DirectDmCommandAuthorizationRuntime; modeWhenAccessGroupsOff?: \"allow\" | \"deny\" | \"configured\"; readStoreAllowFrom?: (provider: ChannelId, accountId: string) => Promise<string[]>; }): Promise<ResolvedInboundDirectDmAccess>;","entrypoint":"channel-inbound","exportName":"resolveInboundDirectDmAccessWithRuntime","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"0d9bb46395117ad50ece47e2a68a990518e5d67aa29a4c27a5d327830372a73b","declaration":"export function resolveInboundMentionDecision(params: ResolveInboundMentionDecisionParams): InboundMentionDecision;","entrypoint":"channel-inbound","exportName":"resolveInboundMentionDecision","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"98e0cc16352b7dfcceb4957f8cd2acfe3c2b3acb223c42a5cfb885e088fcb04c","declaration":"export function resolveInboundReplyDispatchCounts(result: ChannelTurnDispatchResultLike): Record<ReplyDispatchKind, number>;","entrypoint":"channel-inbound","exportName":"resolveInboundReplyDispatchCounts","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"65e84c0ef66e5228a43ca2ed410228d39da41b41fac8c168dc6a76500ace7239","declaration":"export function resolveInboundSessionEnvelopeContext(params: { cfg: OpenClawConfig; agentId: string; sessionKey: string; }): { storePath: string; envelopeOptions: EnvelopeFormatOptions; previousTimestamp: number | undefined; };","entrypoint":"channel-inbound","exportName":"resolveInboundSessionEnvelopeContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"28d376a9f3a6ac7b01e2ff003d9bf7e6a9142a255a0cfc30ea4a3c1e1be3309f","declaration":"export function resolveInboundSupplementalSenderAllowed<TAllowFrom>(params: { isGroup: boolean; groupPolicy: string; allowFrom: readonly TAllowFrom[]; isSenderAllowed: (allowFrom: readonly TAllowFrom[]) => boolean; }): boolean;","entrypoint":"channel-inbound","exportName":"resolveInboundSupplementalSenderAllowed","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"5af56d49219f28e2d3a8104b771d2e758f14b4cd784e8ffc892b5a94634a3e73","declaration":"export function resolveMentionPatternPolicy(params: ResolveMentionPatternPolicyParams): ResolvedMentionPatternPolicy;","entrypoint":"channel-inbound","exportName":"resolveMentionPatternPolicy","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"1fb79e56b0b0e11f768f2075c9cdc060c3af281c79bbcd5334e5d887b99e5946","declaration":"export function resolveUnmentionedGroupInboundPolicy(params: { cfg: OpenClawConfig; agentId?: string; }): InboundEventKind;","entrypoint":"channel-inbound","exportName":"resolveUnmentionedGroupInboundPolicy","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"b06b5999074830bb40a3d6348a582fc5e1795997442acef561fca6a541d2b015","declaration":"export function runChannelFeedbackReflection(params: { cfg: OpenClawConfig; channel: string; channelLabel: string; accountId?: string; agentId: string; sessionKey: string; conversationId: string; conversationKind: \"direct\" | \"group\" | \"channel\"; thumbedDownResponse?: string; userComment?: string; cooldownMs?: number; onRecordError?: (error: unknown) => void; onDispatchError?: (error: unknown) => void; }): Promise<ChannelFeedbackReflectionResult>;","entrypoint":"channel-inbound","exportName":"runChannelFeedbackReflection","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"4cd63266d379acc2cdf9aba02f50b8ceb55500cf820787c370fc98d173fb1950","declaration":"export function runChannelInboundEvent<TRaw, TDispatchResult = DispatchFromConfigResult>(params: RunChannelTurnParams<TRaw, TDispatchResult, ChannelProviderOwnedMessageSendingDeliveryAdapter>): Promise<ChannelTurnResult<TDispatchResult>>;\nexport function runChannelInboundEvent<TRaw, TDispatchResult = DispatchFromConfigResult>(params: ChannelInboundEventRunnerParams<TRaw, TDispatchResult>): Promise<ChannelTurnResult<TDispatchResult>>;","entrypoint":"channel-inbound","exportName":"runChannelInboundEvent","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"2c68496a174872b31aaf1ac8fad2789deb79d490c5ffbcb157325f1c95d1b51f","declaration":"export function runPreparedInboundReply<TDispatchResult>(params: PreparedChannelTurn<TDispatchResult>): Promise<ChannelTurnResult<TDispatchResult>>;","entrypoint":"channel-inbound","exportName":"runPreparedInboundReply","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"7cd0e032be61b330962c9cee9ba6a4e67c31a90e22fd79850e28c97ea3200bd1","declaration":"export function shouldDebounceTextInbound(params: { text: string | null | undefined; cfg: OpenClawConfig; hasMedia?: boolean; commandOptions?: CommandNormalizeOptions; allowDebounce?: boolean; }): boolean;","entrypoint":"channel-inbound","exportName":"shouldDebounceTextInbound","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"8289a274f0ea2c1c7f0daaae77c4e9e0c5588f6a17148240e83720a59ec23604","declaration":"export function toHistoryMediaEntries(media: readonly ChannelInboundMediaInput[] | null | undefined, defaults?: { kind?: InboundMediaFacts[\"kind\"]; messageId?: string; }): HistoryMediaEntry[];","entrypoint":"channel-inbound","exportName":"toHistoryMediaEntries","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"ed5430bbe01ca2558f0ec442d4c1fec306320245a40ad0c3efd7504077fc9b0a","declaration":"export function toInboundMediaFacts(media: readonly ChannelInboundMediaInput[] | null | undefined, defaults?: { kind?: InboundMediaFacts[\"kind\"]; messageId?: string; transcribed?: (media: ChannelInboundMediaInput, index: number) => boolean; }): InboundMediaFacts[];","entrypoint":"channel-inbound","exportName":"toInboundMediaFacts","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"5f93e80e390eb1a2ea96a291a3cfb5538ecb00f10b6e7bb8de2027f801201bbe","declaration":"export function toInboundMediaFactsWithMetadata(media: readonly ChannelInboundMediaInput[] | null | undefined, defaults?: { kind?: InboundMediaFacts[\"kind\"]; messageId?: string; transcribed?: (media: ChannelInboundMediaInput, index: number) => boolean; }): Promise<InboundMediaFacts[]>;","entrypoint":"channel-inbound","exportName":"toInboundMediaFactsWithMetadata","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"30fb7f9855d098b7be6d14dafe0c1c506c04ef689f8dbe1c8f70957580e82dcd","declaration":"export function toLocationContext(location: NormalizedLocation): { LocationLat: number; LocationLon: number; LocationAccuracy?: number; LocationName?: string; LocationAddress?: string; LocationSource: LocationSource; LocationIsLive: boolean; LocationCaption?: string; };","entrypoint":"channel-inbound","exportName":"toLocationContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"c700a03f4222eb20560db6abb3c775940b35cfbdfb3d122b2644cdc521809fb4","declaration":"export const DEFAULT_CHANNEL_FEEDBACK_REFLECTION_COOLDOWN_MS: 300000;","entrypoint":"channel-inbound","exportName":"DEFAULT_CHANNEL_FEEDBACK_REFLECTION_COOLDOWN_MS","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"const","recordType":"export"}
|
|
{"closureHash":"03bfa4a5365916c2d9f59e4e3c5c6ae3ee7952b2aec209c232bf73a5ccd2ae94","declaration":"export const filterChannelTurnSupplementalContext: (params: { supplemental?: SupplementalContextFacts; contextVisibility?: ContextVisibilityMode;}) => SupplementalContextFacts | undefined;","entrypoint":"channel-inbound","exportName":"filterChannelTurnSupplementalContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"const","recordType":"export"}
|
|
{"closureHash":"b028978582295be29c22e06673b8f1b48819511b6b8c26cfff9e322ddc2834e3","declaration":"export type AccessGroupMembershipResolver = AccessGroupMembershipResolver;","entrypoint":"channel-inbound","exportName":"AccessGroupMembershipResolver","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"ab30d0470348e3af7c18a273afc0d169d91f204fba557c75c4694e8a0ea6c936","declaration":"export type AssembledInboundReply = AssembledChannelTurn;","entrypoint":"channel-inbound","exportName":"AssembledInboundReply","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"16e04f044a9af3553fa26fec210bf6d2e6e101c4fe4db18b8914fce21dce573f","declaration":"export type BuildChannelInboundEventContextAsyncParams = BuildChannelInboundEventContextAsyncParams;","entrypoint":"channel-inbound","exportName":"BuildChannelInboundEventContextAsyncParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"bfda516454e1d03a16f685f9470c8ce4329328d5658b5ca26bc703c70c5d17c8","declaration":"export type BuildChannelInboundEventContextParams = BuildChannelInboundEventContextParams;","entrypoint":"channel-inbound","exportName":"BuildChannelInboundEventContextParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"b6ce3464585a1f042b94574c385dd57ca9be83740ef0fc929db769710dc78061","declaration":"export type BuildChannelTurnContextParams = BuildChannelTurnContextParams;","entrypoint":"channel-inbound","exportName":"BuildChannelTurnContextParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"6d2f3cd2420a24adc0336afba6a24ec41301e83c2796d56c18d1aee69b7eba4b","declaration":"export type BuildMentionRegexesOptions = BuildMentionRegexesOptions;","entrypoint":"channel-inbound","exportName":"BuildMentionRegexesOptions","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"c7356eefdaeb352d2552e3f5df112db261cc7043ed4c488b3f3212cc981f112a","declaration":"export type BuiltChannelInboundEventContext = BuiltChannelInboundEventContext;","entrypoint":"channel-inbound","exportName":"BuiltChannelInboundEventContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"30712d6ebecf99636dd58269720814c94af71ef9d8bcb818dad50bd3dc82aaca","declaration":"export type BuiltChannelTurnContext = BuiltChannelTurnContext;","entrypoint":"channel-inbound","exportName":"BuiltChannelTurnContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"3de0d6d1bb8f9a83bd1c6e57aa8618e3fea71054236cd530c555e348bd0b7702","declaration":"export type ChannelBotLoopProtectionFacts = ChannelBotLoopProtectionFacts;","entrypoint":"channel-inbound","exportName":"ChannelBotLoopProtectionFacts","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"bf7e13e0308a3f54e1686373d312f9883b1de82bf771ea1763379a5bf8f6e716","declaration":"export type ChannelFeedbackReflectionResult = ChannelFeedbackReflectionResult;","entrypoint":"channel-inbound","exportName":"ChannelFeedbackReflectionResult","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"f0da845bbdf49b30f6718a4b7ff012a0536deb98f65418583555dc90825797ca","declaration":"export type ChannelInboundDroppedHistoryOptions = ChannelTurnDroppedHistoryOptions;","entrypoint":"channel-inbound","exportName":"ChannelInboundDroppedHistoryOptions","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"359ec07a928d613ac5a9f96ded5561f4e3087fd1bf741e1f8e5e8a3b0fb30d29","declaration":"export type ChannelInboundEnvelopeInput = ChannelInboundEnvelopeInput;","entrypoint":"channel-inbound","exportName":"ChannelInboundEnvelopeInput","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"809fd66291f793b3d61ddd275ed153cb2050b1d7a31767ef577489a20ee582d0","declaration":"export type ChannelInboundEventRunnerParams<TRaw, TDispatchResult = DispatchFromConfigResult> = ChannelInboundEventRunnerParams<TRaw, TDispatchResult>;","entrypoint":"channel-inbound","exportName":"ChannelInboundEventRunnerParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"fce252e3d1ade4690deb2b6368c79ebee42243d49dffca65670e2ee7a9883e89","declaration":"export type ChannelInboundMediaInput = ChannelInboundMediaInput;","entrypoint":"channel-inbound","exportName":"ChannelInboundMediaInput","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"1a0f5a78203bfe24fd1e02389bd2535fbb1937daad45a11058f6fe27641bc792","declaration":"export type ChannelInboundMediaPayload = ChannelInboundMediaPayload;","entrypoint":"channel-inbound","exportName":"ChannelInboundMediaPayload","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"5725f1ae1cf4ac225068feb9ba49057cc24fb99862d768a9cfffe5485d6f410c","declaration":"export type ChannelInboundSupplementalResolutionOptions = ChannelInboundSupplementalResolutionOptions;","entrypoint":"channel-inbound","exportName":"ChannelInboundSupplementalResolutionOptions","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"70e8655f976ef1cea98653416b9c454aa64b4151e9824d238dbdc8799b477839","declaration":"export type ChannelInboundTurnPlan<TOwnership extends \"core\" | \"provider_message_sending\" = \"core\"> = ChannelInboundTurnPlan<TOwnership>;","entrypoint":"channel-inbound","exportName":"ChannelInboundTurnPlan","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"a5d806d7e29220e98d1fa3ce08ce3ffb12f07d70d6b24b22a3ee4907ed3b1677","declaration":"export type ChannelPartialDeliveryError = ChannelPartialDeliveryError;","entrypoint":"channel-inbound","exportName":"ChannelPartialDeliveryError","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"f0da845bbdf49b30f6718a4b7ff012a0536deb98f65418583555dc90825797ca","declaration":"export type ChannelTurnDroppedHistoryOptions = ChannelTurnDroppedHistoryOptions;","entrypoint":"channel-inbound","exportName":"ChannelTurnDroppedHistoryOptions","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"fce252e3d1ade4690deb2b6368c79ebee42243d49dffca65670e2ee7a9883e89","declaration":"export type ChannelTurnMediaInput = ChannelInboundMediaInput;","entrypoint":"channel-inbound","exportName":"ChannelTurnMediaInput","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"1a0f5a78203bfe24fd1e02389bd2535fbb1937daad45a11058f6fe27641bc792","declaration":"export type ChannelTurnMediaPayload = ChannelInboundMediaPayload;","entrypoint":"channel-inbound","exportName":"ChannelTurnMediaPayload","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"b145a01f8a24a98b66e723274b24f5a87c3b7034ac7d5c551a92b0cfdb041d51","declaration":"export type ChannelTurnRecordOptions = ChannelTurnRecordOptions;","entrypoint":"channel-inbound","exportName":"ChannelTurnRecordOptions","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"2555f9f65050dfe6ed2c21fe5708ca110ea70dc1555709dd82b3be1aaf3c7de1","declaration":"export type ClassifyChannelInboundEventParams = ClassifyChannelInboundEventParams;","entrypoint":"channel-inbound","exportName":"ClassifyChannelInboundEventParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"0585db4a87b258e6e527650b1a8bd02a97050621da3b801ce3bfb8e6d24064d0","declaration":"export type CommandFacts = CommandFacts;","entrypoint":"channel-inbound","exportName":"CommandFacts","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"6c907ee25b775b850dfb0961e1505f88e85159971379eb0e00d5eea51b284635","declaration":"export type CommandTurnContext = CommandTurnContext;","entrypoint":"channel-inbound","exportName":"CommandTurnContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"5b290ec7ab8715132069c413bf733e7fd5fb75eb0c58c9cb70060ff1ed99e2df","declaration":"export type DirectDmCommandAuthorizationRuntime = DirectDmCommandAuthorizationRuntime;","entrypoint":"channel-inbound","exportName":"DirectDmCommandAuthorizationRuntime","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"d9d5ec1b29d161f984b856302eada6c1938d8074dd7f986e541dd23d231826f9","declaration":"export type DirectDmPreCryptoGuardPolicy = DirectDmPreCryptoGuardPolicy;","entrypoint":"channel-inbound","exportName":"DirectDmPreCryptoGuardPolicy","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"07535b0137279843bc2608c9bea447f711a5639a23813bd9fab06bbf2d8e12a7","declaration":"export type DirectDmPreCryptoGuardPolicyOverrides = DirectDmPreCryptoGuardPolicyOverrides;","entrypoint":"channel-inbound","exportName":"DirectDmPreCryptoGuardPolicyOverrides","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"4c1290dcec6d7fac7aec703ccec8b6b790ebbd4fa12c3c3c1d07f55b86075b5e","declaration":"export type DurableInboundReplyDeliveryParams = DurableInboundReplyDeliveryParams;","entrypoint":"channel-inbound","exportName":"DurableInboundReplyDeliveryParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"717d223b4268561e60b088c97fbcf0bf35cccfcc3dd2606ed4a9dc92c0e688ac","declaration":"export type EnvelopeFormatOptions = EnvelopeFormatOptions;","entrypoint":"channel-inbound","exportName":"EnvelopeFormatOptions","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"cbb444147c25849545bd620c62e17effde08f4bd9225d86d8397b5effdba73e7","declaration":"export type FinalizeChannelInboundContextAsyncParams<T extends Record<string, unknown>> = FinalizeChannelInboundContextAsyncParams<T>;","entrypoint":"channel-inbound","exportName":"FinalizeChannelInboundContextAsyncParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"78b09d3b8c96eb315e7c61acfe81afda1e282178dfbe872f2581000c8daa24f8","declaration":"export type FinalizeChannelInboundContextParams<T extends Record<string, unknown>> = FinalizeChannelInboundContextParams<T>;","entrypoint":"channel-inbound","exportName":"FinalizeChannelInboundContextParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"59c97d42a18e1387a9b17f51c7b02f754134cd4b9b44b319364d85d7305d1b89","declaration":"export type FinalizeChannelInboundContextResult<T extends Record<string, unknown>> = FinalizeChannelInboundContextResult<T>;","entrypoint":"channel-inbound","exportName":"FinalizeChannelInboundContextResult","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"932b497800f05039e10b1eaef992cd2a2bd7b30ffd0e89f90b80265c79fe7de8","declaration":"export type InboundEventKind = InboundEventKind;","entrypoint":"channel-inbound","exportName":"InboundEventKind","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"521993983a0a2b1a7be04bc7baabfcf5cbf1f1d9a1075d414948f91629cec455","declaration":"export type InboundImplicitMentionKind = InboundImplicitMentionKind;","entrypoint":"channel-inbound","exportName":"InboundImplicitMentionKind","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"9c36f102788e251d75d47fa4c2a3b0b3bce3b78bf5d47e050661376e9a45535b","declaration":"export type InboundMediaFacts = InboundMediaFacts;","entrypoint":"channel-inbound","exportName":"InboundMediaFacts","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"5c305db4b3bf1bd4d05004c7f15eea2a0594d1ff0f2fb519a3985f1a7ba44473","declaration":"export type InboundMentionDecision = InboundMentionDecision;","entrypoint":"channel-inbound","exportName":"InboundMentionDecision","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"ec0ba8bcd2d9b553a4b36dfb619a3bbfe4d732d4934c07f60b1a9bb21ef9f434","declaration":"export type InboundMentionFacts = InboundMentionFacts;","entrypoint":"channel-inbound","exportName":"InboundMentionFacts","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"0f721863be9963580b8ce95075e1a84df77b33d2016bffc95aad94e5a6945883","declaration":"export type InboundMentionPolicy = InboundMentionPolicy;","entrypoint":"channel-inbound","exportName":"InboundMentionPolicy","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"d7207dc28a2f179c2f25b5dc44bb674f7468449fd11ef2d19656a42c88abce52","declaration":"export type InboundReplyDispatchResult<TDispatchResult> = InboundReplyDispatchResult<TDispatchResult>;","entrypoint":"channel-inbound","exportName":"InboundReplyDispatchResult","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"b145a01f8a24a98b66e723274b24f5a87c3b7034ac7d5c551a92b0cfdb041d51","declaration":"export type InboundReplyRecordOptions = ChannelTurnRecordOptions;","entrypoint":"channel-inbound","exportName":"InboundReplyRecordOptions","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"932b497800f05039e10b1eaef992cd2a2bd7b30ffd0e89f90b80265c79fe7de8","declaration":"export type InboundTurnKind = InboundEventKind;","entrypoint":"channel-inbound","exportName":"InboundTurnKind","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"14fb792a64c005d5a9c7996f4471cb9630286ef10689cb3ad42a6e337833dbbf","declaration":"export type LocationSource = LocationSource;","entrypoint":"channel-inbound","exportName":"LocationSource","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"8b3e6ac673ead45e03d536a4e365b8acfe2184ebde7907244e98af33b36cc99b","declaration":"export type LogFn = LogFn;","entrypoint":"channel-inbound","exportName":"LogFn","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"be78f05a4adb71155aa3e8e13f39fb5c770045a95d7c1841efc49d8cb93eb29c","declaration":"export type MediaPlaceholderTextFact = Readonly<Pick<ChannelInboundMediaInput, \"url\" | \"path\" | \"kind\" | \"contentType\">>;","entrypoint":"channel-inbound","exportName":"MediaPlaceholderTextFact","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"54ea426dde51859b572b4c1079d2b70b412096f73da2b8c265f2749d9f01cbb5","declaration":"export type NormalizedLocation = NormalizedLocation;","entrypoint":"channel-inbound","exportName":"NormalizedLocation","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"e906dde715d40209703e3ddff8afa7f7288c7ed1870416773794b3817b5e1e80","declaration":"export type OutboundLocation = OutboundLocation;","entrypoint":"channel-inbound","exportName":"OutboundLocation","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"5da63546645ac09fa2e077085f44bfc7c256efc72676e47828e57d6aedd13dd7","declaration":"export type PreparedInboundReply<TDispatchResult> = PreparedInboundReply<TDispatchResult>;","entrypoint":"channel-inbound","exportName":"PreparedInboundReply","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"8829c32736009359a9efb264f71b3c266b0ed5fccb2b94691ca30c61d15e8b1d","declaration":"export type ResolveInboundMentionDecisionFlatParams = ResolveInboundMentionDecisionFlatParams;","entrypoint":"channel-inbound","exportName":"ResolveInboundMentionDecisionFlatParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"30d6f848d78bf034a94ed987da67b07e12d7bdff03b6881bbf7e7d1fd507884e","declaration":"export type ResolveInboundMentionDecisionNestedParams = ResolveInboundMentionDecisionNestedParams;","entrypoint":"channel-inbound","exportName":"ResolveInboundMentionDecisionNestedParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"039ab595ebe2c53b59ace232f546017aca54cf737dbe2d536066c7b8006cc4cc","declaration":"export type ResolveInboundMentionDecisionParams = ResolveInboundMentionDecisionParams;","entrypoint":"channel-inbound","exportName":"ResolveInboundMentionDecisionParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"c74a6c1cb4b11fa573317314fe137f5a91be92cedd027c82eee03ef912527efc","declaration":"export type ResolveMentionPatternPolicyParams = ResolveMentionPatternPolicyParams;","entrypoint":"channel-inbound","exportName":"ResolveMentionPatternPolicyParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"7bf29796673d5ee760b656915311e943809030947a77b4b6337df96167f91fc3","declaration":"export type ResolvedInboundDirectDmAccess = ResolvedInboundDirectDmAccess;","entrypoint":"channel-inbound","exportName":"ResolvedInboundDirectDmAccess","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"4a82f6a3e0b471c36bcc2af29cdf4f6f6e4a63caa90b43475eaa64b5273106a5","declaration":"export type ResolvedMentionPatternPolicy = ResolvedMentionPatternPolicy;","entrypoint":"channel-inbound","exportName":"ResolvedMentionPatternPolicy","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"913a21c8d8eb8d8d7f48ff0a8109be7a25a8deb54a9bdacdf0152ec6560b1090","declaration":"export type SupplementalContextFacts = SupplementalContextFacts;","entrypoint":"channel-inbound","exportName":"SupplementalContextFacts","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"a6703c805b9f5aa10d26462f9617dbf7d4445a02d95fcb70f98dcbb5694e9d82","declaration":"export interface PluginHookChannelChatContext {\n id?: string;\n [key: string]: unknown;\n}","entrypoint":"channel-inbound","exportName":"PluginHookChannelChatContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"interface","recordType":"export"}
|
|
{"closureHash":"a367ea45bb7c6d474f1481c554793218e5ce4de452daddaa79f9ad208533c32c","declaration":"export interface PluginHookChannelContext {\n sender?: PluginHookChannelSenderContext;\n chat?: PluginHookChannelChatContext;\n}","entrypoint":"channel-inbound","exportName":"PluginHookChannelContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"interface","recordType":"export"}
|
|
{"closureHash":"7667d1aabdc8b516c3667f50456653f78ff251edb4602aa82afa2f80a5bdd4a5","declaration":"export interface PluginHookChannelSenderContext {\n id?: string;\n [key: string]: unknown;\n}","entrypoint":"channel-inbound","exportName":"PluginHookChannelSenderContext","importSpecifier":"openclaw/plugin-sdk/channel-inbound","kind":"interface","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-inbound-debounce","importSpecifier":"openclaw/plugin-sdk/channel-inbound-debounce","recordType":"module"}
|
|
{"closureHash":"d2a3f9dd1ffc16941bb39360012138d3a3cbcf5e8beb08106182831b1c269054","declaration":"export function createInboundDebouncer<T>(params: InboundDebounceCreateParams<T>): { enqueue: (item: T) => Promise<void>; flushKey: (key: string) => Promise<void>; cancelKey: (key: string) => boolean; drain: () => Promise<void>; };","entrypoint":"channel-inbound-debounce","exportName":"createInboundDebouncer","importSpecifier":"openclaw/plugin-sdk/channel-inbound-debounce","kind":"function","recordType":"export"}
|
|
{"closureHash":"de5421121cb891a9e8a177e3ac3bc58db3c33e65b48c3c04fb3895f0eef33d38","declaration":"export function resolveInboundDebounceMs(params: { cfg: OpenClawConfig; channel: string; overrideMs?: number; }): number;","entrypoint":"channel-inbound-debounce","exportName":"resolveInboundDebounceMs","importSpecifier":"openclaw/plugin-sdk/channel-inbound-debounce","kind":"function","recordType":"export"}
|
|
{"closureHash":"e7e9ae971d63acffb818874638001cd5920b390360ed93c3aa02cd414f520164","declaration":"export type InboundDebounceCreateParams<T> = InboundDebounceCreateParams<T>;","entrypoint":"channel-inbound-debounce","exportName":"InboundDebounceCreateParams","importSpecifier":"openclaw/plugin-sdk/channel-inbound-debounce","kind":"type","recordType":"export"}
|
|
{"category":"channel","entrypoint":"channel-ingress-runtime","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","recordType":"module"}
|
|
{"closureHash":"99ba163d70321037c836c4dc03ec1da7f0ccab916963262571eba8b1b641c348","declaration":"export function channelIngressRoutes(...routes: Array<ChannelIngressRouteDescriptor | false | null | undefined>): ChannelIngressRouteDescriptor[];","entrypoint":"channel-ingress-runtime","exportName":"channelIngressRoutes","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"356540846d48232053c581096c635860d1d239a4dea463911b9a2733ac9ff94e","declaration":"export function createChannelIngressResolver(base: CreateChannelIngressResolverParams): ChannelIngressResolver;","entrypoint":"channel-ingress-runtime","exportName":"createChannelIngressResolver","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d3c0adfcbddefe06c405e464badc8157716f766efe02691b0e2a12936761d7de","declaration":"export function createStandardRawEventIngressMonitor<TRaw, TMetadata, TInspection extends ChannelIngressMonitorFacts | null>(options: StandardRawEventIngressOptions<TRaw, TMetadata, TInspection>): { receive: (raw: TRaw) => Promise<StandardRawEventAdmission<TInspection>>; start: () => void; stop: () => Promise<void>; waitForIdle: () => Promise<void>; };","entrypoint":"channel-ingress-runtime","exportName":"createStandardRawEventIngressMonitor","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"58550eae34ce2311c234a3c96d26f72896a9c5fd5bfa14ff276045144c7cec7c","declaration":"export function defineStableChannelIngressIdentity(params?: StableChannelIngressIdentityParams): ChannelIngressIdentityDescriptor;","entrypoint":"channel-ingress-runtime","exportName":"defineStableChannelIngressIdentity","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e8d0f05155316439a6fcdf73c2190f83a2317933b8d8ff680b7f79a3d3ab1078","declaration":"export function fanInChannelIngressLifecycles(inputs: readonly (ChannelIngressLifecycle | undefined)[]): { lifecycle: ChannelIngressLifecycle | undefined; settle: () => Promise<void>; abandon: (error?: unknown) => Promise<void>; };","entrypoint":"channel-ingress-runtime","exportName":"fanInChannelIngressLifecycles","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"22fe8c397d657fed02d341888b4efa2b5b8956cddfba14e78f0fbe03714b2f34","declaration":"export function readChannelIngressStoreAllowFromForDmPolicy(params: { provider: PairingChannel; accountId: string; dmPolicy?: string | null; shouldRead?: boolean | null; readStore?: (provider: PairingChannel, accountId: string) => Promise<string[]>; }): Promise<string[]>;","entrypoint":"channel-ingress-runtime","exportName":"readChannelIngressStoreAllowFromForDmPolicy","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"90eb2e848405422a29bedb6bced7f2969c035da973ceefb03da177d0a3cec2c9","declaration":"export function resolveChannelImplicitMentions(params: { cfg: OpenClawConfig; channel: string; accountId?: string | null; }): ResolvedChannelImplicitMentions;","entrypoint":"channel-ingress-runtime","exportName":"resolveChannelImplicitMentions","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd644bde0358c21559d111d3600c8fb8ae5c184887724a23c4ecd93059dd0bbe","declaration":"export function resolveChannelMessageIngress(params: ResolveChannelMessageIngressParams): Promise<ResolvedChannelMessageIngress>;","entrypoint":"channel-ingress-runtime","exportName":"resolveChannelMessageIngress","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d575681f0071591057849c10f3d5a71b89ff57e0b65554f5fd43607b5e4f1230","declaration":"export function resolveStableChannelMessageIngress(params: ResolveStableChannelMessageIngressParams): Promise<ResolvedChannelMessageIngress>;","entrypoint":"channel-ingress-runtime","exportName":"resolveStableChannelMessageIngress","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dff3c903645e41013900357445838b09ec2d11b9f932b45740cc8860934e111a","declaration":"export type AccessGroupMembershipFact = AccessGroupMembershipFact;","entrypoint":"channel-ingress-runtime","exportName":"AccessGroupMembershipFact","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4a24f1aad52c4d5251826b4f374d052d69426aa07a1eeeca3dca0b71ce831763","declaration":"export type ChannelIngressAccessGroupMembershipResolver = ChannelIngressAccessGroupMembershipResolver;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressAccessGroupMembershipResolver","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"80c1a1467999e6ca20de88b1a5b23578c9f9e65effd51529869b2a83f9cc61b7","declaration":"export type ChannelIngressCommandPresetInput = ChannelIngressCommandPresetInput;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressCommandPresetInput","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"06d6e5c6b080236dffeb0ce14f8c50639dc299e83a8eb19c7a4730c474962db3","declaration":"export type ChannelIngressConfigInput = ChannelIngressConfigInput;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressConfigInput","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2dd9369cdff9f18371d8631df058c7f6a6287171badf1ae2b4e17af3b9385c8a","declaration":"export type ChannelIngressDecision = ChannelIngressDecision;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressDecision","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"81215100c55ec1dac3459608aa1c62944d227a9cb9e26d8199bd34f2d2d50636","declaration":"export type ChannelIngressEventInput = ChannelIngressEventInput;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressEventInput","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"eb9bc501671e6d8f6c5d1a4be64442dfcec94b7e548c718edf2dd9d308f72cef","declaration":"export type ChannelIngressEventPresetInput = ChannelIngressEventPresetInput;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressEventPresetInput","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"faa5edb72007712baa6150393d52bc87aafcb7cf0523652ac8cf2d8cdfcfdd2a","declaration":"export type ChannelIngressIdentifierKind = ChannelIngressIdentifierKind;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressIdentifierKind","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5fba80c312e2ad63efed720d1e46e558df6f18a9d6eb03c857a033caf4c4756e","declaration":"export type ChannelIngressIdentityAlias = ChannelIngressIdentityAlias;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressIdentityAlias","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"20bc399afbf916299e54e6dd1b2863f9d82e6ea0c558829b0661e3d7767b52a1","declaration":"export type ChannelIngressIdentityDescriptor = ChannelIngressIdentityDescriptor;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressIdentityDescriptor","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"178d7e11cfd6de7c05c2fb48ca85dbfe81aaa719b6aa795bddc39a6a26080f7a","declaration":"export type ChannelIngressIdentityField = ChannelIngressIdentityField;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressIdentityField","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f739c1f0542db1182513b2edf3758b21a2df1d690a1e7feaf9651f7e26bfb501","declaration":"export type ChannelIngressIdentitySubjectInput = ChannelIngressIdentitySubjectInput;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressIdentitySubjectInput","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3e67cbf8add59db7da5bf8bfee0a674de20f916642ae5bbb5680176d07377981","declaration":"export type ChannelIngressPolicyInput = ChannelIngressPolicyInput;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressPolicyInput","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5dd89b10ba3e1bfc1320454d96901a3a017b0f9ff0287df6b82643798cbafc77","declaration":"export type ChannelIngressResolver = ChannelIngressResolver;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressResolver","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"65c7da07b9a564d79c383f2b075ec81af11171087531450cee3038e8a798adb8","declaration":"export type ChannelIngressResolverMessageParams = ChannelIngressResolverMessageParams;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressResolverMessageParams","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"506bc3039f427504e50c4c5314e11aae4be5306e4cfa875fd37fcb854ae161bf","declaration":"export type ChannelIngressRouteAccess = ChannelIngressRouteAccess;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressRouteAccess","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"70060f116d686e363722a9c91eea5c3e6c0ad1487acb3faa9de03de1892540db","declaration":"export type ChannelIngressRouteDescriptor = ChannelIngressRouteDescriptor;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressRouteDescriptor","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"eb91ae549058cebecd22b874de0d75014bc368b95dab80b78dee508f72a97fa0","declaration":"export type ChannelIngressState = ChannelIngressState;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressState","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2644e116f45adc1620b8ef7e9842ee57eabe817b3a262f5d4f153975fe7352c9","declaration":"export type ChannelIngressStateInput = ChannelIngressStateInput;","entrypoint":"channel-ingress-runtime","exportName":"ChannelIngressStateInput","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"64e98c1f907fca212b21788a9db813c479229aacbe29cf38485e30ccc3f923ef","declaration":"export type ChannelMessageIngressCommandInput = ChannelMessageIngressCommandInput;","entrypoint":"channel-ingress-runtime","exportName":"ChannelMessageIngressCommandInput","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1b8cda638b77621a5862ab8511a3cf7c9378f5914393b57ed5d380efb43a1990","declaration":"export type CreateChannelIngressResolverParams = CreateChannelIngressResolverParams;","entrypoint":"channel-ingress-runtime","exportName":"CreateChannelIngressResolverParams","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"38617e21b884b57a289dc0b1b073c167f2eef1f5dd03c99e2be861ecc2ab188d","declaration":"export type IngressReasonCode = IngressReasonCode;","entrypoint":"channel-ingress-runtime","exportName":"IngressReasonCode","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f1baefa7614c081c8b27a068c9a26dfc00f55c8c02cfb29aacb70d680fbf3ebc","declaration":"export type ResolveChannelMessageIngressParams = ResolveChannelMessageIngressParams;","entrypoint":"channel-ingress-runtime","exportName":"ResolveChannelMessageIngressParams","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"785eeb27829470e56b7fdc3c5b9f6b08a38ce7fecbabe2dabbf2f5adafbc1c0b","declaration":"export type ResolveStableChannelMessageIngressParams = ResolveStableChannelMessageIngressParams;","entrypoint":"channel-ingress-runtime","exportName":"ResolveStableChannelMessageIngressParams","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1deae9e3a2e2ca1792523fe9ebeccf362cb89d8d81cfcc010528a690b775158f","declaration":"export type ResolvedChannelImplicitMentions = Required<ChannelImplicitMentionsConfig>;","entrypoint":"channel-ingress-runtime","exportName":"ResolvedChannelImplicitMentions","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d14132682f3b2aa8b57cceec8474c73cb1cd46d3e2873b9df472c7cef5bedf60","declaration":"export type ResolvedChannelMessageIngress = ResolvedChannelMessageIngress;","entrypoint":"channel-ingress-runtime","exportName":"ResolvedChannelMessageIngress","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"85daf1ca92c83709b508032b69a702dc708319a949af7a9f05c26783fa449824","declaration":"export type StableChannelIngressIdentityParams = StableChannelIngressIdentityParams;","entrypoint":"channel-ingress-runtime","exportName":"StableChannelIngressIdentityParams","importSpecifier":"openclaw/plugin-sdk/channel-ingress-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-lifecycle","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","recordType":"module"}
|
|
{"closureHash":"e006f8d6d59fd2b2ff51359a7c335bfa7dd9dbd8b6382af29d341274e4cf7187","declaration":"export function clearFinalizableDraftMessage<T>(params: ClearFinalizableDraftMessageParams<T>): Promise<void>;","entrypoint":"channel-lifecycle","exportName":"clearFinalizableDraftMessage","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"45470d4d0feced17992e9c4bb2b9fd198736a3a7bfc7a38229111e0f54fd2f6e","declaration":"export function createAccountStatusSink(params: { accountId: string; setStatus: (next: ChannelAccountSnapshot) => void; }): (patch: Omit<ChannelAccountSnapshot, \"accountId\">) => void;","entrypoint":"channel-lifecycle","exportName":"createAccountStatusSink","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"dd9d9e22f025136617b7ef3707c5db2b93812c5dec72e253e917d0d86c5512bd","declaration":"export function createArmableStallWatchdog(params: { label: string; timeoutMs: number; checkIntervalMs?: number; abortSignal?: AbortSignal; runtime?: RuntimeEnv; onTimeout: (meta: StallWatchdogTimeoutMeta) => void; }): ArmableStallWatchdog;","entrypoint":"channel-lifecycle","exportName":"createArmableStallWatchdog","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"2209fd876893dd56da7cffda42967e79b6437d5230f70efd42b8171c2ba32611","declaration":"export function createChannelRunQueue(params: ChannelRunQueueParams): ChannelRunQueue;","entrypoint":"channel-lifecycle","exportName":"createChannelRunQueue","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"a5aaa539cdb2ae2d489c089b1b14f4aa620569cbb75e7758aa1ef175d3eb47a1","declaration":"export function createDraftStreamLoop<T = string>(params: { throttleMs: number; isStopped: () => boolean; sendOrEditStreamMessage: (value: T) => Promise<void | boolean>; emptyValue?: T; isEmpty?: (value: T) => boolean; onBackgroundFlushError?: (err: unknown) => void; }): CreatedDraftStreamLoop<T>;","entrypoint":"channel-lifecycle","exportName":"createDraftStreamLoop","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"cbb4b0077da1e30030f08741746febb3b92c0183c13e914d233ff8ee18d0a7fa","declaration":"export function createFinalizableDraftLifecycle<TMessageId, TUpdate = string>(params: FinalizableDraftLifecycleParams<TMessageId, TUpdate>): { clear: () => Promise<void>; clearWithStop: (stopForClear: () => Promise<void>) => Promise<void>; loop: DraftStreamLoop<TUpdate> & { takePending: () => TUpdate; }; update: (value: TUpdate) => void; stop: () => Promise<void>; seal: () => Promise<void>; discardPending: () => Promise<void>; stopForClear: () => Promise<void>; };","entrypoint":"channel-lifecycle","exportName":"createFinalizableDraftLifecycle","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"5ea9b973a2c27895460291e74067b2166bd99baa68cbf29f4dfff55ce1267cf6","declaration":"export function createFinalizableDraftStreamControls<T = string>(params: { throttleMs: number; isStopped: () => boolean; isFinal: () => boolean; markStopped: () => void; markFinal: () => void; sendOrEditStreamMessage: (value: T) => Promise<void | boolean>; emptyValue?: T; isEmpty?: (value: T) => boolean; }): { loop: DraftStreamLoop<T> & { takePending: () => T; }; update: (value: T) => void; stop: () => Promise<void>; seal: () => Promise<void>; discardPending: () => Promise<void>; stopForClear: () => Promise<void>; };","entrypoint":"channel-lifecycle","exportName":"createFinalizableDraftStreamControls","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"acd64a0d6ce6dbd9db22f9e4a4497cef2110a9e962f240c6f5e90cef31505459","declaration":"export function createFinalizableDraftStreamControlsForState<T = string>(params: { throttleMs: number; state: FinalizableDraftStreamState; sendOrEditStreamMessage: (value: T) => Promise<void | boolean>; emptyValue?: T; isEmpty?: (value: T) => boolean; }): { loop: DraftStreamLoop<T> & { takePending: () => T; }; update: (value: T) => void; stop: () => Promise<void>; seal: () => Promise<void>; discardPending: () => Promise<void>; stopForClear: () => Promise<void>; };","entrypoint":"channel-lifecycle","exportName":"createFinalizableDraftStreamControlsForState","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"8153567e19942bc1fc3be90618387d26e46159cec9ed218bb3d600c6fa21e7de","declaration":"export function createRunStateMachine(params: RunStateMachineParams): { isActive(): boolean; onRunStart(): void; onRunEnd(): void; deactivate: () => void; };","entrypoint":"channel-lifecycle","exportName":"createRunStateMachine","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"2b9a940014241df6301163d8a38ab3078a70b05df347d08efb787480846775bb","declaration":"export function deliverFinalizableDraftPreview<TPayload, TId, TEdit>(params: { kind: \"tool\" | \"block\" | \"final\"; payload: TPayload; draft?: DraftPreviewFinalizerDraft<TId>; buildFinalEdit: (payload: TPayload) => TEdit | undefined; editFinal: (id: TId, edit: TEdit) => Promise<void>; deliverNormally: (payload: TPayload) => Promise<boolean | void>; onPreviewFinalized?: (id: TId) => Promise<void> | void; onNormalDelivered?: () => Promise<void> | void; logPreviewEditFailure?: (error: unknown) => void; }): Promise<DraftPreviewFinalizerResult>;","entrypoint":"channel-lifecycle","exportName":"deliverFinalizableDraftPreview","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"76834dcabb16e8bf079074313b0883d7fccd003117cb630f5c1ea8eef0bd7b62","declaration":"export function keepHttpServerTaskAlive(params: { server: CloseAwareServer; abortSignal?: AbortSignal; onAbort?: () => void | Promise<void>; }): Promise<void>;","entrypoint":"channel-lifecycle","exportName":"keepHttpServerTaskAlive","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"741007941f15f430026cdbd56e555a52a150924e6190e629c054d461bb7187cd","declaration":"export function runPassiveAccountLifecycle<Handle>(params: PassiveAccountLifecycleParams<Handle>): Promise<void>;","entrypoint":"channel-lifecycle","exportName":"runPassiveAccountLifecycle","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"5ce1f7e89ec92d671bf5c485a97438d007f9e4c482ecee6d259f159c12e67994","declaration":"export function takeMessageIdAfterStop<T>(params: StopAndClearMessageIdParams<T>): Promise<T | undefined>;","entrypoint":"channel-lifecycle","exportName":"takeMessageIdAfterStop","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"af8e81abdafe41b89921aac6736d212928aa6680ddafd6a11faee588dada12ba","declaration":"export function waitUntilAbort(signal?: AbortSignal, onAbort?: () => void | Promise<void>): Promise<void>;","entrypoint":"channel-lifecycle","exportName":"waitUntilAbort","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"function","recordType":"export"}
|
|
{"closureHash":"8c0b8d3906dc710689b85d5dfd6a502086fb91ec1e420ab5d158bb3041c99811","declaration":"export type ArmableStallWatchdog = ArmableStallWatchdog;","entrypoint":"channel-lifecycle","exportName":"ArmableStallWatchdog","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"type","recordType":"export"}
|
|
{"closureHash":"d66002bbd80fbec34c2e186c7197ef1a7f642373c19e85ebb75ba872787bbc28","declaration":"export type ChannelRunQueue = ChannelRunQueue;","entrypoint":"channel-lifecycle","exportName":"ChannelRunQueue","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"type","recordType":"export"}
|
|
{"closureHash":"bad6519a6547b482c0f53418e852b3aad9f15cdf6bf206bbc787aac236ed432c","declaration":"export type ChannelRunQueueParams = ChannelRunQueueParams;","entrypoint":"channel-lifecycle","exportName":"ChannelRunQueueParams","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"type","recordType":"export"}
|
|
{"closureHash":"46c5b23feda9461334ad235f6a7bb218c04595ac4e49d56ab1dc52b487cf78a3","declaration":"export type ChannelRunQueueTaskContext = ChannelRunQueueTaskContext;","entrypoint":"channel-lifecycle","exportName":"ChannelRunQueueTaskContext","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"type","recordType":"export"}
|
|
{"closureHash":"c4dce04bbed7ae3e7c409f437892b7e64a7415c7ef4c969b354b9f6431a80834","declaration":"export type DraftPreviewFinalizerDraft<TId> = DraftPreviewFinalizerDraft<TId>;","entrypoint":"channel-lifecycle","exportName":"DraftPreviewFinalizerDraft","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"type","recordType":"export"}
|
|
{"closureHash":"a111b943be96bcc32381d96b7807a3d1b990c9e0eca4ba63a7b312eb5a789bf1","declaration":"export type DraftPreviewFinalizerResult = DraftPreviewFinalizerResult;","entrypoint":"channel-lifecycle","exportName":"DraftPreviewFinalizerResult","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"type","recordType":"export"}
|
|
{"closureHash":"72e6acf6f049151d0b1d9a61b0470a90d5bf6405f26bfa5550aa9bce534d7790","declaration":"export type DraftStreamLoop<T = string> = DraftStreamLoop<T>;","entrypoint":"channel-lifecycle","exportName":"DraftStreamLoop","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"type","recordType":"export"}
|
|
{"closureHash":"23de3a2c2827ce551a487f6bc82aa24b37b6a1b586969e5e7cda3a8672590752","declaration":"export type FinalizableDraftStreamState = FinalizableDraftStreamState;","entrypoint":"channel-lifecycle","exportName":"FinalizableDraftStreamState","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"type","recordType":"export"}
|
|
{"closureHash":"19a21ab63b0ddd68301be1a9eb67e89555fc35fe1bd33301b7a0d91ed171f561","declaration":"export type StallWatchdogTimeoutMeta = StallWatchdogTimeoutMeta;","entrypoint":"channel-lifecycle","exportName":"StallWatchdogTimeoutMeta","importSpecifier":"openclaw/plugin-sdk/channel-lifecycle","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-logging","importSpecifier":"openclaw/plugin-sdk/channel-logging","recordType":"module"}
|
|
{"closureHash":"530efc0cfdee77a8022739755324d10cbbd6cf7144ea4f1f1d4dc68212cdbd43","declaration":"export function logAckFailure(params: { log: LogFn; channel: string; target?: string; error: unknown; }): void;","entrypoint":"channel-logging","exportName":"logAckFailure","importSpecifier":"openclaw/plugin-sdk/channel-logging","kind":"function","recordType":"export"}
|
|
{"closureHash":"f4108f351f7bad372a00ca29d40f4230dd99596316e0d0cc34454b2838f2ef37","declaration":"export function logInboundDrop(params: { log: LogFn; channel: string; reason: string; target?: string; }): void;","entrypoint":"channel-logging","exportName":"logInboundDrop","importSpecifier":"openclaw/plugin-sdk/channel-logging","kind":"function","recordType":"export"}
|
|
{"closureHash":"447bed40e4b999ca05c2a5e517c9f3081c127ed9e5f16db058135fecacbdff7d","declaration":"export function logTypingFailure(params: { log: LogFn; channel: string; target?: string; action?: \"start\" | \"stop\"; error: unknown; }): void;","entrypoint":"channel-logging","exportName":"logTypingFailure","importSpecifier":"openclaw/plugin-sdk/channel-logging","kind":"function","recordType":"export"}
|
|
{"closureHash":"8b3e6ac673ead45e03d536a4e365b8acfe2184ebde7907244e98af33b36cc99b","declaration":"export type LogFn = LogFn;","entrypoint":"channel-logging","exportName":"LogFn","importSpecifier":"openclaw/plugin-sdk/channel-logging","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-message","importSpecifier":"openclaw/plugin-sdk/channel-message","recordType":"module"}
|
|
{"closureHash":"cbc698a638ef9da9664ea97c5d772472e5a00c4b70f8bad7410248650ad15c0b","declaration":"export function bindIngressLifecycleToReplyOptions(lifecycle: ChannelIngressDispatchLifecycle): { turnAdoptionLifecycle: { admission: \"exclusive\"; onAdopted: () => void | Promise<void>; onDeferred: () => void; onAbandoned: () => void | Promise<void>; abortSignal: AbortSignal; }; };","entrypoint":"channel-message","exportName":"bindIngressLifecycleToReplyOptions","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"1529cd8c4498338811b4d3bc1d52f2e89a4d8eeae35db526f79ff7914d889fe2","declaration":"export function buildChannelProgressDraftLine(input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): ChannelProgressDraftLine | undefined;","entrypoint":"channel-message","exportName":"buildChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"3f938b19f99e8206c1c9be21620614d99dc5b642ac129de3b04999333ebd62bb","declaration":"export function buildChannelProgressDraftLineForEntry(entry: StreamingCompatEntry | null | undefined, input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): ChannelProgressDraftLine | undefined;","entrypoint":"channel-message","exportName":"buildChannelProgressDraftLineForEntry","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"3ad861e20afa48e092e1600aea27e46e2d2f7de743a39743c4204239ee3975b8","declaration":"export function buildOutboundSessionContext(params: { cfg: OpenClawConfig; sessionKey?: string | null; policySessionKey?: string | null; conversationType?: string | null; isGroup?: boolean | null; agentId?: string | null; requesterAccountId?: string | null; requesterSenderId?: string | null; requesterSenderName?: string | null; requesterSenderUsername?: string | null; requesterSenderE164?: string | null; }): OutboundSessionContext | undefined;","entrypoint":"channel-message","exportName":"buildOutboundSessionContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"45470d4d0feced17992e9c4bb2b9fd198736a3a7bfc7a38229111e0f54fd2f6e","declaration":"export function createAccountStatusSink(params: { accountId: string; setStatus: (next: ChannelAccountSnapshot) => void; }): (patch: Omit<ChannelAccountSnapshot, \"accountId\">) => void;","entrypoint":"channel-message","exportName":"createAccountStatusSink","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"ed08ae6487be62f47b1b24aabf7b02006f0ef954dc92dd1f589353128eee95ba","declaration":"export function createChannelIngressDrain<TPayload, TMetadata = unknown, TCompletedMetadata = unknown>(options: CreateChannelIngressDrainOptions<TPayload, TMetadata, TCompletedMetadata>): ChannelIngressDrain;","entrypoint":"channel-message","exportName":"createChannelIngressDrain","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ee885cd4f5bd43dc0edc0bd8866bc2655e135dc229dcd08390ce24205a79e6a","declaration":"export function createChannelIngressError(name: string): ChannelIngressErrorClass<Error, [message: string, options?: ErrorOptions]>;\nexport function createChannelIngressError<TReason extends string>(name: string, options: { withReason: true; }): ChannelIngressErrorClass<Error & { readonly reason: TReason; }, [reason: TReason, message: string, errorOptions?: ErrorOptions]>;","entrypoint":"channel-message","exportName":"createChannelIngressError","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"1148ff7d1272453be5061ccbb1e4213c21701a4d034f7a09dc6539ac28c6122e","declaration":"export function createChannelIngressMonitor<TRaw, TBody, TStoredPayload, TMetadata = unknown>(options: CreateChannelIngressMonitorOptions<TRaw, TBody, TStoredPayload, TMetadata>): { admit: (raw: TRaw, admitOptions?: { receivedAt?: number; facts?: ChannelIngressMonitorFacts; }) => Promise<{ readonly kind: \"ignored\"; readonly queueResult?: undefined; } | { readonly kind: \"durable\"; readonly queueResult: { kind: \"failed\"; duplicate: true; record: { id: string; channelId: string; accountId: string; queueName: string; failedAt: number; reason: string; message?: string; }; } | { kind: \"accepted\"; duplicate: false; record: ChannelIngressQueueRecord<TStoredPayload, TMetadata>; } | { kind: \"pending\"; duplicate: true; record: ChannelIngressQueueRecord<TStoredPayload, TMetadata>; } | { kind: \"claimed\"; duplicate: true; record: ChannelIngressQueueClaim<TStoredPayload, TMetadata>; } | { kind: \"completed\"; duplicate: true; record: { id: string; channelId: string; accountId: string; queueName: string; completedAt: number; metadata?: unknown; }; }; }>; admitBatch: (rawEvents: readonly TRaw[], admitOptions?: { receivedAt?: number; }) => Promise<({ readonly kind: \"ignored\"; readonly queueResult?: undefined; } | { readonly kind: \"durable\"; readonly queueResult: { kind: \"failed\"; duplicate: true; record: { id: string; channelId: string; accountId: string; queueName: string; failedAt: number; reason: string; message?: string; }; } | { kind: \"accepted\"; duplicate: false; record: ChannelIngressQueueRecord<TStoredPayload, TMetadata>; } | { kind: \"pending\"; duplicate: true; record: ChannelIngressQueueRecord<TStoredPayload, TMetadata>; } | { kind: \"claimed\"; duplicate: true; record: ChannelIngressQueueClaim<TStoredPayload, TMetadata>; } | { kind: \"completed\"; duplicate: true; record: { id: string; channelId: string; accountId: string; queueName: string; completedAt: number; metadata?: unknown; }; }; })[]>; start: () => void; ensureQueueAvailable: () => void; requestDrain: () => void; pause: () => Promise<void>; stop: () => Promise<void>; waitForIdle: () => Promise<void>; waitForDeferredClaims: () => Promise<void>; waitForPumpIdle: () => Promise<void>; isRunning: () => boolean; isStopped: () => boolean; };","entrypoint":"channel-message","exportName":"createChannelIngressMonitor","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"c2da77bb4d055b4058a10dc5125a8ddbeec764cd700a47280599cfbe000bc7b2","declaration":"export function createChannelMessageAdapterFromOutbound<TConfig = unknown>(params: CreateChannelMessageAdapterFromOutboundParams<TConfig>): ChannelMessageAdapterShape<TConfig>;","entrypoint":"channel-message","exportName":"createChannelMessageAdapterFromOutbound","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"1670536bbc6ed9619b06e87e8072687d0847218badf71f08b439bfea0bfc3c5b","declaration":"export function createChannelMessageReplyPipeline(params: CreateChannelReplyPipelineParams): ChannelReplyPipeline;","entrypoint":"channel-message","exportName":"createChannelMessageReplyPipeline","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"2871a1ae2423e62833646aa01bc69a1d32669d06436655df4c33d98a73e22d49","declaration":"export function createChannelProgressDraftCompositor(params: { entry: StreamingCompatEntry | null | undefined; mode: ChannelProgressDraftMode; active: boolean; seed: string; update: (text: string, options?: ChannelProgressDraftUpdateOptions) => Promise<boolean | void> | boolean | void; deleteCurrent?: () => Promise<void> | void; tryNativeUpdate?: (text: string) => Promise<boolean> | boolean; updateOnLineChange?: boolean; rendersRollingLinesNatively?: boolean; formatLine?: (line: string) => string; isEmptyLine?: (line: ChannelProgressDraftCompositorLine | undefined) => boolean; shouldStartNow?: (line: ChannelProgressDraftCompositorLine | undefined) => boolean; reasoningLinePrefix?: string; commentaryLinePrefix?: string; reasoningGate?: boolean; commentaryItalics?: boolean; now?: () => number; setTimeoutFn?: typeof setTimeout; clearTimeoutFn?: typeof clearTimeout; buildProgressEventLine?: ChannelProgressDraftEventLineBuilder; }): { pushPlanProgress(steps?: AgentPlanStep[], options?: { explanation?: string; }): Promise<boolean>; pushPreambleHeadline(text?: string, options?: { itemId?: string; }): Promise<boolean>; pushNarrationProgress(text?: string): Promise<boolean>; pushReasoningProgress(text?: string, options?: { snapshot?: boolean; }): Promise<boolean>; pushCommentaryProgress(text?: string, options?: { itemId?: string; }): Promise<boolean>; pushToolEvent: (payload: { name?: string | undefined; args?: Record<string, unknown> | undefined; phase?: string | undefined; toolCallId?: string | undefined; itemId?: string | undefined; } & { detailMode?: \"explain\" | \"raw\"; }) => Promise<boolean>; pushItemEvent: (payload: Omit<{ title?: string | undefined; meta?: string | undefined; status?: string | undefined; name?: string | undefined; phase?: string | undefined; toolCallId?: string | undefined; itemId?: string | undefined; summary?: string | undefined; progressText?: string | undefined; itemKind?: string | undefined; commandBearing?: boolean | undefined; }, \"itemKind\"> & { kind?: string; }) => Promise<boolean>; pushApprovalEvent: (payload: { message?: string | undefined; title?: string | undefined; command?: string | undefined; reason?: string | undefined; phase?: string | undefined; }) => Promise<boolean>; pushCommandOutputEvent: (payload: { title?: string | undefined; status?: string | undefined; name?: string | undefined; phase?: string | undefined; toolCallId?: string | undefined; itemId?: string | undefined; exitCode?: number | null | undefined; }) => Promise<boolean>; pushPatchEvent: (payload: { title?: string | undefined; name?: string | undefined; phase?: string | undefined; deleted?: string[] | undefined; toolCallId?: string | undefined; itemId?: string | undefined; summary?: string | undefined; modified?: string[] | undefined; added?: string[] | undefined; }) => Promise<boolean>; previewToolProgressEnabled: boolean; commentaryProgressEnabled: boolean; suppressDefaultToolProgressMessages: boolean; hasStarted: boolean; isVisible: boolean; hasStatusHeadline: boolean; hasPlanProgress: boolean; getSnapshot: () => ChannelProgressDraftCompositorSnapshot; markFinalReplyStarted(): void; markFinalReplyDelivered(): void; beginNewTurn(options?: { force?: boolean; }): boolean; reset(): void; resetReasoningProgress(): void; mergeReasoningProgress: (text?: string, options?: { snapshot?: boolean; }) => string; suppress(): void; cancel(): void; start(): Promise<void>; noteActivity(options?: { startImmediately?: boolean; }): Promise<boolean>; pushToolProgress: (line?: ChannelProgressDraftCompositorLine, options?: { toolName?: string; startImmediately?: boolean; }) => Promise<boolean>; };","entrypoint":"channel-message","exportName":"createChannelProgressDraftCompositor","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"44c199920938c7a282e44d36eea187f1f8ce1d09bfb845180e1844124f497a3c","declaration":"export function createChannelProgressDraftGate(params: { onStart: () => void | Promise<void>; initialDelayMs?: number; onStartError?: (error: unknown) => void; setTimeoutFn?: typeof setTimeout; clearTimeoutFn?: typeof clearTimeout; }): { readonly hasStarted: boolean; readonly workEvents: number; noteWork(): Promise<boolean>; startNow(): Promise<void>; cancel(): void; reset(): void; };","entrypoint":"channel-message","exportName":"createChannelProgressDraftGate","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"2204efb262a5e8af61346bce23492dd759c15037ce3b8500148c5cc8dce1c421","declaration":"export function createChannelProgressReceiptTracker(params?: { now?: () => number; }): { noteReasoning(): void; closeReasoning: () => void; noteToolCall(toolName?: string): void; noteCommentary(itemId?: string, text?: string): void; reset: () => void; buildSummaryLine(): string; };","entrypoint":"channel-message","exportName":"createChannelProgressReceiptTracker","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"2209fd876893dd56da7cffda42967e79b6437d5230f70efd42b8171c2ba32611","declaration":"export function createChannelRunQueue(params: ChannelRunQueueParams): ChannelRunQueue;","entrypoint":"channel-message","exportName":"createChannelRunQueue","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"a5aaa539cdb2ae2d489c089b1b14f4aa620569cbb75e7758aa1ef175d3eb47a1","declaration":"export function createDraftStreamLoop<T = string>(params: { throttleMs: number; isStopped: () => boolean; sendOrEditStreamMessage: (value: T) => Promise<void | boolean>; emptyValue?: T; isEmpty?: (value: T) => boolean; onBackgroundFlushError?: (err: unknown) => void; }): CreatedDraftStreamLoop<T>;","entrypoint":"channel-message","exportName":"createDraftStreamLoop","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"20d48cedd88ba789120650f4e22012925d165a726c36af10ad435698ed19553b","declaration":"export function createDurableInboundReceiveJournalFromQueue<TPayload, TMetadata = unknown, TCompletedMetadata = unknown>(options: DurableInboundReceiveQueueJournalOptions<TPayload, TMetadata, TCompletedMetadata>): DurableInboundReceiveJournal<TPayload, TMetadata, TCompletedMetadata>;","entrypoint":"channel-message","exportName":"createDurableInboundReceiveJournalFromQueue","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"cbb4b0077da1e30030f08741746febb3b92c0183c13e914d233ff8ee18d0a7fa","declaration":"export function createFinalizableDraftLifecycle<TMessageId, TUpdate = string>(params: FinalizableDraftLifecycleParams<TMessageId, TUpdate>): { clear: () => Promise<void>; clearWithStop: (stopForClear: () => Promise<void>) => Promise<void>; loop: DraftStreamLoop<TUpdate> & { takePending: () => TUpdate; }; update: (value: TUpdate) => void; stop: () => Promise<void>; seal: () => Promise<void>; discardPending: () => Promise<void>; stopForClear: () => Promise<void>; };","entrypoint":"channel-message","exportName":"createFinalizableDraftLifecycle","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"acd64a0d6ce6dbd9db22f9e4a4497cef2110a9e962f240c6f5e90cef31505459","declaration":"export function createFinalizableDraftStreamControlsForState<T = string>(params: { throttleMs: number; state: FinalizableDraftStreamState; sendOrEditStreamMessage: (value: T) => Promise<void | boolean>; emptyValue?: T; isEmpty?: (value: T) => boolean; }): { loop: DraftStreamLoop<T> & { takePending: () => T; }; update: (value: T) => void; stop: () => Promise<void>; seal: () => Promise<void>; discardPending: () => Promise<void>; stopForClear: () => Promise<void>; };","entrypoint":"channel-message","exportName":"createFinalizableDraftStreamControlsForState","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2bb1868ec1cf7d97e6b8eb0a9a8a37122ec53c9cd4e2bbfc8448c1555f3d382","declaration":"export function createMessageReceiptFromOutboundResults(params: { results: readonly MessageReceiptInputResult[]; kind?: MessageReceiptPartKind; threadId?: string; replyToId?: string; sentAt?: number; }): MessageReceipt;","entrypoint":"channel-message","exportName":"createMessageReceiptFromOutboundResults","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"3c150fb027a4e4a1685b572d26aa1f70b3838641bd7629434c4265bfda549d0a","declaration":"export function createMessageReceiveContext<TMessage>(params: { id: string; channel: string; accountId?: string; message: TMessage; ackPolicy?: MessageAckPolicy; receivedAt?: number; signal?: AbortSignal; onAck?: () => Promise<void> | void; onNack?: (error: unknown) => Promise<void> | void; }): MessageReceiveContext<TMessage>;","entrypoint":"channel-message","exportName":"createMessageReceiveContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"29dc350d8400b0a559c16bba62e4cbb6bac848e9afcc6220086498134fc3d49e","declaration":"export function createOutboundPayloadPlan(payloads: readonly ReplyPayload[], context?: OutboundPayloadPlanContext): OutboundPayloadPlan[];","entrypoint":"channel-message","exportName":"createOutboundPayloadPlan","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"7abc004852a9162c3f4241d6c80b9962c9732dd03d2d38a56e4080a4e92758a1","declaration":"export function createPreviewMessageReceipt(params: { id: unknown; threadId?: string; replyToId?: string; sentAt?: number; raw?: unknown; }): MessageReceipt;","entrypoint":"channel-message","exportName":"createPreviewMessageReceipt","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"00ea8c297cf2cb1d8f27d4177e14c2a8f95417806077b3e6206dd939106a4f42","declaration":"export function createReplyPrefixContext(params: { cfg: OpenClawConfig; agentId: string; channel?: string; accountId?: string; }): ReplyPrefixContextBundle;","entrypoint":"channel-message","exportName":"createReplyPrefixContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"f6f643d3ac733041c53ea9448c56ca76fef259032c480ba6f4bf3ad7c48c8108","declaration":"export function createReplyPrefixOptions(params: { cfg: OpenClawConfig; agentId: string; channel?: string; accountId?: string; }): ReplyPrefixOptions;","entrypoint":"channel-message","exportName":"createReplyPrefixOptions","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"74fc19137203a84902b6a7cdaa10db8db714e6aed701e61d398d9edc1bbf2592","declaration":"export function createReplyToFanout(params: { replyToId?: string | null; replyToMode?: ReplyToMode; replyToIdSource?: ReplyToResolution[\"source\"]; }): () => string | undefined;","entrypoint":"channel-message","exportName":"createReplyToFanout","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"d934828dfca3782d302de428edb678320bafaaf43732a885df3a78c9775e49c6","declaration":"export function createRuntimeOutboundDelegates<Runtime>(params: { getRuntime: () => MaybePromise<Runtime>; renderPresentation?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"renderPresentation\"] | null | undefined; unavailableMessage?: string; }; sendPayload?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendPayload\"] | null | undefined; unavailableMessage?: string; }; sendText?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendText\"] | null | undefined; unavailableMessage?: string; }; sendMedia?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendMedia\"] | null | undefined; unavailableMessage?: string; }; sendPoll?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendPoll\"] | null | undefined; unavailableMessage?: string; }; }): Pick<ChannelOutboundAdapter, OutboundMethod>;","entrypoint":"channel-message","exportName":"createRuntimeOutboundDelegates","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"1c08a759db76abcefee8ee1bab6313a396d321f42a105176b5705bef8ffa94ad","declaration":"export function createTypingCallbacks(params: CreateTypingCallbacksParams): TypingCallbacks;","entrypoint":"channel-message","exportName":"createTypingCallbacks","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba427dfdeef714736de2a030fcaef5c23a3b0e6351f7c5ebd786f19ff350e1bc","declaration":"export function createTypingKeepaliveLoop(params: { intervalMs: number; onTick: AsyncTick; }): TypingKeepaliveLoop;","entrypoint":"channel-message","exportName":"createTypingKeepaliveLoop","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"5b0e9276eabf37eac35db01adadd9694fdec1972f9b778ced4d704a868844f67","declaration":"export function defineChannelMessageAdapter<const TAdapter extends ChannelMessageAdapterShape>(adapter: TAdapter): ChannelMessageAdapter<ChannelMessageAdapterWithDefaultReceive<TAdapter>>;","entrypoint":"channel-message","exportName":"defineChannelMessageAdapter","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"7e63fe1abf08995573bb768b68c670ec952a1782e00c3721a625fac283e980cb","declaration":"export function defineFinalizableLivePreviewAdapter<TPayload, TId, TEdit>(adapter: FinalizableLivePreviewAdapter<TPayload, TId, TEdit>): FinalizableLivePreviewAdapter<TPayload, TId, TEdit>;","entrypoint":"channel-message","exportName":"defineFinalizableLivePreviewAdapter","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"f74a47c1667d189ed96c702b3c5307f64306a232b65b9807f43bbd756e819322","declaration":"export function deliverWithFinalizableLivePreviewAdapter<TPayload, TId, TEdit>(params: { kind: \"tool\" | \"block\" | \"final\"; payload: TPayload; liveState?: LiveMessageState<TPayload>; adapter?: FinalizableLivePreviewAdapter<TPayload, TId, TEdit>; deliverNormally: (payload: TPayload) => Promise<boolean | void>; onNormalDelivered?: () => Promise<void> | void; }): Promise<LivePreviewFinalizerResult<TPayload>>;","entrypoint":"channel-message","exportName":"deliverWithFinalizableLivePreviewAdapter","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"d1e255cca4dee40f6f6536738809b7616b492da325a439111e0b832546f4734d","declaration":"export function deriveDurableFinalDeliveryRequirements(params: DeriveDurableFinalDeliveryRequirementsParams): DurableFinalDeliveryRequirementMap;","entrypoint":"channel-message","exportName":"deriveDurableFinalDeliveryRequirements","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"fe3b2cc123400a9b7dfb51f69aa0ddc88675b983e772852cb7d902a528dcd055","declaration":"export function formatChannelProgressDraftLine(input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): string | undefined;","entrypoint":"channel-message","exportName":"formatChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"df25d6ffb817eb32f8b4b670057c2c5e4d42512f416f99351e2345a09371226d","declaration":"export function formatChannelProgressDraftLineForEntry(entry: StreamingCompatEntry | null | undefined, input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): string | undefined;","entrypoint":"channel-message","exportName":"formatChannelProgressDraftLineForEntry","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"ad582c3d988c6ba71760e6ccf10f896c98034a70ed5bed6924087b898de61d3e","declaration":"export function formatChannelProgressDraftText(params: { entry?: StreamingCompatEntry | null; lines: Array<string | ChannelProgressDraftLine>; seed?: string; random?: () => number; formatLine?: (line: string) => string; bullet?: string; narration?: string; plan?: readonly AgentPlanStep[]; }): string;","entrypoint":"channel-message","exportName":"formatChannelProgressDraftText","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"d54d2cfdcb9d85947f0ce5380faa272a982ab558b483cd2cd67a4cd4ced16fbb","declaration":"export function formatPlanChecklistLines(steps: readonly AgentPlanStep[], options: { maxLines: number; maxLineChars: number; }): string[];","entrypoint":"channel-message","exportName":"formatPlanChecklistLines","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"72ef52a7a184703e0ac9fec319b40f650c6ffc488153ebc1ff2d4c5ef0d2fe63","declaration":"export function getChannelStreamingConfigObject(entry: StreamingCompatEntry | null | undefined): ChannelStreamingConfig | undefined;","entrypoint":"channel-message","exportName":"getChannelStreamingConfigObject","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"8a142089acc4d9428ed552977f90f17b2283c109cd1c66b91b51b3653d455eea","declaration":"export function hasFinalChannelTurnDispatch(result: ChannelTurnDispatchResultLike, signals?: Pick<ChannelTurnVisibleDeliverySignals, \"fallbackDelivered\" | \"deliverySummaryDelivered\">): boolean;","entrypoint":"channel-message","exportName":"hasFinalChannelTurnDispatch","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"bb4c861ed6a9b1d70200aea7f6356a65a71491b098f8f3e8866241e5481f9aec","declaration":"export function hasVisibleChannelTurnDispatch(result: ChannelTurnDispatchResultLike, signals?: ChannelTurnVisibleDeliverySignals): boolean;","entrypoint":"channel-message","exportName":"hasVisibleChannelTurnDispatch","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"a3392a9a24bc265b97c030d5e44169bf0b3a59738aae7ee2d3589c8840aa701a","declaration":"export function isChannelProgressDraftWorkToolName(name: string | null | undefined): boolean;","entrypoint":"channel-message","exportName":"isChannelProgressDraftWorkToolName","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef5bf99c6a2812c4f53a4571747212cedd772a112fd40a0c7bbcb26f6392f0b5","declaration":"export function isPotentialTruncatedFinal(finalText: string): boolean;","entrypoint":"channel-message","exportName":"isPotentialTruncatedFinal","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"7069975d33d1b6fdf9de96f3436c070a7d7160c55f5a4c7284cd851fe83c29ee","declaration":"export function isRecentOutboundMessageIdentity(identity: OutboundMessageIdentity): boolean;","entrypoint":"channel-message","exportName":"isRecentOutboundMessageIdentity","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"76834dcabb16e8bf079074313b0883d7fccd003117cb630f5c1ea8eef0bd7b62","declaration":"export function keepHttpServerTaskAlive(params: { server: CloseAwareServer; abortSignal?: AbortSignal; onAbort?: () => void | Promise<void>; }): Promise<void>;","entrypoint":"channel-message","exportName":"keepHttpServerTaskAlive","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"5b3cd54bde62dfe24a8f940c26459db2f10b2569f638224ca73d41c79c9315bf","declaration":"export function listMessageReceiptPlatformIds(receipt: MessageReceipt): string[];","entrypoint":"channel-message","exportName":"listMessageReceiptPlatformIds","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"447bed40e4b999ca05c2a5e517c9f3081c127ed9e5f16db058135fecacbdff7d","declaration":"export function logTypingFailure(params: { log: LogFn; channel: string; target?: string; action?: \"start\" | \"stop\"; error: unknown; }): void;","entrypoint":"channel-message","exportName":"logTypingFailure","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"63de02df0263b3534b1c84a1e45aad5201c859d04c49dcbe9cbe64131f9704be","declaration":"export function mergeChannelProgressDraftLine<TLine extends string | ChannelProgressDraftLine>(lines: TLine[], line: TLine, params: { maxLines: number; }): TLine[];","entrypoint":"channel-message","exportName":"mergeChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"844a3251dcba84a9735c855d7b6c930570cc486f3a1c5fc49b541572d52bb7d7","declaration":"export function normalizeAgentPlanSteps(value: unknown): AgentPlanStep[] | undefined;","entrypoint":"channel-message","exportName":"normalizeAgentPlanSteps","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"b19d38e15e2054e826fd132198c606165fc369fb5a96f4e6bbbf7b89bee35ac2","declaration":"export function normalizeChannelProgressDraftLineIdentity(line: string | ChannelProgressDraftLine | undefined): string;","entrypoint":"channel-message","exportName":"normalizeChannelProgressDraftLineIdentity","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba2389600eeea10867e3891e411bd84e8fd07dcd410249c29ca92ba59ef27bad","declaration":"export function processPidFromOwnerId(ownerId: string): number;","entrypoint":"channel-message","exportName":"processPidFromOwnerId","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"12fbc7eeb2ee5046f417e91bed56d59a8fb1b8b995675f1d40a1b0c13ed815bb","declaration":"export function projectOutboundPayloadPlanForDelivery(plan: readonly OutboundPayloadPlan[]): ReplyPayload[];","entrypoint":"channel-message","exportName":"projectOutboundPayloadPlanForDelivery","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"bc16377d8f9c3467da5115ff2d6b3ef0423980794a0f5af287b1f1e8ee9533ef","declaration":"export function recordOutboundMessageIdentity(identity: OutboundMessageIdentity): void;","entrypoint":"channel-message","exportName":"recordOutboundMessageIdentity","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"3090faaaca1e2c970a0eadbb7792c531a053746df6df83a082d8564a8313b401","declaration":"export function resolveAgentOutboundIdentity(cfg: OpenClawConfig, agentId: string): OutboundIdentity | undefined;","entrypoint":"channel-message","exportName":"resolveAgentOutboundIdentity","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba763bf7ff1dee852fb9b58f5995f9df744028d47ca29f687b215ba316c66723","declaration":"export function resolveChannelDraftStreamingChunking(cfg: OpenClawConfig | undefined, channelId: ChannelId, accountId: string | null | undefined, opts: { fallbackLimit: number; }): ChannelDraftStreamingChunking;","entrypoint":"channel-message","exportName":"resolveChannelDraftStreamingChunking","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"19053f3926d4ac878570b38581176d868c1db0562405f63c2b4c8ebe05d8c16b","declaration":"export function resolveChannelMessageSourceReplyDeliveryMode(params: { cfg: OpenClawConfig; ctx: SourceReplyDeliveryModeContext; requested?: SourceReplyDeliveryMode; messageToolAvailable?: boolean; }): SourceReplyDeliveryMode;","entrypoint":"channel-message","exportName":"resolveChannelMessageSourceReplyDeliveryMode","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"68a1685dc820e99df49502335f46968732601db520530d33f360d5cb91006013","declaration":"export function resolveChannelPreviewStreamMode(entry: StreamingCompatEntry | null | undefined, defaultMode: StreamingMode): StreamingMode;","entrypoint":"channel-message","exportName":"resolveChannelPreviewStreamMode","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"c5a13690584bd18a166d82f922e922bf878093fa5718ab97522e368ecded3594","declaration":"export function resolveChannelProgressDraftConfig(entry: StreamingCompatEntry | null | undefined): ChannelStreamingProgressConfig;","entrypoint":"channel-message","exportName":"resolveChannelProgressDraftConfig","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"67601189ddb7ca8af6da615bddda181df61b81a591bfe1f6652871df5392e54c","declaration":"export function resolveChannelProgressDraftMaxLineChars(entry: StreamingCompatEntry | null | undefined, defaultValue?: number): number;","entrypoint":"channel-message","exportName":"resolveChannelProgressDraftMaxLineChars","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"94bfa97256012d05ae1478ab5ce1230bea46adc046a3f2464e478e824f59188d","declaration":"export function resolveChannelProgressDraftMaxLines(entry: StreamingCompatEntry | null | undefined, defaultValue?: number): number;","entrypoint":"channel-message","exportName":"resolveChannelProgressDraftMaxLines","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"69f00b2679128a5b7f4bfd5070c6a9b9b6932c6d08b4f7a2e3d02969116eeec9","declaration":"export function resolveChannelProgressDraftRender(entry: StreamingCompatEntry | null | undefined, defaultValue?: ChannelProgressDraftRenderMode): ChannelProgressDraftRenderMode;","entrypoint":"channel-message","exportName":"resolveChannelProgressDraftRender","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0b4a47c600e3c418501e57e72f6d5fad0777972e5e1fc9ecdaaf913cc10d820","declaration":"export function resolveChannelStreamingBlockCoalesce(entry: StreamingCompatEntry | null | undefined): BlockStreamingCoalesceConfig | undefined;","entrypoint":"channel-message","exportName":"resolveChannelStreamingBlockCoalesce","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"5ad6013eb7dd5b7889fcda97e6a8806acbb87a31691e8b3757f6ddabd461e242","declaration":"export function resolveChannelStreamingBlockEnabled(entry: StreamingCompatEntry | null | undefined): boolean | undefined;\nexport function resolveChannelStreamingBlockEnabled(entry: StreamingCompatEntry | null | undefined, previewPolicy: { previewAvailable: boolean; blockStreamingDefault?: \"off\" | \"on\"; }): boolean;","entrypoint":"channel-message","exportName":"resolveChannelStreamingBlockEnabled","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"e610a38066a0280bcf4405136e37c486024548f0560ac0cedd8b50b6d2795abe","declaration":"export function resolveChannelStreamingChunkMode(entry: StreamingCompatEntry | null | undefined): TextChunkMode | undefined;","entrypoint":"channel-message","exportName":"resolveChannelStreamingChunkMode","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"c49422fad1c05aa6a67504303ae9d13b431e89be62dbc773f93a8ac83dd7b5d8","declaration":"export function resolveChannelStreamingNativeTransport(entry: StreamingCompatEntry | null | undefined): boolean | undefined;","entrypoint":"channel-message","exportName":"resolveChannelStreamingNativeTransport","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"27317c7759a3a9106b65470c8d6ad6ae6a486bc8b20e078e9d0018f6a6fcb1aa","declaration":"export function resolveChannelStreamingPreviewCommandText(entry: StreamingCompatEntry | null | undefined, defaultValue?: ChannelStreamingCommandTextMode): ChannelStreamingCommandTextMode;","entrypoint":"channel-message","exportName":"resolveChannelStreamingPreviewCommandText","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"c8f694802ae5bea20a106249e97415adf69f1fac12a265b2f22cc4c81d885a5c","declaration":"export function resolveChannelStreamingPreviewToolProgress(entry: StreamingCompatEntry | null | undefined, defaultValue?: boolean, mode?: StreamingMode): boolean;","entrypoint":"channel-message","exportName":"resolveChannelStreamingPreviewToolProgress","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"c327e460e9b9144efbe325637ac4fb293d694980ba19b3958a813af64fba1c97","declaration":"export function resolveChannelStreamingProgressCommentary(entry: StreamingCompatEntry | null | undefined, defaultValue?: boolean, mode?: StreamingMode): boolean;","entrypoint":"channel-message","exportName":"resolveChannelStreamingProgressCommentary","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"6a698ac205fefcd2c39e3e80d35ebb8c8120a887b7f77f98790cbfad8bc98438","declaration":"export function resolveChannelStreamingProgressNarration(entry: StreamingCompatEntry | null | undefined, defaultValue?: boolean): boolean;","entrypoint":"channel-message","exportName":"resolveChannelStreamingProgressNarration","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"6adaf9a77364ac28a3853bdcf374ae67ba80de60bd38cd626d420e1c59b3d9f9","declaration":"export function resolveChannelStreamingSuppressDefaultToolProgressMessages(entry: StreamingCompatEntry | null | undefined, options?: { draftStreamActive?: boolean; previewToolProgressEnabled?: boolean; previewStreamingEnabled?: boolean; }): boolean;","entrypoint":"channel-message","exportName":"resolveChannelStreamingSuppressDefaultToolProgressMessages","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"98e0cc16352b7dfcceb4957f8cd2acfe3c2b3acb223c42a5cfb885e088fcb04c","declaration":"export function resolveChannelTurnDispatchCounts(result: ChannelTurnDispatchResultLike): Record<ReplyDispatchKind, number>;","entrypoint":"channel-message","exportName":"resolveChannelTurnDispatchCounts","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"5cfb1cdef5ab49e92d85c89e6764186a0f2431e562bcf55a85bb3cf0895c2457","declaration":"export function resolveMessageReceiptPrimaryId(receipt: MessageReceipt): string | undefined;","entrypoint":"channel-message","exportName":"resolveMessageReceiptPrimaryId","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"d29628b001ad7ae95804bce6ae935a8712cf1153f1cd00ee379198d94ee52c64","declaration":"export function resolveOutboundSendDep<T>(deps: OutboundSendDeps | null | undefined, channelId: string, options?: ResolveOutboundSendDepOptions): T | undefined;","entrypoint":"channel-message","exportName":"resolveOutboundSendDep","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"39ea6c6f5ee124c8a85592bf582008e3edc5a8a799fd25174571c60eb8005b96","declaration":"export function resolveTranscriptBackedChannelFinalText(params: { finalText: string; resolveCandidateText: () => Promise<string | undefined>; }): Promise<string>;","entrypoint":"channel-message","exportName":"resolveTranscriptBackedChannelFinalText","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"741007941f15f430026cdbd56e555a52a150924e6190e629c054d461bb7187cd","declaration":"export function runPassiveAccountLifecycle<Handle>(params: PassiveAccountLifecycleParams<Handle>): Promise<void>;","entrypoint":"channel-message","exportName":"runPassiveAccountLifecycle","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"82e2b43396b910ef19bddcd3abc6bbb81ed0df646537dee1292c20f1d55a7e49","declaration":"export function sanitizeForPlainText(text: string, options?: { style?: \"markdown\"; }): string;","entrypoint":"channel-message","exportName":"sanitizeForPlainText","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"356ec7b9ff2eaca48d91bf082d443fbbc130d98d4692683ba2520a54b1064f0c","declaration":"export function selectLongerFinalText(params: { finalText: string; candidateTexts: readonly (string | undefined)[]; }): string | undefined;","entrypoint":"channel-message","exportName":"selectLongerFinalText","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"92aaa8fa766b4e8964281c1308665e87fa1972e27d2b71982df11d609f8bb9de","declaration":"export function sendDurableMessageBatch(params: DurableMessageSendContextParams): Promise<DurableMessageBatchSendResult>;","entrypoint":"channel-message","exportName":"sendDurableMessageBatch","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"5ce1f7e89ec92d671bf5c485a97438d007f9e4c482ecee6d259f159c12e67994","declaration":"export function takeMessageIdAfterStop<T>(params: StopAndClearMessageIdParams<T>): Promise<T | undefined>;","entrypoint":"channel-message","exportName":"takeMessageIdAfterStop","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"1c22493ec773f5ab49e858da5f555c05d5b381752d28311f0bcdb336080777ce","declaration":"export function verifyChannelMessageAdapterCapabilityProofs(params: { adapterName: string; adapter: Pick<ChannelMessageAdapterShape, \"durableFinal\">; proofs: DurableFinalCapabilityProofMap; }): Promise<DurableFinalCapabilityProofResult[]>;","entrypoint":"channel-message","exportName":"verifyChannelMessageAdapterCapabilityProofs","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"30a6c2c3d8d4c265d56cbd34e482ee977571c7f74aabfd7124b976f161e7fd5c","declaration":"export function verifyChannelMessageLiveCapabilityAdapterProofs(params: { adapterName: string; adapter: Pick<ChannelMessageAdapterShape, \"live\">; proofs: ChannelMessageLiveCapabilityProofMap; }): Promise<ChannelMessageLiveCapabilityProofResult[]>;","entrypoint":"channel-message","exportName":"verifyChannelMessageLiveCapabilityAdapterProofs","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"cf47f3ac8de80a7ca8a3ed310fdcab6e9572e900ce7163f74825c91d3145bf46","declaration":"export function verifyChannelMessageLiveFinalizerProofs(params: { adapterName: string; adapter: Pick<ChannelMessageAdapterShape, \"live\">; proofs: LivePreviewFinalizerCapabilityProofMap; }): Promise<LivePreviewFinalizerCapabilityProofResult[]>;","entrypoint":"channel-message","exportName":"verifyChannelMessageLiveFinalizerProofs","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"94c985b543d41619c1451d892659176c20cefedcbec31ca664b6b455047726ea","declaration":"export function verifyChannelMessageReceiveAckPolicyAdapterProofs(params: { adapterName: string; adapter: Pick<ChannelMessageAdapterShape, \"receive\">; proofs: ChannelMessageReceiveAckPolicyProofMap; }): Promise<ChannelMessageReceiveAckPolicyProofResult[]>;","entrypoint":"channel-message","exportName":"verifyChannelMessageReceiveAckPolicyAdapterProofs","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"b796c691d3924ee3a5ac8b33d889dbaf93c1fc9f643e63b7c7da7cf56116fff3","declaration":"export function verifyDurableFinalCapabilityProofs(params: { adapterName: string; capabilities?: DurableFinalDeliveryRequirementMap; proofs: DurableFinalCapabilityProofMap; }): Promise<DurableFinalCapabilityProofResult[]>;","entrypoint":"channel-message","exportName":"verifyDurableFinalCapabilityProofs","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"af8e81abdafe41b89921aac6736d212928aa6680ddafd6a11faee588dada12ba","declaration":"export function waitUntilAbort(signal?: AbortSignal, onAbort?: () => void | Promise<void>): Promise<void>;","entrypoint":"channel-message","exportName":"waitUntilAbort","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"4f8e7e4cfdeda331979162410d711d740b2b106591f6b22789b4d44c999296bd","declaration":"export function withDurableMessageSendContext<T>(params: DurableMessageSendContextParams, run: (ctx: DurableMessageSendContext) => Promise<T>): Promise<T>;","entrypoint":"channel-message","exportName":"withDurableMessageSendContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"function","recordType":"export"}
|
|
{"closureHash":"2021b09986fe1e67b52bb5f9e178a6f01c8bbeed05fbeee94d77f7c97b8bc1dc","declaration":"export const CHANNEL_INGRESS_RETENTION_DEFAULTS: Readonly<{ pruneIntervalMs: number; completedTtlMs: number; completedMaxEntries: number; failedTtlMs: number; failedMaxEntries: number;}>;","entrypoint":"channel-message","exportName":"CHANNEL_INGRESS_RETENTION_DEFAULTS","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"const","recordType":"export"}
|
|
{"closureHash":"1d2b35e1a14c51c787964793fc2497bd5c2ac40027448787a00a07d0ed367cac","declaration":"export const DEFAULT_INGRESS_ADOPTION_STALL_MS: number;","entrypoint":"channel-message","exportName":"DEFAULT_INGRESS_ADOPTION_STALL_MS","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"const","recordType":"export"}
|
|
{"closureHash":"9555a73ba2717bba0bf94888017be4cecef2c51cc3887ed34f8d8ef3c79d6abf","declaration":"export const DEFAULT_INGRESS_RETRY_DEAD_LETTER_MIN_AGE_MS: number;","entrypoint":"channel-message","exportName":"DEFAULT_INGRESS_RETRY_DEAD_LETTER_MIN_AGE_MS","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"const","recordType":"export"}
|
|
{"closureHash":"3a2df3ab656149630c004d2d9f71b8ceda99aa81eb6b72b0cc7b3982ed0ce044","declaration":"export const DEFAULT_INGRESS_RETRY_MAX_ATTEMPTS: 8;","entrypoint":"channel-message","exportName":"DEFAULT_INGRESS_RETRY_MAX_ATTEMPTS","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"const","recordType":"export"}
|
|
{"closureHash":"38c735a14c65067aa7825390d1c5c8876c651d0603e84980dfaf947f5235747a","declaration":"export const INGRESS_CLAIM_PROCESS_ID: string;","entrypoint":"channel-message","exportName":"INGRESS_CLAIM_PROCESS_ID","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"const","recordType":"export"}
|
|
{"closureHash":"49e98f675c3f385cf2acea1d1b7480f1a510449c1a04bf3d65475b9a7492d2dd","declaration":"export const deliverInboundReplyWithMessageSendContext: (params: DurableInboundReplyDeliveryParams) => Promise<{ status: \"not_applicable\"; reason: \"non_final\";} | { status: \"unsupported\"; reason: \"missing_channel\" | \"missing_target\" | \"missing_outbound_handler\" | \"capability_mismatch\"; capability?: DurableFinalDeliveryRequirement;} | { status: \"handled_visible\"; delivery: ChannelDeliveryResult;} | { status: \"handled_no_send\"; reason: \"no_visible_result\"; delivery: ChannelDeliveryResult;} | { status: \"failed\"; error: unknown; sentBeforeError?: true;}>;","entrypoint":"channel-message","exportName":"deliverInboundReplyWithMessageSendContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"const","recordType":"export"}
|
|
{"closureHash":"2c52eff200a5b9bd2d93ee72209c2626bbe165f59b538591db661b94773023b0","declaration":"export type AgentPlanStep = AgentPlanStep;","entrypoint":"channel-message","exportName":"AgentPlanStep","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"1e8bcb2c8d8f5327f5b81b8c217f722f090dccba21ba3943324010f4f80a5a50","declaration":"export type AgentPlanStepStatus = AgentPlanStepStatus;","entrypoint":"channel-message","exportName":"AgentPlanStepStatus","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"b036fc26e5330dfd7da1af8839bb3c23e85283b9e16e252a659dd4bb0c35cd5e","declaration":"export type ChannelDeliveryStreamingConfig = ChannelDeliveryStreamingConfig;","entrypoint":"channel-message","exportName":"ChannelDeliveryStreamingConfig","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"740e99eab36bb033e7e64b9277cf8f838362ca725b189a7849dfb5bfefcfd311","declaration":"export type ChannelDraftStreamingChunking = ChannelDraftStreamingChunking;","entrypoint":"channel-message","exportName":"ChannelDraftStreamingChunking","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"e45d5249f89e5ca2d5d11ba8484bb66e631fc374331001532ac9447efeb39bf1","declaration":"export type ChannelIngressDrain = ChannelIngressDrain;","entrypoint":"channel-message","exportName":"ChannelIngressDrain","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"51924ee7ba1d7d08848e1c4b391054f725fafda2f3bc6065a2fd3ffd736e8e2d","declaration":"export type ChannelIngressMonitorDeliveryResult = ChannelIngressMonitorDeliveryResult;","entrypoint":"channel-message","exportName":"ChannelIngressMonitorDeliveryResult","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"fd9b245fc3c8414e3812f23b7243f1660753a3a7ac9cfb133aa5ea5f9386d259","declaration":"export type ChannelIngressMonitorLifecycle = ChannelIngressMonitorLifecycle;","entrypoint":"channel-message","exportName":"ChannelIngressMonitorLifecycle","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"799361e7c500641930f404625113b2547fc397b23b481eb49316253eb0f25105","declaration":"export type ChannelIngressQueue<TPayload, TMetadata = unknown, TCompletedMetadata = unknown> = ChannelIngressQueue<TPayload, TMetadata, TCompletedMetadata>;","entrypoint":"channel-message","exportName":"ChannelIngressQueue","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"953c91401d4836563dedb308288b041ef1e669a781b9fd36dd77cb4b97786c8d","declaration":"export type ChannelIngressQueueClaim<TPayload, TMetadata = unknown> = ChannelIngressQueueClaim<TPayload, TMetadata>;","entrypoint":"channel-message","exportName":"ChannelIngressQueueClaim","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"3cdada90c5a09c418c4e6822b054a0d1195ac3efe19de64f24c29b229806cba4","declaration":"export type ChannelIngressQueueClaimRef = ChannelIngressQueueClaimRef;","entrypoint":"channel-message","exportName":"ChannelIngressQueueClaimRef","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"0e94ee6d03e628b124a6db347f4ac87c2cc20beed76b26e7a5e7db5a8c9078b4","declaration":"export type ChannelIngressQueueCorruptClaim = ChannelIngressQueueCorruptClaim;","entrypoint":"channel-message","exportName":"ChannelIngressQueueCorruptClaim","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"8c254d22c76c484a692462033eeb783a148c650fd06bb7227589729cc68763a4","declaration":"export type ChannelIngressQueueRecord<TPayload, TMetadata = unknown> = ChannelIngressQueueRecord<TPayload, TMetadata>;","entrypoint":"channel-message","exportName":"ChannelIngressQueueRecord","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"c2bd906f63d9f9f8190d2262f2dc2ec45d523141658734f7f4b4adcf2896bcdc","declaration":"export type ChannelMessageAdapterShape<TConfig = OpenClawConfig, TSendResult extends ChannelMessageSendResult = ChannelMessageSendResult> = ChannelMessageAdapterShape<TConfig, TSendResult>;","entrypoint":"channel-message","exportName":"ChannelMessageAdapterShape","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"db6d5c5bbb096a4abde13af68f3fe2079a4230e151e2d7da1a6ce5172eccecc6","declaration":"export type ChannelMessageDurableFinalAdapter = ChannelMessageDurableFinalAdapter;","entrypoint":"channel-message","exportName":"ChannelMessageDurableFinalAdapter","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"0ca601cf0117413d0190b2671835563b400d8ba3857915ef10f15c18e6c78578","declaration":"export type ChannelMessageSendMediaContext<TConfig = OpenClawConfig> = ChannelMessageSendMediaContext<TConfig>;","entrypoint":"channel-message","exportName":"ChannelMessageSendMediaContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"c28eccc0ec28387757290afbe3bb01142680870805963fa8e97d5e49aaddf439","declaration":"export type ChannelMessageSendPayloadContext<TConfig = OpenClawConfig> = ChannelMessageSendPayloadContext<TConfig>;","entrypoint":"channel-message","exportName":"ChannelMessageSendPayloadContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"6a42843383b8723a78e2634f34ddf1dd601fa0dd27419e749ccf178fbe37d6a3","declaration":"export type ChannelMessageSendResult = ChannelMessageSendResult;","entrypoint":"channel-message","exportName":"ChannelMessageSendResult","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"550eff9458d5bb40a2d31a9a0ccdccf08216027e129c82244677cfc5b3046505","declaration":"export type ChannelMessageSendTextContext<TConfig = OpenClawConfig> = ChannelMessageSendTextContext<TConfig>;","entrypoint":"channel-message","exportName":"ChannelMessageSendTextContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"f55e61d3efa488a6ddf6dcceebef7259df98883ecfc5fda904b09754f199ee1a","declaration":"export type ChannelMessageUnknownSendContext<TConfig = OpenClawConfig> = ChannelMessageUnknownSendContext<TConfig>;","entrypoint":"channel-message","exportName":"ChannelMessageUnknownSendContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"e3bde4b77d2c764a8d8236b5739523240f594f484825ac9ea4205cacdb100960","declaration":"export type ChannelMessageUnknownSendReconciliationResult = ChannelMessageUnknownSendReconciliationResult;","entrypoint":"channel-message","exportName":"ChannelMessageUnknownSendReconciliationResult","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"67f3a704195e12f66ff1b8633639dc4de4af9769891b13e7ba7a575ca1efcdc6","declaration":"export type ChannelPreviewStreamingConfig = ChannelPreviewStreamingConfig;","entrypoint":"channel-message","exportName":"ChannelPreviewStreamingConfig","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"0e770e84db0236d956e70398054333f16395d5522bebbb7122d65ade2f64e44a","declaration":"export type ChannelProgressDraftCompositorLine = ChannelProgressDraftCompositorLine;","entrypoint":"channel-message","exportName":"ChannelProgressDraftCompositorLine","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"b7c76761bd56e44d2ae0e3c54f8880a1ae4897c2c1b28bc5704367f841c18b06","declaration":"export type ChannelProgressDraftCompositorSnapshot = Readonly<{ lines: readonly ChannelProgressDraftCompositorLine[]; statusHeadline?: string; plan?: readonly AgentPlanStep[]; planExplanation?: string;}>;","entrypoint":"channel-message","exportName":"ChannelProgressDraftCompositorSnapshot","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"a9ec1f82184ba85d82bfdb8b4ebb8b8280e6dd0c63f08a61e55e92c6df005fcc","declaration":"export type ChannelProgressDraftLine = ChannelProgressDraftLine;","entrypoint":"channel-message","exportName":"ChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"de6224d5ef3d05e9e25fadc96c00f75c3df158ef94345e7c9f102b7234926fb7","declaration":"export type ChannelStreamingBlockConfig = ChannelStreamingBlockConfig;","entrypoint":"channel-message","exportName":"ChannelStreamingBlockConfig","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"c3269be226828d9e407cadb848af626a7a01949ce921c44494542eb676217d67","declaration":"export type ChannelStreamingProgressConfig = ChannelStreamingProgressConfig;","entrypoint":"channel-message","exportName":"ChannelStreamingProgressConfig","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"fc7e4c04e9bb74b8ab367534651361c243c839d563677621540793eed89c61bf","declaration":"export type DurableMessageBatchSendResult = DurableMessageBatchSendResult;","entrypoint":"channel-message","exportName":"DurableMessageBatchSendResult","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"e35a7d7827520aa5234bc249de4745eb080c4be9bc556f929af30ea005e72f65","declaration":"export type MessageAckPolicy = ChannelMessageReceiveAckPolicy;","entrypoint":"channel-message","exportName":"MessageAckPolicy","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"8ca207a181eb8157ece23c08fb2ed324bfd1c1620c47ea98dde963ddd6c093a6","declaration":"export type MessageReceipt = MessageReceipt;","entrypoint":"channel-message","exportName":"MessageReceipt","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"b0fafd3bc038a9a6348f569ab97ae2d0178f7c424c08fb4949bee17ae55fc1c2","declaration":"export type MessageReceiptPart = MessageReceiptPart;","entrypoint":"channel-message","exportName":"MessageReceiptPart","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"8bb54619c30818de9ed3f3e598d3a0f49c12e9303aaf12aaf45ebc2529ad2e6f","declaration":"export type MessageReceiptPartKind = MessageReceiptPartKind;","entrypoint":"channel-message","exportName":"MessageReceiptPartKind","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"608d9000673d33b4d57a229551d3f9168c58440791edec48a03af0f9370bddc2","declaration":"export type MessageReceiptSourceResult = MessageReceiptSourceResult;","entrypoint":"channel-message","exportName":"MessageReceiptSourceResult","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"d7dcc3bdd4473642b0bfda0bef9ab6f2236c2b09ac1a5af833ae6e8346606208","declaration":"export type MessageReceiveContext<TMessage = unknown> = MessageReceiveContext<TMessage>;","entrypoint":"channel-message","exportName":"MessageReceiveContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"f9f363ff3771520d366feaee878e1aebbc42261e620a7e934ddc8dbfb1bc941c","declaration":"export type OutboundDeliveryFormattingOptions = OutboundDeliveryFormattingOptions;","entrypoint":"channel-message","exportName":"OutboundDeliveryFormattingOptions","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"747b0a0e9cf9bca79463e90a0850940820d68a35dd4facde3776428d4a18e8e4","declaration":"export type OutboundIdentity = OutboundIdentity;","entrypoint":"channel-message","exportName":"OutboundIdentity","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"3ea749c6440d2d21a763292ba22758f1f98e315ffcbfe07a5a5a99bf61b56117","declaration":"export type OutboundMessageIdentity = OutboundMessageIdentity;","entrypoint":"channel-message","exportName":"OutboundMessageIdentity","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"8f179e45c82e3bed6e0c326a07553225c1cdbc7c4ef7a261ece8e83988996c35","declaration":"export type OutboundSendDeps = OutboundSendDeps;","entrypoint":"channel-message","exportName":"OutboundSendDeps","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"70fe10a22a2d0579269ddc576106d152d6a460d1ba2103a1abe18b591f47a500","declaration":"export type OutboundSessionContext = OutboundSessionContext;","entrypoint":"channel-message","exportName":"OutboundSessionContext","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"59c04930da8ba38bc5b9e0e5b3eb6d7694cf366950d07a85d2a3bae4d968a1de","declaration":"export type ReplyToResolution = ReplyToResolution;","entrypoint":"channel-message","exportName":"ReplyToResolution","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"84af48b4d2223e0a520e1d70ac47611e82d42be28a0ebb5369f84d178e3d7cac","declaration":"export type StreamingMode = StreamingMode;","entrypoint":"channel-message","exportName":"StreamingMode","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"closureHash":"424d0b4b21b078d07a49a7bc52c3b63250be032a3e17f47c0cc824178b828ded","declaration":"export type TextChunkMode = TextChunkMode;","entrypoint":"channel-message","exportName":"TextChunkMode","importSpecifier":"openclaw/plugin-sdk/channel-message","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-outbound","importSpecifier":"openclaw/plugin-sdk/channel-outbound","recordType":"module"}
|
|
{"closureHash":"cbc698a638ef9da9664ea97c5d772472e5a00c4b70f8bad7410248650ad15c0b","declaration":"export function bindIngressLifecycleToReplyOptions(lifecycle: ChannelIngressDispatchLifecycle): { turnAdoptionLifecycle: { admission: \"exclusive\"; onAdopted: () => void | Promise<void>; onDeferred: () => void; onAbandoned: () => void | Promise<void>; abortSignal: AbortSignal; }; };","entrypoint":"channel-outbound","exportName":"bindIngressLifecycleToReplyOptions","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"1529cd8c4498338811b4d3bc1d52f2e89a4d8eeae35db526f79ff7914d889fe2","declaration":"export function buildChannelProgressDraftLine(input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): ChannelProgressDraftLine | undefined;","entrypoint":"channel-outbound","exportName":"buildChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"3f938b19f99e8206c1c9be21620614d99dc5b642ac129de3b04999333ebd62bb","declaration":"export function buildChannelProgressDraftLineForEntry(entry: StreamingCompatEntry | null | undefined, input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): ChannelProgressDraftLine | undefined;","entrypoint":"channel-outbound","exportName":"buildChannelProgressDraftLineForEntry","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"3ad861e20afa48e092e1600aea27e46e2d2f7de743a39743c4204239ee3975b8","declaration":"export function buildOutboundSessionContext(params: { cfg: OpenClawConfig; sessionKey?: string | null; policySessionKey?: string | null; conversationType?: string | null; isGroup?: boolean | null; agentId?: string | null; requesterAccountId?: string | null; requesterSenderId?: string | null; requesterSenderName?: string | null; requesterSenderUsername?: string | null; requesterSenderE164?: string | null; }): OutboundSessionContext | undefined;","entrypoint":"channel-outbound","exportName":"buildOutboundSessionContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"45470d4d0feced17992e9c4bb2b9fd198736a3a7bfc7a38229111e0f54fd2f6e","declaration":"export function createAccountStatusSink(params: { accountId: string; setStatus: (next: ChannelAccountSnapshot) => void; }): (patch: Omit<ChannelAccountSnapshot, \"accountId\">) => void;","entrypoint":"channel-outbound","exportName":"createAccountStatusSink","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"ed08ae6487be62f47b1b24aabf7b02006f0ef954dc92dd1f589353128eee95ba","declaration":"export function createChannelIngressDrain<TPayload, TMetadata = unknown, TCompletedMetadata = unknown>(options: CreateChannelIngressDrainOptions<TPayload, TMetadata, TCompletedMetadata>): ChannelIngressDrain;","entrypoint":"channel-outbound","exportName":"createChannelIngressDrain","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ee885cd4f5bd43dc0edc0bd8866bc2655e135dc229dcd08390ce24205a79e6a","declaration":"export function createChannelIngressError(name: string): ChannelIngressErrorClass<Error, [message: string, options?: ErrorOptions]>;\nexport function createChannelIngressError<TReason extends string>(name: string, options: { withReason: true; }): ChannelIngressErrorClass<Error & { readonly reason: TReason; }, [reason: TReason, message: string, errorOptions?: ErrorOptions]>;","entrypoint":"channel-outbound","exportName":"createChannelIngressError","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"1148ff7d1272453be5061ccbb1e4213c21701a4d034f7a09dc6539ac28c6122e","declaration":"export function createChannelIngressMonitor<TRaw, TBody, TStoredPayload, TMetadata = unknown>(options: CreateChannelIngressMonitorOptions<TRaw, TBody, TStoredPayload, TMetadata>): { admit: (raw: TRaw, admitOptions?: { receivedAt?: number; facts?: ChannelIngressMonitorFacts; }) => Promise<{ readonly kind: \"ignored\"; readonly queueResult?: undefined; } | { readonly kind: \"durable\"; readonly queueResult: { kind: \"failed\"; duplicate: true; record: { id: string; channelId: string; accountId: string; queueName: string; failedAt: number; reason: string; message?: string; }; } | { kind: \"accepted\"; duplicate: false; record: ChannelIngressQueueRecord<TStoredPayload, TMetadata>; } | { kind: \"pending\"; duplicate: true; record: ChannelIngressQueueRecord<TStoredPayload, TMetadata>; } | { kind: \"claimed\"; duplicate: true; record: ChannelIngressQueueClaim<TStoredPayload, TMetadata>; } | { kind: \"completed\"; duplicate: true; record: { id: string; channelId: string; accountId: string; queueName: string; completedAt: number; metadata?: unknown; }; }; }>; admitBatch: (rawEvents: readonly TRaw[], admitOptions?: { receivedAt?: number; }) => Promise<({ readonly kind: \"ignored\"; readonly queueResult?: undefined; } | { readonly kind: \"durable\"; readonly queueResult: { kind: \"failed\"; duplicate: true; record: { id: string; channelId: string; accountId: string; queueName: string; failedAt: number; reason: string; message?: string; }; } | { kind: \"accepted\"; duplicate: false; record: ChannelIngressQueueRecord<TStoredPayload, TMetadata>; } | { kind: \"pending\"; duplicate: true; record: ChannelIngressQueueRecord<TStoredPayload, TMetadata>; } | { kind: \"claimed\"; duplicate: true; record: ChannelIngressQueueClaim<TStoredPayload, TMetadata>; } | { kind: \"completed\"; duplicate: true; record: { id: string; channelId: string; accountId: string; queueName: string; completedAt: number; metadata?: unknown; }; }; })[]>; start: () => void; ensureQueueAvailable: () => void; requestDrain: () => void; pause: () => Promise<void>; stop: () => Promise<void>; waitForIdle: () => Promise<void>; waitForDeferredClaims: () => Promise<void>; waitForPumpIdle: () => Promise<void>; isRunning: () => boolean; isStopped: () => boolean; };","entrypoint":"channel-outbound","exportName":"createChannelIngressMonitor","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"c2da77bb4d055b4058a10dc5125a8ddbeec764cd700a47280599cfbe000bc7b2","declaration":"export function createChannelMessageAdapterFromOutbound<TConfig = unknown>(params: CreateChannelMessageAdapterFromOutboundParams<TConfig>): ChannelMessageAdapterShape<TConfig>;","entrypoint":"channel-outbound","exportName":"createChannelMessageAdapterFromOutbound","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"1670536bbc6ed9619b06e87e8072687d0847218badf71f08b439bfea0bfc3c5b","declaration":"export function createChannelMessageReplyPipeline(params: CreateChannelReplyPipelineParams): ChannelReplyPipeline;","entrypoint":"channel-outbound","exportName":"createChannelMessageReplyPipeline","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"2871a1ae2423e62833646aa01bc69a1d32669d06436655df4c33d98a73e22d49","declaration":"export function createChannelProgressDraftCompositor(params: { entry: StreamingCompatEntry | null | undefined; mode: ChannelProgressDraftMode; active: boolean; seed: string; update: (text: string, options?: ChannelProgressDraftUpdateOptions) => Promise<boolean | void> | boolean | void; deleteCurrent?: () => Promise<void> | void; tryNativeUpdate?: (text: string) => Promise<boolean> | boolean; updateOnLineChange?: boolean; rendersRollingLinesNatively?: boolean; formatLine?: (line: string) => string; isEmptyLine?: (line: ChannelProgressDraftCompositorLine | undefined) => boolean; shouldStartNow?: (line: ChannelProgressDraftCompositorLine | undefined) => boolean; reasoningLinePrefix?: string; commentaryLinePrefix?: string; reasoningGate?: boolean; commentaryItalics?: boolean; now?: () => number; setTimeoutFn?: typeof setTimeout; clearTimeoutFn?: typeof clearTimeout; buildProgressEventLine?: ChannelProgressDraftEventLineBuilder; }): { pushPlanProgress(steps?: AgentPlanStep[], options?: { explanation?: string; }): Promise<boolean>; pushPreambleHeadline(text?: string, options?: { itemId?: string; }): Promise<boolean>; pushNarrationProgress(text?: string): Promise<boolean>; pushReasoningProgress(text?: string, options?: { snapshot?: boolean; }): Promise<boolean>; pushCommentaryProgress(text?: string, options?: { itemId?: string; }): Promise<boolean>; pushToolEvent: (payload: { name?: string | undefined; args?: Record<string, unknown> | undefined; phase?: string | undefined; toolCallId?: string | undefined; itemId?: string | undefined; } & { detailMode?: \"explain\" | \"raw\"; }) => Promise<boolean>; pushItemEvent: (payload: Omit<{ title?: string | undefined; meta?: string | undefined; status?: string | undefined; name?: string | undefined; phase?: string | undefined; toolCallId?: string | undefined; itemId?: string | undefined; summary?: string | undefined; progressText?: string | undefined; itemKind?: string | undefined; commandBearing?: boolean | undefined; }, \"itemKind\"> & { kind?: string; }) => Promise<boolean>; pushApprovalEvent: (payload: { message?: string | undefined; title?: string | undefined; command?: string | undefined; reason?: string | undefined; phase?: string | undefined; }) => Promise<boolean>; pushCommandOutputEvent: (payload: { title?: string | undefined; status?: string | undefined; name?: string | undefined; phase?: string | undefined; toolCallId?: string | undefined; itemId?: string | undefined; exitCode?: number | null | undefined; }) => Promise<boolean>; pushPatchEvent: (payload: { title?: string | undefined; name?: string | undefined; phase?: string | undefined; deleted?: string[] | undefined; toolCallId?: string | undefined; itemId?: string | undefined; summary?: string | undefined; modified?: string[] | undefined; added?: string[] | undefined; }) => Promise<boolean>; previewToolProgressEnabled: boolean; commentaryProgressEnabled: boolean; suppressDefaultToolProgressMessages: boolean; hasStarted: boolean; isVisible: boolean; hasStatusHeadline: boolean; hasPlanProgress: boolean; getSnapshot: () => ChannelProgressDraftCompositorSnapshot; markFinalReplyStarted(): void; markFinalReplyDelivered(): void; beginNewTurn(options?: { force?: boolean; }): boolean; reset(): void; resetReasoningProgress(): void; mergeReasoningProgress: (text?: string, options?: { snapshot?: boolean; }) => string; suppress(): void; cancel(): void; start(): Promise<void>; noteActivity(options?: { startImmediately?: boolean; }): Promise<boolean>; pushToolProgress: (line?: ChannelProgressDraftCompositorLine, options?: { toolName?: string; startImmediately?: boolean; }) => Promise<boolean>; };","entrypoint":"channel-outbound","exportName":"createChannelProgressDraftCompositor","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"44c199920938c7a282e44d36eea187f1f8ce1d09bfb845180e1844124f497a3c","declaration":"export function createChannelProgressDraftGate(params: { onStart: () => void | Promise<void>; initialDelayMs?: number; onStartError?: (error: unknown) => void; setTimeoutFn?: typeof setTimeout; clearTimeoutFn?: typeof clearTimeout; }): { readonly hasStarted: boolean; readonly workEvents: number; noteWork(): Promise<boolean>; startNow(): Promise<void>; cancel(): void; reset(): void; };","entrypoint":"channel-outbound","exportName":"createChannelProgressDraftGate","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"2204efb262a5e8af61346bce23492dd759c15037ce3b8500148c5cc8dce1c421","declaration":"export function createChannelProgressReceiptTracker(params?: { now?: () => number; }): { noteReasoning(): void; closeReasoning: () => void; noteToolCall(toolName?: string): void; noteCommentary(itemId?: string, text?: string): void; reset: () => void; buildSummaryLine(): string; };","entrypoint":"channel-outbound","exportName":"createChannelProgressReceiptTracker","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"2209fd876893dd56da7cffda42967e79b6437d5230f70efd42b8171c2ba32611","declaration":"export function createChannelRunQueue(params: ChannelRunQueueParams): ChannelRunQueue;","entrypoint":"channel-outbound","exportName":"createChannelRunQueue","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"a5aaa539cdb2ae2d489c089b1b14f4aa620569cbb75e7758aa1ef175d3eb47a1","declaration":"export function createDraftStreamLoop<T = string>(params: { throttleMs: number; isStopped: () => boolean; sendOrEditStreamMessage: (value: T) => Promise<void | boolean>; emptyValue?: T; isEmpty?: (value: T) => boolean; onBackgroundFlushError?: (err: unknown) => void; }): CreatedDraftStreamLoop<T>;","entrypoint":"channel-outbound","exportName":"createDraftStreamLoop","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"20d48cedd88ba789120650f4e22012925d165a726c36af10ad435698ed19553b","declaration":"export function createDurableInboundReceiveJournalFromQueue<TPayload, TMetadata = unknown, TCompletedMetadata = unknown>(options: DurableInboundReceiveQueueJournalOptions<TPayload, TMetadata, TCompletedMetadata>): DurableInboundReceiveJournal<TPayload, TMetadata, TCompletedMetadata>;","entrypoint":"channel-outbound","exportName":"createDurableInboundReceiveJournalFromQueue","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"cbb4b0077da1e30030f08741746febb3b92c0183c13e914d233ff8ee18d0a7fa","declaration":"export function createFinalizableDraftLifecycle<TMessageId, TUpdate = string>(params: FinalizableDraftLifecycleParams<TMessageId, TUpdate>): { clear: () => Promise<void>; clearWithStop: (stopForClear: () => Promise<void>) => Promise<void>; loop: DraftStreamLoop<TUpdate> & { takePending: () => TUpdate; }; update: (value: TUpdate) => void; stop: () => Promise<void>; seal: () => Promise<void>; discardPending: () => Promise<void>; stopForClear: () => Promise<void>; };","entrypoint":"channel-outbound","exportName":"createFinalizableDraftLifecycle","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"acd64a0d6ce6dbd9db22f9e4a4497cef2110a9e962f240c6f5e90cef31505459","declaration":"export function createFinalizableDraftStreamControlsForState<T = string>(params: { throttleMs: number; state: FinalizableDraftStreamState; sendOrEditStreamMessage: (value: T) => Promise<void | boolean>; emptyValue?: T; isEmpty?: (value: T) => boolean; }): { loop: DraftStreamLoop<T> & { takePending: () => T; }; update: (value: T) => void; stop: () => Promise<void>; seal: () => Promise<void>; discardPending: () => Promise<void>; stopForClear: () => Promise<void>; };","entrypoint":"channel-outbound","exportName":"createFinalizableDraftStreamControlsForState","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2bb1868ec1cf7d97e6b8eb0a9a8a37122ec53c9cd4e2bbfc8448c1555f3d382","declaration":"export function createMessageReceiptFromOutboundResults(params: { results: readonly MessageReceiptInputResult[]; kind?: MessageReceiptPartKind; threadId?: string; replyToId?: string; sentAt?: number; }): MessageReceipt;","entrypoint":"channel-outbound","exportName":"createMessageReceiptFromOutboundResults","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"3c150fb027a4e4a1685b572d26aa1f70b3838641bd7629434c4265bfda549d0a","declaration":"export function createMessageReceiveContext<TMessage>(params: { id: string; channel: string; accountId?: string; message: TMessage; ackPolicy?: MessageAckPolicy; receivedAt?: number; signal?: AbortSignal; onAck?: () => Promise<void> | void; onNack?: (error: unknown) => Promise<void> | void; }): MessageReceiveContext<TMessage>;","entrypoint":"channel-outbound","exportName":"createMessageReceiveContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"29dc350d8400b0a559c16bba62e4cbb6bac848e9afcc6220086498134fc3d49e","declaration":"export function createOutboundPayloadPlan(payloads: readonly ReplyPayload[], context?: OutboundPayloadPlanContext): OutboundPayloadPlan[];","entrypoint":"channel-outbound","exportName":"createOutboundPayloadPlan","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"7abc004852a9162c3f4241d6c80b9962c9732dd03d2d38a56e4080a4e92758a1","declaration":"export function createPreviewMessageReceipt(params: { id: unknown; threadId?: string; replyToId?: string; sentAt?: number; raw?: unknown; }): MessageReceipt;","entrypoint":"channel-outbound","exportName":"createPreviewMessageReceipt","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"00ea8c297cf2cb1d8f27d4177e14c2a8f95417806077b3e6206dd939106a4f42","declaration":"export function createReplyPrefixContext(params: { cfg: OpenClawConfig; agentId: string; channel?: string; accountId?: string; }): ReplyPrefixContextBundle;","entrypoint":"channel-outbound","exportName":"createReplyPrefixContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"f6f643d3ac733041c53ea9448c56ca76fef259032c480ba6f4bf3ad7c48c8108","declaration":"export function createReplyPrefixOptions(params: { cfg: OpenClawConfig; agentId: string; channel?: string; accountId?: string; }): ReplyPrefixOptions;","entrypoint":"channel-outbound","exportName":"createReplyPrefixOptions","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"74fc19137203a84902b6a7cdaa10db8db714e6aed701e61d398d9edc1bbf2592","declaration":"export function createReplyToFanout(params: { replyToId?: string | null; replyToMode?: ReplyToMode; replyToIdSource?: ReplyToResolution[\"source\"]; }): () => string | undefined;","entrypoint":"channel-outbound","exportName":"createReplyToFanout","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"d934828dfca3782d302de428edb678320bafaaf43732a885df3a78c9775e49c6","declaration":"export function createRuntimeOutboundDelegates<Runtime>(params: { getRuntime: () => MaybePromise<Runtime>; renderPresentation?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"renderPresentation\"] | null | undefined; unavailableMessage?: string; }; sendPayload?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendPayload\"] | null | undefined; unavailableMessage?: string; }; sendText?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendText\"] | null | undefined; unavailableMessage?: string; }; sendMedia?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendMedia\"] | null | undefined; unavailableMessage?: string; }; sendPoll?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendPoll\"] | null | undefined; unavailableMessage?: string; }; }): Pick<ChannelOutboundAdapter, OutboundMethod>;","entrypoint":"channel-outbound","exportName":"createRuntimeOutboundDelegates","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"1c08a759db76abcefee8ee1bab6313a396d321f42a105176b5705bef8ffa94ad","declaration":"export function createTypingCallbacks(params: CreateTypingCallbacksParams): TypingCallbacks;","entrypoint":"channel-outbound","exportName":"createTypingCallbacks","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba427dfdeef714736de2a030fcaef5c23a3b0e6351f7c5ebd786f19ff350e1bc","declaration":"export function createTypingKeepaliveLoop(params: { intervalMs: number; onTick: AsyncTick; }): TypingKeepaliveLoop;","entrypoint":"channel-outbound","exportName":"createTypingKeepaliveLoop","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"5b0e9276eabf37eac35db01adadd9694fdec1972f9b778ced4d704a868844f67","declaration":"export function defineChannelMessageAdapter<const TAdapter extends ChannelMessageAdapterShape>(adapter: TAdapter): ChannelMessageAdapter<ChannelMessageAdapterWithDefaultReceive<TAdapter>>;","entrypoint":"channel-outbound","exportName":"defineChannelMessageAdapter","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"7e63fe1abf08995573bb768b68c670ec952a1782e00c3721a625fac283e980cb","declaration":"export function defineFinalizableLivePreviewAdapter<TPayload, TId, TEdit>(adapter: FinalizableLivePreviewAdapter<TPayload, TId, TEdit>): FinalizableLivePreviewAdapter<TPayload, TId, TEdit>;","entrypoint":"channel-outbound","exportName":"defineFinalizableLivePreviewAdapter","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"f74a47c1667d189ed96c702b3c5307f64306a232b65b9807f43bbd756e819322","declaration":"export function deliverWithFinalizableLivePreviewAdapter<TPayload, TId, TEdit>(params: { kind: \"tool\" | \"block\" | \"final\"; payload: TPayload; liveState?: LiveMessageState<TPayload>; adapter?: FinalizableLivePreviewAdapter<TPayload, TId, TEdit>; deliverNormally: (payload: TPayload) => Promise<boolean | void>; onNormalDelivered?: () => Promise<void> | void; }): Promise<LivePreviewFinalizerResult<TPayload>>;","entrypoint":"channel-outbound","exportName":"deliverWithFinalizableLivePreviewAdapter","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"d1e255cca4dee40f6f6536738809b7616b492da325a439111e0b832546f4734d","declaration":"export function deriveDurableFinalDeliveryRequirements(params: DeriveDurableFinalDeliveryRequirementsParams): DurableFinalDeliveryRequirementMap;","entrypoint":"channel-outbound","exportName":"deriveDurableFinalDeliveryRequirements","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"fe3b2cc123400a9b7dfb51f69aa0ddc88675b983e772852cb7d902a528dcd055","declaration":"export function formatChannelProgressDraftLine(input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): string | undefined;","entrypoint":"channel-outbound","exportName":"formatChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"df25d6ffb817eb32f8b4b670057c2c5e4d42512f416f99351e2345a09371226d","declaration":"export function formatChannelProgressDraftLineForEntry(entry: StreamingCompatEntry | null | undefined, input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): string | undefined;","entrypoint":"channel-outbound","exportName":"formatChannelProgressDraftLineForEntry","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"ad582c3d988c6ba71760e6ccf10f896c98034a70ed5bed6924087b898de61d3e","declaration":"export function formatChannelProgressDraftText(params: { entry?: StreamingCompatEntry | null; lines: Array<string | ChannelProgressDraftLine>; seed?: string; random?: () => number; formatLine?: (line: string) => string; bullet?: string; narration?: string; plan?: readonly AgentPlanStep[]; }): string;","entrypoint":"channel-outbound","exportName":"formatChannelProgressDraftText","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"d54d2cfdcb9d85947f0ce5380faa272a982ab558b483cd2cd67a4cd4ced16fbb","declaration":"export function formatPlanChecklistLines(steps: readonly AgentPlanStep[], options: { maxLines: number; maxLineChars: number; }): string[];","entrypoint":"channel-outbound","exportName":"formatPlanChecklistLines","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"72ef52a7a184703e0ac9fec319b40f650c6ffc488153ebc1ff2d4c5ef0d2fe63","declaration":"export function getChannelStreamingConfigObject(entry: StreamingCompatEntry | null | undefined): ChannelStreamingConfig | undefined;","entrypoint":"channel-outbound","exportName":"getChannelStreamingConfigObject","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"a3392a9a24bc265b97c030d5e44169bf0b3a59738aae7ee2d3589c8840aa701a","declaration":"export function isChannelProgressDraftWorkToolName(name: string | null | undefined): boolean;","entrypoint":"channel-outbound","exportName":"isChannelProgressDraftWorkToolName","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef5bf99c6a2812c4f53a4571747212cedd772a112fd40a0c7bbcb26f6392f0b5","declaration":"export function isPotentialTruncatedFinal(finalText: string): boolean;","entrypoint":"channel-outbound","exportName":"isPotentialTruncatedFinal","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"7069975d33d1b6fdf9de96f3436c070a7d7160c55f5a4c7284cd851fe83c29ee","declaration":"export function isRecentOutboundMessageIdentity(identity: OutboundMessageIdentity): boolean;","entrypoint":"channel-outbound","exportName":"isRecentOutboundMessageIdentity","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"76834dcabb16e8bf079074313b0883d7fccd003117cb630f5c1ea8eef0bd7b62","declaration":"export function keepHttpServerTaskAlive(params: { server: CloseAwareServer; abortSignal?: AbortSignal; onAbort?: () => void | Promise<void>; }): Promise<void>;","entrypoint":"channel-outbound","exportName":"keepHttpServerTaskAlive","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"5b3cd54bde62dfe24a8f940c26459db2f10b2569f638224ca73d41c79c9315bf","declaration":"export function listMessageReceiptPlatformIds(receipt: MessageReceipt): string[];","entrypoint":"channel-outbound","exportName":"listMessageReceiptPlatformIds","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"447bed40e4b999ca05c2a5e517c9f3081c127ed9e5f16db058135fecacbdff7d","declaration":"export function logTypingFailure(params: { log: LogFn; channel: string; target?: string; action?: \"start\" | \"stop\"; error: unknown; }): void;","entrypoint":"channel-outbound","exportName":"logTypingFailure","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"63de02df0263b3534b1c84a1e45aad5201c859d04c49dcbe9cbe64131f9704be","declaration":"export function mergeChannelProgressDraftLine<TLine extends string | ChannelProgressDraftLine>(lines: TLine[], line: TLine, params: { maxLines: number; }): TLine[];","entrypoint":"channel-outbound","exportName":"mergeChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"844a3251dcba84a9735c855d7b6c930570cc486f3a1c5fc49b541572d52bb7d7","declaration":"export function normalizeAgentPlanSteps(value: unknown): AgentPlanStep[] | undefined;","entrypoint":"channel-outbound","exportName":"normalizeAgentPlanSteps","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"b19d38e15e2054e826fd132198c606165fc369fb5a96f4e6bbbf7b89bee35ac2","declaration":"export function normalizeChannelProgressDraftLineIdentity(line: string | ChannelProgressDraftLine | undefined): string;","entrypoint":"channel-outbound","exportName":"normalizeChannelProgressDraftLineIdentity","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba2389600eeea10867e3891e411bd84e8fd07dcd410249c29ca92ba59ef27bad","declaration":"export function processPidFromOwnerId(ownerId: string): number;","entrypoint":"channel-outbound","exportName":"processPidFromOwnerId","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"12fbc7eeb2ee5046f417e91bed56d59a8fb1b8b995675f1d40a1b0c13ed815bb","declaration":"export function projectOutboundPayloadPlanForDelivery(plan: readonly OutboundPayloadPlan[]): ReplyPayload[];","entrypoint":"channel-outbound","exportName":"projectOutboundPayloadPlanForDelivery","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"bc16377d8f9c3467da5115ff2d6b3ef0423980794a0f5af287b1f1e8ee9533ef","declaration":"export function recordOutboundMessageIdentity(identity: OutboundMessageIdentity): void;","entrypoint":"channel-outbound","exportName":"recordOutboundMessageIdentity","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"3090faaaca1e2c970a0eadbb7792c531a053746df6df83a082d8564a8313b401","declaration":"export function resolveAgentOutboundIdentity(cfg: OpenClawConfig, agentId: string): OutboundIdentity | undefined;","entrypoint":"channel-outbound","exportName":"resolveAgentOutboundIdentity","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba763bf7ff1dee852fb9b58f5995f9df744028d47ca29f687b215ba316c66723","declaration":"export function resolveChannelDraftStreamingChunking(cfg: OpenClawConfig | undefined, channelId: ChannelId, accountId: string | null | undefined, opts: { fallbackLimit: number; }): ChannelDraftStreamingChunking;","entrypoint":"channel-outbound","exportName":"resolveChannelDraftStreamingChunking","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"19053f3926d4ac878570b38581176d868c1db0562405f63c2b4c8ebe05d8c16b","declaration":"export function resolveChannelMessageSourceReplyDeliveryMode(params: { cfg: OpenClawConfig; ctx: SourceReplyDeliveryModeContext; requested?: SourceReplyDeliveryMode; messageToolAvailable?: boolean; }): SourceReplyDeliveryMode;","entrypoint":"channel-outbound","exportName":"resolveChannelMessageSourceReplyDeliveryMode","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"68a1685dc820e99df49502335f46968732601db520530d33f360d5cb91006013","declaration":"export function resolveChannelPreviewStreamMode(entry: StreamingCompatEntry | null | undefined, defaultMode: StreamingMode): StreamingMode;","entrypoint":"channel-outbound","exportName":"resolveChannelPreviewStreamMode","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"c5a13690584bd18a166d82f922e922bf878093fa5718ab97522e368ecded3594","declaration":"export function resolveChannelProgressDraftConfig(entry: StreamingCompatEntry | null | undefined): ChannelStreamingProgressConfig;","entrypoint":"channel-outbound","exportName":"resolveChannelProgressDraftConfig","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"67601189ddb7ca8af6da615bddda181df61b81a591bfe1f6652871df5392e54c","declaration":"export function resolveChannelProgressDraftMaxLineChars(entry: StreamingCompatEntry | null | undefined, defaultValue?: number): number;","entrypoint":"channel-outbound","exportName":"resolveChannelProgressDraftMaxLineChars","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"94bfa97256012d05ae1478ab5ce1230bea46adc046a3f2464e478e824f59188d","declaration":"export function resolveChannelProgressDraftMaxLines(entry: StreamingCompatEntry | null | undefined, defaultValue?: number): number;","entrypoint":"channel-outbound","exportName":"resolveChannelProgressDraftMaxLines","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"69f00b2679128a5b7f4bfd5070c6a9b9b6932c6d08b4f7a2e3d02969116eeec9","declaration":"export function resolveChannelProgressDraftRender(entry: StreamingCompatEntry | null | undefined, defaultValue?: ChannelProgressDraftRenderMode): ChannelProgressDraftRenderMode;","entrypoint":"channel-outbound","exportName":"resolveChannelProgressDraftRender","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0b4a47c600e3c418501e57e72f6d5fad0777972e5e1fc9ecdaaf913cc10d820","declaration":"export function resolveChannelStreamingBlockCoalesce(entry: StreamingCompatEntry | null | undefined): BlockStreamingCoalesceConfig | undefined;","entrypoint":"channel-outbound","exportName":"resolveChannelStreamingBlockCoalesce","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"5ad6013eb7dd5b7889fcda97e6a8806acbb87a31691e8b3757f6ddabd461e242","declaration":"export function resolveChannelStreamingBlockEnabled(entry: StreamingCompatEntry | null | undefined): boolean | undefined;\nexport function resolveChannelStreamingBlockEnabled(entry: StreamingCompatEntry | null | undefined, previewPolicy: { previewAvailable: boolean; blockStreamingDefault?: \"off\" | \"on\"; }): boolean;","entrypoint":"channel-outbound","exportName":"resolveChannelStreamingBlockEnabled","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"e610a38066a0280bcf4405136e37c486024548f0560ac0cedd8b50b6d2795abe","declaration":"export function resolveChannelStreamingChunkMode(entry: StreamingCompatEntry | null | undefined): TextChunkMode | undefined;","entrypoint":"channel-outbound","exportName":"resolveChannelStreamingChunkMode","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"c49422fad1c05aa6a67504303ae9d13b431e89be62dbc773f93a8ac83dd7b5d8","declaration":"export function resolveChannelStreamingNativeTransport(entry: StreamingCompatEntry | null | undefined): boolean | undefined;","entrypoint":"channel-outbound","exportName":"resolveChannelStreamingNativeTransport","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"27317c7759a3a9106b65470c8d6ad6ae6a486bc8b20e078e9d0018f6a6fcb1aa","declaration":"export function resolveChannelStreamingPreviewCommandText(entry: StreamingCompatEntry | null | undefined, defaultValue?: ChannelStreamingCommandTextMode): ChannelStreamingCommandTextMode;","entrypoint":"channel-outbound","exportName":"resolveChannelStreamingPreviewCommandText","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"c8f694802ae5bea20a106249e97415adf69f1fac12a265b2f22cc4c81d885a5c","declaration":"export function resolveChannelStreamingPreviewToolProgress(entry: StreamingCompatEntry | null | undefined, defaultValue?: boolean, mode?: StreamingMode): boolean;","entrypoint":"channel-outbound","exportName":"resolveChannelStreamingPreviewToolProgress","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"c327e460e9b9144efbe325637ac4fb293d694980ba19b3958a813af64fba1c97","declaration":"export function resolveChannelStreamingProgressCommentary(entry: StreamingCompatEntry | null | undefined, defaultValue?: boolean, mode?: StreamingMode): boolean;","entrypoint":"channel-outbound","exportName":"resolveChannelStreamingProgressCommentary","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"6a698ac205fefcd2c39e3e80d35ebb8c8120a887b7f77f98790cbfad8bc98438","declaration":"export function resolveChannelStreamingProgressNarration(entry: StreamingCompatEntry | null | undefined, defaultValue?: boolean): boolean;","entrypoint":"channel-outbound","exportName":"resolveChannelStreamingProgressNarration","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"6adaf9a77364ac28a3853bdcf374ae67ba80de60bd38cd626d420e1c59b3d9f9","declaration":"export function resolveChannelStreamingSuppressDefaultToolProgressMessages(entry: StreamingCompatEntry | null | undefined, options?: { draftStreamActive?: boolean; previewToolProgressEnabled?: boolean; previewStreamingEnabled?: boolean; }): boolean;","entrypoint":"channel-outbound","exportName":"resolveChannelStreamingSuppressDefaultToolProgressMessages","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"5cfb1cdef5ab49e92d85c89e6764186a0f2431e562bcf55a85bb3cf0895c2457","declaration":"export function resolveMessageReceiptPrimaryId(receipt: MessageReceipt): string | undefined;","entrypoint":"channel-outbound","exportName":"resolveMessageReceiptPrimaryId","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"d29628b001ad7ae95804bce6ae935a8712cf1153f1cd00ee379198d94ee52c64","declaration":"export function resolveOutboundSendDep<T>(deps: OutboundSendDeps | null | undefined, channelId: string, options?: ResolveOutboundSendDepOptions): T | undefined;","entrypoint":"channel-outbound","exportName":"resolveOutboundSendDep","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"39ea6c6f5ee124c8a85592bf582008e3edc5a8a799fd25174571c60eb8005b96","declaration":"export function resolveTranscriptBackedChannelFinalText(params: { finalText: string; resolveCandidateText: () => Promise<string | undefined>; }): Promise<string>;","entrypoint":"channel-outbound","exportName":"resolveTranscriptBackedChannelFinalText","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"741007941f15f430026cdbd56e555a52a150924e6190e629c054d461bb7187cd","declaration":"export function runPassiveAccountLifecycle<Handle>(params: PassiveAccountLifecycleParams<Handle>): Promise<void>;","entrypoint":"channel-outbound","exportName":"runPassiveAccountLifecycle","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"82e2b43396b910ef19bddcd3abc6bbb81ed0df646537dee1292c20f1d55a7e49","declaration":"export function sanitizeForPlainText(text: string, options?: { style?: \"markdown\"; }): string;","entrypoint":"channel-outbound","exportName":"sanitizeForPlainText","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"356ec7b9ff2eaca48d91bf082d443fbbc130d98d4692683ba2520a54b1064f0c","declaration":"export function selectLongerFinalText(params: { finalText: string; candidateTexts: readonly (string | undefined)[]; }): string | undefined;","entrypoint":"channel-outbound","exportName":"selectLongerFinalText","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"92aaa8fa766b4e8964281c1308665e87fa1972e27d2b71982df11d609f8bb9de","declaration":"export function sendDurableMessageBatch(params: DurableMessageSendContextParams): Promise<DurableMessageBatchSendResult>;","entrypoint":"channel-outbound","exportName":"sendDurableMessageBatch","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"5ce1f7e89ec92d671bf5c485a97438d007f9e4c482ecee6d259f159c12e67994","declaration":"export function takeMessageIdAfterStop<T>(params: StopAndClearMessageIdParams<T>): Promise<T | undefined>;","entrypoint":"channel-outbound","exportName":"takeMessageIdAfterStop","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"1c22493ec773f5ab49e858da5f555c05d5b381752d28311f0bcdb336080777ce","declaration":"export function verifyChannelMessageAdapterCapabilityProofs(params: { adapterName: string; adapter: Pick<ChannelMessageAdapterShape, \"durableFinal\">; proofs: DurableFinalCapabilityProofMap; }): Promise<DurableFinalCapabilityProofResult[]>;","entrypoint":"channel-outbound","exportName":"verifyChannelMessageAdapterCapabilityProofs","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"30a6c2c3d8d4c265d56cbd34e482ee977571c7f74aabfd7124b976f161e7fd5c","declaration":"export function verifyChannelMessageLiveCapabilityAdapterProofs(params: { adapterName: string; adapter: Pick<ChannelMessageAdapterShape, \"live\">; proofs: ChannelMessageLiveCapabilityProofMap; }): Promise<ChannelMessageLiveCapabilityProofResult[]>;","entrypoint":"channel-outbound","exportName":"verifyChannelMessageLiveCapabilityAdapterProofs","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"cf47f3ac8de80a7ca8a3ed310fdcab6e9572e900ce7163f74825c91d3145bf46","declaration":"export function verifyChannelMessageLiveFinalizerProofs(params: { adapterName: string; adapter: Pick<ChannelMessageAdapterShape, \"live\">; proofs: LivePreviewFinalizerCapabilityProofMap; }): Promise<LivePreviewFinalizerCapabilityProofResult[]>;","entrypoint":"channel-outbound","exportName":"verifyChannelMessageLiveFinalizerProofs","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"94c985b543d41619c1451d892659176c20cefedcbec31ca664b6b455047726ea","declaration":"export function verifyChannelMessageReceiveAckPolicyAdapterProofs(params: { adapterName: string; adapter: Pick<ChannelMessageAdapterShape, \"receive\">; proofs: ChannelMessageReceiveAckPolicyProofMap; }): Promise<ChannelMessageReceiveAckPolicyProofResult[]>;","entrypoint":"channel-outbound","exportName":"verifyChannelMessageReceiveAckPolicyAdapterProofs","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"b796c691d3924ee3a5ac8b33d889dbaf93c1fc9f643e63b7c7da7cf56116fff3","declaration":"export function verifyDurableFinalCapabilityProofs(params: { adapterName: string; capabilities?: DurableFinalDeliveryRequirementMap; proofs: DurableFinalCapabilityProofMap; }): Promise<DurableFinalCapabilityProofResult[]>;","entrypoint":"channel-outbound","exportName":"verifyDurableFinalCapabilityProofs","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"af8e81abdafe41b89921aac6736d212928aa6680ddafd6a11faee588dada12ba","declaration":"export function waitUntilAbort(signal?: AbortSignal, onAbort?: () => void | Promise<void>): Promise<void>;","entrypoint":"channel-outbound","exportName":"waitUntilAbort","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"4f8e7e4cfdeda331979162410d711d740b2b106591f6b22789b4d44c999296bd","declaration":"export function withDurableMessageSendContext<T>(params: DurableMessageSendContextParams, run: (ctx: DurableMessageSendContext) => Promise<T>): Promise<T>;","entrypoint":"channel-outbound","exportName":"withDurableMessageSendContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"function","recordType":"export"}
|
|
{"closureHash":"2021b09986fe1e67b52bb5f9e178a6f01c8bbeed05fbeee94d77f7c97b8bc1dc","declaration":"export const CHANNEL_INGRESS_RETENTION_DEFAULTS: Readonly<{ pruneIntervalMs: number; completedTtlMs: number; completedMaxEntries: number; failedTtlMs: number; failedMaxEntries: number;}>;","entrypoint":"channel-outbound","exportName":"CHANNEL_INGRESS_RETENTION_DEFAULTS","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"const","recordType":"export"}
|
|
{"closureHash":"1d2b35e1a14c51c787964793fc2497bd5c2ac40027448787a00a07d0ed367cac","declaration":"export const DEFAULT_INGRESS_ADOPTION_STALL_MS: number;","entrypoint":"channel-outbound","exportName":"DEFAULT_INGRESS_ADOPTION_STALL_MS","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"const","recordType":"export"}
|
|
{"closureHash":"9555a73ba2717bba0bf94888017be4cecef2c51cc3887ed34f8d8ef3c79d6abf","declaration":"export const DEFAULT_INGRESS_RETRY_DEAD_LETTER_MIN_AGE_MS: number;","entrypoint":"channel-outbound","exportName":"DEFAULT_INGRESS_RETRY_DEAD_LETTER_MIN_AGE_MS","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"const","recordType":"export"}
|
|
{"closureHash":"3a2df3ab656149630c004d2d9f71b8ceda99aa81eb6b72b0cc7b3982ed0ce044","declaration":"export const DEFAULT_INGRESS_RETRY_MAX_ATTEMPTS: 8;","entrypoint":"channel-outbound","exportName":"DEFAULT_INGRESS_RETRY_MAX_ATTEMPTS","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"const","recordType":"export"}
|
|
{"closureHash":"38c735a14c65067aa7825390d1c5c8876c651d0603e84980dfaf947f5235747a","declaration":"export const INGRESS_CLAIM_PROCESS_ID: string;","entrypoint":"channel-outbound","exportName":"INGRESS_CLAIM_PROCESS_ID","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"const","recordType":"export"}
|
|
{"closureHash":"49e98f675c3f385cf2acea1d1b7480f1a510449c1a04bf3d65475b9a7492d2dd","declaration":"export const deliverInboundReplyWithMessageSendContext: (params: DurableInboundReplyDeliveryParams) => Promise<{ status: \"not_applicable\"; reason: \"non_final\";} | { status: \"unsupported\"; reason: \"missing_channel\" | \"missing_target\" | \"missing_outbound_handler\" | \"capability_mismatch\"; capability?: DurableFinalDeliveryRequirement;} | { status: \"handled_visible\"; delivery: ChannelDeliveryResult;} | { status: \"handled_no_send\"; reason: \"no_visible_result\"; delivery: ChannelDeliveryResult;} | { status: \"failed\"; error: unknown; sentBeforeError?: true;}>;","entrypoint":"channel-outbound","exportName":"deliverInboundReplyWithMessageSendContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"const","recordType":"export"}
|
|
{"closureHash":"2c52eff200a5b9bd2d93ee72209c2626bbe165f59b538591db661b94773023b0","declaration":"export type AgentPlanStep = AgentPlanStep;","entrypoint":"channel-outbound","exportName":"AgentPlanStep","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"1e8bcb2c8d8f5327f5b81b8c217f722f090dccba21ba3943324010f4f80a5a50","declaration":"export type AgentPlanStepStatus = AgentPlanStepStatus;","entrypoint":"channel-outbound","exportName":"AgentPlanStepStatus","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"b036fc26e5330dfd7da1af8839bb3c23e85283b9e16e252a659dd4bb0c35cd5e","declaration":"export type ChannelDeliveryStreamingConfig = ChannelDeliveryStreamingConfig;","entrypoint":"channel-outbound","exportName":"ChannelDeliveryStreamingConfig","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"740e99eab36bb033e7e64b9277cf8f838362ca725b189a7849dfb5bfefcfd311","declaration":"export type ChannelDraftStreamingChunking = ChannelDraftStreamingChunking;","entrypoint":"channel-outbound","exportName":"ChannelDraftStreamingChunking","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"e45d5249f89e5ca2d5d11ba8484bb66e631fc374331001532ac9447efeb39bf1","declaration":"export type ChannelIngressDrain = ChannelIngressDrain;","entrypoint":"channel-outbound","exportName":"ChannelIngressDrain","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"51924ee7ba1d7d08848e1c4b391054f725fafda2f3bc6065a2fd3ffd736e8e2d","declaration":"export type ChannelIngressMonitorDeliveryResult = ChannelIngressMonitorDeliveryResult;","entrypoint":"channel-outbound","exportName":"ChannelIngressMonitorDeliveryResult","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"fd9b245fc3c8414e3812f23b7243f1660753a3a7ac9cfb133aa5ea5f9386d259","declaration":"export type ChannelIngressMonitorLifecycle = ChannelIngressMonitorLifecycle;","entrypoint":"channel-outbound","exportName":"ChannelIngressMonitorLifecycle","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"799361e7c500641930f404625113b2547fc397b23b481eb49316253eb0f25105","declaration":"export type ChannelIngressQueue<TPayload, TMetadata = unknown, TCompletedMetadata = unknown> = ChannelIngressQueue<TPayload, TMetadata, TCompletedMetadata>;","entrypoint":"channel-outbound","exportName":"ChannelIngressQueue","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"953c91401d4836563dedb308288b041ef1e669a781b9fd36dd77cb4b97786c8d","declaration":"export type ChannelIngressQueueClaim<TPayload, TMetadata = unknown> = ChannelIngressQueueClaim<TPayload, TMetadata>;","entrypoint":"channel-outbound","exportName":"ChannelIngressQueueClaim","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"3cdada90c5a09c418c4e6822b054a0d1195ac3efe19de64f24c29b229806cba4","declaration":"export type ChannelIngressQueueClaimRef = ChannelIngressQueueClaimRef;","entrypoint":"channel-outbound","exportName":"ChannelIngressQueueClaimRef","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"0e94ee6d03e628b124a6db347f4ac87c2cc20beed76b26e7a5e7db5a8c9078b4","declaration":"export type ChannelIngressQueueCorruptClaim = ChannelIngressQueueCorruptClaim;","entrypoint":"channel-outbound","exportName":"ChannelIngressQueueCorruptClaim","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"8c254d22c76c484a692462033eeb783a148c650fd06bb7227589729cc68763a4","declaration":"export type ChannelIngressQueueRecord<TPayload, TMetadata = unknown> = ChannelIngressQueueRecord<TPayload, TMetadata>;","entrypoint":"channel-outbound","exportName":"ChannelIngressQueueRecord","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"c2bd906f63d9f9f8190d2262f2dc2ec45d523141658734f7f4b4adcf2896bcdc","declaration":"export type ChannelMessageAdapterShape<TConfig = OpenClawConfig, TSendResult extends ChannelMessageSendResult = ChannelMessageSendResult> = ChannelMessageAdapterShape<TConfig, TSendResult>;","entrypoint":"channel-outbound","exportName":"ChannelMessageAdapterShape","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"db6d5c5bbb096a4abde13af68f3fe2079a4230e151e2d7da1a6ce5172eccecc6","declaration":"export type ChannelMessageDurableFinalAdapter = ChannelMessageDurableFinalAdapter;","entrypoint":"channel-outbound","exportName":"ChannelMessageDurableFinalAdapter","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"0ca601cf0117413d0190b2671835563b400d8ba3857915ef10f15c18e6c78578","declaration":"export type ChannelMessageSendMediaContext<TConfig = OpenClawConfig> = ChannelMessageSendMediaContext<TConfig>;","entrypoint":"channel-outbound","exportName":"ChannelMessageSendMediaContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"c28eccc0ec28387757290afbe3bb01142680870805963fa8e97d5e49aaddf439","declaration":"export type ChannelMessageSendPayloadContext<TConfig = OpenClawConfig> = ChannelMessageSendPayloadContext<TConfig>;","entrypoint":"channel-outbound","exportName":"ChannelMessageSendPayloadContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"6a42843383b8723a78e2634f34ddf1dd601fa0dd27419e749ccf178fbe37d6a3","declaration":"export type ChannelMessageSendResult = ChannelMessageSendResult;","entrypoint":"channel-outbound","exportName":"ChannelMessageSendResult","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"550eff9458d5bb40a2d31a9a0ccdccf08216027e129c82244677cfc5b3046505","declaration":"export type ChannelMessageSendTextContext<TConfig = OpenClawConfig> = ChannelMessageSendTextContext<TConfig>;","entrypoint":"channel-outbound","exportName":"ChannelMessageSendTextContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"f55e61d3efa488a6ddf6dcceebef7259df98883ecfc5fda904b09754f199ee1a","declaration":"export type ChannelMessageUnknownSendContext<TConfig = OpenClawConfig> = ChannelMessageUnknownSendContext<TConfig>;","entrypoint":"channel-outbound","exportName":"ChannelMessageUnknownSendContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"e3bde4b77d2c764a8d8236b5739523240f594f484825ac9ea4205cacdb100960","declaration":"export type ChannelMessageUnknownSendReconciliationResult = ChannelMessageUnknownSendReconciliationResult;","entrypoint":"channel-outbound","exportName":"ChannelMessageUnknownSendReconciliationResult","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"67f3a704195e12f66ff1b8633639dc4de4af9769891b13e7ba7a575ca1efcdc6","declaration":"export type ChannelPreviewStreamingConfig = ChannelPreviewStreamingConfig;","entrypoint":"channel-outbound","exportName":"ChannelPreviewStreamingConfig","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"0e770e84db0236d956e70398054333f16395d5522bebbb7122d65ade2f64e44a","declaration":"export type ChannelProgressDraftCompositorLine = ChannelProgressDraftCompositorLine;","entrypoint":"channel-outbound","exportName":"ChannelProgressDraftCompositorLine","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"b7c76761bd56e44d2ae0e3c54f8880a1ae4897c2c1b28bc5704367f841c18b06","declaration":"export type ChannelProgressDraftCompositorSnapshot = Readonly<{ lines: readonly ChannelProgressDraftCompositorLine[]; statusHeadline?: string; plan?: readonly AgentPlanStep[]; planExplanation?: string;}>;","entrypoint":"channel-outbound","exportName":"ChannelProgressDraftCompositorSnapshot","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"a9ec1f82184ba85d82bfdb8b4ebb8b8280e6dd0c63f08a61e55e92c6df005fcc","declaration":"export type ChannelProgressDraftLine = ChannelProgressDraftLine;","entrypoint":"channel-outbound","exportName":"ChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"de6224d5ef3d05e9e25fadc96c00f75c3df158ef94345e7c9f102b7234926fb7","declaration":"export type ChannelStreamingBlockConfig = ChannelStreamingBlockConfig;","entrypoint":"channel-outbound","exportName":"ChannelStreamingBlockConfig","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"c3269be226828d9e407cadb848af626a7a01949ce921c44494542eb676217d67","declaration":"export type ChannelStreamingProgressConfig = ChannelStreamingProgressConfig;","entrypoint":"channel-outbound","exportName":"ChannelStreamingProgressConfig","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"fc7e4c04e9bb74b8ab367534651361c243c839d563677621540793eed89c61bf","declaration":"export type DurableMessageBatchSendResult = DurableMessageBatchSendResult;","entrypoint":"channel-outbound","exportName":"DurableMessageBatchSendResult","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"e35a7d7827520aa5234bc249de4745eb080c4be9bc556f929af30ea005e72f65","declaration":"export type MessageAckPolicy = ChannelMessageReceiveAckPolicy;","entrypoint":"channel-outbound","exportName":"MessageAckPolicy","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"8ca207a181eb8157ece23c08fb2ed324bfd1c1620c47ea98dde963ddd6c093a6","declaration":"export type MessageReceipt = MessageReceipt;","entrypoint":"channel-outbound","exportName":"MessageReceipt","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"b0fafd3bc038a9a6348f569ab97ae2d0178f7c424c08fb4949bee17ae55fc1c2","declaration":"export type MessageReceiptPart = MessageReceiptPart;","entrypoint":"channel-outbound","exportName":"MessageReceiptPart","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"8bb54619c30818de9ed3f3e598d3a0f49c12e9303aaf12aaf45ebc2529ad2e6f","declaration":"export type MessageReceiptPartKind = MessageReceiptPartKind;","entrypoint":"channel-outbound","exportName":"MessageReceiptPartKind","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"608d9000673d33b4d57a229551d3f9168c58440791edec48a03af0f9370bddc2","declaration":"export type MessageReceiptSourceResult = MessageReceiptSourceResult;","entrypoint":"channel-outbound","exportName":"MessageReceiptSourceResult","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"d7dcc3bdd4473642b0bfda0bef9ab6f2236c2b09ac1a5af833ae6e8346606208","declaration":"export type MessageReceiveContext<TMessage = unknown> = MessageReceiveContext<TMessage>;","entrypoint":"channel-outbound","exportName":"MessageReceiveContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"f9f363ff3771520d366feaee878e1aebbc42261e620a7e934ddc8dbfb1bc941c","declaration":"export type OutboundDeliveryFormattingOptions = OutboundDeliveryFormattingOptions;","entrypoint":"channel-outbound","exportName":"OutboundDeliveryFormattingOptions","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"747b0a0e9cf9bca79463e90a0850940820d68a35dd4facde3776428d4a18e8e4","declaration":"export type OutboundIdentity = OutboundIdentity;","entrypoint":"channel-outbound","exportName":"OutboundIdentity","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"3ea749c6440d2d21a763292ba22758f1f98e315ffcbfe07a5a5a99bf61b56117","declaration":"export type OutboundMessageIdentity = OutboundMessageIdentity;","entrypoint":"channel-outbound","exportName":"OutboundMessageIdentity","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"8f179e45c82e3bed6e0c326a07553225c1cdbc7c4ef7a261ece8e83988996c35","declaration":"export type OutboundSendDeps = OutboundSendDeps;","entrypoint":"channel-outbound","exportName":"OutboundSendDeps","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"70fe10a22a2d0579269ddc576106d152d6a460d1ba2103a1abe18b591f47a500","declaration":"export type OutboundSessionContext = OutboundSessionContext;","entrypoint":"channel-outbound","exportName":"OutboundSessionContext","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"59c04930da8ba38bc5b9e0e5b3eb6d7694cf366950d07a85d2a3bae4d968a1de","declaration":"export type ReplyToResolution = ReplyToResolution;","entrypoint":"channel-outbound","exportName":"ReplyToResolution","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"84af48b4d2223e0a520e1d70ac47611e82d42be28a0ebb5369f84d178e3d7cac","declaration":"export type StreamingMode = StreamingMode;","entrypoint":"channel-outbound","exportName":"StreamingMode","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"closureHash":"424d0b4b21b078d07a49a7bc52c3b63250be032a3e17f47c0cc824178b828ded","declaration":"export type TextChunkMode = TextChunkMode;","entrypoint":"channel-outbound","exportName":"TextChunkMode","importSpecifier":"openclaw/plugin-sdk/channel-outbound","kind":"type","recordType":"export"}
|
|
{"category":"channel","entrypoint":"channel-pairing","importSpecifier":"openclaw/plugin-sdk/channel-pairing","recordType":"module"}
|
|
{"closureHash":"3d2325df85dcb397e7df5c9f380c5d6c517976527acbe7d94d59df8777810d1f","declaration":"export function createChannelPairingChallengeIssuer(params: { channel: ChannelId; accountId?: string; upsertPairingRequest: Parameters<typeof issuePairingChallenge>[0][\"upsertPairingRequest\"]; }): (challenge: Omit<Parameters<typeof issuePairingChallenge>[0], \"channel\" | \"accountId\" | \"upsertPairingRequest\">) => Promise<{ created: boolean; code?: string; }>;","entrypoint":"channel-pairing","exportName":"createChannelPairingChallengeIssuer","importSpecifier":"openclaw/plugin-sdk/channel-pairing","kind":"function","recordType":"export"}
|
|
{"closureHash":"c966fd9925d4722d4d5ccd665caf210c33af2ec1a2243b85362d8e99eef89191","declaration":"export function createChannelPairingController(params: { core: PluginRuntime; channel: ChannelId; accountId: string; }): ChannelPairingController;","entrypoint":"channel-pairing","exportName":"createChannelPairingController","importSpecifier":"openclaw/plugin-sdk/channel-pairing","kind":"function","recordType":"export"}
|
|
{"closureHash":"39648d8f2d5ec14a204569c6266100fef1e455dd53dd6b05ae3034dc98986875","declaration":"export function createLoggedPairingApprovalNotifier(format: string | ((params: PairingNotifyParams) => string), log?: (message: string) => void): NonNullable<ChannelPairingAdapter[\"notifyApproval\"]>;","entrypoint":"channel-pairing","exportName":"createLoggedPairingApprovalNotifier","importSpecifier":"openclaw/plugin-sdk/channel-pairing","kind":"function","recordType":"export"}
|
|
{"closureHash":"d5198bb50f3f1c60b384feb93ae07621ceeca6f7d7f7c729ec96dabe984eca10","declaration":"export function createPairingPrefixStripper(prefixRe: RegExp, map?: (entry: string) => string): NonNullable<ChannelPairingAdapter[\"normalizeAllowEntry\"]>;","entrypoint":"channel-pairing","exportName":"createPairingPrefixStripper","importSpecifier":"openclaw/plugin-sdk/channel-pairing","kind":"function","recordType":"export"}
|
|
{"closureHash":"b914a433d104666e368d9e2c85d328e0015168b8ad3ade34bc993d3cc7141513","declaration":"export function createTextPairingAdapter(params: { idLabel: string; message: string; normalizeAllowEntry?: ChannelPairingAdapter[\"normalizeAllowEntry\"]; notify: (params: PairingNotifyParams & { message: string; }) => Promise<void> | void; }): ChannelPairingAdapter;","entrypoint":"channel-pairing","exportName":"createTextPairingAdapter","importSpecifier":"openclaw/plugin-sdk/channel-pairing","kind":"function","recordType":"export"}
|
|
{"closureHash":"ec2b230fc869584bf4114bc30b34546f3e3e9369d7b6f49d9ff3bc8b19dd1989","declaration":"export function readChannelAllowFromStore(channel: PairingChannel, env?: NodeJS.ProcessEnv, accountId?: string): Promise<string[]>;","entrypoint":"channel-pairing","exportName":"readChannelAllowFromStore","importSpecifier":"openclaw/plugin-sdk/channel-pairing","kind":"function","recordType":"export"}
|
|
{"closureHash":"efe4915252d6eb26af5b1c52dadf22e05b4a13f1668a10cc508c0aa4bae11e39","declaration":"export function readChannelAllowFromStoreSync(channel: PairingChannel, env?: NodeJS.ProcessEnv, accountId?: string): string[];","entrypoint":"channel-pairing","exportName":"readChannelAllowFromStoreSync","importSpecifier":"openclaw/plugin-sdk/channel-pairing","kind":"function","recordType":"export"}
|
|
{"closureHash":"1e1365affaa5aea2a2befb5e4a9a9123da674766812e711346c3d93b34181a20","declaration":"export type ChannelPairingController = ChannelPairingController;","entrypoint":"channel-pairing","exportName":"ChannelPairingController","importSpecifier":"openclaw/plugin-sdk/channel-pairing","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-plugin-common","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","recordType":"module"}
|
|
{"closureHash":"19a3d4c1fdad2b565e7428da26e0dafa76f08498bcf06ac3df098486ff4afc2c","declaration":"export function applyAccountNameToChannelSection(params: { cfg: OpenClawConfig; channelKey: string; accountId: string; name?: string; alwaysUseAccounts?: boolean; }): OpenClawConfig;","entrypoint":"channel-plugin-common","exportName":"applyAccountNameToChannelSection","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"function","recordType":"export"}
|
|
{"closureHash":"e97ff96104ab3b7f8462f20d39d2596908a59cb03a634c6c2fb0d7ff80e5bb54","declaration":"export function buildChannelConfigSchema(schema: ZodTypeAny, options?: BuildChannelConfigSchemaOptions): ChannelConfigSchema;","entrypoint":"channel-plugin-common","exportName":"buildChannelConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"function","recordType":"export"}
|
|
{"closureHash":"9fc7e45343d7bfbc6ed56d05c9f824e2f9cf6dafc3ca4b25437d1f65c2200727","declaration":"export function clearAccountEntryFields<TAccountEntry extends object>(params: { accounts?: Record<string, TAccountEntry>; accountId: string; fields: string[]; isValueSet?: (value: unknown) => boolean; markClearedOnFieldPresence?: boolean; }): { nextAccounts?: Record<string, TAccountEntry>; changed: boolean; cleared: boolean; };","entrypoint":"channel-plugin-common","exportName":"clearAccountEntryFields","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"function","recordType":"export"}
|
|
{"closureHash":"2c282e0e308f9442bca7cdeb8e89a097531b1d54a692c9d86e5f39a8db1c2537","declaration":"export function deleteAccountFromConfigSection(params: { cfg: OpenClawConfig; sectionKey: string; accountId: string; clearBaseFields?: string[]; }): OpenClawConfig;","entrypoint":"channel-plugin-common","exportName":"deleteAccountFromConfigSection","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ef1dfa3b5deeb456480e292c0e835c3cd6d13e7bb7059fc735546507da51594","declaration":"export function emptyPluginConfigSchema(): OpenClawPluginConfigSchema;","entrypoint":"channel-plugin-common","exportName":"emptyPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"function","recordType":"export"}
|
|
{"closureHash":"4368637346921168f0bd84e4e73b42669d9b834ae7727ad677c830a07f6a5e08","declaration":"export function formatPairingApproveHint(channelId: string): string;","entrypoint":"channel-plugin-common","exportName":"formatPairingApproveHint","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"function","recordType":"export"}
|
|
{"closureHash":"f8722be8806c27d7fd4005c830fa772c346fda8b35368965509211eb93dbbfbb","declaration":"export function getChatChannelMeta(id: ChatChannelId): ChatChannelMeta;","entrypoint":"channel-plugin-common","exportName":"getChatChannelMeta","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5247306113cf7f9626a87afab86e792b9725fa3b400ce7d8842c0a0cb6f02cd","declaration":"export function migrateBaseNameToDefaultAccount(params: { cfg: OpenClawConfig; channelKey: string; alwaysUseAccounts?: boolean; }): OpenClawConfig;","entrypoint":"channel-plugin-common","exportName":"migrateBaseNameToDefaultAccount","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc8afd3f197b3e15e86db4f7c685104f0b7a4a0cd2420123103ab540781fa310","declaration":"export function normalizeAccountId(value: string | undefined | null): string;","entrypoint":"channel-plugin-common","exportName":"normalizeAccountId","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"function","recordType":"export"}
|
|
{"closureHash":"2b7a57c2a22569afae464152cd3a879072ae695d1f09e42081faf52ca1e5d8a3","declaration":"export function setAccountEnabledInConfigSection(params: { cfg: OpenClawConfig; sectionKey: string; accountId: string; enabled: boolean; allowTopLevel?: boolean; }): OpenClawConfig;","entrypoint":"channel-plugin-common","exportName":"setAccountEnabledInConfigSection","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40933a11984425d14a7a479bda0d2cd14cbfa9371164774f39bebbf12861df7","declaration":"export const DEFAULT_ACCOUNT_ID: \"default\";","entrypoint":"channel-plugin-common","exportName":"DEFAULT_ACCOUNT_ID","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"const","recordType":"export"}
|
|
{"closureHash":"cd6b0d3f962c8cb40d405e92bb06bb8e9285b386200897f550d21036022262c1","declaration":"export const PAIRING_APPROVED_MESSAGE: \"✅ OpenClaw access approved. Send a message to start chatting.\";","entrypoint":"channel-plugin-common","exportName":"PAIRING_APPROVED_MESSAGE","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"const","recordType":"export"}
|
|
{"closureHash":"712435252d2fe5135542ca6b5a4375a6edea24e83829338011dc6ae7e9802fbb","declaration":"export type ChannelMessageActionContext = ChannelMessageActionContext;","entrypoint":"channel-plugin-common","exportName":"ChannelMessageActionContext","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"type","recordType":"export"}
|
|
{"closureHash":"37b373e93fe7f86fdbce119947c9e49b17e71ce50fe47e118c4d078c5cea20ec","declaration":"export type ChannelPlugin<ResolvedAccount = any, Probe = unknown, Audit = unknown> = ChannelPlugin<ResolvedAccount, Probe, Audit>;","entrypoint":"channel-plugin-common","exportName":"ChannelPlugin","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff621688b7b58ebfa7157b153d83921a47158e43ac312ff61df85d437216ae10","declaration":"export type OpenClawPluginApi = OpenClawPluginApi;","entrypoint":"channel-plugin-common","exportName":"OpenClawPluginApi","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"type","recordType":"export"}
|
|
{"closureHash":"4180509522e17f8afdf5014bc51f5601952dfa403503e66f8f53e92b0c6ddd45","declaration":"export type PluginRuntime = PluginRuntime;","entrypoint":"channel-plugin-common","exportName":"PluginRuntime","importSpecifier":"openclaw/plugin-sdk/channel-plugin-common","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-policy","importSpecifier":"openclaw/plugin-sdk/channel-policy","recordType":"module"}
|
|
{"closureHash":"017ab29d16d0f3d02d60f3513e65a373868d26496bc93d020d8fc8c17fd875f4","declaration":"export function buildAccountScopedDmSecurityPolicy(params: { cfg: OpenClawConfig; channelKey: string; accountId?: string | null; fallbackAccountId?: string | null; policy?: string | null; allowFrom?: Array<string | number> | null; defaultPolicy?: string; allowFromPathSuffix?: string; policyPathSuffix?: string; approveChannelId?: string; approveHint?: string; normalizeEntry?: (raw: string) => string; inheritSharedDefaultsFromDefaultAccount?: boolean; }): ChannelSecurityDmPolicy;","entrypoint":"channel-policy","exportName":"buildAccountScopedDmSecurityPolicy","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"628863a501a389d1fee7ab465a4e9da1751189011e9086a54ab22bfc1f970c8a","declaration":"export function buildChannelGroupsScopeTree(cfg: OpenClawConfig, channel: ChannelId, accountId?: string | null): ScopeTree;","entrypoint":"channel-policy","exportName":"buildChannelGroupsScopeTree","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"72fad24457e44cb3c145e653820ed84322d876d89bb242925c70db6e6c607849","declaration":"export function buildMutableAllowEntryDetector(params: { prefixes?: readonly string[]; stableIdPattern: RegExp; }): (entry: string) => boolean;","entrypoint":"channel-policy","exportName":"buildMutableAllowEntryDetector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"1dd463cd8fffe40392ace50f475a21599765a118565612b3026c1b01d92cb8ec","declaration":"export function buildOpenGroupPolicyConfigureRouteAllowlistWarning(params: { surface: string; openScope: string; groupPolicyPath: string; routeAllowlistPath: string; mentionGated?: boolean; }): string;","entrypoint":"channel-policy","exportName":"buildOpenGroupPolicyConfigureRouteAllowlistWarning","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"06cfa2e9f4d9aea9abd003f44ca575f7240e98069f9a0098fbec7ba5f8d11f5a","declaration":"export function buildOpenGroupPolicyRestrictSendersWarning(params: { surface: string; openScope: string; groupPolicyPath: string; groupAllowFromPath: string; mentionGated?: boolean; }): string;","entrypoint":"channel-policy","exportName":"buildOpenGroupPolicyRestrictSendersWarning","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"1da2875316ec8bb1837b1f24bc858ce53c16b943454dec8a1a08c1817bc1e65e","declaration":"export function buildOpenGroupPolicyWarning(params: { surface: string; openBehavior: string; remediation: string; }): string;","entrypoint":"channel-policy","exportName":"buildOpenGroupPolicyWarning","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"274258892d923b137e765a3641f76f30c661b695c138a99f599bedd2a01cc045","declaration":"export function coerceNativeSetting(value: unknown): boolean | \"auto\" | undefined;","entrypoint":"channel-policy","exportName":"coerceNativeSetting","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"16785bbc150e91618bcaf503926c470a55b49f5d0e7409abdee5d429a6b5bee4","declaration":"export function collectAllowlistProviderGroupPolicyWarnings(params: { cfg: OpenClawConfig; providerConfigPresent: boolean; configuredGroupPolicy?: GroupPolicy | null; collect: GroupPolicyWarningCollector; }): string[];","entrypoint":"channel-policy","exportName":"collectAllowlistProviderGroupPolicyWarnings","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"63d629e8e5c7fd699c5a96d92799796190e7294658becd50be8238198c393ed2","declaration":"export function collectAllowlistProviderRestrictSendersWarnings(params: { cfg: OpenClawConfig; providerConfigPresent: boolean; configuredGroupPolicy?: GroupPolicy | null; } & Omit<Parameters<typeof collectOpenGroupPolicyRestrictSendersWarnings>[0], \"groupPolicy\">): string[];","entrypoint":"channel-policy","exportName":"collectAllowlistProviderRestrictSendersWarnings","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"fb3cae93623c25c54e941bf8ffad7da55783ee92dd391fa4feae5fd1bf5c68f7","declaration":"export function collectOpenGroupPolicyConfiguredRouteWarnings(params: { groupPolicy: \"open\" | \"allowlist\" | \"disabled\"; routeAllowlistConfigured: boolean; configureRouteAllowlist: Parameters<typeof buildOpenGroupPolicyConfigureRouteAllowlistWarning>[0]; missingRouteAllowlist: Parameters<typeof buildOpenGroupPolicyWarning>[0]; }): string[];","entrypoint":"channel-policy","exportName":"collectOpenGroupPolicyConfiguredRouteWarnings","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"e3d001baf4379197ae3817e74996a1fa4db132284496fbdd4125d9e79a9047e7","declaration":"export function collectOpenGroupPolicyRestrictSendersWarnings(params: Parameters<typeof buildOpenGroupPolicyRestrictSendersWarning>[0] & { groupPolicy: \"open\" | \"allowlist\" | \"disabled\"; }): string[];","entrypoint":"channel-policy","exportName":"collectOpenGroupPolicyRestrictSendersWarnings","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"b1bbfcf35f0f658796ec8de1d7b4ea11f4af30ca1e73aea733e1d6a6ea430fe8","declaration":"export function collectOpenGroupPolicyRouteAllowlistWarnings(params: { groupPolicy: \"open\" | \"allowlist\" | \"disabled\"; routeAllowlistConfigured: boolean; restrictSenders: Parameters<typeof buildOpenGroupPolicyRestrictSendersWarning>[0]; noRouteAllowlist: Parameters<typeof buildOpenGroupPolicyNoRouteAllowlistWarning>[0]; }): string[];","entrypoint":"channel-policy","exportName":"collectOpenGroupPolicyRouteAllowlistWarnings","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"f7df6e7a6ac17bacb29312846f5d399b1ccc6325126d90e73ab282d758fbedcc","declaration":"export function collectOpenProviderGroupPolicyWarnings(params: { cfg: OpenClawConfig; providerConfigPresent: boolean; configuredGroupPolicy?: GroupPolicy | null; collect: GroupPolicyWarningCollector; }): string[];","entrypoint":"channel-policy","exportName":"collectOpenProviderGroupPolicyWarnings","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"4faedd91c4c33de8e1a794bc6ce29d5346854142a1291f067198cc6266688b57","declaration":"export function collectStandardAllowlistLists(scope: StandardAllowlistScope, options?: { includeAllowFrom?: boolean; includeGroupAllowFrom?: boolean; includeDm?: boolean; includeGroups?: boolean; groupsKey?: string; groupField?: string; }): ChannelMutableAllowlistCandidate[];","entrypoint":"channel-policy","exportName":"collectStandardAllowlistLists","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"94347f74e8dba853f6ff23c71648e3dff569c304bb5e96d447021338087e3083","declaration":"export function composeAccountWarningCollectors<ResolvedAccount, Params extends { account: ResolvedAccount; }>(baseCollector: WarningCollector<Params>, ...collectors: Array<(account: ResolvedAccount) => string | string[] | null | undefined | false>): WarningCollector<Params>;","entrypoint":"channel-policy","exportName":"composeAccountWarningCollectors","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"59f57aa9cda5db885de97cc3d01371224eee0d7ce9ad888b7be9b0401d0a6f5e","declaration":"export function composeWarningCollectors<Params>(...collectors: Array<WarningCollector<Params> | null | undefined>): WarningCollector<Params>;","entrypoint":"channel-policy","exportName":"composeWarningCollectors","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"f4a2d3175e40df00b87de041a2f8f48583bb3bb8f13264950f8abc04836da351","declaration":"export function createAllowlistProviderGroupPolicyWarningCollector<Params extends { cfg: OpenClawConfig; }>(params: { providerConfigPresent: (cfg: OpenClawConfig) => boolean; resolveGroupPolicy: (params: Params) => GroupPolicy | null | undefined; collect: (params: Params & { groupPolicy: GroupPolicy; }) => string[]; }): ConfigGroupPolicyWarningCollector<Params>;","entrypoint":"channel-policy","exportName":"createAllowlistProviderGroupPolicyWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"72e43f8b5f8130a509ae7bd31e9719bb048377889564d6b431a25169f0541589","declaration":"export function createAllowlistProviderOpenWarningCollector<ResolvedAccount>(params: { providerConfigPresent: (cfg: OpenClawConfig) => boolean; resolveGroupPolicy: (account: ResolvedAccount) => GroupPolicy | null | undefined; buildOpenWarning: Parameters<typeof buildOpenGroupPolicyWarning>[0]; }): AccountGroupPolicyWarningCollector<ResolvedAccount>;","entrypoint":"channel-policy","exportName":"createAllowlistProviderOpenWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"06cc170a3195cae65e93b447a7fb97e51b58efa8e3566145143a23eacbdb034b","declaration":"export function createAllowlistProviderRestrictSendersWarningCollector<ResolvedAccount>(params: { providerConfigPresent: (cfg: OpenClawConfig) => boolean; resolveGroupPolicy: (account: ResolvedAccount) => GroupPolicy | null | undefined; } & Omit<Parameters<typeof collectAllowlistProviderRestrictSendersWarnings>[0], \"cfg\" | \"providerConfigPresent\" | \"configuredGroupPolicy\">): AccountGroupPolicyWarningCollector<ResolvedAccount>;","entrypoint":"channel-policy","exportName":"createAllowlistProviderRestrictSendersWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"ddfb6cf939083b9990dad0cf4810c4c31477e050916d587fa8350128cf502416","declaration":"export function createAllowlistProviderRouteAllowlistWarningCollector<ResolvedAccount>(params: { providerConfigPresent: (cfg: OpenClawConfig) => boolean; resolveGroupPolicy: (account: ResolvedAccount) => GroupPolicy | null | undefined; resolveRouteAllowlistConfigured: (account: ResolvedAccount) => boolean; restrictSenders: Parameters<typeof buildOpenGroupPolicyRestrictSendersWarning>[0]; noRouteAllowlist: Parameters<typeof buildOpenGroupPolicyNoRouteAllowlistWarning>[0]; }): AccountGroupPolicyWarningCollector<ResolvedAccount>;","entrypoint":"channel-policy","exportName":"createAllowlistProviderRouteAllowlistWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"8ed8fcc6d5a7b1432d481dd2462fed27b9cf3c0fd300f9efe71bccaec5a750ba","declaration":"export function createConditionalWarningCollector<Params>(...collectors: Array<(params: Params) => string | string[] | null | undefined | false>): WarningCollector<Params>;","entrypoint":"channel-policy","exportName":"createConditionalWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"6a9da9d0b9920bf7cd5cc435f59aa8a6408dfb663a90b345cbaa29180dd1a74f","declaration":"export function createDangerousNameMatchingMutableAllowlistWarningCollector(params: { channel: string; detector: (entry: string) => boolean; collectLists: (scope: { prefix: string; account: Record<string, unknown>; dangerousFlagPath: string; }) => ChannelMutableAllowlistCandidate[]; }): ({ cfg }: { cfg: OpenClawConfig; }) => string[];","entrypoint":"channel-policy","exportName":"createDangerousNameMatchingMutableAllowlistWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"02363b81b54c30225eb6e3f0519b41cbe7d3138a2f246f98a603edf39f25ed32","declaration":"export function createOpenGroupPolicyRestrictSendersWarningCollector<ResolvedAccount>(params: { resolveGroupPolicy: (account: ResolvedAccount) => GroupPolicy | null | undefined; defaultGroupPolicy?: GroupPolicy; } & Omit<Parameters<typeof collectOpenGroupPolicyRestrictSendersWarnings>[0], \"groupPolicy\">): (account: ResolvedAccount) => string[];","entrypoint":"channel-policy","exportName":"createOpenGroupPolicyRestrictSendersWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"cbfd724680731a8586992b442db7c33029ad6eff20785686d5b383223b553e4a","declaration":"export function createOpenProviderConfiguredRouteWarningCollector<ResolvedAccount>(params: { providerConfigPresent: (cfg: OpenClawConfig) => boolean; resolveGroupPolicy: (account: ResolvedAccount) => GroupPolicy | null | undefined; resolveRouteAllowlistConfigured: (account: ResolvedAccount) => boolean; configureRouteAllowlist: Parameters<typeof buildOpenGroupPolicyConfigureRouteAllowlistWarning>[0]; missingRouteAllowlist: Parameters<typeof buildOpenGroupPolicyWarning>[0]; }): AccountGroupPolicyWarningCollector<ResolvedAccount>;","entrypoint":"channel-policy","exportName":"createOpenProviderConfiguredRouteWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"92c797e68f69341c7b377821234cd9b27a8be1593249e956c4f1f1fe72bd65d7","declaration":"export function createOpenProviderGroupPolicyWarningCollector<Params extends { cfg: OpenClawConfig; }>(params: { providerConfigPresent: (cfg: OpenClawConfig) => boolean; resolveGroupPolicy: (params: Params) => GroupPolicy | null | undefined; collect: (params: Params & { groupPolicy: GroupPolicy; }) => string[]; }): ConfigGroupPolicyWarningCollector<Params>;","entrypoint":"channel-policy","exportName":"createOpenProviderGroupPolicyWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"3498d7988e1de695e02d420fb41202d80418f2758577289ff002332747eb4346","declaration":"export function createRestrictSendersChannelSecurity<ResolvedAccount extends { accountId?: string | null; }>(params: { channelKey: string; resolveDmPolicy: (account: ResolvedAccount) => string | null | undefined; resolveDmAllowFrom: (account: ResolvedAccount) => Array<string | number> | null | undefined; resolveGroupPolicy: (account: ResolvedAccount) => GroupPolicy | null | undefined; surface: string; openScope: string; groupPolicyPath: string; groupAllowFromPath: string; mentionGated?: boolean; providerConfigPresent?: (cfg: OpenClawConfig) => boolean; resolveFallbackAccountId?: (account: ResolvedAccount) => string | null | undefined; defaultDmPolicy?: string; allowFromPathSuffix?: string; policyPathSuffix?: string; approveChannelId?: string; approveHint?: string; normalizeDmEntry?: (raw: string) => string; inheritSharedDefaultsFromDefaultAccount?: boolean; dmRouting?: ChannelSecurityAdapter<ResolvedAccount>[\"dmRouting\"]; }): ChannelSecurityAdapter<ResolvedAccount>;","entrypoint":"channel-policy","exportName":"createRestrictSendersChannelSecurity","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"b6b34cd3844debbe7cda17ad7703e4fcffe4489789ae1763df8f8ab027150203","declaration":"export function evaluateGroupRouteAccessForPolicy(params: { groupPolicy: GroupPolicy; routeAllowlistConfigured: boolean; routeMatched: boolean; routeEnabled?: boolean; }): GroupRouteAccessDecision;","entrypoint":"channel-policy","exportName":"evaluateGroupRouteAccessForPolicy","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"182fa4fc45ddd20915ce722f255d301180b06a33d25aa2b4d771ced127558035","declaration":"export function evaluateSenderGroupAccessForPolicy(params: { groupPolicy: GroupPolicy; providerMissingFallbackApplied?: boolean; groupAllowFrom: string[]; senderId: string; isSenderAllowed: (senderId: string, allowFrom: string[]) => boolean; }): SenderGroupAccessDecision;","entrypoint":"channel-policy","exportName":"evaluateSenderGroupAccessForPolicy","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"cf41bc7efb2e5e5a031c236a14192bedba5a02d93aae3306ae5793d632d93692","declaration":"export function normalizeAllowFromList(list: Array<string | number> | undefined | null): string[];","entrypoint":"channel-policy","exportName":"normalizeAllowFromList","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"b4f6e2acc18e26f5b4c829b6f92c065ac020f70a9223f866dac8a67a9af27d77","declaration":"export function projectAccountConfigWarningCollector<ResolvedAccount, ProjectedCfg, Params extends { account: ResolvedAccount; cfg: OpenClawConfig; }>(projectCfg: (cfg: OpenClawConfig) => ProjectedCfg, collector: WarningCollector<{ account: ResolvedAccount; cfg: ProjectedCfg; }>): WarningCollector<Params>;","entrypoint":"channel-policy","exportName":"projectAccountConfigWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"b0c1b6e982fc471495b4918b552b331fa5abcfb1100bf38d2162e5751b9fc2dc","declaration":"export function projectAccountWarningCollector<ResolvedAccount, Params extends { account: ResolvedAccount; }>(collector: WarningCollector<ResolvedAccount>): WarningCollector<Params>;","entrypoint":"channel-policy","exportName":"projectAccountWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"28683b7e48c09c654da0dff52d25fb8aa237419ca447ccf76466f307adbe4273","declaration":"export function projectConfigAccountIdWarningCollector<Params extends { cfg: OpenClawConfig; accountId?: string | null; }>(collector: WarningCollector<{ cfg: OpenClawConfig; accountId?: string | null; }>): WarningCollector<Params>;","entrypoint":"channel-policy","exportName":"projectConfigAccountIdWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"adcf9e5f8613302f2e77a263270de533a8078dff362bcd21256a13e3cefa898d","declaration":"export function projectConfigWarningCollector<Params extends { cfg: OpenClawConfig; }>(collector: WarningCollector<{ cfg: OpenClawConfig; }>): WarningCollector<Params>;","entrypoint":"channel-policy","exportName":"projectConfigWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"a876b17bfbdf63a1d79c37799678d65d614ee3ab3216dc15001d76974c2052ef","declaration":"export function projectWarningCollector<Params, Projected>(project: (params: Params) => Projected, collector: WarningCollector<Projected>): WarningCollector<Params>;","entrypoint":"channel-policy","exportName":"projectWarningCollector","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"79c7435ac605a66d5a7eebcae87f7c365395cc35879150cdd02efb5a137b4d1c","declaration":"export function readStoreAllowFromForDmPolicy(params: { provider: ChannelId; accountId: string; dmPolicy?: string | null; shouldRead?: boolean | null; readStore?: (provider: ChannelId, accountId: string) => Promise<string[]>; }): Promise<string[]>;","entrypoint":"channel-policy","exportName":"readStoreAllowFromForDmPolicy","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"1b9c6093de9470b47c39fd99972c5a0cd66cc71a5b7212abd590744f03f93034","declaration":"export function resolveChannelGroupPolicy(params: { cfg: OpenClawConfig; channel: GroupPolicyChannel; groupId?: string | null; accountId?: string | null; groupIdCaseInsensitive?: boolean; hasGroupAllowFrom?: boolean; }): ChannelGroupPolicy;","entrypoint":"channel-policy","exportName":"resolveChannelGroupPolicy","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"e71815efcd94f48d143aa4bc80e0a07f4916d648f8b1a53aff9c7a4cac2bbad1","declaration":"export function resolveChannelGroupRequireMention(params: { cfg: OpenClawConfig; channel: GroupPolicyChannel; groupId?: string | null; accountId?: string | null; groupIdCaseInsensitive?: boolean; requireMentionOverride?: boolean; configuredGroupDefaultsToNoMention?: boolean; overrideOrder?: \"before-config\" | \"after-config\"; }): boolean;","entrypoint":"channel-policy","exportName":"resolveChannelGroupRequireMention","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"dff47a19075cb50b2fba4b19d71afab05bb7c284f7ea92141ff9e359968b6d67","declaration":"export function resolveChannelGroupToolsPolicy(params: { cfg: OpenClawConfig; channel: GroupPolicyChannel; groupId?: string | null; groupIdCandidates?: Array<string | null | undefined>; accountId?: string | null; groupIdCaseInsensitive?: boolean; } & GroupToolPolicySender): GroupToolPolicyConfig | undefined;","entrypoint":"channel-policy","exportName":"resolveChannelGroupToolsPolicy","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"944e3eb96ee731f4dbd8812d30885f533e8ed9f657f747282f6f865f3dd9db34","declaration":"export function resolveDmGroupAccessWithLists(params: DmGroupAccessInputParams): { decision: DmGroupAccessDecision; reasonCode: DmGroupAccessReasonCode; reason: string; effectiveAllowFrom: string[]; effectiveGroupAllowFrom: string[]; };","entrypoint":"channel-policy","exportName":"resolveDmGroupAccessWithLists","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"8218a433254f660c12df0120bc8573210a68dd8e13d766ee0eb290b6b997abee","declaration":"export function resolveEffectiveAllowFromLists(params: { allowFrom?: Array<string | number> | null; groupAllowFrom?: Array<string | number> | null; storeAllowFrom?: Array<string | number> | null; dmPolicy?: string | null; groupAllowFromFallbackToAllowFrom?: boolean | null; }): { effectiveAllowFrom: string[]; effectiveGroupAllowFrom: string[]; };","entrypoint":"channel-policy","exportName":"resolveEffectiveAllowFromLists","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"c874be12ff4c36676701885cae8b107b6ed789ceb4a8c866d46ed36d18fe1293","declaration":"export function resolveOpenDmAllowlistAccess(params: { effectiveAllowFrom: Array<string | number>; isSenderAllowed: (allowFrom: string[]) => boolean; }): DmGroupAccessResult;","entrypoint":"channel-policy","exportName":"resolveOpenDmAllowlistAccess","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"ceb04fe3aaa36b2b6fd04872c8152b5855080485f9486b23838f239f4addf5a2","declaration":"export function resolveScopeIntroHint(params: { tree: ScopeTree; path: ScopePath; }): string | undefined;","entrypoint":"channel-policy","exportName":"resolveScopeIntroHint","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"82188cf51ccccadbf6758b65a385401fab661d3ac70516c9200909deff0a1642","declaration":"export function resolveScopeKeyCaseInsensitive(tree: ScopeTree, key: string | null | undefined): string | undefined;","entrypoint":"channel-policy","exportName":"resolveScopeKeyCaseInsensitive","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"b82b788f9e776e849c944aa59f2706fe0c3f3d001b0d09031d58c903eff78771","declaration":"export function resolveScopeRequireMention(params: { tree: ScopeTree; path: ScopePath; requireMentionOverride?: boolean; overrideOrder?: \"before-config\" | \"after-config\"; configuredScopeDefaultsToNoMention?: boolean; }): boolean;","entrypoint":"channel-policy","exportName":"resolveScopeRequireMention","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"b4f06b9c63360ea4e03be33cebbe78e1e49708fb22852bba83c99bdc9325cc35","declaration":"export function resolveScopeToolsPolicy(params: { tree: ScopeTree; path: ScopePath; } & ScopeToolPolicySender): GroupToolPolicyConfig | undefined;","entrypoint":"channel-policy","exportName":"resolveScopeToolsPolicy","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"e28354509e2b695ee413df6a5bce4072a0f0a48dca367354c854f36dd35ff9ea","declaration":"export function resolveSenderScopedGroupPolicy(params: { groupPolicy: GroupPolicy; groupAllowFrom: string[]; }): GroupPolicy;","entrypoint":"channel-policy","exportName":"resolveSenderScopedGroupPolicy","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"ce1496ed4ce34660f40fa43fd0df68239688e2ced0bbcd2c6eaf277b6dc03f59","declaration":"export function resolveToolsBySender(params: { toolsBySender?: GroupToolPolicyBySenderConfig; } & GroupToolPolicySender): GroupToolPolicyConfig | undefined;","entrypoint":"channel-policy","exportName":"resolveToolsBySender","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"5e11e7536c61542a961297e6d6e5746a765acecd2f7c915205786b0cf4d51982","declaration":"export function scopeKey(...segments: Array<readonly [prefix: string, value: string]>): string;","entrypoint":"channel-policy","exportName":"scopeKey","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"6070599d9c46c90f8f8df5d626231f2497ab8d5b483117181b3df4e93adcbb32","declaration":"export const DM_GROUP_ACCESS_REASON: { readonly GROUP_POLICY_ALLOWED: \"group_policy_allowed\"; readonly GROUP_POLICY_DISABLED: \"group_policy_disabled\"; readonly GROUP_POLICY_EMPTY_ALLOWLIST: \"group_policy_empty_allowlist\"; readonly GROUP_POLICY_NOT_ALLOWLISTED: \"group_policy_not_allowlisted\"; readonly DM_POLICY_OPEN: \"dm_policy_open\"; readonly DM_POLICY_DISABLED: \"dm_policy_disabled\"; readonly DM_POLICY_ALLOWLISTED: \"dm_policy_allowlisted\"; readonly DM_POLICY_PAIRING_REQUIRED: \"dm_policy_pairing_required\"; readonly DM_POLICY_NOT_ALLOWLISTED: \"dm_policy_not_allowlisted\";};","entrypoint":"channel-policy","exportName":"DM_GROUP_ACCESS_REASON","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"const","recordType":"export"}
|
|
{"closureHash":"7fdf65c5aaba7cb09261407ff597fa7e2d964723d584a8e52971ebc154b99684","declaration":"export const encodeScopeSegment: (value: string) => string;","entrypoint":"channel-policy","exportName":"encodeScopeSegment","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"const","recordType":"export"}
|
|
{"closureHash":"a735d9d76c56ade9f539f5f9b60ba30b46551e97b9ed649931eefec5e084cb5a","declaration":"export type ChannelGroupPolicy = ChannelGroupPolicy;","entrypoint":"channel-policy","exportName":"ChannelGroupPolicy","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"type","recordType":"export"}
|
|
{"closureHash":"b9b2bade6df03be3e55d21cef3df2dbf0bbe7b67f1870750407522fd1b484987","declaration":"export type ChannelMutableAllowlistCandidate = ChannelMutableAllowlistCandidate;","entrypoint":"channel-policy","exportName":"ChannelMutableAllowlistCandidate","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"type","recordType":"export"}
|
|
{"closureHash":"828b9f8b697f380f127d4ed5837fb9100a47675175d8c2f26819bac4c8113043","declaration":"export type GroupToolPolicyBySenderConfig = GroupToolPolicyBySenderConfig;","entrypoint":"channel-policy","exportName":"GroupToolPolicyBySenderConfig","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"type","recordType":"export"}
|
|
{"closureHash":"0755374cbd59941a39ab86e5c77c8fc7ee3666371cab3e543572ac3e6325a19b","declaration":"export type GroupToolPolicyConfig = ToolAllowDenyPolicyConfig;","entrypoint":"channel-policy","exportName":"GroupToolPolicyConfig","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"type","recordType":"export"}
|
|
{"closureHash":"eebc7ce76d2c042ae28f0f57f636a4d22c871172a597081795905598ec2e1ea9","declaration":"export type ScopeNode = ScopeNode;","entrypoint":"channel-policy","exportName":"ScopeNode","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"type","recordType":"export"}
|
|
{"closureHash":"65423417d7f3e51cb00d21a96c5426a4494abeceb7bc07707a6b7b8131192f27","declaration":"export type ScopePath = ScopePath;","entrypoint":"channel-policy","exportName":"ScopePath","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"type","recordType":"export"}
|
|
{"closureHash":"eb70a2d51551dbaeb3585e0efc18b37e1dcfbaa1f6f4e8564e0e9ca9968e7559","declaration":"export type ScopeTree = ScopeTree;","entrypoint":"channel-policy","exportName":"ScopeTree","importSpecifier":"openclaw/plugin-sdk/channel-policy","kind":"type","recordType":"export"}
|
|
{"category":"channel","entrypoint":"channel-reply-pipeline","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","recordType":"module"}
|
|
{"closureHash":"1670536bbc6ed9619b06e87e8072687d0847218badf71f08b439bfea0bfc3c5b","declaration":"export function createChannelReplyPipeline(params: CreateChannelReplyPipelineParams): ChannelReplyPipeline;","entrypoint":"channel-reply-pipeline","exportName":"createChannelReplyPipeline","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"function","recordType":"export"}
|
|
{"closureHash":"00ea8c297cf2cb1d8f27d4177e14c2a8f95417806077b3e6206dd939106a4f42","declaration":"export function createReplyPrefixContext(params: { cfg: OpenClawConfig; agentId: string; channel?: string; accountId?: string; }): ReplyPrefixContextBundle;","entrypoint":"channel-reply-pipeline","exportName":"createReplyPrefixContext","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"function","recordType":"export"}
|
|
{"closureHash":"f6f643d3ac733041c53ea9448c56ca76fef259032c480ba6f4bf3ad7c48c8108","declaration":"export function createReplyPrefixOptions(params: { cfg: OpenClawConfig; agentId: string; channel?: string; accountId?: string; }): ReplyPrefixOptions;","entrypoint":"channel-reply-pipeline","exportName":"createReplyPrefixOptions","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"function","recordType":"export"}
|
|
{"closureHash":"1c08a759db76abcefee8ee1bab6313a396d321f42a105176b5705bef8ffa94ad","declaration":"export function createTypingCallbacks(params: CreateTypingCallbacksParams): TypingCallbacks;","entrypoint":"channel-reply-pipeline","exportName":"createTypingCallbacks","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"function","recordType":"export"}
|
|
{"closureHash":"19053f3926d4ac878570b38581176d868c1db0562405f63c2b4c8ebe05d8c16b","declaration":"export function resolveChannelSourceReplyDeliveryMode(params: { cfg: OpenClawConfig; ctx: SourceReplyDeliveryModeContext; requested?: SourceReplyDeliveryMode; messageToolAvailable?: boolean; }): SourceReplyDeliveryMode;","entrypoint":"channel-reply-pipeline","exportName":"resolveChannelSourceReplyDeliveryMode","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"function","recordType":"export"}
|
|
{"closureHash":"9d5c686bf5c3dc6b5acdc37564ed384142d2c8770dda544c22ef30577f02b79c","declaration":"export type ChannelReplyPipeline = ChannelReplyPipeline;","entrypoint":"channel-reply-pipeline","exportName":"ChannelReplyPipeline","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"type","recordType":"export"}
|
|
{"closureHash":"81452f2eddc8652fc02b84e6e7c8e52e24bdef551a33c500efd052214906ac9e","declaration":"export type CreateTypingCallbacksParams = CreateTypingCallbacksParams;","entrypoint":"channel-reply-pipeline","exportName":"CreateTypingCallbacksParams","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"type","recordType":"export"}
|
|
{"closureHash":"0ea971a67b51158be5163e919f0ef1a1af2d6b37c348f4141c4b8683b8cb71b3","declaration":"export type ReplyPrefixContext = ResponsePrefixContext;","entrypoint":"channel-reply-pipeline","exportName":"ReplyPrefixContext","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"type","recordType":"export"}
|
|
{"closureHash":"b7fa7d2f145d00ad4d2cd303f18aa2c3bdf75184518c4cc459839443ad61aa8b","declaration":"export type ReplyPrefixContextBundle = ReplyPrefixContextBundle;","entrypoint":"channel-reply-pipeline","exportName":"ReplyPrefixContextBundle","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"type","recordType":"export"}
|
|
{"closureHash":"ea87b3cc8768bc70135a914925937eb1fc92af92d268993f58bc595e461dbdf6","declaration":"export type ReplyPrefixOptions = ReplyPrefixOptions;","entrypoint":"channel-reply-pipeline","exportName":"ReplyPrefixOptions","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"type","recordType":"export"}
|
|
{"closureHash":"abf24938da5bcaf723794c1b4cdd2d0fcb6697df4cd49898bcccec19cdff77b5","declaration":"export type SourceReplyDeliveryMode = SourceReplyDeliveryMode;","entrypoint":"channel-reply-pipeline","exportName":"SourceReplyDeliveryMode","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"type","recordType":"export"}
|
|
{"closureHash":"32be4db788d5dd3933981b01175e6146942936f81fd1933534e9cba67fe2ec0a","declaration":"export type TypingCallbacks = TypingCallbacks;","entrypoint":"channel-reply-pipeline","exportName":"TypingCallbacks","importSpecifier":"openclaw/plugin-sdk/channel-reply-pipeline","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-runtime-context","importSpecifier":"openclaw/plugin-sdk/channel-runtime-context","recordType":"module"}
|
|
{"closureHash":"d51ad1d32842b6c041a80eee4fd4a9b325c669ae9bb32aead44d20f76bea6ab5","declaration":"export function getChannelRuntimeContext(params: ChannelRuntimeContextKey & { channelRuntime?: ChannelRuntimeSurface; }): unknown;","entrypoint":"channel-runtime-context","exportName":"getChannelRuntimeContext","importSpecifier":"openclaw/plugin-sdk/channel-runtime-context","kind":"function","recordType":"export"}
|
|
{"closureHash":"54eafa9f8c9bd54c5e1d4389253ec926bdacff9104e742cfa82635b887b0a4cb","declaration":"export function registerChannelRuntimeContext(params: ChannelRuntimeContextKey & { channelRuntime?: ChannelRuntimeSurface; context: unknown; abortSignal?: AbortSignal; }): { dispose: () => void; } | null;","entrypoint":"channel-runtime-context","exportName":"registerChannelRuntimeContext","importSpecifier":"openclaw/plugin-sdk/channel-runtime-context","kind":"function","recordType":"export"}
|
|
{"closureHash":"533ced207d33c6eab6bf0a1a78b295e390734b12cf10656bd1193668ec768dd9","declaration":"export function watchChannelRuntimeContexts(params: ChannelRuntimeContextKey & { channelRuntime?: ChannelRuntimeSurface; onEvent: Parameters<ChannelRuntimeSurface[\"runtimeContexts\"][\"watch\"]>[0][\"onEvent\"]; }): (() => void) | null;","entrypoint":"channel-runtime-context","exportName":"watchChannelRuntimeContexts","importSpecifier":"openclaw/plugin-sdk/channel-runtime-context","kind":"function","recordType":"export"}
|
|
{"closureHash":"2530958bf220ad7110fef33df4e28ae9684aba43844c40d5b7b5e07ec5ff3f2e","declaration":"export type ChannelRuntimeContextKey = ChannelRuntimeContextKey;","entrypoint":"channel-runtime-context","exportName":"ChannelRuntimeContextKey","importSpecifier":"openclaw/plugin-sdk/channel-runtime-context","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-secret-basic-runtime","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","recordType":"module"}
|
|
{"closureHash":"99188894840bffc19ba07ca3640300a579a7cf719a352d810bca7e437b0924ba","declaration":"export function collectConditionalChannelFieldAssignments(params: { channelKey: string; field: string; channel: Record<string, unknown>; surface: ChannelAccountSurface; defaults: SecretDefaults | undefined; context: ResolverContext; topLevelActiveWithoutAccounts: boolean; topLevelInheritedAccountActive: ChannelAccountPredicate; accountActive: ChannelAccountPredicate; topInactiveReason: string; accountInactiveReason: string | ((entry: ChannelAccountEntry) => string); }): void;","entrypoint":"channel-secret-basic-runtime","exportName":"collectConditionalChannelFieldAssignments","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3cd2ba41cce77ce6c41e2e51e5c82dee42b9c52cb2971ccbdb0434c8037f1e77","declaration":"export function collectNestedChannelFieldAssignments(params: { channelKey: string; nestedKey: string; field: string; channel: Record<string, unknown>; surface: ChannelAccountSurface; defaults: SecretDefaults | undefined; context: ResolverContext; topLevelActive: boolean; topLevelInheritedAccountActive?: ChannelAccountPredicate; topInactiveReason: string; accountActive: ChannelAccountPredicate; accountInactiveReason: string | ((entry: ChannelAccountEntry) => string); }): void;","entrypoint":"channel-secret-basic-runtime","exportName":"collectNestedChannelFieldAssignments","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"88af9099f99114d6f0f8667e4d6729247b85deb514a1cec0c6f078bebe376c8e","declaration":"export function collectSecretInputAssignment(params: { value: unknown; path: string; expected: SecretAssignment[\"expected\"]; defaults: SecretDefaults | undefined; context: ResolverContext; active?: boolean; inactiveReason?: string; owner?: SecretAssignmentOwner; apply: (value: unknown) => void; applyUnavailable?: () => void; }): void;","entrypoint":"channel-secret-basic-runtime","exportName":"collectSecretInputAssignment","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3b919ebc6e6277e597fecf8086810ae3e86c3f564ac1344602cc068185cb1427","declaration":"export function collectSimpleChannelFieldAssignments(params: { channelKey: string; field: string; channel: Record<string, unknown>; surface: ChannelAccountSurface; defaults: SecretDefaults | undefined; context: ResolverContext; topInactiveReason: string; accountInactiveReason: string; }): void;","entrypoint":"channel-secret-basic-runtime","exportName":"collectSimpleChannelFieldAssignments","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b650eebe4d03efeddc268bd8ebcca39df66c5b80502d8e1f573d8f85dcd78aed","declaration":"export function createChannelSecretTargetRegistryEntries(params: { channelKey: string; account?: readonly (string | ChannelSecretTargetPathSpec)[]; channel?: readonly (string | ChannelSecretTargetPathSpec)[]; }): SecretTargetRegistryEntry[];","entrypoint":"channel-secret-basic-runtime","exportName":"createChannelSecretTargetRegistryEntries","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6683ec2d1f3be9323f87fdfdf750683d6bf763adbefbb21d034466641af50de0","declaration":"export function createSimpleChannelSecretContract(params: { channelKey: string; label: string; accountFields: readonly string[]; channelFields: readonly string[]; mode: \"account-inheritance\" | \"channel-surface\" | \"channel-only\" | { kind: \"surface-inheritance\"; collectionFields: readonly string[]; }; }): { secretTargetRegistryEntries: SecretTargetRegistryEntry[]; collectRuntimeConfigAssignments: (params: { config: { channels?: Record<string, unknown>; }; defaults?: SecretDefaults; context: ResolverContext; }) => void; };","entrypoint":"channel-secret-basic-runtime","exportName":"createSimpleChannelSecretContract","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d84e51dcb5c466e3a1d648f04ab151e6ea522c92dcd6bf9917837da6b99732c7","declaration":"export function getChannelRecord(config: { channels?: Record<string, unknown>; }, channelKey: string): Record<string, unknown> | undefined;","entrypoint":"channel-secret-basic-runtime","exportName":"getChannelRecord","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c61ded7dafd6a2a22b7e52b7d60f31e93498be19b2012bf292b9a5b5178787e3","declaration":"export function getChannelSurface(config: { channels?: Record<string, unknown>; }, channelKey: string): { channel: Record<string, unknown>; surface: ChannelAccountSurface; } | null;","entrypoint":"channel-secret-basic-runtime","exportName":"getChannelSurface","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"15955c080551691a1ac1e2f1b542f41d6be56921f8c960104d88a61e4f9174eb","declaration":"export function hasConfiguredSecretInputValue(value: unknown, defaults: SecretDefaults | undefined): boolean;","entrypoint":"channel-secret-basic-runtime","exportName":"hasConfiguredSecretInputValue","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"03cccc020714604522c3557221c8183597dd86b124d082c48bde465048dc13e5","declaration":"export function hasOwnProperty(record: Record<string, unknown>, key: string): boolean;","entrypoint":"channel-secret-basic-runtime","exportName":"hasOwnProperty","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e635f10618a9d817260d8bfeae7c8c896cb2ef334a71ee8353d5edf9238bf160","declaration":"export function isBaseFieldActiveForChannelSurface(surface: ChannelAccountSurface, rootKey: string): boolean;","entrypoint":"channel-secret-basic-runtime","exportName":"isBaseFieldActiveForChannelSurface","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3bfddb97281e1e659ec2ddddddc69f3c01ab7dc2b81102c1ed7e2a11fbee5a8f","declaration":"export function isEnabledFlag(value: unknown): boolean;","entrypoint":"channel-secret-basic-runtime","exportName":"isEnabledFlag","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5c64d8433c816c389a3e6e981687ec467ff4a6a885bf2d3b8cffa1e3cbb5e83","declaration":"export function isRecord(value: unknown): value is Record<string, unknown>;","entrypoint":"channel-secret-basic-runtime","exportName":"isRecord","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d042d557a1007a5e601de84a59f706c34709d98d3990ba8a556a8f4c8f4dadc7","declaration":"export function normalizeSecretStringValue(value: unknown): string;","entrypoint":"channel-secret-basic-runtime","exportName":"normalizeSecretStringValue","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2c4b9a299056d1a8ff469bcab162acdc343ee69ef47f26c413158f06aa4b80b","declaration":"export function pushAssignment(context: ResolverContext, assignment: SecretAssignment): void;","entrypoint":"channel-secret-basic-runtime","exportName":"pushAssignment","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54ecf826e8b6b470f4d81606ea25cc2726e5306f4fdb28ccfc43bf051e8e5693","declaration":"export function pushInactiveSurfaceWarning(params: { context: ResolverContext; path: string; details?: string; }): void;","entrypoint":"channel-secret-basic-runtime","exportName":"pushInactiveSurfaceWarning","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"34cdd5380658baff75361c677cef95953593e2735a42237918f18eee7630c35b","declaration":"export function pushWarning(context: ResolverContext, warning: SecretResolverWarning): void;","entrypoint":"channel-secret-basic-runtime","exportName":"pushWarning","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"63f653fc7add417c8b2fde516940af2e621892f331856a2c1c693824d1c3b549","declaration":"export function resolveChannelAccountSurface(channel: Record<string, unknown>): ChannelAccountSurface;","entrypoint":"channel-secret-basic-runtime","exportName":"resolveChannelAccountSurface","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b78cbcd7aeb2a2564e4231db4483ad61873502c862348292949f4b08a97a7142","declaration":"export type ChannelAccountEntry = ChannelAccountEntry;","entrypoint":"channel-secret-basic-runtime","exportName":"ChannelAccountEntry","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"09000a078ad0191eadf040bd6abd5555407bc0d85bae1bc6b799ee7dc9e08841","declaration":"export type ChannelAccountPredicate = ChannelAccountPredicate;","entrypoint":"channel-secret-basic-runtime","exportName":"ChannelAccountPredicate","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"94813ecaec160dad884db6ee41ed3b983e2190943d51ecb69c4e885d06eea7b7","declaration":"export type ChannelAccountSurface = ChannelAccountSurface;","entrypoint":"channel-secret-basic-runtime","exportName":"ChannelAccountSurface","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1c9927ec466391909047a1b5afcb02d1f08a11fb3b49e4fbfcb7e659356cff42","declaration":"export type ChannelSecretTargetPathSpec = ChannelSecretTargetPathSpec;","entrypoint":"channel-secret-basic-runtime","exportName":"ChannelSecretTargetPathSpec","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fc66be5259072cf0b4aec85a8e6485c97f3ce87300a7231608f22310f5a41335","declaration":"export type ResolverContext = ResolverContext;","entrypoint":"channel-secret-basic-runtime","exportName":"ResolverContext","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ceb6bc3eff6027a0a7262db5e71333eed7e7d774f7fdb243ae86ecafe029ff23","declaration":"export type SecretDefaults = { env?: string; file?: string; exec?: string; store?: string;} | undefined;","entrypoint":"channel-secret-basic-runtime","exportName":"SecretDefaults","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c2717af73d3ed42a5f55cff3806f2c274fecbf5b843ec3728619554c5d52542e","declaration":"export type SecretTargetRegistryEntry = SecretTargetRegistryEntry;","entrypoint":"channel-secret-basic-runtime","exportName":"SecretTargetRegistryEntry","importSpecifier":"openclaw/plugin-sdk/channel-secret-basic-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-secret-runtime","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","recordType":"module"}
|
|
{"closureHash":"99188894840bffc19ba07ca3640300a579a7cf719a352d810bca7e437b0924ba","declaration":"export function collectConditionalChannelFieldAssignments(params: { channelKey: string; field: string; channel: Record<string, unknown>; surface: ChannelAccountSurface; defaults: SecretDefaults | undefined; context: ResolverContext; topLevelActiveWithoutAccounts: boolean; topLevelInheritedAccountActive: ChannelAccountPredicate; accountActive: ChannelAccountPredicate; topInactiveReason: string; accountInactiveReason: string | ((entry: ChannelAccountEntry) => string); }): void;","entrypoint":"channel-secret-runtime","exportName":"collectConditionalChannelFieldAssignments","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3cd2ba41cce77ce6c41e2e51e5c82dee42b9c52cb2971ccbdb0434c8037f1e77","declaration":"export function collectNestedChannelFieldAssignments(params: { channelKey: string; nestedKey: string; field: string; channel: Record<string, unknown>; surface: ChannelAccountSurface; defaults: SecretDefaults | undefined; context: ResolverContext; topLevelActive: boolean; topLevelInheritedAccountActive?: ChannelAccountPredicate; topInactiveReason: string; accountActive: ChannelAccountPredicate; accountInactiveReason: string | ((entry: ChannelAccountEntry) => string); }): void;","entrypoint":"channel-secret-runtime","exportName":"collectNestedChannelFieldAssignments","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54809ed82ad579206e2b16bdcb1c9fab3a436ba770cb51966839ca7dec48f8d4","declaration":"export function collectNestedChannelTtsAssignments(params: { channelKey: string; nestedKey: string; channel: Record<string, unknown>; surface: ChannelAccountSurface; defaults: SecretDefaults | undefined; context: ResolverContext; topLevelActive: boolean; topInactiveReason: string; accountActive: ChannelAccountPredicate; accountInactiveReason: string | ((entry: { accountId: string; account: Record<string, unknown>; enabled: boolean; }) => string); }): void;","entrypoint":"channel-secret-runtime","exportName":"collectNestedChannelTtsAssignments","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"88af9099f99114d6f0f8667e4d6729247b85deb514a1cec0c6f078bebe376c8e","declaration":"export function collectSecretInputAssignment(params: { value: unknown; path: string; expected: SecretAssignment[\"expected\"]; defaults: SecretDefaults | undefined; context: ResolverContext; active?: boolean; inactiveReason?: string; owner?: SecretAssignmentOwner; apply: (value: unknown) => void; applyUnavailable?: () => void; }): void;","entrypoint":"channel-secret-runtime","exportName":"collectSecretInputAssignment","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3b919ebc6e6277e597fecf8086810ae3e86c3f564ac1344602cc068185cb1427","declaration":"export function collectSimpleChannelFieldAssignments(params: { channelKey: string; field: string; channel: Record<string, unknown>; surface: ChannelAccountSurface; defaults: SecretDefaults | undefined; context: ResolverContext; topInactiveReason: string; accountInactiveReason: string; }): void;","entrypoint":"channel-secret-runtime","exportName":"collectSimpleChannelFieldAssignments","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d84e51dcb5c466e3a1d648f04ab151e6ea522c92dcd6bf9917837da6b99732c7","declaration":"export function getChannelRecord(config: { channels?: Record<string, unknown>; }, channelKey: string): Record<string, unknown> | undefined;","entrypoint":"channel-secret-runtime","exportName":"getChannelRecord","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c61ded7dafd6a2a22b7e52b7d60f31e93498be19b2012bf292b9a5b5178787e3","declaration":"export function getChannelSurface(config: { channels?: Record<string, unknown>; }, channelKey: string): { channel: Record<string, unknown>; surface: ChannelAccountSurface; } | null;","entrypoint":"channel-secret-runtime","exportName":"getChannelSurface","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"15955c080551691a1ac1e2f1b542f41d6be56921f8c960104d88a61e4f9174eb","declaration":"export function hasConfiguredSecretInputValue(value: unknown, defaults: SecretDefaults | undefined): boolean;","entrypoint":"channel-secret-runtime","exportName":"hasConfiguredSecretInputValue","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"03cccc020714604522c3557221c8183597dd86b124d082c48bde465048dc13e5","declaration":"export function hasOwnProperty(record: Record<string, unknown>, key: string): boolean;","entrypoint":"channel-secret-runtime","exportName":"hasOwnProperty","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e635f10618a9d817260d8bfeae7c8c896cb2ef334a71ee8353d5edf9238bf160","declaration":"export function isBaseFieldActiveForChannelSurface(surface: ChannelAccountSurface, rootKey: string): boolean;","entrypoint":"channel-secret-runtime","exportName":"isBaseFieldActiveForChannelSurface","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3bfddb97281e1e659ec2ddddddc69f3c01ab7dc2b81102c1ed7e2a11fbee5a8f","declaration":"export function isEnabledFlag(value: unknown): boolean;","entrypoint":"channel-secret-runtime","exportName":"isEnabledFlag","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5c64d8433c816c389a3e6e981687ec467ff4a6a885bf2d3b8cffa1e3cbb5e83","declaration":"export function isRecord(value: unknown): value is Record<string, unknown>;","entrypoint":"channel-secret-runtime","exportName":"isRecord","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d042d557a1007a5e601de84a59f706c34709d98d3990ba8a556a8f4c8f4dadc7","declaration":"export function normalizeSecretStringValue(value: unknown): string;","entrypoint":"channel-secret-runtime","exportName":"normalizeSecretStringValue","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2c4b9a299056d1a8ff469bcab162acdc343ee69ef47f26c413158f06aa4b80b","declaration":"export function pushAssignment(context: ResolverContext, assignment: SecretAssignment): void;","entrypoint":"channel-secret-runtime","exportName":"pushAssignment","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54ecf826e8b6b470f4d81606ea25cc2726e5306f4fdb28ccfc43bf051e8e5693","declaration":"export function pushInactiveSurfaceWarning(params: { context: ResolverContext; path: string; details?: string; }): void;","entrypoint":"channel-secret-runtime","exportName":"pushInactiveSurfaceWarning","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"34cdd5380658baff75361c677cef95953593e2735a42237918f18eee7630c35b","declaration":"export function pushWarning(context: ResolverContext, warning: SecretResolverWarning): void;","entrypoint":"channel-secret-runtime","exportName":"pushWarning","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"63f653fc7add417c8b2fde516940af2e621892f331856a2c1c693824d1c3b549","declaration":"export function resolveChannelAccountSurface(channel: Record<string, unknown>): ChannelAccountSurface;","entrypoint":"channel-secret-runtime","exportName":"resolveChannelAccountSurface","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b78cbcd7aeb2a2564e4231db4483ad61873502c862348292949f4b08a97a7142","declaration":"export type ChannelAccountEntry = ChannelAccountEntry;","entrypoint":"channel-secret-runtime","exportName":"ChannelAccountEntry","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"09000a078ad0191eadf040bd6abd5555407bc0d85bae1bc6b799ee7dc9e08841","declaration":"export type ChannelAccountPredicate = ChannelAccountPredicate;","entrypoint":"channel-secret-runtime","exportName":"ChannelAccountPredicate","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"94813ecaec160dad884db6ee41ed3b983e2190943d51ecb69c4e885d06eea7b7","declaration":"export type ChannelAccountSurface = ChannelAccountSurface;","entrypoint":"channel-secret-runtime","exportName":"ChannelAccountSurface","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fc66be5259072cf0b4aec85a8e6485c97f3ce87300a7231608f22310f5a41335","declaration":"export type ResolverContext = ResolverContext;","entrypoint":"channel-secret-runtime","exportName":"ResolverContext","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ceb6bc3eff6027a0a7262db5e71333eed7e7d774f7fdb243ae86ecafe029ff23","declaration":"export type SecretDefaults = { env?: string; file?: string; exec?: string; store?: string;} | undefined;","entrypoint":"channel-secret-runtime","exportName":"SecretDefaults","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c2717af73d3ed42a5f55cff3806f2c274fecbf5b843ec3728619554c5d52542e","declaration":"export type SecretTargetRegistryEntry = SecretTargetRegistryEntry;","entrypoint":"channel-secret-runtime","exportName":"SecretTargetRegistryEntry","importSpecifier":"openclaw/plugin-sdk/channel-secret-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-send-result","importSpecifier":"openclaw/plugin-sdk/channel-send-result","recordType":"module"}
|
|
{"closureHash":"4f8cf2d6d3458028b61361b36950e0f7a2cfe8de006c24f38085919571bd2b59","declaration":"export function attachChannelToResult<T extends object>(channel: string, result: T): T & { channel: string; };","entrypoint":"channel-send-result","exportName":"attachChannelToResult","importSpecifier":"openclaw/plugin-sdk/channel-send-result","kind":"function","recordType":"export"}
|
|
{"closureHash":"c309739f0cb4f5fa3bd423ef035a242e2a00a1ab1219f36e34dd62bce0284eaf","declaration":"export function attachChannelToResults<T extends object>(channel: string, results: readonly T[]): (T & { channel: string; })[];","entrypoint":"channel-send-result","exportName":"attachChannelToResults","importSpecifier":"openclaw/plugin-sdk/channel-send-result","kind":"function","recordType":"export"}
|
|
{"closureHash":"5181b5e0735fe7de720ad762c24f849d2159435d16ef3d409cbf7695abd59f74","declaration":"export function buildChannelSendResult(channel: string, result: ChannelSendRawResult): { channel: string; ok: boolean; messageId: string; error: Error | undefined; };","entrypoint":"channel-send-result","exportName":"buildChannelSendResult","importSpecifier":"openclaw/plugin-sdk/channel-send-result","kind":"function","recordType":"export"}
|
|
{"closureHash":"51342f43ae88b5b06c85c791bb15eb2afdb4c81e0c019dc04fb074ee1b39ffea","declaration":"export function createAttachedChannelResultAdapter(params: { channel: string; sendText?: (ctx: SendTextParams) => MaybePromise<Omit<OutboundDeliveryResult, \"channel\">>; sendMedia?: (ctx: SendMediaParams) => MaybePromise<Omit<OutboundDeliveryResult, \"channel\">>; sendPoll?: (ctx: SendPollParams) => MaybePromise<Omit<ChannelPollResult, \"channel\">>; }): Pick<ChannelOutboundAdapter, \"sendText\" | \"sendMedia\" | \"sendPoll\">;","entrypoint":"channel-send-result","exportName":"createAttachedChannelResultAdapter","importSpecifier":"openclaw/plugin-sdk/channel-send-result","kind":"function","recordType":"export"}
|
|
{"closureHash":"61b6bb942f5ffe35577d462c4e13e4067ec77cbb27e5315900ede28b8042c9c1","declaration":"export function createEmptyChannelResult(channel: string, result?: Partial<Omit<OutboundDeliveryResult, \"channel\" | \"messageId\">> & { messageId?: string; }): OutboundDeliveryResult;","entrypoint":"channel-send-result","exportName":"createEmptyChannelResult","importSpecifier":"openclaw/plugin-sdk/channel-send-result","kind":"function","recordType":"export"}
|
|
{"closureHash":"e93464d2100b861c24f58552ecca3ea75b47314c7613c937223e6e983192f50d","declaration":"export function createRawChannelSendResultAdapter(params: { channel: string; sendText?: (ctx: SendTextParams) => MaybePromise<ChannelSendRawResult>; sendMedia?: (ctx: SendMediaParams) => MaybePromise<ChannelSendRawResult>; }): Pick<ChannelOutboundAdapter, \"sendText\" | \"sendMedia\">;","entrypoint":"channel-send-result","exportName":"createRawChannelSendResultAdapter","importSpecifier":"openclaw/plugin-sdk/channel-send-result","kind":"function","recordType":"export"}
|
|
{"closureHash":"ec916ca974bd0242329b6532fb8467a63d038f1182ae9b2af3aa3b979b5fa589","declaration":"export type ChannelOutboundAdapter = ChannelOutboundAdapter;","entrypoint":"channel-send-result","exportName":"ChannelOutboundAdapter","importSpecifier":"openclaw/plugin-sdk/channel-send-result","kind":"type","recordType":"export"}
|
|
{"closureHash":"a4172fe12204fcce4866cba910235a44fc29b98fb1149e71d66bf4751d280105","declaration":"export type ChannelSendRawResult = ChannelSendRawResult;","entrypoint":"channel-send-result","exportName":"ChannelSendRawResult","importSpecifier":"openclaw/plugin-sdk/channel-send-result","kind":"type","recordType":"export"}
|
|
{"closureHash":"3980c6640186a0aad7207701113e1709260850cdeb2452a8c8ad16c7d342d0a1","declaration":"export type OutboundDeliveryResult = OutboundDeliveryResult;","entrypoint":"channel-send-result","exportName":"OutboundDeliveryResult","importSpecifier":"openclaw/plugin-sdk/channel-send-result","kind":"type","recordType":"export"}
|
|
{"category":"channel","entrypoint":"channel-setup","importSpecifier":"openclaw/plugin-sdk/channel-setup","recordType":"module"}
|
|
{"closureHash":"715bc65fb1dd9709306c064c0ac8d24893b3942fcc8321aa26173f99a630d1f8","declaration":"export function baseUrlTextInput<TAccount>(params: BaseUrlTextInputParams<TAccount>): ChannelSetupWizardTextInput;","entrypoint":"channel-setup","exportName":"baseUrlTextInput","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"b92cad6c48420999311bbeb3c22fe4764ce151b3a9bd304c6bde1cf404b96952","declaration":"export function createOptionalChannelSetupAdapter(params: OptionalChannelSetupParams): ChannelSetupAdapter;","entrypoint":"channel-setup","exportName":"createOptionalChannelSetupAdapter","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"6ed5db8b3ceb79678f99f12832fe5c60e5cf292924adee092becabb04481c2a0","declaration":"export function createOptionalChannelSetupSurface(params: OptionalChannelSetupParams): OptionalChannelSetupSurface;","entrypoint":"channel-setup","exportName":"createOptionalChannelSetupSurface","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5b0e316c9e23122f060ecd16fba21cdac044ac6f6db8ccf443a1c6e50e96efa","declaration":"export function createOptionalChannelSetupWizard(params: OptionalChannelSetupParams): ChannelSetupWizard;","entrypoint":"channel-setup","exportName":"createOptionalChannelSetupWizard","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"68bcd99b8228dd33f1a7e15ba10c8975acc2ce21daa55274f43bab28c0baca06","declaration":"export function createTopLevelChannelDmPolicy(params: { label: string; channel: string; policyKey: string; allowFromKey: string; getCurrent: (cfg: OpenClawConfig) => DmPolicy; promptAllowFrom?: ChannelSetupDmPolicy[\"promptAllowFrom\"]; getAllowFrom?: (cfg: OpenClawConfig) => Array<string | number> | undefined; }): ChannelSetupDmPolicy;","entrypoint":"channel-setup","exportName":"createTopLevelChannelDmPolicy","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"c28d35e9c4493b04ec12499bbc982e7c6850c71d9575cdc122d980122c752baa","declaration":"export function defineChannelSetupContract<const Fields extends Record<string, ChannelSetupField>>(params: { fields: Fields; } & ChannelSetupContractAdapterParams<Fields>): ChannelOwnedSetupContract;","entrypoint":"channel-setup","exportName":"defineChannelSetupContract","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"9eb0c6f0350699d3be65771211b10de71cadeae60cadab760afd48cd2596964f","declaration":"export function defineTokenCredential<TAccount extends ResolvedCredentialAccount>(params: TokenCredentialParams<TAccount>): ChannelSetupWizardCredential;","entrypoint":"channel-setup","exportName":"defineTokenCredential","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"100681e81f9f506669fc035ad0d80f698375f947d967c662b113729e28864b6b","declaration":"export function formatDocsLink(path: string | undefined | null, label?: string, opts?: { fallback?: string; force?: boolean; }): string;","entrypoint":"channel-setup","exportName":"formatDocsLink","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"778c399c00cb0ca2ebdfb92d52ce14e7b779796eb2063ef1bddc905cf66fbb0d","declaration":"export function setSetupChannelEnabled(cfg: OpenClawConfig, channel: string, enabled: boolean): OpenClawConfig;","entrypoint":"channel-setup","exportName":"setSetupChannelEnabled","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c2a87632f2b940c354a9ab6b7dc076b537da9744347e9cc360855e7ca5e913a","declaration":"export function splitSetupEntries(raw: string): string[];","entrypoint":"channel-setup","exportName":"splitSetupEntries","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40933a11984425d14a7a479bda0d2cd14cbfa9371164774f39bebbf12861df7","declaration":"export const DEFAULT_ACCOUNT_ID: \"default\";","entrypoint":"channel-setup","exportName":"DEFAULT_ACCOUNT_ID","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"const","recordType":"export"}
|
|
{"closureHash":"f5f987e9d43824a9dd1c2142f38c114c6fd46b06649686127d6d484f0e8bc90f","declaration":"export type ChannelSetupAdapter<Input extends {\n name?: string;\n} = ChannelSetupInput> = ChannelSetupAdapter<Input>;","entrypoint":"channel-setup","exportName":"ChannelSetupAdapter","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"864220887481a725fae7b07f41853d3bcef8fe0c1bc72efab417228b564a235f","declaration":"export type ChannelSetupDmPolicy = ChannelSetupDmPolicy;","entrypoint":"channel-setup","exportName":"ChannelSetupDmPolicy","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"c7f4189c00fda265d2124e4603f9a2936229c7bf5dcc246e5d6f831179d18182","declaration":"export type ChannelSetupInput = ChannelSetupInput;","entrypoint":"channel-setup","exportName":"ChannelSetupInput","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"88884bdd712bb3d317a7cb24791e01644c3ebaebed0a861e8f70a74afe0e3b22","declaration":"export type ChannelSetupWizard = ChannelSetupWizard;","entrypoint":"channel-setup","exportName":"ChannelSetupWizard","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"d750547aed2197fbc0385bf95803a02dcd563e42661e30f4d351a2949e4b751b","declaration":"export type OptionalChannelSetupSurface = OptionalChannelSetupSurface;","entrypoint":"channel-setup","exportName":"OptionalChannelSetupSurface","importSpecifier":"openclaw/plugin-sdk/channel-setup","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-status","importSpecifier":"openclaw/plugin-sdk/channel-status","recordType":"module"}
|
|
{"closureHash":"0bf8ae29b2d9d8623e8a34f219f4e078c8f6e1c01cfd9fae07176500563e803b","declaration":"export function buildBaseChannelStatusSummary<TExtra extends StatusSnapshotExtra>(snapshot: { configured?: boolean | null; running?: boolean | null; lastStartAt?: number | null; lastStopAt?: number | null; lastError?: string | null; }, extra?: TExtra): { configured: boolean; } & TExtra & { running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; };","entrypoint":"channel-status","exportName":"buildBaseChannelStatusSummary","importSpecifier":"openclaw/plugin-sdk/channel-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"091884288f381f9d44c4f98f991990eedf0ca4b62af623b97beb0c17fe9ec6a6","declaration":"export function buildComputedAccountStatusSnapshot<TExtra extends StatusSnapshotExtra>(params: { accountId: string; name?: string; enabled?: boolean; configured?: boolean; runtime?: RuntimeLifecycleSnapshot | null; probe?: unknown; }, extra?: TExtra): { lastInboundAt: number | null; lastOutboundAt: number | null; activeRunStartedAt?: number | undefined; lastRunActivityAt?: number | undefined; activeRuns?: number | undefined; busy?: boolean | undefined; terminalDisconnect?: true | undefined; ingressUnavailable?: true | undefined; lifecycle?: \"blocked\" | \"starting\" | \"ready\" | \"recovering\" | \"stopped\" | undefined; healthState?: string | undefined; lastTransportActivityAt?: number | undefined; lastEventAt?: number | undefined; lastDisconnect?: string | { at: number; status?: number; error?: string; loggedOut?: boolean; } | undefined; lastConnectedAt?: number | undefined; reconnectAttempts?: number | undefined; restartPending?: boolean | undefined; connected?: boolean | undefined; linked?: boolean | undefined; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; probe: unknown; accountId: string; name: string | undefined; enabled: boolean | undefined; configured: boolean | undefined; } & TExtra;","entrypoint":"channel-status","exportName":"buildComputedAccountStatusSnapshot","importSpecifier":"openclaw/plugin-sdk/channel-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"c2bb52f540c899af5eb14359a1fa87255b8b665f655d670330af4d84217c052f","declaration":"export function buildProbeChannelStatusSummary<TExtra extends Record<string, unknown>>(snapshot: { configured?: boolean | null; running?: boolean | null; lastStartAt?: number | null; lastStopAt?: number | null; lastError?: string | null; probe?: unknown; lastProbeAt?: number | null; }, extra?: TExtra): { configured: boolean; } & TExtra & { probe: unknown; lastProbeAt: number | null; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; };","entrypoint":"channel-status","exportName":"buildProbeChannelStatusSummary","importSpecifier":"openclaw/plugin-sdk/channel-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"d1a4320f69194fbb32318e73be0057709e4dfce66ef081ce14b2aa090a09bcaf","declaration":"export function buildTokenChannelStatusSummary(snapshot: { configured?: boolean | null; tokenSource?: string | null; running?: boolean | null; mode?: string | null; lastStartAt?: number | null; lastStopAt?: number | null; lastError?: string | null; probe?: unknown; lastProbeAt?: number | null; }, opts?: { includeMode?: boolean; }): { tokenSource: string; probe: unknown; lastProbeAt: number | null; configured: boolean; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; } | { mode: string | null; tokenSource: string; probe: unknown; lastProbeAt: number | null; configured: boolean; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; };","entrypoint":"channel-status","exportName":"buildTokenChannelStatusSummary","importSpecifier":"openclaw/plugin-sdk/channel-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"a65bbbca6c360d04a83a1b76942f933c987ef706dff7358c1d9d58cf5079ba26","declaration":"export function collectStatusIssuesFromLastError(channel: string, accounts: Array<{ accountId: string; lastError?: unknown; }>): ChannelStatusIssue[];","entrypoint":"channel-status","exportName":"collectStatusIssuesFromLastError","importSpecifier":"openclaw/plugin-sdk/channel-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"59156a00e541e784774678b37963bbf8aa7b83a98fc18630ec9ce7eeaa3b8c5b","declaration":"export function createDefaultChannelRuntimeState<T extends Record<string, unknown>>(accountId: string, extra?: T): { accountId: string; running: false; lastStartAt: null; lastStopAt: null; lastError: null; } & T;","entrypoint":"channel-status","exportName":"createDefaultChannelRuntimeState","importSpecifier":"openclaw/plugin-sdk/channel-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ad8d011f95988e53d96f5d4360fcdf677c50d9488430546ed849bf17e622141","declaration":"export function projectCredentialSnapshotFields(account: unknown): Pick<Partial<ChannelAccountSnapshot>, \"tokenSource\" | \"botTokenSource\" | \"appTokenSource\" | \"signingSecretSource\" | \"tokenStatus\" | \"botTokenStatus\" | \"appTokenStatus\" | \"signingSecretStatus\" | \"userTokenStatus\">;","entrypoint":"channel-status","exportName":"projectCredentialSnapshotFields","importSpecifier":"openclaw/plugin-sdk/channel-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"586ce3d202198308350fab010438dd31eadb123a7e529ba35c10a8206b7a3306","declaration":"export function resolveConfiguredFromCredentialStatuses(account: unknown): boolean | undefined;","entrypoint":"channel-status","exportName":"resolveConfiguredFromCredentialStatuses","importSpecifier":"openclaw/plugin-sdk/channel-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"c89a0fcbee06b693597cdddc74c52a9234960e112fc76c0353bfcbe93450a8a8","declaration":"export function resolveConfiguredFromRequiredCredentialStatuses(account: unknown, requiredKeys: CredentialStatusKey[]): boolean | undefined;","entrypoint":"channel-status","exportName":"resolveConfiguredFromRequiredCredentialStatuses","importSpecifier":"openclaw/plugin-sdk/channel-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd6b0d3f962c8cb40d405e92bb06bb8e9285b386200897f550d21036022262c1","declaration":"export const PAIRING_APPROVED_MESSAGE: \"✅ OpenClaw access approved. Send a message to start chatting.\";","entrypoint":"channel-status","exportName":"PAIRING_APPROVED_MESSAGE","importSpecifier":"openclaw/plugin-sdk/channel-status","kind":"const","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-streaming","importSpecifier":"openclaw/plugin-sdk/channel-streaming","recordType":"module"}
|
|
{"closureHash":"1529cd8c4498338811b4d3bc1d52f2e89a4d8eeae35db526f79ff7914d889fe2","declaration":"export function buildChannelProgressDraftLine(input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): ChannelProgressDraftLine | undefined;","entrypoint":"channel-streaming","exportName":"buildChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"3f938b19f99e8206c1c9be21620614d99dc5b642ac129de3b04999333ebd62bb","declaration":"export function buildChannelProgressDraftLineForEntry(entry: StreamingCompatEntry | null | undefined, input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): ChannelProgressDraftLine | undefined;","entrypoint":"channel-streaming","exportName":"buildChannelProgressDraftLineForEntry","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"44c199920938c7a282e44d36eea187f1f8ce1d09bfb845180e1844124f497a3c","declaration":"export function createChannelProgressDraftGate(params: { onStart: () => void | Promise<void>; initialDelayMs?: number; onStartError?: (error: unknown) => void; setTimeoutFn?: typeof setTimeout; clearTimeoutFn?: typeof clearTimeout; }): { readonly hasStarted: boolean; readonly workEvents: number; noteWork(): Promise<boolean>; startNow(): Promise<void>; cancel(): void; reset(): void; };","entrypoint":"channel-streaming","exportName":"createChannelProgressDraftGate","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"fe3b2cc123400a9b7dfb51f69aa0ddc88675b983e772852cb7d902a528dcd055","declaration":"export function formatChannelProgressDraftLine(input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): string | undefined;","entrypoint":"channel-streaming","exportName":"formatChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"df25d6ffb817eb32f8b4b670057c2c5e4d42512f416f99351e2345a09371226d","declaration":"export function formatChannelProgressDraftLineForEntry(entry: StreamingCompatEntry | null | undefined, input: ChannelProgressDraftLineInput, options?: ChannelProgressLineOptions): string | undefined;","entrypoint":"channel-streaming","exportName":"formatChannelProgressDraftLineForEntry","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"ad582c3d988c6ba71760e6ccf10f896c98034a70ed5bed6924087b898de61d3e","declaration":"export function formatChannelProgressDraftText(params: { entry?: StreamingCompatEntry | null; lines: Array<string | ChannelProgressDraftLine>; seed?: string; random?: () => number; formatLine?: (line: string) => string; bullet?: string; narration?: string; plan?: readonly AgentPlanStep[]; }): string;","entrypoint":"channel-streaming","exportName":"formatChannelProgressDraftText","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"d54d2cfdcb9d85947f0ce5380faa272a982ab558b483cd2cd67a4cd4ced16fbb","declaration":"export function formatPlanChecklistLines(steps: readonly AgentPlanStep[], options: { maxLines: number; maxLineChars: number; }): string[];","entrypoint":"channel-streaming","exportName":"formatPlanChecklistLines","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"72ef52a7a184703e0ac9fec319b40f650c6ffc488153ebc1ff2d4c5ef0d2fe63","declaration":"export function getChannelStreamingConfigObject(entry: StreamingCompatEntry | null | undefined): ChannelStreamingConfig | undefined;","entrypoint":"channel-streaming","exportName":"getChannelStreamingConfigObject","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"a3392a9a24bc265b97c030d5e44169bf0b3a59738aae7ee2d3589c8840aa701a","declaration":"export function isChannelProgressDraftWorkToolName(name: string | null | undefined): boolean;","entrypoint":"channel-streaming","exportName":"isChannelProgressDraftWorkToolName","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"aff483a25d6521e170700a916357251285dfdb9a3592ac9031972e95be45fc5c","declaration":"export function isCommandToolName(name: string | undefined): boolean;","entrypoint":"channel-streaming","exportName":"isCommandToolName","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef5bf99c6a2812c4f53a4571747212cedd772a112fd40a0c7bbcb26f6392f0b5","declaration":"export function isPotentialTruncatedFinal(finalText: string): boolean;","entrypoint":"channel-streaming","exportName":"isPotentialTruncatedFinal","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"63de02df0263b3534b1c84a1e45aad5201c859d04c49dcbe9cbe64131f9704be","declaration":"export function mergeChannelProgressDraftLine<TLine extends string | ChannelProgressDraftLine>(lines: TLine[], line: TLine, params: { maxLines: number; }): TLine[];","entrypoint":"channel-streaming","exportName":"mergeChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"844a3251dcba84a9735c855d7b6c930570cc486f3a1c5fc49b541572d52bb7d7","declaration":"export function normalizeAgentPlanSteps(value: unknown): AgentPlanStep[] | undefined;","entrypoint":"channel-streaming","exportName":"normalizeAgentPlanSteps","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"b19d38e15e2054e826fd132198c606165fc369fb5a96f4e6bbbf7b89bee35ac2","declaration":"export function normalizeChannelProgressDraftLineIdentity(line: string | ChannelProgressDraftLine | undefined): string;","entrypoint":"channel-streaming","exportName":"normalizeChannelProgressDraftLineIdentity","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"68a1685dc820e99df49502335f46968732601db520530d33f360d5cb91006013","declaration":"export function resolveChannelPreviewStreamMode(entry: StreamingCompatEntry | null | undefined, defaultMode: StreamingMode): StreamingMode;","entrypoint":"channel-streaming","exportName":"resolveChannelPreviewStreamMode","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"c5a13690584bd18a166d82f922e922bf878093fa5718ab97522e368ecded3594","declaration":"export function resolveChannelProgressDraftConfig(entry: StreamingCompatEntry | null | undefined): ChannelStreamingProgressConfig;","entrypoint":"channel-streaming","exportName":"resolveChannelProgressDraftConfig","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"466f135f91ab8835a89f60d85a4b07b8779a077599d85578554bb416fa2818af","declaration":"export function resolveChannelProgressDraftLabel(params: { entry?: StreamingCompatEntry | null; seed?: string; random?: () => number; }): string | undefined;","entrypoint":"channel-streaming","exportName":"resolveChannelProgressDraftLabel","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2bdee4317ec6de23b586b613d3bc2d46668e629ede0cf449bfd07e0d80887e8","declaration":"export function resolveChannelProgressDraftLineOptions(entry: StreamingCompatEntry | null | undefined, options?: ChannelProgressLineOptions): ChannelProgressLineOptions;","entrypoint":"channel-streaming","exportName":"resolveChannelProgressDraftLineOptions","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"67601189ddb7ca8af6da615bddda181df61b81a591bfe1f6652871df5392e54c","declaration":"export function resolveChannelProgressDraftMaxLineChars(entry: StreamingCompatEntry | null | undefined, defaultValue?: number): number;","entrypoint":"channel-streaming","exportName":"resolveChannelProgressDraftMaxLineChars","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"94bfa97256012d05ae1478ab5ce1230bea46adc046a3f2464e478e824f59188d","declaration":"export function resolveChannelProgressDraftMaxLines(entry: StreamingCompatEntry | null | undefined, defaultValue?: number): number;","entrypoint":"channel-streaming","exportName":"resolveChannelProgressDraftMaxLines","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"69f00b2679128a5b7f4bfd5070c6a9b9b6932c6d08b4f7a2e3d02969116eeec9","declaration":"export function resolveChannelProgressDraftRender(entry: StreamingCompatEntry | null | undefined, defaultValue?: ChannelProgressDraftRenderMode): ChannelProgressDraftRenderMode;","entrypoint":"channel-streaming","exportName":"resolveChannelProgressDraftRender","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0b4a47c600e3c418501e57e72f6d5fad0777972e5e1fc9ecdaaf913cc10d820","declaration":"export function resolveChannelStreamingBlockCoalesce(entry: StreamingCompatEntry | null | undefined): BlockStreamingCoalesceConfig | undefined;","entrypoint":"channel-streaming","exportName":"resolveChannelStreamingBlockCoalesce","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"5ad6013eb7dd5b7889fcda97e6a8806acbb87a31691e8b3757f6ddabd461e242","declaration":"export function resolveChannelStreamingBlockEnabled(entry: StreamingCompatEntry | null | undefined): boolean | undefined;\nexport function resolveChannelStreamingBlockEnabled(entry: StreamingCompatEntry | null | undefined, previewPolicy: { previewAvailable: boolean; blockStreamingDefault?: \"off\" | \"on\"; }): boolean;","entrypoint":"channel-streaming","exportName":"resolveChannelStreamingBlockEnabled","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"e610a38066a0280bcf4405136e37c486024548f0560ac0cedd8b50b6d2795abe","declaration":"export function resolveChannelStreamingChunkMode(entry: StreamingCompatEntry | null | undefined): TextChunkMode | undefined;","entrypoint":"channel-streaming","exportName":"resolveChannelStreamingChunkMode","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"c49422fad1c05aa6a67504303ae9d13b431e89be62dbc773f93a8ac83dd7b5d8","declaration":"export function resolveChannelStreamingNativeTransport(entry: StreamingCompatEntry | null | undefined): boolean | undefined;","entrypoint":"channel-streaming","exportName":"resolveChannelStreamingNativeTransport","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"af6eb7174a4ec306c537bc075e4f8b06b30222fdba494c0fb92c4a92d7dd6e44","declaration":"export function resolveChannelStreamingPreviewChunk(entry: StreamingCompatEntry | null | undefined): BlockStreamingChunkConfig | undefined;","entrypoint":"channel-streaming","exportName":"resolveChannelStreamingPreviewChunk","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"27317c7759a3a9106b65470c8d6ad6ae6a486bc8b20e078e9d0018f6a6fcb1aa","declaration":"export function resolveChannelStreamingPreviewCommandText(entry: StreamingCompatEntry | null | undefined, defaultValue?: ChannelStreamingCommandTextMode): ChannelStreamingCommandTextMode;","entrypoint":"channel-streaming","exportName":"resolveChannelStreamingPreviewCommandText","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"c8f694802ae5bea20a106249e97415adf69f1fac12a265b2f22cc4c81d885a5c","declaration":"export function resolveChannelStreamingPreviewToolProgress(entry: StreamingCompatEntry | null | undefined, defaultValue?: boolean, mode?: StreamingMode): boolean;","entrypoint":"channel-streaming","exportName":"resolveChannelStreamingPreviewToolProgress","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"c327e460e9b9144efbe325637ac4fb293d694980ba19b3958a813af64fba1c97","declaration":"export function resolveChannelStreamingProgressCommentary(entry: StreamingCompatEntry | null | undefined, defaultValue?: boolean, mode?: StreamingMode): boolean;","entrypoint":"channel-streaming","exportName":"resolveChannelStreamingProgressCommentary","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"6a698ac205fefcd2c39e3e80d35ebb8c8120a887b7f77f98790cbfad8bc98438","declaration":"export function resolveChannelStreamingProgressNarration(entry: StreamingCompatEntry | null | undefined, defaultValue?: boolean): boolean;","entrypoint":"channel-streaming","exportName":"resolveChannelStreamingProgressNarration","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"6adaf9a77364ac28a3853bdcf374ae67ba80de60bd38cd626d420e1c59b3d9f9","declaration":"export function resolveChannelStreamingSuppressDefaultToolProgressMessages(entry: StreamingCompatEntry | null | undefined, options?: { draftStreamActive?: boolean; previewToolProgressEnabled?: boolean; previewStreamingEnabled?: boolean; }): boolean;","entrypoint":"channel-streaming","exportName":"resolveChannelStreamingSuppressDefaultToolProgressMessages","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"39ea6c6f5ee124c8a85592bf582008e3edc5a8a799fd25174571c60eb8005b96","declaration":"export function resolveTranscriptBackedChannelFinalText(params: { finalText: string; resolveCandidateText: () => Promise<string | undefined>; }): Promise<string>;","entrypoint":"channel-streaming","exportName":"resolveTranscriptBackedChannelFinalText","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"356ec7b9ff2eaca48d91bf082d443fbbc130d98d4692683ba2520a54b1064f0c","declaration":"export function selectLongerFinalText(params: { finalText: string; candidateTexts: readonly (string | undefined)[]; }): string | undefined;","entrypoint":"channel-streaming","exportName":"selectLongerFinalText","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"function","recordType":"export"}
|
|
{"closureHash":"89ec938f45dc09a5ed15bc9688d9431f91fbaa914a931a506e44a6751cfcff45","declaration":"export const DEFAULT_PROGRESS_DRAFT_INITIAL_DELAY_MS: 1500;","entrypoint":"channel-streaming","exportName":"DEFAULT_PROGRESS_DRAFT_INITIAL_DELAY_MS","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"const","recordType":"export"}
|
|
{"closureHash":"e45a6dc58e94c2815b7e047cf276423d5482d937b82c87b55228249417d209f3","declaration":"export const DEFAULT_PROGRESS_DRAFT_LABELS: readonly [\"Working\"];","entrypoint":"channel-streaming","exportName":"DEFAULT_PROGRESS_DRAFT_LABELS","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"const","recordType":"export"}
|
|
{"closureHash":"2c52eff200a5b9bd2d93ee72209c2626bbe165f59b538591db661b94773023b0","declaration":"export type AgentPlanStep = AgentPlanStep;","entrypoint":"channel-streaming","exportName":"AgentPlanStep","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"590fb75ad11dbd2bc9f543bba7a6612d762d1759bc498b36df9a6a887a80a2d9","declaration":"export type AgentPlanStepInput = AgentPlanStepInput;","entrypoint":"channel-streaming","exportName":"AgentPlanStepInput","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"1e8bcb2c8d8f5327f5b81b8c217f722f090dccba21ba3943324010f4f80a5a50","declaration":"export type AgentPlanStepStatus = AgentPlanStepStatus;","entrypoint":"channel-streaming","exportName":"AgentPlanStepStatus","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"b036fc26e5330dfd7da1af8839bb3c23e85283b9e16e252a659dd4bb0c35cd5e","declaration":"export type ChannelDeliveryStreamingConfig = ChannelDeliveryStreamingConfig;","entrypoint":"channel-streaming","exportName":"ChannelDeliveryStreamingConfig","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"67f3a704195e12f66ff1b8633639dc4de4af9769891b13e7ba7a575ca1efcdc6","declaration":"export type ChannelPreviewStreamingConfig = ChannelPreviewStreamingConfig;","entrypoint":"channel-streaming","exportName":"ChannelPreviewStreamingConfig","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"a9ec1f82184ba85d82bfdb8b4ebb8b8280e6dd0c63f08a61e55e92c6df005fcc","declaration":"export type ChannelProgressDraftLine = ChannelProgressDraftLine;","entrypoint":"channel-streaming","exportName":"ChannelProgressDraftLine","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff6c88eb7712cce2e0dd15c28c701a2c69b98f57155177c3fc624ff15547c2cc","declaration":"export type ChannelProgressDraftLineInput = ChannelProgressDraftLineInput;","entrypoint":"channel-streaming","exportName":"ChannelProgressDraftLineInput","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"2e63277f6176b51ecf26ad5b4a7ef14e94cc07dba09b4ed79f3d230b04789320","declaration":"export type ChannelProgressDraftLineKind = \"plan\" | \"tool\" | \"approval\" | \"item\" | \"command-output\" | \"patch\";","entrypoint":"channel-streaming","exportName":"ChannelProgressDraftLineKind","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"6c1d950cac70c6109a7fbc2af26e2c26ef13adcffba965a6f85fb93a02e87570","declaration":"export type ChannelProgressDraftRenderMode = ChannelProgressDraftRenderMode;","entrypoint":"channel-streaming","exportName":"ChannelProgressDraftRenderMode","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"4eac0e0bb29f83a8f9f884c37ea64774ee87d6996edd4d97b5ef5e5702005e01","declaration":"export type ChannelProgressLineOptions = ChannelProgressLineOptions;","entrypoint":"channel-streaming","exportName":"ChannelProgressLineOptions","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"de6224d5ef3d05e9e25fadc96c00f75c3df158ef94345e7c9f102b7234926fb7","declaration":"export type ChannelStreamingBlockConfig = ChannelStreamingBlockConfig;","entrypoint":"channel-streaming","exportName":"ChannelStreamingBlockConfig","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"646d4affb86475bcd9a0638cc970b4d186a11c39c37f7a5252167d2425c3ffb9","declaration":"export type ChannelStreamingCommandTextMode = ChannelStreamingCommandTextMode;","entrypoint":"channel-streaming","exportName":"ChannelStreamingCommandTextMode","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"d59bb05060179d3659f17ce97236fbd73cacb003a279152d7f5ab1169b2981a0","declaration":"export type ChannelStreamingConfig<TProgress extends ChannelStreamingProgressConfig = ChannelStreamingProgressConfig> = ChannelStreamingConfig<TProgress>;","entrypoint":"channel-streaming","exportName":"ChannelStreamingConfig","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"c4658390aed5068c5d3195887284e93b4cdb026ecd909c37787c7929bf085455","declaration":"export type ChannelStreamingPreviewConfig = ChannelStreamingPreviewConfig;","entrypoint":"channel-streaming","exportName":"ChannelStreamingPreviewConfig","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"c3269be226828d9e407cadb848af626a7a01949ce921c44494542eb676217d67","declaration":"export type ChannelStreamingProgressConfig = ChannelStreamingProgressConfig;","entrypoint":"channel-streaming","exportName":"ChannelStreamingProgressConfig","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"4576127a8bc1e73986ec9b6c66887963b9c3d02dbe985bd45072ff17b4c0b07e","declaration":"export type SlackChannelStreamingConfig = SlackChannelStreamingConfig;","entrypoint":"channel-streaming","exportName":"SlackChannelStreamingConfig","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"ed92ff29522dd17e4e7f47f2cfb12883dbca7d94e1e62a0390a093eb0a303a05","declaration":"export type StreamingCompatEntry = StreamingCompatEntry;","entrypoint":"channel-streaming","exportName":"StreamingCompatEntry","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"84af48b4d2223e0a520e1d70ac47611e82d42be28a0ebb5369f84d178e3d7cac","declaration":"export type StreamingMode = StreamingMode;","entrypoint":"channel-streaming","exportName":"StreamingMode","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"closureHash":"424d0b4b21b078d07a49a7bc52c3b63250be032a3e17f47c0cc824178b828ded","declaration":"export type TextChunkMode = TextChunkMode;","entrypoint":"channel-streaming","exportName":"TextChunkMode","importSpecifier":"openclaw/plugin-sdk/channel-streaming","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"channel-streaming-config","importSpecifier":"openclaw/plugin-sdk/channel-streaming-config","recordType":"module"}
|
|
{"closureHash":"72ef52a7a184703e0ac9fec319b40f650c6ffc488153ebc1ff2d4c5ef0d2fe63","declaration":"export function getChannelStreamingConfigObject(entry: StreamingCompatEntry | null | undefined): ChannelStreamingConfig | undefined;","entrypoint":"channel-streaming-config","exportName":"getChannelStreamingConfigObject","importSpecifier":"openclaw/plugin-sdk/channel-streaming-config","kind":"function","recordType":"export"}
|
|
{"closureHash":"c49422fad1c05aa6a67504303ae9d13b431e89be62dbc773f93a8ac83dd7b5d8","declaration":"export function resolveChannelStreamingNativeTransport(entry: StreamingCompatEntry | null | undefined): boolean | undefined;","entrypoint":"channel-streaming-config","exportName":"resolveChannelStreamingNativeTransport","importSpecifier":"openclaw/plugin-sdk/channel-streaming-config","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"cli-argv","importSpecifier":"openclaw/plugin-sdk/cli-argv","recordType":"module"}
|
|
{"closureHash":"6cd42d174aceadd91969cda21b97959a63f3db84d393df31d12bb4af9e956365","declaration":"export function consumeRootOptionToken(args: ReadonlyArray<string>, index: number): number;","entrypoint":"cli-argv","exportName":"consumeRootOptionToken","importSpecifier":"openclaw/plugin-sdk/cli-argv","kind":"function","recordType":"export"}
|
|
{"closureHash":"6dcb39517d36fc3aa6a25838880cd29d9ffff31357426f02ca22a99f8692e15f","declaration":"export function getRootOptionAwareCommandPath(argv: readonly string[], depth: number): string[];","entrypoint":"cli-argv","exportName":"getRootOptionAwareCommandPath","importSpecifier":"openclaw/plugin-sdk/cli-argv","kind":"function","recordType":"export"}
|
|
{"closureHash":"a1528717859f51f6db644cf5421289a203eedee47e34167f1977f4fd726c7f6b","declaration":"export function isValueToken(arg: string | undefined): boolean;","entrypoint":"cli-argv","exportName":"isValueToken","importSpecifier":"openclaw/plugin-sdk/cli-argv","kind":"function","recordType":"export"}
|
|
{"closureHash":"6cb6a229f238906b4f354548ec7fd493207dea208c89d8a0350f177a0b0b4f08","declaration":"export const FLAG_TERMINATOR: \"--\";","entrypoint":"cli-argv","exportName":"FLAG_TERMINATOR","importSpecifier":"openclaw/plugin-sdk/cli-argv","kind":"const","recordType":"export"}
|
|
{"category":null,"entrypoint":"collection-runtime","importSpecifier":"openclaw/plugin-sdk/collection-runtime","recordType":"module"}
|
|
{"closureHash":"ae8f0bc8fb13257ca213d635a659d18fdd608d579a7b95011058e38a112eb12b","declaration":"export function pruneMapToMaxSize<K, V>(map: Map<K, V>, maxSize: number): void;","entrypoint":"collection-runtime","exportName":"pruneMapToMaxSize","importSpecifier":"openclaw/plugin-sdk/collection-runtime","kind":"function","recordType":"export"}
|
|
{"category":"channel","entrypoint":"command-auth","importSpecifier":"openclaw/plugin-sdk/command-auth","recordType":"module"}
|
|
{"closureHash":"6ac27d8f7dc3c52b8f45f84cd679c8a4d9a48768df248cc578f6f3181b6d52b9","declaration":"export function buildCommandText(commandName: string, args?: string): string;","entrypoint":"command-auth","exportName":"buildCommandText","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"5cbf054e320d9f75b22041d3f3a96be3094478209615048b1a288cc8ea2e9be4","declaration":"export function buildCommandTextFromArgs(command: ChatCommandDefinition, args?: CommandArgs): string;","entrypoint":"command-auth","exportName":"buildCommandTextFromArgs","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"b313f758555ef21bc754a277e129241a99d1703aacc40f7eb6e392dcfe0475ce","declaration":"export function buildCommandsPaginationKeyboard(currentPage: number, totalPages: number, agentId?: string): Array<Array<{ text: string; callback_data: string; }>>;","entrypoint":"command-auth","exportName":"buildCommandsPaginationKeyboard","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"5f6a1fd4ea1fb4b7eac3209e5e9f430a0d6a458d92fffc5ac835abd8ae61c1e8","declaration":"export function buildModelsProviderData(cfg: OpenClawConfig, agentId?: string, options?: { view?: \"default\" | \"all\"; workspaceDir?: string; }): Promise<ModelsProviderData>;","entrypoint":"command-auth","exportName":"buildModelsProviderData","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"0589d27aa139324b1ed177b814368d633ef11a77d07697d63ff9b7a6c11f4500","declaration":"export function createPreCryptoDirectDmAuthorizer(params: { resolveAccess: (senderId: string) => Promise<Pick<ResolvedInboundDirectDmAccess, \"access\"> | ResolvedInboundDirectDmAccess>; issuePairingChallenge?: (params: { senderId: string; reply: (text: string) => Promise<void>; }) => Promise<void>; onBlocked?: (params: { senderId: string; reason: string; reasonCode: DmGroupAccessReasonCode; }) => void; }): (input: { senderId: string; reply: (text: string) => Promise<void>; }) => Promise<\"allow\" | \"block\" | \"pairing\">;","entrypoint":"command-auth","exportName":"createPreCryptoDirectDmAuthorizer","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"19568e841ed169451a1ecd8886f4bd185ba27c6b95f0c62acc409f80958da9df","declaration":"export function expandAllowFromWithAccessGroups(params: { cfg?: OpenClawConfig; allowFrom: Array<string | number> | null | undefined; channel: ChannelId; accountId: string; senderId: string; senderAllowEntry?: string; isSenderAllowed?: (senderId: string, allowFrom: string[]) => boolean; resolveMembership?: AccessGroupMembershipResolver; }): Promise<string[]>;","entrypoint":"command-auth","exportName":"expandAllowFromWithAccessGroups","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"daec3d53b091eb09bde7a59049cbea81fea0319138b45e7a020d12c147f7cce4","declaration":"export function findCommandByNativeName(name: string, provider?: string, options?: NativeCommandProviderLookupOptions): ChatCommandDefinition | undefined;","entrypoint":"command-auth","exportName":"findCommandByNativeName","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"b1bd9f5a756a6cf076b085b05ad124660c7bd4fc77ce5a6ef9da44df761ccd49","declaration":"export function formatCommandArgMenuTitle(params: { command: ChatCommandDefinition; menu: NonNullable<ReturnType<typeof resolveCommandArgMenu>>; }): string;","entrypoint":"command-auth","exportName":"formatCommandArgMenuTitle","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"0c4cae1b295d58b5de6a784befffe7b903512c86a3b30562cc8a0d44416c757e","declaration":"export function formatModelsAvailableHeader(params: { provider: string; total: number; cfg: OpenClawConfig; agentId?: string; agentDir?: string; workspaceDir?: string; sessionEntry?: ModelsCommandSessionEntry; }): string;","entrypoint":"command-auth","exportName":"formatModelsAvailableHeader","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"6d1863504322ea37ac826898d8ee0c84a05b83a7d9df284e406a6f6bd0c1baff","declaration":"export function getCommandDetection(_cfg?: OpenClawConfig): CommandDetection;","entrypoint":"command-auth","exportName":"getCommandDetection","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"db6583607237e4081814e2c5d4f8fb6f216ad3bbfe623bf16fc1a9c09c15f64b","declaration":"export function getPluginCommandSpecs(provider?: string, options?: PluginCommandSpecOptions): Array<{ name: string; description: string; descriptionLocalizations?: Record<string, string>; acceptsArgs: boolean; }>;","entrypoint":"command-auth","exportName":"getPluginCommandSpecs","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"4889102cae0eecb695e73572f86f1e4a4b556862d9ce63706bcbb2f65a513afd","declaration":"export function hasControlCommand(text?: string, cfg?: OpenClawConfig, options?: CommandNormalizeOptions): boolean;","entrypoint":"command-auth","exportName":"hasControlCommand","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"df6951e38cd6f9ae63fc95f597c46c5c57b90444d58913c9c823d4ce14c72340","declaration":"export function hasInlineCommandTokens(text?: string): boolean;","entrypoint":"command-auth","exportName":"hasInlineCommandTokens","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"d5157162543603162c87404c2c8f07a995a0d076ccec2b02d816550d1dc69668","declaration":"export function isCommandEnabled(cfg: OpenClawConfig, commandKey: string): boolean;","entrypoint":"command-auth","exportName":"isCommandEnabled","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"7ed29c9ef42cb4db2af6c0801b5b1be5412a0a5e04706037dcf5c94b139d2702","declaration":"export function isCommandMessage(raw: string): boolean;","entrypoint":"command-auth","exportName":"isCommandMessage","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"52b9c28be52c34d3cb75562221012f3d8811408a9024b294b556241dc488f2fc","declaration":"export function isControlCommandMessage(text?: string, cfg?: OpenClawConfig, options?: CommandNormalizeOptions): boolean;","entrypoint":"command-auth","exportName":"isControlCommandMessage","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"2b8f3982827d88318daab205ebdc3eca3993a42c8ff1c23829fed0243a689598","declaration":"export function isNativeCommandSurface(surface?: string): boolean;","entrypoint":"command-auth","exportName":"isNativeCommandSurface","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"280514e1dc88c4960b82ed26b691509c4b6431ca8e8f79be165c112287d13a96","declaration":"export function listChatCommands(params?: { skillCommands?: SkillCommandSpec[]; }): ChatCommandDefinition[];","entrypoint":"command-auth","exportName":"listChatCommands","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"d8f70e7e110f5d41436bfd145324ee455bf9712a4987171465360adc0f29bc0b","declaration":"export function listChatCommandsForConfig(cfg: OpenClawConfig, params?: { skillCommands?: SkillCommandSpec[]; }): ChatCommandDefinition[];","entrypoint":"command-auth","exportName":"listChatCommandsForConfig","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b1fc164bf48cba95d55f17ff614aaca4f435db5024935b2e75f9f3f10f23d02","declaration":"export function listNativeCommandSpecs(params?: { skillCommands?: SkillCommandSpec[]; provider?: string; }): NativeCommandSpec[];","entrypoint":"command-auth","exportName":"listNativeCommandSpecs","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"b5c9d51c577df8f0893bfed0b57669a957f138ba355a4a0969c245048199e7a4","declaration":"export function listNativeCommandSpecsForConfig(cfg: OpenClawConfig, params?: { skillCommands?: SkillCommandSpec[]; provider?: string; }): NativeCommandSpec[];","entrypoint":"command-auth","exportName":"listNativeCommandSpecsForConfig","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"40049804ccc8e67ec940e1c4b22f706940f976045f5c197a625841d8caf73a58","declaration":"export function listProviderPluginCommandSpecs(provider?: string): Array<{ name: string; description: string; descriptionLocalizations?: Record<string, string>; acceptsArgs: boolean; }>;","entrypoint":"command-auth","exportName":"listProviderPluginCommandSpecs","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"62c23d73cd3b49c6dcaaaff52422dfda26435e24357e23108b872e0f2fa1e8c5","declaration":"export function listReservedChatSlashCommandNames(extraNames?: string[]): Set<string>;","entrypoint":"command-auth","exportName":"listReservedChatSlashCommandNames","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"7acf1b16b45c4b6b2775af59000108fec01a1ce9bb11c79858775a9250d86b89","declaration":"export function listSkillCommandsForAgents(params: { cfg: OpenClawConfig; agentIds?: string[]; sessionEntry?: ExecSessionDefaults; sessionKey?: string; execOverrides?: ExecPolicyOverrides; }): SkillCommandSpec[];","entrypoint":"command-auth","exportName":"listSkillCommandsForAgents","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"eb923880a12bfe51467c5d60b97ce1eaf3e1f72d662046347e7e4372ea8dca8f","declaration":"export function listSkillCommandsForWorkspace(params: { workspaceDir: string; cfg: OpenClawConfig; agentId?: string; skillFilter?: string[]; sessionEntry?: ExecSessionDefaults; sessionKey?: string; execOverrides?: ExecPolicyOverrides; }): SkillCommandSpec[];","entrypoint":"command-auth","exportName":"listSkillCommandsForWorkspace","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"8013378c2d772906b2b5201af9e79a99127d8652371efa72367073d07b1f9cba","declaration":"export function maybeResolveTextAlias(raw: string, cfg?: OpenClawConfig): string | null;","entrypoint":"command-auth","exportName":"maybeResolveTextAlias","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"aa94c4505992204c51920783ce36b6beaba4eab93082ec85f796f1cfe1814ae9","declaration":"export function normalizeCommandBody(raw: string, options?: CommandNormalizeOptions): string;","entrypoint":"command-auth","exportName":"normalizeCommandBody","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"11cbf3ce130ab9fc9dd59c502b2b11e6d1e657472294602ff983cd3d23bef9f6","declaration":"export function parseAccessGroupAllowFromEntry(entry: string): string | null;","entrypoint":"command-auth","exportName":"parseAccessGroupAllowFromEntry","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"20d62127e9adb7711cb4d0bb59ca614d14aaa462e293caae67d33299e0c4c3fb","declaration":"export function parseCommandArgs(command: ChatCommandDefinition, raw?: string): CommandArgs | undefined;","entrypoint":"command-auth","exportName":"parseCommandArgs","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"932b4be0cd1649ff6c4e162c17ce69721d92a3868a27c33578c81c93b67ab54a","declaration":"export function resolveAccessGroupAllowFromMatches(params: { cfg?: OpenClawConfig; allowFrom: Array<string | number> | null | undefined; channel: ChannelId; accountId: string; senderId: string; isSenderAllowed?: (senderId: string, allowFrom: string[]) => boolean; resolveMembership?: AccessGroupMembershipResolver; }): Promise<string[]>;","entrypoint":"command-auth","exportName":"resolveAccessGroupAllowFromMatches","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"57bc1b07dae99f6cb52146cec347a015b81294d5d89d67095400559d98bf0f33","declaration":"export function resolveAccessGroupAllowFromState(params: { accessGroups?: Record<string, AccessGroupConfig>; allowFrom: Array<string | number> | null | undefined; channel: ChannelId; accountId: string; senderId: string; isSenderAllowed?: (senderId: string, allowFrom: string[]) => boolean; resolveMembership?: AccessGroupMembershipLookup; }): Promise<ResolvedAccessGroupAllowFromState>;","entrypoint":"command-auth","exportName":"resolveAccessGroupAllowFromState","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d386c506187ddd90a748f422bc7b689631d903b3f5fb612d5a6de6db76c1481","declaration":"export function resolveCommandArgChoices(params: { command: ChatCommandDefinition; arg: CommandArgDefinition; cfg?: OpenClawConfig; provider?: string; model?: string; agentRuntime?: string; catalog?: ThinkingCatalogEntry[]; }): ResolvedCommandArgChoice[];","entrypoint":"command-auth","exportName":"resolveCommandArgChoices","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"346bc576ec19e2e80815cdf03c66716a9f26c395210f16d10cfa64306d87deb5","declaration":"export function resolveCommandArgMenu(params: { command: ChatCommandDefinition; args?: CommandArgs; cfg?: OpenClawConfig; provider?: string; model?: string; agentRuntime?: string; catalog?: ThinkingCatalogEntry[]; }): { arg: CommandArgDefinition; choices: ResolvedCommandArgChoice[]; title?: string; } | null;","entrypoint":"command-auth","exportName":"resolveCommandArgMenu","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"b425c8e41c123425191545ae43451c67ad36ffc4db9e555bd22c03cf021ff8f5","declaration":"export function resolveCommandAuthorization(params: { ctx: MsgContext; cfg: OpenClawConfig; commandAuthorized: boolean; }): CommandAuthorization;","entrypoint":"command-auth","exportName":"resolveCommandAuthorization","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"d625f5db241bea5e8ba9d8f18d730f46cbfeec81219d19d738922e55524b1a43","declaration":"export function resolveCommandAuthorizedFromAuthorizers(params: { useAccessGroups: boolean; authorizers: CommandAuthorizer[]; modeWhenAccessGroupsOff?: CommandGatingModeWhenAccessGroupsOff; }): boolean;","entrypoint":"command-auth","exportName":"resolveCommandAuthorizedFromAuthorizers","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ae87c86a39b968b131d2056cc0ba53198ed1fca8be98394ddca9570ebe4add8","declaration":"export function resolveControlCommandGate(params: { useAccessGroups: boolean; authorizers: CommandAuthorizer[]; allowTextCommands: boolean; hasControlCommand: boolean; modeWhenAccessGroupsOff?: CommandGatingModeWhenAccessGroupsOff; }): { commandAuthorized: boolean; shouldBlock: boolean; };","entrypoint":"command-auth","exportName":"resolveControlCommandGate","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"652ecb5c79c74c3cc74f9247783dd50c1916c6dd80b6df700b8c11f3fbb2b2ed","declaration":"export function resolveDirectDmAuthorizationOutcome(params: { isGroup: boolean; dmPolicy: string; senderAllowedForCommands: boolean; }): \"disabled\" | \"unauthorized\" | \"allowed\";","entrypoint":"command-auth","exportName":"resolveDirectDmAuthorizationOutcome","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"811a7d5430a26675cef46889e076645d00bbe34fd0e51da184ad2bcfcb2d0602","declaration":"export function resolveDualTextControlCommandGate(params: { useAccessGroups: boolean; primaryConfigured: boolean; primaryAllowed: boolean; secondaryConfigured: boolean; secondaryAllowed: boolean; hasControlCommand: boolean; modeWhenAccessGroupsOff?: CommandGatingModeWhenAccessGroupsOff; }): { commandAuthorized: boolean; shouldBlock: boolean; };","entrypoint":"command-auth","exportName":"resolveDualTextControlCommandGate","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"d3d3c6ec842ac5bf7b074adbf9f9e27da8d9669bbbbf8a747b33e1eb066c5ad0","declaration":"export function resolveInboundDirectDmAccessWithRuntime(params: { cfg: OpenClawConfig; channel: ChannelId; accountId: string; dmPolicy?: string | null; allowFrom?: Array<string | number> | null; senderId: string; rawBody: string; isSenderAllowed: (senderId: string, allowFrom: string[]) => boolean; resolveAccessGroupMembership?: AccessGroupMembershipResolver; runtime: DirectDmCommandAuthorizationRuntime; modeWhenAccessGroupsOff?: \"allow\" | \"deny\" | \"configured\"; readStoreAllowFrom?: (provider: ChannelId, accountId: string) => Promise<string[]>; }): Promise<ResolvedInboundDirectDmAccess>;","entrypoint":"command-auth","exportName":"resolveInboundDirectDmAccessWithRuntime","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"485ffea9154be1df4e7c7dd7963f049abb566da42248a3b9333e2f274d76bcb7","declaration":"export function resolveModelsCommandReply(params: { cfg: OpenClawConfig; commandBodyNormalized: string; surface?: string; currentModel?: string; agentId?: string; agentDir?: string; workspaceDir?: string; sessionEntry?: ModelsCommandSessionEntry; }): Promise<ReplyPayload | null>;","entrypoint":"command-auth","exportName":"resolveModelsCommandReply","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"7f3acef52bfe2f4e5802696e43d9143db70c850d8cea7888f2ef7a9a4614c75c","declaration":"export function resolveNativeCommandSessionTargets(params: ResolveNativeCommandSessionTargetsParams): { sessionKey: string; commandTargetSessionKey: string; };","entrypoint":"command-auth","exportName":"resolveNativeCommandSessionTargets","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"1229a23d667688285afc22034222ca88d3fa667048333e5d8df3de83ff15c1b1","declaration":"export function resolveSenderCommandAuthorization(params: ResolveSenderCommandAuthorizationParams): Promise<{ shouldComputeAuth: boolean; effectiveAllowFrom: string[]; effectiveGroupAllowFrom: string[]; senderAllowedForCommands: boolean; commandAuthorized: boolean | undefined; }>;","entrypoint":"command-auth","exportName":"resolveSenderCommandAuthorization","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"6de17129158089169f8931041db8954a4100488d82f5b8778918a45c69ea520d","declaration":"export function resolveSenderCommandAuthorizationWithRuntime(params: ResolveSenderCommandAuthorizationWithRuntimeParams): ReturnType<typeof resolveSenderCommandAuthorization>;","entrypoint":"command-auth","exportName":"resolveSenderCommandAuthorizationWithRuntime","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"b4182d612f1a8e6f63d8c15d9c328175a601d8b49b58581080aa1c64a5036558","declaration":"export function resolveSkillCommandInvocation(params: { commandBodyNormalized: string; skillCommands: SkillCommandSpec[]; }): { command: SkillCommandSpec; args?: string; } | null;","entrypoint":"command-auth","exportName":"resolveSkillCommandInvocation","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"a249515a79dfbc0d535ed892e6fbf5d79b9ff60b02e1292b3efaea87a3410fe8","declaration":"export function resolveStoredModelOverride(params: { loadSessionEntry?: (sessionKey: string) => SessionEntry | undefined; sessionEntry?: SessionEntry; sessionStore?: Record<string, SessionEntry>; sessionKey?: string; parentSessionKey?: string; defaultProvider: string; }): StoredModelOverride | null;","entrypoint":"command-auth","exportName":"resolveStoredModelOverride","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"0bc4710120c8c7fdab189d39b22c0ffc9dd1c50c163a20680e0ab494c9a03148","declaration":"export function resolveTextCommand(raw: string, cfg?: OpenClawConfig): { command: ChatCommandDefinition; args?: string; } | null;","entrypoint":"command-auth","exportName":"resolveTextCommand","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"f460c6ed65b583dc17c2b83856f533bb0910e25a841897bf4a46c5ed20cf8341","declaration":"export function serializeCommandArgs(command: ChatCommandDefinition, args?: CommandArgs): string | undefined;","entrypoint":"command-auth","exportName":"serializeCommandArgs","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"53b352998371b1b59514bffb951ac06793179d43268825740caa7051b37826de","declaration":"export function shouldComputeCommandAuthorized(text?: string, cfg?: OpenClawConfig, options?: CommandNormalizeOptions): boolean;","entrypoint":"command-auth","exportName":"shouldComputeCommandAuthorized","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"43198874e5edc7212cc5833df982790716e9c3a7223de7f1db5c394e1d548649","declaration":"export function shouldHandleTextCommands(params: ShouldHandleTextCommandsParams): boolean;","entrypoint":"command-auth","exportName":"shouldHandleTextCommands","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"27e46e634156e8eacc3fb4a4eebf1b52ad7b66c70a7a057a75b633b5251727fb","declaration":"export const ACCESS_GROUP_ALLOW_FROM_PREFIX: \"accessGroup:\";","entrypoint":"command-auth","exportName":"ACCESS_GROUP_ALLOW_FROM_PREFIX","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"96b818b662ce8194890fcf02e8a1fc30a79ca819b5785b5733b56e76e025edf7","declaration":"export type AccessGroupMembershipLookup = AccessGroupMembershipLookup;","entrypoint":"command-auth","exportName":"AccessGroupMembershipLookup","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"b028978582295be29c22e06673b8f1b48819511b6b8c26cfff9e322ddc2834e3","declaration":"export type AccessGroupMembershipResolver = AccessGroupMembershipResolver;","entrypoint":"command-auth","exportName":"AccessGroupMembershipResolver","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"80420cc959afbdb66fa3acd90bdf71e7a512feecec11b9ab68411ed351cd5a07","declaration":"export type ChatCommandDefinition = ChatCommandDefinition;","entrypoint":"command-auth","exportName":"ChatCommandDefinition","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"80420cc959afbdb66fa3acd90bdf71e7a512feecec11b9ab68411ed351cd5a07","declaration":"export type CommandArgChoiceContext = CommandArgChoiceContext;","entrypoint":"command-auth","exportName":"CommandArgChoiceContext","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"80420cc959afbdb66fa3acd90bdf71e7a512feecec11b9ab68411ed351cd5a07","declaration":"export type CommandArgDefinition = CommandArgDefinition;","entrypoint":"command-auth","exportName":"CommandArgDefinition","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"7d01da4d090ccf7fe29a9afb86011909ec764dda8f65173a260051443b5dd170","declaration":"export type CommandArgMenuSpec = CommandArgMenuSpec;","entrypoint":"command-auth","exportName":"CommandArgMenuSpec","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"2ee3f225e9d5a7e6a6dc3cd90d52010152f5797d3d7a3e8bb159ee72b5e86e94","declaration":"export type CommandArgValues = CommandArgValues;","entrypoint":"command-auth","exportName":"CommandArgValues","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"06f15ec14cdae8f40178e0b04f7b111632b6d69cfb283817fb8030bc78fe613f","declaration":"export type CommandArgs = CommandArgs;","entrypoint":"command-auth","exportName":"CommandArgs","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"f9aa5a315e457297820d50b46cc94696d1ee11cb049da9674f99d840eed6ebf7","declaration":"export type CommandArgsParsing = CommandArgsParsing;","entrypoint":"command-auth","exportName":"CommandArgsParsing","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"bad5e174ecbddd2a50a27536f349f9c5a94ce77ea7e297bda4d08bcfb27e5a8f","declaration":"export type CommandAuthorization = CommandAuthorization;","entrypoint":"command-auth","exportName":"CommandAuthorization","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"3630d1e192bd2f46c3338deee01789cb474b72b7e9871ebf2699898fd83aabec","declaration":"export type CommandAuthorizationRuntime = CommandAuthorizationRuntime;","entrypoint":"command-auth","exportName":"CommandAuthorizationRuntime","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"f6564633c3d07e23234f8ab6492e4fc1614bbae3aa6a671028764b2a554a02ea","declaration":"export type CommandAuthorizer = CommandAuthorizer;","entrypoint":"command-auth","exportName":"CommandAuthorizer","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"156c812e0c1d6c5858ee93ab4908dd6b6baa5c839f8d9bfb338bbd86fde37722","declaration":"export type CommandDetection = CommandDetection;","entrypoint":"command-auth","exportName":"CommandDetection","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"fd1564176596aa68ff97f7a1f49f0a33eb053292a95ef3829bde642e74492ff4","declaration":"export type CommandGatingModeWhenAccessGroupsOff = CommandGatingModeWhenAccessGroupsOff;","entrypoint":"command-auth","exportName":"CommandGatingModeWhenAccessGroupsOff","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"aeb828622fc247a0d0c8312b359e3f67eaca2ed3344511368ac4564b90df911f","declaration":"export type CommandNormalizeOptions = CommandNormalizeOptions;","entrypoint":"command-auth","exportName":"CommandNormalizeOptions","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"185b9076b283eeba822133b5e8a6c598293c09f66d93c733e96665b18a8b5141","declaration":"export type CommandScope = CommandScope;","entrypoint":"command-auth","exportName":"CommandScope","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"5b290ec7ab8715132069c413bf733e7fd5fb75eb0c58c9cb70060ff1ed99e2df","declaration":"export type DirectDmCommandAuthorizationRuntime = DirectDmCommandAuthorizationRuntime;","entrypoint":"command-auth","exportName":"DirectDmCommandAuthorizationRuntime","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"5cdb5f371b24d24c328a27f9bda8b315be6420ba1c6229a5421b02d1d7997fa2","declaration":"export type ModelsProviderData = ModelsProviderData;","entrypoint":"command-auth","exportName":"ModelsProviderData","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"72bbbe0aadb593362f09af87634e5fc4c3404edc2e37e991e4a2008591614987","declaration":"export type NativeCommandSpec = NativeCommandSpec;","entrypoint":"command-auth","exportName":"NativeCommandSpec","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"578cdf4455f4055aafcf279d6a5e711dc0ffc7abf186387fc7b1316f9a04698a","declaration":"export type ResolveNativeCommandSessionTargetsParams = ResolveNativeCommandSessionTargetsParams;","entrypoint":"command-auth","exportName":"ResolveNativeCommandSessionTargetsParams","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"483e92f994b6e76271f004fd87cf6c541ba39bb4e1f5ac91fd1d4cbaab8fc08b","declaration":"export type ResolveSenderCommandAuthorizationParams = ResolveSenderCommandAuthorizationParams;","entrypoint":"command-auth","exportName":"ResolveSenderCommandAuthorizationParams","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"3fd5790950a91b60b2f25cbda3030b276b1debe2b24b75aa27c2d70c1dc2e8a1","declaration":"export type ResolveSenderCommandAuthorizationWithRuntimeParams = ResolveSenderCommandAuthorizationWithRuntimeParams;","entrypoint":"command-auth","exportName":"ResolveSenderCommandAuthorizationWithRuntimeParams","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"12394daca454f3553c271d48688e67810184fe2d79f17ec973405fccd12d392b","declaration":"export type ResolvedAccessGroupAllowFromState = ResolvedAccessGroupAllowFromState;","entrypoint":"command-auth","exportName":"ResolvedAccessGroupAllowFromState","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"6327c8fd625b05a1f7737bb62ca27fda86264b2b5525aec302ad079653309fa1","declaration":"export type ResolvedCommandArgChoice = ResolvedCommandArgChoice;","entrypoint":"command-auth","exportName":"ResolvedCommandArgChoice","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"7bf29796673d5ee760b656915311e943809030947a77b4b6337df96167f91fc3","declaration":"export type ResolvedInboundDirectDmAccess = ResolvedInboundDirectDmAccess;","entrypoint":"command-auth","exportName":"ResolvedInboundDirectDmAccess","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"c00833df3e6c6c124c08cd2e42b904228a6c5b384fc00141a275619842216852","declaration":"export type ShouldHandleTextCommandsParams = ShouldHandleTextCommandsParams;","entrypoint":"command-auth","exportName":"ShouldHandleTextCommandsParams","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"45f87719841432fe55df73aa4b64524ee580cfe57c62c565e49c7c2d6780e597","declaration":"export type SkillCommandSpec = SkillCommandSpec;","entrypoint":"command-auth","exportName":"SkillCommandSpec","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"bcfdbbd905f68ecec5b31b9ecdca6b7ccd37bcca5c5354f38af834c91c385496","declaration":"export type StoredModelOverride = StoredModelOverride;","entrypoint":"command-auth","exportName":"StoredModelOverride","importSpecifier":"openclaw/plugin-sdk/command-auth","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"command-auth-native","importSpecifier":"openclaw/plugin-sdk/command-auth-native","recordType":"module"}
|
|
{"closureHash":"5cbf054e320d9f75b22041d3f3a96be3094478209615048b1a288cc8ea2e9be4","declaration":"export function buildCommandTextFromArgs(command: ChatCommandDefinition, args?: CommandArgs): string;","entrypoint":"command-auth-native","exportName":"buildCommandTextFromArgs","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"daec3d53b091eb09bde7a59049cbea81fea0319138b45e7a020d12c147f7cce4","declaration":"export function findCommandByNativeName(name: string, provider?: string, options?: NativeCommandProviderLookupOptions): ChatCommandDefinition | undefined;","entrypoint":"command-auth-native","exportName":"findCommandByNativeName","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"b1bd9f5a756a6cf076b085b05ad124660c7bd4fc77ce5a6ef9da44df761ccd49","declaration":"export function formatCommandArgMenuTitle(params: { command: ChatCommandDefinition; menu: NonNullable<ReturnType<typeof resolveCommandArgMenu>>; }): string;","entrypoint":"command-auth-native","exportName":"formatCommandArgMenuTitle","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"34acb68cb6f343698ccb6967499e80f0f3daa4689b426ee721278c0a6c9d56f5","declaration":"export function formatFastModeCommandOptions(params?: { fastAutoOnSeconds?: number; }): string;","entrypoint":"command-auth-native","exportName":"formatFastModeCommandOptions","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"96399cea569860dae91b803a4ace7eb17f83f67b1738614a5bf612d1fe272095","declaration":"export function formatFastModeCurrentStatus(params: { mode: FastMode | undefined; source?: FastModeSource; fastAutoOnSeconds?: number; label?: string; }): string;","entrypoint":"command-auth-native","exportName":"formatFastModeCurrentStatus","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"85a757a409cc8f88df9ba88f4f60e534b641bbf6e6a77fa05cf71770e0d7fbc4","declaration":"export function formatFastModeSourceSuffix(source: FastModeSource | undefined): string;","entrypoint":"command-auth-native","exportName":"formatFastModeSourceSuffix","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"5eafc3aac8c56b49d814f8dff40774fe985ef6958bc75311ce95069871b999df","declaration":"export function formatFastModeStatusValue(params: { mode: FastMode | undefined; fastAutoOnSeconds?: number; }): string;","entrypoint":"command-auth-native","exportName":"formatFastModeStatusValue","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"4889102cae0eecb695e73572f86f1e4a4b556862d9ce63706bcbb2f65a513afd","declaration":"export function hasControlCommand(text?: string, cfg?: OpenClawConfig, options?: CommandNormalizeOptions): boolean;","entrypoint":"command-auth-native","exportName":"hasControlCommand","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"280514e1dc88c4960b82ed26b691509c4b6431ca8e8f79be165c112287d13a96","declaration":"export function listChatCommands(params?: { skillCommands?: SkillCommandSpec[]; }): ChatCommandDefinition[];","entrypoint":"command-auth-native","exportName":"listChatCommands","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b1fc164bf48cba95d55f17ff614aaca4f435db5024935b2e75f9f3f10f23d02","declaration":"export function listNativeCommandSpecs(params?: { skillCommands?: SkillCommandSpec[]; provider?: string; }): NativeCommandSpec[];","entrypoint":"command-auth-native","exportName":"listNativeCommandSpecs","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"b5c9d51c577df8f0893bfed0b57669a957f138ba355a4a0969c245048199e7a4","declaration":"export function listNativeCommandSpecsForConfig(cfg: OpenClawConfig, params?: { skillCommands?: SkillCommandSpec[]; provider?: string; }): NativeCommandSpec[];","entrypoint":"command-auth-native","exportName":"listNativeCommandSpecsForConfig","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"40049804ccc8e67ec940e1c4b22f706940f976045f5c197a625841d8caf73a58","declaration":"export function listProviderPluginCommandSpecs(provider?: string): Array<{ name: string; description: string; descriptionLocalizations?: Record<string, string>; acceptsArgs: boolean; }>;","entrypoint":"command-auth-native","exportName":"listProviderPluginCommandSpecs","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"7acf1b16b45c4b6b2775af59000108fec01a1ce9bb11c79858775a9250d86b89","declaration":"export function listSkillCommandsForAgents(params: { cfg: OpenClawConfig; agentIds?: string[]; sessionEntry?: ExecSessionDefaults; sessionKey?: string; execOverrides?: ExecPolicyOverrides; }): SkillCommandSpec[];","entrypoint":"command-auth-native","exportName":"listSkillCommandsForAgents","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"8013378c2d772906b2b5201af9e79a99127d8652371efa72367073d07b1f9cba","declaration":"export function maybeResolveTextAlias(raw: string, cfg?: OpenClawConfig): string | null;","entrypoint":"command-auth-native","exportName":"maybeResolveTextAlias","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"aa94c4505992204c51920783ce36b6beaba4eab93082ec85f796f1cfe1814ae9","declaration":"export function normalizeCommandBody(raw: string, options?: CommandNormalizeOptions): string;","entrypoint":"command-auth-native","exportName":"normalizeCommandBody","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"20d62127e9adb7711cb4d0bb59ca614d14aaa462e293caae67d33299e0c4c3fb","declaration":"export function parseCommandArgs(command: ChatCommandDefinition, raw?: string): CommandArgs | undefined;","entrypoint":"command-auth-native","exportName":"parseCommandArgs","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d386c506187ddd90a748f422bc7b689631d903b3f5fb612d5a6de6db76c1481","declaration":"export function resolveCommandArgChoices(params: { command: ChatCommandDefinition; arg: CommandArgDefinition; cfg?: OpenClawConfig; provider?: string; model?: string; agentRuntime?: string; catalog?: ThinkingCatalogEntry[]; }): ResolvedCommandArgChoice[];","entrypoint":"command-auth-native","exportName":"resolveCommandArgChoices","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"346bc576ec19e2e80815cdf03c66716a9f26c395210f16d10cfa64306d87deb5","declaration":"export function resolveCommandArgMenu(params: { command: ChatCommandDefinition; args?: CommandArgs; cfg?: OpenClawConfig; provider?: string; model?: string; agentRuntime?: string; catalog?: ThinkingCatalogEntry[]; }): { arg: CommandArgDefinition; choices: ResolvedCommandArgChoice[]; title?: string; } | null;","entrypoint":"command-auth-native","exportName":"resolveCommandArgMenu","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"b425c8e41c123425191545ae43451c67ad36ffc4db9e555bd22c03cf021ff8f5","declaration":"export function resolveCommandAuthorization(params: { ctx: MsgContext; cfg: OpenClawConfig; commandAuthorized: boolean; }): CommandAuthorization;","entrypoint":"command-auth-native","exportName":"resolveCommandAuthorization","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"d625f5db241bea5e8ba9d8f18d730f46cbfeec81219d19d738922e55524b1a43","declaration":"export function resolveCommandAuthorizedFromAuthorizers(params: { useAccessGroups: boolean; authorizers: CommandAuthorizer[]; modeWhenAccessGroupsOff?: CommandGatingModeWhenAccessGroupsOff; }): boolean;","entrypoint":"command-auth-native","exportName":"resolveCommandAuthorizedFromAuthorizers","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ae87c86a39b968b131d2056cc0ba53198ed1fca8be98394ddca9570ebe4add8","declaration":"export function resolveControlCommandGate(params: { useAccessGroups: boolean; authorizers: CommandAuthorizer[]; allowTextCommands: boolean; hasControlCommand: boolean; modeWhenAccessGroupsOff?: CommandGatingModeWhenAccessGroupsOff; }): { commandAuthorized: boolean; shouldBlock: boolean; };","entrypoint":"command-auth-native","exportName":"resolveControlCommandGate","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"6b63c05556fe571da2babf741f1507b75217229203255ca971fe51a9cbb9d229","declaration":"export function resolveEffectiveAgentRuntime(params: { cfg: OpenClawConfig; provider: string; modelId: string; agentId?: string; sessionKey?: string; sessionEntry?: Pick<SessionEntry, \"agentHarnessId\" | \"agentRuntimeOverride\">; }): string;","entrypoint":"command-auth-native","exportName":"resolveEffectiveAgentRuntime","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"8ceaae939e7465aafb52d5df9a2890bcb70c17c5f3f1077cc8f70631d4443602","declaration":"export function resolveFastModeState(params: { cfg: OpenClawConfig | undefined; provider: string; model: string; agentId?: string; sessionEntry?: Pick<SessionEntry, \"fastMode\"> | undefined; }): FastModeState;","entrypoint":"command-auth-native","exportName":"resolveFastModeState","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"7f3acef52bfe2f4e5802696e43d9143db70c850d8cea7888f2ef7a9a4614c75c","declaration":"export function resolveNativeCommandSessionTargets(params: ResolveNativeCommandSessionTargetsParams): { sessionKey: string; commandTargetSessionKey: string; };","entrypoint":"command-auth-native","exportName":"resolveNativeCommandSessionTargets","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"a249515a79dfbc0d535ed892e6fbf5d79b9ff60b02e1292b3efaea87a3410fe8","declaration":"export function resolveStoredModelOverride(params: { loadSessionEntry?: (sessionKey: string) => SessionEntry | undefined; sessionEntry?: SessionEntry; sessionStore?: Record<string, SessionEntry>; sessionKey?: string; parentSessionKey?: string; defaultProvider: string; }): StoredModelOverride | null;","entrypoint":"command-auth-native","exportName":"resolveStoredModelOverride","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"f460c6ed65b583dc17c2b83856f533bb0910e25a841897bf4a46c5ed20cf8341","declaration":"export function serializeCommandArgs(command: ChatCommandDefinition, args?: CommandArgs): string | undefined;","entrypoint":"command-auth-native","exportName":"serializeCommandArgs","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"53b352998371b1b59514bffb951ac06793179d43268825740caa7051b37826de","declaration":"export function shouldComputeCommandAuthorized(text?: string, cfg?: OpenClawConfig, options?: CommandNormalizeOptions): boolean;","entrypoint":"command-auth-native","exportName":"shouldComputeCommandAuthorized","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"function","recordType":"export"}
|
|
{"closureHash":"80420cc959afbdb66fa3acd90bdf71e7a512feecec11b9ab68411ed351cd5a07","declaration":"export type ChatCommandDefinition = ChatCommandDefinition;","entrypoint":"command-auth-native","exportName":"ChatCommandDefinition","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"type","recordType":"export"}
|
|
{"closureHash":"80420cc959afbdb66fa3acd90bdf71e7a512feecec11b9ab68411ed351cd5a07","declaration":"export type CommandArgDefinition = CommandArgDefinition;","entrypoint":"command-auth-native","exportName":"CommandArgDefinition","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"type","recordType":"export"}
|
|
{"closureHash":"2ee3f225e9d5a7e6a6dc3cd90d52010152f5797d3d7a3e8bb159ee72b5e86e94","declaration":"export type CommandArgValues = CommandArgValues;","entrypoint":"command-auth-native","exportName":"CommandArgValues","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"type","recordType":"export"}
|
|
{"closureHash":"06f15ec14cdae8f40178e0b04f7b111632b6d69cfb283817fb8030bc78fe613f","declaration":"export type CommandArgs = CommandArgs;","entrypoint":"command-auth-native","exportName":"CommandArgs","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"type","recordType":"export"}
|
|
{"closureHash":"f9aa5a315e457297820d50b46cc94696d1ee11cb049da9674f99d840eed6ebf7","declaration":"export type CommandArgsParsing = CommandArgsParsing;","entrypoint":"command-auth-native","exportName":"CommandArgsParsing","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"type","recordType":"export"}
|
|
{"closureHash":"bad5e174ecbddd2a50a27536f349f9c5a94ce77ea7e297bda4d08bcfb27e5a8f","declaration":"export type CommandAuthorization = CommandAuthorization;","entrypoint":"command-auth-native","exportName":"CommandAuthorization","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"type","recordType":"export"}
|
|
{"closureHash":"5cdb5f371b24d24c328a27f9bda8b315be6420ba1c6229a5421b02d1d7997fa2","declaration":"export type ModelsProviderData = ModelsProviderData;","entrypoint":"command-auth-native","exportName":"ModelsProviderData","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"type","recordType":"export"}
|
|
{"closureHash":"72bbbe0aadb593362f09af87634e5fc4c3404edc2e37e991e4a2008591614987","declaration":"export type NativeCommandSpec = NativeCommandSpec;","entrypoint":"command-auth-native","exportName":"NativeCommandSpec","importSpecifier":"openclaw/plugin-sdk/command-auth-native","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"command-detection","importSpecifier":"openclaw/plugin-sdk/command-detection","recordType":"module"}
|
|
{"closureHash":"4889102cae0eecb695e73572f86f1e4a4b556862d9ce63706bcbb2f65a513afd","declaration":"export function hasControlCommand(text?: string, cfg?: OpenClawConfig, options?: CommandNormalizeOptions): boolean;","entrypoint":"command-detection","exportName":"hasControlCommand","importSpecifier":"openclaw/plugin-sdk/command-detection","kind":"function","recordType":"export"}
|
|
{"closureHash":"df6951e38cd6f9ae63fc95f597c46c5c57b90444d58913c9c823d4ce14c72340","declaration":"export function hasInlineCommandTokens(text?: string): boolean;","entrypoint":"command-detection","exportName":"hasInlineCommandTokens","importSpecifier":"openclaw/plugin-sdk/command-detection","kind":"function","recordType":"export"}
|
|
{"closureHash":"52b9c28be52c34d3cb75562221012f3d8811408a9024b294b556241dc488f2fc","declaration":"export function isControlCommandMessage(text?: string, cfg?: OpenClawConfig, options?: CommandNormalizeOptions): boolean;","entrypoint":"command-detection","exportName":"isControlCommandMessage","importSpecifier":"openclaw/plugin-sdk/command-detection","kind":"function","recordType":"export"}
|
|
{"closureHash":"53b352998371b1b59514bffb951ac06793179d43268825740caa7051b37826de","declaration":"export function shouldComputeCommandAuthorized(text?: string, cfg?: OpenClawConfig, options?: CommandNormalizeOptions): boolean;","entrypoint":"command-detection","exportName":"shouldComputeCommandAuthorized","importSpecifier":"openclaw/plugin-sdk/command-detection","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"command-primitives-runtime","importSpecifier":"openclaw/plugin-sdk/command-primitives-runtime","recordType":"module"}
|
|
{"closureHash":"bb9481f2e5ccbae9b15c55081812cde0775fd240bc6c71770778d6db8d6c4a2d","declaration":"export function isAbortRequestText(text?: string, options?: CommandNormalizeOptions): boolean;","entrypoint":"command-primitives-runtime","exportName":"isAbortRequestText","importSpecifier":"openclaw/plugin-sdk/command-primitives-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5db5d6c2dc280183c8c2ad484483dbd65275a6ef5488cb3c25dce017e871b6c2","declaration":"export function isBtwRequestText(text?: string, options?: CommandNormalizeOptions): boolean;","entrypoint":"command-primitives-runtime","exportName":"isBtwRequestText","importSpecifier":"openclaw/plugin-sdk/command-primitives-runtime","kind":"function","recordType":"export"}
|
|
{"category":"channel","entrypoint":"command-status","importSpecifier":"openclaw/plugin-sdk/command-status","recordType":"module"}
|
|
{"closureHash":"b1f67fa3cc24baa9bdf376477bae2328846db45a1056f676ad707e019610bea1","declaration":"export function buildCommandsMessage(cfg?: OpenClawConfig, skillCommands?: SkillCommandSpec[], options?: CommandsMessageOptions): string;","entrypoint":"command-status","exportName":"buildCommandsMessage","importSpecifier":"openclaw/plugin-sdk/command-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"5eeeb0b2f031dd07872cc0b77e83637647de0dc31a961276d464e8283922ab68","declaration":"export function buildCommandsMessagePaginated(cfg?: OpenClawConfig, skillCommands?: SkillCommandSpec[], options?: CommandsMessageOptions): CommandsMessageResult;","entrypoint":"command-status","exportName":"buildCommandsMessagePaginated","importSpecifier":"openclaw/plugin-sdk/command-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"9234e13dfc5ed5777ba52264d4c44f0e7b8c108891681890b2ddb33b6c5f6f13","declaration":"export function buildHelpMessage(cfg?: OpenClawConfig): string;","entrypoint":"command-status","exportName":"buildHelpMessage","importSpecifier":"openclaw/plugin-sdk/command-status","kind":"function","recordType":"export"}
|
|
{"closureHash":"4e6f409995dbf96d0d6858f11071915aefda95a981e5a16243a5780b50498c11","declaration":"export type CommandsMessageOptions = CommandsMessageOptions;","entrypoint":"command-status","exportName":"CommandsMessageOptions","importSpecifier":"openclaw/plugin-sdk/command-status","kind":"type","recordType":"export"}
|
|
{"closureHash":"9807bd1680e4f8bdcbc45bac3d45fb2d5070419eeb6bd677ac12d0f9ab428704","declaration":"export type CommandsMessageResult = CommandsMessageResult;","entrypoint":"command-status","exportName":"CommandsMessageResult","importSpecifier":"openclaw/plugin-sdk/command-status","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"config-contracts","importSpecifier":"openclaw/plugin-sdk/config-contracts","recordType":"module"}
|
|
{"closureHash":"785c7b176e0d1a62430f378de2d26998381d6ef63018616f3e8fb8983fb96010","declaration":"export type AccessGroupsConfig = AccessGroupsConfig;","entrypoint":"config-contracts","exportName":"AccessGroupsConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"0ec469afcab370d0f2fe459b1ca2a29548ee1b96806273c51ead60a539343d0a","declaration":"export type AuthConfig = AuthConfig;","entrypoint":"config-contracts","exportName":"AuthConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"a1adcbbb4db27d64d6789b59a87f6bd0633a2ebb7dc773a9c29c0c4bed6eea0f","declaration":"export type BlockStreamingCoalesceConfig = BlockStreamingCoalesceConfig;","entrypoint":"config-contracts","exportName":"BlockStreamingCoalesceConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"b20a78ff9d956712e95c73b0a6bbc5e63d95ae0032e63c3aee9561dbf8454b14","declaration":"export type BrowserConfig = BrowserConfig;","entrypoint":"config-contracts","exportName":"BrowserConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"49dcf08aeef6188eaa08ef106b61fd93a506781b243ff0b525f08f2a954dad85","declaration":"export type BrowserProfileConfig = BrowserProfileConfig;","entrypoint":"config-contracts","exportName":"BrowserProfileConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"1e37d49da2e02b8148bb0e6004be409213ff1bbc4c5dbf7547290f5204344f10","declaration":"export type ChannelBotLoopProtectionConfig = ChannelBotLoopProtectionConfig;","entrypoint":"config-contracts","exportName":"ChannelBotLoopProtectionConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"a735d9d76c56ade9f539f5f9b60ba30b46551e97b9ed649931eefec5e084cb5a","declaration":"export type ChannelGroupPolicy = ChannelGroupPolicy;","entrypoint":"config-contracts","exportName":"ChannelGroupPolicy","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"8bb67413bdfed206b329965342bc6e7ba1408ba0fe8634aa108d984d1a64324c","declaration":"export type ContextVisibilityMode = ContextVisibilityMode;","entrypoint":"config-contracts","exportName":"ContextVisibilityMode","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"22436696eb72d0b7e5cb48b29a59213a83420449d53baafec8cee822fcaed0e5","declaration":"export type DiscordAccountConfig = DiscordAccountConfig;","entrypoint":"config-contracts","exportName":"DiscordAccountConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"1d46b00741660129d659397e858e42a0db982aca416e0de54cd08b213d4d852a","declaration":"export type DiscordActionConfig = DiscordActionConfig;","entrypoint":"config-contracts","exportName":"DiscordActionConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"12deab537c69e161c9a69234d33273998bb0d143f5504a09c213fd4be198317c","declaration":"export type DiscordAutoPresenceConfig = DiscordAutoPresenceConfig;","entrypoint":"config-contracts","exportName":"DiscordAutoPresenceConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"7d6d46ea59ecf469a0dd702b429859f2835d850365def82416599b23dc736026","declaration":"export type DiscordConfig = DiscordConfig;","entrypoint":"config-contracts","exportName":"DiscordConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"732ecc938da3927ca8413621af90d8668c87b59ba20f3418345d161ba19c0e50","declaration":"export type DiscordExecApprovalConfig = DiscordExecApprovalConfig;","entrypoint":"config-contracts","exportName":"DiscordExecApprovalConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"649cf4d50532489f67437827e7a244255492a2ba68b76989455ccd5c20d9737a","declaration":"export type DiscordGuildChannelConfig = DiscordGuildChannelConfig;","entrypoint":"config-contracts","exportName":"DiscordGuildChannelConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"8349a7cf2bc23ef6c5a17ac3f832cbc87a9d8bf93e14d1c2327445547f7abcea","declaration":"export type DiscordGuildEntry = DiscordGuildEntry;","entrypoint":"config-contracts","exportName":"DiscordGuildEntry","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"a26c9dc8472aee589da44ce8454bce9f6104f88531f885d36486f71f431297e2","declaration":"export type DiscordIntentsConfig = DiscordIntentsConfig;","entrypoint":"config-contracts","exportName":"DiscordIntentsConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"63f56af0e1b0dc467408a1baae3fc48fd6afd2a5e331de8497f99724649a6f0c","declaration":"export type DiscordSlashCommandConfig = DiscordSlashCommandConfig;","entrypoint":"config-contracts","exportName":"DiscordSlashCommandConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"05cd63a5235b73cc0e82b942429c20d67805f592def62d5bd101f3fdcaa7eaf5","declaration":"export type DmConfig = DmConfig;","entrypoint":"config-contracts","exportName":"DmConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"91ce134a2ed25820c58783cc8f67d3619990ed601ecbc4aa6c47b78b2215f37d","declaration":"export type DmPolicy = DmPolicy;","entrypoint":"config-contracts","exportName":"DmPolicy","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"e5cfd5d0bf3b747dac934bd2746e2bce9855776754c50bad5c6139a9cafdacd1","declaration":"export type GoogleChatAccountConfig = GoogleChatAccountConfig;","entrypoint":"config-contracts","exportName":"GoogleChatAccountConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"fecc9ac00dc86704287dca195a7649bac298d32c82466e6efc0db86d707ab382","declaration":"export type GoogleChatConfig = GoogleChatConfig;","entrypoint":"config-contracts","exportName":"GoogleChatConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"5bad49299b152644fe981472dc214e98e9ae922e96be24492e331d2530dddce1","declaration":"export type GroupPolicy = GroupPolicy;","entrypoint":"config-contracts","exportName":"GroupPolicy","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"828b9f8b697f380f127d4ed5837fb9100a47675175d8c2f26819bac4c8113043","declaration":"export type GroupToolPolicyBySenderConfig = GroupToolPolicyBySenderConfig;","entrypoint":"config-contracts","exportName":"GroupToolPolicyBySenderConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"0755374cbd59941a39ab86e5c77c8fc7ee3666371cab3e543572ac3e6325a19b","declaration":"export type GroupToolPolicyConfig = ToolAllowDenyPolicyConfig;","entrypoint":"config-contracts","exportName":"GroupToolPolicyConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"d224d72ae2d466355f8c0d2d24286e3150fdc38503e4dd278542c8d7839d4cd7","declaration":"export type MSTeamsChannelConfig = MSTeamsChannelConfig;","entrypoint":"config-contracts","exportName":"MSTeamsChannelConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"cfbd29773fc8ad512d70afa29314de48d9a312a325889f48c07a387f932b60f0","declaration":"export type MSTeamsCloudName = MSTeamsCloudName;","entrypoint":"config-contracts","exportName":"MSTeamsCloudName","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"83b26513a768cc7337bdb4ca02992643b4ad622f6f07a538864a4b6cb099421d","declaration":"export type MSTeamsConfig = MSTeamsConfig;","entrypoint":"config-contracts","exportName":"MSTeamsConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"ca6329046fbd0377c13af417457321f9818564c9aef73393e6767f0cc93d3231","declaration":"export type MSTeamsReplyStyle = MSTeamsReplyStyle;","entrypoint":"config-contracts","exportName":"MSTeamsReplyStyle","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"b31dec28185a5de3d449460d40761eeb25d4e2042711c1c823899a0c1740d802","declaration":"export type MSTeamsTeamConfig = MSTeamsTeamConfig;","entrypoint":"config-contracts","exportName":"MSTeamsTeamConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"d10095d66b653ba17ff96a002e31ed57a9d93543d6b888396250ca7800a0f9f9","declaration":"export type MarkdownConfig = MarkdownConfig;","entrypoint":"config-contracts","exportName":"MarkdownConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"3e989311a52851bf13c7d8a116c7129384139c9688b030bb57fb9185493a0d60","declaration":"export type MarkdownTableMode = MarkdownTableMode;","entrypoint":"config-contracts","exportName":"MarkdownTableMode","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"71e5867cfadb30dcc2eab1bef9e0234069e1e01747a1196fc54697c1fb786ebb","declaration":"export type MentionPatternsPolicyConfig = MentionPatternsPolicyConfig;","entrypoint":"config-contracts","exportName":"MentionPatternsPolicyConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"config-contracts","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"c37d14b063ded2760fc4bfed06058eb8eb7e49ad818c9e94357f9345dbf3a7c8","declaration":"export type ReplyToMode = ReplyToMode;","entrypoint":"config-contracts","exportName":"ReplyToMode","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"985b9ff1087de679737eacd9c9f0fa736148470e587f13729b17a4253715c814","declaration":"export type ResolvedTtsPersona = ResolvedTtsPersona;","entrypoint":"config-contracts","exportName":"ResolvedTtsPersona","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"7e8f5d0815e1289c9ee6cf756a7beaf5938f5e82429161b5d57346d6c9c7cd9c","declaration":"export type SessionScope = SessionScope;","entrypoint":"config-contracts","exportName":"SessionScope","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"789e05b2c379b628afa9ce8f4ccd7f49e1123603efc42b6866bab10d54d007f2","declaration":"export type SignalReactionNotificationMode = SignalReactionNotificationMode;","entrypoint":"config-contracts","exportName":"SignalReactionNotificationMode","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"77be826e55090e635bb148e2a0b5b9e76f7748434e99feb2458ffffd9dcb6071","declaration":"export type SlackAccountConfig = SlackAccountConfig;","entrypoint":"config-contracts","exportName":"SlackAccountConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"bd3c5d0347b5cddc779f8c135662ee3e01731b5429e55d2fd1b71d62727cb3f4","declaration":"export type SlackChannelConfig = SlackChannelConfig;","entrypoint":"config-contracts","exportName":"SlackChannelConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"9d41e31829f655e878570c5e9a926852e895bc6824f2c15aa4330fae190db0eb","declaration":"export type SlackReactionNotificationMode = SlackReactionNotificationMode;","entrypoint":"config-contracts","exportName":"SlackReactionNotificationMode","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"1dd7722e1c2ea08f66a99d1acc9c53f5a86a9b9f48f188468e1a2fb4affdb202","declaration":"export type SlackSlashCommandConfig = SlackSlashCommandConfig;","entrypoint":"config-contracts","exportName":"SlackSlashCommandConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"b6b98a6cb7db25e3825074b7d73c6a03cfc1667122c28a6104ba3f89e76e28c4","declaration":"export type TelegramAccountConfig = TelegramAccountConfig;","entrypoint":"config-contracts","exportName":"TelegramAccountConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"d0538dba05c22d805a97bd0a1ce28c5b21a8e92b3a0761d63991d4d3d5616500","declaration":"export type TelegramActionConfig = TelegramActionConfig;","entrypoint":"config-contracts","exportName":"TelegramActionConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"23425ffb774986e5f056b237cb32168974fe596aec96549c0d06e9d2ad551063","declaration":"export type TelegramDirectConfig = TelegramDirectConfig;","entrypoint":"config-contracts","exportName":"TelegramDirectConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"9e4c8ffd54962fe85399a34218d6dc2edfc36f1dc66c946dd09a2b8bfd0c77e3","declaration":"export type TelegramExecApprovalConfig = TelegramExecApprovalConfig;","entrypoint":"config-contracts","exportName":"TelegramExecApprovalConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"e9b65ed681b01f24e39ed3c73f8071c16a6dfbbf0103ef90434a2239c9d46dd0","declaration":"export type TelegramGroupConfig = TelegramGroupConfig;","entrypoint":"config-contracts","exportName":"TelegramGroupConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"9bc76932395d6c12dd8511d11d3afc475d825a129092d61f29ed22dffbd6bd91","declaration":"export type TelegramInlineButtonsScope = TelegramInlineButtonsScope;","entrypoint":"config-contracts","exportName":"TelegramInlineButtonsScope","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"8a8d49064fb981aa747ec0b7bd5ea66da4ee5d92fca5e989eba5964c32045ce9","declaration":"export type TelegramNetworkConfig = TelegramNetworkConfig;","entrypoint":"config-contracts","exportName":"TelegramNetworkConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"82ffd59a765a21a37cb5cdac677ab1a82b20052775a819450613877cd5db69dd","declaration":"export type TelegramTopicConfig = TelegramTopicConfig;","entrypoint":"config-contracts","exportName":"TelegramTopicConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"57db55409fc402b0d9e20af327ea226edb8c379f47cc93f4bce565a1382eed15","declaration":"export type TtsAutoMode = TtsAutoMode;","entrypoint":"config-contracts","exportName":"TtsAutoMode","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"1cca876b8fd85eb4afb29248b3a3c52c8596a3bcb07d612dac7b84dfb7cfacc2","declaration":"export type TtsConfig = TtsConfig;","entrypoint":"config-contracts","exportName":"TtsConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"5047ccebeae79dcc8b68a60e284913d0366976faf6ebb7c2ca4a1bc65c433cc2","declaration":"export type TtsModelOverrideConfig = TtsModelOverrideConfig;","entrypoint":"config-contracts","exportName":"TtsModelOverrideConfig","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"closureHash":"edb5bea790a4c2f3265ab52288fdc5e072a7dfbfc75238f6be90cbd51ebbe593","declaration":"export type TtsProvider = string;","entrypoint":"config-contracts","exportName":"TtsProvider","importSpecifier":"openclaw/plugin-sdk/config-contracts","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"config-mutation","importSpecifier":"openclaw/plugin-sdk/config-mutation","recordType":"module"}
|
|
{"closureHash":"8b44c8cb93edf90cf91374c55126163b72272f8d173d9467e26694931b414c26","declaration":"export function logConfigUpdated(runtime: RuntimeEnv, opts?: LogConfigUpdatedOptions): void;","entrypoint":"config-mutation","exportName":"logConfigUpdated","importSpecifier":"openclaw/plugin-sdk/config-mutation","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd952af33a706cbf6fce8d31bf562e1d932cebb3cd0604fbcca875dc670c00b5","declaration":"export function mutateConfigFile<T = void>(params: { base?: ConfigMutationBase; baseHash?: string; afterWrite?: ConfigWriteOptions[\"afterWrite\"]; writeOptions?: ConfigWriteOptions; io?: ConfigMutationIO; mutate: (draft: OpenClawConfig, context: ConfigMutationContext) => Promise<T | void> | T | void; }): Promise<ConfigMutationResult<T>>;","entrypoint":"config-mutation","exportName":"mutateConfigFile","importSpecifier":"openclaw/plugin-sdk/config-mutation","kind":"function","recordType":"export"}
|
|
{"closureHash":"f599149d7b2484f63e1363085cf4f20e669b50e1e95ff1287f3f29df2de8f05c","declaration":"export function readConfigFileSnapshotForWrite(options?: { skipPluginValidation?: boolean; }): Promise<ReadConfigFileSnapshotForWriteResult>;","entrypoint":"config-mutation","exportName":"readConfigFileSnapshotForWrite","importSpecifier":"openclaw/plugin-sdk/config-mutation","kind":"function","recordType":"export"}
|
|
{"closureHash":"fe56c9dcf70501829941b57c0db7bff69e07032a977dad9e0a5c836b6e61b9fa","declaration":"export function replaceConfigFile(params: { nextConfig: OpenClawConfig; baseHash?: string; snapshot?: ConfigFileSnapshot; afterWrite?: ConfigWriteOptions[\"afterWrite\"]; writeOptions?: ConfigWriteOptions; io?: ConfigMutationIO; }): Promise<ConfigReplaceResult>;","entrypoint":"config-mutation","exportName":"replaceConfigFile","importSpecifier":"openclaw/plugin-sdk/config-mutation","kind":"function","recordType":"export"}
|
|
{"closureHash":"5de548c1897871e89cf3cd211ecca69c4b1137834670b237eef8694fa142dcfc","declaration":"export function updateConfig(mutator: (cfg: OpenClawConfig, context: UpdateConfigContext) => OpenClawConfig): Promise<OpenClawConfig>;","entrypoint":"config-mutation","exportName":"updateConfig","importSpecifier":"openclaw/plugin-sdk/config-mutation","kind":"function","recordType":"export"}
|
|
{"closureHash":"9a1a880ffb5d6dcee6bce4faf80234855ca3bff11a0941e2ac7447a8e6879f90","declaration":"export type ConfigWriteAfterWrite = ConfigWriteAfterWrite;","entrypoint":"config-mutation","exportName":"ConfigWriteAfterWrite","importSpecifier":"openclaw/plugin-sdk/config-mutation","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"config-runtime","importSpecifier":"openclaw/plugin-sdk/config-runtime","recordType":"module"}
|
|
{"closureHash":"b75bdf1d3b0b17c4066e5f441a85504df8d2af2d7f93db3fcbe45ffacc3a4378","declaration":"export function applyModelOverrideToSessionEntry(params: { entry: SessionEntry; selection: ModelOverrideSelection; profileOverride?: string; profileOverrideSource?: \"auto\" | \"user\"; preserveAuthProfileOverride?: boolean; selectionSource?: \"auto\" | \"user\"; markLiveSwitchPending?: boolean; }): { updated: boolean; };","entrypoint":"config-runtime","exportName":"applyModelOverrideToSessionEntry","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3aa124483f95e247627c87fdda6e183c94b8c8ddc99845f1b21114641cbb6ced","declaration":"export function canonicalizeMainSessionAlias(params: { cfg?: { session?: { scope?: SessionScope; mainKey?: string; }; }; agentId: string; sessionKey: string; }): string;","entrypoint":"config-runtime","exportName":"canonicalizeMainSessionAlias","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c68b5adbc63e46a74c882bb9f4b980309ec66dac3f8de3ed85500d36c1d7c050","declaration":"export function clearConfigCache(): void;","entrypoint":"config-runtime","exportName":"clearConfigCache","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a7b2fa8d82db15648b1d5bdb6b69a54cd7186c466cc201576f7d23b58c4c62c9","declaration":"export function clearRuntimeConfigSnapshot(): void;","entrypoint":"config-runtime","exportName":"clearRuntimeConfigSnapshot","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"417fea5271d2790fae90ffe88d992f4603a4d87079647b10f70ecc2d692b8ae2","declaration":"export function clearSessionStoreCacheForTest(): void;","entrypoint":"config-runtime","exportName":"clearSessionStoreCacheForTest","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ff0cf524ca2723fc4cb204167434e333cdf4f4536dca9a62cfbdfc79c437e27","declaration":"export function coerceSecretRef(value: unknown, defaults?: SecretDefaults): SecretRef | null;","entrypoint":"config-runtime","exportName":"coerceSecretRef","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1df79dbfe9b89949743da0b4bd6faf7eada602f0ef532bbe8030946c9c0e0b6c","declaration":"export function evaluateSessionFreshness(params: { updatedAt: number; sessionStartedAt?: number; lastInteractionAt?: number; now: number; policy: SessionResetPolicy; }): SessionFreshness;","entrypoint":"config-runtime","exportName":"evaluateSessionFreshness","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c27a25de7ebce348456156566355880c7ae909ea8498832deea3ea4dfefa663","declaration":"export function evaluateSupplementalContextVisibility(params: { mode: ContextVisibilityMode; kind: ContextVisibilityKind; senderAllowed: boolean; }): ContextVisibilityDecision;","entrypoint":"config-runtime","exportName":"evaluateSupplementalContextVisibility","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d82b982d71baf986fe18eb6899ec782f4735f1e64ac37a32e5add783a3799454","declaration":"export function filterSupplementalContextItems<T>(params: { items: readonly T[]; mode: ContextVisibilityMode; kind: ContextVisibilityKind; isSenderAllowed: (item: T) => boolean; }): { items: T[]; omitted: number; };","entrypoint":"config-runtime","exportName":"filterSupplementalContextItems","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f0a90f85133b965fbd027ddc2fc3fcd16eae0081db23f4bd5d6f2b87e5338b49","declaration":"export function getRuntimeConfig(options?: { skipPluginValidation?: boolean; pin?: boolean; skipShellEnvFallback?: boolean; }): OpenClawConfig;","entrypoint":"config-runtime","exportName":"getRuntimeConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e5acee613906d146a315c273916c417814702aab67e932795f6f2677cb8d18eb","declaration":"export function getRuntimeConfigSnapshot(): OpenClawConfig | null;","entrypoint":"config-runtime","exportName":"getRuntimeConfigSnapshot","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8ed19962bb6d51747d3961c705ad141bb6674d276b047475612895dc5586c0a5","declaration":"export function getRuntimeConfigSourceSnapshot(): OpenClawConfig | null;","entrypoint":"config-runtime","exportName":"getRuntimeConfigSourceSnapshot","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1a39c6fba87a24a650f04192804744ca0769bebcd0607e0119d26c6bbd8c4de1","declaration":"export function getSessionEntry(params: SessionStoreReadParams): SessionEntry | undefined;","entrypoint":"config-runtime","exportName":"getSessionEntry","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2b9783779ea5bad00a7e84723465709319fd61666e9f1c082d0cb1f0fa00102","declaration":"export function isDangerousNameMatchingEnabled(config: DangerousNameMatchingConfig | null | undefined): boolean;","entrypoint":"config-runtime","exportName":"isDangerousNameMatchingEnabled","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bb4506ebcfe344230c066c5a69887e425be7a1de6cb3f9a7bac786d18719f54a","declaration":"export function isNativeCommandsExplicitlyDisabled(params: { providerSetting?: NativeCommandsSetting; globalSetting?: NativeCommandsSetting; }): boolean;","entrypoint":"config-runtime","exportName":"isNativeCommandsExplicitlyDisabled","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"77dba039f8ece6208f946291065db6be676301f2ce0a60b0e6a103dffabb1ca5","declaration":"export function listSessionEntries(params?: SessionStoreListParams & { readOnly?: boolean; }): SessionStoreEntrySummary[];","entrypoint":"config-runtime","exportName":"listSessionEntries","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"234cc5010a66ce3a6736d57f6397ceb3ccaac4af784e303b219b3f0b4778ad6b","declaration":"export function loadConfig(options?: { skipPluginValidation?: boolean; pin?: boolean; skipShellEnvFallback?: boolean; }): OpenClawConfig;","entrypoint":"config-runtime","exportName":"loadConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"39aad68ed68a0ad43c9aec2075f2ce1e5c6d82ee0491b7102677b82f55aa3994","declaration":"export function loadCronStore(storePath: string): Promise<CronStoreFile>;","entrypoint":"config-runtime","exportName":"loadCronStore","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8b44c8cb93edf90cf91374c55126163b72272f8d173d9467e26694931b414c26","declaration":"export function logConfigUpdated(runtime: RuntimeEnv, opts?: LogConfigUpdatedOptions): void;","entrypoint":"config-runtime","exportName":"logConfigUpdated","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd952af33a706cbf6fce8d31bf562e1d932cebb3cd0604fbcca875dc670c00b5","declaration":"export function mutateConfigFile<T = void>(params: { base?: ConfigMutationBase; baseHash?: string; afterWrite?: ConfigWriteOptions[\"afterWrite\"]; writeOptions?: ConfigWriteOptions; io?: ConfigMutationIO; mutate: (draft: OpenClawConfig, context: ConfigMutationContext) => Promise<T | void> | T | void; }): Promise<ConfigMutationResult<T>>;","entrypoint":"config-runtime","exportName":"mutateConfigFile","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"db1ae24bf480eda3c9ac0a4386611163390d36910587a85b5823bf32624ac17d","declaration":"export function patchSessionEntry(params: PatchSessionEntryParams): Promise<SessionEntry | null>;","entrypoint":"config-runtime","exportName":"patchSessionEntry","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f599149d7b2484f63e1363085cf4f20e669b50e1e95ff1287f3f29df2de8f05c","declaration":"export function readConfigFileSnapshotForWrite(options?: { skipPluginValidation?: boolean; }): Promise<ReadConfigFileSnapshotForWriteResult>;","entrypoint":"config-runtime","exportName":"readConfigFileSnapshotForWrite","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e539adb8aaa544d4874dca14a0d0e49b3e4a671a2b14bac0519814c5d6c4489d","declaration":"export function readSessionUpdatedAt(params: SessionStoreReadParams): number | undefined;","entrypoint":"config-runtime","exportName":"readSessionUpdatedAt","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8860cc7cca487ef645afd28fe6586c9f37ac2993812bf43650e3c46bbc333cd7","declaration":"export function recordSessionMetaFromInbound(params: RecordInboundSessionMetaParams): Promise<SessionEntry | null>;","entrypoint":"config-runtime","exportName":"recordSessionMetaFromInbound","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fe56c9dcf70501829941b57c0db7bff69e07032a977dad9e0a5c836b6e61b9fa","declaration":"export function replaceConfigFile(params: { nextConfig: OpenClawConfig; baseHash?: string; snapshot?: ConfigFileSnapshot; afterWrite?: ConfigWriteOptions[\"afterWrite\"]; writeOptions?: ConfigWriteOptions; io?: ConfigMutationIO; }): Promise<ConfigReplaceResult>;","entrypoint":"config-runtime","exportName":"replaceConfigFile","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"605ebf4cd3d4d4028a5355b3b3520b99543cf4572b64afcf346b228c1f5cfab3","declaration":"export function requireRuntimeConfig(config: OpenClawConfig, context: string): OpenClawConfig;","entrypoint":"config-runtime","exportName":"requireRuntimeConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a4a07423aa8f00011e9662691b71bfea469626b14879c6098bce5ef70ea97a5a","declaration":"export function resolveActiveTalkProviderConfig(talk: TalkConfig | undefined): ResolvedTalkConfig | undefined;","entrypoint":"config-runtime","exportName":"resolveActiveTalkProviderConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54ba34f76655889ed6ca88c64bdaf5fa4dbb6eaafe873460ae905d05873ecb01","declaration":"export function resolveAgentMaxConcurrent(cfg?: OpenClawConfig): number;","entrypoint":"config-runtime","exportName":"resolveAgentMaxConcurrent","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d08ee20774d1799390faeabe86cf63f062fd2142bcd6c821bdb04724c42316c0","declaration":"export function resolveAllowlistProviderRuntimeGroupPolicy(params: ResolveProviderRuntimeGroupPolicyParams): RuntimeGroupPolicyResolution;","entrypoint":"config-runtime","exportName":"resolveAllowlistProviderRuntimeGroupPolicy","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c635e3d592b22de750d51cee19ea21078e8235872e0d9b85060f8c8296f3a1ca","declaration":"export function resolveChannelContextVisibilityMode(params: { cfg: OpenClawConfig; channel: string; accountId?: string | null; configuredContextVisibility?: ContextVisibilityMode; }): ContextVisibilityMode;","entrypoint":"config-runtime","exportName":"resolveChannelContextVisibilityMode","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1b9c6093de9470b47c39fd99972c5a0cd66cc71a5b7212abd590744f03f93034","declaration":"export function resolveChannelGroupPolicy(params: { cfg: OpenClawConfig; channel: GroupPolicyChannel; groupId?: string | null; accountId?: string | null; groupIdCaseInsensitive?: boolean; hasGroupAllowFrom?: boolean; }): ChannelGroupPolicy;","entrypoint":"config-runtime","exportName":"resolveChannelGroupPolicy","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e71815efcd94f48d143aa4bc80e0a07f4916d648f8b1a53aff9c7a4cac2bbad1","declaration":"export function resolveChannelGroupRequireMention(params: { cfg: OpenClawConfig; channel: GroupPolicyChannel; groupId?: string | null; accountId?: string | null; groupIdCaseInsensitive?: boolean; requireMentionOverride?: boolean; configuredGroupDefaultsToNoMention?: boolean; overrideOrder?: \"before-config\" | \"after-config\"; }): boolean;","entrypoint":"config-runtime","exportName":"resolveChannelGroupRequireMention","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8973ae5795331c1cc378a7023208a6a054c1309196636d38cbda85c6c83198b7","declaration":"export function resolveChannelModelOverride(params: ChannelModelOverrideParams): ChannelModelOverride | null;","entrypoint":"config-runtime","exportName":"resolveChannelModelOverride","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2cd1c017d99f55b339ebc95594747cad3472431fc6fba1eca77855eef3b0052","declaration":"export function resolveChannelResetConfig(params: { sessionCfg?: SessionConfig; channel?: string | null; }): SessionResetConfig | undefined;","entrypoint":"config-runtime","exportName":"resolveChannelResetConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f06b4a35f7578c7c15f71967702dcda34d48d20a365c51b102b56283e3c740d4","declaration":"export function resolveConfiguredSecretInputString(params: { config: OpenClawConfig; env: NodeJS.ProcessEnv; value: unknown; path: string; manifestRegistry?: Pick<PluginManifestRegistry, \"plugins\">; unresolvedReasonStyle?: SecretInputUnresolvedReasonStyle; }): Promise<{ value?: string; unresolvedRefReason?: string; }>;","entrypoint":"config-runtime","exportName":"resolveConfiguredSecretInputString","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8aa97ad222a42cff7abf577c460078429d97ef952ec28aa04c3f0ae3bf58272a","declaration":"export function resolveConfiguredSecretInputWithFallback(params: { config: OpenClawConfig; env: NodeJS.ProcessEnv; value: unknown; path: string; manifestRegistry?: Pick<PluginManifestRegistry, \"plugins\">; unresolvedReasonStyle?: SecretInputUnresolvedReasonStyle; readFallback?: () => string | undefined; }): Promise<{ value?: string; source?: ConfiguredSecretInputSource; unresolvedRefReason?: string; secretRefConfigured: boolean; }>;","entrypoint":"config-runtime","exportName":"resolveConfiguredSecretInputWithFallback","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"644cf1d533c6df49f4f402b6759e8ce5769f0412a58375944ee59e0f2bfc3da3","declaration":"export function resolveCronStorePath(storePath?: string): string;","entrypoint":"config-runtime","exportName":"resolveCronStorePath","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"76f65738a6e4e49bbc36913c9d57542fd5030d847c2ee76362b324cd81d63552","declaration":"export function resolveDangerousNameMatchingEnabled(input: DangerousNameMatchingResolverInput): boolean;","entrypoint":"config-runtime","exportName":"resolveDangerousNameMatchingEnabled","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"851fc50d9816836a9c2e923d4223eb86c15411c2d94153f64bf0171013dfc031","declaration":"export function resolveDefaultAgentId(cfg: OpenClawConfig): string;","entrypoint":"config-runtime","exportName":"resolveDefaultAgentId","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d6a9a59f92ea30af6f29e3274fe051d3bf03563801c83518e7827990fa8cf67f","declaration":"export function resolveDefaultContextVisibility(cfg: ContextVisibilityDefaultsConfig): ContextVisibilityMode | undefined;","entrypoint":"config-runtime","exportName":"resolveDefaultContextVisibility","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d5350d4d2540cfd9602daab19ebf4cafbef2cb459cfb28e4f815b231a66a763","declaration":"export function resolveDefaultGroupPolicy(cfg: GroupPolicyDefaultsConfig): GroupPolicy | undefined;","entrypoint":"config-runtime","exportName":"resolveDefaultGroupPolicy","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6333eab946eff0194867385a4660e8ca90a5444a3b211b9bc4dfbf11eda54939","declaration":"export function resolveGroupSessionKey(ctx: MsgContext): GroupKeyResolution | null;","entrypoint":"config-runtime","exportName":"resolveGroupSessionKey","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4b9d34eabaf8d0cae2d1edd7620ea9ecfae29ed52fd75b326cb9a8f482310656","declaration":"export function resolveLivePluginConfigObject(runtimeConfigLoader: (() => OpenClawConfig | undefined) | undefined, pluginId: string, startupPluginConfig?: Record<string, unknown>): Record<string, unknown> | undefined;","entrypoint":"config-runtime","exportName":"resolveLivePluginConfigObject","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"17a8db93f7221ba33eab66806a0ae121ade404c85ff2bdb1d7ad1bc906cfe82f","declaration":"export function resolveMarkdownTableMode(params: ResolveMarkdownTableModeParams): MarkdownTableMode;","entrypoint":"config-runtime","exportName":"resolveMarkdownTableMode","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f32e33a9c244f501507ce48a568be780e67c4c40e95398e38566752bd374d29d","declaration":"export function resolveNativeCommandsEnabled(params: { providerId: ChannelId; providerSetting?: NativeCommandsSetting; globalSetting?: NativeCommandsSetting; env?: NodeJS.ProcessEnv; stateDir?: string; workspaceDir?: string; config?: OpenClawConfig; autoDefault?: boolean; }): boolean;","entrypoint":"config-runtime","exportName":"resolveNativeCommandsEnabled","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8be83bb9008d6a178d1ec8d305b065d467576944dd901e849db60911e0785fb2","declaration":"export function resolveNativeSkillsEnabled(params: { providerId: ChannelId; providerSetting?: NativeCommandsSetting; globalSetting?: NativeCommandsSetting; env?: NodeJS.ProcessEnv; stateDir?: string; workspaceDir?: string; config?: OpenClawConfig; autoDefault?: boolean; }): boolean;","entrypoint":"config-runtime","exportName":"resolveNativeSkillsEnabled","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6d3370713872c8c812ae90ad7a72c7b457215ab179a584238692a5c47c68fc5b","declaration":"export function resolveOpenProviderRuntimeGroupPolicy(params: ResolveProviderRuntimeGroupPolicyParams): RuntimeGroupPolicyResolution;","entrypoint":"config-runtime","exportName":"resolveOpenProviderRuntimeGroupPolicy","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"89f48079856e77be5f4a534d8713716217691a8f64fb31fcfd440bf43dcaf730","declaration":"export function resolvePluginConfigObject(config: OpenClawConfig | undefined, pluginId: string): Record<string, unknown> | undefined;","entrypoint":"config-runtime","exportName":"resolvePluginConfigObject","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"448226fe7a753e852ef5e78e0b69699aa883cbd627005e8fd4e31eeb15278837","declaration":"export function resolveRequiredConfiguredSecretRefInputString(params: { config: OpenClawConfig; env: NodeJS.ProcessEnv; value: unknown; path: string; manifestRegistry?: Pick<PluginManifestRegistry, \"plugins\">; unresolvedReasonStyle?: SecretInputUnresolvedReasonStyle; }): Promise<string | undefined>;","entrypoint":"config-runtime","exportName":"resolveRequiredConfiguredSecretRefInputString","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6b730d72b488b63c82c9dc6f3f778d3f4cab67d95d1702d894383858fd42ba5a","declaration":"export function resolveSessionKey(scope: SessionScope, ctx: MsgContext, mainKey?: string, agentId?: string): string;","entrypoint":"config-runtime","exportName":"resolveSessionKey","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e67d9e13c98ecf437dcdb42614a456d5103cbf9560f9dc3b1b82e1e54da5025","declaration":"export function resolveSessionResetPolicy(params: { sessionCfg?: SessionConfig; resetType: SessionResetType; resetOverride?: SessionResetConfig; }): SessionResetPolicy;","entrypoint":"config-runtime","exportName":"resolveSessionResetPolicy","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bac2349d4b375374275c3e7cf296c6d7d4f7b8ea1037621ecaa1e56a6ae5e43f","declaration":"export function resolveSessionResetType(params: { sessionKey?: string | null; isGroup?: boolean; isThread?: boolean; }): SessionResetType;","entrypoint":"config-runtime","exportName":"resolveSessionResetType","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d1dffa5b5b225b10a104a207545efe187e39692f903d2c2c3e55ff57b78267d9","declaration":"export function resolveStorePath(store?: string, opts?: { agentId?: string; env?: NodeJS.ProcessEnv; }): string;","entrypoint":"config-runtime","exportName":"resolveStorePath","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c466594f6e8084ea908ed3d24e920d5f78b1d355e2cbc5c3fd63ae2e93fca198","declaration":"export function resolveThreadFlag(params: { sessionKey?: string | null; messageThreadId?: string | number | null; threadLabel?: string | null; threadStarterBody?: string | null; parentSessionKey?: string | null; }): boolean;","entrypoint":"config-runtime","exportName":"resolveThreadFlag","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ce1496ed4ce34660f40fa43fd0df68239688e2ced0bbcd2c6eaf277b6dc03f59","declaration":"export function resolveToolsBySender(params: { toolsBySender?: GroupToolPolicyBySenderConfig; } & GroupToolPolicySender): GroupToolPolicyConfig | undefined;","entrypoint":"config-runtime","exportName":"resolveToolsBySender","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1fbde8a88213a6806cb3d2fe0447f3c8a674a0c5e6315de5dc4230177573d639","declaration":"export function saveCronStore(storePath: string, store: CronStoreFile, opts?: SaveCronStoreOptions): Promise<void>;","entrypoint":"config-runtime","exportName":"saveCronStore","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"21c997f58863c4eb65c8e9e7e85aa74c9ebd7caaae5508a48ee3dcf62043afc9","declaration":"export function setRuntimeConfigSnapshot(config: OpenClawConfig, sourceConfig?: OpenClawConfig): void;","entrypoint":"config-runtime","exportName":"setRuntimeConfigSnapshot","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5de548c1897871e89cf3cd211ecca69c4b1137834670b237eef8694fa142dcfc","declaration":"export function updateConfig(mutator: (cfg: OpenClawConfig, context: UpdateConfigContext) => OpenClawConfig): Promise<OpenClawConfig>;","entrypoint":"config-runtime","exportName":"updateConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"30ae6b59a2684ae6bed7b53bb526130eda6e55b67470402355fb1eda45739f27","declaration":"export function updateLastRoute(params: UpdateSessionLastRouteParams): Promise<SessionEntry | null>;","entrypoint":"config-runtime","exportName":"updateLastRoute","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0c1f07ca5c09c965e5ba5ff95f564cbcb8c6b7c3e1c54e7406f7357e41de01d1","declaration":"export function updateSessionStoreEntry(params: UpdateSessionStoreEntryParams): Promise<SessionEntry | null>;","entrypoint":"config-runtime","exportName":"updateSessionStoreEntry","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6e3aa7c888be8a44773fe1a46d52e641544573b4d873ef6d509cb0983f535fba","declaration":"export function upsertSessionEntry(params: UpsertSessionEntryParams): Promise<void>;","entrypoint":"config-runtime","exportName":"upsertSessionEntry","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ebd5c05c8e63bae51150f3b831f4c01792625cd3ca49096fa830ca6442f07287","declaration":"export function warnMissingProviderGroupPolicyFallbackOnce(params: { providerMissingFallbackApplied: boolean; providerKey: string; accountId?: string; blockedLabel?: string; log: (message: string) => void; }): boolean;","entrypoint":"config-runtime","exportName":"warnMissingProviderGroupPolicyFallbackOnce","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"68d04c8763c7bb1dd3d5ea315d92705566cfa213b3846cfc6b2b0767dc3ca622","declaration":"export function writeConfigFile(cfg: OpenClawConfig, options?: ConfigWriteOptions): Promise<ConfigWriteResult>;","entrypoint":"config-runtime","exportName":"writeConfigFile","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"47c7a11095835696862fe7b72fccf28736af6308347543c26b5b2f538d76860b","declaration":"export const GROUP_POLICY_BLOCKED_LABEL: { readonly group: \"group messages\"; readonly guild: \"guild messages\"; readonly room: \"room messages\"; readonly channel: \"channel messages\"; readonly space: \"space messages\";};","entrypoint":"config-runtime","exportName":"GROUP_POLICY_BLOCKED_LABEL","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"a1adcbbb4db27d64d6789b59a87f6bd0633a2ebb7dc773a9c29c0c4bed6eea0f","declaration":"export type BlockStreamingCoalesceConfig = BlockStreamingCoalesceConfig;","entrypoint":"config-runtime","exportName":"BlockStreamingCoalesceConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a735d9d76c56ade9f539f5f9b60ba30b46551e97b9ed649931eefec5e084cb5a","declaration":"export type ChannelGroupPolicy = ChannelGroupPolicy;","entrypoint":"config-runtime","exportName":"ChannelGroupPolicy","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9a1a880ffb5d6dcee6bce4faf80234855ca3bff11a0941e2ac7447a8e6879f90","declaration":"export type ConfigWriteAfterWrite = ConfigWriteAfterWrite;","entrypoint":"config-runtime","exportName":"ConfigWriteAfterWrite","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8bb67413bdfed206b329965342bc6e7ba1408ba0fe8634aa108d984d1a64324c","declaration":"export type ContextVisibilityMode = ContextVisibilityMode;","entrypoint":"config-runtime","exportName":"ContextVisibilityMode","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"22436696eb72d0b7e5cb48b29a59213a83420449d53baafec8cee822fcaed0e5","declaration":"export type DiscordAccountConfig = DiscordAccountConfig;","entrypoint":"config-runtime","exportName":"DiscordAccountConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1d46b00741660129d659397e858e42a0db982aca416e0de54cd08b213d4d852a","declaration":"export type DiscordActionConfig = DiscordActionConfig;","entrypoint":"config-runtime","exportName":"DiscordActionConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"12deab537c69e161c9a69234d33273998bb0d143f5504a09c213fd4be198317c","declaration":"export type DiscordAutoPresenceConfig = DiscordAutoPresenceConfig;","entrypoint":"config-runtime","exportName":"DiscordAutoPresenceConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7d6d46ea59ecf469a0dd702b429859f2835d850365def82416599b23dc736026","declaration":"export type DiscordConfig = DiscordConfig;","entrypoint":"config-runtime","exportName":"DiscordConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"732ecc938da3927ca8413621af90d8668c87b59ba20f3418345d161ba19c0e50","declaration":"export type DiscordExecApprovalConfig = DiscordExecApprovalConfig;","entrypoint":"config-runtime","exportName":"DiscordExecApprovalConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"649cf4d50532489f67437827e7a244255492a2ba68b76989455ccd5c20d9737a","declaration":"export type DiscordGuildChannelConfig = DiscordGuildChannelConfig;","entrypoint":"config-runtime","exportName":"DiscordGuildChannelConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8349a7cf2bc23ef6c5a17ac3f832cbc87a9d8bf93e14d1c2327445547f7abcea","declaration":"export type DiscordGuildEntry = DiscordGuildEntry;","entrypoint":"config-runtime","exportName":"DiscordGuildEntry","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a26c9dc8472aee589da44ce8454bce9f6104f88531f885d36486f71f431297e2","declaration":"export type DiscordIntentsConfig = DiscordIntentsConfig;","entrypoint":"config-runtime","exportName":"DiscordIntentsConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"63f56af0e1b0dc467408a1baae3fc48fd6afd2a5e331de8497f99724649a6f0c","declaration":"export type DiscordSlashCommandConfig = DiscordSlashCommandConfig;","entrypoint":"config-runtime","exportName":"DiscordSlashCommandConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"05cd63a5235b73cc0e82b942429c20d67805f592def62d5bd101f3fdcaa7eaf5","declaration":"export type DmConfig = DmConfig;","entrypoint":"config-runtime","exportName":"DmConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"91ce134a2ed25820c58783cc8f67d3619990ed601ecbc4aa6c47b78b2215f37d","declaration":"export type DmPolicy = DmPolicy;","entrypoint":"config-runtime","exportName":"DmPolicy","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e5cfd5d0bf3b747dac934bd2746e2bce9855776754c50bad5c6139a9cafdacd1","declaration":"export type GoogleChatAccountConfig = GoogleChatAccountConfig;","entrypoint":"config-runtime","exportName":"GoogleChatAccountConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fecc9ac00dc86704287dca195a7649bac298d32c82466e6efc0db86d707ab382","declaration":"export type GoogleChatConfig = GoogleChatConfig;","entrypoint":"config-runtime","exportName":"GoogleChatConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5bad49299b152644fe981472dc214e98e9ae922e96be24492e331d2530dddce1","declaration":"export type GroupPolicy = GroupPolicy;","entrypoint":"config-runtime","exportName":"GroupPolicy","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"828b9f8b697f380f127d4ed5837fb9100a47675175d8c2f26819bac4c8113043","declaration":"export type GroupToolPolicyBySenderConfig = GroupToolPolicyBySenderConfig;","entrypoint":"config-runtime","exportName":"GroupToolPolicyBySenderConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0755374cbd59941a39ab86e5c77c8fc7ee3666371cab3e543572ac3e6325a19b","declaration":"export type GroupToolPolicyConfig = ToolAllowDenyPolicyConfig;","entrypoint":"config-runtime","exportName":"GroupToolPolicyConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d224d72ae2d466355f8c0d2d24286e3150fdc38503e4dd278542c8d7839d4cd7","declaration":"export type MSTeamsChannelConfig = MSTeamsChannelConfig;","entrypoint":"config-runtime","exportName":"MSTeamsChannelConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"83b26513a768cc7337bdb4ca02992643b4ad622f6f07a538864a4b6cb099421d","declaration":"export type MSTeamsConfig = MSTeamsConfig;","entrypoint":"config-runtime","exportName":"MSTeamsConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ca6329046fbd0377c13af417457321f9818564c9aef73393e6767f0cc93d3231","declaration":"export type MSTeamsReplyStyle = MSTeamsReplyStyle;","entrypoint":"config-runtime","exportName":"MSTeamsReplyStyle","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b31dec28185a5de3d449460d40761eeb25d4e2042711c1c823899a0c1740d802","declaration":"export type MSTeamsTeamConfig = MSTeamsTeamConfig;","entrypoint":"config-runtime","exportName":"MSTeamsTeamConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d10095d66b653ba17ff96a002e31ed57a9d93543d6b888396250ca7800a0f9f9","declaration":"export type MarkdownConfig = MarkdownConfig;","entrypoint":"config-runtime","exportName":"MarkdownConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3e989311a52851bf13c7d8a116c7129384139c9688b030bb57fb9185493a0d60","declaration":"export type MarkdownTableMode = MarkdownTableMode;","entrypoint":"config-runtime","exportName":"MarkdownTableMode","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"config-runtime","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c37d14b063ded2760fc4bfed06058eb8eb7e49ad818c9e94357f9345dbf3a7c8","declaration":"export type ReplyToMode = ReplyToMode;","entrypoint":"config-runtime","exportName":"ReplyToMode","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"985b9ff1087de679737eacd9c9f0fa736148470e587f13729b17a4253715c814","declaration":"export type ResolvedTtsPersona = ResolvedTtsPersona;","entrypoint":"config-runtime","exportName":"ResolvedTtsPersona","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0780acc8487b27b835e1b3c2f69f9379dcce24830e25f020dfbc7e3d5f8c000a","declaration":"export type SessionResetMode = SessionResetMode;","entrypoint":"config-runtime","exportName":"SessionResetMode","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7e8f5d0815e1289c9ee6cf756a7beaf5938f5e82429161b5d57346d6c9c7cd9c","declaration":"export type SessionScope = SessionScope;","entrypoint":"config-runtime","exportName":"SessionScope","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"789e05b2c379b628afa9ce8f4ccd7f49e1123603efc42b6866bab10d54d007f2","declaration":"export type SignalReactionNotificationMode = SignalReactionNotificationMode;","entrypoint":"config-runtime","exportName":"SignalReactionNotificationMode","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"77be826e55090e635bb148e2a0b5b9e76f7748434e99feb2458ffffd9dcb6071","declaration":"export type SlackAccountConfig = SlackAccountConfig;","entrypoint":"config-runtime","exportName":"SlackAccountConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"bd3c5d0347b5cddc779f8c135662ee3e01731b5429e55d2fd1b71d62727cb3f4","declaration":"export type SlackChannelConfig = SlackChannelConfig;","entrypoint":"config-runtime","exportName":"SlackChannelConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9d41e31829f655e878570c5e9a926852e895bc6824f2c15aa4330fae190db0eb","declaration":"export type SlackReactionNotificationMode = SlackReactionNotificationMode;","entrypoint":"config-runtime","exportName":"SlackReactionNotificationMode","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1dd7722e1c2ea08f66a99d1acc9c53f5a86a9b9f48f188468e1a2fb4affdb202","declaration":"export type SlackSlashCommandConfig = SlackSlashCommandConfig;","entrypoint":"config-runtime","exportName":"SlackSlashCommandConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b6b98a6cb7db25e3825074b7d73c6a03cfc1667122c28a6104ba3f89e76e28c4","declaration":"export type TelegramAccountConfig = TelegramAccountConfig;","entrypoint":"config-runtime","exportName":"TelegramAccountConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d0538dba05c22d805a97bd0a1ce28c5b21a8e92b3a0761d63991d4d3d5616500","declaration":"export type TelegramActionConfig = TelegramActionConfig;","entrypoint":"config-runtime","exportName":"TelegramActionConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"23425ffb774986e5f056b237cb32168974fe596aec96549c0d06e9d2ad551063","declaration":"export type TelegramDirectConfig = TelegramDirectConfig;","entrypoint":"config-runtime","exportName":"TelegramDirectConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9e4c8ffd54962fe85399a34218d6dc2edfc36f1dc66c946dd09a2b8bfd0c77e3","declaration":"export type TelegramExecApprovalConfig = TelegramExecApprovalConfig;","entrypoint":"config-runtime","exportName":"TelegramExecApprovalConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e9b65ed681b01f24e39ed3c73f8071c16a6dfbbf0103ef90434a2239c9d46dd0","declaration":"export type TelegramGroupConfig = TelegramGroupConfig;","entrypoint":"config-runtime","exportName":"TelegramGroupConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9bc76932395d6c12dd8511d11d3afc475d825a129092d61f29ed22dffbd6bd91","declaration":"export type TelegramInlineButtonsScope = TelegramInlineButtonsScope;","entrypoint":"config-runtime","exportName":"TelegramInlineButtonsScope","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8a8d49064fb981aa747ec0b7bd5ea66da4ee5d92fca5e989eba5964c32045ce9","declaration":"export type TelegramNetworkConfig = TelegramNetworkConfig;","entrypoint":"config-runtime","exportName":"TelegramNetworkConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"82ffd59a765a21a37cb5cdac677ab1a82b20052775a819450613877cd5db69dd","declaration":"export type TelegramTopicConfig = TelegramTopicConfig;","entrypoint":"config-runtime","exportName":"TelegramTopicConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"57db55409fc402b0d9e20af327ea226edb8c379f47cc93f4bce565a1382eed15","declaration":"export type TtsAutoMode = TtsAutoMode;","entrypoint":"config-runtime","exportName":"TtsAutoMode","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1cca876b8fd85eb4afb29248b3a3c52c8596a3bcb07d612dac7b84dfb7cfacc2","declaration":"export type TtsConfig = TtsConfig;","entrypoint":"config-runtime","exportName":"TtsConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7a0e5572c9142dbc7c2753f7d56adfcdf5a2e8c11568d1a82774711df0e5884d","declaration":"export type TtsMode = TtsMode;","entrypoint":"config-runtime","exportName":"TtsMode","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5047ccebeae79dcc8b68a60e284913d0366976faf6ebb7c2ca4a1bc65c433cc2","declaration":"export type TtsModelOverrideConfig = TtsModelOverrideConfig;","entrypoint":"config-runtime","exportName":"TtsModelOverrideConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2ada7eddafe43bfb3f11433d66bf3ee45269a93e402091c5e8f54e7840664e5d","declaration":"export type TtsPersonaConfig = TtsPersonaConfig;","entrypoint":"config-runtime","exportName":"TtsPersonaConfig","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3050eccb5cd1ce2e95036ff2dfab1cdf5deb3b0337e23aea4c6a45310ba6b7b3","declaration":"export type TtsPersonaFallbackPolicy = TtsPersonaFallbackPolicy;","entrypoint":"config-runtime","exportName":"TtsPersonaFallbackPolicy","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"edb5bea790a4c2f3265ab52288fdc5e072a7dfbfc75238f6be90cbd51ebbe593","declaration":"export type TtsProvider = string;","entrypoint":"config-runtime","exportName":"TtsProvider","importSpecifier":"openclaw/plugin-sdk/config-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"conversation-runtime","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","recordType":"module"}
|
|
{"closureHash":"b457c971df6c82ce938c9353f6d8a6e13b255b36d22109a908d706427aa77be5","declaration":"export function buildPairingReply(params: { channel: PairingChannel; idLine: string; code: string; }): string;","entrypoint":"conversation-runtime","exportName":"buildPairingReply","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"752d319c29d0f2ba4c816b801da890e1e6587261262e5a3bdc9f1bdfbdede07a","declaration":"export function buildPluginBindingApprovalCustomId(approvalId: string, decision: PluginBindingApprovalDecision): string;","entrypoint":"conversation-runtime","exportName":"buildPluginBindingApprovalCustomId","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2588cf648654191791e3f79887927ac305377fdf4147eaee3d2623e51266cbcc","declaration":"export function buildPluginBindingResolvedText(params: PluginBindingResolveResult): string;","entrypoint":"conversation-runtime","exportName":"buildPluginBindingResolvedText","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"76073165920883a0d1224a1ffdc4dd7439a4a0bedc37402e2f75cbe91572c76e","declaration":"export function createScopedAccountReplyToModeResolver<TAccount>(params: { resolveAccount: (cfg: OpenClawConfig, accountId?: string | null) => TAccount; resolveReplyToMode: (account: TAccount, chatType?: string | null) => ReplyToMode | null | undefined; fallback?: ReplyToMode; }): ReplyToModeResolver;","entrypoint":"conversation-runtime","exportName":"createScopedAccountReplyToModeResolver","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e7b315bd1edb32b17bf4792a33f272526385ad2be6f5224ff833d932cda5c2c1","declaration":"export function createStaticReplyToModeResolver(mode: ReplyToMode): ReplyToModeResolver;","entrypoint":"conversation-runtime","exportName":"createStaticReplyToModeResolver","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7b38e806c659a3345bd05e1a9777ddace4396b722a5543ce7e745f3b86fd2cd7","declaration":"export function createTopLevelChannelReplyToModeResolver(channelId: string): ReplyToModeResolver;","entrypoint":"conversation-runtime","exportName":"createTopLevelChannelReplyToModeResolver","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7754597694ff233c13550336fb793fd5500f08f0e5fd99b2062b6b77a93948ec","declaration":"export function ensureConfiguredBindingRouteReady(params: { cfg: OpenClawConfig; bindingResolution: ConfiguredBindingResolution | null; }): Promise<{ ok: true; } | { ok: false; error: string; }>;","entrypoint":"conversation-runtime","exportName":"ensureConfiguredBindingRouteReady","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"84e3f16f4c871d63c44842883c919ac2b9ce2578140bdeb5b7ca87ad40510668","declaration":"export function formatThreadBindingDisabledError(params: { channel: string; accountId: string; kind: ThreadBindingSpawnKind; }): string;","entrypoint":"conversation-runtime","exportName":"formatThreadBindingDisabledError","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8738353828b7694c2da296ba76e40ef3683f8606984a5ddaf434dc0fe08d5dcf","declaration":"export function formatThreadBindingDurationLabel(durationMs: number): string;","entrypoint":"conversation-runtime","exportName":"formatThreadBindingDurationLabel","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd72a44aa8d6ee07eae3d6b9304e6dcd2773fc63e40c9555dafe1e7364985793","declaration":"export function formatThreadBindingSpawnDisabledError(params: { channel: string; accountId: string; kind: ThreadBindingSpawnKind; }): string;","entrypoint":"conversation-runtime","exportName":"formatThreadBindingSpawnDisabledError","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40f7bb07dba8c3b57fca322abfd659b9909824754069cdc4a56d0e76005e1ee","declaration":"export function getSessionBindingService(): SessionBindingService;","entrypoint":"conversation-runtime","exportName":"getSessionBindingService","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9585acc46d618b5d55811677438ad8855a40ffc719ed56aeecdddd0541f379d2","declaration":"export function parsePluginBindingApprovalCustomId(value: string): PluginBindingApprovalAction | null;","entrypoint":"conversation-runtime","exportName":"parsePluginBindingApprovalCustomId","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ec2b230fc869584bf4114bc30b34546f3e3e9369d7b6f49d9ff3bc8b19dd1989","declaration":"export function readChannelAllowFromStore(channel: PairingChannel, env?: NodeJS.ProcessEnv, accountId?: string): Promise<string[]>;","entrypoint":"conversation-runtime","exportName":"readChannelAllowFromStore","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ff5cdc5551ca935e69a7d4820e4134ba95d63ab309b4c8b042384acc1b4f1138","declaration":"export function recordInboundSession(params: { storePath: string; sessionKey: string; ctx: MsgContext; groupResolution?: GroupKeyResolution | null; createIfMissing?: boolean; updateLastRoute?: InboundLastRouteUpdate; onRecordError: (err: unknown) => void; trackSessionMetaTask?: (task: Promise<unknown>) => void; }): Promise<void>;","entrypoint":"conversation-runtime","exportName":"recordInboundSession","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d05c935fd7ea907f1f1e91e67b383be03acb67971e43a5313cdb6660839e797d","declaration":"export function recordInboundSessionMetaSafe(params: { cfg: OpenClawConfig; agentId: string; sessionKey: string; ctx: MsgContext; onError?: (error: unknown) => void; }): Promise<void>;","entrypoint":"conversation-runtime","exportName":"recordInboundSessionMetaSafe","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e39ef263bc111fc2969bebf2f38fa6b79cb22acdd7284a89b2dd4097b3fd3e6d","declaration":"export function registerSessionBindingAdapter(adapter: SessionBindingAdapter): void;","entrypoint":"conversation-runtime","exportName":"registerSessionBindingAdapter","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"35cb534ee749c59d36ff48e162b3cd791c89c4fed3aa21da7136fa6ccda37376","declaration":"export function resolveConfiguredBindingRoute(params: { cfg: OpenClawConfig; route: ResolvedAgentRoute; } & ConfiguredBindingRouteConversationInput): ConfiguredBindingRouteResult;","entrypoint":"conversation-runtime","exportName":"resolveConfiguredBindingRoute","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4aee5c9fa0672376a8f4f1e389357bdaf08b325ccea07ac36c01ebe438598960","declaration":"export function resolveConversationLabel(ctx: MsgContext): string | undefined;","entrypoint":"conversation-runtime","exportName":"resolveConversationLabel","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"11fba00b0e95b6b382ed0404626cf604402fbe9ea8948c2acfd0ee9467e881a3","declaration":"export function resolvePairingIdLabel(channel: PairingChannel): string;","entrypoint":"conversation-runtime","exportName":"resolvePairingIdLabel","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0da1bcc059af54ea99688e6b1ee6f6af4ec3463c472923146e0a5f5419c3dba9","declaration":"export function resolvePinnedMainDmOwnerFromAllowlist(params: { dmScope?: string | null; allowFrom?: Array<string | number> | null; normalizeEntry: (entry: string) => string | undefined; }): string | null;","entrypoint":"conversation-runtime","exportName":"resolvePinnedMainDmOwnerFromAllowlist","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0048303cc4bb0053fc73fc3874a8e8ecd805d57db6e19e8872459b1dcb1bc4a4","declaration":"export function resolvePluginConversationBindingApproval(params: { approvalId: string; decision: PluginBindingApprovalDecision; senderId?: string; }): Promise<PluginBindingResolveResult>;","entrypoint":"conversation-runtime","exportName":"resolvePluginConversationBindingApproval","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"25d83ffcba67350af64f3da1192a0bd5c473393d9047c30c2e9e1a52b64da156","declaration":"export function resolveRuntimeConversationBindingRoute(params: { route: ResolvedAgentRoute; } & ConfiguredBindingRouteConversationInput): RuntimeConversationBindingRouteResult;","entrypoint":"conversation-runtime","exportName":"resolveRuntimeConversationBindingRoute","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"131c2c49041caae717444e6bad460d4b5945df05fc29e479effbb7bcef971c85","declaration":"export function resolveThreadBindingConversationIdFromBindingId(params: { accountId: string; bindingId?: string; }): string | undefined;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingConversationIdFromBindingId","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ce53eba1635ae1ed62098117cec443fb7a2e9fe03d56fe5811e3e17e4d9cb43","declaration":"export function resolveThreadBindingEffectiveExpiresAt(params: { record: ThreadBindingLifecycleRecord; defaultIdleTimeoutMs: number; defaultMaxAgeMs: number; }): number | undefined;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingEffectiveExpiresAt","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e42912a4105387696cae864d05444243091ef21aff80e3086ff3fa7fdbe172ce","declaration":"export function resolveThreadBindingFarewellText(params: { reason?: string; farewellText?: string; idleTimeoutMs: number; maxAgeMs: number; }): string;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingFarewellText","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5d5367afb793fea8cf4a6c30cf74964e2ce3f00269f3b9d349e129d6ff479a69","declaration":"export function resolveThreadBindingIdleTimeoutMs(params: { channelIdleHoursRaw: unknown; sessionIdleHoursRaw: unknown; }): number;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingIdleTimeoutMs","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5e102ac888e3af1c875a2a8dc642e9474b7808f5acad27cb9a67ab27317d9102","declaration":"export function resolveThreadBindingIdleTimeoutMsForChannel(params: { cfg: OpenClawConfig; channel: string; accountId?: string; }): number;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingIdleTimeoutMsForChannel","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"77d114f70f598a83e717a67cb7bdf09e046c62dfdaf9dd18a862a5605be5269a","declaration":"export function resolveThreadBindingIntroText(params: { agentId?: string; label?: string; idleTimeoutMs?: number; maxAgeMs?: number; sessionCwd?: string; sessionDetails?: string[]; }): string;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingIntroText","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc9b58a9f9c5af8bbe6a7436a1bcf8532af04df2b3c71de1204fdeda954cea1e","declaration":"export function resolveThreadBindingLifecycle(params: { record: ThreadBindingLifecycleRecord; defaultIdleTimeoutMs: number; defaultMaxAgeMs: number; }): { expiresAt?: number; reason?: \"idle-expired\" | \"max-age-expired\"; };","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingLifecycle","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5eef62c5e44ee90844e0e39909354b420cc5f02ff601210fee4ae5012926c5ab","declaration":"export function resolveThreadBindingMaxAgeMs(params: { channelMaxAgeHoursRaw: unknown; sessionMaxAgeHoursRaw: unknown; }): number;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingMaxAgeMs","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7617cc930739f2a6501a9b76ac8b586b6a9c5b4f7bbd79a173f2f1ae17c69df1","declaration":"export function resolveThreadBindingMaxAgeMsForChannel(params: { cfg: OpenClawConfig; channel: string; accountId?: string; }): number;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingMaxAgeMsForChannel","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6980a78b6d5d67a4cce8dcf97bd4170dc48255fcbae0198e35c65462af05ef7c","declaration":"export function resolveThreadBindingSpawnPolicy(params: { cfg: OpenClawConfig; channel: string; accountId?: string; kind: ThreadBindingSpawnKind; }): ThreadBindingSpawnPolicy;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingSpawnPolicy","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1722c0b0bd09f4a630f5b60e68840478287323ddd401d05fa8d69a9b26d27a74","declaration":"export function resolveThreadBindingThreadName(params: { agentId?: string; label?: string; }): string;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingThreadName","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"98acce64bde4ebfd62ed516fc45829c52c58630c06db6039e282721215af18e4","declaration":"export function resolveThreadBindingsEnabled(params: { channelEnabledRaw: unknown; sessionEnabledRaw: unknown; }): boolean;","entrypoint":"conversation-runtime","exportName":"resolveThreadBindingsEnabled","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6f1d515e9f84bd96d6c6dddca3ebdecc3919838ae043f04c3b7fe9dd8def64a6","declaration":"export function unregisterSessionBindingAdapter(params: { channel: string; accountId: string; adapter?: SessionBindingAdapter; }): void;","entrypoint":"conversation-runtime","exportName":"unregisterSessionBindingAdapter","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9fa1d7adb6620d769dd78db2b1612cdd262871d0d956b5a2e38a18dae4231f2b","declaration":"export function upsertChannelPairingRequest(params: { channel: PairingChannel; id: string | number; accountId: string; meta?: Record<string, string | undefined | null>; env?: NodeJS.ProcessEnv; pairingAdapter?: ChannelPairingAdapter; }): Promise<{ code: string; created: boolean; }>;","entrypoint":"conversation-runtime","exportName":"upsertChannelPairingRequest","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"95a50e38ff0a3b6f23130bce09088e1480cffeef9ac6f4cf447317627f96b58a","declaration":"export const testing: { resetSessionBindingAdaptersForTests(): void; getRegisteredAdapterKeys(): string[];};","entrypoint":"conversation-runtime","exportName":"testing","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"003fe46b2233b284dfa7a8b91ed47770d2841dca6aa8764a45f6417f94f529e7","declaration":"export type BindingTargetKind = BindingTargetKind;","entrypoint":"conversation-runtime","exportName":"BindingTargetKind","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0c252e3774705f4c7ff23efe753348ccc467f2c6c829fbcb1ba5788bdb84ece5","declaration":"export type ConfiguredBindingRouteResult = ConfiguredBindingRouteResult;","entrypoint":"conversation-runtime","exportName":"ConfiguredBindingRouteResult","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c26c834f7b86b9ec58336205dc631d6058c0964f2cacab5b68d5223363ff7037","declaration":"export type RuntimeConversationBindingRouteResult = RuntimeConversationBindingRouteResult;","entrypoint":"conversation-runtime","exportName":"RuntimeConversationBindingRouteResult","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"767c2cfb363a4cc93c729f34736ec38ae4362ced726dbcae091472f6a0013d05","declaration":"export type SessionBindingAdapter = SessionBindingAdapter;","entrypoint":"conversation-runtime","exportName":"SessionBindingAdapter","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"04d3c9764089fd51a97afe86ae8c84dccde393c8206e839700cb928c5385618d","declaration":"export type SessionBindingBindInput = SessionBindingBindInput;","entrypoint":"conversation-runtime","exportName":"SessionBindingBindInput","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"92f954cd7642456586e0ecf0f1011bed30a7c136b225696f2b0ab7b6b8137dd4","declaration":"export type SessionBindingRecord = SessionBindingRecord;","entrypoint":"conversation-runtime","exportName":"SessionBindingRecord","importSpecifier":"openclaw/plugin-sdk/conversation-runtime","kind":"type","recordType":"export"}
|
|
{"category":"core","entrypoint":"core","importSpecifier":"openclaw/plugin-sdk/core","recordType":"module"}
|
|
{"closureHash":"19a3d4c1fdad2b565e7428da26e0dafa76f08498bcf06ac3df098486ff4afc2c","declaration":"export function applyAccountNameToChannelSection(params: { cfg: OpenClawConfig; channelKey: string; accountId: string; name?: string; alwaysUseAccounts?: boolean; }): OpenClawConfig;","entrypoint":"core","exportName":"applyAccountNameToChannelSection","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"1994147f45ee952681ecb45075d26e8fbe364f26acc6def98b16560addeebf15","declaration":"export function buildAgentSessionKey(params: { agentId: string; mainKey?: string; channel: string; accountId?: string | null; peer?: RoutePeer | null; dmScope?: \"main\" | \"per-peer\" | \"per-channel-peer\" | \"per-account-channel-peer\"; identityLinks?: Record<string, string[]>; }): string;","entrypoint":"core","exportName":"buildAgentSessionKey","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"e97ff96104ab3b7f8462f20d39d2596908a59cb03a634c6c2fb0d7ff80e5bb54","declaration":"export function buildChannelConfigSchema(schema: ZodTypeAny, options?: BuildChannelConfigSchemaOptions): ChannelConfigSchema;","entrypoint":"core","exportName":"buildChannelConfigSchema","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"d734ae6f08592256df8498061c3417f0914fca32019a24b5dc39edcb5d0c118c","declaration":"export function buildChannelOutboundSessionRoute(params: { cfg: OpenClawConfig; agentId: string; channel: string; accountId?: string | null; recipientSessionExact?: boolean | \"direct-alias\" | \"delivery-identity\"; peer: { kind: \"direct\" | \"group\" | \"channel\"; id: string; }; chatType: \"direct\" | \"group\" | \"channel\"; from: string; to: string; threadId?: string | number; }): ChannelOutboundSessionRoute;","entrypoint":"core","exportName":"buildChannelOutboundSessionRoute","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"90d3722f2e13daa2c010659f41d63c50b35a238eac51b8137b1f7824da23055c","declaration":"export function buildJsonChannelConfigSchema(schema: JsonSchemaObject, options?: BuildJsonChannelConfigSchemaOptions): ChannelConfigSchema;","entrypoint":"core","exportName":"buildJsonChannelConfigSchema","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d27406644141af2733cfca6e8c1240fc62327910109f585ce9073cafd7fd89c","declaration":"export function buildJsonPluginConfigSchema(schema: JsonSchemaObject, options?: BuildJsonPluginConfigSchemaOptions): OpenClawPluginConfigSchema;","entrypoint":"core","exportName":"buildJsonPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"f26e2150ba5824e830978cd15a8d5ed83d5150c44050a5050d6653b773ea4765","declaration":"export function buildMemorySystemPromptAddition(params: MemoryPromptSectionParams): string | undefined;","entrypoint":"core","exportName":"buildMemorySystemPromptAddition","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"aff66c792d532642afb9c6e5a03c8d220f219250c3a8b49733f32058f22f98ca","declaration":"export function buildPluginConfigSchema(schema: ZodTypeAny, options?: BuildPluginConfigSchemaOptions): OpenClawPluginConfigSchema;","entrypoint":"core","exportName":"buildPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"3ec2c091f2139a6c20b090ef4aa8a7e052440040bc620ce6cb7b8fd5ced3efa3","declaration":"export function buildThreadAwareOutboundSessionRoute(params: { route: ChannelOutboundSessionRoute; replyToId?: string | number | null; threadId?: string | number | null; currentSessionKey?: string | null; precedence?: readonly ThreadAwareOutboundSessionRouteThreadSource[]; useSuffix?: boolean; parentSessionKey?: string; normalizeThreadId?: (threadId: string) => string; canRecoverCurrentThread?: (context: ThreadAwareOutboundSessionRouteRecoveryContext) => boolean; }): ChannelOutboundSessionRoute;","entrypoint":"core","exportName":"buildThreadAwareOutboundSessionRoute","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"42e686a8f08f2bf03a7b25d14cdcfa089bb6bd8e2654eab8ca9d786df65580d6","declaration":"export function channelTargetSchema(options?: { description?: string; }): Type.TString;","entrypoint":"core","exportName":"channelTargetSchema","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"544219cddcce81cf5c8239f6ea9908fbeb809dba370b34e4928be95ee639057c","declaration":"export function channelTargetsSchema(options?: { description?: string; }): Type.TArray<Type.TString>;","entrypoint":"core","exportName":"channelTargetsSchema","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"9fc7e45343d7bfbc6ed56d05c9f824e2f9cf6dafc3ca4b25437d1f65c2200727","declaration":"export function clearAccountEntryFields<TAccountEntry extends object>(params: { accounts?: Record<string, TAccountEntry>; accountId: string; fields: string[]; isValueSet?: (value: unknown) => boolean; markClearedOnFieldPresence?: boolean; }): { nextAccounts?: Record<string, TAccountEntry>; changed: boolean; cleared: boolean; };","entrypoint":"core","exportName":"clearAccountEntryFields","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"0438c0afd280cc2df90e7ffe221ce3133e6f742e9dc725ff34bbdeb90eeab2c8","declaration":"export function createActionGate<T extends Record<string, boolean | undefined>>(actions: T | undefined): ActionGate<T>;","entrypoint":"core","exportName":"createActionGate","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"7cb685f546170296fb2b626076b3790f5132973b95c540786ba4d3f4636391ae","declaration":"export function createChannelPluginBase<TResolvedAccount>(params: CreateChannelPluginBaseOptions<TResolvedAccount>): CreatedChannelPluginBase<TResolvedAccount>;","entrypoint":"core","exportName":"createChannelPluginBase","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"ed8c322fac76968f7f059b65eaa881098ed918b22705b27101166b052213a9d9","declaration":"export function createChatChannelPlugin<TResolvedAccount extends { accountId?: string | null; }, Probe = unknown, Audit = unknown>(params: { base: ChatChannelPluginBase<TResolvedAccount, Probe, Audit>; security?: ChannelSecurityAdapter<TResolvedAccount> | ChatChannelSecurityOptions<TResolvedAccount>; pairing?: ChannelPairingAdapter | ChatChannelPairingOptions; threading?: ChannelThreadingAdapter | ChatChannelThreadingOptions<TResolvedAccount>; outbound?: ChannelOutboundAdapter | ChatChannelAttachedOutboundOptions; }): ChannelPlugin<TResolvedAccount, Probe, Audit>;","entrypoint":"core","exportName":"createChatChannelPlugin","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"785b0f750c5bd20f9f3ca081886a5af79ee0e4d2c38f78f769bf994b234f5076","declaration":"export function createDedupeCache(options: DedupeCacheOptions): DedupeCache;","entrypoint":"core","exportName":"createDedupeCache","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"e2df8d235401aebf58eb71652fbeaedb42ca00aaa5042a76909ff2c48ba6fd54","declaration":"export function createSubsystemLogger(subsystem: string): SubsystemLogger;","entrypoint":"core","exportName":"createSubsystemLogger","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"19ee364314ffd766b8f15835014206753bc1f96af4d7084b97a0a1cc2774d4df","declaration":"export function defineChannelPluginEntry<TPlugin>({ id, name, description, plugin, configSchema, setRuntime, registerCliMetadata, registerFull, registerCapabilities, }: DefineChannelPluginEntryOptions<TPlugin>): DefinedChannelPluginEntry<TPlugin>;","entrypoint":"core","exportName":"defineChannelPluginEntry","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"ea866f93256b2e5f8da5bad7c96511f00f9b42fa85f6689cc70ab26bde2dd0cb","declaration":"export function definePluginEntry({ id, name, description, kind, configSchema, reload, nodeHostCommands, securityAuditCollectors, register, }: DefinePluginEntryOptions): DefinedPluginEntry;","entrypoint":"core","exportName":"definePluginEntry","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"0e0a9f6b22c433bdb1165e7707b1f9a1ddac1a544a8add00b503048cf157921f","declaration":"export function defineSetupPluginEntry<TPlugin>(plugin: TPlugin): { plugin: TPlugin; };","entrypoint":"core","exportName":"defineSetupPluginEntry","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"3c5ce0c3733cbb038aeb914af1df5d701f362f0521921b8abd0c9214db9cc4b8","declaration":"export function delegateCompactionToRuntime(params: Parameters<ContextEngine[\"compact\"]>[0]): Promise<CompactResult>;","entrypoint":"core","exportName":"delegateCompactionToRuntime","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"2c282e0e308f9442bca7cdeb8e89a097531b1d54a692c9d86e5f39a8db1c2537","declaration":"export function deleteAccountFromConfigSection(params: { cfg: OpenClawConfig; sectionKey: string; accountId: string; clearBaseFields?: string[]; }): OpenClawConfig;","entrypoint":"core","exportName":"deleteAccountFromConfigSection","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"95087a1877c5382c226588c8f3b48dc5a061750e1e4f5d51fee1c59b13c7a12d","declaration":"export function emptyChannelConfigSchema(): ChannelConfigSchema;","entrypoint":"core","exportName":"emptyChannelConfigSchema","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ef1dfa3b5deeb456480e292c0e835c3cd6d13e7bb7059fc735546507da51594","declaration":"export function emptyPluginConfigSchema(): OpenClawPluginConfigSchema;","entrypoint":"core","exportName":"emptyPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"6941b755a4c8433f422cecebb2c79b32f6d5d565424ffc2292426ece6728c8a4","declaration":"export function enqueueKeyedTask<T>(params: { tails: Map<string, Promise<void>>; key: string; task: () => Promise<T>; hooks?: KeyedAsyncQueueHooks; }): Promise<T>;","entrypoint":"core","exportName":"enqueueKeyedTask","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"1ef664c6e42c635fe5b4d81a622eedbb1924f5ba419b765a1f68aa446c1b0940","declaration":"export function ensureConfiguredAcpBindingReady(params: { cfg: OpenClawConfig; configuredBinding: ResolvedConfiguredAcpBinding | null; }): Promise<{ ok: true; } | { ok: false; error: string; }>;","entrypoint":"core","exportName":"ensureConfiguredAcpBindingReady","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"4368637346921168f0bd84e4e73b42669d9b834ae7727ad677c830a07f6a5e08","declaration":"export function formatPairingApproveHint(channelId: string): string;","entrypoint":"core","exportName":"formatPairingApproveHint","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"950dd2b3a14bea4f6b6c761b0fc6f57fca5e113d02df7e590645acf3b77ea1a2","declaration":"export function formatZonedTimestamp(date: Date, options?: FormatZonedTimestampOptions): string | undefined;","entrypoint":"core","exportName":"formatZonedTimestamp","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c508865530cdf41f7a665db83358f1bbfc9ecaeaa896990b5657d897e2e9e0c","declaration":"export function generateSecureToken(bytes?: number): string;","entrypoint":"core","exportName":"generateSecureToken","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"517122a962fb7ece6b42a8c6bb701ef29de320571b5ef3b323a74347317e9bcd","declaration":"export function generateSecureUuid(): string;","entrypoint":"core","exportName":"generateSecureUuid","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"e617b36890fbb7b7f96e3f2c2f3ddb6aed8350516881fdcd69ef7ca127360afb","declaration":"export function getChatChannelMeta(id: ChatChannelId): ChannelMeta;","entrypoint":"core","exportName":"getChatChannelMeta","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"549891f23239ff82de7784fe3ce8cb1ec090ec4ed348ac6cf7a1510688e72528","declaration":"export function isSecretRef(value: unknown): value is SecretRef;","entrypoint":"core","exportName":"isSecretRef","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"182882844b1644e1c9194053384a49aa51b6cec0cfe73a4a12a42443ec026ae9","declaration":"export function isTrustedProxyAddress(ip: string | undefined, trustedProxies?: string[]): boolean;","entrypoint":"core","exportName":"isTrustedProxyAddress","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"c5b0951c3629834dff78f92317cf1421a6bbc0faf9307be1cabb915055665280","declaration":"export function jsonResult<TDetails>(payload: TDetails): AgentToolResult<TDetails>;","entrypoint":"core","exportName":"jsonResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"b3d546260bd2eb4513fa668ddfab0b203767a2175f57c15657b3ca8281a1c9d3","declaration":"export function loadSecretFileSync(filePath: string, label: string, options?: Parameters<typeof readSecretFileSyncImpl>[2]): SecretFileReadResult;","entrypoint":"core","exportName":"loadSecretFileSync","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5247306113cf7f9626a87afab86e792b9725fa3b400ce7d8842c0a0cb6f02cd","declaration":"export function migrateBaseNameToDefaultAccount(params: { cfg: OpenClawConfig; channelKey: string; alwaysUseAccounts?: boolean; }): OpenClawConfig;","entrypoint":"core","exportName":"migrateBaseNameToDefaultAccount","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc8afd3f197b3e15e86db4f7c685104f0b7a4a0cd2420123103ab540781fa310","declaration":"export function normalizeAccountId(value: string | undefined | null): string;","entrypoint":"core","exportName":"normalizeAccountId","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d953e31d7e0b3e465302b9fb8161be062a76556174ebca8ac26fc66eefab96b","declaration":"export function normalizeAtHashSlug(raw?: string | null): string;","entrypoint":"core","exportName":"normalizeAtHashSlug","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"4dd09adf03b9cb21e446fd14db15df8a5e988df0cb1c0331c4cc66c0db22dffb","declaration":"export function normalizeHyphenSlug(raw?: string | null): string;","entrypoint":"core","exportName":"normalizeHyphenSlug","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"0a8fd5850a674bce2d579cfe904dee5e0feb1ea240f4efb5d9df3ba99b5e8791","declaration":"export function optionalStringEnum<T extends readonly string[]>(values: T, options?: StringEnumOptions<T>): Type.TOptional<Type.TUnsafe<T[number]> | Type.TEnum<T[number][]>>;","entrypoint":"core","exportName":"optionalStringEnum","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"8895f7af11b994dcd383ebc45d8cfb3c3b1e6d88a64a001b04f604a83f77e517","declaration":"export function parseOptionalDelimitedEntries(value?: string): string[] | undefined;","entrypoint":"core","exportName":"parseOptionalDelimitedEntries","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"7024da55c2fffd041869aa12cca99a6ebbe4e961ce255e08c83aadc48e3bc574","declaration":"export function parseStrictPositiveInteger(value: unknown): number | undefined;","entrypoint":"core","exportName":"parseStrictPositiveInteger","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"c7378a8a76cf3588080a64f47c77acc7b01c692a0495eff64f25205bca6d5217","declaration":"export function prepareMemorySystemPromptAddition(params: MemoryPromptSectionParams): Promise<string | undefined>;","entrypoint":"core","exportName":"prepareMemorySystemPromptAddition","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"824b72afe6f331a51be4b6fc77fc8ee98570526d2ee63bf0404ed3432c11515c","declaration":"export function readNumberParam(params: Record<string, unknown>, key: string, options?: { required?: boolean; label?: string; integer?: boolean; strict?: boolean; positiveInteger?: boolean; nonNegativeInteger?: boolean; }): number | undefined;","entrypoint":"core","exportName":"readNumberParam","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"650210a986670f4fc6928fcb58f076c28653cc5c1a7cd605120c714b589b7b14","declaration":"export function readReactionParams(params: Record<string, unknown>, options: { emojiKey?: string; removeKey?: string; removeErrorMessage: string; }): ReactionParams;","entrypoint":"core","exportName":"readReactionParams","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readSecretFileSync(filePath: string, label: string, options?: SecretFileReadOptions): string;","entrypoint":"core","exportName":"readSecretFileSync","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"7830262486cedbb4b8e156de295bbcea8596738742c39961e429a3cea6836e0b","declaration":"export function readStringArrayParam(params: Record<string, unknown>, key: string, options: StringParamOptions & { required: true; }): string[];\nexport function readStringArrayParam(params: Record<string, unknown>, key: string, options?: StringParamOptions): string[] | undefined;","entrypoint":"core","exportName":"readStringArrayParam","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ec34afffcb58733bf81e79b036e4cd9fb963dd0c3b1e29758c469e4ea6a5c96","declaration":"export function readStringParam(params: Record<string, unknown>, key: string, options: StringParamOptions & { required: true; }): string;\nexport function readStringParam(params: Record<string, unknown>, key: string, options?: StringParamOptions): string | undefined;","entrypoint":"core","exportName":"readStringParam","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"3f97534b10d08eda6a556044eaba623b3744b200a2033877e48d2f2ca924d298","declaration":"export function recoverCurrentThreadSessionId(params: { route: ChannelOutboundSessionRoute; currentSessionKey?: string | null; canRecover?: (context: ThreadAwareOutboundSessionRouteRecoveryContext) => boolean; }): string | undefined;","entrypoint":"core","exportName":"recoverCurrentThreadSessionId","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"a8c46f142302860a8a054178f828da385f8f1f5449a4e320c3fbb49780ac42ed","declaration":"export function resolveClientIp(params: { remoteAddr?: string; forwardedFor?: string; realIp?: string; trustedProxies?: string[]; allowRealIpFallback?: boolean; }): string | undefined;","entrypoint":"core","exportName":"resolveClientIp","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"79d92f4fb2ad64711f9bab6b2ccede5fa213833f84738a610db53a34c41a1245","declaration":"export function resolveConfiguredAcpBindingRecord(params: { cfg: OpenClawConfig; channel: string; accountId: string; conversationId: string; parentConversationId?: string; }): ResolvedConfiguredAcpBinding | null;","entrypoint":"core","exportName":"resolveConfiguredAcpBindingRecord","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"7b2686de922ab2ac9bd9d97e1527fa7e5d97de505c1376079c2f04c8bdcd1a35","declaration":"export function resolveGatewayBindUrl(params: { bind?: string; customBindHost?: string; scheme: \"ws\" | \"wss\"; port: number; pickTailnetHost: () => string | null; pickLanHost: () => string | null; }): GatewayBindUrlResult;","entrypoint":"core","exportName":"resolveGatewayBindUrl","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"d862146ec8e6ae9cefdc17ffaf798fe287708db79de1a1323c83834e33e3d379","declaration":"export function resolveGatewayPort(cfg?: OpenClawConfig, env?: NodeJS.ProcessEnv): number;","entrypoint":"core","exportName":"resolveGatewayPort","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ab4a88ea022a182e1380427e6c1700f25e969fc293dd6ccb1ac823233b8fd2a","declaration":"export function resolveGlobalDedupeCache(key: symbol, options: DedupeCacheOptions): DedupeCache;","entrypoint":"core","exportName":"resolveGlobalDedupeCache","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"f85ed99bf2516778cba8755def0a23ad478740414f8812ceb18a093e04ad0dbc","declaration":"export function resolveTailnetHostWithRunner(runCommandWithTimeout?: TailscaleStatusCommandRunner): Promise<string | null>;","entrypoint":"core","exportName":"resolveTailnetHostWithRunner","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"e0eb69275ad0c35372d58959a4ce7af62316565a7cad5386eb2520bb39fdd2df","declaration":"export function resolveTailscalePublishedHost(params: { tailscaleMode: string; tailnetHost: string | null; serviceName?: string | null; }): string | null;","entrypoint":"core","exportName":"resolveTailscalePublishedHost","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"62b76daaaa7e772db21ff0739f3dc5477ba24dc6e003cea97965b74e80a22c2d","declaration":"export function resolveTailscaleServeGatewayUrlsWithRunner(gatewayPort: number, runCommandWithTimeout?: TailscaleStatusCommandRunner): Promise<string[]>;","entrypoint":"core","exportName":"resolveTailscaleServeGatewayUrlsWithRunner","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"d847b29623d62c751ab20bd6ea78486c15f8c6c6b24cc547332b3f77c44a92d2","declaration":"export function resolveThreadSessionKeys(params: { baseSessionKey: string; threadId?: string | null; parentSessionKey?: string; useSuffix?: boolean; normalizeThreadId?: (threadId: string) => string; }): { sessionKey: string; parentSessionKey?: string; };","entrypoint":"core","exportName":"resolveThreadSessionKeys","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"2b7a57c2a22569afae464152cd3a879072ae695d1f09e42081faf52ca1e5d8a3","declaration":"export function setAccountEnabledInConfigSection(params: { cfg: OpenClawConfig; sectionKey: string; accountId: string; enabled: boolean; allowTopLevel?: boolean; }): OpenClawConfig;","entrypoint":"core","exportName":"setAccountEnabledInConfigSection","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"bc4e0894807d6511076fc919718736279bb288e2046a45a27849701053d09286","declaration":"export function stringEnum<T extends readonly string[]>(values: T, options?: StringEnumOptions<T>): Type.TUnsafe<T[number]> | Type.TEnum<T[number][]>;","entrypoint":"core","exportName":"stringEnum","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"0f0c9fb9b983b0c977229de86091efa1fbb7c8294657bd993ecd5448b351f371","declaration":"export function stripChannelTargetPrefix(raw: string, ...providers: string[]): string;","entrypoint":"core","exportName":"stripChannelTargetPrefix","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba015db1f7f7fad580c6bed6d69816f9ba04dea11bb0605cac1f2f2baddb7bca","declaration":"export function stripTargetKindPrefix(raw: string): string;","entrypoint":"core","exportName":"stripTargetKindPrefix","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"2e6ce1f4c1692270a00dc0cf08e2752a26739c3143f8091cb270063c6034605d","declaration":"export function tryReadSecretFileSync(filePath: string | undefined, label: string, options: CredentialFileReadOptions): string | undefined;\nexport function tryReadSecretFileSync(filePath: string | undefined, label: string, options?: FsSafeSecretFileReadOptions): string | undefined;\nexport function tryReadSecretFileSync(filePath: string, label: string, options: FsSafeSecretFileReadOptions | undefined, diagnostic: { configPath: string; }): ConfiguredCredentialResult<string>;\nexport function tryReadSecretFileSync(filePath: string | undefined, label: string, options: FsSafeSecretFileReadOptions | undefined, diagnostic: { configPath: string; }): CredentialResult<string>;","entrypoint":"core","exportName":"tryReadSecretFileSync","importSpecifier":"openclaw/plugin-sdk/core","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40933a11984425d14a7a479bda0d2cd14cbfa9371164774f39bebbf12861df7","declaration":"export const DEFAULT_ACCOUNT_ID: \"default\";","entrypoint":"core","exportName":"DEFAULT_ACCOUNT_ID","importSpecifier":"openclaw/plugin-sdk/core","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const DEFAULT_SECRET_FILE_MAX_BYTES: number;","entrypoint":"core","exportName":"DEFAULT_SECRET_FILE_MAX_BYTES","importSpecifier":"openclaw/plugin-sdk/core","kind":"const","recordType":"export"}
|
|
{"closureHash":"beb6715ad81487caa2cc2ed8444d6ac2dcf83c9e71fc42d5db9214f2eb12b946","declaration":"export type AgentHarness = AgentHarness;","entrypoint":"core","exportName":"AgentHarness","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"d2ff4de9ee3fd111c2cc64a3ee7e557d9f161af1b6b437ee7886bcb16e426317","declaration":"export type AgentPromptGuidance = AgentPromptGuidance;","entrypoint":"core","exportName":"AgentPromptGuidance","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"2841127a90e04467adfea8126cbf03655f44ddb089ad9e0d48833c2beea39cbd","declaration":"export type AgentPromptGuidanceEntry = AgentPromptGuidanceEntry;","entrypoint":"core","exportName":"AgentPromptGuidanceEntry","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"aa0412acefe62caff12e5271ead0545504874e824380dc21cfc0566388a05f33","declaration":"export type AgentPromptSurfaceKind = \"openclaw_main\" | \"pi_main\" | \"codex_app_server\" | \"cli_backend\" | \"acp_backend\" | \"subagent\";","entrypoint":"core","exportName":"AgentPromptSurfaceKind","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"2195872940f336da045e9d7496b670d8bfa23f722a22bf41e92dfbdc727c35cf","declaration":"export type AllowlistMatch<TSource extends string = AllowlistMatchSource> = AllowlistMatch<TSource>;","entrypoint":"core","exportName":"AllowlistMatch","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"7414a2a79c2d78c1d52538250c827305bba1a2bb25010448837c8524a9f95b3c","declaration":"export type AnyAgentTool = AnyAgentTool;","entrypoint":"core","exportName":"AnyAgentTool","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"01419285079f8f3dcf2548a612fadda5c544df4fc28087ad476e252067196b30","declaration":"export type BaseProbeResult<TError = string | null> = BaseProbeResult<TError>;","entrypoint":"core","exportName":"BaseProbeResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c6f35cec0e3bbaf6e771ad907a5eb9eda0ac18c1ac45e24d36866b41b828ee7d","declaration":"export type ChannelAccountSnapshot = ChannelAccountSnapshot;","entrypoint":"core","exportName":"ChannelAccountSnapshot","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"db6db8b2272765050d9dab70b7793f052520d8745923290375a50661f3e33cc8","declaration":"export type ChannelConfigUiHint = ChannelConfigUiHint;","entrypoint":"core","exportName":"ChannelConfigUiHint","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c46e577b066b327a6cb21825232cab5552cb36034aecf9799d1060e06ca38a8b","declaration":"export type ChannelDirectoryEntry = ChannelDirectoryEntry;","entrypoint":"core","exportName":"ChannelDirectoryEntry","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"d67c25096dc21f7ce5768a2b79b54ef96214b90ae5ffda8f311f9ee582d805b4","declaration":"export type ChannelGroupContext = ChannelGroupContext;","entrypoint":"core","exportName":"ChannelGroupContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"712435252d2fe5135542ca6b5a4375a6edea24e83829338011dc6ae7e9802fbb","declaration":"export type ChannelMessageActionContext = ChannelMessageActionContext;","entrypoint":"core","exportName":"ChannelMessageActionContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"0a4bc843eaab5feec0a0085b0bc501a0e0b3f4b87b0e05b40c5ea1ce874fad02","declaration":"export type ChannelMessageActionName = \"search\" | \"broadcast\" | \"read\" | \"edit\" | \"delete\" | \"timeout\" | \"send\" | \"poll\" | \"poll-vote\" | \"react\" | \"reactions\" | \"unsend\" | \"reply\" | \"sendWithEffect\" | \"renameGroup\" | \"setGroupIcon\" | \"addParticipant\" | \"removeParticipant\" | \"leaveGroup\" | \"sendAttachment\" | \"pin\" | \"unpin\" | \"list-pins\" | \"permissions\" | \"thread-create\" | \"thread-list\" | \"thread-reply\" | \"sticker\" | \"sticker-search\" | \"member-info\" | \"role-info\" | \"emoji-list\" | \"emoji-upload\" | \"sticker-upload\" | \"role-add\" | \"role-remove\" | \"channel-info\" | \"channel-list\" | \"channel-create\" | \"channel-edit\" | \"channel-delete\" | \"channel-move\" | \"category-create\" | \"category-edit\" | \"category-delete\" | \"topic-create\" | \"topic-edit\" | \"voice-status\" | \"event-list\" | \"event-create\" | \"kick\" | \"ban\" | \"set-profile\" | \"set-presence\" | \"download-file\" | \"upload-file\";","entrypoint":"core","exportName":"ChannelMessageActionName","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"0f386a9d02c91d7ede3a7f74896b4848de11caed107e9f2e4d7eb915248c4383","declaration":"export type ChannelMessagingAdapter = ChannelMessagingAdapter;","entrypoint":"core","exportName":"ChannelMessagingAdapter","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"2d11b6a98b1db3ecc77f52e02f2c09f8e9c155412c2e2669f29350d00428154b","declaration":"export type ChannelMeta = ChannelMeta;","entrypoint":"core","exportName":"ChannelMeta","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"ec916ca974bd0242329b6532fb8467a63d038f1182ae9b2af3aa3b979b5fa589","declaration":"export type ChannelOutboundAdapter = ChannelOutboundAdapter;","entrypoint":"core","exportName":"ChannelOutboundAdapter","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"7b39a17fc562efc5af466006bcdedc6182567effce66c775b565317fb59b0295","declaration":"export type ChannelOutboundSessionRoute = ChannelOutboundSessionRoute;","entrypoint":"core","exportName":"ChannelOutboundSessionRoute","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"8126b651a679d5435eaa5d346916792c3600e5f0f75d8492b077dd361854f7dd","declaration":"export type ChannelOutboundSessionRouteParams = { cfg: OpenClawConfig; agentId: string; accountId?: string | null; target: string; currentSessionKey?: string; resolvedTarget?: { to: string; kind: ChannelDirectoryEntryKind | \"channel\"; display?: string; source: \"normalized\" | \"directory\"; }; replyToId?: string | null; threadId?: string | number | null;};","entrypoint":"core","exportName":"ChannelOutboundSessionRouteParams","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"37b373e93fe7f86fdbce119947c9e49b17e71ce50fe47e118c4d078c5cea20ec","declaration":"export type ChannelPlugin<ResolvedAccount = any, Probe = unknown, Audit = unknown> = ChannelPlugin<ResolvedAccount, Probe, Audit>;","entrypoint":"core","exportName":"ChannelPlugin","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c7f4189c00fda265d2124e4603f9a2936229c7bf5dcc246e5d6f831179d18182","declaration":"export type ChannelSetupInput = ChannelSetupInput;","entrypoint":"core","exportName":"ChannelSetupInput","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"5fd0fa51b352b25b111be12e2fbc79648bb5e9cf5f55cbe7131c8c60e54787b2","declaration":"export type ChatType = ChatType;","entrypoint":"core","exportName":"ChatType","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"e4880dcde69275f17e135c15682e5195e4817e0b0ed06763703145086fc2e721","declaration":"export type ContextEngineSessionTarget = ContextEngineSessionTarget;","entrypoint":"core","exportName":"ContextEngineSessionTarget","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"bced9b9855a7c2d7fafe40ffc45296f5c36b34779716eac146044ac57c3b818d","declaration":"export type GatewayBindUrlResult = GatewayBindUrlResult;","entrypoint":"core","exportName":"GatewayBindUrlResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"78083326f70178db2368226b2fe443362e976e63949ab31ebe46dbc4c8efc7f0","declaration":"export type GatewayRequestHandlerOptions = GatewayRequestHandlerOptions;","entrypoint":"core","exportName":"GatewayRequestHandlerOptions","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"db78504773a1bbfa02018d7352dadbbdae4fcaded93f514c97ba126cbc849f3b","declaration":"export type HistoryEntry = HistoryEntry;","entrypoint":"core","exportName":"HistoryEntry","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c241077e3f27058240f750d07561778eccb3e7a2dc99be94023eac84cbab7c73","declaration":"export type MediaUnderstandingProviderPlugin = MediaUnderstandingProvider;","entrypoint":"core","exportName":"MediaUnderstandingProviderPlugin","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"0b824778ee420a4a199233d8fe4635960ed53a0c96964a9e90e8e9e31c9ffe4b","declaration":"export type MemoryPluginCapability = MemoryPluginCapability;","entrypoint":"core","exportName":"MemoryPluginCapability","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"77d2bdba5dec3f7c4ce6b6f5d9607f693dd84be375c74387eec5dcc04c0ce2aa","declaration":"export type MemoryPluginPublicArtifact = MemoryPluginPublicArtifact;","entrypoint":"core","exportName":"MemoryPluginPublicArtifact","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"975832a2ade859a8066356ef270fdd8edbc8d5f764a3c4dbbbeef52c001d950c","declaration":"export type MemoryPluginPublicArtifactsProvider = MemoryPluginPublicArtifactsProvider;","entrypoint":"core","exportName":"MemoryPluginPublicArtifactsProvider","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"54ea426dde51859b572b4c1079d2b70b412096f73da2b8c265f2749d9f01cbb5","declaration":"export type NormalizedLocation = NormalizedLocation;","entrypoint":"core","exportName":"NormalizedLocation","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"core","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"5189698d102b8b064eefe1442b008312973c3994fd6b203d2205725d7ee9d118","declaration":"export type OpenClawPluginActiveModelContext = OpenClawPluginActiveModelContext;","entrypoint":"core","exportName":"OpenClawPluginActiveModelContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff621688b7b58ebfa7157b153d83921a47158e43ac312ff61df85d437216ae10","declaration":"export type OpenClawPluginApi = OpenClawPluginApi;","entrypoint":"core","exportName":"OpenClawPluginApi","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c968e96cdb5c97e92d26b7b15fb5255531b45a12e7c5c0a2e7e456d31cc6e358","declaration":"export type OpenClawPluginCommandDefinition = OpenClawPluginCommandDefinition;","entrypoint":"core","exportName":"OpenClawPluginCommandDefinition","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"365beb5cee974639c2f35fc7a39088721ca8e9c618442830298b98033e9c768c","declaration":"export type OpenClawPluginConfigSchema = OpenClawPluginConfigSchema;","entrypoint":"core","exportName":"OpenClawPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"05cefddc1e544e0efd37301f07a5adae39f6cc580239b314c1959b8887a23ce9","declaration":"export type OpenClawPluginDefinition = OpenClawPluginDefinition;","entrypoint":"core","exportName":"OpenClawPluginDefinition","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"a7ed83f0924f818b23cecb5a1f3591ff28b9499ccac9667a2b8505c2bc608ea9","declaration":"export type OpenClawPluginGatewayEventScope = OpenClawPluginGatewayEventScope;","entrypoint":"core","exportName":"OpenClawPluginGatewayEventScope","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"f81f224d9b837e6353b7a546c5a76b124bcf568fd1f1fd0c6881fda30c53120a","declaration":"export type OpenClawPluginGatewayEvents = OpenClawPluginGatewayEvents;","entrypoint":"core","exportName":"OpenClawPluginGatewayEvents","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"ddc2738dd0ece94ddde9a7c655f92c15ec6416645ecf932d4aa404c7b7761159","declaration":"export type OpenClawPluginService = OpenClawPluginService;","entrypoint":"core","exportName":"OpenClawPluginService","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"26dd6974af3127ca18835b3f7294f2dae0f7fab63c6d326e999e90366999dc6e","declaration":"export type OpenClawPluginServiceContext = OpenClawPluginServiceContext;","entrypoint":"core","exportName":"OpenClawPluginServiceContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"3bb6d68fc7970af9b14ace77e71698b7dbc45c447102a74505e872b692753f07","declaration":"export type OpenClawPluginSessionsChangedEvent = OpenClawPluginSessionsChangedEvent;","entrypoint":"core","exportName":"OpenClawPluginSessionsChangedEvent","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"4b4e5425c1e19a0d00f99e3b1f078f101a87a38dbf3cb81e124665ac11bb68d9","declaration":"export type OpenClawPluginToolContext = OpenClawPluginToolContext;","entrypoint":"core","exportName":"OpenClawPluginToolContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"cf4bb672a5d6622273e847afbab9b823e0fdb7bbecd43eebb2620c7711924273","declaration":"export type OpenClawPluginToolFactory = OpenClawPluginToolFactory;","entrypoint":"core","exportName":"OpenClawPluginToolFactory","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"747b0a0e9cf9bca79463e90a0850940820d68a35dd4facde3776428d4a18e8e4","declaration":"export type OutboundIdentity = OutboundIdentity;","entrypoint":"core","exportName":"OutboundIdentity","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"e906dde715d40209703e3ddff8afa7f7288c7ed1870416773794b3817b5e1e80","declaration":"export type OutboundLocation = OutboundLocation;","entrypoint":"core","exportName":"OutboundLocation","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"b749d0cceb7b02f8e2e810c9a1f4fea64effc4a2ddb0da972d873781d2a70471","declaration":"export type PluginAgentEventEmitParams = PluginAgentEventEmitParams;","entrypoint":"core","exportName":"PluginAgentEventEmitParams","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"402087ed5375c1fadc768f11ff28215402b3db725b9e8f924d195623993aa611","declaration":"export type PluginAgentEventEmitResult = PluginAgentEventEmitResult;","entrypoint":"core","exportName":"PluginAgentEventEmitResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"028cd39dd470117f37aff9d199e99c7eadaa99a2af56810c3033e488587e56e2","declaration":"export type PluginAgentEventSubscriptionRegistration = PluginAgentEventSubscriptionRegistration;","entrypoint":"core","exportName":"PluginAgentEventSubscriptionRegistration","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"3d9f3c666f1a8f37cd4fd2bf621d793b6626ce36edc96bd3922498a8f4ebfc19","declaration":"export type PluginAgentTurnPrepareEvent = PluginAgentTurnPrepareEvent;","entrypoint":"core","exportName":"PluginAgentTurnPrepareEvent","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"dd9b818f8b19ced207493eea1b75da8a38b24a5dc4c9ac46288f9329ba06f0f3","declaration":"export type PluginAgentTurnPrepareResult = PluginAgentTurnPrepareResult;","entrypoint":"core","exportName":"PluginAgentTurnPrepareResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"86553d1dbbbe0b04d6a233ab33dee847c2cf5f9809032d41c5bff6bec06b78da","declaration":"export type PluginCommandContext = PluginCommandContext;","entrypoint":"core","exportName":"PluginCommandContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"a50f802cdb46fb073ccba3d7b5c2a3c66c2b5aeccca3368222f9a520e66055ca","declaration":"export type PluginCommandResult = PluginCommandResult;","entrypoint":"core","exportName":"PluginCommandResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"b9a7fd2bdde1d99b58227e6ff01853420fee36357c2fa5e2d9ef5fbcef11ac65","declaration":"export type PluginControlUiDescriptor = PluginControlUiDescriptor;","entrypoint":"core","exportName":"PluginControlUiDescriptor","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"83237187559904a1350b07bfcaa20eb473e397884361e9543ccdaeddd6c2c12e","declaration":"export type PluginHeartbeatPromptContributionEvent = PluginHeartbeatPromptContributionEvent;","entrypoint":"core","exportName":"PluginHeartbeatPromptContributionEvent","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"34a5e1c2e9aa7908826a1b066f7b8556c277a1c8360d7f08ddb3f360f65752b5","declaration":"export type PluginHeartbeatPromptContributionResult = PluginHeartbeatPromptContributionResult;","entrypoint":"core","exportName":"PluginHeartbeatPromptContributionResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"919371e99b1060f63e326213daf09ccdb13783c6f338572061604fd00830630b","declaration":"export type PluginHookReplyDispatchContext = PluginHookReplyDispatchContext;","entrypoint":"core","exportName":"PluginHookReplyDispatchContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"2f25d0e730ddaa24928b0499123759eefbcbe2762acb2732fd8524c1132adc47","declaration":"export type PluginHookReplyDispatchEvent = PluginHookReplyDispatchEvent;","entrypoint":"core","exportName":"PluginHookReplyDispatchEvent","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"95e984db261a1253a06a4a4ca1b7c46aec0c5db0f0f02342c28c6234a316d0cf","declaration":"export type PluginHookReplyDispatchResult = PluginHookReplyDispatchResult;","entrypoint":"core","exportName":"PluginHookReplyDispatchResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"f2ecb76f6e2927301caf2d2033095172a2dbb2ec490d9c84d04f34d1fbe9214e","declaration":"export type PluginHookReplyPayload = PluginHookReplyPayload;","entrypoint":"core","exportName":"PluginHookReplyPayload","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"b4b5a737d86be332e93717362f95a2359677a3ca4008d89d72121dbeba12fdfb","declaration":"export type PluginHookReplyPayloadSendingContext = PluginHookMessageContext;","entrypoint":"core","exportName":"PluginHookReplyPayloadSendingContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"a5e22f0acfbbc45020aef2c479c45ce349c359d93938a9efeba6b3a3e6ba7cf0","declaration":"export type PluginHookReplyPayloadSendingEvent = PluginHookReplyPayloadSendingEvent;","entrypoint":"core","exportName":"PluginHookReplyPayloadSendingEvent","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"3e947f78cc7f9b13e8c8091e797a991526bcc133ceb34a33ee6923d6d3457444","declaration":"export type PluginHookReplyPayloadSendingResult = PluginHookReplyPayloadSendingResult;","entrypoint":"core","exportName":"PluginHookReplyPayloadSendingResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c61687aa70357500be458546a560d9ea4c47f740a30cb1f75bb100ec96dd8f7a","declaration":"export type PluginJsonValue = PluginJsonValue;","entrypoint":"core","exportName":"PluginJsonValue","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"6114896166e06ca3a44b5fa7fb549b87ff9761d8cdf377011d7ad3d2943af51d","declaration":"export type PluginLogger = PluginLogger;","entrypoint":"core","exportName":"PluginLogger","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"5fd38aefbf7f13d422864afeaaf8a4d4a8733760ca3fa6493f87076553196017","declaration":"export type PluginNextTurnInjection = PluginNextTurnInjection;","entrypoint":"core","exportName":"PluginNextTurnInjection","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"9e7223816fdc06c99155561dd51613404da1d8294bf5d9ce9fe137f8a1642bb1","declaration":"export type PluginNextTurnInjectionEnqueueResult = PluginNextTurnInjectionEnqueueResult;","entrypoint":"core","exportName":"PluginNextTurnInjectionEnqueueResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"f361587d79916f3d1cb73b4d296e1f37f86d799a641ce4a590ee784413d0b7ef","declaration":"export type PluginNextTurnInjectionRecord = PluginNextTurnInjectionRecord;","entrypoint":"core","exportName":"PluginNextTurnInjectionRecord","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"e4f6093e70826c8c7c02433082b9ac1b91755640096339111331fc45a494ca88","declaration":"export type PluginRunContextGetParams = PluginRunContextGetParams;","entrypoint":"core","exportName":"PluginRunContextGetParams","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"f9d14d70abca2a8771c0763736871361e4c223a8e4cbe3ae5c7a17751630b68e","declaration":"export type PluginRunContextPatch = PluginRunContextPatch;","entrypoint":"core","exportName":"PluginRunContextPatch","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"4180509522e17f8afdf5014bc51f5601952dfa403503e66f8f53e92b0c6ddd45","declaration":"export type PluginRuntime = PluginRuntime;","entrypoint":"core","exportName":"PluginRuntime","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"4a005fd56ceaa1de7ff2c6b45f08a48f48d7ff30e21d0e88d783d86a49e274f4","declaration":"export type PluginRuntimeLifecycleRegistration = PluginRuntimeLifecycleRegistration;","entrypoint":"core","exportName":"PluginRuntimeLifecycleRegistration","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c599fdbfd9439bdcbbbf621dca995d2d6f87c7aba9606dc1970e1205dfea6357","declaration":"export type PluginSessionActionContext = PluginSessionActionContext;","entrypoint":"core","exportName":"PluginSessionActionContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"85a706fb9b56d5c5f41756729736cd4581b98d5cb0ab9a693b8261e4d936e499","declaration":"export type PluginSessionActionRegistration = PluginSessionActionRegistration;","entrypoint":"core","exportName":"PluginSessionActionRegistration","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"be74338fe1f425c529ed0d551608a8444fdcf38e9b7d7893d69832bb2674a249","declaration":"export type PluginSessionActionResult = PluginSessionActionResult;","entrypoint":"core","exportName":"PluginSessionActionResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"1b878a373a8af8559d1a8f26a5536c3a4271431023291ef56c300e57c51ca1df","declaration":"export type PluginSessionAttachmentParams = PluginSessionAttachmentParams;","entrypoint":"core","exportName":"PluginSessionAttachmentParams","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"638c933a32b250acf9bbe367ca37f8089eb37f9e044fde015c8ee916b991b344","declaration":"export type PluginSessionAttachmentResult = PluginSessionAttachmentResult;","entrypoint":"core","exportName":"PluginSessionAttachmentResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c229dff0759bb643b56dde39ab68f1dd3ed6567ef337360e457166b27deb1305","declaration":"export type PluginSessionExtensionProjection = PluginSessionExtensionProjection;","entrypoint":"core","exportName":"PluginSessionExtensionProjection","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"50e6afb6878d0634554a9d0035d90b11e70e2373d3f65ea7107927500879de39","declaration":"export type PluginSessionExtensionRegistration = PluginSessionExtensionRegistration;","entrypoint":"core","exportName":"PluginSessionExtensionRegistration","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"500a71c009735c313f68fbf86a89abf39e99a22928bb52ebe3b7c0c756549689","declaration":"export type PluginSessionSchedulerJobHandle = PluginSessionSchedulerJobHandle;","entrypoint":"core","exportName":"PluginSessionSchedulerJobHandle","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"263a02b3786971ab85cb8f218e3d9be63343c8344f85f8d8f642ba1c03bc7179","declaration":"export type PluginSessionSchedulerJobRegistration = PluginSessionSchedulerJobRegistration;","entrypoint":"core","exportName":"PluginSessionSchedulerJobRegistration","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"ea90f0c3f735456a7c73cd297aa1809c81de1cdc0c9569acfbe92c44ba4edeef","declaration":"export type PluginSessionTurnScheduleParams = PluginSessionTurnScheduleParams;","entrypoint":"core","exportName":"PluginSessionTurnScheduleParams","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c4eca2aaceabb8a773f5440ac0a201f476188dff085c7358a0df8f24940835da","declaration":"export type PluginSessionTurnUnscheduleByTagParams = PluginSessionTurnUnscheduleByTagParams;","entrypoint":"core","exportName":"PluginSessionTurnUnscheduleByTagParams","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"554b47317e8654dedae9082847bf984917dd57ef1bfce7467ae7ff55bdb7965e","declaration":"export type PluginSessionTurnUnscheduleByTagResult = PluginSessionTurnUnscheduleByTagResult;","entrypoint":"core","exportName":"PluginSessionTurnUnscheduleByTagResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"48a24ef4295428b8969fb95725a5f87db12b933814b3982aeaaf66359b72c122","declaration":"export type PluginToolMetadataRegistration = PluginToolMetadataRegistration;","entrypoint":"core","exportName":"PluginToolMetadataRegistration","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"d54e412ae760fe1afc8ff3a70a092fd6fad2344fb11c81504e8343f7c6d1f15e","declaration":"export type PluginTrustedToolPolicyRegistration = PluginTrustedToolPolicyRegistration;","entrypoint":"core","exportName":"PluginTrustedToolPolicyRegistration","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"5c7bc09eebe0d594cde7848f0792c4e64ec7e274b6348ea3568f2e3ef469836d","declaration":"export type PollInput = PollInput;","entrypoint":"core","exportName":"PollInput","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"6fc1beb939a0ce8a28ae21354e73ebf9d2869aea4df517422b20a2232f5c2533","declaration":"export type ProviderAppGuidedSetup = ProviderAppGuidedSetup;","entrypoint":"core","exportName":"ProviderAppGuidedSetup","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"45f52fc257a33e4e1ed47713b8a5df3550113d5eaddc5034dc760d866a16e6dc","declaration":"export type ProviderAppGuidedSetupCandidate = ProviderAppGuidedSetupCandidate;","entrypoint":"core","exportName":"ProviderAppGuidedSetupCandidate","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"7d9976f3537c2e04aefd460becf4318f48bf1bd7ae65d8882f2b00cdfe4c6dc7","declaration":"export type ProviderAppGuidedSetupContext = ProviderAppGuidedSetupContext;","entrypoint":"core","exportName":"ProviderAppGuidedSetupContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"08d1a359adf31e34a7a2d153394af14df1d250d41aad1a30fffa535170bdf811","declaration":"export type ProviderAugmentModelCatalogContext = ProviderAugmentModelCatalogContext;","entrypoint":"core","exportName":"ProviderAugmentModelCatalogContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"73ce20f91b38c1f160547592280d70002317d9f3452df33390500fa81d0b4eea","declaration":"export type ProviderAuthContext = ProviderAuthContext;","entrypoint":"core","exportName":"ProviderAuthContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"be7a70beef8fbde7f4d6820cae9253890453d35bace959bcbcb5bd14decf4349","declaration":"export type ProviderAuthDoctorHintContext = ProviderAuthDoctorHintContext;","entrypoint":"core","exportName":"ProviderAuthDoctorHintContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"faaf74b8bd00f3df058f945ec5a4ee2bc116ff7ac6c88b7d0c2f227872599a04","declaration":"export type ProviderAuthMethod = ProviderAuthMethod;","entrypoint":"core","exportName":"ProviderAuthMethod","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"6a45881fd7eabfeef83bcafb39d7f8c4240de43a70010baa35a8f7a2e92b58e4","declaration":"export type ProviderAuthMethodNonInteractiveContext = ProviderAuthMethodNonInteractiveContext;","entrypoint":"core","exportName":"ProviderAuthMethodNonInteractiveContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"641a0660b503bcd8a2c488cd4a3f02db926ecca674ea63484c25a392b768376b","declaration":"export type ProviderAuthResult = ProviderAuthResult;","entrypoint":"core","exportName":"ProviderAuthResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"5c4775eb6bb78fe07d0e35525702f59f6faa6c72f687347f2bffefb714f9c473","declaration":"export type ProviderBuildMissingAuthMessageContext = ProviderBuildMissingAuthMessageContext;","entrypoint":"core","exportName":"ProviderBuildMissingAuthMessageContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"71b51f0198b11b75dd8b96c61e4bf4e8951b80ef4fbce1b5333a4b39b767e683","declaration":"export type ProviderBuildUnknownModelHintContext = ProviderBuildUnknownModelHintContext;","entrypoint":"core","exportName":"ProviderBuildUnknownModelHintContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"696292c4bc7c1a12e37048e7b06cfc76c8ce7637cde7056227779d17f1b8846d","declaration":"export type ProviderBuiltInModelSuppressionContext = ProviderBuiltInModelSuppressionContextType;","entrypoint":"core","exportName":"ProviderBuiltInModelSuppressionContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"19a147743bac1a4212491228435ecd34ca7c61716c53f8c765c241f17845b838","declaration":"export type ProviderBuiltInModelSuppressionResult = ProviderBuiltInModelSuppressionResult;","entrypoint":"core","exportName":"ProviderBuiltInModelSuppressionResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c21ced80fd2a869e88e950ee683c9167f2414b7479a725b1a8f3234e4b67454e","declaration":"export type ProviderCacheTtlEligibilityContext = ProviderCacheTtlEligibilityContext;","entrypoint":"core","exportName":"ProviderCacheTtlEligibilityContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c5823a86c4249f3e72646d4d510e6c4d68538f968a5b29636a98f19cab2998e7","declaration":"export type ProviderCatalogContext = ProviderCatalogContext;","entrypoint":"core","exportName":"ProviderCatalogContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"dcb91bebf2daa140c31da444f66906edf0288efd9c04aa951093da3c38bab277","declaration":"export type ProviderCatalogResult = ProviderCatalogResult;","entrypoint":"core","exportName":"ProviderCatalogResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"479e054134b7966ca6a29340904b368936cdc03468f47d4e8cb34ef54e606984","declaration":"export type ProviderDefaultThinkingPolicyContext = ProviderDefaultThinkingPolicyContext;","entrypoint":"core","exportName":"ProviderDefaultThinkingPolicyContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"29789b06062c1472627dfa34b89b7827a8591879804f86e771e608d92347a8e3","declaration":"export type ProviderFetchUsageSnapshotContext = ProviderFetchUsageSnapshotContext;","entrypoint":"core","exportName":"ProviderFetchUsageSnapshotContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"2a2a0fba6d9a7728c35959c65d58eb6099519a72dd1366064a633b842b092de7","declaration":"export type ProviderModernModelPolicyContext = ProviderModernModelPolicyContext;","entrypoint":"core","exportName":"ProviderModernModelPolicyContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"18c81b5c6d9ac0c5bab039c160c7d887e776b787419affd551af0360c837ca5d","declaration":"export type ProviderNormalizeResolvedModelContext = ProviderNormalizeResolvedModelContext;","entrypoint":"core","exportName":"ProviderNormalizeResolvedModelContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"9d910266ed60e8d0102d21dc6a2cace8846a8e437f43710ab500a4a2f97de4f0","declaration":"export type ProviderNormalizeToolSchemasContext = ProviderNormalizeToolSchemasContext;","entrypoint":"core","exportName":"ProviderNormalizeToolSchemasContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"6ba34b2c563d26d22c316b2c9163f7488afcdd03b565ec7c34af982389c789ef","declaration":"export type ProviderPrepareDynamicModelContext = ProviderResolveDynamicModelContext;","entrypoint":"core","exportName":"ProviderPrepareDynamicModelContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"aca9b61cb7b2df9f60574c855701c418294307db49cfc0b49c2f5663d90d963b","declaration":"export type ProviderPrepareExtraParamsContext = ProviderPrepareExtraParamsContext;","entrypoint":"core","exportName":"ProviderPrepareExtraParamsContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"ec9346ca78f861fd2beef0b4bd9d9948102a821f7129f43e9afdeb89c037fe69","declaration":"export type ProviderPrepareRuntimeAuthContext = ProviderPrepareRuntimeAuthContext;","entrypoint":"core","exportName":"ProviderPrepareRuntimeAuthContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"6dca092ac98e71d83aae2d6e49186b94e7b9f3940457ac29079aac8e0ee9127a","declaration":"export type ProviderPreparedRuntimeAuth = ProviderPreparedRuntimeAuth;","entrypoint":"core","exportName":"ProviderPreparedRuntimeAuth","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"bc127a51c29b9bb0b27f2dec0f0f231c73c66d624ec8fd8d32137382d4a81c3a","declaration":"export type ProviderReasoningOutputMode = ProviderReasoningOutputMode;","entrypoint":"core","exportName":"ProviderReasoningOutputMode","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"c11f49564a82dc2f48aea2caf0e5dcc7e5bf43cd4355bd076c58f031fb0051c2","declaration":"export type ProviderReasoningOutputModeContext = ProviderReplayPolicyContext;","entrypoint":"core","exportName":"ProviderReasoningOutputModeContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"597cb9fbec5306d481386229d1bf2e3d9b289792313619ada38aa79b339a43f6","declaration":"export type ProviderReplayPolicy = ProviderReplayPolicy;","entrypoint":"core","exportName":"ProviderReplayPolicy","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"95980ee1a49e262f1e484b50b9acc0828343d7249a8cf7a00ed922aefb0c9453","declaration":"export type ProviderReplayPolicyContext = ProviderReplayPolicyContext;","entrypoint":"core","exportName":"ProviderReplayPolicyContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"cf2c6ed1ed4d2389f0e2ddcf12d1005e3350287990eb78dd81c39cc4e250182e","declaration":"export type ProviderReplaySessionEntry = ProviderReplaySessionEntry;","entrypoint":"core","exportName":"ProviderReplaySessionEntry","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"1241bf1392fd8c1cb1cc51a560c889f7b1e701878942f6ee9202849990896b81","declaration":"export type ProviderReplaySessionState = ProviderReplaySessionState;","entrypoint":"core","exportName":"ProviderReplaySessionState","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"dcb8a1189ffb5661a9d5826f3676676389f6531a842699d5b760da3d749f7728","declaration":"export type ProviderResolveDynamicModelContext = ProviderResolveDynamicModelContext;","entrypoint":"core","exportName":"ProviderResolveDynamicModelContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"6d9de6231e79bf80a472f68f080395506ce9663e49d98642d3a33dd71fe0a7df","declaration":"export type ProviderResolveTransportTurnStateContext = ProviderResolveTransportTurnStateContext;","entrypoint":"core","exportName":"ProviderResolveTransportTurnStateContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"be0852b57adc322ca63e0e12c0eb572e0250e5fb8b8f2b91d3cc3e0e8da84c6b","declaration":"export type ProviderResolveUsageAuthContext = ProviderResolveUsageAuthContext;","entrypoint":"core","exportName":"ProviderResolveUsageAuthContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"8b12635946aa3aaf079e89d3a00d88b1e1a7e48c2719e76a8bf038c20bcbcfef","declaration":"export type ProviderResolveWebSocketSessionPolicyContext = ProviderResolveWebSocketSessionPolicyContext;","entrypoint":"core","exportName":"ProviderResolveWebSocketSessionPolicyContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"a2a186e3e37aa007b5394976e4d7f0e6cdc98c3a0ecbcc901ac58086da7d27f5","declaration":"export type ProviderResolvedUsageAuth = ProviderResolvedUsageAuth;","entrypoint":"core","exportName":"ProviderResolvedUsageAuth","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"f852a019bb31be1e2e69c113db43fa5faca7e05d7a587841a691887fe3af675e","declaration":"export type ProviderRuntimeModel = ProviderRuntimeModel;","entrypoint":"core","exportName":"ProviderRuntimeModel","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"9dfaaeab67a265ca1644b051dddeafb604a69d7c611849a94e83e2a9a43f91dc","declaration":"export type ProviderSanitizeReplayHistoryContext = ProviderSanitizeReplayHistoryContext;","entrypoint":"core","exportName":"ProviderSanitizeReplayHistoryContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"1a6881c358f45b896ac590a02554c60c54554eb2efbf97939ac2f76de036feb5","declaration":"export type ProviderThinkingPolicyContext = ProviderThinkingPolicyContext;","entrypoint":"core","exportName":"ProviderThinkingPolicyContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"93aebb5affa26e2cbd3f8de43b38676bd8164bc580aa73a5f198fef683e7c44f","declaration":"export type ProviderThinkingProfile = ProviderThinkingProfile;","entrypoint":"core","exportName":"ProviderThinkingProfile","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"1308e27ced5a461c5eea65b8e1a169c4f9410ae496a725a7d41d91b0a4e28cb2","declaration":"export type ProviderToolSchemaDiagnostic = ProviderToolSchemaDiagnostic;","entrypoint":"core","exportName":"ProviderToolSchemaDiagnostic","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"d0d0fb608e82a7b453d13b888e1c5504eaf9012ad657ad1cd397feedb43e4eff","declaration":"export type ProviderTransportTurnState = ProviderTransportTurnState;","entrypoint":"core","exportName":"ProviderTransportTurnState","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"4408309e68ae2d57fd5152fb3ef59f02e13b4c845206faa23c58ccdcd77c1f72","declaration":"export type ProviderUsageAuthToken = ProviderUsageAuthToken;","entrypoint":"core","exportName":"ProviderUsageAuthToken","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"6ae0c7a914ebb7927970f8016f29459fda4d817b14c49aac95223d8399bc0582","declaration":"export type ProviderUsageSnapshot = ProviderUsageSnapshot;","entrypoint":"core","exportName":"ProviderUsageSnapshot","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"775a45c57799712b2a70f02df6d0981485b00088692029c0046778ebbc7b47dd","declaration":"export type ProviderValidateReplayTurnsContext = ProviderValidateReplayTurnsContext;","entrypoint":"core","exportName":"ProviderValidateReplayTurnsContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"902d118b0979307d4a06a0dfa528efbe155460f48fd65632f5b8d71595f95541","declaration":"export type ProviderWebSocketSessionPolicy = ProviderWebSocketSessionPolicy;","entrypoint":"core","exportName":"ProviderWebSocketSessionPolicy","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"73df75beff6308ed158a8a77144cc0d19ddcfdc23f4bbe42add33922796b9c63","declaration":"export type ProviderWrapStreamFnContext = ProviderWrapStreamFnContext;","entrypoint":"core","exportName":"ProviderWrapStreamFnContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"b46d6b30faa0794206a9e32ec5e58be58771d095b5ee8e9db8e606f1c062910e","declaration":"export type RealtimeTranscriptionProviderPlugin = RealtimeTranscriptionProviderPlugin;","entrypoint":"core","exportName":"RealtimeTranscriptionProviderPlugin","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"0d3bf245385d3b70f6d85138ad89f9bbe9c43df378b27c18c6f8168ad7caec93","declaration":"export type ReplyPayload = ReplyPayload;","entrypoint":"core","exportName":"ReplyPayload","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"208990467e1e47c56235b572c0e25a47a306a35e4a7995fa160a7e6c4c51fd4b","declaration":"export type RoutePeer = RoutePeer;","entrypoint":"core","exportName":"RoutePeer","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"97b25742c74518d3227a20a23b0030178cc56847c85cdd82607dd1af272efc32","declaration":"export type RoutePeerKind = ChatType;","entrypoint":"core","exportName":"RoutePeerKind","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"f16f4b33d2dd78e5d5da7b1aaeee0441ab35cd232b032e8a33219def7cf65f0f","declaration":"export type RuntimeLogger = RuntimeLogger;","entrypoint":"core","exportName":"RuntimeLogger","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type SecretFileReadOptions = SecretFileReadOptions;","entrypoint":"core","exportName":"SecretFileReadOptions","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"5fa5b067e648c4f3104eb1c42db8e7cb20857d8cca22d53520b7e013eb322db2","declaration":"export type SecretFileReadResult = SecretFileReadResult;","entrypoint":"core","exportName":"SecretFileReadResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"07c2606cafa86e84bd4ccbe218eaf9f2fffaf50e4c6289d34e257e59272af9a0","declaration":"export type SpeechProviderPlugin = SpeechProviderPlugin;","entrypoint":"core","exportName":"SpeechProviderPlugin","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"d6c3cf290df998318762b756ca51c2838dfbd3a82cff36858ef6372c63ca37ce","declaration":"export type TailscaleStatusCommandResult = TailscaleStatusCommandResult;","entrypoint":"core","exportName":"TailscaleStatusCommandResult","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"151aff62f97bb4808594f35470ccdb354bb598f2eb053d8cb2ff55bd39108aac","declaration":"export type TailscaleStatusCommandRunner = TailscaleStatusCommandRunner;","entrypoint":"core","exportName":"TailscaleStatusCommandRunner","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"5fb89d939515e1a2f1d0ca6cac6a4ce81931d1c62781578e1a6a2b19dadc6451","declaration":"export type ThreadAwareOutboundSessionRouteRecoveryContext = ThreadAwareOutboundSessionRouteRecoveryContext;","entrypoint":"core","exportName":"ThreadAwareOutboundSessionRouteRecoveryContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"77a8cf513c24da858b2fe384101309266d552ef29d25ec1797abe7013afb3e4b","declaration":"export type ThreadAwareOutboundSessionRouteThreadSource = ThreadAwareOutboundSessionRouteThreadSource;","entrypoint":"core","exportName":"ThreadAwareOutboundSessionRouteThreadSource","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"7410c5460af9d47c1c8855c855e25b661a0c4a636ecd49d304522d1886c43892","declaration":"export type UnifiedModelCatalogEntry<TCapabilities = unknown> = UnifiedModelCatalogEntry<TCapabilities>;","entrypoint":"core","exportName":"UnifiedModelCatalogEntry","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"2ad385d2e3ea7e4bd62959cb9047f47cb6ee118a7c86836ddbfb06e685f7abb7","declaration":"export type UnifiedModelCatalogKind = UnifiedModelCatalogKind;","entrypoint":"core","exportName":"UnifiedModelCatalogKind","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"7156d470d0ea236c59f3960a0fef213b1770ab4810a1af8eddf863aefa3c27e9","declaration":"export type UnifiedModelCatalogProviderContext = UnifiedModelCatalogProviderContext;","entrypoint":"core","exportName":"UnifiedModelCatalogProviderContext","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"e806b384aa629b38f13b393098a8cca6a8015cefc34b9398265ce0e270b375d4","declaration":"export type UnifiedModelCatalogProviderPlugin = UnifiedModelCatalogProviderPlugin;","entrypoint":"core","exportName":"UnifiedModelCatalogProviderPlugin","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"12997512ff4f2ee560e4201c3ac6618204d40e0cb27a09a65533622131328df2","declaration":"export type UnifiedModelCatalogSource = UnifiedModelCatalogSource;","entrypoint":"core","exportName":"UnifiedModelCatalogSource","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"73e281936aabf4000c54d6601bd4fc00ff19edf2da3098943670e5bc62546359","declaration":"export type UsageProviderId = string;","entrypoint":"core","exportName":"UsageProviderId","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"248ea7f8131c2c0d2794eceef9bc2b5214d284387c6f10b84f6532d573176323","declaration":"export type UsageWindow = UsageWindow;","entrypoint":"core","exportName":"UsageWindow","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"6f62df4ef3225fbb2c6f735f0ea8469dcd8ed72848b3f79f31ed999f6471a6b0","declaration":"export type WizardPrompter = WizardPrompter;","entrypoint":"core","exportName":"WizardPrompter","importSpecifier":"openclaw/plugin-sdk/core","kind":"type","recordType":"export"}
|
|
{"closureHash":"65ce1187edd3ff1b48fc38a75d0bd3cdf2646c5370a500308120d7aad66c18e2","declaration":"export class KeyedAsyncQueue {\n private readonly tails: Map<string, Promise<void>>;\n getTailMapForTesting(): Map<string, Promise<void>>;\n enqueue<T>(key: string, task: () => Promise<T>, hooks?: KeyedAsyncQueueHooks): Promise<T>;\n}","entrypoint":"core","exportName":"KeyedAsyncQueue","importSpecifier":"openclaw/plugin-sdk/core","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"dedupe-runtime","importSpecifier":"openclaw/plugin-sdk/dedupe-runtime","recordType":"module"}
|
|
{"closureHash":"785b0f750c5bd20f9f3ca081886a5af79ee0e4d2c38f78f769bf994b234f5076","declaration":"export function createDedupeCache(options: DedupeCacheOptions): DedupeCache;","entrypoint":"dedupe-runtime","exportName":"createDedupeCache","importSpecifier":"openclaw/plugin-sdk/dedupe-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd4a83568911dd8a138614ce5cffc181284fa08c8d3cf279c5da4e6085fb12de","declaration":"export function createPersistentDedupeCache<TRecord>(params: { globalKey: symbol; ttlMs: number; maxSize: number; persistent: { namespace: string; maxEntries: number; openStore: (options: OpenKeyedStoreOptions) => PersistentDedupeStore<TRecord> | undefined; logError?: (error: unknown) => void; readTimestamp?: (record: TRecord) => number | undefined; }; }): PersistentDedupeCache<TRecord>;","entrypoint":"dedupe-runtime","exportName":"createPersistentDedupeCache","importSpecifier":"openclaw/plugin-sdk/dedupe-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ab4a88ea022a182e1380427e6c1700f25e969fc293dd6ccb1ac823233b8fd2a","declaration":"export function resolveGlobalDedupeCache(key: symbol, options: DedupeCacheOptions): DedupeCache;","entrypoint":"dedupe-runtime","exportName":"resolveGlobalDedupeCache","importSpecifier":"openclaw/plugin-sdk/dedupe-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3e1aa1c94d214d99746b8cf97f38c9bbdcb7b78fd415e17f32b14ae4f1af8158","declaration":"export type PersistentDedupeCache<TRecord> = PersistentDedupeCache<TRecord>;","entrypoint":"dedupe-runtime","exportName":"PersistentDedupeCache","importSpecifier":"openclaw/plugin-sdk/dedupe-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"device-bootstrap","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","recordType":"module"}
|
|
{"closureHash":"e40320880f257d282287c4e133084263b21bb10dddc8dbd89a69d97f1808719f","declaration":"export function approveDevicePairing(requestId: string, baseDir?: string): Promise<ApproveDevicePairingResult>;\nexport function approveDevicePairing(requestId: string, options: { callerScopes?: readonly string[]; accessMetadata?: DevicePairingAccessMetadata; approvedVia?: Extract<PairedDeviceApprovalKind, \"owner\" | \"silent\" | \"trusted-cidr\" | \"trusted-proxy\" | \"ssh-verified\">; autoApproveNewDeviceScopes?: readonly string[]; }, baseDir?: string): Promise<ApproveDevicePairingResult>;","entrypoint":"device-bootstrap","exportName":"approveDevicePairing","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"function","recordType":"export"}
|
|
{"closureHash":"b76195e26845beb0514a42549078fe60666007b4f41db71630f5c17465268d4b","declaration":"export function clearDeviceBootstrapTokens(params?: { baseDir?: string; }): Promise<{ removed: number; }>;","entrypoint":"device-bootstrap","exportName":"clearDeviceBootstrapTokens","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e5951c9b7913233ce395cefc0a01671e4a635f74cfdba6677dba17d1d68684a","declaration":"export function issueDeviceBootstrapToken(params?: { baseDir?: string; profile?: DeviceBootstrapProfileInput; roles?: readonly string[]; scopes?: readonly string[]; }): Promise<{ token: string; expiresAtMs: number; }>;","entrypoint":"device-bootstrap","exportName":"issueDeviceBootstrapToken","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"function","recordType":"export"}
|
|
{"closureHash":"60ab6fff2e757a65c21199c9f4ab0f6cf7ec0c9f9791116b2880c922e9778cef","declaration":"export function listDevicePairing(baseDir?: string): Promise<DevicePairingList>;","entrypoint":"device-bootstrap","exportName":"listDevicePairing","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"function","recordType":"export"}
|
|
{"closureHash":"8e5171de174f27336646c135cb731a35863014cb2256144dd7d8a23256e35977","declaration":"export function normalizeDeviceBootstrapProfile(input: DeviceBootstrapProfileInput | undefined): DeviceBootstrapProfile;","entrypoint":"device-bootstrap","exportName":"normalizeDeviceBootstrapProfile","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"function","recordType":"export"}
|
|
{"closureHash":"4f9ace757f0220d278cfab8dcdc18aaea38d711f982928e9151a7869e69697c4","declaration":"export function revokeDeviceBootstrapToken(params: { token: string; baseDir?: string; }): Promise<{ removed: boolean; record?: DeviceBootstrapTokenRecord; }>;","entrypoint":"device-bootstrap","exportName":"revokeDeviceBootstrapToken","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"function","recordType":"export"}
|
|
{"closureHash":"95cab9e423e5f0caf7ccfbf1abf5b539cc608fa58defe176fea64c4856fa0a3a","declaration":"export const BOOTSTRAP_HANDOFF_OPERATOR_SCOPES: readonly [\"operator.approvals\", \"operator.questions\", \"operator.read\", \"operator.talk.secrets\", \"operator.write\"];","entrypoint":"device-bootstrap","exportName":"BOOTSTRAP_HANDOFF_OPERATOR_SCOPES","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"const","recordType":"export"}
|
|
{"closureHash":"bb974b6cd2c5e9ec1acbe3822550d71e23bad71c45c57e199a263951e5fb72cb","declaration":"export const PAIRING_SETUP_BOOTSTRAP_PROFILE: DeviceBootstrapProfile;","entrypoint":"device-bootstrap","exportName":"PAIRING_SETUP_BOOTSTRAP_PROFILE","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"const","recordType":"export"}
|
|
{"closureHash":"c751b526c392639c134f1cda2e1cc8f89c185ff472e06d5ae0843d4869b44060","declaration":"export type DeviceBootstrapProfile = DeviceBootstrapProfile;","entrypoint":"device-bootstrap","exportName":"DeviceBootstrapProfile","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"type","recordType":"export"}
|
|
{"closureHash":"e440da6c78d40b434539738839906c893e6ee530808c65717892388ff1c71cc4","declaration":"export type DeviceBootstrapProfileInput = DeviceBootstrapProfileInput;","entrypoint":"device-bootstrap","exportName":"DeviceBootstrapProfileInput","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"type","recordType":"export"}
|
|
{"closureHash":"48dce149027c28919f5b9a5307a4684b2b5e93af40ddb94391e770132762ac6e","declaration":"export type DeviceBootstrapPurpose = DeviceBootstrapPurpose;","entrypoint":"device-bootstrap","exportName":"DeviceBootstrapPurpose","importSpecifier":"openclaw/plugin-sdk/device-bootstrap","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"diagnostic-runtime","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","recordType":"module"}
|
|
{"closureHash":"0d0a21117d9ceb0db654e1af774a3e68543a0bd418d2472ac6be81090d315d83","declaration":"export function createChildDiagnosticTraceContext(parent: DiagnosticTraceContext, input?: Omit<DiagnosticTraceContextInput, \"traceId\" | \"traceparent\">): DiagnosticTraceContext;","entrypoint":"diagnostic-runtime","exportName":"createChildDiagnosticTraceContext","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0004f6839c38a91a40cd301961a00ef3fa6c8cce5de35089d9c27c40e4324d3c","declaration":"export function createDiagnosticTraceContext(input?: DiagnosticTraceContextInput): DiagnosticTraceContext;","entrypoint":"diagnostic-runtime","exportName":"createDiagnosticTraceContext","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3dc2f265788ba7d1ee78aa0b773c8f048ea917b08ab80eef386a50dad9ba48fe","declaration":"export function createDiagnosticTraceContextFromActiveScope(input?: Omit<DiagnosticTraceContextInput, \"traceId\" | \"traceparent\">): DiagnosticTraceContext;","entrypoint":"diagnostic-runtime","exportName":"createDiagnosticTraceContextFromActiveScope","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"298015c846de36a95069a582e3c892b9e6a8cc89527cc52b8399022d292f405b","declaration":"export function emitDiagnosticEvent(event: DiagnosticEventInput): void;","entrypoint":"diagnostic-runtime","exportName":"emitDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f1fbd9376f12f6c8fd8fcc5396c3c7ed9a763c3b46f7590f3d7145cd27a0e820","declaration":"export function emitTrustedDiagnosticEvent(event: DiagnosticEventInput): void;","entrypoint":"diagnostic-runtime","exportName":"emitTrustedDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c1464efc3dd199861975dede4e25c0e1175062ebcc6c7755c0563406fa413b4b","declaration":"export function emitTrustedDiagnosticEventWithPrivateData(event: DiagnosticEventInput, privateData?: DiagnosticEventPrivateData): void;","entrypoint":"diagnostic-runtime","exportName":"emitTrustedDiagnosticEventWithPrivateData","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"15f150320d3251289580268c552ff0643cb2ec14edbb4ec45e9675732a047289","declaration":"export function formatDiagnosticTraceparent(context: DiagnosticTraceContext | undefined): string | undefined;","entrypoint":"diagnostic-runtime","exportName":"formatDiagnosticTraceparent","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ad30a7f3d2be3de7cc89116044a5e0b89f40ff19880212497f6385cab8437cd5","declaration":"export function freezeDiagnosticTraceContext(context: DiagnosticTraceContext): DiagnosticTraceContext;","entrypoint":"diagnostic-runtime","exportName":"freezeDiagnosticTraceContext","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"80c0bfb2c70a814355b05d55b0494e9c2678c44c5b07bbac3809a5dcd5fef154","declaration":"export function hasPendingInternalDiagnosticEvent(predicate: (event: DiagnosticEventPayload, metadata: DiagnosticEventMetadata) => boolean): boolean;","entrypoint":"diagnostic-runtime","exportName":"hasPendingInternalDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7753f3c4277841c831fe895bf6233de0fd8a7ca912220f3249bb51f5dae18297","declaration":"export function isDiagnosticFlagEnabled(flag: string, cfg?: OpenClawConfig, env?: NodeJS.ProcessEnv): boolean;","entrypoint":"diagnostic-runtime","exportName":"isDiagnosticFlagEnabled","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9200a71ae69fd21ed43d1ec81d595badf58b2617aeebd77733f75b0bf050df1c","declaration":"export function isDiagnosticsEnabled(config?: OpenClawConfig): boolean;","entrypoint":"diagnostic-runtime","exportName":"isDiagnosticsEnabled","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f9d51baf421a026d12d4bfb75ec3fb49b383b4dcaab06de966077ec3bc4b991a","declaration":"export function isInternalDiagnosticEventMetadata(metadata: DiagnosticEventMetadata): boolean;","entrypoint":"diagnostic-runtime","exportName":"isInternalDiagnosticEventMetadata","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cff4d9310b9a2e46a7eee67ee0a9152de3eee7eb41d056b3777a0e3d2d8bb242","declaration":"export function isValidDiagnosticSpanId(value: unknown): value is string;","entrypoint":"diagnostic-runtime","exportName":"isValidDiagnosticSpanId","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"03852f4f89fd6b6a8405fe395bf6c64c9ccc7b4bed224ab83154a7288619aac6","declaration":"export function isValidDiagnosticTraceFlags(value: unknown): value is string;","entrypoint":"diagnostic-runtime","exportName":"isValidDiagnosticTraceFlags","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1844bf910f7282c922e22ffbd61a7dd9372207f453c8d56576d78ba0b20c4db6","declaration":"export function isValidDiagnosticTraceId(value: unknown): value is string;","entrypoint":"diagnostic-runtime","exportName":"isValidDiagnosticTraceId","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7ec7205308e86c58ce2f9511fc12dc2c2f25fad4819bb22bf94c206ecb3c84a5","declaration":"export function normalizeDiagnosticLane(value: string | undefined, fallback?: string): string;","entrypoint":"diagnostic-runtime","exportName":"normalizeDiagnosticLane","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a7bbcfb8d663e89b7ba912f350c3ce9e9e8bcc89731bb6527913f435f2c48987","declaration":"export function normalizeDiagnosticValue(value: string | undefined, fallback?: string): string;","entrypoint":"diagnostic-runtime","exportName":"normalizeDiagnosticValue","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0a01449c04a4aa423982aec83b7588ee7246c92b8c0d2d82e851414fe3717a79","declaration":"export function onDiagnosticEvent(listener: (evt: DiagnosticEventPayload) => void): () => void;","entrypoint":"diagnostic-runtime","exportName":"onDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd97523d08869551fbac8e6eea8f6e76f60cd65bbb785d440aebbd66f08a876e","declaration":"export function onInternalDiagnosticEvent(listener: DiagnosticEventListener): () => void;","entrypoint":"diagnostic-runtime","exportName":"onInternalDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b2e335f06135dd9de98b1ad6a3a4ad34330fd598bdf32f658e64bed479c4c96b","declaration":"export function parseDiagnosticTraceparent(traceparent: string | undefined): DiagnosticTraceContext | undefined;","entrypoint":"diagnostic-runtime","exportName":"parseDiagnosticTraceparent","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9efb523458e8183ce05f5269b1b9c6f8da0d62dcc666fd38da24246d68dbd960","declaration":"export function resetDiagnosticEventsForTest(): void;","entrypoint":"diagnostic-runtime","exportName":"resetDiagnosticEventsForTest","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5997e349f020ab20817549b580a6f7899b290ac96749deda366b228605f9a255","declaration":"export function resolveDiagnosticModelContentCapturePolicy(config: unknown): DiagnosticModelContentCapturePolicy;","entrypoint":"diagnostic-runtime","exportName":"resolveDiagnosticModelContentCapturePolicy","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bfbfc20c96ec7afb9832a1b9f0436d9b1ca382737ea97daa045705ce1542be76","declaration":"export function waitForDiagnosticEventsDrained(): Promise<void>;","entrypoint":"diagnostic-runtime","exportName":"waitForDiagnosticEventsDrained","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1b268338b3c306f25f8634eca4e4c5efa62ae551f8958d54f3018dbd55786204","declaration":"export type DiagnosticEventMetadata = Readonly<{ internal?: boolean; trustedTraceContext?: boolean; trusted: boolean;}>;","entrypoint":"diagnostic-runtime","exportName":"DiagnosticEventMetadata","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"103e115bdedfa5c634c430670df51c6933e118e915d02219786e6f011bfd8cba","declaration":"export type DiagnosticEventPayload = DiagnosticEventPayload;","entrypoint":"diagnostic-runtime","exportName":"DiagnosticEventPayload","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"547aee4bfead1f1a8cb0a8d127e3c642ec8b0c5c0ad19bb5ee1c7202fe18047a","declaration":"export type DiagnosticEventPrivateData = Readonly<{ errorMessage?: string; modelContent?: DiagnosticModelCallContent; skillUsage?: DiagnosticSkillUsagePrivateData; toolContent?: DiagnosticToolCallContent;}>;","entrypoint":"diagnostic-runtime","exportName":"DiagnosticEventPrivateData","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f8c378dc8d9802cffb85af0908dbf968176d9a8e730c1af1e10bd8a474971ba6","declaration":"export type DiagnosticModelCallContent = Readonly<{ inputMessages?: unknown; outputMessages?: unknown; systemPrompt?: string; toolDefinitions?: unknown;}>;","entrypoint":"diagnostic-runtime","exportName":"DiagnosticModelCallContent","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"69f4c490b57b40ff1569586c58530d798cf624f837b4cbfa8eb6332c73a5e089","declaration":"export type DiagnosticModelContentCapturePolicy = DiagnosticModelContentCapturePolicy;","entrypoint":"diagnostic-runtime","exportName":"DiagnosticModelContentCapturePolicy","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7a8622fa140351916593508bfdaa5dc1584968756c115847a4c79ae550cdf383","declaration":"export type DiagnosticTraceContext = DiagnosticTraceContext;","entrypoint":"diagnostic-runtime","exportName":"DiagnosticTraceContext","importSpecifier":"openclaw/plugin-sdk/diagnostic-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"directory-runtime","importSpecifier":"openclaw/plugin-sdk/directory-runtime","recordType":"module"}
|
|
{"closureHash":"cbb8726b17bf329c9070476b1d27983186f5d75914b85ea19fb9134fe8a21325","declaration":"export function applyDirectoryQueryAndLimit(ids: string[], params: { query?: string | null; limit?: number | null; }): string[];","entrypoint":"directory-runtime","exportName":"applyDirectoryQueryAndLimit","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1220e91f20dc366b8071075e11a937b4191cfb3c7f7cbd6110cbff0102b4c1a6","declaration":"export function collectNormalizedDirectoryIds(params: { sources: Iterable<unknown>[]; normalizeId: (entry: string) => string | null | undefined; }): string[];","entrypoint":"directory-runtime","exportName":"collectNormalizedDirectoryIds","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"02eafd64a834eb75ee12d0ad0a5661b3721dca345af40bc0d2d1373760f89760","declaration":"export function createChannelDirectoryAdapter(params?: Omit<ChannelDirectoryAdapter, \"self\"> & { self?: ChannelDirectoryAdapter[\"self\"]; }): ChannelDirectoryAdapter;","entrypoint":"directory-runtime","exportName":"createChannelDirectoryAdapter","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b05cabcf8cec9ffa66f1437db9977e280fd9a66e7ff64ef5521782d0cbdd10a4","declaration":"export function createEmptyChannelDirectoryAdapter(): ChannelDirectoryAdapter;","entrypoint":"directory-runtime","exportName":"createEmptyChannelDirectoryAdapter","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"261a0368eeb9ee1159dc8f5c4bdeb576b57d833c47a0b2d5ad3c115fb285739c","declaration":"export function createInspectedDirectoryEntriesLister<InspectedAccount>(params: { kind: \"user\" | \"group\"; inspectAccount: (cfg: OpenClawConfig, accountId?: string | null) => InspectedAccount | null | undefined; resolveSources: (account: InspectedAccount) => Iterable<unknown>[]; normalizeId: (entry: string) => string | null | undefined; }): (configParams: DirectoryConfigParams) => Promise<ChannelDirectoryEntry[]>;","entrypoint":"directory-runtime","exportName":"createInspectedDirectoryEntriesLister","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"751434e791b40e2c2fb2d95544216af8a01b49887387300d764188d2334f042c","declaration":"export function createResolvedDirectoryEntriesLister<ResolvedAccount>(params: { kind: \"user\" | \"group\"; resolveAccount: (cfg: OpenClawConfig, accountId?: string | null) => ResolvedAccount; resolveSources: (account: ResolvedAccount) => Iterable<unknown>[]; normalizeId: (entry: string) => string | null | undefined; }): (configParams: DirectoryConfigParams) => Promise<ChannelDirectoryEntry[]>;","entrypoint":"directory-runtime","exportName":"createResolvedDirectoryEntriesLister","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"68efbc5e53978bfe074fe0f9a5cadaddba3bb0060daf575e24944eaad7128c28","declaration":"export function createRuntimeDirectoryLiveAdapter<Runtime>(params: { getRuntime: () => MaybePromise<Runtime>; self?: (runtime: Runtime) => ChannelDirectoryAdapter[\"self\"] | null | undefined; listPeersLive?: (runtime: Runtime) => ChannelDirectoryAdapter[\"listPeersLive\"] | null | undefined; listGroupsLive?: (runtime: Runtime) => ChannelDirectoryAdapter[\"listGroupsLive\"] | null | undefined; listGroupMembers?: (runtime: Runtime) => ChannelDirectoryAdapter[\"listGroupMembers\"] | null | undefined; }): Pick<ChannelDirectoryAdapter, DirectoryMethod>;","entrypoint":"directory-runtime","exportName":"createRuntimeDirectoryLiveAdapter","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d1aa75f8d612891918b95e718baca466af5d67e3941ca4037571406847e54c62","declaration":"export function inspectReadOnlyChannelAccount(params: { channelId: ChannelId; cfg: OpenClawConfig; accountId?: string | null; }): Promise<ReadOnlyInspectedAccount | null>;","entrypoint":"directory-runtime","exportName":"inspectReadOnlyChannelAccount","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e5a0849d257199020fd4703d2c72fa431e5713d3dd47c8c8a8da254c4baa8a31","declaration":"export function listDirectoryEntriesFromSources(params: { kind: \"user\" | \"group\"; sources: Iterable<unknown>[]; query?: string | null; limit?: number | null; normalizeId: (entry: string) => string | null | undefined; }): ChannelDirectoryEntry[];","entrypoint":"directory-runtime","exportName":"listDirectoryEntriesFromSources","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"15ec7505cca30ff08842887d20815eb0adbff0228b5c1afd6843d4fc51bf6cd8","declaration":"export function listDirectoryGroupEntriesFromMapKeys(params: { groups?: Record<string, unknown>; query?: string | null; limit?: number | null; normalizeId?: (entry: string) => string | null | undefined; }): ChannelDirectoryEntry[];","entrypoint":"directory-runtime","exportName":"listDirectoryGroupEntriesFromMapKeys","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"04c07fea4ed956038b13f53f946236ebf71d612cde929c6a3ea018df78623c7d","declaration":"export function listDirectoryGroupEntriesFromMapKeysAndAllowFrom(params: { groups?: Record<string, unknown>; allowFrom?: readonly unknown[]; query?: string | null; limit?: number | null; normalizeMapKeyId?: (entry: string) => string | null | undefined; normalizeAllowFromId?: (entry: string) => string | null | undefined; }): ChannelDirectoryEntry[];","entrypoint":"directory-runtime","exportName":"listDirectoryGroupEntriesFromMapKeysAndAllowFrom","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f2a2927381e5c06d7fe05845304ef053ffc3867e7ee5bd9b94e65663875ebff","declaration":"export function listDirectoryUserEntriesFromAllowFrom(params: { allowFrom?: readonly unknown[]; query?: string | null; limit?: number | null; normalizeId?: (entry: string) => string | null | undefined; }): ChannelDirectoryEntry[];","entrypoint":"directory-runtime","exportName":"listDirectoryUserEntriesFromAllowFrom","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"492d3ef574d0b2299bd8678bb9db75412eb1b59fc26871ef3cc96e6f2ac17be6","declaration":"export function listDirectoryUserEntriesFromAllowFromAndMapKeys(params: { allowFrom?: readonly unknown[]; map?: Record<string, unknown>; query?: string | null; limit?: number | null; normalizeAllowFromId?: (entry: string) => string | null | undefined; normalizeMapKeyId?: (entry: string) => string | null | undefined; }): ChannelDirectoryEntry[];","entrypoint":"directory-runtime","exportName":"listDirectoryUserEntriesFromAllowFromAndMapKeys","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"847ceee4fc5049dfc0cc936500efe29fd3c0eaebdf63eb353178030ec49e5ebc","declaration":"export function listInspectedDirectoryEntriesFromSources<InspectedAccount>(params: DirectoryConfigParams & { kind: \"user\" | \"group\"; inspectAccount: (cfg: OpenClawConfig, accountId?: string | null) => InspectedAccount | null | undefined; resolveSources: (account: InspectedAccount) => Iterable<unknown>[]; normalizeId: (entry: string) => string | null | undefined; }): ChannelDirectoryEntry[];","entrypoint":"directory-runtime","exportName":"listInspectedDirectoryEntriesFromSources","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54b1bc3822db2d75e0b19fc67968cfefff2eedf8c2f03cac77343a83471edbab","declaration":"export function listResolvedDirectoryEntriesFromSources<ResolvedAccount>(params: DirectoryConfigParams & { kind: \"user\" | \"group\"; resolveAccount: (cfg: OpenClawConfig, accountId?: string | null) => ResolvedAccount; resolveSources: (account: ResolvedAccount) => Iterable<unknown>[]; normalizeId: (entry: string) => string | null | undefined; }): ChannelDirectoryEntry[];","entrypoint":"directory-runtime","exportName":"listResolvedDirectoryEntriesFromSources","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9696000bd86ab834a18a88a28761208602b9cf51ba3acf35dfa4e10819fcc3da","declaration":"export function listResolvedDirectoryGroupEntriesFromMapKeys<ResolvedAccount>(params: DirectoryConfigParams & { resolveAccount: (cfg: OpenClawConfig, accountId?: string | null) => ResolvedAccount; resolveGroups: (account: ResolvedAccount) => Record<string, unknown> | undefined; normalizeId?: (entry: string) => string | null | undefined; }): ChannelDirectoryEntry[];","entrypoint":"directory-runtime","exportName":"listResolvedDirectoryGroupEntriesFromMapKeys","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b023099490ce1e5519e20987d062681fa9ea7a8dd0d47f4b3e45a1661c60053f","declaration":"export function listResolvedDirectoryUserEntriesFromAllowFrom<ResolvedAccount>(params: DirectoryConfigParams & { resolveAccount: (cfg: OpenClawConfig, accountId?: string | null) => ResolvedAccount; resolveAllowFrom: (account: ResolvedAccount) => readonly unknown[] | undefined; normalizeId?: (entry: string) => string | null | undefined; }): ChannelDirectoryEntry[];","entrypoint":"directory-runtime","exportName":"listResolvedDirectoryUserEntriesFromAllowFrom","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"79b061f449ea8b887de82e1fb039973464f265d4f024873f1a4c017aed51efc5","declaration":"export function resolveDirectoryAllowlistEntries<TParsed extends { id?: string; }, TLookup, TResult>(params: { entries: readonly string[]; lookup: readonly TLookup[]; parseInput: (input: string) => TParsed; findById: (lookup: readonly TLookup[], id: string) => TLookup | undefined; buildIdResolved: (params: { input: string; parsed: TParsed; match?: TLookup; }) => TResult; resolveNonId: (params: { input: string; parsed: TParsed; lookup: readonly TLookup[]; }) => TResult | undefined; buildUnresolved: (input: string) => TResult; }): TResult[];","entrypoint":"directory-runtime","exportName":"resolveDirectoryAllowlistEntries","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"034b8c2b1732e20d659ac58835020c5032660ed51a5a508e5d124d281c05c12b","declaration":"export function toDirectoryEntries(kind: \"user\" | \"group\", ids: string[]): ChannelDirectoryEntry[];","entrypoint":"directory-runtime","exportName":"toDirectoryEntries","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e42704923d73e6836ff33a0dffae75088472bc82a9643470e10d4255360cbb1c","declaration":"export const emptyChannelDirectoryList: (params: { cfg: OpenClawConfig; accountId?: string | null; query?: string | null; limit?: number | null; runtime: RuntimeEnv;}) => Promise<ChannelDirectoryEntry[]>;","entrypoint":"directory-runtime","exportName":"emptyChannelDirectoryList","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"2d68b7bee1f75ff2b5a1d52e671257ec8454f8dafa5d2c8568df1a1019cf0029","declaration":"export const nullChannelDirectorySelf: (params: { cfg: OpenClawConfig; accountId?: string | null; runtime: RuntimeEnv;}) => Promise<ChannelDirectoryEntry | null>;","entrypoint":"directory-runtime","exportName":"nullChannelDirectorySelf","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"c46e577b066b327a6cb21825232cab5552cb36034aecf9799d1060e06ca38a8b","declaration":"export type ChannelDirectoryEntry = ChannelDirectoryEntry;","entrypoint":"directory-runtime","exportName":"ChannelDirectoryEntry","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"28df4884ce50fd8a01771672c8d4576a1150dec5afda5ed1127c35ff55eb0402","declaration":"export type ChannelDirectoryEntryKind = ChannelDirectoryEntryKind;","entrypoint":"directory-runtime","exportName":"ChannelDirectoryEntryKind","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ade8685007a194e84c5ff26ece64fab09f3d7ffb4d43d8fa70e3c18e4f7f3cc9","declaration":"export type DirectoryConfigParams = DirectoryConfigParams;","entrypoint":"directory-runtime","exportName":"DirectoryConfigParams","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"273305bdc8f82954925172e3f63202bd7ebce3a1cffb67d9538048cacda6a311","declaration":"export type ReadOnlyInspectedAccount = ReadOnlyInspectedAccount;","entrypoint":"directory-runtime","exportName":"ReadOnlyInspectedAccount","importSpecifier":"openclaw/plugin-sdk/directory-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"discord","importSpecifier":"openclaw/plugin-sdk/discord","recordType":"module"}
|
|
{"closureHash":"19a3d4c1fdad2b565e7428da26e0dafa76f08498bcf06ac3df098486ff4afc2c","declaration":"export function applyAccountNameToChannelSection(params: { cfg: OpenClawConfig; channelKey: string; accountId: string; name?: string; alwaysUseAccounts?: boolean; }): OpenClawConfig;","entrypoint":"discord","exportName":"applyAccountNameToChannelSection","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"28daab9202a0bdcbf0b52816bff39ef7a3766f9b8876f5f8a686d5274b5669bc","declaration":"export function autoBindSpawnedDiscordSubagent(params: { cfg?: OpenClawConfig; accountId?: string; channel?: string; to?: string; threadId?: string | number; childSessionKey: string; agentId: string; label?: string; boundBy?: string; }): Promise<ThreadBindingRecord | null>;","entrypoint":"discord","exportName":"autoBindSpawnedDiscordSubagent","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"e97ff96104ab3b7f8462f20d39d2596908a59cb03a634c6c2fb0d7ff80e5bb54","declaration":"export function buildChannelConfigSchema(schema: ZodTypeAny, options?: BuildChannelConfigSchemaOptions): ChannelConfigSchema;","entrypoint":"discord","exportName":"buildChannelConfigSchema","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"091884288f381f9d44c4f98f991990eedf0ca4b62af623b97beb0c17fe9ec6a6","declaration":"export function buildComputedAccountStatusSnapshot<TExtra extends StatusSnapshotExtra>(params: { accountId: string; name?: string; enabled?: boolean; configured?: boolean; runtime?: RuntimeLifecycleSnapshot | null; probe?: unknown; }, extra?: TExtra): { lastInboundAt: number | null; lastOutboundAt: number | null; activeRunStartedAt?: number | undefined; lastRunActivityAt?: number | undefined; activeRuns?: number | undefined; busy?: boolean | undefined; terminalDisconnect?: true | undefined; ingressUnavailable?: true | undefined; lifecycle?: \"blocked\" | \"starting\" | \"ready\" | \"recovering\" | \"stopped\" | undefined; healthState?: string | undefined; lastTransportActivityAt?: number | undefined; lastEventAt?: number | undefined; lastDisconnect?: string | { at: number; status?: number; error?: string; loggedOut?: boolean; } | undefined; lastConnectedAt?: number | undefined; reconnectAttempts?: number | undefined; restartPending?: boolean | undefined; connected?: boolean | undefined; linked?: boolean | undefined; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; probe: unknown; accountId: string; name: string | undefined; enabled: boolean | undefined; configured: boolean | undefined; } & TExtra;","entrypoint":"discord","exportName":"buildComputedAccountStatusSnapshot","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"d1a4320f69194fbb32318e73be0057709e4dfce66ef081ce14b2aa090a09bcaf","declaration":"export function buildTokenChannelStatusSummary(snapshot: { configured?: boolean | null; tokenSource?: string | null; running?: boolean | null; mode?: string | null; lastStartAt?: number | null; lastStopAt?: number | null; lastError?: string | null; probe?: unknown; lastProbeAt?: number | null; }, opts?: { includeMode?: boolean; }): { tokenSource: string; probe: unknown; lastProbeAt: number | null; configured: boolean; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; } | { mode: string | null; tokenSource: string; probe: unknown; lastProbeAt: number | null; configured: boolean; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; };","entrypoint":"discord","exportName":"buildTokenChannelStatusSummary","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"4b14482297d127484628932370abd4ff0fbc472490b279de48db444f75cc0ba0","declaration":"export function collectDiscordAuditChannelIds(params: { cfg: OpenClawConfig; accountId?: string | null; }): unknown;","entrypoint":"discord","exportName":"collectDiscordAuditChannelIds","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"7a0d34d3c14780860932b804fe5254e0aa798c80029207ac4ad29389375b9558","declaration":"export function collectDiscordStatusIssues(accounts: ChannelAccountSnapshot[]): ChannelStatusIssue[];","entrypoint":"discord","exportName":"collectDiscordStatusIssues","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ef1dfa3b5deeb456480e292c0e835c3cd6d13e7bb7059fc735546507da51594","declaration":"export function emptyPluginConfigSchema(): OpenClawPluginConfigSchema;","entrypoint":"discord","exportName":"emptyPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"f8722be8806c27d7fd4005c830fa772c346fda8b35368965509211eb93dbbfbb","declaration":"export function getChatChannelMeta(id: ChatChannelId): ChatChannelMeta;","entrypoint":"discord","exportName":"getChatChannelMeta","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"b6b1433a761ad0ad8d5b63f8f297646bfb6f9ec53ea41780051d77882d2f7967","declaration":"export function inspectDiscordAccount(params: { cfg: OpenClawConfig; accountId?: string | null; }): unknown;","entrypoint":"discord","exportName":"inspectDiscordAccount","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"aee0f16d4fa04d71dc36ec8a365146c5af27c707ffc279cdd08bee706613a1bb","declaration":"export function listDiscordAccountIds(cfg: OpenClawConfig): string[];","entrypoint":"discord","exportName":"listDiscordAccountIds","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"431e9dff81a620a67452c3b1d29b8e82dd6a7dd6ac052968644652df543b1b8f","declaration":"export function listDiscordDirectoryGroupsFromConfig(params: DirectoryConfigParams): unknown[] | Promise<unknown[]>;","entrypoint":"discord","exportName":"listDiscordDirectoryGroupsFromConfig","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"eb8e978993ebbc73d38649cc582bcfbe81efcdcff3e2c08809d2d10245b70f21","declaration":"export function listDiscordDirectoryPeersFromConfig(params: DirectoryConfigParams): unknown[] | Promise<unknown[]>;","entrypoint":"discord","exportName":"listDiscordDirectoryPeersFromConfig","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"dcdc9de82bc29ab99f2d81b193b732b9cdea9159c96a579b3c12c86a418e355a","declaration":"export function listThreadBindingsBySessionKey(params: { targetSessionKey: string; accountId?: string; targetKind?: ThreadBindingTargetKind; }): ThreadBindingRecord[];","entrypoint":"discord","exportName":"listThreadBindingsBySessionKey","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"dcec2d10b02e517ddcb6bab3e51c2e0aa1fbf76f5a76cf1980e40e856ca93de2","declaration":"export function looksLikeDiscordTargetId(raw: string): boolean;","entrypoint":"discord","exportName":"looksLikeDiscordTargetId","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5247306113cf7f9626a87afab86e792b9725fa3b400ce7d8842c0a0cb6f02cd","declaration":"export function migrateBaseNameToDefaultAccount(params: { cfg: OpenClawConfig; channelKey: string; alwaysUseAccounts?: boolean; }): OpenClawConfig;","entrypoint":"discord","exportName":"migrateBaseNameToDefaultAccount","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc8afd3f197b3e15e86db4f7c685104f0b7a4a0cd2420123103ab540781fa310","declaration":"export function normalizeAccountId(value: string | undefined | null): string;","entrypoint":"discord","exportName":"normalizeAccountId","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"61a0cc24fb22503224c3cd5bee7aae6664a4ddb1f2898f2f140399538e4244d2","declaration":"export function normalizeDiscordMessagingTarget(raw: string): string | undefined;","entrypoint":"discord","exportName":"normalizeDiscordMessagingTarget","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"1403e4559024d3e17209e7e150d6ca5716e4db8afeaf997b61f32386fb6a911c","declaration":"export function normalizeDiscordOutboundTarget(to?: string): DiscordOutboundTargetResolution;","entrypoint":"discord","exportName":"normalizeDiscordOutboundTarget","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ad8d011f95988e53d96f5d4360fcdf677c50d9488430546ed849bf17e622141","declaration":"export function projectCredentialSnapshotFields(account: unknown): Pick<Partial<ChannelAccountSnapshot>, \"tokenSource\" | \"botTokenSource\" | \"appTokenSource\" | \"signingSecretSource\" | \"tokenStatus\" | \"botTokenStatus\" | \"appTokenStatus\" | \"signingSecretStatus\" | \"userTokenStatus\">;","entrypoint":"discord","exportName":"projectCredentialSnapshotFields","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"586ce3d202198308350fab010438dd31eadb123a7e529ba35c10a8206b7a3306","declaration":"export function resolveConfiguredFromCredentialStatuses(account: unknown): boolean | undefined;","entrypoint":"discord","exportName":"resolveConfiguredFromCredentialStatuses","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"ab89562194fc154f7f482896ea2e277cc30ea3d3c28645e7892c9eacbd8b7690","declaration":"export function resolveDefaultDiscordAccountId(cfg: OpenClawConfig): string;","entrypoint":"discord","exportName":"resolveDefaultDiscordAccountId","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"e7c8051d6b597e6631c584ec96298e8b3ed9181163ff6451e3a762b6f40d78ff","declaration":"export function resolveDiscordAccount(params: { cfg: OpenClawConfig; accountId?: string | null; }): ResolvedDiscordAccount;","entrypoint":"discord","exportName":"resolveDiscordAccount","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"a1a7d52e01615659378057a7e45c81826580f370d17b80a6e63f08098a5aa03b","declaration":"export function resolveDiscordGroupRequireMention(params: ChannelGroupContext): boolean | undefined;","entrypoint":"discord","exportName":"resolveDiscordGroupRequireMention","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c507d1561fee7fb56e925b468c1ed8c0defb894b07b19e2c6f469df3dd6109a","declaration":"export function resolveDiscordGroupToolPolicy(params: ChannelGroupContext): unknown;","entrypoint":"discord","exportName":"resolveDiscordGroupToolPolicy","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"4d4a0ece3ccb6d5020047cb2478574e012716748c8849e78b740dfd3bdc588f4","declaration":"export function unbindThreadBindingsBySessionKey(params: { targetSessionKey: string; accountId?: string; targetKind?: ThreadBindingTargetKind; reason?: string; sendFarewell?: boolean; farewellText?: string; }): ThreadBindingRecord[];","entrypoint":"discord","exportName":"unbindThreadBindingsBySessionKey","importSpecifier":"openclaw/plugin-sdk/discord","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40933a11984425d14a7a479bda0d2cd14cbfa9371164774f39bebbf12861df7","declaration":"export const DEFAULT_ACCOUNT_ID: \"default\";","entrypoint":"discord","exportName":"DEFAULT_ACCOUNT_ID","importSpecifier":"openclaw/plugin-sdk/discord","kind":"const","recordType":"export"}
|
|
{"closureHash":"cd6b0d3f962c8cb40d405e92bb06bb8e9285b386200897f550d21036022262c1","declaration":"export const PAIRING_APPROVED_MESSAGE: \"✅ OpenClaw access approved. Send a message to start chatting.\";","entrypoint":"discord","exportName":"PAIRING_APPROVED_MESSAGE","importSpecifier":"openclaw/plugin-sdk/discord","kind":"const","recordType":"export"}
|
|
{"closureHash":"2cdfa7fb511940a44cc91dae75ad5e1638a813f9bc2f61106fb7a78e9640d403","declaration":"export const buildDiscordComponentMessage: BuildDiscordComponentMessage;","entrypoint":"discord","exportName":"buildDiscordComponentMessage","importSpecifier":"openclaw/plugin-sdk/discord","kind":"const","recordType":"export"}
|
|
{"closureHash":"7ca7125928ab0b6f04d47bfba94b9a50e3dfcc56717a413d24e4794ef91a091e","declaration":"export const discordOnboardingAdapter: {};","entrypoint":"discord","exportName":"discordOnboardingAdapter","importSpecifier":"openclaw/plugin-sdk/discord","kind":"const","recordType":"export"}
|
|
{"closureHash":"d619ec239abd45d5be76c3c58acc82f7a25f8f66352d2afc6453e13c4c7a82e7","declaration":"export const editDiscordComponentMessage: EditDiscordComponentMessage;","entrypoint":"discord","exportName":"editDiscordComponentMessage","importSpecifier":"openclaw/plugin-sdk/discord","kind":"const","recordType":"export"}
|
|
{"closureHash":"d619ec239abd45d5be76c3c58acc82f7a25f8f66352d2afc6453e13c4c7a82e7","declaration":"export const registerBuiltDiscordComponentMessage: RegisterBuiltDiscordComponentMessage;","entrypoint":"discord","exportName":"registerBuiltDiscordComponentMessage","importSpecifier":"openclaw/plugin-sdk/discord","kind":"const","recordType":"export"}
|
|
{"closureHash":"75b9b07bac5eabd3e05c7d3e33b28c53db35410e6ba9b2f8bb5406a3849e2c11","declaration":"export type ChannelMessageActionAdapter = ChannelMessageActionAdapter;","entrypoint":"discord","exportName":"ChannelMessageActionAdapter","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"0a4bc843eaab5feec0a0085b0bc501a0e0b3f4b87b0e05b40c5ea1ce874fad02","declaration":"export type ChannelMessageActionName = \"search\" | \"broadcast\" | \"read\" | \"edit\" | \"delete\" | \"timeout\" | \"send\" | \"poll\" | \"poll-vote\" | \"react\" | \"reactions\" | \"unsend\" | \"reply\" | \"sendWithEffect\" | \"renameGroup\" | \"setGroupIcon\" | \"addParticipant\" | \"removeParticipant\" | \"leaveGroup\" | \"sendAttachment\" | \"pin\" | \"unpin\" | \"list-pins\" | \"permissions\" | \"thread-create\" | \"thread-list\" | \"thread-reply\" | \"sticker\" | \"sticker-search\" | \"member-info\" | \"role-info\" | \"emoji-list\" | \"emoji-upload\" | \"sticker-upload\" | \"role-add\" | \"role-remove\" | \"channel-info\" | \"channel-list\" | \"channel-create\" | \"channel-edit\" | \"channel-delete\" | \"channel-move\" | \"category-create\" | \"category-edit\" | \"category-delete\" | \"topic-create\" | \"topic-edit\" | \"voice-status\" | \"event-list\" | \"event-create\" | \"kick\" | \"ban\" | \"set-profile\" | \"set-presence\" | \"download-file\" | \"upload-file\";","entrypoint":"discord","exportName":"ChannelMessageActionName","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"37b373e93fe7f86fdbce119947c9e49b17e71ce50fe47e118c4d078c5cea20ec","declaration":"export type ChannelPlugin<ResolvedAccount = any, Probe = unknown, Audit = unknown> = ChannelPlugin<ResolvedAccount, Probe, Audit>;","entrypoint":"discord","exportName":"ChannelPlugin","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"68c829c145de778dc26f5f89ba81aa0087171cf6b8f2bb79530247c14af4ba0e","declaration":"export type DiscordAccountConfig = { accounts?: Record<string, DiscordAccountConfig>; defaultAccount?: string;} & Omit<CommonChannelMessagingConfig<string[], string, string, DiscordChannelStreamingConfig>, \"groupAllowFrom\"> & ChannelBotInteractionConfig & { reactionNotifications?: undefined; reactionLevel?: undefined; ackReaction?: string | undefined;} & Record<never, never> & { commands?: ProviderCommandsConfig; token?: SecretInput; applicationId?: string; activities?: { clientSecret?: string; applicationId?: string; }; proxy?: string; mentionAliases?: DiscordMentionAliasesConfig; suppressEmbeds?: boolean; maxLinesPerMessage?: number; actions?: DiscordActionConfig; thread?: DiscordThreadConfig; dm?: DiscordDmConfig; guilds?: Record<string, DiscordGuildEntry>; execApprovals?: DiscordExecApprovalConfig; agentComponents?: DiscordAgentComponentsConfig; slashCommand?: DiscordSlashCommandConfig; threadBindings?: DiscordThreadBindingsConfig; subagentProgress?: boolean; intents?: DiscordIntentsConfig; voice?: DiscordVoiceConfig; pluralkit?: DiscordPluralKitConfig; ackReactionScope?: \"group-mentions\" | \"group-all\" | \"direct\" | \"all\" | \"off\" | \"none\"; activity?: string; status?: \"online\" | \"dnd\" | \"idle\" | \"invisible\"; autoPresence?: DiscordAutoPresenceConfig; activityType?: 0 | 1 | 2 | 3 | 4 | 5; activityUrl?: string; inboundWorker?: { runTimeoutMs?: number; };};","entrypoint":"discord","exportName":"DiscordAccountConfig","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"ae9fb82eaf8d09709d4f8c26f7419827741faa40a3fae83864863cdae7e86250","declaration":"export type DiscordComponentBuildResult = DiscordComponentBuildResult;","entrypoint":"discord","exportName":"DiscordComponentBuildResult","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"5c5d9351a7f45d03bd5b0f2b116db5484bc5073b02f717b353420369a8f48556","declaration":"export type DiscordComponentMessageSpec = DiscordComponentMessageSpec;","entrypoint":"discord","exportName":"DiscordComponentMessageSpec","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"6a9195279823c08d86e971048a01b77fa643ec64feacd4764cf705a6f19747b7","declaration":"export type DiscordComponentSendOpts = DiscordComponentSendOpts;","entrypoint":"discord","exportName":"DiscordComponentSendOpts","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"0db968dad99d84ecef5202167daadd092e3b4f456270283d3fd61585ac2bbd5a","declaration":"export type DiscordComponentSendResult = DiscordComponentSendResult;","entrypoint":"discord","exportName":"DiscordComponentSendResult","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"084b46d7dd510eb182a4705559251e824220b57dbfa6dc54392507b72ba1815e","declaration":"export type DiscordOutboundTargetResolution = DiscordOutboundTargetResolution;","entrypoint":"discord","exportName":"DiscordOutboundTargetResolution","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"discord","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff621688b7b58ebfa7157b153d83921a47158e43ac312ff61df85d437216ae10","declaration":"export type OpenClawPluginApi = OpenClawPluginApi;","entrypoint":"discord","exportName":"OpenClawPluginApi","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"4180509522e17f8afdf5014bc51f5601952dfa403503e66f8f53e92b0c6ddd45","declaration":"export type PluginRuntime = PluginRuntime;","entrypoint":"discord","exportName":"PluginRuntime","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"6b9967e919c1cd420c8356b4f9d40dbc81932b4b15a733eecdcfb2ad84f8e5d8","declaration":"export type ResolvedDiscordAccount = ResolvedDiscordAccount;","entrypoint":"discord","exportName":"ResolvedDiscordAccount","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"6bed5ca896b7034117e4757e2c6b4111dd5293dbad9416e3828dd6afa4e858ce","declaration":"export type ThreadBindingRecord = ThreadBindingRecord;","entrypoint":"discord","exportName":"ThreadBindingRecord","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"closureHash":"eaabd6155d6f25cbba09ef3c8f2b306f2202affdca4b47e5d67311ff4073fb0d","declaration":"export type ThreadBindingTargetKind = ThreadBindingTargetKind;","entrypoint":"discord","exportName":"ThreadBindingTargetKind","importSpecifier":"openclaw/plugin-sdk/discord","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"error-runtime","importSpecifier":"openclaw/plugin-sdk/error-runtime","recordType":"module"}
|
|
{"closureHash":"ea3ea61f746688370e9c8a265d0668cb295f2a2a3a23e21f8f893cb89ed638cb","declaration":"export function collectErrorGraphCandidates(err: unknown, resolveNested?: (current: Record<string, unknown>) => Iterable<unknown>): unknown[];","entrypoint":"error-runtime","exportName":"collectErrorGraphCandidates","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ae3735d2fdca54733976722f8907d4360b5e5a589cc2e8008f2e144fd8eaffc4","declaration":"export function extractErrorCode(err: unknown): string | undefined;","entrypoint":"error-runtime","exportName":"extractErrorCode","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3123d3dbf25a02fccc946f2baf2a343628e80ac284735b42fb8ebc48de4d474d","declaration":"export function formatErrorMessage(err: unknown): string;","entrypoint":"error-runtime","exportName":"formatErrorMessage","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cf14732a57a72c0d6f8343ccc0b430c84b0b61cd3189bcc39a2dc73934c286f8","declaration":"export function formatUncaughtError(err: unknown): string;","entrypoint":"error-runtime","exportName":"formatUncaughtError","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5c227ca7ef8ffcc52772214753dbdf88bea2f62fb46afe653b04966b24c5a254","declaration":"export function isApprovalNotFoundError(err: unknown): boolean;","entrypoint":"error-runtime","exportName":"isApprovalNotFoundError","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e0c5b478f9bc7cce2c406820c15ff3cdde37e10f590a55166621ae9dadd3b1c5","declaration":"export function readErrorName(err: unknown): string;","entrypoint":"error-runtime","exportName":"readErrorName","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1497e947f5572cbda99fc00448c8e316039f0a0d9ff92c383fbcb9c499e0141d","declaration":"export function toErrorObject(value: unknown, fallbackMessage: string): Error;","entrypoint":"error-runtime","exportName":"toErrorObject","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a17d24c34e8258eb6ddcf2bfdd009349028b8292a1134e200adacbe6670055f3","declaration":"export const SUBAGENT_RUNTIME_REQUEST_SCOPE_ERROR_CODE: \"OPENCLAW_SUBAGENT_RUNTIME_REQUEST_SCOPE\";","entrypoint":"error-runtime","exportName":"SUBAGENT_RUNTIME_REQUEST_SCOPE_ERROR_CODE","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"53e27f78e0d3bf711ec5ed14742f44566289aa79cbcb3da96433e96f88f1455a","declaration":"export const SUBAGENT_RUNTIME_REQUEST_SCOPE_ERROR_MESSAGE: \"Plugin runtime subagent methods are only available during a gateway request.\";","entrypoint":"error-runtime","exportName":"SUBAGENT_RUNTIME_REQUEST_SCOPE_ERROR_MESSAGE","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"2ea3f2b6b0dcb84cd6cd04c4b6d09463ab25f786ab9cd99088c29cb1f7e45b23","declaration":"export class PlatformMessageNotDispatchedError extends Error {\n readonly code: \"OPENCLAW_PLATFORM_MESSAGE_NOT_DISPATCHED\";\n readonly retryable: boolean;\n constructor(message: string, options: {\n cause: unknown;\n retryable?: boolean;\n });\n}","entrypoint":"error-runtime","exportName":"PlatformMessageNotDispatchedError","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"class","recordType":"export"}
|
|
{"closureHash":"78f499b27932b433ac5b70935a46144091c5dc5a802395f8936f1b17cc5b787e","declaration":"export class RequestScopedSubagentRuntimeError extends Error {\n code: string;\n constructor(message);\n}","entrypoint":"error-runtime","exportName":"RequestScopedSubagentRuntimeError","importSpecifier":"openclaw/plugin-sdk/error-runtime","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"extension-shared","importSpecifier":"openclaw/plugin-sdk/extension-shared","recordType":"module"}
|
|
{"closureHash":"1f5b2b384d2a40b689d45f8b2789d2017275d0c74aab4342c81e5f0a4a4166c4","declaration":"export function buildPassiveChannelStatusSummary<TExtra extends object>(snapshot: PassiveChannelStatusSnapshot, extra?: TExtra): { configured: boolean; } & TExtra & { running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; };","entrypoint":"extension-shared","exportName":"buildPassiveChannelStatusSummary","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"e2a7e4435e576bd12515941bc01521b67348e44c592eae7170ed0cebeeccbb3e","declaration":"export function buildPassiveProbedChannelStatusSummary<TExtra extends object>(snapshot: PassiveChannelStatusSnapshot, extra?: TExtra): { configured: boolean; } & TExtra & { probe: unknown; lastProbeAt: number | null; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; };","entrypoint":"extension-shared","exportName":"buildPassiveProbedChannelStatusSummary","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"c188e053c6b7c8039faa0ae11391f71c22f3077246b78bf21d708668a1fa60a1","declaration":"export function buildTimeoutAbortSignal(params: TimeoutAbortSignalParams): { signal?: AbortSignal; cleanup: () => void; refresh: () => void; };","entrypoint":"extension-shared","exportName":"buildTimeoutAbortSignal","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"52de89d4f923148b8b7ef1c22f28aebf201885a43ece50a76da08ffe51a32e9c","declaration":"export function buildTrafficStatusSummary(snapshot?: TrafficStatusSnapshot | null): { lastInboundAt: number | null; lastOutboundAt: number | null; };","entrypoint":"extension-shared","exportName":"buildTrafficStatusSummary","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"1003079e5e1e76b3cdb1da8989aea4eaf04c4fd815dd050ce8d62f0c4c958f71","declaration":"export function canResolveEnvSecretRefInReadOnlyPath(params: { cfg?: OpenClawConfig; provider: string; id: string; }): boolean;","entrypoint":"extension-shared","exportName":"canResolveEnvSecretRefInReadOnlyPath","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"d350f3313b52e6cdcb9c338267c96790fbfc610e3bae74e11f869aa57f6e3de0","declaration":"export function coerceStatusIssueAccountId(value: unknown): string | undefined;","entrypoint":"extension-shared","exportName":"coerceStatusIssueAccountId","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"dbaad7d4f1878eb6e1262ea240d3c1f735d9459276b9e0d084c712bc6cf14db4","declaration":"export function createDeferred<T>(): Deferred<T>;","entrypoint":"extension-shared","exportName":"createDeferred","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"20f55e32c4703909e14129a2af58ab60a71e03b7e84eedaa0651c38224028ae9","declaration":"export function formatPluginConfigIssue(issue: z.ZodIssue | undefined, options?: PluginConfigIssueMessageOptions): string;","entrypoint":"extension-shared","exportName":"formatPluginConfigIssue","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"306028b5405211c2352f673c852a67ce987ed553b1155635a022e2f124ed7a4c","declaration":"export function mapPluginConfigIssues(issues: readonly z.ZodIssue[], options?: PluginConfigIssueMessageOptions): PluginConfigIssue[];","entrypoint":"extension-shared","exportName":"mapPluginConfigIssues","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"7af1ca015c9fd5134de1441a520b031f4aef05e9b9b8a14bf52c848f1f3bd723","declaration":"export function normalizePluginConfigIssuePath(path: readonly unknown[]): PluginConfigIssuePathSegment[];","entrypoint":"extension-shared","exportName":"normalizePluginConfigIssuePath","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"da462f551d2f5bd9f84fe19e0340d206c704c189367af97527635e95422b2bc7","declaration":"export function readPluginPackageVersion(params: { require: PackageJsonRequire; candidates?: readonly string[]; fallback?: string; }): string;","entrypoint":"extension-shared","exportName":"readPluginPackageVersion","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"c81c8a0bc458daa5058843befb81d23694c437880a0423afd5078dd113d68470","declaration":"export function readStatusIssueFields<TField extends string>(value: unknown, fields: readonly TField[]): Record<TField, unknown> | null;","entrypoint":"extension-shared","exportName":"readStatusIssueFields","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"6ef9c61e0fa1a638212e4c7a847d5121c35fbfe94ccf2171ae076c718df026aa","declaration":"export function requireChannelOpenAllowFrom(params: { channel: string; policy?: string; allowFrom?: Array<string | number>; ctx: z.RefinementCtx; requireOpenAllowFrom: RequireOpenAllowFromFn; }): void;","entrypoint":"extension-shared","exportName":"requireChannelOpenAllowFrom","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"ab9999d01ec315a5eadd44e241e1cfcefbc87ae5a63e84cd5a12b98b7ccb92fe","declaration":"export function resolveAmbientNodeProxyAgent<TAgent>(params?: { onError?: (error: unknown) => void; onUsingProxy?: () => void; protocol?: \"http\" | \"https\"; }): Promise<TAgent | undefined>;","entrypoint":"extension-shared","exportName":"resolveAmbientNodeProxyAgent","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"d14d4fbb79a35f07fcdfdc8e141a4d66a9048f95a1d3bacd3764c6ad69eb7a88","declaration":"export function resolveLoggerBackedRuntime<TRuntime>(runtime: TRuntime | undefined, logger: Parameters<typeof createLoggerBackedRuntime>[0][\"logger\"]): TRuntime;","entrypoint":"extension-shared","exportName":"resolveLoggerBackedRuntime","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"935067b4afb5cb6665dfee0b8f82aaef929a5dbdf40be02f256014cb7ccfbe3c","declaration":"export function runStoppablePassiveMonitor<TMonitor extends StoppableMonitor>(params: { abortSignal: AbortSignal; start: () => Promise<TMonitor>; }): Promise<void>;","entrypoint":"extension-shared","exportName":"runStoppablePassiveMonitor","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"5c4686917dd1f4e7fa42dce91df48a5a0b71bcc1be141f0ef24300a757db42f1","declaration":"export function safeParseJsonWithSchema<T>(schema: ZodType<T>, raw: string): T | null;","entrypoint":"extension-shared","exportName":"safeParseJsonWithSchema","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"closureHash":"4c5f769697f26a91cbedcc847f60a0539a832bb15587716aa8bb720e33d6ed33","declaration":"export function safeParseWithSchema<T>(schema: ZodType<T>, value: unknown): T | null;","entrypoint":"extension-shared","exportName":"safeParseWithSchema","importSpecifier":"openclaw/plugin-sdk/extension-shared","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"gateway-method-runtime","importSpecifier":"openclaw/plugin-sdk/gateway-method-runtime","recordType":"module"}
|
|
{"closureHash":"0b6c8ed0c7d5677264ecc93d4572424d75c5a9199143cbc98c3129b53fc97d46","declaration":"export function dispatchGatewayMethod(method: string, params?: unknown, options?: GatewayMethodDispatchOptions): Promise<GatewayMethodDispatchResponse>;","entrypoint":"gateway-method-runtime","exportName":"dispatchGatewayMethod","importSpecifier":"openclaw/plugin-sdk/gateway-method-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"65147c3dd576ad8aa9cceaf7db23274838d2aa9715e18ccddb742c0e38aaa64d","declaration":"export type GatewayMethodDispatchError = GatewayMethodDispatchError;","entrypoint":"gateway-method-runtime","exportName":"GatewayMethodDispatchError","importSpecifier":"openclaw/plugin-sdk/gateway-method-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"46d22882031fecd4c528255d7d875667893ae9e92f9898a3f5731f120e936135","declaration":"export type GatewayMethodDispatchOptions = GatewayMethodDispatchOptions;","entrypoint":"gateway-method-runtime","exportName":"GatewayMethodDispatchOptions","importSpecifier":"openclaw/plugin-sdk/gateway-method-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d2bb791df8da8c23dc6230a8b478da392e27c19164a44753a258966e73b61281","declaration":"export type GatewayMethodDispatchResponse = GatewayMethodDispatchResponse;","entrypoint":"gateway-method-runtime","exportName":"GatewayMethodDispatchResponse","importSpecifier":"openclaw/plugin-sdk/gateway-method-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"gateway-runtime","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","recordType":"module"}
|
|
{"closureHash":"46f116735db6b4a84ecfa6f25320706ff1e7f64663f24fa23fb66bc0b5b62cba","declaration":"export function addGatewayClientOptions(cmd: Command, defaults?: { timeoutMs?: number; }): Command;","entrypoint":"gateway-runtime","exportName":"addGatewayClientOptions","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7e4421b5225f936a5a6acf8d6675b0f51aa32f1cc4567b251b57fc96a7d95f3d","declaration":"export function buildPluginNodeCapabilityScopedHostUrl(baseUrl: string, capability: string): string | undefined;","entrypoint":"gateway-runtime","exportName":"buildPluginNodeCapabilityScopedHostUrl","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cac5bd016dfe3f295b15f5882c5344c1b9a77b2ce95d273d102461088cb7e263","declaration":"export function callGatewayFromCli(method: string, opts: GatewayRpcOpts, params?: unknown, extra?: { clientName?: GatewayClientName; mode?: GatewayClientMode; deviceIdentity?: DeviceIdentity | null; signal?: AbortSignal; expectFinal?: boolean; progress?: boolean; scopes?: OperatorScope[]; }): Promise<Record<string, unknown>>;","entrypoint":"gateway-runtime","exportName":"callGatewayFromCli","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c1d1273ea44fd600652a748002b6f78bce51da8b55f6a0bb161720f567164e78","declaration":"export function channelBlockedPatch(lastError: string): BlockedChannelStatusPatch;\nexport function channelBlockedPatch<TExtras extends BlockedChannelStatusExtras>(lastError: string, extras: TExtras): BlockedChannelStatusPatch & TExtras;","entrypoint":"gateway-runtime","exportName":"channelBlockedPatch","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d3062c55b53ba514c05899d4a8addc7d37fdf26293fb4d7525f1ca039b732539","declaration":"export function channelReadyPatch(): ReadyChannelStatusPatch;\nexport function channelReadyPatch<TExtras extends ReadyChannelStatusExtras>(extras: TExtras): ReadyChannelStatusPatch & TExtras;","entrypoint":"gateway-runtime","exportName":"channelReadyPatch","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7419a8af9c8182eda614473f842fe70ab480ef5e4da693e60a09e97725c2e2a7","declaration":"export function channelStoppedPatch(): StoppedChannelStatusPatch;\nexport function channelStoppedPatch<TExtras extends StoppedChannelStatusExtras>(extras: TExtras): StoppedChannelStatusPatch & TExtras;","entrypoint":"gateway-runtime","exportName":"channelStoppedPatch","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5cea0c9f9b05fbf74bbd4a529ec544769edc9371026e7494776d0cfedf3d4a35","declaration":"export function createConnectedChannelStatusPatch(at?: number): ConnectedChannelStatusPatch;","entrypoint":"gateway-runtime","exportName":"createConnectedChannelStatusPatch","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0fec5f55d331ab029c29b10d455c778257fb0a13840618c46c864613c3234fd5","declaration":"export function createTransportActivityStatusPatch(at?: number): TransportActivityChannelStatusPatch;","entrypoint":"gateway-runtime","exportName":"createTransportActivityStatusPatch","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"37a437e9dd58597fcab24a7a19b4958773e4451a456385661790252993d7cb8a","declaration":"export function ensureGatewayStartupAuth(params: { cfg: OpenClawConfig; env?: NodeJS.ProcessEnv; authOverride?: GatewayAuthConfig; tailscaleOverride?: GatewayTailscaleConfig; warn?: (message: string) => void; persist?: boolean; baseHash?: string; }): Promise<{ cfg: OpenClawConfig; auth: ReturnType<typeof resolveGatewayAuth>; generatedToken?: string; persistedGeneratedToken: boolean; }>;","entrypoint":"gateway-runtime","exportName":"ensureGatewayStartupAuth","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"19545841de26d8567ea13d50fa7a7b751717b954a5f6c3227e5541c50b5605e5","declaration":"export function errorShape(code: ErrorCode, message: string, opts?: { details?: unknown; retryable?: boolean; retryAfterMs?: number; }): ErrorShape;","entrypoint":"gateway-runtime","exportName":"errorShape","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"eb566539e5b3763b3765ea0ffe3a4cde51ab32f5a18049f091886f1217733fbe","declaration":"export function isLoopbackHost(host: string): boolean;","entrypoint":"gateway-runtime","exportName":"isLoopbackHost","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1f04ef239dff2f6785aa4cdcf2caed1484837951e65dbdbae72eb5e41ff53d3a","declaration":"export function isNodeCommandAllowed(params: { command: string; declaredCommands?: string[]; allowlist: Set<string>; }): { ok: true; } | { ok: false; reason: string; };","entrypoint":"gateway-runtime","exportName":"isNodeCommandAllowed","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"57e1055056090afc957df9fd67f8c5a06e36b84a8bf6172276643ec4bb7c3a02","declaration":"export function mintPluginNodeCapabilityToken(): string;","entrypoint":"gateway-runtime","exportName":"mintPluginNodeCapabilityToken","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"db1ca02e06c0a022c34516affbae39b1855e124675796463805e59a0b77a2a23","declaration":"export function normalizePluginNodeCapabilityScopedUrl(rawUrl: string): NormalizedPluginNodeCapabilityUrl;","entrypoint":"gateway-runtime","exportName":"normalizePluginNodeCapabilityScopedUrl","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0144306d9559711705c9d16bd10ec6ae57af09afc8df6087a47480f230482b8c","declaration":"export function resolveAdvertisedLanHost(): Promise<string | null>;","entrypoint":"gateway-runtime","exportName":"resolveAdvertisedLanHost","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d7d5d9b1d0ce7f38004fd7a9f9dfef859fb03753798ba5445eb30f5e51994952","declaration":"export function resolveGatewayAuth(params: { authConfig?: GatewayAuthConfig | null; authOverride?: GatewayAuthConfig | null; env?: NodeJS.ProcessEnv; tailscaleMode?: GatewayTailscaleMode; }): ResolvedGatewayAuth;","entrypoint":"gateway-runtime","exportName":"resolveGatewayAuth","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bb05cba12edecbc86bdeccae24d6013880e92ddf0a3634b5ad6ee2bac5965f1e","declaration":"export function resolveHostedPluginSurfaceUrl(params: HostedPluginSurfaceUrlParams): string | undefined;","entrypoint":"gateway-runtime","exportName":"resolveHostedPluginSurfaceUrl","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a08d6a68f46c62453555fc672c84362b907a3aca19ad97f0fe0fbcefd4399d1d","declaration":"export function resolveNodeCommandAllowlist(cfg: OpenClawConfig, node?: NodeCommandPolicyNode): Set<string>;","entrypoint":"gateway-runtime","exportName":"resolveNodeCommandAllowlist","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3b17ed4c4b8662310b3a4456fce27a1ce69de2be41f19b88d190b3fbad15acb2","declaration":"export function resolveNodeFromNodeList<TNode extends NodeMatchCandidate>(nodes: TNode[], query?: string, options?: ResolveNodeFromListOptions<TNode>): TNode;","entrypoint":"gateway-runtime","exportName":"resolveNodeFromNodeList","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"47dcda596bce4d42838ea5a9db44d9f85b4224682081978037d0188d2d1224b3","declaration":"export function respondUnavailableOnNodeInvokeError<T extends { ok: boolean; error?: unknown; }>(respond: RespondFn, res: T): res is T & { ok: true; };","entrypoint":"gateway-runtime","exportName":"respondUnavailableOnNodeInvokeError","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"464994575fa6f7cec1b1fbea76256befdf18a6a9c51d25360f1c78c397e0a1d0","declaration":"export function safeParseJson(value: string | null | undefined): unknown;","entrypoint":"gateway-runtime","exportName":"safeParseJson","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8dac861472f28aeaa6db22ca9cff00d49405b8097a4a651c3227d6c34e2369df","declaration":"export function startGatewayClientWhenEventLoopReady(client: GatewayClientStartable, options?: GatewayClientStartReadinessOptions): Promise<EventLoopReadyResult>;","entrypoint":"gateway-runtime","exportName":"startGatewayClientWhenEventLoopReady","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fb062bf5dd2a4d2b45994bbbe466916ad36e7152dcb69a92050a8ce8a6584bc9","declaration":"export const DEFAULT_PLUGIN_NODE_CAPABILITY_TTL_MS: number;","entrypoint":"gateway-runtime","exportName":"DEFAULT_PLUGIN_NODE_CAPABILITY_TTL_MS","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"5c4ad2ca8945631c759e800b6a5a4306476f91484ce9d6039337a60ce9033191","declaration":"export const ErrorCodes: { readonly NOT_LINKED: \"NOT_LINKED\"; readonly NOT_PAIRED: \"NOT_PAIRED\"; readonly AGENT_TIMEOUT: \"AGENT_TIMEOUT\"; readonly INVALID_REQUEST: \"INVALID_REQUEST\"; readonly FORBIDDEN: \"FORBIDDEN\"; readonly APPROVAL_NOT_FOUND: \"APPROVAL_NOT_FOUND\"; readonly UNAVAILABLE: \"UNAVAILABLE\";};","entrypoint":"gateway-runtime","exportName":"ErrorCodes","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"fcfeb603045e791eee74ce602ace2131cd4f3b2df106144e42ea33629e09f815","declaration":"export const PLUGIN_NODE_CAPABILITY_PATH_PREFIX: \"/__openclaw__/cap\";","entrypoint":"gateway-runtime","exportName":"PLUGIN_NODE_CAPABILITY_PATH_PREFIX","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"78083326f70178db2368226b2fe443362e976e63949ab31ebe46dbc4c8efc7f0","declaration":"export type GatewayRequestHandlerOptions = GatewayRequestHandlerOptions;","entrypoint":"gateway-runtime","exportName":"GatewayRequestHandlerOptions","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"87464b95a6eb3f7c4d1119827642b2a10dc49b611c1b8d8556424dac7a239f6d","declaration":"export type GatewayRequestHandlers = GatewayRequestHandlers;","entrypoint":"gateway-runtime","exportName":"GatewayRequestHandlers","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a315b0448447679c303ecc5ac5cd05484cea45380967460386b7e6ca6d1b6f06","declaration":"export type GatewayRpcOpts = GatewayRpcOpts;","entrypoint":"gateway-runtime","exportName":"GatewayRpcOpts","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f361fee6a8f4032fc9cd4610ec3640b16dce97e5751133ac28241d0a2d1c6fb0","declaration":"export type HostedPluginSurfaceUrlParams = HostedPluginSurfaceUrlParams;","entrypoint":"gateway-runtime","exportName":"HostedPluginSurfaceUrlParams","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a8874cc3b2cb522f6ca38ba5e353ec290aad0495c56087396ecaeb1cee9981b6","declaration":"export type NodeMatchCandidate = NodeMatchCandidate;","entrypoint":"gateway-runtime","exportName":"NodeMatchCandidate","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"909e9434e956f1dfde4cc24f68879e7c3a1aac8aea4ff2d887b37824fdef1994","declaration":"export type NodeSession = NodeSession;","entrypoint":"gateway-runtime","exportName":"NodeSession","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6cfef265e2aebd53c1e7ce29cb204228ac175b07f9d2f22b861e98cac0eaee4a","declaration":"export type NormalizedPluginNodeCapabilityUrl = NormalizedPluginNodeCapabilityUrl;","entrypoint":"gateway-runtime","exportName":"NormalizedPluginNodeCapabilityUrl","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1cc06f8fa52d38c184dbb28d20d99bf91d026de9dcf1d225ea060a12d6a3c817","declaration":"export class GatewayClient {\n #client: BaseGatewayClient;\n constructor(opts: GatewayClientOptions);\n start(): void;\n stop(): void;\n stopAndWait(opts?: {\n timeoutMs?: number;\n }): Promise<void>;\n request<T = Record<string, unknown>>(method: string, params?: unknown, opts?: GatewayClientRequestOptions): Promise<T>;\n getConnectionMetadata(): GatewayClientConnectionMetadata;\n updateNodeManifest(manifest: {\n caps: string[];\n commands: string[];\n }): void;\n}","entrypoint":"gateway-runtime","exportName":"GatewayClient","importSpecifier":"openclaw/plugin-sdk/gateway-runtime","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"group-access","importSpecifier":"openclaw/plugin-sdk/group-access","recordType":"module"}
|
|
{"closureHash":"b6b34cd3844debbe7cda17ad7703e4fcffe4489789ae1763df8f8ab027150203","declaration":"export function evaluateGroupRouteAccessForPolicy(params: { groupPolicy: GroupPolicy; routeAllowlistConfigured: boolean; routeMatched: boolean; routeEnabled?: boolean; }): GroupRouteAccessDecision;","entrypoint":"group-access","exportName":"evaluateGroupRouteAccessForPolicy","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"function","recordType":"export"}
|
|
{"closureHash":"bf1a463ce98bf23d639d6e80112ffca836df6d63049bae6fef2a11a2ef1bb74c","declaration":"export function evaluateMatchedGroupAccessForPolicy(params: { groupPolicy: GroupPolicy; allowlistConfigured: boolean; allowlistMatched: boolean; requireMatchInput?: boolean; hasMatchInput?: boolean; }): MatchedGroupAccessDecision;","entrypoint":"group-access","exportName":"evaluateMatchedGroupAccessForPolicy","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"function","recordType":"export"}
|
|
{"closureHash":"8cc55e3af48ca3160efef9cd41e9ff507ff196bc523c9fe0b9bbec3984c9b9b0","declaration":"export function evaluateSenderGroupAccess(params: { providerConfigPresent: boolean; configuredGroupPolicy?: GroupPolicy; defaultGroupPolicy?: GroupPolicy; groupAllowFrom: string[]; senderId: string; isSenderAllowed: (senderId: string, allowFrom: string[]) => boolean; }): SenderGroupAccessDecision;","entrypoint":"group-access","exportName":"evaluateSenderGroupAccess","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"function","recordType":"export"}
|
|
{"closureHash":"182fa4fc45ddd20915ce722f255d301180b06a33d25aa2b4d771ced127558035","declaration":"export function evaluateSenderGroupAccessForPolicy(params: { groupPolicy: GroupPolicy; providerMissingFallbackApplied?: boolean; groupAllowFrom: string[]; senderId: string; isSenderAllowed: (senderId: string, allowFrom: string[]) => boolean; }): SenderGroupAccessDecision;","entrypoint":"group-access","exportName":"evaluateSenderGroupAccessForPolicy","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"function","recordType":"export"}
|
|
{"closureHash":"6d3370713872c8c812ae90ad7a72c7b457215ab179a584238692a5c47c68fc5b","declaration":"export function resolveOpenProviderRuntimeGroupPolicy(params: ResolveProviderRuntimeGroupPolicyParams): RuntimeGroupPolicyResolution;","entrypoint":"group-access","exportName":"resolveOpenProviderRuntimeGroupPolicy","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"function","recordType":"export"}
|
|
{"closureHash":"e28354509e2b695ee413df6a5bce4072a0f0a48dca367354c854f36dd35ff9ea","declaration":"export function resolveSenderScopedGroupPolicy(params: { groupPolicy: GroupPolicy; groupAllowFrom: string[]; }): GroupPolicy;","entrypoint":"group-access","exportName":"resolveSenderScopedGroupPolicy","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"function","recordType":"export"}
|
|
{"closureHash":"5bad49299b152644fe981472dc214e98e9ae922e96be24492e331d2530dddce1","declaration":"export type GroupPolicy = GroupPolicy;","entrypoint":"group-access","exportName":"GroupPolicy","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"type","recordType":"export"}
|
|
{"closureHash":"372d192fe41800e52d486d9a553ded596ab235080bc0bfc09027daa3074928ef","declaration":"export type GroupRouteAccessDecision = GroupRouteAccessDecision;","entrypoint":"group-access","exportName":"GroupRouteAccessDecision","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"type","recordType":"export"}
|
|
{"closureHash":"cce9b7205edf1523ba689ee96ebc233cf78d6e8303f7d032b93b086bbe140cd7","declaration":"export type GroupRouteAccessReason = GroupRouteAccessReason;","entrypoint":"group-access","exportName":"GroupRouteAccessReason","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"type","recordType":"export"}
|
|
{"closureHash":"c6e4fa4a0119f6389781b063fe9d03638f520a464446dc43710e930f37af89c5","declaration":"export type MatchedGroupAccessDecision = MatchedGroupAccessDecision;","entrypoint":"group-access","exportName":"MatchedGroupAccessDecision","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"type","recordType":"export"}
|
|
{"closureHash":"abf87c30d4b8ae145c5cca5bf0703adc0fcd2b578b4e00fc729252d02fdf9f1c","declaration":"export type MatchedGroupAccessReason = MatchedGroupAccessReason;","entrypoint":"group-access","exportName":"MatchedGroupAccessReason","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"type","recordType":"export"}
|
|
{"closureHash":"48dd09af9f6765db2311e40bd052e9e3326c35f815495dfb2884f81ef11bc6de","declaration":"export type SenderGroupAccessDecision = SenderGroupAccessDecision;","entrypoint":"group-access","exportName":"SenderGroupAccessDecision","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"type","recordType":"export"}
|
|
{"closureHash":"623e299e8d0fb9528f097acea80a0b4700a3617dcb7e29b1804fd01031c75eaa","declaration":"export type SenderGroupAccessReason = SenderGroupAccessReason;","entrypoint":"group-access","exportName":"SenderGroupAccessReason","importSpecifier":"openclaw/plugin-sdk/group-access","kind":"type","recordType":"export"}
|
|
{"category":"core","entrypoint":"health","importSpecifier":"openclaw/plugin-sdk/health","recordType":"module"}
|
|
{"closureHash":"08b9347f3e7c5349f603768555f579f662b30e1085fd56c827ec0b63664bb207","declaration":"export function configValidationIssuesToHealthFindings(issues: readonly ConfigValidationIssue[]): readonly HealthFinding[];","entrypoint":"health","exportName":"configValidationIssuesToHealthFindings","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"5d8b1b57564ec59ad7907ac10d4d489b0d84a76f04ea634abc72569109092498","declaration":"export function exitCodeFromFindings(findings: readonly HealthFinding[], severityMin?: HealthFindingSeverity): 0 | 1;","entrypoint":"health","exportName":"exitCodeFromFindings","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"89825e6b402c155977160e90a73738355ef8cb85aa7aa933af83ed40669b3a18","declaration":"export function getHealthCheck(id: string): HealthCheck | undefined;","entrypoint":"health","exportName":"getHealthCheck","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"e544efa796d229241725a39e4d74af2d3e2c55a8b000a1c1cba8172d066eec0e","declaration":"export function healthFindingMeetsSeverity(finding: Pick<HealthFinding, \"severity\">, severityMin: HealthFindingSeverity): boolean;","entrypoint":"health","exportName":"healthFindingMeetsSeverity","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"bd77a77a323b67fe809371e3abfd82d41d0be9ff909e96ea5e2c5ab45982aca3","declaration":"export function listHealthChecks(): readonly HealthCheck[];","entrypoint":"health","exportName":"listHealthChecks","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"9961669269bf98d0d75c09522acbbb36b7e5f6ded1d0d5f26fe66584022146b1","declaration":"export function parseHealthFindingSeverity(input: string | undefined): HealthFindingSeverity | null;","entrypoint":"health","exportName":"parseHealthFindingSeverity","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"c074ffa4f90f53521c74b7ce65a2fd12df69e509cc7d9b24395b2eb9ec50b3d4","declaration":"export function readConfigFileSnapshot(options?: ConfigSnapshotReadOptions): Promise<ConfigFileSnapshot>;","entrypoint":"health","exportName":"readConfigFileSnapshot","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"acc04325cf8d63c0584fc4f201ade6fd118c6dcd316feeb64ba04609e4f97447","declaration":"export function registerHealthCheck(check: HealthCheck): void;","entrypoint":"health","exportName":"registerHealthCheck","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"bdc8d26a873d10d528ca1ca75af5d2378d34d5d4d5366d34e2986e939b5e76f9","declaration":"export function resolveAgentWorkspaceDir(cfg: OpenClawConfig, agentId: string, env?: NodeJS.ProcessEnv): string;","entrypoint":"health","exportName":"resolveAgentWorkspaceDir","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"851fc50d9816836a9c2e923d4223eb86c15411c2d94153f64bf0171013dfc031","declaration":"export function resolveDefaultAgentId(cfg: OpenClawConfig): string;","entrypoint":"health","exportName":"resolveDefaultAgentId","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"14a15f24a1ac6c81863251adfe1a8a28bbee779e7d812b63a059f4201b90adb6","declaration":"export function runDoctorLintChecks(ctx: HealthCheckContext, opts?: DoctorLintRunOptions): Promise<DoctorLintRunResult>;","entrypoint":"health","exportName":"runDoctorLintChecks","importSpecifier":"openclaw/plugin-sdk/health","kind":"function","recordType":"export"}
|
|
{"closureHash":"5251123b2e74bf5309b573caeb98185cf995f7a7123203fe68f280f2147a3fab","declaration":"export type HealthFindingSeverity = HealthFindingSeverity;","entrypoint":"health","exportName":"HealthFindingSeverity","importSpecifier":"openclaw/plugin-sdk/health","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"health","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/health","kind":"type","recordType":"export"}
|
|
{"closureHash":"1929a3a71792fab228943eb34851a0de96a3610162bc8f4a20f0b2e06b5ea6e1","declaration":"export interface DoctorLintRunOptions {\n readonly checks?: readonly HealthCheck[];\n readonly skipIds?: ReadonlySet<string> | readonly string[];\n readonly onlyIds?: ReadonlySet<string> | readonly string[];\n readonly includeAllChecks?: boolean;\n}","entrypoint":"health","exportName":"DoctorLintRunOptions","importSpecifier":"openclaw/plugin-sdk/health","kind":"interface","recordType":"export"}
|
|
{"closureHash":"2997d5aee38ccae3f8a3d8a8f1c5ed9894d3a6c073ee09bd260ceca6a81c3d27","declaration":"export interface HealthCheck {\n readonly id: string;\n readonly kind: \"core\" | \"plugin\";\n readonly description: string;\n readonly source?: string;\n detect(ctx: HealthCheckContext, scope?: HealthCheckScope): Promise<readonly HealthFinding[]>;\n repair?(ctx: HealthRepairContext, findings: readonly HealthFinding[]): Promise<HealthRepairResult>;\n}","entrypoint":"health","exportName":"HealthCheck","importSpecifier":"openclaw/plugin-sdk/health","kind":"interface","recordType":"export"}
|
|
{"closureHash":"f2a2fa30e1e68295efec55af3d42206184f1dabe82c8de044bd28859575c27f0","declaration":"export interface HealthCheckContext {\n readonly mode: HealthCheckMode;\n readonly runtime: RuntimeEnv;\n readonly cfg: OpenClawConfig;\n readonly env?: NodeJS.ProcessEnv;\n readonly cwd?: string;\n readonly configPath?: string;\n readonly allowExecSecretRefs?: boolean;\n}","entrypoint":"health","exportName":"HealthCheckContext","importSpecifier":"openclaw/plugin-sdk/health","kind":"interface","recordType":"export"}
|
|
{"closureHash":"1756b34ea909b5b693b2aeda32e664e695d8f8d7b1104f7e2a4cd3c4a81b57bd","declaration":"export interface HealthCheckScope {\n readonly findings?: readonly HealthFinding[];\n readonly paths?: readonly string[];\n readonly ocPaths?: readonly string[];\n}","entrypoint":"health","exportName":"HealthCheckScope","importSpecifier":"openclaw/plugin-sdk/health","kind":"interface","recordType":"export"}
|
|
{"closureHash":"0cb8dd7efbb24eeb37669b664d0e75461a7360e469f3b0002b8c4c7a2940255f","declaration":"export interface HealthFinding {\n readonly checkId: string;\n readonly severity: HealthFindingSeverity;\n readonly message: string;\n readonly source?: string;\n readonly path?: string;\n readonly line?: number;\n readonly column?: number;\n readonly ocPath?: string;\n readonly target?: string;\n readonly requirement?: string;\n readonly fixHint?: string;\n}","entrypoint":"health","exportName":"HealthFinding","importSpecifier":"openclaw/plugin-sdk/health","kind":"interface","recordType":"export"}
|
|
{"closureHash":"e917d9c743a03a0735d584976230b561a90b2576635a1215b5fe3d979bd6cf1a","declaration":"export interface HealthRepairContext extends Omit<HealthCheckContext, \"mode\"> {\n readonly mode: \"fix\";\n readonly dryRun?: boolean;\n readonly diff?: boolean;\n}","entrypoint":"health","exportName":"HealthRepairContext","importSpecifier":"openclaw/plugin-sdk/health","kind":"interface","recordType":"export"}
|
|
{"closureHash":"70bb78df29c1ea281243c59b828c89ddde7b518cbfa59465b60bf6fd3e75505a","declaration":"export interface HealthRepairDiff {\n readonly kind: \"config\" | \"file\";\n readonly path: string;\n readonly before?: string;\n readonly after?: string;\n readonly unifiedDiff?: string;\n}","entrypoint":"health","exportName":"HealthRepairDiff","importSpecifier":"openclaw/plugin-sdk/health","kind":"interface","recordType":"export"}
|
|
{"closureHash":"ad55a19697120bce14f093f0a04ec5590be88da4048a34f3b3baa496b74de78c","declaration":"export interface HealthRepairEffect {\n readonly kind: \"config\" | \"file\" | \"service\" | \"process\" | \"package\" | \"state\" | \"other\";\n readonly action: string;\n readonly target?: string;\n readonly dryRunSafe?: boolean;\n}","entrypoint":"health","exportName":"HealthRepairEffect","importSpecifier":"openclaw/plugin-sdk/health","kind":"interface","recordType":"export"}
|
|
{"closureHash":"296364d2a199ac53972babeaca4afe9abd508a969d04e1ad05fe9d861b9f44b1","declaration":"export interface HealthRepairResult {\n readonly status?: \"repaired\" | \"skipped\" | \"failed\";\n readonly reason?: string;\n readonly config?: OpenClawConfig;\n readonly changes: readonly string[];\n readonly warnings?: readonly string[];\n readonly diffs?: readonly HealthRepairDiff[];\n readonly effects?: readonly HealthRepairEffect[];\n}","entrypoint":"health","exportName":"HealthRepairResult","importSpecifier":"openclaw/plugin-sdk/health","kind":"interface","recordType":"export"}
|
|
{"category":null,"entrypoint":"hook-runtime","importSpecifier":"openclaw/plugin-sdk/hook-runtime","recordType":"module"}
|
|
{"closureHash":"dd9b1f31b9f789d635e9d5c7b68cf2997712a56b96bf3472c3f773b9cb9496d4","declaration":"export function buildCanonicalSentMessageHookContext(params: { to: string; content: string; success: boolean; error?: string; channelId: string; accountId?: string; conversationId?: string; sessionKey?: string; runId?: string; messageId?: string; trace?: DiagnosticTraceContext; callDepth?: number; isGroup?: boolean; groupId?: string; }): CanonicalSentMessageHookContext;","entrypoint":"hook-runtime","exportName":"buildCanonicalSentMessageHookContext","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"881682ef82ea17db0a0404a30eceaa3c2291ed0923dedd7bd63c77d4ac6d9a7c","declaration":"export function clearInternalHooks(): void;","entrypoint":"hook-runtime","exportName":"clearInternalHooks","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"42bbfbfcadb1044a5b1e14a43701d04496dd6dacb78443d915bab587806a42b2","declaration":"export function createInternalHookEvent(type: InternalHookEventType, action: string, sessionKey: string, context?: Record<string, unknown>): InternalHookEvent;","entrypoint":"hook-runtime","exportName":"createInternalHookEvent","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4e9774b442212bd9346cf95095a42ece3c0e1df29f25e1a81e857981503b4a82","declaration":"export function deriveInboundMessageHookContext(ctx: FinalizedMsgContext, overrides?: { content?: string; messageId?: string; }): CanonicalInboundMessageHookContext;","entrypoint":"hook-runtime","exportName":"deriveInboundMessageHookContext","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9bb995aaaf485864e8c02dc5cc71fe5bff42e4d202c20554efc2f3d2d5c2576d","declaration":"export function fireAndForgetBoundedHook(task: () => Promise<unknown>, label: string, logger?: (message: string) => void, options?: FireAndForgetBoundedHookOptions): void;","entrypoint":"hook-runtime","exportName":"fireAndForgetBoundedHook","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"46f0ed9dbb3fb5cd6d3898f8dd762508eb93dac3255841d96ae9b25d2ed84c96","declaration":"export function fireAndForgetHook(task: Promise<unknown>, label: string, logger?: (message: string) => void): void;","entrypoint":"hook-runtime","exportName":"fireAndForgetHook","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"111c671b6f4c7fbc3a6fed7581e7be7e61f69c0da1a2fe9935618fb60d5d58f2","declaration":"export function initializeGlobalHookRunner(registry: GlobalHookRunnerRegistry): void;","entrypoint":"hook-runtime","exportName":"initializeGlobalHookRunner","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"05bb072b6ae34d0271798d98d9083ec8290d4123c349862722097a7e87866d07","declaration":"export function registerInternalHook(eventKey: string, handler: InternalHookHandler): void;","entrypoint":"hook-runtime","exportName":"registerInternalHook","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f573a2f2542169912da9757a6aac432d067434e759cf40035079ea1d107b7e38","declaration":"export function resetGlobalHookRunner(): void;","entrypoint":"hook-runtime","exportName":"resetGlobalHookRunner","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e26c70aedd4d93db7a26367de5a935f8335b657b6333f34797a5349f04589b20","declaration":"export function toInternalMessageReceivedContext(canonical: CanonicalInboundMessageHookContext): MessageReceivedHookContext;","entrypoint":"hook-runtime","exportName":"toInternalMessageReceivedContext","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4476bd865cbb791f3faa9f6fc0963f1624e330ab87ecd22cf077cd3f752963e5","declaration":"export function toInternalMessageSentContext(canonical: CanonicalSentMessageHookContext): MessageSentHookContext;","entrypoint":"hook-runtime","exportName":"toInternalMessageSentContext","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"48cc772b81dd25863bf30dab7df630314822794226d43d8d3325ec5f63585856","declaration":"export function toPluginMessageContext(canonical: CanonicalInboundMessageHookContext | CanonicalSentMessageHookContext): PluginHookMessageContext;","entrypoint":"hook-runtime","exportName":"toPluginMessageContext","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8330f0f9f63f4ca1fac986b140b080c6fb07493846bcfa176b4413362c17c2ef","declaration":"export function toPluginMessageReceivedEvent(canonical: CanonicalInboundMessageHookContext): PluginHookMessageReceivedEvent;","entrypoint":"hook-runtime","exportName":"toPluginMessageReceivedEvent","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"de2d0253233b8d76ccfefe5f4665a77c92d5a53c4d282ee8238540dfb7e2e8fb","declaration":"export function toPluginMessageSentEvent(canonical: CanonicalSentMessageHookContext): PluginHookMessageSentEvent;","entrypoint":"hook-runtime","exportName":"toPluginMessageSentEvent","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c394c14479e513a0dc469b889589c234c3bfeaf36c9d7a958ec359325c525c17","declaration":"export function triggerInternalHook(event: InternalHookEvent): Promise<void>;","entrypoint":"hook-runtime","exportName":"triggerInternalHook","importSpecifier":"openclaw/plugin-sdk/hook-runtime","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"inbound-envelope","importSpecifier":"openclaw/plugin-sdk/inbound-envelope","recordType":"module"}
|
|
{"closureHash":"aed41020ead1359ad04c8be30ceef328c613c1f1ae44a9fdd8787de2b7984a7f","declaration":"export function createInboundEnvelopeBuilder<TConfig, TEnvelope>(params: { cfg: TConfig; route: RouteLike; sessionStore?: string; resolveStorePath: (store: string | undefined, opts: { agentId: string; }) => string; readSessionUpdatedAt: (params: { storePath: string; sessionKey: string; }) => number | undefined; resolveEnvelopeFormatOptions: (cfg: TConfig) => TEnvelope; formatAgentEnvelope: (params: InboundEnvelopeFormatParams<TEnvelope>) => string; }): (input: { channel: string; from: string; body: string; timestamp?: number; }) => { storePath: string; body: string; };","entrypoint":"inbound-envelope","exportName":"createInboundEnvelopeBuilder","importSpecifier":"openclaw/plugin-sdk/inbound-envelope","kind":"function","recordType":"export"}
|
|
{"closureHash":"961bfc5a63a71233ff0b5a259bd4e5ae7b26949d861c853f0cab10ed0fde53e1","declaration":"export function resolveInboundRouteEnvelopeBuilder<TConfig, TEnvelope, TRoute extends RouteLike, TPeer extends RoutePeerLike>(params: { cfg: TConfig; channel: string; accountId: string; peer: TPeer; resolveAgentRoute: (params: InboundRouteResolveParams<TConfig, TPeer>) => TRoute; sessionStore?: string; resolveStorePath: (store: string | undefined, opts: { agentId: string; }) => string; readSessionUpdatedAt: (params: { storePath: string; sessionKey: string; }) => number | undefined; resolveEnvelopeFormatOptions: (cfg: TConfig) => TEnvelope; formatAgentEnvelope: (params: InboundEnvelopeFormatParams<TEnvelope>) => string; }): { route: TRoute; buildEnvelope: ReturnType<typeof createInboundEnvelopeBuilder<TConfig, TEnvelope>>; };","entrypoint":"inbound-envelope","exportName":"resolveInboundRouteEnvelopeBuilder","importSpecifier":"openclaw/plugin-sdk/inbound-envelope","kind":"function","recordType":"export"}
|
|
{"closureHash":"eb5c7143895fe8811500e6a6e40da6d625759b3b41926527562af3fc058b96c5","declaration":"export function resolveInboundRouteEnvelopeBuilderWithRuntime<TConfig, TEnvelope, TRoute extends RouteLike, TPeer extends RoutePeerLike>(params: { cfg: TConfig; channel: string; accountId: string; peer: TPeer; runtime: InboundRouteEnvelopeRuntime<TConfig, TEnvelope, TRoute, TPeer>; sessionStore?: string; }): { route: TRoute; buildEnvelope: ReturnType<typeof createInboundEnvelopeBuilder<TConfig, TEnvelope>>; };","entrypoint":"inbound-envelope","exportName":"resolveInboundRouteEnvelopeBuilderWithRuntime","importSpecifier":"openclaw/plugin-sdk/inbound-envelope","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"inbound-event-delivery","importSpecifier":"openclaw/plugin-sdk/inbound-event-delivery","recordType":"module"}
|
|
{"closureHash":"bd8acef57a602ffc7a70848afb14bad6e37c892ded35b20ba0d3452336088830","declaration":"export function createInboundEventDeliveryCorrelation(params: { targetsMatch: (expected: string, actual: string) => boolean; }): { begin(sessionKey: string | undefined, event: ActiveInboundEvent, options?: { inboundEventKind?: string; }): () => void; notify(notification: InboundEventDeliveryNotification): void; };","entrypoint":"inbound-event-delivery","exportName":"createInboundEventDeliveryCorrelation","importSpecifier":"openclaw/plugin-sdk/inbound-event-delivery","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"inbound-reply-dispatch","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","recordType":"module"}
|
|
{"closureHash":"e088ddef111b171ef5d034d9de6062cc551d6775412ddc8cfa7b72ca8f31c62d","declaration":"export function dispatchChannelInboundReply(params: AssembledInboundReply): Promise<ChannelTurnResult>;","entrypoint":"inbound-reply-dispatch","exportName":"dispatchChannelInboundReply","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"function","recordType":"export"}
|
|
{"closureHash":"42faf8201585d82c339d991a2d1969f1723956fb1c8561f586ba831e376bf8e7","declaration":"export function dispatchInboundReplyWithBase(params: BuildInboundReplyDispatchBaseParams & Pick<RecordInboundSessionAndDispatchReplyParams, \"deliver\" | \"durable\" | \"onRecordError\" | \"onDispatchError\" | \"replyOptions\">): Promise<void>;","entrypoint":"inbound-reply-dispatch","exportName":"dispatchInboundReplyWithBase","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"function","recordType":"export"}
|
|
{"closureHash":"8a142089acc4d9428ed552977f90f17b2283c109cd1c66b91b51b3653d455eea","declaration":"export function hasFinalInboundReplyDispatch(result: ChannelTurnDispatchResultLike, signals?: Pick<ChannelTurnVisibleDeliverySignals, \"fallbackDelivered\" | \"deliverySummaryDelivered\">): boolean;","entrypoint":"inbound-reply-dispatch","exportName":"hasFinalInboundReplyDispatch","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"function","recordType":"export"}
|
|
{"closureHash":"bb4c861ed6a9b1d70200aea7f6356a65a71491b098f8f3e8866241e5481f9aec","declaration":"export function hasVisibleInboundReplyDispatch(result: ChannelTurnDispatchResultLike, signals?: ChannelTurnVisibleDeliverySignals): boolean;","entrypoint":"inbound-reply-dispatch","exportName":"hasVisibleInboundReplyDispatch","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"function","recordType":"export"}
|
|
{"closureHash":"65f5f2725c1124096e437bcf5894983eee1023f7033be886f1a506044b77c58e","declaration":"export function recordChannelBotPairLoopAndCheckSuppression(params: ChannelBotLoopProtectionFacts): PairLoopGuardResult;","entrypoint":"inbound-reply-dispatch","exportName":"recordChannelBotPairLoopAndCheckSuppression","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"function","recordType":"export"}
|
|
{"closureHash":"33b4280a69de6a4a87acf915c6d694b9ee41fc4f0262a1bb9836c46d53fe337c","declaration":"export function recordDroppedChannelInboundHistory(params: { input: NormalizedTurnInput; preflight: PreflightFacts; admission?: ChannelTurnAdmission; }): Promise<void>;","entrypoint":"inbound-reply-dispatch","exportName":"recordDroppedChannelInboundHistory","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"function","recordType":"export"}
|
|
{"closureHash":"33b4280a69de6a4a87acf915c6d694b9ee41fc4f0262a1bb9836c46d53fe337c","declaration":"export function recordDroppedChannelTurnHistory(params: { input: NormalizedTurnInput; preflight: PreflightFacts; admission?: ChannelTurnAdmission; }): Promise<void>;","entrypoint":"inbound-reply-dispatch","exportName":"recordDroppedChannelTurnHistory","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"function","recordType":"export"}
|
|
{"closureHash":"98e0cc16352b7dfcceb4957f8cd2acfe3c2b3acb223c42a5cfb885e088fcb04c","declaration":"export function resolveInboundReplyDispatchCounts(result: ChannelTurnDispatchResultLike): Record<ReplyDispatchKind, number>;","entrypoint":"inbound-reply-dispatch","exportName":"resolveInboundReplyDispatchCounts","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"function","recordType":"export"}
|
|
{"closureHash":"4cd63266d379acc2cdf9aba02f50b8ceb55500cf820787c370fc98d173fb1950","declaration":"export function runChannelInboundEvent<TRaw, TDispatchResult = DispatchFromConfigResult>(params: RunChannelTurnParams<TRaw, TDispatchResult, ChannelProviderOwnedMessageSendingDeliveryAdapter>): Promise<ChannelTurnResult<TDispatchResult>>;\nexport function runChannelInboundEvent<TRaw, TDispatchResult = DispatchFromConfigResult>(params: ChannelInboundEventRunnerParams<TRaw, TDispatchResult>): Promise<ChannelTurnResult<TDispatchResult>>;","entrypoint":"inbound-reply-dispatch","exportName":"runChannelInboundEvent","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"function","recordType":"export"}
|
|
{"closureHash":"2c68496a174872b31aaf1ac8fad2789deb79d490c5ffbcb157325f1c95d1b51f","declaration":"export function runPreparedInboundReply<TDispatchResult>(params: PreparedChannelTurn<TDispatchResult>): Promise<ChannelTurnResult<TDispatchResult>>;","entrypoint":"inbound-reply-dispatch","exportName":"runPreparedInboundReply","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"function","recordType":"export"}
|
|
{"closureHash":"49e98f675c3f385cf2acea1d1b7480f1a510449c1a04bf3d65475b9a7492d2dd","declaration":"export const deliverInboundReplyWithMessageSendContext: (params: DurableInboundReplyDeliveryParams) => Promise<{ status: \"not_applicable\"; reason: \"non_final\";} | { status: \"unsupported\"; reason: \"missing_channel\" | \"missing_target\" | \"missing_outbound_handler\" | \"capability_mismatch\"; capability?: DurableFinalDeliveryRequirement;} | { status: \"handled_visible\"; delivery: ChannelDeliveryResult;} | { status: \"handled_no_send\"; reason: \"no_visible_result\"; delivery: ChannelDeliveryResult;} | { status: \"failed\"; error: unknown; sentBeforeError?: true;}>;","entrypoint":"inbound-reply-dispatch","exportName":"deliverInboundReplyWithMessageSendContext","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"const","recordType":"export"}
|
|
{"closureHash":"ab30d0470348e3af7c18a273afc0d169d91f204fba557c75c4694e8a0ea6c936","declaration":"export type AssembledInboundReply = AssembledChannelTurn;","entrypoint":"inbound-reply-dispatch","exportName":"AssembledInboundReply","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"type","recordType":"export"}
|
|
{"closureHash":"3de0d6d1bb8f9a83bd1c6e57aa8618e3fea71054236cd530c555e348bd0b7702","declaration":"export type ChannelBotLoopProtectionFacts = ChannelBotLoopProtectionFacts;","entrypoint":"inbound-reply-dispatch","exportName":"ChannelBotLoopProtectionFacts","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"type","recordType":"export"}
|
|
{"closureHash":"f0da845bbdf49b30f6718a4b7ff012a0536deb98f65418583555dc90825797ca","declaration":"export type ChannelInboundDroppedHistoryOptions = ChannelTurnDroppedHistoryOptions;","entrypoint":"inbound-reply-dispatch","exportName":"ChannelInboundDroppedHistoryOptions","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"type","recordType":"export"}
|
|
{"closureHash":"809fd66291f793b3d61ddd275ed153cb2050b1d7a31767ef577489a20ee582d0","declaration":"export type ChannelInboundEventRunnerParams<TRaw, TDispatchResult = DispatchFromConfigResult> = ChannelInboundEventRunnerParams<TRaw, TDispatchResult>;","entrypoint":"inbound-reply-dispatch","exportName":"ChannelInboundEventRunnerParams","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"type","recordType":"export"}
|
|
{"closureHash":"f0da845bbdf49b30f6718a4b7ff012a0536deb98f65418583555dc90825797ca","declaration":"export type ChannelTurnDroppedHistoryOptions = ChannelTurnDroppedHistoryOptions;","entrypoint":"inbound-reply-dispatch","exportName":"ChannelTurnDroppedHistoryOptions","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"type","recordType":"export"}
|
|
{"closureHash":"b145a01f8a24a98b66e723274b24f5a87c3b7034ac7d5c551a92b0cfdb041d51","declaration":"export type ChannelTurnRecordOptions = ChannelTurnRecordOptions;","entrypoint":"inbound-reply-dispatch","exportName":"ChannelTurnRecordOptions","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"type","recordType":"export"}
|
|
{"closureHash":"4c1290dcec6d7fac7aec703ccec8b6b790ebbd4fa12c3c3c1d07f55b86075b5e","declaration":"export type DurableInboundReplyDeliveryParams = DurableInboundReplyDeliveryParams;","entrypoint":"inbound-reply-dispatch","exportName":"DurableInboundReplyDeliveryParams","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"type","recordType":"export"}
|
|
{"closureHash":"d7207dc28a2f179c2f25b5dc44bb674f7468449fd11ef2d19656a42c88abce52","declaration":"export type InboundReplyDispatchResult<TDispatchResult> = InboundReplyDispatchResult<TDispatchResult>;","entrypoint":"inbound-reply-dispatch","exportName":"InboundReplyDispatchResult","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"type","recordType":"export"}
|
|
{"closureHash":"b145a01f8a24a98b66e723274b24f5a87c3b7034ac7d5c551a92b0cfdb041d51","declaration":"export type InboundReplyRecordOptions = ChannelTurnRecordOptions;","entrypoint":"inbound-reply-dispatch","exportName":"InboundReplyRecordOptions","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"type","recordType":"export"}
|
|
{"closureHash":"5da63546645ac09fa2e077085f44bfc7c256efc72676e47828e57d6aedd13dd7","declaration":"export type PreparedInboundReply<TDispatchResult> = PreparedInboundReply<TDispatchResult>;","entrypoint":"inbound-reply-dispatch","exportName":"PreparedInboundReply","importSpecifier":"openclaw/plugin-sdk/inbound-reply-dispatch","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"infra-runtime","importSpecifier":"openclaw/plugin-sdk/infra-runtime","recordType":"module"}
|
|
{"closureHash":"1a1d9d71a6dbc9a10c36c32d939c9cf254dabc6f03212e0273e06bbf71b64383","declaration":"export function acquireFileLock(filePath: string, options: FileLockOptions): Promise<FileLockHandle>;","entrypoint":"infra-runtime","exportName":"acquireFileLock","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"007ffd6c81b40461bb310e32e55bb7407b2e032f822f8f23f246c80ff29847c6","declaration":"export function addAllowlistEntry(approvals: ExecApprovalsFile, agentId: string | undefined, pattern: string, options?: { argPattern?: string; source?: ExecAllowlistEntry[\"source\"]; }): void;","entrypoint":"infra-runtime","exportName":"addAllowlistEntry","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3c80694411cf8f805ebadf279c1191b0cf9800349e15ea3733a74314180ff377","declaration":"export function addDurableCommandApproval(approvals: ExecApprovalsFile, agentId: string | undefined, commandText: string): void;","entrypoint":"infra-runtime","exportName":"addDurableCommandApproval","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4dca71aa1302bdf45b835ed1389fe9ff257edea9590d1bae2d7d744a6ec21716","declaration":"export function analyzeArgvCommand(params: { argv: string[]; cwd?: string; env?: NodeJS.ProcessEnv; platform?: string | null; }): ExecCommandAnalysis;","entrypoint":"infra-runtime","exportName":"analyzeArgvCommand","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5d86efe1cc6e52d982e9e8155689729dc9a590c0f4c5b4659b0e66e4781ab5e","declaration":"export function analyzeWindowsShellCommand(params: { command: string; cwd?: string; env?: NodeJS.ProcessEnv; platform?: string | null; }): ExecCommandAnalysis;","entrypoint":"infra-runtime","exportName":"analyzeWindowsShellCommand","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function appendRegularFile(options: AppendRegularFileOptions): Promise<void>;","entrypoint":"infra-runtime","exportName":"appendRegularFile","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function appendRegularFileSync(options: AppendRegularFileOptions): void;","entrypoint":"infra-runtime","exportName":"appendRegularFileSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"30afb8b022273762b5b10e76c3cde167fa410f1d83855d1e5dacbae3d29a9870","declaration":"export function approvalDecisionLabel(decision: ExecApprovalDecision): string;","entrypoint":"infra-runtime","exportName":"approvalDecisionLabel","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54f01afa10b8e2ede8303fb2ff9a659cd0a3263d5d3b45d93e2b4d4a0ab57bb9","declaration":"export function areDiagnosticsEnabledForProcess(): boolean;","entrypoint":"infra-runtime","exportName":"areDiagnosticsEnabledForProcess","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function assertAbsolutePathInput(filePath: string): string;","entrypoint":"infra-runtime","exportName":"assertAbsolutePathInput","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b8d624ef8072a6fee7f743f6600e7e026871e7f08a441b3e651a3e68823e0f9e","declaration":"export function assertHostnameAllowedWithPolicy(hostname: string, policy?: SsrFPolicy): string;","entrypoint":"infra-runtime","exportName":"assertHostnameAllowedWithPolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c30e4d5a292578fd1544f41d45ff409717a40683d406aec40da554a2cbb8a680","declaration":"export function assertHttpUrlTargetsPrivateNetwork(url: string, params?: { dangerouslyAllowPrivateNetwork?: boolean | null; allowPrivateNetwork?: boolean | null; lookupFn?: LookupFn; errorMessage?: string; }): Promise<void>;","entrypoint":"infra-runtime","exportName":"assertHttpUrlTargetsPrivateNetwork","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function assertNoWindowsNetworkPath(filePath: string, label?: string): void;","entrypoint":"infra-runtime","exportName":"assertNoWindowsNetworkPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0122677533468179af90daad91a480b6673263ed023ab3ba10b913c5c71e0af1","declaration":"export function assertPublicHostname(hostname: string, lookupFn?: LookupFn): Promise<void>;","entrypoint":"infra-runtime","exportName":"assertPublicHostname","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function basenameFromMediaSource(source?: string): string | undefined;","entrypoint":"infra-runtime","exportName":"basenameFromMediaSource","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"593f5b94a9bcb22b24002c99e104107910865d377a4449ab531ca002bdfc5278","declaration":"export function bindAbortRelay(controller: AbortController): () => void;","entrypoint":"infra-runtime","exportName":"bindAbortRelay","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"17167af7be3aba5a7f7a34021eea836879f584c987a51b52b5b95340aac6877f","declaration":"export function buildApprovalButtonPresentation(params: BuildApprovalPresentationParams): MessagePresentation | undefined;","entrypoint":"infra-runtime","exportName":"buildApprovalButtonPresentation","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8476939ec721dad77e3010a2c3d5f56004f90753e60589acc5852bccaa44640e","declaration":"export function buildApprovalPresentationFromActionDescriptors(actions: readonly ExecApprovalActionDescriptor[]): MessagePresentation | undefined;","entrypoint":"infra-runtime","exportName":"buildApprovalPresentationFromActionDescriptors","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0495885c9534e825297fbec369925af7865b98b57ded3cb7a92547fe3e6272f","declaration":"export function buildEnforcedShellCommand(params: { command: string; segments: ExecCommandSegment[]; platform?: string | null; }): { ok: boolean; command?: string; reason?: string; };","entrypoint":"infra-runtime","exportName":"buildEnforcedShellCommand","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"546f3429c789cef84af03ee8b4ad2ce8c21887bd709405197ee8ace3ea6255f1","declaration":"export function buildExecApprovalActionDescriptors(params: BuildExecApprovalActionDescriptorsParams): ExecApprovalActionDescriptor[];","entrypoint":"infra-runtime","exportName":"buildExecApprovalActionDescriptors","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5cbaa975c7f5eead4a397f3d997ead06f902618c8897795c40e07d09b573f5f1","declaration":"export function buildExecApprovalCommandText(params: { approvalCommandId: string; decision: ExecApprovalReplyDecision; }): string;","entrypoint":"infra-runtime","exportName":"buildExecApprovalCommandText","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dca93ac30a7601cec3f7a9956c2a2e2a7b3455e1b9d0a79cab99e7580caa6836","declaration":"export function buildExecApprovalPendingReplyPayload(params: ExecApprovalPendingReplyParams): ReplyPayload;","entrypoint":"infra-runtime","exportName":"buildExecApprovalPendingReplyPayload","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b8e5345de2b3e1b94ed55489bc22ed5edf9dac679d375599a3f9ac87de1470ad","declaration":"export function buildExecApprovalPresentation(params: { approvalCommandId: string; ask?: string | null; allowedDecisions?: readonly ExecApprovalReplyDecision[]; }): MessagePresentation | undefined;","entrypoint":"infra-runtime","exportName":"buildExecApprovalPresentation","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cea2f88323f7ee90f70c863597395013c9e79342f7c8764a8f0d2a31d29901f8","declaration":"export function buildExecApprovalUnavailableReplyPayload(params: ExecApprovalUnavailableReplyParams): ReplyPayload;","entrypoint":"infra-runtime","exportName":"buildExecApprovalUnavailableReplyPayload","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"807af58fb928905b1b0a503b32880b9ae845f1a0e2e5690859a867ddc38455dc","declaration":"export function buildHostnameAllowlistPolicyFromSuffixAllowlist(allowHosts?: readonly string[]): SsrFPolicy | undefined;","entrypoint":"infra-runtime","exportName":"buildHostnameAllowlistPolicyFromSuffixAllowlist","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"756f5d86d403cb9c332bcf11b1beaa5802220ef9a2ac6fc33761d5fb506a576f","declaration":"export function buildPluginApprovalExpiredMessage(request: PluginApprovalRequest): string;","entrypoint":"infra-runtime","exportName":"buildPluginApprovalExpiredMessage","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"280499017a0fda0605fecdcb694329ff51b70422771baab34cdb43925ad8738d","declaration":"export function buildPluginApprovalRequestMessage(request: PluginApprovalRequest, nowMsValue: number): string;","entrypoint":"infra-runtime","exportName":"buildPluginApprovalRequestMessage","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8596dc4be78627dc7e28ec11b84444763abf5f8d0220f069cd8e1504cff51b07","declaration":"export function buildPluginApprovalResolvedMessage(resolved: PluginApprovalResolved): string;","entrypoint":"infra-runtime","exportName":"buildPluginApprovalResolvedMessage","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c188e053c6b7c8039faa0ae11391f71c22f3077246b78bf21d708668a1fa60a1","declaration":"export function buildTimeoutAbortSignal(params: TimeoutAbortSignalParams): { signal?: AbortSignal; cleanup: () => void; refresh: () => void; };","entrypoint":"infra-runtime","exportName":"buildTimeoutAbortSignal","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"511baed355f50d9a6f20845b89b51395d486e5319b2cb8b3699c7a74dda6c1d3","declaration":"export function buildTypedApprovalActionDescriptors(params: BuildExecApprovalActionDescriptorsParams & { approvalKind: \"exec\" | \"plugin\"; }): TypedApprovalActionDescriptor[];","entrypoint":"infra-runtime","exportName":"buildTypedApprovalActionDescriptors","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"58ba7e2e115f99c3242cab60fc7211a2964c4a49b683d1d7f63170f9516d1701","declaration":"export function buildTypedApprovalPresentation(params: BuildApprovalPresentationParams & { approvalKind: \"exec\" | \"plugin\"; }): MessagePresentation | undefined;","entrypoint":"infra-runtime","exportName":"buildTypedApprovalPresentation","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"309fb26b0ff5ddc84ce34c49254c4006c210b61d5b0ef04dc2369912d8f67c2e","declaration":"export function buildTypedExecApprovalPendingReplyPayload(params: ExecApprovalPendingReplyParams): ReplyPayload;","entrypoint":"infra-runtime","exportName":"buildTypedExecApprovalPendingReplyPayload","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dd3854013e7d4ae6ed1a4af7b7d17087de67d143a9a4cf586e5b1c0d9b7f0e2e","declaration":"export function buildTypedExecApprovalPresentation(params: { approvalCommandId: string; ask?: string | null; allowedDecisions?: readonly ExecApprovalReplyDecision[]; }): MessagePresentation | undefined;","entrypoint":"infra-runtime","exportName":"buildTypedExecApprovalPresentation","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function canonicalPathFromExistingAncestor(filePath: string): Promise<string>;","entrypoint":"infra-runtime","exportName":"canonicalPathFromExistingAncestor","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4b39e63869d352ab6cefe0cf262775ba458ac52aec4ff17b1cfac443b2825afb","declaration":"export function clampTimerTimeoutMs(valueMs: unknown, minMs?: number): number | undefined;","entrypoint":"infra-runtime","exportName":"clampTimerTimeoutMs","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"34a7c01830aaf14b3b5e3d32c29d43241853bd103f3977d8ffd29c09dc93638e","declaration":"export function closeDispatcher(dispatcher?: Dispatcher | null): Promise<void>;","entrypoint":"infra-runtime","exportName":"closeDispatcher","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ea3ea61f746688370e9c8a265d0668cb295f2a2a3a23e21f8f893cb89ed638cb","declaration":"export function collectErrorGraphCandidates(err: unknown, resolveNested?: (current: Record<string, unknown>) => Iterable<unknown>): unknown[];","entrypoint":"infra-runtime","exportName":"collectErrorGraphCandidates","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cef0bdc269d367e0a398c222a9b66061655c2a04a552e1297d8f56da11d4c5e0","declaration":"export function commandRequiresSecurityAuditSuppressionApproval(params: { command: string; cwd?: string; env?: NodeJS.ProcessEnv; segments: Array<{ argv: string[]; raw?: string; }>; }): boolean;","entrypoint":"infra-runtime","exportName":"commandRequiresSecurityAuditSuppressionApproval","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5923f496a057f1690aa5f78f378d21ab774b1e5fa7a22d78e83b3a3305522e73","declaration":"export function computeBackoff(policy: BackoffPolicy, attempt: number): number;","entrypoint":"infra-runtime","exportName":"computeBackoff","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bb93bb26d0db9d59b14050611d4d295984d6bbf8441d8ac9cabd698dbfc84fc5","declaration":"export function consumeSelectedSystemEventEntries(sessionKey: string, consumedEntries: readonly SystemEvent[]): SystemEvent[];","entrypoint":"infra-runtime","exportName":"consumeSelectedSystemEventEntries","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2d5a25404796a1d71c90f1d95291ed5a3df7a7ebd14875f4f375f92ccb6f8434","declaration":"export function consumeSystemEventEntries(sessionKey: string, consumedEntries: readonly SystemEvent[]): SystemEvent[];","entrypoint":"infra-runtime","exportName":"consumeSystemEventEntries","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function createAsyncLock(): <T>(fn: () => Promise<T>) => Promise<T>;","entrypoint":"infra-runtime","exportName":"createAsyncLock","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"78b55e2bc770574525e5e61a9f89b8522332acd4f859fabb768eb4b73730854d","declaration":"export function createChannelApiRetryRunner(params: { retry?: RetryConfig; configRetry?: RetryConfig; verbose?: boolean; retryAfterMaxDelayMs?: number; shouldRetry?: RetryOptions[\"shouldRetry\"]; retryAfterMs?: RetryOptions[\"retryAfterMs\"]; strictShouldRetry?: boolean; }): RetryRunner;","entrypoint":"infra-runtime","exportName":"createChannelApiRetryRunner","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1700cbf07d2f0a3827e21f7e995ce731a816a86d05ba05319a5ed3e2a6204e08","declaration":"export function createChannelNativeApprovalRuntime<TPendingEntry, TPreparedTarget, TPendingContent, TRequest extends ApprovalRequest = ApprovalRequest, TResolved extends ApprovalResolved = ApprovalResolved>(adapter: ChannelNativeApprovalRuntimeAdapter<TPendingEntry, TPreparedTarget, TPendingContent, TRequest, TResolved>): ExecApprovalChannelRuntime<TRequest, TResolved>;","entrypoint":"infra-runtime","exportName":"createChannelNativeApprovalRuntime","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"785b0f750c5bd20f9f3ca081886a5af79ee0e4d2c38f78f769bf994b234f5076","declaration":"export function createDedupeCache(options: DedupeCacheOptions): DedupeCache;","entrypoint":"infra-runtime","exportName":"createDedupeCache","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ee5c9bae643a47df588b86cf7359d82eaa8c823bad0b0adc94e33a5ec6449417","declaration":"export function createExecApprovalChannelRuntime<TPending, TRequest extends ApprovalRequestEvent = ExecApprovalRequest, TResolved extends ApprovalResolvedEvent = ExecApprovalResolved>(adapter: ExecApprovalChannelRuntimeAdapter<TPending, TRequest, TResolved>): ExecApprovalChannelRuntime<TRequest, TResolved>;","entrypoint":"infra-runtime","exportName":"createExecApprovalChannelRuntime","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"31af01d3fc64edb76824fba81fdfeb8f08e64c8550950f9b6712126d8b63fbb0","declaration":"export function createLegacyPrivateNetworkDoctorContract(params: { channelKey: string; }): { legacyConfigRules: ChannelDoctorLegacyConfigRule[]; normalizeCompatibilityConfig: (params: { cfg: OpenClawConfig; }) => ChannelDoctorConfigMutation; };","entrypoint":"infra-runtime","exportName":"createLegacyPrivateNetworkDoctorContract","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6f367f332309fd7947ed7a802a570f6bfd3cdd65390349d5d4e3b346a12437ce","declaration":"export function createPinnedDispatcher(pinned: PinnedHostname, policy?: PinnedDispatcherPolicy, ssrfPolicy?: SsrFPolicy, timeoutMs?: number): Dispatcher;","entrypoint":"infra-runtime","exportName":"createPinnedDispatcher","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0f4914857641d379d197fb6cf08adbdf6afe32e4601c929fb5ee26ebe6b3a475","declaration":"export function createPinnedLookup(params: { hostname: string; addresses: string[]; fallback?: typeof dnsLookupCb; }): typeof dnsLookupCb;","entrypoint":"infra-runtime","exportName":"createPinnedLookup","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5c8af1c15cb5b76b9315c71eed511ce43fcf6eb6973f24d36c63e61761bb9d57","declaration":"export function createRateLimitRetryRunner(params: { retry?: RetryConfig; configRetry?: RetryConfig; verbose?: boolean; defaults: Required<RetryConfig>; logLabel: string; shouldRetry: (err: unknown) => boolean; retryAfterMs?: (err: unknown) => number | undefined; }): RetryRunner;","entrypoint":"infra-runtime","exportName":"createRateLimitRetryRunner","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d934828dfca3782d302de428edb678320bafaaf43732a885df3a78c9775e49c6","declaration":"export function createRuntimeOutboundDelegates<Runtime>(params: { getRuntime: () => MaybePromise<Runtime>; renderPresentation?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"renderPresentation\"] | null | undefined; unavailableMessage?: string; }; sendPayload?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendPayload\"] | null | undefined; unavailableMessage?: string; }; sendText?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendText\"] | null | undefined; unavailableMessage?: string; }; sendMedia?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendMedia\"] | null | undefined; unavailableMessage?: string; }; sendPoll?: { resolve: (runtime: Runtime) => ChannelOutboundAdapter[\"sendPoll\"] | null | undefined; unavailableMessage?: string; }; }): Pick<ChannelOutboundAdapter, OutboundMethod>;","entrypoint":"infra-runtime","exportName":"createRuntimeOutboundDelegates","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d1560d54f83a756aa3400e5f3f961129e5bd1700f92a6e7e8857527c52ef6059","declaration":"export function deliverApprovalRequestViaChannelNativePlan<TPreparedTarget, TPendingEntry, TRequest extends ApprovalRequest = ApprovalRequest>(params: { cfg: OpenClawConfig; accountId?: string | null; approvalKind: ChannelApprovalKind; request: TRequest; adapter?: ChannelApprovalNativeAdapter | null; prepareTarget: (params: { plannedTarget: ChannelApprovalNativePlannedTarget; request: TRequest; }) => PreparedChannelNativeApprovalTarget<TPreparedTarget> | null | Promise<PreparedChannelNativeApprovalTarget<TPreparedTarget> | null>; deliverTarget: (params: { plannedTarget: ChannelApprovalNativePlannedTarget; preparedTarget: TPreparedTarget; request: TRequest; }) => TPendingEntry | null | Promise<TPendingEntry | null>; onDeliveryError?: (params: { error: unknown; plannedTarget: ChannelApprovalNativePlannedTarget; request: TRequest; }) => void; onDuplicateSkipped?: (params: { plannedTarget: ChannelApprovalNativePlannedTarget; preparedTarget: PreparedChannelNativeApprovalTarget<TPreparedTarget>; request: TRequest; }) => void; onDelivered?: (params: { plannedTarget: ChannelApprovalNativePlannedTarget; preparedTarget: PreparedChannelNativeApprovalTarget<TPreparedTarget>; request: TRequest; entry: TPendingEntry; }) => void; }): Promise<ChannelNativeApprovalPlanDeliveryResult<TPendingEntry>>;","entrypoint":"infra-runtime","exportName":"deliverApprovalRequestViaChannelNativePlan","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9570907a3b539e63f6526f8ea2b900bf4ad98273ccfa1ad9a650691c5d7d9796","declaration":"export function detectErrorKind(err: unknown): ErrorKind | undefined;","entrypoint":"infra-runtime","exportName":"detectErrorKind","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"37ffac88002a43ba51bd0115f9b4827e5961465ea1ce518fba1bd0286782a547","declaration":"export function drainFileLockStateForTest(): Promise<void>;","entrypoint":"infra-runtime","exportName":"drainFileLockStateForTest","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f532f4e65e15f6f73e6a4dde642d9e9c0d930f2b98c10d73ebd325cfd50e79e8","declaration":"export function drainPendingDeliveries(opts: DrainPendingDeliveriesOptions): Promise<void>;","entrypoint":"infra-runtime","exportName":"drainPendingDeliveries","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"467468a9c734bada639fa022ad29644359b56023cd24829226de9861a33489cc","declaration":"export function drainSystemEventEntries(sessionKey: string): SystemEvent[];","entrypoint":"infra-runtime","exportName":"drainSystemEventEntries","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c2c7ea12b2230c72c22175b2a6b9c0ade4f06e3e05c1881b96decbd6c9f549b1","declaration":"export function drainSystemEvents(sessionKey: string): string[];","entrypoint":"infra-runtime","exportName":"drainSystemEvents","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"298015c846de36a95069a582e3c892b9e6a8cc89527cc52b8399022d292f405b","declaration":"export function emitDiagnosticEvent(event: DiagnosticEventInput): void;","entrypoint":"infra-runtime","exportName":"emitDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9a74596289b5fa3a4b8e3d86637c273ba8a719f9e34cca31c996d8df47f51182","declaration":"export function emitDiagnosticEventWithTrustedTraceContext(event: DiagnosticEventInput): void;","entrypoint":"infra-runtime","exportName":"emitDiagnosticEventWithTrustedTraceContext","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"44dda086b97cd21d8431e42400ddcd557e17b7913e01baf7ffbd903401271433","declaration":"export function emitFailoverEvent(event: Omit<DiagnosticFailoverEvent, \"seq\" | \"ts\" | \"type\">): void;","entrypoint":"infra-runtime","exportName":"emitFailoverEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f762914c72201b5b39046ddc10a1b75612b91bcf947cad03b2eaba38e5dee470","declaration":"export function emitHeartbeatEvent(evt: Omit<HeartbeatEventPayload, \"ts\">): void;","entrypoint":"infra-runtime","exportName":"emitHeartbeatEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"072a634a9cf123cc5529f99e12d4ad24c53833ec6fcb62bcc25375720e0e4fc6","declaration":"export function emitInternalDiagnosticEvent(event: DiagnosticEventInput): void;","entrypoint":"infra-runtime","exportName":"emitInternalDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f1fbd9376f12f6c8fd8fcc5396c3c7ed9a763c3b46f7590f3d7145cd27a0e820","declaration":"export function emitTrustedDiagnosticEvent(event: DiagnosticEventInput): void;","entrypoint":"infra-runtime","exportName":"emitTrustedDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c1464efc3dd199861975dede4e25c0e1175062ebcc6c7755c0563406fa413b4b","declaration":"export function emitTrustedDiagnosticEventWithPrivateData(event: DiagnosticEventInput, privateData?: DiagnosticEventPrivateData): void;","entrypoint":"infra-runtime","exportName":"emitTrustedDiagnosticEventWithPrivateData","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ebe03f3f084bca1f0071dec8b60856c76e3364c268e43ea274f9ecad210c2b76","declaration":"export function emitTrustedSecurityEvent(event: DiagnosticSecurityEventInput): void;","entrypoint":"infra-runtime","exportName":"emitTrustedSecurityEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"543d433759947ac597474c48654c88949043f5f505e81b6e12abb7f5aa907272","declaration":"export function emitTrustedSkillUsedDiagnosticEvent(event: TrustedSkillUsedEventInput, privateData?: DiagnosticEventPrivateData): void;","entrypoint":"infra-runtime","exportName":"emitTrustedSkillUsedDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"439a5386b2a40b418588e4602ea96d8da34e9bf3d2af1934600cbe577a299373","declaration":"export function enqueueSystemEvent(text: string, options: SystemEventOptions): boolean;","entrypoint":"infra-runtime","exportName":"enqueueSystemEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e504475a37c5bc3aa5eca3de288169885d4bfe323ffc820459f807ede4ac15c","declaration":"export function enqueueSystemEventEntry(text: string, options: SystemEventOptions): SystemEvent | null;","entrypoint":"infra-runtime","exportName":"enqueueSystemEventEntry","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"928f227a23b42aa330d818652f78a1255e43b51ed4e21bd2334ae3f1c31c9b88","declaration":"export function ensureAbsoluteDirectory(dirPath: string, options?: { scopeLabel?: string; mode?: number; }): Promise<{ ok: true; path: string; } | { ok: false; error: Error; }>;","entrypoint":"infra-runtime","exportName":"ensureAbsoluteDirectory","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b0a020bb42f3c0b577c25d7d624ed2d906b4699cb4dcc18ddbea3f989e07dc68","declaration":"export function ensureExecApprovals(): ExecApprovalsFile;","entrypoint":"infra-runtime","exportName":"ensureExecApprovals","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bfc2d34190a7003759b211bc61a4f6177f05bed6f75c092a9eaaed6aedb076cc","declaration":"export function ensureGlobalUndiciDispatcherStreamTimeouts(opts?: { timeoutMs?: number; }): void;","entrypoint":"infra-runtime","exportName":"ensureGlobalUndiciDispatcherStreamTimeouts","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"452a5788bde470ce56947f47ef35b77fe7df03685aee34b50a7517dc4276e57d","declaration":"export function ensureGlobalUndiciEnvProxyDispatcher(): void;","entrypoint":"infra-runtime","exportName":"ensureGlobalUndiciEnvProxyDispatcher","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8c4414c9ae71a0e376bde68320b62c2fce3b4d6572b54403ebea83f7cae926b6","declaration":"export function ensureGlobalUndiciStreamTimeouts(opts?: { timeoutMs?: number; }): void;","entrypoint":"infra-runtime","exportName":"ensureGlobalUndiciStreamTimeouts","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2aad18a086fd4844f11d29dacb3855776381f2ed7e7d1e568844c22af3c0bc6","declaration":"export function evaluateExecAllowlist(params: { analysis: ExecCommandAnalysis; } & ExecAllowlistContext): ExecAllowlistEvaluation;","entrypoint":"infra-runtime","exportName":"evaluateExecAllowlist","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"377ec74193487645153680a9d6dc8cd4900ec30c3ef34a2968c0da72e33aa06d","declaration":"export function evaluateExecAllowlistWithAuthorization(params: { analysis: ExecCommandAnalysis; command?: string; } & ExecAllowlistContext): Promise<ExecAllowlistEvaluation & { segments?: ExecCommandSegment[]; authorizationPlan?: ExecAuthorizationPlan; }>;","entrypoint":"infra-runtime","exportName":"evaluateExecAllowlistWithAuthorization","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fe991771ba949e94a156443fefc67d7089376f9473f323b7e93273ec33cd23f5","declaration":"export function evaluateShellAllowlist(params: { command: string; env?: NodeJS.ProcessEnv; } & ExecAllowlistContext): ExecAllowlistAnalysis;","entrypoint":"infra-runtime","exportName":"evaluateShellAllowlist","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"130fd5344726604d518cc7957f4271fed3b63f0e745b1b334b789f541c076c33","declaration":"export function evaluateShellAllowlistWithAuthorization(params: { command: string; env?: NodeJS.ProcessEnv; } & ExecAllowlistContext): Promise<ExecAllowlistAnalysis>;","entrypoint":"infra-runtime","exportName":"evaluateShellAllowlistWithAuthorization","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"785f58e22cfcbb092a13d6b49ee7cc7ff0dc4027ddcbc564082d2e9388c72235","declaration":"export function expandEnvNormalizationKeys(keys: Iterable<string>): Set<string>;","entrypoint":"infra-runtime","exportName":"expandEnvNormalizationKeys","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e59f8d82dd2afb7cfaed4215067356065651da1a396d119cba0c9c15ac71330a","declaration":"export function expandHomePrefix(input: string, opts?: { home?: string; env?: NodeJS.ProcessEnv; homedir?: () => string; }): string;","entrypoint":"infra-runtime","exportName":"expandHomePrefix","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ae3735d2fdca54733976722f8907d4360b5e5a589cc2e8008f2e144fd8eaffc4","declaration":"export function extractErrorCode(err: unknown): string | undefined;","entrypoint":"infra-runtime","exportName":"extractErrorCode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"45ba8090edb389eb2661b85eef641ab9b9e996f9915c7dac3ff4ff069fa555e2","declaration":"export function fetchWithRuntimeDispatcher(input: RequestInfo | URL, init?: DispatcherAwareRequestInit): Promise<Response>;","entrypoint":"infra-runtime","exportName":"fetchWithRuntimeDispatcher","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6a8a8c13b64746b6964693aa20012d4df8ef9d3d918429ea35d516fc678b6f44","declaration":"export function fetchWithSsrFGuard(params: GuardedFetchOptions): Promise<GuardedFetchResult>;","entrypoint":"infra-runtime","exportName":"fetchWithSsrFGuard","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e837660163535f70b303752bf83e8df2b06d9c48b1ae1d31a265f2bf3b84a6ca","declaration":"export function fetchWithTimeout(url: string, init: RequestInit, timeoutMs: number, fetchFn?: typeof fetch): Promise<Response>;","entrypoint":"infra-runtime","exportName":"fetchWithTimeout","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function findExistingAncestor(filePath: string): Promise<string | null>;","entrypoint":"infra-runtime","exportName":"findExistingAncestor","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"827932a034137dce2399357d13bcd6f66a14b8da83759d14cbe8ca778dc32d37","declaration":"export function finiteSecondsToTimerSafeMilliseconds(value: unknown, opts?: { floorSeconds?: boolean; }): number | undefined;","entrypoint":"infra-runtime","exportName":"finiteSecondsToTimerSafeMilliseconds","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d5066a34426d01d17f0e8d24dd07dd02e04885a0839f7159f48286963976ba3e","declaration":"export function forceResetGlobalDispatcher(opts?: { preserveProxylineManaged?: boolean; }): void;","entrypoint":"infra-runtime","exportName":"forceResetGlobalDispatcher","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9bfee4308a0baaa873b47f3a8f3ce5b0e66c13eb314e421d3735b8294d2044e2","declaration":"export function formatApprovalDisplayPath(value: string): string;","entrypoint":"infra-runtime","exportName":"formatApprovalDisplayPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f21ad331fcca25a009cee1145b2dd791f62acfb7cd351d04cce97d6a673d18b","declaration":"export function formatDiagnosticTraceparentForPropagation(event: { trace?: DiagnosticTraceContext; }, metadata: DiagnosticEventMetadata): string | undefined;","entrypoint":"infra-runtime","exportName":"formatDiagnosticTraceparentForPropagation","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f9f762ff1c45196e37290e105b176ab9f1ec3595a78799d1c118beabc9f26214","declaration":"export function formatDurationCompact(ms?: number | null, options?: FormatDurationCompactOptions): string | undefined;","entrypoint":"infra-runtime","exportName":"formatDurationCompact","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e55e1827e8c3aded97aacfc7a312ec065a90bcb34958e0e317cc9694db1feb23","declaration":"export function formatDurationHuman(ms?: number | null, fallback?: string): string;","entrypoint":"infra-runtime","exportName":"formatDurationHuman","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"deeb350a7c790f1de9679e3c9ffff08ac52fd8c24253a9ea93bcc60dd9aa91fd","declaration":"export function formatDurationPrecise(ms: number, options?: FormatDurationSecondsOptions): string;","entrypoint":"infra-runtime","exportName":"formatDurationPrecise","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2f0da89a303db0fc5d491913103077d41854977ddcde8796e547f1638a493c4","declaration":"export function formatDurationSeconds(ms: number, options?: FormatDurationSecondsOptions): string;","entrypoint":"infra-runtime","exportName":"formatDurationSeconds","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3123d3dbf25a02fccc946f2baf2a343628e80ac284735b42fb8ebc48de4d474d","declaration":"export function formatErrorMessage(err: unknown): string;","entrypoint":"infra-runtime","exportName":"formatErrorMessage","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"24a79fe59f9b6f373854eaad4a8c38072e4dd88573e9c92b3d67e36ad58d5f6a","declaration":"export function formatExecApprovalExpiresIn(expiresAtMs: number, nowMs: number): string;","entrypoint":"infra-runtime","exportName":"formatExecApprovalExpiresIn","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cf14732a57a72c0d6f8343ccc0b430c84b0b61cd3189bcc39a2dc73934c286f8","declaration":"export function formatUncaughtError(err: unknown): string;","entrypoint":"infra-runtime","exportName":"formatUncaughtError","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"89d8c92733a8e2367a2d0d14d4865c2903aea5d31276107c143683099bf26609","declaration":"export function generateSecureFraction(): number;","entrypoint":"infra-runtime","exportName":"generateSecureFraction","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8f7a481797ba9ca38d2633a25e536825df0b2b3d4484cc03d035ed83a484e565","declaration":"export function generateSecureHex(bytes?: number): string;","entrypoint":"infra-runtime","exportName":"generateSecureHex","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"554a5521f23b20ed5235f6ef173595cac1315f8b1ff61f3aced44b948be8750a","declaration":"export function generateSecureInt(maxExclusive: number): number;\nexport function generateSecureInt(minInclusive: number, maxExclusive: number): number;","entrypoint":"infra-runtime","exportName":"generateSecureInt","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c508865530cdf41f7a665db83358f1bbfc9ecaeaa896990b5657d897e2e9e0c","declaration":"export function generateSecureToken(bytes?: number): string;","entrypoint":"infra-runtime","exportName":"generateSecureToken","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"517122a962fb7ece6b42a8c6bb701ef29de320571b5ef3b323a74347317e9bcd","declaration":"export function generateSecureUuid(): string;","entrypoint":"infra-runtime","exportName":"generateSecureUuid","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6aa5d0f082a097dc1ec97461dd6ad13098d6a109a6550d6c82c16b0f4fbc2176","declaration":"export function getChannelActivity(params: { channel: ChannelId; accountId?: string | null; }): ActivityEntry;","entrypoint":"infra-runtime","exportName":"getChannelActivity","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6f58c9f29cfd83f31aca177dd368fda19bb26ad565118741f200f12e75639d62","declaration":"export function getExecApprovalApproverDmNoticeText(): string;","entrypoint":"infra-runtime","exportName":"getExecApprovalApproverDmNoticeText","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bfb7cef8e5738b0d0b44e843c36433d085fdf9ab02671b33130a1b86f78ae0ce","declaration":"export function getExecApprovalReplyMetadata(payload: ReplyPayload): ExecApprovalReplyMetadata | null;","entrypoint":"infra-runtime","exportName":"getExecApprovalReplyMetadata","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a45de9466e9bca6a2c518523648f0fb7bdd9f37c1c7c6021cbb6852c377bdf41","declaration":"export function getInternalDiagnosticEventSequence(): number;","entrypoint":"infra-runtime","exportName":"getInternalDiagnosticEventSequence","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6465e99ed2497cd6f82bcdb919e9dffd39c82f0788a454f340b71a12f36d8b5c","declaration":"export function getLastHeartbeatEvent(): HeartbeatEventPayload | null;","entrypoint":"infra-runtime","exportName":"getLastHeartbeatEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ff0ae99f959b824e74561b4aae1bb88b5aefe6f84ceb14c30cc2b213e2c2585e","declaration":"export function getProxyUrlFromFetch(fetchImpl?: typeof fetch): string | undefined;","entrypoint":"infra-runtime","exportName":"getProxyUrlFromFetch","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"03c1be97e640d3d014c9bbbe1d5ccc58d3e034904fd414326377fd9b829685ed","declaration":"export function hasDurableExecApproval(params: { analysisOk: boolean; segmentAllowlistEntries: Array<ExecAllowlistEntry | null>; allowlist?: readonly ExecAllowlistEntry[]; commandText?: string | null; }): boolean;","entrypoint":"infra-runtime","exportName":"hasDurableExecApproval","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function hasEncodedFileUrlSeparator(pathname: string): boolean;","entrypoint":"infra-runtime","exportName":"hasEncodedFileUrlSeparator","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b8f658180c712544badc01983f68e3c191de49ebc9366c7408282f662e368393","declaration":"export function hasEnvHttpProxyAgentConfigured(env?: NodeJS.ProcessEnv): boolean;","entrypoint":"infra-runtime","exportName":"hasEnvHttpProxyAgentConfigured","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"78eee2c21db8eafd2be7dc6dab4c3336e1cbde00f7b4d8789c0244731d8d45a6","declaration":"export function hasEnvHttpProxyConfigured(protocol?: \"http\" | \"https\", env?: NodeJS.ProcessEnv): boolean;","entrypoint":"infra-runtime","exportName":"hasEnvHttpProxyConfigured","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"098432d772814e8951c3e0d2c8efa13d513b44caa604a17eaa88ef0c6f49c04e","declaration":"export function hasErrnoCode(err: unknown, code: string): boolean;","entrypoint":"infra-runtime","exportName":"hasErrnoCode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"260657ccdd2d1d1bf86bf8837b659f9ffed8a671333c46b22eb8d2caa857a431","declaration":"export function hasExactCommandDurableExecApproval(params: { allowlist?: readonly ExecAllowlistEntry[]; commandText?: string | null; }): boolean;","entrypoint":"infra-runtime","exportName":"hasExactCommandDurableExecApproval","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5108c895cfecb6dae237c97e0a9a36df3dc35d9bf50bce4de81669f4ab8bd8b3","declaration":"export function hasLegacyFlatAllowPrivateNetworkAlias(value: unknown): boolean;","entrypoint":"infra-runtime","exportName":"hasLegacyFlatAllowPrivateNetworkAlias","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0a8a86bc881b799b52cf3328848660aa749d84bb827dc2a6199d1f59e65fc1b5","declaration":"export function hasNodeCommandAllowAlwaysMarker(params: { allowlist?: readonly ExecAllowlistEntry[]; commandText?: string | null; }): boolean;","entrypoint":"infra-runtime","exportName":"hasNodeCommandAllowAlwaysMarker","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"80c0bfb2c70a814355b05d55b0494e9c2678c44c5b07bbac3809a5dcd5fef154","declaration":"export function hasPendingInternalDiagnosticEvent(predicate: (event: DiagnosticEventPayload, metadata: DiagnosticEventMetadata) => boolean): boolean;","entrypoint":"infra-runtime","exportName":"hasPendingInternalDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f32020c8c1f3d825fdae1d0d38e9e8060e9ed8b8bb77c98e112f8307ea1cf027","declaration":"export function hasProxyEnvConfigured(env?: NodeJS.ProcessEnv): boolean;","entrypoint":"infra-runtime","exportName":"hasProxyEnvConfigured","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dc14150b8247611c4921eeab098217f8cce70cae151103c8dd4d0b7e1293f300","declaration":"export function hasSystemEvents(sessionKey: string): boolean;","entrypoint":"infra-runtime","exportName":"hasSystemEvents","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"08ddcc6ca9387f8de2385d0ac0f8d31870f81aab9e42a2189f0a294c28e1e79d","declaration":"export function hasSystemMark(text: string): boolean;","entrypoint":"infra-runtime","exportName":"hasSystemMark","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"35ed195e496161e3cb61f75c65d8aa0f0ff536962fd592ba2fcb5bdb4a9567ad","declaration":"export function installRequestBodyLimitGuard(req: IncomingMessage, res: ServerResponse, options: RequestBodyLimitGuardOptions): RequestBodyLimitGuard;","entrypoint":"infra-runtime","exportName":"installRequestBodyLimitGuard","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"58ab0e5a694cb7edd6eb774953ea49ff8ab09c0e3899e9e1fedc8906f16320c2","declaration":"export function isBlockedHostname(hostname: string): boolean;","entrypoint":"infra-runtime","exportName":"isBlockedHostname","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"56be62a2a1d692ab92a5f279e78c6f3272f474ab3676d786db3f0fe69a96df45","declaration":"export function isBlockedHostnameOrIp(hostname: string, policy?: SsrFPolicy): boolean;","entrypoint":"infra-runtime","exportName":"isBlockedHostnameOrIp","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7753f3c4277841c831fe895bf6233de0fd8a7ca912220f3249bb51f5dae18297","declaration":"export function isDiagnosticFlagEnabled(flag: string, cfg?: OpenClawConfig, env?: NodeJS.ProcessEnv): boolean;","entrypoint":"infra-runtime","exportName":"isDiagnosticFlagEnabled","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9200a71ae69fd21ed43d1ec81d595badf58b2617aeebd77733f75b0bf050df1c","declaration":"export function isDiagnosticsEnabled(config?: OpenClawConfig): boolean;","entrypoint":"infra-runtime","exportName":"isDiagnosticsEnabled","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2eb4f38c3ae26c2cce07deeb2a035e897b1f42e823b10678cb6f87e8a18153dc","declaration":"export function isErrno(err: unknown): err is NodeJS.ErrnoException;","entrypoint":"infra-runtime","exportName":"isErrno","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1ecccc88385e469fd68321c22cd98c22442b71b7821ee4972e9b644bb3afd271","declaration":"export function isExecApprovalChannelRuntimeTerminalStartError(error: unknown): error is ExecApprovalChannelRuntimeTerminalStartError;","entrypoint":"infra-runtime","exportName":"isExecApprovalChannelRuntimeTerminalStartError","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4d5992c29e2b83db42aead34231642e0a1a3f8c57915d512f6a69d7e474a2f3f","declaration":"export function isExecApprovalDecisionAllowed(params: { decision: ExecApprovalDecision; ask?: string | null; }): boolean;","entrypoint":"infra-runtime","exportName":"isExecApprovalDecisionAllowed","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"aff72cba21c96e0afd5d377e4917355e1420e5213cd6d6bfe585ba0139bbefef","declaration":"export function isFastTestRuntimeEnv(env?: NodeJS.ProcessEnv): boolean;","entrypoint":"infra-runtime","exportName":"isFastTestRuntimeEnv","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"16735d78bef2d8e058e5cac17e1a5f170be831587698fbcc4741452327023aef","declaration":"export function isHeartbeatEnabledForAgent(cfg: OpenClawConfig, agentId?: string): boolean;","entrypoint":"infra-runtime","exportName":"isHeartbeatEnabledForAgent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"21e4b97ebd887b8514d615304630c4aa07a149e7c7c3228988bf669a5d79b43a","declaration":"export function isHostnameAllowedByPattern(hostname: string, pattern: string): boolean;","entrypoint":"infra-runtime","exportName":"isHostnameAllowedByPattern","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"476e9cf37fe311e296c19b6a591f00ad912d4632401b78f2141d8f10b02aaad7","declaration":"export function isHttpsUrlAllowedByHostnameSuffixAllowlist(url: string, allowlist: readonly string[]): boolean;","entrypoint":"infra-runtime","exportName":"isHttpsUrlAllowedByHostnameSuffixAllowlist","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f9d51baf421a026d12d4bfb75ec3fb49b383b4dcaab06de966077ec3bc4b991a","declaration":"export function isInternalDiagnosticEventMetadata(metadata: DiagnosticEventMetadata): boolean;","entrypoint":"infra-runtime","exportName":"isInternalDiagnosticEventMetadata","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function isPathInside(root: string, target: string): boolean;","entrypoint":"infra-runtime","exportName":"isPathInside","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7dc32d33a31169e7573c5cc5b71ad0a49f604c50bf1b04df9a77c84628cf893a","declaration":"export function isPrivateIpAddress(address: string, policy?: SsrFPolicy): boolean;","entrypoint":"infra-runtime","exportName":"isPrivateIpAddress","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0d91c4982cc1fce890aba0d7afdfa16efdb1f7398a87d92fc6a5ac28d32d550d","declaration":"export function isPrivateNetworkAllowedByPolicy(policy?: SsrFPolicy): boolean;","entrypoint":"infra-runtime","exportName":"isPrivateNetworkAllowedByPolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9da4d04bb9742371795bf890504a317f7e1e63454ec003a0aa7e0a5b8b18dd58","declaration":"export function isPrivateNetworkOptInEnabled(input: PrivateNetworkOptInInput): boolean;","entrypoint":"infra-runtime","exportName":"isPrivateNetworkOptInEnabled","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"026e081d80f4c49539e35bc01bdfdbd1e956f4f89d88e4d842192351d65ea7f0","declaration":"export function isRequestBodyLimitError(error: unknown, code?: RequestBodyLimitErrorCode): error is RequestBodyLimitError;","entrypoint":"infra-runtime","exportName":"isRequestBodyLimitError","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0d9ae527bce143d9730c48019eb9fe158c88ebf89e6a06824da5c59c3cae85b4","declaration":"export function isSafeBinUsage(params: { argv: string[]; resolution: ExecutableResolution | null; safeBins: Set<string>; platform?: string | null; trustedSafeBinDirs?: ReadonlySet<string>; safeBinProfiles?: Readonly<Record<string, SafeBinProfile>>; isTrustedSafeBinPathFn?: typeof isTrustedSafeBinPath; }): boolean;","entrypoint":"infra-runtime","exportName":"isSafeBinUsage","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bcc9c53d42127417c5482b91fa0173a24a3797703a5ad72229f3aa9472a7c497","declaration":"export function isSafeScpRemoteHost(value: string | null | undefined): boolean;","entrypoint":"infra-runtime","exportName":"isSafeScpRemoteHost","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"389a2347b020d2519335d20824f71a52a3f59873756730bbe9ae0da9f2b43fca","declaration":"export function isSafeScpRemotePath(value: string | null | undefined): boolean;","entrypoint":"infra-runtime","exportName":"isSafeScpRemotePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fa49415e4d89a75f8f5fbaaab64c709d3016990bd2de511a97be8218432c0fb2","declaration":"export function isSameSsrFPolicy(a?: SsrFPolicy, b?: SsrFPolicy): boolean;","entrypoint":"infra-runtime","exportName":"isSameSsrFPolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"30cfa3ad2fe2ca5d386887c38163396bd335fa64a0ad216360740d081cb539d4","declaration":"export function isSystemEventContextChanged(sessionKey: string, contextKey?: string | null): boolean;","entrypoint":"infra-runtime","exportName":"isSystemEventContextChanged","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a0aa5804eef330ac2852295e363afdbbb8d578d78a66fb913f663539f5d701ed","declaration":"export function isTruthyEnvValue(value?: string): boolean;","entrypoint":"infra-runtime","exportName":"isTruthyEnvValue","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ad5a0da0dd9f464dc78215e8e4c38b6ae72520b0976be4d193bd2d3a5f71abf2","declaration":"export function isVitestRuntimeEnv(env?: NodeJS.ProcessEnv): boolean;","entrypoint":"infra-runtime","exportName":"isVitestRuntimeEnv","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c8cc6c4deb70723b5ecf82e1ba643c6f01e4538ac826a0d18a02be9f178872ea","declaration":"export function isWSL(): Promise<boolean>;","entrypoint":"infra-runtime","exportName":"isWSL","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d4b84b848bd51dba69651d1523c2641c21680f5c19672b2e60b645744b41716e","declaration":"export function isWSL2Sync(): boolean;","entrypoint":"infra-runtime","exportName":"isWSL2Sync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0c57f5302447ce38dec30ae6985c341d618472aef50119f35b996bb5cf8e62ec","declaration":"export function isWSLEnv(env?: Record<string, string | undefined>): boolean;","entrypoint":"infra-runtime","exportName":"isWSLEnv","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"66d7431f025354022c2ba049bc450f99d2cd8bb5cf5917c0183c1e688faf25db","declaration":"export function isWSLSync(): boolean;","entrypoint":"infra-runtime","exportName":"isWSLSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function isWindowsNetworkPath(filePath: string, platform?: NodeJS.Platform): boolean;","entrypoint":"infra-runtime","exportName":"isWindowsNetworkPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d19543e6d7897368f41bd67702a1ad0db96936ce22aa792f0287592f65dcf83","declaration":"export function isWindowsPlatform(platform?: string | null): boolean;","entrypoint":"infra-runtime","exportName":"isWindowsPlatform","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"825745d121cfc50605777f4fee0e3708881f61e7bb045e71d6cfaf6e11e487f0","declaration":"export function loadExecApprovals(): ExecApprovalsFile;","entrypoint":"infra-runtime","exportName":"loadExecApprovals","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b3d546260bd2eb4513fa668ddfab0b203767a2175f57c15657b3ca8281a1c9d3","declaration":"export function loadSecretFileSync(filePath: string, label: string, options?: Parameters<typeof readSecretFileSyncImpl>[2]): SecretFileReadResult;","entrypoint":"infra-runtime","exportName":"loadSecretFileSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54e22dce7ef02b1e6f6e47014e23514f145c6d5271ed918681ecc14f51c14bdf","declaration":"export function logAcceptedEnvOption(option: AcceptedEnvOption): void;","entrypoint":"infra-runtime","exportName":"logAcceptedEnvOption","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e5d6d9a75a21116310aaae435b109916a3c79980741991daa03559035beb3df6","declaration":"export function makeProxyFetch(proxyUrl: string): typeof fetch;","entrypoint":"infra-runtime","exportName":"makeProxyFetch","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6935fb9dcc677348565bda746e9c37e74e19ecacabe7d1514e1624501eb69469","declaration":"export function matchAllowlist(entries: ExecAllowlistEntry[], resolution: ExecutableResolution | null, argv?: string[], platform?: string | null): ExecAllowlistEntry | null;","entrypoint":"infra-runtime","exportName":"matchAllowlist","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0eb6438a661a15846c2245dc9a0dd232d1eb9fe6101a9c9c42759c1b785e4dd","declaration":"export function matchesDiagnosticFlag(flag: string, enabledFlags: string[]): boolean;","entrypoint":"infra-runtime","exportName":"matchesDiagnosticFlag","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0a84a1897e441140bfdbe1337862d1078ff3f1b507e62fbc4b143193c9684071","declaration":"export function matchesHostnameAllowlist(hostname: string, allowlist: string[]): boolean;","entrypoint":"infra-runtime","exportName":"matchesHostnameAllowlist","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4db145638b3f7fb5615ebee0279afe0d59e27eb6204e2e1e0d9a399268bbb45d","declaration":"export function matchesNoProxy(targetUrl: string, env?: NodeJS.ProcessEnv): boolean;","entrypoint":"infra-runtime","exportName":"matchesNoProxy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"34f0dc0480f2fccf47f1dabf4b98caf8f0c9001db879eb491644d98a3d4bfd54","declaration":"export function maxAsk(a: ExecAsk, b: ExecAsk): ExecAsk;","entrypoint":"infra-runtime","exportName":"maxAsk","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"29c529c61f9404126d2d01b65f713c51dd49f0766e2652fbe2b810fc938651fb","declaration":"export function mergeExecApprovalsSocketDefaults(params: { normalized: ExecApprovalsFile; current?: ExecApprovalsFile; }): ExecApprovalsFile;","entrypoint":"infra-runtime","exportName":"mergeExecApprovalsSocketDefaults","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e814fbcbb93cd2c687d8833802175bf69b3bc3ff4302a39f95e91c8592269e1","declaration":"export function mergeSsrFPolicies(...policies: Array<SsrFPolicy | undefined>): SsrFPolicy | undefined;","entrypoint":"infra-runtime","exportName":"mergeSsrFPolicies","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c3031bb8d92e412b501790293e2e0f606ce058df266d8eec279b28d5c7d1a48","declaration":"export function migrateLegacyFlatAllowPrivateNetworkAlias(params: { entry: Record<string, unknown>; pathPrefix: string; changes: string[]; }): { entry: Record<string, unknown>; changed: boolean; };","entrypoint":"infra-runtime","exportName":"migrateLegacyFlatAllowPrivateNetworkAlias","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f89dfc7e11640bfba394bd34326ef65f7a8f25b966f16b916f22992768784413","declaration":"export function minSecurity(a: ExecSecurity, b: ExecSecurity): ExecSecurity;","entrypoint":"infra-runtime","exportName":"minSecurity","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function movePathToTrash(targetPath: string, options?: MovePathToTrashOptions): Promise<string>;","entrypoint":"infra-runtime","exportName":"movePathToTrash","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b77a5f0b1f95a455adf881b02f0d96dee2ae3408c608d4d63072938c29187b65","declaration":"export function nonNegativeSecondsToSafeMilliseconds(value: unknown): number | undefined;","entrypoint":"infra-runtime","exportName":"nonNegativeSecondsToSafeMilliseconds","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7e363672a92d9222a325496344623b549dde4c29682a9771df5d66f4d2e167ca","declaration":"export function normalizeEnv(): void;","entrypoint":"infra-runtime","exportName":"normalizeEnv","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"646ef6c6db9b294d3403ad664f7cf082ded5513f93d38be6bffac48fcd8d094d","declaration":"export function normalizeExecApprovalUnavailableDecisions(decisions?: readonly string[] | readonly ExecApprovalUnavailableDecision[] | null): readonly ExecApprovalUnavailableDecision[];","entrypoint":"infra-runtime","exportName":"normalizeExecApprovalUnavailableDecisions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d3f67dbd9a8d513faef2abdb93078d4da8d0374c91685f3094fa35232484b573","declaration":"export function normalizeExecApprovals(file: ExecApprovalsFile): ExecApprovalsFile;","entrypoint":"infra-runtime","exportName":"normalizeExecApprovals","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ff067757e3b50b9200f568ab6ee8bbc5d36ef1b661417edfb19ed4bdebe5a58","declaration":"export function normalizeExecAsk(value?: string | null): ExecAsk | null;","entrypoint":"infra-runtime","exportName":"normalizeExecAsk","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"57c5ac3817b64b1a2d253e432de1ec5c0d06579f1d9a78a649d99fddd40ba591","declaration":"export function normalizeExecHost(value?: string | null): ExecHost | null;","entrypoint":"infra-runtime","exportName":"normalizeExecHost","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f594447cbce1a65c7b635f599cb4ad503e69bd5d01861e54a49b8d0f72b0fd08","declaration":"export function normalizeExecMode(value?: string | null): ExecMode | null;","entrypoint":"infra-runtime","exportName":"normalizeExecMode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6edb0592e96017600cc10d5d9dd2d78da061f76a8a54d43493dbb56f62c0b378","declaration":"export function normalizeExecSecurity(value?: string | null): ExecSecurity | null;","entrypoint":"infra-runtime","exportName":"normalizeExecSecurity","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2f3eac7cc32fed876ff01503ef2704e8cf838673502731cda957d15c78ec158f","declaration":"export function normalizeExecTarget(value?: string | null): ExecTarget | null;","entrypoint":"infra-runtime","exportName":"normalizeExecTarget","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9a402a3431a9750f766d1c70c0b1afe27c5d4925c0692eb92dc8cd2fb50beba2","declaration":"export function normalizeHostname(hostname: string): string;","entrypoint":"infra-runtime","exportName":"normalizeHostname","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b56d0160f2b7b04e3fd8587d75e78a49aa1a7e0cc09c000bb44f84df76a8faa0","declaration":"export function normalizeHostnameAllowlist(values?: string[]): string[];","entrypoint":"infra-runtime","exportName":"normalizeHostnameAllowlist","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c19a095cdbf2e34db230d2009957430e50a75ac96b0b0b829d55c634c65de7e1","declaration":"export function normalizeHostnameSuffixAllowlist(input?: readonly string[], defaults?: readonly string[]): string[];","entrypoint":"infra-runtime","exportName":"normalizeHostnameSuffixAllowlist","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b7ac4ecf352916febb4dc6d1389b9cd99820568b63f925b0cb60a8978abc7053","declaration":"export function normalizeOutboundIdentity(identity?: OutboundIdentity | null): OutboundIdentity | undefined;","entrypoint":"infra-runtime","exportName":"normalizeOutboundIdentity","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"68b473870f79271d5950f8d0a7848dbff6745a73bba0f1f33655204dbf76f162","declaration":"export function normalizeSafeBins(entries?: readonly string[]): Set<string>;","entrypoint":"infra-runtime","exportName":"normalizeSafeBins","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a00e61b2eb5787ee8d0dc5f5a1a7baced744fd3ad7a338f5604c5983bdcd5dd5","declaration":"export function normalizeScpRemoteHost(value: string | null | undefined): string | undefined;","entrypoint":"infra-runtime","exportName":"normalizeScpRemoteHost","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cacc177c86adcd5a4d224e01acf7eb553eca7580c8c699d57dbfc4e549b920db","declaration":"export function normalizeScpRemotePath(value: string | null | undefined): string | undefined;","entrypoint":"infra-runtime","exportName":"normalizeScpRemotePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b567c3d1cfefddc6882586b56da5e7458bb0aca4ff94dfe8eb91140fa346009c","declaration":"export function normalizeZaiEnv(env?: NodeJS.ProcessEnv): void;","entrypoint":"infra-runtime","exportName":"normalizeZaiEnv","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0a01449c04a4aa423982aec83b7588ee7246c92b8c0d2d82e851414fe3717a79","declaration":"export function onDiagnosticEvent(listener: (evt: DiagnosticEventPayload) => void): () => void;","entrypoint":"infra-runtime","exportName":"onDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"93a9586d772c4018ddc62cfd6de63963176176097c55651625d4ebacae325056","declaration":"export function onHeartbeatEvent(listener: (evt: HeartbeatEventPayload) => void): () => void;","entrypoint":"infra-runtime","exportName":"onHeartbeatEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd97523d08869551fbac8e6eea8f6e76f60cd65bbb785d440aebbd66f08a876e","declaration":"export function onInternalDiagnosticEvent(listener: DiagnosticEventListener): () => void;","entrypoint":"infra-runtime","exportName":"onInternalDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2f6be997cde4e4c8bb5ab2f9c5e9cd114271eed2b79b2785db7a410c1beccf2d","declaration":"export function onTrustedInternalDiagnosticEvent(listener: TrustedDiagnosticEventListener): () => void;","entrypoint":"infra-runtime","exportName":"onTrustedInternalDiagnosticEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2d977d7b293f28f1bdc6b95f7f34990726fdddaeca4ac42b3f046d76f527bcc6","declaration":"export function onTrustedToolExecutionEvent(listener: TrustedToolExecutionEventListener): () => void;","entrypoint":"infra-runtime","exportName":"onTrustedToolExecutionEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function openLocalFileSafely(params: { filePath: string; }): Promise<OpenResult>;","entrypoint":"infra-runtime","exportName":"openLocalFileSafely","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7046a6d6ca47eae652d7f391fa3112ce8be5c2d3e9c3fb035c3492f57e673424","declaration":"export function parseExecApprovalCommandText(raw: string): { approvalId: string; decision: ExecApprovalReplyDecision; } | null;","entrypoint":"infra-runtime","exportName":"parseExecApprovalCommandText","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a6ad68b89660bf999d1ef617b70cae8e29e727d222d48d134b0d4f37cf5d2e8e","declaration":"export function parseExecArgvToken(raw: string): ExecArgvToken;","entrypoint":"infra-runtime","exportName":"parseExecArgvToken","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1b4c281d27d98dd358c598879e048447d3be1855a4e7f27dc769e20cdef38a10","declaration":"export function parseFiniteNumber(value: unknown): number | undefined;","entrypoint":"infra-runtime","exportName":"parseFiniteNumber","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"35e6fd636ae00132a4b61439bd6932cd2f2f7b3d3870f239f7d3935babcce365","declaration":"export function parseStrictFiniteNumber(value: unknown): number | undefined;","entrypoint":"infra-runtime","exportName":"parseStrictFiniteNumber","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0eecec70484482da2e1775cd09bd90c1a1b7a5541b6fe77ea28ce355c475becd","declaration":"export function parseStrictInteger(value: unknown): number | undefined;","entrypoint":"infra-runtime","exportName":"parseStrictInteger","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"81868d47c9f88ffe7a998bf05379806defdcc4dfcd6afa9fa096ef6f84a5c16e","declaration":"export function parseStrictNonNegativeInteger(value: unknown): number | undefined;","entrypoint":"infra-runtime","exportName":"parseStrictNonNegativeInteger","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7024da55c2fffd041869aa12cca99a6ebbe4e961ce255e08c83aadc48e3bc574","declaration":"export function parseStrictPositiveInteger(value: unknown): number | undefined;","entrypoint":"infra-runtime","exportName":"parseStrictPositiveInteger","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function pathExists(filePath: string): Promise<boolean>;","entrypoint":"infra-runtime","exportName":"pathExists","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function pathExistsSync(filePath: string): boolean;","entrypoint":"infra-runtime","exportName":"pathExistsSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bdea8f40071c9214092f480ae74524211767d3076100d8524dfd7cd6e3154f88","declaration":"export function peekSystemEventEntries(sessionKey: string): SystemEvent[];","entrypoint":"infra-runtime","exportName":"peekSystemEventEntries","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4deee9749312034c2c46785894c32878b348e63232aec015b8ac733ce05eb5b7","declaration":"export function peekSystemEvents(sessionKey: string): string[];","entrypoint":"infra-runtime","exportName":"peekSystemEvents","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0f6684bd35aab6b77be50b3e068a0d6bea7a171825d2ebcdd8fa08446ea4fb03","declaration":"export function persistAllowAlwaysDecision(params: { approvals: ExecApprovalsFile; agentId: string | undefined; decision: AllowAlwaysPersistenceDecision; }): void;","entrypoint":"infra-runtime","exportName":"persistAllowAlwaysDecision","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ce25b3846880277be2112bee308cf9c4609070dca30a9e2388a169a1ae68e9ef","declaration":"export function persistAllowAlwaysPatterns(params: { approvals: ExecApprovalsFile; agentId: string | undefined; segments: ExecCommandSegment[]; cwd?: string; env?: NodeJS.ProcessEnv; platform?: string | null; commandText?: string; strictInlineEval?: boolean; }): ReturnType<typeof resolveAllowAlwaysPatternEntries>;","entrypoint":"infra-runtime","exportName":"persistAllowAlwaysPatterns","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9bda5a01589b85dfaa49cf5eb629a0e7c2c1678e558468b8d4b04cd8b0582994","declaration":"export function positiveSecondsToSafeMilliseconds(value: unknown): number | undefined;","entrypoint":"infra-runtime","exportName":"positiveSecondsToSafeMilliseconds","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"254f59d10fb91118e7b8e7dcf74d3455bc8bd997cf5599c44ad6672ddf86df73","declaration":"export function prefixSystemMessage(text: string): string;","entrypoint":"infra-runtime","exportName":"prefixSystemMessage","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ae8f0bc8fb13257ca213d635a659d18fdd608d579a7b95011058e38a112eb12b","declaration":"export function pruneMapToMaxSize<K, V>(map: Map<K, V>, maxSize: number): void;","entrypoint":"infra-runtime","exportName":"pruneMapToMaxSize","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readDurableJsonFile<T>(filePath: string, options?: ReadJsonOptions): Promise<T | null>;","entrypoint":"infra-runtime","exportName":"readDurableJsonFile","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e0c5b478f9bc7cce2c406820c15ff3cdde37e10f590a55166621ae9dadd3b1c5","declaration":"export function readErrorName(err: unknown): string;","entrypoint":"infra-runtime","exportName":"readErrorName","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"02f200fba4ed8a77a664ab0dc7934559c670b76486355cb15889827c5993b5ee","declaration":"export function readExecApprovalsSnapshot(): ExecApprovalsSnapshot;","entrypoint":"infra-runtime","exportName":"readExecApprovalsSnapshot","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"19634c4a6cd1f954392fec07d3812f10e5869fa092ca68cc7c59fecf9819093e","declaration":"export function readFileWithinRoot(params: { rootDir: string; relativePath: string; rejectHardlinks?: boolean; nonBlockingRead?: boolean; allowSymlinkTargetWithinRoot?: boolean; maxBytes?: number; }): Promise<ReadResult>;","entrypoint":"infra-runtime","exportName":"readFileWithinRoot","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readJson<T>(filePath: string, options?: ReadJsonOptions): Promise<T>;","entrypoint":"infra-runtime","exportName":"readJson","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7747d5d6d6bb3c2850efe7b7f1a297b5c03eb36e04bdab4dba9f15ea7c39cc64","declaration":"export function readJsonBodyWithLimit(req: IncomingMessage, options: ReadJsonBodyOptions): Promise<ReadJsonBodyResult>;","entrypoint":"infra-runtime","exportName":"readJsonBodyWithLimit","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readJsonFile<T>(filePath: string, options?: ReadJsonOptions): Promise<T | null>;","entrypoint":"infra-runtime","exportName":"readJsonFile","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readJsonFileStrict<T>(filePath: string, options?: ReadJsonOptions): Promise<T>;","entrypoint":"infra-runtime","exportName":"readJsonFileStrict","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readJsonFileSync<T = unknown>(pathname: string, options?: ReadJsonOptions): T | null;","entrypoint":"infra-runtime","exportName":"readJsonFileSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readJsonIfExists<T>(filePath: string, options?: ReadJsonOptions): Promise<T | null>;","entrypoint":"infra-runtime","exportName":"readJsonIfExists","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readJsonSync<T = unknown>(filePath: string, options?: ReadJsonOptions): T;","entrypoint":"infra-runtime","exportName":"readJsonSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readLocalFileFromRoots(options: ReadLocalFileFromRootsOptions): Promise<LocalRootsReadResult | null>;","entrypoint":"infra-runtime","exportName":"readLocalFileFromRoots","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readLocalFileSafely(params: { filePath: string; maxBytes?: number; }): Promise<ReadResult>;","entrypoint":"infra-runtime","exportName":"readLocalFileSafely","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readRegularFile(params: { filePath: string; maxBytes?: number; }): Promise<{ buffer: Buffer; stat: Stats; }>;","entrypoint":"infra-runtime","exportName":"readRegularFile","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readRegularFileSync(params: { filePath: string; maxBytes?: number; }): { buffer: Buffer; stat: Stats; };","entrypoint":"infra-runtime","exportName":"readRegularFileSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1bbddd5d1c8297e315275db4d5e1c8748ff09c0be7c37b0cf456db4fc69f8909","declaration":"export function readRequestBodyWithLimit(req: IncomingMessage, options: ReadRequestBodyOptions): Promise<string>;","entrypoint":"infra-runtime","exportName":"readRequestBodyWithLimit","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readRootJsonObjectSync(options: ReadRootJsonSyncOptions): RootStructuredFileReadResult<Record<string, unknown>>;","entrypoint":"infra-runtime","exportName":"readRootJsonObjectSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readRootJsonSync<T = unknown>(options: ReadRootJsonSyncOptions): RootStructuredFileReadResult<T>;","entrypoint":"infra-runtime","exportName":"readRootJsonSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readRootStructuredFileSync<T>(options: ReadRootStructuredFileSyncOptions<T>): RootStructuredFileReadResult<T>;","entrypoint":"infra-runtime","exportName":"readRootStructuredFileSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readSecretFileSync(filePath: string, label: string, options?: SecretFileReadOptions): string;","entrypoint":"infra-runtime","exportName":"readSecretFileSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readSecureFile(options: SecureFileReadOptions): Promise<SecureFileReadResult>;","entrypoint":"infra-runtime","exportName":"readSecureFile","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fbeeb19ba04f071a74fd774d81c54b64dba700d4a370018db1cb52f3eae3b6f1","declaration":"export function recordAllowlistMatchesUse(params: { approvals: ExecApprovalsFile; agentId: string | undefined; matches: readonly ExecAllowlistEntry[]; command: string; resolvedPath?: string; authorization?: ExecApprovalUsageAuthorization; }): void;","entrypoint":"infra-runtime","exportName":"recordAllowlistMatchesUse","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"142c990adcf6fac74c7b70413de37fa4baf58bb12185e102513cba322a1c9f57","declaration":"export function recordAllowlistUse(approvals: ExecApprovalsFile, agentId: string | undefined, entry: ExecAllowlistEntry, command: string, resolvedPath?: string): void;","entrypoint":"infra-runtime","exportName":"recordAllowlistUse","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3b34f92ce8dd4f1492db3db136cbfb57e4e1d1aedd1a39a006f58a955b423660","declaration":"export function recordChannelActivity(params: { channel: ChannelId; accountId?: string | null; direction: ChannelDirection; at?: number; }): void;","entrypoint":"infra-runtime","exportName":"recordChannelActivity","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ec2f47e9bd7a075a3dd4302ac9e4c0bfe20630445db6735cf803f2d354275841","declaration":"export function requestBodyErrorToText(code: RequestBodyLimitErrorCode): string;","entrypoint":"infra-runtime","exportName":"requestBodyErrorToText","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c060c0f479d6c006871c4f6fd4dd747d7497fc2585ea242817653150037a233","declaration":"export function requestExecApprovalViaSocket(params: { socketPath: string; token: string; request: Record<string, unknown>; timeoutMs?: number; }): Promise<ExecApprovalDecision | null>;","entrypoint":"infra-runtime","exportName":"requestExecApprovalViaSocket","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"138473bc606dbc667e8587d9ee382639e623f9eaef4d3c0f23c928fac0fcae05","declaration":"export function requireValidExecTarget(value?: unknown): ExecTarget | null;","entrypoint":"infra-runtime","exportName":"requireValidExecTarget","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"062481cfde314acb6cf168e594e774670130afad6570782b985cf026557f4861","declaration":"export function requiresExecApproval(params: { ask: ExecAsk; security: ExecSecurity; analysisOk: boolean; allowlistSatisfied: boolean; durableApprovalSatisfied?: boolean; }): boolean;","entrypoint":"infra-runtime","exportName":"requiresExecApproval","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"44b3d9e0ab2504938bf6404eba0933da9440dea636727953e89b013056ab9d35","declaration":"export function resetChannelActivityForTest(): void;","entrypoint":"infra-runtime","exportName":"resetChannelActivityForTest","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9efb523458e8183ce05f5269b1b9c6f8da0d62dcc666fd38da24246d68dbd960","declaration":"export function resetDiagnosticEventsForTest(): void;","entrypoint":"infra-runtime","exportName":"resetDiagnosticEventsForTest","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba18cb75b6e6a9c86cb1ecf8d63688af3278d275aa708479db0c0da4255905be","declaration":"export function resetFileLockStateForTest(): void;","entrypoint":"infra-runtime","exportName":"resetFileLockStateForTest","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f110dc07821080e773ef9013686c9e82a55a7e2d9fdc6b8941c94b91448030f","declaration":"export function resetGlobalUndiciStreamTimeoutsForTests(): void;","entrypoint":"infra-runtime","exportName":"resetGlobalUndiciStreamTimeoutsForTests","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"edad5586c1d53f563b1a92842c967cc9981c02549d69e57da295ca96152b4647","declaration":"export function resetHeartbeatEventsForTest(): void;","entrypoint":"infra-runtime","exportName":"resetHeartbeatEventsForTest","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6b68534956b7bdcc54ac89e4bdad771176eb62a1e3b16ebc992a6adfa324050c","declaration":"export function resetSystemEventsForTest(): void;","entrypoint":"infra-runtime","exportName":"resetSystemEventsForTest","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"42809307eca581c77644d8cbc219c44ae9b20cecd086e0963d612a91913c700f","declaration":"export function resetWSLStateForTests(): void;","entrypoint":"infra-runtime","exportName":"resetWSLStateForTests","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function resolveAbsolutePathForRead(filePath: string, options?: { symlinks?: AbsolutePathSymlinkPolicy; }): Promise<ResolvedAbsolutePath>;","entrypoint":"infra-runtime","exportName":"resolveAbsolutePathForRead","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function resolveAbsolutePathForWrite(filePath: string, options?: { symlinks?: AbsolutePathSymlinkPolicy; }): Promise<ResolvedWritableAbsolutePath>;","entrypoint":"infra-runtime","exportName":"resolveAbsolutePathForWrite","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3090faaaca1e2c970a0eadbb7792c531a053746df6df83a082d8564a8313b401","declaration":"export function resolveAgentOutboundIdentity(cfg: OpenClawConfig, agentId: string): OutboundIdentity | undefined;","entrypoint":"infra-runtime","exportName":"resolveAgentOutboundIdentity","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"57745615d9a4370ae453614c0d1a5f59cedf905281db85ae531a719e94ea3076","declaration":"export function resolveAllowAlwaysPatternCoverage(params: { segments: ExecCommandSegment[]; cwd?: string; env?: NodeJS.ProcessEnv; platform?: string | null; strictInlineEval?: boolean; }): { complete: boolean; patterns: ReturnType<typeof resolveAllowAlwaysPatternEntries>; };","entrypoint":"infra-runtime","exportName":"resolveAllowAlwaysPatternCoverage","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5a5948c6409278c7439353cfa591752defb42c6f966a132973b7848d6585836c","declaration":"export function resolveAllowAlwaysPatternEntries(params: { segments: ExecCommandSegment[]; cwd?: string; env?: NodeJS.ProcessEnv; platform?: string | null; strictInlineEval?: boolean; }): AllowAlwaysPattern[];","entrypoint":"infra-runtime","exportName":"resolveAllowAlwaysPatternEntries","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"27556108e84cfe2316e8434f58655f97e7bfcad5cabea99b3c923be7c3b8706c","declaration":"export function resolveAllowAlwaysPatterns(params: { segments: ExecCommandSegment[]; cwd?: string; env?: NodeJS.ProcessEnv; platform?: string | null; strictInlineEval?: boolean; }): string[];","entrypoint":"infra-runtime","exportName":"resolveAllowAlwaysPatterns","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b2caacade698f01bd58b1e53be27c67575b55c1e54be3eb736bd373d5da2f91e","declaration":"export function resolveAllowAlwaysPersistenceDecision(params: { segments: ExecCommandSegment[]; commandText?: string | null; cwd?: string; env?: NodeJS.ProcessEnv; platform?: string | null; strictInlineEval?: boolean; authorizationPlan?: ExecAuthorizationPlan; runtimePayload?: boolean; preparedCoverage?: ReturnType<typeof resolveAllowAlwaysPatternCoverage> | null; }): AllowAlwaysPersistenceDecision;","entrypoint":"infra-runtime","exportName":"resolveAllowAlwaysPersistenceDecision","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0778245e6efe8bc0447826b42e5686a921d203869575481192613c3c22392ef7","declaration":"export function resolveAllowlistCandidatePath(resolution: CommandResolution | ExecutableResolution | null, cwd?: string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolveAllowlistCandidatePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"af78a7123c1750a188cd4b7e7fe52faf4a68595d642b274dc41dc01b0c38bd80","declaration":"export function resolveApprovalAuditCandidatePath(resolution: CommandResolution | null, cwd?: string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolveApprovalAuditCandidatePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"34b1e63c3544a5030c670533d0eb917c00d0ad9777f39fb6c0492674b62a397e","declaration":"export function resolveApprovalAuditTrustPath(resolution: CommandResolution | null, cwd?: string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolveApprovalAuditTrustPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"37634712738a1be65e1236bad68ef0eb79ecf200d8a0133afa77de660d24c5b2","declaration":"export function resolveApprovalRequestOriginTarget<TTarget>(params: ApprovalRequestOriginTargetResolver<TTarget>): TTarget | null;","entrypoint":"infra-runtime","exportName":"resolveApprovalRequestOriginTarget","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fabf31504cd4f11f13a08c5e245c989a63f870d18ac63f097df0a9cfd827e066","declaration":"export function resolveApprovalRequestSessionConversation(params: { request: ApprovalRequestLike; channel?: string | null; bundledFallback?: boolean; }): ApprovalRequestSessionConversation | null;","entrypoint":"infra-runtime","exportName":"resolveApprovalRequestSessionConversation","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"70a5dad377f2cd2e9defef3ff9d819894d39c01c4fe4d8031576aaed173b59f1","declaration":"export function resolveApprovalRequestSessionTarget(params: { cfg: OpenClawConfig; request: ApprovalRequestLike; }): ExecApprovalSessionTarget | null;","entrypoint":"infra-runtime","exportName":"resolveApprovalRequestSessionTarget","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c5c76e7ace9e9ace4e20863ad70385ddeba43c932ae6b54e004f8411c2a330a","declaration":"export function resolveChannelNativeApprovalDeliveryPlan(params: { cfg: OpenClawConfig; accountId?: string | null; approvalKind: ChannelApprovalKind; request: ApprovalRequest; adapter?: ChannelApprovalNativeAdapter | null; }): Promise<ChannelApprovalNativeDeliveryPlan>;","entrypoint":"infra-runtime","exportName":"resolveChannelNativeApprovalDeliveryPlan","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"13a27cfd70270af1580ff80c5728b7eb80faf8e83159abea1e15f76dc3f3daed","declaration":"export function resolveCommandResolution(command: string, cwd?: string, env?: NodeJS.ProcessEnv): CommandResolution | null;","entrypoint":"infra-runtime","exportName":"resolveCommandResolution","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c2a526065e2508e32d0322ee9b9ffd27539b1d6dfb54b43bf6763d5e49785376","declaration":"export function resolveCommandResolutionFromArgv(argv: string[], cwd?: string, env?: NodeJS.ProcessEnv, platform?: NodeJS.Platform): CommandResolution | null;","entrypoint":"infra-runtime","exportName":"resolveCommandResolutionFromArgv","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"461255db0880704c78e29d1dd5958503ea4496e2158a6079bbf9ad2c8f0e8e42","declaration":"export function resolveDedupeNonNegativeInteger(value: unknown, fallback: number): number;","entrypoint":"infra-runtime","exportName":"resolveDedupeNonNegativeInteger","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ea8ff5d6506a35fb870f1918701277fb1f20c5a6de0759bc2bd98a6985bfd6d","declaration":"export function resolveDiagnosticFlags(cfg?: OpenClawConfig, env?: NodeJS.ProcessEnv): string[];","entrypoint":"infra-runtime","exportName":"resolveDiagnosticFlags","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3700b76d923a7b6a2cd09021bfd9dd5f3dd6d1bba3e71b0cafdd604cec64f914","declaration":"export function resolveEffectiveHomeDir(env?: NodeJS.ProcessEnv, homedir?: () => string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolveEffectiveHomeDir","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ad8c8159b40d126a1ea69096cd9e85db799bbd666d0b33abd5aa15274c6f5747","declaration":"export function resolveEnvHttpProxyAgentOptions(env?: NodeJS.ProcessEnv): EnvHttpProxyAgentProxyOptions | undefined;","entrypoint":"infra-runtime","exportName":"resolveEnvHttpProxyAgentOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fda9f043fddbb5e78afb95fc9f36a510bff573e2d6f65d6fac3134a416ab20e4","declaration":"export function resolveEnvHttpProxyUrl(protocol: \"http\" | \"https\", env?: NodeJS.ProcessEnv): string | undefined;","entrypoint":"infra-runtime","exportName":"resolveEnvHttpProxyUrl","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b6eef1f1ecb62c3908d6a49030e25c26d9f4c0b2386bb0c799fdc06cba86ee80","declaration":"export function resolveEnvNormalizationKeys(key: string): readonly string[];","entrypoint":"infra-runtime","exportName":"resolveEnvNormalizationKeys","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"62e9d68f9a876756aec16f68e95e1cf4f6c816bb867f6e755d131a40f038c051","declaration":"export function resolveExecApprovalAllowedDecisions(params?: { ask?: string | null; allowAlwaysPersistence?: AllowAlwaysPersistenceDecision | null; }): readonly ExecApprovalDecision[];","entrypoint":"infra-runtime","exportName":"resolveExecApprovalAllowedDecisions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e0d74c169b4026d4b2fe3df9c649e8c61d782b772f197689c13b8d35c2fc6a4b","declaration":"export function resolveExecApprovalCommandDisplay(request: ExecApprovalRequestPayload): { commandText: string; commandPreview: string | null; };","entrypoint":"infra-runtime","exportName":"resolveExecApprovalCommandDisplay","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"04fb600b756c3025ff0f48c6cd9a6a083fff8a54d4d69edb5bc5570ebd18b8fe","declaration":"export function resolveExecApprovalRequestAllowedDecisions(params?: { ask?: string | null; unavailableDecisions?: readonly ExecApprovalUnavailableDecision[] | readonly string[] | null; }): readonly ExecApprovalDecision[];","entrypoint":"infra-runtime","exportName":"resolveExecApprovalRequestAllowedDecisions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f8e0907689ab882436aff620407e690bc2dce91534cadb3d68c0e79329e5d8ad","declaration":"export function resolveExecApprovalSessionTarget(params: { cfg: OpenClawConfig; request: ExecApprovalRequest; turnSourceChannel?: string | null; turnSourceTo?: string | null; turnSourceAccountId?: string | null; turnSourceThreadId?: string | number | null; }): ExecApprovalSessionTarget | null;","entrypoint":"infra-runtime","exportName":"resolveExecApprovalSessionTarget","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"89a7ce17c00d5af38f707335a0e0fb05fa1ad3528633911980786b1659a1b39a","declaration":"export function resolveExecApprovalUnavailableDecisions(params?: { ask?: string | null; allowAlwaysPersistence?: AllowAlwaysPersistenceDecision | null; }): readonly ExecApprovalUnavailableDecision[];","entrypoint":"infra-runtime","exportName":"resolveExecApprovalUnavailableDecisions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"34eed7bd6d317fbec7ca48ab2f5346f926bcb3727c35f5f8be5c5ac630654961","declaration":"export function resolveExecApprovals(agentId?: string, overrides?: ExecApprovalsDefaultOverrides): ExecApprovalsResolved;","entrypoint":"infra-runtime","exportName":"resolveExecApprovals","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bca97b81c05a0abe6354522e1e20bea43f1f7dc2fbac1f2bb5a9e87430916faa","declaration":"export function resolveExecApprovalsDisplayPath(): string;","entrypoint":"infra-runtime","exportName":"resolveExecApprovalsDisplayPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a555bd775728cdde94f32f7a075d5d5a8b7343b7c6489e56f6f57c3030b1667e","declaration":"export function resolveExecApprovalsFromFile(params: { file: ExecApprovalsFile; agentId?: string; overrides?: ExecApprovalsDefaultOverrides; path?: string; socketPath?: string; token?: string; }): ExecApprovalsResolved;","entrypoint":"infra-runtime","exportName":"resolveExecApprovalsFromFile","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"541e09292cbd97e11bb2c14da8e06e4b694ce03026ad94800cc4ebddcfeb1059","declaration":"export function resolveExecApprovalsPath(env?: NodeJS.ProcessEnv): string;","entrypoint":"infra-runtime","exportName":"resolveExecApprovalsPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8aeeebb602a2064b94123210fbeac26f16fc95ad617e8d895991d4f051f4f652","declaration":"export function resolveExecApprovalsSocketPath(): string;","entrypoint":"infra-runtime","exportName":"resolveExecApprovalsSocketPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1734e0af1ba603337b96d4ccab5bd261f19df8403a13a833cc928b0065a6066f","declaration":"export function resolveExecApprovalsTranscriptPath(): string;","entrypoint":"infra-runtime","exportName":"resolveExecApprovalsTranscriptPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"070b2b26211085954d81aaaa196af11d4544c1b027543ac40a00ba433eb336ad","declaration":"export function resolveExecModeFromPolicy(params: { security: ExecSecurity; ask: ExecAsk; }): ExecMode;","entrypoint":"infra-runtime","exportName":"resolveExecModeFromPolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4e84cc583027a02d22f323000978f6bbfcf1ce0165537dd6b2885a021a68eea5","declaration":"export function resolveExecModePolicy(params: { mode?: ExecMode | null; security: ExecSecurity; ask: ExecAsk; }): { mode: ExecMode; security: ExecSecurity; ask: ExecAsk; autoReview: boolean; };","entrypoint":"infra-runtime","exportName":"resolveExecModePolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a1f07661456fab67ef1c502c214aa7d77f477d251cf37ca23222700841eb7f6f","declaration":"export function resolveExecPolicyForMode(mode: ExecMode): { security: ExecSecurity; ask: ExecAsk; autoReview: boolean; };","entrypoint":"infra-runtime","exportName":"resolveExecPolicyForMode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d5c91c6cdeb60c798fd2e10f0cd8480d93765b793b4dd77d4c32c6eff18426e","declaration":"export function resolveExecutableTrustPath(resolution: ExecutableResolution | null | undefined, cwd?: string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolveExecutableTrustPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d241cd349af2d8927aacbe09633e8e4505115503244297c4c678efcdeef40726","declaration":"export function resolveExecutionTargetCandidatePath(resolution: CommandResolution | ExecutableResolution | null, cwd?: string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolveExecutionTargetCandidatePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1bb1becff19915d3f782af364fc14b3d2338e6bf51f4eb97793a62340052e9bc","declaration":"export function resolveExecutionTargetResolution(resolution: CommandResolution | ExecutableResolution | null): ExecutableResolution | null;","entrypoint":"infra-runtime","exportName":"resolveExecutionTargetResolution","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c037f409c0381f69ade0ae55be38aeb8c9ccb1769180e3c753202bdb8b5d178a","declaration":"export function resolveExecutionTargetTrustPath(resolution: CommandResolution | ExecutableResolution | null, cwd?: string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolveExecutionTargetTrustPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"28cf5fc56ff4c8c065a1ac5f893cd0b77b5a671ca66fb3f73a4780721c238ee1","declaration":"export function resolveExpiresAtMsFromDurationOrEpoch(value: unknown, opts?: { nowMs?: number; relativeSecondsThreshold?: number; absoluteMillisecondsThreshold?: number; }): number | undefined;","entrypoint":"infra-runtime","exportName":"resolveExpiresAtMsFromDurationOrEpoch","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7d5cdb10386333f31118ba6102041a27502b810180fef4e85124579d7b2df0fe","declaration":"export function resolveExpiresAtMsFromDurationSeconds(value: unknown, opts?: { nowMs?: number; bufferMs?: number; minRemainingMs?: number; }): number | undefined;","entrypoint":"infra-runtime","exportName":"resolveExpiresAtMsFromDurationSeconds","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d16bc0f0071ea0c1a7282ee1da9be40a5c8f0acd297fe7373ba74cf4037fb881","declaration":"export function resolveExpiresAtMsFromEpochSeconds(value: unknown, opts?: { bufferMs?: number; maxMs?: number; }): number | undefined;","entrypoint":"infra-runtime","exportName":"resolveExpiresAtMsFromEpochSeconds","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"75c3587ea89b84bfeaf6b49e6fcc18b53a45d1fcdcc8b8109d03456c2d4f72b1","declaration":"export function resolveFetch(fetchImpl?: typeof fetch): typeof fetch | undefined;","entrypoint":"infra-runtime","exportName":"resolveFetch","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ab4a88ea022a182e1380427e6c1700f25e969fc293dd6ccb1ac823233b8fd2a","declaration":"export function resolveGlobalDedupeCache(key: symbol, options: DedupeCacheOptions): DedupeCache;","entrypoint":"infra-runtime","exportName":"resolveGlobalDedupeCache","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"be4e0a24d091692ee7d9d847043f973d9462c4886fd3986ed543959a1c76acb7","declaration":"export function resolveHeartbeatIntervalMs(cfg: OpenClawConfig, overrideEvery?: string, heartbeat?: HeartbeatConfig): number | null;","entrypoint":"infra-runtime","exportName":"resolveHeartbeatIntervalMs","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"043e577bbe62534784f82f34480a816a4538bf5c903f3db46cfafbd82b570483","declaration":"export function resolveHeartbeatSummaryForAgent(cfg: OpenClawConfig, agentId?: string): HeartbeatSummary;","entrypoint":"infra-runtime","exportName":"resolveHeartbeatSummaryForAgent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"995a2a6a73fcf64e339ee515cd1aac5dd3eda6f7c99001e57cab77d0051bb02e","declaration":"export function resolveHeartbeatVisibility(params: { cfg: OpenClawConfig; channel: string; accountId?: string; }): ResolvedHeartbeatVisibility;","entrypoint":"infra-runtime","exportName":"resolveHeartbeatVisibility","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8386faabb2570abddbebd8d9e5d0307a2fd8040004e7bb60cbc2f6674f1c4f2c","declaration":"export function resolveHomeRelativePath(input: string, opts?: { env?: NodeJS.ProcessEnv; homedir?: () => string; }): string;","entrypoint":"infra-runtime","exportName":"resolveHomeRelativePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c21c2e6cfd7fa84408e1a343880abc0f6bf1d238633820236dec2ccf7f1dcc10","declaration":"export function resolveIndicatorType(status: HeartbeatEventPayload[\"status\"]): HeartbeatIndicatorType | undefined;","entrypoint":"infra-runtime","exportName":"resolveIndicatorType","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f1ce7d93c94c7675d835978c2a5d01b48b6a2f4ff82b809c7a34aaab1dafeef5","declaration":"export function resolveLegacyOutboundSendDepKeys(channelId: string): string[];","entrypoint":"infra-runtime","exportName":"resolveLegacyOutboundSendDepKeys","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function resolveLocalPathFromRootsSync(options: ResolveLocalPathFromRootsSyncOptions): LocalRootsPathResult | null;","entrypoint":"infra-runtime","exportName":"resolveLocalPathFromRootsSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function resolveOpenedFileRealPathForHandle(handle: FileHandle, ioPath: string): Promise<string>;","entrypoint":"infra-runtime","exportName":"resolveOpenedFileRealPathForHandle","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b5f7bcc565cd8a06c72d58d059065538c5a59431984e11184e854759d96d7a4","declaration":"export function resolveOsHomeDir(env?: NodeJS.ProcessEnv, homedir?: () => string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolveOsHomeDir","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5f28c8255a1882eae38e3b5a58eaa273396f6b19a00d3f10a5911c6b8cb4228e","declaration":"export function resolveOsHomeRelativePath(input: string, opts?: { env?: NodeJS.ProcessEnv; homedir?: () => string; }): string;","entrypoint":"infra-runtime","exportName":"resolveOsHomeRelativePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d29628b001ad7ae95804bce6ae935a8712cf1153f1cd00ee379198d94ee52c64","declaration":"export function resolveOutboundSendDep<T>(deps: OutboundSendDeps | null | undefined, channelId: string, options?: ResolveOutboundSendDepOptions): T | undefined;","entrypoint":"infra-runtime","exportName":"resolveOutboundSendDep","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"818e9d36fece4d494c58d6f8f8eb497bb96170ba857843393f6120d19e10d9de","declaration":"export function resolvePinnedHostname(hostname: string, lookupFn?: LookupFn): Promise<PinnedHostname>;","entrypoint":"infra-runtime","exportName":"resolvePinnedHostname","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7674a3469adf585ebe177afe2c79b7ae59bc2130bb13dc40ece5eb61efd6d963","declaration":"export function resolvePinnedHostnameWithPolicy(hostname: string, params?: { lookupFn?: LookupFn; policy?: SsrFPolicy; }): Promise<PinnedHostname>;","entrypoint":"infra-runtime","exportName":"resolvePinnedHostnameWithPolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f7958429dda3637fa017a8f580a63e4badd2aa549d745cb927200d8fe3dd210d","declaration":"export function resolvePlannedSegmentArgv(segment: ExecCommandSegment): string[] | null;","entrypoint":"infra-runtime","exportName":"resolvePlannedSegmentArgv","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cf8fc16ec71f86bfce09bcc31d7d950d8703b1ed3344ea087b9f983cf10d6fc6","declaration":"export function resolvePluginApprovalRequestAllowedDecisions(params?: { allowedDecisions?: readonly ExecApprovalDecision[] | readonly string[] | null; }): readonly ExecApprovalDecision[];","entrypoint":"infra-runtime","exportName":"resolvePluginApprovalRequestAllowedDecisions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd24842e25739a04069bef2a0f03479040914264924b16f5f121ab0ca92be95d","declaration":"export function resolvePluginApprovalTimeoutMs(value: unknown): number;","entrypoint":"infra-runtime","exportName":"resolvePluginApprovalTimeoutMs","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"28371f51551699b2116836edcbebfba02469ad4070d1a2545ad6de091f1a8171","declaration":"export function resolvePolicyAllowlistCandidatePath(resolution: CommandResolution | ExecutableResolution | null, cwd?: string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolvePolicyAllowlistCandidatePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a039750da2218527357275e29aad350d82bafc7a200792000fa725b72881849a","declaration":"export function resolvePolicyTargetCandidatePath(resolution: CommandResolution | ExecutableResolution | null, cwd?: string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolvePolicyTargetCandidatePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"01e3d12e3974741632fc605f7ce349d318f0da739e469bb3537b1c6cdcc076af","declaration":"export function resolvePolicyTargetResolution(resolution: CommandResolution | ExecutableResolution | null): ExecutableResolution | null;","entrypoint":"infra-runtime","exportName":"resolvePolicyTargetResolution","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54d31e0bb0e5297a6f5f484bd94b6c188f966f908d4209625019d4598e886ff4","declaration":"export function resolvePolicyTargetTrustPath(resolution: CommandResolution | ExecutableResolution | null, cwd?: string): string | undefined;","entrypoint":"infra-runtime","exportName":"resolvePolicyTargetTrustPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f9e996f38503121def1efd5f63241496884eed391a17d5765ca80bed2cd0c7b","declaration":"export function resolvePreferredOpenClawTmpDir(options?: ResolvePreferredOpenClawTmpDirOptions): string;","entrypoint":"infra-runtime","exportName":"resolvePreferredOpenClawTmpDir","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"809890f7b7be99db492f9436f49bada65bc7a0d5853ea06ab86056ec3b4ddb6a","declaration":"export function resolveProxyFetchFromEnv(env?: NodeJS.ProcessEnv): typeof fetch | undefined;","entrypoint":"infra-runtime","exportName":"resolveProxyFetchFromEnv","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function resolveRegularFileAppendFlags(constants?: RegularFileAppendFlagConstants): number;","entrypoint":"infra-runtime","exportName":"resolveRegularFileAppendFlags","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2365c5729bf569757b03c1e51752b024b0f679aefb02d4c4ecc2d19ad07abee2","declaration":"export function resolveRequiredHomeDir(env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"infra-runtime","exportName":"resolveRequiredHomeDir","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"424a787f14eb64c3c77ec1b92f75b9619f28d6bd9d687bde35e27ce9183d9097","declaration":"export function resolveRequiredOsHomeDir(env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"infra-runtime","exportName":"resolveRequiredOsHomeDir","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"33e8da7d7aeb4ec9225bb7400f75a03e4ab09e9302a5e6ef2ed55de44de94119","declaration":"export function resolveRetryConfig(defaults?: Required<RetryConfig>, overrides?: RetryConfig): Required<RetryConfig>;","entrypoint":"infra-runtime","exportName":"resolveRetryConfig","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"96d1c027fefd41f34045c3f4d8d640abd23ddcd569a8db451e7595e0377ca008","declaration":"export function resolveSafeBins(entries?: readonly string[] | null): Set<string>;","entrypoint":"infra-runtime","exportName":"resolveSafeBins","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a50b20b8c57966e26bcbbc53f67fe20b22013179f10645d3698733bb84240454","declaration":"export function resolveSsrFPolicyForUrl(url: URL, policy?: SsrFPolicy): SsrFPolicy | undefined;","entrypoint":"infra-runtime","exportName":"resolveSsrFPolicyForUrl","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c6f4f049d28f3b24ed1bcd5fff1482b29190e95fe65d06fa762945d867c18f64","declaration":"export function resolveSystemEventDeliveryContext(events: readonly SystemEvent[]): DeliveryContext | undefined;","entrypoint":"infra-runtime","exportName":"resolveSystemEventDeliveryContext","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2fb5a4e5546086c8a69600795e5b6cde1817b2ba5a4680600c41297005b3ee2","declaration":"export function resolveUserPath(input: string, env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"infra-runtime","exportName":"resolveUserPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5b63c530b3c00a4a27fa0624388e1d02897f0c0a94823d0959ed8732ef743ab2","declaration":"export function restoreExecApprovalsSnapshot(snapshot: ExecApprovalsSnapshot): void;","entrypoint":"infra-runtime","exportName":"restoreExecApprovalsSnapshot","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b31038f0be2ea77d6b9d75cdca26e54826e78f06cada11ffbd824ec9ac5da89","declaration":"export function retainSafeHeadersForCrossOriginRedirectHeaders(headers?: HeadersInit): Record<string, string> | undefined;","entrypoint":"infra-runtime","exportName":"retainSafeHeadersForCrossOriginRedirectHeaders","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef0b69195de0832e2446f81a4be7b3ec074b0b808aa0411e4f79cb780678c45b","declaration":"export function root(rootDir: string, defaults?: RootDefaults): Promise<Root>;","entrypoint":"infra-runtime","exportName":"root","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"948819f8601318ea6e78efd889f758552fcbce53db2ce5be90ff016f0d77575d","declaration":"export function runTasksWithConcurrency<T>(params: RunTasksWithConcurrencyOptions<T>): Promise<RunTasksWithConcurrencyResult<T>>;","entrypoint":"infra-runtime","exportName":"runTasksWithConcurrency","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function safeFileURLToPath(fileUrl: string, platform?: NodeJS.Platform): string;","entrypoint":"infra-runtime","exportName":"safeFileURLToPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b5b51e241fd1c999b093d32336efd7839fbeacf91f27efd39914258fa9a33343","declaration":"export function sanitizeExecApprovalDisplayText(commandText: string): string;","entrypoint":"infra-runtime","exportName":"sanitizeExecApprovalDisplayText","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b967587da02a05244484445c51c76b501eed681ee962dcd15a66ed35fbd4c483","declaration":"export function sanitizeExecApprovalDisplayTextWithStatus(commandText: string): SanitizedExecApprovalDisplayText;","entrypoint":"infra-runtime","exportName":"sanitizeExecApprovalDisplayTextWithStatus","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"53aa0c8cae34860f620a1650695bce14802330e94672664ea515be7b37fefd3d","declaration":"export function sanitizeExecApprovalWarningText(warningText: string): string;","entrypoint":"infra-runtime","exportName":"sanitizeExecApprovalWarningText","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"095b571ea63c246c89b0ba20478bccf2c8b7a350730b9bf28519c23688017a8c","declaration":"export function sanitizeExecApprovalWarningTextWithStatus(warningText: string): SanitizedExecApprovalDisplayText;","entrypoint":"infra-runtime","exportName":"sanitizeExecApprovalWarningTextWithStatus","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"82e2b43396b910ef19bddcd3abc6bbb81ed0df646537dee1292c20f1d55a7e49","declaration":"export function sanitizeForPlainText(text: string, options?: { style?: \"markdown\"; }): string;","entrypoint":"infra-runtime","exportName":"sanitizeForPlainText","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function sanitizeUntrustedFileName(fileName: string, fallbackName: string): string;","entrypoint":"infra-runtime","exportName":"sanitizeUntrustedFileName","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"380b7fe2387d6fb8bbbc90383756accce63df692ab313f0bacd3e6f5ced92ff1","declaration":"export function saveExecApprovals(file: ExecApprovalsFile): void;","entrypoint":"infra-runtime","exportName":"saveExecApprovals","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ac7f275b1423b3cba03e5bc96ef597c204dc13033077fe0eb421de1b1f9a412","declaration":"export function setDiagnosticsEnabledForProcess(enabled: boolean): void;","entrypoint":"infra-runtime","exportName":"setDiagnosticsEnabledForProcess","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7414adef60ee0acb4abb73f1055c2ba4df08eb0ca9bdbaf2205f83d2ba464ac5","declaration":"export function shouldUseEnvHttpProxyForUrl(targetUrl: string, env?: NodeJS.ProcessEnv): boolean;","entrypoint":"infra-runtime","exportName":"shouldUseEnvHttpProxyForUrl","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f4d22f77a197aa870325e79d0d9d33b6602b17037959f03385702fff878e151","declaration":"export function sleepWithAbort(ms: number, abortSignal?: AbortSignal, options?: { ref?: boolean; }): Promise<void>;","entrypoint":"infra-runtime","exportName":"sleepWithAbort","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4679af394773f57c7b259a77603c95535872e2080be2354871eeb0bebdb6127d","declaration":"export function ssrfPolicyFromAllowPrivateNetwork(allowPrivateNetwork: boolean | null | undefined): SsrFPolicy | undefined;","entrypoint":"infra-runtime","exportName":"ssrfPolicyFromAllowPrivateNetwork","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b29c62cbce4cb3bd38de51305361ecef1cba9ccbacfde1605ba065179bfafb62","declaration":"export function ssrfPolicyFromDangerouslyAllowPrivateNetwork(dangerouslyAllowPrivateNetwork: boolean | null | undefined): SsrFPolicy | undefined;","entrypoint":"infra-runtime","exportName":"ssrfPolicyFromDangerouslyAllowPrivateNetwork","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4dec58ae7b5ca681880ac0bd57e7994ae8db65309082987697ed2b718c9b3c65","declaration":"export function ssrfPolicyFromHttpBaseUrlAllowedHostname(baseUrl: string): SsrFPolicy | undefined;","entrypoint":"infra-runtime","exportName":"ssrfPolicyFromHttpBaseUrlAllowedHostname","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"08118ab11779782892062d975ac94bc9902912a1b2e7a50a9440a6e33a1145ba","declaration":"export function ssrfPolicyFromHttpBaseUrlAllowedOrigin(baseUrl: string): SsrFPolicy | undefined;","entrypoint":"infra-runtime","exportName":"ssrfPolicyFromHttpBaseUrlAllowedOrigin","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3b443cda35afbb970ce1c21dbcd4cc8fd8516b024c2bca95c3ed41af41c60c8d","declaration":"export function ssrfPolicyFromHttpBaseUrlFakeIpHostnameAllowlist(baseUrl: string): SsrFPolicy | undefined;","entrypoint":"infra-runtime","exportName":"ssrfPolicyFromHttpBaseUrlFakeIpHostnameAllowlist","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1b86b16febf14774a53a00e1af4832e8f4a9cbcb8d473314507cf8e0787de3f6","declaration":"export function ssrfPolicyFromPrivateNetworkOptIn(input: PrivateNetworkOptInInput): SsrFPolicy | undefined;","entrypoint":"infra-runtime","exportName":"ssrfPolicyFromPrivateNetworkOptIn","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function statRegularFile(filePath: string): Promise<RegularFileStatResult>;","entrypoint":"infra-runtime","exportName":"statRegularFile","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function statRegularFileSync(filePath: string): RegularFileStatResult;","entrypoint":"infra-runtime","exportName":"statRegularFileSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"312ed19e34129fc3b80212af9da4d84cc5d01f33ebbacb49b832ebb0795aeaea","declaration":"export function stringifyNonErrorCause(value: unknown): string;","entrypoint":"infra-runtime","exportName":"stringifyNonErrorCause","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2f9c0064fc8a65572d458252450b16302d5133f4ea8b48b4567184d9224d9091","declaration":"export function stripInternalRuntimeScaffolding(text: string): string;","entrypoint":"infra-runtime","exportName":"stripInternalRuntimeScaffolding","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1497e947f5572cbda99fc00448c8e316039f0a0d9ff92c383fbcb9c499e0141d","declaration":"export function toErrorObject(value: unknown, fallbackMessage: string): Error;","entrypoint":"infra-runtime","exportName":"toErrorObject","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7f200a8d4e314840ca7428e6a6483150c0c5ddc9bd5f50c1c86160ba866c1b88","declaration":"export function tokenizeWindowsSegment(segment: string): string[] | null;","entrypoint":"infra-runtime","exportName":"tokenizeWindowsSegment","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"045c49ef927fa88b17e1e00ab9100643d84fe47d15e0eaa1b7af59a0f10ec4f8","declaration":"export function truncatePluginApprovalDetail(value: string): string;","entrypoint":"infra-runtime","exportName":"truncatePluginApprovalDetail","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function tryReadJson<T>(filePath: string, options?: ReadJsonOptions): Promise<T | null>;","entrypoint":"infra-runtime","exportName":"tryReadJson","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function tryReadJsonSync<T = unknown>(pathname: string, options?: ReadJsonOptions): T | null;","entrypoint":"infra-runtime","exportName":"tryReadJsonSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2e6ce1f4c1692270a00dc0cf08e2752a26739c3143f8091cb270063c6034605d","declaration":"export function tryReadSecretFileSync(filePath: string | undefined, label: string, options: CredentialFileReadOptions): string | undefined;\nexport function tryReadSecretFileSync(filePath: string | undefined, label: string, options?: FsSafeSecretFileReadOptions): string | undefined;\nexport function tryReadSecretFileSync(filePath: string, label: string, options: FsSafeSecretFileReadOptions | undefined, diagnostic: { configPath: string; }): ConfiguredCredentialResult<string>;\nexport function tryReadSecretFileSync(filePath: string | undefined, label: string, options: FsSafeSecretFileReadOptions | undefined, diagnostic: { configPath: string; }): CredentialResult<string>;","entrypoint":"infra-runtime","exportName":"tryReadSecretFileSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function trySafeFileURLToPath(fileUrl: string, platform?: NodeJS.Platform): string | undefined;","entrypoint":"infra-runtime","exportName":"trySafeFileURLToPath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bfbfc20c96ec7afb9832a1b9f0436d9b1ca382737ea97daa045705ce1542be76","declaration":"export function waitForDiagnosticEventsDrained(): Promise<void>;","entrypoint":"infra-runtime","exportName":"waitForDiagnosticEventsDrained","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f323541fb2fe4a5143e8dedf360feff44a59517328eb0a8c661b3ad79a73f85e","declaration":"export function waitForTransportReady(params: WaitForTransportReadyParams): Promise<void>;","entrypoint":"infra-runtime","exportName":"waitForTransportReady","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function walkDirectory(rootDir: string, options?: WalkDirectoryOptions): Promise<WalkDirectoryResultWithFailures>;","entrypoint":"infra-runtime","exportName":"walkDirectory","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function walkDirectorySync(rootDir: string, options?: WalkDirectoryOptions): WalkDirectoryResultWithFailures;","entrypoint":"infra-runtime","exportName":"walkDirectorySync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bd736ee63c04fc2315d8abfb97b03698706c28663f82fd1c71e670f6db7692fd","declaration":"export function windowsEscapeArg(value: string): { ok: true; escaped: string; } | { ok: false; };","entrypoint":"infra-runtime","exportName":"windowsEscapeArg","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b04a4029dcc859f14abf59626eadd2c26f3bf318c12084815b44b775447f4b20","declaration":"export function withFileLock<T>(filePath: string, options: FileLockOptions, fn: () => Promise<T>): Promise<T>;","entrypoint":"infra-runtime","exportName":"withFileLock","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a828b991fb46699803806daa2ccd2e64e69590e3b3517df1d6acaf0137a6b67a","declaration":"export function withStrictGuardedFetchMode(params: GuardedFetchPresetOptions): GuardedFetchOptions;","entrypoint":"infra-runtime","exportName":"withStrictGuardedFetchMode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function withTimeout<T>(promise: Promise<T>, timeoutMs: number, labelOrOptions?: string | { label?: string; message?: string; createError?: () => Error; }): Promise<T>;","entrypoint":"infra-runtime","exportName":"withTimeout","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"91981087f500960cc2a6649e23d29345df7b8e3513f456bfcf17014fd0ec1f24","declaration":"export function withTrustedEnvProxyGuardedFetchMode(params: GuardedFetchPresetOptions): GuardedFetchOptions;","entrypoint":"infra-runtime","exportName":"withTrustedEnvProxyGuardedFetchMode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b4232b1c3c1c8ceec55bb57cc261e7a9d57195b224ee577b8fc33cf5a490c9a8","declaration":"export function withTrustedExplicitProxyGuardedFetchMode(params: GuardedFetchPresetOptions): GuardedFetchOptions;","entrypoint":"infra-runtime","exportName":"withTrustedExplicitProxyGuardedFetchMode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b66a828369966c12a87f436d0696648084691f4aec5d836c6dfba6ed3b77b2ee","declaration":"export function wrapFetchWithAbortSignal(fetchImpl: typeof fetch): typeof fetch;","entrypoint":"infra-runtime","exportName":"wrapFetchWithAbortSignal","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"23bc3e9f1cdf7f883b62c056bc0daa894bb25346b6395d2c08a7df7215e4f817","declaration":"export function writeExternalFileWithinRoot(options: ExternalFileWriteOptions): Promise<ExternalFileWriteResult>;","entrypoint":"infra-runtime","exportName":"writeExternalFileWithinRoot","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4b9f876414eb1ab8fa6c86afc6da7c2947ebb7cb2b1765849acf1d4684a9bf36","declaration":"export function writeFileWithinRoot(params: { rootDir: string; relativePath: string; data: string | Buffer; encoding?: BufferEncoding; mkdir?: boolean; }): Promise<void>;","entrypoint":"infra-runtime","exportName":"writeFileWithinRoot","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function writeJson(filePath: string, value: unknown, options?: WriteJsonOptions): Promise<void>;","entrypoint":"infra-runtime","exportName":"writeJson","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function writeJsonAtomic(filePath: string, value: unknown, options?: WriteJsonOptions): Promise<void>;","entrypoint":"infra-runtime","exportName":"writeJsonAtomic","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function writeJsonSync(pathname: string, data: unknown): void;","entrypoint":"infra-runtime","exportName":"writeJsonSync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function writePrivateSecretFileAtomic(params: SecretFileWriteParams): Promise<void>;","entrypoint":"infra-runtime","exportName":"writePrivateSecretFileAtomic","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9a61dec9683439592081b41e9c57974a232077f3be560cffd5f90238f28cd9ce","declaration":"export function writeTextAtomic(filePath: string, content: string, options?: WriteTextAtomicOptions): Promise<void>;","entrypoint":"infra-runtime","exportName":"writeTextAtomic","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e39607c867ad933f203adee1356f45703382a622ed6930dea4810ced44088421","declaration":"export const CHANNEL_API_RETRY_DEFAULTS: { attempts: number; minDelayMs: number; maxDelayMs: number; jitter: number;};","entrypoint":"infra-runtime","exportName":"CHANNEL_API_RETRY_DEFAULTS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"bf30b09e9bda08d93861092d0babfe150d8eb4d3147c53d9f98024bebf4662ce","declaration":"export const DEFAULT_EXEC_APPROVAL_ASK_FALLBACK: ExecSecurity;","entrypoint":"infra-runtime","exportName":"DEFAULT_EXEC_APPROVAL_ASK_FALLBACK","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"a924dfd7fa27c9e386042140b00a2694a26bfc8c0dfc14453edf1f766cbc7995","declaration":"export const DEFAULT_EXEC_APPROVAL_DECISIONS: readonly [\"allow-once\", \"allow-always\", \"deny\"];","entrypoint":"infra-runtime","exportName":"DEFAULT_EXEC_APPROVAL_DECISIONS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"5a315888cfb857e3681f4bb882c76b1ca257f3ed9ab685b3bad20eea41834e1b","declaration":"export const DEFAULT_EXEC_APPROVAL_TIMEOUT_MS: 1800000;","entrypoint":"infra-runtime","exportName":"DEFAULT_EXEC_APPROVAL_TIMEOUT_MS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"4fae00d2875d2eab8d541696647444cc8d5fc05061f84a3704d204a03a432ce0","declaration":"export const DEFAULT_PLUGIN_APPROVAL_DECISIONS: readonly [\"allow-once\", \"allow-always\", \"deny\"];","entrypoint":"infra-runtime","exportName":"DEFAULT_PLUGIN_APPROVAL_DECISIONS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"e9fc63013300ddcb6e9650b6c8e1ba35f90671dccd55d45ab4ef8b0cf8ce5804","declaration":"export const DEFAULT_PLUGIN_APPROVAL_TIMEOUT_MS: 120000;","entrypoint":"infra-runtime","exportName":"DEFAULT_PLUGIN_APPROVAL_TIMEOUT_MS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"f591a9aa848f909a5612ebdba8231c22996765f11a4e7da3591cd2e51f0226a4","declaration":"export const DEFAULT_POSIX_TMP_ROOT: \"/tmp/openclaw\";","entrypoint":"infra-runtime","exportName":"DEFAULT_POSIX_TMP_ROOT","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const DEFAULT_SECRET_FILE_MAX_BYTES: number;","entrypoint":"infra-runtime","exportName":"DEFAULT_SECRET_FILE_MAX_BYTES","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"50df96c66751d3df6a074606317b4336aeec08bacb72547f4d21f5323cbf8c08","declaration":"export const DEFAULT_UNDICI_STREAM_TIMEOUT_MS: number;","entrypoint":"infra-runtime","exportName":"DEFAULT_UNDICI_STREAM_TIMEOUT_MS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"5dafb726542c7ac3c1b3375e0ae6c5ff662b7c269004b9f93e27f0d9aa7c57d2","declaration":"export const DEFAULT_WEBHOOK_BODY_TIMEOUT_MS: 30000;","entrypoint":"infra-runtime","exportName":"DEFAULT_WEBHOOK_BODY_TIMEOUT_MS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"f7d68af6421bcc679d742a6734ace68a04831ac004f9d7418a8b1a3f420438ec","declaration":"export const DEFAULT_WEBHOOK_MAX_BODY_BYTES: number;","entrypoint":"infra-runtime","exportName":"DEFAULT_WEBHOOK_MAX_BODY_BYTES","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"ad9be93ca0abdf91cc699676c34c78ab9766cc00dc7890bcfd75dc1c0e861e6e","declaration":"export const EXEC_TARGET_VALUES: readonly ExecTarget[];","entrypoint":"infra-runtime","exportName":"EXEC_TARGET_VALUES","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"76c5b9ab4e064b4d7e2ffe27f318047ca89d3f459548aba1c67aed435e71d9fc","declaration":"export const FILE_LOCK_TIMEOUT_ERROR_CODE: \"file_lock_timeout\";","entrypoint":"infra-runtime","exportName":"FILE_LOCK_TIMEOUT_ERROR_CODE","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"0faeb7e83b001991ffb476a76e8a1dd8b74226498164823290b3d95a0b254c76","declaration":"export const GUARDED_FETCH_MODE: { readonly STRICT: \"strict\"; readonly TRUSTED_ENV_PROXY: \"trusted_env_proxy\"; readonly TRUSTED_EXPLICIT_PROXY: \"trusted_explicit_proxy\";};","entrypoint":"infra-runtime","exportName":"GUARDED_FETCH_MODE","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"acb958ec9f1ef492b6409cd8eb484d758be9d74dacc7e5a03eff03f0e684a96d","declaration":"export const MAX_PLUGIN_APPROVAL_TIMEOUT_MS: 600000;","entrypoint":"infra-runtime","exportName":"MAX_PLUGIN_APPROVAL_TIMEOUT_MS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"4d46c22712da20a57fbaba189f96a7232222a998f7bca3686d2dd779adc43187","declaration":"export const MAX_TIMER_TIMEOUT_MS: 2147000000;","entrypoint":"infra-runtime","exportName":"MAX_TIMER_TIMEOUT_MS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"88919855a56600f87ec90c28de296bce157d25d7bec335361449cd1cf7fd5ad9","declaration":"export const MAX_TIMER_TIMEOUT_SECONDS: number;","entrypoint":"infra-runtime","exportName":"MAX_TIMER_TIMEOUT_SECONDS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"d1ee02f7a06a0765491917424a4208f5d4efeebbba0b79364b7dfde8c3c9c796","declaration":"export const OPTIONAL_EXEC_APPROVAL_DECISIONS: readonly [\"allow-always\"];","entrypoint":"infra-runtime","exportName":"OPTIONAL_EXEC_APPROVAL_DECISIONS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"45c266077143d1f20cbfe6d6d67a6da54bcdb785c3483c003e97ccd0b5a0bf74","declaration":"export const PLUGIN_APPROVAL_DESCRIPTION_MAX_LENGTH: 512;","entrypoint":"infra-runtime","exportName":"PLUGIN_APPROVAL_DESCRIPTION_MAX_LENGTH","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"f33453b72ba03a12ce13bb4076a350477f67e08f24015b53ff214fcc998ef93e","declaration":"export const PLUGIN_APPROVAL_DETAIL_MAX_LENGTH: 16384;","entrypoint":"infra-runtime","exportName":"PLUGIN_APPROVAL_DETAIL_MAX_LENGTH","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"d03b8e747725fd01e8e681ce8253b9b9bfa17e240adfcd56c155c11aa6902cdf","declaration":"export const PLUGIN_APPROVAL_TITLE_MAX_LENGTH: 80;","entrypoint":"infra-runtime","exportName":"PLUGIN_APPROVAL_TITLE_MAX_LENGTH","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const PRIVATE_SECRET_DIR_MODE: 448;","entrypoint":"infra-runtime","exportName":"PRIVATE_SECRET_DIR_MODE","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const PRIVATE_SECRET_FILE_MODE: 384;","entrypoint":"infra-runtime","exportName":"PRIVATE_SECRET_FILE_MODE","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"fa9bf7352f73f26982876f84f220f75f874578560d117a9053a68242b62f5659","declaration":"export const PROXY_ENV_KEYS: readonly [\"HTTP_PROXY\", \"HTTPS_PROXY\", \"ALL_PROXY\", \"http_proxy\", \"https_proxy\", \"all_proxy\"];","entrypoint":"infra-runtime","exportName":"PROXY_ENV_KEYS","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"b704654d09c2b0506460c057a9dd56fb72c370070cac7fb64355118bd8b4a1bc","declaration":"export const PROXY_FETCH_PROXY_URL: typeof PROXY_FETCH_PROXY_URL;","entrypoint":"infra-runtime","exportName":"PROXY_FETCH_PROXY_URL","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"8e1a770ed593a321daf0958d2fa069fa7761f81afc6e425fb399a6a17c23dbde","declaration":"export const SYSTEM_MARK: \"⚙️\";","entrypoint":"infra-runtime","exportName":"SYSTEM_MARK","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"37e955fb3cadc176f7bc634f182e71d8c0ea493b8e731bc5e09c66afd149b9fa","declaration":"export const __test__: { resolveRequestBodyLimitValues: (options: { maxBytes: number; timeoutMs?: number; }) => RequestBodyLimitValues;};","entrypoint":"infra-runtime","exportName":"__test__","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"cb95c096944f9efc339ba21095d2ba4906811db213a88b9491527aaad42af3d9","declaration":"export const retryAsync: <T>(fn: () => Promise<T>, attemptsOrOptions?: number | RetryOptions, initialDelayMs?: number) => Promise<T>;","entrypoint":"infra-runtime","exportName":"retryAsync","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"37e955fb3cadc176f7bc634f182e71d8c0ea493b8e731bc5e09c66afd149b9fa","declaration":"export const testApi: { resolveRequestBodyLimitValues: (options: { maxBytes: number; timeoutMs?: number; }) => RequestBodyLimitValues;};","entrypoint":"infra-runtime","exportName":"testApi","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"a9efb8865af535ebd605303110fe3e884c2f431e5a0eb1423bd0ed6325253443","declaration":"export let globalUndiciStreamTimeoutMs: number | undefined;","entrypoint":"infra-runtime","exportName":"globalUndiciStreamTimeoutMs","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"variable","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type AbsolutePathSymlinkPolicy = AbsolutePathSymlinkPolicy;","entrypoint":"infra-runtime","exportName":"AbsolutePathSymlinkPolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a83153e9cbf8b49e08f4abbe61ec93159e1938bf888f3dd2e05a79a02e886e1c","declaration":"export type AllowAlwaysPattern = AllowAlwaysPattern;","entrypoint":"infra-runtime","exportName":"AllowAlwaysPattern","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8dd38dfaac0eda1f09ace87930e14c6fcbf8e045bdd2985e5eef1a40a82291cf","declaration":"export type AllowAlwaysPersistenceDecision = AllowAlwaysPersistenceDecision;","entrypoint":"infra-runtime","exportName":"AllowAlwaysPersistenceDecision","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b4639f3d4c23725745fdb7c32b88dfbf6dd5338ac1fcd2995602b08f1c1c32f3","declaration":"export type AllowAlwaysPersistenceReason = AllowAlwaysPersistenceReason;","entrypoint":"infra-runtime","exportName":"AllowAlwaysPersistenceReason","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"35b791fbb174b312c2176519a008be130d873d14f1bd1c11cbf2dcd569d2da09","declaration":"export type ApprovalRequestSessionConversation = ApprovalRequestSessionConversation;","entrypoint":"infra-runtime","exportName":"ApprovalRequestSessionConversation","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"783012645f0b5e2a911de74af64b775b9b20b580ddcd3af0f2bca9f785838ee6","declaration":"export type BackoffPolicy = BackoffPolicy;","entrypoint":"infra-runtime","exportName":"BackoffPolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"36f363425498fdf1aac9e2d099cbc9e8630f5b53cd7436f2d03fd826b8853635","declaration":"export type ChannelApprovalNativeDeliveryPlan = ChannelApprovalNativeDeliveryPlan;","entrypoint":"infra-runtime","exportName":"ChannelApprovalNativeDeliveryPlan","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2df7f3ee99cee0c7ea82f636b5edcf4a70788034efaccce78274473f4e4dc8dd","declaration":"export type ChannelApprovalNativePlannedTarget = ChannelApprovalNativePlannedTarget;","entrypoint":"infra-runtime","exportName":"ChannelApprovalNativePlannedTarget","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9f171671d0819ef23502183f446e2084539015d635c9c3a18db633d44864be79","declaration":"export type ChannelDirection = ChannelDirection;","entrypoint":"infra-runtime","exportName":"ChannelDirection","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a630367df83c712679c0b9d826d3f93c7e30183a11b8504a85170c733bd13c1b","declaration":"export type CommandResolution = CommandResolution;","entrypoint":"infra-runtime","exportName":"CommandResolution","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fed3aa6af869d731e40a2861a162f1c9c93289deb95f342e4aa6c3fce83502cd","declaration":"export type ConcurrencyErrorMode = ConcurrencyErrorMode;","entrypoint":"infra-runtime","exportName":"ConcurrencyErrorMode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a713ecc0dd92082d95b2010f6f5b470844f14b16003477f929a24c667dea2b2b","declaration":"export type DedupeCache = DedupeCache;","entrypoint":"infra-runtime","exportName":"DedupeCache","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"05fd9d35abae24b6367566cdcc51b0f59b457c2af1ef2e0c148ed3f276b86ff9","declaration":"export type DedupeCacheOptions = DedupeCacheOptions;","entrypoint":"infra-runtime","exportName":"DedupeCacheOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c405c34314f0573c1e90c446d563b525aec3931528cec601882dda3630f7134c","declaration":"export type DiagnosticAsyncQueueDroppedEvent = DiagnosticAsyncQueueDroppedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticAsyncQueueDroppedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ae1f0ee1a1f3adf7ac87ed401ec0ee7e2379fbe2d81958c704e2aebd92544632","declaration":"export type DiagnosticContextAssembledEvent = DiagnosticContextAssembledEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticContextAssembledEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"128094a8195916556b02a9d7674fcad4c80aed02fbe7424e394f6aab497761fe","declaration":"export type DiagnosticEventInput = Omit<DiagnosticUsageEvent, \"seq\" | \"ts\"> | Omit<DiagnosticWebhookReceivedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticWebhookProcessedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticWebhookErrorEvent, \"seq\" | \"ts\"> | Omit<DiagnosticMessageQueuedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticMessageReceivedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticMessageDispatchStartedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticMessageDispatchCompletedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticMessageProcessedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticMessageDeliveryStartedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticMessageDeliveryCompletedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticMessageDeliveryErrorEvent, \"seq\" | \"ts\"> | Omit<DiagnosticTalkEvent, \"seq\" | \"ts\"> | Omit<DiagnosticSessionStateEvent, \"seq\" | \"ts\"> | Omit<DiagnosticSessionLongRunningEvent, \"seq\" | \"ts\"> | Omit<DiagnosticSessionStalledEvent, \"seq\" | \"ts\"> | Omit<DiagnosticSessionStuckEvent, \"seq\" | \"ts\"> | Omit<DiagnosticSessionRecoveryRequestedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticSessionRecoveryCompletedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticSessionTurnCreatedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticLaneEnqueueEvent, \"seq\" | \"ts\"> | Omit<DiagnosticLaneDequeueEvent, \"seq\" | \"ts\"> | Omit<DiagnosticRunAttemptEvent, \"seq\" | \"ts\"> | Omit<DiagnosticRunProgressEvent, \"seq\" | \"ts\"> | Omit<DiagnosticRunExecutionPhaseEvent, \"seq\" | \"ts\"> | Omit<DiagnosticHeartbeatEvent, \"seq\" | \"ts\"> | Omit<DiagnosticLivenessWarningEvent, \"seq\" | \"ts\"> | Omit<DiagnosticPhaseCompletedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticToolLoopEvent, \"seq\" | \"ts\"> | Omit<DiagnosticToolExecutionStartedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticToolExecutionCompletedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticToolExecutionErrorEvent, \"seq\" | \"ts\"> | Omit<DiagnosticToolExecutionBlockedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticSkillUsedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticExecProcessCompletedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticExecApprovalFollowupSuppressedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticRunStartedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticRunCompletedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticHarnessRunStartedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticHarnessRunCompletedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticHarnessRunErrorEvent, \"seq\" | \"ts\"> | Omit<DiagnosticModelCallStartedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticModelCallCompletedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticModelCallErrorEvent, \"seq\" | \"ts\"> | Omit<DiagnosticContextAssembledEvent, \"seq\" | \"ts\"> | Omit<DiagnosticMemorySampleEvent, \"seq\" | \"ts\"> | Omit<DiagnosticMemoryPressureEvent, \"seq\" | \"ts\"> | Omit<DiagnosticPayloadLargeEvent, \"seq\" | \"ts\"> | Omit<DiagnosticLogRecordEvent, \"seq\" | \"ts\"> | Omit<DiagnosticTelemetryExporterEvent, \"seq\" | \"ts\"> | Omit<DiagnosticAsyncQueueDroppedEvent, \"seq\" | \"ts\"> | Omit<DiagnosticFailoverEvent, \"seq\" | \"ts\">;","entrypoint":"infra-runtime","exportName":"DiagnosticEventInput","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1b268338b3c306f25f8634eca4e4c5efa62ae551f8958d54f3018dbd55786204","declaration":"export type DiagnosticEventMetadata = Readonly<{ internal?: boolean; trustedTraceContext?: boolean; trusted: boolean;}>;","entrypoint":"infra-runtime","exportName":"DiagnosticEventMetadata","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"103e115bdedfa5c634c430670df51c6933e118e915d02219786e6f011bfd8cba","declaration":"export type DiagnosticEventPayload = DiagnosticEventPayload;","entrypoint":"infra-runtime","exportName":"DiagnosticEventPayload","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"547aee4bfead1f1a8cb0a8d127e3c642ec8b0c5c0ad19bb5ee1c7202fe18047a","declaration":"export type DiagnosticEventPrivateData = Readonly<{ errorMessage?: string; modelContent?: DiagnosticModelCallContent; skillUsage?: DiagnosticSkillUsagePrivateData; toolContent?: DiagnosticToolCallContent;}>;","entrypoint":"infra-runtime","exportName":"DiagnosticEventPrivateData","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"638c87e5ea5e79cc318fb4eefee0769dfbb36b6576f0b9048d410fa0a08b1641","declaration":"export type DiagnosticExecApprovalFollowupSuppressedEvent = DiagnosticExecApprovalFollowupSuppressedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticExecApprovalFollowupSuppressedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d2719bdabf01b829a3eec6d4d8adb5adf8b5b6160220332b14eb998fdd1eebec","declaration":"export type DiagnosticExecProcessCompletedEvent = DiagnosticExecProcessCompletedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticExecProcessCompletedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e9c5fb75de6970e5738b340ce8f427d9094a9598c3183f7a75a833bcf2ffe490","declaration":"export type DiagnosticFailoverEvent = DiagnosticFailoverEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticFailoverEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"05813c4ccea96c9067fa1e0eb84e8f7fa64614cdad85e44886f7042400c32a41","declaration":"export type DiagnosticHarnessRunCompletedEvent = DiagnosticHarnessRunCompletedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticHarnessRunCompletedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"25412a5ee99d944bfc406116c83abe55683c5d0933cee75597dc5e25e2b0d3aa","declaration":"export type DiagnosticHarnessRunErrorEvent = DiagnosticHarnessRunErrorEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticHarnessRunErrorEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1c8b153e7c5692b7642994fcc68ba08241de602dd222b687b7f2a6b06713b016","declaration":"export type DiagnosticHarnessRunOutcome = DiagnosticHarnessRunOutcome;","entrypoint":"infra-runtime","exportName":"DiagnosticHarnessRunOutcome","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b8aba082f68d5c7374911a517c65237960220c1b28e00222a00fc844e6d436e5","declaration":"export type DiagnosticHarnessRunPhase = DiagnosticHarnessRunPhase;","entrypoint":"infra-runtime","exportName":"DiagnosticHarnessRunPhase","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"089c433db0c306db744e0597eb59f414138d8bb03fada91f99c435c595d0d83e","declaration":"export type DiagnosticHarnessRunStartedEvent = DiagnosticHarnessRunStartedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticHarnessRunStartedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"05c9dc9bc7dac4174d9d886c14d1283f5e2bf7f905cd4a8092a6d8ae29328fd2","declaration":"export type DiagnosticHeartbeatEvent = DiagnosticHeartbeatEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticHeartbeatEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"66fb7e933fc764c48994a213ff494feed35d382303e819271d9702f33968522f","declaration":"export type DiagnosticLaneDequeueEvent = DiagnosticLaneDequeueEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticLaneDequeueEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6c1cc62cbb1f4375f6b02003ad0c3e2e5ad80453027ebfb1ea3d3834c1a6a252","declaration":"export type DiagnosticLaneEnqueueEvent = DiagnosticLaneEnqueueEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticLaneEnqueueEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e6e7e87760b9d99e9f49b381df0dad0db14af60c85d77bd09815963c464feb73","declaration":"export type DiagnosticLivenessWarningEvent = DiagnosticLivenessWarningEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticLivenessWarningEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0657677d7737a5f3b341a6bd8398d49e2593e7799545dd9bb43ed4e37c2576be","declaration":"export type DiagnosticLivenessWarningReason = DiagnosticLivenessWarningReason;","entrypoint":"infra-runtime","exportName":"DiagnosticLivenessWarningReason","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c3a6dfe3f05f06a9b4c5c21e84af76a703aca1d719175bcd69fab56ff15f3766","declaration":"export type DiagnosticLogRecordEvent = DiagnosticLogRecordEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticLogRecordEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"bdd14d75a03e667d83d815bd5163b2acfd8c8b270fa162874d423726c2f310cb","declaration":"export type DiagnosticMemoryPressureEvent = DiagnosticMemoryPressureEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticMemoryPressureEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"bd2aa69136d98f5745e428834de69db69fa29e2d086c493d06971147c801b8d3","declaration":"export type DiagnosticMemorySampleEvent = DiagnosticMemorySampleEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticMemorySampleEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d7ab4b381a8e124a5ea5bd87d78a5f13967e6b1788a35a965a7c1912d38e0803","declaration":"export type DiagnosticMemoryUsage = DiagnosticMemoryUsage;","entrypoint":"infra-runtime","exportName":"DiagnosticMemoryUsage","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b777ff876253a4e20654d923d886ba0a91d4f1593df431c3af0fb7b0ccaa1cdb","declaration":"export type DiagnosticMessageDeliveryCompletedEvent = DiagnosticMessageDeliveryCompletedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticMessageDeliveryCompletedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ddfac298c52f3802b7fbe300cef390735e945ba959462d1fddf45436b8128ddd","declaration":"export type DiagnosticMessageDeliveryErrorEvent = DiagnosticMessageDeliveryErrorEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticMessageDeliveryErrorEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"43c981b9a505f84b0ae063ca005e754ed7690503b5072d3d9ed44457e7dfa898","declaration":"export type DiagnosticMessageDeliveryKind = DiagnosticMessageDeliveryKind;","entrypoint":"infra-runtime","exportName":"DiagnosticMessageDeliveryKind","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ad55a0f9ad612fb7e77684dd43793ba8ed41059b03c6b3a86b4ad1611ac49c72","declaration":"export type DiagnosticMessageDeliveryStartedEvent = DiagnosticMessageDeliveryStartedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticMessageDeliveryStartedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1fab9c38d47628ea714574d764d9775cdff1c21a95fc0e4583d581b7b7295037","declaration":"export type DiagnosticMessageDispatchCompletedEvent = DiagnosticMessageDispatchCompletedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticMessageDispatchCompletedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"03dddfe06ef0ea8a8ddbae4d5ebd9e4fc7c61288f6a8eb1812b44eca1d7b342f","declaration":"export type DiagnosticMessageDispatchStartedEvent = DiagnosticMessageDispatchStartedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticMessageDispatchStartedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"808471a0516656e9d4bd547943e7d96b774b541e561b8abfdcfff3eb1f86224f","declaration":"export type DiagnosticMessageProcessedEvent = DiagnosticMessageProcessedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticMessageProcessedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cee040f2dfe7f405eee1cc25c3fd2f8a1dcdae9d72c87f6bf327a939150bdabb","declaration":"export type DiagnosticMessageQueuedEvent = DiagnosticMessageQueuedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticMessageQueuedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9bee56081603375dc78194ac27b0738ced935d8449d49de633c339c746469707","declaration":"export type DiagnosticMessageReceivedEvent = DiagnosticMessageReceivedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticMessageReceivedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"199cdbd7f9865f0473f1ac974f4dbdad25229f06688d6c896df2c99983031ce6","declaration":"export type DiagnosticModelCallCompletedEvent = DiagnosticModelCallCompletedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticModelCallCompletedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f8c378dc8d9802cffb85af0908dbf968176d9a8e730c1af1e10bd8a474971ba6","declaration":"export type DiagnosticModelCallContent = Readonly<{ inputMessages?: unknown; outputMessages?: unknown; systemPrompt?: string; toolDefinitions?: unknown;}>;","entrypoint":"infra-runtime","exportName":"DiagnosticModelCallContent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f9321715ce7dff3d6ac8a873c3ff98dd62be48f3ac46aba2bbef9e0d2fbde231","declaration":"export type DiagnosticModelCallErrorEvent = DiagnosticModelCallErrorEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticModelCallErrorEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1305e9ceff19be0576a6a6c8971a06ffe9981ceba4b406d00e40550fa94848ac","declaration":"export type DiagnosticModelCallStartedEvent = DiagnosticModelCallStartedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticModelCallStartedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9590ce7cc6581461496e630680834f35d327306309a80105f41e45eac7abe182","declaration":"export type DiagnosticPayloadLargeEvent = DiagnosticPayloadLargeEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticPayloadLargeEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"efa7759e951fbbe9a6b61e6709762f37232e84dead767e12b7e8059a11a34af0","declaration":"export type DiagnosticPhaseCompletedEvent = DiagnosticPhaseCompletedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticPhaseCompletedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c214ce1c4ce055241eaba451f09d35051a6a51b2efa077c967c4777c53a9761d","declaration":"export type DiagnosticPhaseDetails = DiagnosticPhaseDetails;","entrypoint":"infra-runtime","exportName":"DiagnosticPhaseDetails","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"677a5dd19d470d664bd4fa5b280313630edbd18e3bbe58cd9923b6d972277903","declaration":"export type DiagnosticPhaseSnapshot = DiagnosticPhaseSnapshot;","entrypoint":"infra-runtime","exportName":"DiagnosticPhaseSnapshot","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"43914861498dd8a489655aec1033b747666297e3144fffc75723a606f1725677","declaration":"export type DiagnosticRunAttemptEvent = DiagnosticRunAttemptEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticRunAttemptEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"36b71e546d57c5e172bb17037ced375cc03988af1eba95fc22588de57a257d71","declaration":"export type DiagnosticRunCompletedEvent = DiagnosticRunCompletedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticRunCompletedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4f2d9a9fa389c13b04724973ca66d15a74e668720c9c837acb0b5a34cbbbc6fc","declaration":"export type DiagnosticRunProgressEvent = DiagnosticRunProgressEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticRunProgressEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b11a8985cdfd47adebb3e7b350a5c1d97f455208f13c092e4bba7981c7bc12de","declaration":"export type DiagnosticRunStartedEvent = DiagnosticRunStartedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticRunStartedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d2e6b74c29354b1c5b63b0c96e7f52c6f4fff2cc3dd2646342b761b97944133b","declaration":"export type DiagnosticSecurityEvent = DiagnosticSecurityEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticSecurityEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"80e5e76557f1e4e6be66ac7c5128eae1e671aaf387b5f5199bfa1bb205ba0264","declaration":"export type DiagnosticSecurityEventActor = DiagnosticSecurityEventActor;","entrypoint":"infra-runtime","exportName":"DiagnosticSecurityEventActor","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"993d99ebc8a086454276a3edc1be69662f76dc68a0b52549cf09eac7b4214c2c","declaration":"export type DiagnosticSecurityEventControl = DiagnosticSecurityEventControl;","entrypoint":"infra-runtime","exportName":"DiagnosticSecurityEventControl","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9249d02507b41d70e0af4b598c3d7b1d6101725a7914af85a6bd7169797705e7","declaration":"export type DiagnosticSecurityEventInput = DiagnosticSecurityEventInput;","entrypoint":"infra-runtime","exportName":"DiagnosticSecurityEventInput","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1f5def48cc529747c9fe21da48d43a7ab9f042c7acf4627ff53f338a4aa54dd5","declaration":"export type DiagnosticSecurityEventPolicy = DiagnosticSecurityEventPolicy;","entrypoint":"infra-runtime","exportName":"DiagnosticSecurityEventPolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"45f67d8b29a68d17c7947e1b2764b4ec48a92f401a83bc14ae2873446a7ef5da","declaration":"export type DiagnosticSecurityEventTarget = DiagnosticSecurityEventTarget;","entrypoint":"infra-runtime","exportName":"DiagnosticSecurityEventTarget","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9c3c507821244ffd73191cd8abbcb50049ac8092ab50e511df252ae1954c29a1","declaration":"export type DiagnosticSessionActiveWorkKind = DiagnosticSessionActiveWorkKind;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionActiveWorkKind","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"890ecf63eba719c3c6970ca9d2a8f196f24e80179a16d5b377879600378cd0a8","declaration":"export type DiagnosticSessionAttentionClassification = DiagnosticSessionAttentionClassification;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionAttentionClassification","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f8022409cf7bd865655a759d7e2784167d04355af93661daf1de34a06803d8a4","declaration":"export type DiagnosticSessionLongRunningEvent = DiagnosticSessionLongRunningEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionLongRunningEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4553a27b835b55afe2573ac2e5c7f2edfaea92d18ad5d637ea3a4fdce97e5809","declaration":"export type DiagnosticSessionRecoveryCompletedEvent = DiagnosticSessionRecoveryCompletedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionRecoveryCompletedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ad7fb6d91f8dac6943fddb981dba419a499ce9f590035860314f3dd72d930440","declaration":"export type DiagnosticSessionRecoveryRequestedEvent = DiagnosticSessionRecoveryRequestedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionRecoveryRequestedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"70f47988ac4a4153a94707af7c28b480480ae3b46274454f4686bb6c48df3c04","declaration":"export type DiagnosticSessionRecoveryStatus = DiagnosticSessionRecoveryStatus;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionRecoveryStatus","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4e7869107839666cfa7168d478d3b284f57cf40f3f56c100bf748d4c7a1f309d","declaration":"export type DiagnosticSessionStalledEvent = DiagnosticSessionStalledEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionStalledEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"096de2cc79dd149f7c807f63c70420e5555aadf3df4569a9cdb41cff765ab562","declaration":"export type DiagnosticSessionState = DiagnosticSessionState;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionState","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"271cabed9a77f6482b42c4097b281354becde524b1f619b8413fb7ee72b74d79","declaration":"export type DiagnosticSessionStateEvent = DiagnosticSessionStateEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionStateEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"21d09ea32242037cedbfa511aa40f856c2dc1e623d10050aabc11115ae10fd68","declaration":"export type DiagnosticSessionStuckEvent = DiagnosticSessionStuckEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionStuckEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"72e0eaae427a21c4215b7044a7060024e9347ba4a6ed7966e44a52ff00d455ac","declaration":"export type DiagnosticSessionTurnCreatedEvent = DiagnosticSessionTurnCreatedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticSessionTurnCreatedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"548a1b6598448163bcb9510da6dd24857cbc3413db6bb3f26f21308f9607afee","declaration":"export type DiagnosticSkillActivation = DiagnosticSkillActivation;","entrypoint":"infra-runtime","exportName":"DiagnosticSkillActivation","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"93e58be9e84afe52bd25985f26b91a68c488ea440331122a6b0f303bfafe7e91","declaration":"export type DiagnosticSkillTelemetrySource = DiagnosticSkillTelemetrySource;","entrypoint":"infra-runtime","exportName":"DiagnosticSkillTelemetrySource","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"06292878db5cb0e893dcb414bd8646c7c5cbf6d3596f26ab4af2e697853cd691","declaration":"export type DiagnosticSkillUsagePrivateData = Readonly<{ skillFile: string;}>;","entrypoint":"infra-runtime","exportName":"DiagnosticSkillUsagePrivateData","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3cda4646f514e972d21027bb1030a4d3c853850c7faf5b64ac336b6abfad557c","declaration":"export type DiagnosticSkillUsedEvent = DiagnosticSkillUsedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticSkillUsedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"179e1b99d01f480ce4d6ee16e4b0ccc88a3136cd4b20f710fa06b6ce066878de","declaration":"export type DiagnosticTalkEvent = DiagnosticTalkEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticTalkEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"94552e4405df1911d2f0b01b64ae5853b9e3b838093b640134cc8652d5986f2b","declaration":"export type DiagnosticTelemetryExporterEvent = DiagnosticTelemetryExporterEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticTelemetryExporterEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"65c1971247a27da52a6804addcfadd304e5f4caac431747dd185a133cfdbac4d","declaration":"export type DiagnosticToolCallContent = Readonly<{ toolInput?: unknown; toolOutput?: unknown;}>;","entrypoint":"infra-runtime","exportName":"DiagnosticToolCallContent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"acb2bbe19eacc94683276508764dbb62c751f2f30c8f6d360744b30530ee539b","declaration":"export type DiagnosticToolExecutionBlockedEvent = DiagnosticToolExecutionBlockedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticToolExecutionBlockedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d81e1be728de003cbc1250ed6d30697682bf8b04e7caa96e1a9d1f46163825ee","declaration":"export type DiagnosticToolExecutionCompletedEvent = DiagnosticToolExecutionCompletedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticToolExecutionCompletedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9b9fde84ea8826c569e8e04ee587522456414ad3154d956fc07673dd0e3524ee","declaration":"export type DiagnosticToolExecutionErrorEvent = DiagnosticToolExecutionErrorEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticToolExecutionErrorEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e9958238e3d32188851a707aa6025321d1135ade86d7f5967fa4a79efdfe1169","declaration":"export type DiagnosticToolExecutionStartedEvent = DiagnosticToolExecutionStartedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticToolExecutionStartedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"49d312e27ff9d7f99be274530fbf7bc15d65f8f2cce4cc043c4f7ce95f780b4c","declaration":"export type DiagnosticToolLoopEvent = DiagnosticToolLoopEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticToolLoopEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c31a5803613c841e7415b638cc4b125b803d0d19e161c386ddc74e9a3f03e695","declaration":"export type DiagnosticToolParamsSummary = DiagnosticToolParamsSummary;","entrypoint":"infra-runtime","exportName":"DiagnosticToolParamsSummary","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b937e8124a03fe99e7da02c11976f2b5ba7cf0171ecd6e4385dc46ef1d56a086","declaration":"export type DiagnosticToolSource = DiagnosticToolSource;","entrypoint":"infra-runtime","exportName":"DiagnosticToolSource","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4d1e9aaf6514a4dd4cf32d2cf1f7a76e598db456729b3f89734271dca553192e","declaration":"export type DiagnosticToolTerminalReason = DiagnosticToolTerminalReason;","entrypoint":"infra-runtime","exportName":"DiagnosticToolTerminalReason","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c7f110c9f6f61829ced9e03b5210d44bce7449b2657293a2bc67770e0c072bc2","declaration":"export type DiagnosticUsageEvent = DiagnosticUsageEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticUsageEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"885c0568c2e841df0e2b871e5baf19ebf6fbfe509caaa4647903345b4ea74c13","declaration":"export type DiagnosticWebhookErrorEvent = DiagnosticWebhookErrorEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticWebhookErrorEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"469d06734b162134c26036679b288909d090ba254e4e49bb2f04541e2115a596","declaration":"export type DiagnosticWebhookProcessedEvent = DiagnosticWebhookProcessedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticWebhookProcessedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"520e1c1e3a7af71a64454a2993fb663527779adba837491936ce681ff7dac1c8","declaration":"export type DiagnosticWebhookReceivedEvent = DiagnosticWebhookReceivedEvent;","entrypoint":"infra-runtime","exportName":"DiagnosticWebhookReceivedEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type EnsureAbsoluteDirectoryOptions = EnsureAbsoluteDirectoryOptions;","entrypoint":"infra-runtime","exportName":"EnsureAbsoluteDirectoryOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type EnsureAbsoluteDirectoryResult = EnsureAbsoluteDirectoryResult;","entrypoint":"infra-runtime","exportName":"EnsureAbsoluteDirectoryResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e22065c2c0725c35013249a29527f12b4ad028725dd22b626337deaa34abde33","declaration":"export type EnvHttpProxyAgentProxyOptions = EnvHttpProxyAgentProxyOptions;","entrypoint":"infra-runtime","exportName":"EnvHttpProxyAgentProxyOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"74a31b00ee7dd5e88050bf055d75ccf2d2ae49f33a611993f112a4908a84bcc5","declaration":"export type ErrorKind = ErrorKind;","entrypoint":"infra-runtime","exportName":"ErrorKind","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"16ae5b09772d1fd35cc1739b242d8452d6dd832c636b667c6b88281c9c9dc843","declaration":"export type ExecAllowlistAnalysis = ExecAllowlistAnalysis;","entrypoint":"infra-runtime","exportName":"ExecAllowlistAnalysis","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8b22f3dd4b176c547c7a65bd780babeb37cfe98bf2e06cbccadac5b5ca109727","declaration":"export type ExecAllowlistEntry = ExecAllowlistEntry;","entrypoint":"infra-runtime","exportName":"ExecAllowlistEntry","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ee609bbd088fd2d8fb0abfeaffee5ce85c14e3e23988e65f43c7a8a27ae36d01","declaration":"export type ExecAllowlistEvaluation = ExecAllowlistEvaluation;","entrypoint":"infra-runtime","exportName":"ExecAllowlistEvaluation","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"de3d14df74f0e9bb6b81d4145543caf393a8a9e5e81458038ed1a874dc1813d6","declaration":"export type ExecApprovalActionDescriptor = ExecApprovalActionDescriptor;","entrypoint":"infra-runtime","exportName":"ExecApprovalActionDescriptor","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cfb289926d3f9c2b9412becd1e4cdecfe9560763d7248dae1fa55b42dc65ee9b","declaration":"export type ExecApprovalChannelRuntime<TRequest extends ApprovalRequestEvent = ExecApprovalRequest, TResolved extends ApprovalResolvedEvent = ExecApprovalResolved> = ExecApprovalChannelRuntime<TRequest, TResolved>;","entrypoint":"infra-runtime","exportName":"ExecApprovalChannelRuntime","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"583be98873a3ab5ccd68844c0cd8fe5496aeb0812ec6b4c7ca944859246293ac","declaration":"export type ExecApprovalChannelRuntimeAdapter<TPending, TRequest extends ApprovalRequestEvent = ExecApprovalRequest, TResolved extends ApprovalResolvedEvent = ExecApprovalResolved> = ExecApprovalChannelRuntimeAdapter<TPending, TRequest, TResolved>;","entrypoint":"infra-runtime","exportName":"ExecApprovalChannelRuntimeAdapter","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"44cac949cba764947fa27255998a69c0db6b8ef9326d0dde1a8072ecc60a829a","declaration":"export type ExecApprovalChannelRuntimeEventKind = ExecApprovalChannelRuntimeEventKind;","entrypoint":"infra-runtime","exportName":"ExecApprovalChannelRuntimeEventKind","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"996a6fc2393665ad6868261b8d3561180fd228b55896eb554159ccd6c57595c2","declaration":"export type ExecApprovalCommandSpan = ExecApprovalCommandSpan;","entrypoint":"infra-runtime","exportName":"ExecApprovalCommandSpan","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f6cb2d6411db22cb04220777720d97bcca977351de1cb344ce2ff6ab126a3a08","declaration":"export type ExecApprovalDecision = ExecApprovalDecision;","entrypoint":"infra-runtime","exportName":"ExecApprovalDecision","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7e369971c6bfb9759c30af7d0c89ee79055ebf79949a1c13d1b41a2e80c56cfc","declaration":"export type ExecApprovalPendingReplyParams = ExecApprovalPendingReplyParams;","entrypoint":"infra-runtime","exportName":"ExecApprovalPendingReplyParams","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0d582e58629e206507010b3880d98970935f2f27e01c37d5956bbdfda720835c","declaration":"export type ExecApprovalReplyDecision = ExecApprovalDecision;","entrypoint":"infra-runtime","exportName":"ExecApprovalReplyDecision","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"49a0d9c2052db200dc70f2f537931806bccf9f839c52bd343d890c7e0afffdc7","declaration":"export type ExecApprovalReplyMetadata = ExecApprovalReplyMetadata;","entrypoint":"infra-runtime","exportName":"ExecApprovalReplyMetadata","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a775be99429302d363fd62562a32804a3638575201783ab03cc2006d362928a6","declaration":"export type ExecApprovalRequest = ExecApprovalRequest;","entrypoint":"infra-runtime","exportName":"ExecApprovalRequest","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fdf0e40aa696436541090df55c04f023853421fc26a07d8a55ef77697a05a5a1","declaration":"export type ExecApprovalRequestPayload = ExecApprovalRequestPayload;","entrypoint":"infra-runtime","exportName":"ExecApprovalRequestPayload","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"db401a6b89c3ac31eb5f4c68ba20d9553ee17d6096e055e253a18d841ac743a2","declaration":"export type ExecApprovalResolved = ExecApprovalResolved;","entrypoint":"infra-runtime","exportName":"ExecApprovalResolved","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"19f6644c5808cbaec565a8b12ebee644a1c5a69898689f2c4fd8bd4f2af2641a","declaration":"export type ExecApprovalSessionTarget = ExecApprovalSessionTarget;","entrypoint":"infra-runtime","exportName":"ExecApprovalSessionTarget","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c76bbd7f0c34959b603d4fbadaf30e549c6bbb8b94450adfed255ec0f2859868","declaration":"export type ExecApprovalUnavailableDecision = \"allow-always\";","entrypoint":"infra-runtime","exportName":"ExecApprovalUnavailableDecision","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d2f8df5cec9124c0ef65c49c625aeb2b9dfa67741dc205378e3e58b54e15dc47","declaration":"export type ExecApprovalUnavailableReason = ExecApprovalUnavailableReason;","entrypoint":"infra-runtime","exportName":"ExecApprovalUnavailableReason","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b0145ec254b0fcdee6c0a18511091d18b1bd4423a09a5ea042c83928d83d7c49","declaration":"export type ExecApprovalUnavailableReplyParams = ExecApprovalUnavailableReplyParams;","entrypoint":"infra-runtime","exportName":"ExecApprovalUnavailableReplyParams","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f201f8c3a07e5e7bcbcafc725d1783ead9228589d9c9ac84634dd0084a50dcab","declaration":"export type ExecApprovalsAgent = ExecApprovalsAgent;","entrypoint":"infra-runtime","exportName":"ExecApprovalsAgent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c192d517aba8da545fbde5441fff264192a2d418343db1a084ae0c022e7b13fe","declaration":"export type ExecApprovalsDefaultOverrides = ExecApprovalsDefaultOverrides;","entrypoint":"infra-runtime","exportName":"ExecApprovalsDefaultOverrides","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4a8e21ab06a2f701be54f33d246a90078ddb09f12cb2e334485d7cd7655b67fa","declaration":"export type ExecApprovalsDefaults = ExecApprovalsDefaults;","entrypoint":"infra-runtime","exportName":"ExecApprovalsDefaults","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"93934da4a3f1637c97c9562bb10a80bc500880b28e3a92edb89c8a488474b1af","declaration":"export type ExecApprovalsFile = ExecApprovalsFile;","entrypoint":"infra-runtime","exportName":"ExecApprovalsFile","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"79fb6ad5c2adae5b75699ba87dff6db0e9bd8c8aca3d65380733785f94771079","declaration":"export type ExecApprovalsResolved = ExecApprovalsResolved;","entrypoint":"infra-runtime","exportName":"ExecApprovalsResolved","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ee0cd054d1b525684f0838ab489dd5d63206fb6ba7ab20d9919cdf7115f9eb82","declaration":"export type ExecApprovalsSnapshot = ExecApprovalsSnapshot;","entrypoint":"infra-runtime","exportName":"ExecApprovalsSnapshot","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9adfdbcd884b1a7cd7752d6da32ccbdc716a41c6ff560ddd3e0bdc39a9171b5d","declaration":"export type ExecArgvToken = ExecArgvToken;","entrypoint":"infra-runtime","exportName":"ExecArgvToken","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"321680094c09b0eb1667ea9b996066d4540991f2f6e3833b718b07d83dfa0f72","declaration":"export type ExecAsk = ExecAsk;","entrypoint":"infra-runtime","exportName":"ExecAsk","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"eb910d7a0011037f7e70c7fc33a2c62eb238f58371c0574ba7bc05fa422a66c6","declaration":"export type ExecCommandAnalysis = ExecCommandAnalysis;","entrypoint":"infra-runtime","exportName":"ExecCommandAnalysis","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e73f1a900683bfe4b74bc3adbf9cf4d37c421101ec9f72e77598726aef0751df","declaration":"export type ExecCommandSegment = ExecCommandSegment;","entrypoint":"infra-runtime","exportName":"ExecCommandSegment","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2bd35045a12c10410e16e5fa791d20d1ddd5b5a094cd94c96a2c3aa44c86f666","declaration":"export type ExecHost = ExecHost;","entrypoint":"infra-runtime","exportName":"ExecHost","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e56857a104a72d49ed0911b380f843d764edaaf6fd1705f75737530fc7a961ec","declaration":"export type ExecMode = ExecMode;","entrypoint":"infra-runtime","exportName":"ExecMode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"67158cdab9f9f237ad1348693a31abc14110f89806fe04501d2d0b5e09f49414","declaration":"export type ExecSecurity = ExecSecurity;","entrypoint":"infra-runtime","exportName":"ExecSecurity","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b91bed5833a627ec0455f43afc6ebee3dacc81651a32a77cd8d8f0e944e5a590","declaration":"export type ExecSegmentSatisfiedBy = ExecSegmentSatisfiedBy;","entrypoint":"infra-runtime","exportName":"ExecSegmentSatisfiedBy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6a5569c9695569229732ce602ea892eb3f0e304108bfa95cfebaef51ecc3e85d","declaration":"export type ExecTarget = ExecTarget;","entrypoint":"infra-runtime","exportName":"ExecTarget","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2b1e1a7ec241d467092d5b9786e539ece966991e21a6d1202ca487b20873ca1c","declaration":"export type ExecutableResolution = ExecutableResolution;","entrypoint":"infra-runtime","exportName":"ExecutableResolution","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4455a51131941d67b3a4e767bd775dd21cc4187403f5b66ded498301c0fd1b83","declaration":"export type ExternalFileWriteOptions = ExternalFileWriteOptions;","entrypoint":"infra-runtime","exportName":"ExternalFileWriteOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1749d008ce19186c701fe6c695d93314dde462ce1e094aa96e2a3cfb06154583","declaration":"export type ExternalFileWriteResult = ExternalFileWriteResult;","entrypoint":"infra-runtime","exportName":"ExternalFileWriteResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f7c9f72f747fdd0cd4b3edf996a6753119add28a72bacf53b3b6a601400e4b3b","declaration":"export type FileLockHandle = FileLockHandle;","entrypoint":"infra-runtime","exportName":"FileLockHandle","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3977700e443da2048dd58693eda4deda33aa80f9822f728759a07cf6757641c4","declaration":"export type FileLockOptions = FileLockOptions;","entrypoint":"infra-runtime","exportName":"FileLockOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2917d171223cc78d674b2f07bbb901cd05adb145ee9d83b19b25e9cfb228f969","declaration":"export type FileLockTimeoutError = FileLockTimeoutError;","entrypoint":"infra-runtime","exportName":"FileLockTimeoutError","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ae817d028beaf66679d78777dd2a884300658be0ec6ff2dee95b34a3a463c7eb","declaration":"export type FormatDurationCompactOptions = FormatDurationCompactOptions;","entrypoint":"infra-runtime","exportName":"FormatDurationCompactOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b8ac0af4cd32f29fd37b7103bf68465ba617176697d5e60a14f470a85e36d3c6","declaration":"export type FormatDurationSecondsOptions = FormatDurationSecondsOptions;","entrypoint":"infra-runtime","exportName":"FormatDurationSecondsOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type FsSafeErrorCode = FsSafeErrorCode;","entrypoint":"infra-runtime","exportName":"FsSafeErrorCode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b92aa9d203a8a86ecceb706ba4d97293c7e0933d2903500b8391d5742d1eb672","declaration":"export type GuardedFetchMode = GuardedFetchMode;","entrypoint":"infra-runtime","exportName":"GuardedFetchMode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"93167dfa6f09e4b47f3680cba64ebb9b2001ddbc6ddfa78399748d3c6e620870","declaration":"export type GuardedFetchOptions = GuardedFetchOptions;","entrypoint":"infra-runtime","exportName":"GuardedFetchOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c874f72547e019076fa50fb828c9a66b7defe20c5e7e95b1ce06d934df2f482d","declaration":"export type GuardedFetchResult = GuardedFetchResult;","entrypoint":"infra-runtime","exportName":"GuardedFetchResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2eb6984f7a90dfc42a6d110e47267e8a5f81ff5122ad3efe485aa5807fb382cf","declaration":"export type HeartbeatEventPayload = HeartbeatEventPayload;","entrypoint":"infra-runtime","exportName":"HeartbeatEventPayload","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8bf442a41ef9ba4f71d1b493e2c195cc5d261abec20367c9de522de7c8154e60","declaration":"export type HeartbeatIndicatorType = HeartbeatIndicatorType;","entrypoint":"infra-runtime","exportName":"HeartbeatIndicatorType","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ec2cfefe1fb105af47488a304a24468827075493462cf2ccfbd9f2db55bfd686","declaration":"export type HeartbeatSummary = HeartbeatSummary;","entrypoint":"infra-runtime","exportName":"HeartbeatSummary","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0cf3d3778ced4976755e4d08c836664b7e5ecb020aa02c548dacd9013c8bc464","declaration":"export type LookupFn = { (hostname: string, family: number): Promise<LookupAddress>; (hostname: string, options: import(\"node:dns\").LookupOneOptions): Promise<LookupAddress>; (hostname: string, options: import(\"node:dns\").LookupAllOptions): Promise<LookupAddress[]>; (hostname: string, options: import(\"node:dns\").LookupOptions): Promise<LookupAddress | LookupAddress[]>; (hostname: string): Promise<LookupAddress>;};","entrypoint":"infra-runtime","exportName":"LookupFn","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type MovePathToTrashOptions = MovePathToTrashOptions;","entrypoint":"infra-runtime","exportName":"MovePathToTrashOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type OpenResult = OpenResult;","entrypoint":"infra-runtime","exportName":"OpenResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"747b0a0e9cf9bca79463e90a0850940820d68a35dd4facde3776428d4a18e8e4","declaration":"export type OutboundIdentity = OutboundIdentity;","entrypoint":"infra-runtime","exportName":"OutboundIdentity","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8f179e45c82e3bed6e0c326a07553225c1cdbc7c4ef7a261ece8e83988996c35","declaration":"export type OutboundSendDeps = OutboundSendDeps;","entrypoint":"infra-runtime","exportName":"OutboundSendDeps","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"075003c3a366909a6a4cd372d48608e2f5b2a0decb4379f05e27544a436734a8","declaration":"export type PinnedDispatcherPolicy = PinnedDispatcherPolicy;","entrypoint":"infra-runtime","exportName":"PinnedDispatcherPolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5b544b4d1ff228e8fcac4e3b4e4f358b2e7ed2cbcdb0e28274e812e2d3262825","declaration":"export type PinnedHostname = PinnedHostname;","entrypoint":"infra-runtime","exportName":"PinnedHostname","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a2cd4f7e123569bd3b695086d202e29f4031a2aa0cd15a1d0d85980e011018ab","declaration":"export type PinnedHostnameOverride = PinnedHostnameOverride;","entrypoint":"infra-runtime","exportName":"PinnedHostnameOverride","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cf21f54913803e17ac0cb166d4c1793ce2f0210b5405e1880ee002f36328c4d9","declaration":"export type PluginApprovalActionView = PluginApprovalActionView;","entrypoint":"infra-runtime","exportName":"PluginApprovalActionView","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cdd5e16a2fd4ced32b40df1d1df7c9d8084f50090a5ce6a7419aed1b2603ba5c","declaration":"export type PluginApprovalRequest = PluginApprovalRequest;","entrypoint":"infra-runtime","exportName":"PluginApprovalRequest","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3150b848df575138f05d7df0f966b2a1c6b65dcbfdb99fe09af79da93971667a","declaration":"export type PluginApprovalRequestPayload = PluginApprovalRequestPayload;","entrypoint":"infra-runtime","exportName":"PluginApprovalRequestPayload","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3d6b6e18039bb4968341ee782fca5f38656d86194bf113d64ea2348e878b1ce2","declaration":"export type PluginApprovalResolved = PluginApprovalResolved;","entrypoint":"infra-runtime","exportName":"PluginApprovalResolved","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"98eb5feebb0655fb6a792e10f8c30c6deae046deb9cb5fe26b489d7745f15aaf","declaration":"export type PreparedChannelNativeApprovalTarget<TPreparedTarget> = PreparedChannelNativeApprovalTarget<TPreparedTarget>;","entrypoint":"infra-runtime","exportName":"PreparedChannelNativeApprovalTarget","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2ffd566c25e6aa2f21ad189ca06da0ad2824badf5d257cfd5312c62a7aa15f2d","declaration":"export type PrivateNetworkOptInInput = PrivateNetworkOptInInput;","entrypoint":"infra-runtime","exportName":"PrivateNetworkOptInInput","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6676e17975ffdc5f1871428e8cc6a7a71006039d17392283cbf30b26226c4c93","declaration":"export type ReadJsonBodyOptions = ReadJsonBodyOptions;","entrypoint":"infra-runtime","exportName":"ReadJsonBodyOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"eb708e4cb53576770cdbdcba176b5b699d3169bcff932abcccb11dc9a9931194","declaration":"export type ReadJsonBodyResult = ReadJsonBodyResult;","entrypoint":"infra-runtime","exportName":"ReadJsonBodyResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"365666550c6106807992d65d16e504e6265612cbc5ebdda802f871a8acaf166a","declaration":"export type ReadRequestBodyOptions = ReadRequestBodyOptions;","entrypoint":"infra-runtime","exportName":"ReadRequestBodyOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ReadResult = ReadResult;","entrypoint":"infra-runtime","exportName":"ReadResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2fcfc637833598ac45b82f37d1d78b1ab5fcb5e40662b189ad19c03f81edb783","declaration":"export type RequestBodyLimitErrorCode = RequestBodyLimitErrorCode;","entrypoint":"infra-runtime","exportName":"RequestBodyLimitErrorCode","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4529642cd2671626644c990a4e40efbcf4c56eb81ad4827ca4ffb5efd18c3ac5","declaration":"export type RequestBodyLimitGuard = RequestBodyLimitGuard;","entrypoint":"infra-runtime","exportName":"RequestBodyLimitGuard","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"baa28680a93098ec881304d54e3f52fe0daf37d384305d6c38f6cdeca3169c4e","declaration":"export type RequestBodyLimitGuardOptions = RequestBodyLimitGuardOptions;","entrypoint":"infra-runtime","exportName":"RequestBodyLimitGuardOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"801105b2a3178c5b5025b03fab042fe27f336af306dc81f7a2fe2d9e78613b40","declaration":"export type ResolveOutboundSendDepOptions = ResolveOutboundSendDepOptions;","entrypoint":"infra-runtime","exportName":"ResolveOutboundSendDepOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0d52839c88e35bba3d6a12abd29e6d625e1255a2547177854087573b252e8e45","declaration":"export type ResolvePreferredOpenClawTmpDirOptions = ResolvePreferredOpenClawTmpDirOptions;","entrypoint":"infra-runtime","exportName":"ResolvePreferredOpenClawTmpDirOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ResolvedAbsolutePath = ResolvedAbsolutePath;","entrypoint":"infra-runtime","exportName":"ResolvedAbsolutePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fce2ea3619be02c6203de9e24802b171b6406702155c2ebb6d3eb8322d6ac5d4","declaration":"export type ResolvedHeartbeatVisibility = ResolvedHeartbeatVisibility;","entrypoint":"infra-runtime","exportName":"ResolvedHeartbeatVisibility","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ResolvedWritableAbsolutePath = ResolvedWritableAbsolutePath;","entrypoint":"infra-runtime","exportName":"ResolvedWritableAbsolutePath","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3bf299837799cf0aadbd1d07d7cc313182f626f7b29b7f91b22c541ee3dc3a42","declaration":"export type RetryConfig = RetryConfig;","entrypoint":"infra-runtime","exportName":"RetryConfig","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e22226bd84dac47912e27f2a06521c9de3ef6aceb8d78d708cb3f6059b46efc7","declaration":"export type RetryInfo = RetryInfo;","entrypoint":"infra-runtime","exportName":"RetryInfo","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b0cd4dab8da52e6ba3b634d96c554231e3224004ea229155c7762081ee13b339","declaration":"export type RetryOptions = RetryOptions;","entrypoint":"infra-runtime","exportName":"RetryOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7780904d946829ba4e640d0842e60409cc2f4f5b66e562cff68941ce2351e4cd","declaration":"export type RetryRunner = RetryRunner;","entrypoint":"infra-runtime","exportName":"RetryRunner","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1652e355c4a975779a11a577bde125501372a8b7c38322759125b7eed5e5f864","declaration":"export type Root = Root;","entrypoint":"infra-runtime","exportName":"Root","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"de9c835d109abfe14b7068f7bdf87e8ea539fe55bbed3f828512650507332aa6","declaration":"export type RunTasksWithConcurrencyOptions<T> = RunTasksWithConcurrencyOptions<T>;","entrypoint":"infra-runtime","exportName":"RunTasksWithConcurrencyOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"630c23d02b430e87dc3bc40cd7890f687c552e57ca4e6585d2712eeadedef3f4","declaration":"export type RunTasksWithConcurrencyResult<T> = RunTasksWithConcurrencyResult<T>;","entrypoint":"infra-runtime","exportName":"RunTasksWithConcurrencyResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fdbbc1f11ad643000b6f6d233346b4adb7944a873c623fa307f5c48133663566","declaration":"export type SanitizedExecApprovalDisplayText = SanitizedExecApprovalDisplayText;","entrypoint":"infra-runtime","exportName":"SanitizedExecApprovalDisplayText","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type SecretFileReadOptions = SecretFileReadOptions;","entrypoint":"infra-runtime","exportName":"SecretFileReadOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5fa5b067e648c4f3104eb1c42db8e7cb20857d8cca22d53520b7e013eb322db2","declaration":"export type SecretFileReadResult = SecretFileReadResult;","entrypoint":"infra-runtime","exportName":"SecretFileReadResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type SecureFileReadOptions = SecureFileReadOptions;","entrypoint":"infra-runtime","exportName":"SecureFileReadOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type SecureFileReadResult = SecureFileReadResult;","entrypoint":"infra-runtime","exportName":"SecureFileReadResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d0c73760d2d0605a78eb5f09a23321476345e61f6c72b631165fcc0f096a6457","declaration":"export type ShellChainOperator = ShellChainOperator;","entrypoint":"infra-runtime","exportName":"ShellChainOperator","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e2f57dd9feda7304f14aaab0fbbe566d5da689bbcfb73f241ae9dfb5a2de2e2f","declaration":"export type SkillBinTrustEntry = SkillBinTrustEntry;","entrypoint":"infra-runtime","exportName":"SkillBinTrustEntry","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2f29e0c5e5d903d768827ca300b2c7c7d175d5effc0f3ccc9fa89568e3edbb67","declaration":"export type SsrFPolicy = SsrFPolicy;","entrypoint":"infra-runtime","exportName":"SsrFPolicy","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5becc0ce3c3200023226e9e44fefa1c5309581ec462849cb0bbfbf5edecefbe0","declaration":"export type SystemEvent = SystemEvent;","entrypoint":"infra-runtime","exportName":"SystemEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"da8145a8d25e6fcbd316857620183bbd27d00e07a6a116d1f82536ec4f43a16a","declaration":"export type SystemRunApprovalBinding = SystemRunApprovalBinding;","entrypoint":"infra-runtime","exportName":"SystemRunApprovalBinding","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"257ee7aaf10a81640d63f30cc40724526e714174957f03b1fba1bc66bebc3958","declaration":"export type SystemRunApprovalFileOperand = SystemRunApprovalFileOperand;","entrypoint":"infra-runtime","exportName":"SystemRunApprovalFileOperand","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4f69d294f37068258a97170c660c6b7267bde0e880b5042d5e73a52adb535ca2","declaration":"export type SystemRunApprovalPlan = SystemRunApprovalPlan;","entrypoint":"infra-runtime","exportName":"SystemRunApprovalPlan","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f629a74a5276ead9bec6002a5a44b45e55f3e72d181a44d1034726533b4a42c9","declaration":"export type TransportReadyResult = TransportReadyResult;","entrypoint":"infra-runtime","exportName":"TransportReadyResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d96b0d1bcae8ef7937c6dc273da469e3967b3d1c1e200a89827e14e4a97e2dbd","declaration":"export type TrustedToolExecutionEvent = TrustedToolExecutionEvent;","entrypoint":"infra-runtime","exportName":"TrustedToolExecutionEvent","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"656b2d97279a8b0eb2f0718d2dc1fec09411aba997992eb6c2e2a82b8559347b","declaration":"export type TypedApprovalActionDescriptor = TypedApprovalActionDescriptor;","entrypoint":"infra-runtime","exportName":"TypedApprovalActionDescriptor","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"bd2386e4f72b084f54bfbd73f4d1d9f6e4a913973e611574286cd12428590d74","declaration":"export type WaitForTransportReadyParams = WaitForTransportReadyParams;","entrypoint":"infra-runtime","exportName":"WaitForTransportReadyParams","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type WalkDirectoryEntry = WalkDirectoryEntry;","entrypoint":"infra-runtime","exportName":"WalkDirectoryEntry","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type WalkDirectoryOptions = WalkDirectoryOptions;","entrypoint":"infra-runtime","exportName":"WalkDirectoryOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type WalkDirectoryResult = WalkDirectoryResult;","entrypoint":"infra-runtime","exportName":"WalkDirectoryResult","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b9a2665a44d5c830b686c4e2bd84687f332ed756f8b05db8333a283778a78610","declaration":"export type WriteTextAtomicOptions = WriteTextAtomicOptions;","entrypoint":"infra-runtime","exportName":"WriteTextAtomicOptions","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cd2c7d516d491026a675868a1aaf03c2cad3645d3371397dded8f4c463030c16","declaration":"export class ExecApprovalChannelRuntimeTerminalStartError extends Error {\n readonly detailCode: string | null;\n constructor(info: GatewayReconnectPausedInfo, cause?: unknown);\n}","entrypoint":"infra-runtime","exportName":"ExecApprovalChannelRuntimeTerminalStartError","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"class","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export declare class FsSafeError extends Error {\n readonly code: FsSafeErrorCode;\n readonly category: FsSafeErrorCategory;\n readonly details?: FsSafeErrorDetails;\n constructor(code: FsSafeErrorCode, message: string, options?: {\n cause?: unknown;\n details?: FsSafeErrorDetails;\n });\n}","entrypoint":"infra-runtime","exportName":"FsSafeError","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"class","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export declare class JsonFileReadError extends Error {\n readonly filePath: string;\n readonly reason: \"read\" | \"parse\";\n constructor(filePath: string, reason: \"read\" | \"parse\", cause: unknown);\n}","entrypoint":"infra-runtime","exportName":"JsonFileReadError","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"class","recordType":"export"}
|
|
{"closureHash":"ab8b45b8d3c4728128356243b630635f3236ac0dff739b503251f8ede165c381","declaration":"export class RequestBodyLimitError extends Error {\n readonly code: RequestBodyLimitErrorCode;\n readonly statusCode: number;\n constructor(init: RequestBodyLimitErrorInit);\n}","entrypoint":"infra-runtime","exportName":"RequestBodyLimitError","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"class","recordType":"export"}
|
|
{"closureHash":"8a0d6188330c614fda148211606fbfa02c4631b2abdec839cc2241c0a562b83b","declaration":"export class SsrFBlockedError extends Error {\n constructor(message: string);\n}","entrypoint":"infra-runtime","exportName":"SsrFBlockedError","importSpecifier":"openclaw/plugin-sdk/infra-runtime","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"ingress-effect-once","importSpecifier":"openclaw/plugin-sdk/ingress-effect-once","recordType":"module"}
|
|
{"closureHash":"5d1e0a7d16cf9177e1e19e4cec75091947a65a0cef52d38d0d60715b12e4a37a","declaration":"export function createIngressEffectOnce(params: { pluginId: string; namespacePrefix: string; ttlMs: number; stateMaxEntries: number; memoryMaxSize?: number; onDiskError?: (error: unknown) => void; }): { runOnce: <T>(params: { eventId: string; effect: string; run: () => Promise<T>; }) => Promise<{ kind: \"executed\"; value: T; } | { kind: \"replayed\"; }>; };","entrypoint":"ingress-effect-once","exportName":"createIngressEffectOnce","importSpecifier":"openclaw/plugin-sdk/ingress-effect-once","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"interactive-runtime","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","recordType":"module"}
|
|
{"closureHash":"0c568d935cc7801d9c2f9c52e60b33f3c330b4c26e49aa1d1eac07c770db38e9","declaration":"export function adaptMessagePresentationForChannel(params: { presentation: MessagePresentation; capabilities?: ChannelPresentationCapabilities; }): MessagePresentation;","entrypoint":"interactive-runtime","exportName":"adaptMessagePresentationForChannel","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c5736f9d468f6c8cf702e5b81a6a091fdaf667804e1f85aafa799c95f83c2ec6","declaration":"export function applyPresentationActionLimits(buttons: readonly MessagePresentationButton[], capabilities?: ChannelPresentationCapabilities): MessagePresentationButton[];","entrypoint":"interactive-runtime","exportName":"applyPresentationActionLimits","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"10024acbd0762b7816a2d7e0edce018480e5f14dbca20693063e2c6a646c1f82","declaration":"export function hasLegacyInteractiveReplyBlocks(value: unknown): value is LegacyInteractiveReply;","entrypoint":"interactive-runtime","exportName":"hasLegacyInteractiveReplyBlocks","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6f13d3ec46d57b14088bc378767c9856af245d40b089b275f11c7e26ce3b8293","declaration":"export function hasMessagePresentationBlocks(value: unknown): value is MessagePresentation;","entrypoint":"interactive-runtime","exportName":"hasMessagePresentationBlocks","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"80544bcc6ec76742ed352539250601a688c297df4257853325107843a811296d","declaration":"export function hasReplyChannelData(value: unknown): value is Record<string, unknown>;","entrypoint":"interactive-runtime","exportName":"hasReplyChannelData","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"751195e67711f16f1e130b696dbbc5f2d852c665e8112a4a21d3bb3c07bd229a","declaration":"export function hasReplyContent(params: { text?: string | null; mediaUrl?: string | null; mediaUrls?: ReadonlyArray<string | null | undefined>; interactive?: unknown; presentation?: unknown; hasChannelData?: boolean; extraContent?: boolean; }): boolean;","entrypoint":"interactive-runtime","exportName":"hasReplyContent","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e60316864fe6414d187f5a2d879e1c8c8910c5919a502752dce4befc2541838c","declaration":"export function isMessagePresentationInteractiveBlock(block: MessagePresentationBlock): block is MessagePresentationInteractiveBlock;","entrypoint":"interactive-runtime","exportName":"isMessagePresentationInteractiveBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6477b5a694b8d845215c6b03f3fc348063590e59c2a0162f77c01ffecad8cc8c","declaration":"export function legacyInteractiveReplyToPresentation(interactive: LegacyInteractiveReply): MessagePresentation | undefined;","entrypoint":"interactive-runtime","exportName":"legacyInteractiveReplyToPresentation","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"42aa990f4f74204b46a86bc3046e341c91607743025ab4da53f6bbcdf1a7cefa","declaration":"export function normalizeLegacyInteractiveReply(raw: unknown): LegacyInteractiveReply | undefined;","entrypoint":"interactive-runtime","exportName":"normalizeLegacyInteractiveReply","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"11ecb1a91ad8580a95863b2fa91393a7b9fcde2d269449bce3348b62f2061dc4","declaration":"export function normalizeMessagePresentation(raw: unknown): MessagePresentation | undefined;","entrypoint":"interactive-runtime","exportName":"normalizeMessagePresentation","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b7b714461bcb8f6643264b0898af893df55d577934553f00f92b50ab7910abd2","declaration":"export function presentationPageSize(capabilities?: ChannelPresentationCapabilities, reservedActions?: number, maxPageSize?: number): number;","entrypoint":"interactive-runtime","exportName":"presentationPageSize","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f59eb6750bb2bea1232662d38fcdbe001cb1c0d4b33b1400ae436c2ea7e5b52e","declaration":"export function presentationToInteractiveControlsReply(presentation: MessagePresentation): InteractiveReply | undefined;","entrypoint":"interactive-runtime","exportName":"presentationToInteractiveControlsReply","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1f07bad1f76983526077f7c9d457165d6efb9137671100d76c07a2a1dfbafb32","declaration":"export function presentationToInteractiveReply(presentation: MessagePresentation): InteractiveReply | undefined;","entrypoint":"interactive-runtime","exportName":"presentationToInteractiveReply","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f4ef099e7dc9aab00933b8855ffc1973f0fe622cdbf77f1e347da3bafa5d2630","declaration":"export function reduceLegacyInteractiveReply<TState>(interactive: LegacyInteractiveReply | undefined, initialState: TState, reduce: (state: TState, block: LegacyInteractiveReplyBlock, index: number) => TState): TState;","entrypoint":"interactive-runtime","exportName":"reduceLegacyInteractiveReply","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d0f68331ce3f5a53ce941ea3ff276b6b0b2291c8611072afb3272cc998ec6981","declaration":"export function renderMessagePresentationChartFallbackText(block: MessagePresentationChartBlock): string;","entrypoint":"interactive-runtime","exportName":"renderMessagePresentationChartFallbackText","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"af8b2793bad054d84ed3b3f192e913294ce1981d80de472dea61ebe4c8643bd6","declaration":"export function renderMessagePresentationFallbackText(params: { presentation?: MessagePresentation; emptyFallback?: string | null; text?: string | null; }): string;","entrypoint":"interactive-runtime","exportName":"renderMessagePresentationFallbackText","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d584074ddbbd65eba65802d268c5ff4d1b0757256030ac3b3ec7bce31e44d820","declaration":"export function renderMessagePresentationTableFallbackText(block: MessagePresentationTableBlock): string;","entrypoint":"interactive-runtime","exportName":"renderMessagePresentationTableFallbackText","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e6b5380e718904c18e7b50c842e27fa6bc8ed216426df599b70e12ae1bb1ebb6","declaration":"export function resolveLegacyInteractiveTextFallback(params: { text?: string; interactive?: LegacyInteractiveReply; }): string | undefined;","entrypoint":"interactive-runtime","exportName":"resolveLegacyInteractiveTextFallback","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f58364e9fd60b536b40293330976abbb8324aa5ad62abe917035dc5fbcfafce3","declaration":"export function resolveMessagePresentationActionValue(action: MessagePresentationAction | undefined): string | undefined;","entrypoint":"interactive-runtime","exportName":"resolveMessagePresentationActionValue","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"541b2dd78249df5ffd3abea587a41569d00676f2b3218d375694ce3d0bdbbb14","declaration":"export function resolveMessagePresentationButtonAction(button: Pick<MessagePresentationButton, \"action\" | \"url\" | \"value\" | \"webApp\" | \"web_app\">, options: { modelPicker: true; }): MessagePresentationAction | undefined;\nexport function resolveMessagePresentationButtonAction(button: Pick<MessagePresentationButton, \"action\" | \"url\" | \"value\" | \"webApp\" | \"web_app\">): LegacyMessagePresentationAction | undefined;","entrypoint":"interactive-runtime","exportName":"resolveMessagePresentationButtonAction","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"29420a729439abf2627fdbdc5510366be90cfe738dbebac888dcd5e2a16e6607","declaration":"export function resolveMessagePresentationControlValue(control: { action?: MessagePresentationAction; value?: string; }): string | undefined;","entrypoint":"interactive-runtime","exportName":"resolveMessagePresentationControlValue","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"db03e83bd5798ef5fa00540d7069e88d66f223471a39acda80645bd867b58bf9","declaration":"export function resolveMessagePresentationOptionAction(option: Pick<MessagePresentationOption, \"action\" | \"value\">, options: { modelPicker: true; }): Extract<MessagePresentationAction, { type: \"command\" | \"callback\" | \"model-picker\"; }> | undefined;\nexport function resolveMessagePresentationOptionAction(option: Pick<MessagePresentationOption, \"action\" | \"value\">): Extract<LegacyMessagePresentationAction, { type: \"command\" | \"callback\"; }> | undefined;","entrypoint":"interactive-runtime","exportName":"resolveMessagePresentationOptionAction","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0149864921188e9588608d6ac80e8967721bf7bdd9271cb5d22dcb5f8cde596a","declaration":"export const hasInteractiveReplyBlocks: (value: unknown) => value is LegacyInteractiveReply;","entrypoint":"interactive-runtime","exportName":"hasInteractiveReplyBlocks","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"97b939ce2d72838997c1e757e5853b29aa5f6583fa7e15d178f53d885466aa1c","declaration":"export const interactiveReplyToPresentation: (interactive: LegacyInteractiveReply) => MessagePresentation | undefined;","entrypoint":"interactive-runtime","exportName":"interactiveReplyToPresentation","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"5d0b9fcd46970ffdb6b5ec02a9cab90791a2ab76a08de154fd5bc153e3a94fdf","declaration":"export const normalizeInteractiveReply: (raw: unknown) => LegacyInteractiveReply | undefined;","entrypoint":"interactive-runtime","exportName":"normalizeInteractiveReply","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"f04d18f0e7d93577680523d3f1a77e3c9ab37ff3dc78ef8fd2a3d56eae1cdeac","declaration":"export const reduceInteractiveReply: <TState>(interactive: LegacyInteractiveReply | undefined, initialState: TState, reduce: (state: TState, block: LegacyInteractiveReplyBlock, index: number) => TState) => TState;","entrypoint":"interactive-runtime","exportName":"reduceInteractiveReply","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"17b01fe5fb492945e3656ad02e81d9d551c3972056fe424c9e919fbe2eeb1fe1","declaration":"export const resolveInteractiveTextFallback: (params: { text?: string; interactive?: LegacyInteractiveReply;}) => string | undefined;","entrypoint":"interactive-runtime","exportName":"resolveInteractiveTextFallback","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"9038fee1fd9f7562dc19146d71b736410fb9095065690c9e6866ff064f455f82","declaration":"export type InteractiveButtonStyle = InteractiveButtonStyle;","entrypoint":"interactive-runtime","exportName":"InteractiveButtonStyle","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6d0a8c63bc6a891e15fb491a62d467017ceff3595bc5971eeca594ae054013b3","declaration":"export type InteractiveReply = LegacyInteractiveReply;","entrypoint":"interactive-runtime","exportName":"InteractiveReply","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"998d5e22b63462c10f37b2ad4e95e340bb144107c98d5baf778eaa2c3fdb5b53","declaration":"export type InteractiveReplyBlock = LegacyInteractiveReplyBlock;","entrypoint":"interactive-runtime","exportName":"InteractiveReplyBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"12e1646fa96992c9984dd7f7ded70b697c377fe307a684906f0e21c7966eb5cb","declaration":"export type InteractiveReplyButton = MessagePresentationButton;","entrypoint":"interactive-runtime","exportName":"InteractiveReplyButton","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"41e0b1bc4801e3d6da34f5f92e008d13345e5210107ad5e24b5be3777b529f32","declaration":"export type InteractiveReplyOption = MessagePresentationOption;","entrypoint":"interactive-runtime","exportName":"InteractiveReplyOption","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"45669b246662b2e576986d2975811d0d04ca6bbe6120159eaa0c8c744f3eee59","declaration":"export type LegacyInteractiveReply = LegacyInteractiveReply;","entrypoint":"interactive-runtime","exportName":"LegacyInteractiveReply","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8f725c0f905809c72e8ea4dc10ae0e221a6c3c4242cad81154d580930e3fe16e","declaration":"export type LegacyInteractiveReplyBlock = LegacyInteractiveReplyBlock;","entrypoint":"interactive-runtime","exportName":"LegacyInteractiveReplyBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"70505bf0e0f4298a3574d415240cd0d8178213eabfeb8ec98d69ef6712e10b36","declaration":"export type LegacyInteractiveReplyButton = MessagePresentationButton;","entrypoint":"interactive-runtime","exportName":"LegacyInteractiveReplyButton","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c4fcb2a73b9d5d1f2bdfb090fc7beea3693fa445b04171acb00ea979b855e211","declaration":"export type LegacyInteractiveReplyOption = MessagePresentationOption;","entrypoint":"interactive-runtime","exportName":"LegacyInteractiveReplyOption","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f4f7bd9526494b8fbfe6e23e3d926d3790aae840e960f1384f68707e72de79e4","declaration":"export type LegacyInteractiveReplySelectBlock = LegacyInteractiveReplySelectBlock;","entrypoint":"interactive-runtime","exportName":"LegacyInteractiveReplySelectBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6be4409d2aaecd62493664c5970d35b7886663f0acc22e9df8adbbccbd10053a","declaration":"export type LegacyInteractiveReplyTextBlock = LegacyInteractiveReplyTextBlock;","entrypoint":"interactive-runtime","exportName":"LegacyInteractiveReplyTextBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5bf3fb615ea582c978065db326cd0c58577e4ea9624614cc8861f59e29120cf5","declaration":"export type MessagePresentation = MessagePresentation;","entrypoint":"interactive-runtime","exportName":"MessagePresentation","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8e2530701600b001d11737c1dc3369471a4c81c717305469fb855fe70a015036","declaration":"export type MessagePresentationAction = MessagePresentationAction;","entrypoint":"interactive-runtime","exportName":"MessagePresentationAction","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2c6a3ba9f0a7e81bf2d4fd633f138d2c7e761777c3eef6c6f065e4ad92114398","declaration":"export type MessagePresentationBlock = MessagePresentationBlock;","entrypoint":"interactive-runtime","exportName":"MessagePresentationBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4bae88e9d7dd7981826d6beacfad87b68951c8c1838a192750dc003460cd55ea","declaration":"export type MessagePresentationButton = MessagePresentationButton;","entrypoint":"interactive-runtime","exportName":"MessagePresentationButton","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"47e49d9dcdef5fa3189bd1b09a9b389abce62decffd6c80d9f7d9ce640b81ead","declaration":"export type MessagePresentationButtonStyle = InteractiveButtonStyle;","entrypoint":"interactive-runtime","exportName":"MessagePresentationButtonStyle","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6c55a049dcea6cb2fe804225a2302fbb9b817bca4f4a21e9c2b89aa3f70e7531","declaration":"export type MessagePresentationButtonsBlock = MessagePresentationButtonsBlock;","entrypoint":"interactive-runtime","exportName":"MessagePresentationButtonsBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4a83ba2d2d45514c4ac025fad66ef5fedeb0af1eaead699c1a5558a68c23767e","declaration":"export type MessagePresentationChartBlock = MessagePresentationChartBlock;","entrypoint":"interactive-runtime","exportName":"MessagePresentationChartBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e6c83d4b1c6c75a8f8c7a1ed84fdd7b2d0931946e6fbfa11e57cac92a5f9ebfd","declaration":"export type MessagePresentationChartSegment = MessagePresentationChartSegment;","entrypoint":"interactive-runtime","exportName":"MessagePresentationChartSegment","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cd798a6d1acb9712245346202a76c292b1de58d376841f081a858d7109f564e6","declaration":"export type MessagePresentationChartSeries = MessagePresentationChartSeries;","entrypoint":"interactive-runtime","exportName":"MessagePresentationChartSeries","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0a51f29dcad7e1b8746e5c21ab8b0ae9711966a4239206e448fabd7d28b5ea6d","declaration":"export type MessagePresentationContextBlock = MessagePresentationContextBlock;","entrypoint":"interactive-runtime","exportName":"MessagePresentationContextBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"39ce3a0dbe09c52ad6cc5ac40ea7d5ea5fa39ee1f381557225d18671a38ec80e","declaration":"export type MessagePresentationDividerBlock = MessagePresentationDividerBlock;","entrypoint":"interactive-runtime","exportName":"MessagePresentationDividerBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"aa96712196df0cde1727bebcbdba1ccabff015509cc873e076feca5ba31da9b6","declaration":"export type MessagePresentationInteractiveBlock = MessagePresentationInteractiveBlock;","entrypoint":"interactive-runtime","exportName":"MessagePresentationInteractiveBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"46920c4cfd9b666825c40fed5c1812635c6cc38dba350932f8a640e88249b645","declaration":"export type MessagePresentationOption = MessagePresentationOption;","entrypoint":"interactive-runtime","exportName":"MessagePresentationOption","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6d75d1d2b356a0f9673e258aa814d55bbad2d6e0a48f72c37b784fe21d63e549","declaration":"export type MessagePresentationSelectBlock = MessagePresentationSelectBlock;","entrypoint":"interactive-runtime","exportName":"MessagePresentationSelectBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"dffabe89ef81f9cb2949585591d090e00891161a9fe846eda645448c4f812848","declaration":"export type MessagePresentationTableBlock = MessagePresentationTableBlock;","entrypoint":"interactive-runtime","exportName":"MessagePresentationTableBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"820175871cbefbceb0821f280189d8afa163f1518a8c7d5e82508927b783c7bc","declaration":"export type MessagePresentationTableCell = MessagePresentationTableCell;","entrypoint":"interactive-runtime","exportName":"MessagePresentationTableCell","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"df89201ec87c5bca8477f1e4f92d56cca1a497433b60cd599c83bb3a8c4ecdde","declaration":"export type MessagePresentationTextBlock = MessagePresentationTextBlock;","entrypoint":"interactive-runtime","exportName":"MessagePresentationTextBlock","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"03753b891786a18e10e31981628ddffb8e58e4b7a7a6be63d070e0ccb765d4a3","declaration":"export type MessagePresentationTone = MessagePresentationTone;","entrypoint":"interactive-runtime","exportName":"MessagePresentationTone","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"18fbc28861ae64d2e4a05957b97744d1e1c4c06a20db954d517f82ab8d8a14da","declaration":"export type ModelPickerAction = ModelPickerAction;","entrypoint":"interactive-runtime","exportName":"ModelPickerAction","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9c2c3474e7ca8f87a290fce804e95dd21d84fb09a34e41c84b5c833f2e6368da","declaration":"export type ModelPickerCapabilityProfile = ModelPickerCapabilityProfile;","entrypoint":"interactive-runtime","exportName":"ModelPickerCapabilityProfile","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9eaf5ae30e4b8a13737fab0d5d2527351b5f6dc06e715779967018524c59e24d","declaration":"export type ReplyPayloadDelivery = ReplyPayloadDelivery;","entrypoint":"interactive-runtime","exportName":"ReplyPayloadDelivery","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6da760b8e7fa553d4f3d1be04faa7edad5523a59047a87fac7d276625b52d151","declaration":"export type ReplyPayloadDeliveryPin = ReplyPayloadDeliveryPin;","entrypoint":"interactive-runtime","exportName":"ReplyPayloadDeliveryPin","importSpecifier":"openclaw/plugin-sdk/interactive-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"json-store","importSpecifier":"openclaw/plugin-sdk/json-store","recordType":"module"}
|
|
{"closureHash":"c6978def45d26612d434444118cc8620a5b48949b77784b73c6c713917b328a9","declaration":"export function loadJsonFile<T = unknown>(filePath: string): T | undefined;","entrypoint":"json-store","exportName":"loadJsonFile","importSpecifier":"openclaw/plugin-sdk/json-store","kind":"function","recordType":"export"}
|
|
{"closureHash":"cbeb462e0ca7f738b88c0fe093c3c66b35726a834e5bf5e9d117ce4c0ec02bdd","declaration":"export function readJsonFileWithFallback<T>(filePath: string, fallback: T): Promise<{ value: T; exists: boolean; }>;","entrypoint":"json-store","exportName":"readJsonFileWithFallback","importSpecifier":"openclaw/plugin-sdk/json-store","kind":"function","recordType":"export"}
|
|
{"closureHash":"1cbcc509785ed65006ffa49f5500c11bdaaeebc9a84e9f531458b85b336b1131","declaration":"export function writeJsonFileAtomically(filePath: string, value: unknown): Promise<void>;","entrypoint":"json-store","exportName":"writeJsonFileAtomically","importSpecifier":"openclaw/plugin-sdk/json-store","kind":"function","recordType":"export"}
|
|
{"closureHash":"8ebbb2466b46f6b0c77602829fb551099a951a997e3f17436db741a92504d8b9","declaration":"export const saveJsonFile: (pathname: string, data: unknown) => void;","entrypoint":"json-store","exportName":"saveJsonFile","importSpecifier":"openclaw/plugin-sdk/json-store","kind":"const","recordType":"export"}
|
|
{"category":null,"entrypoint":"lazy-runtime","importSpecifier":"openclaw/plugin-sdk/lazy-runtime","recordType":"module"}
|
|
{"closureHash":"6ffbca241bc7c7ea5e4bce3cf4d6d05c3f72fa6e4cbf6f30f2733a582a09f4a1","declaration":"export function createLazyRuntimeMethod<TSurface, TArgs extends unknown[], TResult>(load: () => Promise<TSurface>, select: (surface: TSurface) => (...args: TArgs) => TResult): (...args: TArgs) => Promise<Awaited<TResult>>;","entrypoint":"lazy-runtime","exportName":"createLazyRuntimeMethod","importSpecifier":"openclaw/plugin-sdk/lazy-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"adc97f9b2f49ff31057872729fd2e3db57df3acf2e5b19ec1bb046a00b6a9d1d","declaration":"export function createLazyRuntimeMethodBinder<TSurface>(load: () => Promise<TSurface>): <TArgs extends unknown[], TResult>(select: (surface: TSurface) => (...args: TArgs) => TResult) => (...args: TArgs) => Promise<Awaited<TResult>>;","entrypoint":"lazy-runtime","exportName":"createLazyRuntimeMethodBinder","importSpecifier":"openclaw/plugin-sdk/lazy-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d3da50ef3537afd6c8cf7f2bd34f34aea63d31e80c315729c53bb24738fa620d","declaration":"export function createLazyRuntimeModule<TModule>(importer: () => Promise<TModule>): LazyRuntimeLoader<TModule>;","entrypoint":"lazy-runtime","exportName":"createLazyRuntimeModule","importSpecifier":"openclaw/plugin-sdk/lazy-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ce10ff0a051fe1237ccb6b3fbd6e9d47c9cad8ca2e44be98ffe712c27e51521","declaration":"export function createLazyRuntimeNamedExport<TModule, const TKey extends keyof TModule>(importer: () => Promise<TModule>, key: TKey): () => Promise<TModule[TKey]>;","entrypoint":"lazy-runtime","exportName":"createLazyRuntimeNamedExport","importSpecifier":"openclaw/plugin-sdk/lazy-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1bd2bbb916e713e4ce43f88472c77c109bf9185b7bdf8cd21731472f37191b34","declaration":"export function createLazyRuntimeSurface<TModule, TSurface>(importer: () => Promise<TModule>, select: (module: TModule) => TSurface): LazyRuntimeLoader<TSurface>;","entrypoint":"lazy-runtime","exportName":"createLazyRuntimeSurface","importSpecifier":"openclaw/plugin-sdk/lazy-runtime","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"logging-core","importSpecifier":"openclaw/plugin-sdk/logging-core","recordType":"module"}
|
|
{"closureHash":"e2df8d235401aebf58eb71652fbeaedb42ca00aaa5042a76909ff2c48ba6fd54","declaration":"export function createSubsystemLogger(subsystem: string): SubsystemLogger;","entrypoint":"logging-core","exportName":"createSubsystemLogger","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2e8f3eb9cb1fd8b3ccacae190b3bed9811014912269acdfe4379959755cc141","declaration":"export function getChildLogger(bindings?: Record<string, unknown>, opts?: { level?: LogLevel; }): TsLogger<LogObj>;","entrypoint":"logging-core","exportName":"getChildLogger","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"611261c51fa254243adbfe1ce2280c22a125bc6112772517af73e48ea8f99d85","declaration":"export function logDebug(message: string): void;","entrypoint":"logging-core","exportName":"logDebug","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ed6e6e27710f11b55572d626117ea98288ff57eb2b7e2da58c716c68f3617dd","declaration":"export function logError(message: string, runtime?: RuntimeEnv): void;","entrypoint":"logging-core","exportName":"logError","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"f4b4a3db8f0805ca6e3dd45ea5738dbd6f3cbda3777562182dd81e4fbf764899","declaration":"export function logInfo(message: string, runtime?: RuntimeEnv): void;","entrypoint":"logging-core","exportName":"logInfo","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"dfaea78d6d3e7022e845ce7b4d0ff33e4f367c0c08fc1f2a2747e23b484abb22","declaration":"export function logWebhookError(params: { channel: string; updateType?: string; chatId?: number | string; error: string; }): void;","entrypoint":"logging-core","exportName":"logWebhookError","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"fea36250b5fbefc03d7a1874e3d2f11d7b07336a501eb76f090fdd3d74cbdd47","declaration":"export function logWebhookProcessed(params: { channel: string; updateType?: string; chatId?: number | string; durationMs?: number; }): void;","entrypoint":"logging-core","exportName":"logWebhookProcessed","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"d6d507abc4629db7696cfda1230911644f74ae698d715394137d292d86219545","declaration":"export function logWebhookReceived(params: { channel: string; updateType?: string; chatId?: number | string; }): void;","entrypoint":"logging-core","exportName":"logWebhookReceived","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"841c5e053ca8bd2239b05dece08be98c69985b0852981ef5f15ddbc3fe6bab3b","declaration":"export function redactIdentifier(value: string | undefined, opts?: { len?: number; }): string;","entrypoint":"logging-core","exportName":"redactIdentifier","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"587f549f283419ebc95a02982e36cb0c9aa6b2493e78b7903cd71e1e5f5c4019","declaration":"export function redactSensitiveFieldValue(key: string, value: string, options?: RedactOptions): string;","entrypoint":"logging-core","exportName":"redactSensitiveFieldValue","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"19ba3dbec5609e39f9a5cd9835c4077eb3347b9fed42cebdb9344b8bc8c64ee2","declaration":"export function redactSensitiveText(text: string, options?: RedactOptions): string;","entrypoint":"logging-core","exportName":"redactSensitiveText","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"87bde7139768bd89a9814ee98358309bf27d5607eeea56e8af9dcbcb92d6d5f7","declaration":"export function redactToolPayloadText(text: string): string;","entrypoint":"logging-core","exportName":"redactToolPayloadText","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"776c02b54503961c5df7f371e61dc91aad273ad188a1973983ac994f620a621c","declaration":"export function startDiagnosticHeartbeat(config?: OpenClawConfig, opts?: StartDiagnosticHeartbeatOptions): void;","entrypoint":"logging-core","exportName":"startDiagnosticHeartbeat","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"74183c57df02acc94a5c50ad8b0ba0a8d14003215f757cd663a8e66bdab7ac11","declaration":"export function stopDiagnosticHeartbeat(): void;","entrypoint":"logging-core","exportName":"stopDiagnosticHeartbeat","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"b70ce64e1bd9980b10d291b3b4e04713853413a92c1ce2eb2eb879022b37678e","declaration":"export type LoggerResolvedSettings = ResolvedSettings;","entrypoint":"logging-core","exportName":"LoggerResolvedSettings","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"type","recordType":"export"}
|
|
{"closureHash":"348c74a4b7680b0329edf8a89928086064a1204e4e375d859bbb03bd5230cc39","declaration":"export type LoggerSettings = LoggerSettings;","entrypoint":"logging-core","exportName":"LoggerSettings","importSpecifier":"openclaw/plugin-sdk/logging-core","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"matrix","importSpecifier":"openclaw/plugin-sdk/matrix","recordType":"module"}
|
|
{"closureHash":"5103c82bcb8d7a1b040d462879be94710cac5d412e9ae9d59251bc81abc6f7ec","declaration":"export function runPluginCommandWithTimeout(options: PluginCommandRunOptions): Promise<PluginCommandRunResult>;","entrypoint":"matrix","exportName":"runPluginCommandWithTimeout","importSpecifier":"openclaw/plugin-sdk/matrix","kind":"function","recordType":"export"}
|
|
{"category":"utilities","entrypoint":"media-local-roots","importSpecifier":"openclaw/plugin-sdk/media-local-roots","recordType":"module"}
|
|
{"closureHash":"666634000ee5bf317dabcbd70524833961fad58edc2b3cd66fe5fa0172e89602","declaration":"export function getAgentScopedMediaLocalRoots(cfg: OpenClawConfig, agentId?: string): readonly string[];","entrypoint":"media-local-roots","exportName":"getAgentScopedMediaLocalRoots","importSpecifier":"openclaw/plugin-sdk/media-local-roots","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b6ee6fb5ebaf27c048816cf09a89c3edb6a15f3c4e579809c94e7544b50286a","declaration":"export function getAgentScopedMediaLocalRootsForSources(params: { cfg: OpenClawConfig; agentId?: string; mediaSources?: readonly string[]; }): readonly string[];","entrypoint":"media-local-roots","exportName":"getAgentScopedMediaLocalRootsForSources","importSpecifier":"openclaw/plugin-sdk/media-local-roots","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"media-mime","importSpecifier":"openclaw/plugin-sdk/media-mime","recordType":"module"}
|
|
{"closureHash":"33c8364fd65fe8d46a295345fbbf21faedea7226891e4bfe0b15126ee03d76a9","declaration":"export function detectMime(opts: { buffer?: Buffer; headerMime?: string | null; additionalMimeHints?: readonly (string | null | undefined)[]; filePath?: string; }): Promise<string | undefined>;","entrypoint":"media-mime","exportName":"detectMime","importSpecifier":"openclaw/plugin-sdk/media-mime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bf70eb75a79d45a114621914f81bf138e9d0afda6874db3293084469f75403e1","declaration":"export function extensionForMime(mime?: string | null): string | undefined;","entrypoint":"media-mime","exportName":"extensionForMime","importSpecifier":"openclaw/plugin-sdk/media-mime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a6d9090b5021496e996cca0b249ce4aa96e8b98232cf35ba48c783b4c9cf4c76","declaration":"export function getFileExtension(filePath?: string | null): string | undefined;","entrypoint":"media-mime","exportName":"getFileExtension","importSpecifier":"openclaw/plugin-sdk/media-mime","kind":"function","recordType":"export"}
|
|
{"closureHash":"61f071043a3ef46de359d13918fc9e8d586578c6a6097df1cba6f0bbd368fddc","declaration":"export function mediaKindFromMime(mime?: string | null): MediaKind | undefined;","entrypoint":"media-mime","exportName":"mediaKindFromMime","importSpecifier":"openclaw/plugin-sdk/media-mime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ae7a2045247ce19c7b7dc610c9b4020ff5b3e883de5808f71a7f14bcc5b23cd9","declaration":"export function mimeTypeFromFilePath(filePath?: string | null): string | undefined;","entrypoint":"media-mime","exportName":"mimeTypeFromFilePath","importSpecifier":"openclaw/plugin-sdk/media-mime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e042be74066ef0c68eb7e106a0484ae051c846be356df4e47379b1a560c7d13e","declaration":"export function normalizeMimeType(mime?: string | null): string | undefined;","entrypoint":"media-mime","exportName":"normalizeMimeType","importSpecifier":"openclaw/plugin-sdk/media-mime","kind":"function","recordType":"export"}
|
|
{"closureHash":"70face9e69bb2db956e62167f7f56c6b87a7f4a50ce223a6fd201077a9348b31","declaration":"export type MediaKind = MediaKind;","entrypoint":"media-mime","exportName":"MediaKind","importSpecifier":"openclaw/plugin-sdk/media-mime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"media-runtime","importSpecifier":"openclaw/plugin-sdk/media-runtime","recordType":"module"}
|
|
{"closureHash":"b2d8851e498da05a72bc15f245329eae6fdd2aeeca9559f44d2e2fc6d39dd698","declaration":"export function buildAgentMediaPayload(mediaList: Array<{ path: string; contentType?: string | null; }>): AgentMediaPayload;","entrypoint":"media-runtime","exportName":"buildAgentMediaPayload","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4f2ddba78acc784ef2ed0354a27e1d806e49ba10d5975bcd6cc4d964ddcd0dac","declaration":"export function buildImageResizeSideGrid(maxSide: number, sideStart: number): number[];","entrypoint":"media-runtime","exportName":"buildImageResizeSideGrid","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5304cd3dcc74520d6ead6e43bbe8f56f656683ed0e8ef8e37ee429ae54392a96","declaration":"export function buildOutboundMediaLoadOptions(params?: OutboundMediaLoadParams): OutboundMediaLoadOptions;","entrypoint":"media-runtime","exportName":"buildOutboundMediaLoadOptions","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d8f59bd819c0328bc303a1e32eaa3456ffbd8653118aec7eb800010e9441a7c8","declaration":"export function canonicalizeBase64(base64: string): string | undefined;","entrypoint":"media-runtime","exportName":"canonicalizeBase64","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1eff6533bfa79e8fe999af73140c7deb15155a199295116b4be3eb07af42a7c2","declaration":"export function createDirectTextMediaOutbound<TOpts extends Record<string, unknown>, TResult extends DirectSendResult>(params: { channel: string; resolveSender: (deps: OutboundSendDeps | undefined) => DirectSendFn<TOpts, TResult>; resolveMaxBytes: (params: { cfg: OpenClawConfig; accountId?: string | null; }) => number | undefined; buildTextOptions: (params: DirectSendOptions) => TOpts; buildMediaOptions: (params: DirectSendOptions) => TOpts; }): ChannelOutboundAdapter;","entrypoint":"media-runtime","exportName":"createDirectTextMediaOutbound","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e9315e5dabbebcb7a8dfe63762db43d61629cb77eabbb6bf7661b460b537a725","declaration":"export function createScopedChannelMediaMaxBytesResolver(channel: string): (params: { cfg: OpenClawConfig; accountId?: string | null; }) => number | undefined;","entrypoint":"media-runtime","exportName":"createScopedChannelMediaMaxBytesResolver","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"33c8364fd65fe8d46a295345fbbf21faedea7226891e4bfe0b15126ee03d76a9","declaration":"export function detectMime(opts: { buffer?: Buffer; headerMime?: string | null; additionalMimeHints?: readonly (string | null | undefined)[]; filePath?: string; }): Promise<string | undefined>;","entrypoint":"media-runtime","exportName":"detectMime","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3114b65f13781a49b264fec4e1b9297d42aa203fdbd07fc84cf230bc6a35e179","declaration":"export function encodePngRgba(buffer: Buffer, width: number, height: number): Buffer;","entrypoint":"media-runtime","exportName":"encodePngRgba","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f26a70d72a3871c2d3779b98d7ff0d6c9972191aef713880a9f6e7df50ecd9e6","declaration":"export function ensureMediaDir(): Promise<string>;","entrypoint":"media-runtime","exportName":"ensureMediaDir","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b1bb3e0f3f80be7da78d8b257412e2732d0699cb1dbfb0eff8b02c0c9a48da0d","declaration":"export function estimateBase64DecodedBytes(base64: string): number;","entrypoint":"media-runtime","exportName":"estimateBase64DecodedBytes","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bf70eb75a79d45a114621914f81bf138e9d0afda6874db3293084469f75403e1","declaration":"export function extensionForMime(mime?: string | null): string | undefined;","entrypoint":"media-runtime","exportName":"extensionForMime","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"284fed71bcb18bfbcfa0d69b56024e74a773fcc02acfe35bb02ad2b58b22d5bf","declaration":"export function extractOriginalFilename(filePath: string): string;","entrypoint":"media-runtime","exportName":"extractOriginalFilename","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1efe6cf1d00df30066b813ac416b784a2cd8d159a7c82c805347ef0207d7f2a6","declaration":"export function fillPixel(buf: Buffer, x: number, y: number, width: number, r: number, g: number, b: number, a?: number): void;","entrypoint":"media-runtime","exportName":"fillPixel","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"666634000ee5bf317dabcbd70524833961fad58edc2b3cd66fe5fa0172e89602","declaration":"export function getAgentScopedMediaLocalRoots(cfg: OpenClawConfig, agentId?: string): readonly string[];","entrypoint":"media-runtime","exportName":"getAgentScopedMediaLocalRoots","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a6d9090b5021496e996cca0b249ce4aa96e8b98232cf35ba48c783b4c9cf4c76","declaration":"export function getFileExtension(filePath?: string | null): string | undefined;","entrypoint":"media-runtime","exportName":"getFileExtension","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0aecb0ee70a1460b52a81239bd80225fe03b53bd9e1e2f492894b2fb853a9f6b","declaration":"export function getImageMetadata(buffer: Buffer): Promise<ImageMetadata | null>;","entrypoint":"media-runtime","exportName":"getImageMetadata","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"be13ee5430c01c38148e7136143ebd087e29163672b65812fb8345de72c567b1","declaration":"export function getMediaDir(): string;","entrypoint":"media-runtime","exportName":"getMediaDir","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"efbb8f24f9b424eaba5b9ff38a8a94bd2e6fd324fab226429f40eac59f047813","declaration":"export function isGifMedia(opts: { contentType?: string | null; fileName?: string | null; }): boolean;","entrypoint":"media-runtime","exportName":"isGifMedia","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ca89e36369ecc2658368a990a292c7a9c49e516875eb5eefac1a0c20c268c953","declaration":"export function isImageProcessorUnavailableError(err: unknown): boolean;","entrypoint":"media-runtime","exportName":"isImageProcessorUnavailableError","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fee7f70fe64f0303aa324bf041e955d1b48928fb509b070dca4e76bdfab72789","declaration":"export function isInboundPathAllowed(params: { filePath: string; roots: readonly string[]; fallbackRoots?: readonly string[]; }): boolean;","entrypoint":"media-runtime","exportName":"isInboundPathAllowed","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"71e51bacc883aa645a3df030476664fd706d9ef5b871090d9a64bfa52f02ce85","declaration":"export function isVoiceCompatibleAudio(opts: { contentType?: string | null; fileName?: string | null; }): boolean;","entrypoint":"media-runtime","exportName":"isVoiceCompatibleAudio","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f57066b911e83588fab0eae6077d7a24c6788990c460bcbd1e33673cf87d1ed9","declaration":"export function isVoiceMessageCompatibleAudio(opts: { contentType?: string | null; fileName?: string | null; }): boolean;","entrypoint":"media-runtime","exportName":"isVoiceMessageCompatibleAudio","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"591e8b1ed796c62886e013a8cb260837cd546ad649a657a0a0f08bc0b25c8069","declaration":"export function kindFromMime(mime?: string | null): MediaKind | undefined;","entrypoint":"media-runtime","exportName":"kindFromMime","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2bbd97d9ddb2dce5fd942a4f94107805b021e347666bd5678c0a597a8399f0bb","declaration":"export function maxBytesForKind(kind: MediaKind): number;","entrypoint":"media-runtime","exportName":"maxBytesForKind","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"61f071043a3ef46de359d13918fc9e8d586578c6a6097df1cba6f0bbd368fddc","declaration":"export function mediaKindFromMime(mime?: string | null): MediaKind | undefined;","entrypoint":"media-runtime","exportName":"mediaKindFromMime","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ed18f8aa40545dfc7a012600eaaca24249373942bc44a01c7e9095035c22ec00","declaration":"export function normalizeInboundPathRoots(roots?: readonly string[]): string[];","entrypoint":"media-runtime","exportName":"normalizeInboundPathRoots","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"242fb88c9a072bbab477185ba31ad91cb41d856d483c4790dbca34bf209818c6","declaration":"export function normalizePollDurationHours(value: number | undefined, options: { defaultHours: number; maxHours: number; }): number;","entrypoint":"media-runtime","exportName":"normalizePollDurationHours","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"23c62a820abe77ca8664fc505df066882bd46cff76261ad4ac4ce33f20b773f3","declaration":"export function normalizePollInput(input: PollInput, options?: NormalizePollOptions): NormalizedPollInput;","entrypoint":"media-runtime","exportName":"normalizePollInput","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d95d47f0fbce01f9b29d1b898a8e818e1db5969772fc3ea45798179d07d57a12","declaration":"export function parseFfprobeCodecAndSampleRate(stdout: string): { codec: string | null; sampleRateHz: number | null; };","entrypoint":"media-runtime","exportName":"parseFfprobeCodecAndSampleRate","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0d0d501d120f7a0ef3cb08afd52552f4d0b72acaf1f30759333c9ccc597fde16","declaration":"export function parseMediaContentLength(raw: string | null): number | null;","entrypoint":"media-runtime","exportName":"parseMediaContentLength","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cb514285046a450f9a74c63aaeb68104ea8785a0e60aed4283f5dd88a9bfabe0","declaration":"export function probeVideoDimensions(buffer: Buffer): Promise<VideoDimensions | undefined>;","entrypoint":"media-runtime","exportName":"probeVideoDimensions","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"106db00262741c39eaeb05f7a06f9297b4ec8fd8004190555f8122f3a13cf733","declaration":"export function readRemoteMediaBuffer(options: FetchMediaOptions): Promise<FetchMediaResult>;","entrypoint":"media-runtime","exportName":"readRemoteMediaBuffer","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e2a9f5701350376e5725196fdfedb8a0db05185365754ef5e790bba205c0e1cb","declaration":"export function readResponseTextSnippet(response: Response, options?: ReadResponseTextPrefixOptions & { maxBytes?: number; maxChars?: number; }): Promise<string | undefined>;","entrypoint":"media-runtime","exportName":"readResponseTextSnippet","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f0082ad58be26cd3c52f33a3ab8f55cd3793f4f1dd61bb556df0816d7b7a8431","declaration":"export function readResponseWithLimit(response: Response, maxBytes: number, options?: ReadResponseTextPrefixOptions & { onOverflow?: (params: { size: number; maxBytes: number; res: Response; }) => Error; }): Promise<Buffer>;","entrypoint":"media-runtime","exportName":"readResponseWithLimit","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2666b71d039618954ff14bb7be3099fe7e17faeeece5734678bedc28e142e7e","declaration":"export function renderQrPngBase64(input: string, opts?: QrPngRenderOptions): Promise<string>;","entrypoint":"media-runtime","exportName":"renderQrPngBase64","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"062452c7ac56a1a292e6e2ca6b5e6cee987644a1673adfc29a82ad281bbd7662","declaration":"export function renderQrPngDataUrl(input: string, opts?: QrPngRenderOptions): Promise<string>;","entrypoint":"media-runtime","exportName":"renderQrPngDataUrl","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c7252f0b8f5591a03451fde5e61b8412744e409876862adbbdaa9db5c17b7e88","declaration":"export function renderQrTerminal(input: string, opts?: { small?: boolean; }): Promise<string>;","entrypoint":"media-runtime","exportName":"renderQrTerminal","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8786a85f6d75ee4d41e387bfc86eafbace7974b950c9a390d2b352fea96daf67","declaration":"export function resizeToJpeg(params: ResizeToJpegParams): Promise<Buffer>;","entrypoint":"media-runtime","exportName":"resizeToJpeg","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3937a046a07875769072d60a86f5ad03a9582bc5c010b63bca1d09fb7ba10033","declaration":"export function resolveAutoImageModel(params: { cfg: OpenClawConfig; agentId?: string; agentDir?: string; workspaceDir?: string; activeModel?: ActiveMediaModel; }): Promise<ActiveMediaModel | null>;","entrypoint":"media-runtime","exportName":"resolveAutoImageModel","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"88f5eb7c905a2e75fe3bbb29c90f62611681b0ec47d938d8f4785ec9a9171ca6","declaration":"export function resolveAutoMediaKeyProviders(params: { capability: MediaUnderstandingCapability; cfg?: OpenClawConfig; workspaceDir?: string; providerRegistry?: Map<string, MediaUnderstandingProvider>; }): string[];","entrypoint":"media-runtime","exportName":"resolveAutoMediaKeyProviders","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bb49203dc228dab32130cfc5f17019b4fbfc15a40b99922a138dd6b625c71d93","declaration":"export function resolveChannelMediaMaxBytes(params: { cfg: OpenClawConfig; resolveChannelLimitMb: (params: { cfg: OpenClawConfig; accountId: string; }) => number | undefined; accountId?: string | null; }): number | undefined;","entrypoint":"media-runtime","exportName":"resolveChannelMediaMaxBytes","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6e0cf512778731aeac977bef1b40354ac5b97d7bfa0d6d4a3f3afd5944889b9b","declaration":"export function resolveDefaultMediaModel(params: { providerId: string; capability: MediaUnderstandingCapability; cfg?: OpenClawConfig; workspaceDir?: string; providerRegistry?: Map<string, MediaUnderstandingProvider>; includeConfiguredImageModels?: boolean; }): string | undefined;","entrypoint":"media-runtime","exportName":"resolveDefaultMediaModel","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"40ca570b4e4b086215a6f8908d14bb19fe913e640a9220a3888c6c4632447ef3","declaration":"export function resolveFfmpegBin(): string;","entrypoint":"media-runtime","exportName":"resolveFfmpegBin","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fbee19e30146c9b496fbed494dd446d5a782408351bd1e4b52649aed268879a4","declaration":"export function resolveOutboundAttachmentFromUrl(mediaUrl: string, maxBytes: number, options?: { mediaAccess?: OutboundMediaAccess; localRoots?: readonly string[]; readFile?: (filePath: string) => Promise<Buffer>; }): Promise<{ path: string; contentType?: string; }>;","entrypoint":"media-runtime","exportName":"resolveOutboundAttachmentFromUrl","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"16a8c342e8105d68f4ea4ce28e72e5e3fbcac2fc32074867ba8faeb85829b3d6","declaration":"export function runFfmpeg(args: string[], options?: MediaExecOptions): Promise<string>;","entrypoint":"media-runtime","exportName":"runFfmpeg","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b9d05de070713ff7708c29034a6d5bade508c379179f4f316321b8f6d82cd13","declaration":"export function runFfprobe(args: string[], options?: MediaExecOptions): Promise<string>;","entrypoint":"media-runtime","exportName":"runFfprobe","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6e2a4f5bbd762d28ef1c75608719a1017f2afebe21aaf6e672a37772a454aa5f","declaration":"export function saveMediaBuffer(buffer: Buffer, contentType?: string, subdir?: string, maxBytes?: number, originalFilename?: string, detectionFilePathHint?: string): Promise<SavedMedia>;","entrypoint":"media-runtime","exportName":"saveMediaBuffer","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"33f3c36591a6fec1f70d7af245b099a33010e165318bc2677b2bd421840f0356","declaration":"export function saveMediaSource(source: string, headers?: Record<string, string>, subdir?: string, maxBytes?: number): Promise<SavedMedia>;","entrypoint":"media-runtime","exportName":"saveMediaSource","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5e59d5ce1c2c782e892ff4c832bbe26b5ea2408167727494ccb94131bcd70048","declaration":"export function saveRemoteMedia(options: SaveRemoteMediaOptions): Promise<SavedRemoteMedia>;","entrypoint":"media-runtime","exportName":"saveRemoteMedia","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3b9871aab4938e1bb674d275676088c60d712bee77831d561e5a7fe7b1e91fa4","declaration":"export function saveResponseMedia(res: Response, options?: SaveResponseMediaOptions): Promise<SavedRemoteMedia>;","entrypoint":"media-runtime","exportName":"saveResponseMedia","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bc74dabff845fb30a897570c79089cd09c4727542204fc31f0148a0d42432558","declaration":"export function transcodeAudioBuffer(params: { audioBuffer: Buffer; sourceExtension: string; targetExtension: string; timeoutMs?: number; }): Promise<AudioContainerTranscodeOutcome>;","entrypoint":"media-runtime","exportName":"transcodeAudioBuffer","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4eb52acf9bf7845842ef132188d7c298077b16471b45ac18c51b7cffd481a0a3","declaration":"export function transcodeAudioBufferToOpus(params: { audioBuffer: Buffer; inputExtension?: string; inputFileName?: string; tempPrefix?: string; outputFileName?: string; timeoutMs?: number; sampleRateHz?: number; bitrate?: string; channels?: number; maxDurationSeconds?: number; }): Promise<Buffer>;","entrypoint":"media-runtime","exportName":"transcodeAudioBufferToOpus","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e2518fa333c9e2e35f4c8044173f2603e9189bae9b4e37ede5921a7649deea5f","declaration":"export function transcribeFirstAudio(params: { ctx: MsgContext; cfg: OpenClawConfig; agentDir?: string; providers?: Record<string, MediaUnderstandingProvider>; activeModel?: ActiveMediaModel; }): Promise<string | undefined>;","entrypoint":"media-runtime","exportName":"transcribeFirstAudio","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1d437bd7f298478ddd6ca3d3b3acb9eb0191192d9e018f33a717a4b03cb504b3","declaration":"export function unlinkIfExists(filePath: string | null | undefined): Promise<void>;","entrypoint":"media-runtime","exportName":"unlinkIfExists","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"689e12466721106b2d44ec5478a9f30455f046a9c02ecaca7490fb647dd56758","declaration":"export function writeQrPngTempFile(input: string, opts: QrPngTempFileOptions): Promise<QrPngTempFile>;","entrypoint":"media-runtime","exportName":"writeQrPngTempFile","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0005172b58a41b953271270d928f79549b0d5755e3c0d7c929d1ee9eb8bd68d1","declaration":"export const IMAGE_REDUCE_QUALITY_STEPS: readonly [85, 75, 65, 55, 45, 35];","entrypoint":"media-runtime","exportName":"IMAGE_REDUCE_QUALITY_STEPS","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"da4cdc9ffc2cf7df12ece4388e14cf16e8e9b839c150adb8a371ce5a1ed285ca","declaration":"export const MAX_AUDIO_BYTES: number;","entrypoint":"media-runtime","exportName":"MAX_AUDIO_BYTES","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"fba13e263d06f03b9e73f09676fd1957ff18967d4e5595605e9aa08fcabf808c","declaration":"export const MAX_IMAGE_BYTES: number;","entrypoint":"media-runtime","exportName":"MAX_IMAGE_BYTES","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"4a3d56b398dfb6084f4082df92b9f178be79a19a4454809e4c09873618f8a801","declaration":"export const MEDIA_FFMPEG_MAX_AUDIO_DURATION_SECS: number;","entrypoint":"media-runtime","exportName":"MEDIA_FFMPEG_MAX_AUDIO_DURATION_SECS","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"2071b1ded67ca29a7ab2e06f037786ecba2416ad419b3433dd906b4f736eef95","declaration":"export const describeImageWithModel: (params: ImageDescriptionRequest) => Promise<ImageDescriptionResult>;","entrypoint":"media-runtime","exportName":"describeImageWithModel","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"fa8b1f678a5a327351b926aa0d008b8f6922bf3883edc01b8c7247ec64cd8eae","declaration":"export const fetchRemoteMedia: (options: FetchMediaOptions) => Promise<FetchMediaResult>;","entrypoint":"media-runtime","exportName":"fetchRemoteMedia","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"b5811e6f47a645383bafb5b8707029a59444d280db513007d9b9972774905bde","declaration":"export type FetchLike = FetchLike;","entrypoint":"media-runtime","exportName":"FetchLike","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"70face9e69bb2db956e62167f7f56c6b87a7f4a50ce223a6fd201077a9348b31","declaration":"export type MediaKind = MediaKind;","entrypoint":"media-runtime","exportName":"MediaKind","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"39aeb808f545f71a9fec00f3e7a83b4f59371c7f58ba97721901e9c381a99ed4","declaration":"export type OutboundMediaAccess = OutboundMediaAccess;","entrypoint":"media-runtime","exportName":"OutboundMediaAccess","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1b934efaec6d9ff725f92f0c8da2c2b6ea5b050fd71189ccc3e2a7b39b89138d","declaration":"export type OutboundMediaReadFile = OutboundMediaReadFile;","entrypoint":"media-runtime","exportName":"OutboundMediaReadFile","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5c7bc09eebe0d594cde7848f0792c4e64ec7e274b6348ea3568f2e3ef469836d","declaration":"export type PollInput = PollInput;","entrypoint":"media-runtime","exportName":"PollInput","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b0f47d98e2f24b74e335145bd700942c5d13819917bf2ea67dd5f31b389f4c00","declaration":"export type SavedMedia = SavedMedia;","entrypoint":"media-runtime","exportName":"SavedMedia","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"184a60daa369e435e115441b6c6331e18bc52be93c911538bb59d29eb1aba71d","declaration":"export type SavedRemoteMedia = SavedRemoteMedia;","entrypoint":"media-runtime","exportName":"SavedRemoteMedia","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cb7b9aa3ee6dfea89f5331d84249e441c940fea73cf48aae4c574d8b224c8265","declaration":"export class MediaFetchError extends Error {\n readonly code: MediaFetchErrorCode;\n readonly status?: number;\n constructor(code: MediaFetchErrorCode, message: string, options?: {\n cause?: unknown;\n status?: number;\n });\n}","entrypoint":"media-runtime","exportName":"MediaFetchError","importSpecifier":"openclaw/plugin-sdk/media-runtime","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"media-store","importSpecifier":"openclaw/plugin-sdk/media-store","recordType":"module"}
|
|
{"closureHash":"33156fb1abb7a1f7cc01fd660c89010c25276eef55cc5e6e532592f1210946f8","declaration":"export function readMediaBuffer(id: string, subdir?: string, maxBytes?: number): Promise<ReadMediaBufferResult>;","entrypoint":"media-store","exportName":"readMediaBuffer","importSpecifier":"openclaw/plugin-sdk/media-store","kind":"function","recordType":"export"}
|
|
{"closureHash":"4a021fa5e715e56496a50533d403e4ea56f20c04e5580f6f56e162c9ef494616","declaration":"export function resolveMediaBufferPath(id: string, subdir?: string): Promise<string>;","entrypoint":"media-store","exportName":"resolveMediaBufferPath","importSpecifier":"openclaw/plugin-sdk/media-store","kind":"function","recordType":"export"}
|
|
{"closureHash":"6e2a4f5bbd762d28ef1c75608719a1017f2afebe21aaf6e672a37772a454aa5f","declaration":"export function saveMediaBuffer(buffer: Buffer, contentType?: string, subdir?: string, maxBytes?: number, originalFilename?: string, detectionFilePathHint?: string): Promise<SavedMedia>;","entrypoint":"media-store","exportName":"saveMediaBuffer","importSpecifier":"openclaw/plugin-sdk/media-store","kind":"function","recordType":"export"}
|
|
{"closureHash":"75a5203dc6a53aa185b3596fafabdaf447c29d76f7da81aec44a8e753cd75ac1","declaration":"export function saveMediaStream(stream: AsyncIterable<unknown>, contentType?: string, subdir?: string, maxBytes?: number, originalFilename?: string, detectionFilePathHint?: string): Promise<SavedMedia>;","entrypoint":"media-store","exportName":"saveMediaStream","importSpecifier":"openclaw/plugin-sdk/media-store","kind":"function","recordType":"export"}
|
|
{"closureHash":"b0f47d98e2f24b74e335145bd700942c5d13819917bf2ea67dd5f31b389f4c00","declaration":"export type SavedMedia = SavedMedia;","entrypoint":"media-store","exportName":"SavedMedia","importSpecifier":"openclaw/plugin-sdk/media-store","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"media-understanding","importSpecifier":"openclaw/plugin-sdk/media-understanding","recordType":"module"}
|
|
{"closureHash":"888f2ec9c06292cff387713303a55c9eed9624d27bcbbcc8eabaaa23c5e89916","declaration":"export function buildOpenAiCompatibleVideoRequestBody(params: { model: string; prompt: string; mime: string; buffer: Buffer; }): { model: string; messages: { role: string; content: ({ type: string; text: string; video_url?: undefined; } | { type: string; video_url: { url: string; }; text?: undefined; })[]; }[]; };","entrypoint":"media-understanding","exportName":"buildOpenAiCompatibleVideoRequestBody","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"function","recordType":"export"}
|
|
{"closureHash":"2857b04c3a79e77f79adcfaa916c1a6dbb1f2709905cf4a844dd0ab5fb549526","declaration":"export function coerceOpenAiCompatibleVideoText(payload: OpenAiCompatibleVideoPayload): string | null;","entrypoint":"media-understanding","exportName":"coerceOpenAiCompatibleVideoText","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"function","recordType":"export"}
|
|
{"closureHash":"e79aae97b26d197642f4004994a4898d367c11830d041061120c5718b1fb5b3f","declaration":"export function resolveMediaUnderstandingString(value: string | undefined, fallback: string): string;","entrypoint":"media-understanding","exportName":"resolveMediaUnderstandingString","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"function","recordType":"export"}
|
|
{"closureHash":"6e4dbebc84b137ab226b1aa414be8240a39785a22337bd51ceb09d9d894428c3","declaration":"export function transcribeOpenAiCompatibleAudio(params: OpenAiCompatibleAudioParams): Promise<AudioTranscriptionResult>;","entrypoint":"media-understanding","exportName":"transcribeOpenAiCompatibleAudio","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"function","recordType":"export"}
|
|
{"closureHash":"2071b1ded67ca29a7ab2e06f037786ecba2416ad419b3433dd906b4f736eef95","declaration":"export const describeImageWithModel: (params: ImageDescriptionRequest) => Promise<ImageDescriptionResult>;","entrypoint":"media-understanding","exportName":"describeImageWithModel","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"const","recordType":"export"}
|
|
{"closureHash":"661baf8d93539bf6eeeadcc908c9594e2d506786443c1344bdc1315350a345d4","declaration":"export const describeImageWithModelPayloadTransform: (params: ImageDescriptionRequest, onPayload: ((payload: unknown, model: import(\"@openclaw/llm-core\").Model) => import(\"@openclaw/llm-core\").MaybePromise<unknown>) | undefined) => Promise<ImageDescriptionResult>;","entrypoint":"media-understanding","exportName":"describeImageWithModelPayloadTransform","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"const","recordType":"export"}
|
|
{"closureHash":"05d132ee3ab9895a3a69f6d85a9c32122e5964d0da73cea57309af4be7ed4ad2","declaration":"export const describeImagesWithModel: (params: ImagesDescriptionRequest) => Promise<ImagesDescriptionResult>;","entrypoint":"media-understanding","exportName":"describeImagesWithModel","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"const","recordType":"export"}
|
|
{"closureHash":"b254eeaac393e99ad9f152ec5ffb266e05546dd50e6d7b1e2ca186780285b53f","declaration":"export const describeImagesWithModelPayloadTransform: (params: ImagesDescriptionRequest, onPayload: ((payload: unknown, model: import(\"@openclaw/llm-core\").Model) => import(\"@openclaw/llm-core\").MaybePromise<unknown>) | undefined) => Promise<ImagesDescriptionResult>;","entrypoint":"media-understanding","exportName":"describeImagesWithModelPayloadTransform","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"const","recordType":"export"}
|
|
{"closureHash":"da74695e50333df67c7797799db6b22aeb007c47b4d7f6a21a35ce00a11e5132","declaration":"export type AudioTranscriptionRequest = AudioTranscriptionRequest;","entrypoint":"media-understanding","exportName":"AudioTranscriptionRequest","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"c4a11ace8e97b8a7f14ec756a2118c2c415ba40fceec3eb5e7eb7d5ff203ee3f","declaration":"export type AudioTranscriptionResult = AudioTranscriptionResult;","entrypoint":"media-understanding","exportName":"AudioTranscriptionResult","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"102d4c48abdd0e22583b5883c0eb7c000d9469fc3b86f7f6f34fdca323a5de0b","declaration":"export type ImageDescriptionRequest = ImageDescriptionRequest;","entrypoint":"media-understanding","exportName":"ImageDescriptionRequest","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"651252bb3939851d0be01b2b16afb429f5f9492ca7c0e20b91eb3371ce47586b","declaration":"export type ImageDescriptionResult = ImageDescriptionResult;","entrypoint":"media-understanding","exportName":"ImageDescriptionResult","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"0cc3dff4ce942d2ef479ca76b269786030b9fb07c0ec731963b399492fef2d8f","declaration":"export type ImagesDescriptionInput = ImagesDescriptionInput;","entrypoint":"media-understanding","exportName":"ImagesDescriptionInput","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"9084230ef43c853021e7607bc356bb72cb1099be78f9a2687620a6f076a6d089","declaration":"export type ImagesDescriptionRequest = ImagesDescriptionRequest;","entrypoint":"media-understanding","exportName":"ImagesDescriptionRequest","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"59aa94c1253d2bec92d2d2283aca492d646f632c25c8df9023c7be6c875412d3","declaration":"export type ImagesDescriptionResult = ImagesDescriptionResult;","entrypoint":"media-understanding","exportName":"ImagesDescriptionResult","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"4b42ff2572368034ddf837b5d70d4bf40ede14fb7b437662a050fb2fee67457e","declaration":"export type MediaUnderstandingProvider = MediaUnderstandingProvider;","entrypoint":"media-understanding","exportName":"MediaUnderstandingProvider","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"e023f10bed3ac8b50bed80c62d24e2475db5fe8c0f65855e2d209fe0b5c91265","declaration":"export type MediaUnderstandingProviderAuthContext = MediaUnderstandingProviderAuthContext;","entrypoint":"media-understanding","exportName":"MediaUnderstandingProviderAuthContext","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"5eb3240247d148338230e9decc2df6914c8caa31fa16dcef5e674601c57ab931","declaration":"export type MediaUnderstandingProviderAuthResult = MediaUnderstandingProviderAuthResult;","entrypoint":"media-understanding","exportName":"MediaUnderstandingProviderAuthResult","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"19e51a01a5fde9d956cf44f101330e6827b0c58f471ebfeec3f58c86ed1e721c","declaration":"export type MediaUnderstandingProviderRequestAuth = MediaUnderstandingProviderRequestAuth;","entrypoint":"media-understanding","exportName":"MediaUnderstandingProviderRequestAuth","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"223a136466f14649c736ba1da7c939fb452ce173590c365405b376a287a3e436","declaration":"export type MediaUnderstandingProviderSyntheticAuthResult = MediaUnderstandingProviderSyntheticAuthResult;","entrypoint":"media-understanding","exportName":"MediaUnderstandingProviderSyntheticAuthResult","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"e073e654f39a5678189a4e74327b02cc3d94265bc3dac2fd9ef70cbbbebf606c","declaration":"export type OpenAiCompatibleVideoPayload = OpenAiCompatibleVideoPayload;","entrypoint":"media-understanding","exportName":"OpenAiCompatibleVideoPayload","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"4f683fbc0abb80892d160096d0890157eb6a3f73aa6d77130a5de1c477ae05f3","declaration":"export type StructuredExtractionImageInput = StructuredExtractionImageInput;","entrypoint":"media-understanding","exportName":"StructuredExtractionImageInput","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"573ec6f3e0d7d5b16c1835ece6ef2d4bbcb3fd9ce50a0e1aaca496b8c19bd666","declaration":"export type StructuredExtractionInput = StructuredExtractionInput;","entrypoint":"media-understanding","exportName":"StructuredExtractionInput","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"afc484f2be7cb091f7de8955af80eeb8f14d59ed8d8e4679725cc46965f156e6","declaration":"export type StructuredExtractionRequest = StructuredExtractionRequest;","entrypoint":"media-understanding","exportName":"StructuredExtractionRequest","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff8a03736e3dda3f74bd43874776744c3b9c209e3dbe8889a57b94e51a426788","declaration":"export type StructuredExtractionResult = StructuredExtractionResult;","entrypoint":"media-understanding","exportName":"StructuredExtractionResult","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"7be367b95faad1354742eb38f081236cc660cbcdd442a661d03ec0bcc28c44cf","declaration":"export type StructuredExtractionTextInput = StructuredExtractionTextInput;","entrypoint":"media-understanding","exportName":"StructuredExtractionTextInput","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"cb8adb2d133fbb1ebf8ecef35dc98d5cb4fc93d1ef2e112f067adffdcfb6deef","declaration":"export type VideoDescriptionRequest = VideoDescriptionRequest;","entrypoint":"media-understanding","exportName":"VideoDescriptionRequest","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"closureHash":"9fa428c6e24746f1400792a2c504916a681b7f6b107ddc33d12d2bcb237472ff","declaration":"export type VideoDescriptionResult = VideoDescriptionResult;","entrypoint":"media-understanding","exportName":"VideoDescriptionResult","importSpecifier":"openclaw/plugin-sdk/media-understanding","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"media-understanding-runtime","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","recordType":"module"}
|
|
{"closureHash":"c913876cabfa2661055c14331c56bcd08708b702f36b3b7c13f88db3ccd85aa1","declaration":"export function createChannelPreflightAudio<TAudio>(params: { channel: string; isAudio: (value: TAudio) => boolean; deferTranscriptEcho?: boolean; transcribeFirstAudio?: TranscribeFirstAudio; sendTranscriptEcho?: SendTranscriptEcho; }): { isAudio: (value: TAudio) => boolean; suppress: (cfg: OpenClawConfig) => OpenClawConfig; format: (transcript: string, formatTemplate: string) => string; resolve(resolveParams: { request: Parameters<TranscribeFirstAudio>[0]; abortSignal?: AbortSignal; }): Promise<string | undefined>; send(sendParams: { transcript: string; cfg: OpenClawConfig; accountId: string; originatingTo: string; messageThreadId?: string; }): Promise<void>; };","entrypoint":"media-understanding-runtime","exportName":"createChannelPreflightAudio","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9bf582ffeac662032bda33859728ada8319073078c589b44341e1f492a27a486","declaration":"export function describeImageFile(params: DescribeImageFileParams): Promise<RunMediaUnderstandingFileResult>;","entrypoint":"media-understanding-runtime","exportName":"describeImageFile","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ee25cf967c2653274fac34a9f399050110dc75957eae01865a4ee6c23669a061","declaration":"export function describeImageFileWithModel(params: DescribeImageFileWithModelParams): Promise<ImageDescriptionResult>;","entrypoint":"media-understanding-runtime","exportName":"describeImageFileWithModel","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e919f033b3a90898e52e54d61afaa8ced640869eef2bb6a9a9a2c0964913b1ce","declaration":"export function describeVideoFile(params: DescribeVideoFileParams): Promise<RunMediaUnderstandingFileResult>;","entrypoint":"media-understanding-runtime","exportName":"describeVideoFile","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b296ea3020117852570e18d948ac328ece76d8f891238a137db08a3ac4148829","declaration":"export function extractStructuredWithModel(params: ExtractStructuredWithModelParams): Promise<StructuredExtractionResult>;","entrypoint":"media-understanding-runtime","exportName":"extractStructuredWithModel","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef14639d1fec1ea947430f0f8ee456390d48f5b0fa20e1cc1f1bcb2ef10a8211","declaration":"export function runMediaUnderstandingFile(params: RunMediaUnderstandingFileParams): Promise<RunMediaUnderstandingFileResult>;","entrypoint":"media-understanding-runtime","exportName":"runMediaUnderstandingFile","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d40b0966c3df209f6fba08e7bf8c38242cb2573776a785f6329d65b54195b23d","declaration":"export function transcribeAudioFile(params: TranscribeAudioFileParams): Promise<RunMediaUnderstandingFileResult>;","entrypoint":"media-understanding-runtime","exportName":"transcribeAudioFile","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c3af4cad2013d4e2cf5ff65086bd456ed56103a32ec6160dc36647e0da6763a7","declaration":"export type ExtractStructuredWithModelParams = ExtractStructuredWithModelParams;","entrypoint":"media-understanding-runtime","exportName":"ExtractStructuredWithModelParams","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4c2387e1beeb86535f7d7298fa0e75678f3fac457a0289fc033c2d1fc9631a6b","declaration":"export type RunMediaUnderstandingFileParams = RunMediaUnderstandingFileParams;","entrypoint":"media-understanding-runtime","exportName":"RunMediaUnderstandingFileParams","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"27f8e7012330215ef0182fad0cfedbe33f3daf138870de252a10ec8321b2c88c","declaration":"export type RunMediaUnderstandingFileResult = RunMediaUnderstandingFileResult;","entrypoint":"media-understanding-runtime","exportName":"RunMediaUnderstandingFileResult","importSpecifier":"openclaw/plugin-sdk/media-understanding-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"meeting-runtime","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","recordType":"module"}
|
|
{"closureHash":"0a8eee30ac3d7beb17a67ed364602e375580d8fe64711e4a88bb77eabb1354f0","declaration":"export function addMeetingSetupCheck(status: MeetingSetupStatus, check: MeetingSetupCheck): MeetingSetupStatus;","entrypoint":"meeting-runtime","exportName":"addMeetingSetupCheck","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a4294716c3bb64b8732f33b331506a14e4f2fba59f382699961c9db8677e6774","declaration":"export function asMeetingBrowserTabs(result: unknown): MeetingBrowserCandidateTab[];","entrypoint":"meeting-runtime","exportName":"asMeetingBrowserTabs","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b39bf4bdb91f0aeabac8cbd0ee8dc21afceae20faf463c6a2657258f2aa07976","declaration":"export function buildMeetingSoxAudioCommands(params: MeetingSoxAudioCommandParams): { inputCommand: string[]; outputCommand: string[]; };","entrypoint":"meeting-runtime","exportName":"buildMeetingSoxAudioCommands","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3362ea0b650933db6db467ef8ae1c82e682e946761647c8dfae401eec1237bd6","declaration":"export function callMeetingBrowserProxyOnNode(params: { runtime: PluginRuntime; adapter: NodeAdapter; nodeId: string; } & MeetingBrowserRequestParams): Promise<unknown>;","entrypoint":"meeting-runtime","exportName":"callMeetingBrowserProxyOnNode","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c5fcd1d157edcb4773235adfaf8051e3ec7ca428cb7916b6d55f2511affab56c","declaration":"export function convertMeetingBridgeAudioForStt(audio: Buffer, audioFormat: MeetingRealtimeAudioFormat): Buffer;","entrypoint":"meeting-runtime","exportName":"convertMeetingBridgeAudioForStt","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"aa9063c27c5ff714d3653571c4a2a71e9d2eea5609b161f03e4738e15411358b","declaration":"export function convertMeetingTtsAudioForBridge(audio: Buffer, sampleRate: number, audioFormat: MeetingRealtimeAudioFormat, outputFormat?: string, platformName?: string): Buffer;","entrypoint":"meeting-runtime","exportName":"convertMeetingTtsAudioForBridge","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"41a29ffc111d6672c56e82aa27884261d3d23aded7b02186e1acd9817f450fa1","declaration":"export function createLocalMeetingRealtimeAudioTransport(params: { inputCommand: string[]; outputCommand: string[]; bargeInInputCommand?: string[]; bargeInRmsThreshold: number; bargeInPeakThreshold: number; bargeInCooldownMs: number; logger: RuntimeLogger; logScope: string; audioFormat?: MeetingRealtimeAudioFormat; spawn?: MeetingRealtimeAudioSpawn; }): MeetingRealtimeAudioTransport;","entrypoint":"meeting-runtime","exportName":"createLocalMeetingRealtimeAudioTransport","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0f81bc377d2158b9c8adb6878e454f34c2e57d53bdef9aa34d567d279800c240","declaration":"export function createMeetingBrowserNodeCaller(params: { runtime: PluginRuntime; adapter: NodeAdapter; nodeId: string; }): MeetingBrowserRequestCaller;","entrypoint":"meeting-runtime","exportName":"createMeetingBrowserNodeCaller","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f244ca8c47f556c9f388953cf9a7581c7d4d413af93e0dfa1462779e6a687a7c","declaration":"export function createMeetingBrowserNodeInvokePolicy(options: MeetingBrowserNodePolicyOptions): OpenClawPluginNodeInvokePolicy;","entrypoint":"meeting-runtime","exportName":"createMeetingBrowserNodeInvokePolicy","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1aa4e3ff39a2cbe162421c62b1fa4a362973381d4d9ff15c671249b1ebd566bc","declaration":"export function createMeetingNodeHost(options: MeetingNodeHostOptions): { handleCommand(paramsJSON?: string | null): Promise<string>; };","entrypoint":"meeting-runtime","exportName":"createMeetingNodeHost","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7bbd4d7df1e47521e1c2a00bb1f228a7aebc93ae0a9b5fa5ed66c9c24c8a4166","declaration":"export function createMeetingRealtimeEngineBindings(params: { platform: MeetingPlatformRuntimeMetadata; config: { realtime: { agentId?: string; toolPolicy: RealtimeVoiceAgentConsultToolPolicy; }; }; fullConfig: OpenClawConfig; runtime: PluginRuntime; logger: RuntimeLogger; }): { platform: MeetingRuntimePlatform; consultAgent: (consult: MeetingAgentConsultParams) => Promise<{ text: string; }>; tools: RealtimeVoiceTool[]; handleToolCall: (call: MeetingRealtimeToolCallParams) => Promise<void>; };","entrypoint":"meeting-runtime","exportName":"createMeetingRealtimeEngineBindings","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9124db05923060c467edb149bd8abdc8be1d00d00f867cf84600972923a58489","declaration":"export function createMeetingSession<TTransport extends string, TMode extends string, TToolPolicy extends string>(params: { platform: MeetingPlatformRuntimeMetadata; config: { realtime: { provider?: string; voiceProvider?: string; transcriptionProvider?: string; model?: string; toolPolicy: TToolPolicy; }; }; resolved: MeetingResolvedJoin<TTransport, TMode>; createdAt: string; }): MeetingSessionRecord<TTransport, TMode, { enabled: boolean; strategy: string; provider: string | undefined; model: string | undefined; transcriptionProvider: string | undefined; toolPolicy: TToolPolicy; }>;","entrypoint":"meeting-runtime","exportName":"createMeetingSession","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fb276e07e395ab19177b3d7967fd0a8fcda79130883f15092a4a306b826481b9","declaration":"export function createMeetingSetupStatus(checks: MeetingSetupCheck[]): MeetingSetupStatus;","entrypoint":"meeting-runtime","exportName":"createMeetingSetupStatus","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0457ac9dc4b0b2d11cdbe2070d75ae2e5c2fe5cee69017e92f849849cd06b0f3","declaration":"export function createMeetingVoiceCallGateway(params: { config: MeetingVoiceCallConfig; runtime: PluginRuntime; surface: MeetingVoiceCallSurface; connectClient: (params: { config: MeetingVoiceCallConfig; surface: MeetingVoiceCallSurface; }) => Promise<MeetingVoiceCallGatewayClient>; }): MeetingVoiceCallGateway;","entrypoint":"meeting-runtime","exportName":"createMeetingVoiceCallGateway","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"153b475879020471ce39741d83aacf36f31aed63a58897eae9f8ae902a67814c","declaration":"export function createNodeMeetingRealtimeAudioTransport(params: { runtime: PluginRuntime; nodeId: string; bridgeId: string; logger: RuntimeLogger; commandName: string; logScope: string; logPrefix: string; audioFormat?: MeetingRealtimeAudioFormat; }): MeetingRealtimeAudioTransport;","entrypoint":"meeting-runtime","exportName":"createNodeMeetingRealtimeAudioTransport","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0987b15a391a92d53d3e4e12b61eb122f9547fcf4f45478cdd3c5a8973a3e52","declaration":"export function endMeetingVoiceCallGatewayCall(params: { gateway: MeetingVoiceCallGateway; callId: string; }): Promise<void>;","entrypoint":"meeting-runtime","exportName":"endMeetingVoiceCallGatewayCall","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b3ebc10fe7ab372e1317eaa8f78621cf277bba1e33fda57acf2254f6759d1e9d","declaration":"export function getMeetingVoiceCallGatewayCall(params: { gateway: MeetingVoiceCallGateway; callId: string; }): Promise<MeetingVoiceCallStatusResult>;","entrypoint":"meeting-runtime","exportName":"getMeetingVoiceCallGatewayCall","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"aac088df8e80d9ce89c45feccdb04ace3ae4417b3fcdd0f058410ddf25c96b46","declaration":"export function isMeetingVoiceCallMissingError(error: unknown): boolean;","entrypoint":"meeting-runtime","exportName":"isMeetingVoiceCallMissingError","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ddcdaee317e00718d3061c832e4fb4a6d1a43b43e926c6136ecd553d2989167","declaration":"export function joinMeetingViaVoiceCallGateway(params: { config: MeetingVoiceCallConfig; gateway: MeetingVoiceCallGateway; surface: MeetingVoiceCallSurface; dialInNumber: string; dtmfSequence?: string; logger?: RuntimeLogger; message?: string; requesterSessionKey?: string; agentId?: string; sessionKey?: string; }): Promise<MeetingVoiceCallJoinResult>;","entrypoint":"meeting-runtime","exportName":"joinMeetingViaVoiceCallGateway","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bac9621cd025754fbcd4c21409b06eb0503405db81f35cac993aaf0b881ab3e1","declaration":"export function leaveMeetingWithBrowser<Session, Mode extends string, Health extends MeetingBrowserHealth, Transcript extends MeetingTranscriptSnapshot>(params: { adapter: BrowserAdapter<Session, Mode, Health, Transcript>; callBrowser: MeetingBrowserRequestCaller; launch: boolean; meetingSessionId?: string; meetingUrl: string; tab: MeetingBrowserTab; timeoutMs: number; }): Promise<{ left: boolean; note: string; }>;","entrypoint":"meeting-runtime","exportName":"leaveMeetingWithBrowser","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c7b1aeac134b2070d053adf33026d876998b852ccd65cd2c9667119b1a1abee2","declaration":"export function openMeetingWithBrowser<Session extends MeetingBrowserJoinSession<Mode>, Mode extends string, Health extends MeetingBrowserHealth & { browserTitle?: string; browserUrl?: string; notes?: string[]; }, Transcript extends MeetingTranscriptSnapshot>(params: { adapter: BrowserAdapter<Session, Mode, Health, Transcript>; callBrowser: MeetingBrowserRequestCaller; config: MeetingBrowserControllerConfig; session: Session; }): Promise<{ launched: boolean; browser?: Health; tab?: MeetingBrowserTab; }>;","entrypoint":"meeting-runtime","exportName":"openMeetingWithBrowser","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"34858979bd248799c2215d9c7bdd5d4a6b27660c9173bfca2e50dd4373ac27db","declaration":"export function readMeetingBrowserTab(result: unknown): MeetingBrowserCandidateTab | undefined;","entrypoint":"meeting-runtime","exportName":"readMeetingBrowserTab","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"566d131fb9ec888fb5441ac6e7ae1623e8f5d12a2870d3fc94db607d57f70205","declaration":"export function readMeetingTranscriptWithBrowser<Session, Mode extends string, Health extends MeetingBrowserHealth, Transcript extends MeetingTranscriptSnapshot>(params: { adapter: BrowserAdapter<Session, Mode, Health, Transcript>; callBrowser: MeetingBrowserRequestCaller; finalize: boolean; meetingUrl: string; meetingSessionId: string; tab: MeetingBrowserTab; timeoutMs: number; }): Promise<Transcript>;","entrypoint":"meeting-runtime","exportName":"readMeetingTranscriptWithBrowser","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0b42493cc0197096c4847c2d6e149c5581580abdda448d07eb1c6d77a775bc4a","declaration":"export function recoverMeetingBrowserTab<Session, Mode extends string, Health extends MeetingBrowserHealth & { browserTitle?: string; browserUrl?: string; notes?: string[]; }, Transcript extends MeetingTranscriptSnapshot>(params: { adapter: BrowserAdapter<Session, Mode, Health, Transcript>; allowSessionAdoption?: boolean; autoJoin?: boolean; callBrowser: MeetingBrowserRequestCaller; captureCaptions?: boolean; config: MeetingBrowserControllerConfig; locationLabel: string; meetingSessionId?: string; mode: Mode; requestedMeetingUrl: string | undefined; readOnly?: boolean; timeoutMs?: number; trackedMeetingUrl: string | undefined; trackedTargetId: string | undefined; }): Promise<{ found: boolean; targetId?: string; tab?: MeetingBrowserCandidateTab; browser?: Health; message: string; }>;","entrypoint":"meeting-runtime","exportName":"recoverMeetingBrowserTab","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"14a4b81c2fd546280de7aa0bac56da7b87ae938153bc1d582b8e2c88afdef6ab","declaration":"export function resolveLocalMeetingBrowserRequest(runtime: PluginRuntime): Promise<MeetingBrowserRequestCaller>;","entrypoint":"meeting-runtime","exportName":"resolveLocalMeetingBrowserRequest","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"acfb7e0ad3f2ddeaa03a908252e66ba09866f1763c0314771d60129698204a79","declaration":"export function resolveMeetingBrowserNode(params: { runtime: PluginRuntime; adapter: NodeAdapter; requestedNode?: string; }): Promise<string>;","entrypoint":"meeting-runtime","exportName":"resolveMeetingBrowserNode","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a1c367ec2dd927543d490a1393128d475e10c7bd131ffd789c80d88a2d2d0cb2","declaration":"export function resolveMeetingBrowserNodeInfo(params: { runtime: PluginRuntime; adapter: NodeAdapter; requestedNode?: string; }): Promise<MeetingBrowserNodeInfo>;","entrypoint":"meeting-runtime","exportName":"resolveMeetingBrowserNodeInfo","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f21196c9ea8ab90248ffdcdef3e942f1247ee2b9064ddb9757fffe352362c779","declaration":"export function resolveMeetingRealtimeAudioFormat(audioFormat: MeetingRealtimeAudioFormat): RealtimeVoiceAudioFormat;","entrypoint":"meeting-runtime","exportName":"resolveMeetingRealtimeAudioFormat","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"521dc5c262524a709cdd27cdc88e95004073da8223537bcbc73d5d423172dc2b","declaration":"export function speakMeetingViaVoiceCallGateway(params: { gateway: MeetingVoiceCallGateway; callId: string; message: string; }): Promise<void>;","entrypoint":"meeting-runtime","exportName":"speakMeetingViaVoiceCallGateway","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d30a62bb6292da6e0da6cbd96032084122428ec76c16fb0b711813a1cd7d386e","declaration":"export function startMeetingAgentRealtimeEngine(params: { config: MeetingRealtimeEngineConfig; fullConfig: OpenClawConfig; runtime: PluginRuntime; platform: MeetingRuntimePlatform; meetingSessionId: string; requesterSessionKey?: string; logPrefix?: \"node\"; transport: MeetingRealtimeAudioTransport; logger: RuntimeLogger; providers?: RealtimeTranscriptionProviderPlugin[]; consultAgent: (params: MeetingAgentConsultParams) => Promise<{ text: string; }>; }): Promise<MeetingRealtimeAudioEngineHandle>;","entrypoint":"meeting-runtime","exportName":"startMeetingAgentRealtimeEngine","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0e6b815a67f214774c65fff9589717c3f0a3e6327a1c0ecce7c405a9bb627b64","declaration":"export function startMeetingRealtimeEngine(params: { config: MeetingRealtimeEngineConfig; fullConfig: OpenClawConfig; runtime: PluginRuntime; platform: MeetingRuntimePlatform; meetingSessionId: string; requesterSessionKey?: string; logPrefix?: \"node\"; talkSessionId?: string; talkContext?: { nodeId: string; bridgeId: string; }; transport: MeetingRealtimeAudioTransport; logger: RuntimeLogger; providers?: RealtimeVoiceProviderPlugin[]; consultAgent: (params: MeetingAgentConsultParams) => Promise<{ text: string; }>; tools: RealtimeVoiceTool[]; handleToolCall: (params: MeetingRealtimeToolCallParams) => Promise<void>; }): Promise<MeetingRealtimeAudioEngineHandle>;","entrypoint":"meeting-runtime","exportName":"startMeetingRealtimeEngine","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"663b9c77231b21af697efd5042e22d1c33e9ee972adeb312ad86d81a2b2e36f7","declaration":"export type MeetingAgentConsultParams = MeetingAgentConsultParams;","entrypoint":"meeting-runtime","exportName":"MeetingAgentConsultParams","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"adf0745c611bf737fc28978d766fc2a25b7104e71b6b2fed4e9b95e519c7b115","declaration":"export type MeetingBrowserCandidateTab = MeetingBrowserCandidateTab;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserCandidateTab","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"59b1526172b7491b85f14f13c1ee26d8d6726f33093770748580c767b1689a17","declaration":"export type MeetingBrowserControllerConfig = MeetingBrowserControllerConfig;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserControllerConfig","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"87495ce3efe583e16171efd36ec94faab6f9b8812a588310f1c201d4b727618a","declaration":"export type MeetingBrowserHealth<TManualReason extends string = string, TSpeechBlockedReason extends string = string> = MeetingBrowserHealth<TManualReason, TSpeechBlockedReason>;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserHealth","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cf1cf23287f95a620401698d1f82d1701173c89fb0be02131423e9f63da57db0","declaration":"export type MeetingBrowserJoinSession<Mode extends string> = MeetingBrowserJoinSession<Mode>;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserJoinSession","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"39e8bac1777ec57676e6ae090ebb30037d03f339bbbe118a7420b98908be48a3","declaration":"export type MeetingBrowserLeaveStep = MeetingBrowserLeaveStep;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserLeaveStep","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"bb5d6e8caa2e26c3b0b7e98d944ecfd8aca008b3990980bc8dcd5623b11fde53","declaration":"export type MeetingBrowserNodeInfo = MeetingBrowserNodeInfo;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserNodeInfo","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"da5b005a7cec7b109dd31b477013ee32d56bd469e45af613f060c87a93902f7a","declaration":"export type MeetingBrowserNodePolicyOptions = MeetingBrowserNodePolicyOptions;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserNodePolicyOptions","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e8f946ddda6dbce4270dd75b65584368b039144b0957bd1ce921a0fc57d3a767","declaration":"export type MeetingBrowserNodeStartConfig = MeetingBrowserNodeStartConfig;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserNodeStartConfig","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fdf7f5449bb313338324e626c52fed137fbc71c53f848586d7cc9df9789b8b15","declaration":"export type MeetingBrowserPermissionPlan = MeetingBrowserPermissionPlan;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserPermissionPlan","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e0c79f672a1d88159d01d189b33af7f7ea15193317ed9b02d68fdc86fb809f58","declaration":"export type MeetingBrowserRequestCaller = MeetingBrowserRequestCaller;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserRequestCaller","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5504c1bfd29646da2b782358bda74922d888a1037a28348256b5b0daa7b5a8ed","declaration":"export type MeetingBrowserRequestParams = MeetingBrowserRequestParams;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserRequestParams","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"91f12942cb1f2c128f340176405c099736add44bc0a2742b65152612f0eb7ff8","declaration":"export type MeetingBrowserSessionView<THealth extends MeetingBrowserHealth, TTab extends MeetingBrowserTab> = MeetingBrowserSessionView<THealth, TTab>;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserSessionView","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a8a76a46d2d490b2ea0de13120e0b9342a5e8225e9451f9b724f26bb9fde987c","declaration":"export type MeetingBrowserStatusScriptParams<Mode extends string> = MeetingBrowserStatusScriptParams<Mode>;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserStatusScriptParams","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7a9930e4835fc313bbbf980eccdeb01f3473f0eb27debc0a99384245f101261c","declaration":"export type MeetingBrowserTab = MeetingBrowserTab;","entrypoint":"meeting-runtime","exportName":"MeetingBrowserTab","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4c0cdb3ad6d17103abdfbe23bfa5f03901ae2f6ce32ca50ad5b22fcfd987b789","declaration":"export type MeetingManualAction = MeetingManualAction;","entrypoint":"meeting-runtime","exportName":"MeetingManualAction","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"eb6cfd507220130ee62ecdd75a6a9aa92f5c64bad9c6659d3f29b3f83536bc80","declaration":"export type MeetingManualActionCategory = MeetingManualActionCategory;","entrypoint":"meeting-runtime","exportName":"MeetingManualActionCategory","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"05e296fcba4b27c44bdafffbdf91b7475b281b91e826bc96588d9780aece81c9","declaration":"export type MeetingNodeHostOptions = MeetingNodeHostOptions;","entrypoint":"meeting-runtime","exportName":"MeetingNodeHostOptions","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"52f69765aa62289752eb68051b228194d4dc51ba24fe5a47fd9c4d24d257dc8e","declaration":"export type MeetingRealtimeAudioEngineHandle = MeetingRealtimeAudioEngineHandle;","entrypoint":"meeting-runtime","exportName":"MeetingRealtimeAudioEngineHandle","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0af3d38c249be3f85a11b622384aac06035e8a884a957dacf43c0fe7ba5330c7","declaration":"export type MeetingRealtimeAudioEngineHealth = MeetingRealtimeAudioEngineHealth;","entrypoint":"meeting-runtime","exportName":"MeetingRealtimeAudioEngineHealth","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"21f7b593b4362d7f0e2587bcac8c950abda095bfed96a6348268c1bf56c35684","declaration":"export type MeetingRealtimeAudioFormat = MeetingRealtimeAudioFormat;","entrypoint":"meeting-runtime","exportName":"MeetingRealtimeAudioFormat","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7a61e2d6f15cfd52cee36d9d09c26a233e90b316bea4a70a3a51522c598f6f82","declaration":"export type MeetingRealtimeAudioTransportHealth = MeetingRealtimeAudioTransportHealth;","entrypoint":"meeting-runtime","exportName":"MeetingRealtimeAudioTransportHealth","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"988fb0fc764b6cd0ef8d935bd8308895f6b5d49024b1be7cd461cb1033772a1b","declaration":"export type MeetingRealtimeEngineConfig = MeetingRealtimeEngineConfig;","entrypoint":"meeting-runtime","exportName":"MeetingRealtimeEngineConfig","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"977fccabbd99d2d42b39835b30876afc3e522dca7a5f74bf28a3052d66183065","declaration":"export type MeetingRealtimeSessionBlock = MeetingRealtimeSessionBlock;","entrypoint":"meeting-runtime","exportName":"MeetingRealtimeSessionBlock","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"665cd743709f0bcaa100039c6fd70df378e98046caebfccb21da45c0f4cdf93c","declaration":"export type MeetingRealtimeToolCallParams = MeetingRealtimeToolCallParams;","entrypoint":"meeting-runtime","exportName":"MeetingRealtimeToolCallParams","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff2045eef33577fd066a2f4f300eed87836b42013d32e2e38c1cac8e7bec89df","declaration":"export type MeetingRuntimePlatform = MeetingRuntimePlatform;","entrypoint":"meeting-runtime","exportName":"MeetingRuntimePlatform","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c7d85ac27a1df065f445a6b09ae55a58f31a011f0b428ee5a4804a23720a7c42","declaration":"export type MeetingSessionLeaveResult<TSession> = MeetingSessionLeaveResult<TSession>;","entrypoint":"meeting-runtime","exportName":"MeetingSessionLeaveResult","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c8bcc7edacad2fc3ae9a8c2b106b1b8b6ae2b9b6134470f9318d765faebdc52b","declaration":"export type MeetingSessionRecord<TTransport extends string = string, TMode extends string = string, TRealtime extends MeetingRealtimeSessionBlock = MeetingRealtimeSessionBlock> = MeetingSessionRecord<TTransport, TMode, TRealtime>;","entrypoint":"meeting-runtime","exportName":"MeetingSessionRecord","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8244b408803f57cf2004157e96f2ce11bb036cdf864123b15ba2fac7f03b5d43","declaration":"export type MeetingSessionRuntimeHandles<THealth extends MeetingBrowserHealth> = MeetingSessionRuntimeHandles<THealth>;","entrypoint":"meeting-runtime","exportName":"MeetingSessionRuntimeHandles","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"aa8054fc2c442891197e89bdad61e79999ea15d813c4b127fb6150607b9e67e7","declaration":"export type MeetingSessionRuntimeJoinContext<TSession extends MeetingSessionRecord<TTransport, TMode>, TTransport extends string, TMode extends string, THealth extends MeetingBrowserHealth, TTab extends MeetingBrowserTab> = MeetingSessionRuntimeJoinContext<TSession, TTransport, TMode, THealth, TTab>;","entrypoint":"meeting-runtime","exportName":"MeetingSessionRuntimeJoinContext","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"325241724edd38da439c5df03d225e2a7cb8e56d817e98ed7c37850656d3744b","declaration":"export type MeetingSessionRuntimeMessages<TSpeechBlockedReason extends string> = MeetingSessionRuntimeMessages<TSpeechBlockedReason>;","entrypoint":"meeting-runtime","exportName":"MeetingSessionRuntimeMessages","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9140b7d74ad1d6db84343684461ee4328a4f977b1e071843a5fcc6fe4a0593c7","declaration":"export type MeetingSessionRuntimeOptions<TSession extends MeetingSessionRecord<TTransport, TMode>, TRequest, TTransport extends string, TMode extends string, THealth extends MeetingBrowserHealth<TManualReason, TSpeechBlockedReason>, TTab extends MeetingBrowserTab, TManualReason extends string, TSpeechBlockedReason extends string> = MeetingSessionRuntimeOptions<TSession, TRequest, TTransport, TMode, THealth, TTab, TManualReason, TSpeechBlockedReason>;","entrypoint":"meeting-runtime","exportName":"MeetingSessionRuntimeOptions","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d3c730cba02d30512c4cdae6e2367c662982e2c25671833ecd8701283924c642","declaration":"export type MeetingSessionState = MeetingSessionState;","entrypoint":"meeting-runtime","exportName":"MeetingSessionState","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2496931157bf64fdb16013172ab9c023e60c5f85b98f46a3ee9532ce58d636d6","declaration":"export type MeetingSetupCheck = MeetingSetupCheck;","entrypoint":"meeting-runtime","exportName":"MeetingSetupCheck","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f0aed6f7955a43fc387d8bbc072cb6276b0f2d18e7f829441a2ad45974bb3831","declaration":"export type MeetingSetupStatus = MeetingSetupStatus;","entrypoint":"meeting-runtime","exportName":"MeetingSetupStatus","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"332e8dfedd2b69e9d4515adf04fbe662a5a1ddf669e4d71b7eb04bfca299bbb5","declaration":"export type MeetingSoxAudioCommandParams = MeetingSoxAudioCommandParams;","entrypoint":"meeting-runtime","exportName":"MeetingSoxAudioCommandParams","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0ba45b003f1c2ba4f3c7f7b2ea3d6443a6113173a3714db0258f83d5b0417f53","declaration":"export type MeetingSoxAudioFormat = MeetingSoxAudioFormat;","entrypoint":"meeting-runtime","exportName":"MeetingSoxAudioFormat","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"dc277818133a0464300799b2e8964aaec7b0b0438d7676208a834a27c193ec1f","declaration":"export type MeetingTranscriptLine = MeetingTranscriptLine;","entrypoint":"meeting-runtime","exportName":"MeetingTranscriptLine","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d3dcfbc88d6fabf72e66c4daac080bcb7052ff953180e654b76fcadc1964fcb3","declaration":"export type MeetingTranscriptSnapshot = MeetingTranscriptSnapshot;","entrypoint":"meeting-runtime","exportName":"MeetingTranscriptSnapshot","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"87d49b618507bd5c89e197b3df76da1cd04db354e8f732184bbbcc579f4c1341","declaration":"export type MeetingVoiceCallConfig = MeetingVoiceCallConfig;","entrypoint":"meeting-runtime","exportName":"MeetingVoiceCallConfig","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d31ac1b561f28c2fae4c9e1b0a0d2f443cfe33aec134a376da27bcb5085898e4","declaration":"export type MeetingVoiceCallGateway = MeetingVoiceCallGateway;","entrypoint":"meeting-runtime","exportName":"MeetingVoiceCallGateway","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"617799324a32d0c590f103dc6fb897212730f62c1b94fcbfd100e3f030510624","declaration":"export type MeetingVoiceCallGatewayClient = MeetingVoiceCallGatewayClient;","entrypoint":"meeting-runtime","exportName":"MeetingVoiceCallGatewayClient","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"20c70a94483aeddda4d1500cfcc5e71fab844b474ba4061c55d6c8693d40821b","declaration":"export type MeetingVoiceCallJoinResult = MeetingVoiceCallJoinResult;","entrypoint":"meeting-runtime","exportName":"MeetingVoiceCallJoinResult","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4fb2c5928aa6f809dd4c604d71c5c99cdfe3e98b6e9c1662601c9b4ad9738162","declaration":"export type MeetingVoiceCallStatusResult = MeetingVoiceCallStatusResult;","entrypoint":"meeting-runtime","exportName":"MeetingVoiceCallStatusResult","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"5ef812397b6409a4ca228943dd1080661365959477b42e705a9aaa219757d14f","declaration":"export type MeetingVoiceCallSurface = MeetingVoiceCallSurface;","entrypoint":"meeting-runtime","exportName":"MeetingVoiceCallSurface","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0f7612ffa6432932130e8e6f83d267c98466eb46a91d43fc8c037c2303e63e05","declaration":"export interface MeetingPlatformAdapter<Session, Mode extends string, Health extends MeetingBrowserHealth, Transcript extends MeetingTranscriptSnapshot, CreateParams = never, CreateResult = never, DialInParams = never, DialInPlan = never> extends MeetingPlatformAdapterContract<Session, Mode, Health, Transcript, CreateParams, CreateResult, DialInParams, DialInPlan> {\n}","entrypoint":"meeting-runtime","exportName":"MeetingPlatformAdapter","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"interface","recordType":"export"}
|
|
{"closureHash":"79884bd1df1ea0d07d5ceb4c62d93c1ee744b75d31c94c988845869c0f3cbd2d","declaration":"export interface MeetingRealtimeAudioTransport {\n onFatal(handler: () => void): void;\n startInput(onAudio: (audio: Buffer) => void): void;\n beginOutput?(): void;\n stop(): Promise<void>;\n writeOutput(audio: Buffer): Promise<void>;\n clearOutput(): Promise<void>;\n dispose(): Promise<void>;\n getHealth?(): MeetingRealtimeAudioTransportHealth;\n startBargeInMonitor?(onBargeIn: (audio: Buffer) => boolean): void;\n}","entrypoint":"meeting-runtime","exportName":"MeetingRealtimeAudioTransport","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"interface","recordType":"export"}
|
|
{"closureHash":"9e91eff317b13d93107e856c077bd51db614f2aa65d3c7d4c60e86ae09f489b6","declaration":"export class MeetingSessionRuntime<TSession extends MeetingSessionRecord<TTransport, TMode>, TRequest, TTransport extends string, TMode extends string, THealth extends MeetingBrowserHealth<TManualReason, TSpeechBlockedReason>, TTab extends MeetingBrowserTab, TManualReason extends string, TSpeechBlockedReason extends string> {\n readonly #sessions: Map<string, TSession>;\n readonly #sessionLeaves: Map<string, Promise<MeetingSessionLeaveResult<TSession>>>;\n readonly #sessionCleanup: MeetingSessionCleanupTracker;\n readonly #meetingLock: MeetingSessionJoinLock;\n readonly #sessionStops: Map<string, () => Promise<void>>;\n readonly #sessionSpeakers: Map<string, (instructions?: string) => void>;\n readonly #sessionHealth: Map<string, () => Partial<THealth>>;\n readonly #durableTranscripts: MeetingSessionDurableTranscripts<TSession>;\n readonly #transcriptStore: MeetingSessionTranscriptStore<TSession>;\n constructor(private readonly options: MeetingSessionRuntimeOptions<TSession, TRequest, TTransport, TMode, THealth, TTab, TManualReason, TSpeechBlockedReason>);\n list(): TSession[];\n getSession(sessionId: string): TSession | undefined;\n async status(sessionId?: string): Promise<{\n found: boolean;\n session?: TSession;\n sessions?: TSession[];\n }>;\n async transcript(sessionId: string, options: {\n sinceIndex?: number;\n }): Promise<{ found: boolean; sessionId?: string; startIndex?: number; nextIndex?: number; droppedLines?: number; evicted?: boolean; lines?: MeetingTranscriptLine[]; }>;\n async startTranscriptSource(request: TranscriptStartRequest): Promise<TranscriptsStartResult>;\n async stopTranscriptSource(request: TranscriptStopRequest): Promise<TranscriptsStopResult>;\n isReusableSession(session: TSession, resolved: MeetingResolvedJoin<TTransport, TMode>): boolean;\n async join(request: TRequest): Promise<{\n session: TSession;\n spoken?: boolean;\n }>;\n async leave(sessionId: string, options?: {\n keepBrowserTab?: boolean;\n }): Promise<MeetingSessionLeaveResult<TSession>>;\n async speak(sessionId: string, instructions?: string): Promise<{\n found: boolean;\n spoken: boolean;\n session?: TSession;\n }>;\n async speakWhenReady(session: TSession, instructions: string): Promise<boolean>;\n hasHealthHandle(sessionId: string): boolean;\n refreshHealth(sessionId?: string): void;\n async refreshBrowserHealth(session: TSession, options: {\n force?: boolean;\n readOnly?: boolean;\n }): Promise<void>;\n async refreshCaptionHealth(session: TSession): Promise<void>;\n refreshSpeechReadiness(session: TSession): {\n ready: boolean;\n reason?: TSpeechBlockedReason;\n message?: string;\n };\n markSessionEnded(session: TSession, reason: string): void;\n async #joinUnlocked(request: TRequest, resolved: MeetingResolvedJoin<TTransport, TMode>): Promise<{\n session: TSession;\n spoken?: boolean;\n }>;\n async #leaveUnlocked(sessionId: string, options?: {\n keepBrowserTab?: boolean;\n }): Promise<MeetingSessionLeaveResult<TSession>>;\n async #leaveSession(session: TSession, options?: {\n keepBrowserTab?: boolean;\n }): Promise<MeetingSessionLeaveResult<TSession>>;\n #meetingKey(transport: TTransport, url: string): string;\n #inheritBrowserTabOwnership(params: {\n session: TSession;\n transport: TTransport;\n nodeId?: string;\n meetingUrl: string;\n tab?: TTab;\n }): TTab | undefined;\n async #settleRetainedBrowserTabs(retained: Array<{\n session: TSession;\n tab: TTab;\n }>, adopted?: {\n transport: TTransport;\n nodeId?: string;\n tab: TTab;\n }): Promise<boolean>;\n async #rollbackFailedJoinSession(session: TSession): Promise<void>;\n async #settleRetainedBrowserTabsAfterFailure(retained: Array<{\n session: TSession;\n tab: TTab;\n }>): Promise<void>;\n #attachRuntimeHandles(session: TSession, handles: MeetingSessionRuntimeHandles<THealth>): void;\n #dropRuntimeHandles(sessionId: string): void;\n #isManagedBrowserSession(session: TSession): boolean;\n #evaluateSpeechReadiness(session: TSession): {\n ready: boolean;\n reason?: TSpeechBlockedReason;\n message?: string;\n };\n #noteSession(session: TSession, note: string): void;\n}","entrypoint":"meeting-runtime","exportName":"MeetingSessionRuntime","importSpecifier":"openclaw/plugin-sdk/meeting-runtime","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"memory-core-host-engine-foundation","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","recordType":"module"}
|
|
{"closureHash":"e2df8d235401aebf58eb71652fbeaedb42ca00aaa5042a76909ff2c48ba6fd54","declaration":"export function createSubsystemLogger(subsystem: string): SubsystemLogger;","entrypoint":"memory-core-host-engine-foundation","exportName":"createSubsystemLogger","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function isPathInside(root: string, target: string): boolean;","entrypoint":"memory-core-host-engine-foundation","exportName":"isPathInside","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"2e8853be07900e987ecace0b902a7274351dac414beb76450e3024f78d334224","declaration":"export function onInternalSessionTranscriptUpdate(listener: InternalSessionTranscriptListener): () => void;","entrypoint":"memory-core-host-engine-foundation","exportName":"onInternalSessionTranscriptUpdate","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"e6d0753e340afa62deef97f477154ad6acbb7be3f8fb88c850b2022a375d1641","declaration":"export function resolveAgentContextLimits(cfg: OpenClawConfig | undefined, agentId?: string | null): AgentContextLimitsConfig | undefined;","entrypoint":"memory-core-host-engine-foundation","exportName":"resolveAgentContextLimits","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"e28b0c73b020d4e8cc316b0565ba7195e0283e3464a46212dd90f8fdeeaf0977","declaration":"export function resolveAgentDir(cfg: OpenClawConfig, agentId: string, env?: NodeJS.ProcessEnv): string;","entrypoint":"memory-core-host-engine-foundation","exportName":"resolveAgentDir","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"bdc8d26a873d10d528ca1ca75af5d2378d34d5d4d5366d34e2986e939b5e76f9","declaration":"export function resolveAgentWorkspaceDir(cfg: OpenClawConfig, agentId: string, env?: NodeJS.ProcessEnv): string;","entrypoint":"memory-core-host-engine-foundation","exportName":"resolveAgentWorkspaceDir","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"14d1ce09d651d39d4636463eaa89c497d3a755e5a62c1ec68dca48a231a4bd6a","declaration":"export function resolveGlobalSingleton<T>(key: symbol, create: () => T, reset?: GlobalSingletonReset<T>, lifecycle?: GlobalSingletonLifecycle): T;","entrypoint":"memory-core-host-engine-foundation","exportName":"resolveGlobalSingleton","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"c27c04e3b776b0fb2c8febd2e8302f77de747fda344154992695b39d6a66f644","declaration":"export function resolveMemorySearchConfig(cfg: OpenClawConfig, agentId: string): ResolvedMemorySearchConfig | null;","entrypoint":"memory-core-host-engine-foundation","exportName":"resolveMemorySearchConfig","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"bf9ddce3f4c788a55db1d354fcff89d92a96e5ff85a3151f87d1ba3ce569c7c8","declaration":"export function resolveMemorySearchSyncConfig(cfg: OpenClawConfig, agentId: string): ResolvedMemorySearchSyncConfig | null;","entrypoint":"memory-core-host-engine-foundation","exportName":"resolveMemorySearchSyncConfig","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"bb27dfb37540b04bb34f8281a3acd97a37ffb4ab7a5acdab529859f6474a0c1d","declaration":"export function resolveSessionTranscriptsDirForAgent(agentId: string, env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"memory-core-host-engine-foundation","exportName":"resolveSessionTranscriptsDirForAgent","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"5d4815dbd4fc8a81cb4be3ec4ea5072aec293033b54a334ac1b4d5ffafd491c7","declaration":"export function resolveStateDir(env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"memory-core-host-engine-foundation","exportName":"resolveStateDir","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2fb5a4e5546086c8a69600795e5b6cde1817b2ba5a4680600c41297005b3ee2","declaration":"export function resolveUserPath(input: string, env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"memory-core-host-engine-foundation","exportName":"resolveUserPath","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef0b69195de0832e2446f81a4be7b3ec074b0b808aa0411e4f79cb780678c45b","declaration":"export function root(rootDir: string, defaults?: RootDefaults): Promise<Root>;","entrypoint":"memory-core-host-engine-foundation","exportName":"root","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"54089b94657de985c3b5d96decefdf2e1d9934c871002bb3d866104224ee2e14","declaration":"export function truncateUtf16Safe(input: string, maxLen: number): string;","entrypoint":"memory-core-host-engine-foundation","exportName":"truncateUtf16Safe","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"function","recordType":"export"}
|
|
{"closureHash":"2af1f95d698ea1a806f9f2e2a9ebb0050a170e15395dfab8f97e2f9d8504ce6d","declaration":"export type MemorySearchConfig = MemorySearchConfig;","entrypoint":"memory-core-host-engine-foundation","exportName":"MemorySearchConfig","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"memory-core-host-engine-foundation","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"type","recordType":"export"}
|
|
{"closureHash":"7cedbd544d48277997e5b1733b7f51b7720829ef7652ab5223112b904ad55597","declaration":"export type ResolvedMemorySearchConfig = ResolvedMemorySearchConfig;","entrypoint":"memory-core-host-engine-foundation","exportName":"ResolvedMemorySearchConfig","importSpecifier":"openclaw/plugin-sdk/memory-core-host-engine-foundation","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"memory-host-core","importSpecifier":"openclaw/plugin-sdk/memory-host-core","recordType":"module"}
|
|
{"closureHash":"709f31174b216fbe79ea496787a503e71a5edc85d87bc324cde87db533accb09","declaration":"export function buildActiveMemoryPromptSection(params: MemoryPromptSectionParams, prepared?: PreparedMemoryPromptSection): string[];","entrypoint":"memory-host-core","exportName":"buildActiveMemoryPromptSection","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"5e8ea9cbb8511d5dccde893e744ff1f6787e8e28511c5bd2e6785f045f9c0950","declaration":"export function clearMemoryPluginState(): void;","entrypoint":"memory-host-core","exportName":"clearMemoryPluginState","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"4122847b080b5b047e86beaee53535457df1529d8a21dd713c9887c8211ba122","declaration":"export function getMemoryCapabilityRegistration(): MemoryPluginCapabilityRegistration | undefined;","entrypoint":"memory-host-core","exportName":"getMemoryCapabilityRegistration","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"fe74b96393cbd8de5b55715478d08bd70fb0e7351188e6deef5eabf5cb07f714","declaration":"export function listActiveMemoryPublicArtifacts(params: { cfg: OpenClawConfig; }): Promise<MemoryPluginPublicArtifact[]>;","entrypoint":"memory-host-core","exportName":"listActiveMemoryPublicArtifacts","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"1175762bd3ca71bbe283f24c09d09fc4ca76908e837b6e63786d8dc5cc15d1e1","declaration":"export function listMemoryHostPublicArtifacts(params: { cfg: OpenClawConfig; }): Promise<MemoryPluginPublicArtifact[]>;","entrypoint":"memory-host-core","exportName":"listMemoryHostPublicArtifacts","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"45dcda94b94389bfd3b01640d03914fb291b7f62e4d4d9119281dba1aea632a4","declaration":"export function registerMemoryCapability(requestedPluginId: string, capability: MemoryPluginCapability): void;","entrypoint":"memory-host-core","exportName":"registerMemoryCapability","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"06eef00cf3100a307eb9ff6a53f4511d8943e153845d21cb8199022975ed2096","declaration":"export function registerMemoryCorpusSupplement(requestedPluginId: string, supplement: MemoryCorpusSupplement): void;","entrypoint":"memory-host-core","exportName":"registerMemoryCorpusSupplement","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"851fc50d9816836a9c2e923d4223eb86c15411c2d94153f64bf0171013dfc031","declaration":"export function resolveDefaultAgentId(cfg: OpenClawConfig): string;","entrypoint":"memory-host-core","exportName":"resolveDefaultAgentId","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"78ce37a08eff2ab75b9aa6141c90a2ee96898844625bc714e872b90809338b16","declaration":"export function resolveSessionAgentId(params: { sessionKey?: string; config?: OpenClawConfig; agentId?: string; fallbackAgentId?: string; }): string;","entrypoint":"memory-host-core","exportName":"resolveSessionAgentId","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"bb27dfb37540b04bb34f8281a3acd97a37ffb4ab7a5acdab529859f6474a0c1d","declaration":"export function resolveSessionTranscriptsDirForAgent(agentId: string, env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"memory-host-core","exportName":"resolveSessionTranscriptsDirForAgent","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"function","recordType":"export"}
|
|
{"closureHash":"0b824778ee420a4a199233d8fe4635960ed53a0c96964a9e90e8e9e31c9ffe4b","declaration":"export type MemoryPluginCapability = MemoryPluginCapability;","entrypoint":"memory-host-core","exportName":"MemoryPluginCapability","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"type","recordType":"export"}
|
|
{"closureHash":"77d2bdba5dec3f7c4ce6b6f5d9607f693dd84be375c74387eec5dcc04c0ce2aa","declaration":"export type MemoryPluginPublicArtifact = MemoryPluginPublicArtifact;","entrypoint":"memory-host-core","exportName":"MemoryPluginPublicArtifact","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"type","recordType":"export"}
|
|
{"closureHash":"4a0bc9cba08233a3c603680a77414170971151fb785bd601ffe26de8d031b0c3","declaration":"export type MemoryPromptSectionBuilder = MemoryPromptSectionBuilder;","entrypoint":"memory-host-core","exportName":"MemoryPromptSectionBuilder","importSpecifier":"openclaw/plugin-sdk/memory-host-core","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"messaging-targets","importSpecifier":"openclaw/plugin-sdk/messaging-targets","recordType":"module"}
|
|
{"closureHash":"dfc00563b0442ebf2e740c87499b5b5be99ebb2e8a0ad3b1a5456ed577666f6c","declaration":"export function buildMessagingTarget(kind: MessagingTargetKind, id: string, raw: string): MessagingTarget;","entrypoint":"messaging-targets","exportName":"buildMessagingTarget","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"function","recordType":"export"}
|
|
{"closureHash":"a4b0c494578e7b33fbcf91fbb24d779092dd8710870bb37a92e7e6523f3c43ec","declaration":"export function ensureTargetId(params: { candidate: string; pattern: RegExp; errorMessage: string; }): string;","entrypoint":"messaging-targets","exportName":"ensureTargetId","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"function","recordType":"export"}
|
|
{"closureHash":"b88f918d36e41570a11b68d29ae74e85c410a0adecebca787ff0dea2abffc966","declaration":"export function normalizeTargetId(kind: MessagingTargetKind, id: string): string;","entrypoint":"messaging-targets","exportName":"normalizeTargetId","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"function","recordType":"export"}
|
|
{"closureHash":"dca48e7121f5f608737f63058aa1ece6f4a5a691cdd62a9045e429f2cc9e29c4","declaration":"export function parseAtUserTarget(params: { raw: string; pattern: RegExp; errorMessage: string; }): MessagingTarget | undefined;","entrypoint":"messaging-targets","exportName":"parseAtUserTarget","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"function","recordType":"export"}
|
|
{"closureHash":"a3b0918ff2af8060ba63ba36af1014ce244648331dfb68a249dce38cec589b8e","declaration":"export function parseMentionPrefixOrAtUserTarget(params: { raw: string; mentionPattern: RegExp; prefixes: Array<{ prefix: string; kind: MessagingTargetKind; }>; atUserPattern: RegExp; atUserErrorMessage: string; }): MessagingTarget | undefined;","entrypoint":"messaging-targets","exportName":"parseMentionPrefixOrAtUserTarget","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"function","recordType":"export"}
|
|
{"closureHash":"9443c747bbd5bf2bae51bc39cc91c7bcb6b87ca301f315f2b3ee7a6a7a3ae74d","declaration":"export function parseTargetMention(params: { raw: string; mentionPattern: RegExp; kind: MessagingTargetKind; }): MessagingTarget | undefined;","entrypoint":"messaging-targets","exportName":"parseTargetMention","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"function","recordType":"export"}
|
|
{"closureHash":"2d4e30fb57fe231b2e6037693d1c2f5f3938b0595da12811c6550715168657db","declaration":"export function parseTargetPrefix(params: { raw: string; prefix: string; kind: MessagingTargetKind; }): MessagingTarget | undefined;","entrypoint":"messaging-targets","exportName":"parseTargetPrefix","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"function","recordType":"export"}
|
|
{"closureHash":"ec30cd14e0cea7a12703383581dc53d653c6f02d9c1b0456680ea56865c0efbc","declaration":"export function parseTargetPrefixes(params: { raw: string; prefixes: Array<{ prefix: string; kind: MessagingTargetKind; }>; }): MessagingTarget | undefined;","entrypoint":"messaging-targets","exportName":"parseTargetPrefixes","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"function","recordType":"export"}
|
|
{"closureHash":"c752959201397e250be9701019bcbdc10b1e66f3e9cf151ae4716e736583cb6f","declaration":"export function requireTargetKind(params: { platform: string; target: MessagingTarget | undefined; kind: MessagingTargetKind; }): string;","entrypoint":"messaging-targets","exportName":"requireTargetKind","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"function","recordType":"export"}
|
|
{"closureHash":"150f10a0602510c2f9956392792606310e492b1d6e2bfb7d507b0352c697dcc2","declaration":"export type MessagingTarget = MessagingTarget;","entrypoint":"messaging-targets","exportName":"MessagingTarget","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"type","recordType":"export"}
|
|
{"closureHash":"a4eb3c7aa83aa054abd219f478431b96b95a7766829478d85b503128a669a7d4","declaration":"export type MessagingTargetKind = MessagingTargetKind;","entrypoint":"messaging-targets","exportName":"MessagingTargetKind","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"type","recordType":"export"}
|
|
{"closureHash":"59ec8e354eaae23380fcb8023479eb725959b581abc4d81cfdbe8f8f0a0bbb2a","declaration":"export type MessagingTargetParseOptions = MessagingTargetParseOptions;","entrypoint":"messaging-targets","exportName":"MessagingTargetParseOptions","importSpecifier":"openclaw/plugin-sdk/messaging-targets","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"model-session-runtime","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","recordType":"module"}
|
|
{"closureHash":"b75bdf1d3b0b17c4066e5f441a85504df8d2af2d7f93db3fcbe45ffacc3a4378","declaration":"export function applyModelOverrideToSessionEntry(params: { entry: SessionEntry; selection: ModelOverrideSelection; profileOverride?: string; profileOverrideSource?: \"auto\" | \"user\"; preserveAuthProfileOverride?: boolean; selectionSource?: \"auto\" | \"user\"; markLiveSwitchPending?: boolean; }): { updated: boolean; };","entrypoint":"model-session-runtime","exportName":"applyModelOverrideToSessionEntry","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"006cd6a6f9d964aba5c86d0435ed0b24d8e372a9ca0bf20dcaf9025cf047c3ae","declaration":"export function applyModelOverrideWithAuthProfileCompatibility(params: { cfg: OpenClawConfig; agentDir: string; entry: SessionEntry; currentProvider: string; selection: ModelOverrideSelection; profileOverride?: string; profileOverrideSource?: \"auto\" | \"user\"; selectionSource?: \"auto\" | \"user\"; markLiveSwitchPending?: boolean; metadataSnapshot?: Pick<PluginMetadataSnapshot, \"plugins\">; }): { updated: boolean; };","entrypoint":"model-session-runtime","exportName":"applyModelOverrideWithAuthProfileCompatibility","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e6650aff38f7d8629fe210cf2b076e415d808d3884bda4652871726908f0fd2e","declaration":"export function applySessionModelSelection(params: ApplySessionModelSelectionParams): Promise<ApplySessionModelSelectionResult>;","entrypoint":"model-session-runtime","exportName":"applySessionModelSelection","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"73fad472924a8fc991986887ff6ac591b10bba8a967540d40e340c0b27f51b46","declaration":"export function isModelSelectionLocked(entry: SessionEntry | undefined): boolean;","entrypoint":"model-session-runtime","exportName":"isModelSelectionLocked","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54ba34f76655889ed6ca88c64bdaf5fa4dbb6eaafe873460ae905d05873ecb01","declaration":"export function resolveAgentMaxConcurrent(cfg?: OpenClawConfig): number;","entrypoint":"model-session-runtime","exportName":"resolveAgentMaxConcurrent","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8973ae5795331c1cc378a7023208a6a054c1309196636d38cbda85c6c83198b7","declaration":"export function resolveChannelModelOverride(params: ChannelModelOverrideParams): ChannelModelOverride | null;","entrypoint":"model-session-runtime","exportName":"resolveChannelModelOverride","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2b0e695aaeab1a66c428f356f4c15fd3b2e1f3acbb8d342fdef7538cd70ff61b","declaration":"export function resolvePersistedSessionRuntimeId(entry?: SessionRuntimeCompatEntry): string | undefined;","entrypoint":"model-session-runtime","exportName":"resolvePersistedSessionRuntimeId","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5ca32d7e21d4947e46c556e82c741a6b52ee95cf3cf1c055016a76bad34a68f","declaration":"export const MODEL_SELECTION_LOCKED_MESSAGE: \"Model selection is locked for this session.\";","entrypoint":"model-session-runtime","exportName":"MODEL_SELECTION_LOCKED_MESSAGE","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"724e7f9e7d95c1d2910089d94504954ed738fa83bdb65869aa65a2815d98ed28","declaration":"export type ApplySessionModelSelectionParams = ApplySessionModelSelectionParams;","entrypoint":"model-session-runtime","exportName":"ApplySessionModelSelectionParams","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"c934b9f7fa2edd07cef3b6d041734b24d90262212ba261b60b37f2ebb39ec137","declaration":"export type ApplySessionModelSelectionResult = ApplySessionModelSelectionResult;","entrypoint":"model-session-runtime","exportName":"ApplySessionModelSelectionResult","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"3fd1bb66f07e4bfb5a61bdc2f0e2317ea28af416fdcf1b897e593360438e3d48","declaration":"export type SessionModelSelectionRequest = SessionModelSelectionRequest;","entrypoint":"model-session-runtime","exportName":"SessionModelSelectionRequest","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6812c68e68c02dc92315bde229d880be6fe02d3102d3a4651d6d95bcc18a2cef","declaration":"export class ModelSelectionLockedError extends Error {\n constructor(message);\n}","entrypoint":"model-session-runtime","exportName":"ModelSelectionLockedError","importSpecifier":"openclaw/plugin-sdk/model-session-runtime","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"models-provider-runtime","importSpecifier":"openclaw/plugin-sdk/models-provider-runtime","recordType":"module"}
|
|
{"closureHash":"5f6a1fd4ea1fb4b7eac3209e5e9f430a0d6a458d92fffc5ac835abd8ae61c1e8","declaration":"export function buildModelsProviderData(cfg: OpenClawConfig, agentId?: string, options?: { view?: \"default\" | \"all\"; workspaceDir?: string; }): Promise<ModelsProviderData>;","entrypoint":"models-provider-runtime","exportName":"buildModelsProviderData","importSpecifier":"openclaw/plugin-sdk/models-provider-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0c4cae1b295d58b5de6a784befffe7b903512c86a3b30562cc8a0d44416c757e","declaration":"export function formatModelsAvailableHeader(params: { provider: string; total: number; cfg: OpenClawConfig; agentId?: string; agentDir?: string; workspaceDir?: string; sessionEntry?: ModelsCommandSessionEntry; }): string;","entrypoint":"models-provider-runtime","exportName":"formatModelsAvailableHeader","importSpecifier":"openclaw/plugin-sdk/models-provider-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"485ffea9154be1df4e7c7dd7963f049abb566da42248a3b9333e2f274d76bcb7","declaration":"export function resolveModelsCommandReply(params: { cfg: OpenClawConfig; commandBodyNormalized: string; surface?: string; currentModel?: string; agentId?: string; agentDir?: string; workspaceDir?: string; sessionEntry?: ModelsCommandSessionEntry; }): Promise<ReplyPayload | null>;","entrypoint":"models-provider-runtime","exportName":"resolveModelsCommandReply","importSpecifier":"openclaw/plugin-sdk/models-provider-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5cdb5f371b24d24c328a27f9bda8b315be6420ba1c6229a5421b02d1d7997fa2","declaration":"export type ModelsProviderData = ModelsProviderData;","entrypoint":"models-provider-runtime","exportName":"ModelsProviderData","importSpecifier":"openclaw/plugin-sdk/models-provider-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1c6d96a4e91f9a3468007d379346f25410e59114964787110ff3644f603fac35","declaration":"export type ModelsRuntimeChoice = ModelsRuntimeChoice;","entrypoint":"models-provider-runtime","exportName":"ModelsRuntimeChoice","importSpecifier":"openclaw/plugin-sdk/models-provider-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"native-command-config-runtime","importSpecifier":"openclaw/plugin-sdk/native-command-config-runtime","recordType":"module"}
|
|
{"closureHash":"bb4506ebcfe344230c066c5a69887e425be7a1de6cb3f9a7bac786d18719f54a","declaration":"export function isNativeCommandsExplicitlyDisabled(params: { providerSetting?: NativeCommandsSetting; globalSetting?: NativeCommandsSetting; }): boolean;","entrypoint":"native-command-config-runtime","exportName":"isNativeCommandsExplicitlyDisabled","importSpecifier":"openclaw/plugin-sdk/native-command-config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f32e33a9c244f501507ce48a568be780e67c4c40e95398e38566752bd374d29d","declaration":"export function resolveNativeCommandsEnabled(params: { providerId: ChannelId; providerSetting?: NativeCommandsSetting; globalSetting?: NativeCommandsSetting; env?: NodeJS.ProcessEnv; stateDir?: string; workspaceDir?: string; config?: OpenClawConfig; autoDefault?: boolean; }): boolean;","entrypoint":"native-command-config-runtime","exportName":"resolveNativeCommandsEnabled","importSpecifier":"openclaw/plugin-sdk/native-command-config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8be83bb9008d6a178d1ec8d305b065d467576944dd901e849db60911e0785fb2","declaration":"export function resolveNativeSkillsEnabled(params: { providerId: ChannelId; providerSetting?: NativeCommandsSetting; globalSetting?: NativeCommandsSetting; env?: NodeJS.ProcessEnv; stateDir?: string; workspaceDir?: string; config?: OpenClawConfig; autoDefault?: boolean; }): boolean;","entrypoint":"native-command-config-runtime","exportName":"resolveNativeSkillsEnabled","importSpecifier":"openclaw/plugin-sdk/native-command-config-runtime","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"native-command-registry","importSpecifier":"openclaw/plugin-sdk/native-command-registry","recordType":"module"}
|
|
{"closureHash":"5cbf054e320d9f75b22041d3f3a96be3094478209615048b1a288cc8ea2e9be4","declaration":"export function buildCommandTextFromArgs(command: ChatCommandDefinition, args?: CommandArgs): string;","entrypoint":"native-command-registry","exportName":"buildCommandTextFromArgs","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"daec3d53b091eb09bde7a59049cbea81fea0319138b45e7a020d12c147f7cce4","declaration":"export function findCommandByNativeName(name: string, provider?: string, options?: NativeCommandProviderLookupOptions): ChatCommandDefinition | undefined;","entrypoint":"native-command-registry","exportName":"findCommandByNativeName","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"b1bd9f5a756a6cf076b085b05ad124660c7bd4fc77ce5a6ef9da44df761ccd49","declaration":"export function formatCommandArgMenuTitle(params: { command: ChatCommandDefinition; menu: NonNullable<ReturnType<typeof resolveCommandArgMenu>>; }): string;","entrypoint":"native-command-registry","exportName":"formatCommandArgMenuTitle","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"280514e1dc88c4960b82ed26b691509c4b6431ca8e8f79be165c112287d13a96","declaration":"export function listChatCommands(params?: { skillCommands?: SkillCommandSpec[]; }): ChatCommandDefinition[];","entrypoint":"native-command-registry","exportName":"listChatCommands","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b1fc164bf48cba95d55f17ff614aaca4f435db5024935b2e75f9f3f10f23d02","declaration":"export function listNativeCommandSpecs(params?: { skillCommands?: SkillCommandSpec[]; provider?: string; }): NativeCommandSpec[];","entrypoint":"native-command-registry","exportName":"listNativeCommandSpecs","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"b5c9d51c577df8f0893bfed0b57669a957f138ba355a4a0969c245048199e7a4","declaration":"export function listNativeCommandSpecsForConfig(cfg: OpenClawConfig, params?: { skillCommands?: SkillCommandSpec[]; provider?: string; }): NativeCommandSpec[];","entrypoint":"native-command-registry","exportName":"listNativeCommandSpecsForConfig","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"a099da826c0549280b00be76be65e6c7d90e0d8615cd8b3359ef80b6a1cbe0e4","declaration":"export function mergeNativeCommandSpecs(params: { primary: readonly NativeCommandSpec[]; secondary: readonly NativeCommandSpec[]; onCollision?: (normalizedName: string) => void; }): NativeCommandSpec[];","entrypoint":"native-command-registry","exportName":"mergeNativeCommandSpecs","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"20d62127e9adb7711cb4d0bb59ca614d14aaa462e293caae67d33299e0c4c3fb","declaration":"export function parseCommandArgs(command: ChatCommandDefinition, raw?: string): CommandArgs | undefined;","entrypoint":"native-command-registry","exportName":"parseCommandArgs","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d386c506187ddd90a748f422bc7b689631d903b3f5fb612d5a6de6db76c1481","declaration":"export function resolveCommandArgChoices(params: { command: ChatCommandDefinition; arg: CommandArgDefinition; cfg?: OpenClawConfig; provider?: string; model?: string; agentRuntime?: string; catalog?: ThinkingCatalogEntry[]; }): ResolvedCommandArgChoice[];","entrypoint":"native-command-registry","exportName":"resolveCommandArgChoices","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"346bc576ec19e2e80815cdf03c66716a9f26c395210f16d10cfa64306d87deb5","declaration":"export function resolveCommandArgMenu(params: { command: ChatCommandDefinition; args?: CommandArgs; cfg?: OpenClawConfig; provider?: string; model?: string; agentRuntime?: string; catalog?: ThinkingCatalogEntry[]; }): { arg: CommandArgDefinition; choices: ResolvedCommandArgChoice[]; title?: string; } | null;","entrypoint":"native-command-registry","exportName":"resolveCommandArgMenu","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"f460c6ed65b583dc17c2b83856f533bb0910e25a841897bf4a46c5ed20cf8341","declaration":"export function serializeCommandArgs(command: ChatCommandDefinition, args?: CommandArgs): string | undefined;","entrypoint":"native-command-registry","exportName":"serializeCommandArgs","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"function","recordType":"export"}
|
|
{"closureHash":"80420cc959afbdb66fa3acd90bdf71e7a512feecec11b9ab68411ed351cd5a07","declaration":"export type ChatCommandDefinition = ChatCommandDefinition;","entrypoint":"native-command-registry","exportName":"ChatCommandDefinition","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"type","recordType":"export"}
|
|
{"closureHash":"80420cc959afbdb66fa3acd90bdf71e7a512feecec11b9ab68411ed351cd5a07","declaration":"export type CommandArgDefinition = CommandArgDefinition;","entrypoint":"native-command-registry","exportName":"CommandArgDefinition","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"type","recordType":"export"}
|
|
{"closureHash":"2ee3f225e9d5a7e6a6dc3cd90d52010152f5797d3d7a3e8bb159ee72b5e86e94","declaration":"export type CommandArgValues = CommandArgValues;","entrypoint":"native-command-registry","exportName":"CommandArgValues","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"type","recordType":"export"}
|
|
{"closureHash":"06f15ec14cdae8f40178e0b04f7b111632b6d69cfb283817fb8030bc78fe613f","declaration":"export type CommandArgs = CommandArgs;","entrypoint":"native-command-registry","exportName":"CommandArgs","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"type","recordType":"export"}
|
|
{"closureHash":"72bbbe0aadb593362f09af87634e5fc4c3404edc2e37e991e4a2008591614987","declaration":"export type NativeCommandSpec = NativeCommandSpec;","entrypoint":"native-command-registry","exportName":"NativeCommandSpec","importSpecifier":"openclaw/plugin-sdk/native-command-registry","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"param-readers","importSpecifier":"openclaw/plugin-sdk/param-readers","recordType":"module"}
|
|
{"closureHash":"7b2e5f2b9c1a83d273e447c5d4c0aea4e6c496223deb74c42c4c3b07d1bc0746","declaration":"export function readFiniteNumberParam(params: Record<string, unknown>, key: string, options?: { message?: string; min?: number; max?: number; minExclusive?: boolean; maxExclusive?: boolean; }): number | undefined;","entrypoint":"param-readers","exportName":"readFiniteNumberParam","importSpecifier":"openclaw/plugin-sdk/param-readers","kind":"function","recordType":"export"}
|
|
{"closureHash":"3ce045b2af784cfd7d86a697116758e7ace98d1275a0192c5a815b2f1a5ccd83","declaration":"export function readNonNegativeIntegerParam(params: Record<string, unknown>, key: string, options?: { message?: string; max?: number; }): number | undefined;","entrypoint":"param-readers","exportName":"readNonNegativeIntegerParam","importSpecifier":"openclaw/plugin-sdk/param-readers","kind":"function","recordType":"export"}
|
|
{"closureHash":"824b72afe6f331a51be4b6fc77fc8ee98570526d2ee63bf0404ed3432c11515c","declaration":"export function readNumberParam(params: Record<string, unknown>, key: string, options?: { required?: boolean; label?: string; integer?: boolean; strict?: boolean; positiveInteger?: boolean; nonNegativeInteger?: boolean; }): number | undefined;","entrypoint":"param-readers","exportName":"readNumberParam","importSpecifier":"openclaw/plugin-sdk/param-readers","kind":"function","recordType":"export"}
|
|
{"closureHash":"d32342291ad7c19b5b7066499a65a5b76c8f0e268bbb8852cb0bda67685037bf","declaration":"export function readPositiveIntegerParam(params: Record<string, unknown>, key: string, options?: { message?: string; max?: number; }): number | undefined;","entrypoint":"param-readers","exportName":"readPositiveIntegerParam","importSpecifier":"openclaw/plugin-sdk/param-readers","kind":"function","recordType":"export"}
|
|
{"closureHash":"7830262486cedbb4b8e156de295bbcea8596738742c39961e429a3cea6836e0b","declaration":"export function readStringArrayParam(params: Record<string, unknown>, key: string, options: StringParamOptions & { required: true; }): string[];\nexport function readStringArrayParam(params: Record<string, unknown>, key: string, options?: StringParamOptions): string[] | undefined;","entrypoint":"param-readers","exportName":"readStringArrayParam","importSpecifier":"openclaw/plugin-sdk/param-readers","kind":"function","recordType":"export"}
|
|
{"closureHash":"818ea0efd869633f87abb325bb187725079ffb661b088bb4661668485d4355cf","declaration":"export function readStringOrNumberParam(params: Record<string, unknown>, key: string, options?: { required?: boolean; label?: string; }): string | undefined;","entrypoint":"param-readers","exportName":"readStringOrNumberParam","importSpecifier":"openclaw/plugin-sdk/param-readers","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ec34afffcb58733bf81e79b036e4cd9fb963dd0c3b1e29758c469e4ea6a5c96","declaration":"export function readStringParam(params: Record<string, unknown>, key: string, options: StringParamOptions & { required: true; }): string;\nexport function readStringParam(params: Record<string, unknown>, key: string, options?: StringParamOptions): string | undefined;","entrypoint":"param-readers","exportName":"readStringParam","importSpecifier":"openclaw/plugin-sdk/param-readers","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"persistent-dedupe","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","recordType":"module"}
|
|
{"closureHash":"1bcc14224cbe52a98a97a6d767a8b2f2bbc8473439358417dc913e300c1b0abd","declaration":"export function createChannelReplayGuard<TEvent>(params: ChannelReplayGuardParams<TEvent>): ChannelReplayGuard<TEvent>;","entrypoint":"persistent-dedupe","exportName":"createChannelReplayGuard","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"function","recordType":"export"}
|
|
{"closureHash":"7a3917f9b21766441f3ceda2e888d24d38d8943b5fa57965affddd24732a7289","declaration":"export function createClaimableDedupe(options: ClaimableDedupeOptions): ClaimableDedupe & Required<Pick<ClaimableDedupe, \"forget\">>;","entrypoint":"persistent-dedupe","exportName":"createClaimableDedupe","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"function","recordType":"export"}
|
|
{"closureHash":"18d44bd36005256fd854b856854fdabf43ba870584630e82041f39bab747a764","declaration":"export function createPersistentDedupe(options: PersistentDedupeOptions): PersistentDedupe;","entrypoint":"persistent-dedupe","exportName":"createPersistentDedupe","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"function","recordType":"export"}
|
|
{"closureHash":"85156eb65c939b3f3a19ecbaaaed5333529cc1c7d053d2e3b02b550390ebfdca","declaration":"export function createPersistentDedupeImportEntry(params: { key: string; seenAt: number; ttlMs?: number; }): PersistentDedupeLegacyJsonImportEntry;","entrypoint":"persistent-dedupe","exportName":"createPersistentDedupeImportEntry","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"function","recordType":"export"}
|
|
{"closureHash":"1fa85a1c79fd60d8b4107686a168c7dbeea70800f1c901162666766c15416a65","declaration":"export function listPersistentDedupeLegacyJsonFileEntries(options: { filePath: string; ttlMs: number; now?: number; }): Promise<PersistentDedupeLegacyJsonImportEntry[]>;","entrypoint":"persistent-dedupe","exportName":"listPersistentDedupeLegacyJsonFileEntries","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"function","recordType":"export"}
|
|
{"closureHash":"5c929b5d70456d716495492ed931552dc60bce2452602d2d0880e100641ec501","declaration":"export function migratePersistentDedupeLegacyJsonFile(options: PersistentDedupeLegacyJsonMigrationOptions): Promise<PersistentDedupeLegacyJsonMigrationResult>;","entrypoint":"persistent-dedupe","exportName":"migratePersistentDedupeLegacyJsonFile","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"function","recordType":"export"}
|
|
{"closureHash":"314c00a6cdcdf24ad48c2b66b012502df3113cf2fd74dcda8039d69cbb6a9701","declaration":"export function resolvePersistentDedupePluginStateNamespace(options: { namespace: string; namespacePrefix?: string; }): string;","entrypoint":"persistent-dedupe","exportName":"resolvePersistentDedupePluginStateNamespace","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"function","recordType":"export"}
|
|
{"closureHash":"5931ae5b2d4811142a77196ed8fb350ad531aa7ee1806c1eb25ff6fb9845f4b3","declaration":"export function runClaimableDedupeClaimLoop<TClaim extends ClaimLoopSettled>(claimNext: () => Promise<TClaim | ClaimLoopInflight>, retryAfterRejection: (error: unknown, rejectionCount: number) => boolean): Promise<TClaim | { kind: \"duplicate\"; }>;","entrypoint":"persistent-dedupe","exportName":"runClaimableDedupeClaimLoop","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"function","recordType":"export"}
|
|
{"closureHash":"be635d76c9434b030c2b5e328fb69b18b6899418bcdef778941dbdfd154faeb0","declaration":"export function shouldReplacePersistentDedupeEntry(params: { existingValue: unknown; incomingValue: unknown; }): boolean;","entrypoint":"persistent-dedupe","exportName":"shouldReplacePersistentDedupeEntry","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"function","recordType":"export"}
|
|
{"closureHash":"14a7e80322814243526a2b3d7195771a4a102f1501ad912808d872b9e8e53213","declaration":"export type ChannelReplayClaimHandle = ChannelReplayClaimHandle;","entrypoint":"persistent-dedupe","exportName":"ChannelReplayClaimHandle","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"b5def6fe324360b8b8c6910d2a3b7aebda74150f2e2898a7ecc03b5dc890ab6b","declaration":"export type ClaimableDedupe = ClaimableDedupe;","entrypoint":"persistent-dedupe","exportName":"ClaimableDedupe","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"fb442a6c1ce6a5a0502ed7b9b7c167a63cb95693f3af064d3a82d9bcbe6a3558","declaration":"export type ClaimableDedupeClaimResult = ClaimableDedupeClaimResult;","entrypoint":"persistent-dedupe","exportName":"ClaimableDedupeClaimResult","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"54359add64e11de3f2376ae4a4056a16590e4c89897c2eb09eb6b0a3c8487d3c","declaration":"export type ClaimableDedupeOptions = ClaimableDedupeOptions;","entrypoint":"persistent-dedupe","exportName":"ClaimableDedupeOptions","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"42e760b801bfe4c865bd6c97b8d3836fd1d7ed23e17a9f469b6653b80a269c41","declaration":"export type PersistentDedupe = PersistentDedupe;","entrypoint":"persistent-dedupe","exportName":"PersistentDedupe","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"545e68d4fdbae3172a4b7aba0b3d01e32130825f6827e1d76f507fc3e089882b","declaration":"export type PersistentDedupeCheckOptions = PersistentDedupeCheckOptions;","entrypoint":"persistent-dedupe","exportName":"PersistentDedupeCheckOptions","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"008b3675c6eaf84f6ff0936129cad4fe1ff91437ef1eccbb2723af29e754d4fe","declaration":"export type PersistentDedupeEntry = PersistentDedupeEntry;","entrypoint":"persistent-dedupe","exportName":"PersistentDedupeEntry","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"5e44efbd016e0b8e65c602acf9bce10ac60da47075f24639c358e956222cc2f3","declaration":"export type PersistentDedupeLegacyJsonImportEntry = PersistentDedupeLegacyJsonImportEntry;","entrypoint":"persistent-dedupe","exportName":"PersistentDedupeLegacyJsonImportEntry","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"0fa074e82f3ba2d470a6eb5e93eedddf1dcedcdbf319d0b31a2f5288f42ea807","declaration":"export type PersistentDedupeLegacyJsonMigrationOptions = PersistentDedupeLegacyJsonMigrationOptions;","entrypoint":"persistent-dedupe","exportName":"PersistentDedupeLegacyJsonMigrationOptions","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"9d3aa5ed63b815c90fa5b5a52c47e3ba935e9439623dfd5a11a9419bdb264000","declaration":"export type PersistentDedupeLegacyJsonMigrationResult = PersistentDedupeLegacyJsonMigrationResult;","entrypoint":"persistent-dedupe","exportName":"PersistentDedupeLegacyJsonMigrationResult","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"fc15c20717489affd4ea19797f5e6167790114dd11e86d60f7f2c57b0a90fbe3","declaration":"export type PersistentDedupeLegacyPathOptions = PersistentDedupeLegacyPathOptions;","entrypoint":"persistent-dedupe","exportName":"PersistentDedupeLegacyPathOptions","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"e982df4834c8e5e2b45ccc4cde433658e190dcf2a7f3b0d2c700d4ef6eb1632d","declaration":"export type PersistentDedupeOptions = PersistentDedupeOptions;","entrypoint":"persistent-dedupe","exportName":"PersistentDedupeOptions","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"closureHash":"dfc56d38508426a6a78afd761e1a1288222c4467ffda62eb27d7eac30671bc21","declaration":"export type PersistentDedupePluginStateOptions = PersistentDedupePluginStateOptions;","entrypoint":"persistent-dedupe","exportName":"PersistentDedupePluginStateOptions","importSpecifier":"openclaw/plugin-sdk/persistent-dedupe","kind":"type","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"plugin-command-runtime","importSpecifier":"openclaw/plugin-sdk/plugin-command-runtime","recordType":"module"}
|
|
{"closureHash":"b453ed6e37bfc8d4baa583cadeb8700afb4b252b8c42e180faa58307862e5edf","declaration":"export function createPluginCommandRuntime(): PluginCommandRuntime;","entrypoint":"plugin-command-runtime","exportName":"createPluginCommandRuntime","importSpecifier":"openclaw/plugin-sdk/plugin-command-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"00d993432f711b0223902a7d79b6da2e8ce785bac94b048d069ad8fcbe75db6f","declaration":"export const PLUGIN_COMMAND_DISPATCH: typeof PLUGIN_COMMAND_DISPATCH;","entrypoint":"plugin-command-runtime","exportName":"PLUGIN_COMMAND_DISPATCH","importSpecifier":"openclaw/plugin-sdk/plugin-command-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"4aff0560a7f3d17cea41ec4a992a4f9e23dcfdec8424ba089d23e82ae2578d9e","declaration":"export type PluginCommandCatalogDecision = PluginCommandCatalogDecision;","entrypoint":"plugin-command-runtime","exportName":"PluginCommandCatalogDecision","importSpecifier":"openclaw/plugin-sdk/plugin-command-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2e942bfa86b49ef772c7922bcaed1906012f923dd0479e2aa3b384dc233af7dc","declaration":"export type PluginCommandDispatch = Readonly<{ kind: \"plugin\"; execute: (context: PluginCommandDispatchContext) => Promise<PluginCommandResult>; [pluginCommandDispatchBrand]: true;}>;","entrypoint":"plugin-command-runtime","exportName":"PluginCommandDispatch","importSpecifier":"openclaw/plugin-sdk/plugin-command-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"99df45b5b5708498e06fa3031d086b5df4332862b9853a648d385ef0ea2b2f12","declaration":"export type PluginCommandDispatchContext = Readonly<{ senderId?: string; channel: string; channelId?: PluginCommandContext[\"channelId\"]; isAuthorizedSender: boolean; senderIsOwner?: boolean; gatewayClientScopes?: PluginCommandContext[\"gatewayClientScopes\"]; agentId?: string; sessionKey?: PluginCommandContext[\"sessionKey\"]; sessionId?: PluginCommandContext[\"sessionId\"]; sessionTarget?: PluginCommandContext[\"sessionTarget\"]; sessionFile?: PluginCommandContext[\"sessionFile\"]; authProfileId?: string; commandBody: string; config: OpenClawConfig; from?: PluginCommandContext[\"from\"]; to?: PluginCommandContext[\"to\"]; originatingTo?: string; accountId?: PluginCommandContext[\"accountId\"]; messageThreadId?: PluginCommandContext[\"messageThreadId\"]; threadParentId?: PluginCommandContext[\"threadParentId\"]; diagnosticsSessions?: PluginCommandContext[\"diagnosticsSessions\"]; diagnosticsUploadApproved?: PluginCommandContext[\"diagnosticsUploadApproved\"]; diagnosticsPreviewOnly?: PluginCommandContext[\"diagnosticsPreviewOnly\"]; diagnosticsPrivateRouted?: PluginCommandContext[\"diagnosticsPrivateRouted\"];}>;","entrypoint":"plugin-command-runtime","exportName":"PluginCommandDispatchContext","importSpecifier":"openclaw/plugin-sdk/plugin-command-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1f954e0e6862b4c681aab3f938e6cff61b9f76f6dfe9100b4d88c947f777f26f","declaration":"export type PluginCommandNativeCandidate = Readonly<{ name: string; description: string; descriptionLocalizations?: Readonly<Record<string, string>>; acceptsArgs: boolean; requireAuth: boolean; progressMessage?: string; prepareDispatch: (rawArgs?: string) => PluginCommandCatalogDecision;}>;","entrypoint":"plugin-command-runtime","exportName":"PluginCommandNativeCandidate","importSpecifier":"openclaw/plugin-sdk/plugin-command-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"02fc8b5c9bcf5902ce275b0e26f7c219025d431dbecc4d9a605062b03904df3b","declaration":"export type PluginCommandReplyOptions = Readonly<{ [PLUGIN_COMMAND_DISPATCH]?: Readonly<{ kind: \"plugin\" | \"non-plugin\"; }>;}>;","entrypoint":"plugin-command-runtime","exportName":"PluginCommandReplyOptions","importSpecifier":"openclaw/plugin-sdk/plugin-command-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d98bf3a206f488c3dfdf725330d34a3293008fd00887c97f236094ecd5212dc4","declaration":"export type PluginCommandRuntime = Readonly<{ listNativeCandidates: (provider: string) => readonly PluginCommandNativeCandidate[]; retainNativeCatalog: (provider: string) => void;}>;","entrypoint":"plugin-command-runtime","exportName":"PluginCommandRuntime","importSpecifier":"openclaw/plugin-sdk/plugin-command-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"plugin-config-runtime","importSpecifier":"openclaw/plugin-sdk/plugin-config-runtime","recordType":"module"}
|
|
{"closureHash":"5f7bee4e3a0121f16c56af8da4317eab4a9b874f72e1936866231412b1299d3e","declaration":"export function mergeDeep(base: unknown, override: unknown, options?: DeepMergeOptions): unknown;","entrypoint":"plugin-config-runtime","exportName":"mergeDeep","importSpecifier":"openclaw/plugin-sdk/plugin-config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"605ebf4cd3d4d4028a5355b3b3520b99543cf4572b64afcf346b228c1f5cfab3","declaration":"export function requireRuntimeConfig(config: OpenClawConfig, context: string): OpenClawConfig;","entrypoint":"plugin-config-runtime","exportName":"requireRuntimeConfig","importSpecifier":"openclaw/plugin-sdk/plugin-config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4b9d34eabaf8d0cae2d1edd7620ea9ecfae29ed52fd75b326cb9a8f482310656","declaration":"export function resolveLivePluginConfigObject(runtimeConfigLoader: (() => OpenClawConfig | undefined) | undefined, pluginId: string, startupPluginConfig?: Record<string, unknown>): Record<string, unknown> | undefined;","entrypoint":"plugin-config-runtime","exportName":"resolveLivePluginConfigObject","importSpecifier":"openclaw/plugin-sdk/plugin-config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"89f48079856e77be5f4a534d8713716217691a8f64fb31fcfd440bf43dcaf730","declaration":"export function resolvePluginConfigObject(config: OpenClawConfig | undefined, pluginId: string): Record<string, unknown> | undefined;","entrypoint":"plugin-config-runtime","exportName":"resolvePluginConfigObject","importSpecifier":"openclaw/plugin-sdk/plugin-config-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"537c37800e0b565efd530cbb16cf96e2a7ec80691415c56ec8bf85595a08fed9","declaration":"export const normalizePluginsConfig: (config?: OpenClawConfig[\"plugins\"]) => NormalizedPluginsConfig;","entrypoint":"plugin-config-runtime","exportName":"normalizePluginsConfig","importSpecifier":"openclaw/plugin-sdk/plugin-config-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"961d82f04593f91965f85785d174ed1344055aeff6583f41327d6a1e0a601c19","declaration":"export const resolveEffectiveEnableState: (params: EffectiveActivationParams) => { enabled: boolean; reason?: string;};","entrypoint":"plugin-config-runtime","exportName":"resolveEffectiveEnableState","importSpecifier":"openclaw/plugin-sdk/plugin-config-runtime","kind":"const","recordType":"export"}
|
|
{"category":"core","entrypoint":"plugin-entry","importSpecifier":"openclaw/plugin-sdk/plugin-entry","recordType":"module"}
|
|
{"closureHash":"3d27406644141af2733cfca6e8c1240fc62327910109f585ce9073cafd7fd89c","declaration":"export function buildJsonPluginConfigSchema(schema: JsonSchemaObject, options?: BuildJsonPluginConfigSchemaOptions): OpenClawPluginConfigSchema;","entrypoint":"plugin-entry","exportName":"buildJsonPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"function","recordType":"export"}
|
|
{"closureHash":"aff66c792d532642afb9c6e5a03c8d220f219250c3a8b49733f32058f22f98ca","declaration":"export function buildPluginConfigSchema(schema: ZodTypeAny, options?: BuildPluginConfigSchemaOptions): OpenClawPluginConfigSchema;","entrypoint":"plugin-entry","exportName":"buildPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"function","recordType":"export"}
|
|
{"closureHash":"ea866f93256b2e5f8da5bad7c96511f00f9b42fa85f6689cc70ab26bde2dd0cb","declaration":"export function definePluginEntry({ id, name, description, kind, configSchema, reload, nodeHostCommands, securityAuditCollectors, register, }: DefinePluginEntryOptions): DefinedPluginEntry;","entrypoint":"plugin-entry","exportName":"definePluginEntry","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ef1dfa3b5deeb456480e292c0e835c3cd6d13e7bb7059fc735546507da51594","declaration":"export function emptyPluginConfigSchema(): OpenClawPluginConfigSchema;","entrypoint":"plugin-entry","exportName":"emptyPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"function","recordType":"export"}
|
|
{"closureHash":"beb6715ad81487caa2cc2ed8444d6ac2dcf83c9e71fc42d5db9214f2eb12b946","declaration":"export type AgentHarness = AgentHarness;","entrypoint":"plugin-entry","exportName":"AgentHarness","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"d2ff4de9ee3fd111c2cc64a3ee7e557d9f161af1b6b437ee7886bcb16e426317","declaration":"export type AgentPromptGuidance = AgentPromptGuidance;","entrypoint":"plugin-entry","exportName":"AgentPromptGuidance","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"2841127a90e04467adfea8126cbf03655f44ddb089ad9e0d48833c2beea39cbd","declaration":"export type AgentPromptGuidanceEntry = AgentPromptGuidanceEntry;","entrypoint":"plugin-entry","exportName":"AgentPromptGuidanceEntry","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"aa0412acefe62caff12e5271ead0545504874e824380dc21cfc0566388a05f33","declaration":"export type AgentPromptSurfaceKind = \"openclaw_main\" | \"pi_main\" | \"codex_app_server\" | \"cli_backend\" | \"acp_backend\" | \"subagent\";","entrypoint":"plugin-entry","exportName":"AgentPromptSurfaceKind","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"7414a2a79c2d78c1d52538250c827305bba1a2bb25010448837c8524a9f95b3c","declaration":"export type AnyAgentTool = AnyAgentTool;","entrypoint":"plugin-entry","exportName":"AnyAgentTool","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"c241077e3f27058240f750d07561778eccb3e7a2dc99be94023eac84cbab7c73","declaration":"export type MediaUnderstandingProviderPlugin = MediaUnderstandingProvider;","entrypoint":"plugin-entry","exportName":"MediaUnderstandingProviderPlugin","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"6a0d48e73560eb4c32dc7798a5533b477e347d98d3e22cce1364f7c10ae82503","declaration":"export type MigrationApplyResult = MigrationApplyResult;","entrypoint":"plugin-entry","exportName":"MigrationApplyResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"732f3c1b0e4942089773fad9da886d7b7bed41e7f1bb45d79c26deac15f6770b","declaration":"export type MigrationDetection = MigrationDetection;","entrypoint":"plugin-entry","exportName":"MigrationDetection","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"f40046e61c3037ec599a627e1088b8c78d1fe057d858e13cfaff1eab800e9f1f","declaration":"export type MigrationItem = MigrationItem;","entrypoint":"plugin-entry","exportName":"MigrationItem","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"934363b212df1e356365d44e0684401985228a2aeaf859aa13c840bae6e2190b","declaration":"export type MigrationPlan = MigrationPlan;","entrypoint":"plugin-entry","exportName":"MigrationPlan","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"9b45e478bf75fdcbccfe2eab2f192bd32170cc94203bce2e58ce2e898045f7e1","declaration":"export type MigrationProviderContext = MigrationProviderContext;","entrypoint":"plugin-entry","exportName":"MigrationProviderContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"2030cac4cf1b2b09873dca7f0f568eef400b186331d15bd28e18c7d387d56f1b","declaration":"export type MigrationProviderPlugin = MigrationProviderPlugin;","entrypoint":"plugin-entry","exportName":"MigrationProviderPlugin","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"cea9632d824ebf247f131958f8db4916ae60a37d4d5493e06f789d883dab6574","declaration":"export type MigrationSummary = MigrationSummary;","entrypoint":"plugin-entry","exportName":"MigrationSummary","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"plugin-entry","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"2f6e368fff73e942044cdf95c7c751b46c741e22ac0d2d4d97f45a3158f758ae","declaration":"export type OpenClawGatewayDiscoveryAdvertiseContext = OpenClawGatewayDiscoveryAdvertiseContext;","entrypoint":"plugin-entry","exportName":"OpenClawGatewayDiscoveryAdvertiseContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"b198058e0065e5c60b729a5bdf568f7e2436a006d8c4a7c63de764c7283f96ba","declaration":"export type OpenClawGatewayDiscoveryService = OpenClawGatewayDiscoveryService;","entrypoint":"plugin-entry","exportName":"OpenClawGatewayDiscoveryService","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff621688b7b58ebfa7157b153d83921a47158e43ac312ff61df85d437216ae10","declaration":"export type OpenClawPluginApi = OpenClawPluginApi;","entrypoint":"plugin-entry","exportName":"OpenClawPluginApi","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"c968e96cdb5c97e92d26b7b15fb5255531b45a12e7c5c0a2e7e456d31cc6e358","declaration":"export type OpenClawPluginCommandDefinition = OpenClawPluginCommandDefinition;","entrypoint":"plugin-entry","exportName":"OpenClawPluginCommandDefinition","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"365beb5cee974639c2f35fc7a39088721ca8e9c618442830298b98033e9c768c","declaration":"export type OpenClawPluginConfigSchema = OpenClawPluginConfigSchema;","entrypoint":"plugin-entry","exportName":"OpenClawPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"05cefddc1e544e0efd37301f07a5adae39f6cc580239b314c1959b8887a23ce9","declaration":"export type OpenClawPluginDefinition = OpenClawPluginDefinition;","entrypoint":"plugin-entry","exportName":"OpenClawPluginDefinition","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"a7ed83f0924f818b23cecb5a1f3591ff28b9499ccac9667a2b8505c2bc608ea9","declaration":"export type OpenClawPluginGatewayEventScope = OpenClawPluginGatewayEventScope;","entrypoint":"plugin-entry","exportName":"OpenClawPluginGatewayEventScope","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"f81f224d9b837e6353b7a546c5a76b124bcf568fd1f1fd0c6881fda30c53120a","declaration":"export type OpenClawPluginGatewayEvents = OpenClawPluginGatewayEvents;","entrypoint":"plugin-entry","exportName":"OpenClawPluginGatewayEvents","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"7470b211ac4d3449cd0fc353ee2eb48e9fbc2dbc9259d21c680d0203577aa94f","declaration":"export type OpenClawPluginHttpRouteHandler = OpenClawPluginHttpRouteHandler;","entrypoint":"plugin-entry","exportName":"OpenClawPluginHttpRouteHandler","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"5d4c88cd996c1e0b6379b2eaa38a5caf88a8cb51b095ae15b2410a57f60afa4d","declaration":"export type OpenClawPluginNodeHostCommand = OpenClawPluginNodeHostCommand;","entrypoint":"plugin-entry","exportName":"OpenClawPluginNodeHostCommand","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"063b3dd0f03ad609da5afdd98de93f3e768aa4452f0e2c0d4f706ba3948a61f9","declaration":"export type OpenClawPluginNodeHostCommandAvailabilityContext = OpenClawPluginNodeHostCommandAvailabilityContext;","entrypoint":"plugin-entry","exportName":"OpenClawPluginNodeHostCommandAvailabilityContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"2fc45118e6cf4d5c7b9321f2039855134e4a387ced4ed29ce79793ff5ad3d4f0","declaration":"export type OpenClawPluginNodeInvokePolicy = OpenClawPluginNodeInvokePolicy;","entrypoint":"plugin-entry","exportName":"OpenClawPluginNodeInvokePolicy","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"730df535a8ea5cfe5c871404b4e0742a84401968c9bdfd3709532ad0ef0e63c5","declaration":"export type OpenClawPluginNodeInvokePolicyContext = OpenClawPluginNodeInvokePolicyContext;","entrypoint":"plugin-entry","exportName":"OpenClawPluginNodeInvokePolicyContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"0594b055171ab1c5c2c99b25066b1e831aa459fad6ab8f1021af453c73fe16cc","declaration":"export type OpenClawPluginNodeInvokePolicyResult = OpenClawPluginNodeInvokePolicyResult;","entrypoint":"plugin-entry","exportName":"OpenClawPluginNodeInvokePolicyResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"b33485fadd879913afeecff0895cfdf470264e9a582279def51582e1e477e35a","declaration":"export type OpenClawPluginReloadRegistration = OpenClawPluginReloadRegistration;","entrypoint":"plugin-entry","exportName":"OpenClawPluginReloadRegistration","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"778790cbdfe7aa13e4b266e1553f2417abe94d7850a720d53f5e3168834398f5","declaration":"export type OpenClawPluginSecurityAuditCollector = OpenClawPluginSecurityAuditCollector;","entrypoint":"plugin-entry","exportName":"OpenClawPluginSecurityAuditCollector","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"06e75d118c92e256eb6fe3c706844b4f03c2cba936f07c571702e1e606138cde","declaration":"export type OpenClawPluginSecurityAuditContext = OpenClawPluginSecurityAuditContext;","entrypoint":"plugin-entry","exportName":"OpenClawPluginSecurityAuditContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"ddc2738dd0ece94ddde9a7c655f92c15ec6416645ecf932d4aa404c7b7761159","declaration":"export type OpenClawPluginService = OpenClawPluginService;","entrypoint":"plugin-entry","exportName":"OpenClawPluginService","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"26dd6974af3127ca18835b3f7294f2dae0f7fab63c6d326e999e90366999dc6e","declaration":"export type OpenClawPluginServiceContext = OpenClawPluginServiceContext;","entrypoint":"plugin-entry","exportName":"OpenClawPluginServiceContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"4b4e5425c1e19a0d00f99e3b1f078f101a87a38dbf3cb81e124665ac11bb68d9","declaration":"export type OpenClawPluginToolContext = OpenClawPluginToolContext;","entrypoint":"plugin-entry","exportName":"OpenClawPluginToolContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"cf4bb672a5d6622273e847afbab9b823e0fdb7bbecd43eebb2620c7711924273","declaration":"export type OpenClawPluginToolFactory = OpenClawPluginToolFactory;","entrypoint":"plugin-entry","exportName":"OpenClawPluginToolFactory","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"b749d0cceb7b02f8e2e810c9a1f4fea64effc4a2ddb0da972d873781d2a70471","declaration":"export type PluginAgentEventEmitParams = PluginAgentEventEmitParams;","entrypoint":"plugin-entry","exportName":"PluginAgentEventEmitParams","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"402087ed5375c1fadc768f11ff28215402b3db725b9e8f924d195623993aa611","declaration":"export type PluginAgentEventEmitResult = PluginAgentEventEmitResult;","entrypoint":"plugin-entry","exportName":"PluginAgentEventEmitResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"028cd39dd470117f37aff9d199e99c7eadaa99a2af56810c3033e488587e56e2","declaration":"export type PluginAgentEventSubscriptionRegistration = PluginAgentEventSubscriptionRegistration;","entrypoint":"plugin-entry","exportName":"PluginAgentEventSubscriptionRegistration","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"3d9f3c666f1a8f37cd4fd2bf621d793b6626ce36edc96bd3922498a8f4ebfc19","declaration":"export type PluginAgentTurnPrepareEvent = PluginAgentTurnPrepareEvent;","entrypoint":"plugin-entry","exportName":"PluginAgentTurnPrepareEvent","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"dd9b818f8b19ced207493eea1b75da8a38b24a5dc4c9ac46288f9329ba06f0f3","declaration":"export type PluginAgentTurnPrepareResult = PluginAgentTurnPrepareResult;","entrypoint":"plugin-entry","exportName":"PluginAgentTurnPrepareResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"86553d1dbbbe0b04d6a233ab33dee847c2cf5f9809032d41c5bff6bec06b78da","declaration":"export type PluginCommandContext = PluginCommandContext;","entrypoint":"plugin-entry","exportName":"PluginCommandContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"a50f802cdb46fb073ccba3d7b5c2a3c66c2b5aeccca3368222f9a520e66055ca","declaration":"export type PluginCommandResult = PluginCommandResult;","entrypoint":"plugin-entry","exportName":"PluginCommandResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"b9a7fd2bdde1d99b58227e6ff01853420fee36357c2fa5e2d9ef5fbcef11ac65","declaration":"export type PluginControlUiDescriptor = PluginControlUiDescriptor;","entrypoint":"plugin-entry","exportName":"PluginControlUiDescriptor","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"f06379ada10ce0eca4e66bdf978db2c0035e054a135dc044c6d831ac7797c08f","declaration":"export type PluginConversationBinding = PluginConversationBinding;","entrypoint":"plugin-entry","exportName":"PluginConversationBinding","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"a1223d674b2b66918a576ae05b04318d7b8cbe9b1d3bc6dd7a08d1a4fa79b291","declaration":"export type PluginConversationBindingRequestParams = PluginConversationBindingRequestParams;","entrypoint":"plugin-entry","exportName":"PluginConversationBindingRequestParams","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"93c034724a937bb1239a3b4a386a20ac75fbcf66229842cc4c702c3360409e4c","declaration":"export type PluginConversationBindingRequestResult = PluginConversationBindingRequestResult;","entrypoint":"plugin-entry","exportName":"PluginConversationBindingRequestResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"983125d15112c823d1c81e7b3584227a13214c5a88e639fb2c05497e4256863e","declaration":"export type PluginConversationBindingResolvedEvent = PluginConversationBindingResolvedEvent;","entrypoint":"plugin-entry","exportName":"PluginConversationBindingResolvedEvent","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"83237187559904a1350b07bfcaa20eb473e397884361e9543ccdaeddd6c2c12e","declaration":"export type PluginHeartbeatPromptContributionEvent = PluginHeartbeatPromptContributionEvent;","entrypoint":"plugin-entry","exportName":"PluginHeartbeatPromptContributionEvent","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"34a5e1c2e9aa7908826a1b066f7b8556c277a1c8360d7f08ddb3f360f65752b5","declaration":"export type PluginHeartbeatPromptContributionResult = PluginHeartbeatPromptContributionResult;","entrypoint":"plugin-entry","exportName":"PluginHeartbeatPromptContributionResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"f603424781afe759d771a41222faacb085dff8aa0823c69be0a7ebce0af042c3","declaration":"export type PluginHookInboundClaimContext = PluginHookInboundClaimContext;","entrypoint":"plugin-entry","exportName":"PluginHookInboundClaimContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"669605d35a5957852aed9eb8c475ae2c5484d989fcef07d4937bf9d42f9e808c","declaration":"export type PluginHookInboundClaimEvent = PluginHookInboundClaimEvent;","entrypoint":"plugin-entry","exportName":"PluginHookInboundClaimEvent","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"28206e194799cbcde4dad0f25972ff391114f63bdffbf33500fe83418b7174de","declaration":"export type PluginHookInboundClaimResult = PluginHookInboundClaimResult;","entrypoint":"plugin-entry","exportName":"PluginHookInboundClaimResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"13f9c325abbfe72f29d2adac62d71cba56b4395a2c7a2a3c369721838001f2bd","declaration":"export type PluginHookInboundMessageMetadata = PluginHookInboundMessageMetadata;","entrypoint":"plugin-entry","exportName":"PluginHookInboundMessageMetadata","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"afc1b5f0ac20ff0aa86b56df482612b266a1ec52aae86b41fc741e6fb0002d98","declaration":"export type PluginHookMediaFact = MessageHookMediaFact;","entrypoint":"plugin-entry","exportName":"PluginHookMediaFact","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"75e7c0b1e1f0707d2ce57470a5611ae5172266a6bc1305c6307c7a26b29f3c47","declaration":"export type PluginHookMessageReceivedEvent = PluginHookMessageReceivedEvent;","entrypoint":"plugin-entry","exportName":"PluginHookMessageReceivedEvent","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"f1649825363706b7f474490ff8ff7bc419755bbe3d4f9e24bf382eaab7373f50","declaration":"export type PluginHookSkillArtifact = PluginHookSkillArtifact;","entrypoint":"plugin-entry","exportName":"PluginHookSkillArtifact","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"f1b3c976a705dd7a6af6cec1cb41c55c97f2e0f5df183360a056d71c0b84f1f8","declaration":"export type PluginHookSkillBundleFile = PluginHookSkillBundleFile;","entrypoint":"plugin-entry","exportName":"PluginHookSkillBundleFile","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"847516839fafb7d8c36e4e110e912cb8077488d5cf22723a9bd13c6ab5df3ffd","declaration":"export type PluginHookSkillBundleSnapshot = PluginHookSkillBundleSnapshot;","entrypoint":"plugin-entry","exportName":"PluginHookSkillBundleSnapshot","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"542d4fea13f5231520d57f2dca314e6b46a658be85192e6b305e8ec0fc9aff92","declaration":"export type PluginHookSkillChangedEvent = PluginHookSkillChangedEvent;","entrypoint":"plugin-entry","exportName":"PluginHookSkillChangedEvent","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"5f3ac1982519ef0ff2d295e4d75ea28368a3deb1c7e9f07be3abae4194a5d135","declaration":"export type PluginHookSkillContext = PluginHookSkillContext;","entrypoint":"plugin-entry","exportName":"PluginHookSkillContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"d29e532ea31206b036822a556d058b6f96666b500fc59f0df264c30bda48d99b","declaration":"export type PluginHookSkillEvaluationFinding = PluginHookSkillEvaluationFinding;","entrypoint":"plugin-entry","exportName":"PluginHookSkillEvaluationFinding","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"4e3e953c71f56b0f25132f464027de58c9210a4b51f809c6d492f0190f033e32","declaration":"export type PluginHookSkillProposalChangedEvent = PluginHookSkillProposalChangedEvent;","entrypoint":"plugin-entry","exportName":"PluginHookSkillProposalChangedEvent","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"a64fd6a6c0c6e141b47fe713ad7889b82617b448acbd7a0cc473c26fdf5f5896","declaration":"export type PluginHookSkillProposalEvaluateEvent = PluginHookSkillProposalEvaluateEvent;","entrypoint":"plugin-entry","exportName":"PluginHookSkillProposalEvaluateEvent","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"e4f30eebfe7277da07a7ba889c19f81b6514df82c7d8c25f35f06d506a79d9d8","declaration":"export type PluginHookSkillProposalEvaluateResult = PluginHookSkillProposalEvaluateResult;","entrypoint":"plugin-entry","exportName":"PluginHookSkillProposalEvaluateResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"7d37943dea34aa72793fb51bcf7ae57081b18ca76f406c7e1d681c7847faf44e","declaration":"export type PluginHookSkillProposalEvaluationOutcome = PluginHookSkillProposalEvaluationOutcome;","entrypoint":"plugin-entry","exportName":"PluginHookSkillProposalEvaluationOutcome","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"bf49776f7ef6c9b291937b4c38f3322a28d07c3541df358a6698484f5c8a63f7","declaration":"export type PluginHookSkillProposalKind = PluginHookSkillProposalKind;","entrypoint":"plugin-entry","exportName":"PluginHookSkillProposalKind","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"c61687aa70357500be458546a560d9ea4c47f740a30cb1f75bb100ec96dd8f7a","declaration":"export type PluginJsonValue = PluginJsonValue;","entrypoint":"plugin-entry","exportName":"PluginJsonValue","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"6114896166e06ca3a44b5fa7fb549b87ff9761d8cdf377011d7ad3d2943af51d","declaration":"export type PluginLogger = PluginLogger;","entrypoint":"plugin-entry","exportName":"PluginLogger","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"5fd38aefbf7f13d422864afeaaf8a4d4a8733760ca3fa6493f87076553196017","declaration":"export type PluginNextTurnInjection = PluginNextTurnInjection;","entrypoint":"plugin-entry","exportName":"PluginNextTurnInjection","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"9e7223816fdc06c99155561dd51613404da1d8294bf5d9ce9fe137f8a1642bb1","declaration":"export type PluginNextTurnInjectionEnqueueResult = PluginNextTurnInjectionEnqueueResult;","entrypoint":"plugin-entry","exportName":"PluginNextTurnInjectionEnqueueResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"f361587d79916f3d1cb73b4d296e1f37f86d799a641ce4a590ee784413d0b7ef","declaration":"export type PluginNextTurnInjectionRecord = PluginNextTurnInjectionRecord;","entrypoint":"plugin-entry","exportName":"PluginNextTurnInjectionRecord","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"e4f6093e70826c8c7c02433082b9ac1b91755640096339111331fc45a494ca88","declaration":"export type PluginRunContextGetParams = PluginRunContextGetParams;","entrypoint":"plugin-entry","exportName":"PluginRunContextGetParams","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"f9d14d70abca2a8771c0763736871361e4c223a8e4cbe3ae5c7a17751630b68e","declaration":"export type PluginRunContextPatch = PluginRunContextPatch;","entrypoint":"plugin-entry","exportName":"PluginRunContextPatch","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"4a005fd56ceaa1de7ff2c6b45f08a48f48d7ff30e21d0e88d783d86a49e274f4","declaration":"export type PluginRuntimeLifecycleRegistration = PluginRuntimeLifecycleRegistration;","entrypoint":"plugin-entry","exportName":"PluginRuntimeLifecycleRegistration","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"c599fdbfd9439bdcbbbf621dca995d2d6f87c7aba9606dc1970e1205dfea6357","declaration":"export type PluginSessionActionContext = PluginSessionActionContext;","entrypoint":"plugin-entry","exportName":"PluginSessionActionContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"85a706fb9b56d5c5f41756729736cd4581b98d5cb0ab9a693b8261e4d936e499","declaration":"export type PluginSessionActionRegistration = PluginSessionActionRegistration;","entrypoint":"plugin-entry","exportName":"PluginSessionActionRegistration","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"be74338fe1f425c529ed0d551608a8444fdcf38e9b7d7893d69832bb2674a249","declaration":"export type PluginSessionActionResult = PluginSessionActionResult;","entrypoint":"plugin-entry","exportName":"PluginSessionActionResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"1b878a373a8af8559d1a8f26a5536c3a4271431023291ef56c300e57c51ca1df","declaration":"export type PluginSessionAttachmentParams = PluginSessionAttachmentParams;","entrypoint":"plugin-entry","exportName":"PluginSessionAttachmentParams","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"638c933a32b250acf9bbe367ca37f8089eb37f9e044fde015c8ee916b991b344","declaration":"export type PluginSessionAttachmentResult = PluginSessionAttachmentResult;","entrypoint":"plugin-entry","exportName":"PluginSessionAttachmentResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"c229dff0759bb643b56dde39ab68f1dd3ed6567ef337360e457166b27deb1305","declaration":"export type PluginSessionExtensionProjection = PluginSessionExtensionProjection;","entrypoint":"plugin-entry","exportName":"PluginSessionExtensionProjection","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"50e6afb6878d0634554a9d0035d90b11e70e2373d3f65ea7107927500879de39","declaration":"export type PluginSessionExtensionRegistration = PluginSessionExtensionRegistration;","entrypoint":"plugin-entry","exportName":"PluginSessionExtensionRegistration","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"500a71c009735c313f68fbf86a89abf39e99a22928bb52ebe3b7c0c756549689","declaration":"export type PluginSessionSchedulerJobHandle = PluginSessionSchedulerJobHandle;","entrypoint":"plugin-entry","exportName":"PluginSessionSchedulerJobHandle","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"263a02b3786971ab85cb8f218e3d9be63343c8344f85f8d8f642ba1c03bc7179","declaration":"export type PluginSessionSchedulerJobRegistration = PluginSessionSchedulerJobRegistration;","entrypoint":"plugin-entry","exportName":"PluginSessionSchedulerJobRegistration","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"ea90f0c3f735456a7c73cd297aa1809c81de1cdc0c9569acfbe92c44ba4edeef","declaration":"export type PluginSessionTurnScheduleParams = PluginSessionTurnScheduleParams;","entrypoint":"plugin-entry","exportName":"PluginSessionTurnScheduleParams","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"c4eca2aaceabb8a773f5440ac0a201f476188dff085c7358a0df8f24940835da","declaration":"export type PluginSessionTurnUnscheduleByTagParams = PluginSessionTurnUnscheduleByTagParams;","entrypoint":"plugin-entry","exportName":"PluginSessionTurnUnscheduleByTagParams","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"554b47317e8654dedae9082847bf984917dd57ef1bfce7467ae7ff55bdb7965e","declaration":"export type PluginSessionTurnUnscheduleByTagResult = PluginSessionTurnUnscheduleByTagResult;","entrypoint":"plugin-entry","exportName":"PluginSessionTurnUnscheduleByTagResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"48a24ef4295428b8969fb95725a5f87db12b933814b3982aeaaf66359b72c122","declaration":"export type PluginToolMetadataRegistration = PluginToolMetadataRegistration;","entrypoint":"plugin-entry","exportName":"PluginToolMetadataRegistration","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"d54e412ae760fe1afc8ff3a70a092fd6fad2344fb11c81504e8343f7c6d1f15e","declaration":"export type PluginTrustedToolPolicyRegistration = PluginTrustedToolPolicyRegistration;","entrypoint":"plugin-entry","exportName":"PluginTrustedToolPolicyRegistration","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"6fc1beb939a0ce8a28ae21354e73ebf9d2869aea4df517422b20a2232f5c2533","declaration":"export type ProviderAppGuidedSetup = ProviderAppGuidedSetup;","entrypoint":"plugin-entry","exportName":"ProviderAppGuidedSetup","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"45f52fc257a33e4e1ed47713b8a5df3550113d5eaddc5034dc760d866a16e6dc","declaration":"export type ProviderAppGuidedSetupCandidate = ProviderAppGuidedSetupCandidate;","entrypoint":"plugin-entry","exportName":"ProviderAppGuidedSetupCandidate","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"7d9976f3537c2e04aefd460becf4318f48bf1bd7ae65d8882f2b00cdfe4c6dc7","declaration":"export type ProviderAppGuidedSetupContext = ProviderAppGuidedSetupContext;","entrypoint":"plugin-entry","exportName":"ProviderAppGuidedSetupContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"9a20485414846df6a7f57d557663d23dacf35bbf51aea86f75f5e0b440cb4e61","declaration":"export type ProviderApplyConfigDefaultsContext = ProviderApplyConfigDefaultsContext;","entrypoint":"plugin-entry","exportName":"ProviderApplyConfigDefaultsContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"08d1a359adf31e34a7a2d153394af14df1d250d41aad1a30fffa535170bdf811","declaration":"export type ProviderAugmentModelCatalogContext = ProviderAugmentModelCatalogContext;","entrypoint":"plugin-entry","exportName":"ProviderAugmentModelCatalogContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"73ce20f91b38c1f160547592280d70002317d9f3452df33390500fa81d0b4eea","declaration":"export type ProviderAuthContext = ProviderAuthContext;","entrypoint":"plugin-entry","exportName":"ProviderAuthContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"be7a70beef8fbde7f4d6820cae9253890453d35bace959bcbcb5bd14decf4349","declaration":"export type ProviderAuthDoctorHintContext = ProviderAuthDoctorHintContext;","entrypoint":"plugin-entry","exportName":"ProviderAuthDoctorHintContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"faaf74b8bd00f3df058f945ec5a4ee2bc116ff7ac6c88b7d0c2f227872599a04","declaration":"export type ProviderAuthMethod = ProviderAuthMethod;","entrypoint":"plugin-entry","exportName":"ProviderAuthMethod","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"6a45881fd7eabfeef83bcafb39d7f8c4240de43a70010baa35a8f7a2e92b58e4","declaration":"export type ProviderAuthMethodNonInteractiveContext = ProviderAuthMethodNonInteractiveContext;","entrypoint":"plugin-entry","exportName":"ProviderAuthMethodNonInteractiveContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"641a0660b503bcd8a2c488cd4a3f02db926ecca674ea63484c25a392b768376b","declaration":"export type ProviderAuthResult = ProviderAuthResult;","entrypoint":"plugin-entry","exportName":"ProviderAuthResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"5c4775eb6bb78fe07d0e35525702f59f6faa6c72f687347f2bffefb714f9c473","declaration":"export type ProviderBuildMissingAuthMessageContext = ProviderBuildMissingAuthMessageContext;","entrypoint":"plugin-entry","exportName":"ProviderBuildMissingAuthMessageContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"71b51f0198b11b75dd8b96c61e4bf4e8951b80ef4fbce1b5333a4b39b767e683","declaration":"export type ProviderBuildUnknownModelHintContext = ProviderBuildUnknownModelHintContext;","entrypoint":"plugin-entry","exportName":"ProviderBuildUnknownModelHintContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"696292c4bc7c1a12e37048e7b06cfc76c8ce7637cde7056227779d17f1b8846d","declaration":"export type ProviderBuiltInModelSuppressionContext = ProviderBuiltInModelSuppressionContextType;","entrypoint":"plugin-entry","exportName":"ProviderBuiltInModelSuppressionContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"19a147743bac1a4212491228435ecd34ca7c61716c53f8c765c241f17845b838","declaration":"export type ProviderBuiltInModelSuppressionResult = ProviderBuiltInModelSuppressionResult;","entrypoint":"plugin-entry","exportName":"ProviderBuiltInModelSuppressionResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"c21ced80fd2a869e88e950ee683c9167f2414b7479a725b1a8f3234e4b67454e","declaration":"export type ProviderCacheTtlEligibilityContext = ProviderCacheTtlEligibilityContext;","entrypoint":"plugin-entry","exportName":"ProviderCacheTtlEligibilityContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"c5823a86c4249f3e72646d4d510e6c4d68538f968a5b29636a98f19cab2998e7","declaration":"export type ProviderCatalogContext = ProviderCatalogContext;","entrypoint":"plugin-entry","exportName":"ProviderCatalogContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"dcb91bebf2daa140c31da444f66906edf0288efd9c04aa951093da3c38bab277","declaration":"export type ProviderCatalogResult = ProviderCatalogResult;","entrypoint":"plugin-entry","exportName":"ProviderCatalogResult","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"479e054134b7966ca6a29340904b368936cdc03468f47d4e8cb34ef54e606984","declaration":"export type ProviderDefaultThinkingPolicyContext = ProviderDefaultThinkingPolicyContext;","entrypoint":"plugin-entry","exportName":"ProviderDefaultThinkingPolicyContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"7ed4b3c8cba0f051e341663d4f53857c8e644e16321238a7159f3060d3a022b5","declaration":"export type ProviderDeferSyntheticProfileAuthContext = ProviderDeferSyntheticProfileAuthContext;","entrypoint":"plugin-entry","exportName":"ProviderDeferSyntheticProfileAuthContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"7e9265326e254ec9e76929208225678f94988000fe9f376c53f44bf053d233de","declaration":"export type ProviderFailoverErrorContext = ProviderFailoverErrorContext;","entrypoint":"plugin-entry","exportName":"ProviderFailoverErrorContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"29789b06062c1472627dfa34b89b7827a8591879804f86e771e608d92347a8e3","declaration":"export type ProviderFetchUsageSnapshotContext = ProviderFetchUsageSnapshotContext;","entrypoint":"plugin-entry","exportName":"ProviderFetchUsageSnapshotContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"2a2a0fba6d9a7728c35959c65d58eb6099519a72dd1366064a633b842b092de7","declaration":"export type ProviderModernModelPolicyContext = ProviderModernModelPolicyContext;","entrypoint":"plugin-entry","exportName":"ProviderModernModelPolicyContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"c1f42d52c1dc239100887263210b9b9b25795a13963dbd0fd48b8eb0593a8221","declaration":"export type ProviderNormalizeConfigContext = ProviderNormalizeConfigContext;","entrypoint":"plugin-entry","exportName":"ProviderNormalizeConfigContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"f1b31f2b3dba68bdce59ce4dfcb5062cac7343f681a44d232f49efb7101ef1dd","declaration":"export type ProviderNormalizeModelIdContext = ProviderNormalizeModelIdContext;","entrypoint":"plugin-entry","exportName":"ProviderNormalizeModelIdContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"18c81b5c6d9ac0c5bab039c160c7d887e776b787419affd551af0360c837ca5d","declaration":"export type ProviderNormalizeResolvedModelContext = ProviderNormalizeResolvedModelContext;","entrypoint":"plugin-entry","exportName":"ProviderNormalizeResolvedModelContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"9d910266ed60e8d0102d21dc6a2cace8846a8e437f43710ab500a4a2f97de4f0","declaration":"export type ProviderNormalizeToolSchemasContext = ProviderNormalizeToolSchemasContext;","entrypoint":"plugin-entry","exportName":"ProviderNormalizeToolSchemasContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"84b642d93fbb0b2fac8072e5e8ac138cb9985528fda9e0a4e46d2fa2b9f7042f","declaration":"export type ProviderNormalizeTransportContext = ProviderNormalizeTransportContext;","entrypoint":"plugin-entry","exportName":"ProviderNormalizeTransportContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"d9808589e6cabe9d147d209ca9636834072edc2fd285c78a8cbe7db3c7d79915","declaration":"export type ProviderPlugin = ProviderPlugin;","entrypoint":"plugin-entry","exportName":"ProviderPlugin","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"6ba34b2c563d26d22c316b2c9163f7488afcdd03b565ec7c34af982389c789ef","declaration":"export type ProviderPrepareDynamicModelContext = ProviderResolveDynamicModelContext;","entrypoint":"plugin-entry","exportName":"ProviderPrepareDynamicModelContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"aca9b61cb7b2df9f60574c855701c418294307db49cfc0b49c2f5663d90d963b","declaration":"export type ProviderPrepareExtraParamsContext = ProviderPrepareExtraParamsContext;","entrypoint":"plugin-entry","exportName":"ProviderPrepareExtraParamsContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"ec9346ca78f861fd2beef0b4bd9d9948102a821f7129f43e9afdeb89c037fe69","declaration":"export type ProviderPrepareRuntimeAuthContext = ProviderPrepareRuntimeAuthContext;","entrypoint":"plugin-entry","exportName":"ProviderPrepareRuntimeAuthContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"6dca092ac98e71d83aae2d6e49186b94e7b9f3940457ac29079aac8e0ee9127a","declaration":"export type ProviderPreparedRuntimeAuth = ProviderPreparedRuntimeAuth;","entrypoint":"plugin-entry","exportName":"ProviderPreparedRuntimeAuth","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"bc127a51c29b9bb0b27f2dec0f0f231c73c66d624ec8fd8d32137382d4a81c3a","declaration":"export type ProviderReasoningOutputMode = ProviderReasoningOutputMode;","entrypoint":"plugin-entry","exportName":"ProviderReasoningOutputMode","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"c11f49564a82dc2f48aea2caf0e5dcc7e5bf43cd4355bd076c58f031fb0051c2","declaration":"export type ProviderReasoningOutputModeContext = ProviderReplayPolicyContext;","entrypoint":"plugin-entry","exportName":"ProviderReasoningOutputModeContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"597cb9fbec5306d481386229d1bf2e3d9b289792313619ada38aa79b339a43f6","declaration":"export type ProviderReplayPolicy = ProviderReplayPolicy;","entrypoint":"plugin-entry","exportName":"ProviderReplayPolicy","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"95980ee1a49e262f1e484b50b9acc0828343d7249a8cf7a00ed922aefb0c9453","declaration":"export type ProviderReplayPolicyContext = ProviderReplayPolicyContext;","entrypoint":"plugin-entry","exportName":"ProviderReplayPolicyContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"cf2c6ed1ed4d2389f0e2ddcf12d1005e3350287990eb78dd81c39cc4e250182e","declaration":"export type ProviderReplaySessionEntry = ProviderReplaySessionEntry;","entrypoint":"plugin-entry","exportName":"ProviderReplaySessionEntry","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"1241bf1392fd8c1cb1cc51a560c889f7b1e701878942f6ee9202849990896b81","declaration":"export type ProviderReplaySessionState = ProviderReplaySessionState;","entrypoint":"plugin-entry","exportName":"ProviderReplaySessionState","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"9f2de9bdd85d55b001a497f57767948f6a521d4d12de23040ecaf4b8e6f825dc","declaration":"export type ProviderResolveConfigApiKeyContext = ProviderResolveConfigApiKeyContext;","entrypoint":"plugin-entry","exportName":"ProviderResolveConfigApiKeyContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"dcb8a1189ffb5661a9d5826f3676676389f6531a842699d5b760da3d749f7728","declaration":"export type ProviderResolveDynamicModelContext = ProviderResolveDynamicModelContext;","entrypoint":"plugin-entry","exportName":"ProviderResolveDynamicModelContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"6d9de6231e79bf80a472f68f080395506ce9663e49d98642d3a33dd71fe0a7df","declaration":"export type ProviderResolveTransportTurnStateContext = ProviderResolveTransportTurnStateContext;","entrypoint":"plugin-entry","exportName":"ProviderResolveTransportTurnStateContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"be0852b57adc322ca63e0e12c0eb572e0250e5fb8b8f2b91d3cc3e0e8da84c6b","declaration":"export type ProviderResolveUsageAuthContext = ProviderResolveUsageAuthContext;","entrypoint":"plugin-entry","exportName":"ProviderResolveUsageAuthContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"8b12635946aa3aaf079e89d3a00d88b1e1a7e48c2719e76a8bf038c20bcbcfef","declaration":"export type ProviderResolveWebSocketSessionPolicyContext = ProviderResolveWebSocketSessionPolicyContext;","entrypoint":"plugin-entry","exportName":"ProviderResolveWebSocketSessionPolicyContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"a2a186e3e37aa007b5394976e4d7f0e6cdc98c3a0ecbcc901ac58086da7d27f5","declaration":"export type ProviderResolvedUsageAuth = ProviderResolvedUsageAuth;","entrypoint":"plugin-entry","exportName":"ProviderResolvedUsageAuth","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"f852a019bb31be1e2e69c113db43fa5faca7e05d7a587841a691887fe3af675e","declaration":"export type ProviderRuntimeModel = ProviderRuntimeModel;","entrypoint":"plugin-entry","exportName":"ProviderRuntimeModel","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"9dfaaeab67a265ca1644b051dddeafb604a69d7c611849a94e83e2a9a43f91dc","declaration":"export type ProviderSanitizeReplayHistoryContext = ProviderSanitizeReplayHistoryContext;","entrypoint":"plugin-entry","exportName":"ProviderSanitizeReplayHistoryContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"1a6881c358f45b896ac590a02554c60c54554eb2efbf97939ac2f76de036feb5","declaration":"export type ProviderThinkingPolicyContext = ProviderThinkingPolicyContext;","entrypoint":"plugin-entry","exportName":"ProviderThinkingPolicyContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"93aebb5affa26e2cbd3f8de43b38676bd8164bc580aa73a5f198fef683e7c44f","declaration":"export type ProviderThinkingProfile = ProviderThinkingProfile;","entrypoint":"plugin-entry","exportName":"ProviderThinkingProfile","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"1308e27ced5a461c5eea65b8e1a169c4f9410ae496a725a7d41d91b0a4e28cb2","declaration":"export type ProviderToolSchemaDiagnostic = ProviderToolSchemaDiagnostic;","entrypoint":"plugin-entry","exportName":"ProviderToolSchemaDiagnostic","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"d0d0fb608e82a7b453d13b888e1c5504eaf9012ad657ad1cd397feedb43e4eff","declaration":"export type ProviderTransportTurnState = ProviderTransportTurnState;","entrypoint":"plugin-entry","exportName":"ProviderTransportTurnState","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"4408309e68ae2d57fd5152fb3ef59f02e13b4c845206faa23c58ccdcd77c1f72","declaration":"export type ProviderUsageAuthToken = ProviderUsageAuthToken;","entrypoint":"plugin-entry","exportName":"ProviderUsageAuthToken","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"775a45c57799712b2a70f02df6d0981485b00088692029c0046778ebbc7b47dd","declaration":"export type ProviderValidateReplayTurnsContext = ProviderValidateReplayTurnsContext;","entrypoint":"plugin-entry","exportName":"ProviderValidateReplayTurnsContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"902d118b0979307d4a06a0dfa528efbe155460f48fd65632f5b8d71595f95541","declaration":"export type ProviderWebSocketSessionPolicy = ProviderWebSocketSessionPolicy;","entrypoint":"plugin-entry","exportName":"ProviderWebSocketSessionPolicy","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"73df75beff6308ed158a8a77144cc0d19ddcfdc23f4bbe42add33922796b9c63","declaration":"export type ProviderWrapStreamFnContext = ProviderWrapStreamFnContext;","entrypoint":"plugin-entry","exportName":"ProviderWrapStreamFnContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"b46d6b30faa0794206a9e32ec5e58be58771d095b5ee8e9db8e606f1c062910e","declaration":"export type RealtimeTranscriptionProviderPlugin = RealtimeTranscriptionProviderPlugin;","entrypoint":"plugin-entry","exportName":"RealtimeTranscriptionProviderPlugin","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"07c2606cafa86e84bd4ccbe218eaf9f2fffaf50e4c6289d34e257e59272af9a0","declaration":"export type SpeechProviderPlugin = SpeechProviderPlugin;","entrypoint":"plugin-entry","exportName":"SpeechProviderPlugin","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"222120bd19b862cab097a3a11c3011d6abdeb39490b471e2787d7eae1b1b1d80","declaration":"export type TranscriptSourceProvider = TranscriptsSourceProviderCapability;","entrypoint":"plugin-entry","exportName":"TranscriptSourceProvider","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"7410c5460af9d47c1c8855c855e25b661a0c4a636ecd49d304522d1886c43892","declaration":"export type UnifiedModelCatalogEntry<TCapabilities = unknown> = UnifiedModelCatalogEntry<TCapabilities>;","entrypoint":"plugin-entry","exportName":"UnifiedModelCatalogEntry","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"2ad385d2e3ea7e4bd62959cb9047f47cb6ee118a7c86836ddbfb06e685f7abb7","declaration":"export type UnifiedModelCatalogKind = UnifiedModelCatalogKind;","entrypoint":"plugin-entry","exportName":"UnifiedModelCatalogKind","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"7156d470d0ea236c59f3960a0fef213b1770ab4810a1af8eddf863aefa3c27e9","declaration":"export type UnifiedModelCatalogProviderContext = UnifiedModelCatalogProviderContext;","entrypoint":"plugin-entry","exportName":"UnifiedModelCatalogProviderContext","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"e806b384aa629b38f13b393098a8cca6a8015cefc34b9398265ce0e270b375d4","declaration":"export type UnifiedModelCatalogProviderPlugin = UnifiedModelCatalogProviderPlugin;","entrypoint":"plugin-entry","exportName":"UnifiedModelCatalogProviderPlugin","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"12997512ff4f2ee560e4201c3ac6618204d40e0cb27a09a65533622131328df2","declaration":"export type UnifiedModelCatalogSource = UnifiedModelCatalogSource;","entrypoint":"plugin-entry","exportName":"UnifiedModelCatalogSource","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"93405daf881381646c65e00e968027b240dc5afbd91536968761597d1ad6b73a","declaration":"export type WorkerDesktopApp = WorkerDesktopApp;","entrypoint":"plugin-entry","exportName":"WorkerDesktopApp","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"bebc4fdf80820547e9098393654a407d07b7451bf66a5815b1991ffa2f651697","declaration":"export type WorkerDesktopEndpoint = WorkerDesktopEndpoint;","entrypoint":"plugin-entry","exportName":"WorkerDesktopEndpoint","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"19da1a7d34f101187dfecca3ebdabacb73446a29f66c177d8343bd9698186a96","declaration":"export type WorkerLease = WorkerLease;","entrypoint":"plugin-entry","exportName":"WorkerLease","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"1b90a8fbe4ed5abd944a364721bff177068ade4e1b74ce0f06d44c9ac71797a0","declaration":"export type WorkerLeaseStatus = WorkerLeaseStatus;","entrypoint":"plugin-entry","exportName":"WorkerLeaseStatus","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"beb4406a0c814cc2ad666d28d57485a8469d69091fd870e19ffc30211043f366","declaration":"export type WorkerProfile = Readonly<Record<string, PluginJsonValue>>;","entrypoint":"plugin-entry","exportName":"WorkerProfile","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"9ea8474b2c34c49d4245458dea80b6e07caec22353889c0be1982a98d88a48c4","declaration":"export type WorkerProvider = WorkerProvider;","entrypoint":"plugin-entry","exportName":"WorkerProvider","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"af83d0492e616c892edb9dfd43bf45a555c9ac0df24ccadf24a25663fa5927ea","declaration":"export type WorkerSshEndpoint = WorkerSshEndpoint;","entrypoint":"plugin-entry","exportName":"WorkerSshEndpoint","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"b81ce4575791f7e3cef8b3b971d92881e454eaedc3d1a349c1870984af8489f5","declaration":"export type WorkerSshIdentity = WorkerSshIdentity;","entrypoint":"plugin-entry","exportName":"WorkerSshIdentity","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"2c44f2df0f353550c3238748e8e2707384a99a462f5496b47da91719536b8712","declaration":"export type WorkerSshIdentityRequest = WorkerSshIdentityRequest;","entrypoint":"plugin-entry","exportName":"WorkerSshIdentityRequest","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"type","recordType":"export"}
|
|
{"closureHash":"5af221b1c08a83c1dfb21c64228ac460b6293583a82c42b0aa96304cc57c2b37","declaration":"export class WorkerProviderError extends Error {\n readonly code: \"invalid_profile\";\n constructor(message: string);\n}","entrypoint":"plugin-entry","exportName":"WorkerProviderError","importSpecifier":"openclaw/plugin-sdk/plugin-entry","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"plugin-runtime","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","recordType":"module"}
|
|
{"closureHash":"fad55d412a353e9fc44d9613f3dc6a8f01451a084b76b1501854cdc7612b06c5","declaration":"export function clearPluginCommands(): void;","entrypoint":"plugin-runtime","exportName":"clearPluginCommands","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6e04d1820662226a49a04ab099cacce9338477e0effa749376d999edf8feaf8b","declaration":"export function clearPluginInteractiveHandlers(): void;","entrypoint":"plugin-runtime","exportName":"clearPluginInteractiveHandlers","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4754c7eecdfeb9bec0f26a3238e6ad00ffcab19368487e8b5263e305b505a0f9","declaration":"export function createChannelInteractiveDispatcher<TChannel extends string, TInteractiveKey extends PropertyKey, TContext extends ChannelInteractiveHandlerContext<TChannel, TInteractiveKey>, TResult extends { handled?: boolean; } | void = void | { handled?: boolean; }, TDispatchInteractiveKey extends PropertyKey = TInteractiveKey>(config: { channel: TChannel; interactiveKey: TInteractiveKey; dispatchInteractiveKey?: TDispatchInteractiveKey; }): (params: { data: string; dedupeId: string; ctx: ChannelInteractiveDispatchContext<TContext, TInteractiveKey, TDispatchInteractiveKey>; respond: TContext[\"respond\"]; conversation?: Parameters<typeof createInteractiveConversationBindingHelpers>[0][\"conversation\"]; onMatched?: () => Promise<void> | void; afterInvoke?: (result: TResult) => Promise<void> | void; }) => Promise<InteractiveDispatchResult<TResult>>;","entrypoint":"plugin-runtime","exportName":"createChannelInteractiveDispatcher","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0c3a6112c7f680fed5c23a712088c1190973f4bb8d95cae4c334952f332159ad","declaration":"export function createInteractiveConversationBindingHelpers(params: { registration: RegisteredInteractiveMetadata; senderId?: string; conversation: PluginBindingConversation; }): { requestConversationBinding: (binding?: PluginConversationBindingRequestParams) => Promise<PluginConversationBindingRequestResult>; detachConversationBinding: () => Promise<{ removed: boolean; }>; getCurrentConversationBinding: () => Promise<PluginConversationBinding | null>; };","entrypoint":"plugin-runtime","exportName":"createInteractiveConversationBindingHelpers","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fb50ceec196dacc19da2cb48813071d009170fcb1663d646715a7cfce9d6d956","declaration":"export function dispatchPluginInteractiveHandler<TRegistration extends PluginInteractiveDispatchRegistration, TResult extends { handled?: boolean; } | void = void | { handled?: boolean; }>(params: { channel: TRegistration[\"channel\"]; data: string; dedupeId?: string; onMatched?: () => Promise<void> | void; invoke: (match: PluginInteractiveMatch<TRegistration>) => Promise<TResult> | TResult; afterInvoke?: (result: TResult) => Promise<void> | void; }): Promise<InteractiveDispatchResult<TResult>>;","entrypoint":"plugin-runtime","exportName":"dispatchPluginInteractiveHandler","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ad45bb1eb13e99e3217eb7e7e2d29fa456bc1930059dd5e94d7500e05e54c6bc","declaration":"export function executePluginCommand(params: { command: RegisteredPluginCommand; args?: string; senderId?: string; channel: string; channelId?: PluginCommandContext[\"channelId\"]; isAuthorizedSender: boolean; senderIsOwner?: boolean; gatewayClientScopes?: PluginCommandContext[\"gatewayClientScopes\"]; agentId?: string; sessionKey?: PluginCommandContext[\"sessionKey\"]; sessionId?: PluginCommandContext[\"sessionId\"]; sessionTarget?: PluginCommandContext[\"sessionTarget\"]; sessionFile?: PluginCommandContext[\"sessionFile\"]; authProfileId?: string; commandBody: string; config: OpenClawConfig; from?: PluginCommandContext[\"from\"]; to?: PluginCommandContext[\"to\"]; originatingTo?: string; accountId?: PluginCommandContext[\"accountId\"]; messageThreadId?: PluginCommandContext[\"messageThreadId\"]; threadParentId?: PluginCommandContext[\"threadParentId\"]; diagnosticsSessions?: PluginCommandContext[\"diagnosticsSessions\"]; diagnosticsUploadApproved?: PluginCommandContext[\"diagnosticsUploadApproved\"]; diagnosticsPreviewOnly?: PluginCommandContext[\"diagnosticsPreviewOnly\"]; diagnosticsPrivateRouted?: PluginCommandContext[\"diagnosticsPrivateRouted\"]; }): Promise<PluginCommandResult>;","entrypoint":"plugin-runtime","exportName":"executePluginCommand","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7e75fc04d621dc8d12f459d5b5b0c039a39b77c30c2b51af481e123c352f57b8","declaration":"export function getGlobalHookRunner(): HookRunner | null;","entrypoint":"plugin-runtime","exportName":"getGlobalHookRunner","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"db6583607237e4081814e2c5d4f8fb6f216ad3bbfe623bf16fc1a9c09c15f64b","declaration":"export function getPluginCommandSpecs(provider?: string, options?: PluginCommandSpecOptions): Array<{ name: string; description: string; descriptionLocalizations?: Record<string, string>; acceptsArgs: boolean; }>;","entrypoint":"plugin-runtime","exportName":"getPluginCommandSpecs","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dbfeaea0c67177141cc6e662d6df7d97cac656a9079377c514bffb89073f3c8e","declaration":"export function getPluginRuntimeGatewayRequestScope(): PluginRuntimeGatewayRequestScope | undefined;","entrypoint":"plugin-runtime","exportName":"getPluginRuntimeGatewayRequestScope","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cfe277ce6de0c6ed50f1f54b66c889f6c95e91b058e8bcdc27aa37317a93a447","declaration":"export function listRegisteredPluginAgentPromptGuidance(params?: { surface?: AgentPromptSurfaceKind; includeLegacyGlobalGuidance?: boolean; }): string[];","entrypoint":"plugin-runtime","exportName":"listRegisteredPluginAgentPromptGuidance","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"693462c2a5c07646277169ede37b71ed12dc8d56c648b7fed73712900be34dcf","declaration":"export function matchPluginCommand(commandBody: string, options?: { channel?: string; }): { command: RegisteredPluginCommand; args?: string; } | null;","entrypoint":"plugin-runtime","exportName":"matchPluginCommand","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8d575a525d165780642e70ff1385311c3422429c2e26c479a85baae491d62efe","declaration":"export function registerPluginCommand(pluginId: string, command: OpenClawPluginCommandDefinition, opts?: { pluginName?: string; pluginRoot?: string; allowReservedCommandNames?: boolean; allowOwnerStatusExposure?: boolean; }): CommandRegistrationResult;","entrypoint":"plugin-runtime","exportName":"registerPluginCommand","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"16986e5d431f584c2d5053289eca3d2225bbe47a92cdfbbc2af91b264a165846","declaration":"export function registerPluginInteractiveHandler(pluginId: string, registration: PluginInteractiveHandlerRegistration, opts?: { pluginName?: string; pluginRoot?: string; }): InteractiveRegistrationResult;","entrypoint":"plugin-runtime","exportName":"registerPluginInteractiveHandler","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f20c07a48e2c949fbc889e7a32760f4e52339d9f6d3eab49e00ff249266e2396","declaration":"export function startLazyPluginServiceModule(params: { skipEnvVar?: string; overrideEnvVar?: string; validateOverrideSpecifier?: (specifier: string) => string; loadDefaultModule: () => Promise<LazyServiceModule>; loadOverrideModule?: (specifier: string) => Promise<LazyServiceModule>; startExportNames: string[]; stopExportNames?: string[]; }): Promise<LazyPluginServiceHandle | null>;","entrypoint":"plugin-runtime","exportName":"startLazyPluginServiceModule","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bad43ffe69d1d9d6c92c79df4c388b3dda685013a92392daef456f1622ade659","declaration":"export type LazyPluginServiceHandle = LazyPluginServiceHandle;","entrypoint":"plugin-runtime","exportName":"LazyPluginServiceHandle","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff621688b7b58ebfa7157b153d83921a47158e43ac312ff61df85d437216ae10","declaration":"export type OpenClawPluginApi = OpenClawPluginApi;","entrypoint":"plugin-runtime","exportName":"OpenClawPluginApi","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"365beb5cee974639c2f35fc7a39088721ca8e9c618442830298b98033e9c768c","declaration":"export type OpenClawPluginConfigSchema = OpenClawPluginConfigSchema;","entrypoint":"plugin-runtime","exportName":"OpenClawPluginConfigSchema","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f06379ada10ce0eca4e66bdf978db2c0035e054a135dc044c6d831ac7797c08f","declaration":"export type PluginConversationBinding = PluginConversationBinding;","entrypoint":"plugin-runtime","exportName":"PluginConversationBinding","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a1223d674b2b66918a576ae05b04318d7b8cbe9b1d3bc6dd7a08d1a4fa79b291","declaration":"export type PluginConversationBindingRequestParams = PluginConversationBindingRequestParams;","entrypoint":"plugin-runtime","exportName":"PluginConversationBindingRequestParams","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"93c034724a937bb1239a3b4a386a20ac75fbcf66229842cc4c702c3360409e4c","declaration":"export type PluginConversationBindingRequestResult = PluginConversationBindingRequestResult;","entrypoint":"plugin-runtime","exportName":"PluginConversationBindingRequestResult","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"590c148a7b82d14242a172bee5027840ddd5366025200e48704ef4ae8f4bf0ee","declaration":"export type PluginInteractiveRegistration<TContext = unknown, TChannel extends string = string, TResult = PluginInteractiveHandlerResult> = PluginInteractiveRegistration<TContext, TChannel, TResult>;","entrypoint":"plugin-runtime","exportName":"PluginInteractiveRegistration","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4180509522e17f8afdf5014bc51f5601952dfa403503e66f8f53e92b0c6ddd45","declaration":"export type PluginRuntime = PluginRuntime;","entrypoint":"plugin-runtime","exportName":"PluginRuntime","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"f16f4b33d2dd78e5d5da7b1aaeee0441ab35cd232b032e8a33219def7cf65f0f","declaration":"export type RuntimeLogger = RuntimeLogger;","entrypoint":"plugin-runtime","exportName":"RuntimeLogger","importSpecifier":"openclaw/plugin-sdk/plugin-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"provider-auth","importSpecifier":"openclaw/plugin-sdk/provider-auth","recordType":"module"}
|
|
{"closureHash":"d5f31c750f1d545b3a51177ba4a008d6cf646165a8fc0c0c1328fa9999b8d6e2","declaration":"export function applyAuthProfileConfig(cfg: OpenClawConfig, params: { profileId: string; provider: string; mode: \"api_key\" | \"aws-sdk\" | \"oauth\" | \"token\"; email?: string; displayName?: string; preferProfileFirst?: boolean; }): OpenClawConfig;","entrypoint":"provider-auth","exportName":"applyAuthProfileConfig","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"6f2c9181980cc345221754153d6842af178ea23646c281b7cf5c9d1dae097c96","declaration":"export function buildApiKeyCredential(provider: string, input: SecretInput, metadata?: Record<string, string>, options?: ApiKeyStorageOptions): { type: \"api_key\"; provider: string; key?: string; keyRef?: SecretRef; metadata?: Record<string, string>; };","entrypoint":"provider-auth","exportName":"buildApiKeyCredential","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"96c21a12b3807678cf0ef61e5198b20ff2eca2883c0293acb3785b331ce995d3","declaration":"export function buildCopilotIdeHeaders(params?: { includeApiVersion?: boolean; }): Record<string, string>;","entrypoint":"provider-auth","exportName":"buildCopilotIdeHeaders","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"8f17cea77094e58d50f196acd7ca7336f81b2dfe69488a3ec639333c644b640f","declaration":"export function buildOauthProviderAuthResult(params: { providerId: string; defaultModel: string; access: string; refresh?: string | null; expires?: number | null; email?: string | null; displayName?: string | null; profileName?: string | null; profilePrefix?: string; credentialExtra?: Record<string, unknown>; configPatch?: Partial<OpenClawConfig>; notes?: string[]; }): ProviderAuthResult;","entrypoint":"provider-auth","exportName":"buildOauthProviderAuthResult","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"c12c755d52b671952961771458ecca5ce03beaadd5f9aaa41280aaf25511990d","declaration":"export function buildOpenAICodexCredentialExtra(identity: OpenAICodexAuthIdentity & { idToken?: string; }): Record<string, unknown> | undefined;","entrypoint":"provider-auth","exportName":"buildOpenAICodexCredentialExtra","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"0dd0ab3ab2dfaf990429851b22ef6027704ff14121fd0a03cbe6d827389a9d0e","declaration":"export function buildTokenProfileId(params: { provider: string; name: string; }): string;","entrypoint":"provider-auth","exportName":"buildTokenProfileId","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ff0cf524ca2723fc4cb204167434e333cdf4f4536dca9a62cfbdfc79c437e27","declaration":"export function coerceSecretRef(value: unknown, defaults?: SecretDefaults): SecretRef | null;","entrypoint":"provider-auth","exportName":"coerceSecretRef","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"05a182e71116c923c06d65a30202901c35f5a50d6093776bbb6a8a1292b0910b","declaration":"export function createProviderApiKeyAuthMethod(params: ProviderApiKeyAuthMethodOptions): ProviderAuthMethod;","entrypoint":"provider-auth","exportName":"createProviderApiKeyAuthMethod","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"bf1b1f1a117db3c8251583fbe169067d3cdf81e0b4f6de663f2ecd48fac844b2","declaration":"export function decodeOpenAICodexJwtPayload(token: string): Record<string, unknown> | undefined;","entrypoint":"provider-auth","exportName":"decodeOpenAICodexJwtPayload","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"33747a89d6e53d6ee23c66b022130265e9fe457eaeca36766bc28b35647fbdee","declaration":"export function deriveCopilotApiBaseUrlFromToken(token: string): string | null;","entrypoint":"provider-auth","exportName":"deriveCopilotApiBaseUrlFromToken","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"e8c25e4cabe4b3969cb9e204b0ed1ce6e30c5c714c61838f2418650362f1c3f0","declaration":"export function ensureApiKeyFromEnvOrPrompt(params: { config: OpenClawConfig; env?: NodeJS.ProcessEnv; provider: string; envLabel: string; promptMessage: string; normalize: (value: string) => string; validate: (value: string) => string | undefined; prompter: WizardPrompter; secretInputMode?: SecretInputMode; setCredential: (apiKey: SecretInput, mode?: SecretInputMode) => Promise<void>; }): Promise<string>;","entrypoint":"provider-auth","exportName":"ensureApiKeyFromEnvOrPrompt","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"1c0959cff0b6ab66d341a26bef01db30cf29f11537ac8618ad96f53e685c8979","declaration":"export function ensureApiKeyFromOptionEnvOrPrompt(params: { token: string | undefined; tokenProvider: string | undefined; secretInputMode?: SecretInputMode; config: OpenClawConfig; env?: NodeJS.ProcessEnv; expectedProviders: string[]; provider: string; envLabel: string; promptMessage: string; normalize: (value: string) => string; validate: (value: string) => string | undefined; prompter: WizardPrompter; setCredential: (apiKey: SecretInput, mode?: SecretInputMode) => Promise<void>; noteMessage?: string; noteTitle?: string; }): Promise<string>;","entrypoint":"provider-auth","exportName":"ensureApiKeyFromOptionEnvOrPrompt","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"5bd1a22a2fa52949d3db056103bbdaf44227a3c9f75b2b632451f9c84beb62e7","declaration":"export function ensureAuthProfileStore(agentDir?: string, options?: { allowKeychainPrompt?: boolean; config?: OpenClawConfig; externalCli?: ExternalCliAuthDiscovery; externalCliProviderIds?: Iterable<string>; externalCliProfileIds?: Iterable<string>; inheritedAuthDir?: string; readOnly?: boolean; syncExternalCli?: boolean; }): AuthProfileStore;","entrypoint":"provider-auth","exportName":"ensureAuthProfileStore","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"460d92bbf3bea157d330e0f94114ce6be7d4cdb4444ed7334d2e6af9cbae7667","declaration":"export function ensureAuthProfileStoreForLocalUpdate(agentDir?: string): AuthProfileStore;","entrypoint":"provider-auth","exportName":"ensureAuthProfileStoreForLocalUpdate","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"63e1ebcc78667754b27fabef9d06d31e95f249a7b6a882dfc86e4f23b0595c75","declaration":"export function formatApiKeyPreview(raw: string, opts?: { head?: number; tail?: number; }): string;","entrypoint":"provider-auth","exportName":"formatApiKeyPreview","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"4383a0d988bc10663b984a14011ed994dfe72b6df70f38c846e1b89f6bd47caa","declaration":"export function generateHexPkceVerifierChallenge(): { verifier: string; challenge: string; };","entrypoint":"provider-auth","exportName":"generateHexPkceVerifierChallenge","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"cfc7213f66e5719a7edcf15b3919b95a5c89f9578202634708cb1a2300cd74be","declaration":"export function generatePkceVerifierChallenge(): { verifier: string; challenge: string; };","entrypoint":"provider-auth","exportName":"generatePkceVerifierChallenge","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"76a18a66265764e8ba9fc368bde0f804f9962c9b8f5addb7dfcf508511da6464","declaration":"export function hasConfiguredSecretInput(value: unknown, defaults?: SecretDefaults): boolean;","entrypoint":"provider-auth","exportName":"hasConfiguredSecretInput","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"1d1104cae8b988e78f505ce56de8e626ed75095b442ee01260b55281aab68381","declaration":"export function hasUsableOAuthCredential(credential: OAuthCredential | undefined, opts?: { now?: number; refreshMarginMs?: number; }): boolean;","entrypoint":"provider-auth","exportName":"hasUsableOAuthCredential","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"57582a2ad1d79204836c26247af252230b47579590bfd537830c13b6a77d1dc4","declaration":"export function isKnownEnvApiKeyMarker(value: string): boolean;","entrypoint":"provider-auth","exportName":"isKnownEnvApiKeyMarker","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"fe33a2b551e5ca57d16d5969bbfdb845d746a674dc6bfc0a0c5476d01a138d85","declaration":"export function isNonSecretApiKeyMarker(value: string, opts?: { includeEnvVarName?: boolean; }): boolean;","entrypoint":"provider-auth","exportName":"isNonSecretApiKeyMarker","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"d4b1408cea6c274d6f39e3e664aac35ff1a8912a82d144a2302266d7be515ed1","declaration":"export function isProviderApiKeyConfigured(params: { provider: string; cfg?: OpenClawConfig; agentDir?: string; profileTypes?: readonly AuthProfileCredential[\"type\"][]; acceptsApiKey?: (apiKey: string) => boolean; }): boolean;","entrypoint":"provider-auth","exportName":"isProviderApiKeyConfigured","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"eaf8e47d6bbdd22ef71e7789a0d95d6ec9dc596f266d0a128f6505401e13ef0c","declaration":"export function isProviderAuthProfileConfigured(params: { provider: string; cfg?: OpenClawConfig; agentDir?: string; profileTypes?: readonly AuthProfileCredential[\"type\"][]; allowKeychainPrompt?: boolean; includeExternalCliAuth?: boolean; }): boolean;","entrypoint":"provider-auth","exportName":"isProviderAuthProfileConfigured","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"46346fb763804cbbe73aca11759a33dd074d9ae58100df4019fd19cb799e5f56","declaration":"export function listKnownProviderAuthEnvVarNames(params?: ProviderEnvVarLookupParams): string[];","entrypoint":"provider-auth","exportName":"listKnownProviderAuthEnvVarNames","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"f64275ca3564a77935aebe04487a2112714c4c271a2bc5dce0ff4e39450a9b1e","declaration":"export function listProfilesForProvider(store: AuthProfileStore, provider: string): string[];","entrypoint":"provider-auth","exportName":"listProfilesForProvider","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"e493a64cdeec5ef8a529080002caf07129bbc8f7376eb14a56b3c46d3d87ab92","declaration":"export function listUsableProviderAuthProfileIds(params: { provider: string; cfg?: OpenClawConfig; agentDir?: string; profileTypes?: readonly AuthProfileCredential[\"type\"][]; allowKeychainPrompt?: boolean; includeExternalCliAuth?: boolean; }): { agentDir: string; profileIds: string[]; };","entrypoint":"provider-auth","exportName":"listUsableProviderAuthProfileIds","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"09eb378626aebbc590e9857f01494c2965937499f50d62d01aa6aaebba42a4d5","declaration":"export function normalizeApiKeyConfig(value: string): string;","entrypoint":"provider-auth","exportName":"normalizeApiKeyConfig","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"ad869dfdaf6f1280fb9afdd54f973becc88118e54b94c29c87f2edd122714e8e","declaration":"export function normalizeApiKeyInput(raw: string): string;","entrypoint":"provider-auth","exportName":"normalizeApiKeyInput","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"956d32edd12bfa5034be7e4f7d498158520208ac4d36b8c888c43735f4b950c0","declaration":"export function normalizeGithubCopilotDomain(raw: string | undefined | null): string;","entrypoint":"provider-auth","exportName":"normalizeGithubCopilotDomain","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"34a629bd249d969622fa05049b0489de15bc6614960e932e0c2eeb2d3b90d1f4","declaration":"export function normalizeOptionalSecretInput(value: unknown): string | undefined;","entrypoint":"provider-auth","exportName":"normalizeOptionalSecretInput","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"dbe7192ad6e6d1e048ba1adeb38a0bcaa16977b5b627ffb8ff770dbfca011dde","declaration":"export function normalizeSecretInput(value: unknown): string;","entrypoint":"provider-auth","exportName":"normalizeSecretInput","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"6d434b839bb7e20b7c7de3806a3ffc927541420301ee09bc58b34d95eb128e91","declaration":"export function normalizeSecretInputModeInput(secretInputMode: string | null | undefined): SecretInputMode | undefined;","entrypoint":"provider-auth","exportName":"normalizeSecretInputModeInput","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"0bdf82d2d10be078de31da0fa6ac570e25355357c6a45d3c02f5c4f78345b1ac","declaration":"export function omitEnvKeysCaseInsensitive(baseEnv: NodeJS.ProcessEnv, keys: Iterable<string>): NodeJS.ProcessEnv;","entrypoint":"provider-auth","exportName":"omitEnvKeysCaseInsensitive","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"9eeb3a3216adf5e08b9a1eac9ffeca85f1c820c922499c6b4af7acafd8dbea52","declaration":"export function promptSecretRefForSetup(params: { provider: string; config: OpenClawConfig; prompter: WizardPrompter; preferredEnvVar?: string; copy?: SecretRefSetupPromptCopy; env?: NodeJS.ProcessEnv; }): Promise<{ ref: SecretRef; resolvedValue: string; }>;","entrypoint":"provider-auth","exportName":"promptSecretRefForSetup","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"28605b6d0c016dd80061c17898032ab0d3da44ee59de9b00c0ec76890b7b317b","declaration":"export function readClaudeCliCredentialsCached(options?: { allowKeychainPrompt?: boolean; ttlMs?: number; platform?: NodeJS.Platform; homeDir?: string; execSync?: ExecSyncFn; }): ClaudeCliCredential | null;","entrypoint":"provider-auth","exportName":"readClaudeCliCredentialsCached","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"d29bd9ec30f1c50347cce010f7503565e7f9f3175225606e6895ffcda55b66cc","declaration":"export function readCodexCliCredentialsCached(options?: { codexHome?: string; allowKeychainPrompt?: boolean; ttlMs?: number; platform?: NodeJS.Platform; execSync?: ExecSyncFn; }): CodexCliCredential | null;","entrypoint":"provider-auth","exportName":"readCodexCliCredentialsCached","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"db36de72ab4a7caf290744d9174a583646fbbf8b852dfe8b74a219d18a98dadb","declaration":"export function removeProviderAuthProfilesWithLock(params: { provider: string; agentDir?: string; }): Promise<AuthProfileStore | null>;","entrypoint":"provider-auth","exportName":"removeProviderAuthProfilesWithLock","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"a5f277e40a4848a13a170aa33941c68626495a3eee75301c454b1dd331cff310","declaration":"export function resolveCopilotApiToken(params: { githubToken: string; env?: NodeJS.ProcessEnv; fetchImpl?: typeof fetch; cachePath?: string; loadJsonFileImpl?: (path: string) => unknown; saveJsonFileImpl?: (path: string, value: CachedCopilotToken) => void; githubDomain?: string; config?: OpenClawConfig; }): Promise<{ token: string; expiresAt: number; source: string; baseUrl: string; }>;","entrypoint":"provider-auth","exportName":"resolveCopilotApiToken","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"8fdf16cafcfa3b9b5e79dc65a15b529ff54ab3717d6698b2d5653dc7e0dacd54","declaration":"export function resolveDefaultSecretProviderAlias(config: SecretRefDefaultsCarrier, source: SecretRefSource, options?: { preferFirstProviderForSource?: boolean; }): string;","entrypoint":"provider-auth","exportName":"resolveDefaultSecretProviderAlias","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"bcfc8c6fa0140902108d3b782c30194ed6b29cc467f3caca8e0babe0d96df5f0","declaration":"export function resolveEnvApiKey(provider: string, env?: NodeJS.ProcessEnv, options?: EnvApiKeyLookupOptions): EnvApiKeyResult | null;","entrypoint":"provider-auth","exportName":"resolveEnvApiKey","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"8cfdca4b0192475ad86e6674257d6d3da62467ab2e218bb873cf8a1b3d52e818","declaration":"export function resolveNonEnvSecretRefApiKeyMarker(_source: SecretRefSource): string;","entrypoint":"provider-auth","exportName":"resolveNonEnvSecretRefApiKeyMarker","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"3ecebe3fc851a6d182909535e268bd8d80e86175c10f15b21fdef1c4f801999e","declaration":"export function resolveOAuthApiKeyMarker(providerId: string): string;","entrypoint":"provider-auth","exportName":"resolveOAuthApiKeyMarker","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"91eaf5a41b89a275550a7bd57f2991630d3999575915fba56fe84b91ab0770d7","declaration":"export function resolveOpenAICodexAccessTokenExpiry(access: string): number | undefined;","entrypoint":"provider-auth","exportName":"resolveOpenAICodexAccessTokenExpiry","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"5c3bef974db8e387956d1e04db0a131a83f6c5767d69514aebdaf1f6d2b9d26a","declaration":"export function resolveOpenAICodexAuthIdentity(params: { access: string; accountId?: string; }): OpenAICodexAuthIdentity;","entrypoint":"provider-auth","exportName":"resolveOpenAICodexAuthIdentity","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"1841e491677df394ff4feb835e1e37e84ebdbe7c79c65d4c40fabe00a2453a3d","declaration":"export function resolveOpenAICodexImportProfileName(identity: Pick<OpenAICodexAuthIdentity, \"accountId\" | \"profileName\">, fallback: string): string;","entrypoint":"provider-auth","exportName":"resolveOpenAICodexImportProfileName","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"6c61b22a92d036c723cfa30f007637c8ef7c5dbeeebea4040c50d3a8d3a8c987","declaration":"export function resolveProviderAuthProfileApiKey(params: { provider: string; cfg?: OpenClawConfig; agentDir?: string; profileTypes?: readonly AuthProfileCredential[\"type\"][]; allowKeychainPrompt?: boolean; includeExternalCliAuth?: boolean; }): Promise<string | undefined>;","entrypoint":"provider-auth","exportName":"resolveProviderAuthProfileApiKey","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"2365c5729bf569757b03c1e51752b024b0f679aefb02d4c4ecc2d19ad07abee2","declaration":"export function resolveRequiredHomeDir(env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"provider-auth","exportName":"resolveRequiredHomeDir","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"7ac6759913bc825f5d6d87b126687960d801dfd81d7ab39b5a73cedf9e3128d9","declaration":"export function resolveSecretInputModeForEnvSelection(params: { prompter: Pick<WizardPrompter, \"select\">; explicitMode?: SecretInputMode; copy?: SecretInputModePromptCopy; }): Promise<SecretInputMode>;","entrypoint":"provider-auth","exportName":"resolveSecretInputModeForEnvSelection","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"2a9ef72afd9affb40674e77682bef4879e6d569fee1998ea84bca9b3a67826d1","declaration":"export function suggestOAuthProfileIdForLegacyDefault(params: { cfg?: OpenClawConfig; store: AuthProfileStore; provider: string; legacyProfileId: string; }): string | null;","entrypoint":"provider-auth","exportName":"suggestOAuthProfileIdForLegacyDefault","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"ee827276aed786e499789500a185cad07c80660c472e8f8aa2175bfc4938952c","declaration":"export function toFormUrlEncoded(data: Record<string, string>): string;","entrypoint":"provider-auth","exportName":"toFormUrlEncoded","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"9621b2b421f7f438d833cd0820300576018dde725ea9f9a39386cc6b52ca74a6","declaration":"export function updateAuthProfileStoreWithLock(params: { agentDir?: string; stateDir?: string; saveOptions?: SaveAuthProfileStoreOptions; updater: (store: AuthProfileStore) => boolean; }): Promise<AuthProfileStore | null>;","entrypoint":"provider-auth","exportName":"updateAuthProfileStoreWithLock","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"4fd992671e9a345c941dbddca94ab04d7528f10006006cb38428a4d8adde786b","declaration":"export function upsertApiKeyProfile(params: { provider: string; input: SecretInput; agentDir?: string; options?: ApiKeyStorageOptions; profileId?: string; metadata?: Record<string, string>; }): string;","entrypoint":"provider-auth","exportName":"upsertApiKeyProfile","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef695540ea53a77496f03dc1264a0cbc13ceed2dfa8bbb67aac6497d81f01daf","declaration":"export function upsertAuthProfile(params: { profileId: string; credential: AuthProfileCredential; agentDir?: string; }): void;","entrypoint":"provider-auth","exportName":"upsertAuthProfile","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"cbc1a977e7119857f6417796b10e4dafbe654b243a64d58491006750a2f4f60c","declaration":"export function upsertAuthProfileWithLock(params: { profileId: string; credential: AuthProfileCredential; agentDir?: string; stateDir?: string; }): Promise<AuthProfileStore | null>;","entrypoint":"provider-auth","exportName":"upsertAuthProfileWithLock","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"0aa94caad2b9b2b57bf849bb3bff68c31bd9b0fc564cd66c95bc270403045a34","declaration":"export function validateAnthropicSetupToken(raw: string): string | undefined;","entrypoint":"provider-auth","exportName":"validateAnthropicSetupToken","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"506a7c74f3f652b1b6430eab21f096780e4866bee29c909cb3845e5804beded1","declaration":"export function writeOAuthCredentials(provider: string, creds: OAuthCredentials, agentDir?: string, options?: WriteOAuthCredentialsOptions): Promise<string>;","entrypoint":"provider-auth","exportName":"writeOAuthCredentials","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b6a3301ff29eac228c425bb455ab1edafd02278de09a4f09a78390f7391c049","declaration":"export const CLAUDE_CLI_PROFILE_ID: \"anthropic:claude-cli\";","entrypoint":"provider-auth","exportName":"CLAUDE_CLI_PROFILE_ID","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"e42738fbb170fe899fb3c50690e24ef4888f208f29da1bc402336ff11fb29aa4","declaration":"export const CODEX_CLI_PROFILE_ID: \"openai:codex-cli\";","entrypoint":"provider-auth","exportName":"CODEX_CLI_PROFILE_ID","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"e57b8f3b225869a9ea2325d96c9c62f1d827f524cfa6fd300b73c8d06bcb30fd","declaration":"export const COPILOT_EDITOR_PLUGIN_VERSION: \"copilot-chat/0.35.0\";","entrypoint":"provider-auth","exportName":"COPILOT_EDITOR_PLUGIN_VERSION","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"1cfb82f92d4c3e49e93f983d1f99f9f7c86d96bf524b549ea016d3c00d5dba71","declaration":"export const COPILOT_EDITOR_VERSION: \"vscode/1.107.0\";","entrypoint":"provider-auth","exportName":"COPILOT_EDITOR_VERSION","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"056dd78ec347d32b23873821660febe21d9f529c3ef80abfca5378cb8d7c963a","declaration":"export const COPILOT_GITHUB_API_VERSION: \"2025-04-01\";","entrypoint":"provider-auth","exportName":"COPILOT_GITHUB_API_VERSION","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"dd010b7e95e982f0433fb265fe9b6775cb561b4fdba9dd2ab971df160ef92598","declaration":"export const COPILOT_INTEGRATION_ID: \"vscode-chat\";","entrypoint":"provider-auth","exportName":"COPILOT_INTEGRATION_ID","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"e458413d2fcd68c0990c52305c5f3977ee02b823ed262917a99ed41144c6d0a7","declaration":"export const COPILOT_USER_AGENT: \"GitHubCopilotChat/0.35.0\";","entrypoint":"provider-auth","exportName":"COPILOT_USER_AGENT","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"0405e13af810b399c1279c47e32f941db0b161f981a40d3ad697fb06878382eb","declaration":"export const CUSTOM_LOCAL_AUTH_MARKER: \"custom-local\";","entrypoint":"provider-auth","exportName":"CUSTOM_LOCAL_AUTH_MARKER","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"7616e79b6850911e8f55ff69097bbda008b31b236bef858752f02ddec9f527f1","declaration":"export const DEFAULT_COPILOT_API_BASE_URL: \"https://api.individual.githubcopilot.com\";","entrypoint":"provider-auth","exportName":"DEFAULT_COPILOT_API_BASE_URL","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"cbfe31974774ee8f49d7049a5fc2b68aecf32e3506a289c7698c5f46a60413f5","declaration":"export const DEFAULT_OAUTH_REFRESH_MARGIN_MS: number;","entrypoint":"provider-auth","exportName":"DEFAULT_OAUTH_REFRESH_MARGIN_MS","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"1835318b8f8dacce2c62252a332536e6ec11bdac2975bb7738a423f7d34d947b","declaration":"export const MINIMAX_OAUTH_MARKER: \"minimax-oauth\";","entrypoint":"provider-auth","exportName":"MINIMAX_OAUTH_MARKER","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"6fec9d8218a8330b50f8442dacfc1ed82720e57475cd01281eb2e45c5b283017","declaration":"export const validateApiKeyInput: (value: string) => \"Required\" | \"Paste the API key value, not an OpenClaw onboarding command.\" | undefined;","entrypoint":"provider-auth","exportName":"validateApiKeyInput","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"const","recordType":"export"}
|
|
{"closureHash":"ca00aba0a990788d298b83b438d61463c12d14eed44e8512b3b88c3a245d937f","declaration":"export type ApiKeyStorageOptions = ApiKeyStorageOptions;","entrypoint":"provider-auth","exportName":"ApiKeyStorageOptions","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"c37751860e9e0af9933325999f71b5f2d2643173952885e6f92face2928ec491","declaration":"export type AuthProfileStore = AuthProfileStore;","entrypoint":"provider-auth","exportName":"AuthProfileStore","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"bc1125a07f7b32ed57079aadc4462c521e64391121be78ae9473f09e097c0139","declaration":"export type CachedCopilotToken = CachedCopilotToken;","entrypoint":"provider-auth","exportName":"CachedCopilotToken","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"c861df766063217f1eb1e9e071221b34f991fb0dcf1e846972eedd5a18b1cebb","declaration":"export type OAuthCredential = OAuthCredential;","entrypoint":"provider-auth","exportName":"OAuthCredential","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"2427ba416954f171647fdb33dfe36c7e1b92636cfd16efac81bc5d705bbbe9c5","declaration":"export type OpenAICodexAuthIdentity = OpenAICodexAuthIdentity;","entrypoint":"provider-auth","exportName":"OpenAICodexAuthIdentity","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"provider-auth","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"73ce20f91b38c1f160547592280d70002317d9f3452df33390500fa81d0b4eea","declaration":"export type ProviderAuthContext = ProviderAuthContext;","entrypoint":"provider-auth","exportName":"ProviderAuthContext","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"641a0660b503bcd8a2c488cd4a3f02db926ecca674ea63484c25a392b768376b","declaration":"export type ProviderAuthResult = ProviderAuthResult;","entrypoint":"provider-auth","exportName":"ProviderAuthResult","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"582a9dc1e5c1d679169b950294183323ae0ce9ce705e5d8b0880d80419561afe","declaration":"export type SecretInput = SecretInput;","entrypoint":"provider-auth","exportName":"SecretInput","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"a2e4cdc37be46ea6ae0a0cb77930273236245b4bd042da1b737b5264e646bdca","declaration":"export type SecretInputMode = SecretInputMode;","entrypoint":"provider-auth","exportName":"SecretInputMode","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"closureHash":"e66adcb55dec79be73a52bc76594b7e9210fd93c69a85b56098fbb58cecbb354","declaration":"export type WriteOAuthCredentialsOptions = WriteOAuthCredentialsOptions;","entrypoint":"provider-auth","exportName":"WriteOAuthCredentialsOptions","importSpecifier":"openclaw/plugin-sdk/provider-auth","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"provider-catalog-runtime","importSpecifier":"openclaw/plugin-sdk/provider-catalog-runtime","recordType":"module"}
|
|
{"closureHash":"b5665596a3f011454a5614681513516acd50b6c749536c43842d811980cf7ad3","declaration":"export function augmentModelCatalogWithProviderPlugins(params: { config?: OpenClawConfig; workspaceDir?: string; env?: NodeJS.ProcessEnv; metadataSnapshot?: PluginMetadataSnapshot; context: ProviderAugmentModelCatalogContext; }): Promise<ModelCatalogEntry[]>;","entrypoint":"provider-catalog-runtime","exportName":"augmentModelCatalogWithProviderPlugins","importSpecifier":"openclaw/plugin-sdk/provider-catalog-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a360cb1f899330116af2fd6f2370cc53c0ff5083bd27a4d5e5977c05fa4627a6","declaration":"export function isPluginProvidersLoadInFlight(params: Parameters<typeof resolvePluginProviders>[0]): boolean;","entrypoint":"provider-catalog-runtime","exportName":"isPluginProvidersLoadInFlight","importSpecifier":"openclaw/plugin-sdk/provider-catalog-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a8a3abd31253da5e27e43db29968d818f98a55a6f08e0be1e7e94265c634f7fa","declaration":"export function resolveCatalogHookProviderPluginIds(params: { config?: PluginLoadOptions[\"config\"]; workspaceDir?: string; env?: PluginLoadOptions[\"env\"]; metadataSnapshot?: ProviderManifestLoadParams[\"metadataSnapshot\"]; }): string[];","entrypoint":"provider-catalog-runtime","exportName":"resolveCatalogHookProviderPluginIds","importSpecifier":"openclaw/plugin-sdk/provider-catalog-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0d463b51098a4f8bb1ca72db875efc938f64978bbf498632bdc7fb8b61648f4a","declaration":"export function resolveOwningPluginIdsForProvider(params: { provider: string; config?: PluginLoadOptions[\"config\"]; workspaceDir?: string; env?: PluginLoadOptions[\"env\"]; manifestRegistry?: PluginManifestRegistry; metadataSnapshot?: Pick<PluginMetadataSnapshot, \"owners\" | \"manifestRegistry\" | \"byPluginId\">; }): string[] | undefined;","entrypoint":"provider-catalog-runtime","exportName":"resolveOwningPluginIdsForProvider","importSpecifier":"openclaw/plugin-sdk/provider-catalog-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4e83218d414f08a78be577d566d883f6147e50776a128e6c3e9c49057ab93cdc","declaration":"export function resolvePluginProviders(params: { config?: PluginLoadOptions[\"config\"]; workspaceDir?: string; env?: PluginLoadOptions[\"env\"]; bundledProviderVitestCompat?: boolean; onlyPluginIds?: string[]; providerRefs?: readonly string[]; modelRefs?: readonly string[]; activate?: boolean; cache?: boolean; applyAutoEnable?: boolean; pluginSdkResolution?: PluginLoadOptions[\"pluginSdkResolution\"]; mode?: \"runtime\" | \"setup\"; includeUntrustedWorkspacePlugins?: boolean; pluginMetadataSnapshot?: PluginMetadataRegistryView; skipIfLoadInFlight?: boolean; }): ProviderPlugin[];","entrypoint":"provider-catalog-runtime","exportName":"resolvePluginProviders","importSpecifier":"openclaw/plugin-sdk/provider-catalog-runtime","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"proxy-capture","importSpecifier":"openclaw/plugin-sdk/proxy-capture","recordType":"module"}
|
|
{"closureHash":"d0e4e026d736bc00b1758d1089c44c3c5f3a09c7254291584de8cb297365804c","declaration":"export function acquireDebugProxyCaptureStore(dbPath: string, blobDir: string): { store: LegacyDebugProxyCaptureStore; release: () => void; };\nexport function acquireDebugProxyCaptureStore(options?: DebugProxyCaptureStoreOptions): { store: SharedDebugProxyCaptureStore; release: () => void; };","entrypoint":"proxy-capture","exportName":"acquireDebugProxyCaptureStore","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"d41cbb9de51b7aee1c6cf8c713b0bc44f27ac926fbb6422c05726f196d11964e","declaration":"export function captureHttpExchange(params: { url: string; method: string; requestHeaders?: Headers | Record<string, string> | undefined; requestBody?: BodyInit | Buffer | string | null; response: Response; transport?: \"http\" | \"sse\"; flowId?: string; meta?: Record<string, unknown>; }, resolved?: DebugProxySettings, deps?: DebugProxyCaptureRuntimeDeps): void;","entrypoint":"proxy-capture","exportName":"captureHttpExchange","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"ff5b8f014c3e918fdef1a0d12754da5ecd519643038b8dd4328f4ba4736a7216","declaration":"export function captureWsEvent(params: { url: string; direction: \"outbound\" | \"inbound\" | \"local\"; kind: \"ws-open\" | \"ws-frame\" | \"ws-close\" | \"error\"; flowId: string; payload?: string | Buffer; closeCode?: number; errorText?: string; meta?: Record<string, unknown>; }, resolved?: DebugProxySettings, deps?: DebugProxyCaptureRuntimeDeps): void;","entrypoint":"proxy-capture","exportName":"captureWsEvent","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"cab79fa5e9ca94be429aba60a8dbd8bc8cb7833549dd07eeb886ab9ee6b1f53a","declaration":"export function closeDebugProxyCaptureStore(): void;","entrypoint":"proxy-capture","exportName":"closeDebugProxyCaptureStore","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba033ec8a57a02bc7c2f71ceb00e42b0b17deb74999bb563b89915ad90c1a209","declaration":"export function createDebugProxyWebSocketAgent(settings: DebugProxySettings): Agent | undefined;","entrypoint":"proxy-capture","exportName":"createDebugProxyWebSocketAgent","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"d4bdb8d920f5fd5004e83b0b0f0ac38d95d1a8e33edbf44863eba80cd754d847","declaration":"export function finalizeDebugProxyCapture(resolved?: DebugProxySettings, deps?: DebugProxyCaptureRuntimeDeps): void;","entrypoint":"proxy-capture","exportName":"finalizeDebugProxyCapture","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"e75614c9c66e13e2d2455fdf4b9042336aec0a27678f8393ed446910f17c5521","declaration":"export function getDebugProxyCaptureStore(dbPath: string, blobDir: string): LegacyDebugProxyCaptureStore;\nexport function getDebugProxyCaptureStore(options?: DebugProxyCaptureStoreOptions): SharedDebugProxyCaptureStore;","entrypoint":"proxy-capture","exportName":"getDebugProxyCaptureStore","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"18178c51dda313130c39bb2eac3fd965019ec08c35d5fd1b44bca46ad7b8ed46","declaration":"export function initializeDebugProxyCapture(mode: string, resolved?: DebugProxySettings, deps?: DebugProxyCaptureRuntimeDeps): void;","entrypoint":"proxy-capture","exportName":"initializeDebugProxyCapture","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"747057f75c703350dd0d93caf1cd74021c600c39935467ac82c8cfc8b86a0e27","declaration":"export function isDebugProxyGlobalFetchPatchInstalled(): boolean;","entrypoint":"proxy-capture","exportName":"isDebugProxyGlobalFetchPatchInstalled","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"79d00f08c3fc206a043dffadef7e9e3bc6af3cfdcb455e617f20497433fbf223","declaration":"export function resolveDebugProxySettings(env?: NodeJS.ProcessEnv): DebugProxySettings;","entrypoint":"proxy-capture","exportName":"resolveDebugProxySettings","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"47fe4006a3ea3c57bfed34a222855751b265b83888a8ed7eaf1fc9bc5772c5ff","declaration":"export function resolveEffectiveDebugProxyUrl(configuredProxyUrl?: string): string | undefined;","entrypoint":"proxy-capture","exportName":"resolveEffectiveDebugProxyUrl","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"function","recordType":"export"}
|
|
{"closureHash":"d81e39094585528dc2364312f71c3fb6400c8e96515602f5531572b85087a791","declaration":"export type CaptureEventRecord = CaptureEventRecord;","entrypoint":"proxy-capture","exportName":"CaptureEventRecord","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"type","recordType":"export"}
|
|
{"closureHash":"ab4f590c0d2498d0934b349f11c1ac00f67a22d5c71f156420987b0a8b51b9c7","declaration":"export type CaptureQueryPreset = CaptureQueryPreset;","entrypoint":"proxy-capture","exportName":"CaptureQueryPreset","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"type","recordType":"export"}
|
|
{"closureHash":"da4960a6cb7bccfce6534c942d44cd4c2a5e7ed64963e54064dcdb4b4fd617ef","declaration":"export type CaptureQueryRow = CaptureQueryRow;","entrypoint":"proxy-capture","exportName":"CaptureQueryRow","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"type","recordType":"export"}
|
|
{"closureHash":"9677e3d22e3eea75f75a86a7d95fc72d0bf7f67b15be813082cd779d6bf2dee7","declaration":"export type CaptureSessionSummary = CaptureSessionSummary;","entrypoint":"proxy-capture","exportName":"CaptureSessionSummary","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"type","recordType":"export"}
|
|
{"closureHash":"4cb4b4b87546b113ccce8392606758ccb31664869e1d378a7ff8df74e4343d54","declaration":"export type DebugProxyCaptureStore = DebugProxyCaptureStore;","entrypoint":"proxy-capture","exportName":"DebugProxyCaptureStore","importSpecifier":"openclaw/plugin-sdk/proxy-capture","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"question-gateway-runtime","importSpecifier":"openclaw/plugin-sdk/question-gateway-runtime","recordType":"module"}
|
|
{"closureHash":"62494e39d908c5dbea7cb779d5e9d07026349ae21861ce8d487bebf02248f4cf","declaration":"export function createQuestionReactionTargetStore<TIdentity, TMetadata = undefined>(params: { channel: string; channelDisplayName: string; ttlMs?: number; buildKey: (identity: TIdentity) => string | null | undefined; identityMatches?: (stored: TMetadata | undefined, incoming: TMetadata | undefined) => boolean; registerChannelDelivery?: typeof registerQuestionChannelDelivery; resolveReaction?: typeof resolveQuestionReactionOverGateway; }): { register(binding: { questionId: string; optionValues: string[]; }, identity: TIdentity, metadata?: TMetadata): boolean; has(identities: readonly TIdentity[]): boolean; resolve(resolveParams: { identities: readonly TIdentity[]; optionIndex: number; cfg: Parameters<typeof resolveQuestionReactionOverGateway>[0][\"cfg\"]; senderId: string; gatewayUrl?: string; metadata?: TMetadata; logDebug?: (message: string) => void; }): Promise<boolean>; };","entrypoint":"question-gateway-runtime","exportName":"createQuestionReactionTargetStore","importSpecifier":"openclaw/plugin-sdk/question-gateway-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d9bdd3152761b7122deaa537396b42d568f874be5a786decbdc054c265cdc006","declaration":"export const questionGatewayRuntime: { resolveOption: (params: ResolveQuestionOverGatewayParams) => Promise<ResolveQuestionOverGatewayResult>; reactionEmojis: readonly [\"1️⃣\", \"2️⃣\", \"3️⃣\", \"4️⃣\"]; prepareReactionPayloadForDelivery: (params: { payload: ReplyPayload; presentation?: MessagePresentation; }) => ReplyPayload | null; readAskUserQuestionId: (payload: Pick<ReplyPayload, \"channelData\">) => string | undefined; readReactionBinding: (payload: Pick<ReplyPayload, \"channelData\">) => { questionId: string; optionValues: string[]; } | undefined; resolveReactionIndex: (reaction: string) => number | undefined; resolveReaction: (params: ResolveQuestionOverGatewayParams) => Promise<ResolveQuestionOverGatewayResult | null>; registerChannelDelivery: (params: { questionId: string; deliveryId: string; finalize: (statusLine: string) => void | Promise<void>; }) => void;};","entrypoint":"question-gateway-runtime","exportName":"questionGatewayRuntime","importSpecifier":"openclaw/plugin-sdk/question-gateway-runtime","kind":"const","recordType":"export"}
|
|
{"category":null,"entrypoint":"reply-chunking","importSpecifier":"openclaw/plugin-sdk/reply-chunking","recordType":"module"}
|
|
{"closureHash":"f1fb86b385ebcd4dadd607b16f0197d677adb961dc7d1ac52fb52862bbf62057","declaration":"export function chunkMarkdownTextWithMode(text: string, limit: number, mode: ChunkMode): string[];","entrypoint":"reply-chunking","exportName":"chunkMarkdownTextWithMode","importSpecifier":"openclaw/plugin-sdk/reply-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"931f964456bbe0c812c9b89c58e49fb53165100b03ad06b83e19c2dcefbf7925","declaration":"export function chunkText(text: string, limit: number): string[];","entrypoint":"reply-chunking","exportName":"chunkText","importSpecifier":"openclaw/plugin-sdk/reply-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"1a1372e0024b162bf51e36c9d85157d67b2bf185b82a704a85eb9b3b1999a1ba","declaration":"export function chunkTextWithMode(text: string, limit: number, mode: ChunkMode): string[];","entrypoint":"reply-chunking","exportName":"chunkTextWithMode","importSpecifier":"openclaw/plugin-sdk/reply-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"296230275ee60df9571932082a6e1c2b3a8a61969057d35d766c6a279180348b","declaration":"export function isSilentReplyPayloadText(text: string | undefined, token?: string): boolean;","entrypoint":"reply-chunking","exportName":"isSilentReplyPayloadText","importSpecifier":"openclaw/plugin-sdk/reply-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"413880c53d03b5799fd79633b5f24dd7d5076976535b98550ddaac121b00d700","declaration":"export function isSilentReplyText(text: string | undefined, token?: string): boolean;","entrypoint":"reply-chunking","exportName":"isSilentReplyText","importSpecifier":"openclaw/plugin-sdk/reply-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"00b39d28eb3338c9356418e4914c4d8a1bee35e3b160f12ad9bd434912055da1","declaration":"export function resolveChunkMode(cfg: OpenClawConfig | undefined, provider?: TextChunkProvider, accountId?: string | null): ChunkMode;","entrypoint":"reply-chunking","exportName":"resolveChunkMode","importSpecifier":"openclaw/plugin-sdk/reply-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"80ab86bdb3bae25aeca8d2bf200cd15375058628ba120769abe30b7db22b90cb","declaration":"export function resolveTextChunkLimit(cfg: OpenClawConfig | undefined, provider?: TextChunkProvider, accountId?: string | null, opts?: { fallbackLimit?: number; }): number;","entrypoint":"reply-chunking","exportName":"resolveTextChunkLimit","importSpecifier":"openclaw/plugin-sdk/reply-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"c8d9faa79ecc7382a0a292d949fea76b3ee2a6308b0fd7d87da84d7847ed805b","declaration":"export const SILENT_REPLY_TOKEN: \"NO_REPLY\";","entrypoint":"reply-chunking","exportName":"SILENT_REPLY_TOKEN","importSpecifier":"openclaw/plugin-sdk/reply-chunking","kind":"const","recordType":"export"}
|
|
{"closureHash":"4c544030d69a87c7592778a4063380509d30ed980ea58d45eb08bb7d34803166","declaration":"export type ChunkMode = ChunkMode;","entrypoint":"reply-chunking","exportName":"ChunkMode","importSpecifier":"openclaw/plugin-sdk/reply-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"0d3bf245385d3b70f6d85138ad89f9bbe9c43df378b27c18c6f8168ad7caec93","declaration":"export type ReplyPayload = ReplyPayload;","entrypoint":"reply-chunking","exportName":"ReplyPayload","importSpecifier":"openclaw/plugin-sdk/reply-chunking","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"reply-dispatch-runtime","importSpecifier":"openclaw/plugin-sdk/reply-dispatch-runtime","recordType":"module"}
|
|
{"closureHash":"d75cb355b23e89fd45f6948ffa5df92b066be54cfd71e78f7db7a3419bfa7114","declaration":"export function finalizeInboundContext<T extends Record<string, unknown>>(ctx: T, opts?: FinalizeInboundContextOptions): T & FinalizedMsgContext & CanonicalInboundText;","entrypoint":"reply-dispatch-runtime","exportName":"finalizeInboundContext","importSpecifier":"openclaw/plugin-sdk/reply-dispatch-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b3f4adaa19f9703051c85d1f567f8f01e7ba8ca4444c826d3cf9c60bf2f8dbec","declaration":"export function generateConversationLabel(params: ConversationLabelParams): Promise<string | null>;","entrypoint":"reply-dispatch-runtime","exportName":"generateConversationLabel","importSpecifier":"openclaw/plugin-sdk/reply-dispatch-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"00b39d28eb3338c9356418e4914c4d8a1bee35e3b160f12ad9bd434912055da1","declaration":"export function resolveChunkMode(cfg: OpenClawConfig | undefined, provider?: TextChunkProvider, accountId?: string | null): ChunkMode;","entrypoint":"reply-dispatch-runtime","exportName":"resolveChunkMode","importSpecifier":"openclaw/plugin-sdk/reply-dispatch-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bdbc9917db0e39f393db3b92c8f86bf5f541a4418d219c7d7f336f30633ca479","declaration":"export const dispatchReplyWithBufferedBlockDispatcher: DispatchReplyWithBufferedBlockDispatcher;","entrypoint":"reply-dispatch-runtime","exportName":"dispatchReplyWithBufferedBlockDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-dispatch-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"4254267e28d9275fa94ed751b5b732e400558718c8a0ad4c746cbf04ebfb47f2","declaration":"export const dispatchReplyWithDispatcher: DispatchReplyWithDispatcher;","entrypoint":"reply-dispatch-runtime","exportName":"dispatchReplyWithDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-dispatch-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"6c907ee25b775b850dfb0961e1505f88e85159971379eb0e00d5eea51b284635","declaration":"export type CommandTurnContext = CommandTurnContext;","entrypoint":"reply-dispatch-runtime","exportName":"CommandTurnContext","importSpecifier":"openclaw/plugin-sdk/reply-dispatch-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8bc39626b8ceb9b425258f71d21c4b444c43d300466b4ce07bd11767b58e032e","declaration":"export type DispatchReplyWithBufferedBlockDispatcher = DispatchReplyWithBufferedBlockDispatcher;","entrypoint":"reply-dispatch-runtime","exportName":"DispatchReplyWithBufferedBlockDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-dispatch-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"aac7b6b4b06544484a628bfa599b41958bc1e5fe08b0b7497efba6a6a3b75ef0","declaration":"export type DispatchReplyWithDispatcher = DispatchReplyWithDispatcher;","entrypoint":"reply-dispatch-runtime","exportName":"DispatchReplyWithDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-dispatch-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0d3bf245385d3b70f6d85138ad89f9bbe9c43df378b27c18c6f8168ad7caec93","declaration":"export type ReplyPayload = ReplyPayload;","entrypoint":"reply-dispatch-runtime","exportName":"ReplyPayload","importSpecifier":"openclaw/plugin-sdk/reply-dispatch-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"reply-history","importSpecifier":"openclaw/plugin-sdk/reply-history","recordType":"module"}
|
|
{"closureHash":"e903bc1c38ce4fc1b15cec63e7355300c4ce71783fc766da7cf2dd18a9de5fc7","declaration":"export function buildHistoryContext(params: { historyText: string; currentMessage: string; lineBreak?: string; }): string;","entrypoint":"reply-history","exportName":"buildHistoryContext","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"function","recordType":"export"}
|
|
{"closureHash":"a1fbc50a73e4ed3b62faac73f6191e0369b5e93251b2cb3e7534900b068e59b6","declaration":"export function buildHistoryContextFromEntries(params: { entries: HistoryEntry[]; currentMessage: string; formatEntry: (entry: HistoryEntry) => string; lineBreak?: string; excludeLast?: boolean; }): string;","entrypoint":"reply-history","exportName":"buildHistoryContextFromEntries","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"function","recordType":"export"}
|
|
{"closureHash":"2beb5a6314e0e6bbda9572aff2f4c031ec1aa2ea15f08638c328e5313d7f724c","declaration":"export function buildHistoryContextFromMap(params: { historyMap: Map<string, HistoryEntry[]>; historyKey: string; limit: number; entry?: HistoryEntry; currentMessage: string; formatEntry: (entry: HistoryEntry) => string; lineBreak?: string; excludeLast?: boolean; }): string;","entrypoint":"reply-history","exportName":"buildHistoryContextFromMap","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"function","recordType":"export"}
|
|
{"closureHash":"b885ea5d0c870d990e9edb74ce5c8dcb0b69d42f18e459756600002fab67d865","declaration":"export function buildInboundHistoryFromEntries(params: { entries: readonly HistoryEntry[]; limit: number; }): HistoryEntry[] | undefined;","entrypoint":"reply-history","exportName":"buildInboundHistoryFromEntries","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"function","recordType":"export"}
|
|
{"closureHash":"ff5789cc18c4dbea2f3321f76cdd80fdbd72857f9be876f0a768030d0b6ccfb7","declaration":"export function createChannelHistoryWindow<T extends HistoryEntry = HistoryEntry>(params: { historyMap: Map<string, T[]>; }): ChannelHistoryWindow<T>;","entrypoint":"reply-history","exportName":"createChannelHistoryWindow","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"function","recordType":"export"}
|
|
{"closureHash":"78bd3323edc2cc58c0839616aa47a9c4f47c4e9f81d2db104a775a4e331c435a","declaration":"export function evictOldHistoryKeys<T>(historyMap: Map<string, T[]>, maxKeys?: number): void;","entrypoint":"reply-history","exportName":"evictOldHistoryKeys","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"function","recordType":"export"}
|
|
{"closureHash":"a5b9ae7e9c08da3ed0d2bb4a825f5d379159f4ab82a8225b8e434b81498d5c73","declaration":"export function normalizeHistoryMediaEntries(params: { media?: readonly HistoryMediaEntry[] | null; limit?: number; messageId?: string; }): HistoryMediaEntry[];","entrypoint":"reply-history","exportName":"normalizeHistoryMediaEntries","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"function","recordType":"export"}
|
|
{"closureHash":"29232ed9f5b12b41c5626d37ae3922b53b4aead587f4b47a697f8b53bb1e8595","declaration":"export const DEFAULT_GROUP_HISTORY_LIMIT: 50;","entrypoint":"reply-history","exportName":"DEFAULT_GROUP_HISTORY_LIMIT","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"const","recordType":"export"}
|
|
{"closureHash":"898e1d54c71b869ca1550969dacd8b3b76e344226ba41d7fb808e4ad48487268","declaration":"export const HISTORY_CONTEXT_MARKER: \"[Chat messages since your last reply - for context]\";","entrypoint":"reply-history","exportName":"HISTORY_CONTEXT_MARKER","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"const","recordType":"export"}
|
|
{"closureHash":"f7865849a6cfce52033c9dd3063fb76aa940db7bdb28570c20e589ccc9670fc1","declaration":"export const buildInboundHistoryFromMap: <T extends HistoryEntry>(params: { historyMap: Map<string, T[]>; historyKey: string; limit: number;}) => HistoryEntry[] | undefined;","entrypoint":"reply-history","exportName":"buildInboundHistoryFromMap","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"const","recordType":"export"}
|
|
{"closureHash":"71cb2b3a4d818beec5705a0f6a030cdabe05db56ae08be17953600ebfa97f1e2","declaration":"export const buildPendingHistoryContextFromMap: (params: { historyMap: Map<string, HistoryEntry[]>; historyKey: string; limit: number; currentMessage: string; formatEntry: (entry: HistoryEntry) => string; lineBreak?: string;}) => string;","entrypoint":"reply-history","exportName":"buildPendingHistoryContextFromMap","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"const","recordType":"export"}
|
|
{"closureHash":"2e56f305415a2316a68493f8d08971071869da73a064586da55b096c934a95c9","declaration":"export const clearHistoryEntriesIfEnabled: (params: { historyMap: Map<string, HistoryEntry[]>; historyKey: string; limit: number;}) => void;","entrypoint":"reply-history","exportName":"clearHistoryEntriesIfEnabled","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"const","recordType":"export"}
|
|
{"closureHash":"5a7ec164863c577ef2eec54b73ac7801a08fa30015f1bd4390ee961844f871bf","declaration":"export const recordPendingHistoryEntryIfEnabled: <T extends HistoryEntry>(params: { historyMap: Map<string, T[]>; historyKey: string; entry?: T | null; limit: number;}) => T[];","entrypoint":"reply-history","exportName":"recordPendingHistoryEntryIfEnabled","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"const","recordType":"export"}
|
|
{"closureHash":"3c9b3dd8287db9d2ff0e590eb61308ea3d84dbe40b939c01d3071a15ee6bee56","declaration":"export const recordPendingHistoryEntryWithMedia: <T extends HistoryEntry>(params: { historyMap: Map<string, T[]>; historyKey: string; entry?: T | null; limit: number; media?: readonly HistoryMediaEntry[] | null | (() => MaybePromise<readonly HistoryMediaEntry[] | null | undefined>); mediaLimit?: number; messageId?: string; shouldRecord?: () => boolean;}) => Promise<T[]>;","entrypoint":"reply-history","exportName":"recordPendingHistoryEntryWithMedia","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"const","recordType":"export"}
|
|
{"closureHash":"a76a593d75999be390ae2a85f5606b8008ed465a6d133bbc9f85aeccb1b75dd9","declaration":"export type ChannelHistoryWindow<T extends HistoryEntry = HistoryEntry> = ChannelHistoryWindow<T>;","entrypoint":"reply-history","exportName":"ChannelHistoryWindow","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"type","recordType":"export"}
|
|
{"closureHash":"db78504773a1bbfa02018d7352dadbbdae4fcaded93f514c97ba126cbc849f3b","declaration":"export type HistoryEntry = HistoryEntry;","entrypoint":"reply-history","exportName":"HistoryEntry","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"type","recordType":"export"}
|
|
{"closureHash":"f9ca91313f14edb6f17ace5d8a4f91c8b5aa6152fb8071561f1c5085e58ef1e0","declaration":"export type HistoryMediaEntry = HistoryMediaEntry;","entrypoint":"reply-history","exportName":"HistoryMediaEntry","importSpecifier":"openclaw/plugin-sdk/reply-history","kind":"type","recordType":"export"}
|
|
{"category":"utilities","entrypoint":"reply-payload","importSpecifier":"openclaw/plugin-sdk/reply-payload","recordType":"module"}
|
|
{"closureHash":"87018e35eef23424f3c4d3bb9a5f0bf23cdea2c0fef0a9c97623c7f67fb55058","declaration":"export function buildMediaPayload(mediaList: MediaPayloadInput[], opts?: { preserveMediaTypeCardinality?: boolean; }): MediaPayload;","entrypoint":"reply-payload","exportName":"buildMediaPayload","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"92a0a319a76520351c8502c24bcd58ce9723034ea444c087f7a8719685d214b1","declaration":"export function buildTtsSupplementMediaPayload(payload: ReplyPayload): ReplyPayload;","entrypoint":"reply-payload","exportName":"buildTtsSupplementMediaPayload","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"f4f8a5fbfccd3432667d04d2662caa1cb2e501fccb31ccc6c0001a562bc40cdb","declaration":"export function countOutboundMedia(payload: { mediaUrls?: string[]; mediaUrl?: string; }): number;","entrypoint":"reply-payload","exportName":"countOutboundMedia","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc706147c15992f73e3efe39bf62eaaf0ea22863b4781667a6d652aab29577cc","declaration":"export function createNormalizedOutboundDeliverer(handler: (payload: OutboundReplyPayload) => Promise<void>): (payload: unknown) => Promise<void>;","entrypoint":"reply-payload","exportName":"createNormalizedOutboundDeliverer","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"24e85303963771137be044077b6823a3dde86e5fba189c7fd352ba9487d949ce","declaration":"export function deliverFormattedTextWithAttachments(params: { payload: OutboundReplyPayload; send: (params: { text: string; replyToId?: string; }) => Promise<void>; }): Promise<boolean>;","entrypoint":"reply-payload","exportName":"deliverFormattedTextWithAttachments","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"3cdfdd85fdcc8ed652d6c993db2a3198dfe687c22cca404e2eab197e8e7bfe3d","declaration":"export function deliverTextOrMediaReply(params: { payload: OutboundReplyPayload; text: string; chunkText?: (text: string) => readonly string[]; sendText: (text: string) => Promise<void>; sendMedia: (payload: { mediaUrl: string; caption?: string; }) => Promise<void>; onMediaError?: (params: { error: unknown; mediaUrl: string; caption?: string; index: number; isFirst: boolean; }) => Promise<void> | void; }): Promise<\"empty\" | \"text\" | \"media\">;","entrypoint":"reply-payload","exportName":"deliverTextOrMediaReply","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"dc9d9bcaa6c4d3347e9dcf36c02f856cc68e9593dc8938e32d6ea92b7b0629b5","declaration":"export function formatTextWithAttachmentLinks(text: string | undefined, mediaUrls: string[]): string;","entrypoint":"reply-payload","exportName":"formatTextWithAttachmentLinks","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"ab5c3c41e1c4cc8e61af0010e9aef5a7b561351c4d7eb8e533cf41678ee5095d","declaration":"export function getReplyPayloadTtsSupplement(payload: Pick<ReplyPayload, \"mediaUrl\" | \"mediaUrls\" | \"ttsSupplement\">): ReplyPayloadTtsSupplement | undefined;","entrypoint":"reply-payload","exportName":"getReplyPayloadTtsSupplement","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"8d9e14360723318e78f28923f50f799b97cb3863878c621f0ad5aa08c8aa8f32","declaration":"export function hasOutboundMedia(payload: { mediaUrls?: string[]; mediaUrl?: string; }): boolean;","entrypoint":"reply-payload","exportName":"hasOutboundMedia","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"4c598d626ec2d48f98fafea0ac1fb867517fefdf36df08755395504d27bf32a8","declaration":"export function hasOutboundReplyContent(payload: { text?: string; mediaUrls?: string[]; mediaUrl?: string; presentation?: unknown; interactive?: unknown; channelData?: unknown; }, options?: { trimText?: boolean; }): boolean;","entrypoint":"reply-payload","exportName":"hasOutboundReplyContent","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"ae425c510fdfd92f6e451990b6459add07b753759be9a53930e45e8c25618807","declaration":"export function hasOutboundText(payload: { text?: string; }, options?: { trim?: boolean; }): boolean;","entrypoint":"reply-payload","exportName":"hasOutboundText","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"68547d2595ea4fca7bb21fd0f89d0cfa143ff0f14aca51c15ff09dd7ca68defa","declaration":"export function isFastModeAutoProgressPayload(payload: Pick<ReplyPayload, \"channelData\">): boolean;","entrypoint":"reply-payload","exportName":"isFastModeAutoProgressPayload","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"50677581b3cfa94e46fd52ada6c60eebace29c93be684fe6ae8023f61078c882","declaration":"export function isNumericTargetId(raw: string): boolean;","entrypoint":"reply-payload","exportName":"isNumericTargetId","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"9106dc06a994f0e9525a340d66be6139873befa9bebbce3c5e1740487ed233fc","declaration":"export function isReasoningReplyPayload(payload: ReasoningReplyPayload): boolean;","entrypoint":"reply-payload","exportName":"isReasoningReplyPayload","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"520a2d54aa6098761c89e3f377facd3b9e7c270fd5a95742bf27233ba85cd07a","declaration":"export function isReplyPayloadNonTerminalToolErrorWarning(payload: object): boolean;","entrypoint":"reply-payload","exportName":"isReplyPayloadNonTerminalToolErrorWarning","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"bf1c0dff85f3a04477e22e071f60dcb3b2e54d06e50e8955f186d42ac539392e","declaration":"export function isReplyPayloadTtsSupplement(payload: Pick<ReplyPayload, \"mediaUrl\" | \"mediaUrls\" | \"ttsSupplement\">): boolean;","entrypoint":"reply-payload","exportName":"isReplyPayloadTtsSupplement","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"c90d66db17a08901fd6fc291a7a6fec14c9060a9c893ff49800c3f61684825ae","declaration":"export function markReplyPayloadAsTtsSupplement<T extends ReplyPayload>(payload: T, spokenText?: string, options?: { visibleTextAlreadyDelivered?: boolean; }): T;","entrypoint":"reply-payload","exportName":"markReplyPayloadAsTtsSupplement","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"b76433199fcc1493fd37431679490ddff5bb420e2dc9d2176e6cecdc467b5dbc","declaration":"export function normalizeOutboundReplyPayload(payload: Record<string, unknown>): OutboundReplyPayload;","entrypoint":"reply-payload","exportName":"normalizeOutboundReplyPayload","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"2159515375e4d985a4c3b4edc9468c47c758c4766f7172921c299da5722948a8","declaration":"export function resolveOutboundMediaUrls(payload: { mediaUrls?: string[]; mediaUrl?: string; }): string[];","entrypoint":"reply-payload","exportName":"resolveOutboundMediaUrls","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"7467ff547ab7f4c59d19aa621070e890418338fcb8d9c7ddf6d1067b983d53c9","declaration":"export function resolvePayloadMediaUrls(payload: SendPayloadContext[\"payload\"]): string[];","entrypoint":"reply-payload","exportName":"resolvePayloadMediaUrls","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"1073df685a1e9010005f4f843237b4abf7013b60032e6018f83498bedfe6ff2f","declaration":"export function resolveSendableOutboundReplyParts(payload: { text?: string; mediaUrls?: string[]; mediaUrl?: string; }, options?: { text?: string; }): SendableOutboundReplyParts;","entrypoint":"reply-payload","exportName":"resolveSendableOutboundReplyParts","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"dba4f4c9acefc2aad936ac9376adc5454752fd598df7550bbf632d066ed479ec","declaration":"export function resolveTextChunksWithFallback(text: string, chunks: readonly string[]): string[];","entrypoint":"reply-payload","exportName":"resolveTextChunksWithFallback","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"919a16b311191b73381541ef430971c173e26aa49864b98385bb597416e382dc","declaration":"export function sendMediaWithLeadingCaption(params: { mediaUrls: string[]; caption: string; send: (payload: { mediaUrl: string; caption?: string; }) => Promise<void>; onError?: (params: { error: unknown; mediaUrl: string; caption?: string; index: number; isFirst: boolean; }) => Promise<void> | void; }): Promise<boolean>;","entrypoint":"reply-payload","exportName":"sendMediaWithLeadingCaption","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"109c09b1da5f48240d01ada7a0faf745b8b65432cc2adf08e7842fc61279150a","declaration":"export function sendPayloadMediaSequence<TResult>(params: { text: string; mediaUrls: readonly string[]; send: (input: { text: string; mediaUrl: string; index: number; isFirst: boolean; }) => Promise<TResult>; onResult?: (result: TResult) => Promise<void> | void; }): Promise<TResult | undefined>;","entrypoint":"reply-payload","exportName":"sendPayloadMediaSequence","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"4f22205cca4d838f2904770062072956ad4d3971111e483115b406d581320ee8","declaration":"export function sendPayloadMediaSequenceAndFinalize<TMediaResult, TResult>(params: { text: string; mediaUrls: readonly string[]; send: (input: { text: string; mediaUrl: string; index: number; isFirst: boolean; }) => Promise<TMediaResult>; onResult?: (result: TMediaResult) => Promise<void> | void; finalize: () => Promise<TResult>; }): Promise<TResult>;","entrypoint":"reply-payload","exportName":"sendPayloadMediaSequenceAndFinalize","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"e065d1201ce18074d97ec09c1bf3a323c728b17d47e1693b2db048733da34ce0","declaration":"export function sendPayloadMediaSequenceOrFallback<TResult>(params: { text: string; mediaUrls: readonly string[]; send: (input: { text: string; mediaUrl: string; index: number; isFirst: boolean; }) => Promise<TResult>; onResult?: (result: TResult) => Promise<void> | void; fallbackResult: TResult; sendNoMedia?: () => Promise<TResult>; }): Promise<TResult>;","entrypoint":"reply-payload","exportName":"sendPayloadMediaSequenceOrFallback","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"9039ce5e0bba487d39dfa0317ccf466df80617b57b5f427538a2b045eaa7ce98","declaration":"export function sendPayloadTextChunkSequence<TResult>(params: { chunks: readonly string[]; send: (input: { text: string; index: number; isFirst: boolean; }) => Promise<TResult>; onResult?: (result: TResult) => Promise<void> | void; }): Promise<TResult | undefined>;","entrypoint":"reply-payload","exportName":"sendPayloadTextChunkSequence","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"66e032de018e69a56047bcc2682a2372c1c22c688d3c4bef711a83d1ffe37982","declaration":"export function sendPayloadWithChunkedTextAndMedia<TContext extends { payload: object; }, TResult>(params: { ctx: TContext; textChunkLimit?: number; chunker?: ((text: string, limit: number) => string[]) | null; sendText: (ctx: TContext & { text: string; }) => Promise<TResult>; sendMedia: (ctx: TContext & { text: string; mediaUrl: string; }) => Promise<TResult>; emptyResult: TResult; onResult?: (result: TResult) => Promise<void> | void; }): Promise<TResult>;","entrypoint":"reply-payload","exportName":"sendPayloadWithChunkedTextAndMedia","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"3931b16c661ac4d1c15e6ff7160b410c8f896f989d943a08ab01ebca5f2ba41b","declaration":"export function sendTextMediaPayload(params: { channel: string; ctx: SendPayloadContext; adapter: SendPayloadAdapter; }): Promise<SendPayloadResult>;","entrypoint":"reply-payload","exportName":"sendTextMediaPayload","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"function","recordType":"export"}
|
|
{"closureHash":"181cd40dac0b97cf91b875226d8e384dae2f51636d1dadd75f1ce4f2f86a6079","declaration":"export const FAST_MODE_AUTO_PROGRESS_KIND: \"fast-mode-auto\";","entrypoint":"reply-payload","exportName":"FAST_MODE_AUTO_PROGRESS_KIND","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"const","recordType":"export"}
|
|
{"closureHash":"6bde9e2d58649a5aa7ca7e578035795ed7616fc63c0bd841ba0788caa2917858","declaration":"export type MediaPayload = MediaPayload;","entrypoint":"reply-payload","exportName":"MediaPayload","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"type","recordType":"export"}
|
|
{"closureHash":"1bd087a11e0232ac000706a862ca19461bd408cc3be539afc86e87edb5b30edd","declaration":"export type MediaPayloadInput = MediaPayloadInput;","entrypoint":"reply-payload","exportName":"MediaPayloadInput","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"type","recordType":"export"}
|
|
{"closureHash":"fcd7fa66656e26358c8e83913bf885f96b65d8e389bbb0a223b6b39a91b97bb4","declaration":"export type OutboundReplyPayload = OutboundReplyPayload;","entrypoint":"reply-payload","exportName":"OutboundReplyPayload","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"type","recordType":"export"}
|
|
{"closureHash":"aba9543ab1847bad2c6c64832cc5de605e722ddb1a2cb01014e28e52a72c4560","declaration":"export type ReasoningReplyPayload = ReasoningReplyPayload;","entrypoint":"reply-payload","exportName":"ReasoningReplyPayload","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"type","recordType":"export"}
|
|
{"closureHash":"0d3bf245385d3b70f6d85138ad89f9bbe9c43df378b27c18c6f8168ad7caec93","declaration":"export type ReplyPayload = ReplyPayload;","entrypoint":"reply-payload","exportName":"ReplyPayload","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"type","recordType":"export"}
|
|
{"closureHash":"11fabe8617847ecc857db59b29584a2ae7fc03842be59167e444892f20270400","declaration":"export type ReplyPayloadTtsSupplement = ReplyPayloadTtsSupplement;","entrypoint":"reply-payload","exportName":"ReplyPayloadTtsSupplement","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"type","recordType":"export"}
|
|
{"closureHash":"030394d58f2d8658bd043de1ebce6b27297549e20767b4f0995489a2804fd1d1","declaration":"export type SendableOutboundReplyParts = SendableOutboundReplyParts;","entrypoint":"reply-payload","exportName":"SendableOutboundReplyParts","importSpecifier":"openclaw/plugin-sdk/reply-payload","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"reply-runtime","importSpecifier":"openclaw/plugin-sdk/reply-runtime","recordType":"module"}
|
|
{"closureHash":"95a17f56e055ffedcdfb36d3cd16b07b37e048e131ea25f7c13884c849a0ba61","declaration":"export function chunkMarkdownText(text: string, limit: number): string[];","entrypoint":"reply-runtime","exportName":"chunkMarkdownText","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f1fb86b385ebcd4dadd607b16f0197d677adb961dc7d1ac52fb52862bbf62057","declaration":"export function chunkMarkdownTextWithMode(text: string, limit: number, mode: ChunkMode): string[];","entrypoint":"reply-runtime","exportName":"chunkMarkdownTextWithMode","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"931f964456bbe0c812c9b89c58e49fb53165100b03ad06b83e19c2dcefbf7925","declaration":"export function chunkText(text: string, limit: number): string[];","entrypoint":"reply-runtime","exportName":"chunkText","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1a1372e0024b162bf51e36c9d85157d67b2bf185b82a704a85eb9b3b1999a1ba","declaration":"export function chunkTextWithMode(text: string, limit: number, mode: ChunkMode): string[];","entrypoint":"reply-runtime","exportName":"chunkTextWithMode","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2a3f9dd1ffc16941bb39360012138d3a3cbcf5e8beb08106182831b1c269054","declaration":"export function createInboundDebouncer<T>(params: InboundDebounceCreateParams<T>): { enqueue: (item: T) => Promise<void>; flushKey: (key: string) => Promise<void>; cancelKey: (key: string) => boolean; drain: () => Promise<void>; };","entrypoint":"reply-runtime","exportName":"createInboundDebouncer","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a29840f2fa36fb88ccf967b5b3a1e6a7d3a113310ad63daa878dd907bb1fe316","declaration":"export function createReplyDispatcher(options: ReplyDispatcherOptions): ReplyDispatcher;","entrypoint":"reply-runtime","exportName":"createReplyDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2e17e0e3d7d0cb9f2c28eac997b6ad209055aa9865de07590403f75bab059ffc","declaration":"export function createReplyDispatcherWithTyping(options: ReplyDispatcherWithTypingOptions): ReplyDispatcherWithTypingResult;","entrypoint":"reply-runtime","exportName":"createReplyDispatcherWithTyping","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0278a79e0d38060a68e7a421fe438d438964fd3516146c2361bdb771e22bad8c","declaration":"export function createReplyReferencePlanner(options: { replyToMode: ReplyToMode; existingId?: string; startId?: string; allowReference?: boolean; hasReplied?: boolean; }): ReplyReferencePlanner;","entrypoint":"reply-runtime","exportName":"createReplyReferencePlanner","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"246e10fe145e9c45e1bd6da2b0b6322ad5cb3841a6b5542fe552eb767ecf45a6","declaration":"export function dispatchInboundMessage(params: { ctx: MsgContext | FinalizedMsgContext; cfg: OpenClawConfig; dispatcher: ReplyDispatcher; toolsAllow?: string[]; replyOptions?: InternalDispatchReplyOptions; replyResolver?: InternalGetReplyFromConfig; onSessionMetadataChanges?: (changes: CommandSessionMetadataChange[]) => void; replyPayloadRunState?: ReplyPayloadRunState; outboundHooks?: \"enabled\" | \"disabled\"; onSettled?: () => void | Promise<void>; }): Promise<DispatchInboundResult>;","entrypoint":"reply-runtime","exportName":"dispatchInboundMessage","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7e381c648547325fa1411a95399241208425027e0146ec663b8457f24dc2a33d","declaration":"export function dispatchInboundMessageWithBufferedDispatcher(params: BufferedInboundDispatcherParams): Promise<DispatchInboundResult>;","entrypoint":"reply-runtime","exportName":"dispatchInboundMessageWithBufferedDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ceaca0046c6cb3397b5aeacfa2d3108cbd206c67c693927c32208b81311b3cfb","declaration":"export function dispatchInboundMessageWithDispatcher(params: { ctx: MsgContext | FinalizedMsgContext; cfg: OpenClawConfig; dispatcherOptions: ReplyDispatcherOptions; toolsAllow?: string[]; replyOptions?: InternalDispatchReplyOptions; replyResolver?: InternalGetReplyFromConfig; }): Promise<DispatchInboundResult>;","entrypoint":"reply-runtime","exportName":"dispatchInboundMessageWithDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d75cb355b23e89fd45f6948ffa5df92b066be54cfd71e78f7db7a3419bfa7114","declaration":"export function finalizeInboundContext<T extends Record<string, unknown>>(ctx: T, opts?: FinalizeInboundContextOptions): T & FinalizedMsgContext & CanonicalInboundText;","entrypoint":"reply-runtime","exportName":"finalizeInboundContext","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b3f4adaa19f9703051c85d1f567f8f01e7ba8ca4444c826d3cf9c60bf2f8dbec","declaration":"export function generateConversationLabel(params: ConversationLabelParams): Promise<string | null>;","entrypoint":"reply-runtime","exportName":"generateConversationLabel","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e2aa6fe2024c51101e29a70d1fbdc9b35ef7f70990b18955f4de64f4ab2d4a43","declaration":"export function getReplyFromConfig(ctx: MsgContext, opts?: GetReplyOptions, configOverride?: OpenClawConfig): Promise<ReplyPayload | ReplyPayload[] | undefined>;","entrypoint":"reply-runtime","exportName":"getReplyFromConfig","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bb9481f2e5ccbae9b15c55081812cde0775fd240bc6c71770778d6db8d6c4a2d","declaration":"export function isAbortRequestText(text?: string, options?: CommandNormalizeOptions): boolean;","entrypoint":"reply-runtime","exportName":"isAbortRequestText","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5db5d6c2dc280183c8c2ad484483dbd65275a6ef5488cb3c25dce017e871b6c2","declaration":"export function isBtwRequestText(text?: string, options?: CommandNormalizeOptions): boolean;","entrypoint":"reply-runtime","exportName":"isBtwRequestText","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"413880c53d03b5799fd79633b5f24dd7d5076976535b98550ddaac121b00d700","declaration":"export function isSilentReplyText(text: string | undefined, token?: string): boolean;","entrypoint":"reply-runtime","exportName":"isSilentReplyText","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dfa6ec0d642bd3b4a3a40a7d355bdc727ac4c672f41d003f0291de0dbb6ed46e","declaration":"export function normalizeGroupActivation(raw?: string | null): GroupActivationMode | undefined;","entrypoint":"reply-runtime","exportName":"normalizeGroupActivation","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"60afa99bc02ecdb04e04546f07b1a7f2039e2938986142c9359a026d3ff0933c","declaration":"export function parseActivationCommand(raw?: string): { hasCommand: boolean; mode?: GroupActivationMode; };","entrypoint":"reply-runtime","exportName":"parseActivationCommand","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"36703f7cbaa4763abcd1abf5a9f2b128f4866b2675dc2870d77f7022e8bc6cdc","declaration":"export function resetInboundDedupe(): void;","entrypoint":"reply-runtime","exportName":"resetInboundDedupe","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"00b39d28eb3338c9356418e4914c4d8a1bee35e3b160f12ad9bd434912055da1","declaration":"export function resolveChunkMode(cfg: OpenClawConfig | undefined, provider?: TextChunkProvider, accountId?: string | null): ChunkMode;","entrypoint":"reply-runtime","exportName":"resolveChunkMode","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e341bcd9fecad2ee957fb94ca5083523cfb5f51b49e31a1435ba3831923f87a0","declaration":"export function resolveHeartbeatPrompt(raw?: string): string;","entrypoint":"reply-runtime","exportName":"resolveHeartbeatPrompt","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2efbdd6106ce44c70e3e5b00d03d5740a66865524dc6472aae3c57f6549651cf","declaration":"export function resolveHeartbeatReplyPayload(replyResult: ReplyPayload | ReplyPayload[] | undefined): ReplyPayload | undefined;","entrypoint":"reply-runtime","exportName":"resolveHeartbeatReplyPayload","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"de5421121cb891a9e8a177e3ac3bc58db3c33e65b48c3c04fb3895f0eef33d38","declaration":"export function resolveInboundDebounceMs(params: { cfg: OpenClawConfig; channel: string; overrideMs?: number; }): number;","entrypoint":"reply-runtime","exportName":"resolveInboundDebounceMs","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"80ab86bdb3bae25aeca8d2bf200cd15375058628ba120769abe30b7db22b90cb","declaration":"export function resolveTextChunkLimit(cfg: OpenClawConfig | undefined, provider?: TextChunkProvider, accountId?: string | null, opts?: { fallbackLimit?: number; }): number;","entrypoint":"reply-runtime","exportName":"resolveTextChunkLimit","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef1dac8a25fdddee3b3e357b35191a20bf6367fdab18b9d48be8fb781510c9ea","declaration":"export function settleReplyDispatcher(params: { dispatcher: ReplyDispatcher; onSettled?: () => void | Promise<void>; }): Promise<void>;","entrypoint":"reply-runtime","exportName":"settleReplyDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"90a6fed932dc5581f17306fefe9bc84995351f64d896f1441a74f5b29e56f395","declaration":"export function stripHeartbeatToken(raw?: string, opts?: { mode?: StripHeartbeatMode; maxAckChars?: number; }): { shouldSkip: boolean; text: string; didStrip: boolean; };","entrypoint":"reply-runtime","exportName":"stripHeartbeatToken","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"90900413086ad14f8312196e86edea68fb2a6cbad3faeef9be71153b578b2bc1","declaration":"export const DEFAULT_HEARTBEAT_ACK_MAX_CHARS: 300;","entrypoint":"reply-runtime","exportName":"DEFAULT_HEARTBEAT_ACK_MAX_CHARS","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"be781caf196c49db72b18eaf346d967c09cc0fe0c410496f2bfc1bf2f6f8eef7","declaration":"export const HEARTBEAT_PROMPT: \"Follow the heartbeat monitor scratch context when provided. Recurring tasks are automations; create or change their schedules with the automations tool, not heartbeat scratch. Do not infer or repeat old tasks from prior chats. If nothing needs attention, reply HEARTBEAT_OK.\";","entrypoint":"reply-runtime","exportName":"HEARTBEAT_PROMPT","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"d6230a363d069736f57476bc7371b93fe8f68f57a4edc3bdff025c7669629743","declaration":"export const HEARTBEAT_TOKEN: \"HEARTBEAT_OK\";","entrypoint":"reply-runtime","exportName":"HEARTBEAT_TOKEN","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"c8d9faa79ecc7382a0a292d949fea76b3ee2a6308b0fd7d87da84d7847ed805b","declaration":"export const SILENT_REPLY_TOKEN: \"NO_REPLY\";","entrypoint":"reply-runtime","exportName":"SILENT_REPLY_TOKEN","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"bdbc9917db0e39f393db3b92c8f86bf5f541a4418d219c7d7f336f30633ca479","declaration":"export const dispatchReplyWithBufferedBlockDispatcher: DispatchReplyWithBufferedBlockDispatcher;","entrypoint":"reply-runtime","exportName":"dispatchReplyWithBufferedBlockDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"4254267e28d9275fa94ed751b5b732e400558718c8a0ad4c746cbf04ebfb47f2","declaration":"export const dispatchReplyWithDispatcher: DispatchReplyWithDispatcher;","entrypoint":"reply-runtime","exportName":"dispatchReplyWithDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"637e2c34a20cf4a423372af22cd046bde2dd8aebc042835882f9cc15cdde8572","declaration":"export type BlockReplyContext = BlockReplyContext;","entrypoint":"reply-runtime","exportName":"BlockReplyContext","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"abd46ad532e63ff006c75f1e73913aaefe11578e4ba7237ca7683526cae150bd","declaration":"export type ChannelStructuredContextEntry = ChannelStructuredContextEntry;","entrypoint":"reply-runtime","exportName":"ChannelStructuredContextEntry","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"4c544030d69a87c7592778a4063380509d30ed980ea58d45eb08bb7d34803166","declaration":"export type ChunkMode = ChunkMode;","entrypoint":"reply-runtime","exportName":"ChunkMode","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6c907ee25b775b850dfb0961e1505f88e85159971379eb0e00d5eea51b284635","declaration":"export type CommandTurnContext = CommandTurnContext;","entrypoint":"reply-runtime","exportName":"CommandTurnContext","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"64c5a26b9f26819ed1f3b6d9fc42f237a42e0c452b0465e8934fe5a647a7d7ee","declaration":"export type ConversationLabelParams = ConversationLabelParams;","entrypoint":"reply-runtime","exportName":"ConversationLabelParams","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6a0c40c48573373ed610ee26d100a0e36d57d6783b8330ab86cb62540f90af5b","declaration":"export type FinalizedMsgContext = FinalizedMsgContext;","entrypoint":"reply-runtime","exportName":"FinalizedMsgContext","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"85ed3fe4c667faacac8fe439abc9a22bdd39af734ca2ba3e0ebfb45e14c9e61c","declaration":"export type GetReplyOptions = GetReplyOptions;","entrypoint":"reply-runtime","exportName":"GetReplyOptions","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"736871c9e9023147d056eb727db94e0a32c54feb199e433f4051f16d9055a823","declaration":"export type MsgContext = MsgContext;","entrypoint":"reply-runtime","exportName":"MsgContext","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ad76450daee096e3e34c580699444b2282d097b933d298b75863fe3c2605d9ce","declaration":"export type ReplyDispatchBeforeDeliverOptions = ReplyDispatchBeforeDeliverOptions;","entrypoint":"reply-runtime","exportName":"ReplyDispatchBeforeDeliverOptions","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"bdf80393f17af29918794f79f532906f2cbaf3e6f10aea84fac884be7b38e049","declaration":"export type ReplyDispatchKind = ReplyDispatchKind;","entrypoint":"reply-runtime","exportName":"ReplyDispatchKind","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"cf5a38e362470557b2ec88b29df3080c3d671646f0ad60e50b22a257cb5d1c30","declaration":"export type ReplyDispatcher = ReplyDispatcher;","entrypoint":"reply-runtime","exportName":"ReplyDispatcher","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1e1eefc223747ef70e024a4cada6f2584ebbf1634ac22b43a21a6b06438bb6bb","declaration":"export type ReplyDispatcherOptions = ReplyDispatcherOptions;","entrypoint":"reply-runtime","exportName":"ReplyDispatcherOptions","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"be97bc5d9c757d1c2f13d13b82d4b168b8ae6218d2e16e8caecb7e65536ae95f","declaration":"export type ReplyDispatcherWithTypingOptions = ReplyDispatcherWithTypingOptions;","entrypoint":"reply-runtime","exportName":"ReplyDispatcherWithTypingOptions","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"a93f05553638f64034be6dffdee77227ba28f46459ec95e6df2521e3aca55bfd","declaration":"export type ReplyFollowupAdmissionBarrierTimeoutPolicy = ReplyFollowupAdmissionBarrierTimeoutPolicy;","entrypoint":"reply-runtime","exportName":"ReplyFollowupAdmissionBarrierTimeoutPolicy","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0d3bf245385d3b70f6d85138ad89f9bbe9c43df378b27c18c6f8168ad7caec93","declaration":"export type ReplyPayload = ReplyPayload;","entrypoint":"reply-runtime","exportName":"ReplyPayload","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"abf24938da5bcaf723794c1b4cdd2d0fcb6697df4cd49898bcccec19cdff77b5","declaration":"export type SourceReplyDeliveryMode = SourceReplyDeliveryMode;","entrypoint":"reply-runtime","exportName":"SourceReplyDeliveryMode","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"20b5ccff735ae8b9aeb0b7fe99923104c62a1f3b0eddf6a44009d2ea193685f5","declaration":"export type UntrustedStructuredContextEntry = ChannelStructuredContextEntry;","entrypoint":"reply-runtime","exportName":"UntrustedStructuredContextEntry","importSpecifier":"openclaw/plugin-sdk/reply-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"root-walk","importSpecifier":"openclaw/plugin-sdk/root-walk","recordType":"module"}
|
|
{"closureHash":"7670d1b56829b60b92cd0c8d463633b3ac913ba35a5c40225fc39ca6cf3bb730","declaration":"export function walkRootDirectory(rootDir: string, relativePath: string, options: RootWalkOptions): AsyncGenerator<RootWalkEntry>;","entrypoint":"root-walk","exportName":"walkRootDirectory","importSpecifier":"openclaw/plugin-sdk/root-walk","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type RootWalkEntry = RootWalkEntry;","entrypoint":"root-walk","exportName":"RootWalkEntry","importSpecifier":"openclaw/plugin-sdk/root-walk","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type RootWalkOptions = RootWalkOptions;","entrypoint":"root-walk","exportName":"RootWalkOptions","importSpecifier":"openclaw/plugin-sdk/root-walk","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"routing","importSpecifier":"openclaw/plugin-sdk/routing","recordType":"module"}
|
|
{"closureHash":"bb40818a5722e00cdda6631535f43c5269c83d2a11f174979d6a443f22e697c1","declaration":"export function buildAgentMainSessionKey(params: { agentId: string; mainKey?: string | undefined; }): string;","entrypoint":"routing","exportName":"buildAgentMainSessionKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"1994147f45ee952681ecb45075d26e8fbe364f26acc6def98b16560addeebf15","declaration":"export function buildAgentSessionKey(params: { agentId: string; mainKey?: string; channel: string; accountId?: string | null; peer?: RoutePeer | null; dmScope?: \"main\" | \"per-peer\" | \"per-channel-peer\" | \"per-account-channel-peer\"; identityLinks?: Record<string, string[]>; }): string;","entrypoint":"routing","exportName":"buildAgentSessionKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"d0f34419c6debb60107b4e277ef6f8eb7848169adaf6cba78243c65920d09793","declaration":"export function buildGroupHistoryKey(params: { channel: string; accountId?: string | null; peerKind: \"group\" | \"channel\"; peerId: string; }): string;","entrypoint":"routing","exportName":"buildGroupHistoryKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"63e946f189b488e88c0f9698fde6b706ca1dfb34dcb8b201cac2bb2852de2e2f","declaration":"export function buildOutboundBaseSessionKey(params: { cfg: OpenClawConfig; agentId: string; channel: string; accountId?: string | null; peer: RoutePeer; }): string;","entrypoint":"routing","exportName":"buildOutboundBaseSessionKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"adc81ea1bf64458a736ad45065013121fb72940da612c9ebf4ada836eba7b771","declaration":"export function deriveLastRoutePolicy(params: { sessionKey: string; mainSessionKey: string; }): ResolvedAgentRoute[\"lastRoutePolicy\"];","entrypoint":"routing","exportName":"deriveLastRoutePolicy","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"cb3799e466e95503d1e1a86d8022128cf6a5fbf97a2d467d7bd83cd2734b97df","declaration":"export function formatSetExplicitDefaultInstruction(channelKey: string): string;","entrypoint":"routing","exportName":"formatSetExplicitDefaultInstruction","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"81174543c1b59acbd4de209284e3c6845c28d3ee87c9ed98a3ce8f7bc9804f22","declaration":"export function formatSetExplicitDefaultToConfiguredInstruction(params: { channelKey: string; }): string;","entrypoint":"routing","exportName":"formatSetExplicitDefaultToConfiguredInstruction","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"888c0c9c7616a1e24b6830728353e809ca95e7dc81426863084875232d9383aa","declaration":"export function isAcpSessionKey(sessionKey: string | undefined | null): boolean;","entrypoint":"routing","exportName":"isAcpSessionKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"2238c6062ef21d3299e2b12a388054175d08bac83e85f7d81fc70bab7cbbbb61","declaration":"export function isCronSessionKey(sessionKey: string | undefined | null): boolean;","entrypoint":"routing","exportName":"isCronSessionKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"cbea71348e28e2434008e3304ef7e35b936845044f6914b2fe991aea64e250e7","declaration":"export function isIncognitoSessionKey(sessionKey: string | undefined | null): boolean;","entrypoint":"routing","exportName":"isIncognitoSessionKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"98ea071fe3a9c287ec7da53d30f13f45c5a9f03664c852c6db65922520326316","declaration":"export function isSubagentSessionKey(sessionKey: string | undefined | null): boolean;","entrypoint":"routing","exportName":"isSubagentSessionKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"e8bc0b97d6341238bf19fef9700740f9b6d61105fda38264ca43805ed621de3b","declaration":"export function listBoundAccountIds(cfg: OpenClawConfig, channelId: string): string[];","entrypoint":"routing","exportName":"listBoundAccountIds","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc8afd3f197b3e15e86db4f7c685104f0b7a4a0cd2420123103ab540781fa310","declaration":"export function normalizeAccountId(value: string | undefined | null): string;","entrypoint":"routing","exportName":"normalizeAccountId","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f6f9384b024c3615fd0ce3291a4563fba2eac6356efc031f6ee331e2d2a3d0f","declaration":"export function normalizeAgentId(value: string | undefined | null): string;","entrypoint":"routing","exportName":"normalizeAgentId","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"93074649cd60c2fe34b2f0032b34c9619eeb3df794c42ec4285e8e51031af1b2","declaration":"export function normalizeMainKey(value: string | undefined | null): string;","entrypoint":"routing","exportName":"normalizeMainKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"309651b6bb7d8ea00b4970408571a9b9ff2b8c4105dfe238295d742943add7e0","declaration":"export function normalizeMessageChannel(raw?: string | null): string | undefined;","entrypoint":"routing","exportName":"normalizeMessageChannel","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"473682447b636a80ab030ea86d066a9c93cbbbfc9b10a2a4b9d26b3b687057e3","declaration":"export function normalizeOptionalAccountId(value: string | undefined | null): string | undefined;","entrypoint":"routing","exportName":"normalizeOptionalAccountId","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"9283f3c0da814c24aee2ec19f3ed1ba60ef630396d8cf7575e6a9ea84e56fae1","declaration":"export function normalizeOutboundThreadId(value?: string | number | null): string | undefined;","entrypoint":"routing","exportName":"normalizeOutboundThreadId","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"f76f85e3698674349566c7ef8e7b0fc7cfd895b885154e03c60b75d02cf9d45c","declaration":"export function parseAgentSessionKey(sessionKey: string | undefined | null): ParsedAgentSessionKey | null;","entrypoint":"routing","exportName":"parseAgentSessionKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"444e9c54167af408f1bc229c8ee4cea503db885493f549c65fbdca6dd7f585b6","declaration":"export function parseThreadSessionSuffix(sessionKey: string | undefined | null): ParsedThreadSessionSuffix;","entrypoint":"routing","exportName":"parseThreadSessionSuffix","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"ea2ae9a6b7dc5e4318e1a213c24ce5c0d2c91dff4ba74c85e258b07d971181ae","declaration":"export function resolveAccountEntry<T>(accounts: Record<string, T> | undefined, accountId: string): T | undefined;","entrypoint":"routing","exportName":"resolveAccountEntry","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"cc4d1feaeb6f7dade8483ac02704e6d8e25bda75c1d3732612d6f55e47ab9fd1","declaration":"export function resolveAgentIdFromSessionKey(sessionKey: string | undefined | null, configuredDefaultAgentId?: string): string;","entrypoint":"routing","exportName":"resolveAgentIdFromSessionKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"1c04bb49ffed8bebff26d014715a0211aa40044f444980ca2f123aabba3461e0","declaration":"export function resolveAgentRoute(input: ResolveAgentRouteInput): ResolvedAgentRoute;","entrypoint":"routing","exportName":"resolveAgentRoute","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"2dcb1521420ccb68cfdb879ef10b6dee77e9bf75adb43369f55c80ba94637503","declaration":"export function resolveDefaultAgentBoundAccountId(cfg: OpenClawConfig, channelId: string): string | null;","entrypoint":"routing","exportName":"resolveDefaultAgentBoundAccountId","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"98ec94cec08cce2834434d17358dfee44d1bf50553bea7ff1bf41ca8d3b2ed87","declaration":"export function resolveGatewayMessageChannel(raw?: string | null): string | undefined;","entrypoint":"routing","exportName":"resolveGatewayMessageChannel","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"f61e3b898a14747a8e67e238d48eb3f70b51a47db84c4c9d11a8f524147a91b8","declaration":"export function resolveInboundLastRouteSessionKey(params: { route: Pick<ResolvedAgentRoute, \"lastRoutePolicy\" | \"mainSessionKey\">; sessionKey: string; }): string;","entrypoint":"routing","exportName":"resolveInboundLastRouteSessionKey","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"d847b29623d62c751ab20bd6ea78486c15f8c6c6b24cc547332b3f77c44a92d2","declaration":"export function resolveThreadSessionKeys(params: { baseSessionKey: string; threadId?: string | null; parentSessionKey?: string; useSuffix?: boolean; normalizeThreadId?: (threadId: string) => string; }): { sessionKey: string; parentSessionKey?: string; };","entrypoint":"routing","exportName":"resolveThreadSessionKeys","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"263955bb1e82321c8cb32a5d947dea6ac321f3847a4618c6f89113062aaec2ae","declaration":"export function sanitizeAgentId(value: string | undefined | null): string;","entrypoint":"routing","exportName":"sanitizeAgentId","importSpecifier":"openclaw/plugin-sdk/routing","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40933a11984425d14a7a479bda0d2cd14cbfa9371164774f39bebbf12861df7","declaration":"export const DEFAULT_ACCOUNT_ID: \"default\";","entrypoint":"routing","exportName":"DEFAULT_ACCOUNT_ID","importSpecifier":"openclaw/plugin-sdk/routing","kind":"const","recordType":"export"}
|
|
{"closureHash":"3f6d1afb0bc53cde2c3b1aa0d6583c72e9f6d0d1b755da9f5b36c3ef329fb697","declaration":"export const DEFAULT_MAIN_KEY: \"main\";","entrypoint":"routing","exportName":"DEFAULT_MAIN_KEY","importSpecifier":"openclaw/plugin-sdk/routing","kind":"const","recordType":"export"}
|
|
{"closureHash":"bae71811a1b7c22ebca333eac2fff9b2da3acfc34f0775d327bea9e948e1ac96","declaration":"export type ResolvedAgentRoute = ResolvedAgentRoute;","entrypoint":"routing","exportName":"ResolvedAgentRoute","importSpecifier":"openclaw/plugin-sdk/routing","kind":"type","recordType":"export"}
|
|
{"closureHash":"208990467e1e47c56235b572c0e25a47a306a35e4a7995fa160a7e6c4c51fd4b","declaration":"export type RoutePeer = RoutePeer;","entrypoint":"routing","exportName":"RoutePeer","importSpecifier":"openclaw/plugin-sdk/routing","kind":"type","recordType":"export"}
|
|
{"closureHash":"97b25742c74518d3227a20a23b0030178cc56847c85cdd82607dd1af272efc32","declaration":"export type RoutePeerKind = ChatType;","entrypoint":"routing","exportName":"RoutePeerKind","importSpecifier":"openclaw/plugin-sdk/routing","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"run-command","importSpecifier":"openclaw/plugin-sdk/run-command","recordType":"module"}
|
|
{"closureHash":"5103c82bcb8d7a1b040d462879be94710cac5d412e9ae9d59251bc81abc6f7ec","declaration":"export function runPluginCommandWithTimeout(options: PluginCommandRunOptions): Promise<PluginCommandRunResult>;","entrypoint":"run-command","exportName":"runPluginCommandWithTimeout","importSpecifier":"openclaw/plugin-sdk/run-command","kind":"function","recordType":"export"}
|
|
{"closureHash":"df6b21636df5648710d020325e2fb85f8ed8994482a55da1c824cef9d3c4c73d","declaration":"export type PluginCommandRunOptions = PluginCommandRunOptions;","entrypoint":"run-command","exportName":"PluginCommandRunOptions","importSpecifier":"openclaw/plugin-sdk/run-command","kind":"type","recordType":"export"}
|
|
{"closureHash":"8ef4a9d8aa35aa2de3b947bc28a5d7b98cd00610fd271aedc39dd7ee9bfa7805","declaration":"export type PluginCommandRunResult = PluginCommandRunResult;","entrypoint":"run-command","exportName":"PluginCommandRunResult","importSpecifier":"openclaw/plugin-sdk/run-command","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"runtime","importSpecifier":"openclaw/plugin-sdk/runtime","recordType":"module"}
|
|
{"closureHash":"37c8fcc3cb7bee235404630d9e283c48d7da7acece9d0ba1e2bbb9effa7df9c1","declaration":"export function createLoggerBackedRuntime(params: { logger: LoggerLike; exitError?: (code: number) => Error; }): OutputRuntimeEnv;","entrypoint":"runtime","exportName":"createLoggerBackedRuntime","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"adba74fcc9718287d27f2f8528f6f3026d0e44247833f85c685f3597be804ff4","declaration":"export function createNonExitingRuntime(): OutputRuntimeEnv;","entrypoint":"runtime","exportName":"createNonExitingRuntime","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bc3690b12f468d16bee45f5a649412c218811df575e2930646e2f4481cc3ed84","declaration":"export function getChannelsCommandSecretTargetIds(): Set<string>;","entrypoint":"runtime","exportName":"getChannelsCommandSecretTargetIds","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c544df49a594739fcb524f1e872e7a57fb64e1182bb4dc7cd75ccf69f45c8c07","declaration":"export function registerUncaughtExceptionHandler(handler: UncaughtExceptionHandler): () => void;","entrypoint":"runtime","exportName":"registerUncaughtExceptionHandler","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0e49ce8eb6bd3c55c968293bc8bdd30d97612b9096c729cc3389d359e1fa2bd9","declaration":"export function registerUnhandledRejectionHandler(handler: UnhandledRejectionHandler): () => void;","entrypoint":"runtime","exportName":"registerUnhandledRejectionHandler","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ae22edad44f5bf32eabd87261b78e73a54592ecdd03ff1f4f15fab3012447d8d","declaration":"export function resolveCommandSecretRefsViaGateway(params: { config: OpenClawConfig; commandName: string; targetIds: Set<string>; mode?: CommandSecretResolutionModeInput; allowedPaths?: ReadonlySet<string>; forcedActivePaths?: ReadonlySet<string>; optionalActivePaths?: ReadonlySet<string>; allowLocalExecSecretRefs?: boolean; scrubUnresolvedSecretRefs?: boolean; }): Promise<ResolveCommandSecretsResult>;","entrypoint":"runtime","exportName":"resolveCommandSecretRefsViaGateway","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2c570cab281ded18fa0c132525833254d02b8cee90ce11ef7cc27b124e491541","declaration":"export function resolveRuntimeEnv(params: { runtime: RuntimeEnv; logger: LoggerLike; exitError?: (code: number) => Error; }): RuntimeEnv;\nexport function resolveRuntimeEnv(params: { runtime?: undefined; logger: LoggerLike; exitError?: (code: number) => Error; }): OutputRuntimeEnv;","entrypoint":"runtime","exportName":"resolveRuntimeEnv","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0e86cae9c236ec5d061a807c6f32b467c599925ec3a634502cfe7163cbcc7f98","declaration":"export function waitForAbortSignal(signal?: AbortSignal): Promise<void>;","entrypoint":"runtime","exportName":"waitForAbortSignal","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"aaf47762784b95967086dd745ce6946064bbac856b091604da544ed973da7de7","declaration":"export const defaultRuntime: OutputRuntimeEnv;","entrypoint":"runtime","exportName":"defaultRuntime","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"ab0435ae6e1940a32e93696328c84688b29d93d26532bd481fb9990bb4681554","declaration":"export type OutputRuntimeEnv = OutputRuntimeEnv;","entrypoint":"runtime","exportName":"OutputRuntimeEnv","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff3e2d3558a6fc872c24fb2f436664e4b9ba75757b1078e5e852e7ef4ab41ef8","declaration":"export type RuntimeEnv = RuntimeEnv;","entrypoint":"runtime","exportName":"RuntimeEnv","importSpecifier":"openclaw/plugin-sdk/runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"runtime-config-snapshot","importSpecifier":"openclaw/plugin-sdk/runtime-config-snapshot","recordType":"module"}
|
|
{"closureHash":"c68b5adbc63e46a74c882bb9f4b980309ec66dac3f8de3ed85500d36c1d7c050","declaration":"export function clearConfigCache(): void;","entrypoint":"runtime-config-snapshot","exportName":"clearConfigCache","importSpecifier":"openclaw/plugin-sdk/runtime-config-snapshot","kind":"function","recordType":"export"}
|
|
{"closureHash":"a7b2fa8d82db15648b1d5bdb6b69a54cd7186c466cc201576f7d23b58c4c62c9","declaration":"export function clearRuntimeConfigSnapshot(): void;","entrypoint":"runtime-config-snapshot","exportName":"clearRuntimeConfigSnapshot","importSpecifier":"openclaw/plugin-sdk/runtime-config-snapshot","kind":"function","recordType":"export"}
|
|
{"closureHash":"f0a90f85133b965fbd027ddc2fc3fcd16eae0081db23f4bd5d6f2b87e5338b49","declaration":"export function getRuntimeConfig(options?: { skipPluginValidation?: boolean; pin?: boolean; skipShellEnvFallback?: boolean; }): OpenClawConfig;","entrypoint":"runtime-config-snapshot","exportName":"getRuntimeConfig","importSpecifier":"openclaw/plugin-sdk/runtime-config-snapshot","kind":"function","recordType":"export"}
|
|
{"closureHash":"e5acee613906d146a315c273916c417814702aab67e932795f6f2677cb8d18eb","declaration":"export function getRuntimeConfigSnapshot(): OpenClawConfig | null;","entrypoint":"runtime-config-snapshot","exportName":"getRuntimeConfigSnapshot","importSpecifier":"openclaw/plugin-sdk/runtime-config-snapshot","kind":"function","recordType":"export"}
|
|
{"closureHash":"8ed19962bb6d51747d3961c705ad141bb6674d276b047475612895dc5586c0a5","declaration":"export function getRuntimeConfigSourceSnapshot(): OpenClawConfig | null;","entrypoint":"runtime-config-snapshot","exportName":"getRuntimeConfigSourceSnapshot","importSpecifier":"openclaw/plugin-sdk/runtime-config-snapshot","kind":"function","recordType":"export"}
|
|
{"closureHash":"f352583d76157c3e05575bc48db3311fb101fe055d56c7cfb37436bd7bbb28b7","declaration":"export function selectApplicableRuntimeConfig(params: { inputConfig?: OpenClawConfig; runtimeConfig?: OpenClawConfig | null; runtimeSourceConfig?: OpenClawConfig | null; }): OpenClawConfig | undefined;","entrypoint":"runtime-config-snapshot","exportName":"selectApplicableRuntimeConfig","importSpecifier":"openclaw/plugin-sdk/runtime-config-snapshot","kind":"function","recordType":"export"}
|
|
{"closureHash":"21c997f58863c4eb65c8e9e7e85aa74c9ebd7caaae5508a48ee3dcf62043afc9","declaration":"export function setRuntimeConfigSnapshot(config: OpenClawConfig, sourceConfig?: OpenClawConfig): void;","entrypoint":"runtime-config-snapshot","exportName":"setRuntimeConfigSnapshot","importSpecifier":"openclaw/plugin-sdk/runtime-config-snapshot","kind":"function","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"runtime-config-snapshot","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/runtime-config-snapshot","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"runtime-env","importSpecifier":"openclaw/plugin-sdk/runtime-env","recordType":"module"}
|
|
{"closureHash":"5923f496a057f1690aa5f78f378d21ab774b1e5fa7a22d78e83b3a3305522e73","declaration":"export function computeBackoff(policy: BackoffPolicy, attempt: number): number;","entrypoint":"runtime-env","exportName":"computeBackoff","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"adba74fcc9718287d27f2f8528f6f3026d0e44247833f85c685f3597be804ff4","declaration":"export function createNonExitingRuntime(): OutputRuntimeEnv;","entrypoint":"runtime-env","exportName":"createNonExitingRuntime","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"e2df8d235401aebf58eb71652fbeaedb42ca00aaa5042a76909ff2c48ba6fd54","declaration":"export function createSubsystemLogger(subsystem: string): SubsystemLogger;","entrypoint":"runtime-env","exportName":"createSubsystemLogger","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"452a5788bde470ce56947f47ef35b77fe7df03685aee34b50a7517dc4276e57d","declaration":"export function ensureGlobalUndiciEnvProxyDispatcher(): void;","entrypoint":"runtime-env","exportName":"ensureGlobalUndiciEnvProxyDispatcher","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"deeb350a7c790f1de9679e3c9ffff08ac52fd8c24253a9ea93bcc60dd9aa91fd","declaration":"export function formatDurationPrecise(ms: number, options?: FormatDurationSecondsOptions): string;","entrypoint":"runtime-env","exportName":"formatDurationPrecise","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2f0da89a303db0fc5d491913103077d41854977ddcde8796e547f1638a493c4","declaration":"export function formatDurationSeconds(ms: number, options?: FormatDurationSecondsOptions): string;","entrypoint":"runtime-env","exportName":"formatDurationSeconds","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2e8f3eb9cb1fd8b3ccacae190b3bed9811014912269acdfe4379959755cc141","declaration":"export function getChildLogger(bindings?: Record<string, unknown>, opts?: { level?: LogLevel; }): TsLogger<LogObj>;","entrypoint":"runtime-env","exportName":"getChildLogger","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"a0aa5804eef330ac2852295e363afdbbb8d578d78a66fb913f663539f5d701ed","declaration":"export function isTruthyEnvValue(value?: string): boolean;","entrypoint":"runtime-env","exportName":"isTruthyEnvValue","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c801768ae5e49b61417ec4dcb09a94e4a1a2321339bdcf91014d03979b0e61f","declaration":"export function isVerbose(): boolean;","entrypoint":"runtime-env","exportName":"isVerbose","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"d4b84b848bd51dba69651d1523c2641c21680f5c19672b2e60b645744b41716e","declaration":"export function isWSL2Sync(): boolean;","entrypoint":"runtime-env","exportName":"isWSL2Sync","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"be2b228085e6c9b5bfc86c0554d993486275c81966e788711fdf421343f591c3","declaration":"export function logVerbose(message: string): void;","entrypoint":"runtime-env","exportName":"logVerbose","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"c544df49a594739fcb524f1e872e7a57fb64e1182bb4dc7cd75ccf69f45c8c07","declaration":"export function registerUncaughtExceptionHandler(handler: UncaughtExceptionHandler): () => void;","entrypoint":"runtime-env","exportName":"registerUncaughtExceptionHandler","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"0e49ce8eb6bd3c55c968293bc8bdd30d97612b9096c729cc3389d359e1fa2bd9","declaration":"export function registerUnhandledRejectionHandler(handler: UnhandledRejectionHandler): () => void;","entrypoint":"runtime-env","exportName":"registerUnhandledRejectionHandler","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"b473c83e0949283e5a3886065336c7e3dea58096c510026560fda0aa58aa4866","declaration":"export function resetLogger(): void;","entrypoint":"runtime-env","exportName":"resetLogger","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ed311f268d736c1f7cbed9cb0aae0ad4a68ba38bebc2b5187f0a8a6b00271fb","declaration":"export function setLoggerOverride(settings: LoggerSettings | null): void;","entrypoint":"runtime-env","exportName":"setLoggerOverride","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"305ca1e39ad948c8b560a5765acbf1458f7e97a764e211217b04a40bd0fc951e","declaration":"export function shouldLogVerbose(): boolean;","entrypoint":"runtime-env","exportName":"shouldLogVerbose","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"d04f7d8da91c0f9dd48326a0b48ec82ad3ae81b2dd9045b587dc412d58a7db4d","declaration":"export function sleep(ms: number, signal?: AbortSignal): Promise<void>;","entrypoint":"runtime-env","exportName":"sleep","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f4d22f77a197aa870325e79d0d9d33b6602b17037959f03385702fff878e151","declaration":"export function sleepWithAbort(ms: number, abortSignal?: AbortSignal, options?: { ref?: boolean; }): Promise<void>;","entrypoint":"runtime-env","exportName":"sleepWithAbort","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"b4d9cd963b6db71dd40936ecc10375aead86f6b01c0d283e8c121906eeb059df","declaration":"export function toPinoLikeLogger(logger: TsLogger<LogObj>, level: LogLevel): PinoLikeLogger;","entrypoint":"runtime-env","exportName":"toPinoLikeLogger","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"0e86cae9c236ec5d061a807c6f32b467c599925ec3a634502cfe7163cbcc7f98","declaration":"export function waitForAbortSignal(signal?: AbortSignal): Promise<void>;","entrypoint":"runtime-env","exportName":"waitForAbortSignal","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e578166fe799a5bab727ddf040ad89f41f3a1089484424dc116dce5fceb3258","declaration":"export const danger: ThemeFormatter;","entrypoint":"runtime-env","exportName":"danger","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"const","recordType":"export"}
|
|
{"closureHash":"aaf47762784b95967086dd745ce6946064bbac856b091604da544ed973da7de7","declaration":"export const defaultRuntime: OutputRuntimeEnv;","entrypoint":"runtime-env","exportName":"defaultRuntime","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"const","recordType":"export"}
|
|
{"closureHash":"8a0bc3dbba75cbcdc71f42bb63abf0255677a27a2438bafa701ad1f02c1d7c98","declaration":"export const info: ThemeFormatter;","entrypoint":"runtime-env","exportName":"info","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"const","recordType":"export"}
|
|
{"closureHash":"cb95c096944f9efc339ba21095d2ba4906811db213a88b9491527aaad42af3d9","declaration":"export const retryAsync: <T>(fn: () => Promise<T>, attemptsOrOptions?: number | RetryOptions, initialDelayMs?: number) => Promise<T>;","entrypoint":"runtime-env","exportName":"retryAsync","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"const","recordType":"export"}
|
|
{"closureHash":"c1ad2b5d63cc7b980171c24876189575b2d7ab5aa579f65e325c79e7cf34f756","declaration":"export const success: ThemeFormatter;","entrypoint":"runtime-env","exportName":"success","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"const","recordType":"export"}
|
|
{"closureHash":"b8aac16c092f303358eb9f19071ae93d855abed85948d1232ac2e9b4b3a37a8c","declaration":"export const warn: ThemeFormatter;","entrypoint":"runtime-env","exportName":"warn","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"const","recordType":"export"}
|
|
{"closureHash":"783012645f0b5e2a911de74af64b775b9b20b580ddcd3af0f2bca9f785838ee6","declaration":"export type BackoffPolicy = BackoffPolicy;","entrypoint":"runtime-env","exportName":"BackoffPolicy","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"type","recordType":"export"}
|
|
{"closureHash":"ff3e2d3558a6fc872c24fb2f436664e4b9ba75757b1078e5e852e7ef4ab41ef8","declaration":"export type RuntimeEnv = RuntimeEnv;","entrypoint":"runtime-env","exportName":"RuntimeEnv","importSpecifier":"openclaw/plugin-sdk/runtime-env","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"runtime-group-policy","importSpecifier":"openclaw/plugin-sdk/runtime-group-policy","recordType":"module"}
|
|
{"closureHash":"d08ee20774d1799390faeabe86cf63f062fd2142bcd6c821bdb04724c42316c0","declaration":"export function resolveAllowlistProviderRuntimeGroupPolicy(params: ResolveProviderRuntimeGroupPolicyParams): RuntimeGroupPolicyResolution;","entrypoint":"runtime-group-policy","exportName":"resolveAllowlistProviderRuntimeGroupPolicy","importSpecifier":"openclaw/plugin-sdk/runtime-group-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d5350d4d2540cfd9602daab19ebf4cafbef2cb459cfb28e4f815b231a66a763","declaration":"export function resolveDefaultGroupPolicy(cfg: GroupPolicyDefaultsConfig): GroupPolicy | undefined;","entrypoint":"runtime-group-policy","exportName":"resolveDefaultGroupPolicy","importSpecifier":"openclaw/plugin-sdk/runtime-group-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"6d3370713872c8c812ae90ad7a72c7b457215ab179a584238692a5c47c68fc5b","declaration":"export function resolveOpenProviderRuntimeGroupPolicy(params: ResolveProviderRuntimeGroupPolicyParams): RuntimeGroupPolicyResolution;","entrypoint":"runtime-group-policy","exportName":"resolveOpenProviderRuntimeGroupPolicy","importSpecifier":"openclaw/plugin-sdk/runtime-group-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"ebd5c05c8e63bae51150f3b831f4c01792625cd3ca49096fa830ca6442f07287","declaration":"export function warnMissingProviderGroupPolicyFallbackOnce(params: { providerMissingFallbackApplied: boolean; providerKey: string; accountId?: string; blockedLabel?: string; log: (message: string) => void; }): boolean;","entrypoint":"runtime-group-policy","exportName":"warnMissingProviderGroupPolicyFallbackOnce","importSpecifier":"openclaw/plugin-sdk/runtime-group-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"47c7a11095835696862fe7b72fccf28736af6308347543c26b5b2f538d76860b","declaration":"export const GROUP_POLICY_BLOCKED_LABEL: { readonly group: \"group messages\"; readonly guild: \"guild messages\"; readonly room: \"room messages\"; readonly channel: \"channel messages\"; readonly space: \"space messages\";};","entrypoint":"runtime-group-policy","exportName":"GROUP_POLICY_BLOCKED_LABEL","importSpecifier":"openclaw/plugin-sdk/runtime-group-policy","kind":"const","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"runtime-store","importSpecifier":"openclaw/plugin-sdk/runtime-store","recordType":"module"}
|
|
{"closureHash":"e11d2c2694b927c79b6e07789be6bb56269d5ef1ec95b395a6e9c46f43883cbc","declaration":"export function createPluginRuntimeStore<T>(errorMessage: string): { setRuntime: (next: T) => void; clearRuntime: () => void; tryGetRuntime: () => T | null; getRuntime: () => T; };\nexport function createPluginRuntimeStore<T>(options: PluginRuntimeStoreOptions): { setRuntime: (next: T) => void; clearRuntime: () => void; tryGetRuntime: () => T | null; getRuntime: () => T; };","entrypoint":"runtime-store","exportName":"createPluginRuntimeStore","importSpecifier":"openclaw/plugin-sdk/runtime-store","kind":"function","recordType":"export"}
|
|
{"closureHash":"4180509522e17f8afdf5014bc51f5601952dfa403503e66f8f53e92b0c6ddd45","declaration":"export type PluginRuntime = PluginRuntime;","entrypoint":"runtime-store","exportName":"PluginRuntime","importSpecifier":"openclaw/plugin-sdk/runtime-store","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"secret-file","importSpecifier":"openclaw/plugin-sdk/secret-file","recordType":"module"}
|
|
{"closureHash":null,"declaration":"export function createSecretFileAtomic(params: SecretFileWriteParams): Promise<void>;","entrypoint":"secret-file","exportName":"createSecretFileAtomic","importSpecifier":"openclaw/plugin-sdk/secret-file","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readSecretFile(filePath: string, label: string, options?: SecretFileReadOptions): Promise<string>;","entrypoint":"secret-file","exportName":"readSecretFile","importSpecifier":"openclaw/plugin-sdk/secret-file","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readSecretFileSync(filePath: string, label: string, options?: SecretFileReadOptions): string;","entrypoint":"secret-file","exportName":"readSecretFileSync","importSpecifier":"openclaw/plugin-sdk/secret-file","kind":"function","recordType":"export"}
|
|
{"closureHash":"2e6ce1f4c1692270a00dc0cf08e2752a26739c3143f8091cb270063c6034605d","declaration":"export function tryReadSecretFileSync(filePath: string | undefined, label: string, options: CredentialFileReadOptions): string | undefined;\nexport function tryReadSecretFileSync(filePath: string | undefined, label: string, options?: FsSafeSecretFileReadOptions): string | undefined;\nexport function tryReadSecretFileSync(filePath: string, label: string, options: FsSafeSecretFileReadOptions | undefined, diagnostic: { configPath: string; }): ConfiguredCredentialResult<string>;\nexport function tryReadSecretFileSync(filePath: string | undefined, label: string, options: FsSafeSecretFileReadOptions | undefined, diagnostic: { configPath: string; }): CredentialResult<string>;","entrypoint":"secret-file","exportName":"tryReadSecretFileSync","importSpecifier":"openclaw/plugin-sdk/secret-file","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type SecretFileReadOptions = SecretFileReadOptions;","entrypoint":"secret-file","exportName":"SecretFileReadOptions","importSpecifier":"openclaw/plugin-sdk/secret-file","kind":"type","recordType":"export"}
|
|
{"category":"channel","entrypoint":"secret-input","importSpecifier":"openclaw/plugin-sdk/secret-input","recordType":"module"}
|
|
{"closureHash":"989c815bf5e3e6a4a6cdb01b33f67e5b28b10537a0695ddeb4bf616fbd38e89e","declaration":"export function buildOptionalSecretInputSchema(): z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{ source: z.ZodLiteral<\"env\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"store\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"file\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"exec\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>], \"source\">]>>;","entrypoint":"secret-input","exportName":"buildOptionalSecretInputSchema","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"e8e686a3b2ffb193a16ab373ec344088cead8a4112f9f2258bc61edf6bb3229e","declaration":"export function buildSecretInputArraySchema(): z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{ source: z.ZodLiteral<\"env\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"store\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"file\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"exec\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>], \"source\">]>>;","entrypoint":"secret-input","exportName":"buildSecretInputArraySchema","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"ad5fc67e4ed41caf2d40673b1c81abf0a755062c53986427567e25d14393fcfc","declaration":"export function buildSecretInputSchema(): z.ZodUnion<readonly [z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{ source: z.ZodLiteral<\"env\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"store\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"file\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>, z.ZodObject<{ source: z.ZodLiteral<\"exec\">; provider: z.ZodString; id: z.ZodString; }, z.core.$strict>], \"source\">]>;","entrypoint":"secret-input","exportName":"buildSecretInputSchema","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ff0cf524ca2723fc4cb204167434e333cdf4f4536dca9a62cfbdfc79c437e27","declaration":"export function coerceSecretRef(value: unknown, defaults?: SecretDefaults): SecretRef | null;","entrypoint":"secret-input","exportName":"coerceSecretRef","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"76a18a66265764e8ba9fc368bde0f804f9962c9b8f5addb7dfcf508511da6464","declaration":"export function hasConfiguredSecretInput(value: unknown, defaults?: SecretDefaults): boolean;","entrypoint":"secret-input","exportName":"hasConfiguredSecretInput","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"549891f23239ff82de7784fe3ce8cb1ec090ec4ed348ac6cf7a1510688e72528","declaration":"export function isSecretRef(value: unknown): value is SecretRef;","entrypoint":"secret-input","exportName":"isSecretRef","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"43e8dd03317635df8c5df2b9c3b6c8d2947470a3ac4e11041657f8f6c3024439","declaration":"export function isValidSecretRef(ref: SecretRef): boolean;","entrypoint":"secret-input","exportName":"isValidSecretRef","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"2080ce352f207d1777241289fb9de054f144dc9dd766c99e107d7b420f2cb329","declaration":"export function normalizeResolvedSecretInputString(params: { value: unknown; refValue?: unknown; defaults?: SecretDefaults; path: string; }): string | undefined;","entrypoint":"secret-input","exportName":"normalizeResolvedSecretInputString","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"dbe7192ad6e6d1e048ba1adeb38a0bcaa16977b5b627ffb8ff770dbfca011dde","declaration":"export function normalizeSecretInput(value: unknown): string;","entrypoint":"secret-input","exportName":"normalizeSecretInput","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"a8cbcb18e28cc49c52eee67e63fd89e86dfaf3bf37c3937dbb7ca9f7cf08447c","declaration":"export function normalizeSecretInputString(value: unknown): string | undefined;","entrypoint":"secret-input","exportName":"normalizeSecretInputString","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"a44b790721527d7e759b42304d4c51056f0e8d3697e9be2f994b875cef1b71b1","declaration":"export function registerSensitiveConfigSchema<TSchema extends z.ZodType>(schema: TSchema): TSchema;","entrypoint":"secret-input","exportName":"registerSensitiveConfigSchema","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"af6d9f6ee9f22a127842986fc3f2364ed61f78eed750c36bab0d0b4c45bdb79b","declaration":"export function resolveSecretInputString(params: { value: unknown; refValue?: unknown; defaults?: SecretDefaults; path: string; mode?: SecretInputStringResolutionMode; }): SecretInputStringResolution;","entrypoint":"secret-input","exportName":"resolveSecretInputString","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"function","recordType":"export"}
|
|
{"closureHash":"582a9dc1e5c1d679169b950294183323ae0ce9ce705e5d8b0880d80419561afe","declaration":"export type SecretInput = SecretInput;","entrypoint":"secret-input","exportName":"SecretInput","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"type","recordType":"export"}
|
|
{"closureHash":"61482de6fcb86d65768b19d93168965194673b52b0eb0e72342852f561f5c066","declaration":"export type SecretInputStringResolution = SecretInputStringResolution;","entrypoint":"secret-input","exportName":"SecretInputStringResolution","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"type","recordType":"export"}
|
|
{"closureHash":"0c22dfe73a8a688290648192eaad52391326d4fea30c2ea8d6fe52cb7319cd87","declaration":"export type SecretInputStringResolutionMode = SecretInputStringResolutionMode;","entrypoint":"secret-input","exportName":"SecretInputStringResolutionMode","importSpecifier":"openclaw/plugin-sdk/secret-input","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"secret-input-runtime","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","recordType":"module"}
|
|
{"closureHash":"2ff0cf524ca2723fc4cb204167434e333cdf4f4536dca9a62cfbdfc79c437e27","declaration":"export function coerceSecretRef(value: unknown, defaults?: SecretDefaults): SecretRef | null;","entrypoint":"secret-input-runtime","exportName":"coerceSecretRef","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"76a18a66265764e8ba9fc368bde0f804f9962c9b8f5addb7dfcf508511da6464","declaration":"export function hasConfiguredSecretInput(value: unknown, defaults?: SecretDefaults): boolean;","entrypoint":"secret-input-runtime","exportName":"hasConfiguredSecretInput","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"549891f23239ff82de7784fe3ce8cb1ec090ec4ed348ac6cf7a1510688e72528","declaration":"export function isSecretRef(value: unknown): value is SecretRef;","entrypoint":"secret-input-runtime","exportName":"isSecretRef","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2080ce352f207d1777241289fb9de054f144dc9dd766c99e107d7b420f2cb329","declaration":"export function normalizeResolvedSecretInputString(params: { value: unknown; refValue?: unknown; defaults?: SecretDefaults; path: string; }): string | undefined;","entrypoint":"secret-input-runtime","exportName":"normalizeResolvedSecretInputString","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a8cbcb18e28cc49c52eee67e63fd89e86dfaf3bf37c3937dbb7ca9f7cf08447c","declaration":"export function normalizeSecretInputString(value: unknown): string | undefined;","entrypoint":"secret-input-runtime","exportName":"normalizeSecretInputString","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f06b4a35f7578c7c15f71967702dcda34d48d20a365c51b102b56283e3c740d4","declaration":"export function resolveConfiguredSecretInputString(params: { config: OpenClawConfig; env: NodeJS.ProcessEnv; value: unknown; path: string; manifestRegistry?: Pick<PluginManifestRegistry, \"plugins\">; unresolvedReasonStyle?: SecretInputUnresolvedReasonStyle; }): Promise<{ value?: string; unresolvedRefReason?: string; }>;","entrypoint":"secret-input-runtime","exportName":"resolveConfiguredSecretInputString","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8aa97ad222a42cff7abf577c460078429d97ef952ec28aa04c3f0ae3bf58272a","declaration":"export function resolveConfiguredSecretInputWithFallback(params: { config: OpenClawConfig; env: NodeJS.ProcessEnv; value: unknown; path: string; manifestRegistry?: Pick<PluginManifestRegistry, \"plugins\">; unresolvedReasonStyle?: SecretInputUnresolvedReasonStyle; readFallback?: () => string | undefined; }): Promise<{ value?: string; source?: ConfiguredSecretInputSource; unresolvedRefReason?: string; secretRefConfigured: boolean; }>;","entrypoint":"secret-input-runtime","exportName":"resolveConfiguredSecretInputWithFallback","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"448226fe7a753e852ef5e78e0b69699aa883cbd627005e8fd4e31eeb15278837","declaration":"export function resolveRequiredConfiguredSecretRefInputString(params: { config: OpenClawConfig; env: NodeJS.ProcessEnv; value: unknown; path: string; manifestRegistry?: Pick<PluginManifestRegistry, \"plugins\">; unresolvedReasonStyle?: SecretInputUnresolvedReasonStyle; }): Promise<string | undefined>;","entrypoint":"secret-input-runtime","exportName":"resolveRequiredConfiguredSecretRefInputString","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"af6d9f6ee9f22a127842986fc3f2364ed61f78eed750c36bab0d0b4c45bdb79b","declaration":"export function resolveSecretInputString(params: { value: unknown; refValue?: unknown; defaults?: SecretDefaults; path: string; mode?: SecretInputStringResolutionMode; }): SecretInputStringResolution;","entrypoint":"secret-input-runtime","exportName":"resolveSecretInputString","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"582a9dc1e5c1d679169b950294183323ae0ce9ce705e5d8b0880d80419561afe","declaration":"export type SecretInput = SecretInput;","entrypoint":"secret-input-runtime","exportName":"SecretInput","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"61482de6fcb86d65768b19d93168965194673b52b0eb0e72342852f561f5c066","declaration":"export type SecretInputStringResolution = SecretInputStringResolution;","entrypoint":"secret-input-runtime","exportName":"SecretInputStringResolution","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0c22dfe73a8a688290648192eaad52391326d4fea30c2ea8d6fe52cb7319cd87","declaration":"export type SecretInputStringResolutionMode = SecretInputStringResolutionMode;","entrypoint":"secret-input-runtime","exportName":"SecretInputStringResolutionMode","importSpecifier":"openclaw/plugin-sdk/secret-input-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"secret-ref-runtime","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","recordType":"module"}
|
|
{"closureHash":"44e25af169e2f2befbd447e4cf1342aecfb55d687c7b579b704ff4814a809615","declaration":"export function applyResolvedAssignments(params: { assignments: SecretAssignment[]; resolved: Map<string, unknown>; }): void;","entrypoint":"secret-ref-runtime","exportName":"applyResolvedAssignments","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ff0cf524ca2723fc4cb204167434e333cdf4f4536dca9a62cfbdfc79c437e27","declaration":"export function coerceSecretRef(value: unknown, defaults?: SecretDefaults): SecretRef | null;","entrypoint":"secret-ref-runtime","exportName":"coerceSecretRef","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2a8fbfd3ea9b6648241f657a301e4f5558b98be0c1658e39dc299690e203b85c","declaration":"export function createPluginSecretRefSetupCli(params: PluginSecretRefSetupCliParams): { inspectProvider: (config: OpenClawConfig, requestedAlias?: string) => { providerAlias: string; provider: SecretRefProviderStatus; providerReady: boolean; }; registerSetupCommand: (command: SecretRefSetupCommand) => void; };","entrypoint":"secret-ref-runtime","exportName":"createPluginSecretRefSetupCli","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b1c4c6654d598526d05b255e8802bb66aba67d507342fed5a019c722b9db0c5f","declaration":"export function createResolverContext(params: { sourceConfig: OpenClawConfig; env: NodeJS.ProcessEnv; manifestRegistry?: Pick<PluginManifestRegistry, \"plugins\">; }): ResolverContext;","entrypoint":"secret-ref-runtime","exportName":"createResolverContext","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"23b7c562b58d0bb11f098c95a7654720ab38f73bc8a9b64002a36b08831605e6","declaration":"export function resolveSecretPlanTargetByPath(params: { configFile: \"openclaw.json\" | \"auth-profiles.json\"; pathSegments: string[]; }): ResolvedSecretPlanTarget | null;","entrypoint":"secret-ref-runtime","exportName":"resolveSecretPlanTargetByPath","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ff646985fc3121ad3a2d99dcf31b2a48a3862ed3edbc7a4387aba7a8bf9c4497","declaration":"export function resolveSecretRefValues(refs: SecretRef[], options: ResolveSecretRefOptions): Promise<Map<string, unknown>>;","entrypoint":"secret-ref-runtime","exportName":"resolveSecretRefValues","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fe479006dda0536962824a1a17703faeeda942d8bf59abc005dc9ad6731059ed","declaration":"export const pluginSecretRefSetup: { assertValidModelProviderId: (label: string, value: string) => void; assertValidProviderAlias: (value: string) => void; buildPlan: (params: { productName: string; providerAlias: string; providerConfig: PluginIntegrationSecretProviderConfig; providerSecrets: { providerId: string; secretId: string; }[]; configTargetSecrets?: { path: string; agentId?: string; secretId: string; }[]; generatedAt?: string; }) => SecretsApplyPlan & { providerUpserts: Record<string, PluginIntegrationSecretProviderConfig>; }; parseTargetSpecifier: (productName: string, value: string) => { path: string; agentId?: string; }; resolveTrustedDirectoryPath: (targetPath: string) => Promise<string>; resolveTrustedExecutablePath: (targetPath: string) => Promise<string>; writePlanFile: (params: { planPath: string; content: string; platform?: NodeJS.Platform; createPrivateWindowsFile?: (filePath: string, content: string) => Promise<void>; }) => Promise<void>;};","entrypoint":"secret-ref-runtime","exportName":"pluginSecretRefSetup","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"bd67c791fe7afa410a5fc7f7cfc8f55fe6e08c299f6ee9a5dd39827b03a248ca","declaration":"export type ResolvedSecretPlanTarget = ResolvedSecretPlanTarget;","entrypoint":"secret-ref-runtime","exportName":"ResolvedSecretPlanTarget","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"582a9dc1e5c1d679169b950294183323ae0ce9ce705e5d8b0880d80419561afe","declaration":"export type SecretInput = SecretInput;","entrypoint":"secret-ref-runtime","exportName":"SecretInput","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"bdde18076631251fbe69635da796d673364cf83053539f6587b4d59a175fe0b6","declaration":"export type SecretRef = SecretRef;","entrypoint":"secret-ref-runtime","exportName":"SecretRef","importSpecifier":"openclaw/plugin-sdk/secret-ref-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"security-runtime","importSpecifier":"openclaw/plugin-sdk/security-runtime","recordType":"module"}
|
|
{"closureHash":null,"declaration":"export function appendRegularFile(options: AppendRegularFileOptions): Promise<void>;","entrypoint":"security-runtime","exportName":"appendRegularFile","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function assertNoSymlinkParents(params: AssertNoSymlinkParentsOptions): Promise<void>;","entrypoint":"security-runtime","exportName":"assertNoSymlinkParents","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function assertNoSymlinkParentsSync(params: AssertNoSymlinkParentsOptions): void;","entrypoint":"security-runtime","exportName":"assertNoSymlinkParentsSync","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ccd3dcf99755970b4af286149a323132f7acde592a1a2492976508860a4e384","declaration":"export function buildChannelMetadata(params: { source: string; label: string; entries: Array<string | null | undefined>; maxChars?: number; }): string | undefined;","entrypoint":"security-runtime","exportName":"buildChannelMetadata","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function canonicalPathFromExistingAncestor(filePath: string): Promise<string>;","entrypoint":"security-runtime","exportName":"canonicalPathFromExistingAncestor","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f80998c95f4319cb4b088863968561efd549f6e18d90fbe60fb3048f789a804e","declaration":"export function compileSafeRegexDetailed(source: string, flags?: string): SafeRegexCompileResult;","entrypoint":"security-runtime","exportName":"compileSafeRegexDetailed","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"998034da438cc37179ad01404b8bc11aeaf0694a40c5cbbc88ba93adf485b915","declaration":"export function ensurePortAvailable(port: number, host?: string): Promise<void>;","entrypoint":"security-runtime","exportName":"ensurePortAvailable","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c27a25de7ebce348456156566355880c7ae909ea8498832deea3ea4dfefa663","declaration":"export function evaluateSupplementalContextVisibility(params: { mode: ContextVisibilityMode; kind: ContextVisibilityKind; senderAllowed: boolean; }): ContextVisibilityDecision;","entrypoint":"security-runtime","exportName":"evaluateSupplementalContextVisibility","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"19568e841ed169451a1ecd8886f4bd185ba27c6b95f0c62acc409f80958da9df","declaration":"export function expandAllowFromWithAccessGroups(params: { cfg?: OpenClawConfig; allowFrom: Array<string | number> | null | undefined; channel: ChannelId; accountId: string; senderId: string; senderAllowEntry?: string; isSenderAllowed?: (senderId: string, allowFrom: string[]) => boolean; resolveMembership?: AccessGroupMembershipResolver; }): Promise<string[]>;","entrypoint":"security-runtime","exportName":"expandAllowFromWithAccessGroups","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ae3735d2fdca54733976722f8907d4360b5e5a589cc2e8008f2e144fd8eaffc4","declaration":"export function extractErrorCode(err: unknown): string | undefined;","entrypoint":"security-runtime","exportName":"extractErrorCode","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0cf7cf958351bc8b2aa4196ab60bd24415f90dd9979b8b675c605f3e28c2d5ab","declaration":"export function fileExists(filePath: string): boolean;","entrypoint":"security-runtime","exportName":"fileExists","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d82b982d71baf986fe18eb6899ec782f4735f1e64ac37a32e5add783a3799454","declaration":"export function filterSupplementalContextItems<T>(params: { items: readonly T[]; mode: ContextVisibilityMode; kind: ContextVisibilityKind; isSenderAllowed: (item: T) => boolean; }): { items: T[]; omitted: number; };","entrypoint":"security-runtime","exportName":"filterSupplementalContextItems","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function findExistingAncestor(filePath: string): Promise<string | null>;","entrypoint":"security-runtime","exportName":"findExistingAncestor","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3123d3dbf25a02fccc946f2baf2a343628e80ac284735b42fb8ebc48de4d474d","declaration":"export function formatErrorMessage(err: unknown): string;","entrypoint":"security-runtime","exportName":"formatErrorMessage","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f32020c8c1f3d825fdae1d0d38e9e8060e9ed8b8bb77c98e112f8307ea1cf027","declaration":"export function hasProxyEnvConfigured(env?: NodeJS.ProcessEnv): boolean;","entrypoint":"security-runtime","exportName":"hasProxyEnvConfigured","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function isPathInside(root: string, target: string): boolean;","entrypoint":"security-runtime","exportName":"isPathInside","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0d91c4982cc1fce890aba0d7afdfa16efdb1f7398a87d92fc6a5ac28d32d550d","declaration":"export function isPrivateNetworkAllowedByPolicy(policy?: SsrFPolicy): boolean;","entrypoint":"security-runtime","exportName":"isPrivateNetworkAllowedByPolicy","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0a84a1897e441140bfdbe1337862d1078ff3f1b507e62fbc4b143193c9684071","declaration":"export function matchesHostnameAllowlist(hostname: string, allowlist: string[]): boolean;","entrypoint":"security-runtime","exportName":"matchesHostnameAllowlist","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function movePathWithCopyFallback(options: MovePathWithCopyFallbackOptions): Promise<void>;","entrypoint":"security-runtime","exportName":"movePathWithCopyFallback","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9a402a3431a9750f766d1c70c0b1afe27c5d4925c0692eb92dc8cd2fb50beba2","declaration":"export function normalizeHostname(hostname: string): string;","entrypoint":"security-runtime","exportName":"normalizeHostname","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function openLocalFileSafely(params: { filePath: string; }): Promise<OpenResult>;","entrypoint":"security-runtime","exportName":"openLocalFileSafely","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"11cbf3ce130ab9fc9dd59c502b2b11e6d1e657472294602ff983cd3d23bef9f6","declaration":"export function parseAccessGroupAllowFromEntry(entry: string): string | null;","entrypoint":"security-runtime","exportName":"parseAccessGroupAllowFromEntry","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function pathExists(filePath: string): Promise<boolean>;","entrypoint":"security-runtime","exportName":"pathExists","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function pathExistsSync(filePath: string): boolean;","entrypoint":"security-runtime","exportName":"pathExistsSync","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function pathScope(rootDir: string, options: PathScopeOptions): PathScope;","entrypoint":"security-runtime","exportName":"pathScope","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"835b540cd739899edfa68446c02ca6dbf9898effd02d3f66ac60e6b4f7b159fd","declaration":"export function privateFileStoreSync(rootDir: string): PrivateFileStoreSync;","entrypoint":"security-runtime","exportName":"privateFileStoreSync","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readRegularFile(params: { filePath: string; maxBytes?: number; }): Promise<{ buffer: Buffer; stat: Stats; }>;","entrypoint":"security-runtime","exportName":"readRegularFile","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readRegularFileSync(params: { filePath: string; maxBytes?: number; }): { buffer: Buffer; stat: Stats; };","entrypoint":"security-runtime","exportName":"readRegularFileSync","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"19ba3dbec5609e39f9a5cd9835c4077eb3347b9fed42cebdb9344b8bc8c64ee2","declaration":"export function redactSensitiveText(text: string, options?: RedactOptions): string;","entrypoint":"security-runtime","exportName":"redactSensitiveText","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function resolveAbsolutePathForRead(filePath: string, options?: { symlinks?: AbsolutePathSymlinkPolicy; }): Promise<ResolvedAbsolutePath>;","entrypoint":"security-runtime","exportName":"resolveAbsolutePathForRead","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function resolveAbsolutePathForWrite(filePath: string, options?: { symlinks?: AbsolutePathSymlinkPolicy; }): Promise<ResolvedWritableAbsolutePath>;","entrypoint":"security-runtime","exportName":"resolveAbsolutePathForWrite","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function resolveExistingPathsWithinRoot(params: ResolvePathsWithinRootParams): Promise<ResolvePathsWithinRootResult>;","entrypoint":"security-runtime","exportName":"resolveExistingPathsWithinRoot","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function resolveLocalPathFromRootsSync(options: ResolveLocalPathFromRootsSyncOptions): LocalRootsPathResult | null;","entrypoint":"security-runtime","exportName":"resolveLocalPathFromRootsSync","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7674a3469adf585ebe177afe2c79b7ae59bc2130bb13dc40ece5eb61efd6d963","declaration":"export function resolvePinnedHostnameWithPolicy(hostname: string, params?: { lookupFn?: LookupFn; policy?: SsrFPolicy; }): Promise<PinnedHostname>;","entrypoint":"security-runtime","exportName":"resolvePinnedHostnameWithPolicy","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0da1bcc059af54ea99688e6b1ee6f6af4ec3463c472923146e0a5f5419c3dba9","declaration":"export function resolvePinnedMainDmOwnerFromAllowlist(params: { dmScope?: string | null; allowFrom?: Array<string | number> | null; normalizeEntry: (entry: string) => string | undefined; }): string | null;","entrypoint":"security-runtime","exportName":"resolvePinnedMainDmOwnerFromAllowlist","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f9e996f38503121def1efd5f63241496884eed391a17d5765ca80bed2cd0c7b","declaration":"export function resolvePreferredOpenClawTmpDir(options?: ResolvePreferredOpenClawTmpDirOptions): string;","entrypoint":"security-runtime","exportName":"resolvePreferredOpenClawTmpDir","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function resolveStrictExistingPathsWithinRoot(params: ResolvePathsWithinRootParams): Promise<ResolvePathsWithinRootResult>;","entrypoint":"security-runtime","exportName":"resolveStrictExistingPathsWithinRoot","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef0b69195de0832e2446f81a4be7b3ec074b0b808aa0411e4f79cb780678c45b","declaration":"export function root(rootDir: string, defaults?: RootDefaults): Promise<Root>;","entrypoint":"security-runtime","exportName":"root","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4500e1a8fe4fe01e960e255bcb1505059978ba737a3b3b06d258d3d4800f1579","declaration":"export function safeEqualSecret(provided: string | undefined | null, expected: string | undefined | null): boolean;","entrypoint":"security-runtime","exportName":"safeEqualSecret","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function sanitizeUntrustedFileName(fileName: string, fallbackName: string): string;","entrypoint":"security-runtime","exportName":"sanitizeUntrustedFileName","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"88dfbb03c1a60fc0a6b5041da5ee0921d209659a29065f1167637abd27e949ec","declaration":"export function shouldIncludeSupplementalContext(params: { mode: ContextVisibilityMode; kind: ContextVisibilityKind; senderAllowed: boolean; }): boolean;","entrypoint":"security-runtime","exportName":"shouldIncludeSupplementalContext","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function statRegularFile(filePath: string): Promise<RegularFileStatResult>;","entrypoint":"security-runtime","exportName":"statRegularFile","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function statRegularFileSync(filePath: string): RegularFileStatResult;","entrypoint":"security-runtime","exportName":"statRegularFileSync","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"47f705c4c7206ecfad009224949d826deea3e75cfc44cdb69c5a90617a8304cc","declaration":"export function truncateSanitizedExternalContent(value: string, maxChars: number): { text: string; truncated: boolean; retainedRawChars: number; };","entrypoint":"security-runtime","exportName":"truncateSanitizedExternalContent","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function withTimeout<T>(promise: Promise<T>, timeoutMs: number, labelOrOptions?: string | { label?: string; message?: string; createError?: () => Error; }): Promise<T>;","entrypoint":"security-runtime","exportName":"withTimeout","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0dcd7a9f01a9cdd3a2aff83467c66f4bf291bd6df1f240db7a92654cc946bde1","declaration":"export function wrapExternalContent(content: string, options: WrapExternalContentOptions): string;","entrypoint":"security-runtime","exportName":"wrapExternalContent","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1a0bb157456103e945951d9ee89f6d2381cf6cf740e0fd72e26ccc2e9975f2a5","declaration":"export function wrapWebContent(content: string, source?: \"web_search\" | \"web_fetch\"): string;","entrypoint":"security-runtime","exportName":"wrapWebContent","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"23bc3e9f1cdf7f883b62c056bc0daa894bb25346b6395d2c08a7df7215e4f817","declaration":"export function writeExternalFileWithinRoot(options: ExternalFileWriteOptions): Promise<ExternalFileWriteResult>;","entrypoint":"security-runtime","exportName":"writeExternalFileWithinRoot","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"180c8a33236a360d94d87f9835e28bc9d3569259f5e55feca2a7005b65e4a8a4","declaration":"export const buildUntrustedChannelMetadata: (params: { source: string; label: string; entries: Array<string | null | undefined>; maxChars?: number;}) => string | undefined;","entrypoint":"security-runtime","exportName":"buildUntrustedChannelMetadata","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"fc13d34c1a358924ae87f3d6c00bc71f6497380862719d3e0c09926d4ba8cfed","declaration":"export const replaceFileAtomic: (options: import(\"@openclaw/fs-safe/atomic\").ReplaceFileAtomicOptions) => Promise<import(\"@openclaw/fs-safe/atomic\").ReplaceFileAtomicResult>;","entrypoint":"security-runtime","exportName":"replaceFileAtomic","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"f3ae511a90d7a48206da5dca29ab506ce8330b2734aca4292e378733ad4420d3","declaration":"export type ContextVisibilityDecision = ContextVisibilityDecision;","entrypoint":"security-runtime","exportName":"ContextVisibilityDecision","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0cf3d3778ced4976755e4d08c836664b7e5ecb020aa02c548dacd9013c8bc464","declaration":"export type LookupFn = { (hostname: string, family: number): Promise<LookupAddress>; (hostname: string, options: import(\"node:dns\").LookupOneOptions): Promise<LookupAddress>; (hostname: string, options: import(\"node:dns\").LookupAllOptions): Promise<LookupAddress[]>; (hostname: string, options: import(\"node:dns\").LookupOptions): Promise<LookupAddress | LookupAddress[]>; (hostname: string): Promise<LookupAddress>;};","entrypoint":"security-runtime","exportName":"LookupFn","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"de863c2e6a8def5b5176c6be83d97c7d524870083f52816bd55ee1517e3c472d","declaration":"export type SafeRegexRejectReason = SafeRegexRejectReason;","entrypoint":"security-runtime","exportName":"SafeRegexRejectReason","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2f29e0c5e5d903d768827ca300b2c7c7d175d5effc0f3ccc9fa89568e3edbb67","declaration":"export type SsrFPolicy = SsrFPolicy;","entrypoint":"security-runtime","exportName":"SsrFPolicy","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export declare class FsSafeError extends Error {\n readonly code: FsSafeErrorCode;\n readonly category: FsSafeErrorCategory;\n readonly details?: FsSafeErrorDetails;\n constructor(code: FsSafeErrorCode, message: string, options?: {\n cause?: unknown;\n details?: FsSafeErrorDetails;\n });\n}","entrypoint":"security-runtime","exportName":"FsSafeError","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"class","recordType":"export"}
|
|
{"closureHash":"8a0d6188330c614fda148211606fbfa02c4631b2abdec839cc2241c0a562b83b","declaration":"export class SsrFBlockedError extends Error {\n constructor(message: string);\n}","entrypoint":"security-runtime","exportName":"SsrFBlockedError","importSpecifier":"openclaw/plugin-sdk/security-runtime","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"session-catalog","importSpecifier":"openclaw/plugin-sdk/session-catalog","recordType":"module"}
|
|
{"closureHash":"bae1cd4f0bef782e024be20fc3e3df7fed7ff7cd45a4ca0697f3112b6936e8a1","declaration":"export function classifyClaudeCliHistoryLine(params: { line: string; cliSessionId: string; sourceLineNumber: number; }): ClaudeCliHistoryLineClassification;","entrypoint":"session-catalog","exportName":"classifyClaudeCliHistoryLine","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"01568fe49e319a06678f0d4f3cf1035a1b18c5035b3d69a949e4f8f71cc70819","declaration":"export function classifyClaudeCliHistoryMessage(params: { content: unknown; timestamp?: unknown; cliSessionId: string; sourceLineNumber: number; }): ClaudeCliHistoryLineClassification;","entrypoint":"session-catalog","exportName":"classifyClaudeCliHistoryMessage","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"da9a989da4269c02688df60389aca5b4ec63cd39ac73a746634103b4fd657ffa","declaration":"export function createSessionCatalogAdoptionCoordinator<TResult extends { sessionKey: string; }>(): (params: { sourceKey: string; findExisting: () => string | undefined; create: () => Promise<{ sessionKey: string; }>; complete: (continued: { sessionKey: string; }) => Promise<TResult>; }) => Promise<TResult>;","entrypoint":"session-catalog","exportName":"createSessionCatalogAdoptionCoordinator","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"a7a32cdc228b5a4b027448fe2e79e332d7b5c5ff50f2afdcb9684bf8eb3e1fce","declaration":"export function deleteSessionUpstreamLink(sessionKey: string, agentId: string, options?: OpenClawStateDatabaseOptions): void;","entrypoint":"session-catalog","exportName":"deleteSessionUpstreamLink","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"194cb8ed04679bd319517a0e228373ac6da06736200610a11a4d274339c92f87","declaration":"export function importSessionCatalogHistory(params: { catalogId: string; threadId: string; read: (params: { cursor?: string; limit: number; }) => Promise<SessionsCatalogReadResult>; sessionId: string; sessionKey: string; agentId: string; cwd?: string; config: OpenClawConfig; }): Promise<void>;","entrypoint":"session-catalog","exportName":"importSessionCatalogHistory","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"fb9a9c6a327c81eb3ccfb3550b0d6a3c4b62d7db43f5c248d41ff2abecf0bbc2","declaration":"export function isExternalUserText(probe: SessionUpstreamProbe, text: string | undefined): boolean;","entrypoint":"session-catalog","exportName":"isExternalUserText","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"15bc9d0efd84425cd8635834553df7844310eef660c86fe074504f9e49d3bf1a","declaration":"export function listAdoptedSessionCatalogSessions(params: { config: OpenClawConfig; pluginId: string; runtime: PluginRuntime; sessionEntries?: SessionCatalogEntrySnapshot; sourceFromEntry: (entry: SessionCatalogEntry) => SessionCatalogAdoptedSource | undefined; }): Map<string, string>;","entrypoint":"session-catalog","exportName":"listAdoptedSessionCatalogSessions","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"b283f2e44cb5887012afb52fae5860558d147c15b8110ceb6696d0c2cdc91ead","declaration":"export function listSessionCatalogEntries(params: { config: OpenClawConfig; runtime: PluginRuntime; sessionEntries?: SessionCatalogEntrySnapshot; }): SessionCatalogAgentEntry[];","entrypoint":"session-catalog","exportName":"listSessionCatalogEntries","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"bcb164340d2d8ff229bd4bb7c68126cfc44cfb171a76f363ef7c78c1cdf16f37","declaration":"export function normalizeUserText(text: string): string;","entrypoint":"session-catalog","exportName":"normalizeUserText","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"7fdcd1b85ee1e56ea8faf0afba025d3a9be0a34a8b7fda9f5f9ead922729ecdc","declaration":"export function sessionCatalogAdoptedSessionKey(prefix: string, source: string): string;","entrypoint":"session-catalog","exportName":"sessionCatalogAdoptedSessionKey","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"1e09ce9731a5b5932ec01307e90f9ab93ec0a100616a2a6f3b6416b768e5170b","declaration":"export function sessionCatalogAdoptedSourceKey(hostId: string, threadId: string): string;","entrypoint":"session-catalog","exportName":"sessionCatalogAdoptedSourceKey","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"0888e53777e7a67dd85ee5b56c3059b90a18ea09d91385d39b069f298c99e595","declaration":"export function upsertSessionUpstreamLink(input: { sessionKey: string; agentId: string; catalogId: string; hostId: string; threadId: string; upstreamKind: SessionUpstreamKind; upstreamRef: SessionUpstreamJsonValue; marker: SessionUpstreamJsonValue; }, options?: OpenClawStateDatabaseOptions & { now?: number; }): boolean;","entrypoint":"session-catalog","exportName":"upsertSessionUpstreamLink","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"function","recordType":"export"}
|
|
{"closureHash":"d912ffd409124cf011dc860633e43d024a71c7572e09179215e33591c3b399bc","declaration":"export type ClaudeCliHistoryLineClassification = ClaudeCliHistoryLineClassification;","entrypoint":"session-catalog","exportName":"ClaudeCliHistoryLineClassification","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"3ce2e16820f83094877bb0816827db40c215b6cfd0618e7c37fcad866fc45be7","declaration":"export type SessionCatalog = { error?: { message: string; code: string; } | undefined; id: string; capabilities: { createSession?: { startTerminal?: boolean | undefined; model: string; } | undefined; openTerminal?: boolean | undefined; archive: boolean; continueSession: boolean; }; label: string; hosts: { error?: { message: string; code: string; } | undefined; nextCursor?: string | undefined; nodeId?: string | undefined; sessions: { source?: string | undefined; name?: string | undefined; cwd?: string | undefined; sessionKey?: string | undefined; updatedAt?: number | undefined; createdActor?: { id?: string | undefined; label?: string | undefined; avatarUrl?: string | undefined; type: \"system\" | \"agent\" | \"human\"; } | undefined; createdAt?: number | undefined; modelProvider?: string | undefined; recencyAt?: number | undefined; cliVersion?: string | undefined; gitBranch?: string | undefined; customGroup?: string | undefined; pullRequest?: { state: \"open\" | \"draft\" | \"closed\" | \"merged\"; numbers: number[]; } | undefined; canOpenTerminal?: boolean | undefined; status: string; archived: boolean; threadId: string; canContinue: boolean; canArchive: boolean; }[]; kind: \"gateway\" | \"node\"; label: string; hostId: string; connected: boolean; }[];};","entrypoint":"session-catalog","exportName":"SessionCatalog","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"9b4a85adde7b041dffe1da108a9efbdac2a5ab716ce1b461f929211573ba49a7","declaration":"export type SessionCatalogArchiveProviderParams = SessionCatalogArchiveProviderParams;","entrypoint":"session-catalog","exportName":"SessionCatalogArchiveProviderParams","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"defcf7c0d7ec1f229e64994724216f0b49a5c776f164c03163bfc5cd2eebf16b","declaration":"export type SessionCatalogCapabilities = { createSession?: { startTerminal?: boolean | undefined; model: string; } | undefined; openTerminal?: boolean | undefined; archive: boolean; continueSession: boolean;};","entrypoint":"session-catalog","exportName":"SessionCatalogCapabilities","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"e40a2088ce45658a9c6c15dfaa3ab4ba2edf99bafb0e2061c1e78c5b45b6a3db","declaration":"export type SessionCatalogContinueProviderParams = SessionCatalogContinueProviderParams;","entrypoint":"session-catalog","exportName":"SessionCatalogContinueProviderParams","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"9b0c210d5b64732af0b6e5917957268890aed158cf92c5dde32d0252de72f9ed","declaration":"export type SessionCatalogContinueProviderResult = SessionCatalogContinueProviderResult;","entrypoint":"session-catalog","exportName":"SessionCatalogContinueProviderResult","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"1b1c2b933616e206af0fa0f9d5f50435c041013b9699e19891c1117af32f2d42","declaration":"export type SessionCatalogDescriptor = { id: string; capabilities: { createSession?: { startTerminal?: boolean | undefined; model: string; } | undefined; openTerminal?: boolean | undefined; archive: boolean; continueSession: boolean; }; label: string;};","entrypoint":"session-catalog","exportName":"SessionCatalogDescriptor","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"1c83786a73f37881bd0202129ee916e9d0204393584da802152ba83f5fc6d1ec","declaration":"export type SessionCatalogEntrySnapshot = SessionCatalogEntrySnapshot;","entrypoint":"session-catalog","exportName":"SessionCatalogEntrySnapshot","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"7761b7c4cccd9df93de1309fe9544bc17ed08fe87f1d833d621f335d52a78512","declaration":"export type SessionCatalogHost = { error?: { message: string; code: string; } | undefined; nextCursor?: string | undefined; nodeId?: string | undefined; sessions: { source?: string | undefined; name?: string | undefined; cwd?: string | undefined; sessionKey?: string | undefined; updatedAt?: number | undefined; createdActor?: { id?: string | undefined; label?: string | undefined; avatarUrl?: string | undefined; type: \"system\" | \"agent\" | \"human\"; } | undefined; createdAt?: number | undefined; modelProvider?: string | undefined; recencyAt?: number | undefined; cliVersion?: string | undefined; gitBranch?: string | undefined; customGroup?: string | undefined; pullRequest?: { state: \"open\" | \"draft\" | \"closed\" | \"merged\"; numbers: number[]; } | undefined; canOpenTerminal?: boolean | undefined; status: string; archived: boolean; threadId: string; canContinue: boolean; canArchive: boolean; }[]; kind: \"gateway\" | \"node\"; label: string; hostId: string; connected: boolean;};","entrypoint":"session-catalog","exportName":"SessionCatalogHost","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"3ae60cafef5d794b990c680c062ecc88f1b99f5417d1ae873a385f2d5fed7986","declaration":"export type SessionCatalogListProviderParams = SessionCatalogListProviderParams;","entrypoint":"session-catalog","exportName":"SessionCatalogListProviderParams","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"1b8060a038d38a9dfcdb65119d42049deeb0fa9410a78298cd29bfd9639d2721","declaration":"export type SessionCatalogLocator = { threadId: string; catalogId: string; hostId: string;};","entrypoint":"session-catalog","exportName":"SessionCatalogLocator","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"9d28b49d7d151e159b76819d4449233ac1e279948c020d51366d83c28f9a93e6","declaration":"export type SessionCatalogProvider = SessionCatalogProvider;","entrypoint":"session-catalog","exportName":"SessionCatalogProvider","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"031fa3a50e41f0c7d5672cfbfefe6b5f3a74d7b09824d3a0cf386ab08bdc2ce6","declaration":"export type SessionCatalogPullRequestSummary = { state: \"open\" | \"draft\" | \"closed\" | \"merged\"; numbers: number[];};","entrypoint":"session-catalog","exportName":"SessionCatalogPullRequestSummary","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"2fddff39ee355ab2f5efa463b1a2ff1fdce03da36515d6b4d21988ea28bcd45f","declaration":"export type SessionCatalogReadProviderParams = SessionCatalogReadProviderParams;","entrypoint":"session-catalog","exportName":"SessionCatalogReadProviderParams","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"c5e0c59d9f38e43b780d5d9cbf38ebd4299694e0f52221eee8c72e3a29d27e42","declaration":"export type SessionCatalogSession = { source?: string | undefined; name?: string | undefined; cwd?: string | undefined; sessionKey?: string | undefined; updatedAt?: number | undefined; createdActor?: { id?: string | undefined; label?: string | undefined; avatarUrl?: string | undefined; type: \"system\" | \"agent\" | \"human\"; } | undefined; createdAt?: number | undefined; modelProvider?: string | undefined; recencyAt?: number | undefined; cliVersion?: string | undefined; gitBranch?: string | undefined; customGroup?: string | undefined; pullRequest?: { state: \"open\" | \"draft\" | \"closed\" | \"merged\"; numbers: number[]; } | undefined; canOpenTerminal?: boolean | undefined; status: string; archived: boolean; threadId: string; canContinue: boolean; canArchive: boolean;};","entrypoint":"session-catalog","exportName":"SessionCatalogSession","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"1b670e5b88c8453aca2c15245acc6e18f045477ed283cd16e56f0e23d594274c","declaration":"export type SessionCatalogStartTerminalProviderParams = SessionCatalogStartTerminalProviderParams;","entrypoint":"session-catalog","exportName":"SessionCatalogStartTerminalProviderParams","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"f52254aa27d2e353b787afa8b261407313c851f01f84a46eb88f291357102921","declaration":"export type SessionCatalogTerminalPlan = SessionCatalogTerminalPlan;","entrypoint":"session-catalog","exportName":"SessionCatalogTerminalPlan","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"14f6b63fe323f80ef428a878fb66388c6cb96f4d61dc7e783d7c4ef5fad8d537","declaration":"export type SessionCatalogTranscriptItem = { id?: string | undefined; raw?: unknown; model?: string | undefined; text?: string | undefined; truncated?: boolean | undefined; timestamp?: string | undefined; type: \"other\" | \"reasoning\" | \"toolCall\" | \"toolResult\" | \"userMessage\" | \"agentMessage\";};","entrypoint":"session-catalog","exportName":"SessionCatalogTranscriptItem","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"602118d2d19e666748a162d13f73519a647c7049745987bcafb9ec2aad095c2f","declaration":"export type SessionUpstreamActivity = SessionUpstreamActivity;","entrypoint":"session-catalog","exportName":"SessionUpstreamActivity","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"745d853e0656f53426fc31b0ce8dd75402b9256acacf5d394ee54a5e333b1f69","declaration":"export type SessionUpstreamJsonValue = SessionUpstreamJsonValue;","entrypoint":"session-catalog","exportName":"SessionUpstreamJsonValue","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"8d6e64c4b50f605f5a0a660bcf3e2077d386c392d8fdcc54e58cda520d295a25","declaration":"export type SessionUpstreamKind = SessionUpstreamKind;","entrypoint":"session-catalog","exportName":"SessionUpstreamKind","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"dc2fb2f72a9da579cc178a105fdf24cdb181b8b778f535aea1f8635b95793d4c","declaration":"export type SessionUpstreamProbe = SessionUpstreamProbe;","entrypoint":"session-catalog","exportName":"SessionUpstreamProbe","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"40ca881128371a2c04d254adce9eb078e94fa7332b5f1515a6aab374c09416e3","declaration":"export type SessionsCatalogArchiveParams = { threadId: string; catalogId: string; hostId: string; confirmNoOtherRunner: true;};","entrypoint":"session-catalog","exportName":"SessionsCatalogArchiveParams","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"a9214ee74a9b44e1d02e171825c400d2f5e3edf80abd3d770fefccb91e7aeca2","declaration":"export type SessionsCatalogArchiveResult = { ok: true;};","entrypoint":"session-catalog","exportName":"SessionsCatalogArchiveResult","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"6b6a83eaf19cd49eeec484fe4e88436ec67890d77f7c83ee4ee9c8c80d98493a","declaration":"export type SessionsCatalogContinueParams = { threadId: string; catalogId: string; hostId: string;};","entrypoint":"session-catalog","exportName":"SessionsCatalogContinueParams","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"4493b018e8860c576ea8219a692b2e20a635392299258dcbea47582e1d0a78f9","declaration":"export type SessionsCatalogContinueResult = { sessionKey: string;};","entrypoint":"session-catalog","exportName":"SessionsCatalogContinueResult","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"6096b521b6e7552cf229f8458c178e8abe9a322bd22f38ec4de2d5356c0bc65c","declaration":"export type SessionsCatalogListParams = { search?: string | undefined; agentId?: string | undefined; catalogId?: string | undefined; cursors?: Record<string, string> | undefined; progressId?: string | undefined; limitPerHost?: number | undefined; hostIds?: string[] | undefined;};","entrypoint":"session-catalog","exportName":"SessionsCatalogListParams","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"ab0e15def9f10cd119bc659fbb11176cc509ea75129a93617222097bf059426b","declaration":"export type SessionsCatalogListResult = { catalogs: { error?: { message: string; code: string; } | undefined; id: string; capabilities: { createSession?: { startTerminal?: boolean | undefined; model: string; } | undefined; openTerminal?: boolean | undefined; archive: boolean; continueSession: boolean; }; label: string; hosts: { error?: { message: string; code: string; } | undefined; nextCursor?: string | undefined; nodeId?: string | undefined; sessions: { source?: string | undefined; name?: string | undefined; cwd?: string | undefined; sessionKey?: string | undefined; updatedAt?: number | undefined; createdActor?: { id?: string | undefined; label?: string | undefined; avatarUrl?: string | undefined; type: \"system\" | \"agent\" | \"human\"; } | undefined; createdAt?: number | undefined; modelProvider?: string | undefined; recencyAt?: number | undefined; cliVersion?: string | undefined; gitBranch?: string | undefined; customGroup?: string | undefined; pullRequest?: { state: \"open\" | \"draft\" | \"closed\" | \"merged\"; numbers: number[]; } | undefined; canOpenTerminal?: boolean | undefined; status: string; archived: boolean; threadId: string; canContinue: boolean; canArchive: boolean; }[]; kind: \"gateway\" | \"node\"; label: string; hostId: string; connected: boolean; }[]; }[];};","entrypoint":"session-catalog","exportName":"SessionsCatalogListResult","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"55e61d84e384c7a21d3059d6419778c864bd2bba6b715d400033b0b5dc3e6e1f","declaration":"export type SessionsCatalogReadParams = { cursor?: string | undefined; limit?: number | undefined; threadId: string; catalogId: string; hostId: string;};","entrypoint":"session-catalog","exportName":"SessionsCatalogReadParams","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"a44b9010925ddc9c4d7554ceafa282416eafee6e26ab8be298469dbf0cbf3437","declaration":"export type SessionsCatalogReadResult = { label?: string | undefined; nextCursor?: string | undefined; items: { id?: string | undefined; raw?: unknown; model?: string | undefined; text?: string | undefined; truncated?: boolean | undefined; timestamp?: string | undefined; type: \"other\" | \"reasoning\" | \"toolCall\" | \"toolResult\" | \"userMessage\" | \"agentMessage\"; }[]; threadId: string; hostId: string;};","entrypoint":"session-catalog","exportName":"SessionsCatalogReadResult","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"0fc7ea9dbb15b38e540731855c7be68450c9b0d36a1befb7b0e43912ac9aa4c7","declaration":"export type SessionsCatalogStartTerminalParams = { hostId?: string | undefined; initialMessage?: string | undefined; agentId: string; cwd: string; catalogId: string;};","entrypoint":"session-catalog","exportName":"SessionsCatalogStartTerminalParams","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"27cc66ba3875b700434f1afca5e4fac4a955e7a335c5333457f1dd3021081b73","declaration":"export type SessionsCatalogStartTerminalResult = { title?: string | undefined; agentId: string; cwd: string; sessionId: string; shell: string; confined: boolean;};","entrypoint":"session-catalog","exportName":"SessionsCatalogStartTerminalResult","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"type","recordType":"export"}
|
|
{"closureHash":"fbe86fba889484e9451891b209a438f879518ba6686a2fb6f697662c1e4321d6","declaration":"export interface SessionCatalogEntrySummary {\n sessionKey: string;\n entry: SessionEntry;\n}","entrypoint":"session-catalog","exportName":"SessionCatalogEntrySummary","importSpecifier":"openclaw/plugin-sdk/session-catalog","kind":"interface","recordType":"export"}
|
|
{"category":null,"entrypoint":"session-discussion","importSpecifier":"openclaw/plugin-sdk/session-discussion","recordType":"module"}
|
|
{"closureHash":"fa650758d30806f280a2d47d28a08fb07339a714c7f0ba649e502d94c164340c","declaration":"export function buildControlUiSessionPath(params: BuildControlUiSessionPathParams): string | null;","entrypoint":"session-discussion","exportName":"buildControlUiSessionPath","importSpecifier":"openclaw/plugin-sdk/session-discussion","kind":"function","recordType":"export"}
|
|
{"closureHash":"84522ab5deee4e1f7004a5c548fa64587e077c6b47868f2b4b3166ebe0ca0fbd","declaration":"export function registerSessionDiscussionProvider(provider: SessionDiscussionProvider): void;","entrypoint":"session-discussion","exportName":"registerSessionDiscussionProvider","importSpecifier":"openclaw/plugin-sdk/session-discussion","kind":"function","recordType":"export"}
|
|
{"closureHash":"748bcdd8055568c8197f200099e028ab3e50a7fd3b9486b790e6a37603b7b290","declaration":"export type SessionDiscussionInfo = SessionDiscussionInfo;","entrypoint":"session-discussion","exportName":"SessionDiscussionInfo","importSpecifier":"openclaw/plugin-sdk/session-discussion","kind":"type","recordType":"export"}
|
|
{"closureHash":"e57a2632c39be4028f61b731ee667481daf6d6180c1986759cec77b70edcc58a","declaration":"export type SessionDiscussionProvider = SessionDiscussionProvider;","entrypoint":"session-discussion","exportName":"SessionDiscussionProvider","importSpecifier":"openclaw/plugin-sdk/session-discussion","kind":"type","recordType":"export"}
|
|
{"closureHash":"35b1c325639f50d6fccaf9f9183f174fcd9079d87bf9179d2afee90ed66d632d","declaration":"export type SessionDiscussionState = SessionDiscussionState;","entrypoint":"session-discussion","exportName":"SessionDiscussionState","importSpecifier":"openclaw/plugin-sdk/session-discussion","kind":"type","recordType":"export"}
|
|
{"category":"runtime","entrypoint":"session-store-runtime","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","recordType":"module"}
|
|
{"closureHash":"3aa124483f95e247627c87fdda6e183c94b8c8ddc99845f1b21114641cbb6ced","declaration":"export function canonicalizeMainSessionAlias(params: { cfg?: { session?: { scope?: SessionScope; mainKey?: string; }; }; agentId: string; sessionKey: string; }): string;","entrypoint":"session-store-runtime","exportName":"canonicalizeMainSessionAlias","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b93a4d03f0f6c70c882f799abe5d7483228fc82e0b6eefdf7cd32c5f1b3b6dff","declaration":"export function cleanupSessionLifecycleArtifacts(params: SessionLifecycleArtifactsCleanupParams): Promise<SessionLifecycleArtifactsCleanupResult>;","entrypoint":"session-store-runtime","exportName":"cleanupSessionLifecycleArtifacts","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"417fea5271d2790fae90ffe88d992f4603a4d87079647b10f70ecc2d692b8ae2","declaration":"export function clearSessionStoreCacheForTest(): void;","entrypoint":"session-store-runtime","exportName":"clearSessionStoreCacheForTest","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8b1b9ff1eb07ceac9bef3a2752990f1ec9b2c8ec42111ed9aac302fa89abb632","declaration":"export function deleteSessionEntry(params: DeleteSessionEntryParams): Promise<boolean>;","entrypoint":"session-store-runtime","exportName":"deleteSessionEntry","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dc687147dac037731713e4d94896ce72ff87ad304a2c78c1941bedfecc69f2e9","declaration":"export function deliveryContextFromSession(entry?: Pick<SessionEntry, \"delivery\">): DeliveryContext | undefined;","entrypoint":"session-store-runtime","exportName":"deliveryContextFromSession","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1df79dbfe9b89949743da0b4bd6faf7eada602f0ef532bbe8030946c9c0e0b6c","declaration":"export function evaluateSessionFreshness(params: { updatedAt: number; sessionStartedAt?: number; lastInteractionAt?: number; now: number; policy: SessionResetPolicy; }): SessionFreshness;","entrypoint":"session-store-runtime","exportName":"evaluateSessionFreshness","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"26b2c2a0e76e4f9d6b9f8a4c2a39d49ee46009f39b936f0d20e6179ac46414af","declaration":"export function formatSqliteSessionFileMarker(marker: SqliteSessionFileMarker): string;","entrypoint":"session-store-runtime","exportName":"formatSqliteSessionFileMarker","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1a39c6fba87a24a650f04192804744ca0769bebcd0607e0119d26c6bbd8c4de1","declaration":"export function getSessionEntry(params: SessionStoreReadParams): SessionEntry | undefined;","entrypoint":"session-store-runtime","exportName":"getSessionEntry","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"526bef7870d6d4b42c70db7e806e8cf4f2dae0ab3ae52e09c8b6698059ec3962","declaration":"export function isValidAgentHarnessSessionStoreEntry(sessionKey: string, entry: AgentHarnessSessionStoreEntry): boolean;","entrypoint":"session-store-runtime","exportName":"isValidAgentHarnessSessionStoreEntry","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"77dba039f8ece6208f946291065db6be676301f2ce0a60b0e6a103dffabb1ca5","declaration":"export function listSessionEntries(params?: SessionStoreListParams & { readOnly?: boolean; }): SessionStoreEntrySummary[];","entrypoint":"session-store-runtime","exportName":"listSessionEntries","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3bfce1de65fcde2b9e39321284e60a1f67840600583ffd9efe9f43c942894520","declaration":"export function loadSessionStore(storePath: string, options?: LoadSessionStoreOptions): Record<string, SessionEntry>;","entrypoint":"session-store-runtime","exportName":"loadSessionStore","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5e63dddfa33d5eea404ead98e39f72d51e3313058d00bbf2b54c2e2e22d66bfb","declaration":"export function loadTranscriptEventsSync(params: { agentId?: string; env?: NodeJS.ProcessEnv; sessionId: string; sessionKey?: string; storePath?: string; }): SessionStoreTranscriptEvent[];","entrypoint":"session-store-runtime","exportName":"loadTranscriptEventsSync","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"063ad2b83b2fe0f19667c81eb8a26232a92266421f01fbe35a65a8ec2aa6fa2b","declaration":"export function normalizeSessionDeliveryState(params?: { route?: ChannelRouteRef; context?: DeliveryContext; origin?: SessionOrigin; }): SessionDeliveryState;","entrypoint":"session-store-runtime","exportName":"normalizeSessionDeliveryState","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a2c0f6cdcf43b5572c969fa5bb48468248ff6bd7c43c4c529062b4fd0c5d03a7","declaration":"export function parseSqliteSessionFileMarker(sessionFile: string | undefined): SqliteSessionFileMarker | undefined;","entrypoint":"session-store-runtime","exportName":"parseSqliteSessionFileMarker","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"db1ae24bf480eda3c9ac0a4386611163390d36910587a85b5823bf32624ac17d","declaration":"export function patchSessionEntry(params: PatchSessionEntryParams): Promise<SessionEntry | null>;","entrypoint":"session-store-runtime","exportName":"patchSessionEntry","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6990f6323070ac81e92b45703433b8103574ffa255d26dedf988f9ed7bc1bfe4","declaration":"export function projectSessionDeliveryFields(delivery?: SessionDeliveryState): SessionDeliveryProjection;","entrypoint":"session-store-runtime","exportName":"projectSessionDeliveryFields","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8122d1adf533aab275a2d793165de5c8aa90f6ee59c2b489b86c9775a2fc5cc4","declaration":"export function readAmbientTranscriptWatermark(params: ReadAmbientTranscriptWatermarkParams): AmbientTranscriptWatermark | undefined;","entrypoint":"session-store-runtime","exportName":"readAmbientTranscriptWatermark","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"72c82d479f20e3675cc502ab5184b47145bb1b65c7ac6714f1a3738fac843966","declaration":"export function readRecentUserAssistantTextForSession(params: ReadRecentSessionConversationTextParams): Promise<SessionRecentConversationText[]>;","entrypoint":"session-store-runtime","exportName":"readRecentUserAssistantTextForSession","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e539adb8aaa544d4874dca14a0d0e49b3e4a671a2b14bac0519814c5d6c4489d","declaration":"export function readSessionUpdatedAt(params: SessionStoreReadParams): number | undefined;","entrypoint":"session-store-runtime","exportName":"readSessionUpdatedAt","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8ff3f99fe45776fe7fed91609a35cc76c3aa92244731da8753aa17d737cc9d61","declaration":"export function readTranscriptStatsSync(params: { agentId?: string; env?: NodeJS.ProcessEnv; sessionId: string; sessionKey?: string; storePath?: string; }): { eventCount: number; maxSeq: number; sizeBytes: number; };","entrypoint":"session-store-runtime","exportName":"readTranscriptStatsSync","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8860cc7cca487ef645afd28fe6586c9f37ac2993812bf43650e3c46bbc333cd7","declaration":"export function recordSessionMetaFromInbound(params: RecordInboundSessionMetaParams): Promise<SessionEntry | null>;","entrypoint":"session-store-runtime","exportName":"recordSessionMetaFromInbound","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ceeab98f1e47e10da267860232dab4334f0cfdbe50b69a7a4b38d8b9d02efd4e","declaration":"export function resolveAmbientTranscriptWatermarkKey(scope: AmbientTranscriptWatermarkScope): string;","entrypoint":"session-store-runtime","exportName":"resolveAmbientTranscriptWatermarkKey","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2cd1c017d99f55b339ebc95594747cad3472431fc6fba1eca77855eef3b0052","declaration":"export function resolveChannelResetConfig(params: { sessionCfg?: SessionConfig; channel?: string | null; }): SessionResetConfig | undefined;","entrypoint":"session-store-runtime","exportName":"resolveChannelResetConfig","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6333eab946eff0194867385a4660e8ca90a5444a3b211b9bc4dfbf11eda54939","declaration":"export function resolveGroupSessionKey(ctx: MsgContext): GroupKeyResolution | null;","entrypoint":"session-store-runtime","exportName":"resolveGroupSessionKey","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"15dc3eb7f4a4841b8e8029b4861c154805088836de3e3d39b8f0e5ae2ea7a0d0","declaration":"export function resolveSendPolicy(params: { cfg: OpenClawConfig; entry?: SessionEntry; sessionKey?: string; channel?: string; chatType?: SessionChatType; }): SessionSendPolicyDecision;","entrypoint":"session-store-runtime","exportName":"resolveSendPolicy","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"16ed45ad9d0a709323e0675e5369b44c3268d510340ca6a63d3914c892c0301f","declaration":"export function resolveSessionFilePath(sessionId: string, entry?: { sessionFile?: string; }, options?: { agentId?: string; sessionsDir?: string; }): string;","entrypoint":"session-store-runtime","exportName":"resolveSessionFilePath","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6b730d72b488b63c82c9dc6f3f778d3f4cab67d95d1702d894383858fd42ba5a","declaration":"export function resolveSessionKey(scope: SessionScope, ctx: MsgContext, mainKey?: string, agentId?: string): string;","entrypoint":"session-store-runtime","exportName":"resolveSessionKey","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e67d9e13c98ecf437dcdb42614a456d5103cbf9560f9dc3b1b82e1e54da5025","declaration":"export function resolveSessionResetPolicy(params: { sessionCfg?: SessionConfig; resetType: SessionResetType; resetOverride?: SessionResetConfig; }): SessionResetPolicy;","entrypoint":"session-store-runtime","exportName":"resolveSessionResetPolicy","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bac2349d4b375374275c3e7cf296c6d7d4f7b8ea1037621ecaa1e56a6ae5e43f","declaration":"export function resolveSessionResetType(params: { sessionKey?: string | null; isGroup?: boolean; isThread?: boolean; }): SessionResetType;","entrypoint":"session-store-runtime","exportName":"resolveSessionResetType","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"92885132a78056b2c528a0e15882f86ace5b0803e270df27894268d0f6b80d06","declaration":"export function resolveSessionStoreBackupPaths(params: { agentId?: string; storePath: string; }): string[];","entrypoint":"session-store-runtime","exportName":"resolveSessionStoreBackupPaths","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"96cc798b10b00a3845ce0b68b5f8d58079e0bbcbc73d49e1fef7c14f8a1e8662","declaration":"export function resolveSessionStoreEntry(params: { store: Record<string, SessionEntry>; sessionKey: string; }): { normalizedKey: string; existing: SessionEntry | undefined; legacyKeys: string[]; };","entrypoint":"session-store-runtime","exportName":"resolveSessionStoreEntry","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"63521c0206e0dffb421ac669d505a6fb1043c80131c71b256936c93ff007cf66","declaration":"export function resolveStorePath(store?: string, options?: { agentId?: string; env?: NodeJS.ProcessEnv; }): string;","entrypoint":"session-store-runtime","exportName":"resolveStorePath","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c466594f6e8084ea908ed3d24e920d5f78b1d355e2cbc5c3fd63ae2e93fca198","declaration":"export function resolveThreadFlag(params: { sessionKey?: string | null; messageThreadId?: string | number | null; threadLabel?: string | null; threadStarterBody?: string | null; parentSessionKey?: string | null; }): boolean;","entrypoint":"session-store-runtime","exportName":"resolveThreadFlag","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"47b9085be6644f8b7b2965e9a1ec3df49b9bfc1aa3430a19b8ea78904e4782a4","declaration":"export function resolveTranscriptSessionKeyBySessionId(params: { agentId?: string; env?: NodeJS.ProcessEnv; sessionId: string; storePath?: string; }): string | undefined;","entrypoint":"session-store-runtime","exportName":"resolveTranscriptSessionKeyBySessionId","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e25a160d5b9f92ab67a0ea7f8df2985dd630060b1bc6b745ac7af30d60d1d46e","declaration":"export function sessionDeliveryChannel(entry?: Pick<SessionEntry, \"delivery\">): string | undefined;","entrypoint":"session-store-runtime","exportName":"sessionDeliveryChannel","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"735c21c1a16a9556eb5022bc8a6134e9bea8161fac926b95b8b91a1ff0e02314","declaration":"export function sessionDeliveryOrigin(entry?: Pick<SessionEntry, \"delivery\">): SessionOrigin | undefined;","entrypoint":"session-store-runtime","exportName":"sessionDeliveryOrigin","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7d7ddfb05ee3462b1e9ada51c4808e5dabf25f3a28c9a3c548dc0452a2527e02","declaration":"export function sessionDeliveryRoute(entry?: Pick<SessionEntry, \"delivery\">): ChannelRouteRef | undefined;","entrypoint":"session-store-runtime","exportName":"sessionDeliveryRoute","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6b168f3f8084779c1404122dacc8f0829005fe895d1d643a49314cb6d94cdb23","declaration":"export function sqliteSessionFileMarkerMatchesSession(sessionFile: string | undefined, sessionId: string): boolean;","entrypoint":"session-store-runtime","exportName":"sqliteSessionFileMarkerMatchesSession","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"aa83c816c22c55f74b77081601c9b62a22fb84d9ce7d00718997a1774b207996","declaration":"export function updateAmbientTranscriptWatermark(params: { storePath: string; sessionKey: string; key: string; messageId: string; timestampMs?: number; expectedSessionId?: string; }): Promise<SessionEntry | null>;","entrypoint":"session-store-runtime","exportName":"updateAmbientTranscriptWatermark","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"30ae6b59a2684ae6bed7b53bb526130eda6e55b67470402355fb1eda45739f27","declaration":"export function updateLastRoute(params: UpdateSessionLastRouteParams): Promise<SessionEntry | null>;","entrypoint":"session-store-runtime","exportName":"updateLastRoute","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e7562ba70ee245368f1a0e0a72f61914e3461e0081d156dbda57b870ebf260d0","declaration":"export function updateSessionStore<T>(storePath: string, mutator: (store: Record<string, SessionEntry>) => Promise<T> | T, options?: UpdateSessionStoreOptions<T>): Promise<T>;","entrypoint":"session-store-runtime","exportName":"updateSessionStore","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0c1f07ca5c09c965e5ba5ff95f564cbcb8c6b7c3e1c54e7406f7357e41de01d1","declaration":"export function updateSessionStoreEntry(params: UpdateSessionStoreEntryParams): Promise<SessionEntry | null>;","entrypoint":"session-store-runtime","exportName":"updateSessionStoreEntry","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6e3aa7c888be8a44773fe1a46d52e641544573b4d873ef6d509cb0983f535fba","declaration":"export function upsertSessionEntry(params: UpsertSessionEntryParams): Promise<void>;","entrypoint":"session-store-runtime","exportName":"upsertSessionEntry","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cbc80bcc50ae382799f13e32ce35ef0e8ab6806c498bda738fd28ff2a0e00a9f","declaration":"export type AmbientTranscriptWatermarkScope = AmbientTranscriptWatermarkScope;","entrypoint":"session-store-runtime","exportName":"AmbientTranscriptWatermarkScope","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b774701ccf8fe09f76e5a65801ffc00f5ca6c3ee7a23be3220ef3c2c8be123a5","declaration":"export type LoadSessionStoreOptions = LoadSessionStoreOptions;","entrypoint":"session-store-runtime","exportName":"LoadSessionStoreOptions","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7f155ebdbb2a8f8038b3533e7405fa3099db9ba458d0d67cc88a9cfcedae2363","declaration":"export type SessionRecentConversationText = SessionRecentConversationText;","entrypoint":"session-store-runtime","exportName":"SessionRecentConversationText","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7e8f5d0815e1289c9ee6cf756a7beaf5938f5e82429161b5d57346d6c9c7cd9c","declaration":"export type SessionScope = SessionScope;","entrypoint":"session-store-runtime","exportName":"SessionScope","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"0f6e771971dcbf975ffc53a64338beb06bafa7bc3b07e22c84d73ed8a410a0c9","declaration":"export type SessionStoreTranscriptEvent = unknown;","entrypoint":"session-store-runtime","exportName":"SessionStoreTranscriptEvent","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7671763eec3e8ed7d42c8a243203bfdb03cc3403323afb3eb42c870ed6f44792","declaration":"export type SqliteSessionFileMarker = SqliteSessionFileMarker;","entrypoint":"session-store-runtime","exportName":"SqliteSessionFileMarker","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ba46f86e4bfbf3dcf6c90de75a815a61c8f41f8ac5816fc538e51a9079fbe906","declaration":"export type UpdateSessionStoreOptions<T> = UpdateSessionStoreOptions<T>;","entrypoint":"session-store-runtime","exportName":"UpdateSessionStoreOptions","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1c593bd58858f7edf508d664b8368439edd41b782ab9d039c981a9ddb4bfbfe1","declaration":"export interface SessionEntry extends SessionEntryCore {\n}","entrypoint":"session-store-runtime","exportName":"SessionEntry","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"interface","recordType":"export"}
|
|
{"closureHash":"64219c88f4fa374c95b82e72054a57c5eb1efab1dcb00e3e06bea5f6a0e05998","declaration":"export class SessionStoreAgentIdRequiredError extends Error {\n constructor();\n}","entrypoint":"session-store-runtime","exportName":"SessionStoreAgentIdRequiredError","importSpecifier":"openclaw/plugin-sdk/session-store-runtime","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"setup","importSpecifier":"openclaw/plugin-sdk/setup","recordType":"module"}
|
|
{"closureHash":"df1f07c02750042d07dc32765d53724bce3f9788c0e3a0155cdee89fbb28d7af","declaration":"export function addWildcardAllowFrom(allowFrom?: ReadonlyArray<string | number> | null): string[];","entrypoint":"setup","exportName":"addWildcardAllowFrom","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"19a3d4c1fdad2b565e7428da26e0dafa76f08498bcf06ac3df098486ff4afc2c","declaration":"export function applyAccountNameToChannelSection(params: { cfg: OpenClawConfig; channelKey: string; accountId: string; name?: string; alwaysUseAccounts?: boolean; }): OpenClawConfig;","entrypoint":"setup","exportName":"applyAccountNameToChannelSection","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"ec2f2eb986454a30873082716260263c48a248291329fc7fc2a78d274141ed16","declaration":"export function applySetupAccountConfigPatch(params: { cfg: OpenClawConfig; channelKey: string; accountId: string; patch: Record<string, unknown>; }): OpenClawConfig;","entrypoint":"setup","exportName":"applySetupAccountConfigPatch","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"715bc65fb1dd9709306c064c0ac8d24893b3942fcc8321aa26173f99a630d1f8","declaration":"export function baseUrlTextInput<TAccount>(params: BaseUrlTextInputParams<TAccount>): ChannelSetupWizardTextInput;","entrypoint":"setup","exportName":"baseUrlTextInput","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"c7471bfee5539519345f0c722406f9ecf55ee4908e23b8c110dedbc60ff3435e","declaration":"export function buildSingleChannelSecretPromptState(params: { accountConfigured: boolean; hasConfigToken: boolean; allowEnv: boolean; envValue?: string; }): { accountConfigured: boolean; hasConfigToken: boolean; canUseEnv: boolean; };","entrypoint":"setup","exportName":"buildSingleChannelSecretPromptState","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"ab6c92fc839509b9c472b5c53d0b666a328f1dd0701a24b0a02aada6bf148540","declaration":"export function createAccountScopedAllowFromSection(params: { channel: string; credentialInputKey?: NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"credentialInputKey\"]; helpTitle?: string; helpLines?: string[]; message: string; placeholder: string; invalidWithoutCredentialNote: string; parseId: NonNullable<NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"parseId\"]>; resolveEntries: NonNullable<NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"resolveEntries\"]>; }): NonNullable<ChannelSetupWizard[\"allowFrom\"]>;","entrypoint":"setup","exportName":"createAccountScopedAllowFromSection","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"c71797b41a5ee865612e3b952091ac0ededc55ebc3c58c935cb3256746cd546d","declaration":"export function createAllowFromSection(params: { helpTitle?: string; helpLines?: string[]; credentialInputKey?: NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"credentialInputKey\"]; message: string; placeholder: string; invalidWithoutCredentialNote: string; parseInputs?: NonNullable<NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"parseInputs\"]>; parseId: NonNullable<NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"parseId\"]>; resolveEntries?: NonNullable<NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"resolveEntries\"]>; apply: NonNullable<NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"apply\"]>; }): NonNullable<ChannelSetupWizard[\"allowFrom\"]>;","entrypoint":"setup","exportName":"createAllowFromSection","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"a63811b7e3c5c54ad86daa4698904b474ca089543d66680377b75d30cdb9685d","declaration":"export function createDelegatedSetupWizardProxy(params: { channel: string; loadWizard: () => Promise<ChannelSetupWizard>; status: DelegatedStatusBase; credentials?: ChannelSetupWizard[\"credentials\"]; textInputs?: ChannelSetupWizard[\"textInputs\"]; completionNote?: ChannelSetupWizard[\"completionNote\"]; dmPolicy?: ChannelSetupWizard[\"dmPolicy\"]; disable?: ChannelSetupWizard[\"disable\"]; resolveShouldPromptAccountIds?: ChannelSetupWizard[\"resolveShouldPromptAccountIds\"]; onAccountRecorded?: ChannelSetupWizard[\"onAccountRecorded\"]; delegatePrepare?: boolean; delegateFinalize?: boolean; }): ChannelSetupWizard;","entrypoint":"setup","exportName":"createDelegatedSetupWizardProxy","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"8ad8bcd04409109770278f7666bb21b4ca59bc6fb8e4a83f046b7038946ffaec","declaration":"export function createDetectedBinaryStatus(params: { channelLabel: string; binaryLabel: string; configuredLabel: string; unconfiguredLabel: string; configuredHint: string; unconfiguredHint: string; configuredScore: number; unconfiguredScore: number; resolveConfigured: (params: { cfg: OpenClawConfig; accountId?: string; }) => boolean | Promise<boolean>; resolveBinaryPath: (params: { cfg: OpenClawConfig; accountId?: string; }) => string; detectBinary?: (path: string) => Promise<boolean>; }): ChannelSetupWizardStatus;","entrypoint":"setup","exportName":"createDetectedBinaryStatus","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"e3193d0fa077f2edfa71bf1250164c7eff479ccb253e6f4f611d3bc075a72c51","declaration":"export function createPatchedAccountSetupAdapter<Input extends { name?: string; } = ChannelSetupInput>(params: { channelKey: string; alwaysUseAccounts?: boolean; ensureChannelEnabled?: boolean; ensureAccountEnabled?: boolean; validateInput?: ChannelSetupAdapter<Input>[\"validateInput\"]; buildPatch: (input: Input) => Record<string, unknown>; }): ChannelSetupAdapter<Input>;","entrypoint":"setup","exportName":"createPatchedAccountSetupAdapter","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"e19385fe23f8c9c9bff3f294743da5f59d93185cc2b7dd93ceda3be9d353a3eb","declaration":"export function createPromptParsedAllowFromForAccount<TConfig extends OpenClawConfig>(params: { defaultAccountId: string | ((cfg: TConfig) => string); noteTitle?: string; noteLines?: string[]; message: string; placeholder: string; parseEntries: (raw: string) => ParsedAllowFromResult; getExistingAllowFrom: (params: { cfg: TConfig; accountId: string; }) => Array<string | number>; mergeEntries?: (params: { existing: Array<string | number>; parsed: string[]; }) => string[]; applyAllowFrom: (params: { cfg: TConfig; accountId: string; allowFrom: string[]; }) => TConfig | Promise<TConfig>; }): NonNullable<ChannelSetupDmPolicy[\"promptAllowFrom\"]>;","entrypoint":"setup","exportName":"createPromptParsedAllowFromForAccount","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"f053ff0ab66d8183dc8ff2718ae5aea9a0c1180aa89fd74c2b83cb3ddb8c737c","declaration":"export function createSetupInputPresenceValidator<Input extends { name?: string; useEnv?: boolean; } = ChannelSetupInput>(params: { defaultAccountOnlyEnvError?: string; whenNotUseEnv?: SetupInputPresenceRequirement[]; validate?: (params: { cfg: OpenClawConfig; accountId: string; input: Input; }) => string | null; }): NonNullable<ChannelSetupAdapter<Input>[\"validateInput\"]>;","entrypoint":"setup","exportName":"createSetupInputPresenceValidator","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"7736cef1c67d2172648b5a48c272e4fc4b976a7ccd9e216afad58f8ed0028b51","declaration":"export function createSetupTranslator(options?: { locale?: WizardLocale; keyPrefix?: string; }): SetupTranslator;","entrypoint":"setup","exportName":"createSetupTranslator","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"914e4f04ce4b71e267735bb9b5c3e974c29382651c5314dbf22396acca722961","declaration":"export function createStandardChannelSetupStatus(params: { channelLabel: string; configuredLabel: string; unconfiguredLabel: string; configuredHint?: string; unconfiguredHint?: string; configuredScore?: number; unconfiguredScore?: number; includeStatusLine?: boolean; resolveConfigured: ChannelSetupWizardStatus[\"resolveConfigured\"]; resolveExtraStatusLines?: (params: { cfg: OpenClawConfig; accountId?: string; configured: boolean; }) => string[] | Promise<string[]>; }): ChannelSetupWizardStatus;","entrypoint":"setup","exportName":"createStandardChannelSetupStatus","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"7228a56befb298ac1316f8e460b814c8d2712e071633f1e113fdbda9fbf46d4b","declaration":"export function createTopLevelChannelAllowFromSetter(params: { channel: string; enabled?: boolean; }): (cfg: OpenClawConfig, allowFrom: string[]) => OpenClawConfig;","entrypoint":"setup","exportName":"createTopLevelChannelAllowFromSetter","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"68bcd99b8228dd33f1a7e15ba10c8975acc2ce21daa55274f43bab28c0baca06","declaration":"export function createTopLevelChannelDmPolicy(params: { label: string; channel: string; policyKey: string; allowFromKey: string; getCurrent: (cfg: OpenClawConfig) => DmPolicy; promptAllowFrom?: ChannelSetupDmPolicy[\"promptAllowFrom\"]; getAllowFrom?: (cfg: OpenClawConfig) => Array<string | number> | undefined; }): ChannelSetupDmPolicy;","entrypoint":"setup","exportName":"createTopLevelChannelDmPolicy","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"aa974f27e56f10de801655509b07d95b97fa2bebafbe7a60c31124b9d5684f14","declaration":"export function createTopLevelChannelDmPolicySetter(params: { channel: string; getAllowFrom?: (cfg: OpenClawConfig) => Array<string | number> | undefined; }): (cfg: OpenClawConfig, dmPolicy: DmPolicy) => OpenClawConfig;","entrypoint":"setup","exportName":"createTopLevelChannelDmPolicySetter","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"6746d440225410c0522c113d203669e74b70c8903a5c0a56365f91620066b691","declaration":"export function createTopLevelChannelGroupPolicySetter(params: { channel: string; enabled?: boolean; }): (cfg: OpenClawConfig, groupPolicy: \"open\" | \"allowlist\" | \"disabled\") => OpenClawConfig;","entrypoint":"setup","exportName":"createTopLevelChannelGroupPolicySetter","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"981af754881e825e9ce61628e4abffaa118681ccbec98c556bd437e64b2753e1","declaration":"export function createTopLevelChannelParsedAllowFromPrompt(params: { channel: string; defaultAccountId: string | ((cfg: OpenClawConfig) => string); enabled?: boolean; noteTitle?: string; noteLines?: string[]; message: string; placeholder: string; parseEntries: (raw: string) => ParsedAllowFromResult; getExistingAllowFrom?: (cfg: OpenClawConfig) => Array<string | number>; mergeEntries?: (params: { existing: Array<string | number>; parsed: string[]; }) => string[]; }): NonNullable<ChannelSetupDmPolicy[\"promptAllowFrom\"]>;","entrypoint":"setup","exportName":"createTopLevelChannelParsedAllowFromPrompt","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"9eb0c6f0350699d3be65771211b10de71cadeae60cadab760afd48cd2596964f","declaration":"export function defineTokenCredential<TAccount extends ResolvedCredentialAccount>(params: TokenCredentialParams<TAccount>): ChannelSetupWizardCredential;","entrypoint":"setup","exportName":"defineTokenCredential","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"26dcf47184d1102f93bdd2d36e5853934dd50f2114085c47f5c0636253e0d0db","declaration":"export function detectBinary(name: string): Promise<boolean>;","entrypoint":"setup","exportName":"detectBinary","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"a9a56021d1ea652a6a44598b2ca6fd3320780e1ddb4b2a97cb72be9a4fab8b36","declaration":"export function formatCliCommand(command: string, env?: Record<string, string | undefined>): string;","entrypoint":"setup","exportName":"formatCliCommand","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"100681e81f9f506669fc035ad0d80f698375f947d967c662b113729e28864b6b","declaration":"export function formatDocsLink(path: string | undefined | null, label?: string, opts?: { fallback?: string; force?: boolean; }): string;","entrypoint":"setup","exportName":"formatDocsLink","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"8610b4c7f45677e43b7c3d7b15bb62407ecf042497978de94ca7a3f24818f952","declaration":"export function formatResolvedUnresolvedNote(params: { resolved: string[]; unresolved: string[]; }): string | undefined;","entrypoint":"setup","exportName":"formatResolvedUnresolvedNote","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"76a18a66265764e8ba9fc368bde0f804f9962c9b8f5addb7dfcf508511da6464","declaration":"export function hasConfiguredSecretInput(value: unknown, defaults?: SecretDefaults): boolean;","entrypoint":"setup","exportName":"hasConfiguredSecretInput","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"f402c77d1bc7b5e3ca50dbaab8c0f48e0919941c00a9e62249fd60957614feaf","declaration":"export function mergeAllowFromEntries(current: Array<string | number> | null | undefined, additions: Array<string | number>): string[];","entrypoint":"setup","exportName":"mergeAllowFromEntries","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5247306113cf7f9626a87afab86e792b9725fa3b400ce7d8842c0a0cb6f02cd","declaration":"export function migrateBaseNameToDefaultAccount(params: { cfg: OpenClawConfig; channelKey: string; alwaysUseAccounts?: boolean; }): OpenClawConfig;","entrypoint":"setup","exportName":"migrateBaseNameToDefaultAccount","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"8d02d52b96881da53e40bac9553d99e9041a8e1e907eedcebdc71de74d98349a","declaration":"export function moveSingleAccountChannelSectionToDefaultAccount(params: { cfg: OpenClawConfig; channelKey: string; setupSurface?: ChannelSetupAdapter; }): OpenClawConfig;","entrypoint":"setup","exportName":"moveSingleAccountChannelSectionToDefaultAccount","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"fc8afd3f197b3e15e86db4f7c685104f0b7a4a0cd2420123103ab540781fa310","declaration":"export function normalizeAccountId(value: string | undefined | null): string;","entrypoint":"setup","exportName":"normalizeAccountId","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"1fc94c3180a703dcf11352b94da2f0179c4280156b8d573f0c58071c7258881b","declaration":"export function normalizeAllowFromEntries(entries: Array<string | number>, normalizeEntry?: (value: string) => string | null | undefined): string[];","entrypoint":"setup","exportName":"normalizeAllowFromEntries","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"75d8cad9951923efbe06ada3d4f3d0f0c26d478814ceb10079c18c3706d7f226","declaration":"export function normalizeE164(number: string): string;","entrypoint":"setup","exportName":"normalizeE164","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"a8cbcb18e28cc49c52eee67e63fd89e86dfaf3bf37c3937dbb7ca9f7cf08447c","declaration":"export function normalizeSecretInputString(value: unknown): string | undefined;","entrypoint":"setup","exportName":"normalizeSecretInputString","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"d8841cdc20c170087a604e3b8c445c7e4e6be0c2a33a29f80c92f696232d256e","declaration":"export function parseSetupEntriesWithParser(raw: string, parseEntry: (entry: string) => ParsedSetupEntry): { entries: string[]; error?: string; };","entrypoint":"setup","exportName":"parseSetupEntriesWithParser","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"cff60f0dcaad4eef25ebeb313b3b12c055fd04e94b93757de01e572d8e42732e","declaration":"export function patchChannelConfigForAccount(params: { cfg: OpenClawConfig; channel: AccountScopedChannel; accountId: string; patch: Record<string, unknown>; setupSurface?: ChannelSetupAdapter; }): OpenClawConfig;","entrypoint":"setup","exportName":"patchChannelConfigForAccount","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"1481c5a2b18911fcb7889fbe9dfa536b0cbf666a925f92c711ee6408bb03df04","declaration":"export function patchScopedAccountConfig(params: { cfg: OpenClawConfig; channelKey: string; accountId: string; patch: Record<string, unknown>; accountPatch?: Record<string, unknown>; clearFields?: readonly string[]; ensureChannelEnabled?: boolean; ensureAccountEnabled?: boolean; scopeDefaultToAccounts?: boolean; }): OpenClawConfig;","entrypoint":"setup","exportName":"patchScopedAccountConfig","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"b5c39edaff4515a3b3e68abdb1ff203685c89850080e8e10a3f093e7c3b3084d","declaration":"export function patchTopLevelChannelConfigSection(params: { cfg: OpenClawConfig; channel: string; enabled?: boolean; clearFields?: string[]; patch: Record<string, unknown>; }): OpenClawConfig;","entrypoint":"setup","exportName":"patchTopLevelChannelConfigSection","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"741168f196eee366f5eda731e94fcf4aa31e955df4ecf1fdd62cc0b6f197af97","declaration":"export function pathExists(targetPath: string): Promise<boolean>;","entrypoint":"setup","exportName":"pathExists","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"a7fd683636c856830ea47606f4cf6dbd699e58ada870f4e99ea2a2c8c03e8db4","declaration":"export function prepareScopedSetupConfig(params: { cfg: OpenClawConfig; channelKey: string; accountId: string; name?: string; alwaysUseAccounts?: boolean; migrateBaseName?: boolean; }): OpenClawConfig;","entrypoint":"setup","exportName":"prepareScopedSetupConfig","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"d5a929c9a1d4b3cfc52c67c43e7fac05fbe6c0e5031851a61fa0824009414b50","declaration":"export function promptChannelAccessConfig(params: { prompter: WizardPrompter; label: string; currentPolicy?: ChannelAccessPolicy; currentEntries?: string[]; placeholder?: string; allowOpen?: boolean; allowDisabled?: boolean; skipAllowlistEntries?: boolean; defaultPrompt?: boolean; updatePrompt?: boolean; }): Promise<{ policy: ChannelAccessPolicy; entries: string[]; } | null>;","entrypoint":"setup","exportName":"promptChannelAccessConfig","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"56372fbf16631121b86128473f84a034a49558fb16aafd7de92c310d03f43e29","declaration":"export function promptSingleChannelSecretInput(params: { cfg: OpenClawConfig; prompter: Pick<WizardPrompter, \"confirm\" | \"text\" | \"select\" | \"note\">; providerHint: string; credentialLabel: string; secretInputMode?: \"plaintext\" | \"ref\"; accountConfigured: boolean; canUseEnv: boolean; hasConfigToken: boolean; envPrompt: string; keepPrompt: string; inputPrompt: string; preferredEnvVar?: string; }): Promise<SingleChannelSecretInputPromptResult>;","entrypoint":"setup","exportName":"promptSingleChannelSecretInput","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"2e04bd34cae1bd8cdfc2ea4b0e64c78272eb2c31f0e8278edc4f564175cf88f9","declaration":"export function resolveSetupAccountId(params: { accountId?: string; defaultAccountId: string; }): string;","entrypoint":"setup","exportName":"resolveSetupAccountId","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"b82dc9bea599f5e036e1c1d4b1e953072aa41ca300fb8552f1e6318f41c28722","declaration":"export function runSingleChannelSecretStep(params: { cfg: OpenClawConfig; prompter: Pick<WizardPrompter, \"confirm\" | \"text\" | \"select\" | \"note\">; providerHint: string; credentialLabel: string; secretInputMode?: \"plaintext\" | \"ref\"; accountConfigured: boolean; hasConfigToken: boolean; allowEnv: boolean; envValue?: string; envPrompt: string; keepPrompt: string; inputPrompt: string; preferredEnvVar?: string; onMissingConfigured?: () => Promise<void>; applyUseEnv?: (cfg: OpenClawConfig) => OpenClawConfig | Promise<OpenClawConfig>; applySet?: (cfg: OpenClawConfig, value: SecretInput, resolvedValue: string) => OpenClawConfig | Promise<OpenClawConfig>; }): Promise<{ cfg: OpenClawConfig; action: SingleChannelSecretInputPromptResult[\"action\"]; resolvedValue?: string; }>;","entrypoint":"setup","exportName":"runSingleChannelSecretStep","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"778c399c00cb0ca2ebdfb92d52ce14e7b779796eb2063ef1bddc905cf66fbb0d","declaration":"export function setSetupChannelEnabled(cfg: OpenClawConfig, channel: string, enabled: boolean): OpenClawConfig;","entrypoint":"setup","exportName":"setSetupChannelEnabled","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"073175a5158c5ab37dd36f7c071125f554bc7b9c1842122273123de8c87cc294","declaration":"export function setTopLevelChannelDmPolicyWithAllowFrom(params: { cfg: OpenClawConfig; channel: string; dmPolicy: DmPolicy; getAllowFrom?: (cfg: OpenClawConfig) => Array<string | number> | undefined; }): OpenClawConfig;","entrypoint":"setup","exportName":"setTopLevelChannelDmPolicyWithAllowFrom","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c2a87632f2b940c354a9ab6b7dc076b537da9744347e9cc360855e7ca5e913a","declaration":"export function splitSetupEntries(raw: string): string[];","entrypoint":"setup","exportName":"splitSetupEntries","importSpecifier":"openclaw/plugin-sdk/setup","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40933a11984425d14a7a479bda0d2cd14cbfa9371164774f39bebbf12861df7","declaration":"export const DEFAULT_ACCOUNT_ID: \"default\";","entrypoint":"setup","exportName":"DEFAULT_ACCOUNT_ID","importSpecifier":"openclaw/plugin-sdk/setup","kind":"const","recordType":"export"}
|
|
{"closureHash":"4226db041b1af5359b4fa929164685ee3e75a1f644751c240eee292cfc50d0d9","declaration":"export const promptAccountId: PromptAccountId;","entrypoint":"setup","exportName":"promptAccountId","importSpecifier":"openclaw/plugin-sdk/setup","kind":"const","recordType":"export"}
|
|
{"closureHash":"f5f987e9d43824a9dd1c2142f38c114c6fd46b06649686127d6d484f0e8bc90f","declaration":"export type ChannelSetupAdapter<Input extends {\n name?: string;\n} = ChannelSetupInput> = ChannelSetupAdapter<Input>;","entrypoint":"setup","exportName":"ChannelSetupAdapter","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"864220887481a725fae7b07f41853d3bcef8fe0c1bc72efab417228b564a235f","declaration":"export type ChannelSetupDmPolicy = ChannelSetupDmPolicy;","entrypoint":"setup","exportName":"ChannelSetupDmPolicy","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"c7f4189c00fda265d2124e4603f9a2936229c7bf5dcc246e5d6f831179d18182","declaration":"export type ChannelSetupInput = ChannelSetupInput;","entrypoint":"setup","exportName":"ChannelSetupInput","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"88884bdd712bb3d317a7cb24791e01644c3ebaebed0a861e8f70a74afe0e3b22","declaration":"export type ChannelSetupWizard = ChannelSetupWizard;","entrypoint":"setup","exportName":"ChannelSetupWizard","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"88884bdd712bb3d317a7cb24791e01644c3ebaebed0a861e8f70a74afe0e3b22","declaration":"export type ChannelSetupWizardAdapter = ChannelSetupWizardAdapter;","entrypoint":"setup","exportName":"ChannelSetupWizardAdapter","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"91ce134a2ed25820c58783cc8f67d3619990ed601ecbc4aa6c47b78b2215f37d","declaration":"export type DmPolicy = DmPolicy;","entrypoint":"setup","exportName":"DmPolicy","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"5bad49299b152644fe981472dc214e98e9ae922e96be24492e331d2530dddce1","declaration":"export type GroupPolicy = GroupPolicy;","entrypoint":"setup","exportName":"GroupPolicy","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"setup","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"582a9dc1e5c1d679169b950294183323ae0ce9ce705e5d8b0880d80419561afe","declaration":"export type SecretInput = SecretInput;","entrypoint":"setup","exportName":"SecretInput","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"c43865f638c39f7325e988db5dd58e76c9dfd21cc7d939e2cf952f5b65de8fdf","declaration":"export type WizardMultiSelectParams<T = string> = WizardMultiSelectParams<T>;","entrypoint":"setup","exportName":"WizardMultiSelectParams","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"f8c4ffc9ad4636c1da13ea94b21a4d8ce1052a7b2dd31bffcd073acab92b4046","declaration":"export type WizardProgress = WizardProgress;","entrypoint":"setup","exportName":"WizardProgress","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"6f62df4ef3225fbb2c6f735f0ea8469dcd8ed72848b3f79f31ed999f6471a6b0","declaration":"export type WizardPrompter = WizardPrompter;","entrypoint":"setup","exportName":"WizardPrompter","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"900792eb7691a09e6dfc5d0b664c5184cab682434b33043552061efbc5070c46","declaration":"export type WizardSelectParams<T = string> = WizardSelectParams<T>;","entrypoint":"setup","exportName":"WizardSelectParams","importSpecifier":"openclaw/plugin-sdk/setup","kind":"type","recordType":"export"}
|
|
{"closureHash":"cb8d13ee01e39e8d5393b92b983141f0a312434a145681952a0f4d404b7174ac","declaration":"export class WizardCancelledError extends Error {\n constructor(message);\n}","entrypoint":"setup","exportName":"WizardCancelledError","importSpecifier":"openclaw/plugin-sdk/setup","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"setup-runtime","importSpecifier":"openclaw/plugin-sdk/setup-runtime","recordType":"module"}
|
|
{"closureHash":"715bc65fb1dd9709306c064c0ac8d24893b3942fcc8321aa26173f99a630d1f8","declaration":"export function baseUrlTextInput<TAccount>(params: BaseUrlTextInputParams<TAccount>): ChannelSetupWizardTextInput;","entrypoint":"setup-runtime","exportName":"baseUrlTextInput","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ab6c92fc839509b9c472b5c53d0b666a328f1dd0701a24b0a02aada6bf148540","declaration":"export function createAccountScopedAllowFromSection(params: { channel: string; credentialInputKey?: NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"credentialInputKey\"]; helpTitle?: string; helpLines?: string[]; message: string; placeholder: string; invalidWithoutCredentialNote: string; parseId: NonNullable<NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"parseId\"]>; resolveEntries: NonNullable<NonNullable<ChannelSetupWizard[\"allowFrom\"]>[\"resolveEntries\"]>; }): NonNullable<ChannelSetupWizard[\"allowFrom\"]>;","entrypoint":"setup-runtime","exportName":"createAccountScopedAllowFromSection","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6e7b91893b0645f67d303340d4130b48885acb7a36456762394c2798901c092c","declaration":"export function createAccountScopedGroupAccessSection<TResolved>(params: { channel: string; label: string; placeholder: string; helpTitle?: string; helpLines?: string[]; skipAllowlistEntries?: boolean; currentPolicy: NonNullable<ChannelSetupWizard[\"groupAccess\"]>[\"currentPolicy\"]; currentEntries: NonNullable<ChannelSetupWizard[\"groupAccess\"]>[\"currentEntries\"]; updatePrompt: NonNullable<ChannelSetupWizard[\"groupAccess\"]>[\"updatePrompt\"]; resolveAllowlist?: NonNullable<NonNullable<ChannelSetupWizard[\"groupAccess\"]>[\"resolveAllowlist\"]>; fallbackResolved: (entries: string[]) => TResolved; applyAllowlist: (params: { cfg: OpenClawConfig; accountId: string; resolved: TResolved; }) => OpenClawConfig; }): NonNullable<ChannelSetupWizard[\"groupAccess\"]>;","entrypoint":"setup-runtime","exportName":"createAccountScopedGroupAccessSection","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e895cbd9db06e24dfc491ab4f1e6231eea04454d809a37f50afc3233b4f54a88","declaration":"export function createAllowlistSetupWizardProxy<TGroupResolved>(params: { loadWizard: () => Promise<ChannelSetupWizard>; createBase: (handlers: { promptAllowFrom: (params: PromptAllowFromParams) => Promise<OpenClawConfig>; resolveAllowFromEntries: (params: ResolveAllowFromEntriesParams) => Promise<ResolveAllowFromEntriesResult>; resolveGroupAllowlist: (params: ResolveGroupAllowlistParams) => Promise<TGroupResolved>; }) => ChannelSetupWizard; fallbackResolvedGroupAllowlist: (entries: string[]) => TGroupResolved; }): ChannelSetupWizard;","entrypoint":"setup-runtime","exportName":"createAllowlistSetupWizardProxy","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0f6f6fc7c06cdcbf15e7a2f58b48f733b6bb42a12bd56f0cfab683dacbfd9655","declaration":"export function createClackPrompter(): WizardPrompter;","entrypoint":"setup-runtime","exportName":"createClackPrompter","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"071cd0521756afd406e81b847d54ded03174564cdc9da8ec651358ea15371856","declaration":"export function createCliPathTextInput(params: { inputKey: ChannelSetupWizardTextInput[\"inputKey\"]; message: string; resolvePath: (params: SetupTextInputParams) => string | undefined; shouldPrompt: NonNullable<ChannelSetupWizardTextInput[\"shouldPrompt\"]>; helpTitle?: string; helpLines?: string[]; }): ChannelSetupWizardTextInput;","entrypoint":"setup-runtime","exportName":"createCliPathTextInput","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a63811b7e3c5c54ad86daa4698904b474ca089543d66680377b75d30cdb9685d","declaration":"export function createDelegatedSetupWizardProxy(params: { channel: string; loadWizard: () => Promise<ChannelSetupWizard>; status: DelegatedStatusBase; credentials?: ChannelSetupWizard[\"credentials\"]; textInputs?: ChannelSetupWizard[\"textInputs\"]; completionNote?: ChannelSetupWizard[\"completionNote\"]; dmPolicy?: ChannelSetupWizard[\"dmPolicy\"]; disable?: ChannelSetupWizard[\"disable\"]; resolveShouldPromptAccountIds?: ChannelSetupWizard[\"resolveShouldPromptAccountIds\"]; onAccountRecorded?: ChannelSetupWizard[\"onAccountRecorded\"]; delegatePrepare?: boolean; delegateFinalize?: boolean; }): ChannelSetupWizard;","entrypoint":"setup-runtime","exportName":"createDelegatedSetupWizardProxy","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"10d7ef882aa41595aaf9515551a37243bfa671ccd6597b34a43beb1bfd4d9146","declaration":"export function createDelegatedTextInputShouldPrompt(params: { loadWizard: () => Promise<ChannelSetupWizard>; inputKey: ChannelSetupWizardTextInput[\"inputKey\"]; }): NonNullable<ChannelSetupWizardTextInput[\"shouldPrompt\"]>;","entrypoint":"setup-runtime","exportName":"createDelegatedTextInputShouldPrompt","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3923935abb43b086ca6168304a60b099c297115ea5dba037a07f8c69fa4cd0c4","declaration":"export function createEnvPatchedAccountSetupAdapter(params: { channelKey: string; alwaysUseAccounts?: boolean; ensureChannelEnabled?: boolean; ensureAccountEnabled?: boolean; defaultAccountOnlyEnvError: string; missingCredentialError: string; hasCredentials: (input: ChannelSetupInput) => boolean; validateInput?: ChannelSetupAdapter[\"validateInput\"]; buildPatch: (input: ChannelSetupInput) => Record<string, unknown>; }): ChannelSetupAdapter;","entrypoint":"setup-runtime","exportName":"createEnvPatchedAccountSetupAdapter","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0a07fd1da4d484e856791fd5d889f5a32169354cb65c2fe1f0d986664e2c7ec4","declaration":"export function createLegacyCompatChannelDmPolicy(params: { label: string; channel: string; promptAllowFrom?: ChannelSetupDmPolicy[\"promptAllowFrom\"]; }): ChannelSetupDmPolicy;","entrypoint":"setup-runtime","exportName":"createLegacyCompatChannelDmPolicy","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e3193d0fa077f2edfa71bf1250164c7eff479ccb253e6f4f611d3bc075a72c51","declaration":"export function createPatchedAccountSetupAdapter<Input extends { name?: string; } = ChannelSetupInput>(params: { channelKey: string; alwaysUseAccounts?: boolean; ensureChannelEnabled?: boolean; ensureAccountEnabled?: boolean; validateInput?: ChannelSetupAdapter<Input>[\"validateInput\"]; buildPatch: (input: Input) => Record<string, unknown>; }): ChannelSetupAdapter<Input>;","entrypoint":"setup-runtime","exportName":"createPatchedAccountSetupAdapter","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f053ff0ab66d8183dc8ff2718ae5aea9a0c1180aa89fd74c2b83cb3ddb8c737c","declaration":"export function createSetupInputPresenceValidator<Input extends { name?: string; useEnv?: boolean; } = ChannelSetupInput>(params: { defaultAccountOnlyEnvError?: string; whenNotUseEnv?: SetupInputPresenceRequirement[]; validate?: (params: { cfg: OpenClawConfig; accountId: string; input: Input; }) => string | null; }): NonNullable<ChannelSetupAdapter<Input>[\"validateInput\"]>;","entrypoint":"setup-runtime","exportName":"createSetupInputPresenceValidator","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7736cef1c67d2172648b5a48c272e4fc4b976a7ccd9e216afad58f8ed0028b51","declaration":"export function createSetupTranslator(options?: { locale?: WizardLocale; keyPrefix?: string; }): SetupTranslator;","entrypoint":"setup-runtime","exportName":"createSetupTranslator","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"914e4f04ce4b71e267735bb9b5c3e974c29382651c5314dbf22396acca722961","declaration":"export function createStandardChannelSetupStatus(params: { channelLabel: string; configuredLabel: string; unconfiguredLabel: string; configuredHint?: string; unconfiguredHint?: string; configuredScore?: number; unconfiguredScore?: number; includeStatusLine?: boolean; resolveConfigured: ChannelSetupWizardStatus[\"resolveConfigured\"]; resolveExtraStatusLines?: (params: { cfg: OpenClawConfig; accountId?: string; configured: boolean; }) => string[] | Promise<string[]>; }): ChannelSetupWizardStatus;","entrypoint":"setup-runtime","exportName":"createStandardChannelSetupStatus","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"68bcd99b8228dd33f1a7e15ba10c8975acc2ce21daa55274f43bab28c0baca06","declaration":"export function createTopLevelChannelDmPolicy(params: { label: string; channel: string; policyKey: string; allowFromKey: string; getCurrent: (cfg: OpenClawConfig) => DmPolicy; promptAllowFrom?: ChannelSetupDmPolicy[\"promptAllowFrom\"]; getAllowFrom?: (cfg: OpenClawConfig) => Array<string | number> | undefined; }): ChannelSetupDmPolicy;","entrypoint":"setup-runtime","exportName":"createTopLevelChannelDmPolicy","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9eb0c6f0350699d3be65771211b10de71cadeae60cadab760afd48cd2596964f","declaration":"export function defineTokenCredential<TAccount extends ResolvedCredentialAccount>(params: TokenCredentialParams<TAccount>): ChannelSetupWizardCredential;","entrypoint":"setup-runtime","exportName":"defineTokenCredential","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f402c77d1bc7b5e3ca50dbaab8c0f48e0919941c00a9e62249fd60957614feaf","declaration":"export function mergeAllowFromEntries(current: Array<string | number> | null | undefined, additions: Array<string | number>): string[];","entrypoint":"setup-runtime","exportName":"mergeAllowFromEntries","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b4fb43ba412380f9c09a7be3eeb5b8ad470b0b0f1d8762a7950afd5474a5c20","declaration":"export function noteChannelLookupFailure(params: { prompter: Pick<WizardPrompter, \"note\">; label: string; error: unknown; }): Promise<void>;","entrypoint":"setup-runtime","exportName":"noteChannelLookupFailure","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"30d94f44c0d41955c59957a2c9e7e085058885c24fef00ae8668428348290304","declaration":"export function noteChannelLookupSummary(params: { prompter: Pick<WizardPrompter, \"note\">; label: string; resolvedSections: Array<{ title: string; values: string[]; }>; unresolved?: string[]; }): Promise<void>;","entrypoint":"setup-runtime","exportName":"noteChannelLookupSummary","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"59ae64ba93f71d13cd197ba1e8c8676e0fe7a39d7ef05b1566aaef365c303b6e","declaration":"export function parseMentionOrPrefixedId(params: { value: string; mentionPattern: RegExp; prefixPattern?: RegExp; idPattern: RegExp; normalizeId?: (id: string) => string; }): string | null;","entrypoint":"setup-runtime","exportName":"parseMentionOrPrefixedId","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5ab88b16330538a348198ce9c8206f1c3e1a630a8140a34ecc0460e9a19001cd","declaration":"export function parseSetupEntriesAllowingWildcard(raw: string, parseEntry: (entry: string) => ParsedSetupEntry): { entries: string[]; error?: string; };","entrypoint":"setup-runtime","exportName":"parseSetupEntriesAllowingWildcard","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cff60f0dcaad4eef25ebeb313b3b12c055fd04e94b93757de01e572d8e42732e","declaration":"export function patchChannelConfigForAccount(params: { cfg: OpenClawConfig; channel: AccountScopedChannel; accountId: string; patch: Record<string, unknown>; setupSurface?: ChannelSetupAdapter; }): OpenClawConfig;","entrypoint":"setup-runtime","exportName":"patchChannelConfigForAccount","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"13bbf01fd1cc50803682c45c6bf46872bf93578b3e6a88735561b90fd5fd4522","declaration":"export function promptLegacyChannelAllowFromForAccount<TAccount>(params: { cfg: OpenClawConfig; channel: string; prompter: WizardPrompter; accountId?: string; defaultAccountId: string; resolveAccount: (cfg: OpenClawConfig, accountId: string) => TAccount; resolveExisting: (account: TAccount, cfg: OpenClawConfig) => Array<string | number>; resolveToken: (account: TAccount) => string | null | undefined; noteTitle: string; noteLines: string[]; message: string; placeholder: string; parseId: (value: string) => string | null; invalidWithoutTokenNote: string; resolveEntries: (params: { token: string; entries: string[]; }) => Promise<AllowFromResolution[]>; }): Promise<OpenClawConfig>;","entrypoint":"setup-runtime","exportName":"promptLegacyChannelAllowFromForAccount","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1fb7c21f79d1c0486d6fe465aa642482b356b579f3d3c4093340714600b4c104","declaration":"export function promptParsedAllowFromForAccount<TConfig extends OpenClawConfig>(params: { cfg: TConfig; accountId?: string; defaultAccountId: string; prompter: Pick<WizardPrompter, \"note\" | \"text\">; noteTitle?: string; noteLines?: string[]; message: string; placeholder: string; parseEntries: (raw: string) => ParsedAllowFromResult; getExistingAllowFrom: (params: { cfg: TConfig; accountId: string; }) => Array<string | number>; mergeEntries?: (params: { existing: Array<string | number>; parsed: string[]; }) => string[]; applyAllowFrom: (params: { cfg: TConfig; accountId: string; allowFrom: string[]; }) => TConfig | Promise<TConfig>; }): Promise<TConfig>;","entrypoint":"setup-runtime","exportName":"promptParsedAllowFromForAccount","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e6cade8ff9945813804f04588d0e8b2194041bf5fcc5053f31ece99c076ccd31","declaration":"export function promptResolvedAllowFrom(params: { prompter: WizardPrompter; existing: Array<string | number>; token?: string | null; message: string; placeholder: string; label: string; parseInputs: (value: string) => string[]; parseId: (value: string) => string | null; invalidWithoutTokenNote: string; resolveEntries: (params: { token: string; entries: string[]; }) => Promise<AllowFromResolution[]>; }): Promise<string[]>;","entrypoint":"setup-runtime","exportName":"promptResolvedAllowFrom","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2eaf6ab514b8b4b74472083032f3113510d1484a36e6218de9d88c802f1e3567","declaration":"export function resolveEntriesWithOptionalToken<TResult>(params: { token?: string | null; entries: string[]; buildWithoutToken: (input: string) => TResult; resolveEntries: (params: { token: string; entries: string[]; }) => Promise<TResult[]>; }): Promise<TResult[]>;","entrypoint":"setup-runtime","exportName":"resolveEntriesWithOptionalToken","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2e04bd34cae1bd8cdfc2ea4b0e64c78272eb2c31f0e8278edc4f564175cf88f9","declaration":"export function resolveSetupAccountId(params: { accountId?: string; defaultAccountId: string; }): string;","entrypoint":"setup-runtime","exportName":"resolveSetupAccountId","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b3bd7d1c2c46550a0fc89f82e798b4347d66c7fa6a9c3ce94ecc4d5eb0c29ced","declaration":"export function setAccountAllowFromForChannel(params: { cfg: OpenClawConfig; channel: string; accountId: string; allowFrom: string[]; setupSurface?: ChannelSetupAdapter; }): OpenClawConfig;","entrypoint":"setup-runtime","exportName":"setAccountAllowFromForChannel","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"778c399c00cb0ca2ebdfb92d52ce14e7b779796eb2063ef1bddc905cf66fbb0d","declaration":"export function setSetupChannelEnabled(cfg: OpenClawConfig, channel: string, enabled: boolean): OpenClawConfig;","entrypoint":"setup-runtime","exportName":"setSetupChannelEnabled","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c2a87632f2b940c354a9ab6b7dc076b537da9744347e9cc360855e7ca5e913a","declaration":"export function splitSetupEntries(raw: string): string[];","entrypoint":"setup-runtime","exportName":"splitSetupEntries","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b40933a11984425d14a7a479bda0d2cd14cbfa9371164774f39bebbf12861df7","declaration":"export const DEFAULT_ACCOUNT_ID: \"default\";","entrypoint":"setup-runtime","exportName":"DEFAULT_ACCOUNT_ID","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"f5f987e9d43824a9dd1c2142f38c114c6fd46b06649686127d6d484f0e8bc90f","declaration":"export type ChannelSetupAdapter<Input extends {\n name?: string;\n} = ChannelSetupInput> = ChannelSetupAdapter<Input>;","entrypoint":"setup-runtime","exportName":"ChannelSetupAdapter","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"864220887481a725fae7b07f41853d3bcef8fe0c1bc72efab417228b564a235f","declaration":"export type ChannelSetupDmPolicy = ChannelSetupDmPolicy;","entrypoint":"setup-runtime","exportName":"ChannelSetupDmPolicy","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"88884bdd712bb3d317a7cb24791e01644c3ebaebed0a861e8f70a74afe0e3b22","declaration":"export type ChannelSetupWizard = ChannelSetupWizard;","entrypoint":"setup-runtime","exportName":"ChannelSetupWizard","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"68a7f85ee538dec5217a3595b9e7843b105881b8974d76dbe6b2e7086aecb00f","declaration":"export type ChannelSetupWizardAllowFromEntry = ChannelSetupWizardAllowFromEntry;","entrypoint":"setup-runtime","exportName":"ChannelSetupWizardAllowFromEntry","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"82f4f4aff0afa8e4241da9f6a29b45e3813d0a83dfa3b23891feefd437207e5e","declaration":"export type ChannelSetupWizardCredential = ChannelSetupWizardCredential;","entrypoint":"setup-runtime","exportName":"ChannelSetupWizardCredential","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2bd69351aae03859933ab7710aa47e0252a178a5365037247928ebd5e46200fe","declaration":"export type ChannelSetupWizardTextInput = ChannelSetupWizardTextInput;","entrypoint":"setup-runtime","exportName":"ChannelSetupWizardTextInput","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8054ffbe71b91afced900ef8a06f5e368ac10c4f99ffc1c6f538a802856f61c6","declaration":"export type OpenClawConfig = OpenClawConfig;","entrypoint":"setup-runtime","exportName":"OpenClawConfig","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9c1fb88be0cb11a68275adcbf1d48c19376bd902b53115310f10b1db5b94934a","declaration":"export type SetupTranslator = SetupTranslator;","entrypoint":"setup-runtime","exportName":"SetupTranslator","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"1918f8e9273b9db49519ecb49163efe6979ad806f397946d7be896cc41fb3d79","declaration":"export type WizardI18nParams = WizardI18nParams;","entrypoint":"setup-runtime","exportName":"WizardI18nParams","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6f62df4ef3225fbb2c6f735f0ea8469dcd8ed72848b3f79f31ed999f6471a6b0","declaration":"export type WizardPrompter = WizardPrompter;","entrypoint":"setup-runtime","exportName":"WizardPrompter","importSpecifier":"openclaw/plugin-sdk/setup-runtime","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"setup-tools","importSpecifier":"openclaw/plugin-sdk/setup-tools","recordType":"module"}
|
|
{"closureHash":"26dcf47184d1102f93bdd2d36e5853934dd50f2114085c47f5c0636253e0d0db","declaration":"export function detectBinary(name: string): Promise<boolean>;","entrypoint":"setup-tools","exportName":"detectBinary","importSpecifier":"openclaw/plugin-sdk/setup-tools","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function extractArchive(params: ExtractArchiveOptions): Promise<void>;","entrypoint":"setup-tools","exportName":"extractArchive","importSpecifier":"openclaw/plugin-sdk/setup-tools","kind":"function","recordType":"export"}
|
|
{"closureHash":"a9a56021d1ea652a6a44598b2ca6fd3320780e1ddb4b2a97cb72be9a4fab8b36","declaration":"export function formatCliCommand(command: string, env?: Record<string, string | undefined>): string;","entrypoint":"setup-tools","exportName":"formatCliCommand","importSpecifier":"openclaw/plugin-sdk/setup-tools","kind":"function","recordType":"export"}
|
|
{"closureHash":"100681e81f9f506669fc035ad0d80f698375f947d967c662b113729e28864b6b","declaration":"export function formatDocsLink(path: string | undefined | null, label?: string, opts?: { fallback?: string; force?: boolean; }): string;","entrypoint":"setup-tools","exportName":"formatDocsLink","importSpecifier":"openclaw/plugin-sdk/setup-tools","kind":"function","recordType":"export"}
|
|
{"closureHash":"a65ad008572c7f5848b7822cbf3db4c2506a620ee7f04463bfc8277e8a54b4cd","declaration":"export function resolveBrewExecutable(opts?: BrewResolutionOptions): string | undefined;","entrypoint":"setup-tools","exportName":"resolveBrewExecutable","importSpecifier":"openclaw/plugin-sdk/setup-tools","kind":"function","recordType":"export"}
|
|
{"closureHash":"d186fb944c8a56ff523666d810691cd09367683ee44de37fa57bb5dfe2c852c1","declaration":"export let CONFIG_DIR: string;","entrypoint":"setup-tools","exportName":"CONFIG_DIR","importSpecifier":"openclaw/plugin-sdk/setup-tools","kind":"variable","recordType":"export"}
|
|
{"category":null,"entrypoint":"skill-commands-runtime","importSpecifier":"openclaw/plugin-sdk/skill-commands-runtime","recordType":"module"}
|
|
{"closureHash":"7acf1b16b45c4b6b2775af59000108fec01a1ce9bb11c79858775a9250d86b89","declaration":"export function listSkillCommandsForAgents(params: { cfg: OpenClawConfig; agentIds?: string[]; sessionEntry?: ExecSessionDefaults; sessionKey?: string; execOverrides?: ExecPolicyOverrides; }): SkillCommandSpec[];","entrypoint":"skill-commands-runtime","exportName":"listSkillCommandsForAgents","importSpecifier":"openclaw/plugin-sdk/skill-commands-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"eb923880a12bfe51467c5d60b97ce1eaf3e1f72d662046347e7e4372ea8dca8f","declaration":"export function listSkillCommandsForWorkspace(params: { workspaceDir: string; cfg: OpenClawConfig; agentId?: string; skillFilter?: string[]; sessionEntry?: ExecSessionDefaults; sessionKey?: string; execOverrides?: ExecPolicyOverrides; }): SkillCommandSpec[];","entrypoint":"skill-commands-runtime","exportName":"listSkillCommandsForWorkspace","importSpecifier":"openclaw/plugin-sdk/skill-commands-runtime","kind":"function","recordType":"export"}
|
|
{"category":"provider","entrypoint":"speech-settings","importSpecifier":"openclaw/plugin-sdk/speech-settings","recordType":"module"}
|
|
{"closureHash":"d2b13ac6d85925a614c9ad8feedbb332390a3c3bef3e027e12f46b131d057481","declaration":"export function normalizeSpeechProviderId(providerId: string | undefined): SpeechProviderId | undefined;","entrypoint":"speech-settings","exportName":"normalizeSpeechProviderId","importSpecifier":"openclaw/plugin-sdk/speech-settings","kind":"function","recordType":"export"}
|
|
{"closureHash":"9370e915cfd6d171d14a314cd5b19b02c0844b434ff67b85fb26a4c933602b0e","declaration":"export function normalizeTtsAutoMode(value: unknown): TtsAutoMode | undefined;","entrypoint":"speech-settings","exportName":"normalizeTtsAutoMode","importSpecifier":"openclaw/plugin-sdk/speech-settings","kind":"function","recordType":"export"}
|
|
{"closureHash":"683141255683d07326a6d5cdeafd0444dac14018851fbc224b6c7040b0e5d95a","declaration":"export function resolveEffectiveTtsConfig(cfg: OpenClawConfig, contextOrAgentId?: string | TtsConfigResolutionContext): TtsConfig;","entrypoint":"speech-settings","exportName":"resolveEffectiveTtsConfig","importSpecifier":"openclaw/plugin-sdk/speech-settings","kind":"function","recordType":"export"}
|
|
{"closureHash":"7422e4aac786f398cfbbc28ed7c379e2f99ababa1df29f71d83ae183fe0fd8d8","declaration":"export type ResolvedTtsConfig = ResolvedTtsConfig;","entrypoint":"speech-settings","exportName":"ResolvedTtsConfig","importSpecifier":"openclaw/plugin-sdk/speech-settings","kind":"type","recordType":"export"}
|
|
{"closureHash":"0ea08325393045e9745ca46f1b2413a5ce4918e600f269a0ce9bf7328658e0d7","declaration":"export type ResolvedTtsModelOverrides = SpeechModelOverridePolicy;","entrypoint":"speech-settings","exportName":"ResolvedTtsModelOverrides","importSpecifier":"openclaw/plugin-sdk/speech-settings","kind":"type","recordType":"export"}
|
|
{"closureHash":"a61ec5c9836e311e04750338076f599923444b819ef0d8a1db42d35321ddd1ab","declaration":"export type TtsConfigResolutionContext = TtsConfigResolutionContext;","entrypoint":"speech-settings","exportName":"TtsConfigResolutionContext","importSpecifier":"openclaw/plugin-sdk/speech-settings","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"ssrf-policy","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","recordType":"module"}
|
|
{"closureHash":"c30e4d5a292578fd1544f41d45ff409717a40683d406aec40da554a2cbb8a680","declaration":"export function assertHttpUrlTargetsPrivateNetwork(url: string, params?: { dangerouslyAllowPrivateNetwork?: boolean | null; allowPrivateNetwork?: boolean | null; lookupFn?: LookupFn; errorMessage?: string; }): Promise<void>;","entrypoint":"ssrf-policy","exportName":"assertHttpUrlTargetsPrivateNetwork","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"807af58fb928905b1b0a503b32880b9ae845f1a0e2e5690859a867ddc38455dc","declaration":"export function buildHostnameAllowlistPolicyFromSuffixAllowlist(allowHosts?: readonly string[]): SsrFPolicy | undefined;","entrypoint":"ssrf-policy","exportName":"buildHostnameAllowlistPolicyFromSuffixAllowlist","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"31af01d3fc64edb76824fba81fdfeb8f08e64c8550950f9b6712126d8b63fbb0","declaration":"export function createLegacyPrivateNetworkDoctorContract(params: { channelKey: string; }): { legacyConfigRules: ChannelDoctorLegacyConfigRule[]; normalizeCompatibilityConfig: (params: { cfg: OpenClawConfig; }) => ChannelDoctorConfigMutation; };","entrypoint":"ssrf-policy","exportName":"createLegacyPrivateNetworkDoctorContract","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"5108c895cfecb6dae237c97e0a9a36df3dc35d9bf50bce4de81669f4ab8bd8b3","declaration":"export function hasLegacyFlatAllowPrivateNetworkAlias(value: unknown): boolean;","entrypoint":"ssrf-policy","exportName":"hasLegacyFlatAllowPrivateNetworkAlias","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"476e9cf37fe311e296c19b6a591f00ad912d4632401b78f2141d8f10b02aaad7","declaration":"export function isHttpsUrlAllowedByHostnameSuffixAllowlist(url: string, allowlist: readonly string[]): boolean;","entrypoint":"ssrf-policy","exportName":"isHttpsUrlAllowedByHostnameSuffixAllowlist","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"7dc32d33a31169e7573c5cc5b71ad0a49f604c50bf1b04df9a77c84628cf893a","declaration":"export function isPrivateIpAddress(address: string, policy?: SsrFPolicy): boolean;","entrypoint":"ssrf-policy","exportName":"isPrivateIpAddress","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"9da4d04bb9742371795bf890504a317f7e1e63454ec003a0aa7e0a5b8b18dd58","declaration":"export function isPrivateNetworkOptInEnabled(input: PrivateNetworkOptInInput): boolean;","entrypoint":"ssrf-policy","exportName":"isPrivateNetworkOptInEnabled","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e814fbcbb93cd2c687d8833802175bf69b3bc3ff4302a39f95e91c8592269e1","declaration":"export function mergeSsrFPolicies(...policies: Array<SsrFPolicy | undefined>): SsrFPolicy | undefined;","entrypoint":"ssrf-policy","exportName":"mergeSsrFPolicies","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c3031bb8d92e412b501790293e2e0f606ce058df266d8eec279b28d5c7d1a48","declaration":"export function migrateLegacyFlatAllowPrivateNetworkAlias(params: { entry: Record<string, unknown>; pathPrefix: string; changes: string[]; }): { entry: Record<string, unknown>; changed: boolean; };","entrypoint":"ssrf-policy","exportName":"migrateLegacyFlatAllowPrivateNetworkAlias","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"c19a095cdbf2e34db230d2009957430e50a75ac96b0b0b829d55c634c65de7e1","declaration":"export function normalizeHostnameSuffixAllowlist(input?: readonly string[], defaults?: readonly string[]): string[];","entrypoint":"ssrf-policy","exportName":"normalizeHostnameSuffixAllowlist","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"4679af394773f57c7b259a77603c95535872e2080be2354871eeb0bebdb6127d","declaration":"export function ssrfPolicyFromAllowPrivateNetwork(allowPrivateNetwork: boolean | null | undefined): SsrFPolicy | undefined;","entrypoint":"ssrf-policy","exportName":"ssrfPolicyFromAllowPrivateNetwork","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"b29c62cbce4cb3bd38de51305361ecef1cba9ccbacfde1605ba065179bfafb62","declaration":"export function ssrfPolicyFromDangerouslyAllowPrivateNetwork(dangerouslyAllowPrivateNetwork: boolean | null | undefined): SsrFPolicy | undefined;","entrypoint":"ssrf-policy","exportName":"ssrfPolicyFromDangerouslyAllowPrivateNetwork","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"1b86b16febf14774a53a00e1af4832e8f4a9cbcb8d473314507cf8e0787de3f6","declaration":"export function ssrfPolicyFromPrivateNetworkOptIn(input: PrivateNetworkOptInInput): SsrFPolicy | undefined;","entrypoint":"ssrf-policy","exportName":"ssrfPolicyFromPrivateNetworkOptIn","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ffd566c25e6aa2f21ad189ca06da0ad2824badf5d257cfd5312c62a7aa15f2d","declaration":"export type PrivateNetworkOptInInput = PrivateNetworkOptInInput;","entrypoint":"ssrf-policy","exportName":"PrivateNetworkOptInInput","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"type","recordType":"export"}
|
|
{"closureHash":"2f29e0c5e5d903d768827ca300b2c7c7d175d5effc0f3ccc9fa89568e3edbb67","declaration":"export type SsrFPolicy = SsrFPolicy;","entrypoint":"ssrf-policy","exportName":"SsrFPolicy","importSpecifier":"openclaw/plugin-sdk/ssrf-policy","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"ssrf-runtime","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","recordType":"module"}
|
|
{"closureHash":"c30e4d5a292578fd1544f41d45ff409717a40683d406aec40da554a2cbb8a680","declaration":"export function assertHttpUrlTargetsPrivateNetwork(url: string, params?: { dangerouslyAllowPrivateNetwork?: boolean | null; allowPrivateNetwork?: boolean | null; lookupFn?: LookupFn; errorMessage?: string; }): Promise<void>;","entrypoint":"ssrf-runtime","exportName":"assertHttpUrlTargetsPrivateNetwork","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"807af58fb928905b1b0a503b32880b9ae845f1a0e2e5690859a867ddc38455dc","declaration":"export function buildHostnameAllowlistPolicyFromSuffixAllowlist(allowHosts?: readonly string[]): SsrFPolicy | undefined;","entrypoint":"ssrf-runtime","exportName":"buildHostnameAllowlistPolicyFromSuffixAllowlist","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"34a7c01830aaf14b3b5e3d32c29d43241853bd103f3977d8ffd29c09dc93638e","declaration":"export function closeDispatcher(dispatcher?: Dispatcher | null): Promise<void>;","entrypoint":"ssrf-runtime","exportName":"closeDispatcher","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"31af01d3fc64edb76824fba81fdfeb8f08e64c8550950f9b6712126d8b63fbb0","declaration":"export function createLegacyPrivateNetworkDoctorContract(params: { channelKey: string; }): { legacyConfigRules: ChannelDoctorLegacyConfigRule[]; normalizeCompatibilityConfig: (params: { cfg: OpenClawConfig; }) => ChannelDoctorConfigMutation; };","entrypoint":"ssrf-runtime","exportName":"createLegacyPrivateNetworkDoctorContract","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6f367f332309fd7947ed7a802a570f6bfd3cdd65390349d5d4e3b346a12437ce","declaration":"export function createPinnedDispatcher(pinned: PinnedHostname, policy?: PinnedDispatcherPolicy, ssrfPolicy?: SsrFPolicy, timeoutMs?: number): Dispatcher;","entrypoint":"ssrf-runtime","exportName":"createPinnedDispatcher","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6a8a8c13b64746b6964693aa20012d4df8ef9d3d918429ea35d516fc678b6f44","declaration":"export function fetchWithSsrFGuard(params: GuardedFetchOptions): Promise<GuardedFetchResult>;","entrypoint":"ssrf-runtime","exportName":"fetchWithSsrFGuard","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3123d3dbf25a02fccc946f2baf2a343628e80ac284735b42fb8ebc48de4d474d","declaration":"export function formatErrorMessage(err: unknown): string;","entrypoint":"ssrf-runtime","exportName":"formatErrorMessage","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5108c895cfecb6dae237c97e0a9a36df3dc35d9bf50bce4de81669f4ab8bd8b3","declaration":"export function hasLegacyFlatAllowPrivateNetworkAlias(value: unknown): boolean;","entrypoint":"ssrf-runtime","exportName":"hasLegacyFlatAllowPrivateNetworkAlias","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"56be62a2a1d692ab92a5f279e78c6f3272f474ab3676d786db3f0fe69a96df45","declaration":"export function isBlockedHostnameOrIp(hostname: string, policy?: SsrFPolicy): boolean;","entrypoint":"ssrf-runtime","exportName":"isBlockedHostnameOrIp","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"eb566539e5b3763b3765ea0ffe3a4cde51ab32f5a18049f091886f1217733fbe","declaration":"export function isLoopbackHost(host: string): boolean;","entrypoint":"ssrf-runtime","exportName":"isLoopbackHost","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7dc32d33a31169e7573c5cc5b71ad0a49f604c50bf1b04df9a77c84628cf893a","declaration":"export function isPrivateIpAddress(address: string, policy?: SsrFPolicy): boolean;","entrypoint":"ssrf-runtime","exportName":"isPrivateIpAddress","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9da4d04bb9742371795bf890504a317f7e1e63454ec003a0aa7e0a5b8b18dd58","declaration":"export function isPrivateNetworkOptInEnabled(input: PrivateNetworkOptInInput): boolean;","entrypoint":"ssrf-runtime","exportName":"isPrivateNetworkOptInEnabled","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"38cfffc3b0fd1fdf8eb10e409cf2712b3158a67871bd04db4184e48ce75c73d6","declaration":"export function isPrivateOrLoopbackHost(host: string): boolean;","entrypoint":"ssrf-runtime","exportName":"isPrivateOrLoopbackHost","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e814fbcbb93cd2c687d8833802175bf69b3bc3ff4302a39f95e91c8592269e1","declaration":"export function mergeSsrFPolicies(...policies: Array<SsrFPolicy | undefined>): SsrFPolicy | undefined;","entrypoint":"ssrf-runtime","exportName":"mergeSsrFPolicies","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c3031bb8d92e412b501790293e2e0f606ce058df266d8eec279b28d5c7d1a48","declaration":"export function migrateLegacyFlatAllowPrivateNetworkAlias(params: { entry: Record<string, unknown>; pathPrefix: string; changes: string[]; }): { entry: Record<string, unknown>; changed: boolean; };","entrypoint":"ssrf-runtime","exportName":"migrateLegacyFlatAllowPrivateNetworkAlias","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"818e9d36fece4d494c58d6f8f8eb497bb96170ba857843393f6120d19e10d9de","declaration":"export function resolvePinnedHostname(hostname: string, lookupFn?: LookupFn): Promise<PinnedHostname>;","entrypoint":"ssrf-runtime","exportName":"resolvePinnedHostname","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7674a3469adf585ebe177afe2c79b7ae59bc2130bb13dc40ece5eb61efd6d963","declaration":"export function resolvePinnedHostnameWithPolicy(hostname: string, params?: { lookupFn?: LookupFn; policy?: SsrFPolicy; }): Promise<PinnedHostname>;","entrypoint":"ssrf-runtime","exportName":"resolvePinnedHostnameWithPolicy","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a50b20b8c57966e26bcbbc53f67fe20b22013179f10645d3698733bb84240454","declaration":"export function resolveSsrFPolicyForUrl(url: URL, policy?: SsrFPolicy): SsrFPolicy | undefined;","entrypoint":"ssrf-runtime","exportName":"resolveSsrFPolicyForUrl","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4679af394773f57c7b259a77603c95535872e2080be2354871eeb0bebdb6127d","declaration":"export function ssrfPolicyFromAllowPrivateNetwork(allowPrivateNetwork: boolean | null | undefined): SsrFPolicy | undefined;","entrypoint":"ssrf-runtime","exportName":"ssrfPolicyFromAllowPrivateNetwork","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b29c62cbce4cb3bd38de51305361ecef1cba9ccbacfde1605ba065179bfafb62","declaration":"export function ssrfPolicyFromDangerouslyAllowPrivateNetwork(dangerouslyAllowPrivateNetwork: boolean | null | undefined): SsrFPolicy | undefined;","entrypoint":"ssrf-runtime","exportName":"ssrfPolicyFromDangerouslyAllowPrivateNetwork","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4dec58ae7b5ca681880ac0bd57e7994ae8db65309082987697ed2b718c9b3c65","declaration":"export function ssrfPolicyFromHttpBaseUrlAllowedHostname(baseUrl: string): SsrFPolicy | undefined;","entrypoint":"ssrf-runtime","exportName":"ssrfPolicyFromHttpBaseUrlAllowedHostname","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"08118ab11779782892062d975ac94bc9902912a1b2e7a50a9440a6e33a1145ba","declaration":"export function ssrfPolicyFromHttpBaseUrlAllowedOrigin(baseUrl: string): SsrFPolicy | undefined;","entrypoint":"ssrf-runtime","exportName":"ssrfPolicyFromHttpBaseUrlAllowedOrigin","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1b86b16febf14774a53a00e1af4832e8f4a9cbcb8d473314507cf8e0787de3f6","declaration":"export function ssrfPolicyFromPrivateNetworkOptIn(input: PrivateNetworkOptInInput): SsrFPolicy | undefined;","entrypoint":"ssrf-runtime","exportName":"ssrfPolicyFromPrivateNetworkOptIn","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0cf3d3778ced4976755e4d08c836664b7e5ecb020aa02c548dacd9013c8bc464","declaration":"export type LookupFn = { (hostname: string, family: number): Promise<LookupAddress>; (hostname: string, options: import(\"node:dns\").LookupOneOptions): Promise<LookupAddress>; (hostname: string, options: import(\"node:dns\").LookupAllOptions): Promise<LookupAddress[]>; (hostname: string, options: import(\"node:dns\").LookupOptions): Promise<LookupAddress | LookupAddress[]>; (hostname: string): Promise<LookupAddress>;};","entrypoint":"ssrf-runtime","exportName":"LookupFn","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2f29e0c5e5d903d768827ca300b2c7c7d175d5effc0f3ccc9fa89568e3edbb67","declaration":"export type SsrFPolicy = SsrFPolicy;","entrypoint":"ssrf-runtime","exportName":"SsrFPolicy","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"8a0d6188330c614fda148211606fbfa02c4631b2abdec839cc2241c0a562b83b","declaration":"export class SsrFBlockedError extends Error {\n constructor(message: string);\n}","entrypoint":"ssrf-runtime","exportName":"SsrFBlockedError","importSpecifier":"openclaw/plugin-sdk/ssrf-runtime","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"state-paths","importSpecifier":"openclaw/plugin-sdk/state-paths","recordType":"module"}
|
|
{"closureHash":"bbd3dcbda2027774136943e24c7eddf276c8dd1815490c76086463beb098a546","declaration":"export function resolveOAuthDir(env?: NodeJS.ProcessEnv, stateDir?: string): string;","entrypoint":"state-paths","exportName":"resolveOAuthDir","importSpecifier":"openclaw/plugin-sdk/state-paths","kind":"function","recordType":"export"}
|
|
{"closureHash":"2365c5729bf569757b03c1e51752b024b0f679aefb02d4c4ecc2d19ad07abee2","declaration":"export function resolveRequiredHomeDir(env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"state-paths","exportName":"resolveRequiredHomeDir","importSpecifier":"openclaw/plugin-sdk/state-paths","kind":"function","recordType":"export"}
|
|
{"closureHash":"5d4815dbd4fc8a81cb4be3ec4ea5072aec293033b54a334ac1b4d5ffafd491c7","declaration":"export function resolveStateDir(env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"state-paths","exportName":"resolveStateDir","importSpecifier":"openclaw/plugin-sdk/state-paths","kind":"function","recordType":"export"}
|
|
{"closureHash":"eb612aa7bb0e0ac71925a219bb93f04867caec9eafa8c46e118433b7fc7651e6","declaration":"export let STATE_DIR: string;","entrypoint":"state-paths","exportName":"STATE_DIR","importSpecifier":"openclaw/plugin-sdk/state-paths","kind":"variable","recordType":"export"}
|
|
{"category":null,"entrypoint":"status-helpers","importSpecifier":"openclaw/plugin-sdk/status-helpers","recordType":"module"}
|
|
{"closureHash":"da271ab51c875f3b557969c3fed4b62459b26cf511fff81be0f37be71a7dc1db","declaration":"export function appendMatchMetadata(message: string, params: { matchKey?: unknown; matchSource?: unknown; }): string;","entrypoint":"status-helpers","exportName":"appendMatchMetadata","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0c92d709ca55c2e9c2d579eed61ce2203c9046bcbf6699a0d0bb3a72287d477","declaration":"export function asString(value: unknown): string | undefined;","entrypoint":"status-helpers","exportName":"asString","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"36929d73a3e6a600c84a9f80a68403194e0669e4ffa146306f9b9627253c2e47","declaration":"export function buildBaseAccountStatusSnapshot<TExtra extends StatusSnapshotExtra>(params: { account: { accountId: string; name?: string; enabled?: boolean; configured?: boolean; }; runtime?: RuntimeLifecycleSnapshot | null; probe?: unknown; }, extra?: TExtra): { lastInboundAt: number | null; lastOutboundAt: number | null; activeRunStartedAt?: number | undefined; lastRunActivityAt?: number | undefined; activeRuns?: number | undefined; busy?: boolean | undefined; terminalDisconnect?: true | undefined; ingressUnavailable?: true | undefined; lifecycle?: \"blocked\" | \"starting\" | \"ready\" | \"recovering\" | \"stopped\" | undefined; healthState?: string | undefined; lastTransportActivityAt?: number | undefined; lastEventAt?: number | undefined; lastDisconnect?: string | { at: number; status?: number; error?: string; loggedOut?: boolean; } | undefined; lastConnectedAt?: number | undefined; reconnectAttempts?: number | undefined; restartPending?: boolean | undefined; connected?: boolean | undefined; linked?: boolean | undefined; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; probe: unknown; accountId: string; name: string | undefined; enabled: boolean | undefined; configured: boolean | undefined; } & TExtra;","entrypoint":"status-helpers","exportName":"buildBaseAccountStatusSnapshot","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"0bf8ae29b2d9d8623e8a34f219f4e078c8f6e1c01cfd9fae07176500563e803b","declaration":"export function buildBaseChannelStatusSummary<TExtra extends StatusSnapshotExtra>(snapshot: { configured?: boolean | null; running?: boolean | null; lastStartAt?: number | null; lastStopAt?: number | null; lastError?: string | null; }, extra?: TExtra): { configured: boolean; } & TExtra & { running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; };","entrypoint":"status-helpers","exportName":"buildBaseChannelStatusSummary","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"091884288f381f9d44c4f98f991990eedf0ca4b62af623b97beb0c17fe9ec6a6","declaration":"export function buildComputedAccountStatusSnapshot<TExtra extends StatusSnapshotExtra>(params: { accountId: string; name?: string; enabled?: boolean; configured?: boolean; runtime?: RuntimeLifecycleSnapshot | null; probe?: unknown; }, extra?: TExtra): { lastInboundAt: number | null; lastOutboundAt: number | null; activeRunStartedAt?: number | undefined; lastRunActivityAt?: number | undefined; activeRuns?: number | undefined; busy?: boolean | undefined; terminalDisconnect?: true | undefined; ingressUnavailable?: true | undefined; lifecycle?: \"blocked\" | \"starting\" | \"ready\" | \"recovering\" | \"stopped\" | undefined; healthState?: string | undefined; lastTransportActivityAt?: number | undefined; lastEventAt?: number | undefined; lastDisconnect?: string | { at: number; status?: number; error?: string; loggedOut?: boolean; } | undefined; lastConnectedAt?: number | undefined; reconnectAttempts?: number | undefined; restartPending?: boolean | undefined; connected?: boolean | undefined; linked?: boolean | undefined; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; probe: unknown; accountId: string; name: string | undefined; enabled: boolean | undefined; configured: boolean | undefined; } & TExtra;","entrypoint":"status-helpers","exportName":"buildComputedAccountStatusSnapshot","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"c2bb52f540c899af5eb14359a1fa87255b8b665f655d670330af4d84217c052f","declaration":"export function buildProbeChannelStatusSummary<TExtra extends Record<string, unknown>>(snapshot: { configured?: boolean | null; running?: boolean | null; lastStartAt?: number | null; lastStopAt?: number | null; lastError?: string | null; probe?: unknown; lastProbeAt?: number | null; }, extra?: TExtra): { configured: boolean; } & TExtra & { probe: unknown; lastProbeAt: number | null; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; };","entrypoint":"status-helpers","exportName":"buildProbeChannelStatusSummary","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"d41ae42ca92f0e9d0b967b12340d402e2d5ebf873d1cd72b249b566b7dcc51f8","declaration":"export function buildRuntimeAccountStatusSnapshot<TExtra extends StatusSnapshotExtra>(params: { runtime?: RuntimeLifecycleSnapshot | null; probe?: unknown; }, extra?: TExtra): { activeRunStartedAt?: number | undefined; lastRunActivityAt?: number | undefined; activeRuns?: number | undefined; busy?: boolean | undefined; terminalDisconnect?: true | undefined; ingressUnavailable?: true | undefined; lifecycle?: \"blocked\" | \"starting\" | \"ready\" | \"recovering\" | \"stopped\" | undefined; healthState?: string | undefined; lastTransportActivityAt?: number | undefined; lastEventAt?: number | undefined; lastDisconnect?: string | { at: number; status?: number; error?: string; loggedOut?: boolean; } | undefined; lastConnectedAt?: number | undefined; reconnectAttempts?: number | undefined; restartPending?: boolean | undefined; connected?: boolean | undefined; linked?: boolean | undefined; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; probe: unknown; } & TExtra;","entrypoint":"status-helpers","exportName":"buildRuntimeAccountStatusSnapshot","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"d1a4320f69194fbb32318e73be0057709e4dfce66ef081ce14b2aa090a09bcaf","declaration":"export function buildTokenChannelStatusSummary(snapshot: { configured?: boolean | null; tokenSource?: string | null; running?: boolean | null; mode?: string | null; lastStartAt?: number | null; lastStopAt?: number | null; lastError?: string | null; probe?: unknown; lastProbeAt?: number | null; }, opts?: { includeMode?: boolean; }): { tokenSource: string; probe: unknown; lastProbeAt: number | null; configured: boolean; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; } | { mode: string | null; tokenSource: string; probe: unknown; lastProbeAt: number | null; configured: boolean; running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; };","entrypoint":"status-helpers","exportName":"buildTokenChannelStatusSummary","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"0e9d28b2241253d0a2ba72774e1b165c74fbd0eab6cbf1ad93d601ce4f56c00b","declaration":"export function buildWebhookChannelStatusSummary<TExtra extends StatusSnapshotExtra>(snapshot: { configured?: boolean | null; mode?: string | null; running?: boolean | null; lastStartAt?: number | null; lastStopAt?: number | null; lastError?: string | null; }, extra?: TExtra): { configured: boolean; } & { mode: string; } & TExtra & { running: boolean; lastStartAt: number | null; lastStopAt: number | null; lastError: string | null; };","entrypoint":"status-helpers","exportName":"buildWebhookChannelStatusSummary","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"e2d79ab00381e383afd486c2f0407c4ea01aa8051f3e00cac881b56676ce6547","declaration":"export function collectIssuesForEnabledAccounts<T extends { accountId?: unknown; enabled?: unknown; }>(params: { accounts: ChannelAccountSnapshot[]; readAccount: (value: ChannelAccountSnapshot) => T | null; collectIssues: (params: { account: T; accountId: string; issues: ChannelStatusIssue[]; }) => void; }): ChannelStatusIssue[];","entrypoint":"status-helpers","exportName":"collectIssuesForEnabledAccounts","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"a65bbbca6c360d04a83a1b76942f933c987ef706dff7358c1d9d58cf5079ba26","declaration":"export function collectStatusIssuesFromLastError(channel: string, accounts: Array<{ accountId: string; lastError?: unknown; }>): ChannelStatusIssue[];","entrypoint":"status-helpers","exportName":"collectStatusIssuesFromLastError","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"e0b9e6fdcb0fde1633990d0a30a6aec0f3ce9864965151ecdd0dc4068ffba8c8","declaration":"export function createAsyncComputedAccountStatusAdapter<ResolvedAccount, Probe = unknown, Audit = unknown, TExtra extends StatusSnapshotExtra = StatusSnapshotExtra>(options: Omit<ChannelStatusAdapter<ResolvedAccount, Probe, Audit>, \"buildAccountSnapshot\"> & { resolveAccountSnapshot: (params: ComputedAccountStatusAdapterParams<ResolvedAccount, Probe, Audit>) => Promise<ComputedAccountStatusSnapshot<TExtra>>; }): ChannelStatusAdapter<ResolvedAccount, Probe, Audit>;","entrypoint":"status-helpers","exportName":"createAsyncComputedAccountStatusAdapter","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"b74835733544ee68daa59a7061719f6726ed969d22a47656ecb62a7c8e4acb8b","declaration":"export function createComputedAccountStatusAdapter<ResolvedAccount, Probe = unknown, Audit = unknown, TExtra extends StatusSnapshotExtra = StatusSnapshotExtra>(options: Omit<ChannelStatusAdapter<ResolvedAccount, Probe, Audit>, \"buildAccountSnapshot\"> & { resolveAccountSnapshot: (params: ComputedAccountStatusAdapterParams<ResolvedAccount, Probe, Audit>) => ComputedAccountStatusSnapshot<TExtra>; }): ChannelStatusAdapter<ResolvedAccount, Probe, Audit>;","entrypoint":"status-helpers","exportName":"createComputedAccountStatusAdapter","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"59156a00e541e784774678b37963bbf8aa7b83a98fc18630ec9ce7eeaa3b8c5b","declaration":"export function createDefaultChannelRuntimeState<T extends Record<string, unknown>>(accountId: string, extra?: T): { accountId: string; running: false; lastStartAt: null; lastStopAt: null; lastError: null; } & T;","entrypoint":"status-helpers","exportName":"createDefaultChannelRuntimeState","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"4176664d87aa0012a4222a2e9d1b65b825a4cfb815a63e9ca10bea6363dcd48d","declaration":"export function createDependentCredentialStatusIssueCollector(options: { channel: string; dependencySourceKey: string; missingPrimaryMessage: string; missingDependentMessage: string; isDependencyConfigured?: ((value: unknown) => boolean) | undefined; }): (accounts: ConfigIssueAccount[]) => ChannelStatusIssue[];","entrypoint":"status-helpers","exportName":"createDependentCredentialStatusIssueCollector","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"25b8886f59907d5b52a8ed2d45d032c320d39579b87c8c46adacfaf7c9d7858d","declaration":"export function formatMatchMetadata(params: { matchKey?: unknown; matchSource?: unknown; }): string | undefined;","entrypoint":"status-helpers","exportName":"formatMatchMetadata","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5c64d8433c816c389a3e6e981687ec467ff4a6a885bf2d3b8cffa1e3cbb5e83","declaration":"export function isRecord(value: unknown): value is Record<string, unknown>;","entrypoint":"status-helpers","exportName":"isRecord","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"f408c0b19f25c64d23a60e4758f92e424fee117a8e4776481d291992945d5f00","declaration":"export function readAccountStatusSnapshot<TField extends string>(value: unknown, extraFields: readonly TField[]): AccountStatusSnapshot<TField> | null;","entrypoint":"status-helpers","exportName":"readAccountStatusSnapshot","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"a643834a7eb5b784e4d789813c9af0a029df33f7f61e7c7ec4ff8584be444083","declaration":"export function resolveEnabledConfiguredAccountId(account: { accountId?: unknown; enabled?: unknown; configured?: unknown; }): string | null;","entrypoint":"status-helpers","exportName":"resolveEnabledConfiguredAccountId","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"0f1075ff6f2fbeeec998023dbb387a7d11e1e57d104e01f156a58e29a2df605c","declaration":"export function resolveReactionLevel(params: { value: unknown; defaultLevel: ReactionLevel; invalidFallback: \"ack\" | \"minimal\"; }): ResolvedReactionLevel;","entrypoint":"status-helpers","exportName":"resolveReactionLevel","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"a503b5dc48928beba7d2951c10c9fd170106bf191aaf4bb6c5947f5cd3f67ed1","declaration":"export function standardDmPolicyOpenIssue(params: { channel: ChannelStatusIssue[\"channel\"]; accountId: string; channelLabel: string; configPath: string; }): ChannelStatusIssue;","entrypoint":"status-helpers","exportName":"standardDmPolicyOpenIssue","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"6d2c26cdb58181e32d4a5910ba1b62c2a2e1fce82a0255cedc0b0f7d6e057476","declaration":"export function standardNotConfiguredIssue(params: { channel: ChannelStatusIssue[\"channel\"]; accountId: string; message: string; fix: string; }): ChannelStatusIssue;","entrypoint":"status-helpers","exportName":"standardNotConfiguredIssue","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"function","recordType":"export"}
|
|
{"closureHash":"54e24296ae0b56d3fb92d9c37c03f08a8844e94aeffc2e3ef388387e5a25e6f2","declaration":"export type AccountStatusSnapshot<TField extends string = never> = AccountStatusSnapshot<TField>;","entrypoint":"status-helpers","exportName":"AccountStatusSnapshot","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"type","recordType":"export"}
|
|
{"closureHash":"c6f35cec0e3bbaf6e771ad907a5eb9eda0ac18c1ac45e24d36866b41b828ee7d","declaration":"export type ChannelAccountSnapshot = ChannelAccountSnapshot;","entrypoint":"status-helpers","exportName":"ChannelAccountSnapshot","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"type","recordType":"export"}
|
|
{"closureHash":"031fb111d9896b5194f27d3bd80d3984aaba1bc04bbccdad69e8e30eab42fbc0","declaration":"export type ChannelStatusIssue = ChannelStatusIssue;","entrypoint":"status-helpers","exportName":"ChannelStatusIssue","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"type","recordType":"export"}
|
|
{"closureHash":"fc7f1d2ea08e2c5186bdfc96c44eb7118258f1d233404b967869d397514e2ed7","declaration":"export type ReactionLevel = ReactionLevel;","entrypoint":"status-helpers","exportName":"ReactionLevel","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"type","recordType":"export"}
|
|
{"closureHash":"7ac1464e71c17fa8b95d8e5db9b61e27fa4c2052d30701f36821967015702cd6","declaration":"export type ResolvedReactionLevel = ResolvedReactionLevel;","entrypoint":"status-helpers","exportName":"ResolvedReactionLevel","importSpecifier":"openclaw/plugin-sdk/status-helpers","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"string-coerce-runtime","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","recordType":"module"}
|
|
{"closureHash":"c4a67c4e399ef77063c033fa6408ab52201677b3e91d18cbf72c2b0ef3b04868","declaration":"export function asBoolean(value: unknown): boolean | undefined;","entrypoint":"string-coerce-runtime","exportName":"asBoolean","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8cc60d63f99d6ed490bb90c379e40689b7a7360b5731c47622dbca57646867c7","declaration":"export function asFiniteNumber(value: unknown): number | undefined;","entrypoint":"string-coerce-runtime","exportName":"asFiniteNumber","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"91afebd87438e96391af3fe271f3c0297be88678420987a648e0ab2073fec8cb","declaration":"export function asFiniteNumberInRange(value: unknown, range: { min?: number; max?: number; minExclusive?: boolean; maxExclusive?: boolean; }): number | undefined;","entrypoint":"string-coerce-runtime","exportName":"asFiniteNumberInRange","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8f5f89cd550e17fde19f6229edd7502cd473384edc289f448032a066f27d8139","declaration":"export function asNullableObjectRecord(value: unknown): Record<string, unknown> | null;","entrypoint":"string-coerce-runtime","exportName":"asNullableObjectRecord","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4c772989882503a1861c55c9ebac600ceaf218d44147d87da0628eba845bff15","declaration":"export function asNullableRecord(value: unknown): Record<string, unknown> | null;","entrypoint":"string-coerce-runtime","exportName":"asNullableRecord","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3ce3856918e2e7e45071d174e5948657ba2cf18bfedc6fe1ac9d7d859012f6b2","declaration":"export function asOptionalObjectRecord(value: unknown): Record<string, unknown> | undefined;","entrypoint":"string-coerce-runtime","exportName":"asOptionalObjectRecord","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1627961066a987bec6f21c1cebccf61ded3c26ae834f5819e1909632a5586834","declaration":"export function asOptionalRecord(value: unknown): Record<string, unknown> | undefined;","entrypoint":"string-coerce-runtime","exportName":"asOptionalRecord","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"41c29f2f42fa1a43f9f4a56dbe9ccd3c87232ffc4b7046bb15848f0150e5a1a4","declaration":"export function asPositiveSafeInteger(value: unknown): number | undefined;","entrypoint":"string-coerce-runtime","exportName":"asPositiveSafeInteger","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"28f70710cc0d9006bc47149d51fc65a6c990f1c2f7c9a16f96d94fa593041bcb","declaration":"export function asRecord(value: unknown): Record<string, unknown>;","entrypoint":"string-coerce-runtime","exportName":"asRecord","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"10325ea3b7e2660ce2282f94db49ee42154da6bab7c24871b4dd9d1125547c31","declaration":"export function asSafeIntegerInRange(value: unknown, range: { min?: number; max?: number; }): number | undefined;","entrypoint":"string-coerce-runtime","exportName":"asSafeIntegerInRange","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1e001e341f490d746861b24c29c486d8eb7dfa5d098dfd047137354f78021ccb","declaration":"export function hasNonEmptyString(value: unknown): value is string;","entrypoint":"string-coerce-runtime","exportName":"hasNonEmptyString","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5c64d8433c816c389a3e6e981687ec467ff4a6a885bf2d3b8cffa1e3cbb5e83","declaration":"export function isRecord(value: unknown): value is Record<string, unknown>;","entrypoint":"string-coerce-runtime","exportName":"isRecord","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1e8907ca00a70c3ebe938dac337d3ce48ff2f49031521b5aba2fde74693b5836","declaration":"export function localeLowercasePreservingWhitespace(value: string): string;","entrypoint":"string-coerce-runtime","exportName":"localeLowercasePreservingWhitespace","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0d7cd2c9ec20ce51087d53d2d4683c92b200d3659b14551e7131db69381a7628","declaration":"export function lowercasePreservingWhitespace(value: string): string;","entrypoint":"string-coerce-runtime","exportName":"lowercasePreservingWhitespace","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d953e31d7e0b3e465302b9fb8161be062a76556174ebca8ac26fc66eefab96b","declaration":"export function normalizeAtHashSlug(raw?: string | null): string;","entrypoint":"string-coerce-runtime","exportName":"normalizeAtHashSlug","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cb4b722295195f88d2dff04e0ebf8b7bad3f237dad9eb2f144f27da7c15ef572","declaration":"export function normalizeFastMode(raw?: unknown): FastMode | undefined;","entrypoint":"string-coerce-runtime","exportName":"normalizeFastMode","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4dd09adf03b9cb21e446fd14db15df8a5e988df0cb1c0331c4cc66c0db22dffb","declaration":"export function normalizeHyphenSlug(raw?: string | null): string;","entrypoint":"string-coerce-runtime","exportName":"normalizeHyphenSlug","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4cb81b1321645d0e79679866b2c176a6bf6ee70064cc80e8d468c7e283006305","declaration":"export function normalizeLowercaseStringOrEmpty(value: unknown): string;","entrypoint":"string-coerce-runtime","exportName":"normalizeLowercaseStringOrEmpty","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f72a0aa2d5e9481cbbbc186e80efcc5af22ee7ddc84e669c1f89d92c8143b75d","declaration":"export function normalizeNullableString(value: unknown): string | null;","entrypoint":"string-coerce-runtime","exportName":"normalizeNullableString","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"37765f55f2ba39b1fd6f41c26e6a76a19aece4eacb5ec9d15c3176668bbec113","declaration":"export function normalizeOptionalLowercaseString(value: unknown): string | undefined;","entrypoint":"string-coerce-runtime","exportName":"normalizeOptionalLowercaseString","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0c92d709ca55c2e9c2d579eed61ce2203c9046bcbf6699a0d0bb3a72287d477","declaration":"export function normalizeOptionalString(value: unknown): string | undefined;","entrypoint":"string-coerce-runtime","exportName":"normalizeOptionalString","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0508b9ea29de2fa9124761b869f1e30738e6a13786c545a075ac4d8a128d0134","declaration":"export function normalizeOptionalStringifiedId(value: unknown): string | undefined;","entrypoint":"string-coerce-runtime","exportName":"normalizeOptionalStringifiedId","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"34143a87e2b2c7ab6a432c1b6cb72415d665d874980058d8c6584bbdaf11d632","declaration":"export function normalizeOptionalTrimmedStringList(value: unknown): string[] | undefined;","entrypoint":"string-coerce-runtime","exportName":"normalizeOptionalTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bd321501507c22f713a0e3016dc55a9fdac5ed887e42ab8e133673c885a45cff","declaration":"export function normalizeSingleOrTrimmedStringList(value: unknown): string[];","entrypoint":"string-coerce-runtime","exportName":"normalizeSingleOrTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a72a45fd4b4de9a4b88802fd9359762d7b148dc6508228e074d85035d4f0e904","declaration":"export function normalizeSortedUniqueTrimmedStringList(value: unknown): string[];","entrypoint":"string-coerce-runtime","exportName":"normalizeSortedUniqueTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd1e5fb3a2edbd34f8f0e65103234aa2756f789136a552b46420a05064e9b6ae","declaration":"export function normalizeStringEntries(list?: ReadonlyArray<unknown>): string[];","entrypoint":"string-coerce-runtime","exportName":"normalizeStringEntries","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6cc39d566ecfe4496d36f7aef587f61326137989058b18e08fa3ec8cd5fdbf09","declaration":"export function normalizeStringEntriesLower(list?: ReadonlyArray<unknown>): string[];","entrypoint":"string-coerce-runtime","exportName":"normalizeStringEntriesLower","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4b0d860c0471e9ca6ba61e1ce4352661df6acc51f810e69fb5e6be161079ede4","declaration":"export function normalizeStringifiedEntries(values?: ReadonlyArray<unknown>): string[];","entrypoint":"string-coerce-runtime","exportName":"normalizeStringifiedEntries","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c5b5f633c6670947409baa09898a983e70b90708b2fcbe5ec908b6a1b41a60d","declaration":"export function normalizeStringifiedOptionalString(value: unknown): string | undefined;","entrypoint":"string-coerce-runtime","exportName":"normalizeStringifiedOptionalString","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"734702771239c83df36986ed3fbcae46d8dbbd93cb75da289f5265103306ac44","declaration":"export function normalizeTrimmedStringList(value: unknown): string[];","entrypoint":"string-coerce-runtime","exportName":"normalizeTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"37287f8f868dd5f82766f20dd47e2c83aea94022461d2b27ad1fbe97a5c7cca8","declaration":"export function normalizeUniqueStringEntries(values?: Iterable<unknown>): string[];","entrypoint":"string-coerce-runtime","exportName":"normalizeUniqueStringEntries","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"70c7cea3e68443c494677f7012c4aae2d3be3a4b586d777e299273230fa3a460","declaration":"export function normalizeUniqueTrimmedStringList(value: unknown): string[];","entrypoint":"string-coerce-runtime","exportName":"normalizeUniqueTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b4468874f0640fe53b525195faa47195b7946cb28e2edbee566dc00d53d81ed5","declaration":"export function parseBooleanValue(value: unknown, options?: BooleanParseOptions): boolean | undefined;","entrypoint":"string-coerce-runtime","exportName":"parseBooleanValue","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8e6357d6b3d286570af672d24cc93cbe84875a4c49c4142b6ba283687015799a","declaration":"export function parseDateTimestampMs(value: unknown): number | undefined;","entrypoint":"string-coerce-runtime","exportName":"parseDateTimestampMs","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1b4c281d27d98dd358c598879e048447d3be1855a4e7f27dc769e20cdef38a10","declaration":"export function parseFiniteNumber(value: unknown): number | undefined;","entrypoint":"string-coerce-runtime","exportName":"parseFiniteNumber","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"35e6fd636ae00132a4b61439bd6932cd2f2f7b3d3870f239f7d3935babcce365","declaration":"export function parseStrictFiniteNumber(value: unknown): number | undefined;","entrypoint":"string-coerce-runtime","exportName":"parseStrictFiniteNumber","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0eecec70484482da2e1775cd09bd90c1a1b7a5541b6fe77ea28ce355c475becd","declaration":"export function parseStrictInteger(value: unknown): number | undefined;","entrypoint":"string-coerce-runtime","exportName":"parseStrictInteger","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"81868d47c9f88ffe7a998bf05379806defdcc4dfcd6afa9fa096ef6f84a5c16e","declaration":"export function parseStrictNonNegativeInteger(value: unknown): number | undefined;","entrypoint":"string-coerce-runtime","exportName":"parseStrictNonNegativeInteger","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7024da55c2fffd041869aa12cca99a6ebbe4e961ce255e08c83aadc48e3bc574","declaration":"export function parseStrictPositiveInteger(value: unknown): number | undefined;","entrypoint":"string-coerce-runtime","exportName":"parseStrictPositiveInteger","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1867c0716df1df2fddf214ef57511b7f66e9875b8580bf3e4cf0352585c2f5c7","declaration":"export function readStringField(record: Record<string, unknown> | null | undefined, key: string): string | undefined;","entrypoint":"string-coerce-runtime","exportName":"readStringField","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f9a8158182e7a3598a26c1b59d9d3a804637f9ef082d4f900e44e346ed85e2a4","declaration":"export function readStringValue(value: unknown): string | undefined;","entrypoint":"string-coerce-runtime","exportName":"readStringValue","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ab0a30396264da5afbfe0f3db5d57501a040be4011141e81d10837477d82824","declaration":"export function sortUniqueStrings(values: Iterable<string>): string[];","entrypoint":"string-coerce-runtime","exportName":"sortUniqueStrings","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ddb98836e140daa70a8c43a1dfa7cdc8463b61e164bf4d529f9f867ed2e7b1ff","declaration":"export function summarizeStringEntries(params: { entries?: ReadonlyArray<string> | null; limit?: number; emptyText?: string; }): string;","entrypoint":"string-coerce-runtime","exportName":"summarizeStringEntries","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1baef8d38ce46bd1855ac162456aee00fc1c43a25e15c3bedd0c757ebe252782","declaration":"export function uniqueStrings(values: Iterable<string>): string[];","entrypoint":"string-coerce-runtime","exportName":"uniqueStrings","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9555b829627c5d0e8b9af4a62823bd64d23ec1821f1c86dbc8933966452aecd2","declaration":"export function uniqueValues<T>(values: Iterable<T>): T[];","entrypoint":"string-coerce-runtime","exportName":"uniqueValues","importSpecifier":"openclaw/plugin-sdk/string-coerce-runtime","kind":"function","recordType":"export"}
|
|
{"category":null,"entrypoint":"telegram-account","importSpecifier":"openclaw/plugin-sdk/telegram-account","recordType":"module"}
|
|
{"closureHash":"ae383d78c4f4ec26653ff381f26469cb12f138b57b80e0a2b332c32b75f1e1b8","declaration":"export function resolveTelegramAccount(params: { cfg: OpenClawConfig; accountId?: string | null; }): ResolvedTelegramAccount;","entrypoint":"telegram-account","exportName":"resolveTelegramAccount","importSpecifier":"openclaw/plugin-sdk/telegram-account","kind":"function","recordType":"export"}
|
|
{"closureHash":"938da38404f3adb27cb821fd4e8ba46d050d8366985a8dae3f7f7da93415d5ec","declaration":"export type ResolvedTelegramAccount = ResolvedTelegramAccount;","entrypoint":"telegram-account","exportName":"ResolvedTelegramAccount","importSpecifier":"openclaw/plugin-sdk/telegram-account","kind":"type","recordType":"export"}
|
|
{"closureHash":"c595ceca4d2da7a4402fff94659c34c4769d558f08b04e9d552cd1137a20e54a","declaration":"export type TelegramAccountConfig = { accounts?: Record<string, TelegramAccountConfig>; defaultAccount?: string;} & CommonChannelMessagingConfig<TelegramCapabilitiesConfig, string | number, string | number, TelegramPreviewStreamingConfig> & { reactionNotifications?: \"off\" | \"all\" | \"own\" | undefined; reactionLevel?: \"off\" | \"minimal\" | \"ack\" | \"extensive\" | undefined; ackReaction?: string | undefined;} & Record<never, never> & { execApprovals?: TelegramExecApprovalConfig; commands?: ProviderCommandsConfig; customCommands?: TelegramCustomCommand[]; botToken?: string; tokenFile?: string; groups?: Record<string, TelegramGroupConfig>; direct?: Record<string, TelegramDirectConfig>; richMessages?: boolean; network?: TelegramNetworkConfig; proxy?: string; webhookUrl?: string; webhookSecret?: string; webhookPath?: string; webhookHost?: string; webhookPort?: number; webhookCertPath?: string; actions?: TelegramActionConfig; threadBindings?: TelegramThreadBindingsConfig; linkPreview?: boolean; silentErrorReplies?: boolean; errorPolicy?: \"always\" | \"once\" | \"silent\"; apiRoot?: string; trustedLocalFileRoots?: string[]; autoTopicLabel?: AutoTopicLabelConfig;};","entrypoint":"telegram-account","exportName":"TelegramAccountConfig","importSpecifier":"openclaw/plugin-sdk/telegram-account","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"temp-path","importSpecifier":"openclaw/plugin-sdk/temp-path","recordType":"module"}
|
|
{"closureHash":"7ee74ccc5c15640b32f4fcb97629ca950e61fbb29a94ef88aadd14010ac1b6da","declaration":"export function buildRandomTempFilePath(params: { prefix: string; extension?: string; tmpDir?: string; now?: number; uuid?: string; }): string;","entrypoint":"temp-path","exportName":"buildRandomTempFilePath","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"function","recordType":"export"}
|
|
{"closureHash":"333f734f2828f524356cab6b90dac041b9730c757754aea910695de41cec1dda","declaration":"export function createTempDownloadTarget(params: { prefix: string; fileName?: string; tmpDir?: string; }): Promise<TempDownloadTarget>;","entrypoint":"temp-path","exportName":"createTempDownloadTarget","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f9e996f38503121def1efd5f63241496884eed391a17d5765ca80bed2cd0c7b","declaration":"export function resolvePreferredOpenClawTmpDir(options?: ResolvePreferredOpenClawTmpDirOptions): string;","entrypoint":"temp-path","exportName":"resolvePreferredOpenClawTmpDir","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"function","recordType":"export"}
|
|
{"closureHash":"668490c90ebf646bb159144ea3cf52f6f713bc6e021fc9f4a22fad01cb336b11","declaration":"export function sanitizeTempFileName(fileName: string): string;","entrypoint":"temp-path","exportName":"sanitizeTempFileName","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function tempWorkspace(options: TempWorkspaceOptions): Promise<TempWorkspace>;","entrypoint":"temp-path","exportName":"tempWorkspace","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function tempWorkspaceSync(options: TempWorkspaceOptions): TempWorkspaceSync;","entrypoint":"temp-path","exportName":"tempWorkspaceSync","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"function","recordType":"export"}
|
|
{"closureHash":"8a272728394f529f08fe33b681b590f48c52e9b97b096fc1a0ef7dfb366c3eb0","declaration":"export function withTempDownloadPath<T>(params: { prefix: string; fileName?: string; tmpDir?: string; }, fn: (tmpPath: string) => Promise<T>): Promise<T>;","entrypoint":"temp-path","exportName":"withTempDownloadPath","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function withTempWorkspace<T>(options: TempWorkspaceOptions, run: (workspace: TempWorkspace) => Promise<T>): Promise<T>;","entrypoint":"temp-path","exportName":"withTempWorkspace","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function withTempWorkspaceSync<T>(options: TempWorkspaceOptions, run: (workspace: TempWorkspaceSync) => T): T;","entrypoint":"temp-path","exportName":"withTempWorkspaceSync","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type TempWorkspace = TempWorkspace;","entrypoint":"temp-path","exportName":"TempWorkspace","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type TempWorkspaceOptions = TempWorkspaceOptions;","entrypoint":"temp-path","exportName":"TempWorkspaceOptions","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type TempWorkspaceSync = TempWorkspaceSync;","entrypoint":"temp-path","exportName":"TempWorkspaceSync","importSpecifier":"openclaw/plugin-sdk/temp-path","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"text-chunking","importSpecifier":"openclaw/plugin-sdk/text-chunking","recordType":"module"}
|
|
{"closureHash":"93cad5f343fef3ce8c918152c42eabc5473ca9c3e432a3c102bb2050f64dc102","declaration":"export function chunkItems<T>(items: readonly T[], size: number): T[][];","entrypoint":"text-chunking","exportName":"chunkItems","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"fcd8ef78cdd1fff4bd173fe7f288cdf0e349e0c6dad846bf127e2465351a9e00","declaration":"export function chunkMarkdownIR(ir: MarkdownIR, limit: number): MarkdownIR[];","entrypoint":"text-chunking","exportName":"chunkMarkdownIR","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"e3304b3b5d1368da5b17ea4f25a040df0864dd93f23e94a66f9cf7ee8adf91de","declaration":"export function chunkTextForOutbound(text: string, limit: number, options?: { preserveWhitespace?: boolean; formatting?: unknown; }): string[];","entrypoint":"text-chunking","exportName":"chunkTextForOutbound","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"f524fb34d6bc95a3b9069029b813e653efa55f70a3f9687df1f7c563c280a32e","declaration":"export function chunkTextRanges(text: string, options: ChunkTextRangesOptions): TextChunkRange[];","entrypoint":"text-chunking","exportName":"chunkTextRanges","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"a445006876fa7caba813ce5e1af299d61af4f8d9c459d45047f01b28082f4cef","declaration":"export function convertMarkdownTables(markdown: string, mode: MarkdownTableMode): string;","entrypoint":"text-chunking","exportName":"convertMarkdownTables","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"2044885189240db96797a8e34114ca234851b0134f44bf3ce5e646cb94191f78","declaration":"export function findCodeRegions(text: string): CodeRegion[];","entrypoint":"text-chunking","exportName":"findCodeRegions","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"08ddcc6ca9387f8de2385d0ac0f8d31870f81aab9e42a2189f0a294c28e1e79d","declaration":"export function hasSystemMark(text: string): boolean;","entrypoint":"text-chunking","exportName":"hasSystemMark","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"eb58757091fba44773ed8c84cf58a2734a37e34a3da649b7c89ef7ddb1c203f5","declaration":"export function isAutoLinkedFileRef(href: string, label: string): boolean;","entrypoint":"text-chunking","exportName":"isAutoLinkedFileRef","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"c9ba4424cf3fe1de9531840720ebc3d6b1966f7cfc2dfeb6faf0482e16aa50c0","declaration":"export function isInsideCode(pos: number, regions: CodeRegion[]): boolean;","entrypoint":"text-chunking","exportName":"isInsideCode","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"ee6318a495f3d87e76fe8e617a8cca1ddcd1fa69cebc9101f13332227f56a852","declaration":"export function markdownToIR(markdown: string, options?: MarkdownParseOptions): MarkdownIR;","entrypoint":"text-chunking","exportName":"markdownToIR","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2a67449f1c4b202c08999ee6b953050fad62c6ee95727d9f10d696bc20baa42","declaration":"export function markdownToIRWithMeta(markdown: string, options?: MarkdownParseOptions): { ir: MarkdownIR; hasTables: boolean; tables: MarkdownTableMeta[]; };","entrypoint":"text-chunking","exportName":"markdownToIRWithMeta","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"254f59d10fb91118e7b8e7dcf74d3455bc8bd997cf5599c44ad6672ddf86df73","declaration":"export function prefixSystemMessage(text: string): string;","entrypoint":"text-chunking","exportName":"prefixSystemMessage","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"6b5c8229ef2bef018d9d6be3e2d1da9a4b4e722c4fb776fb279f1d09029b6102","declaration":"export function renderMarkdownIRChunksWithinLimit<TRendered>(options: RenderMarkdownIRChunksWithinLimitOptions<TRendered>): RenderedMarkdownChunk<TRendered>[];","entrypoint":"text-chunking","exportName":"renderMarkdownIRChunksWithinLimit","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"06941e1965e63a197641553b19014d477b85bd46ba621fa7ff24368963534266","declaration":"export function renderMarkdownWithAttributedRanges<TStyle extends string>(ir: MarkdownIR, options: AttributedRenderOptions<TStyle>, profile?: FormatCapabilityProfile): { text: string; ranges: AttributedRange<TStyle>[]; };","entrypoint":"text-chunking","exportName":"renderMarkdownWithAttributedRanges","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ac1ae14373483e5e339d28fdf71df785784529496375f33e438eae6a6c2cca6","declaration":"export function renderMarkdownWithMarkers(ir: MarkdownIR, options: RenderOptions, profile?: FormatCapabilityProfile): string;","entrypoint":"text-chunking","exportName":"renderMarkdownWithMarkers","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"d8d26b21cc153b972f36eedbdab28dd1a86460e2f9029485bfc95da0fe512b99","declaration":"export function sanitizeAssistantVisibleText(text: string): string;","entrypoint":"text-chunking","exportName":"sanitizeAssistantVisibleText","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"61947c9f95f61c8bdc12921dd4595a33d116039d96bc726661dfea7450ca0cb6","declaration":"export function sanitizeAssistantVisibleTextWithOptions(text: string, options?: { trim?: \"none\" | \"both\"; }): string;","entrypoint":"text-chunking","exportName":"sanitizeAssistantVisibleTextWithOptions","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"8ca5b75d904681a0609655389f07601050aae637ade7c664dd98a9a4a8f29e03","declaration":"export function sanitizeAssistantVisibleTextWithProfile(text: string, profile?: AssistantVisibleTextSanitizerProfile): string;","entrypoint":"text-chunking","exportName":"sanitizeAssistantVisibleTextWithProfile","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"f8b94bb118bf5342e7710f73c1928fefccd83f1f85185347adb6149f04e96140","declaration":"export function sanitizeTerminalText(input: string): string;","entrypoint":"text-chunking","exportName":"sanitizeTerminalText","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"24cbb162cbb2646aca60550d3c72f8d7ed8ba07e7712614f2415b139a1491d6f","declaration":"export function sliceMarkdownIR(ir: MarkdownIR, start: number, end: number): MarkdownIR;","entrypoint":"text-chunking","exportName":"sliceMarkdownIR","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"6325f9dfc9fb7b5f73c42a07f9e8ef0779416b3b560b6d5e94feb168c021df7b","declaration":"export function stripAssistantInternalScaffolding(text: string): string;","entrypoint":"text-chunking","exportName":"stripAssistantInternalScaffolding","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"d8144d12730334835e9edea2fc59df8848ba9fefc4521d70ebd0bcc53f6e5cf5","declaration":"export function stripInlineDirectiveTagsForDelivery(text: string): StripInlineDirectiveTagsResult;","entrypoint":"text-chunking","exportName":"stripInlineDirectiveTagsForDelivery","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"20a742e197daaf09fc994d8e4190986050d922a7db242c2897900e0eb668d442","declaration":"export function stripInlineDirectiveTagsForDisplay(text: string): StripInlineDirectiveTagsResult;","entrypoint":"text-chunking","exportName":"stripInlineDirectiveTagsForDisplay","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"45a455770b1ea066cf715bd3fb65543a37040ab9e04eda16bfc9cf6f306b7a9a","declaration":"export function stripInlineDirectiveTagsFromMessageForDisplay(message: DisplayMessageWithContent | undefined): DisplayMessageWithContent | undefined;","entrypoint":"text-chunking","exportName":"stripInlineDirectiveTagsFromMessageForDisplay","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"622f44371c514ea9fbc9dca76a3fd8efc357c5d08749d19539bf93194e2e26d0","declaration":"export function stripMarkdown(text: string, options?: StripMarkdownOptions, profile?: FormatCapabilityProfile): string;","entrypoint":"text-chunking","exportName":"stripMarkdown","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ae677355214e7f940717c09b1820c30eb932e9ab38f68def9b29e7b915cdf94","declaration":"export function stripReasoningTagsFromText(text: string, options?: { mode?: ReasoningTagMode; trim?: ReasoningTagTrim; scope?: ReasoningTagScope; }): string;","entrypoint":"text-chunking","exportName":"stripReasoningTagsFromText","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"90a9501b77d36c8d5a436372b026925b801aeb27d0344e3eea641492414096ef","declaration":"export function stripToolCallXmlTags(input: string, options?: { stripFunctionCallsXmlPayloads?: boolean; stripFunctionResponseAfterPluralToolCalls?: boolean; }): string;","entrypoint":"text-chunking","exportName":"stripToolCallXmlTags","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"8a86e7b224d71fe7bfd1c8d6ca6407ee75f7090dc102191e0076d6f4c4f194f7","declaration":"export function tokenizeHtmlTags(html: string): Generator<HtmlTagToken>;","entrypoint":"text-chunking","exportName":"tokenizeHtmlTags","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"function","recordType":"export"}
|
|
{"closureHash":"a68aaa452c09401f812fac8287816672f0ddcce7e864bae3288a2fa939a60aa6","declaration":"export const FILE_REF_EXTENSIONS_WITH_TLD: Set<string>;","entrypoint":"text-chunking","exportName":"FILE_REF_EXTENSIONS_WITH_TLD","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"const","recordType":"export"}
|
|
{"closureHash":"8e1a770ed593a321daf0958d2fa069fa7761f81afc6e425fb399a6a17c23dbde","declaration":"export const SYSTEM_MARK: \"⚙️\";","entrypoint":"text-chunking","exportName":"SYSTEM_MARK","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"const","recordType":"export"}
|
|
{"closureHash":"88dee43ca3d937e356d1562d4590719b1630856568ab7b94994af1b834412e3d","declaration":"export type AssistantVisibleTextSanitizerProfile = AssistantVisibleTextSanitizerProfile;","entrypoint":"text-chunking","exportName":"AssistantVisibleTextSanitizerProfile","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"f82e7c2c47cdca731766916c489a6bc7430b10003a2d226a78fe119624fe256e","declaration":"export type AttributedRenderOptions<TStyle extends string> = AttributedRenderOptions<TStyle>;","entrypoint":"text-chunking","exportName":"AttributedRenderOptions","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"0b028e78366c973f4ae9f64a79655908cd089355f54cb949e8f57d0f25af0b39","declaration":"export type ChunkTextRangesOptions = ChunkTextRangesOptions;","entrypoint":"text-chunking","exportName":"ChunkTextRangesOptions","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"d2c8f17367069633d1d8fb9d1f2cbda3885f6edac529cd405dbdbecb1256a0d6","declaration":"export type DisplayMessageWithContent = DisplayMessageWithContent;","entrypoint":"text-chunking","exportName":"DisplayMessageWithContent","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"4a9bd62f79a19d679b539a330187c1d2d313b2e5940ab043da16bb8712f29c60","declaration":"export type FormatCapabilityProfile = FormatCapabilityProfile;","entrypoint":"text-chunking","exportName":"FormatCapabilityProfile","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"d44de422f51175daf12725339ffed4239682d73faad486bff73b86ae7a8c0a79","declaration":"export type InlineDirectiveParseResult = InlineDirectiveParseResult;","entrypoint":"text-chunking","exportName":"InlineDirectiveParseResult","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"9b07a77b9697f4aaef1877c4d1c618dae0d20e1a4268495f8e048e9ae49d2fba","declaration":"export type MarkdownIR = MarkdownIR;","entrypoint":"text-chunking","exportName":"MarkdownIR","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"b408fbbc3a6ea63a15e5a713a25c4aca897c4e55b02d6f4c8d931841c49d6c4f","declaration":"export type MarkdownLinkSpan = MarkdownLinkSpan;","entrypoint":"text-chunking","exportName":"MarkdownLinkSpan","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"372c24958255a82a38cc941dab0fb6672f8b09cf529d2a1e210eba7788190a5b","declaration":"export type MarkdownParseOptions = MarkdownParseOptions;","entrypoint":"text-chunking","exportName":"MarkdownParseOptions","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"11b37cb20b53872f1be5ef5c759bb5c0a51ff988be17a1ae5dc9be60bded862d","declaration":"export type MarkdownStyle = MarkdownStyle;","entrypoint":"text-chunking","exportName":"MarkdownStyle","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"bd69d4a7316ce3ca3e1ae3e657d80522ffb140525d31a18d7a064fa4ef3611fa","declaration":"export type MarkdownStyleSpan = MarkdownStyleSpan;","entrypoint":"text-chunking","exportName":"MarkdownStyleSpan","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"deb09ce9ed84a0adff0c265d5f520af91ebf5e6f0529629c6917d31f3cc8307b","declaration":"export type MarkdownTableCell = MarkdownTableCell;","entrypoint":"text-chunking","exportName":"MarkdownTableCell","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"176f8f8c982d6b3c95a2f0992ff80b0119cccec7698cb5e6f00704da2b9d456c","declaration":"export type MarkdownTableMeta = MarkdownTableMeta;","entrypoint":"text-chunking","exportName":"MarkdownTableMeta","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"b7c20bb538704b41258b4842f00406208b7de54783d8a95df884c62a241bcc73","declaration":"export type ReasoningTagMode = ReasoningTagMode;","entrypoint":"text-chunking","exportName":"ReasoningTagMode","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"2b8a466c2edccf8fdbfdd0d071f3b42d87ad8b1499aaeed011d583f2a5a44d72","declaration":"export type ReasoningTagTrim = ReasoningTagTrim;","entrypoint":"text-chunking","exportName":"ReasoningTagTrim","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"7b2ea0a6c1ca363abf5a42895688d951a751b1853029b0d9860907f8609c2969","declaration":"export type RenderLink = RenderLink;","entrypoint":"text-chunking","exportName":"RenderLink","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"e7e0282cf33ddc44983960eefc3f786c76115f1cd4d0f9fbaa9ab21c5f11d060","declaration":"export type RenderMarkdownIRChunksWithinLimitOptions<TRendered> = RenderMarkdownIRChunksWithinLimitOptions<TRendered>;","entrypoint":"text-chunking","exportName":"RenderMarkdownIRChunksWithinLimitOptions","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"544138a443688b4e5c717b605ea7d5b397da1efc39fd4c4a10090e3cd2e71bec","declaration":"export type RenderOptions = RenderOptions;","entrypoint":"text-chunking","exportName":"RenderOptions","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"21925d2020b5b70f797dd202cd01d89d280549a90540b827fa9e767621cb3aeb","declaration":"export type RenderStyleMap = Partial<Record<MarkdownStyle, RenderStyleMarker>>;","entrypoint":"text-chunking","exportName":"RenderStyleMap","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"ea2ddf4e05205b31dfdb58df7717d33caddcffae63fad359ccc446159f02409d","declaration":"export type RenderStyleMarker = RenderStyleMarker;","entrypoint":"text-chunking","exportName":"RenderStyleMarker","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"cb9b3dbc1c933731eae297093c4fb3db95dc4a83fe13141336a152bd2b1c58dc","declaration":"export type TextChunkRange = TextChunkRange;","entrypoint":"text-chunking","exportName":"TextChunkRange","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"type","recordType":"export"}
|
|
{"closureHash":"af5502c92594c2e9049a4b4994e17c00d3adee3f6d1e68edd818a539c74c8787","declaration":"export interface CodeRegion {\n start: number;\n end: number;\n}","entrypoint":"text-chunking","exportName":"CodeRegion","importSpecifier":"openclaw/plugin-sdk/text-chunking","kind":"interface","recordType":"export"}
|
|
{"category":null,"entrypoint":"text-runtime","importSpecifier":"openclaw/plugin-sdk/text-runtime","recordType":"module"}
|
|
{"closureHash":"8f5f89cd550e17fde19f6229edd7502cd473384edc289f448032a066f27d8139","declaration":"export function asNullableObjectRecord(value: unknown): Record<string, unknown> | null;","entrypoint":"text-runtime","exportName":"asNullableObjectRecord","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4c772989882503a1861c55c9ebac600ceaf218d44147d87da0628eba845bff15","declaration":"export function asNullableRecord(value: unknown): Record<string, unknown> | null;","entrypoint":"text-runtime","exportName":"asNullableRecord","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3ce3856918e2e7e45071d174e5948657ba2cf18bfedc6fe1ac9d7d859012f6b2","declaration":"export function asOptionalObjectRecord(value: unknown): Record<string, unknown> | undefined;","entrypoint":"text-runtime","exportName":"asOptionalObjectRecord","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1627961066a987bec6f21c1cebccf61ded3c26ae834f5819e1909632a5586834","declaration":"export function asOptionalRecord(value: unknown): Record<string, unknown> | undefined;","entrypoint":"text-runtime","exportName":"asOptionalRecord","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"28f70710cc0d9006bc47149d51fc65a6c990f1c2f7c9a16f96d94fa593041bcb","declaration":"export function asRecord(value: unknown): Record<string, unknown>;","entrypoint":"text-runtime","exportName":"asRecord","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"593f5b94a9bcb22b24002c99e104107910865d377a4449ab531ca002bdfc5278","declaration":"export function bindAbortRelay(controller: AbortController): () => void;","entrypoint":"text-runtime","exportName":"bindAbortRelay","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c188e053c6b7c8039faa0ae11391f71c22f3077246b78bf21d708668a1fa60a1","declaration":"export function buildTimeoutAbortSignal(params: TimeoutAbortSignalParams): { signal?: AbortSignal; cleanup: () => void; refresh: () => void; };","entrypoint":"text-runtime","exportName":"buildTimeoutAbortSignal","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"93cad5f343fef3ce8c918152c42eabc5473ca9c3e432a3c102bb2050f64dc102","declaration":"export function chunkItems<T>(items: readonly T[], size: number): T[][];","entrypoint":"text-runtime","exportName":"chunkItems","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fcd8ef78cdd1fff4bd173fe7f288cdf0e349e0c6dad846bf127e2465351a9e00","declaration":"export function chunkMarkdownIR(ir: MarkdownIR, limit: number): MarkdownIR[];","entrypoint":"text-runtime","exportName":"chunkMarkdownIR","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a9907a032a2a19ec2449779bcb7321e7918e5fe2ecf158bf270fa3017d623e84","declaration":"export function clampInt(value: number, min: number, max: number): number;","entrypoint":"text-runtime","exportName":"clampInt","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e2e04ce008f0ca676231b830e1874a8283cb2f68a5cf3996ff8c7db563c8dda","declaration":"export function clampNumber(value: number, min: number, max: number): number;","entrypoint":"text-runtime","exportName":"clampNumber","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8a9b7b176d18d1b651acfd099286509c8fe634097537de18ed017937161af790","declaration":"export function computeSensitiveRedactionBitmap(text: string, resolved: ResolvedRedactOptions): boolean[];","entrypoint":"text-runtime","exportName":"computeSensitiveRedactionBitmap","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a445006876fa7caba813ce5e1af299d61af4f8d9c459d45047f01b28082f4cef","declaration":"export function convertMarkdownTables(markdown: string, mode: MarkdownTableMode): string;","entrypoint":"text-runtime","exportName":"convertMarkdownTables","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"92b15281822ad9985e884c6dd4d2c35b8d2ec9616ec818030e0eb93378d44ad2","declaration":"export function createScopedExpiringIdCache<TScope extends string | number, TId extends string | number>(options: { store: Map<string, Map<string, number>>; ttlMs: number; cleanupThreshold: number; }): ScopedExpiringIdCache<TScope, TId>;","entrypoint":"text-runtime","exportName":"createScopedExpiringIdCache","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d757da9f6b97f8655ea233422505da315c98b94ab1c4ea7045f74c9fa2b87070","declaration":"export function displayPath(input: string): string;","entrypoint":"text-runtime","exportName":"displayPath","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"994de5c2cb555b8183356aa7c8d77be72d1ba0f5b32b3a2099d9e894e0d12c2b","declaration":"export function displayString(input: string): string;","entrypoint":"text-runtime","exportName":"displayString","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"892847073f05fe39cbfc07d63c0660f5e3bd434bd71e599a5948a31cebe449fd","declaration":"export function ensureDir(dir: string): Promise<void>;","entrypoint":"text-runtime","exportName":"ensureDir","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9fdd96a7ecc2bfafdc4e855ca7b252afb558e3999f25b95e576d165bc05416c4","declaration":"export function escapeRegExp(value: string): string;","entrypoint":"text-runtime","exportName":"escapeRegExp","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"e837660163535f70b303752bf83e8df2b06d9c48b1ae1d31a265f2bf3b84a6ca","declaration":"export function fetchWithTimeout(url: string, init: RequestInit, timeoutMs: number, fetchFn?: typeof fetch): Promise<Response>;","entrypoint":"text-runtime","exportName":"fetchWithTimeout","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2044885189240db96797a8e34114ca234851b0134f44bf3ce5e646cb94191f78","declaration":"export function findCodeRegions(text: string): CodeRegion[];","entrypoint":"text-runtime","exportName":"findCodeRegions","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"75abcdccb52b72f5b11d6e2077b1ebff7d6cff8093ccd0b07072679ae7ff247c","declaration":"export function flushLogger(): Promise<void>;","entrypoint":"text-runtime","exportName":"flushLogger","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2e8f3eb9cb1fd8b3ccacae190b3bed9811014912269acdfe4379959755cc141","declaration":"export function getChildLogger(bindings?: Record<string, unknown>, opts?: { level?: LogLevel; }): TsLogger<LogObj>;","entrypoint":"text-runtime","exportName":"getChildLogger","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cc7acd0f29265863582db067d08c49b4d5e1d3375b575b7ac5e60200378841e2","declaration":"export function getDefaultRedactPatterns(): string[];","entrypoint":"text-runtime","exportName":"getDefaultRedactPatterns","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9561403b4a29561abaccb35ea28bfb5b6ddc50498c8820ab6c8523752ca9be7f","declaration":"export function getDiagnosticSessionStateCountForTest(): number;","entrypoint":"text-runtime","exportName":"getDiagnosticSessionStateCountForTest","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2a52337c178fde95ae17e318ff15d646631e2a3a663aac7cc3a1b14b80398090","declaration":"export function getLogger(): TsLogger<LogObj>;","entrypoint":"text-runtime","exportName":"getLogger","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c307bca631a738b8b8479c839ef3597d7c1c8e14a69bb3852fdd5c722188afd","declaration":"export function getResolvedLoggerSettings(): LoggerResolvedSettings;","entrypoint":"text-runtime","exportName":"getResolvedLoggerSettings","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1e001e341f490d746861b24c29c486d8eb7dfa5d098dfd047137354f78021ccb","declaration":"export function hasNonEmptyString(value: unknown): value is string;","entrypoint":"text-runtime","exportName":"hasNonEmptyString","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4e12f88c3c53d3746ac146464937a017852692ab1c82bb0892140cac9f3567c4","declaration":"export function hasOrphanReasoningCloseBoundary(params: { before: string; after: string; }): boolean;","entrypoint":"text-runtime","exportName":"hasOrphanReasoningCloseBoundary","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"08ddcc6ca9387f8de2385d0ac0f8d31870f81aab9e42a2189f0a294c28e1e79d","declaration":"export function hasSystemMark(text: string): boolean;","entrypoint":"text-runtime","exportName":"hasSystemMark","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"eb58757091fba44773ed8c84cf58a2734a37e34a3da649b7c89ef7ddb1c203f5","declaration":"export function isAutoLinkedFileRef(href: string, label: string): boolean;","entrypoint":"text-runtime","exportName":"isAutoLinkedFileRef","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ef5cfa0d2535382934f96964cfe552c3b0f31a3cefce2efb9e1d7898ef32dc32","declaration":"export function isFileLogLevelEnabled(level: LogLevel): boolean;","entrypoint":"text-runtime","exportName":"isFileLogLevelEnabled","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c9ba4424cf3fe1de9531840720ebc3d6b1966f7cfc2dfeb6faf0482e16aa50c0","declaration":"export function isInsideCode(pos: number, regions: CodeRegion[]): boolean;","entrypoint":"text-runtime","exportName":"isInsideCode","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f5c64d8433c816c389a3e6e981687ec467ff4a6a885bf2d3b8cffa1e3cbb5e83","declaration":"export function isRecord(value: unknown): value is Record<string, unknown>;","entrypoint":"text-runtime","exportName":"isRecord","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"46d432fd04d3391a26b254a2d0140759f9f2eb0eb92a7137a62b4b84f9d27476","declaration":"export function isSensitiveFieldKey(key: string): boolean;","entrypoint":"text-runtime","exportName":"isSensitiveFieldKey","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"87d7012fda7268f49e2db5f5553dfaba24bfe508b62c6b5b337436897890aeea","declaration":"export function isStuckSessionRecoveryEnabled(config?: OpenClawConfig): boolean;","entrypoint":"text-runtime","exportName":"isStuckSessionRecoveryEnabled","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1e8907ca00a70c3ebe938dac337d3ce48ff2f49031521b5aba2fde74693b5836","declaration":"export function localeLowercasePreservingWhitespace(value: string): string;","entrypoint":"text-runtime","exportName":"localeLowercasePreservingWhitespace","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ea59acc12d9f0d971f24d3af4b287a02aa6c73ecc64f696dcd5574fc9e94594f","declaration":"export function logActiveRuns(): void;","entrypoint":"text-runtime","exportName":"logActiveRuns","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"611261c51fa254243adbfe1ce2280c22a125bc6112772517af73e48ea8f99d85","declaration":"export function logDebug(message: string): void;","entrypoint":"text-runtime","exportName":"logDebug","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ed6e6e27710f11b55572d626117ea98288ff57eb2b7e2da58c716c68f3617dd","declaration":"export function logError(message: string, runtime?: RuntimeEnv): void;","entrypoint":"text-runtime","exportName":"logError","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f4b4a3db8f0805ca6e3dd45ea5738dbd6f3cbda3777562182dd81e4fbf764899","declaration":"export function logInfo(message: string, runtime?: RuntimeEnv): void;","entrypoint":"text-runtime","exportName":"logInfo","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6203d607c93ac70c96103c61ff2fcf58679a75c7057247dd568e07c2d55f4c5c","declaration":"export function logLaneDequeue(lane: string, waitMs: number, queueSize: number): void;","entrypoint":"text-runtime","exportName":"logLaneDequeue","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"778dce8948dfb9f820400725f1d800273349451a82ac6b35f02ceab5ff329309","declaration":"export function logLaneEnqueue(lane: string, queueSize: number): void;","entrypoint":"text-runtime","exportName":"logLaneEnqueue","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"817b9d7fa8f511f40cf2ec22b59e193318f698745ce37462db47e6340f72dbb6","declaration":"export function logMessageDispatchCompleted(params: { sessionId?: string; sessionKey?: string; channel?: string; source: string; durationMs: number; outcome: \"completed\" | \"skipped\" | \"error\"; reason?: string; error?: string; }): void;","entrypoint":"text-runtime","exportName":"logMessageDispatchCompleted","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b5857b20eb4324eda2d1b4ea431914b20e663c0dcdd97126d73726ab8acdceb6","declaration":"export function logMessageDispatchStarted(params: { sessionId?: string; sessionKey?: string; channel?: string; source: string; }): void;","entrypoint":"text-runtime","exportName":"logMessageDispatchStarted","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"de9455bf391805b9eb3319c0917628b01b5f739bced6ceed2f824730b63ba9b4","declaration":"export function logMessageProcessed(params: { channel: string; messageId?: number | string; chatId?: number | string; sessionId?: string; sessionKey?: string; durationMs?: number; outcome: \"completed\" | \"skipped\" | \"error\"; reason?: string; error?: string; }): void;","entrypoint":"text-runtime","exportName":"logMessageProcessed","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"80930b9ce9e3219a1858161267eec54c244e56e6ae42e5a2826c1adc3355e601","declaration":"export function logMessageQueued(params: { sessionId?: string; sessionKey?: string; channel?: string; source: string; }): void;","entrypoint":"text-runtime","exportName":"logMessageQueued","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bfa8611a979b509bc8cf114a2c8fe635dcd6f0b96c609f37cc1c2eff355e4931","declaration":"export function logMessageReceived(params: { sessionId?: string; sessionKey?: string; channel?: string; messageId?: number | string; chatId?: number | string; source: string; }): void;","entrypoint":"text-runtime","exportName":"logMessageReceived","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c1bd5640c606e152a81e31bb67eb0272c065795e205199e028e8fe5ca69f5bd7","declaration":"export function logRunAttempt(params: SessionRef & { runId: string; attempt: number; }): void;","entrypoint":"text-runtime","exportName":"logRunAttempt","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3e79d9fff4e73dc991c7d8d6fe6be0c631838089ee63fe8056d558328131a30a","declaration":"export function logSessionAttention(params: SessionRef & { state: SessionStateValue; ageMs: number; thresholdMs: number; abortThresholdMs?: number; }): SessionAttentionClassification | undefined;","entrypoint":"text-runtime","exportName":"logSessionAttention","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"36a8079704aebf357403c5c4c95ab03a301bac0e7f82cdfe6bbab522a44c98fd","declaration":"export function logSessionStateChange(params: SessionRef & { state: SessionStateValue; reason?: string; }): void;","entrypoint":"text-runtime","exportName":"logSessionStateChange","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5a4f73a9b8ba0fc8c459ff3bcab4d15c01bf47c7d70881c33dad1529c7c36fc7","declaration":"export function logSessionTurnCreated(params: { runId: string; sessionId?: string; sessionKey?: string; agentId?: string; channel?: string; trigger: \"user\" | \"heartbeat\"; }): void;","entrypoint":"text-runtime","exportName":"logSessionTurnCreated","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a4dae1675792b26cff311e9564c1ef9a17825d2f2dce19557f021a9c66802f2d","declaration":"export function logSuccess(message: string, runtime?: RuntimeEnv): void;","entrypoint":"text-runtime","exportName":"logSuccess","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"52746afea60fda140452dd89252b39dd5faf5d261b5bfb3adc0c4b8a4247ac79","declaration":"export function logToolLoopAction(params: SessionRef & { toolName: string; level: \"warning\" | \"critical\"; action: \"warn\" | \"block\"; detector: \"generic_repeat\" | \"argument_churn\" | \"unknown_tool_repeat\" | \"known_poll_no_progress\" | \"global_circuit_breaker\" | \"ping_pong\"; count: number; message: string; pairedToolName?: string; }): void;","entrypoint":"text-runtime","exportName":"logToolLoopAction","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bbed274d47a337b30de1edd6dbcf27555ccd7da7ddee368b9d9376db18f203a8","declaration":"export function logWarn(message: string, runtime?: RuntimeEnv): void;","entrypoint":"text-runtime","exportName":"logWarn","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"dfaea78d6d3e7022e845ce7b4d0ff33e4f367c0c08fc1f2a2747e23b484abb22","declaration":"export function logWebhookError(params: { channel: string; updateType?: string; chatId?: number | string; error: string; }): void;","entrypoint":"text-runtime","exportName":"logWebhookError","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"fea36250b5fbefc03d7a1874e3d2f11d7b07336a501eb76f090fdd3d74cbdd47","declaration":"export function logWebhookProcessed(params: { channel: string; updateType?: string; chatId?: number | string; durationMs?: number; }): void;","entrypoint":"text-runtime","exportName":"logWebhookProcessed","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d6d507abc4629db7696cfda1230911644f74ae698d715394137d292d86219545","declaration":"export function logWebhookReceived(params: { channel: string; updateType?: string; chatId?: number | string; }): void;","entrypoint":"text-runtime","exportName":"logWebhookReceived","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0d7cd2c9ec20ce51087d53d2d4683c92b200d3659b14551e7131db69381a7628","declaration":"export function lowercasePreservingWhitespace(value: string): string;","entrypoint":"text-runtime","exportName":"lowercasePreservingWhitespace","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"89a069cd4ebea18b6e02eb1bd05c7552368a703a10eec0393951dea3722f7471","declaration":"export function markDiagnosticSessionProgress(params: SessionRef): void;","entrypoint":"text-runtime","exportName":"markDiagnosticSessionProgress","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ee6318a495f3d87e76fe8e617a8cca1ddcd1fa69cebc9101f13332227f56a852","declaration":"export function markdownToIR(markdown: string, options?: MarkdownParseOptions): MarkdownIR;","entrypoint":"text-runtime","exportName":"markdownToIR","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d2a67449f1c4b202c08999ee6b953050fad62c6ee95727d9f10d696bc20baa42","declaration":"export function markdownToIRWithMeta(markdown: string, options?: MarkdownParseOptions): { ir: MarkdownIR; hasTables: boolean; tables: MarkdownTableMeta[]; };","entrypoint":"text-runtime","exportName":"markdownToIRWithMeta","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bfb500050d154fc1eaebe4ce2d57b457f8cd662272021164f0b5c5498b5533b4","declaration":"export function normalizeArrayBackedTrimmedStringList(value: unknown): string[] | undefined;","entrypoint":"text-runtime","exportName":"normalizeArrayBackedTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"3d953e31d7e0b3e465302b9fb8161be062a76556174ebca8ac26fc66eefab96b","declaration":"export function normalizeAtHashSlug(raw?: string | null): string;","entrypoint":"text-runtime","exportName":"normalizeAtHashSlug","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0429e7d904902313908629f6eee5c077fabe912cd481f9daa61f7cd77e212d70","declaration":"export function normalizeCsvOrLooseStringList(value: unknown): string[];","entrypoint":"text-runtime","exportName":"normalizeCsvOrLooseStringList","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"75d8cad9951923efbe06ada3d4f3d0f0c26d478814ceb10079c18c3706d7f226","declaration":"export function normalizeE164(number: string): string;","entrypoint":"text-runtime","exportName":"normalizeE164","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cb4b722295195f88d2dff04e0ebf8b7bad3f237dad9eb2f144f27da7c15ef572","declaration":"export function normalizeFastMode(raw?: unknown): FastMode | undefined;","entrypoint":"text-runtime","exportName":"normalizeFastMode","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4dd09adf03b9cb21e446fd14db15df8a5e988df0cb1c0331c4cc66c0db22dffb","declaration":"export function normalizeHyphenSlug(raw?: string | null): string;","entrypoint":"text-runtime","exportName":"normalizeHyphenSlug","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4cb81b1321645d0e79679866b2c176a6bf6ee70064cc80e8d468c7e283006305","declaration":"export function normalizeLowercaseStringOrEmpty(value: unknown): string;","entrypoint":"text-runtime","exportName":"normalizeLowercaseStringOrEmpty","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f72a0aa2d5e9481cbbbc186e80efcc5af22ee7ddc84e669c1f89d92c8143b75d","declaration":"export function normalizeNullableString(value: unknown): string | null;","entrypoint":"text-runtime","exportName":"normalizeNullableString","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"37765f55f2ba39b1fd6f41c26e6a76a19aece4eacb5ec9d15c3176668bbec113","declaration":"export function normalizeOptionalLowercaseString(value: unknown): string | undefined;","entrypoint":"text-runtime","exportName":"normalizeOptionalLowercaseString","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c0c92d709ca55c2e9c2d579eed61ce2203c9046bcbf6699a0d0bb3a72287d477","declaration":"export function normalizeOptionalString(value: unknown): string | undefined;","entrypoint":"text-runtime","exportName":"normalizeOptionalString","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0508b9ea29de2fa9124761b869f1e30738e6a13786c545a075ac4d8a128d0134","declaration":"export function normalizeOptionalStringifiedId(value: unknown): string | undefined;","entrypoint":"text-runtime","exportName":"normalizeOptionalStringifiedId","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ee6d2fb5f146ad5d8c6256a4329adb6d8db49d12ab68f2eb22dd7213c3edcb5a","declaration":"export function normalizeOptionalThreadValue(value: unknown): string | number | undefined;","entrypoint":"text-runtime","exportName":"normalizeOptionalThreadValue","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"34143a87e2b2c7ab6a432c1b6cb72415d665d874980058d8c6584bbdaf11d632","declaration":"export function normalizeOptionalTrimmedStringList(value: unknown): string[] | undefined;","entrypoint":"text-runtime","exportName":"normalizeOptionalTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"bd321501507c22f713a0e3016dc55a9fdac5ed887e42ab8e133673c885a45cff","declaration":"export function normalizeSingleOrTrimmedStringList(value: unknown): string[];","entrypoint":"text-runtime","exportName":"normalizeSingleOrTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"561e916fa6a53a8828ffbd912e9574764f8b2d95094daef9789fb92630d870a2","declaration":"export function normalizeSortedUniqueStringEntries(values?: Iterable<unknown>): string[];","entrypoint":"text-runtime","exportName":"normalizeSortedUniqueStringEntries","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a72a45fd4b4de9a4b88802fd9359762d7b148dc6508228e074d85035d4f0e904","declaration":"export function normalizeSortedUniqueTrimmedStringList(value: unknown): string[];","entrypoint":"text-runtime","exportName":"normalizeSortedUniqueTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"cd1e5fb3a2edbd34f8f0e65103234aa2756f789136a552b46420a05064e9b6ae","declaration":"export function normalizeStringEntries(list?: ReadonlyArray<unknown>): string[];","entrypoint":"text-runtime","exportName":"normalizeStringEntries","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6cc39d566ecfe4496d36f7aef587f61326137989058b18e08fa3ec8cd5fdbf09","declaration":"export function normalizeStringEntriesLower(list?: ReadonlyArray<unknown>): string[];","entrypoint":"text-runtime","exportName":"normalizeStringEntriesLower","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4b0d860c0471e9ca6ba61e1ce4352661df6acc51f810e69fb5e6be161079ede4","declaration":"export function normalizeStringifiedEntries(values?: ReadonlyArray<unknown>): string[];","entrypoint":"text-runtime","exportName":"normalizeStringifiedEntries","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c5b5f633c6670947409baa09898a983e70b90708b2fcbe5ec908b6a1b41a60d","declaration":"export function normalizeStringifiedOptionalString(value: unknown): string | undefined;","entrypoint":"text-runtime","exportName":"normalizeStringifiedOptionalString","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"734702771239c83df36986ed3fbcae46d8dbbd93cb75da289f5265103306ac44","declaration":"export function normalizeTrimmedStringList(value: unknown): string[];","entrypoint":"text-runtime","exportName":"normalizeTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"4e83f115c468d3b0073dc11091af515b299e163c4c7cbd9fb49c16d80545fc96","declaration":"export function normalizeUniqueSingleOrTrimmedStringList(value: unknown): string[];","entrypoint":"text-runtime","exportName":"normalizeUniqueSingleOrTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"37287f8f868dd5f82766f20dd47e2c83aea94022461d2b27ad1fbe97a5c7cca8","declaration":"export function normalizeUniqueStringEntries(values?: Iterable<unknown>): string[];","entrypoint":"text-runtime","exportName":"normalizeUniqueStringEntries","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"81cd934a6f8c836c7939fabed565ec67d4cd5e38a239fda0f58a78c0cdfa8fe8","declaration":"export function normalizeUniqueStringEntriesLower(values?: Iterable<unknown>): string[];","entrypoint":"text-runtime","exportName":"normalizeUniqueStringEntriesLower","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"70c7cea3e68443c494677f7012c4aae2d3be3a4b586d777e299273230fa3a460","declaration":"export function normalizeUniqueTrimmedStringList(value: unknown): string[];","entrypoint":"text-runtime","exportName":"normalizeUniqueTrimmedStringList","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"573c25529ba34507cf4c595ca9b9d8516a4527547871c2cec8e81cecb65e2b82","declaration":"export function parseInlineDirectives(text?: string, options?: InlineDirectiveParseOptions): InlineDirectiveParseResult;","entrypoint":"text-runtime","exportName":"parseInlineDirectives","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"741168f196eee366f5eda731e94fcf4aa31e955df4ecf1fdd62cc0b6f197af97","declaration":"export function pathExists(targetPath: string): Promise<boolean>;","entrypoint":"text-runtime","exportName":"pathExists","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"254f59d10fb91118e7b8e7dcf74d3455bc8bd997cf5599c44ad6672ddf86df73","declaration":"export function prefixSystemMessage(text: string): string;","entrypoint":"text-runtime","exportName":"prefixSystemMessage","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1867c0716df1df2fddf214ef57511b7f66e9875b8580bf3e4cf0352585c2f5c7","declaration":"export function readStringField(record: Record<string, unknown> | null | undefined, key: string): string | undefined;","entrypoint":"text-runtime","exportName":"readStringField","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f9a8158182e7a3598a26c1b59d9d3a804637f9ef082d4f900e44e346ed85e2a4","declaration":"export function readStringValue(value: unknown): string | undefined;","entrypoint":"text-runtime","exportName":"readStringValue","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"841c5e053ca8bd2239b05dece08be98c69985b0852981ef5f15ddbc3fe6bab3b","declaration":"export function redactIdentifier(value: string | undefined, opts?: { len?: number; }): string;","entrypoint":"text-runtime","exportName":"redactIdentifier","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"a4d48de62225fe71c7c21a8071cf0a7312a7ccbd9274a07a427e423960434301","declaration":"export function redactSecrets<T>(value: T): T;","entrypoint":"text-runtime","exportName":"redactSecrets","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"587f549f283419ebc95a02982e36cb0c9aa6b2493e78b7903cd71e1e5f5c4019","declaration":"export function redactSensitiveFieldValue(key: string, value: string, options?: RedactOptions): string;","entrypoint":"text-runtime","exportName":"redactSensitiveFieldValue","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0ec2e7034deeccbcbc6f85c067eb0ec2ecbbc9033f310020f4bd0b148509a4ac","declaration":"export function redactSensitiveFieldValueWithConfig(key: string, value: string, loggingConfig?: LoggingConfig): string;","entrypoint":"text-runtime","exportName":"redactSensitiveFieldValueWithConfig","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b2f54e01d2f82cc5f7c90cf8013b82cda217b64ab5708a180d076b6e40b497b1","declaration":"export function redactSensitiveLines(lines: string[], resolved: ResolvedRedactOptions): string[];","entrypoint":"text-runtime","exportName":"redactSensitiveLines","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"19ba3dbec5609e39f9a5cd9835c4077eb3347b9fed42cebdb9344b8bc8c64ee2","declaration":"export function redactSensitiveText(text: string, options?: RedactOptions): string;","entrypoint":"text-runtime","exportName":"redactSensitiveText","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d3d5d1d89f2e1862eced1a25b4aab34888f2d592a2c88f50aa537c1fad340683","declaration":"export function redactToolDetail(detail: string): string;","entrypoint":"text-runtime","exportName":"redactToolDetail","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"87bde7139768bd89a9814ee98358309bf27d5607eeea56e8af9dcbcb92d6d5f7","declaration":"export function redactToolPayloadText(text: string): string;","entrypoint":"text-runtime","exportName":"redactToolPayloadText","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0af8babef8f370d7de0ac0fe8713be13b9f41a810b8a7ed9c13ba57b04e8ec5d","declaration":"export function redactToolPayloadTextWithConfig(text: string, loggingConfig?: LoggingConfig): string;","entrypoint":"text-runtime","exportName":"redactToolPayloadTextWithConfig","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6b5c8229ef2bef018d9d6be3e2d1da9a4b4e722c4fb776fb279f1d09029b6102","declaration":"export function renderMarkdownIRChunksWithinLimit<TRendered>(options: RenderMarkdownIRChunksWithinLimitOptions<TRendered>): RenderedMarkdownChunk<TRendered>[];","entrypoint":"text-runtime","exportName":"renderMarkdownIRChunksWithinLimit","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ac1ae14373483e5e339d28fdf71df785784529496375f33e438eae6a6c2cca6","declaration":"export function renderMarkdownWithMarkers(ir: MarkdownIR, options: RenderOptions, profile?: FormatCapabilityProfile): string;","entrypoint":"text-runtime","exportName":"renderMarkdownWithMarkers","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d9300ca241e5ab2fab556cefea507a6b4376fce102e42fb0a9833e69d1641a71","declaration":"export function requestStuckDiagnosticSessionRecovery(params: StuckSessionRecoveryRequest): Promise<StuckSessionRecoveryOutcome | undefined>;","entrypoint":"text-runtime","exportName":"requestStuckDiagnosticSessionRecovery","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"69ec6060127ed07ef30a196d01f4b9da3583f9b24729c16c4dcc1151cc28e897","declaration":"export function resetDiagnosticStateForTest(): void;","entrypoint":"text-runtime","exportName":"resetDiagnosticStateForTest","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b473c83e0949283e5a3886065336c7e3dea58096c510026560fda0aa58aa4866","declaration":"export function resetLogger(): void;","entrypoint":"text-runtime","exportName":"resetLogger","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"723b7134076388f6e945b292bdd0457a65dd57229258f44a6da743ae28f2bea2","declaration":"export function resolveConfigDir(env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"text-runtime","exportName":"resolveConfigDir","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"98b25c2f76479da7bb6e3d663da9519a5879735c98106c7a544026c4ca36fc78","declaration":"export function resolveGlobalMap<TKey, TValue>(key: symbol, reset?: GlobalSingletonLifecycle | GlobalSingletonReset<Map<TKey, TValue>>, lifecycle?: GlobalSingletonLifecycle): Map<TKey, TValue>;","entrypoint":"text-runtime","exportName":"resolveGlobalMap","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"14d1ce09d651d39d4636463eaa89c497d3a755e5a62c1ec68dca48a231a4bd6a","declaration":"export function resolveGlobalSingleton<T>(key: symbol, create: () => T, reset?: GlobalSingletonReset<T>, lifecycle?: GlobalSingletonLifecycle): T;","entrypoint":"text-runtime","exportName":"resolveGlobalSingleton","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f6d2f120e9ec8f911086c623a2d09b7cb1d8f67c494aa7419c45fc5a73b5241a","declaration":"export function resolveHomeDir(): string | undefined;","entrypoint":"text-runtime","exportName":"resolveHomeDir","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"69bb9275e9c7872eba204d7bddb5625bb0e16c4be30def06e24b6692db45d60e","declaration":"export function resolvePrimaryStringValue(value: unknown): string | undefined;","entrypoint":"text-runtime","exportName":"resolvePrimaryStringValue","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0f1075ff6f2fbeeec998023dbb387a7d11e1e57d104e01f156a58e29a2df605c","declaration":"export function resolveReactionLevel(params: { value: unknown; defaultLevel: ReactionLevel; invalidFallback: \"ack\" | \"minimal\"; }): ResolvedReactionLevel;","entrypoint":"text-runtime","exportName":"resolveReactionLevel","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"c3be67c0ac244c1dad94aae0a7782f5af6863480b6dbf98337027fbc28bce59e","declaration":"export function resolveRedactOptions(options?: RedactOptions): ResolvedRedactOptions;","entrypoint":"text-runtime","exportName":"resolveRedactOptions","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"efa8e1f53126c3451ed28056f100602f350123f640e6106eed56a71e410f13d1","declaration":"export function resolveStuckSessionAbortMs(stuckSessionWarnMs: number): number;","entrypoint":"text-runtime","exportName":"resolveStuckSessionAbortMs","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"5c1164d103ae357ae84c06eaa81eb9b30fd8d99be17e7d085f791b16c5325b8b","declaration":"export function resolveStuckSessionWarnMs(): number;","entrypoint":"text-runtime","exportName":"resolveStuckSessionWarnMs","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f2fb5a4e5546086c8a69600795e5b6cde1817b2ba5a4680600c41297005b3ee2","declaration":"export function resolveUserPath(input: string, env?: NodeJS.ProcessEnv, homedir?: () => string): string;","entrypoint":"text-runtime","exportName":"resolveUserPath","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"802af09db43372ab1efbdfc03abe9d918c2e935ff8b020f7c692600b56952811","declaration":"export function safeParseJson<T>(raw: string): T | null;","entrypoint":"text-runtime","exportName":"safeParseJson","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"415d4a052684d4f4d550ce2891b96ab77088e526bc4ff82e5e6fc3530826a5a5","declaration":"export function sanitizeAssistantFinalAnswerText(text: string): string;","entrypoint":"text-runtime","exportName":"sanitizeAssistantFinalAnswerText","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d8d26b21cc153b972f36eedbdab28dd1a86460e2f9029485bfc95da0fe512b99","declaration":"export function sanitizeAssistantVisibleText(text: string): string;","entrypoint":"text-runtime","exportName":"sanitizeAssistantVisibleText","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"61947c9f95f61c8bdc12921dd4595a33d116039d96bc726661dfea7450ca0cb6","declaration":"export function sanitizeAssistantVisibleTextWithOptions(text: string, options?: { trim?: \"none\" | \"both\"; }): string;","entrypoint":"text-runtime","exportName":"sanitizeAssistantVisibleTextWithOptions","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8ca5b75d904681a0609655389f07601050aae637ade7c664dd98a9a4a8f29e03","declaration":"export function sanitizeAssistantVisibleTextWithProfile(text: string, profile?: AssistantVisibleTextSanitizerProfile): string;","entrypoint":"text-runtime","exportName":"sanitizeAssistantVisibleTextWithProfile","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"8e14621cbf90f7bb2d55961367facab43c094a4595ef5517342177d71ccfda91","declaration":"export function sanitizeReplyDirectiveId(rawReplyToId?: string): string | undefined;","entrypoint":"text-runtime","exportName":"sanitizeReplyDirectiveId","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"f8b94bb118bf5342e7710f73c1928fefccd83f1f85185347adb6149f04e96140","declaration":"export function sanitizeTerminalText(input: string): string;","entrypoint":"text-runtime","exportName":"sanitizeTerminalText","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"0f88553bd7743bcf772448db86e72a2ac3dd35a8c88a20da1558133aab2c2e9e","declaration":"export function setLoggerConfigLoaderForTests(loader?: LoggerConfigLoader): void;","entrypoint":"text-runtime","exportName":"setLoggerConfigLoaderForTests","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9ed311f268d736c1f7cbed9cb0aae0ad4a68ba38bebc2b5187f0a8a6b00271fb","declaration":"export function setLoggerOverride(settings: LoggerSettings | null): void;","entrypoint":"text-runtime","exportName":"setLoggerOverride","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"627d9f312be8aca755e53b951318b4327b0591f33423b8b147e1d954af185da9","declaration":"export function sha256HexPrefix(value: string, len?: number): string;","entrypoint":"text-runtime","exportName":"sha256HexPrefix","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6aaff5a517b4b1dd3a85baf5528364a99083141b053bcd2f9b25156726ffb981","declaration":"export function shortenHomeInString(input: string): string;","entrypoint":"text-runtime","exportName":"shortenHomeInString","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d73f03676d58459dafc885a5ac9e90b9b063d612bb3c7c1b3a0cc14a1eefd1ad","declaration":"export function shortenHomePath(input: string): string;","entrypoint":"text-runtime","exportName":"shortenHomePath","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d04f7d8da91c0f9dd48326a0b48ec82ad3ae81b2dd9045b587dc412d58a7db4d","declaration":"export function sleep(ms: number, signal?: AbortSignal): Promise<void>;","entrypoint":"text-runtime","exportName":"sleep","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"24cbb162cbb2646aca60550d3c72f8d7ed8ba07e7712614f2415b139a1491d6f","declaration":"export function sliceMarkdownIR(ir: MarkdownIR, start: number, end: number): MarkdownIR;","entrypoint":"text-runtime","exportName":"sliceMarkdownIR","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"23691e7dba932da028602e1859d48e673701c1349995d114a3199f856bb9bb31","declaration":"export function sliceUtf16Safe(input: string, start: number, end?: number): string;","entrypoint":"text-runtime","exportName":"sliceUtf16Safe","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ab0a30396264da5afbfe0f3db5d57501a040be4011141e81d10837477d82824","declaration":"export function sortUniqueStrings(values: Iterable<string>): string[];","entrypoint":"text-runtime","exportName":"sortUniqueStrings","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"776c02b54503961c5df7f371e61dc91aad273ad188a1973983ac994f620a621c","declaration":"export function startDiagnosticHeartbeat(config?: OpenClawConfig, opts?: StartDiagnosticHeartbeatOptions): void;","entrypoint":"text-runtime","exportName":"startDiagnosticHeartbeat","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"74183c57df02acc94a5c50ad8b0ba0a8d14003215f757cd663a8e66bdab7ac11","declaration":"export function stopDiagnosticHeartbeat(): void;","entrypoint":"text-runtime","exportName":"stopDiagnosticHeartbeat","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"6325f9dfc9fb7b5f73c42a07f9e8ef0779416b3b560b6d5e94feb168c021df7b","declaration":"export function stripAssistantInternalScaffolding(text: string): string;","entrypoint":"text-runtime","exportName":"stripAssistantInternalScaffolding","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b76b485a8c4a15cf34c0d107add83c3a30cd7f00dadd50d61d68ffe9693b0175","declaration":"export function stripAssistantInternalTraceLines(text: string): string;","entrypoint":"text-runtime","exportName":"stripAssistantInternalTraceLines","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"df0362eae3d50ea660d27d5f95beefae25c64a102711cca2d7518c096b92be2c","declaration":"export function stripDowngradedToolCallText(text: string): string;","entrypoint":"text-runtime","exportName":"stripDowngradedToolCallText","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d8144d12730334835e9edea2fc59df8848ba9fefc4521d70ebd0bcc53f6e5cf5","declaration":"export function stripInlineDirectiveTagsForDelivery(text: string): StripInlineDirectiveTagsResult;","entrypoint":"text-runtime","exportName":"stripInlineDirectiveTagsForDelivery","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"20a742e197daaf09fc994d8e4190986050d922a7db242c2897900e0eb668d442","declaration":"export function stripInlineDirectiveTagsForDisplay(text: string): StripInlineDirectiveTagsResult;","entrypoint":"text-runtime","exportName":"stripInlineDirectiveTagsForDisplay","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"45a455770b1ea066cf715bd3fb65543a37040ab9e04eda16bfc9cf6f306b7a9a","declaration":"export function stripInlineDirectiveTagsFromMessageForDisplay(message: DisplayMessageWithContent | undefined): DisplayMessageWithContent | undefined;","entrypoint":"text-runtime","exportName":"stripInlineDirectiveTagsFromMessageForDisplay","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"56d535036d5e4da7c3252c6f605d24bd49bb28ba6a55cc0e04553ec5c51cf19a","declaration":"export function stripLegacyBracketToolCallBlocks(text: string): string;","entrypoint":"text-runtime","exportName":"stripLegacyBracketToolCallBlocks","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"622f44371c514ea9fbc9dca76a3fd8efc357c5d08749d19539bf93194e2e26d0","declaration":"export function stripMarkdown(text: string, options?: StripMarkdownOptions, profile?: FormatCapabilityProfile): string;","entrypoint":"text-runtime","exportName":"stripMarkdown","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"d91e2c50c41419fb9020db1a6cdc790c6f3750a04308997676417ad4af745cc7","declaration":"export function stripMinimaxToolCallXml(text: string): string;","entrypoint":"text-runtime","exportName":"stripMinimaxToolCallXml","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"2ae677355214e7f940717c09b1820c30eb932e9ab38f68def9b29e7b915cdf94","declaration":"export function stripReasoningTagsFromText(text: string, options?: { mode?: ReasoningTagMode; trim?: ReasoningTagTrim; scope?: ReasoningTagScope; }): string;","entrypoint":"text-runtime","exportName":"stripReasoningTagsFromText","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"90a9501b77d36c8d5a436372b026925b801aeb27d0344e3eea641492414096ef","declaration":"export function stripToolCallXmlTags(input: string, options?: { stripFunctionCallsXmlPayloads?: boolean; stripFunctionResponseAfterPluralToolCalls?: boolean; }): string;","entrypoint":"text-runtime","exportName":"stripToolCallXmlTags","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"ddb98836e140daa70a8c43a1dfa7cdc8463b61e164bf4d529f9f867ed2e7b1ff","declaration":"export function summarizeStringEntries(params: { entries?: ReadonlyArray<string> | null; limit?: number; emptyText?: string; }): string;","entrypoint":"text-runtime","exportName":"summarizeStringEntries","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"b4d9cd963b6db71dd40936ecc10375aead86f6b01c0d283e8c121906eeb059df","declaration":"export function toPinoLikeLogger(logger: TsLogger<LogObj>, level: LogLevel): PinoLikeLogger;","entrypoint":"text-runtime","exportName":"toPinoLikeLogger","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"54089b94657de985c3b5d96decefdf2e1d9934c871002bb3d866104224ee2e14","declaration":"export function truncateUtf16Safe(input: string, maxLen: number): string;","entrypoint":"text-runtime","exportName":"truncateUtf16Safe","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"1baef8d38ce46bd1855ac162456aee00fc1c43a25e15c3bedd0c757ebe252782","declaration":"export function uniqueStrings(values: Iterable<string>): string[];","entrypoint":"text-runtime","exportName":"uniqueStrings","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"9555b829627c5d0e8b9af4a62823bd64d23ec1821f1c86dbc8933966452aecd2","declaration":"export function uniqueValues<T>(values: Iterable<T>): T[];","entrypoint":"text-runtime","exportName":"uniqueValues","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"49632665d26cae45e8507346a320c1dc0bf91a42fd428fa8927b43cacb87d9a2","declaration":"export function updateDiagnosticSessionFile(params: SessionRef): void;","entrypoint":"text-runtime","exportName":"updateDiagnosticSessionFile","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function withTimeout<T>(promise: Promise<T>, timeoutMs: number, labelOrOptions?: string | { label?: string; message?: string; createError?: () => Error; }): Promise<T>;","entrypoint":"text-runtime","exportName":"withTimeout","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"function","recordType":"export"}
|
|
{"closureHash":"51bb9bcfc85fad357770f5723ca91f2bb456877c1f0e90f056c93b236812b610","declaration":"export const DEFAULT_LOG_DIR: string;","entrypoint":"text-runtime","exportName":"DEFAULT_LOG_DIR","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"40bdd4a32d88ce7d671356f6ae29eeea9f9520e2858df6367cd4248f8c58f18a","declaration":"export const DEFAULT_LOG_FILE: string;","entrypoint":"text-runtime","exportName":"DEFAULT_LOG_FILE","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"a68aaa452c09401f812fac8287816672f0ddcce7e864bae3288a2fa939a60aa6","declaration":"export const FILE_REF_EXTENSIONS_WITH_TLD: Set<string>;","entrypoint":"text-runtime","exportName":"FILE_REF_EXTENSIONS_WITH_TLD","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"8e1a770ed593a321daf0958d2fa069fa7761f81afc6e425fb399a6a17c23dbde","declaration":"export const SYSTEM_MARK: \"⚙️\";","entrypoint":"text-runtime","exportName":"SYSTEM_MARK","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"d267317ec999eaa44c34dca10b6ae37487ed8eea6439e27ebf11d861e66a24e7","declaration":"export const __test__: { drainFileLogQueueSyncForTests: () => void; flushFileLogQueueForTests: () => Promise<void>; resetFileLogTransportForTests: () => void; resolveActiveLogFile: (file: string) => string; setFileLogAppenderForTests: (value?: (options: import(\"@openclaw/fs-safe/advanced\").AppendRegularFileOptions) => Promise<void>) => void; setFileLogQueueMaxRecordsForTests: (value?: number) => void; setHostnameResolverForTests: (resolver?: HostnameResolver) => void; shouldSkipMutatingLoggingConfigRead: (argv?: string[]) => boolean;};","entrypoint":"text-runtime","exportName":"__test__","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"3db94dafcb1a3a04204aba4172f7d5c834f3cdf63beae94269c2ee8e48c1c778","declaration":"export const clamp: (value: number, min: number, max: number) => number;","entrypoint":"text-runtime","exportName":"clamp","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"018dfab5cf55b955def46f454873cfb7eb91de750be7f41a5d1f4998c39039b1","declaration":"export const diagnosticLogger: SubsystemLogger;","entrypoint":"text-runtime","exportName":"diagnosticLogger","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"d267317ec999eaa44c34dca10b6ae37487ed8eea6439e27ebf11d861e66a24e7","declaration":"export const testApi: { drainFileLogQueueSyncForTests: () => void; flushFileLogQueueForTests: () => Promise<void>; resetFileLogTransportForTests: () => void; resolveActiveLogFile: (file: string) => string; setFileLogAppenderForTests: (value?: (options: import(\"@openclaw/fs-safe/advanced\").AppendRegularFileOptions) => Promise<void>) => void; setFileLogQueueMaxRecordsForTests: (value?: number) => void; setHostnameResolverForTests: (resolver?: HostnameResolver) => void; shouldSkipMutatingLoggingConfigRead: (argv?: string[]) => boolean;};","entrypoint":"text-runtime","exportName":"testApi","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"const","recordType":"export"}
|
|
{"closureHash":"d186fb944c8a56ff523666d810691cd09367683ee44de37fa57bb5dfe2c852c1","declaration":"export let CONFIG_DIR: string;","entrypoint":"text-runtime","exportName":"CONFIG_DIR","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"variable","recordType":"export"}
|
|
{"closureHash":"88dee43ca3d937e356d1562d4590719b1630856568ab7b94994af1b834412e3d","declaration":"export type AssistantVisibleTextSanitizerProfile = AssistantVisibleTextSanitizerProfile;","entrypoint":"text-runtime","exportName":"AssistantVisibleTextSanitizerProfile","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d2c8f17367069633d1d8fb9d1f2cbda3885f6edac529cd405dbdbecb1256a0d6","declaration":"export type DisplayMessageWithContent = DisplayMessageWithContent;","entrypoint":"text-runtime","exportName":"DisplayMessageWithContent","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"bce409b09a06d8f3643882bfffe78e2ce8664aab5a44782a6b1495629a40ce55","declaration":"export type FastMode = FastMode;","entrypoint":"text-runtime","exportName":"FastMode","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d44de422f51175daf12725339ffed4239682d73faad486bff73b86ae7a8c0a79","declaration":"export type InlineDirectiveParseResult = InlineDirectiveParseResult;","entrypoint":"text-runtime","exportName":"InlineDirectiveParseResult","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b70ce64e1bd9980b10d291b3b4e04713853413a92c1ce2eb2eb879022b37678e","declaration":"export type LoggerResolvedSettings = ResolvedSettings;","entrypoint":"text-runtime","exportName":"LoggerResolvedSettings","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"348c74a4b7680b0329edf8a89928086064a1204e4e375d859bbb03bd5230cc39","declaration":"export type LoggerSettings = LoggerSettings;","entrypoint":"text-runtime","exportName":"LoggerSettings","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9b07a77b9697f4aaef1877c4d1c618dae0d20e1a4268495f8e048e9ae49d2fba","declaration":"export type MarkdownIR = MarkdownIR;","entrypoint":"text-runtime","exportName":"MarkdownIR","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b408fbbc3a6ea63a15e5a713a25c4aca897c4e55b02d6f4c8d931841c49d6c4f","declaration":"export type MarkdownLinkSpan = MarkdownLinkSpan;","entrypoint":"text-runtime","exportName":"MarkdownLinkSpan","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"372c24958255a82a38cc941dab0fb6672f8b09cf529d2a1e210eba7788190a5b","declaration":"export type MarkdownParseOptions = MarkdownParseOptions;","entrypoint":"text-runtime","exportName":"MarkdownParseOptions","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"11b37cb20b53872f1be5ef5c759bb5c0a51ff988be17a1ae5dc9be60bded862d","declaration":"export type MarkdownStyle = MarkdownStyle;","entrypoint":"text-runtime","exportName":"MarkdownStyle","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"bd69d4a7316ce3ca3e1ae3e657d80522ffb140525d31a18d7a064fa4ef3611fa","declaration":"export type MarkdownStyleSpan = MarkdownStyleSpan;","entrypoint":"text-runtime","exportName":"MarkdownStyleSpan","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"deb09ce9ed84a0adff0c265d5f520af91ebf5e6f0529629c6917d31f3cc8307b","declaration":"export type MarkdownTableCell = MarkdownTableCell;","entrypoint":"text-runtime","exportName":"MarkdownTableCell","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"799c0bc1fbfbf34c1187f8319fde331f1978c6e8eb8e614745709a71bcf34eff","declaration":"export type MarkdownTableData = MarkdownTableData;","entrypoint":"text-runtime","exportName":"MarkdownTableData","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"176f8f8c982d6b3c95a2f0992ff80b0119cccec7698cb5e6f00704da2b9d456c","declaration":"export type MarkdownTableMeta = MarkdownTableMeta;","entrypoint":"text-runtime","exportName":"MarkdownTableMeta","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"9397bc15cad55f3f050fe9d9c64510e306f0a0d08f817f9a38de253ee4a0112f","declaration":"export type PinoLikeLogger = PinoLikeLogger;","entrypoint":"text-runtime","exportName":"PinoLikeLogger","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"fc7f1d2ea08e2c5186bdfc96c44eb7118258f1d233404b967869d397514e2ed7","declaration":"export type ReactionLevel = ReactionLevel;","entrypoint":"text-runtime","exportName":"ReactionLevel","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"b7c20bb538704b41258b4842f00406208b7de54783d8a95df884c62a241bcc73","declaration":"export type ReasoningTagMode = ReasoningTagMode;","entrypoint":"text-runtime","exportName":"ReasoningTagMode","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d4a91fda91e045ba513a9c973ba0ce344c5cb3f6f04f6337291805402ecdd263","declaration":"export type ReasoningTagScope = ReasoningTagScope;","entrypoint":"text-runtime","exportName":"ReasoningTagScope","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"2b8a466c2edccf8fdbfdd0d071f3b42d87ad8b1499aaeed011d583f2a5a44d72","declaration":"export type ReasoningTagTrim = ReasoningTagTrim;","entrypoint":"text-runtime","exportName":"ReasoningTagTrim","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"323b3534f7c40a2a626751cd69bae5edd43dcb99d341a6892488e00b2b3290bd","declaration":"export type RedactOptions = RedactOptions;","entrypoint":"text-runtime","exportName":"RedactOptions","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"6fbe16849c3305bbb9081bacf4deddb31f47b81033df62faee056754a16a46f7","declaration":"export type RedactPattern = RedactPattern;","entrypoint":"text-runtime","exportName":"RedactPattern","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"88bcb4f65d60a66f8470906208b9ede8f72c54bff2cf19ad74c95ead9d4719ee","declaration":"export type RedactSensitiveMode = RedactSensitiveMode;","entrypoint":"text-runtime","exportName":"RedactSensitiveMode","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7b2ea0a6c1ca363abf5a42895688d951a751b1853029b0d9860907f8609c2969","declaration":"export type RenderLink = RenderLink;","entrypoint":"text-runtime","exportName":"RenderLink","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e7e0282cf33ddc44983960eefc3f786c76115f1cd4d0f9fbaa9ab21c5f11d060","declaration":"export type RenderMarkdownIRChunksWithinLimitOptions<TRendered> = RenderMarkdownIRChunksWithinLimitOptions<TRendered>;","entrypoint":"text-runtime","exportName":"RenderMarkdownIRChunksWithinLimitOptions","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"544138a443688b4e5c717b605ea7d5b397da1efc39fd4c4a10090e3cd2e71bec","declaration":"export type RenderOptions = RenderOptions;","entrypoint":"text-runtime","exportName":"RenderOptions","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"21925d2020b5b70f797dd202cd01d89d280549a90540b827fa9e767621cb3aeb","declaration":"export type RenderStyleMap = Partial<Record<MarkdownStyle, RenderStyleMarker>>;","entrypoint":"text-runtime","exportName":"RenderStyleMap","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"ea2ddf4e05205b31dfdb58df7717d33caddcffae63fad359ccc446159f02409d","declaration":"export type RenderStyleMarker = RenderStyleMarker;","entrypoint":"text-runtime","exportName":"RenderStyleMarker","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e0c1d415c1fa99196171020b48aeffc676e9ae412b490af5236ea5c88d536001","declaration":"export type RenderedMarkdownChunk<TRendered> = RenderedMarkdownChunk<TRendered>;","entrypoint":"text-runtime","exportName":"RenderedMarkdownChunk","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"7ac1464e71c17fa8b95d8e5db9b61e27fa4c2052d30701f36821967015702cd6","declaration":"export type ResolvedReactionLevel = ResolvedReactionLevel;","entrypoint":"text-runtime","exportName":"ResolvedReactionLevel","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"d81c074e4101547aebfdea992f7660a939e1eea9282a8c1bfab45dbf002e9ab0","declaration":"export type ResolvedRedactOptions = ResolvedRedactOptions;","entrypoint":"text-runtime","exportName":"ResolvedRedactOptions","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"e365d7ad911453b5139ba700931b061e560cff80b50d4cbe5e9615b5d7e13a52","declaration":"export type ScopedExpiringIdCache<TScope extends string | number, TId extends string | number> = ScopedExpiringIdCache<TScope, TId>;","entrypoint":"text-runtime","exportName":"ScopedExpiringIdCache","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"type","recordType":"export"}
|
|
{"closureHash":"af5502c92594c2e9049a4b4994e17c00d3adee3f6d1e68edd818a539c74c8787","declaration":"export interface CodeRegion {\n start: number;\n end: number;\n}","entrypoint":"text-runtime","exportName":"CodeRegion","importSpecifier":"openclaw/plugin-sdk/text-runtime","kind":"interface","recordType":"export"}
|
|
{"category":null,"entrypoint":"tool-plugin","importSpecifier":"openclaw/plugin-sdk/tool-plugin","recordType":"module"}
|
|
{"closureHash":"0a3affca237e0370b796f418bfbe87212c7f1dc7d8066586a113c8d3f1c9c183","declaration":"export function defineToolPlugin<TConfigSchema extends TSchema | undefined = undefined>(definition: DefineToolPluginOptions<TConfigSchema>): DefinedToolPluginEntry;","entrypoint":"tool-plugin","exportName":"defineToolPlugin","importSpecifier":"openclaw/plugin-sdk/tool-plugin","kind":"function","recordType":"export"}
|
|
{"closureHash":"36ef907ce20f885b5f3068cbf0475dc442a68da9652579bb5bf8fb83ad34c38b","declaration":"export function getToolPluginMetadata(entry: unknown): ToolPluginMetadata | undefined;","entrypoint":"tool-plugin","exportName":"getToolPluginMetadata","importSpecifier":"openclaw/plugin-sdk/tool-plugin","kind":"function","recordType":"export"}
|
|
{"closureHash":"bdc58154e36b2625fb3daccca3eab248d981077d04d747f0ad507cb2ff565198","declaration":"export const toolPluginMetadataSymbol: typeof toolPluginMetadataSymbol;","entrypoint":"tool-plugin","exportName":"toolPluginMetadataSymbol","importSpecifier":"openclaw/plugin-sdk/tool-plugin","kind":"const","recordType":"export"}
|
|
{"closureHash":"11aa5fbcec024a768b7af0c54f8fc899c202ff892edf481ba1476ff895345abb","declaration":"export type DefineToolPluginOptions<TConfigSchema extends TSchema | undefined = undefined> = DefineToolPluginOptions<TConfigSchema>;","entrypoint":"tool-plugin","exportName":"DefineToolPluginOptions","importSpecifier":"openclaw/plugin-sdk/tool-plugin","kind":"type","recordType":"export"}
|
|
{"closureHash":"7daed12952abd818d864a6e96c60c90bb79ddb73a94f50f3e21c676dbdb3dbd7","declaration":"export type DefinedToolPluginEntry = DefinedToolPluginEntry;","entrypoint":"tool-plugin","exportName":"DefinedToolPluginEntry","importSpecifier":"openclaw/plugin-sdk/tool-plugin","kind":"type","recordType":"export"}
|
|
{"closureHash":"15bac4724ce2f1cfb2aebdc5f66cd10de56c84f916bf65169ce1bfed39866e2d","declaration":"export type ToolPluginExecutionContext = ToolPluginExecutionContext;","entrypoint":"tool-plugin","exportName":"ToolPluginExecutionContext","importSpecifier":"openclaw/plugin-sdk/tool-plugin","kind":"type","recordType":"export"}
|
|
{"closureHash":"84872c7903f1cb60ab330047241d2bca21e43ee84f2e1073fd78cf3aa6b56dcb","declaration":"export type ToolPluginFactoryContext<TConfig> = ToolPluginFactoryContext<TConfig>;","entrypoint":"tool-plugin","exportName":"ToolPluginFactoryContext","importSpecifier":"openclaw/plugin-sdk/tool-plugin","kind":"type","recordType":"export"}
|
|
{"closureHash":"f774bd092f51a31fbb34847213f9583234f585f66918d0af55e81bbbae40463b","declaration":"export type ToolPluginMetadata = ToolPluginMetadata;","entrypoint":"tool-plugin","exportName":"ToolPluginMetadata","importSpecifier":"openclaw/plugin-sdk/tool-plugin","kind":"type","recordType":"export"}
|
|
{"closureHash":"414a89d0c80eaaf682dc25d306e7223c981c6fd25366adb973a106f4268a6a54","declaration":"export type ToolPluginStaticToolMetadata = ToolPluginStaticToolMetadata;","entrypoint":"tool-plugin","exportName":"ToolPluginStaticToolMetadata","importSpecifier":"openclaw/plugin-sdk/tool-plugin","kind":"type","recordType":"export"}
|
|
{"closureHash":"11e44768d91eaaa804d40fd52e29e5a93d24698515dcd50bb22f48c542b92f9a","declaration":"export type ToolPluginToolDefinition<TConfig, TParamsSchema extends TSchema> = ToolPluginToolDefinition<TConfig, TParamsSchema>;","entrypoint":"tool-plugin","exportName":"ToolPluginToolDefinition","importSpecifier":"openclaw/plugin-sdk/tool-plugin","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"tool-results","importSpecifier":"openclaw/plugin-sdk/tool-results","recordType":"module"}
|
|
{"closureHash":"c5b0951c3629834dff78f92317cf1421a6bbc0faf9307be1cabb915055665280","declaration":"export function jsonResult<TDetails>(payload: TDetails): AgentToolResult<TDetails>;","entrypoint":"tool-results","exportName":"jsonResult","importSpecifier":"openclaw/plugin-sdk/tool-results","kind":"function","recordType":"export"}
|
|
{"closureHash":"b9aefc637a694c74e028e92006004bef18185ed569af48ac43d36b646b0af2f3","declaration":"export function textResult<TDetails>(text: string, details: TDetails): AgentToolResult<TDetails>;","entrypoint":"tool-results","exportName":"textResult","importSpecifier":"openclaw/plugin-sdk/tool-results","kind":"function","recordType":"export"}
|
|
{"closureHash":"c38ef08700d985ce516be68ce339adfc0d6623530855e7ac199415f711806755","declaration":"export interface AgentToolResult<T> {\n content: (TextContent | ImageContent)[];\n details: T;\n progress?: AgentToolProgress;\n terminate?: boolean;\n}","entrypoint":"tool-results","exportName":"AgentToolResult","importSpecifier":"openclaw/plugin-sdk/tool-results","kind":"interface","recordType":"export"}
|
|
{"category":null,"entrypoint":"tool-send","importSpecifier":"openclaw/plugin-sdk/tool-send","recordType":"module"}
|
|
{"closureHash":"d1bb1f90a06416f068c4c9a51e11e11e8dd480fd30ae7f53ec0ae7dcac4e9c25","declaration":"export function extractToolSend(args: Record<string, unknown>, expectedAction?: string): { to: string; accountId?: string; threadId?: string; threadSuppressed?: boolean; } | null;","entrypoint":"tool-send","exportName":"extractToolSend","importSpecifier":"openclaw/plugin-sdk/tool-send","kind":"function","recordType":"export"}
|
|
{"closureHash":"3e8d5cc751e0e7e373cc144853c6355a26d92882e6cb53189bb2286de05ada29","declaration":"export type ChannelToolSend = ChannelToolSend;","entrypoint":"tool-send","exportName":"ChannelToolSend","importSpecifier":"openclaw/plugin-sdk/tool-send","kind":"type","recordType":"export"}
|
|
{"category":null,"entrypoint":"web-media","importSpecifier":"openclaw/plugin-sdk/web-media","recordType":"module"}
|
|
{"closureHash":"218ef252cb9a2c655c3d45f446dfc0907a025e1e40d57da430cc89bd58094747","declaration":"export function getDefaultLocalRoots(): readonly string[];","entrypoint":"web-media","exportName":"getDefaultLocalRoots","importSpecifier":"openclaw/plugin-sdk/web-media","kind":"function","recordType":"export"}
|
|
{"closureHash":"35ed89b3249650f3659bf2f43714cdf291c9b114999a48166b6900aa41b138e6","declaration":"export function loadWebMedia(mediaUrl: string, maxBytesOrOptions?: number | WebMediaOptions, options?: { ssrfPolicy?: SsrFPolicy; localRoots?: readonly string[] | \"any\"; }): Promise<WebMediaResult>;","entrypoint":"web-media","exportName":"loadWebMedia","importSpecifier":"openclaw/plugin-sdk/web-media","kind":"function","recordType":"export"}
|
|
{"closureHash":"94fd3b3d7204164393bd47f03362608c4d33fa26c1daf903086fe973d2a2d0b6","declaration":"export function loadWebMediaRaw(mediaUrl: string, maxBytesOrOptions?: number | WebMediaOptions, options?: { ssrfPolicy?: SsrFPolicy; localRoots?: readonly string[] | \"any\"; }): Promise<WebMediaResult>;","entrypoint":"web-media","exportName":"loadWebMediaRaw","importSpecifier":"openclaw/plugin-sdk/web-media","kind":"function","recordType":"export"}
|
|
{"closureHash":"9c157a6ead4d3e59979818e1e22635dd98ccac95248043171b503218a3f1c96f","declaration":"export function optimizeImageToJpeg(buffer: Buffer, maxBytes: number, opts?: { contentType?: string; fileName?: string; imageCompression?: ImageCompressionPolicy; }): Promise<{ buffer: Buffer; optimizedSize: number; resizeSide: number; quality: number; }>;","entrypoint":"web-media","exportName":"optimizeImageToJpeg","importSpecifier":"openclaw/plugin-sdk/web-media","kind":"function","recordType":"export"}
|
|
{"closureHash":"d5d6b383a33752b9bb30a3a4fa8165badc0ecf2f5ea8696c321ca1b95a548581","declaration":"export function optimizeImageToPng(buffer: Buffer, maxBytes: number, options?: { sides?: readonly number[]; }): Promise<{ buffer: Buffer; optimizedSize: number; resizeSide: number; compressionLevel: number; }>;","entrypoint":"web-media","exportName":"optimizeImageToPng","importSpecifier":"openclaw/plugin-sdk/web-media","kind":"function","recordType":"export"}
|
|
{"closureHash":"7c3ed8249185021c10123183f6cc47513222eea30aa2e0eef30200ddbc5d8721","declaration":"export type LocalMediaAccessErrorCode = LocalMediaAccessErrorCode;","entrypoint":"web-media","exportName":"LocalMediaAccessErrorCode","importSpecifier":"openclaw/plugin-sdk/web-media","kind":"type","recordType":"export"}
|
|
{"closureHash":"94cdeb01e7c09f98374af45016dceccd2f717f4f1d5e212aba2a48fd355c7ec3","declaration":"export type WebMediaResult = WebMediaResult;","entrypoint":"web-media","exportName":"WebMediaResult","importSpecifier":"openclaw/plugin-sdk/web-media","kind":"type","recordType":"export"}
|
|
{"closureHash":"60fe4cabe25fa90cbbf692c555c385fc5446a215ca4fb218c2e9a74d97b0ecf8","declaration":"export class LocalMediaAccessError extends Error {\n code: LocalMediaAccessErrorCode;\n constructor(code: LocalMediaAccessErrorCode, message: string, options?: ErrorOptions);\n}","entrypoint":"web-media","exportName":"LocalMediaAccessError","importSpecifier":"openclaw/plugin-sdk/web-media","kind":"class","recordType":"export"}
|
|
{"category":"channel","entrypoint":"webhook-ingress","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","recordType":"module"}
|
|
{"closureHash":"c0a180650e8819cb05f5700c24b92ceb193c57dd8b435e9e479b61aa5e00dd0a","declaration":"export function applyBasicWebhookRequestGuards(params: { req: IncomingMessage; res: ServerResponse; allowMethods?: readonly string[]; rateLimiter?: FixedWindowRateLimiter; rateLimitKey?: string; nowMs?: number; requireJsonContentType?: boolean; }): boolean;","entrypoint":"webhook-ingress","exportName":"applyBasicWebhookRequestGuards","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"74d083f3aed57bd054b38bba2dd8d17b72fd044293f08932a0d3c9ca8b6eddb5","declaration":"export function beginWebhookRequestPipelineOrReject(params: { req: IncomingMessage; res: ServerResponse; allowMethods?: readonly string[]; rateLimiter?: FixedWindowRateLimiter; rateLimitKey?: string; nowMs?: number; requireJsonContentType?: boolean; inFlightLimiter?: WebhookInFlightLimiter; inFlightKey?: string; inFlightLimitStatusCode?: number; inFlightLimitMessage?: string; }): { ok: true; release: () => void; } | { ok: false; };","entrypoint":"webhook-ingress","exportName":"beginWebhookRequestPipelineOrReject","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"bdf14a3de7c4ddc7527dc4b36eed494750acbc2996ba2bf39a812e513d27713b","declaration":"export function canonicalizeWebhookRouteKey(raw: string): string;","entrypoint":"webhook-ingress","exportName":"canonicalizeWebhookRouteKey","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"31f9657bede0a1c6b81fe047d443c43d5e4069f9bfe28ec3634a8730bd018116","declaration":"export function createAuthRateLimiter(config?: RateLimitConfig): AuthRateLimiter;","entrypoint":"webhook-ingress","exportName":"createAuthRateLimiter","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"864e404ece461724309d2e337b46a53a1be5ddeaea27c3470673ac7e2493daed","declaration":"export function createBoundedCounter(options: { maxTrackedKeys: number; ttlMs?: number; pruneIntervalMs?: number; }): BoundedCounter;","entrypoint":"webhook-ingress","exportName":"createBoundedCounter","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"2b7afe33d752977701efb3268bb1a91f2fa4240a0c65f9e38b6b13a1a2b6a119","declaration":"export function createFixedWindowRateLimiter(options: { windowMs: number; maxRequests: number; maxTrackedKeys: number; pruneIntervalMs?: number; }): FixedWindowRateLimiter;","entrypoint":"webhook-ingress","exportName":"createFixedWindowRateLimiter","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"1f06f305832de4d2b9f3951ecf8d8bab25941be2083acb37380600827e35d08a","declaration":"export function createWebhookAnomalyTracker(options?: { maxTrackedKeys?: number; ttlMs?: number; logEvery?: number; trackedStatusCodes?: readonly number[]; }): WebhookAnomalyTracker;","entrypoint":"webhook-ingress","exportName":"createWebhookAnomalyTracker","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"b46f5f31b2ad43acdfccd81cf51e361cb5c76bc82d059df3a43afc6d9df4c093","declaration":"export function createWebhookInFlightLimiter(options?: { maxInFlightPerKey?: number; maxTrackedKeys?: number; }): WebhookInFlightLimiter;","entrypoint":"webhook-ingress","exportName":"createWebhookInFlightLimiter","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"19d14e228b4084ba4471040c055f47555ab75a3c62259e83d175a092d84a664b","declaration":"export function isJsonContentType(value: string | string[] | undefined): boolean;","entrypoint":"webhook-ingress","exportName":"isJsonContentType","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"026e081d80f4c49539e35bc01bdfdbd1e956f4f89d88e4d842192351d65ea7f0","declaration":"export function isRequestBodyLimitError(error: unknown, code?: RequestBodyLimitErrorCode): error is RequestBodyLimitError;","entrypoint":"webhook-ingress","exportName":"isRequestBodyLimitError","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"9e87777a657604b5e8c349452f892975764b251921fa38c8ec59fe568aac337c","declaration":"export function normalizePluginHttpPath(path?: string | null, fallback?: string | null): string | null;","entrypoint":"webhook-ingress","exportName":"normalizePluginHttpPath","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"4ed415ee9aebd51ce0c375bf46ad23ee79c057fec55aed2019b6460f573ea641","declaration":"export function normalizeWebhookPath(raw: string): string;","entrypoint":"webhook-ingress","exportName":"normalizeWebhookPath","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"79f271d16cb1e2e0a38eecc03199673483b68e4fa09121e3fb42e6223f3de3e7","declaration":"export function rawDataToString(data: WebSocket.RawData, encoding?: BufferEncoding): string;","entrypoint":"webhook-ingress","exportName":"rawDataToString","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f9174f1023a8a451232f5d97d1e922b7faa88b76b58cffbfbe246a1488e0ddd","declaration":"export function readJsonWebhookBodyOrReject(params: { req: IncomingMessage; res: ServerResponse; maxBytes?: number; timeoutMs?: number; profile?: WebhookBodyReadProfile; emptyObjectOnEmpty?: boolean; invalidJsonMessage?: string; }): Promise<{ ok: true; value: unknown; } | { ok: false; }>;","entrypoint":"webhook-ingress","exportName":"readJsonWebhookBodyOrReject","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"1bbddd5d1c8297e315275db4d5e1c8748ff09c0be7c37b0cf456db4fc69f8909","declaration":"export function readRequestBodyWithLimit(req: IncomingMessage, options: ReadRequestBodyOptions): Promise<string>;","entrypoint":"webhook-ingress","exportName":"readRequestBodyWithLimit","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"e8a1174cac83ce346a231fd25e82bb5f7618ffb57cdd9af6eaa208411f70646d","declaration":"export function readWebhookBodyOrReject(params: { req: IncomingMessage; res: ServerResponse; maxBytes?: number; timeoutMs?: number; profile?: WebhookBodyReadProfile; invalidBodyMessage?: string; }): Promise<{ ok: true; value: string; } | { ok: false; }>;","entrypoint":"webhook-ingress","exportName":"readWebhookBodyOrReject","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"16a1cd83bd12e1f265a4b2e2fabe6c4d108e9570ee88c7daaf020608a5007f25","declaration":"export function registerPluginHttpRoute(params: { path?: string | null; fallbackPath?: string | null; handler: PluginHttpRouteHandler; auth: PluginHttpRouteRegistration[\"auth\"]; match?: PluginHttpRouteRegistration[\"match\"]; gatewayRuntimeScopeSurface?: PluginHttpRouteRegistration[\"gatewayRuntimeScopeSurface\"]; replaceExisting?: boolean; reuseExistingSameOwner?: boolean; throwOnFailure?: boolean; pluginId?: string; source?: string; accountId?: string; log?: (message: string) => void; registry?: PluginRegistry; }): () => void;","entrypoint":"webhook-ingress","exportName":"registerPluginHttpRoute","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"05835f2f66f906f736b82b332a84a9714bc3a6b211890a62d8fc4dbf9258a7d4","declaration":"export function registerWebhookTarget<T extends { path: string; }>(targetsByPath: Map<string, T[]>, target: T, opts?: RegisterWebhookTargetOptions<T>): RegisteredWebhookTarget<T>;","entrypoint":"webhook-ingress","exportName":"registerWebhookTarget","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"3a78257a9745ef83d912a6d4659ff16a67d2eab326098f6084119ef510f915a7","declaration":"export function registerWebhookTargetWithPluginRoute<T extends { path: string; }>(params: { targetsByPath: Map<string, T[]>; target: T; route: RegisterWebhookPluginRouteOptions; onLastPathTargetRemoved?: RegisterWebhookTargetOptions<T>[\"onLastPathTargetRemoved\"]; }): RegisteredWebhookTarget<T>;","entrypoint":"webhook-ingress","exportName":"registerWebhookTargetWithPluginRoute","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"ec2f47e9bd7a075a3dd4302ac9e4c0bfe20630445db6735cf803f2d354275841","declaration":"export function requestBodyErrorToText(code: RequestBodyLimitErrorCode): string;","entrypoint":"webhook-ingress","exportName":"requestBodyErrorToText","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"5e1f3b468d56eb0f82104184077fdf4b6bd0c1444aa10b71a65fcaa2ec0298a2","declaration":"export function resolveRequestClientIp(req?: IncomingMessage, trustedProxies?: string[], allowRealIpFallback?: boolean): string | undefined;","entrypoint":"webhook-ingress","exportName":"resolveRequestClientIp","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"56c3e9868dfa6ee2a7a128eb02039a16b52696759adadbd3fe0a3bd7a6a07eeb","declaration":"export function resolveSingleWebhookTarget<T>(targets: readonly T[], isMatch: (target: T) => boolean): WebhookTargetMatchResult<T>;","entrypoint":"webhook-ingress","exportName":"resolveSingleWebhookTarget","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"ed26cac7bf9de5ed812bdd73b4e7a3c643a910cf9cb3478c8355725027696778","declaration":"export function resolveSingleWebhookTargetAsync<T>(targets: readonly T[], isMatch: (target: T) => Promise<boolean>): Promise<WebhookTargetMatchResult<T>>;","entrypoint":"webhook-ingress","exportName":"resolveSingleWebhookTargetAsync","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"27d6510da2053deb873be6570e6fb8666f0c779da317666ab01e7c64c9510815","declaration":"export function resolveWebhookPath(params: { webhookPath?: string; webhookUrl?: string; defaultPath?: string | null; }): string | null;","entrypoint":"webhook-ingress","exportName":"resolveWebhookPath","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"09bb26d7df1eaac735673e17aa3239d09d58a254705bd432ac4d201f9db8619f","declaration":"export function resolveWebhookTargetWithAuthOrReject<T>(params: { targets: readonly T[]; res: ServerResponse; isMatch: (target: T) => boolean | Promise<boolean>; unauthorizedStatusCode?: number; unauthorizedMessage?: string; ambiguousStatusCode?: number; ambiguousMessage?: string; }): Promise<T | null>;","entrypoint":"webhook-ingress","exportName":"resolveWebhookTargetWithAuthOrReject","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"72f7b5990ac189ae66919fa05ab10ce2ef57a57b5cedc90b6df808e64d320964","declaration":"export function resolveWebhookTargetWithAuthOrRejectSync<T>(params: { targets: readonly T[]; res: ServerResponse; isMatch: (target: T) => boolean; unauthorizedStatusCode?: number; unauthorizedMessage?: string; ambiguousStatusCode?: number; ambiguousMessage?: string; }): T | null;","entrypoint":"webhook-ingress","exportName":"resolveWebhookTargetWithAuthOrRejectSync","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"ba83ecf3e309ba3c4c0ac8669f062ee073604501c80e6d1227db782534d6f966","declaration":"export function resolveWebhookTargets<T>(req: IncomingMessage, targetsByPath: Map<string, T[]>): { path: string; targets: T[]; } | null;","entrypoint":"webhook-ingress","exportName":"resolveWebhookTargets","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"5ef9017c029130e2aeb86825620c0928acd4494ba5f0a93e4924cd6f96f4c950","declaration":"export function withResolvedWebhookRequestPipeline<T>(params: { req: IncomingMessage; res: ServerResponse; targetsByPath: Map<string, T[]>; allowMethods?: readonly string[]; rateLimiter?: FixedWindowRateLimiter; rateLimitKey?: string; nowMs?: number; requireJsonContentType?: boolean; inFlightLimiter?: WebhookInFlightLimiter; inFlightKey?: string | ((args: { req: IncomingMessage; path: string; targets: T[]; }) => string); inFlightLimitStatusCode?: number; inFlightLimitMessage?: string; handle: (args: { path: string; targets: T[]; }) => Promise<boolean | void> | boolean | void; }): Promise<boolean>;","entrypoint":"webhook-ingress","exportName":"withResolvedWebhookRequestPipeline","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"function","recordType":"export"}
|
|
{"closureHash":"f7d68af6421bcc679d742a6734ace68a04831ac004f9d7418a8b1a3f420438ec","declaration":"export const DEFAULT_WEBHOOK_MAX_BODY_BYTES: number;","entrypoint":"webhook-ingress","exportName":"DEFAULT_WEBHOOK_MAX_BODY_BYTES","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"const","recordType":"export"}
|
|
{"closureHash":"ee4bfe38b617873f63d94939b61bb9d12acaa8be4269c9d5025504e0433f9f8f","declaration":"export const WEBHOOK_ANOMALY_COUNTER_DEFAULTS: Readonly<{ maxTrackedKeys: 4096; ttlMs: number; logEvery: 25;}>;","entrypoint":"webhook-ingress","exportName":"WEBHOOK_ANOMALY_COUNTER_DEFAULTS","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"const","recordType":"export"}
|
|
{"closureHash":"e7e8434ac3dc6771c326b8c1bfe96183de1184f0e4424cb7ccf1cc6e3376bcc6","declaration":"export const WEBHOOK_ANOMALY_STATUS_CODES: readonly number[];","entrypoint":"webhook-ingress","exportName":"WEBHOOK_ANOMALY_STATUS_CODES","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"const","recordType":"export"}
|
|
{"closureHash":"8b35355b8989e64d8a20b05c79f4166f93a72423c533c23dc282ac3634c65ef4","declaration":"export const WEBHOOK_BODY_READ_DEFAULTS: Readonly<{ preAuth: { maxBytes: number; timeoutMs: number; }; postAuth: { maxBytes: number; timeoutMs: number; };}>;","entrypoint":"webhook-ingress","exportName":"WEBHOOK_BODY_READ_DEFAULTS","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"const","recordType":"export"}
|
|
{"closureHash":"cb1f9bce89cc271ff1fb7d24eacc64640fb7a69517dec1eb3675d3c4ee01456a","declaration":"export const WEBHOOK_IN_FLIGHT_DEFAULTS: Readonly<{ maxInFlightPerKey: 8; maxTrackedKeys: 4096;}>;","entrypoint":"webhook-ingress","exportName":"WEBHOOK_IN_FLIGHT_DEFAULTS","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"const","recordType":"export"}
|
|
{"closureHash":"efb74e84339c15d6f607b38d1d477b0504d47d04ae78e77083a1893c756a0b54","declaration":"export const WEBHOOK_RATE_LIMIT_DEFAULTS: Readonly<{ windowMs: 60000; maxRequests: 120; maxTrackedKeys: 4096;}>;","entrypoint":"webhook-ingress","exportName":"WEBHOOK_RATE_LIMIT_DEFAULTS","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"const","recordType":"export"}
|
|
{"closureHash":"13b28ec9acae43c3bdcd683b9831154f88118dee8142e42b7eebfd59f08c602c","declaration":"export type BoundedCounter = BoundedCounter;","entrypoint":"webhook-ingress","exportName":"BoundedCounter","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"type","recordType":"export"}
|
|
{"closureHash":"9e737ae8c17038ef7becbd2bf1b756cfeaed571e2ded368c0fe3a446ebd1f666","declaration":"export type FixedWindowRateLimiter = FixedWindowRateLimiter;","entrypoint":"webhook-ingress","exportName":"FixedWindowRateLimiter","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"type","recordType":"export"}
|
|
{"closureHash":"75b1673b974b3866ffe5ad188f96f05a191310fcd95ff97efbcac5829e9eafdc","declaration":"export type RegisterWebhookPluginRouteOptions = RegisterWebhookPluginRouteOptions;","entrypoint":"webhook-ingress","exportName":"RegisterWebhookPluginRouteOptions","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"type","recordType":"export"}
|
|
{"closureHash":"b3e98619854462acfac6538ac9a2d0cefb88704a0eac712563f0996b07364152","declaration":"export type RegisterWebhookTargetOptions<T extends {\n path: string;\n}> = RegisterWebhookTargetOptions<T>;","entrypoint":"webhook-ingress","exportName":"RegisterWebhookTargetOptions","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"type","recordType":"export"}
|
|
{"closureHash":"964c2bfd8f268c411ee7b982c9de02c207f4bec402dd62c9f998a59752bb9d1f","declaration":"export type RegisteredWebhookTarget<T> = RegisteredWebhookTarget<T>;","entrypoint":"webhook-ingress","exportName":"RegisteredWebhookTarget","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"type","recordType":"export"}
|
|
{"closureHash":"aa552e5bdaefc9eb94d3b5a5cdf8c413fad555d9f452c6a2a6af5a3ce695c9d1","declaration":"export type WebhookAnomalyTracker = WebhookAnomalyTracker;","entrypoint":"webhook-ingress","exportName":"WebhookAnomalyTracker","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"type","recordType":"export"}
|
|
{"closureHash":"52e5db3590cbbe72fa8209716b0356c06cc81bfdd836a8392e95500d24c2e2f4","declaration":"export type WebhookBodyReadProfile = WebhookBodyReadProfile;","entrypoint":"webhook-ingress","exportName":"WebhookBodyReadProfile","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"type","recordType":"export"}
|
|
{"closureHash":"0a6cd82055b7ad5df42c72258275beb4b32e989fd11de9ed56734d2d4fbb6e61","declaration":"export type WebhookInFlightLimiter = WebhookInFlightLimiter;","entrypoint":"webhook-ingress","exportName":"WebhookInFlightLimiter","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"type","recordType":"export"}
|
|
{"closureHash":"2ef5461cb0a02d18f2174be7b8eaab6921c546b8ff750b0e9426e4fb1571ba29","declaration":"export type WebhookTargetMatchResult<T> = WebhookTargetMatchResult<T>;","entrypoint":"webhook-ingress","exportName":"WebhookTargetMatchResult","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"type","recordType":"export"}
|
|
{"closureHash":"13b8e1bbb1c1dc1b00b35a751145a8ffba8e21b3e766a4343f2dfbfdec5a64ee","declaration":"export interface AuthRateLimiter {\n check(ip: string | undefined, scope?: string): RateLimitCheckResult;\n recordFailure(ip: string | undefined, scope?: string): void;\n recordFailureAndDelay(ip: string | undefined, scope?: string): Promise<void>;\n reset(ip: string | undefined, scope?: string): void;\n size(): number;\n prune(): void;\n dispose(): void;\n}","entrypoint":"webhook-ingress","exportName":"AuthRateLimiter","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"interface","recordType":"export"}
|
|
{"closureHash":"0f63c3e12af8533198f8477fc0721ff004f4e13e9c4c15266ae8408ad3441da7","declaration":"export interface RateLimitConfig {\n maxAttempts?: number;\n windowMs?: number;\n lockoutMs?: number;\n exemptLoopback?: boolean;\n pruneIntervalMs?: number;\n maxEntries?: number;\n}","entrypoint":"webhook-ingress","exportName":"RateLimitConfig","importSpecifier":"openclaw/plugin-sdk/webhook-ingress","kind":"interface","recordType":"export"}
|
|
{"category":null,"entrypoint":"webhook-request-guards","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","recordType":"module"}
|
|
{"closureHash":"c0a180650e8819cb05f5700c24b92ceb193c57dd8b435e9e479b61aa5e00dd0a","declaration":"export function applyBasicWebhookRequestGuards(params: { req: IncomingMessage; res: ServerResponse; allowMethods?: readonly string[]; rateLimiter?: FixedWindowRateLimiter; rateLimitKey?: string; nowMs?: number; requireJsonContentType?: boolean; }): boolean;","entrypoint":"webhook-request-guards","exportName":"applyBasicWebhookRequestGuards","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"74d083f3aed57bd054b38bba2dd8d17b72fd044293f08932a0d3c9ca8b6eddb5","declaration":"export function beginWebhookRequestPipelineOrReject(params: { req: IncomingMessage; res: ServerResponse; allowMethods?: readonly string[]; rateLimiter?: FixedWindowRateLimiter; rateLimitKey?: string; nowMs?: number; requireJsonContentType?: boolean; inFlightLimiter?: WebhookInFlightLimiter; inFlightKey?: string; inFlightLimitStatusCode?: number; inFlightLimitMessage?: string; }): { ok: true; release: () => void; } | { ok: false; };","entrypoint":"webhook-request-guards","exportName":"beginWebhookRequestPipelineOrReject","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"b46f5f31b2ad43acdfccd81cf51e361cb5c76bc82d059df3a43afc6d9df4c093","declaration":"export function createWebhookInFlightLimiter(options?: { maxInFlightPerKey?: number; maxTrackedKeys?: number; }): WebhookInFlightLimiter;","entrypoint":"webhook-request-guards","exportName":"createWebhookInFlightLimiter","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"35ed195e496161e3cb61f75c65d8aa0f0ff536962fd592ba2fcb5bdb4a9567ad","declaration":"export function installRequestBodyLimitGuard(req: IncomingMessage, res: ServerResponse, options: RequestBodyLimitGuardOptions): RequestBodyLimitGuard;","entrypoint":"webhook-request-guards","exportName":"installRequestBodyLimitGuard","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"19d14e228b4084ba4471040c055f47555ab75a3c62259e83d175a092d84a664b","declaration":"export function isJsonContentType(value: string | string[] | undefined): boolean;","entrypoint":"webhook-request-guards","exportName":"isJsonContentType","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"026e081d80f4c49539e35bc01bdfdbd1e956f4f89d88e4d842192351d65ea7f0","declaration":"export function isRequestBodyLimitError(error: unknown, code?: RequestBodyLimitErrorCode): error is RequestBodyLimitError;","entrypoint":"webhook-request-guards","exportName":"isRequestBodyLimitError","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"7747d5d6d6bb3c2850efe7b7f1a297b5c03eb36e04bdab4dba9f15ea7c39cc64","declaration":"export function readJsonBodyWithLimit(req: IncomingMessage, options: ReadJsonBodyOptions): Promise<ReadJsonBodyResult>;","entrypoint":"webhook-request-guards","exportName":"readJsonBodyWithLimit","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"9f9174f1023a8a451232f5d97d1e922b7faa88b76b58cffbfbe246a1488e0ddd","declaration":"export function readJsonWebhookBodyOrReject(params: { req: IncomingMessage; res: ServerResponse; maxBytes?: number; timeoutMs?: number; profile?: WebhookBodyReadProfile; emptyObjectOnEmpty?: boolean; invalidJsonMessage?: string; }): Promise<{ ok: true; value: unknown; } | { ok: false; }>;","entrypoint":"webhook-request-guards","exportName":"readJsonWebhookBodyOrReject","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"1bbddd5d1c8297e315275db4d5e1c8748ff09c0be7c37b0cf456db4fc69f8909","declaration":"export function readRequestBodyWithLimit(req: IncomingMessage, options: ReadRequestBodyOptions): Promise<string>;","entrypoint":"webhook-request-guards","exportName":"readRequestBodyWithLimit","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"e8a1174cac83ce346a231fd25e82bb5f7618ffb57cdd9af6eaa208411f70646d","declaration":"export function readWebhookBodyOrReject(params: { req: IncomingMessage; res: ServerResponse; maxBytes?: number; timeoutMs?: number; profile?: WebhookBodyReadProfile; invalidBodyMessage?: string; }): Promise<{ ok: true; value: string; } | { ok: false; }>;","entrypoint":"webhook-request-guards","exportName":"readWebhookBodyOrReject","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"ec2f47e9bd7a075a3dd4302ac9e4c0bfe20630445db6735cf803f2d354275841","declaration":"export function requestBodyErrorToText(code: RequestBodyLimitErrorCode): string;","entrypoint":"webhook-request-guards","exportName":"requestBodyErrorToText","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"726c9bfbb6d5d4e7b1cd5000bd19efbc3b70098e59fb8bf3f36db71953ed0c85","declaration":"export function resolveAcceptedBrowserOrigin(params: { req: IncomingMessage; cfg?: OpenClawConfig; }): string | undefined;","entrypoint":"webhook-request-guards","exportName":"resolveAcceptedBrowserOrigin","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"a90d94f593ce6a2c9d4e39df049e01114f56a2f7e6506d2ec43f3501d3e8db63","declaration":"export function runDetachedWebhookWork<T>(run: () => Promise<T>): Promise<T>;","entrypoint":"webhook-request-guards","exportName":"runDetachedWebhookWork","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"function","recordType":"export"}
|
|
{"closureHash":"8b35355b8989e64d8a20b05c79f4166f93a72423c533c23dc282ac3634c65ef4","declaration":"export const WEBHOOK_BODY_READ_DEFAULTS: Readonly<{ preAuth: { maxBytes: number; timeoutMs: number; }; postAuth: { maxBytes: number; timeoutMs: number; };}>;","entrypoint":"webhook-request-guards","exportName":"WEBHOOK_BODY_READ_DEFAULTS","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"const","recordType":"export"}
|
|
{"closureHash":"cb1f9bce89cc271ff1fb7d24eacc64640fb7a69517dec1eb3675d3c4ee01456a","declaration":"export const WEBHOOK_IN_FLIGHT_DEFAULTS: Readonly<{ maxInFlightPerKey: 8; maxTrackedKeys: 4096;}>;","entrypoint":"webhook-request-guards","exportName":"WEBHOOK_IN_FLIGHT_DEFAULTS","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"const","recordType":"export"}
|
|
{"closureHash":"52e5db3590cbbe72fa8209716b0356c06cc81bfdd836a8392e95500d24c2e2f4","declaration":"export type WebhookBodyReadProfile = WebhookBodyReadProfile;","entrypoint":"webhook-request-guards","exportName":"WebhookBodyReadProfile","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"type","recordType":"export"}
|
|
{"closureHash":"0a6cd82055b7ad5df42c72258275beb4b32e989fd11de9ed56734d2d4fbb6e61","declaration":"export type WebhookInFlightLimiter = WebhookInFlightLimiter;","entrypoint":"webhook-request-guards","exportName":"WebhookInFlightLimiter","importSpecifier":"openclaw/plugin-sdk/webhook-request-guards","kind":"type","recordType":"export"}
|
|
{"category":"utilities","entrypoint":"widget-html","importSpecifier":"openclaw/plugin-sdk/widget-html","recordType":"module"}
|
|
{"closureHash":"34a616fb68bce3e572e7ccbad76743aae39e21d3b457d0bd0a367fd3d87ea5f1","declaration":"export function assertWidgetHtmlSize(html: string, maxSize: number, options?: { inputName?: string; unit?: \"bytes\" | \"characters\"; }): void;","entrypoint":"widget-html","exportName":"assertWidgetHtmlSize","importSpecifier":"openclaw/plugin-sdk/widget-html","kind":"function","recordType":"export"}
|
|
{"closureHash":"4229ab47f9cce1169d80eef2cc7f5faa46b066f73d57f8dd91ac829f76168d3e","declaration":"export function isCompleteHtmlDocument(html: string): boolean;","entrypoint":"widget-html","exportName":"isCompleteHtmlDocument","importSpecifier":"openclaw/plugin-sdk/widget-html","kind":"function","recordType":"export"}
|
|
{"closureHash":"9b3d4d696d8cdb67c41609ac768950751f9c95dbf77fc39aa46439ea1185f83f","declaration":"export class WidgetHtmlInputError extends Error {\n constructor(message: string);\n}","entrypoint":"widget-html","exportName":"WidgetHtmlInputError","importSpecifier":"openclaw/plugin-sdk/widget-html","kind":"class","recordType":"export"}
|
|
{"category":null,"entrypoint":"zod","importSpecifier":"openclaw/plugin-sdk/zod","recordType":"module"}
|
|
{"closureHash":null,"declaration":"export function _default<T extends core.SomeType>(innerType: T, defaultValue: util.NoUndefined<core.output<T>> | (() => util.NoUndefined<core.output<T>>)): ZodDefault<T>;","entrypoint":"zod","exportName":"_default","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function _function(): ZodFunction;\nexport function _function<const In extends ReadonlyArray<core.$ZodType>>(params: { input: In; }): ZodFunction<ZodTuple<In, null>, core.$ZodFunctionOut>;\nexport function _function<const In extends ReadonlyArray<core.$ZodType>, const Out extends core.$ZodFunctionOut = core.$ZodFunctionOut>(params: { input: In; output: Out; }): ZodFunction<ZodTuple<In, null>, Out>;\nexport function _function<const In extends core.$ZodFunctionIn = core.$ZodFunctionArgs>(params: { input: In; }): ZodFunction<In, core.$ZodFunctionOut>;\nexport function _function<const Out extends core.$ZodFunctionOut = core.$ZodFunctionOut>(params: { output: Out; }): ZodFunction<core.$ZodFunctionIn, Out>;\nexport function _function<In extends core.$ZodFunctionIn = core.$ZodFunctionArgs, Out extends core.$ZodType = core.$ZodType<unknown, unknown, core.$ZodTypeInternals<unknown, unknown>>>(params?: { input: In; output: Out; }): ZodFunction<In, Out>;","entrypoint":"zod","exportName":"_function","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function any(): ZodAny;","entrypoint":"zod","exportName":"any","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function array<T extends core.SomeType>(element: T, params?: string | core.$ZodArrayParams): ZodArray<T>;","entrypoint":"zod","exportName":"array","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function base64(params?: string | core.$ZodBase64Params): ZodBase64;","entrypoint":"zod","exportName":"base64","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function base64url(params?: string | core.$ZodBase64URLParams): ZodBase64URL;","entrypoint":"zod","exportName":"base64url","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function bigint(params?: string | core.$ZodBigIntParams): ZodBigInt;","entrypoint":"zod","exportName":"bigint","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function boolean(params?: string | core.$ZodBooleanParams): ZodBoolean;","entrypoint":"zod","exportName":"boolean","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function catch<T extends core.SomeType>(innerType: T, catchValue: core.output<T> | ((ctx: core.$ZodCatchCtx) => core.output<T>)): ZodCatch<T>;","entrypoint":"zod","exportName":"catch","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function check<O = unknown>(fn: core.CheckFn<O>): core.$ZodCheck<O>;","entrypoint":"zod","exportName":"check","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function cidrv4(params?: string | core.$ZodCIDRv4Params): ZodCIDRv4;","entrypoint":"zod","exportName":"cidrv4","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function cidrv6(params?: string | core.$ZodCIDRv6Params): ZodCIDRv6;","entrypoint":"zod","exportName":"cidrv6","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function clone<T extends schemas.$ZodType>(inst: T, def?: T[\"_zod\"][\"def\"], params?: { parent: boolean; }): T;","entrypoint":"zod","exportName":"clone","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function codec<const A extends core.SomeType, B extends core.SomeType = core.$ZodType<unknown, unknown, core.$ZodTypeInternals<unknown, unknown>>>(in_: A, out: B, params: { decode: (value: core.output<A>, payload: core.ParsePayload<core.output<A>>) => core.util.MaybeAsync<core.input<B>>; encode: (value: core.input<B>, payload: core.ParsePayload<core.input<B>>) => core.util.MaybeAsync<core.output<A>>; }): ZodCodec<A, B>;","entrypoint":"zod","exportName":"codec","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function config(newConfig?: Partial<$ZodConfig>): $ZodConfig;","entrypoint":"zod","exportName":"config","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function cuid(params?: string | core.$ZodCUIDParams): ZodCUID;","entrypoint":"zod","exportName":"cuid","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function cuid2(params?: string | core.$ZodCUID2Params): ZodCUID2;","entrypoint":"zod","exportName":"cuid2","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function custom<O>(fn?: (data: unknown) => unknown, _params?: string | core.$ZodCustomParams | undefined): ZodCustom<O, O>;","entrypoint":"zod","exportName":"custom","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function date(params?: string | core.$ZodDateParams): ZodDate;","entrypoint":"zod","exportName":"date","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function discriminatedUnion<Types extends readonly [core.$ZodTypeDiscriminable<Disc>, ...core.$ZodTypeDiscriminable<Disc>[]], Disc extends string>(discriminator: Disc, options: Types, params?: string | core.$ZodDiscriminatedUnionParams): ZodDiscriminatedUnion<Types, Disc>;","entrypoint":"zod","exportName":"discriminatedUnion","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function e164(params?: string | core.$ZodE164Params): ZodE164;","entrypoint":"zod","exportName":"e164","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function email(params?: string | core.$ZodEmailParams): ZodEmail;","entrypoint":"zod","exportName":"email","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function emoji(params?: string | core.$ZodEmojiParams): ZodEmoji;","entrypoint":"zod","exportName":"emoji","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function endsWith(suffix: string, params?: string | $ZodCheckEndsWithParams): checks.$ZodCheckEndsWith;","entrypoint":"zod","exportName":"endsWith","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function enum<const T extends readonly string[]>(values: T, params?: string | core.$ZodEnumParams): ZodEnum<util.ToEnum<T[number]>>;\nexport function enum<const T extends util.EnumLike>(entries: T, params?: string | core.$ZodEnumParams): ZodEnum<T>;","entrypoint":"zod","exportName":"enum","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function exactOptional<T extends core.SomeType>(innerType: T): ZodExactOptional<T>;","entrypoint":"zod","exportName":"exactOptional","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function file(params?: string | core.$ZodFileParams): ZodFile;","entrypoint":"zod","exportName":"file","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function flattenError<T>(error: $ZodError<T>): _FlattenedError<T>;\nexport function flattenError<T, U>(error: $ZodError<T>, mapper?: (issue: $ZodIssue) => U): _FlattenedError<T, U>;","entrypoint":"zod","exportName":"flattenError","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function float32(params?: string | core.$ZodCheckNumberFormatParams): ZodFloat32;","entrypoint":"zod","exportName":"float32","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function float64(params?: string | core.$ZodCheckNumberFormatParams): ZodFloat64;","entrypoint":"zod","exportName":"float64","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function formatError<T>(error: $ZodError<T>): $ZodFormattedError<T>;\nexport function formatError<T, U>(error: $ZodError<T>, mapper?: (issue: $ZodIssue) => U): $ZodFormattedError<T, U>;","entrypoint":"zod","exportName":"formatError","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function fromJSONSchema(schema: JSONSchema.JSONSchema | boolean, params?: FromJSONSchemaParams): ZodType;","entrypoint":"zod","exportName":"fromJSONSchema","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function function(): ZodFunction;\nexport function function<const In extends ReadonlyArray<core.$ZodType>>(params: { input: In; }): ZodFunction<ZodTuple<In, null>, core.$ZodFunctionOut>;\nexport function function<const In extends ReadonlyArray<core.$ZodType>, const Out extends core.$ZodFunctionOut = core.$ZodFunctionOut>(params: { input: In; output: Out; }): ZodFunction<ZodTuple<In, null>, Out>;\nexport function function<const In extends core.$ZodFunctionIn = core.$ZodFunctionArgs>(params: { input: In; }): ZodFunction<In, core.$ZodFunctionOut>;\nexport function function<const Out extends core.$ZodFunctionOut = core.$ZodFunctionOut>(params: { output: Out; }): ZodFunction<core.$ZodFunctionIn, Out>;\nexport function function<In extends core.$ZodFunctionIn = core.$ZodFunctionArgs, Out extends core.$ZodType = core.$ZodType<unknown, unknown, core.$ZodTypeInternals<unknown, unknown>>>(params?: { input: In; output: Out; }): ZodFunction<In, Out>;","entrypoint":"zod","exportName":"function","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function getErrorMap(): core.$ZodErrorMap<core.$ZodIssue> | undefined;","entrypoint":"zod","exportName":"getErrorMap","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function gt(value: util.Numeric, params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan;","entrypoint":"zod","exportName":"gt","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function gte(value: util.Numeric, params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan;","entrypoint":"zod","exportName":"gte","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function guid(params?: string | core.$ZodGUIDParams): ZodGUID;","entrypoint":"zod","exportName":"guid","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function hash<Alg extends util.HashAlgorithm, Enc extends util.HashEncoding = \"hex\">(alg: Alg, params?: { enc?: Enc; } & core.$ZodStringFormatParams): ZodCustomStringFormat<`${Alg}_${Enc}`>;","entrypoint":"zod","exportName":"hash","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function hex(_params?: string | core.$ZodStringFormatParams): ZodCustomStringFormat<\"hex\">;","entrypoint":"zod","exportName":"hex","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function hostname(_params?: string | core.$ZodStringFormatParams): ZodCustomStringFormat<\"hostname\">;","entrypoint":"zod","exportName":"hostname","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function httpUrl(params?: string | Omit<core.$ZodURLParams, \"protocol\" | \"hostname\">): ZodURL;","entrypoint":"zod","exportName":"httpUrl","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function includes(includes: string, params?: string | $ZodCheckIncludesParams): checks.$ZodCheckIncludes;","entrypoint":"zod","exportName":"includes","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function instanceof<T extends typeof util.Class>(cls: T, params?: ZodInstanceOfParams): ZodCustom<InstanceType<T>, InstanceType<T>>;","entrypoint":"zod","exportName":"instanceof","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function int(params?: string | core.$ZodCheckNumberFormatParams): ZodInt;","entrypoint":"zod","exportName":"int","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function int32(params?: string | core.$ZodCheckNumberFormatParams): ZodInt32;","entrypoint":"zod","exportName":"int32","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function int64(params?: string | core.$ZodBigIntFormatParams): ZodBigIntFormat;","entrypoint":"zod","exportName":"int64","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function intersection<T extends core.SomeType, U extends core.SomeType>(left: T, right: U): ZodIntersection<T, U>;","entrypoint":"zod","exportName":"intersection","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function invertCodec<A extends core.SomeType, B extends core.SomeType>(codec: ZodCodec<A, B>): ZodCodec<B, A>;","entrypoint":"zod","exportName":"invertCodec","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function ipv4(params?: string | core.$ZodIPv4Params): ZodIPv4;","entrypoint":"zod","exportName":"ipv4","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function ipv6(params?: string | core.$ZodIPv6Params): ZodIPv6;","entrypoint":"zod","exportName":"ipv6","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function json(params?: string | core.$ZodCustomParams): ZodJSONSchema;","entrypoint":"zod","exportName":"json","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function jwt(params?: string | core.$ZodJWTParams): ZodJWT;","entrypoint":"zod","exportName":"jwt","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function keyof<T extends ZodObject>(schema: T): ZodEnum<util.KeysEnum<T[\"_zod\"][\"output\"]>>;","entrypoint":"zod","exportName":"keyof","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function ksuid(params?: string | core.$ZodKSUIDParams): ZodKSUID;","entrypoint":"zod","exportName":"ksuid","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function lazy<T extends core.SomeType>(getter: () => T): ZodLazy<T>;","entrypoint":"zod","exportName":"lazy","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function length(length: number, params?: string | $ZodCheckLengthEqualsParams): checks.$ZodCheckLengthEquals<util.HasLength>;","entrypoint":"zod","exportName":"length","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function literal<const T extends ReadonlyArray<util.Literal>>(value: T, params?: string | core.$ZodLiteralParams): ZodLiteral<T[number]>;\nexport function literal<const T extends util.Literal>(value: T, params?: string | core.$ZodLiteralParams): ZodLiteral<T>;","entrypoint":"zod","exportName":"literal","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function looseObject<T extends core.$ZodLooseShape>(shape: T, params?: string | core.$ZodObjectParams): ZodObject<util.Writeable<T>, core.$loose>;","entrypoint":"zod","exportName":"looseObject","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function looseRecord<Key extends core.$ZodRecordKey, Value extends core.SomeType>(keyType: Key, valueType: Value, params?: string | core.$ZodRecordParams): ZodRecord<Key, Value>;","entrypoint":"zod","exportName":"looseRecord","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function lowercase(params?: string | $ZodCheckLowerCaseParams): checks.$ZodCheckLowerCase;","entrypoint":"zod","exportName":"lowercase","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function lt(value: util.Numeric, params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan<util.Numeric>;","entrypoint":"zod","exportName":"lt","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function lte(value: util.Numeric, params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan<util.Numeric>;","entrypoint":"zod","exportName":"lte","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function mac(params?: string | core.$ZodMACParams): ZodMAC;","entrypoint":"zod","exportName":"mac","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function map<Key extends core.SomeType, Value extends core.SomeType>(keyType: Key, valueType: Value, params?: string | core.$ZodMapParams): ZodMap<Key, Value>;","entrypoint":"zod","exportName":"map","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function maxLength(maximum: number, params?: string | $ZodCheckMaxLengthParams): checks.$ZodCheckMaxLength<util.HasLength>;","entrypoint":"zod","exportName":"maxLength","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function maxSize(maximum: number, params?: string | $ZodCheckMaxSizeParams): checks.$ZodCheckMaxSize<util.HasSize>;","entrypoint":"zod","exportName":"maxSize","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function mime(types: util.MimeTypes[], params?: string | $ZodCheckMimeTypeParams): checks.$ZodCheckMimeType;","entrypoint":"zod","exportName":"mime","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function minLength(minimum: number, params?: string | $ZodCheckMinLengthParams): checks.$ZodCheckMinLength<util.HasLength>;","entrypoint":"zod","exportName":"minLength","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function minSize(minimum: number, params?: string | $ZodCheckMinSizeParams): checks.$ZodCheckMinSize<util.HasSize>;","entrypoint":"zod","exportName":"minSize","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function multipleOf(value: number | bigint, params?: string | $ZodCheckMultipleOfParams): checks.$ZodCheckMultipleOf;","entrypoint":"zod","exportName":"multipleOf","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function nan(params?: string | core.$ZodNaNParams): ZodNaN;","entrypoint":"zod","exportName":"nan","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function nanoid(params?: string | core.$ZodNanoIDParams): ZodNanoID;","entrypoint":"zod","exportName":"nanoid","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function nativeEnum<T extends util.EnumLike>(entries: T, params?: string | core.$ZodEnumParams): ZodEnum<T>;","entrypoint":"zod","exportName":"nativeEnum","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function negative(params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan;","entrypoint":"zod","exportName":"negative","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function never(params?: string | core.$ZodNeverParams): ZodNever;","entrypoint":"zod","exportName":"never","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function nonnegative(params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan;","entrypoint":"zod","exportName":"nonnegative","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function nonoptional<T extends core.SomeType>(innerType: T, params?: string | core.$ZodNonOptionalParams): ZodNonOptional<T>;","entrypoint":"zod","exportName":"nonoptional","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function nonpositive(params?: string | $ZodCheckLessThanParams): checks.$ZodCheckLessThan;","entrypoint":"zod","exportName":"nonpositive","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function normalize(form?: \"NFC\" | \"NFD\" | \"NFKC\" | \"NFKD\" | (string & {})): checks.$ZodCheckOverwrite<string>;","entrypoint":"zod","exportName":"normalize","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function null(params?: string | core.$ZodNullParams): ZodNull;","entrypoint":"zod","exportName":"null","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function nullable<T extends core.SomeType>(innerType: T): ZodNullable<T>;","entrypoint":"zod","exportName":"nullable","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function nullish<T extends core.SomeType>(innerType: T): ZodOptional<ZodNullable<T>>;","entrypoint":"zod","exportName":"nullish","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function number(params?: string | core.$ZodNumberParams): ZodNumber;","entrypoint":"zod","exportName":"number","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function object<T extends core.$ZodLooseShape = Partial<Record<never, core.SomeType>>>(shape?: T, params?: string | core.$ZodObjectParams): ZodObject<util.Writeable<T>, core.$strip>;","entrypoint":"zod","exportName":"object","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function optional<T extends core.SomeType>(innerType: T): ZodOptional<T>;","entrypoint":"zod","exportName":"optional","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function overwrite<T>(tx: (input: T) => T): checks.$ZodCheckOverwrite<T>;","entrypoint":"zod","exportName":"overwrite","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function partialRecord<Key extends core.$ZodRecordKey, Value extends core.SomeType>(keyType: Key, valueType: Value, params?: string | core.$ZodRecordParams): ZodRecord<Key & core.$partial, Value>;","entrypoint":"zod","exportName":"partialRecord","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function pipe<const A extends core.SomeType, B extends core.$ZodType<unknown, core.output<A>> = core.$ZodType<unknown, core.output<A>, core.$ZodTypeInternals<unknown, core.output<A>>>>(in_: A, out: B | core.$ZodType<unknown, core.output<A>>): ZodPipe<A, B>;","entrypoint":"zod","exportName":"pipe","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function positive(params?: string | $ZodCheckGreaterThanParams): checks.$ZodCheckGreaterThan;","entrypoint":"zod","exportName":"positive","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function prefault<T extends core.SomeType>(innerType: T, defaultValue: core.input<T> | (() => core.input<T>)): ZodPrefault<T>;","entrypoint":"zod","exportName":"prefault","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function preprocess<A, U extends core.SomeType, B = unknown>(fn: (arg: B, ctx: core.$RefinementCtx) => A, schema: U): ZodPreprocess<U>;","entrypoint":"zod","exportName":"preprocess","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function prettifyError(error: StandardSchemaV1.FailureResult): string;","entrypoint":"zod","exportName":"prettifyError","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function promise<T extends core.SomeType>(innerType: T): ZodPromise<T>;","entrypoint":"zod","exportName":"promise","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function property<K extends string, T extends schemas.$ZodType>(property: K, schema: T, params?: string | $ZodCheckPropertyParams): checks.$ZodCheckProperty<{ [k in K]: core.output<T>; }>;","entrypoint":"zod","exportName":"property","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function readonly<T extends core.SomeType>(innerType: T): ZodReadonly<T>;","entrypoint":"zod","exportName":"readonly","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function record<Key extends core.$ZodRecordKey, Value extends core.SomeType>(keyType: Key, valueType: Value, params?: string | core.$ZodRecordParams): ZodRecord<Key, Value>;","entrypoint":"zod","exportName":"record","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function refine<T>(fn: (arg: NoInfer<T>) => util.MaybeAsync<unknown>, _params?: string | core.$ZodCustomParams): core.$ZodCheck<T>;","entrypoint":"zod","exportName":"refine","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function regex(pattern: RegExp, params?: string | $ZodCheckRegexParams): checks.$ZodCheckRegex;","entrypoint":"zod","exportName":"regex","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function registry<T extends MetadataType = MetadataType, S extends $ZodType = $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>>(): $ZodRegistry<T, S>;","entrypoint":"zod","exportName":"registry","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function set<Value extends core.SomeType>(valueType: Value, params?: string | core.$ZodSetParams): ZodSet<Value>;","entrypoint":"zod","exportName":"set","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function setErrorMap(map: core.$ZodErrorMap): void;","entrypoint":"zod","exportName":"setErrorMap","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function size(size: number, params?: string | $ZodCheckSizeEqualsParams): checks.$ZodCheckSizeEquals<util.HasSize>;","entrypoint":"zod","exportName":"size","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function slugify(): checks.$ZodCheckOverwrite<string>;","entrypoint":"zod","exportName":"slugify","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function startsWith(prefix: string, params?: string | $ZodCheckStartsWithParams): checks.$ZodCheckStartsWith;","entrypoint":"zod","exportName":"startsWith","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function strictObject<T extends core.$ZodLooseShape>(shape: T, params?: string | core.$ZodObjectParams): ZodObject<util.Writeable<T>, core.$strict>;","entrypoint":"zod","exportName":"strictObject","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function string(params?: string | core.$ZodStringParams): ZodString;\nexport function string<T extends string>(params?: string | core.$ZodStringParams): core.$ZodType<T, T>;","entrypoint":"zod","exportName":"string","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function stringFormat<Format extends string>(format: Format, fnOrRegex: ((arg: string) => util.MaybeAsync<unknown>) | RegExp, _params?: string | core.$ZodStringFormatParams): ZodCustomStringFormat<Format>;","entrypoint":"zod","exportName":"stringFormat","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function success<T extends core.SomeType>(innerType: T): ZodSuccess<T>;","entrypoint":"zod","exportName":"success","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function superRefine<T>(fn: (arg: T, payload: core.$RefinementCtx<T>) => void | Promise<void>, params?: core.$ZodSuperRefineParams): core.$ZodCheck<T>;","entrypoint":"zod","exportName":"superRefine","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function symbol(params?: string | core.$ZodSymbolParams): ZodSymbol;","entrypoint":"zod","exportName":"symbol","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function templateLiteral<const Parts extends core.$ZodTemplateLiteralPart[]>(parts: Parts, params?: string | core.$ZodTemplateLiteralParams): ZodTemplateLiteral<core.$PartsToTemplateLiteral<Parts>>;","entrypoint":"zod","exportName":"templateLiteral","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function toJSONSchema<T extends schemas.$ZodType>(schema: T, params?: ToJSONSchemaParams): ZodStandardJSONSchemaPayload<T>;\nexport function toJSONSchema(registry: $ZodRegistry<{ id?: string | undefined; }>, params?: RegistryToJSONSchemaParams): { schemas: Record<string, ZodStandardJSONSchemaPayload<schemas.$ZodType>>; };","entrypoint":"zod","exportName":"toJSONSchema","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function toLowerCase(): checks.$ZodCheckOverwrite<string>;","entrypoint":"zod","exportName":"toLowerCase","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function toUpperCase(): checks.$ZodCheckOverwrite<string>;","entrypoint":"zod","exportName":"toUpperCase","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function transform<I = unknown, O = I>(fn: (input: I, ctx: core.$RefinementCtx) => O): ZodTransform<Awaited<O>, I>;","entrypoint":"zod","exportName":"transform","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function treeifyError<T>(error: $ZodError<T>): $ZodErrorTree<T>;\nexport function treeifyError<T, U>(error: $ZodError<T>, mapper?: (issue: $ZodIssue) => U): $ZodErrorTree<T, U>;","entrypoint":"zod","exportName":"treeifyError","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function trim(): checks.$ZodCheckOverwrite<string>;","entrypoint":"zod","exportName":"trim","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function tuple<T extends readonly [core.SomeType, ...core.SomeType[]]>(items: T, params?: string | core.$ZodTupleParams): ZodTuple<T, null>;\nexport function tuple<T extends readonly [core.SomeType, ...core.SomeType[]], Rest extends core.SomeType>(items: T, rest: Rest, params?: string | core.$ZodTupleParams): ZodTuple<T, Rest>;\nexport function tuple(items: [], params?: string | core.$ZodTupleParams): ZodTuple<[], null>;","entrypoint":"zod","exportName":"tuple","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function uint32(params?: string | core.$ZodCheckNumberFormatParams): ZodUInt32;","entrypoint":"zod","exportName":"uint32","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function uint64(params?: string | core.$ZodBigIntFormatParams): ZodBigIntFormat;","entrypoint":"zod","exportName":"uint64","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function ulid(params?: string | core.$ZodULIDParams): ZodULID;","entrypoint":"zod","exportName":"ulid","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function undefined(params?: string | core.$ZodUndefinedParams): ZodUndefined;","entrypoint":"zod","exportName":"undefined","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function union<const T extends readonly core.SomeType[]>(options: T, params?: string | core.$ZodUnionParams): ZodUnion<T>;","entrypoint":"zod","exportName":"union","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function unknown(): ZodUnknown;","entrypoint":"zod","exportName":"unknown","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function uppercase(params?: string | $ZodCheckUpperCaseParams): checks.$ZodCheckUpperCase;","entrypoint":"zod","exportName":"uppercase","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function url(params?: string | core.$ZodURLParams): ZodURL;","entrypoint":"zod","exportName":"url","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function uuid(params?: string | core.$ZodUUIDParams): ZodUUID;","entrypoint":"zod","exportName":"uuid","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function uuidv4(params?: string | core.$ZodUUIDv4Params): ZodUUID;","entrypoint":"zod","exportName":"uuidv4","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function uuidv6(params?: string | core.$ZodUUIDv6Params): ZodUUID;","entrypoint":"zod","exportName":"uuidv6","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function uuidv7(params?: string | core.$ZodUUIDv7Params): ZodUUID;","entrypoint":"zod","exportName":"uuidv7","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function void(params?: string | core.$ZodVoidParams): ZodVoid;","entrypoint":"zod","exportName":"void","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function xid(params?: string | core.$ZodXIDParams): ZodXID;","entrypoint":"zod","exportName":"xid","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export function xor<const T extends readonly core.SomeType[]>(options: T, params?: string | core.$ZodXorParams): ZodXor<T>;","entrypoint":"zod","exportName":"xor","importSpecifier":"openclaw/plugin-sdk/zod","kind":"function","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const $brand: typeof $brand;","entrypoint":"zod","exportName":"$brand","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const $input: typeof $input;","entrypoint":"zod","exportName":"$input","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const $output: typeof $output;","entrypoint":"zod","exportName":"$output","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const NEVER: never;","entrypoint":"zod","exportName":"NEVER","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const TimePrecision: { readonly Any: null; readonly Minute: -1; readonly Second: 0; readonly Millisecond: 3; readonly Microsecond: 6;};","entrypoint":"zod","exportName":"TimePrecision","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const ZodIssueCode: { readonly invalid_type: \"invalid_type\"; readonly too_big: \"too_big\"; readonly too_small: \"too_small\"; readonly invalid_format: \"invalid_format\"; readonly not_multiple_of: \"not_multiple_of\"; readonly unrecognized_keys: \"unrecognized_keys\"; readonly invalid_union: \"invalid_union\"; readonly invalid_key: \"invalid_key\"; readonly invalid_element: \"invalid_element\"; readonly invalid_value: \"invalid_value\"; readonly custom: \"custom\";};","entrypoint":"zod","exportName":"ZodIssueCode","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const ZodRealError: core.$constructor<ZodError<unknown>, core.$ZodIssue[]>;","entrypoint":"zod","exportName":"ZodRealError","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const decode: <T extends core.$ZodType>(schema: T, value: core.input<T>, _ctx?: core.ParseContext<core.$ZodIssue>) => core.output<T>;","entrypoint":"zod","exportName":"decode","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const decodeAsync: <T extends core.$ZodType>(schema: T, value: core.input<T>, _ctx?: core.ParseContext<core.$ZodIssue>) => Promise<core.output<T>>;","entrypoint":"zod","exportName":"decodeAsync","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const describe: <T>(description: string) => core.$ZodCheck<T>;","entrypoint":"zod","exportName":"describe","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const encode: <T extends core.$ZodType>(schema: T, value: core.output<T>, _ctx?: core.ParseContext<core.$ZodIssue>) => core.input<T>;","entrypoint":"zod","exportName":"encode","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const encodeAsync: <T extends core.$ZodType>(schema: T, value: core.output<T>, _ctx?: core.ParseContext<core.$ZodIssue>) => Promise<core.input<T>>;","entrypoint":"zod","exportName":"encodeAsync","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const globalRegistry: $ZodRegistry<GlobalMeta, $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>>;","entrypoint":"zod","exportName":"globalRegistry","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const meta: <T>(metadata: core.GlobalMeta) => core.$ZodCheck<T>;","entrypoint":"zod","exportName":"meta","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const parse: <T extends core.$ZodType>(schema: T, value: unknown, _ctx?: core.ParseContext<core.$ZodIssue>, _params?: { callee?: core.util.AnyFunc; Err?: core.$ZodErrorClass;}) => core.output<T>;","entrypoint":"zod","exportName":"parse","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const parseAsync: <T extends core.$ZodType>(schema: T, value: unknown, _ctx?: core.ParseContext<core.$ZodIssue>, _params?: { callee?: core.util.AnyFunc; Err?: core.$ZodErrorClass;}) => Promise<core.output<T>>;","entrypoint":"zod","exportName":"parseAsync","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const safeDecode: <T extends core.$ZodType>(schema: T, value: core.input<T>, _ctx?: core.ParseContext<core.$ZodIssue>) => ZodSafeParseResult<core.output<T>>;","entrypoint":"zod","exportName":"safeDecode","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const safeDecodeAsync: <T extends core.$ZodType>(schema: T, value: core.input<T>, _ctx?: core.ParseContext<core.$ZodIssue>) => Promise<ZodSafeParseResult<core.output<T>>>;","entrypoint":"zod","exportName":"safeDecodeAsync","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const safeEncode: <T extends core.$ZodType>(schema: T, value: core.output<T>, _ctx?: core.ParseContext<core.$ZodIssue>) => ZodSafeParseResult<core.input<T>>;","entrypoint":"zod","exportName":"safeEncode","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const safeEncodeAsync: <T extends core.$ZodType>(schema: T, value: core.output<T>, _ctx?: core.ParseContext<core.$ZodIssue>) => Promise<ZodSafeParseResult<core.input<T>>>;","entrypoint":"zod","exportName":"safeEncodeAsync","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const safeParse: <T extends core.$ZodType>(schema: T, value: unknown, _ctx?: core.ParseContext<core.$ZodIssue>) => ZodSafeParseResult<core.output<T>>;","entrypoint":"zod","exportName":"safeParse","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const safeParseAsync: <T extends core.$ZodType>(schema: T, value: unknown, _ctx?: core.ParseContext<core.$ZodIssue>) => Promise<ZodSafeParseResult<core.output<T>>>;","entrypoint":"zod","exportName":"safeParseAsync","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export const stringbool: (_params?: string | core.$ZodStringBoolParams) => ZodCodec<ZodString, ZodBoolean>;","entrypoint":"zod","exportName":"stringbool","importSpecifier":"openclaw/plugin-sdk/zod","kind":"const","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type BRAND<T extends string | number | symbol = string | number | symbol> = BRAND<T>;","entrypoint":"zod","exportName":"BRAND","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type Infer<T> = output<T>;","entrypoint":"zod","exportName":"Infer","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type IssueData = IssueData;","entrypoint":"zod","exportName":"IssueData","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type JSONType = JSONType;","entrypoint":"zod","exportName":"JSONType","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type SafeExtendShape<Base extends core.$ZodShape, Ext extends core.$ZodLooseShape> = SafeExtendShape<Base, Ext>;","entrypoint":"zod","exportName":"SafeExtendShape","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type TypeOf<T> = output<T>;","entrypoint":"zod","exportName":"TypeOf","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ZodFirstPartySchemaTypes = $ZodTypes;","entrypoint":"zod","exportName":"ZodFirstPartySchemaTypes","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ZodFlattenedError<T, U = string> = $ZodFlattenedError<T, U>;","entrypoint":"zod","exportName":"ZodFlattenedError","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ZodFormattedError<T, U = string> = $ZodFormattedError<T, U>;","entrypoint":"zod","exportName":"ZodFormattedError","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ZodIssue = core.$ZodIssue;","entrypoint":"zod","exportName":"ZodIssue","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ZodRawShape = Readonly<{ [k: string]: core.$ZodType<unknown, unknown, core.$ZodTypeInternals<unknown, unknown>>;}>;","entrypoint":"zod","exportName":"ZodRawShape","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ZodSafeParseError<T> = ZodSafeParseError<T>;","entrypoint":"zod","exportName":"ZodSafeParseError","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ZodSafeParseResult<T> = ZodSafeParseResult<T>;","entrypoint":"zod","exportName":"ZodSafeParseResult","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ZodSafeParseSuccess<T> = ZodSafeParseSuccess<T>;","entrypoint":"zod","exportName":"ZodSafeParseSuccess","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type ZodStandardSchemaWithJSON<T> = ZodStandardSchemaWithJSON<T>;","entrypoint":"zod","exportName":"ZodStandardSchemaWithJSON","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type infer<T> = output<T>;","entrypoint":"zod","exportName":"infer","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type inferFlattenedErrors<T extends core.$ZodType, U = string> = inferFlattenedErrors<T, U>;","entrypoint":"zod","exportName":"inferFlattenedErrors","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type inferFormattedError<T extends core.$ZodType<any, any>, U = string> = inferFormattedError<T, U>;","entrypoint":"zod","exportName":"inferFormattedError","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type input<T> = input<T>;","entrypoint":"zod","exportName":"input","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export type output<T> = output<T>;","entrypoint":"zod","exportName":"output","importSpecifier":"openclaw/plugin-sdk/zod","kind":"type","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface GlobalMeta extends JSONSchemaMeta {\n}","entrypoint":"zod","exportName":"GlobalMeta","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface RefinementCtx<T = unknown> extends schemas.ParsePayload<T> {\n addIssue(arg: string | $ZodSuperRefineIssue): void;\n}","entrypoint":"zod","exportName":"RefinementCtx","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface Schema<out Output = unknown, out Input = unknown, out Internals extends core.$ZodTypeInternals<Output, Input> = core.$ZodTypeInternals<Output, Input>> extends core.$ZodType<Output, Input, Internals> {\n def: Internals[\"def\"];\n type: Internals[\"def\"][\"type\"];\n _def: Internals[\"def\"];\n _output: Internals[\"output\"];\n _input: Internals[\"input\"];\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n toJSONSchema(params?: core.ToJSONSchemaParams): core.ZodStandardJSONSchemaPayload<this>;\n check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;\n with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;\n clone(def?: Internals[\"def\"], params?: {\n parent: boolean;\n }): this;\n register<R extends core.$ZodRegistry>(registry: R, ...meta: this extends R[\"_schema\"] ? undefined extends R[\"_meta\"] ? [\n core.$replace<R[\"_meta\"], this>?\n ] : [\n core.$replace<R[\"_meta\"], this>\n ] : [\n \"Incompatible schema\"\n ]): this;\n brand<T extends PropertyKey = PropertyKey, Dir extends \"in\" | \"out\" | \"inout\" = \"out\">(value?: T): PropertyKey extends T ? this : core.$ZodBranded<this, T, Dir>;\n parse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;\n safeParse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;\n parseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;\n safeParseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.output<this>>>;\n spa: (data: unknown, params?: core.ParseContext<core.$ZodIssue>) => Promise<parse.ZodSafeParseResult<core.output<this>>>;\n encode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): core.input<this>;\n decode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;\n encodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.input<this>>;\n decodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;\n safeEncode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.input<this>>;\n safeDecode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;\n safeEncodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.input<this>>>;\n safeDecodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.output<this>>>;\n refine<Ch extends (arg: core.output<this>) => unknown | Promise<unknown>>(check: Ch, params?: string | core.$ZodCustomParams): Ch extends (arg: any) => arg is infer R ? this & ZodType<R, core.input<this>> : this;\n superRefine(refinement: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => void | Promise<void>, params?: core.$ZodSuperRefineParams): this;\n overwrite(fn: (x: core.output<this>) => core.output<this>): this;\n optional(): ZodOptional<this>;\n exactOptional(): ZodExactOptional<this>;\n nonoptional(params?: string | core.$ZodNonOptionalParams): ZodNonOptional<this>;\n nullable(): ZodNullable<this>;\n nullish(): ZodOptional<ZodNullable<this>>;\n default(def: util.NoUndefined<core.output<this>>): ZodDefault<this>;\n default(def: () => util.NoUndefined<core.output<this>>): ZodDefault<this>;\n prefault(def: () => core.input<this>): ZodPrefault<this>;\n prefault(def: core.input<this>): ZodPrefault<this>;\n array(): ZodArray<this>;\n or<T extends core.SomeType>(option: T): ZodUnion<[\n this,\n T\n ]>;\n and<T extends core.SomeType>(incoming: T): ZodIntersection<this, T>;\n transform<NewOut>(transform: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => NewOut | Promise<NewOut>): ZodPipe<this, ZodTransform<Awaited<NewOut>, core.output<this>>>;\n catch(def: core.output<this>): ZodCatch<this>;\n catch(def: (ctx: core.$ZodCatchCtx) => core.output<this>): ZodCatch<this>;\n pipe<T extends core.$ZodType<any, core.output<this>>>(target: T | core.$ZodType<any, core.output<this>>): ZodPipe<this, T>;\n readonly(): ZodReadonly<this>;\n describe(description: string): this;\n description?: string;\n meta(): core.$replace<core.GlobalMeta, this> | undefined;\n meta(data: core.$replace<core.GlobalMeta, this>): this;\n isOptional(): boolean;\n isNullable(): boolean;\n apply<T>(fn: (schema: this) => T): T;\n}","entrypoint":"zod","exportName":"Schema","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodAny extends _ZodType<core.$ZodAnyInternals> {\n}","entrypoint":"zod","exportName":"ZodAny","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodArray<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodArrayInternals<T>>, core.$ZodArray<T> {\n element: T;\n min(minLength: number, params?: string | core.$ZodCheckMinLengthParams): this;\n nonempty(params?: string | core.$ZodCheckMinLengthParams): this;\n max(maxLength: number, params?: string | core.$ZodCheckMaxLengthParams): this;\n length(len: number, params?: string | core.$ZodCheckLengthEqualsParams): this;\n unwrap(): T;\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n}","entrypoint":"zod","exportName":"ZodArray","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodBase64 extends ZodStringFormat<\"base64\"> {\n _zod: core.$ZodBase64Internals;\n}","entrypoint":"zod","exportName":"ZodBase64","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodBase64URL extends ZodStringFormat<\"base64url\"> {\n _zod: core.$ZodBase64URLInternals;\n}","entrypoint":"zod","exportName":"ZodBase64URL","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodBigInt extends _ZodBigInt<core.$ZodBigIntInternals<bigint>> {\n}","entrypoint":"zod","exportName":"ZodBigInt","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodBigIntFormat extends ZodBigInt {\n _zod: core.$ZodBigIntFormatInternals;\n}","entrypoint":"zod","exportName":"ZodBigIntFormat","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodBoolean extends _ZodBoolean<core.$ZodBooleanInternals<boolean>> {\n}","entrypoint":"zod","exportName":"ZodBoolean","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCIDRv4 extends ZodStringFormat<\"cidrv4\"> {\n _zod: core.$ZodCIDRv4Internals;\n}","entrypoint":"zod","exportName":"ZodCIDRv4","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCIDRv6 extends ZodStringFormat<\"cidrv6\"> {\n _zod: core.$ZodCIDRv6Internals;\n}","entrypoint":"zod","exportName":"ZodCIDRv6","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCUID extends ZodStringFormat<\"cuid\"> {\n _zod: core.$ZodCUIDInternals;\n}","entrypoint":"zod","exportName":"ZodCUID","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCUID2 extends ZodStringFormat<\"cuid2\"> {\n _zod: core.$ZodCUID2Internals;\n}","entrypoint":"zod","exportName":"ZodCUID2","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCatch<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodCatchInternals<T>>, core.$ZodCatch<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n removeCatch(): T;\n}","entrypoint":"zod","exportName":"ZodCatch","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCodec<A extends core.SomeType = core.$ZodType, B extends core.SomeType = core.$ZodType> extends ZodPipe<A, B>, core.$ZodCodec<A, B> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n _zod: core.$ZodCodecInternals<A, B>;\n def: core.$ZodCodecDef<A, B>;\n}","entrypoint":"zod","exportName":"ZodCodec","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCoercedBigInt<T = unknown> extends schemas._ZodBigInt<core.$ZodBigIntInternals<T>> {\n}","entrypoint":"zod","exportName":"ZodCoercedBigInt","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCoercedBoolean<T = unknown> extends schemas._ZodBoolean<core.$ZodBooleanInternals<T>> {\n}","entrypoint":"zod","exportName":"ZodCoercedBoolean","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCoercedDate<T = unknown> extends schemas._ZodDate<core.$ZodDateInternals<T>> {\n}","entrypoint":"zod","exportName":"ZodCoercedDate","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCoercedNumber<T = unknown> extends schemas._ZodNumber<core.$ZodNumberInternals<T>> {\n}","entrypoint":"zod","exportName":"ZodCoercedNumber","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCoercedString<T = unknown> extends schemas._ZodString<core.$ZodStringInternals<T>> {\n}","entrypoint":"zod","exportName":"ZodCoercedString","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCustom<O = unknown, I = unknown> extends _ZodType<core.$ZodCustomInternals<O, I>>, core.$ZodCustom<O, I> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n}","entrypoint":"zod","exportName":"ZodCustom","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodCustomStringFormat<Format extends string = string> extends ZodStringFormat<Format>, core.$ZodCustomStringFormat<Format> {\n _zod: core.$ZodCustomStringFormatInternals<Format>;\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n}","entrypoint":"zod","exportName":"ZodCustomStringFormat","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodDate extends _ZodDate<core.$ZodDateInternals<Date>> {\n}","entrypoint":"zod","exportName":"ZodDate","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodDefault<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodDefaultInternals<T>>, core.$ZodDefault<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n removeDefault(): T;\n}","entrypoint":"zod","exportName":"ZodDefault","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodDiscriminatedUnion<Options extends readonly core.SomeType[] = readonly core.$ZodType[], Disc extends string = string> extends ZodUnion<Options>, core.$ZodDiscriminatedUnion<Options, Disc> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n _zod: core.$ZodDiscriminatedUnionInternals<Options, Disc>;\n def: core.$ZodDiscriminatedUnionDef<Options, Disc>;\n}","entrypoint":"zod","exportName":"ZodDiscriminatedUnion","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodE164 extends ZodStringFormat<\"e164\"> {\n _zod: core.$ZodE164Internals;\n}","entrypoint":"zod","exportName":"ZodE164","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodEmail extends ZodStringFormat<\"email\"> {\n _zod: core.$ZodEmailInternals;\n}","entrypoint":"zod","exportName":"ZodEmail","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodEmoji extends ZodStringFormat<\"emoji\"> {\n _zod: core.$ZodEmojiInternals;\n}","entrypoint":"zod","exportName":"ZodEmoji","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodEnum<out T extends util.EnumLike = util.EnumLike> extends _ZodType<core.$ZodEnumInternals<T>>, core.$ZodEnum<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n enum: T;\n options: Array<T[keyof T]>;\n extract<const U extends readonly (keyof T)[]>(values: U, params?: string | core.$ZodEnumParams): ZodEnum<util.Flatten<Pick<T, U[number]>>>;\n exclude<const U extends readonly (keyof T)[]>(values: U, params?: string | core.$ZodEnumParams): ZodEnum<util.Flatten<Omit<T, U[number]>>>;\n}","entrypoint":"zod","exportName":"ZodEnum","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodError<T = unknown> extends $ZodError<T> {\n format(): core.$ZodFormattedError<T>;\n format<U>(mapper: (issue: core.$ZodIssue) => U): core.$ZodFormattedError<T, U>;\n flatten(): core.$ZodFlattenedError<T>;\n flatten<U>(mapper: (issue: core.$ZodIssue) => U): core.$ZodFlattenedError<T, U>;\n addIssue(issue: core.$ZodIssue): void;\n addIssues(issues: core.$ZodIssue[]): void;\n isEmpty: boolean;\n}","entrypoint":"zod","exportName":"ZodError","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodErrorMap<T extends $ZodIssueBase = $ZodIssue> {\n (issue: $ZodRawIssue<T>): {\n message: string;\n } | string | undefined | null;\n}","entrypoint":"zod","exportName":"ZodErrorMap","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodExactOptional<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodExactOptionalInternals<T>>, core.$ZodExactOptional<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n}","entrypoint":"zod","exportName":"ZodExactOptional","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodFile extends _ZodType<core.$ZodFileInternals>, core.$ZodFile {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n min(size: number, params?: string | core.$ZodCheckMinSizeParams): this;\n max(size: number, params?: string | core.$ZodCheckMaxSizeParams): this;\n mime(types: util.MimeTypes | Array<util.MimeTypes>, params?: string | core.$ZodCheckMimeTypeParams): this;\n}","entrypoint":"zod","exportName":"ZodFile","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodFloat32 extends ZodNumberFormat {\n}","entrypoint":"zod","exportName":"ZodFloat32","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodFloat64 extends ZodNumberFormat {\n}","entrypoint":"zod","exportName":"ZodFloat64","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodFunction<Args extends core.$ZodFunctionIn = core.$ZodFunctionIn, Returns extends core.$ZodFunctionOut = core.$ZodFunctionOut> extends _ZodType<core.$ZodFunctionInternals<Args, Returns>>, core.$ZodFunction<Args, Returns> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n _def: core.$ZodFunctionDef<Args, Returns>;\n _input: core.$InferInnerFunctionType<Args, Returns>;\n _output: core.$InferOuterFunctionType<Args, Returns>;\n input<const Items extends util.TupleItems, const Rest extends core.$ZodFunctionOut = core.$ZodFunctionOut>(args: Items, rest?: Rest): ZodFunction<core.$ZodTuple<Items, Rest>, Returns>;\n input<NewArgs extends core.$ZodFunctionIn>(args: NewArgs): ZodFunction<NewArgs, Returns>;\n input(...args: any[]): ZodFunction<any, Returns>;\n output<NewReturns extends core.$ZodType>(output: NewReturns): ZodFunction<Args, NewReturns>;\n}","entrypoint":"zod","exportName":"ZodFunction","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodGUID extends ZodStringFormat<\"guid\"> {\n _zod: core.$ZodGUIDInternals;\n}","entrypoint":"zod","exportName":"ZodGUID","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodIPv4 extends ZodStringFormat<\"ipv4\"> {\n _zod: core.$ZodIPv4Internals;\n}","entrypoint":"zod","exportName":"ZodIPv4","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodIPv6 extends ZodStringFormat<\"ipv6\"> {\n _zod: core.$ZodIPv6Internals;\n}","entrypoint":"zod","exportName":"ZodIPv6","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodISODate extends schemas.ZodStringFormat {\n _zod: core.$ZodISODateInternals;\n}","entrypoint":"zod","exportName":"ZodISODate","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodISODateTime extends schemas.ZodStringFormat {\n _zod: core.$ZodISODateTimeInternals;\n}","entrypoint":"zod","exportName":"ZodISODateTime","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodISODuration extends schemas.ZodStringFormat {\n _zod: core.$ZodISODurationInternals;\n}","entrypoint":"zod","exportName":"ZodISODuration","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodISOTime extends schemas.ZodStringFormat {\n _zod: core.$ZodISOTimeInternals;\n}","entrypoint":"zod","exportName":"ZodISOTime","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodInt extends ZodNumberFormat {\n}","entrypoint":"zod","exportName":"ZodInt","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodInt32 extends ZodNumberFormat {\n}","entrypoint":"zod","exportName":"ZodInt32","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodIntersection<A extends core.SomeType = core.$ZodType, B extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodIntersectionInternals<A, B>>, core.$ZodIntersection<A, B> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n}","entrypoint":"zod","exportName":"ZodIntersection","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodJSONSchema extends _ZodJSONSchema {\n _zod: ZodJSONSchemaInternals;\n}","entrypoint":"zod","exportName":"ZodJSONSchema","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodJSONSchemaInternals extends _ZodJSONSchemaInternals {\n output: util.JSONType;\n input: util.JSONType;\n}","entrypoint":"zod","exportName":"ZodJSONSchemaInternals","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodJWT extends ZodStringFormat<\"jwt\"> {\n _zod: core.$ZodJWTInternals;\n}","entrypoint":"zod","exportName":"ZodJWT","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodKSUID extends ZodStringFormat<\"ksuid\"> {\n _zod: core.$ZodKSUIDInternals;\n}","entrypoint":"zod","exportName":"ZodKSUID","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodLazy<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodLazyInternals<T>>, core.$ZodLazy<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n}","entrypoint":"zod","exportName":"ZodLazy","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodLiteral<T extends util.Literal = util.Literal> extends _ZodType<core.$ZodLiteralInternals<T>>, core.$ZodLiteral<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n values: Set<T>;\n value: T;\n}","entrypoint":"zod","exportName":"ZodLiteral","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodMAC extends ZodStringFormat<\"mac\"> {\n _zod: core.$ZodMACInternals;\n}","entrypoint":"zod","exportName":"ZodMAC","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodMap<Key extends core.SomeType = core.$ZodType, Value extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodMapInternals<Key, Value>>, core.$ZodMap<Key, Value> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n keyType: Key;\n valueType: Value;\n min(minSize: number, params?: string | core.$ZodCheckMinSizeParams): this;\n nonempty(params?: string | core.$ZodCheckMinSizeParams): this;\n max(maxSize: number, params?: string | core.$ZodCheckMaxSizeParams): this;\n size(size: number, params?: string | core.$ZodCheckSizeEqualsParams): this;\n}","entrypoint":"zod","exportName":"ZodMap","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodNaN extends _ZodType<core.$ZodNaNInternals>, core.$ZodNaN {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n}","entrypoint":"zod","exportName":"ZodNaN","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodNanoID extends ZodStringFormat<\"nanoid\"> {\n _zod: core.$ZodNanoIDInternals;\n}","entrypoint":"zod","exportName":"ZodNanoID","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodNever extends _ZodType<core.$ZodNeverInternals> {\n}","entrypoint":"zod","exportName":"ZodNever","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodNonOptional<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodNonOptionalInternals<T>>, core.$ZodNonOptional<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n}","entrypoint":"zod","exportName":"ZodNonOptional","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodNull extends _ZodType<core.$ZodNullInternals> {\n}","entrypoint":"zod","exportName":"ZodNull","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodNullable<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodNullableInternals<T>>, core.$ZodNullable<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n}","entrypoint":"zod","exportName":"ZodNullable","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodNumber extends _ZodNumber<core.$ZodNumberInternals<number>> {\n}","entrypoint":"zod","exportName":"ZodNumber","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodNumberFormat extends ZodNumber {\n _zod: core.$ZodNumberFormatInternals;\n}","entrypoint":"zod","exportName":"ZodNumberFormat","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodObject<out Shape extends core.$ZodShape = core.$ZodLooseShape, out Config extends core.$ZodObjectConfig = core.$strip> extends _ZodType<core.$ZodObjectInternals<Shape, Config>>, core.$ZodObject<Shape, Config> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n shape: Shape;\n keyof(): ZodEnum<util.ToEnum<keyof Shape & string>>;\n catchall<T extends core.SomeType>(schema: T): ZodObject<Shape, core.$catchall<T>>;\n passthrough(): ZodObject<Shape, core.$loose>;\n loose(): ZodObject<Shape, core.$loose>;\n strict(): ZodObject<Shape, core.$strict>;\n strip(): ZodObject<Shape, core.$strip>;\n extend<U extends core.$ZodLooseShape>(shape: U): ZodObject<util.Extend<Shape, util.Writeable<U>>, Config>;\n safeExtend<U extends core.$ZodLooseShape>(shape: SafeExtendShape<Shape, U> & Partial<Record<keyof Shape, core.SomeType>>): ZodObject<util.Extend<Shape, util.Writeable<U>>, Config>;\n merge<U extends ZodObject>(other: U): ZodObject<util.Extend<Shape, U[\"shape\"]>, U[\"_zod\"][\"config\"]>;\n pick<M extends util.Mask<keyof Shape>>(mask: M & Record<Exclude<keyof M, keyof Shape>, never>): ZodObject<util.Flatten<Pick<Shape, Extract<keyof Shape, keyof M>>>, Config>;\n omit<M extends util.Mask<keyof Shape>>(mask: M & Record<Exclude<keyof M, keyof Shape>, never>): ZodObject<util.Flatten<Omit<Shape, Extract<keyof Shape, keyof M>>>, Config>;\n partial(): ZodObject<{\n -readonly [k in keyof Shape]: ZodOptional<Shape[k]>;\n }, Config>;\n partial<M extends util.Mask<keyof Shape>>(mask: M & Record<Exclude<keyof M, keyof Shape>, never>): ZodObject<{\n -readonly [k in keyof Shape]: k extends keyof M ? ZodOptional<Shape[k]> : Shape[k];\n }, Config>;\n required(): ZodObject<{\n -readonly [k in keyof Shape]: ZodNonOptional<Shape[k]>;\n }, Config>;\n required<M extends util.Mask<keyof Shape>>(mask: M & Record<Exclude<keyof M, keyof Shape>, never>): ZodObject<{\n -readonly [k in keyof Shape]: k extends keyof M ? ZodNonOptional<Shape[k]> : Shape[k];\n }, Config>;\n}","entrypoint":"zod","exportName":"ZodObject","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodOptional<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodOptionalInternals<T>>, core.$ZodOptional<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n}","entrypoint":"zod","exportName":"ZodOptional","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodPipe<A extends core.SomeType = core.$ZodType, B extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodPipeInternals<A, B>>, core.$ZodPipe<A, B> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n in: A;\n out: B;\n}","entrypoint":"zod","exportName":"ZodPipe","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodPrefault<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodPrefaultInternals<T>>, core.$ZodPrefault<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n}","entrypoint":"zod","exportName":"ZodPrefault","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodPreprocess<B extends core.SomeType = core.$ZodType> extends ZodPipe<core.$ZodTransform, B>, core.$ZodPreprocess<B> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n _zod: core.$ZodPreprocessInternals<B>;\n def: core.$ZodPreprocessDef<B>;\n}","entrypoint":"zod","exportName":"ZodPreprocess","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodPromise<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodPromiseInternals<T>>, core.$ZodPromise<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n}","entrypoint":"zod","exportName":"ZodPromise","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodReadonly<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodReadonlyInternals<T>>, core.$ZodReadonly<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n}","entrypoint":"zod","exportName":"ZodReadonly","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodRecord<Key extends core.$ZodRecordKey = core.$ZodRecordKey, Value extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodRecordInternals<Key, Value>>, core.$ZodRecord<Key, Value> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n keyType: Key;\n valueType: Value;\n}","entrypoint":"zod","exportName":"ZodRecord","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodSchema<out Output = unknown, out Input = unknown, out Internals extends core.$ZodTypeInternals<Output, Input> = core.$ZodTypeInternals<Output, Input>> extends core.$ZodType<Output, Input, Internals> {\n def: Internals[\"def\"];\n type: Internals[\"def\"][\"type\"];\n _def: Internals[\"def\"];\n _output: Internals[\"output\"];\n _input: Internals[\"input\"];\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n toJSONSchema(params?: core.ToJSONSchemaParams): core.ZodStandardJSONSchemaPayload<this>;\n check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;\n with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;\n clone(def?: Internals[\"def\"], params?: {\n parent: boolean;\n }): this;\n register<R extends core.$ZodRegistry>(registry: R, ...meta: this extends R[\"_schema\"] ? undefined extends R[\"_meta\"] ? [\n core.$replace<R[\"_meta\"], this>?\n ] : [\n core.$replace<R[\"_meta\"], this>\n ] : [\n \"Incompatible schema\"\n ]): this;\n brand<T extends PropertyKey = PropertyKey, Dir extends \"in\" | \"out\" | \"inout\" = \"out\">(value?: T): PropertyKey extends T ? this : core.$ZodBranded<this, T, Dir>;\n parse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;\n safeParse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;\n parseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;\n safeParseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.output<this>>>;\n spa: (data: unknown, params?: core.ParseContext<core.$ZodIssue>) => Promise<parse.ZodSafeParseResult<core.output<this>>>;\n encode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): core.input<this>;\n decode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;\n encodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.input<this>>;\n decodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;\n safeEncode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.input<this>>;\n safeDecode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;\n safeEncodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.input<this>>>;\n safeDecodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.output<this>>>;\n refine<Ch extends (arg: core.output<this>) => unknown | Promise<unknown>>(check: Ch, params?: string | core.$ZodCustomParams): Ch extends (arg: any) => arg is infer R ? this & ZodType<R, core.input<this>> : this;\n superRefine(refinement: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => void | Promise<void>, params?: core.$ZodSuperRefineParams): this;\n overwrite(fn: (x: core.output<this>) => core.output<this>): this;\n optional(): ZodOptional<this>;\n exactOptional(): ZodExactOptional<this>;\n nonoptional(params?: string | core.$ZodNonOptionalParams): ZodNonOptional<this>;\n nullable(): ZodNullable<this>;\n nullish(): ZodOptional<ZodNullable<this>>;\n default(def: util.NoUndefined<core.output<this>>): ZodDefault<this>;\n default(def: () => util.NoUndefined<core.output<this>>): ZodDefault<this>;\n prefault(def: () => core.input<this>): ZodPrefault<this>;\n prefault(def: core.input<this>): ZodPrefault<this>;\n array(): ZodArray<this>;\n or<T extends core.SomeType>(option: T): ZodUnion<[\n this,\n T\n ]>;\n and<T extends core.SomeType>(incoming: T): ZodIntersection<this, T>;\n transform<NewOut>(transform: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => NewOut | Promise<NewOut>): ZodPipe<this, ZodTransform<Awaited<NewOut>, core.output<this>>>;\n catch(def: core.output<this>): ZodCatch<this>;\n catch(def: (ctx: core.$ZodCatchCtx) => core.output<this>): ZodCatch<this>;\n pipe<T extends core.$ZodType<any, core.output<this>>>(target: T | core.$ZodType<any, core.output<this>>): ZodPipe<this, T>;\n readonly(): ZodReadonly<this>;\n describe(description: string): this;\n description?: string;\n meta(): core.$replace<core.GlobalMeta, this> | undefined;\n meta(data: core.$replace<core.GlobalMeta, this>): this;\n isOptional(): boolean;\n isNullable(): boolean;\n apply<T>(fn: (schema: this) => T): T;\n}","entrypoint":"zod","exportName":"ZodSchema","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodSet<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodSetInternals<T>>, core.$ZodSet<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n min(minSize: number, params?: string | core.$ZodCheckMinSizeParams): this;\n nonempty(params?: string | core.$ZodCheckMinSizeParams): this;\n max(maxSize: number, params?: string | core.$ZodCheckMaxSizeParams): this;\n size(size: number, params?: string | core.$ZodCheckSizeEqualsParams): this;\n}","entrypoint":"zod","exportName":"ZodSet","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodString extends _ZodString<core.$ZodStringInternals<string>> {\n email(params?: string | core.$ZodCheckEmailParams): this;\n url(params?: string | core.$ZodCheckURLParams): this;\n jwt(params?: string | core.$ZodCheckJWTParams): this;\n emoji(params?: string | core.$ZodCheckEmojiParams): this;\n guid(params?: string | core.$ZodCheckGUIDParams): this;\n uuid(params?: string | core.$ZodCheckUUIDParams): this;\n uuidv4(params?: string | core.$ZodCheckUUIDParams): this;\n uuidv6(params?: string | core.$ZodCheckUUIDParams): this;\n uuidv7(params?: string | core.$ZodCheckUUIDParams): this;\n nanoid(params?: string | core.$ZodCheckNanoIDParams): this;\n guid(params?: string | core.$ZodCheckGUIDParams): this;\n cuid(params?: string | core.$ZodCheckCUIDParams): this;\n cuid2(params?: string | core.$ZodCheckCUID2Params): this;\n ulid(params?: string | core.$ZodCheckULIDParams): this;\n base64(params?: string | core.$ZodCheckBase64Params): this;\n base64url(params?: string | core.$ZodCheckBase64URLParams): this;\n xid(params?: string | core.$ZodCheckXIDParams): this;\n ksuid(params?: string | core.$ZodCheckKSUIDParams): this;\n ipv4(params?: string | core.$ZodCheckIPv4Params): this;\n ipv6(params?: string | core.$ZodCheckIPv6Params): this;\n cidrv4(params?: string | core.$ZodCheckCIDRv4Params): this;\n cidrv6(params?: string | core.$ZodCheckCIDRv6Params): this;\n e164(params?: string | core.$ZodCheckE164Params): this;\n datetime(params?: string | core.$ZodCheckISODateTimeParams): this;\n date(params?: string | core.$ZodCheckISODateParams): this;\n time(params?: string | core.$ZodCheckISOTimeParams): this;\n duration(params?: string | core.$ZodCheckISODurationParams): this;\n}","entrypoint":"zod","exportName":"ZodString","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodStringFormat<Format extends string = string> extends _ZodString<core.$ZodStringFormatInternals<Format>> {\n}","entrypoint":"zod","exportName":"ZodStringFormat","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodSuccess<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodSuccessInternals<T>>, core.$ZodSuccess<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n unwrap(): T;\n}","entrypoint":"zod","exportName":"ZodSuccess","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodSymbol extends _ZodType<core.$ZodSymbolInternals> {\n}","entrypoint":"zod","exportName":"ZodSymbol","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodTemplateLiteral<Template extends string = string> extends _ZodType<core.$ZodTemplateLiteralInternals<Template>>, core.$ZodTemplateLiteral<Template> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n}","entrypoint":"zod","exportName":"ZodTemplateLiteral","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodTransform<O = unknown, I = unknown> extends _ZodType<core.$ZodTransformInternals<O, I>>, core.$ZodTransform<O, I> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n}","entrypoint":"zod","exportName":"ZodTransform","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodTuple<T extends util.TupleItems = readonly core.$ZodType[], Rest extends core.SomeType | null = core.$ZodType | null> extends _ZodType<core.$ZodTupleInternals<T, Rest>>, core.$ZodTuple<T, Rest> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n rest<Rest extends core.SomeType = core.$ZodType>(rest: Rest): ZodTuple<T, Rest>;\n}","entrypoint":"zod","exportName":"ZodTuple","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodType<out Output = unknown, out Input = unknown, out Internals extends core.$ZodTypeInternals<Output, Input> = core.$ZodTypeInternals<Output, Input>> extends core.$ZodType<Output, Input, Internals> {\n def: Internals[\"def\"];\n type: Internals[\"def\"][\"type\"];\n _def: Internals[\"def\"];\n _output: Internals[\"output\"];\n _input: Internals[\"input\"];\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n toJSONSchema(params?: core.ToJSONSchemaParams): core.ZodStandardJSONSchemaPayload<this>;\n check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;\n with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;\n clone(def?: Internals[\"def\"], params?: {\n parent: boolean;\n }): this;\n register<R extends core.$ZodRegistry>(registry: R, ...meta: this extends R[\"_schema\"] ? undefined extends R[\"_meta\"] ? [\n core.$replace<R[\"_meta\"], this>?\n ] : [\n core.$replace<R[\"_meta\"], this>\n ] : [\n \"Incompatible schema\"\n ]): this;\n brand<T extends PropertyKey = PropertyKey, Dir extends \"in\" | \"out\" | \"inout\" = \"out\">(value?: T): PropertyKey extends T ? this : core.$ZodBranded<this, T, Dir>;\n parse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;\n safeParse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;\n parseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;\n safeParseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.output<this>>>;\n spa: (data: unknown, params?: core.ParseContext<core.$ZodIssue>) => Promise<parse.ZodSafeParseResult<core.output<this>>>;\n encode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): core.input<this>;\n decode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;\n encodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.input<this>>;\n decodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;\n safeEncode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.input<this>>;\n safeDecode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;\n safeEncodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.input<this>>>;\n safeDecodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.output<this>>>;\n refine<Ch extends (arg: core.output<this>) => unknown | Promise<unknown>>(check: Ch, params?: string | core.$ZodCustomParams): Ch extends (arg: any) => arg is infer R ? this & ZodType<R, core.input<this>> : this;\n superRefine(refinement: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => void | Promise<void>, params?: core.$ZodSuperRefineParams): this;\n overwrite(fn: (x: core.output<this>) => core.output<this>): this;\n optional(): ZodOptional<this>;\n exactOptional(): ZodExactOptional<this>;\n nonoptional(params?: string | core.$ZodNonOptionalParams): ZodNonOptional<this>;\n nullable(): ZodNullable<this>;\n nullish(): ZodOptional<ZodNullable<this>>;\n default(def: util.NoUndefined<core.output<this>>): ZodDefault<this>;\n default(def: () => util.NoUndefined<core.output<this>>): ZodDefault<this>;\n prefault(def: () => core.input<this>): ZodPrefault<this>;\n prefault(def: core.input<this>): ZodPrefault<this>;\n array(): ZodArray<this>;\n or<T extends core.SomeType>(option: T): ZodUnion<[\n this,\n T\n ]>;\n and<T extends core.SomeType>(incoming: T): ZodIntersection<this, T>;\n transform<NewOut>(transform: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => NewOut | Promise<NewOut>): ZodPipe<this, ZodTransform<Awaited<NewOut>, core.output<this>>>;\n catch(def: core.output<this>): ZodCatch<this>;\n catch(def: (ctx: core.$ZodCatchCtx) => core.output<this>): ZodCatch<this>;\n pipe<T extends core.$ZodType<any, core.output<this>>>(target: T | core.$ZodType<any, core.output<this>>): ZodPipe<this, T>;\n readonly(): ZodReadonly<this>;\n describe(description: string): this;\n description?: string;\n meta(): core.$replace<core.GlobalMeta, this> | undefined;\n meta(data: core.$replace<core.GlobalMeta, this>): this;\n isOptional(): boolean;\n isNullable(): boolean;\n apply<T>(fn: (schema: this) => T): T;\n}","entrypoint":"zod","exportName":"ZodType","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodTypeAny<out Output = unknown, out Input = unknown, out Internals extends core.$ZodTypeInternals<Output, Input> = core.$ZodTypeInternals<Output, Input>> extends core.$ZodType<Output, Input, Internals> {\n def: Internals[\"def\"];\n type: Internals[\"def\"][\"type\"];\n _def: Internals[\"def\"];\n _output: Internals[\"output\"];\n _input: Internals[\"input\"];\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n toJSONSchema(params?: core.ToJSONSchemaParams): core.ZodStandardJSONSchemaPayload<this>;\n check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;\n with(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;\n clone(def?: Internals[\"def\"], params?: {\n parent: boolean;\n }): this;\n register<R extends core.$ZodRegistry>(registry: R, ...meta: this extends R[\"_schema\"] ? undefined extends R[\"_meta\"] ? [\n core.$replace<R[\"_meta\"], this>?\n ] : [\n core.$replace<R[\"_meta\"], this>\n ] : [\n \"Incompatible schema\"\n ]): this;\n brand<T extends PropertyKey = PropertyKey, Dir extends \"in\" | \"out\" | \"inout\" = \"out\">(value?: T): PropertyKey extends T ? this : core.$ZodBranded<this, T, Dir>;\n parse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;\n safeParse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;\n parseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;\n safeParseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.output<this>>>;\n spa: (data: unknown, params?: core.ParseContext<core.$ZodIssue>) => Promise<parse.ZodSafeParseResult<core.output<this>>>;\n encode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): core.input<this>;\n decode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;\n encodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.input<this>>;\n decodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;\n safeEncode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.input<this>>;\n safeDecode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;\n safeEncodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.input<this>>>;\n safeDecodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.output<this>>>;\n refine<Ch extends (arg: core.output<this>) => unknown | Promise<unknown>>(check: Ch, params?: string | core.$ZodCustomParams): Ch extends (arg: any) => arg is infer R ? this & ZodType<R, core.input<this>> : this;\n superRefine(refinement: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => void | Promise<void>, params?: core.$ZodSuperRefineParams): this;\n overwrite(fn: (x: core.output<this>) => core.output<this>): this;\n optional(): ZodOptional<this>;\n exactOptional(): ZodExactOptional<this>;\n nonoptional(params?: string | core.$ZodNonOptionalParams): ZodNonOptional<this>;\n nullable(): ZodNullable<this>;\n nullish(): ZodOptional<ZodNullable<this>>;\n default(def: util.NoUndefined<core.output<this>>): ZodDefault<this>;\n default(def: () => util.NoUndefined<core.output<this>>): ZodDefault<this>;\n prefault(def: () => core.input<this>): ZodPrefault<this>;\n prefault(def: core.input<this>): ZodPrefault<this>;\n array(): ZodArray<this>;\n or<T extends core.SomeType>(option: T): ZodUnion<[\n this,\n T\n ]>;\n and<T extends core.SomeType>(incoming: T): ZodIntersection<this, T>;\n transform<NewOut>(transform: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => NewOut | Promise<NewOut>): ZodPipe<this, ZodTransform<Awaited<NewOut>, core.output<this>>>;\n catch(def: core.output<this>): ZodCatch<this>;\n catch(def: (ctx: core.$ZodCatchCtx) => core.output<this>): ZodCatch<this>;\n pipe<T extends core.$ZodType<any, core.output<this>>>(target: T | core.$ZodType<any, core.output<this>>): ZodPipe<this, T>;\n readonly(): ZodReadonly<this>;\n describe(description: string): this;\n description?: string;\n meta(): core.$replace<core.GlobalMeta, this> | undefined;\n meta(data: core.$replace<core.GlobalMeta, this>): this;\n isOptional(): boolean;\n isNullable(): boolean;\n apply<T>(fn: (schema: this) => T): T;\n}","entrypoint":"zod","exportName":"ZodTypeAny","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodUInt32 extends ZodNumberFormat {\n}","entrypoint":"zod","exportName":"ZodUInt32","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodULID extends ZodStringFormat<\"ulid\"> {\n _zod: core.$ZodULIDInternals;\n}","entrypoint":"zod","exportName":"ZodULID","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodURL extends ZodStringFormat<\"url\"> {\n _zod: core.$ZodURLInternals;\n}","entrypoint":"zod","exportName":"ZodURL","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodUUID extends ZodStringFormat<\"uuid\"> {\n _zod: core.$ZodUUIDInternals;\n}","entrypoint":"zod","exportName":"ZodUUID","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodUndefined extends _ZodType<core.$ZodUndefinedInternals> {\n}","entrypoint":"zod","exportName":"ZodUndefined","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodUnion<T extends readonly core.SomeType[] = readonly core.$ZodType[]> extends _ZodType<core.$ZodUnionInternals<T>>, core.$ZodUnion<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n options: T;\n}","entrypoint":"zod","exportName":"ZodUnion","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodUnknown extends _ZodType<core.$ZodUnknownInternals> {\n}","entrypoint":"zod","exportName":"ZodUnknown","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodVoid extends _ZodType<core.$ZodVoidInternals> {\n}","entrypoint":"zod","exportName":"ZodVoid","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodXID extends ZodStringFormat<\"xid\"> {\n _zod: core.$ZodXIDInternals;\n}","entrypoint":"zod","exportName":"ZodXID","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface ZodXor<T extends readonly core.SomeType[] = readonly core.$ZodType[]> extends _ZodType<core.$ZodXorInternals<T>>, core.$ZodXor<T> {\n \"~standard\": ZodStandardSchemaWithJSON<this>;\n options: T;\n}","entrypoint":"zod","exportName":"ZodXor","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface _ZodBigInt<T extends core.$ZodBigIntInternals = core.$ZodBigIntInternals> extends _ZodType<T> {\n gte(value: bigint, params?: string | core.$ZodCheckGreaterThanParams): this;\n min(value: bigint, params?: string | core.$ZodCheckGreaterThanParams): this;\n gt(value: bigint, params?: string | core.$ZodCheckGreaterThanParams): this;\n lte(value: bigint, params?: string | core.$ZodCheckLessThanParams): this;\n max(value: bigint, params?: string | core.$ZodCheckLessThanParams): this;\n lt(value: bigint, params?: string | core.$ZodCheckLessThanParams): this;\n positive(params?: string | core.$ZodCheckGreaterThanParams): this;\n negative(params?: string | core.$ZodCheckLessThanParams): this;\n nonpositive(params?: string | core.$ZodCheckLessThanParams): this;\n nonnegative(params?: string | core.$ZodCheckGreaterThanParams): this;\n multipleOf(value: bigint, params?: string | core.$ZodCheckMultipleOfParams): this;\n minValue: bigint | null;\n maxValue: bigint | null;\n format: string | null;\n}","entrypoint":"zod","exportName":"_ZodBigInt","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface _ZodBoolean<T extends core.$ZodBooleanInternals = core.$ZodBooleanInternals> extends _ZodType<T> {\n}","entrypoint":"zod","exportName":"_ZodBoolean","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface _ZodDate<T extends core.$ZodDateInternals = core.$ZodDateInternals> extends _ZodType<T> {\n min(value: number | Date, params?: string | core.$ZodCheckGreaterThanParams): this;\n max(value: number | Date, params?: string | core.$ZodCheckLessThanParams): this;\n minDate: Date | null;\n maxDate: Date | null;\n}","entrypoint":"zod","exportName":"_ZodDate","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface _ZodNumber<Internals extends core.$ZodNumberInternals = core.$ZodNumberInternals> extends _ZodType<Internals> {\n gt(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;\n gte(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;\n min(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;\n lt(value: number, params?: string | core.$ZodCheckLessThanParams): this;\n lte(value: number, params?: string | core.$ZodCheckLessThanParams): this;\n max(value: number, params?: string | core.$ZodCheckLessThanParams): this;\n int(params?: string | core.$ZodCheckNumberFormatParams): this;\n safe(params?: string | core.$ZodCheckNumberFormatParams): this;\n positive(params?: string | core.$ZodCheckGreaterThanParams): this;\n nonnegative(params?: string | core.$ZodCheckGreaterThanParams): this;\n negative(params?: string | core.$ZodCheckLessThanParams): this;\n nonpositive(params?: string | core.$ZodCheckLessThanParams): this;\n multipleOf(value: number, params?: string | core.$ZodCheckMultipleOfParams): this;\n step(value: number, params?: string | core.$ZodCheckMultipleOfParams): this;\n finite(params?: unknown): this;\n minValue: number | null;\n maxValue: number | null;\n isInt: boolean;\n isFinite: boolean;\n format: string | null;\n}","entrypoint":"zod","exportName":"_ZodNumber","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface _ZodString<T extends core.$ZodStringInternals<unknown> = core.$ZodStringInternals<unknown>> extends _ZodType<T> {\n format: string | null;\n minLength: number | null;\n maxLength: number | null;\n regex(regex: RegExp, params?: string | core.$ZodCheckRegexParams): this;\n includes(value: string, params?: string | core.$ZodCheckIncludesParams): this;\n startsWith(value: string, params?: string | core.$ZodCheckStartsWithParams): this;\n endsWith(value: string, params?: string | core.$ZodCheckEndsWithParams): this;\n min(minLength: number, params?: string | core.$ZodCheckMinLengthParams): this;\n max(maxLength: number, params?: string | core.$ZodCheckMaxLengthParams): this;\n length(len: number, params?: string | core.$ZodCheckLengthEqualsParams): this;\n nonempty(params?: string | core.$ZodCheckMinLengthParams): this;\n lowercase(params?: string | core.$ZodCheckLowerCaseParams): this;\n uppercase(params?: string | core.$ZodCheckUpperCaseParams): this;\n trim(): this;\n normalize(form?: \"NFC\" | \"NFD\" | \"NFKC\" | \"NFKD\" | (string & {})): this;\n toLowerCase(): this;\n toUpperCase(): this;\n slugify(): this;\n}","entrypoint":"zod","exportName":"_ZodString","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export interface _ZodType<out Internals extends core.$ZodTypeInternals = core.$ZodTypeInternals> extends ZodType<any, any, Internals> {\n}","entrypoint":"zod","exportName":"_ZodType","importSpecifier":"openclaw/plugin-sdk/zod","kind":"interface","recordType":"export"}
|
|
{"closureHash":null,"declaration":"export declare enum ZodFirstPartyTypeKind {\n}","entrypoint":"zod","exportName":"ZodFirstPartyTypeKind","importSpecifier":"openclaw/plugin-sdk/zod","kind":"enum","recordType":"export"}
|
|
{"closureHash":null,"declaration":null,"entrypoint":"zod","exportName":"coerce","importSpecifier":"openclaw/plugin-sdk/zod","kind":"namespace","recordType":"export"}
|
|
{"closureHash":null,"declaration":null,"entrypoint":"zod","exportName":"core","importSpecifier":"openclaw/plugin-sdk/zod","kind":"namespace","recordType":"export"}
|
|
{"closureHash":null,"declaration":null,"entrypoint":"zod","exportName":"iso","importSpecifier":"openclaw/plugin-sdk/zod","kind":"namespace","recordType":"export"}
|
|
{"closureHash":null,"declaration":null,"entrypoint":"zod","exportName":"locales","importSpecifier":"openclaw/plugin-sdk/zod","kind":"namespace","recordType":"export"}
|
|
{"closureHash":null,"declaration":null,"entrypoint":"zod","exportName":"regexes","importSpecifier":"openclaw/plugin-sdk/zod","kind":"namespace","recordType":"export"}
|
|
{"closureHash":null,"declaration":null,"entrypoint":"zod","exportName":"util","importSpecifier":"openclaw/plugin-sdk/zod","kind":"namespace","recordType":"export"}
|
|
{"closureHash":null,"declaration":null,"entrypoint":"zod","exportName":"z","importSpecifier":"openclaw/plugin-sdk/zod","kind":"namespace","recordType":"export"}
|