placementt-core 1.400.683 → 1.400.684
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/lib/typeDefinitions.d.ts
CHANGED
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -2242,6 +2242,7 @@ export type EmailMessage = {
|
|
|
2242
2242
|
body: string; // plain text or HTML body
|
|
2243
2243
|
timestamp: string; // ISO string
|
|
2244
2244
|
direction: "inbound" | "outbound";
|
|
2245
|
+
uid: string; // Which staff member is associated with this message?
|
|
2245
2246
|
};
|
|
2246
2247
|
|
|
2247
2248
|
export type Communication = {
|