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
All checks were successful
Generate and Release Protos / release (push) Successful in 36s
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user