placementt-core 1.400.341 → 1.400.342

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.
@@ -1870,7 +1870,7 @@ export type EmailInteraction = {
1870
1870
  recipientId?: string;
1871
1871
  sent?: Timestamp;
1872
1872
  visibleTo: string[];
1873
- emailTemplateId: string;
1873
+ title: string;
1874
1874
  log: {
1875
1875
  [k: string]: string;
1876
1876
  };
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.341",
5
+ "version": "1.400.342",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1815,7 +1815,7 @@ export type EmailInteraction = {
1815
1815
  recipientId?: string,
1816
1816
  sent?: Timestamp,
1817
1817
  visibleTo: string[],
1818
- emailTemplateId: string,
1818
+ title: string,
1819
1819
  log: {
1820
1820
  [k: string]: string // dateTimeString : eventType
1821
1821
  }