placementt-core 1.300.402 → 1.300.403

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.
@@ -1415,6 +1415,7 @@ export type ExternalEvent = {
1415
1415
  allSelected: boolean;
1416
1416
  search: string | undefined;
1417
1417
  filters: unknown[][] | undefined;
1418
+ source: "institute" | "hub";
1418
1419
  } | (string | {
1419
1420
  [key: string]: unknown;
1420
1421
  })[];
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.402",
5
+ "version": "1.300.403",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1392,6 +1392,7 @@ export type ExternalEvent = {
1392
1392
  allSelected: boolean;
1393
1393
  search: string | undefined;
1394
1394
  filters: unknown[][] | undefined;
1395
+ source: "institute"|"hub";
1395
1396
  }|(string|{[key: string]: unknown})[],
1396
1397
  public: boolean,
1397
1398
  },