placementt-core 1.400.584 → 1.400.585

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.
@@ -813,6 +813,7 @@ export type InstituteData = {
813
813
  };
814
814
  acceptingParents?: boolean;
815
815
  parentDatabaseEmailTemplate?: string;
816
+ publicEventsDescription?: Descendant[];
816
817
  } & Address;
817
818
  export type ExternalActivity = {
818
819
  title?: 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.584",
5
+ "version": "1.400.585",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -814,6 +814,7 @@ export type InstituteData = {
814
814
  },
815
815
  acceptingParents?: boolean,
816
816
  parentDatabaseEmailTemplate?: string,
817
+ publicEventsDescription?: Descendant[],
817
818
  }&Address;
818
819
 
819
820
  export type ExternalActivity = {