placementt-core 1.400.676 → 1.400.677

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.
@@ -2376,7 +2376,7 @@ export type DfESchoolContact = {
2376
2376
  city: string;
2377
2377
  doesWex?: boolean;
2378
2378
  notes?: string;
2379
- group?: string;
2379
+ group?: string | false;
2380
2380
  url: string;
2381
2381
  potential: string;
2382
2382
  role: 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.676",
5
+ "version": "1.400.677",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2337,7 +2337,7 @@ export type DfESchoolContact = {
2337
2337
  city: string,
2338
2338
  doesWex?: boolean,
2339
2339
  notes?: string,
2340
- group?: string,
2340
+ group?: string|false,
2341
2341
  url: string,
2342
2342
  potential: string,
2343
2343
  role: string,