placementt-core 1.400.685 → 1.400.686

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.
@@ -2301,6 +2301,7 @@ export type Communication = {
2301
2301
  completedOn?: string;
2302
2302
  linkedCommId?: string;
2303
2303
  parentCommId?: string;
2304
+ supportTaskId?: string;
2304
2305
  uid?: string;
2305
2306
  oId?: string;
2306
2307
  emailMessages?: EmailMessage[];
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.685",
5
+ "version": "1.400.686",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2259,6 +2259,7 @@ export type Communication = {
2259
2259
  completedOn?: string // ISO date
2260
2260
  linkedCommId?: string,
2261
2261
  parentCommId?: string,
2262
+ supportTaskId?: string,
2262
2263
  uid?: string,
2263
2264
  oId?: string,
2264
2265
  emailMessages?: EmailMessage[];