@wix/auto_sdk_restaurants_operations 1.0.46 → 1.0.48

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.
@@ -1719,7 +1719,8 @@ async function calculateFirstAvailableTimeSlotsPerMenu2(operationId, options) {
1719
1719
  (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
1720
1720
  operationId,
1721
1721
  deliveryAddress: options?.deliveryAddress,
1722
- cursorPaging: options?.cursorPaging
1722
+ cursorPaging: options?.cursorPaging,
1723
+ onlyOnlineOrderingEnabled: options?.onlyOnlineOrderingEnabled
1723
1724
  }),
1724
1725
  [
1725
1726
  {
@@ -1755,7 +1756,8 @@ async function calculateFirstAvailableTimeSlotsPerMenu2(operationId, options) {
1755
1756
  explicitPathsToArguments: {
1756
1757
  operationId: "$[0]",
1757
1758
  deliveryAddress: "$[1].deliveryAddress",
1758
- cursorPaging: "$[1].cursorPaging"
1759
+ cursorPaging: "$[1].cursorPaging",
1760
+ onlyOnlineOrderingEnabled: "$[1].onlyOnlineOrderingEnabled"
1759
1761
  },
1760
1762
  singleArgumentUnchanged: false
1761
1763
  },