@jobsearch-works/firestore-models 1.1.6 → 1.1.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
@@ -179,23 +179,10 @@ interface ApplicationQuestion {
179
179
  }
180
180
 
181
181
  interface VacancySuggestion {
182
- id?: string;
183
182
  clientId: string;
184
183
  vacancyId: string;
185
184
  status: string;
186
- company: string;
187
- position: string;
188
- location: string;
189
- description: string;
190
- advertisingUrl: string;
191
- applicationUrl: string;
192
- applicationDomain: string;
193
- advertisingDomain: string;
194
- fullPageText: string;
195
- jobId: string;
196
- category: VacancyCategory;
197
185
  createdAt?: Date | string;
198
- updatedAt?: Date | string;
199
186
  }
200
187
 
201
188
  interface GmailMessage {
package/dist/index.d.ts CHANGED
@@ -179,23 +179,10 @@ interface ApplicationQuestion {
179
179
  }
180
180
 
181
181
  interface VacancySuggestion {
182
- id?: string;
183
182
  clientId: string;
184
183
  vacancyId: string;
185
184
  status: string;
186
- company: string;
187
- position: string;
188
- location: string;
189
- description: string;
190
- advertisingUrl: string;
191
- applicationUrl: string;
192
- applicationDomain: string;
193
- advertisingDomain: string;
194
- fullPageText: string;
195
- jobId: string;
196
- category: VacancyCategory;
197
185
  createdAt?: Date | string;
198
- updatedAt?: Date | string;
199
186
  }
200
187
 
201
188
  interface GmailMessage {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobsearch-works/firestore-models",
3
- "version": "1.1.6",
3
+ "version": "1.1.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",