app-store-server-api
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -130,2 +130,3 @@ "use strict"; | ||
NotificationSubtype["PriceIncrease"] = "PRICE_INCREASE"; | ||
NotificationSubtype["ProductNotForSale"] = "PRODUCT_NOT_FOR_SALE"; | ||
NotificationSubtype["GracePeriod"] = "GRACE_PERIOD"; | ||
@@ -132,0 +133,0 @@ NotificationSubtype["BillingRecovery"] = "BILLING_RECOVERY"; |
@@ -125,2 +125,3 @@ export var Environment; | ||
NotificationSubtype["PriceIncrease"] = "PRICE_INCREASE"; | ||
NotificationSubtype["ProductNotForSale"] = "PRODUCT_NOT_FOR_SALE"; | ||
NotificationSubtype["GracePeriod"] = "GRACE_PERIOD"; | ||
@@ -127,0 +128,0 @@ NotificationSubtype["BillingRecovery"] = "BILLING_RECOVERY"; |
@@ -239,2 +239,3 @@ export declare enum Environment { | ||
PriceIncrease = "PRICE_INCREASE", | ||
ProductNotForSale = "PRODUCT_NOT_FOR_SALE", | ||
GracePeriod = "GRACE_PERIOD", | ||
@@ -241,0 +242,0 @@ BillingRecovery = "BILLING_RECOVERY", |
{ | ||
"name": "app-store-server-api", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "A client for the App Store Server API", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
99191
1780