fix: migrate rebased sdk imports · openclaw/openclaw@4290765
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
File tree
qa-lab/src/live-transports/telegram
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -6db339525e3027401485b0979f97045fbe2a26af2d9d4868417ad81d4ea8987e plugin-sdk-api-baseline.json |
2 | | -40de1a9eb5c33666973530a0e5b199f5d039a243f41e2ea56adbdfe98db94bbb plugin-sdk-api-baseline.jsonl |
| 1 | +6b6f1c63dff0669825939457b5c7c40f4b6954602f69600e72c910e2faec82e0 plugin-sdk-api-baseline.json |
| 2 | +2123d0414b4e1d0b7019401d1625a048327873f1f82a6648c9f83319ce8b38d1 plugin-sdk-api-baseline.jsonl |
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -import type { OpenClawConfig } from "openclaw/plugin-sdk/config-types"; |
| 1 | +import type { OpenClawConfig } from "openclaw/plugin-sdk/config-contracts"; |
2 | 2 | import { resolvePluginConfigObject } from "openclaw/plugin-sdk/plugin-config-runtime"; |
3 | 3 | import type { OpenClawPluginApi } from "openclaw/plugin-sdk/plugin-entry"; |
4 | 4 | import { |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -import { z } from "openclaw/plugin-sdk/zod"; |
| 1 | +import { z } from "zod"; |
2 | 2 | |
3 | 3 | export const TELEGRAM_USER_QA_CREDENTIAL_KIND = "telegram-user"; |
4 | 4 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。