@vellumai/plugin-api 0.9.0-dev.202606181713.b269b6a → 0.9.0-dev.202606181858.5b26a8a

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 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -808,7 +808,6 @@ declare interface ContactChannelPayload {
808
808
  type: string;
809
809
  address: string;
810
810
  isPrimary: boolean;
811
- externalUserId?: string;
812
811
  status: string;
813
812
  policy: string;
814
813
  verifiedAt?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.9.0-dev.202606181713.b269b6a",
3
+ "version": "0.9.0-dev.202606181858.5b26a8a",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",