@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.
@@ -1847,6 +1847,8 @@ function listSubscriptionHistory(payload) {
1847
1847
  {
1848
1848
  path: "historyEntries.event.resumed.subscription.specificDatePendingUpdateData.executionDate"
1849
1849
  },
1850
+ { path: "historyEntries.event.resumed.pauseInfo.startDate" },
1851
+ { path: "historyEntries.event.resumed.pauseInfo.resumeDate" },
1850
1852
  {
1851
1853
  path: "historyEntries.event.pauseRequested.subscription.createdDate"
1852
1854
  },
@@ -5546,6 +5548,8 @@ var onSubscriptionResumed = EventDefinition(
5546
5548
  {
5547
5549
  path: "data.subscription.specificDatePendingUpdateData.executionDate"
5548
5550
  },
5551
+ { path: "data.pauseInfo.startDate" },
5552
+ { path: "data.pauseInfo.resumeDate" },
5549
5553
  { path: "metadata.eventTime" }
5550
5554
  ]
5551
5555
  },