@stigg/js-client-sdk 0.33.1 → 0.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -545,7 +545,7 @@ export declare enum ErrorCode {
545
545
  RateLimitExceeded = "RateLimitExceeded",
546
546
  SubscriptionAlreadyCanceledOrExpired = "SubscriptionAlreadyCanceledOrExpired",
547
547
  SubscriptionNotFound = "SubscriptionNotFound",
548
- TrialCantBeCancelledAtArbitraryDate = "TrialCantBeCancelledAtArbitraryDate",
548
+ TrialMustBeCancelledImmediately = "TrialMustBeCancelledImmediately",
549
549
  TrialMinDateError = "TrialMinDateError",
550
550
  TrialsNotAllowedInProduct = "TrialsNotAllowedInProduct",
551
551
  UnPublishedPackage = "UnPublishedPackage",