@wowok/agent-mcp 2.2.8

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.
Files changed (62) hide show
  1. package/README.md +56 -0
  2. package/dist/index.d.ts +15800 -0
  3. package/dist/index.js +1479 -0
  4. package/dist/schema/call/allocation.d.ts +1430 -0
  5. package/dist/schema/call/allocation.js +24 -0
  6. package/dist/schema/call/arbitration.d.ts +1974 -0
  7. package/dist/schema/call/arbitration.js +92 -0
  8. package/dist/schema/call/base.d.ts +7325 -0
  9. package/dist/schema/call/base.js +138 -0
  10. package/dist/schema/call/contact.d.ts +970 -0
  11. package/dist/schema/call/contact.js +37 -0
  12. package/dist/schema/call/demand.d.ts +1265 -0
  13. package/dist/schema/call/demand.js +47 -0
  14. package/dist/schema/call/guard.d.ts +951 -0
  15. package/dist/schema/call/guard.js +58 -0
  16. package/dist/schema/call/handler.d.ts +38 -0
  17. package/dist/schema/call/handler.js +171 -0
  18. package/dist/schema/call/index.d.ts +18 -0
  19. package/dist/schema/call/index.js +18 -0
  20. package/dist/schema/call/machine.d.ts +3974 -0
  21. package/dist/schema/call/machine.js +152 -0
  22. package/dist/schema/call/order.d.ts +974 -0
  23. package/dist/schema/call/order.js +34 -0
  24. package/dist/schema/call/payment.d.ts +404 -0
  25. package/dist/schema/call/payment.js +17 -0
  26. package/dist/schema/call/permission.d.ts +3017 -0
  27. package/dist/schema/call/permission.js +105 -0
  28. package/dist/schema/call/personal.d.ts +1472 -0
  29. package/dist/schema/call/personal.js +68 -0
  30. package/dist/schema/call/progress.d.ts +725 -0
  31. package/dist/schema/call/progress.js +26 -0
  32. package/dist/schema/call/proof.d.ts +320 -0
  33. package/dist/schema/call/proof.js +27 -0
  34. package/dist/schema/call/repository.d.ts +2358 -0
  35. package/dist/schema/call/repository.js +76 -0
  36. package/dist/schema/call/reward.d.ts +1232 -0
  37. package/dist/schema/call/reward.js +30 -0
  38. package/dist/schema/call/service.d.ts +3494 -0
  39. package/dist/schema/call/service.js +82 -0
  40. package/dist/schema/call/treasury.d.ts +2345 -0
  41. package/dist/schema/call/treasury.js +71 -0
  42. package/dist/schema/common/index.d.ts +843 -0
  43. package/dist/schema/common/index.js +347 -0
  44. package/dist/schema/index.d.ts +7 -0
  45. package/dist/schema/index.js +7 -0
  46. package/dist/schema/local/index.d.ts +17522 -0
  47. package/dist/schema/local/index.js +855 -0
  48. package/dist/schema/local/wip.d.ts +784 -0
  49. package/dist/schema/local/wip.js +187 -0
  50. package/dist/schema/messenger/index.d.ts +4655 -0
  51. package/dist/schema/messenger/index.js +446 -0
  52. package/dist/schema/query/index.d.ts +73445 -0
  53. package/dist/schema/query/index.js +1324 -0
  54. package/dist/schema/utils/guard-parser.d.ts +20 -0
  55. package/dist/schema/utils/guard-parser.js +401 -0
  56. package/dist/schema/utils/guard-query-utils.d.ts +5 -0
  57. package/dist/schema/utils/guard-query-utils.js +22 -0
  58. package/dist/schema/utils/node-parser.d.ts +45 -0
  59. package/dist/schema/utils/node-parser.js +353 -0
  60. package/dist/schema/utils/permission-index-utils.d.ts +2 -0
  61. package/dist/schema/utils/permission-index-utils.js +7 -0
  62. package/package.json +48 -0
@@ -0,0 +1,725 @@
1
+ import { z } from "zod";
2
+ export declare const ProgressNextSchema: z.ZodObject<{
3
+ next_node_name: z.ZodEffects<z.ZodString, string, string>;
4
+ forward: z.ZodEffects<z.ZodString, string, string>;
5
+ }, "strict", z.ZodTypeAny, {
6
+ forward: string;
7
+ next_node_name: string;
8
+ }, {
9
+ forward: string;
10
+ next_node_name: string;
11
+ }>;
12
+ export declare const OperateSchema: z.ZodObject<{
13
+ operation: z.ZodObject<{
14
+ next_node_name: z.ZodEffects<z.ZodString, string, string>;
15
+ forward: z.ZodEffects<z.ZodString, string, string>;
16
+ }, "strict", z.ZodTypeAny, {
17
+ forward: string;
18
+ next_node_name: string;
19
+ }, {
20
+ forward: string;
21
+ next_node_name: string;
22
+ }>;
23
+ hold: z.ZodOptional<z.ZodBoolean>;
24
+ adminUnhold: z.ZodOptional<z.ZodBoolean>;
25
+ message: z.ZodOptional<z.ZodString>;
26
+ }, "strict", z.ZodTypeAny, {
27
+ operation: {
28
+ forward: string;
29
+ next_node_name: string;
30
+ };
31
+ message?: string | undefined;
32
+ hold?: boolean | undefined;
33
+ adminUnhold?: boolean | undefined;
34
+ }, {
35
+ operation: {
36
+ forward: string;
37
+ next_node_name: string;
38
+ };
39
+ message?: string | undefined;
40
+ hold?: boolean | undefined;
41
+ adminUnhold?: boolean | undefined;
42
+ }>;
43
+ export declare const CallProgress_DataSchema: z.ZodObject<{
44
+ object: z.ZodEffects<z.ZodString, string, string>;
45
+ task: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
46
+ repository: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
47
+ op: z.ZodUnion<[z.ZodLiteral<"add">, z.ZodLiteral<"set">]>;
48
+ objects: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
49
+ }, "strict", z.ZodTypeAny, {
50
+ op: "set" | "add";
51
+ objects: string[];
52
+ }, {
53
+ op: "set" | "add";
54
+ objects: string[];
55
+ }>, z.ZodObject<{
56
+ op: z.ZodLiteral<"remove">;
57
+ objects: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
58
+ }, "strict", z.ZodTypeAny, {
59
+ op: "remove";
60
+ objects: string[];
61
+ }, {
62
+ op: "remove";
63
+ objects: string[];
64
+ }>, z.ZodObject<{
65
+ op: z.ZodLiteral<"clear">;
66
+ }, "strict", z.ZodTypeAny, {
67
+ op: "clear";
68
+ }, {
69
+ op: "clear";
70
+ }>]>>;
71
+ progress_namedOperator: z.ZodOptional<z.ZodObject<{
72
+ op: z.ZodUnion<[z.ZodLiteral<"add">, z.ZodLiteral<"set">, z.ZodLiteral<"remove">]>;
73
+ name: z.ZodEffects<z.ZodString, string, string>;
74
+ operators: z.ZodObject<{
75
+ entities: z.ZodArray<z.ZodObject<{
76
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
77
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
78
+ }, "strict", z.ZodTypeAny, {
79
+ name_or_address?: string | undefined;
80
+ local_mark_first?: boolean | undefined;
81
+ }, {
82
+ name_or_address?: string | undefined;
83
+ local_mark_first?: boolean | undefined;
84
+ }>, "many">;
85
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
86
+ }, "strict", z.ZodTypeAny, {
87
+ entities: {
88
+ name_or_address?: string | undefined;
89
+ local_mark_first?: boolean | undefined;
90
+ }[];
91
+ check_all_founded?: boolean | undefined;
92
+ }, {
93
+ entities: {
94
+ name_or_address?: string | undefined;
95
+ local_mark_first?: boolean | undefined;
96
+ }[];
97
+ check_all_founded?: boolean | undefined;
98
+ }>;
99
+ }, "strict", z.ZodTypeAny, {
100
+ name: string;
101
+ op: "set" | "add" | "remove";
102
+ operators: {
103
+ entities: {
104
+ name_or_address?: string | undefined;
105
+ local_mark_first?: boolean | undefined;
106
+ }[];
107
+ check_all_founded?: boolean | undefined;
108
+ };
109
+ }, {
110
+ name: string;
111
+ op: "set" | "add" | "remove";
112
+ operators: {
113
+ entities: {
114
+ name_or_address?: string | undefined;
115
+ local_mark_first?: boolean | undefined;
116
+ }[];
117
+ check_all_founded?: boolean | undefined;
118
+ };
119
+ }>>;
120
+ operate: z.ZodOptional<z.ZodObject<{
121
+ operation: z.ZodObject<{
122
+ next_node_name: z.ZodEffects<z.ZodString, string, string>;
123
+ forward: z.ZodEffects<z.ZodString, string, string>;
124
+ }, "strict", z.ZodTypeAny, {
125
+ forward: string;
126
+ next_node_name: string;
127
+ }, {
128
+ forward: string;
129
+ next_node_name: string;
130
+ }>;
131
+ hold: z.ZodOptional<z.ZodBoolean>;
132
+ adminUnhold: z.ZodOptional<z.ZodBoolean>;
133
+ message: z.ZodOptional<z.ZodString>;
134
+ }, "strict", z.ZodTypeAny, {
135
+ operation: {
136
+ forward: string;
137
+ next_node_name: string;
138
+ };
139
+ message?: string | undefined;
140
+ hold?: boolean | undefined;
141
+ adminUnhold?: boolean | undefined;
142
+ }, {
143
+ operation: {
144
+ forward: string;
145
+ next_node_name: string;
146
+ };
147
+ message?: string | undefined;
148
+ hold?: boolean | undefined;
149
+ adminUnhold?: boolean | undefined;
150
+ }>>;
151
+ }, "strict", z.ZodTypeAny, {
152
+ object: string;
153
+ task?: string | undefined;
154
+ repository?: {
155
+ op: "set" | "add";
156
+ objects: string[];
157
+ } | {
158
+ op: "remove";
159
+ objects: string[];
160
+ } | {
161
+ op: "clear";
162
+ } | undefined;
163
+ progress_namedOperator?: {
164
+ name: string;
165
+ op: "set" | "add" | "remove";
166
+ operators: {
167
+ entities: {
168
+ name_or_address?: string | undefined;
169
+ local_mark_first?: boolean | undefined;
170
+ }[];
171
+ check_all_founded?: boolean | undefined;
172
+ };
173
+ } | undefined;
174
+ operate?: {
175
+ operation: {
176
+ forward: string;
177
+ next_node_name: string;
178
+ };
179
+ message?: string | undefined;
180
+ hold?: boolean | undefined;
181
+ adminUnhold?: boolean | undefined;
182
+ } | undefined;
183
+ }, {
184
+ object: string;
185
+ task?: string | undefined;
186
+ repository?: {
187
+ op: "set" | "add";
188
+ objects: string[];
189
+ } | {
190
+ op: "remove";
191
+ objects: string[];
192
+ } | {
193
+ op: "clear";
194
+ } | undefined;
195
+ progress_namedOperator?: {
196
+ name: string;
197
+ op: "set" | "add" | "remove";
198
+ operators: {
199
+ entities: {
200
+ name_or_address?: string | undefined;
201
+ local_mark_first?: boolean | undefined;
202
+ }[];
203
+ check_all_founded?: boolean | undefined;
204
+ };
205
+ } | undefined;
206
+ operate?: {
207
+ operation: {
208
+ forward: string;
209
+ next_node_name: string;
210
+ };
211
+ message?: string | undefined;
212
+ hold?: boolean | undefined;
213
+ adminUnhold?: boolean | undefined;
214
+ } | undefined;
215
+ }>;
216
+ export declare const CallProgress_InputSchema: z.ZodObject<{
217
+ data: z.ZodObject<{
218
+ object: z.ZodEffects<z.ZodString, string, string>;
219
+ task: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
220
+ repository: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
221
+ op: z.ZodUnion<[z.ZodLiteral<"add">, z.ZodLiteral<"set">]>;
222
+ objects: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
223
+ }, "strict", z.ZodTypeAny, {
224
+ op: "set" | "add";
225
+ objects: string[];
226
+ }, {
227
+ op: "set" | "add";
228
+ objects: string[];
229
+ }>, z.ZodObject<{
230
+ op: z.ZodLiteral<"remove">;
231
+ objects: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
232
+ }, "strict", z.ZodTypeAny, {
233
+ op: "remove";
234
+ objects: string[];
235
+ }, {
236
+ op: "remove";
237
+ objects: string[];
238
+ }>, z.ZodObject<{
239
+ op: z.ZodLiteral<"clear">;
240
+ }, "strict", z.ZodTypeAny, {
241
+ op: "clear";
242
+ }, {
243
+ op: "clear";
244
+ }>]>>;
245
+ progress_namedOperator: z.ZodOptional<z.ZodObject<{
246
+ op: z.ZodUnion<[z.ZodLiteral<"add">, z.ZodLiteral<"set">, z.ZodLiteral<"remove">]>;
247
+ name: z.ZodEffects<z.ZodString, string, string>;
248
+ operators: z.ZodObject<{
249
+ entities: z.ZodArray<z.ZodObject<{
250
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
251
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
252
+ }, "strict", z.ZodTypeAny, {
253
+ name_or_address?: string | undefined;
254
+ local_mark_first?: boolean | undefined;
255
+ }, {
256
+ name_or_address?: string | undefined;
257
+ local_mark_first?: boolean | undefined;
258
+ }>, "many">;
259
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
260
+ }, "strict", z.ZodTypeAny, {
261
+ entities: {
262
+ name_or_address?: string | undefined;
263
+ local_mark_first?: boolean | undefined;
264
+ }[];
265
+ check_all_founded?: boolean | undefined;
266
+ }, {
267
+ entities: {
268
+ name_or_address?: string | undefined;
269
+ local_mark_first?: boolean | undefined;
270
+ }[];
271
+ check_all_founded?: boolean | undefined;
272
+ }>;
273
+ }, "strict", z.ZodTypeAny, {
274
+ name: string;
275
+ op: "set" | "add" | "remove";
276
+ operators: {
277
+ entities: {
278
+ name_or_address?: string | undefined;
279
+ local_mark_first?: boolean | undefined;
280
+ }[];
281
+ check_all_founded?: boolean | undefined;
282
+ };
283
+ }, {
284
+ name: string;
285
+ op: "set" | "add" | "remove";
286
+ operators: {
287
+ entities: {
288
+ name_or_address?: string | undefined;
289
+ local_mark_first?: boolean | undefined;
290
+ }[];
291
+ check_all_founded?: boolean | undefined;
292
+ };
293
+ }>>;
294
+ operate: z.ZodOptional<z.ZodObject<{
295
+ operation: z.ZodObject<{
296
+ next_node_name: z.ZodEffects<z.ZodString, string, string>;
297
+ forward: z.ZodEffects<z.ZodString, string, string>;
298
+ }, "strict", z.ZodTypeAny, {
299
+ forward: string;
300
+ next_node_name: string;
301
+ }, {
302
+ forward: string;
303
+ next_node_name: string;
304
+ }>;
305
+ hold: z.ZodOptional<z.ZodBoolean>;
306
+ adminUnhold: z.ZodOptional<z.ZodBoolean>;
307
+ message: z.ZodOptional<z.ZodString>;
308
+ }, "strict", z.ZodTypeAny, {
309
+ operation: {
310
+ forward: string;
311
+ next_node_name: string;
312
+ };
313
+ message?: string | undefined;
314
+ hold?: boolean | undefined;
315
+ adminUnhold?: boolean | undefined;
316
+ }, {
317
+ operation: {
318
+ forward: string;
319
+ next_node_name: string;
320
+ };
321
+ message?: string | undefined;
322
+ hold?: boolean | undefined;
323
+ adminUnhold?: boolean | undefined;
324
+ }>>;
325
+ }, "strict", z.ZodTypeAny, {
326
+ object: string;
327
+ task?: string | undefined;
328
+ repository?: {
329
+ op: "set" | "add";
330
+ objects: string[];
331
+ } | {
332
+ op: "remove";
333
+ objects: string[];
334
+ } | {
335
+ op: "clear";
336
+ } | undefined;
337
+ progress_namedOperator?: {
338
+ name: string;
339
+ op: "set" | "add" | "remove";
340
+ operators: {
341
+ entities: {
342
+ name_or_address?: string | undefined;
343
+ local_mark_first?: boolean | undefined;
344
+ }[];
345
+ check_all_founded?: boolean | undefined;
346
+ };
347
+ } | undefined;
348
+ operate?: {
349
+ operation: {
350
+ forward: string;
351
+ next_node_name: string;
352
+ };
353
+ message?: string | undefined;
354
+ hold?: boolean | undefined;
355
+ adminUnhold?: boolean | undefined;
356
+ } | undefined;
357
+ }, {
358
+ object: string;
359
+ task?: string | undefined;
360
+ repository?: {
361
+ op: "set" | "add";
362
+ objects: string[];
363
+ } | {
364
+ op: "remove";
365
+ objects: string[];
366
+ } | {
367
+ op: "clear";
368
+ } | undefined;
369
+ progress_namedOperator?: {
370
+ name: string;
371
+ op: "set" | "add" | "remove";
372
+ operators: {
373
+ entities: {
374
+ name_or_address?: string | undefined;
375
+ local_mark_first?: boolean | undefined;
376
+ }[];
377
+ check_all_founded?: boolean | undefined;
378
+ };
379
+ } | undefined;
380
+ operate?: {
381
+ operation: {
382
+ forward: string;
383
+ next_node_name: string;
384
+ };
385
+ message?: string | undefined;
386
+ hold?: boolean | undefined;
387
+ adminUnhold?: boolean | undefined;
388
+ } | undefined;
389
+ }>;
390
+ env: z.ZodOptional<z.ZodObject<{
391
+ account: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
392
+ permission_guard: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
393
+ no_cache: z.ZodOptional<z.ZodBoolean>;
394
+ network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
395
+ referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
396
+ }, "strict", z.ZodTypeAny, {
397
+ account: string;
398
+ no_cache?: boolean | undefined;
399
+ network?: import("wowok").ENTRYPOINT | undefined;
400
+ permission_guard?: string[] | undefined;
401
+ referrer?: string | undefined;
402
+ }, {
403
+ no_cache?: boolean | undefined;
404
+ network?: import("wowok").ENTRYPOINT | undefined;
405
+ account?: string | undefined;
406
+ permission_guard?: string[] | undefined;
407
+ referrer?: string | undefined;
408
+ }>>;
409
+ submission: z.ZodOptional<z.ZodObject<{
410
+ type: z.ZodLiteral<"submission">;
411
+ guard: z.ZodArray<z.ZodObject<{
412
+ object: z.ZodEffects<z.ZodString, string, string>;
413
+ impack: z.ZodBoolean;
414
+ }, "strict", z.ZodTypeAny, {
415
+ object: string;
416
+ impack: boolean;
417
+ }, {
418
+ object: string;
419
+ impack: boolean;
420
+ }>, "many">;
421
+ submission: z.ZodArray<z.ZodObject<{
422
+ guard: z.ZodEffects<z.ZodString, string, string>;
423
+ submission: z.ZodArray<z.ZodObject<{
424
+ identifier: z.ZodNumber;
425
+ b_submission: z.ZodBoolean;
426
+ value_type: z.ZodUnion<[z.ZodLiteral<import("wowok").ValueType.Bool>, z.ZodLiteral<import("wowok").ValueType.Address>, z.ZodLiteral<import("wowok").ValueType.String>, z.ZodLiteral<import("wowok").ValueType.U8>, z.ZodLiteral<import("wowok").ValueType.U16>, z.ZodLiteral<import("wowok").ValueType.U32>, z.ZodLiteral<import("wowok").ValueType.U64>, z.ZodLiteral<import("wowok").ValueType.U128>, z.ZodLiteral<import("wowok").ValueType.U256>, z.ZodLiteral<import("wowok").ValueType.VecBool>, z.ZodLiteral<import("wowok").ValueType.VecAddress>, z.ZodLiteral<import("wowok").ValueType.VecString>, z.ZodLiteral<import("wowok").ValueType.VecU8>, z.ZodLiteral<import("wowok").ValueType.VecU16>, z.ZodLiteral<import("wowok").ValueType.VecU32>, z.ZodLiteral<import("wowok").ValueType.VecU64>, z.ZodLiteral<import("wowok").ValueType.VecU128>, z.ZodLiteral<import("wowok").ValueType.VecU256>, z.ZodLiteral<import("wowok").ValueType.VecVecU8>, z.ZodLiteral<"Bool">, z.ZodLiteral<"Address">, z.ZodLiteral<"String">, z.ZodLiteral<"U8">, z.ZodLiteral<"U16">, z.ZodLiteral<"U32">, z.ZodLiteral<"U64">, z.ZodLiteral<"U128">, z.ZodLiteral<"U256">, z.ZodLiteral<"VecBool">, z.ZodLiteral<"VecAddress">, z.ZodLiteral<"VecString">, z.ZodLiteral<"VecU8">, z.ZodLiteral<"VecU16">, z.ZodLiteral<"VecU32">, z.ZodLiteral<"VecU64">, z.ZodLiteral<"VecU128">, z.ZodLiteral<"VecU256">, z.ZodLiteral<"VecVecU8">, z.ZodLiteral<"bool">, z.ZodLiteral<"address">, z.ZodLiteral<"string">, z.ZodLiteral<"u8">, z.ZodLiteral<"u16">, z.ZodLiteral<"u32">, z.ZodLiteral<"u64">, z.ZodLiteral<"u128">, z.ZodLiteral<"u256">, z.ZodLiteral<"vecbool">, z.ZodLiteral<"vecaddress">, z.ZodLiteral<"vecstring">, z.ZodLiteral<"vecu8">, z.ZodLiteral<"vecu16">, z.ZodLiteral<"vecu32">, z.ZodLiteral<"vecu64">, z.ZodLiteral<"vecu128">, z.ZodLiteral<"vecu256">, z.ZodLiteral<"vecvecu8">]>;
427
+ value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
428
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
429
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
430
+ }, "strict", z.ZodTypeAny, {
431
+ name_or_address?: string | undefined;
432
+ local_mark_first?: boolean | undefined;
433
+ }, {
434
+ name_or_address?: string | undefined;
435
+ local_mark_first?: boolean | undefined;
436
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
437
+ entities: z.ZodArray<z.ZodObject<{
438
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
439
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
440
+ }, "strict", z.ZodTypeAny, {
441
+ name_or_address?: string | undefined;
442
+ local_mark_first?: boolean | undefined;
443
+ }, {
444
+ name_or_address?: string | undefined;
445
+ local_mark_first?: boolean | undefined;
446
+ }>, "many">;
447
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
448
+ }, "strict", z.ZodTypeAny, {
449
+ entities: {
450
+ name_or_address?: string | undefined;
451
+ local_mark_first?: boolean | undefined;
452
+ }[];
453
+ check_all_founded?: boolean | undefined;
454
+ }, {
455
+ entities: {
456
+ name_or_address?: string | undefined;
457
+ local_mark_first?: boolean | undefined;
458
+ }[];
459
+ check_all_founded?: boolean | undefined;
460
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>>;
461
+ name: z.ZodDefault<z.ZodString>;
462
+ } & {
463
+ object_type: z.ZodOptional<z.ZodEnum<[import("wowok").ObjectType.Permission, import("wowok").ObjectType.Repository, import("wowok").ObjectType.Arb, import("wowok").ObjectType.Arbitration, import("wowok").ObjectType.Service, import("wowok").ObjectType.Machine, import("wowok").ObjectType.Order, import("wowok").ObjectType.Progress, import("wowok").ObjectType.Payment, import("wowok").ObjectType.Treasury, import("wowok").ObjectType.Guard, import("wowok").ObjectType.Demand, import("wowok").ObjectType.Passport, import("wowok").ObjectType.Allocation, import("wowok").ObjectType.Resource, import("wowok").ObjectType.Reward, import("wowok").ObjectType.Discount, import("wowok").ObjectType.EntityRegistrar, import("wowok").ObjectType.EntityLinker, import("wowok").ObjectType.Proof, import("wowok").ObjectType.WReceivedObject, import("wowok").ObjectType.Contact, import("wowok").ObjectType.TableItem_ProgressHistory, import("wowok").ObjectType.TableItem_PermissionPerm, import("wowok").ObjectType.TableItem_DemandPresenter, import("wowok").ObjectType.TableItem_MachineNode, import("wowok").ObjectType.TableItem_TreasuryHistory, import("wowok").ObjectType.TableItem_RepositoryData, import("wowok").ObjectType.TableItem_RewardRecord, import("wowok").ObjectType.TableItem_EntityLinker, import("wowok").ObjectType.TableItem_AddressMark, import("wowok").ObjectType.TableItem_EntityRegistrar]>>;
464
+ }, "strict", z.ZodTypeAny, {
465
+ identifier: number;
466
+ b_submission: boolean;
467
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType.Bool | import("wowok").ValueType.Address | import("wowok").ValueType.String | import("wowok").ValueType.U8 | import("wowok").ValueType.U16 | import("wowok").ValueType.U32 | import("wowok").ValueType.U64 | import("wowok").ValueType.U128 | import("wowok").ValueType.U256 | import("wowok").ValueType.VecBool | import("wowok").ValueType.VecAddress | import("wowok").ValueType.VecString | import("wowok").ValueType.VecU8 | import("wowok").ValueType.VecU16 | import("wowok").ValueType.VecU32 | import("wowok").ValueType.VecU64 | import("wowok").ValueType.VecU128 | import("wowok").ValueType.VecU256 | import("wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
468
+ name: string;
469
+ value?: string | number | boolean | {
470
+ name_or_address?: string | undefined;
471
+ local_mark_first?: boolean | undefined;
472
+ } | {
473
+ entities: {
474
+ name_or_address?: string | undefined;
475
+ local_mark_first?: boolean | undefined;
476
+ }[];
477
+ check_all_founded?: boolean | undefined;
478
+ } | string[] | boolean[] | number[] | number[][] | undefined;
479
+ object_type?: import("wowok").ObjectType | undefined;
480
+ }, {
481
+ identifier: number;
482
+ b_submission: boolean;
483
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType.Bool | import("wowok").ValueType.Address | import("wowok").ValueType.String | import("wowok").ValueType.U8 | import("wowok").ValueType.U16 | import("wowok").ValueType.U32 | import("wowok").ValueType.U64 | import("wowok").ValueType.U128 | import("wowok").ValueType.U256 | import("wowok").ValueType.VecBool | import("wowok").ValueType.VecAddress | import("wowok").ValueType.VecString | import("wowok").ValueType.VecU8 | import("wowok").ValueType.VecU16 | import("wowok").ValueType.VecU32 | import("wowok").ValueType.VecU64 | import("wowok").ValueType.VecU128 | import("wowok").ValueType.VecU256 | import("wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
484
+ value?: string | number | boolean | {
485
+ name_or_address?: string | undefined;
486
+ local_mark_first?: boolean | undefined;
487
+ } | {
488
+ entities: {
489
+ name_or_address?: string | undefined;
490
+ local_mark_first?: boolean | undefined;
491
+ }[];
492
+ check_all_founded?: boolean | undefined;
493
+ } | string[] | boolean[] | number[] | number[][] | undefined;
494
+ name?: string | undefined;
495
+ object_type?: import("wowok").ObjectType | undefined;
496
+ }>, "many">;
497
+ }, "strict", z.ZodTypeAny, {
498
+ guard: string;
499
+ submission: {
500
+ identifier: number;
501
+ b_submission: boolean;
502
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType.Bool | import("wowok").ValueType.Address | import("wowok").ValueType.String | import("wowok").ValueType.U8 | import("wowok").ValueType.U16 | import("wowok").ValueType.U32 | import("wowok").ValueType.U64 | import("wowok").ValueType.U128 | import("wowok").ValueType.U256 | import("wowok").ValueType.VecBool | import("wowok").ValueType.VecAddress | import("wowok").ValueType.VecString | import("wowok").ValueType.VecU8 | import("wowok").ValueType.VecU16 | import("wowok").ValueType.VecU32 | import("wowok").ValueType.VecU64 | import("wowok").ValueType.VecU128 | import("wowok").ValueType.VecU256 | import("wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
503
+ name: string;
504
+ value?: string | number | boolean | {
505
+ name_or_address?: string | undefined;
506
+ local_mark_first?: boolean | undefined;
507
+ } | {
508
+ entities: {
509
+ name_or_address?: string | undefined;
510
+ local_mark_first?: boolean | undefined;
511
+ }[];
512
+ check_all_founded?: boolean | undefined;
513
+ } | string[] | boolean[] | number[] | number[][] | undefined;
514
+ object_type?: import("wowok").ObjectType | undefined;
515
+ }[];
516
+ }, {
517
+ guard: string;
518
+ submission: {
519
+ identifier: number;
520
+ b_submission: boolean;
521
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType.Bool | import("wowok").ValueType.Address | import("wowok").ValueType.String | import("wowok").ValueType.U8 | import("wowok").ValueType.U16 | import("wowok").ValueType.U32 | import("wowok").ValueType.U64 | import("wowok").ValueType.U128 | import("wowok").ValueType.U256 | import("wowok").ValueType.VecBool | import("wowok").ValueType.VecAddress | import("wowok").ValueType.VecString | import("wowok").ValueType.VecU8 | import("wowok").ValueType.VecU16 | import("wowok").ValueType.VecU32 | import("wowok").ValueType.VecU64 | import("wowok").ValueType.VecU128 | import("wowok").ValueType.VecU256 | import("wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
522
+ value?: string | number | boolean | {
523
+ name_or_address?: string | undefined;
524
+ local_mark_first?: boolean | undefined;
525
+ } | {
526
+ entities: {
527
+ name_or_address?: string | undefined;
528
+ local_mark_first?: boolean | undefined;
529
+ }[];
530
+ check_all_founded?: boolean | undefined;
531
+ } | string[] | boolean[] | number[] | number[][] | undefined;
532
+ name?: string | undefined;
533
+ object_type?: import("wowok").ObjectType | undefined;
534
+ }[];
535
+ }>, "many">;
536
+ }, "strict", z.ZodTypeAny, {
537
+ type: "submission";
538
+ guard: {
539
+ object: string;
540
+ impack: boolean;
541
+ }[];
542
+ submission: {
543
+ guard: string;
544
+ submission: {
545
+ identifier: number;
546
+ b_submission: boolean;
547
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType.Bool | import("wowok").ValueType.Address | import("wowok").ValueType.String | import("wowok").ValueType.U8 | import("wowok").ValueType.U16 | import("wowok").ValueType.U32 | import("wowok").ValueType.U64 | import("wowok").ValueType.U128 | import("wowok").ValueType.U256 | import("wowok").ValueType.VecBool | import("wowok").ValueType.VecAddress | import("wowok").ValueType.VecString | import("wowok").ValueType.VecU8 | import("wowok").ValueType.VecU16 | import("wowok").ValueType.VecU32 | import("wowok").ValueType.VecU64 | import("wowok").ValueType.VecU128 | import("wowok").ValueType.VecU256 | import("wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
548
+ name: string;
549
+ value?: string | number | boolean | {
550
+ name_or_address?: string | undefined;
551
+ local_mark_first?: boolean | undefined;
552
+ } | {
553
+ entities: {
554
+ name_or_address?: string | undefined;
555
+ local_mark_first?: boolean | undefined;
556
+ }[];
557
+ check_all_founded?: boolean | undefined;
558
+ } | string[] | boolean[] | number[] | number[][] | undefined;
559
+ object_type?: import("wowok").ObjectType | undefined;
560
+ }[];
561
+ }[];
562
+ }, {
563
+ type: "submission";
564
+ guard: {
565
+ object: string;
566
+ impack: boolean;
567
+ }[];
568
+ submission: {
569
+ guard: string;
570
+ submission: {
571
+ identifier: number;
572
+ b_submission: boolean;
573
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType.Bool | import("wowok").ValueType.Address | import("wowok").ValueType.String | import("wowok").ValueType.U8 | import("wowok").ValueType.U16 | import("wowok").ValueType.U32 | import("wowok").ValueType.U64 | import("wowok").ValueType.U128 | import("wowok").ValueType.U256 | import("wowok").ValueType.VecBool | import("wowok").ValueType.VecAddress | import("wowok").ValueType.VecString | import("wowok").ValueType.VecU8 | import("wowok").ValueType.VecU16 | import("wowok").ValueType.VecU32 | import("wowok").ValueType.VecU64 | import("wowok").ValueType.VecU128 | import("wowok").ValueType.VecU256 | import("wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
574
+ value?: string | number | boolean | {
575
+ name_or_address?: string | undefined;
576
+ local_mark_first?: boolean | undefined;
577
+ } | {
578
+ entities: {
579
+ name_or_address?: string | undefined;
580
+ local_mark_first?: boolean | undefined;
581
+ }[];
582
+ check_all_founded?: boolean | undefined;
583
+ } | string[] | boolean[] | number[] | number[][] | undefined;
584
+ name?: string | undefined;
585
+ object_type?: import("wowok").ObjectType | undefined;
586
+ }[];
587
+ }[];
588
+ }>>;
589
+ }, "strict", z.ZodTypeAny, {
590
+ data: {
591
+ object: string;
592
+ task?: string | undefined;
593
+ repository?: {
594
+ op: "set" | "add";
595
+ objects: string[];
596
+ } | {
597
+ op: "remove";
598
+ objects: string[];
599
+ } | {
600
+ op: "clear";
601
+ } | undefined;
602
+ progress_namedOperator?: {
603
+ name: string;
604
+ op: "set" | "add" | "remove";
605
+ operators: {
606
+ entities: {
607
+ name_or_address?: string | undefined;
608
+ local_mark_first?: boolean | undefined;
609
+ }[];
610
+ check_all_founded?: boolean | undefined;
611
+ };
612
+ } | undefined;
613
+ operate?: {
614
+ operation: {
615
+ forward: string;
616
+ next_node_name: string;
617
+ };
618
+ message?: string | undefined;
619
+ hold?: boolean | undefined;
620
+ adminUnhold?: boolean | undefined;
621
+ } | undefined;
622
+ };
623
+ submission?: {
624
+ type: "submission";
625
+ guard: {
626
+ object: string;
627
+ impack: boolean;
628
+ }[];
629
+ submission: {
630
+ guard: string;
631
+ submission: {
632
+ identifier: number;
633
+ b_submission: boolean;
634
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType.Bool | import("wowok").ValueType.Address | import("wowok").ValueType.String | import("wowok").ValueType.U8 | import("wowok").ValueType.U16 | import("wowok").ValueType.U32 | import("wowok").ValueType.U64 | import("wowok").ValueType.U128 | import("wowok").ValueType.U256 | import("wowok").ValueType.VecBool | import("wowok").ValueType.VecAddress | import("wowok").ValueType.VecString | import("wowok").ValueType.VecU8 | import("wowok").ValueType.VecU16 | import("wowok").ValueType.VecU32 | import("wowok").ValueType.VecU64 | import("wowok").ValueType.VecU128 | import("wowok").ValueType.VecU256 | import("wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
635
+ name: string;
636
+ value?: string | number | boolean | {
637
+ name_or_address?: string | undefined;
638
+ local_mark_first?: boolean | undefined;
639
+ } | {
640
+ entities: {
641
+ name_or_address?: string | undefined;
642
+ local_mark_first?: boolean | undefined;
643
+ }[];
644
+ check_all_founded?: boolean | undefined;
645
+ } | string[] | boolean[] | number[] | number[][] | undefined;
646
+ object_type?: import("wowok").ObjectType | undefined;
647
+ }[];
648
+ }[];
649
+ } | undefined;
650
+ env?: {
651
+ account: string;
652
+ no_cache?: boolean | undefined;
653
+ network?: import("wowok").ENTRYPOINT | undefined;
654
+ permission_guard?: string[] | undefined;
655
+ referrer?: string | undefined;
656
+ } | undefined;
657
+ }, {
658
+ data: {
659
+ object: string;
660
+ task?: string | undefined;
661
+ repository?: {
662
+ op: "set" | "add";
663
+ objects: string[];
664
+ } | {
665
+ op: "remove";
666
+ objects: string[];
667
+ } | {
668
+ op: "clear";
669
+ } | undefined;
670
+ progress_namedOperator?: {
671
+ name: string;
672
+ op: "set" | "add" | "remove";
673
+ operators: {
674
+ entities: {
675
+ name_or_address?: string | undefined;
676
+ local_mark_first?: boolean | undefined;
677
+ }[];
678
+ check_all_founded?: boolean | undefined;
679
+ };
680
+ } | undefined;
681
+ operate?: {
682
+ operation: {
683
+ forward: string;
684
+ next_node_name: string;
685
+ };
686
+ message?: string | undefined;
687
+ hold?: boolean | undefined;
688
+ adminUnhold?: boolean | undefined;
689
+ } | undefined;
690
+ };
691
+ submission?: {
692
+ type: "submission";
693
+ guard: {
694
+ object: string;
695
+ impack: boolean;
696
+ }[];
697
+ submission: {
698
+ guard: string;
699
+ submission: {
700
+ identifier: number;
701
+ b_submission: boolean;
702
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType.Bool | import("wowok").ValueType.Address | import("wowok").ValueType.String | import("wowok").ValueType.U8 | import("wowok").ValueType.U16 | import("wowok").ValueType.U32 | import("wowok").ValueType.U64 | import("wowok").ValueType.U128 | import("wowok").ValueType.U256 | import("wowok").ValueType.VecBool | import("wowok").ValueType.VecAddress | import("wowok").ValueType.VecString | import("wowok").ValueType.VecU8 | import("wowok").ValueType.VecU16 | import("wowok").ValueType.VecU32 | import("wowok").ValueType.VecU64 | import("wowok").ValueType.VecU128 | import("wowok").ValueType.VecU256 | import("wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
703
+ value?: string | number | boolean | {
704
+ name_or_address?: string | undefined;
705
+ local_mark_first?: boolean | undefined;
706
+ } | {
707
+ entities: {
708
+ name_or_address?: string | undefined;
709
+ local_mark_first?: boolean | undefined;
710
+ }[];
711
+ check_all_founded?: boolean | undefined;
712
+ } | string[] | boolean[] | number[] | number[][] | undefined;
713
+ name?: string | undefined;
714
+ object_type?: import("wowok").ObjectType | undefined;
715
+ }[];
716
+ }[];
717
+ } | undefined;
718
+ env?: {
719
+ no_cache?: boolean | undefined;
720
+ network?: import("wowok").ENTRYPOINT | undefined;
721
+ account?: string | undefined;
722
+ permission_guard?: string[] | undefined;
723
+ referrer?: string | undefined;
724
+ } | undefined;
725
+ }>;