arky-sdk 0.3.117 → 0.3.118
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 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +0 -10
- package/dist/index.js.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +9 -9
- package/dist/types.d.ts +9 -9
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1101,16 +1101,6 @@ var createReservationApi = (apiConfig) => {
|
|
|
1101
1101
|
}
|
|
1102
1102
|
);
|
|
1103
1103
|
},
|
|
1104
|
-
async getServiceProviders(params, options) {
|
|
1105
|
-
const { serviceId, ...queryParams } = params;
|
|
1106
|
-
return apiConfig.httpClient.get(
|
|
1107
|
-
`/v1/businesses/${apiConfig.businessId}/services/${serviceId}/providers`,
|
|
1108
|
-
{
|
|
1109
|
-
...options,
|
|
1110
|
-
params: queryParams
|
|
1111
|
-
}
|
|
1112
|
-
);
|
|
1113
|
-
},
|
|
1114
1104
|
// ===== PROVIDERS =====
|
|
1115
1105
|
async createProvider(params, options) {
|
|
1116
1106
|
return apiConfig.httpClient.post(
|