@pitcher/canvas-ui 2025.12.18-224008-beta → 2025.12.18-75050

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.
@@ -106,8 +106,6 @@ export interface SfContactBasic {
106
106
  type: string;
107
107
  url: string;
108
108
  };
109
- callId?: string;
110
- PersonAccountId?: string;
111
109
  }
112
110
  export type EventsSfList = {
113
111
  done?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitcher/canvas-ui",
3
- "version": "2025.12.18-224008-beta",
3
+ "version": "2025.12.18-75050",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"