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