placementt-core 1.300.588 → 1.300.589

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.
@@ -1936,6 +1936,16 @@ export type ExternalEventStudent = {
1936
1936
  accepted?: boolean | string;
1937
1937
  };
1938
1938
  }[];
1939
+ completedInvite: {
1940
+ filesViewed?: string[];
1941
+ formsCompleted?: {
1942
+ [key: string]: unknown;
1943
+ };
1944
+ filesUploaded?: {
1945
+ [key: number]: string;
1946
+ };
1947
+ accepted?: boolean | string;
1948
+ };
1939
1949
  employers?: string[];
1940
1950
  attended?: boolean;
1941
1951
  dates?: {
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.588",
5
+ "version": "1.300.589",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1824,6 +1824,12 @@ export type ExternalEventStudent = {
1824
1824
  filesUploaded?: {[key: number]: string},
1825
1825
  accepted?: boolean|string,
1826
1826
  }}[],
1827
+ completedInvite: {
1828
+ filesViewed?: string[],
1829
+ formsCompleted?: {[key: string]: unknown},
1830
+ filesUploaded?: {[key: number]: string},
1831
+ accepted?: boolean|string,
1832
+ },
1827
1833
  employers?: string[],
1828
1834
  attended?: boolean,
1829
1835
  dates?: {