@pitcher/canvas-ui 2025.12.18-115523 → 2025.12.18-222719-beta

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