@jobsearch-works/firestore-models 4.3.0 → 4.3.1

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
@@ -799,6 +799,7 @@ interface Application {
799
799
  lastRunAt?: Date | string;
800
800
  lastRunStatus?: string;
801
801
  confirmationEmailReceived?: boolean;
802
+ confirmationEmailReceivedAt?: Date | string;
802
803
  submittedAt?: Date | string;
803
804
  interviewingAt?: Date | string;
804
805
  acceptedAt?: Date | string;
package/dist/index.d.ts CHANGED
@@ -799,6 +799,7 @@ interface Application {
799
799
  lastRunAt?: Date | string;
800
800
  lastRunStatus?: string;
801
801
  confirmationEmailReceived?: boolean;
802
+ confirmationEmailReceivedAt?: Date | string;
802
803
  submittedAt?: Date | string;
803
804
  interviewingAt?: Date | string;
804
805
  acceptedAt?: Date | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobsearch-works/firestore-models",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
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",