Skip to content

Commit

Permalink
убрала пробелы и переносы
Browse files Browse the repository at this point in the history
  • Loading branch information
София Корватовская committed Nov 28, 2024
1 parent 230a6c7 commit 606c4be
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion proto/Docflow/SignaturePowerOfAttorney.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ message SignaturePowerOfAttorney {
message PowerOfAttorneyStatusChange {
required Entity Entity = 1;
required PowersOfAttorney.PowerOfAttorneyValidationStatus PowerOfAttorneyStatus = 2;
}
}
4 changes: 2 additions & 2 deletions proto/Documents/Document.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ message Document {
optional Origin Origin = 72;
optional string EditingSettingId = 73 [default = ""];
required LockMode LockMode = 74 [default = None];
required SenderReceiptMetadata SenderReceiptMetadata = 75;
required SenderReceiptMetadata SenderReceiptMetadata = 75;
required string Version = 76;
repeated LastOuterDocflow LastOuterDocflows = 77;
optional string ProxyBoxId = 78;
Expand All @@ -121,7 +121,7 @@ enum ResolutionStatusType {
Disapproved = 2;
ApprovementRequested = 3;
SignatureRequested = 4;
SignatureDenied = 5;
SignatureDenied = 5;
ActionsRequested = 6;
}

Expand Down
10 changes: 5 additions & 5 deletions proto/Dss/DssSign.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ message DssSignFile
optional string FileName = 2;
}


enum DssConfirmType {
ConfirmTypeUnknown = -1;
None = 0;
Expand All @@ -31,27 +30,28 @@ enum DssOperator {
Kontur = 2;
}

message DssSignResult {
message DssSignResult
{
optional DssOperationStatus OperationStatus = 1 [default = Unknown];
repeated DssFileSigningResult FileSigningResults = 2;
optional DssConfirmType ConfirmType = 3 [default = ConfirmTypeUnknown];
optional DssOperator Operator = 4 [default = OperatorUnknown];
optional string PhoneLastNumbers = 5;
}

message DssFileSigningResult
{
optional DssFileSigningStatus FileSigningStatus = 1 [default = UnknownSigningStatus];
optional bytes Signature = 2;
}

enum DssFileSigningStatus
{
UnknownSigningStatus = 0;
SigningCompleted = 1;
SigningError = 2;
}

enum DssOperationStatus
{
Unknown = 0;
Expand Down
2 changes: 1 addition & 1 deletion proto/Events/CounteragentEventType.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ enum CounteragentEventType
CounteragentForgotMe = 12;
IMadeCounteragent = 13;
CounteragentMadeMe = 14;
}
}
2 changes: 1 addition & 1 deletion proto/Events/DiadocMessage-GetApi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ message Entity {
optional string Version = 26;
optional TemplateTransformationInfo TemplateTransformationInfo = 27;
optional TemplateRefusalInfo TemplateRefusalInfo = 28;
optional OuterDocflows.OuterDocflowInfo OuterDocflow = 29;
optional OuterDocflows.OuterDocflowInfo OuterDocflow = 29;
optional RevocationRequestInfo RevocationRequestInfo = 30;
optional string ContentTypeId = 31;
optional PowerOfAttorneyInfo PowerOfAttorneyInfo = 32;
Expand Down
2 changes: 1 addition & 1 deletion proto/Events/DiadocMessage-PostApi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -587,4 +587,4 @@ message TemplateTransformationToPost {
message DocumentTransformation {
required string DocumentId = 1;
optional string CustomDocumentId = 2;
}
}
18 changes: 9 additions & 9 deletions proto/RoamingSendingStatus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ package Diadoc.Api.Proto;
option java_outer_classname = "RoamingSendingStatusProtos";

message RoamingSendingStatus {
required Severity Severity = 1;
optional RoamingSendingStatusNamedId StatusNamedId = 2 [default = UnknownStatus];
optional string StatusText = 3;
repeated RoamingSendingError Errors = 4;
required Severity Severity = 1;
optional RoamingSendingStatusNamedId StatusNamedId = 2 [default = UnknownStatus];
optional string StatusText = 3;
repeated RoamingSendingError Errors = 4;
}

enum RoamingSendingStatusNamedId {
UnknownStatus = 0; //reserved for backward compatibility
IsSent = 1;
SendingError = 2;
UnknownStatus = 0; //reserved for backward compatibility
IsSent = 1;
SendingError = 2;
}

message RoamingSendingError {
required string Code = 1;
required string Text = 2;
required string Code = 1;
required string Text = 2;
}

0 comments on commit 606c4be

Please sign in to comment.