@jobsearch-works/firestore-models 4.2.7 → 4.2.8

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
@@ -1087,7 +1087,7 @@ interface ClientAccessToken {
1087
1087
  * Subcollection document under clients/{userId}/emails/{emailId}
1088
1088
  * For new email structure
1089
1089
  */
1090
- type EmailCategory = "One Time Pin" | "Spam" | "Job Submitted" | "Job Interview" | "Job Accepted" | "Job Rejection" | "Require More Info" | "Job Suggestions" | "Uncategorised";
1090
+ type EmailCategory = "One Time Pin" | "Spam" | "Job Submitted" | "Job Interview" | "Job Accepted" | "Job Rejection" | "Vacancy Closed" | "Require More Info" | "Job Suggestions" | "Uncategorised";
1091
1091
  /**
1092
1092
  * Array of all valid EmailCategory values for validation and iteration
1093
1093
  * This ensures consistency across the system
package/dist/index.d.ts CHANGED
@@ -1087,7 +1087,7 @@ interface ClientAccessToken {
1087
1087
  * Subcollection document under clients/{userId}/emails/{emailId}
1088
1088
  * For new email structure
1089
1089
  */
1090
- type EmailCategory = "One Time Pin" | "Spam" | "Job Submitted" | "Job Interview" | "Job Accepted" | "Job Rejection" | "Require More Info" | "Job Suggestions" | "Uncategorised";
1090
+ type EmailCategory = "One Time Pin" | "Spam" | "Job Submitted" | "Job Interview" | "Job Accepted" | "Job Rejection" | "Vacancy Closed" | "Require More Info" | "Job Suggestions" | "Uncategorised";
1091
1091
  /**
1092
1092
  * Array of all valid EmailCategory values for validation and iteration
1093
1093
  * This ensures consistency across the system
package/dist/index.js CHANGED
@@ -1443,6 +1443,7 @@ var EMAIL_CATEGORIES = [
1443
1443
  "Job Interview",
1444
1444
  "Job Accepted",
1445
1445
  "Job Rejection",
1446
+ "Vacancy Closed",
1446
1447
  "Require More Info",
1447
1448
  "Job Suggestions",
1448
1449
  "Uncategorised"
package/dist/index.mjs CHANGED
@@ -1405,6 +1405,7 @@ var EMAIL_CATEGORIES = [
1405
1405
  "Job Interview",
1406
1406
  "Job Accepted",
1407
1407
  "Job Rejection",
1408
+ "Vacancy Closed",
1408
1409
  "Require More Info",
1409
1410
  "Job Suggestions",
1410
1411
  "Uncategorised"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobsearch-works/firestore-models",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
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",