arky-sdk 0.3.93 → 0.3.94

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,7 @@ var createReservationApi = (apiConfig) => {
1041
1041
  const lines = params.items.map((item) => ({
1042
1042
  type: "SERVICE",
1043
1043
  serviceId: item.serviceId,
1044
- quantity: 1
1044
+ quantity: item.quantity || 1
1045
1045
  }));
1046
1046
  const { items, ...rest } = params;
1047
1047
  const payload = {