From 48e3cf05401843b1adf26812f3ac7f10bb938b70 Mon Sep 17 00:00:00 2001 From: Jary Date: Fri, 29 Mar 2024 17:06:46 +0800 Subject: [PATCH] add SubTypeV2Unreported --- appstore/notification_v2.go | 1 + 1 file changed, 1 insertion(+) 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" )