@vellumai/plugin-api 0.10.10-dev.202607171631.a0a52fd → 0.10.10-dev.202607171828.fc2f5d5

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.
Files changed (2) hide show
  1. package/index.d.ts +0 -10
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3932,7 +3932,6 @@ declare const messageMetadataSchema: z.ZodObject<{
3932
3932
  provenanceRequesterIdentifier: z.ZodOptional<z.ZodString>;
3933
3933
  automated: z.ZodOptional<z.ZodBoolean>;
3934
3934
  hidden: z.ZodOptional<z.ZodBoolean>;
3935
- userMessageSource: z.ZodOptional<z.ZodString>;
3936
3935
  messageKind: z.ZodOptional<z.ZodString>;
3937
3936
  backgroundToolCompletion: z.ZodOptional<z.ZodObject<{
3938
3937
  id: z.ZodString;
@@ -6754,15 +6753,6 @@ declare interface UserPromptSubmitInputContext {
6754
6753
  * user speech (e.g. title generation) should skip these turns.
6755
6754
  */
6756
6755
  readonly isHiddenPrompt?: boolean;
6757
- /**
6758
- * How the triggering message was initiated when it was sent on the
6759
- * user's behalf by the UI rather than typed by hand (`body.source` on
6760
- * `POST /v1/messages`, persisted as `metadata.userMessageSource`).
6761
- * Current value: `"nav_redirect"` — a navigation shortcut redirected the
6762
- * user into chat with a pre-filled message. Unset for hand-typed
6763
- * messages.
6764
- */
6765
- readonly messageSource?: string;
6766
6756
  /**
6767
6757
  * The user's original message list, immutable for the hook. Plugins
6768
6758
  * may snapshot or compare against this but MUST NOT mutate it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.10-dev.202607171631.a0a52fd",
3
+ "version": "0.10.10-dev.202607171828.fc2f5d5",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",