@jobsearch-works/firestore-models 4.3.1 → 4.3.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.
package/dist/index.d.mts CHANGED
@@ -861,6 +861,9 @@ interface ApplicationRunMetadata {
861
861
  questionsAnswered?: number;
862
862
  fieldsCompleted?: number;
863
863
  durationSeconds?: number;
864
+ aiProvider?: string;
865
+ model?: string;
866
+ provider?: string;
864
867
  }
865
868
  /**
866
869
  * Structured log entry for automation runs
@@ -962,6 +965,8 @@ interface ClientPersonalData {
962
965
  backgroundCheckConsent?: 'Yes' | 'No';
963
966
  drugTestConsent?: 'Yes' | 'No';
964
967
  travelWillingness?: 'Yes' | 'No' | 'Sometimes';
968
+ holdsAustralianSecurityClearance?: 'Yes' | 'No';
969
+ requiresRecruitmentAdjustments?: 'Yes' | 'No';
965
970
  createdAt?: Date | string;
966
971
  updatedAt?: Date | string;
967
972
  photoUrl?: string;
package/dist/index.d.ts CHANGED
@@ -861,6 +861,9 @@ interface ApplicationRunMetadata {
861
861
  questionsAnswered?: number;
862
862
  fieldsCompleted?: number;
863
863
  durationSeconds?: number;
864
+ aiProvider?: string;
865
+ model?: string;
866
+ provider?: string;
864
867
  }
865
868
  /**
866
869
  * Structured log entry for automation runs
@@ -962,6 +965,8 @@ interface ClientPersonalData {
962
965
  backgroundCheckConsent?: 'Yes' | 'No';
963
966
  drugTestConsent?: 'Yes' | 'No';
964
967
  travelWillingness?: 'Yes' | 'No' | 'Sometimes';
968
+ holdsAustralianSecurityClearance?: 'Yes' | 'No';
969
+ requiresRecruitmentAdjustments?: 'Yes' | 'No';
965
970
  createdAt?: Date | string;
966
971
  updatedAt?: Date | string;
967
972
  photoUrl?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobsearch-works/firestore-models",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "A shared library for standardizing Firestore document schemas and paths across multiple projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",