@wix/auto_sdk_subscription_subscriptions 1.0.28 → 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.
@@ -2663,6 +2663,7 @@ interface ResumeSubscriptionResponse {
2663
2663
  interface SubscriptionResumed {
2664
2664
  subscription?: Subscription;
2665
2665
  actionDetails?: ActionDetails;
2666
+ pauseInfo?: PauseInfo;
2666
2667
  }
2667
2668
  interface ResumeSubscriptionRequested {
2668
2669
  subscription?: Subscription;
@@ -1833,6 +1833,8 @@ function listSubscriptionHistory(payload) {
1833
1833
  {
1834
1834
  path: "historyEntries.event.resumed.subscription.specificDatePendingUpdateData.executionDate"
1835
1835
  },
1836
+ { path: "historyEntries.event.resumed.pauseInfo.startDate" },
1837
+ { path: "historyEntries.event.resumed.pauseInfo.resumeDate" },
1836
1838
  {
1837
1839
  path: "historyEntries.event.pauseRequested.subscription.createdDate"
1838
1840
  },