placementt-core 1.400.396 → 1.400.398

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.
@@ -1794,7 +1794,7 @@ export type ExternalEventStudent = {
1794
1794
  startDate: string;
1795
1795
  endDate: string;
1796
1796
  };
1797
- visible?: string[];
1797
+ visibleTo?: string[];
1798
1798
  emailTemplates?: {
1799
1799
  invited?: string;
1800
1800
  finalConfirmationSent?: 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.396",
5
+ "version": "1.400.398",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1731,7 +1731,7 @@ export type ExternalEventStudent = {
1731
1731
  startDate: string,
1732
1732
  endDate: string,
1733
1733
  }
1734
- visible?: string[],
1734
+ visibleTo?: string[],
1735
1735
  emailTemplates?: {
1736
1736
  invited?: string,
1737
1737
  finalConfirmationSent?: string,