arky-sdk 0.5.72 → 0.5.73

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
@@ -1192,6 +1192,12 @@ 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
+ },
1195
1201
  async merge(params, options) {
1196
1202
  const businessId = params.businessId || apiConfig.businessId;
1197
1203
  return apiConfig.httpClient.post(