diff --git a/.gitignore b/.gitignore index e50702a..24ade05 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json .eslintcache .cache *.tsbuildinfo +package-lock.json # IntelliJ based IDEs .idea diff --git a/src/index.ts b/src/index.ts index 7222881..84d8e10 100644 --- a/src/index.ts +++ b/src/index.ts @@ -18,7 +18,7 @@ export { SuggestionsEndpoint, SuggestionsEndpointTypes, } from "./endpoints/Suggestions"; -export { Region } from "./types/SharedSearchParams"; +export { Region, ResourceType, Locale, View, EntityType, AllowedViews, Platform } from "./types/SharedSearchParams"; export { getAuthenticatedAxios } from "./utils/AxiosManager"; export type { AppleMusicConfigParams } from "./utils/Config"; export { AppleMusicConfig, AuthType } from "./utils/Config";