fix(deps): update typescript-projects (#14892)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot]
2025-01-22 22:15:38 +00:00
committed by GitHub
parent 66849d0d45
commit d1d26c60d6
16 changed files with 5360 additions and 3409 deletions

View File

@@ -83,7 +83,7 @@ from
left join "users" on "users"."id" = "albumUsers"."usersId"
and "users"."deletedAt" is null
where
array["assets"."id", "assets"."livePhotoVideoId"] && array[$1]::uuid []
array["assets"."id", "assets"."livePhotoVideoId"] && array[$1]::uuid[]
and (
"albums"."ownerId" = $2
or "users"."id" = $3
@@ -136,7 +136,7 @@ where
"assets"."livePhotoVideoId",
"albumAssets"."id",
"albumAssets"."livePhotoVideoId"
] && array[$2]::uuid []
] && array[$2]::uuid[]
-- AccessRepository.authDevice.checkOwnerAccess
select