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