eggi-ai-db-schema-2 12.62.0 → 12.63.0

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.
@@ -237,7 +237,7 @@ async function getLlmSearchJobResultsDetailed(db, jobId, userId) {
237
237
  la.first_name,
238
238
  la.last_name,
239
239
  la.headline,
240
- la.profile_picture_url,
240
+ COALESCE(la.profile_image_cloudfront_url, la.profile_picture_url) as profile_picture_url,
241
241
  la.public_identifier,
242
242
  la.location,
243
243
  la.summary,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eggi-ai-db-schema-2",
3
- "version": "12.62.0",
3
+ "version": "12.63.0",
4
4
  "description": "Type-safe database schema with native PostgreSQL queries for Eggi.AI with direct RDS connection",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",