arky-sdk 0.5.73 → 0.5.74
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1192,12 +1192,6 @@ var createCustomerApi = (apiConfig) => {
|
|
|
1192
1192
|
options
|
|
1193
1193
|
);
|
|
1194
1194
|
},
|
|
1195
|
-
async getDetail(params, options) {
|
|
1196
|
-
return apiConfig.httpClient.get(
|
|
1197
|
-
`/v1/businesses/${params.businessId || apiConfig.businessId}/customers/${params.id}/detail`,
|
|
1198
|
-
options
|
|
1199
|
-
);
|
|
1200
|
-
},
|
|
1201
1195
|
async merge(params, options) {
|
|
1202
1196
|
const businessId = params.businessId || apiConfig.businessId;
|
|
1203
1197
|
return apiConfig.httpClient.post(
|