arky-sdk 0.3.96 → 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.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +0 -1
- package/dist/types.d.ts +0 -1
- package/package.json +1 -1
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
|
-
|
|
1044
|
+
from: item.from,
|
|
1045
|
+
to: item.to,
|
|
1046
|
+
providerId: item.providerId
|
|
1045
1047
|
}));
|
|
1046
1048
|
const { items, ...rest } = params;
|
|
1047
1049
|
const payload = {
|