@jobsearch-works/firestore-models 4.2.6 → 4.2.7

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
@@ -1114,6 +1114,7 @@ interface ClientEmail {
1114
1114
  timestamp: number;
1115
1115
  labels: string[];
1116
1116
  categories: EmailCategory[];
1117
+ classified?: boolean;
1117
1118
  jobApplicationId?: string;
1118
1119
  logs: EmailLog[];
1119
1120
  }
package/dist/index.d.ts CHANGED
@@ -1114,6 +1114,7 @@ interface ClientEmail {
1114
1114
  timestamp: number;
1115
1115
  labels: string[];
1116
1116
  categories: EmailCategory[];
1117
+ classified?: boolean;
1117
1118
  jobApplicationId?: string;
1118
1119
  logs: EmailLog[];
1119
1120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobsearch-works/firestore-models",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
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",