placementt-core 1.400.702 → 1.400.703

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.
@@ -839,6 +839,7 @@ export type InstituteData = {
839
839
  publicEventsDescription?: Descendant[];
840
840
  onboarding?: boolean;
841
841
  deactivated?: boolean;
842
+ isTest?: boolean;
842
843
  } & Address;
843
844
  export type ExternalActivity = {
844
845
  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.702",
5
+ "version": "1.400.703",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -840,6 +840,7 @@ export type InstituteData = {
840
840
  publicEventsDescription?: Descendant[],
841
841
  onboarding?: boolean,
842
842
  deactivated?: boolean,
843
+ isTest?: boolean
843
844
  }&Address;
844
845
 
845
846
  export type ExternalActivity = {