placementt-core 1.400.699 → 1.400.700

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.
@@ -825,7 +825,7 @@ export type InstituteData = {
825
825
  acceptingParents?: boolean;
826
826
  parentDatabaseEmailTemplate?: string;
827
827
  publicEventsDescription?: Descendant[];
828
- onbaording?: boolean;
828
+ onboarding?: boolean;
829
829
  } & Address;
830
830
  export type ExternalActivity = {
831
831
  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.699",
5
+ "version": "1.400.700",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -825,7 +825,7 @@ export type InstituteData = {
825
825
  acceptingParents?: boolean,
826
826
  parentDatabaseEmailTemplate?: string,
827
827
  publicEventsDescription?: Descendant[],
828
- onbaording?: boolean,
828
+ onboarding?: boolean,
829
829
  }&Address;
830
830
 
831
831
  export type ExternalActivity = {