Adjust DarwinReasonCode and remove unused PushPort types
All checks were successful
Generate and Release Protos / release (push) Successful in 41s

This commit is contained in:
2026-04-07 19:18:32 +01:00
parent a1aeb7e79f
commit b8eaad4bbd
5 changed files with 6 additions and 699 deletions

View File

@@ -31,18 +31,21 @@
"additionalItems": false,
"items": {
"type": "object",
"required": ["c", "lR", "cR"],
"required": ["c"],
"properties": {
"c": {
"type": "integer",
"name": "code",
"description": "The 'code' that the late/cancel reason maps to"
},
"lR": {
"lr": {
"type": "string",
"name": "Late Reason",
"description": "The lateReason string for the item"
},
"cR": {
"cr": {
"type": "string",
"name": "Cancellation Reason",
"description": "The cancelReason string for the item"
}
}