placementt-core 1.400.705 → 1.400.706

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.
@@ -2331,6 +2331,7 @@ export type Communication = {
2331
2331
  uid?: string;
2332
2332
  oId?: string;
2333
2333
  emailMessages?: EmailMessage[];
2334
+ lastMessageDirection?: "inbound" | "outbound";
2334
2335
  };
2335
2336
  export type SupportTask = {
2336
2337
  uid: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.400.705",
5
+ "version": "1.400.706",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2286,6 +2286,7 @@ export type Communication = {
2286
2286
  uid?: string,
2287
2287
  oId?: string,
2288
2288
  emailMessages?: EmailMessage[];
2289
+ lastMessageDirection?: "inbound" | "outbound"
2289
2290
  };
2290
2291
 
2291
2292
  export type SupportTask = {