placementt-core 1.400.699 → 1.400.701
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.
package/lib/typeDefinitions.d.ts
CHANGED
|
@@ -825,7 +825,8 @@ export type InstituteData = {
|
|
|
825
825
|
acceptingParents?: boolean;
|
|
826
826
|
parentDatabaseEmailTemplate?: string;
|
|
827
827
|
publicEventsDescription?: Descendant[];
|
|
828
|
-
|
|
828
|
+
onboarding?: boolean;
|
|
829
|
+
deactivated?: boolean;
|
|
829
830
|
} & Address;
|
|
830
831
|
export type ExternalActivity = {
|
|
831
832
|
title?: string;
|
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -825,7 +825,8 @@ export type InstituteData = {
|
|
|
825
825
|
acceptingParents?: boolean,
|
|
826
826
|
parentDatabaseEmailTemplate?: string,
|
|
827
827
|
publicEventsDescription?: Descendant[],
|
|
828
|
-
|
|
828
|
+
onboarding?: boolean,
|
|
829
|
+
deactivated?: boolean,
|
|
829
830
|
}&Address;
|
|
830
831
|
|
|
831
832
|
export type ExternalActivity = {
|