diff --git a/src/Proto/PowersOfAttorney/PowerOfAttorney.proto.cs b/src/Proto/PowersOfAttorney/PowerOfAttorney.proto.cs index 932bb3e..b685b6a 100644 --- a/src/Proto/PowersOfAttorney/PowerOfAttorney.proto.cs +++ b/src/Proto/PowersOfAttorney/PowerOfAttorney.proto.cs @@ -118,6 +118,13 @@ public Diadoc.Api.Proto.PowersOfAttorney.PowerOfAttorneyDelegationInfo Delegatio get { return _DelegationInfo; } set { _DelegationInfo = value; } } + private readonly global::System.Collections.Generic.List _Representatives = new global::System.Collections.Generic.List(); + [global::ProtoBuf.ProtoMember(11, Name=@"Representatives", DataFormat = global::ProtoBuf.DataFormat.Default)] + public global::System.Collections.Generic.List Representatives + { + get { return _Representatives; } + } + private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }