diff --git a/appstore/notification_v2.go b/appstore/notification_v2.go index 7013870..0ebfcba 100644 --- a/appstore/notification_v2.go +++ b/appstore/notification_v2.go @@ -48,6 +48,7 @@ const ( SubTypeV2Resubscribe = "RESUBSCRIBE" SubTypeV2Summary = "SUMMARY" SubTypeV2Upgrade = "UPGRADE" + SubTypeV2Unreported = "UNREPORTED" SubTypeV2Voluntary = "VOLUNTARY" )