don't omit nulls in debug objects

This commit is contained in:
Alexander Bondarenko
2024-04-26 18:57:11 +03:00
parent 33c36c8101
commit f6f23119cf

View File

@@ -1491,9 +1491,9 @@ $(JQ.deriveJSON (sumTypeJSON $ dropPrefix "RCSR") ''RemoteCtrlStopReason)
$(JQ.deriveJSON (sumTypeJSON $ dropPrefix "RHSR") ''RemoteHostStopReason)
$(JQ.deriveJSON defaultJSON ''AgentDeliveryStatus)
$(JQ.deriveJSON J.defaultOptions ''AgentDeliveryStatus)
$(JQ.deriveJSON defaultJSON ''DebugConnectionStatus)
$(JQ.deriveJSON J.defaultOptions ''DebugConnectionStatus)
$(JQ.deriveJSON (sumTypeJSON $ dropPrefix "CR") ''ChatResponse)