@zyacreatives/shared 2.2.74 → 2.2.75

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.
@@ -29,4 +29,4 @@ export type UserStatsEntity = z.infer<typeof UserStatsEntitySchema>;
29
29
  export type SearchUsersInput = z.infer<typeof SearchUsersInputSchema>;
30
30
  export type SearchUsersOutput = z.infer<typeof SearchUsersOutputSchema>;
31
31
  export type UserSearchDocument = z.infer<typeof UserSearchDocumentSchema>;
32
- export type UserWithJobBookmarksOutput = z.infer<typeof UserWithJobBookmarksEntitySchema>;
32
+ export type UserWithJobBookmarksEntity = z.infer<typeof UserWithJobBookmarksEntitySchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyacreatives/shared",
3
- "version": "2.2.74",
3
+ "version": "2.2.75",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/types/user.ts CHANGED
@@ -98,4 +98,4 @@ export type SearchUsersInput = z.infer<typeof SearchUsersInputSchema>;
98
98
  export type SearchUsersOutput = z.infer<typeof SearchUsersOutputSchema>;
99
99
  export type UserSearchDocument = z.infer<typeof UserSearchDocumentSchema>;
100
100
 
101
- export type UserWithJobBookmarksOutput = z.infer<typeof UserWithJobBookmarksEntitySchema>;
101
+ export type UserWithJobBookmarksEntity = z.infer<typeof UserWithJobBookmarksEntitySchema>;