Reapply usage nudge with account refresh dedupe

This commit is contained in:
Richard Lee
2026-04-10 18:42:59 -07:00
parent 58933237cd
commit ef96d7e4d8
82 changed files with 3418 additions and 60 deletions

View File

@@ -0,0 +1,13 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"threadId": {
"type": "string"
}
},
"required": [
"threadId"
],
"title": "ThreadAddCreditsNudgeEmailParams",
"type": "object"
}