@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
|
@@ -4546,10 +4546,10 @@ export declare const QueryAccountSchema: z.ZodObject<{
|
|
|
4546
4546
|
limit?: number | null | undefined;
|
|
4547
4547
|
}>>;
|
|
4548
4548
|
token_type: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4549
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
4549
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
4550
4550
|
}, "strip", z.ZodTypeAny, {
|
|
4551
4551
|
name_or_address?: string | undefined;
|
|
4552
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
4552
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
4553
4553
|
balance?: boolean | undefined;
|
|
4554
4554
|
token_type?: string | undefined;
|
|
4555
4555
|
coin?: {
|
|
@@ -4558,7 +4558,7 @@ export declare const QueryAccountSchema: z.ZodObject<{
|
|
|
4558
4558
|
} | undefined;
|
|
4559
4559
|
}, {
|
|
4560
4560
|
name_or_address?: string | undefined;
|
|
4561
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
4561
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
4562
4562
|
balance?: boolean | undefined;
|
|
4563
4563
|
token_type?: string | undefined;
|
|
4564
4564
|
coin?: {
|
|
@@ -4692,12 +4692,12 @@ export declare const AccountOperationSchema: z.ZodObject<{
|
|
|
4692
4692
|
}>>;
|
|
4693
4693
|
faucet: z.ZodOptional<z.ZodObject<{
|
|
4694
4694
|
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4695
|
-
network: z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>;
|
|
4695
|
+
network: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>;
|
|
4696
4696
|
}, "strip", z.ZodTypeAny, {
|
|
4697
|
-
network: import("wowok").ENTRYPOINT;
|
|
4697
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
4698
4698
|
name_or_address?: string | undefined;
|
|
4699
4699
|
}, {
|
|
4700
|
-
network: import("wowok").ENTRYPOINT;
|
|
4700
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
4701
4701
|
name_or_address?: string | undefined;
|
|
4702
4702
|
}>>;
|
|
4703
4703
|
suspend: z.ZodOptional<z.ZodObject<{
|
|
@@ -4742,16 +4742,16 @@ export declare const AccountOperationSchema: z.ZodObject<{
|
|
|
4742
4742
|
name_or_address_to: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4743
4743
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
4744
4744
|
token_type: z.ZodOptional<z.ZodString>;
|
|
4745
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
4745
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
4746
4746
|
}, "strip", z.ZodTypeAny, {
|
|
4747
4747
|
amount: string | number;
|
|
4748
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
4748
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
4749
4749
|
token_type?: string | undefined;
|
|
4750
4750
|
name_or_address_from?: string | undefined;
|
|
4751
4751
|
name_or_address_to?: string | undefined;
|
|
4752
4752
|
}, {
|
|
4753
4753
|
amount: string | number;
|
|
4754
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
4754
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
4755
4755
|
token_type?: string | undefined;
|
|
4756
4756
|
name_or_address_from?: string | undefined;
|
|
4757
4757
|
name_or_address_to?: string | undefined;
|
|
@@ -4760,16 +4760,16 @@ export declare const AccountOperationSchema: z.ZodObject<{
|
|
|
4760
4760
|
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4761
4761
|
balance_required: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
4762
4762
|
token_type: z.ZodOptional<z.ZodString>;
|
|
4763
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
4763
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
4764
4764
|
}, "strip", z.ZodTypeAny, {
|
|
4765
4765
|
balance_required: string | number;
|
|
4766
4766
|
name_or_address?: string | undefined;
|
|
4767
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
4767
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
4768
4768
|
token_type?: string | undefined;
|
|
4769
4769
|
}, {
|
|
4770
4770
|
balance_required: string | number;
|
|
4771
4771
|
name_or_address?: string | undefined;
|
|
4772
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
4772
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
4773
4773
|
token_type?: string | undefined;
|
|
4774
4774
|
}>>;
|
|
4775
4775
|
signData: z.ZodOptional<z.ZodObject<{
|
|
@@ -4802,7 +4802,7 @@ export declare const AccountOperationSchema: z.ZodObject<{
|
|
|
4802
4802
|
m?: string | null | undefined;
|
|
4803
4803
|
} | undefined;
|
|
4804
4804
|
faucet?: {
|
|
4805
|
-
network: import("wowok").ENTRYPOINT;
|
|
4805
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
4806
4806
|
name_or_address?: string | undefined;
|
|
4807
4807
|
} | undefined;
|
|
4808
4808
|
suspend?: {
|
|
@@ -4822,7 +4822,7 @@ export declare const AccountOperationSchema: z.ZodObject<{
|
|
|
4822
4822
|
} | undefined;
|
|
4823
4823
|
transfer?: {
|
|
4824
4824
|
amount: string | number;
|
|
4825
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
4825
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
4826
4826
|
token_type?: string | undefined;
|
|
4827
4827
|
name_or_address_from?: string | undefined;
|
|
4828
4828
|
name_or_address_to?: string | undefined;
|
|
@@ -4830,7 +4830,7 @@ export declare const AccountOperationSchema: z.ZodObject<{
|
|
|
4830
4830
|
get?: {
|
|
4831
4831
|
balance_required: string | number;
|
|
4832
4832
|
name_or_address?: string | undefined;
|
|
4833
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
4833
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
4834
4834
|
token_type?: string | undefined;
|
|
4835
4835
|
} | undefined;
|
|
4836
4836
|
signData?: {
|
|
@@ -4849,7 +4849,7 @@ export declare const AccountOperationSchema: z.ZodObject<{
|
|
|
4849
4849
|
m?: string | null | undefined;
|
|
4850
4850
|
} | undefined;
|
|
4851
4851
|
faucet?: {
|
|
4852
|
-
network: import("wowok").ENTRYPOINT;
|
|
4852
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
4853
4853
|
name_or_address?: string | undefined;
|
|
4854
4854
|
} | undefined;
|
|
4855
4855
|
suspend?: {
|
|
@@ -4869,7 +4869,7 @@ export declare const AccountOperationSchema: z.ZodObject<{
|
|
|
4869
4869
|
} | undefined;
|
|
4870
4870
|
transfer?: {
|
|
4871
4871
|
amount: string | number;
|
|
4872
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
4872
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
4873
4873
|
token_type?: string | undefined;
|
|
4874
4874
|
name_or_address_from?: string | undefined;
|
|
4875
4875
|
name_or_address_to?: string | undefined;
|
|
@@ -4877,7 +4877,7 @@ export declare const AccountOperationSchema: z.ZodObject<{
|
|
|
4877
4877
|
get?: {
|
|
4878
4878
|
balance_required: string | number;
|
|
4879
4879
|
name_or_address?: string | undefined;
|
|
4880
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
4880
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
4881
4881
|
token_type?: string | undefined;
|
|
4882
4882
|
} | undefined;
|
|
4883
4883
|
signData?: {
|
|
@@ -4919,9 +4919,9 @@ export declare const AccountOperationResultSchema: z.ZodObject<{
|
|
|
4919
4919
|
amount: number;
|
|
4920
4920
|
transferTxDigest: string;
|
|
4921
4921
|
}>, "many">;
|
|
4922
|
-
network: z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>;
|
|
4922
|
+
network: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>;
|
|
4923
4923
|
}, "strip", z.ZodTypeAny, {
|
|
4924
|
-
network: import("wowok").ENTRYPOINT;
|
|
4924
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
4925
4925
|
result: {
|
|
4926
4926
|
id: string;
|
|
4927
4927
|
amount: number;
|
|
@@ -4929,7 +4929,7 @@ export declare const AccountOperationResultSchema: z.ZodObject<{
|
|
|
4929
4929
|
}[];
|
|
4930
4930
|
name_or_address?: string | undefined;
|
|
4931
4931
|
}, {
|
|
4932
|
-
network: import("wowok").ENTRYPOINT;
|
|
4932
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
4933
4933
|
result: {
|
|
4934
4934
|
id: string;
|
|
4935
4935
|
amount: number;
|
|
@@ -7207,17 +7207,17 @@ export declare const AccountOperationResultSchema: z.ZodObject<{
|
|
|
7207
7207
|
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
7208
7208
|
balance_required: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
7209
7209
|
token_type: z.ZodOptional<z.ZodString>;
|
|
7210
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
7210
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
7211
7211
|
}, "strip", z.ZodTypeAny, {
|
|
7212
7212
|
balance_required: string | number;
|
|
7213
7213
|
name_or_address?: string | undefined;
|
|
7214
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
7214
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
7215
7215
|
token_type?: string | undefined;
|
|
7216
7216
|
coin_address?: string | undefined;
|
|
7217
7217
|
}, {
|
|
7218
7218
|
balance_required: string | number;
|
|
7219
7219
|
name_or_address?: string | undefined;
|
|
7220
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
7220
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
7221
7221
|
token_type?: string | undefined;
|
|
7222
7222
|
coin_address?: string | undefined;
|
|
7223
7223
|
}>>;
|
|
@@ -7254,7 +7254,7 @@ export declare const AccountOperationResultSchema: z.ZodObject<{
|
|
|
7254
7254
|
m?: string | null | undefined;
|
|
7255
7255
|
} | undefined;
|
|
7256
7256
|
faucet?: {
|
|
7257
|
-
network: import("wowok").ENTRYPOINT;
|
|
7257
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
7258
7258
|
result: {
|
|
7259
7259
|
id: string;
|
|
7260
7260
|
amount: number;
|
|
@@ -7590,7 +7590,7 @@ export declare const AccountOperationResultSchema: z.ZodObject<{
|
|
|
7590
7590
|
get?: {
|
|
7591
7591
|
balance_required: string | number;
|
|
7592
7592
|
name_or_address?: string | undefined;
|
|
7593
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
7593
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
7594
7594
|
token_type?: string | undefined;
|
|
7595
7595
|
coin_address?: string | undefined;
|
|
7596
7596
|
} | undefined;
|
|
@@ -7611,7 +7611,7 @@ export declare const AccountOperationResultSchema: z.ZodObject<{
|
|
|
7611
7611
|
m?: string | null | undefined;
|
|
7612
7612
|
} | undefined;
|
|
7613
7613
|
faucet?: {
|
|
7614
|
-
network: import("wowok").ENTRYPOINT;
|
|
7614
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
7615
7615
|
result: {
|
|
7616
7616
|
id: string;
|
|
7617
7617
|
amount: number;
|
|
@@ -7947,7 +7947,7 @@ export declare const AccountOperationResultSchema: z.ZodObject<{
|
|
|
7947
7947
|
get?: {
|
|
7948
7948
|
balance_required: string | number;
|
|
7949
7949
|
name_or_address?: string | undefined;
|
|
7950
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
7950
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
7951
7951
|
token_type?: string | undefined;
|
|
7952
7952
|
coin_address?: string | undefined;
|
|
7953
7953
|
} | undefined;
|
|
@@ -8272,13 +8272,13 @@ export declare const LocalInfoOperationResultSchema: z.ZodObject<{
|
|
|
8272
8272
|
export declare const FetchTokenInfoOperationSchema: z.ZodObject<{
|
|
8273
8273
|
tokenType: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodNull]>>;
|
|
8274
8274
|
alias: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8275
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
8275
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
8276
8276
|
}, "strip", z.ZodTypeAny, {
|
|
8277
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
8277
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
8278
8278
|
tokenType?: string | null | undefined;
|
|
8279
8279
|
alias?: string | undefined;
|
|
8280
8280
|
}, {
|
|
8281
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
8281
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
8282
8282
|
tokenType?: string | null | undefined;
|
|
8283
8283
|
alias?: string | undefined;
|
|
8284
8284
|
}>;
|
|
@@ -8784,9 +8784,9 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
8784
8784
|
amount: number;
|
|
8785
8785
|
transferTxDigest: string;
|
|
8786
8786
|
}>, "many">;
|
|
8787
|
-
network: z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>;
|
|
8787
|
+
network: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>;
|
|
8788
8788
|
}, "strip", z.ZodTypeAny, {
|
|
8789
|
-
network: import("wowok").ENTRYPOINT;
|
|
8789
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
8790
8790
|
result: {
|
|
8791
8791
|
id: string;
|
|
8792
8792
|
amount: number;
|
|
@@ -8794,7 +8794,7 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
8794
8794
|
}[];
|
|
8795
8795
|
name_or_address?: string | undefined;
|
|
8796
8796
|
}, {
|
|
8797
|
-
network: import("wowok").ENTRYPOINT;
|
|
8797
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
8798
8798
|
result: {
|
|
8799
8799
|
id: string;
|
|
8800
8800
|
amount: number;
|
|
@@ -11072,17 +11072,17 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
11072
11072
|
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
11073
11073
|
balance_required: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
11074
11074
|
token_type: z.ZodOptional<z.ZodString>;
|
|
11075
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
11075
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
11076
11076
|
}, "strip", z.ZodTypeAny, {
|
|
11077
11077
|
balance_required: string | number;
|
|
11078
11078
|
name_or_address?: string | undefined;
|
|
11079
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
11079
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
11080
11080
|
token_type?: string | undefined;
|
|
11081
11081
|
coin_address?: string | undefined;
|
|
11082
11082
|
}, {
|
|
11083
11083
|
balance_required: string | number;
|
|
11084
11084
|
name_or_address?: string | undefined;
|
|
11085
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
11085
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
11086
11086
|
token_type?: string | undefined;
|
|
11087
11087
|
coin_address?: string | undefined;
|
|
11088
11088
|
}>>;
|
|
@@ -11119,7 +11119,7 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
11119
11119
|
m?: string | null | undefined;
|
|
11120
11120
|
} | undefined;
|
|
11121
11121
|
faucet?: {
|
|
11122
|
-
network: import("wowok").ENTRYPOINT;
|
|
11122
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
11123
11123
|
result: {
|
|
11124
11124
|
id: string;
|
|
11125
11125
|
amount: number;
|
|
@@ -11455,7 +11455,7 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
11455
11455
|
get?: {
|
|
11456
11456
|
balance_required: string | number;
|
|
11457
11457
|
name_or_address?: string | undefined;
|
|
11458
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
11458
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
11459
11459
|
token_type?: string | undefined;
|
|
11460
11460
|
coin_address?: string | undefined;
|
|
11461
11461
|
} | undefined;
|
|
@@ -11476,7 +11476,7 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
11476
11476
|
m?: string | null | undefined;
|
|
11477
11477
|
} | undefined;
|
|
11478
11478
|
faucet?: {
|
|
11479
|
-
network: import("wowok").ENTRYPOINT;
|
|
11479
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
11480
11480
|
result: {
|
|
11481
11481
|
id: string;
|
|
11482
11482
|
amount: number;
|
|
@@ -11812,7 +11812,7 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
11812
11812
|
get?: {
|
|
11813
11813
|
balance_required: string | number;
|
|
11814
11814
|
name_or_address?: string | undefined;
|
|
11815
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
11815
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
11816
11816
|
token_type?: string | undefined;
|
|
11817
11817
|
coin_address?: string | undefined;
|
|
11818
11818
|
} | undefined;
|
|
@@ -11836,7 +11836,7 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
11836
11836
|
m?: string | null | undefined;
|
|
11837
11837
|
} | undefined;
|
|
11838
11838
|
faucet?: {
|
|
11839
|
-
network: import("wowok").ENTRYPOINT;
|
|
11839
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
11840
11840
|
result: {
|
|
11841
11841
|
id: string;
|
|
11842
11842
|
amount: number;
|
|
@@ -12172,7 +12172,7 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
12172
12172
|
get?: {
|
|
12173
12173
|
balance_required: string | number;
|
|
12174
12174
|
name_or_address?: string | undefined;
|
|
12175
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
12175
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
12176
12176
|
token_type?: string | undefined;
|
|
12177
12177
|
coin_address?: string | undefined;
|
|
12178
12178
|
} | undefined;
|
|
@@ -12196,7 +12196,7 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
12196
12196
|
m?: string | null | undefined;
|
|
12197
12197
|
} | undefined;
|
|
12198
12198
|
faucet?: {
|
|
12199
|
-
network: import("wowok").ENTRYPOINT;
|
|
12199
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
12200
12200
|
result: {
|
|
12201
12201
|
id: string;
|
|
12202
12202
|
amount: number;
|
|
@@ -12532,7 +12532,7 @@ export declare const AccountOperationOutputSchema: z.ZodDiscriminatedUnion<"stat
|
|
|
12532
12532
|
get?: {
|
|
12533
12533
|
balance_required: string | number;
|
|
12534
12534
|
name_or_address?: string | undefined;
|
|
12535
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
12535
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
12536
12536
|
token_type?: string | undefined;
|
|
12537
12537
|
coin_address?: string | undefined;
|
|
12538
12538
|
} | undefined;
|
|
@@ -12589,9 +12589,9 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
12589
12589
|
amount: number;
|
|
12590
12590
|
transferTxDigest: string;
|
|
12591
12591
|
}>, "many">;
|
|
12592
|
-
network: z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>;
|
|
12592
|
+
network: z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>;
|
|
12593
12593
|
}, "strip", z.ZodTypeAny, {
|
|
12594
|
-
network: import("wowok").ENTRYPOINT;
|
|
12594
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
12595
12595
|
result: {
|
|
12596
12596
|
id: string;
|
|
12597
12597
|
amount: number;
|
|
@@ -12599,7 +12599,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
12599
12599
|
}[];
|
|
12600
12600
|
name_or_address?: string | undefined;
|
|
12601
12601
|
}, {
|
|
12602
|
-
network: import("wowok").ENTRYPOINT;
|
|
12602
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
12603
12603
|
result: {
|
|
12604
12604
|
id: string;
|
|
12605
12605
|
amount: number;
|
|
@@ -14877,17 +14877,17 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
14877
14877
|
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
14878
14878
|
balance_required: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
14879
14879
|
token_type: z.ZodOptional<z.ZodString>;
|
|
14880
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
14880
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
14881
14881
|
}, "strip", z.ZodTypeAny, {
|
|
14882
14882
|
balance_required: string | number;
|
|
14883
14883
|
name_or_address?: string | undefined;
|
|
14884
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
14884
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
14885
14885
|
token_type?: string | undefined;
|
|
14886
14886
|
coin_address?: string | undefined;
|
|
14887
14887
|
}, {
|
|
14888
14888
|
balance_required: string | number;
|
|
14889
14889
|
name_or_address?: string | undefined;
|
|
14890
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
14890
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
14891
14891
|
token_type?: string | undefined;
|
|
14892
14892
|
coin_address?: string | undefined;
|
|
14893
14893
|
}>>;
|
|
@@ -14924,7 +14924,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
14924
14924
|
m?: string | null | undefined;
|
|
14925
14925
|
} | undefined;
|
|
14926
14926
|
faucet?: {
|
|
14927
|
-
network: import("wowok").ENTRYPOINT;
|
|
14927
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
14928
14928
|
result: {
|
|
14929
14929
|
id: string;
|
|
14930
14930
|
amount: number;
|
|
@@ -15260,7 +15260,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
15260
15260
|
get?: {
|
|
15261
15261
|
balance_required: string | number;
|
|
15262
15262
|
name_or_address?: string | undefined;
|
|
15263
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
15263
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
15264
15264
|
token_type?: string | undefined;
|
|
15265
15265
|
coin_address?: string | undefined;
|
|
15266
15266
|
} | undefined;
|
|
@@ -15281,7 +15281,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
15281
15281
|
m?: string | null | undefined;
|
|
15282
15282
|
} | undefined;
|
|
15283
15283
|
faucet?: {
|
|
15284
|
-
network: import("wowok").ENTRYPOINT;
|
|
15284
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
15285
15285
|
result: {
|
|
15286
15286
|
id: string;
|
|
15287
15287
|
amount: number;
|
|
@@ -15617,7 +15617,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
15617
15617
|
get?: {
|
|
15618
15618
|
balance_required: string | number;
|
|
15619
15619
|
name_or_address?: string | undefined;
|
|
15620
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
15620
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
15621
15621
|
token_type?: string | undefined;
|
|
15622
15622
|
coin_address?: string | undefined;
|
|
15623
15623
|
} | undefined;
|
|
@@ -15641,7 +15641,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
15641
15641
|
m?: string | null | undefined;
|
|
15642
15642
|
} | undefined;
|
|
15643
15643
|
faucet?: {
|
|
15644
|
-
network: import("wowok").ENTRYPOINT;
|
|
15644
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
15645
15645
|
result: {
|
|
15646
15646
|
id: string;
|
|
15647
15647
|
amount: number;
|
|
@@ -15977,7 +15977,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
15977
15977
|
get?: {
|
|
15978
15978
|
balance_required: string | number;
|
|
15979
15979
|
name_or_address?: string | undefined;
|
|
15980
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
15980
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
15981
15981
|
token_type?: string | undefined;
|
|
15982
15982
|
coin_address?: string | undefined;
|
|
15983
15983
|
} | undefined;
|
|
@@ -16001,7 +16001,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
16001
16001
|
m?: string | null | undefined;
|
|
16002
16002
|
} | undefined;
|
|
16003
16003
|
faucet?: {
|
|
16004
|
-
network: import("wowok").ENTRYPOINT;
|
|
16004
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
16005
16005
|
result: {
|
|
16006
16006
|
id: string;
|
|
16007
16007
|
amount: number;
|
|
@@ -16337,7 +16337,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
16337
16337
|
get?: {
|
|
16338
16338
|
balance_required: string | number;
|
|
16339
16339
|
name_or_address?: string | undefined;
|
|
16340
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
16340
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
16341
16341
|
token_type?: string | undefined;
|
|
16342
16342
|
coin_address?: string | undefined;
|
|
16343
16343
|
} | undefined;
|
|
@@ -16372,7 +16372,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
16372
16372
|
m?: string | null | undefined;
|
|
16373
16373
|
} | undefined;
|
|
16374
16374
|
faucet?: {
|
|
16375
|
-
network: import("wowok").ENTRYPOINT;
|
|
16375
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
16376
16376
|
result: {
|
|
16377
16377
|
id: string;
|
|
16378
16378
|
amount: number;
|
|
@@ -16708,7 +16708,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
16708
16708
|
get?: {
|
|
16709
16709
|
balance_required: string | number;
|
|
16710
16710
|
name_or_address?: string | undefined;
|
|
16711
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
16711
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
16712
16712
|
token_type?: string | undefined;
|
|
16713
16713
|
coin_address?: string | undefined;
|
|
16714
16714
|
} | undefined;
|
|
@@ -16737,7 +16737,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
16737
16737
|
m?: string | null | undefined;
|
|
16738
16738
|
} | undefined;
|
|
16739
16739
|
faucet?: {
|
|
16740
|
-
network: import("wowok").ENTRYPOINT;
|
|
16740
|
+
network: import("@wowok/wowok").ENTRYPOINT;
|
|
16741
16741
|
result: {
|
|
16742
16742
|
id: string;
|
|
16743
16743
|
amount: number;
|
|
@@ -17073,7 +17073,7 @@ export declare const AccountOperationOutputWrappedSchema: z.ZodObject<{
|
|
|
17073
17073
|
get?: {
|
|
17074
17074
|
balance_required: string | number;
|
|
17075
17075
|
name_or_address?: string | undefined;
|
|
17076
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
17076
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
17077
17077
|
token_type?: string | undefined;
|
|
17078
17078
|
coin_address?: string | undefined;
|
|
17079
17079
|
} | undefined;
|
|
@@ -2256,16 +2256,16 @@ export declare const MessengerOperationInputSchema: z.ZodDiscriminatedUnion<"ope
|
|
|
2256
2256
|
operation: z.ZodLiteral<"proof_message">;
|
|
2257
2257
|
account: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2258
2258
|
messageId: z.ZodString;
|
|
2259
|
-
network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
|
|
2259
|
+
network: z.ZodOptional<z.ZodEnum<[import("@wowok/wowok").ENTRYPOINT.Localnet, import("@wowok/wowok").ENTRYPOINT.Testnet]>>;
|
|
2260
2260
|
}, "strip", z.ZodTypeAny, {
|
|
2261
2261
|
operation: "proof_message";
|
|
2262
2262
|
messageId: string;
|
|
2263
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
2263
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
2264
2264
|
account?: string | undefined;
|
|
2265
2265
|
}, {
|
|
2266
2266
|
operation: "proof_message";
|
|
2267
2267
|
messageId: string;
|
|
2268
|
-
network?: import("wowok").ENTRYPOINT | undefined;
|
|
2268
|
+
network?: import("@wowok/wowok").ENTRYPOINT | undefined;
|
|
2269
2269
|
account?: string | undefined;
|
|
2270
2270
|
}>, z.ZodObject<{
|
|
2271
2271
|
operation: z.ZodLiteral<"blacklist">;
|