Skip to content

Commit

Permalink
Merge pull request #223 from digipost/sharing-withdrawn-event
Browse files Browse the repository at this point in the history
New document event: SHARE_DOCUMENTS_REQUEST_SHARING_WITHDRAWN
  • Loading branch information
hermanwh authored Apr 29, 2024
2 parents 67a6c55 + e196042 commit db9b41a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Digipost.Api.Client.Common/Enums/DocumentEventType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ public enum DocumentEventType
RequestForRegistrationDeliveredDigipost,
RequestForRegistrationFailed,
ShareDocumentsRequestDocumentsShared,
ShareDocumentsRequestSharingWithdrawn,
}
}
3 changes: 3 additions & 0 deletions Digipost.Api.Client.Common/Generated/Apidomain/V8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2496,6 +2496,9 @@ public enum EventType

[System.Xml.Serialization.XmlEnumAttribute("SHARE_DOCUMENTS_REQUEST_DOCUMENTS_SHARED")]
ShareDocumentsRequestDocumentsShared,

[System.Xml.Serialization.XmlEnumAttribute("SHARE_DOCUMENTS_REQUEST_SHARING_WITHDRAWN")]
ShareDocumentsRequestSharingWithdrawn,
}

[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.1.963.0")]
Expand Down
1 change: 1 addition & 0 deletions Digipost.Api.Client.Resources/Xsd/Data/api_v8.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,7 @@
<xsd:enumeration value="REQUEST_FOR_REGISTRATION_DELIVERED_DIGIPOST" />
<xsd:enumeration value="REQUEST_FOR_REGISTRATION_FAILED" />
<xsd:enumeration value="SHARE_DOCUMENTS_REQUEST_DOCUMENTS_SHARED"/>
<xsd:enumeration value="SHARE_DOCUMENTS_REQUEST_SHARING_WITHDRAWN"/>
</xsd:restriction>
</xsd:simpleType>

Expand Down

0 comments on commit db9b41a

Please sign in to comment.