placementt-core 1.400.567 → 1.400.568

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.
@@ -810,6 +810,8 @@ export type InstituteData = {
810
810
  emailTemplates?: {
811
811
  employerDatabaseInvite?: string;
812
812
  };
813
+ acceptingParents?: boolean;
814
+ parentDatabaseEmailTemplate?: string;
813
815
  } & Address;
814
816
  export type ExternalActivity = {
815
817
  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.567",
5
+ "version": "1.400.568",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -811,6 +811,8 @@ export type InstituteData = {
811
811
  emailTemplates?: {
812
812
  employerDatabaseInvite?: string,
813
813
  },
814
+ acceptingParents?: boolean,
815
+ parentDatabaseEmailTemplate?: string,
814
816
  }&Address;
815
817
 
816
818
  export type ExternalActivity = {