placementt-core 1.300.430 → 1.300.431

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.
@@ -783,7 +783,7 @@ export type ExternalActivity = {
783
783
  description: string;
784
784
  position?: number;
785
785
  tag?: "wex";
786
- type?: "careersHub";
786
+ type?: "careersHub" | "school";
787
787
  image?: string;
788
788
  color: string;
789
789
  public?: boolean;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.300.430",
5
+ "version": "1.300.431",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -784,7 +784,7 @@ export type ExternalActivity = {
784
784
  description: string,
785
785
  position?: number,
786
786
  tag?: "wex",
787
- type?: "careersHub",
787
+ type?: "careersHub"|"school",
788
788
  image?: string,
789
789
  color: string,
790
790
  public?: boolean,