placementt-core 1.400.846 → 1.400.847

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.
@@ -500,6 +500,7 @@ export type UserData = {
500
500
  };
501
501
  additionalNeeds?: string;
502
502
  demo?: boolean;
503
+ workExperienceHours?: number;
503
504
  };
504
505
  export type DataViewerFilterView = {
505
506
  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.846",
5
+ "version": "1.400.847",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -489,6 +489,7 @@ export type UserData = {
489
489
  scheduledEventsPerBenchmark?: {[benchmarkNumber: number]: number},
490
490
  additionalNeeds?: string,
491
491
  demo?: boolean,
492
+ workExperienceHours?: number
492
493
  };
493
494
 
494
495
  export type DataViewerFilterView = {