-
Uladzimir Havenchyk authored
* refactor: sort import members inside destructuring * Show an error message when the temporal unit is not applicable to a dashboard card (#46983) * Fix tests * Add tests * Add tests * Fix types * Fix types --------- Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
Uladzimir Havenchyk authored* refactor: sort import members inside destructuring * Show an error message when the temporal unit is not applicable to a dashboard card (#46983) * Fix tests * Add tests * Add tests * Fix types * Fix types --------- Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
services.ts 351 B
import { DELETE, GET, POST } from "metabase/lib/api";
export const AuditApi = {
unsubscribe_user: DELETE("/api/ee/audit-app/user/:id/subscriptions"),
};
export const AutoDescribeApi = {
summarizeCard: POST("/api/ee/autodescribe/card/summarize"),
};
export const ImpersonationApi = {
get: GET("/api/ee/advanced-permissions/impersonation"),
};