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 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,