@mindkey/recruiting-api-client 7.6.0 → 7.6.2

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.
@@ -155,4 +155,8 @@ export interface ApplicationFormType {
155
155
  * Represents an array of {@link Attachment}.
156
156
  */
157
157
  attachments: Attachment[];
158
+ /**
159
+ * Indicates whether sign-in with LinkedIn is enabled.
160
+ */
161
+ enableSignInWithLinkedIn: boolean;
158
162
  }
@@ -27,6 +27,10 @@ export interface Candidate {
27
27
  fieldsOfWork: string[];
28
28
  regions: string[];
29
29
  vacancyElementLines: string[];
30
+ note: {
31
+ documentType: string;
32
+ text: string;
33
+ } | null;
30
34
  }
31
35
  /**
32
36
  * @public
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@mindkey/recruiting-api-client","description":"The MindKey API Client allows easy access to your MindKey Recruiting data.","author":"Manuel Rauber <mra@mindkey.com> (https://mindkey.com)","homepage":"https://mindkey.com","version":"7.6.0","main":"api-client.js","module":"api-client.mjs","typings":"index.d.ts","license":"MIT","keywords":["mindkey","recruiting","api","human resource"]}
1
+ {"name":"@mindkey/recruiting-api-client","description":"The MindKey API Client allows easy access to your MindKey Recruiting data.","author":"Manuel Rauber <mra@mindkey.com> (https://mindkey.com)","homepage":"https://mindkey.com","version":"7.6.2","main":"api-client.js","module":"api-client.mjs","typings":"index.d.ts","license":"MIT","keywords":["mindkey","recruiting","api","human resource"]}