Files
tech-log-frontend/src/features/tech-log/contracts/studio/canonical-source.json
T
DongHyeonka 197b2c7e72 chore: pick up the regenerated Question input contract
`resolution` leaves the input's required list, so the generated type makes it
optional. The editor already sent null for an unresolved question; nothing in
the frontend changes behaviour.
2026-08-21 14:32:14 +09:00

28 lines
730 B
JSON

{
"packageId": "@tech-log/studio-contract",
"version": "3.0.0",
"digest": "sha256:5229865c3d242f19d75030d3f524a44dfebbf444324068d6ae88e43b8047dba4",
"sourceRevision": "dc290b4",
"operationIds": [
"getStudioSession",
"getStudioDashboard",
"listStudioDocuments",
"createStudioDocument",
"getStudioDocument",
"saveStudioDocument",
"validateStudioDocument",
"getCurrentStudioPreview",
"createStudioPreview",
"publishStudioDocument",
"listStudioPublications",
"unpublishStudioPublication",
"getStudioPublicationSnapshot",
"listStudioCatalog",
"listStudioAssets",
"uploadStudioAsset",
"getStudioAsset",
"updateStudioAsset",
"deleteStudioAsset"
]
}