placementt-core 1.400.943 → 1.400.944

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.
@@ -850,6 +850,7 @@ export type InstituteData = {
850
850
  publicEventPage?: boolean;
851
851
  discount?: string;
852
852
  package: string;
853
+ send?: boolean;
853
854
  marketingEmails: string[];
854
855
  careersHubLinks?: {
855
856
  [oId: 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.943",
5
+ "version": "1.400.944",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -844,6 +844,7 @@ export type InstituteData = {
844
844
  publicEventPage?: boolean,
845
845
  discount?: string,
846
846
  package: string,
847
+ send?: boolean,
847
848
  marketingEmails: string[],
848
849
  careersHubLinks?: {[oId: string]: {
849
850
  exists: boolean,