Change type of Cancel Reason & Delay Reason to string, the string will be sent.
All checks were successful
Generate and Release Protos / release (push) Successful in 36s

This commit is contained in:
2026-05-03 10:05:56 +01:00
parent 25c1793df3
commit 53ce528d56

View File

@@ -166,7 +166,7 @@
}, },
"cr": { "cr": {
"title": "Cancel Reason", "title": "Cancel Reason",
"type": "integer" "type": "string"
}, },
"cl": { "cl": {
"title": "Cancel Location", "title": "Cancel Location",
@@ -180,7 +180,7 @@
}, },
"dr": { "dr": {
"title": "Delay Reason", "title": "Delay Reason",
"type": "integer" "type": "string"
}, },
"dl": { "dl": {
"title": "Delay Location", "title": "Delay Location",