mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 18:10:30 +08:00
feat(m1): add customer detail aggregation view
This commit is contained in:
@@ -38,6 +38,10 @@ export function deleteProject(id) {
|
||||
return axios.delete(`/api/v1/projects/${id}`);
|
||||
}
|
||||
|
||||
export function getCustomerSummary(id) {
|
||||
return axios.get(`/api/v1/customers/${id}/summary`);
|
||||
}
|
||||
|
||||
export function getProjectPhaseDictionary() {
|
||||
return axios.get("/api/v1/dictionaries/PROJECT_PHASE");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user