@wowok/agent-mcp 2.2.22 → 2.3.1
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.ts +86 -126
- package/dist/schema/call/allocation.d.ts +1 -1
- package/dist/schema/call/arbitration.d.ts +1 -1
- package/dist/schema/call/arbitration.js +1 -1
- package/dist/schema/call/base.d.ts +1 -1
- package/dist/schema/call/contact.d.ts +1 -1
- package/dist/schema/call/demand.d.ts +1 -1
- package/dist/schema/call/demand.js +1 -1
- package/dist/schema/call/guard.d.ts +3 -3
- package/dist/schema/call/machine.d.ts +4 -4
- package/dist/schema/call/machine.js +1 -1
- package/dist/schema/call/order.d.ts +15 -15
- package/dist/schema/call/order.js +1 -1
- package/dist/schema/call/payment.d.ts +1 -1
- package/dist/schema/call/permission.d.ts +1 -1
- package/dist/schema/call/permission.js +1 -1
- package/dist/schema/call/personal.d.ts +1 -1
- package/dist/schema/call/progress.d.ts +1 -1
- package/dist/schema/call/proof.d.ts +13 -98
- package/dist/schema/call/proof.js +3 -3
- package/dist/schema/call/repository.d.ts +79 -79
- package/dist/schema/call/repository.js +4 -3
- package/dist/schema/call/reward.d.ts +1 -1
- package/dist/schema/call/reward.js +1 -1
- package/dist/schema/call/service.d.ts +46 -46
- package/dist/schema/call/service.js +3 -3
- package/dist/schema/call/treasury.d.ts +9 -69
- package/dist/schema/call/treasury.js +1 -1
- package/dist/schema/common/index.d.ts +3 -3
- package/dist/schema/common/index.js +2 -0
- package/dist/schema/local/index.d.ts +11 -11
- package/dist/schema/messenger/index.d.ts +1 -1
- package/dist/schema/query/index.d.ts +58 -58
- package/dist/schema/query/index.js +2 -2
- package/dist/schemas/account_operation.schema.json +4 -2
- package/dist/schemas/guard2file.schema.json +2 -1
- package/dist/schemas/index.json +1 -1
- package/dist/schemas/machineNode2file.schema.json +2 -1
- package/dist/schemas/messenger_operation.schema.json +2 -1
- package/dist/schemas/onchain_events.schema.json +2 -1
- package/dist/schemas/onchain_operations_allocation.schema.json +2 -1
- package/dist/schemas/onchain_operations_arbitration.schema.json +3 -2
- package/dist/schemas/onchain_operations_contact.schema.json +2 -1
- package/dist/schemas/onchain_operations_demand.schema.json +3 -2
- package/dist/schemas/onchain_operations_gen_passport.schema.json +4 -2
- package/dist/schemas/onchain_operations_guard.schema.json +2 -1
- package/dist/schemas/onchain_operations_machine.schema.json +10 -5
- package/dist/schemas/onchain_operations_order.schema.json +6 -5
- package/dist/schemas/onchain_operations_payment.schema.json +2 -1
- package/dist/schemas/onchain_operations_permission.schema.json +3 -2
- package/dist/schemas/onchain_operations_personal.schema.json +2 -1
- package/dist/schemas/onchain_operations_progress.schema.json +2 -1
- package/dist/schemas/onchain_operations_repository.schema.json +9 -5
- package/dist/schemas/onchain_operations_reward.schema.json +3 -2
- package/dist/schemas/onchain_operations_service.schema.json +6 -2
- package/dist/schemas/onchain_operations_treasury.schema.json +4 -3
- package/package.json +2 -2
|
@@ -2310,7 +2310,7 @@ export declare const ObjectOrderSchema: z.ZodObject<{
|
|
|
2310
2310
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
2311
2311
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2312
2312
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2313
|
-
required_info: z.ZodString
|
|
2313
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2314
2314
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
2315
2315
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2316
2316
|
object: z.ZodString;
|
|
@@ -2408,7 +2408,7 @@ export declare const ObjectOrderSchema: z.ZodObject<{
|
|
|
2408
2408
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
2409
2409
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2410
2410
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2411
|
-
required_info: z.ZodString
|
|
2411
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2412
2412
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
2413
2413
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2414
2414
|
object: z.ZodString;
|
|
@@ -2506,7 +2506,7 @@ export declare const ObjectOrderSchema: z.ZodObject<{
|
|
|
2506
2506
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
2507
2507
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2508
2508
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2509
|
-
required_info: z.ZodString
|
|
2509
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
2510
2510
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
2511
2511
|
}, z.ZodTypeAny, "passthrough">>;
|
|
2512
2512
|
export declare const NamedOperatorSchema: z.ZodObject<{
|
|
@@ -4375,7 +4375,7 @@ export declare const ObjectServiceSchema: z.ZodObject<{
|
|
|
4375
4375
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
4376
4376
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
4377
4377
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
4378
|
-
|
|
4378
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
4379
4379
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
4380
4380
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
4381
4381
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -4635,7 +4635,7 @@ export declare const ObjectServiceSchema: z.ZodObject<{
|
|
|
4635
4635
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
4636
4636
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
4637
4637
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
4638
|
-
|
|
4638
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
4639
4639
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
4640
4640
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
4641
4641
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -4895,7 +4895,7 @@ export declare const ObjectServiceSchema: z.ZodObject<{
|
|
|
4895
4895
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
4896
4896
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
4897
4897
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
4898
|
-
|
|
4898
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
4899
4899
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
4900
4900
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
4901
4901
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -12740,7 +12740,7 @@ export declare const TableItem_TreasuryHistorySchema: z.ZodObject<{
|
|
|
12740
12740
|
}, z.ZodTypeAny, "passthrough">>;
|
|
12741
12741
|
export declare const ObjectsQuerySchema: z.ZodObject<{
|
|
12742
12742
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
12743
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
12743
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
12744
12744
|
} & {
|
|
12745
12745
|
objects: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
12746
12746
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -13650,7 +13650,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13650
13650
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
13651
13651
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
13652
13652
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
13653
|
-
|
|
13653
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
13654
13654
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
13655
13655
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
13656
13656
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -13910,7 +13910,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13910
13910
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
13911
13911
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
13912
13912
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
13913
|
-
|
|
13913
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
13914
13914
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
13915
13915
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
13916
13916
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -14170,7 +14170,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14170
14170
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
14171
14171
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
14172
14172
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
14173
|
-
|
|
14173
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
14174
14174
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
14175
14175
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
14176
14176
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -14423,7 +14423,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14423
14423
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
14424
14424
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
14425
14425
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
14426
|
-
required_info: z.ZodString
|
|
14426
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
14427
14427
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
14428
14428
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14429
14429
|
object: z.ZodString;
|
|
@@ -14521,7 +14521,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14521
14521
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
14522
14522
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
14523
14523
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
14524
|
-
required_info: z.ZodString
|
|
14524
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
14525
14525
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
14526
14526
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14527
14527
|
object: z.ZodString;
|
|
@@ -14619,7 +14619,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14619
14619
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
14620
14620
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
14621
14621
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
14622
|
-
required_info: z.ZodString
|
|
14622
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
14623
14623
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
14624
14624
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
14625
14625
|
object: z.ZodString;
|
|
@@ -21881,7 +21881,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
21881
21881
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
21882
21882
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
21883
21883
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
21884
|
-
|
|
21884
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
21885
21885
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
21886
21886
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
21887
21887
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -22141,7 +22141,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
22141
22141
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
22142
22142
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
22143
22143
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
22144
|
-
|
|
22144
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
22145
22145
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
22146
22146
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
22147
22147
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -22401,7 +22401,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
22401
22401
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
22402
22402
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
22403
22403
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
22404
|
-
|
|
22404
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
22405
22405
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
22406
22406
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
22407
22407
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -22654,7 +22654,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
22654
22654
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
22655
22655
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
22656
22656
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
22657
|
-
required_info: z.ZodString
|
|
22657
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
22658
22658
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22659
22659
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
22660
22660
|
object: z.ZodString;
|
|
@@ -22752,7 +22752,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
22752
22752
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
22753
22753
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
22754
22754
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
22755
|
-
required_info: z.ZodString
|
|
22755
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
22756
22756
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22757
22757
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
22758
22758
|
object: z.ZodString;
|
|
@@ -22850,7 +22850,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
22850
22850
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
22851
22851
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
22852
22852
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
22853
|
-
required_info: z.ZodString
|
|
22853
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
22854
22854
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22855
22855
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
22856
22856
|
object: z.ZodString;
|
|
@@ -29755,7 +29755,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
29755
29755
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
29756
29756
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
29757
29757
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
29758
|
-
required_info: z.ZodString
|
|
29758
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
29759
29759
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
29760
29760
|
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
29761
29761
|
object: z.ZodString;
|
|
@@ -30234,7 +30234,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
30234
30234
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
30235
30235
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
30236
30236
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
30237
|
-
|
|
30237
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
30238
30238
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
30239
30239
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
30240
30240
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -32500,7 +32500,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
32500
32500
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
32501
32501
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
32502
32502
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
32503
|
-
required_info: z.ZodString
|
|
32503
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
32504
32504
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
32505
32505
|
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
32506
32506
|
object: z.ZodString;
|
|
@@ -32979,7 +32979,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
32979
32979
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
32980
32980
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
32981
32981
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
32982
|
-
|
|
32982
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
32983
32983
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
32984
32984
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
32985
32985
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -34706,7 +34706,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
34706
34706
|
}>;
|
|
34707
34707
|
export declare const PersonalQuerySchema: z.ZodObject<{
|
|
34708
34708
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
34709
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
34709
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
34710
34710
|
} & {
|
|
34711
34711
|
account: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
34712
34712
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -34720,7 +34720,7 @@ export declare const PersonalQuerySchema: z.ZodObject<{
|
|
|
34720
34720
|
}>;
|
|
34721
34721
|
export declare const TableQuerySchema: z.ZodObject<{
|
|
34722
34722
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
34723
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
34723
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
34724
34724
|
} & {
|
|
34725
34725
|
parent: z.ZodEffects<z.ZodString, string, string>;
|
|
34726
34726
|
cursor: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
@@ -34833,7 +34833,7 @@ export declare const TableAnswerSchema: z.ZodObject<{
|
|
|
34833
34833
|
}>;
|
|
34834
34834
|
export declare const QueryTableItem_byAddressSchema: z.ZodObject<{
|
|
34835
34835
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
34836
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
34836
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
34837
34837
|
} & {
|
|
34838
34838
|
parent: z.ZodString;
|
|
34839
34839
|
address: z.ZodUnion<[z.ZodObject<{
|
|
@@ -34865,7 +34865,7 @@ export declare const QueryTableItem_byAddressSchema: z.ZodObject<{
|
|
|
34865
34865
|
}>;
|
|
34866
34866
|
export declare const QueryTableItem_byU64Schema: z.ZodObject<{
|
|
34867
34867
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
34868
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
34868
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
34869
34869
|
} & {
|
|
34870
34870
|
parent: z.ZodString;
|
|
34871
34871
|
u64: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -34882,7 +34882,7 @@ export declare const QueryTableItem_byU64Schema: z.ZodObject<{
|
|
|
34882
34882
|
}>;
|
|
34883
34883
|
export declare const QueryTableItem_byStringSchema: z.ZodObject<{
|
|
34884
34884
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
34885
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
34885
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
34886
34886
|
} & {
|
|
34887
34887
|
parent: z.ZodString;
|
|
34888
34888
|
key: z.ZodString;
|
|
@@ -34899,7 +34899,7 @@ export declare const QueryTableItem_byStringSchema: z.ZodObject<{
|
|
|
34899
34899
|
}>;
|
|
34900
34900
|
export declare const QueryTableItem_byNameAddressSchema: z.ZodObject<{
|
|
34901
34901
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
34902
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
34902
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
34903
34903
|
} & {
|
|
34904
34904
|
parent: z.ZodString;
|
|
34905
34905
|
name: z.ZodString;
|
|
@@ -34934,7 +34934,7 @@ export declare const QueryTableItem_byNameAddressSchema: z.ZodObject<{
|
|
|
34934
34934
|
}>;
|
|
34935
34935
|
export declare const QueryTableItem_Registrar_EntitySchema: z.ZodObject<{
|
|
34936
34936
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
34937
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
34937
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
34938
34938
|
} & {
|
|
34939
34939
|
address: z.ZodUnion<[z.ZodObject<{
|
|
34940
34940
|
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -35876,7 +35876,7 @@ export declare const EventAnswerSchema: z.ZodObject<{
|
|
|
35876
35876
|
}>;
|
|
35877
35877
|
export declare const EventQuerySchema: z.ZodObject<{
|
|
35878
35878
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
35879
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
35879
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
35880
35880
|
} & {
|
|
35881
35881
|
type: z.ZodUnion<[z.ZodLiteral<"ArbEvent">, z.ZodLiteral<"NewOrderEvent">, z.ZodLiteral<"ProgressEvent">, z.ZodLiteral<"DemandPresentEvent">, z.ZodLiteral<"DemandFeedbackEvent">, z.ZodLiteral<"NewEntityEvent">, z.ZodString]>;
|
|
35882
35882
|
cursor: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
@@ -35927,7 +35927,7 @@ export declare const OnchainEventsInputSchema: z.ZodObject<{
|
|
|
35927
35927
|
limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
35928
35928
|
order: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"ascending">, z.ZodLiteral<"descending">, z.ZodNull]>>;
|
|
35929
35929
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
35930
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
35930
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
35931
35931
|
}, "strip", z.ZodTypeAny, {
|
|
35932
35932
|
type: string;
|
|
35933
35933
|
no_cache?: boolean | undefined;
|
|
@@ -41498,7 +41498,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
41498
41498
|
local_mark_first?: boolean | undefined;
|
|
41499
41499
|
}>, z.ZodNumber]>;
|
|
41500
41500
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
41501
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
41501
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
41502
41502
|
}, "strip", z.ZodTypeAny, {
|
|
41503
41503
|
type: "RepositoryData";
|
|
41504
41504
|
name: string;
|
|
@@ -41533,7 +41533,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
41533
41533
|
local_mark_first?: boolean | undefined;
|
|
41534
41534
|
}>, z.ZodString]>;
|
|
41535
41535
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
41536
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
41536
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
41537
41537
|
}, "strip", z.ZodTypeAny, {
|
|
41538
41538
|
type: "PermissionPerm";
|
|
41539
41539
|
address: string | {
|
|
@@ -41566,7 +41566,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
41566
41566
|
local_mark_first?: boolean | undefined;
|
|
41567
41567
|
}>;
|
|
41568
41568
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
41569
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
41569
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
41570
41570
|
}, "strip", z.ZodTypeAny, {
|
|
41571
41571
|
type: "EntityRegistrar";
|
|
41572
41572
|
address: {
|
|
@@ -41598,7 +41598,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
41598
41598
|
local_mark_first?: boolean | undefined;
|
|
41599
41599
|
}>, z.ZodString]>;
|
|
41600
41600
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
41601
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
41601
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
41602
41602
|
}, "strip", z.ZodTypeAny, {
|
|
41603
41603
|
type: "EntityLinker";
|
|
41604
41604
|
address: string | {
|
|
@@ -41629,7 +41629,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
41629
41629
|
local_mark_first?: boolean | undefined;
|
|
41630
41630
|
}>;
|
|
41631
41631
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
41632
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
41632
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
41633
41633
|
}, "strip", z.ZodTypeAny, {
|
|
41634
41634
|
type: "RewardRecord";
|
|
41635
41635
|
address: {
|
|
@@ -41662,7 +41662,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
41662
41662
|
local_mark_first?: boolean | undefined;
|
|
41663
41663
|
}>;
|
|
41664
41664
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
41665
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
41665
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
41666
41666
|
}, "strip", z.ZodTypeAny, {
|
|
41667
41667
|
type: "DemandPresenter";
|
|
41668
41668
|
address: {
|
|
@@ -41695,7 +41695,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
41695
41695
|
local_mark_first?: boolean | undefined;
|
|
41696
41696
|
}>;
|
|
41697
41697
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
41698
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
41698
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
41699
41699
|
}, "strip", z.ZodTypeAny, {
|
|
41700
41700
|
type: "TreasuryRecord";
|
|
41701
41701
|
address: {
|
|
@@ -41719,7 +41719,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
41719
41719
|
parent: z.ZodEffects<z.ZodString, string, string>;
|
|
41720
41720
|
key: z.ZodString;
|
|
41721
41721
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
41722
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
41722
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
41723
41723
|
}, "strip", z.ZodTypeAny, {
|
|
41724
41724
|
type: "MachineNode";
|
|
41725
41725
|
parent: string;
|
|
@@ -41737,7 +41737,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
41737
41737
|
parent: z.ZodEffects<z.ZodString, string, string>;
|
|
41738
41738
|
u64: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
41739
41739
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
41740
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
41740
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
41741
41741
|
}, "strip", z.ZodTypeAny, {
|
|
41742
41742
|
type: "ProgressHistory";
|
|
41743
41743
|
u64: string | number;
|
|
@@ -41764,7 +41764,7 @@ export declare const QueryTableItemSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
41764
41764
|
local_mark_first?: boolean | undefined;
|
|
41765
41765
|
}>;
|
|
41766
41766
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
41767
|
-
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
41767
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>>;
|
|
41768
41768
|
}, "strip", z.ZodTypeAny, {
|
|
41769
41769
|
type: "AddressMark";
|
|
41770
41770
|
address: {
|
|
@@ -47325,7 +47325,7 @@ export declare const ProtocolInfoResultWrappedSchema: z.ZodDiscriminatedUnion<"i
|
|
|
47325
47325
|
info: "guard instructions";
|
|
47326
47326
|
}>, z.ZodObject<{
|
|
47327
47327
|
info: z.ZodLiteral<"current network">;
|
|
47328
|
-
result: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>;
|
|
47328
|
+
result: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>;
|
|
47329
47329
|
}, "strip", z.ZodTypeAny, {
|
|
47330
47330
|
result: import("@wowok/wowok").ENTRYPOINT;
|
|
47331
47331
|
info: "current network";
|
|
@@ -47482,7 +47482,7 @@ export declare const ProtocolInfoResultSchema: z.ZodObject<{
|
|
|
47482
47482
|
info: "guard instructions";
|
|
47483
47483
|
}>, z.ZodObject<{
|
|
47484
47484
|
info: z.ZodLiteral<"current network">;
|
|
47485
|
-
result: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>;
|
|
47485
|
+
result: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet, import("@wowok/wowok").ENTRYPOINT.Devnet]>;
|
|
47486
47486
|
}, "strip", z.ZodTypeAny, {
|
|
47487
47487
|
result: import("@wowok/wowok").ENTRYPOINT;
|
|
47488
47488
|
info: "current network";
|
|
@@ -49576,7 +49576,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
49576
49576
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
49577
49577
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49578
49578
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
49579
|
-
|
|
49579
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
49580
49580
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
49581
49581
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
49582
49582
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -49836,7 +49836,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
49836
49836
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
49837
49837
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49838
49838
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
49839
|
-
|
|
49839
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
49840
49840
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
49841
49841
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
49842
49842
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -50096,7 +50096,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
50096
50096
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
50097
50097
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
50098
50098
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
50099
|
-
|
|
50099
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
50100
50100
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
50101
50101
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
50102
50102
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -50349,7 +50349,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
50349
50349
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
50350
50350
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50351
50351
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50352
|
-
required_info: z.ZodString
|
|
50352
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50353
50353
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
50354
50354
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
50355
50355
|
object: z.ZodString;
|
|
@@ -50447,7 +50447,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
50447
50447
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
50448
50448
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50449
50449
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50450
|
-
required_info: z.ZodString
|
|
50450
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50451
50451
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
50452
50452
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
50453
50453
|
object: z.ZodString;
|
|
@@ -50545,7 +50545,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
50545
50545
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
50546
50546
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50547
50547
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50548
|
-
required_info: z.ZodString
|
|
50548
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
50549
50549
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
50550
50550
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
50551
50551
|
object: z.ZodString;
|
|
@@ -57450,7 +57450,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
57450
57450
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
57451
57451
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
57452
57452
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
57453
|
-
required_info: z.ZodString
|
|
57453
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
57454
57454
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
57455
57455
|
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
57456
57456
|
object: z.ZodString;
|
|
@@ -57929,7 +57929,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
57929
57929
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
57930
57930
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
57931
57931
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
57932
|
-
|
|
57932
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
57933
57933
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
57934
57934
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
57935
57935
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -60195,7 +60195,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
60195
60195
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
60196
60196
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
60197
60197
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
60198
|
-
required_info: z.ZodString
|
|
60198
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
60199
60199
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
60200
60200
|
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
60201
60201
|
object: z.ZodString;
|
|
@@ -60674,7 +60674,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
60674
60674
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
60675
60675
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
60676
60676
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
60677
|
-
|
|
60677
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
60678
60678
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
60679
60679
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
60680
60680
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -62942,7 +62942,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
62942
62942
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
62943
62943
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
62944
62944
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
62945
|
-
required_info: z.ZodString
|
|
62945
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
62946
62946
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
62947
62947
|
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
62948
62948
|
object: z.ZodString;
|
|
@@ -63421,7 +63421,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
63421
63421
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
63422
63422
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
63423
63423
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
63424
|
-
|
|
63424
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
63425
63425
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
63426
63426
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
63427
63427
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -65690,7 +65690,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
65690
65690
|
agent: z.ZodArray<z.ZodString, "many">;
|
|
65691
65691
|
allocation: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
65692
65692
|
claimed_by: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
65693
|
-
required_info: z.ZodString
|
|
65693
|
+
required_info: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
65694
65694
|
time: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
65695
65695
|
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
65696
65696
|
object: z.ZodString;
|
|
@@ -66169,7 +66169,7 @@ export declare const OnchainQueryResultSchema_Part1: z.ZodUnion<[z.ZodObject<{
|
|
|
66169
66169
|
arbitrations: z.ZodArray<z.ZodString, "many">;
|
|
66170
66170
|
compensation_fund: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
66171
66171
|
paused_time: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
|
|
66172
|
-
|
|
66172
|
+
setting_lock_duration: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBigInt]>;
|
|
66173
66173
|
order_allocators: z.ZodUnion<[z.ZodObject<{
|
|
66174
66174
|
description: z.ZodEffects<z.ZodString, string, string>;
|
|
66175
66175
|
threshold: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -121,7 +121,7 @@ export const ObjectOrderSchema = ObjectBaseSchema.extend({
|
|
|
121
121
|
agent: z.array(z.string()).describe("Agent ID list. Agents handle all order operations except payment collection."),
|
|
122
122
|
allocation: z.union([z.string(), z.null()]).describe("Order amount allocation object ID"),
|
|
123
123
|
claimed_by: z.union([z.string(), z.null()]).describe("Order dispute object ID that has claimed order arbitration amount."),
|
|
124
|
-
required_info: z.string().describe("Contact object ID (recipient) or WTS Proof object (delivery proof) that information has been delivered via Wowok Messenger."),
|
|
124
|
+
required_info: z.union([z.string(), z.null()]).describe("Contact object ID (recipient) or WTS Proof object (delivery proof) that information has been delivered via Wowok Messenger."),
|
|
125
125
|
time: z.union([z.string(), z.number()]).describe("Order creation time"),
|
|
126
126
|
});
|
|
127
127
|
export const NamedOperatorSchema = z.object({
|
|
@@ -208,7 +208,7 @@ export const ObjectServiceSchema = ObjectBaseSchema.extend({
|
|
|
208
208
|
arbitrations: z.array(z.string()).describe("List of Arbitration objects supported by service. When order user needs arbitration, they can apply for arbitration with any Arbitration object in the list."),
|
|
209
209
|
compensation_fund: BalanceTypeSchema.describe("Compensation fund pool for arbitration results. Order users can receive compensation from this fund based on arbitration results."),
|
|
210
210
|
paused_time: z.union([z.number(), z.null()]).describe("Service purchase pause time. If not paused, it is null."),
|
|
211
|
-
|
|
211
|
+
setting_lock_duration: z.union([z.string(), z.number(), z.bigint()]).describe("Lock duration for critical settings. After Service is published, modifications to 'order_allocators', 'rewards', 'arbitrations', 'machine', and withdrawal from 'compensation_fund' must exceed the 'setting_lock_duration' lock time."),
|
|
212
212
|
order_allocators: z.union([AllocatorsSchema, z.null()]).describe("Order fund allocator list."),
|
|
213
213
|
rewards: z.array(z.string()).describe("Reward object list"),
|
|
214
214
|
um: z.union([z.string(), z.null()]).describe("Contact object"),
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
"type": "string",
|
|
46
46
|
"enum": [
|
|
47
47
|
"localnet",
|
|
48
|
-
"testnet"
|
|
48
|
+
"testnet",
|
|
49
|
+
"devnet"
|
|
49
50
|
],
|
|
50
51
|
"description": "Network entrypoint for Faucet: Specifies which network the operation occurs on"
|
|
51
52
|
}
|
|
@@ -144,7 +145,8 @@
|
|
|
144
145
|
"type": "string",
|
|
145
146
|
"enum": [
|
|
146
147
|
"localnet",
|
|
147
|
-
"testnet"
|
|
148
|
+
"testnet",
|
|
149
|
+
"devnet"
|
|
148
150
|
],
|
|
149
151
|
"description": "Network entrypoint: Specifies which network the operation occurs on"
|
|
150
152
|
}
|
package/dist/schemas/index.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"title": "WoWok MCP Schema Index",
|
|
4
4
|
"description": "Index of all available JSON schemas for WoWok MCP tools",
|
|
5
|
-
"generatedAt": "2026-
|
|
5
|
+
"generatedAt": "2026-06-07T14:21:20.621Z",
|
|
6
6
|
"tools": [
|
|
7
7
|
{
|
|
8
8
|
"name": "onchain_operations",
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
"type": "null"
|
|
611
611
|
}
|
|
612
612
|
],
|
|
613
|
-
"description": "Contact object."
|
|
613
|
+
"description": "Contact object ID or name."
|
|
614
614
|
}
|
|
615
615
|
},
|
|
616
616
|
"required": [
|
|
@@ -642,7 +642,8 @@
|
|
|
642
642
|
"type": "string",
|
|
643
643
|
"enum": [
|
|
644
644
|
"localnet",
|
|
645
|
-
"testnet"
|
|
645
|
+
"testnet",
|
|
646
|
+
"devnet"
|
|
646
647
|
],
|
|
647
648
|
"description": "Network entrypoint: Specifies which network the operation occurs on"
|
|
648
649
|
},
|