@wix/auto_sdk_subscription_subscriptions 1.0.27 → 1.0.29

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.
@@ -2660,6 +2660,7 @@ interface ResumeSubscriptionResponse {
2660
2660
  interface SubscriptionResumed {
2661
2661
  subscription?: Subscription;
2662
2662
  actionDetails?: ActionDetails;
2663
+ pauseInfo?: PauseInfo;
2663
2664
  }
2664
2665
  interface ResumeSubscriptionRequested {
2665
2666
  subscription?: Subscription;
@@ -1931,6 +1931,8 @@ function listSubscriptionHistory(payload) {
1931
1931
  {
1932
1932
  path: "historyEntries.event.resumed.subscription.specificDatePendingUpdateData.executionDate"
1933
1933
  },
1934
+ { path: "historyEntries.event.resumed.pauseInfo.startDate" },
1935
+ { path: "historyEntries.event.resumed.pauseInfo.resumeDate" },
1934
1936
  {
1935
1937
  path: "historyEntries.event.pauseRequested.subscription.createdDate"
1936
1938
  },