@virtuals-protocol/acp-node 0.3.0-beta.28 → 0.3.0-beta.29
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
|
@@ -629,7 +629,7 @@ declare class AcpClient {
|
|
|
629
629
|
private _hydrateJob;
|
|
630
630
|
private _hydrateJobs;
|
|
631
631
|
private _hydrateAgent;
|
|
632
|
-
browseAgents(keyword: string, options?: IAcpBrowseAgentsOptions): Promise<AcpAgent[]
|
|
632
|
+
browseAgents(keyword: string, options?: IAcpBrowseAgentsOptions): Promise<AcpAgent[]>;
|
|
633
633
|
initiateJob(providerAddress: Address, serviceRequirement: Object | string, fareAmount: FareAmountBase, evaluatorAddress?: Address, expiredAt?: Date): Promise<number>;
|
|
634
634
|
getActiveJobs(page?: number, pageSize?: number): Promise<AcpJob[]>;
|
|
635
635
|
getPendingMemoJobs(page?: number, pageSize?: number): Promise<AcpJob[]>;
|
package/dist/index.d.ts
CHANGED
|
@@ -629,7 +629,7 @@ declare class AcpClient {
|
|
|
629
629
|
private _hydrateJob;
|
|
630
630
|
private _hydrateJobs;
|
|
631
631
|
private _hydrateAgent;
|
|
632
|
-
browseAgents(keyword: string, options?: IAcpBrowseAgentsOptions): Promise<AcpAgent[]
|
|
632
|
+
browseAgents(keyword: string, options?: IAcpBrowseAgentsOptions): Promise<AcpAgent[]>;
|
|
633
633
|
initiateJob(providerAddress: Address, serviceRequirement: Object | string, fareAmount: FareAmountBase, evaluatorAddress?: Address, expiredAt?: Date): Promise<number>;
|
|
634
634
|
getActiveJobs(page?: number, pageSize?: number): Promise<AcpJob[]>;
|
|
635
635
|
getPendingMemoJobs(page?: number, pageSize?: number): Promise<AcpJob[]>;
|
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ var require_package = __commonJS({
|
|
|
35
35
|
"package.json"(exports2, module2) {
|
|
36
36
|
module2.exports = {
|
|
37
37
|
name: "@virtuals-protocol/acp-node",
|
|
38
|
-
version: "0.3.0-beta.
|
|
38
|
+
version: "0.3.0-beta.29",
|
|
39
39
|
main: "./dist/index.js",
|
|
40
40
|
module: "./dist/index.mjs",
|
|
41
41
|
types: "./dist/index.d.ts",
|
package/dist/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@ var require_package = __commonJS({
|
|
|
8
8
|
"package.json"(exports, module) {
|
|
9
9
|
module.exports = {
|
|
10
10
|
name: "@virtuals-protocol/acp-node",
|
|
11
|
-
version: "0.3.0-beta.
|
|
11
|
+
version: "0.3.0-beta.29",
|
|
12
12
|
main: "./dist/index.js",
|
|
13
13
|
module: "./dist/index.mjs",
|
|
14
14
|
types: "./dist/index.d.ts",
|