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": {
"title": "Cancel Reason",
"type": "integer"
"type": "string"
},
"cl": {
"title": "Cancel Location",
@@ -180,7 +180,7 @@
},
"dr": {
"title": "Delay Reason",
"type": "integer"
"type": "string"
},
"dl": {
"title": "Delay Location",