mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:20:44 +00:00
refactor: tighten plugin boundary surfaces
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { GoogleChatConfigSchema } from "openclaw/plugin-sdk/googlechat";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { GoogleChatConfigSchema } from "../runtime-api.js";
|
||||
|
||||
describe("googlechat config schema", () => {
|
||||
it("accepts serviceAccount refs", () => {
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { buildChannelConfigSchema, GoogleChatConfigSchema } from "openclaw/plugin-sdk/googlechat";
|
||||
import { buildChannelConfigSchema, GoogleChatConfigSchema } from "../runtime-api.js";
|
||||
|
||||
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);
|
||||
|
||||
Reference in New Issue
Block a user