@wowok/agent-mcp 2.2.19 → 2.2.21
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/LICENSE +36 -0
- package/dist/index.d.ts +79 -25
- package/dist/schema/call/base.d.ts +830 -1214
- package/dist/schema/call/machine.d.ts +269 -83
- package/dist/schema/call/machine.js +2 -7
- package/dist/schema/common/index.d.ts +40 -40
- package/dist/schema/common/index.js +2 -2
- package/dist/schema/local/index.d.ts +1960 -3000
- package/dist/schema/local/index.js +10 -10
- package/dist/schema/query/index.d.ts +5840 -5840
- package/dist/schemas/index.json +1 -1
- package/dist/schemas/onchain_operations_machine.schema.json +1 -40
- package/package.json +3 -2
|
@@ -92,40 +92,40 @@ export declare const ObjectOwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
92
92
|
ObjectOwner: string;
|
|
93
93
|
}>, z.ZodObject<{
|
|
94
94
|
Shared: z.ZodObject<{
|
|
95
|
-
initial_shared_version: z.
|
|
95
|
+
initial_shared_version: z.ZodString;
|
|
96
96
|
}, "strict", z.ZodTypeAny, {
|
|
97
|
-
initial_shared_version: string
|
|
97
|
+
initial_shared_version: string;
|
|
98
98
|
}, {
|
|
99
|
-
initial_shared_version: string
|
|
99
|
+
initial_shared_version: string;
|
|
100
100
|
}>;
|
|
101
101
|
}, "strict", z.ZodTypeAny, {
|
|
102
102
|
Shared: {
|
|
103
|
-
initial_shared_version: string
|
|
103
|
+
initial_shared_version: string;
|
|
104
104
|
};
|
|
105
105
|
}, {
|
|
106
106
|
Shared: {
|
|
107
|
-
initial_shared_version: string
|
|
107
|
+
initial_shared_version: string;
|
|
108
108
|
};
|
|
109
109
|
}>, z.ZodLiteral<"Immutable">, z.ZodObject<{
|
|
110
110
|
ConsensusAddressOwner: z.ZodObject<{
|
|
111
111
|
owner: z.ZodString;
|
|
112
|
-
start_version: z.
|
|
112
|
+
start_version: z.ZodString;
|
|
113
113
|
}, "strict", z.ZodTypeAny, {
|
|
114
114
|
owner: string;
|
|
115
|
-
start_version: string
|
|
115
|
+
start_version: string;
|
|
116
116
|
}, {
|
|
117
117
|
owner: string;
|
|
118
|
-
start_version: string
|
|
118
|
+
start_version: string;
|
|
119
119
|
}>;
|
|
120
120
|
}, "strict", z.ZodTypeAny, {
|
|
121
121
|
ConsensusAddressOwner: {
|
|
122
122
|
owner: string;
|
|
123
|
-
start_version: string
|
|
123
|
+
start_version: string;
|
|
124
124
|
};
|
|
125
125
|
}, {
|
|
126
126
|
ConsensusAddressOwner: {
|
|
127
127
|
owner: string;
|
|
128
|
-
start_version: string
|
|
128
|
+
start_version: string;
|
|
129
129
|
};
|
|
130
130
|
}>]>;
|
|
131
131
|
export declare const ValueTypeUserSchema: z.ZodUnion<[z.ZodLiteral<WowValueType.Bool>, z.ZodLiteral<WowValueType.Address>, z.ZodLiteral<WowValueType.String>, z.ZodLiteral<WowValueType.U8>, z.ZodLiteral<WowValueType.U16>, z.ZodLiteral<WowValueType.U32>, z.ZodLiteral<WowValueType.U64>, z.ZodLiteral<WowValueType.U128>, z.ZodLiteral<WowValueType.U256>, z.ZodLiteral<WowValueType.VecBool>, z.ZodLiteral<WowValueType.VecAddress>, z.ZodLiteral<WowValueType.VecString>, z.ZodLiteral<WowValueType.VecU8>, z.ZodLiteral<WowValueType.VecU16>, z.ZodLiteral<WowValueType.VecU32>, z.ZodLiteral<WowValueType.VecU64>, z.ZodLiteral<WowValueType.VecU128>, z.ZodLiteral<WowValueType.VecU256>, z.ZodLiteral<WowValueType.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">]>;
|
|
@@ -368,40 +368,40 @@ export declare const ObjectBaseSchema: z.ZodObject<{
|
|
|
368
368
|
ObjectOwner: string;
|
|
369
369
|
}>, z.ZodObject<{
|
|
370
370
|
Shared: z.ZodObject<{
|
|
371
|
-
initial_shared_version: z.
|
|
371
|
+
initial_shared_version: z.ZodString;
|
|
372
372
|
}, "strict", z.ZodTypeAny, {
|
|
373
|
-
initial_shared_version: string
|
|
373
|
+
initial_shared_version: string;
|
|
374
374
|
}, {
|
|
375
|
-
initial_shared_version: string
|
|
375
|
+
initial_shared_version: string;
|
|
376
376
|
}>;
|
|
377
377
|
}, "strict", z.ZodTypeAny, {
|
|
378
378
|
Shared: {
|
|
379
|
-
initial_shared_version: string
|
|
379
|
+
initial_shared_version: string;
|
|
380
380
|
};
|
|
381
381
|
}, {
|
|
382
382
|
Shared: {
|
|
383
|
-
initial_shared_version: string
|
|
383
|
+
initial_shared_version: string;
|
|
384
384
|
};
|
|
385
385
|
}>, z.ZodLiteral<"Immutable">, z.ZodObject<{
|
|
386
386
|
ConsensusAddressOwner: z.ZodObject<{
|
|
387
387
|
owner: z.ZodString;
|
|
388
|
-
start_version: z.
|
|
388
|
+
start_version: z.ZodString;
|
|
389
389
|
}, "strict", z.ZodTypeAny, {
|
|
390
390
|
owner: string;
|
|
391
|
-
start_version: string
|
|
391
|
+
start_version: string;
|
|
392
392
|
}, {
|
|
393
393
|
owner: string;
|
|
394
|
-
start_version: string
|
|
394
|
+
start_version: string;
|
|
395
395
|
}>;
|
|
396
396
|
}, "strict", z.ZodTypeAny, {
|
|
397
397
|
ConsensusAddressOwner: {
|
|
398
398
|
owner: string;
|
|
399
|
-
start_version: string
|
|
399
|
+
start_version: string;
|
|
400
400
|
};
|
|
401
401
|
}, {
|
|
402
402
|
ConsensusAddressOwner: {
|
|
403
403
|
owner: string;
|
|
404
|
-
start_version: string
|
|
404
|
+
start_version: string;
|
|
405
405
|
};
|
|
406
406
|
}>]>, z.ZodNull]>>;
|
|
407
407
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -437,40 +437,40 @@ export declare const ObjectBaseSchema: z.ZodObject<{
|
|
|
437
437
|
ObjectOwner: string;
|
|
438
438
|
}>, z.ZodObject<{
|
|
439
439
|
Shared: z.ZodObject<{
|
|
440
|
-
initial_shared_version: z.
|
|
440
|
+
initial_shared_version: z.ZodString;
|
|
441
441
|
}, "strict", z.ZodTypeAny, {
|
|
442
|
-
initial_shared_version: string
|
|
442
|
+
initial_shared_version: string;
|
|
443
443
|
}, {
|
|
444
|
-
initial_shared_version: string
|
|
444
|
+
initial_shared_version: string;
|
|
445
445
|
}>;
|
|
446
446
|
}, "strict", z.ZodTypeAny, {
|
|
447
447
|
Shared: {
|
|
448
|
-
initial_shared_version: string
|
|
448
|
+
initial_shared_version: string;
|
|
449
449
|
};
|
|
450
450
|
}, {
|
|
451
451
|
Shared: {
|
|
452
|
-
initial_shared_version: string
|
|
452
|
+
initial_shared_version: string;
|
|
453
453
|
};
|
|
454
454
|
}>, z.ZodLiteral<"Immutable">, z.ZodObject<{
|
|
455
455
|
ConsensusAddressOwner: z.ZodObject<{
|
|
456
456
|
owner: z.ZodString;
|
|
457
|
-
start_version: z.
|
|
457
|
+
start_version: z.ZodString;
|
|
458
458
|
}, "strict", z.ZodTypeAny, {
|
|
459
459
|
owner: string;
|
|
460
|
-
start_version: string
|
|
460
|
+
start_version: string;
|
|
461
461
|
}, {
|
|
462
462
|
owner: string;
|
|
463
|
-
start_version: string
|
|
463
|
+
start_version: string;
|
|
464
464
|
}>;
|
|
465
465
|
}, "strict", z.ZodTypeAny, {
|
|
466
466
|
ConsensusAddressOwner: {
|
|
467
467
|
owner: string;
|
|
468
|
-
start_version: string
|
|
468
|
+
start_version: string;
|
|
469
469
|
};
|
|
470
470
|
}, {
|
|
471
471
|
ConsensusAddressOwner: {
|
|
472
472
|
owner: string;
|
|
473
|
-
start_version: string
|
|
473
|
+
start_version: string;
|
|
474
474
|
};
|
|
475
475
|
}>]>, z.ZodNull]>>;
|
|
476
476
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -506,40 +506,40 @@ export declare const ObjectBaseSchema: z.ZodObject<{
|
|
|
506
506
|
ObjectOwner: string;
|
|
507
507
|
}>, z.ZodObject<{
|
|
508
508
|
Shared: z.ZodObject<{
|
|
509
|
-
initial_shared_version: z.
|
|
509
|
+
initial_shared_version: z.ZodString;
|
|
510
510
|
}, "strict", z.ZodTypeAny, {
|
|
511
|
-
initial_shared_version: string
|
|
511
|
+
initial_shared_version: string;
|
|
512
512
|
}, {
|
|
513
|
-
initial_shared_version: string
|
|
513
|
+
initial_shared_version: string;
|
|
514
514
|
}>;
|
|
515
515
|
}, "strict", z.ZodTypeAny, {
|
|
516
516
|
Shared: {
|
|
517
|
-
initial_shared_version: string
|
|
517
|
+
initial_shared_version: string;
|
|
518
518
|
};
|
|
519
519
|
}, {
|
|
520
520
|
Shared: {
|
|
521
|
-
initial_shared_version: string
|
|
521
|
+
initial_shared_version: string;
|
|
522
522
|
};
|
|
523
523
|
}>, z.ZodLiteral<"Immutable">, z.ZodObject<{
|
|
524
524
|
ConsensusAddressOwner: z.ZodObject<{
|
|
525
525
|
owner: z.ZodString;
|
|
526
|
-
start_version: z.
|
|
526
|
+
start_version: z.ZodString;
|
|
527
527
|
}, "strict", z.ZodTypeAny, {
|
|
528
528
|
owner: string;
|
|
529
|
-
start_version: string
|
|
529
|
+
start_version: string;
|
|
530
530
|
}, {
|
|
531
531
|
owner: string;
|
|
532
|
-
start_version: string
|
|
532
|
+
start_version: string;
|
|
533
533
|
}>;
|
|
534
534
|
}, "strict", z.ZodTypeAny, {
|
|
535
535
|
ConsensusAddressOwner: {
|
|
536
536
|
owner: string;
|
|
537
|
-
start_version: string
|
|
537
|
+
start_version: string;
|
|
538
538
|
};
|
|
539
539
|
}, {
|
|
540
540
|
ConsensusAddressOwner: {
|
|
541
541
|
owner: string;
|
|
542
|
-
start_version: string
|
|
542
|
+
start_version: string;
|
|
543
543
|
};
|
|
544
544
|
}>]>, z.ZodNull]>>;
|
|
545
545
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -105,14 +105,14 @@ export const ObjectOwnerSchema = z.union([
|
|
|
105
105
|
}).strict(),
|
|
106
106
|
z.object({
|
|
107
107
|
Shared: z.object({
|
|
108
|
-
initial_shared_version: z.
|
|
108
|
+
initial_shared_version: z.string().describe("Version when object became shared"),
|
|
109
109
|
}).strict().describe("Shared object"),
|
|
110
110
|
}).strict(),
|
|
111
111
|
z.literal("Immutable"),
|
|
112
112
|
z.object({
|
|
113
113
|
ConsensusAddressOwner: z.object({
|
|
114
114
|
owner: z.string().describe("Consensus ID owner"),
|
|
115
|
-
start_version: z.
|
|
115
|
+
start_version: z.string().describe("Version when object recently became consensus object"),
|
|
116
116
|
}).strict().describe("Consensus ID owner"),
|
|
117
117
|
}).strict(),
|
|
118
118
|
]).describe("Object owner");
|