Fix order type import

This commit is contained in:
DonDuala
2024-12-29 22:25:23 -04:00
parent 284338af54
commit 8428d99e4b
3 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,8 @@
"license": "Apache-2.0",
"dependencies": {
"@bonfida/spl-name-service": "^3.0.7",
"@cks-systems/manifest-sdk": "^0.1.73",
"@coral-xyz/anchor": "0.29",
"@cks-systems/manifest-sdk": "^0.1.59",
"@langchain/core": "^0.3.26",
"@langchain/groq": "^0.1.2",
"@langchain/langgraph": "^0.2.34",

View File

@@ -9,8 +9,8 @@ import {
ManifestClient,
WrapperPlaceOrderParamsExternal,
} from "@cks-systems/manifest-sdk";
import { OrderType } from "@cks-systems/manifest-sdk/client/ts/src/wrapper/types/OrderType";
import { sleep } from "openai/core";
import { OrderType } from "@cks-systems/manifest-sdk/dist/types/src/manifest";
/**
* Place limit orders using Manifest

View File

@@ -38,7 +38,7 @@
resolved "https://registry.yarnpkg.com/@cfworker/json-schema/-/json-schema-4.0.3.tgz#30fc6b72322c74ceb27014a779de0ccdfa0dfb9e"
integrity sha512-ZykIcDTVv5UNmKWSTLAs3VukO6NDJkkSKxrgUTDPBkAlORVT3H9n5DbRjRl8xIotklscHdbLIa0b9+y3mQq73g==
"@cks-systems/manifest-sdk@^0.1.59":
"@cks-systems/manifest-sdk@^0.1.73":
version "0.1.73"
resolved "https://registry.yarnpkg.com/@cks-systems/manifest-sdk/-/manifest-sdk-0.1.73.tgz#17c7b2f71c2711989cf210815d78b189e40fe481"
integrity sha512-IcRM7k3YZ/jK5nJwE3xGp2Xg7Um4/XCeqrLs5yB3+IjS7W089Qs/prJXdRGKbFwCLkMt9ds6pElHufQr8an0Iw==