diff --git a/proto/info/info.proto b/proto/info/info.proto index cf0997de..62f4ffe1 100644 --- a/proto/info/info.proto +++ b/proto/info/info.proto @@ -71,6 +71,7 @@ enum ZInfoTypes { ZiEdgeview = 12; ZiLocation = 13; ZiPatchEnvelope = 14; + ZiOpaqueAppInstanceStatus = 15; } // Information about assignable I/O adapter bundles diff --git a/proto/info/patch_envelope.proto b/proto/info/patch_envelope.proto index 624b1dc9..7aed49c9 100644 --- a/proto/info/patch_envelope.proto +++ b/proto/info/patch_envelope.proto @@ -15,7 +15,7 @@ enum EVE_PATCH_ENVELOPE_STATE { PATCH_ERROR = 1; // Configuration received but no downloads started - PATCH_RECIEVED = 2; + PATCH_RECEIVED = 2; // Artifact/Volume download started // One or more of the artifacts are being downloaded