From c8f7fb06964f84d6fad0bb79779e2869b2cb44a9 Mon Sep 17 00:00:00 2001 From: Joe Amenta Date: Thu, 23 Apr 2026 07:26:46 -0400 Subject: [PATCH] Export `hintStatuses`. --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e0f493c..4213e8d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -27,7 +27,7 @@ export * from "./interfaces/ClientOptions.ts"; export * from "./interfaces/ConnectionOptions.ts"; /* Export these API consts to the root module. */ -export { clientStatuses, itemClassifications, itemsHandlingFlags, permissions, slotTypes } from "./api"; +export { clientStatuses, hintStatuses, itemClassifications, itemsHandlingFlags, permissions, slotTypes } from "./api"; /** * A collection of types, constants, and enumerations that get passed over the Archipelago network protocol.