@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;
package/build/cjs/meta.js CHANGED
@@ -1927,6 +1927,8 @@ function listSubscriptionHistory(payload) {
1927
1927
  {
1928
1928
  path: "historyEntries.event.resumed.subscription.specificDatePendingUpdateData.executionDate"
1929
1929
  },
1930
+ { path: "historyEntries.event.resumed.pauseInfo.startDate" },
1931
+ { path: "historyEntries.event.resumed.pauseInfo.resumeDate" },
1930
1932
  {
1931
1933
  path: "historyEntries.event.pauseRequested.subscription.createdDate"
1932
1934
  },