@jobsearch-works/firestore-models 2.4.3 → 2.4.4

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
@@ -625,7 +625,7 @@ interface VacancySuggestion {
625
625
  readonly id?: string;
626
626
  clientId: string;
627
627
  vacancyId: string;
628
- status: 'suggested' | 'applied' | 'rejected';
628
+ status: 'suggested' | 'accepted' | 'rejected';
629
629
  createdAt?: Date | string;
630
630
  }
631
631
 
package/dist/index.d.ts CHANGED
@@ -625,7 +625,7 @@ interface VacancySuggestion {
625
625
  readonly id?: string;
626
626
  clientId: string;
627
627
  vacancyId: string;
628
- status: 'suggested' | 'applied' | 'rejected';
628
+ status: 'suggested' | 'accepted' | 'rejected';
629
629
  createdAt?: Date | string;
630
630
  }
631
631
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobsearch-works/firestore-models",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
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",