app-store-server-api
Advanced tools
Comparing version 0.15.1 to 0.15.2
@@ -139,12 +139,15 @@ "use strict"; | ||
NotificationType["Expired"] = "EXPIRED"; | ||
NotificationType["ExternalPurchaseToken"] = "EXTERNAL_PURCHASE_TOKEN"; | ||
NotificationType["GracePeriodExpired"] = "GRACE_PERIOD_EXPIRED"; | ||
NotificationType["OfferRedeemed"] = "OFFER_REDEEMED"; | ||
NotificationType["OneTimeCharge"] = "ONE_TIME_CHARGE"; | ||
NotificationType["PriceIncrease"] = "PRICE_INCREASE"; | ||
NotificationType["Refund"] = "REFUND"; | ||
NotificationType["RefundDeclined"] = "REFUND_DECLINED"; | ||
NotificationType["RefundReversed"] = "REFUND_REVERSED"; | ||
NotificationType["RenewalExtended"] = "RENEWAL_EXTENDED"; | ||
NotificationType["RenewalExtension"] = "RENEWAL_EXTENSION"; | ||
NotificationType["Revoke"] = "REVOKE"; | ||
NotificationType["Subscribed"] = "SUBSCRIBED"; | ||
NotificationType["RenewalExtension"] = "RENEWAL_EXTENSION"; | ||
NotificationType["RefundReversed"] = "REFUND_REVERSED"; | ||
NotificationType["Test"] = "TEST"; | ||
})(NotificationType = exports.NotificationType || (exports.NotificationType = {})); | ||
@@ -151,0 +154,0 @@ /** |
@@ -134,12 +134,15 @@ /** | ||
NotificationType["Expired"] = "EXPIRED"; | ||
NotificationType["ExternalPurchaseToken"] = "EXTERNAL_PURCHASE_TOKEN"; | ||
NotificationType["GracePeriodExpired"] = "GRACE_PERIOD_EXPIRED"; | ||
NotificationType["OfferRedeemed"] = "OFFER_REDEEMED"; | ||
NotificationType["OneTimeCharge"] = "ONE_TIME_CHARGE"; | ||
NotificationType["PriceIncrease"] = "PRICE_INCREASE"; | ||
NotificationType["Refund"] = "REFUND"; | ||
NotificationType["RefundDeclined"] = "REFUND_DECLINED"; | ||
NotificationType["RefundReversed"] = "REFUND_REVERSED"; | ||
NotificationType["RenewalExtended"] = "RENEWAL_EXTENDED"; | ||
NotificationType["RenewalExtension"] = "RENEWAL_EXTENSION"; | ||
NotificationType["Revoke"] = "REVOKE"; | ||
NotificationType["Subscribed"] = "SUBSCRIBED"; | ||
NotificationType["RenewalExtension"] = "RENEWAL_EXTENSION"; | ||
NotificationType["RefundReversed"] = "REFUND_REVERSED"; | ||
NotificationType["Test"] = "TEST"; | ||
})(NotificationType || (NotificationType = {})); | ||
@@ -146,0 +149,0 @@ /** |
@@ -307,12 +307,15 @@ /** | ||
Expired = "EXPIRED", | ||
ExternalPurchaseToken = "EXTERNAL_PURCHASE_TOKEN", | ||
GracePeriodExpired = "GRACE_PERIOD_EXPIRED", | ||
OfferRedeemed = "OFFER_REDEEMED", | ||
OneTimeCharge = "ONE_TIME_CHARGE", | ||
PriceIncrease = "PRICE_INCREASE", | ||
Refund = "REFUND", | ||
RefundDeclined = "REFUND_DECLINED", | ||
RefundReversed = "REFUND_REVERSED", | ||
RenewalExtended = "RENEWAL_EXTENDED", | ||
RenewalExtension = "RENEWAL_EXTENSION", | ||
Revoke = "REVOKE", | ||
Subscribed = "SUBSCRIBED", | ||
RenewalExtension = "RENEWAL_EXTENSION", | ||
RefundReversed = "REFUND_REVERSED" | ||
Test = "TEST" | ||
} | ||
@@ -319,0 +322,0 @@ /** |
{ | ||
"name": "app-store-server-api", | ||
"version": "0.15.1", | ||
"version": "0.15.2", | ||
"description": "A client for the App Store Server API", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
86671
1699