@jobsearch-works/firestore-models 1.0.8 → 1.0.9

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.js CHANGED
@@ -32,7 +32,7 @@ __export(src_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(src_exports);
34
34
 
35
- // src/models2/Application.ts
35
+ // src/models/Application.ts
36
36
  var Application_exports = {};
37
37
  __export(Application_exports, {
38
38
  Application: () => Application
@@ -75,7 +75,7 @@ var Application;
75
75
  };
76
76
  })(Application || (Application = {}));
77
77
 
78
- // src/models2/AuthUser.ts
78
+ // src/models/AuthUser.ts
79
79
  var AuthUser_exports = {};
80
80
  __export(AuthUser_exports, {
81
81
  AuthUserCollectionPath: () => AuthUserCollectionPath,
@@ -153,7 +153,7 @@ var AuthUserUtils = {
153
153
  }
154
154
  };
155
155
 
156
- // src/models2/Client.ts
156
+ // src/models/Client.ts
157
157
  var Client_exports = {};
158
158
  __export(Client_exports, {
159
159
  Client: () => Client
@@ -175,7 +175,7 @@ var Client;
175
175
  };
176
176
  })(Client || (Client = {}));
177
177
 
178
- // src/models2/ClientData.ts
178
+ // src/models/ClientData.ts
179
179
  var ClientData_exports = {};
180
180
  __export(ClientData_exports, {
181
181
  ClientData: () => ClientData
@@ -207,7 +207,7 @@ var ClientData;
207
207
  };
208
208
  })(ClientData || (ClientData = {}));
209
209
 
210
- // src/models2/ClientLogin.ts
210
+ // src/models/ClientLogin.ts
211
211
  var ClientLogin_exports = {};
212
212
  __export(ClientLogin_exports, {
213
213
  ClientLogin: () => ClientLogin
@@ -232,13 +232,13 @@ var ClientLogin;
232
232
  };
233
233
  })(ClientLogin || (ClientLogin = {}));
234
234
 
235
- // src/models2/Question.ts
235
+ // src/models/Question.ts
236
236
  var Question_exports = {};
237
237
 
238
- // src/models2/UserQuestion.ts
238
+ // src/models/UserQuestion.ts
239
239
  var UserQuestion_exports = {};
240
240
 
241
- // src/models2/Vacancy.ts
241
+ // src/models/Vacancy.ts
242
242
  var Vacancy_exports = {};
243
243
  __export(Vacancy_exports, {
244
244
  Vacancy: () => Vacancy
@@ -271,7 +271,7 @@ var Vacancy;
271
271
  };
272
272
  })(Vacancy || (Vacancy = {}));
273
273
 
274
- // src/models2/VacancySuggestion.ts
274
+ // src/models/VacancySuggestion.ts
275
275
  var VacancySuggestion_exports = {};
276
276
  __export(VacancySuggestion_exports, {
277
277
  VacancySuggestion: () => VacancySuggestion
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ var __export = (target, all) => {
4
4
  __defProp(target, name, { get: all[name], enumerable: true });
5
5
  };
6
6
 
7
- // src/models2/Application.ts
7
+ // src/models/Application.ts
8
8
  var Application_exports = {};
9
9
  __export(Application_exports, {
10
10
  Application: () => Application
@@ -47,7 +47,7 @@ var Application;
47
47
  };
48
48
  })(Application || (Application = {}));
49
49
 
50
- // src/models2/AuthUser.ts
50
+ // src/models/AuthUser.ts
51
51
  var AuthUser_exports = {};
52
52
  __export(AuthUser_exports, {
53
53
  AuthUserCollectionPath: () => AuthUserCollectionPath,
@@ -125,7 +125,7 @@ var AuthUserUtils = {
125
125
  }
126
126
  };
127
127
 
128
- // src/models2/Client.ts
128
+ // src/models/Client.ts
129
129
  var Client_exports = {};
130
130
  __export(Client_exports, {
131
131
  Client: () => Client
@@ -147,7 +147,7 @@ var Client;
147
147
  };
148
148
  })(Client || (Client = {}));
149
149
 
150
- // src/models2/ClientData.ts
150
+ // src/models/ClientData.ts
151
151
  var ClientData_exports = {};
152
152
  __export(ClientData_exports, {
153
153
  ClientData: () => ClientData
@@ -179,7 +179,7 @@ var ClientData;
179
179
  };
180
180
  })(ClientData || (ClientData = {}));
181
181
 
182
- // src/models2/ClientLogin.ts
182
+ // src/models/ClientLogin.ts
183
183
  var ClientLogin_exports = {};
184
184
  __export(ClientLogin_exports, {
185
185
  ClientLogin: () => ClientLogin
@@ -204,13 +204,13 @@ var ClientLogin;
204
204
  };
205
205
  })(ClientLogin || (ClientLogin = {}));
206
206
 
207
- // src/models2/Question.ts
207
+ // src/models/Question.ts
208
208
  var Question_exports = {};
209
209
 
210
- // src/models2/UserQuestion.ts
210
+ // src/models/UserQuestion.ts
211
211
  var UserQuestion_exports = {};
212
212
 
213
- // src/models2/Vacancy.ts
213
+ // src/models/Vacancy.ts
214
214
  var Vacancy_exports = {};
215
215
  __export(Vacancy_exports, {
216
216
  Vacancy: () => Vacancy
@@ -243,7 +243,7 @@ var Vacancy;
243
243
  };
244
244
  })(Vacancy || (Vacancy = {}));
245
245
 
246
- // src/models2/VacancySuggestion.ts
246
+ // src/models/VacancySuggestion.ts
247
247
  var VacancySuggestion_exports = {};
248
248
  __export(VacancySuggestion_exports, {
249
249
  VacancySuggestion: () => VacancySuggestion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobsearch-works/firestore-models",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
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",