Skip to content

Commit e196042

Browse files
committed
New document event: SHARE_DOCUMENTS_REQUEST_SHARING_WITHDRAWN
This event is generated whenever an active ShareDocumentsRequest is stopped or the sharing is withdrawn. The same event is generated in either case. This event is always generated for the Broker, not the Sender, so that Brokers may poll events for a number of different Senders using the same endpoint and parameters.
1 parent 67a6c55 commit e196042

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Digipost.Api.Client.Common/Enums/DocumentEventType.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ public enum DocumentEventType
1717
RequestForRegistrationDeliveredDigipost,
1818
RequestForRegistrationFailed,
1919
ShareDocumentsRequestDocumentsShared,
20+
ShareDocumentsRequestSharingWithdrawn,
2021
}
2122
}

Digipost.Api.Client.Common/Generated/Apidomain/V8.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,6 +2496,9 @@ public enum EventType
24962496

24972497
[System.Xml.Serialization.XmlEnumAttribute("SHARE_DOCUMENTS_REQUEST_DOCUMENTS_SHARED")]
24982498
ShareDocumentsRequestDocumentsShared,
2499+
2500+
[System.Xml.Serialization.XmlEnumAttribute("SHARE_DOCUMENTS_REQUEST_SHARING_WITHDRAWN")]
2501+
ShareDocumentsRequestSharingWithdrawn,
24992502
}
25002503

25012504
[System.CodeDom.Compiler.GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.1.963.0")]

Digipost.Api.Client.Resources/Xsd/Data/api_v8.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,7 @@
11191119
<xsd:enumeration value="REQUEST_FOR_REGISTRATION_DELIVERED_DIGIPOST" />
11201120
<xsd:enumeration value="REQUEST_FOR_REGISTRATION_FAILED" />
11211121
<xsd:enumeration value="SHARE_DOCUMENTS_REQUEST_DOCUMENTS_SHARED"/>
1122+
<xsd:enumeration value="SHARE_DOCUMENTS_REQUEST_SHARING_WITHDRAWN"/>
11221123
</xsd:restriction>
11231124
</xsd:simpleType>
11241125

0 commit comments

Comments
 (0)