@jobsearch-works/firestore-models 2.4.7 → 2.4.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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -525,6 +525,7 @@ declare const ClientStatusEnum: {
|
|
|
525
525
|
readonly onboarding: "onboarding";
|
|
526
526
|
readonly active: "active";
|
|
527
527
|
readonly inactive: "inactive";
|
|
528
|
+
readonly deleted: "deleted";
|
|
528
529
|
};
|
|
529
530
|
|
|
530
531
|
type AgentStatus = "active" | "inactive";
|
|
@@ -971,7 +972,7 @@ interface ClientEmail {
|
|
|
971
972
|
timestamp: number;
|
|
972
973
|
labels: string[];
|
|
973
974
|
categories: EmailCategory[];
|
|
974
|
-
|
|
975
|
+
jobApplicationId?: string;
|
|
975
976
|
}
|
|
976
977
|
|
|
977
978
|
type FirestoreTimestamp = {
|
package/dist/index.d.ts
CHANGED
|
@@ -525,6 +525,7 @@ declare const ClientStatusEnum: {
|
|
|
525
525
|
readonly onboarding: "onboarding";
|
|
526
526
|
readonly active: "active";
|
|
527
527
|
readonly inactive: "inactive";
|
|
528
|
+
readonly deleted: "deleted";
|
|
528
529
|
};
|
|
529
530
|
|
|
530
531
|
type AgentStatus = "active" | "inactive";
|
|
@@ -971,7 +972,7 @@ interface ClientEmail {
|
|
|
971
972
|
timestamp: number;
|
|
972
973
|
labels: string[];
|
|
973
974
|
categories: EmailCategory[];
|
|
974
|
-
|
|
975
|
+
jobApplicationId?: string;
|
|
975
976
|
}
|
|
976
977
|
|
|
977
978
|
type FirestoreTimestamp = {
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED