Replies: 1 comment 7 replies
-
That package is not actually used or exported at all! You could still get those utilities if you generate one of the legacy clients. The question is what do you need from the old files and why? That functionality should be replaced by standalone packages so you can migrate from legacy clients. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used to be able to
import { ApiError } from './client/core/ApiError
. However, these types and classes are now no longer generated and are instead contained in a private package namesclient-core
. Is there a specific reason, why this package is private? What if I would like to use those utils in an interceptor for instance?Beta Was this translation helpful? Give feedback.
All reactions