6d4b74d410
Track landing downloads per platform/month, support admin delete and bulk key issue, and sort licenses by createdAtSec. Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
586 B
JSON
29 lines
586 B
JSON
{
|
|
"productKeys": [
|
|
{
|
|
"key": "DND-DEMO-PRODUCT-KEY",
|
|
"sub": "lic_demo_default",
|
|
"pid": "dnd_player",
|
|
"maxDevices": 3,
|
|
"expiresAtSec": 1893456000,
|
|
"createdAtSec": 1700000000
|
|
},
|
|
{
|
|
"key": "TTRPG-DEMO-PERIOD-KEY",
|
|
"sub": "lic_demo_period",
|
|
"pid": "dnd_player",
|
|
"maxDevices": 3,
|
|
"validDays": 365,
|
|
"createdAtSec": 1800000000
|
|
}
|
|
],
|
|
"revokedSubs": [],
|
|
"revokedKeys": [],
|
|
"activations": {},
|
|
"downloadStats": {
|
|
"byMonth": {
|
|
"2026-07": { "windows": 0, "macos": 0, "linux": 0 }
|
|
}
|
|
}
|
|
}
|