@virtuals-protocol/acp-node 0.2.0-beta.1 → 0.2.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8614,4 +8614,4 @@ declare class AcpClient {
|
|
|
8614
8614
|
getAgent(walletAddress: Address$1): Promise<AcpAgent | undefined>;
|
|
8615
8615
|
}
|
|
8616
8616
|
|
|
8617
|
-
export { ACP_ABI, AcpAgentSort, AcpContractClient, type AcpContractConfig, AcpGraduationStatus, AcpJob, AcpJobPhases, AcpMemo, AcpOnlineStatus, type FundResponsePayload, type IDeliverable, MemoType, PayloadType, baseAcpConfig, baseSepoliaAcpConfig, AcpClient as default };
|
|
8617
|
+
export { ACP_ABI, AcpAgentSort, AcpContractClient, type AcpContractConfig, AcpGraduationStatus, AcpJob, AcpJobPhases, AcpMemo, AcpOnlineStatus, type ClosePositionPayload, type FundResponsePayload, type IDeliverable, MemoType, type OpenPositionPayload, PayloadType, type RequestClosePositionPayload, baseAcpConfig, baseSepoliaAcpConfig, AcpClient as default };
|
package/dist/index.d.ts
CHANGED
|
@@ -8614,4 +8614,4 @@ declare class AcpClient {
|
|
|
8614
8614
|
getAgent(walletAddress: Address$1): Promise<AcpAgent | undefined>;
|
|
8615
8615
|
}
|
|
8616
8616
|
|
|
8617
|
-
export { ACP_ABI, AcpAgentSort, AcpContractClient, type AcpContractConfig, AcpGraduationStatus, AcpJob, AcpJobPhases, AcpMemo, AcpOnlineStatus, type FundResponsePayload, type IDeliverable, MemoType, PayloadType, baseAcpConfig, baseSepoliaAcpConfig, AcpClient as default };
|
|
8617
|
+
export { ACP_ABI, AcpAgentSort, AcpContractClient, type AcpContractConfig, AcpGraduationStatus, AcpJob, AcpJobPhases, AcpMemo, AcpOnlineStatus, type ClosePositionPayload, type FundResponsePayload, type IDeliverable, MemoType, type OpenPositionPayload, PayloadType, type RequestClosePositionPayload, baseAcpConfig, baseSepoliaAcpConfig, AcpClient as default };
|
package/dist/index.js
CHANGED
|
@@ -69,7 +69,7 @@ var require_package = __commonJS({
|
|
|
69
69
|
"package.json"(exports2, module2) {
|
|
70
70
|
module2.exports = {
|
|
71
71
|
name: "@virtuals-protocol/acp-node",
|
|
72
|
-
version: "0.2.0-beta.
|
|
72
|
+
version: "0.2.0-beta.2",
|
|
73
73
|
main: "./dist/index.js",
|
|
74
74
|
module: "./dist/index.mjs",
|
|
75
75
|
types: "./dist/index.d.ts",
|
package/dist/index.mjs
CHANGED
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
"package.json"(exports, module) {
|
|
45
45
|
module.exports = {
|
|
46
46
|
name: "@virtuals-protocol/acp-node",
|
|
47
|
-
version: "0.2.0-beta.
|
|
47
|
+
version: "0.2.0-beta.2",
|
|
48
48
|
main: "./dist/index.js",
|
|
49
49
|
module: "./dist/index.mjs",
|
|
50
50
|
types: "./dist/index.d.ts",
|