@wowok/agent-mcp 2.2.8 → 2.2.11
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/README.md +5 -5
- package/dist/index.d.ts +388 -388
- package/dist/index.js +1 -1
- package/dist/schema/call/allocation.d.ts +23 -23
- package/dist/schema/call/arbitration.d.ts +23 -23
- package/dist/schema/call/base.d.ts +72 -72
- package/dist/schema/call/base.js +1 -1
- package/dist/schema/call/contact.d.ts +23 -23
- package/dist/schema/call/demand.d.ts +23 -23
- package/dist/schema/call/guard.d.ts +45 -45
- package/dist/schema/call/handler.d.ts +1 -1
- package/dist/schema/call/handler.js +1 -1
- package/dist/schema/call/machine.d.ts +28 -28
- package/dist/schema/call/order.d.ts +23 -23
- package/dist/schema/call/payment.d.ts +5 -5
- package/dist/schema/call/permission.d.ts +23 -23
- package/dist/schema/call/personal.d.ts +31 -31
- package/dist/schema/call/progress.d.ts +23 -23
- package/dist/schema/call/proof.d.ts +10 -10
- package/dist/schema/call/repository.d.ts +49 -49
- package/dist/schema/call/reward.d.ts +23 -23
- package/dist/schema/call/service.d.ts +38 -38
- package/dist/schema/call/treasury.d.ts +23 -23
- package/dist/schema/common/index.d.ts +1 -1
- package/dist/schema/common/index.js +1 -1
- package/dist/schema/local/index.d.ts +63 -63
- package/dist/schema/messenger/index.d.ts +3 -3
- package/dist/schema/query/index.d.ts +1446 -1446
- package/dist/schema/query/index.js +2 -2
- package/dist/schema/utils/guard-query-utils.d.ts +1 -1
- package/dist/schema/utils/guard-query-utils.js +1 -1
- package/dist/schema/utils/permission-index-utils.js +1 -1
- package/package.json +2 -2
|
@@ -391,17 +391,17 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
391
391
|
account: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
392
392
|
permission_guard: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
393
393
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
394
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
394
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
395
395
|
referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
396
396
|
}, "strict", z.ZodTypeAny, {
|
|
397
397
|
account: string;
|
|
398
398
|
no_cache?: boolean | undefined;
|
|
399
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
399
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
400
400
|
permission_guard?: string[] | undefined;
|
|
401
401
|
referrer?: string | undefined;
|
|
402
402
|
}, {
|
|
403
403
|
no_cache?: boolean | undefined;
|
|
404
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
404
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
405
405
|
account?: string | undefined;
|
|
406
406
|
permission_guard?: string[] | undefined;
|
|
407
407
|
referrer?: string | undefined;
|
|
@@ -423,7 +423,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
423
423
|
submission: z.ZodArray<z.ZodObject<{
|
|
424
424
|
identifier: z.ZodNumber;
|
|
425
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">]>;
|
|
426
|
+
value_type: z.ZodUnion<[z.ZodLiteral<import("@wowok/wowok").ValueType.Bool>, z.ZodLiteral<import("@wowok/wowok").ValueType.Address>, z.ZodLiteral<import("@wowok/wowok").ValueType.String>, z.ZodLiteral<import("@wowok/wowok").ValueType.U8>, z.ZodLiteral<import("@wowok/wowok").ValueType.U16>, z.ZodLiteral<import("@wowok/wowok").ValueType.U32>, z.ZodLiteral<import("@wowok/wowok").ValueType.U64>, z.ZodLiteral<import("@wowok/wowok").ValueType.U128>, z.ZodLiteral<import("@wowok/wowok").ValueType.U256>, z.ZodLiteral<import("@wowok/wowok").ValueType.VecBool>, z.ZodLiteral<import("@wowok/wowok").ValueType.VecAddress>, z.ZodLiteral<import("@wowok/wowok").ValueType.VecString>, z.ZodLiteral<import("@wowok/wowok").ValueType.VecU8>, z.ZodLiteral<import("@wowok/wowok").ValueType.VecU16>, z.ZodLiteral<import("@wowok/wowok").ValueType.VecU32>, z.ZodLiteral<import("@wowok/wowok").ValueType.VecU64>, z.ZodLiteral<import("@wowok/wowok").ValueType.VecU128>, z.ZodLiteral<import("@wowok/wowok").ValueType.VecU256>, z.ZodLiteral<import("@wowok/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
427
|
value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
|
|
428
428
|
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
429
429
|
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -460,11 +460,11 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
460
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
461
|
name: z.ZodDefault<z.ZodString>;
|
|
462
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]>>;
|
|
463
|
+
object_type: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ObjectType.Permission, import("@wowok/wowok").ObjectType.Repository, import("@wowok/wowok").ObjectType.Arb, import("@wowok/wowok").ObjectType.Arbitration, import("@wowok/wowok").ObjectType.Service, import("@wowok/wowok").ObjectType.Machine, import("@wowok/wowok").ObjectType.Order, import("@wowok/wowok").ObjectType.Progress, import("@wowok/wowok").ObjectType.Payment, import("@wowok/wowok").ObjectType.Treasury, import("@wowok/wowok").ObjectType.Guard, import("@wowok/wowok").ObjectType.Demand, import("@wowok/wowok").ObjectType.Passport, import("@wowok/wowok").ObjectType.Allocation, import("@wowok/wowok").ObjectType.Resource, import("@wowok/wowok").ObjectType.Reward, import("@wowok/wowok").ObjectType.Discount, import("@wowok/wowok").ObjectType.EntityRegistrar, import("@wowok/wowok").ObjectType.EntityLinker, import("@wowok/wowok").ObjectType.Proof, import("@wowok/wowok").ObjectType.WReceivedObject, import("@wowok/wowok").ObjectType.Contact, import("@wowok/wowok").ObjectType.TableItem_ProgressHistory, import("@wowok/wowok").ObjectType.TableItem_PermissionPerm, import("@wowok/wowok").ObjectType.TableItem_DemandPresenter, import("@wowok/wowok").ObjectType.TableItem_MachineNode, import("@wowok/wowok").ObjectType.TableItem_TreasuryHistory, import("@wowok/wowok").ObjectType.TableItem_RepositoryData, import("@wowok/wowok").ObjectType.TableItem_RewardRecord, import("@wowok/wowok").ObjectType.TableItem_EntityLinker, import("@wowok/wowok").ObjectType.TableItem_AddressMark, import("@wowok/wowok").ObjectType.TableItem_EntityRegistrar]>>;
|
|
464
464
|
}, "strict", z.ZodTypeAny, {
|
|
465
465
|
identifier: number;
|
|
466
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";
|
|
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/wowok").ValueType.Bool | import("@wowok/wowok").ValueType.Address | import("@wowok/wowok").ValueType.String | import("@wowok/wowok").ValueType.U8 | import("@wowok/wowok").ValueType.U16 | import("@wowok/wowok").ValueType.U32 | import("@wowok/wowok").ValueType.U64 | import("@wowok/wowok").ValueType.U128 | import("@wowok/wowok").ValueType.U256 | import("@wowok/wowok").ValueType.VecBool | import("@wowok/wowok").ValueType.VecAddress | import("@wowok/wowok").ValueType.VecString | import("@wowok/wowok").ValueType.VecU8 | import("@wowok/wowok").ValueType.VecU16 | import("@wowok/wowok").ValueType.VecU32 | import("@wowok/wowok").ValueType.VecU64 | import("@wowok/wowok").ValueType.VecU128 | import("@wowok/wowok").ValueType.VecU256 | import("@wowok/wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
|
|
468
468
|
name: string;
|
|
469
469
|
value?: string | number | boolean | {
|
|
470
470
|
name_or_address?: string | undefined;
|
|
@@ -476,11 +476,11 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
476
476
|
}[];
|
|
477
477
|
check_all_founded?: boolean | undefined;
|
|
478
478
|
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
479
|
-
object_type?: import("wowok").ObjectType | undefined;
|
|
479
|
+
object_type?: import("@wowok/wowok").ObjectType | undefined;
|
|
480
480
|
}, {
|
|
481
481
|
identifier: number;
|
|
482
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";
|
|
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/wowok").ValueType.Bool | import("@wowok/wowok").ValueType.Address | import("@wowok/wowok").ValueType.String | import("@wowok/wowok").ValueType.U8 | import("@wowok/wowok").ValueType.U16 | import("@wowok/wowok").ValueType.U32 | import("@wowok/wowok").ValueType.U64 | import("@wowok/wowok").ValueType.U128 | import("@wowok/wowok").ValueType.U256 | import("@wowok/wowok").ValueType.VecBool | import("@wowok/wowok").ValueType.VecAddress | import("@wowok/wowok").ValueType.VecString | import("@wowok/wowok").ValueType.VecU8 | import("@wowok/wowok").ValueType.VecU16 | import("@wowok/wowok").ValueType.VecU32 | import("@wowok/wowok").ValueType.VecU64 | import("@wowok/wowok").ValueType.VecU128 | import("@wowok/wowok").ValueType.VecU256 | import("@wowok/wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
|
|
484
484
|
value?: string | number | boolean | {
|
|
485
485
|
name_or_address?: string | undefined;
|
|
486
486
|
local_mark_first?: boolean | undefined;
|
|
@@ -492,14 +492,14 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
492
492
|
check_all_founded?: boolean | undefined;
|
|
493
493
|
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
494
494
|
name?: string | undefined;
|
|
495
|
-
object_type?: import("wowok").ObjectType | undefined;
|
|
495
|
+
object_type?: import("@wowok/wowok").ObjectType | undefined;
|
|
496
496
|
}>, "many">;
|
|
497
497
|
}, "strict", z.ZodTypeAny, {
|
|
498
498
|
guard: string;
|
|
499
499
|
submission: {
|
|
500
500
|
identifier: number;
|
|
501
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";
|
|
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/wowok").ValueType.Bool | import("@wowok/wowok").ValueType.Address | import("@wowok/wowok").ValueType.String | import("@wowok/wowok").ValueType.U8 | import("@wowok/wowok").ValueType.U16 | import("@wowok/wowok").ValueType.U32 | import("@wowok/wowok").ValueType.U64 | import("@wowok/wowok").ValueType.U128 | import("@wowok/wowok").ValueType.U256 | import("@wowok/wowok").ValueType.VecBool | import("@wowok/wowok").ValueType.VecAddress | import("@wowok/wowok").ValueType.VecString | import("@wowok/wowok").ValueType.VecU8 | import("@wowok/wowok").ValueType.VecU16 | import("@wowok/wowok").ValueType.VecU32 | import("@wowok/wowok").ValueType.VecU64 | import("@wowok/wowok").ValueType.VecU128 | import("@wowok/wowok").ValueType.VecU256 | import("@wowok/wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
|
|
503
503
|
name: string;
|
|
504
504
|
value?: string | number | boolean | {
|
|
505
505
|
name_or_address?: string | undefined;
|
|
@@ -511,14 +511,14 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
511
511
|
}[];
|
|
512
512
|
check_all_founded?: boolean | undefined;
|
|
513
513
|
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
514
|
-
object_type?: import("wowok").ObjectType | undefined;
|
|
514
|
+
object_type?: import("@wowok/wowok").ObjectType | undefined;
|
|
515
515
|
}[];
|
|
516
516
|
}, {
|
|
517
517
|
guard: string;
|
|
518
518
|
submission: {
|
|
519
519
|
identifier: number;
|
|
520
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";
|
|
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/wowok").ValueType.Bool | import("@wowok/wowok").ValueType.Address | import("@wowok/wowok").ValueType.String | import("@wowok/wowok").ValueType.U8 | import("@wowok/wowok").ValueType.U16 | import("@wowok/wowok").ValueType.U32 | import("@wowok/wowok").ValueType.U64 | import("@wowok/wowok").ValueType.U128 | import("@wowok/wowok").ValueType.U256 | import("@wowok/wowok").ValueType.VecBool | import("@wowok/wowok").ValueType.VecAddress | import("@wowok/wowok").ValueType.VecString | import("@wowok/wowok").ValueType.VecU8 | import("@wowok/wowok").ValueType.VecU16 | import("@wowok/wowok").ValueType.VecU32 | import("@wowok/wowok").ValueType.VecU64 | import("@wowok/wowok").ValueType.VecU128 | import("@wowok/wowok").ValueType.VecU256 | import("@wowok/wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
|
|
522
522
|
value?: string | number | boolean | {
|
|
523
523
|
name_or_address?: string | undefined;
|
|
524
524
|
local_mark_first?: boolean | undefined;
|
|
@@ -530,7 +530,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
530
530
|
check_all_founded?: boolean | undefined;
|
|
531
531
|
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
532
532
|
name?: string | undefined;
|
|
533
|
-
object_type?: import("wowok").ObjectType | undefined;
|
|
533
|
+
object_type?: import("@wowok/wowok").ObjectType | undefined;
|
|
534
534
|
}[];
|
|
535
535
|
}>, "many">;
|
|
536
536
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -544,7 +544,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
544
544
|
submission: {
|
|
545
545
|
identifier: number;
|
|
546
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";
|
|
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/wowok").ValueType.Bool | import("@wowok/wowok").ValueType.Address | import("@wowok/wowok").ValueType.String | import("@wowok/wowok").ValueType.U8 | import("@wowok/wowok").ValueType.U16 | import("@wowok/wowok").ValueType.U32 | import("@wowok/wowok").ValueType.U64 | import("@wowok/wowok").ValueType.U128 | import("@wowok/wowok").ValueType.U256 | import("@wowok/wowok").ValueType.VecBool | import("@wowok/wowok").ValueType.VecAddress | import("@wowok/wowok").ValueType.VecString | import("@wowok/wowok").ValueType.VecU8 | import("@wowok/wowok").ValueType.VecU16 | import("@wowok/wowok").ValueType.VecU32 | import("@wowok/wowok").ValueType.VecU64 | import("@wowok/wowok").ValueType.VecU128 | import("@wowok/wowok").ValueType.VecU256 | import("@wowok/wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
|
|
548
548
|
name: string;
|
|
549
549
|
value?: string | number | boolean | {
|
|
550
550
|
name_or_address?: string | undefined;
|
|
@@ -556,7 +556,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
556
556
|
}[];
|
|
557
557
|
check_all_founded?: boolean | undefined;
|
|
558
558
|
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
559
|
-
object_type?: import("wowok").ObjectType | undefined;
|
|
559
|
+
object_type?: import("@wowok/wowok").ObjectType | undefined;
|
|
560
560
|
}[];
|
|
561
561
|
}[];
|
|
562
562
|
}, {
|
|
@@ -570,7 +570,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
570
570
|
submission: {
|
|
571
571
|
identifier: number;
|
|
572
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";
|
|
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/wowok").ValueType.Bool | import("@wowok/wowok").ValueType.Address | import("@wowok/wowok").ValueType.String | import("@wowok/wowok").ValueType.U8 | import("@wowok/wowok").ValueType.U16 | import("@wowok/wowok").ValueType.U32 | import("@wowok/wowok").ValueType.U64 | import("@wowok/wowok").ValueType.U128 | import("@wowok/wowok").ValueType.U256 | import("@wowok/wowok").ValueType.VecBool | import("@wowok/wowok").ValueType.VecAddress | import("@wowok/wowok").ValueType.VecString | import("@wowok/wowok").ValueType.VecU8 | import("@wowok/wowok").ValueType.VecU16 | import("@wowok/wowok").ValueType.VecU32 | import("@wowok/wowok").ValueType.VecU64 | import("@wowok/wowok").ValueType.VecU128 | import("@wowok/wowok").ValueType.VecU256 | import("@wowok/wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
|
|
574
574
|
value?: string | number | boolean | {
|
|
575
575
|
name_or_address?: string | undefined;
|
|
576
576
|
local_mark_first?: boolean | undefined;
|
|
@@ -582,7 +582,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
582
582
|
check_all_founded?: boolean | undefined;
|
|
583
583
|
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
584
584
|
name?: string | undefined;
|
|
585
|
-
object_type?: import("wowok").ObjectType | undefined;
|
|
585
|
+
object_type?: import("@wowok/wowok").ObjectType | undefined;
|
|
586
586
|
}[];
|
|
587
587
|
}[];
|
|
588
588
|
}>>;
|
|
@@ -631,7 +631,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
631
631
|
submission: {
|
|
632
632
|
identifier: number;
|
|
633
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";
|
|
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/wowok").ValueType.Bool | import("@wowok/wowok").ValueType.Address | import("@wowok/wowok").ValueType.String | import("@wowok/wowok").ValueType.U8 | import("@wowok/wowok").ValueType.U16 | import("@wowok/wowok").ValueType.U32 | import("@wowok/wowok").ValueType.U64 | import("@wowok/wowok").ValueType.U128 | import("@wowok/wowok").ValueType.U256 | import("@wowok/wowok").ValueType.VecBool | import("@wowok/wowok").ValueType.VecAddress | import("@wowok/wowok").ValueType.VecString | import("@wowok/wowok").ValueType.VecU8 | import("@wowok/wowok").ValueType.VecU16 | import("@wowok/wowok").ValueType.VecU32 | import("@wowok/wowok").ValueType.VecU64 | import("@wowok/wowok").ValueType.VecU128 | import("@wowok/wowok").ValueType.VecU256 | import("@wowok/wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
|
|
635
635
|
name: string;
|
|
636
636
|
value?: string | number | boolean | {
|
|
637
637
|
name_or_address?: string | undefined;
|
|
@@ -643,14 +643,14 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
643
643
|
}[];
|
|
644
644
|
check_all_founded?: boolean | undefined;
|
|
645
645
|
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
646
|
-
object_type?: import("wowok").ObjectType | undefined;
|
|
646
|
+
object_type?: import("@wowok/wowok").ObjectType | undefined;
|
|
647
647
|
}[];
|
|
648
648
|
}[];
|
|
649
649
|
} | undefined;
|
|
650
650
|
env?: {
|
|
651
651
|
account: string;
|
|
652
652
|
no_cache?: boolean | undefined;
|
|
653
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
653
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
654
654
|
permission_guard?: string[] | undefined;
|
|
655
655
|
referrer?: string | undefined;
|
|
656
656
|
} | undefined;
|
|
@@ -699,7 +699,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
699
699
|
submission: {
|
|
700
700
|
identifier: number;
|
|
701
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";
|
|
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/wowok").ValueType.Bool | import("@wowok/wowok").ValueType.Address | import("@wowok/wowok").ValueType.String | import("@wowok/wowok").ValueType.U8 | import("@wowok/wowok").ValueType.U16 | import("@wowok/wowok").ValueType.U32 | import("@wowok/wowok").ValueType.U64 | import("@wowok/wowok").ValueType.U128 | import("@wowok/wowok").ValueType.U256 | import("@wowok/wowok").ValueType.VecBool | import("@wowok/wowok").ValueType.VecAddress | import("@wowok/wowok").ValueType.VecString | import("@wowok/wowok").ValueType.VecU8 | import("@wowok/wowok").ValueType.VecU16 | import("@wowok/wowok").ValueType.VecU32 | import("@wowok/wowok").ValueType.VecU64 | import("@wowok/wowok").ValueType.VecU128 | import("@wowok/wowok").ValueType.VecU256 | import("@wowok/wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
|
|
703
703
|
value?: string | number | boolean | {
|
|
704
704
|
name_or_address?: string | undefined;
|
|
705
705
|
local_mark_first?: boolean | undefined;
|
|
@@ -711,13 +711,13 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
711
711
|
check_all_founded?: boolean | undefined;
|
|
712
712
|
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
713
713
|
name?: string | undefined;
|
|
714
|
-
object_type?: import("wowok").ObjectType | undefined;
|
|
714
|
+
object_type?: import("@wowok/wowok").ObjectType | undefined;
|
|
715
715
|
}[];
|
|
716
716
|
}[];
|
|
717
717
|
} | undefined;
|
|
718
718
|
env?: {
|
|
719
719
|
no_cache?: boolean | undefined;
|
|
720
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
720
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
721
721
|
account?: string | undefined;
|
|
722
722
|
permission_guard?: string[] | undefined;
|
|
723
723
|
referrer?: string | undefined;
|
|
@@ -160,17 +160,17 @@ export declare const CallProof_InputSchema: z.ZodObject<{
|
|
|
160
160
|
account: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
161
161
|
permission_guard: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
162
162
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
163
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
163
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
164
164
|
referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
165
165
|
}, "strict", z.ZodTypeAny, {
|
|
166
166
|
account: string;
|
|
167
167
|
no_cache?: boolean | undefined;
|
|
168
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
168
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
169
169
|
permission_guard?: string[] | undefined;
|
|
170
170
|
referrer?: string | undefined;
|
|
171
171
|
}, {
|
|
172
172
|
no_cache?: boolean | undefined;
|
|
173
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
173
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
174
174
|
account?: string | undefined;
|
|
175
175
|
permission_guard?: string[] | undefined;
|
|
176
176
|
referrer?: string | undefined;
|
|
@@ -199,7 +199,7 @@ export declare const CallProof_InputSchema: z.ZodObject<{
|
|
|
199
199
|
env?: {
|
|
200
200
|
account: string;
|
|
201
201
|
no_cache?: boolean | undefined;
|
|
202
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
202
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
203
203
|
permission_guard?: string[] | undefined;
|
|
204
204
|
referrer?: string | undefined;
|
|
205
205
|
} | undefined;
|
|
@@ -226,7 +226,7 @@ export declare const CallProof_InputSchema: z.ZodObject<{
|
|
|
226
226
|
};
|
|
227
227
|
env?: {
|
|
228
228
|
no_cache?: boolean | undefined;
|
|
229
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
229
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
230
230
|
account?: string | undefined;
|
|
231
231
|
permission_guard?: string[] | undefined;
|
|
232
232
|
referrer?: string | undefined;
|
|
@@ -259,17 +259,17 @@ export declare const CallGenProof_InputSchema: z.ZodObject<{
|
|
|
259
259
|
account: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
260
260
|
permission_guard: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
261
261
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
262
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
262
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
263
263
|
referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
264
264
|
}, "strict", z.ZodTypeAny, {
|
|
265
265
|
account: string;
|
|
266
266
|
no_cache?: boolean | undefined;
|
|
267
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
267
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
268
268
|
permission_guard?: string[] | undefined;
|
|
269
269
|
referrer?: string | undefined;
|
|
270
270
|
}, {
|
|
271
271
|
no_cache?: boolean | undefined;
|
|
272
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
272
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
273
273
|
account?: string | undefined;
|
|
274
274
|
permission_guard?: string[] | undefined;
|
|
275
275
|
referrer?: string | undefined;
|
|
@@ -283,7 +283,7 @@ export declare const CallGenProof_InputSchema: z.ZodObject<{
|
|
|
283
283
|
env?: {
|
|
284
284
|
account: string;
|
|
285
285
|
no_cache?: boolean | undefined;
|
|
286
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
286
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
287
287
|
permission_guard?: string[] | undefined;
|
|
288
288
|
referrer?: string | undefined;
|
|
289
289
|
} | undefined;
|
|
@@ -302,7 +302,7 @@ export declare const CallGenProof_InputSchema: z.ZodObject<{
|
|
|
302
302
|
description?: string | undefined;
|
|
303
303
|
env?: {
|
|
304
304
|
no_cache?: boolean | undefined;
|
|
305
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
305
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
306
306
|
account?: string | undefined;
|
|
307
307
|
permission_guard?: string[] | undefined;
|
|
308
308
|
referrer?: string | undefined;
|