diff --git a/graph/edges/fix-sba-api-discord-snowflake--RELATED_TO--fix-sba-api-transaction-move-i-e740a9.md b/graph/edges/fix-sba-api-discord-snowflake--RELATED_TO--fix-sba-api-transaction-move-i-e740a9.md new file mode 100644 index 00000000000..0b886f69517 --- /dev/null +++ b/graph/edges/fix-sba-api-discord-snowflake--RELATED_TO--fix-sba-api-transaction-move-i-e740a9.md @@ -0,0 +1,13 @@ +--- +id: e740a946-4100-4771-8449-61ab13896587 +type: RELATED_TO +from_id: 23121a41-790a-4bf3-9a4b-39f299bc4015 +from_title: "Fix: SBA API Discord snowflake IDs returned as JSON strings not i64" +to_id: d5b6584e-ae9d-4462-aeb0-eac103156dfc +to_title: "Fix: SBA API transaction move_id is a string not i64" +strength: 0.9 +created: "2026-02-28T16:53:47.424726+00:00" +updated: "2026-02-28T16:53:47.424726+00:00" +--- + +Both are API type deserialization fixes for sba-scout — strings where i64 expected diff --git a/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md b/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md index 01ccc0daa1e..e3738a2fd09 100644 --- a/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md +++ b/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md @@ -6,13 +6,18 @@ tags: [sba-scout, rust, api, serde, fix, discord, json] importance: 0.6 confidence: 0.8 created: "2026-02-28T16:52:52.173698+00:00" -updated: "2026-02-28T16:53:40.710570+00:00" +updated: "2026-02-28T16:53:47.424726+00:00" relations: - target: 4dc83eed-b0b1-4924-b82e-faf352426785 type: RELATED_TO direction: outgoing strength: 0.8 edge_id: 5df40dff-4569-4471-96e7-fe1234d93b36 + - target: d5b6584e-ae9d-4462-aeb0-eac103156dfc + type: RELATED_TO + direction: outgoing + strength: 0.9 + edge_id: e740a946-4100-4771-8449-61ab13896587 --- # Discord Snowflake IDs as JSON Strings diff --git a/graph/fixes/fix-sba-api-transaction-move-id-is-a-string-not-i64-d5b658.md b/graph/fixes/fix-sba-api-transaction-move-id-is-a-string-not-i64-d5b658.md index 2036918cce5..0a0b9324488 100644 --- a/graph/fixes/fix-sba-api-transaction-move-id-is-a-string-not-i64-d5b658.md +++ b/graph/fixes/fix-sba-api-transaction-move-id-is-a-string-not-i64-d5b658.md @@ -6,13 +6,18 @@ tags: [sba-scout, rust, api, serde, fix, transactions] importance: 0.6 confidence: 0.8 created: "2026-02-28T16:52:56.737424+00:00" -updated: "2026-02-28T16:53:43.054882+00:00" +updated: "2026-02-28T16:53:47.424726+00:00" relations: - target: 4dc83eed-b0b1-4924-b82e-faf352426785 type: RELATED_TO direction: outgoing strength: 0.8 edge_id: 5fb91cf0-1aa3-4e71-af81-29c1e43730a9 + - target: 23121a41-790a-4bf3-9a4b-39f299bc4015 + type: RELATED_TO + direction: incoming + strength: 0.9 + edge_id: e740a946-4100-4771-8449-61ab13896587 --- # Transaction move_id as String