arky-sdk 0.3.55 → 0.3.57
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 +0 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +5 -8
- package/dist/types.d.ts +5 -8
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1029,12 +1029,6 @@ var createReservationApi = (apiConfig) => {
|
|
|
1029
1029
|
params: { businessId: apiConfig.businessId }
|
|
1030
1030
|
});
|
|
1031
1031
|
},
|
|
1032
|
-
async getReservationParts(params, options) {
|
|
1033
|
-
return apiConfig.httpClient.get(`/v1/reservations/parts`, {
|
|
1034
|
-
...options,
|
|
1035
|
-
params
|
|
1036
|
-
});
|
|
1037
|
-
},
|
|
1038
1032
|
async searchReservations(params, options) {
|
|
1039
1033
|
return apiConfig.httpClient.get(`/v1/reservations/search`, {
|
|
1040
1034
|
...options,
|