arky-sdk 0.3.97 → 0.3.98

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.
package/dist/index.js CHANGED
@@ -1041,7 +1041,9 @@ var createReservationApi = (apiConfig) => {
1041
1041
  const lines = params.items.map((item) => ({
1042
1042
  type: "SERVICE",
1043
1043
  serviceId: item.serviceId,
1044
- quantity: item.quantity || 1
1044
+ from: item.from,
1045
+ to: item.to,
1046
+ providerId: item.providerId
1045
1047
  }));
1046
1048
  const { items, ...rest } = params;
1047
1049
  const payload = {