mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 00:00:23 +00:00
fix(test): repair rebased gate failures
This commit is contained in:
@@ -109,6 +109,8 @@ export type DiscordModalFieldSpec = {
|
||||
style?: "short" | "paragraph";
|
||||
};
|
||||
|
||||
export type DiscordComponentModalFieldSpec = DiscordModalFieldSpec;
|
||||
|
||||
export type DiscordModalSpec = {
|
||||
title: string;
|
||||
callbackData?: string;
|
||||
@@ -163,6 +165,8 @@ export type DiscordModalFieldDefinition = {
|
||||
style?: "short" | "paragraph";
|
||||
};
|
||||
|
||||
export type DiscordComponentModalFieldDefinition = DiscordModalFieldDefinition;
|
||||
|
||||
export type DiscordModalEntry = {
|
||||
id: string;
|
||||
title: string;
|
||||
@@ -178,6 +182,8 @@ export type DiscordModalEntry = {
|
||||
allowedUsers?: string[];
|
||||
};
|
||||
|
||||
export type DiscordComponentModalEntry = DiscordModalEntry;
|
||||
|
||||
export type DiscordComponentBuildResult = {
|
||||
components: TopLevelComponents[];
|
||||
entries: DiscordComponentEntry[];
|
||||
|
||||
@@ -6,6 +6,7 @@ export {
|
||||
type ChannelPlugin,
|
||||
type OpenClawConfig,
|
||||
} from "openclaw/plugin-sdk/core";
|
||||
import type { OpenClawConfig as RuntimeApiOpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
|
||||
export { buildChannelConfigSchema, IMessageConfigSchema } from "./config-api.js";
|
||||
export { PAIRING_APPROVED_MESSAGE } from "openclaw/plugin-sdk/channel-status";
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user