placementt-core 1.400.684 → 1.400.685

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.
@@ -2302,6 +2302,7 @@ export type Communication = {
2302
2302
  linkedCommId?: string;
2303
2303
  parentCommId?: string;
2304
2304
  uid?: string;
2305
+ oId?: string;
2305
2306
  emailMessages?: EmailMessage[];
2306
2307
  };
2307
2308
  export type SupportTask = {
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.684",
5
+ "version": "1.400.685",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2260,6 +2260,7 @@ export type Communication = {
2260
2260
  linkedCommId?: string,
2261
2261
  parentCommId?: string,
2262
2262
  uid?: string,
2263
+ oId?: string,
2263
2264
  emailMessages?: EmailMessage[];
2264
2265
  };
2265
2266