@vellumai/plugin-api 0.11.4-dev.202608191709.8efdf64 → 0.11.4-dev.202608191823.2d04996
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +7 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2645,6 +2645,7 @@ declare const AssistantEventPublishOptionsSchema: z.ZodObject<{
|
|
|
2645
2645
|
email: "email";
|
|
2646
2646
|
plugin: "plugin";
|
|
2647
2647
|
macos: "macos";
|
|
2648
|
+
windows: "windows";
|
|
2648
2649
|
ios: "ios";
|
|
2649
2650
|
cli: "cli";
|
|
2650
2651
|
web: "web";
|
|
@@ -4589,9 +4590,9 @@ export declare const HOOKS: {
|
|
|
4589
4590
|
};
|
|
4590
4591
|
|
|
4591
4592
|
/**
|
|
4592
|
-
* Host proxy capabilities that an interface can support.
|
|
4593
|
-
*
|
|
4594
|
-
* host_browser
|
|
4593
|
+
* Host proxy capabilities that an interface can support. macOS supports all
|
|
4594
|
+
* of them, Windows withholds app control, and chrome-extension supports only
|
|
4595
|
+
* host_browser through the Chrome DevTools Protocol proxy.
|
|
4595
4596
|
*/
|
|
4596
4597
|
declare const HOST_PROXY_CAPABILITIES: readonly ["host_bash", "host_file", "host_cu", "host_browser", "host_app_control", "host_ui_snapshot"];
|
|
4597
4598
|
|
|
@@ -4696,7 +4697,7 @@ declare interface InsertedMessage {
|
|
|
4696
4697
|
deduplicated: boolean;
|
|
4697
4698
|
}
|
|
4698
4699
|
|
|
4699
|
-
declare const INTERFACE_IDS: readonly ["macos", "ios", "cli", "telegram", "phone", "web", "whatsapp", "slack", "email", "chrome-extension", "a2a", "discord", "route", "plugin"];
|
|
4700
|
+
declare const INTERFACE_IDS: readonly ["macos", "windows", "ios", "cli", "telegram", "phone", "web", "whatsapp", "slack", "email", "chrome-extension", "a2a", "discord", "route", "plugin"];
|
|
4700
4701
|
|
|
4701
4702
|
declare type InterfaceId = (typeof INTERFACE_IDS)[number];
|
|
4702
4703
|
|
|
@@ -5184,8 +5185,8 @@ declare const messageMetadataSchema: z.ZodObject<{
|
|
|
5184
5185
|
email: "email";
|
|
5185
5186
|
plugin: "plugin";
|
|
5186
5187
|
}>>;
|
|
5187
|
-
userMessageInterface: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "ios" | "cli" | "web" | "chrome-extension" | "route" | null, string>> & z.ZodType<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "ios" | "cli" | "web" | "chrome-extension" | "route", string, z.core.$ZodTypeInternals<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "ios" | "cli" | "web" | "chrome-extension" | "route", string>>>;
|
|
5188
|
-
assistantMessageInterface: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "ios" | "cli" | "web" | "chrome-extension" | "route" | null, string>> & z.ZodType<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "ios" | "cli" | "web" | "chrome-extension" | "route", string, z.core.$ZodTypeInternals<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "ios" | "cli" | "web" | "chrome-extension" | "route", string>>>;
|
|
5188
|
+
userMessageInterface: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "windows" | "ios" | "cli" | "web" | "chrome-extension" | "route" | null, string>> & z.ZodType<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "windows" | "ios" | "cli" | "web" | "chrome-extension" | "route", string, z.core.$ZodTypeInternals<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "windows" | "ios" | "cli" | "web" | "chrome-extension" | "route", string>>>;
|
|
5189
|
+
assistantMessageInterface: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "windows" | "ios" | "cli" | "web" | "chrome-extension" | "route" | null, string>> & z.ZodType<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "windows" | "ios" | "cli" | "web" | "chrome-extension" | "route", string, z.core.$ZodTypeInternals<"phone" | "a2a" | "whatsapp" | "discord" | "telegram" | "slack" | "email" | "plugin" | "macos" | "windows" | "ios" | "cli" | "web" | "chrome-extension" | "route", string>>>;
|
|
5189
5190
|
client: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
5190
5191
|
clientOsFromRequest: z.ZodOptional<z.ZodBoolean>;
|
|
5191
5192
|
subagentNotification: z.ZodOptional<z.ZodObject<{
|
package/package.json
CHANGED