placementt-core 1.400.367 → 1.400.368

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.
@@ -1585,6 +1585,7 @@ export type ExternalEventAttendee = {
1585
1585
  interactions?: string[];
1586
1586
  };
1587
1587
  };
1588
+ noInvite?: boolean;
1588
1589
  initialJobId?: string;
1589
1590
  emailTemplates?: {
1590
1591
  invited?: 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.367",
5
+ "version": "1.400.368",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1567,6 +1567,7 @@ export type ExternalEventAttendee = {
1567
1567
  interactions?: string[]
1568
1568
  }
1569
1569
  }
1570
+ noInvite?: boolean,
1570
1571
  initialJobId?: string,
1571
1572
  emailTemplates?: {
1572
1573
  invited?: string,