Skip to content

Commit 8f001bc

Browse files
committed
update test
1 parent 84e1266 commit 8f001bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/tests/public-types.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,15 @@ const publicApiShape = {
6969
getZodType: Stagehand.getZodType,
7070
injectUrls: Stagehand.injectUrls,
7171
isRunningInBun: Stagehand.isRunningInBun,
72+
isZod3Schema: Stagehand.isZod3Schema,
73+
isZod4Schema: Stagehand.isZod4Schema,
7274
jsonSchemaToZod: Stagehand.jsonSchemaToZod,
7375
loadApiKeyFromEnv: Stagehand.loadApiKeyFromEnv,
7476
modelToAgentProviderMap: Stagehand.modelToAgentProviderMap,
7577
pageTextSchema: Stagehand.pageTextSchema,
7678
providerEnvVarMap: Stagehand.providerEnvVarMap,
7779
toGeminiSchema: Stagehand.toGeminiSchema,
80+
toJsonSchema: Stagehand.toJsonSchema,
7881
transformSchema: Stagehand.transformSchema,
7982
trimTrailingTextNode: Stagehand.trimTrailingTextNode,
8083
validateZodSchema: Stagehand.validateZodSchema,

0 commit comments

Comments
 (0)