[SDK] Migrate the gate records to raw repo calls on the pds client (#11378)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-08-13 22:26:19 +03:00
committed by GitHub
parent 3568cdc42d
commit ca226f589d
11 changed files with 234 additions and 180 deletions
+2 -14
View File
@@ -1400,16 +1400,13 @@
},
"src/state/queries/postgate/index.ts": {
"typescript/no-explicit-any": {
"count": 2
"count": 1
},
"typescript/no-floating-promises": {
"count": 1
},
"typescript/no-unsafe-call": {
"count": 2
},
"typescript/no-unsafe-member-access": {
"count": 3
"count": 1
},
"typescript/require-await": {
"count": 2
@@ -1426,18 +1423,9 @@
}
},
"src/state/queries/threadgate/index.ts": {
"typescript/no-explicit-any": {
"count": 1
},
"typescript/no-floating-promises": {
"count": 3
},
"typescript/no-unsafe-call": {
"count": 2
},
"typescript/no-unsafe-member-access": {
"count": 2
},
"typescript/require-await": {
"count": 3
}