placementt-core 1.300.587 → 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.
@@ -1835,6 +1835,16 @@ export type ExternalEventCareersSchool = {
1835
1835
  accepted?: boolean | string;
1836
1836
  };
1837
1837
  }[];
1838
+ completedInvite: {
1839
+ filesViewed?: string[];
1840
+ formsCompleted?: {
1841
+ [key: string]: unknown;
1842
+ };
1843
+ filesUploaded?: {
1844
+ [key: number]: string;
1845
+ };
1846
+ accepted?: boolean | string;
1847
+ };
1838
1848
  initialJobId?: string;
1839
1849
  emailTemplates?: {
1840
1850
  invited?: string;
@@ -1926,6 +1936,16 @@ export type ExternalEventStudent = {
1926
1936
  accepted?: boolean | string;
1927
1937
  };
1928
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
+ };
1929
1949
  employers?: string[];
1930
1950
  attended?: boolean;
1931
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.587",
5
+ "version": "1.300.589",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1747,6 +1747,12 @@ export type ExternalEventCareersSchool = {
1747
1747
  filesUploaded?: {[key: number]: string},
1748
1748
  accepted?: boolean|string,
1749
1749
  }}[],
1750
+ completedInvite: {
1751
+ filesViewed?: string[],
1752
+ formsCompleted?: {[key: string]: unknown},
1753
+ filesUploaded?: {[key: number]: string},
1754
+ accepted?: boolean|string,
1755
+ },
1750
1756
  initialJobId?: string,
1751
1757
  emailTemplates?: {
1752
1758
  invited?: string,
@@ -1818,6 +1824,12 @@ export type ExternalEventStudent = {
1818
1824
  filesUploaded?: {[key: number]: string},
1819
1825
  accepted?: boolean|string,
1820
1826
  }}[],
1827
+ completedInvite: {
1828
+ filesViewed?: string[],
1829
+ formsCompleted?: {[key: string]: unknown},
1830
+ filesUploaded?: {[key: number]: string},
1831
+ accepted?: boolean|string,
1832
+ },
1821
1833
  employers?: string[],
1822
1834
  attended?: boolean,
1823
1835
  dates?: {