const IdentityAllEndpoints = [ "/users/list", "/users/create", "/users/update/{user_uu_id}", "/people/list", "/people/create", "/people/update/{people_uu_id}", ]; const IdentitySelfEndpoints = ["/users/list"]; const AddressAllEndpoints = [ "/address/list", "/address/create", "/address/update", "/postcode/create", "/postcode/update", "/postcode/list", "/address/search", ]; export { IdentityAllEndpoints, IdentitySelfEndpoints, AddressAllEndpoints };