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

@@ -91,6 +91,16 @@
"type": "null"
}
]
},
"spendControl": {
"anyOf": [
{
"$ref": "#/definitions/SpendControlSnapshot"
},
{
"type": "null"
}
]
}
},
"type": "object"
@@ -120,6 +130,17 @@
"usedPercent"
],
"type": "object"
},
"SpendControlSnapshot": {
"properties": {
"reached": {
"type": "boolean"
}
},
"required": [
"reached"
],
"type": "object"
}
},
"properties": {