wowok_agent 2.1.9 → 2.1.18

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.
@@ -1,15 +1,2346 @@
1
- export declare const RepositoryIdSchema: any;
2
- export declare const KeyDataSchema: any;
3
- export declare const RepDataItemSchema: any;
4
- export declare const SignerOrClockBaseSchema: any;
5
- export declare const SignerOrClockSchema: any;
6
- export declare const DataRemoveItemSchema: any;
7
- export declare const PoliciesAddSetSchema: any;
8
- export declare const PoliciesRemoveSchema: any;
9
- export declare const PoliciesClearSchema: any;
10
- export declare const PoliciesSchema: any;
11
- export declare const DataAddWithItemsSchema: any;
12
- export declare const DataAddSchema: any;
13
- export declare const DataRemoveSchema: any;
14
- export declare const CallRepository_DataSchema: any;
15
- export declare const CallRepository_InputSchema: any;
1
+ import { z } from "zod";
2
+ export declare const RepositoryIdSchema: z.ZodUnion<[z.ZodObject<{
3
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
4
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
5
+ }, "strict", z.ZodTypeAny, {
6
+ name_or_address?: string | undefined;
7
+ local_mark_first?: boolean | undefined;
8
+ }, {
9
+ name_or_address?: string | undefined;
10
+ local_mark_first?: boolean | undefined;
11
+ }>, z.ZodNumber]>;
12
+ export declare const KeyDataSchema: z.ZodObject<{
13
+ id: z.ZodUnion<[z.ZodObject<{
14
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
15
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
16
+ }, "strict", z.ZodTypeAny, {
17
+ name_or_address?: string | undefined;
18
+ local_mark_first?: boolean | undefined;
19
+ }, {
20
+ name_or_address?: string | undefined;
21
+ local_mark_first?: boolean | undefined;
22
+ }>, z.ZodNumber]>;
23
+ data: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
24
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
25
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
26
+ }, "strict", z.ZodTypeAny, {
27
+ name_or_address?: string | undefined;
28
+ local_mark_first?: boolean | undefined;
29
+ }, {
30
+ name_or_address?: string | undefined;
31
+ local_mark_first?: boolean | undefined;
32
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
33
+ entities: z.ZodArray<z.ZodObject<{
34
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
35
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
36
+ }, "strict", z.ZodTypeAny, {
37
+ name_or_address?: string | undefined;
38
+ local_mark_first?: boolean | undefined;
39
+ }, {
40
+ name_or_address?: string | undefined;
41
+ local_mark_first?: boolean | undefined;
42
+ }>, "many">;
43
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
44
+ }, "strict", z.ZodTypeAny, {
45
+ entities: {
46
+ name_or_address?: string | undefined;
47
+ local_mark_first?: boolean | undefined;
48
+ }[];
49
+ check_all_founded?: boolean | undefined;
50
+ }, {
51
+ entities: {
52
+ name_or_address?: string | undefined;
53
+ local_mark_first?: boolean | undefined;
54
+ }[];
55
+ check_all_founded?: boolean | undefined;
56
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
57
+ }, "strict", z.ZodTypeAny, {
58
+ id: number | {
59
+ name_or_address?: string | undefined;
60
+ local_mark_first?: boolean | undefined;
61
+ };
62
+ data?: any;
63
+ }, {
64
+ id: number | {
65
+ name_or_address?: string | undefined;
66
+ local_mark_first?: boolean | undefined;
67
+ };
68
+ data?: any;
69
+ }>;
70
+ export declare const RepDataItemSchema: z.ZodObject<{
71
+ data: z.ZodArray<z.ZodObject<{
72
+ id: z.ZodUnion<[z.ZodObject<{
73
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
74
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
75
+ }, "strict", z.ZodTypeAny, {
76
+ name_or_address?: string | undefined;
77
+ local_mark_first?: boolean | undefined;
78
+ }, {
79
+ name_or_address?: string | undefined;
80
+ local_mark_first?: boolean | undefined;
81
+ }>, z.ZodNumber]>;
82
+ data: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
83
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
84
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
85
+ }, "strict", z.ZodTypeAny, {
86
+ name_or_address?: string | undefined;
87
+ local_mark_first?: boolean | undefined;
88
+ }, {
89
+ name_or_address?: string | undefined;
90
+ local_mark_first?: boolean | undefined;
91
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
92
+ entities: z.ZodArray<z.ZodObject<{
93
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
94
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
95
+ }, "strict", z.ZodTypeAny, {
96
+ name_or_address?: string | undefined;
97
+ local_mark_first?: boolean | undefined;
98
+ }, {
99
+ name_or_address?: string | undefined;
100
+ local_mark_first?: boolean | undefined;
101
+ }>, "many">;
102
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
103
+ }, "strict", z.ZodTypeAny, {
104
+ entities: {
105
+ name_or_address?: string | undefined;
106
+ local_mark_first?: boolean | undefined;
107
+ }[];
108
+ check_all_founded?: boolean | undefined;
109
+ }, {
110
+ entities: {
111
+ name_or_address?: string | undefined;
112
+ local_mark_first?: boolean | undefined;
113
+ }[];
114
+ check_all_founded?: boolean | undefined;
115
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
116
+ }, "strict", z.ZodTypeAny, {
117
+ id: number | {
118
+ name_or_address?: string | undefined;
119
+ local_mark_first?: boolean | undefined;
120
+ };
121
+ data?: any;
122
+ }, {
123
+ id: number | {
124
+ name_or_address?: string | undefined;
125
+ local_mark_first?: boolean | undefined;
126
+ };
127
+ data?: any;
128
+ }>, "many">;
129
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
130
+ }, "strict", z.ZodTypeAny, {
131
+ data: {
132
+ id: number | {
133
+ name_or_address?: string | undefined;
134
+ local_mark_first?: boolean | undefined;
135
+ };
136
+ data?: any;
137
+ }[];
138
+ write_guard?: string | undefined;
139
+ }, {
140
+ data: {
141
+ id: number | {
142
+ name_or_address?: string | undefined;
143
+ local_mark_first?: boolean | undefined;
144
+ };
145
+ data?: any;
146
+ }[];
147
+ write_guard?: string | undefined;
148
+ }>;
149
+ export declare const SignerOrClockBaseSchema: z.ZodObject<{
150
+ name: z.ZodEffects<z.ZodString, string, string>;
151
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
152
+ }, "strict", z.ZodTypeAny, {
153
+ name: string;
154
+ write_guard?: string | undefined;
155
+ }, {
156
+ name: string;
157
+ write_guard?: string | undefined;
158
+ }>;
159
+ export declare const SignerOrClockSchema: z.ZodObject<{
160
+ name: z.ZodEffects<z.ZodString, string, string>;
161
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
162
+ data: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
163
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
164
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
165
+ }, "strict", z.ZodTypeAny, {
166
+ name_or_address?: string | undefined;
167
+ local_mark_first?: boolean | undefined;
168
+ }, {
169
+ name_or_address?: string | undefined;
170
+ local_mark_first?: boolean | undefined;
171
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
172
+ entities: z.ZodArray<z.ZodObject<{
173
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
174
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
175
+ }, "strict", z.ZodTypeAny, {
176
+ name_or_address?: string | undefined;
177
+ local_mark_first?: boolean | undefined;
178
+ }, {
179
+ name_or_address?: string | undefined;
180
+ local_mark_first?: boolean | undefined;
181
+ }>, "many">;
182
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
183
+ }, "strict", z.ZodTypeAny, {
184
+ entities: {
185
+ name_or_address?: string | undefined;
186
+ local_mark_first?: boolean | undefined;
187
+ }[];
188
+ check_all_founded?: boolean | undefined;
189
+ }, {
190
+ entities: {
191
+ name_or_address?: string | undefined;
192
+ local_mark_first?: boolean | undefined;
193
+ }[];
194
+ check_all_founded?: boolean | undefined;
195
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
196
+ }, "strict", z.ZodTypeAny, {
197
+ name: string;
198
+ data?: any;
199
+ write_guard?: string | undefined;
200
+ }, {
201
+ name: string;
202
+ data?: any;
203
+ write_guard?: string | undefined;
204
+ }>;
205
+ export declare const DataRemoveItemSchema: z.ZodObject<{
206
+ id: z.ZodArray<z.ZodUnion<[z.ZodObject<{
207
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
208
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
209
+ }, "strict", z.ZodTypeAny, {
210
+ name_or_address?: string | undefined;
211
+ local_mark_first?: boolean | undefined;
212
+ }, {
213
+ name_or_address?: string | undefined;
214
+ local_mark_first?: boolean | undefined;
215
+ }>, z.ZodNumber]>, "many">;
216
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
217
+ }, "strict", z.ZodTypeAny, {
218
+ id: (number | {
219
+ name_or_address?: string | undefined;
220
+ local_mark_first?: boolean | undefined;
221
+ })[];
222
+ write_guard?: string | undefined;
223
+ }, {
224
+ id: (number | {
225
+ name_or_address?: string | undefined;
226
+ local_mark_first?: boolean | undefined;
227
+ })[];
228
+ write_guard?: string | undefined;
229
+ }>;
230
+ export declare const PoliciesAddSetSchema: z.ZodObject<{
231
+ op: z.ZodEnum<["add", "set"]>;
232
+ policy: z.ZodArray<z.ZodObject<{
233
+ name: z.ZodString;
234
+ description: z.ZodString;
235
+ write_guard: z.ZodArray<z.ZodObject<{
236
+ guard: z.ZodString;
237
+ id_from_submission: z.ZodOptional<z.ZodNumber>;
238
+ data_from_submission: z.ZodOptional<z.ZodNumber>;
239
+ }, "strip", z.ZodTypeAny, {
240
+ guard: string;
241
+ id_from_submission?: number | undefined;
242
+ data_from_submission?: number | undefined;
243
+ }, {
244
+ guard: string;
245
+ id_from_submission?: number | undefined;
246
+ data_from_submission?: number | undefined;
247
+ }>, "many">;
248
+ quote_guard: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
249
+ id_from: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<"None">, z.ZodLiteral<"Clock">, z.ZodLiteral<"Signer">, z.ZodLiteral<"none">, z.ZodLiteral<"clock">, z.ZodLiteral<"signer">]>;
250
+ value_type: z.ZodUnion<[z.ZodUnion<[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">]>, z.ZodLiteral<import("wowok").ValueType.Value>]>, z.ZodLiteral<"Value">]>;
251
+ }, "strip", z.ZodTypeAny, {
252
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
253
+ name: string;
254
+ description: string;
255
+ write_guard: {
256
+ guard: string;
257
+ id_from_submission?: number | undefined;
258
+ data_from_submission?: number | undefined;
259
+ }[];
260
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
261
+ quote_guard?: string | null | undefined;
262
+ }, {
263
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
264
+ name: string;
265
+ description: string;
266
+ write_guard: {
267
+ guard: string;
268
+ id_from_submission?: number | undefined;
269
+ data_from_submission?: number | undefined;
270
+ }[];
271
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
272
+ quote_guard?: string | null | undefined;
273
+ }>, "many">;
274
+ }, "strict", z.ZodTypeAny, {
275
+ op: "set" | "add";
276
+ policy: {
277
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
278
+ name: string;
279
+ description: string;
280
+ write_guard: {
281
+ guard: string;
282
+ id_from_submission?: number | undefined;
283
+ data_from_submission?: number | undefined;
284
+ }[];
285
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
286
+ quote_guard?: string | null | undefined;
287
+ }[];
288
+ }, {
289
+ op: "set" | "add";
290
+ policy: {
291
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
292
+ name: string;
293
+ description: string;
294
+ write_guard: {
295
+ guard: string;
296
+ id_from_submission?: number | undefined;
297
+ data_from_submission?: number | undefined;
298
+ }[];
299
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
300
+ quote_guard?: string | null | undefined;
301
+ }[];
302
+ }>;
303
+ export declare const PoliciesRemoveSchema: z.ZodObject<{
304
+ op: z.ZodLiteral<"remove">;
305
+ policy: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
306
+ }, "strict", z.ZodTypeAny, {
307
+ op: "remove";
308
+ policy: string[];
309
+ }, {
310
+ op: "remove";
311
+ policy: string[];
312
+ }>;
313
+ export declare const PoliciesClearSchema: z.ZodObject<{
314
+ op: z.ZodLiteral<"clear">;
315
+ }, "strict", z.ZodTypeAny, {
316
+ op: "clear";
317
+ }, {
318
+ op: "clear";
319
+ }>;
320
+ export declare const PoliciesSchema: z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
321
+ op: z.ZodEnum<["add", "set"]>;
322
+ policy: z.ZodArray<z.ZodObject<{
323
+ name: z.ZodString;
324
+ description: z.ZodString;
325
+ write_guard: z.ZodArray<z.ZodObject<{
326
+ guard: z.ZodString;
327
+ id_from_submission: z.ZodOptional<z.ZodNumber>;
328
+ data_from_submission: z.ZodOptional<z.ZodNumber>;
329
+ }, "strip", z.ZodTypeAny, {
330
+ guard: string;
331
+ id_from_submission?: number | undefined;
332
+ data_from_submission?: number | undefined;
333
+ }, {
334
+ guard: string;
335
+ id_from_submission?: number | undefined;
336
+ data_from_submission?: number | undefined;
337
+ }>, "many">;
338
+ quote_guard: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
339
+ id_from: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<"None">, z.ZodLiteral<"Clock">, z.ZodLiteral<"Signer">, z.ZodLiteral<"none">, z.ZodLiteral<"clock">, z.ZodLiteral<"signer">]>;
340
+ value_type: z.ZodUnion<[z.ZodUnion<[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">]>, z.ZodLiteral<import("wowok").ValueType.Value>]>, z.ZodLiteral<"Value">]>;
341
+ }, "strip", z.ZodTypeAny, {
342
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
343
+ name: string;
344
+ description: string;
345
+ write_guard: {
346
+ guard: string;
347
+ id_from_submission?: number | undefined;
348
+ data_from_submission?: number | undefined;
349
+ }[];
350
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
351
+ quote_guard?: string | null | undefined;
352
+ }, {
353
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
354
+ name: string;
355
+ description: string;
356
+ write_guard: {
357
+ guard: string;
358
+ id_from_submission?: number | undefined;
359
+ data_from_submission?: number | undefined;
360
+ }[];
361
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
362
+ quote_guard?: string | null | undefined;
363
+ }>, "many">;
364
+ }, "strict", z.ZodTypeAny, {
365
+ op: "set" | "add";
366
+ policy: {
367
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
368
+ name: string;
369
+ description: string;
370
+ write_guard: {
371
+ guard: string;
372
+ id_from_submission?: number | undefined;
373
+ data_from_submission?: number | undefined;
374
+ }[];
375
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
376
+ quote_guard?: string | null | undefined;
377
+ }[];
378
+ }, {
379
+ op: "set" | "add";
380
+ policy: {
381
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
382
+ name: string;
383
+ description: string;
384
+ write_guard: {
385
+ guard: string;
386
+ id_from_submission?: number | undefined;
387
+ data_from_submission?: number | undefined;
388
+ }[];
389
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
390
+ quote_guard?: string | null | undefined;
391
+ }[];
392
+ }>, z.ZodObject<{
393
+ op: z.ZodLiteral<"remove">;
394
+ policy: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
395
+ }, "strict", z.ZodTypeAny, {
396
+ op: "remove";
397
+ policy: string[];
398
+ }, {
399
+ op: "remove";
400
+ policy: string[];
401
+ }>, z.ZodObject<{
402
+ op: z.ZodLiteral<"clear">;
403
+ }, "strict", z.ZodTypeAny, {
404
+ op: "clear";
405
+ }, {
406
+ op: "clear";
407
+ }>]>;
408
+ export declare const DataAddWithItemsSchema: z.ZodObject<{
409
+ name: z.ZodEffects<z.ZodString, string, string>;
410
+ items: z.ZodArray<z.ZodObject<{
411
+ data: z.ZodArray<z.ZodObject<{
412
+ id: z.ZodUnion<[z.ZodObject<{
413
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
414
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
415
+ }, "strict", z.ZodTypeAny, {
416
+ name_or_address?: string | undefined;
417
+ local_mark_first?: boolean | undefined;
418
+ }, {
419
+ name_or_address?: string | undefined;
420
+ local_mark_first?: boolean | undefined;
421
+ }>, z.ZodNumber]>;
422
+ data: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
423
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
424
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
425
+ }, "strict", z.ZodTypeAny, {
426
+ name_or_address?: string | undefined;
427
+ local_mark_first?: boolean | undefined;
428
+ }, {
429
+ name_or_address?: string | undefined;
430
+ local_mark_first?: boolean | undefined;
431
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
432
+ entities: z.ZodArray<z.ZodObject<{
433
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
434
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
435
+ }, "strict", z.ZodTypeAny, {
436
+ name_or_address?: string | undefined;
437
+ local_mark_first?: boolean | undefined;
438
+ }, {
439
+ name_or_address?: string | undefined;
440
+ local_mark_first?: boolean | undefined;
441
+ }>, "many">;
442
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
443
+ }, "strict", z.ZodTypeAny, {
444
+ entities: {
445
+ name_or_address?: string | undefined;
446
+ local_mark_first?: boolean | undefined;
447
+ }[];
448
+ check_all_founded?: boolean | undefined;
449
+ }, {
450
+ entities: {
451
+ name_or_address?: string | undefined;
452
+ local_mark_first?: boolean | undefined;
453
+ }[];
454
+ check_all_founded?: boolean | undefined;
455
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
456
+ }, "strict", z.ZodTypeAny, {
457
+ id: number | {
458
+ name_or_address?: string | undefined;
459
+ local_mark_first?: boolean | undefined;
460
+ };
461
+ data?: any;
462
+ }, {
463
+ id: number | {
464
+ name_or_address?: string | undefined;
465
+ local_mark_first?: boolean | undefined;
466
+ };
467
+ data?: any;
468
+ }>, "many">;
469
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
470
+ }, "strict", z.ZodTypeAny, {
471
+ data: {
472
+ id: number | {
473
+ name_or_address?: string | undefined;
474
+ local_mark_first?: boolean | undefined;
475
+ };
476
+ data?: any;
477
+ }[];
478
+ write_guard?: string | undefined;
479
+ }, {
480
+ data: {
481
+ id: number | {
482
+ name_or_address?: string | undefined;
483
+ local_mark_first?: boolean | undefined;
484
+ };
485
+ data?: any;
486
+ }[];
487
+ write_guard?: string | undefined;
488
+ }>, "many">;
489
+ }, "strict", z.ZodTypeAny, {
490
+ name: string;
491
+ items: {
492
+ data: {
493
+ id: number | {
494
+ name_or_address?: string | undefined;
495
+ local_mark_first?: boolean | undefined;
496
+ };
497
+ data?: any;
498
+ }[];
499
+ write_guard?: string | undefined;
500
+ }[];
501
+ }, {
502
+ name: string;
503
+ items: {
504
+ data: {
505
+ id: number | {
506
+ name_or_address?: string | undefined;
507
+ local_mark_first?: boolean | undefined;
508
+ };
509
+ data?: any;
510
+ }[];
511
+ write_guard?: string | undefined;
512
+ }[];
513
+ }>;
514
+ export declare const DataAddSchema: z.ZodUnion<[z.ZodObject<{
515
+ name: z.ZodEffects<z.ZodString, string, string>;
516
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
517
+ data: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
518
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
519
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
520
+ }, "strict", z.ZodTypeAny, {
521
+ name_or_address?: string | undefined;
522
+ local_mark_first?: boolean | undefined;
523
+ }, {
524
+ name_or_address?: string | undefined;
525
+ local_mark_first?: boolean | undefined;
526
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
527
+ entities: z.ZodArray<z.ZodObject<{
528
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
529
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
530
+ }, "strict", z.ZodTypeAny, {
531
+ name_or_address?: string | undefined;
532
+ local_mark_first?: boolean | undefined;
533
+ }, {
534
+ name_or_address?: string | undefined;
535
+ local_mark_first?: boolean | undefined;
536
+ }>, "many">;
537
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
538
+ }, "strict", z.ZodTypeAny, {
539
+ entities: {
540
+ name_or_address?: string | undefined;
541
+ local_mark_first?: boolean | undefined;
542
+ }[];
543
+ check_all_founded?: boolean | undefined;
544
+ }, {
545
+ entities: {
546
+ name_or_address?: string | undefined;
547
+ local_mark_first?: boolean | undefined;
548
+ }[];
549
+ check_all_founded?: boolean | undefined;
550
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
551
+ }, "strict", z.ZodTypeAny, {
552
+ name: string;
553
+ data?: any;
554
+ write_guard?: string | undefined;
555
+ }, {
556
+ name: string;
557
+ data?: any;
558
+ write_guard?: string | undefined;
559
+ }>, z.ZodObject<{
560
+ name: z.ZodEffects<z.ZodString, string, string>;
561
+ items: z.ZodArray<z.ZodObject<{
562
+ data: z.ZodArray<z.ZodObject<{
563
+ id: z.ZodUnion<[z.ZodObject<{
564
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
565
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
566
+ }, "strict", z.ZodTypeAny, {
567
+ name_or_address?: string | undefined;
568
+ local_mark_first?: boolean | undefined;
569
+ }, {
570
+ name_or_address?: string | undefined;
571
+ local_mark_first?: boolean | undefined;
572
+ }>, z.ZodNumber]>;
573
+ data: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
574
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
575
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
576
+ }, "strict", z.ZodTypeAny, {
577
+ name_or_address?: string | undefined;
578
+ local_mark_first?: boolean | undefined;
579
+ }, {
580
+ name_or_address?: string | undefined;
581
+ local_mark_first?: boolean | undefined;
582
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
583
+ entities: z.ZodArray<z.ZodObject<{
584
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
585
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
586
+ }, "strict", z.ZodTypeAny, {
587
+ name_or_address?: string | undefined;
588
+ local_mark_first?: boolean | undefined;
589
+ }, {
590
+ name_or_address?: string | undefined;
591
+ local_mark_first?: boolean | undefined;
592
+ }>, "many">;
593
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
594
+ }, "strict", z.ZodTypeAny, {
595
+ entities: {
596
+ name_or_address?: string | undefined;
597
+ local_mark_first?: boolean | undefined;
598
+ }[];
599
+ check_all_founded?: boolean | undefined;
600
+ }, {
601
+ entities: {
602
+ name_or_address?: string | undefined;
603
+ local_mark_first?: boolean | undefined;
604
+ }[];
605
+ check_all_founded?: boolean | undefined;
606
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
607
+ }, "strict", z.ZodTypeAny, {
608
+ id: number | {
609
+ name_or_address?: string | undefined;
610
+ local_mark_first?: boolean | undefined;
611
+ };
612
+ data?: any;
613
+ }, {
614
+ id: number | {
615
+ name_or_address?: string | undefined;
616
+ local_mark_first?: boolean | undefined;
617
+ };
618
+ data?: any;
619
+ }>, "many">;
620
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
621
+ }, "strict", z.ZodTypeAny, {
622
+ data: {
623
+ id: number | {
624
+ name_or_address?: string | undefined;
625
+ local_mark_first?: boolean | undefined;
626
+ };
627
+ data?: any;
628
+ }[];
629
+ write_guard?: string | undefined;
630
+ }, {
631
+ data: {
632
+ id: number | {
633
+ name_or_address?: string | undefined;
634
+ local_mark_first?: boolean | undefined;
635
+ };
636
+ data?: any;
637
+ }[];
638
+ write_guard?: string | undefined;
639
+ }>, "many">;
640
+ }, "strict", z.ZodTypeAny, {
641
+ name: string;
642
+ items: {
643
+ data: {
644
+ id: number | {
645
+ name_or_address?: string | undefined;
646
+ local_mark_first?: boolean | undefined;
647
+ };
648
+ data?: any;
649
+ }[];
650
+ write_guard?: string | undefined;
651
+ }[];
652
+ }, {
653
+ name: string;
654
+ items: {
655
+ data: {
656
+ id: number | {
657
+ name_or_address?: string | undefined;
658
+ local_mark_first?: boolean | undefined;
659
+ };
660
+ data?: any;
661
+ }[];
662
+ write_guard?: string | undefined;
663
+ }[];
664
+ }>]>;
665
+ export declare const DataRemoveSchema: z.ZodUnion<[z.ZodObject<{
666
+ name: z.ZodEffects<z.ZodString, string, string>;
667
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
668
+ }, "strict", z.ZodTypeAny, {
669
+ name: string;
670
+ write_guard?: string | undefined;
671
+ }, {
672
+ name: string;
673
+ write_guard?: string | undefined;
674
+ }>, z.ZodObject<{
675
+ name: z.ZodEffects<z.ZodString, string, string>;
676
+ items: z.ZodArray<z.ZodObject<{
677
+ id: z.ZodArray<z.ZodUnion<[z.ZodObject<{
678
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
679
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
680
+ }, "strict", z.ZodTypeAny, {
681
+ name_or_address?: string | undefined;
682
+ local_mark_first?: boolean | undefined;
683
+ }, {
684
+ name_or_address?: string | undefined;
685
+ local_mark_first?: boolean | undefined;
686
+ }>, z.ZodNumber]>, "many">;
687
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
688
+ }, "strict", z.ZodTypeAny, {
689
+ id: (number | {
690
+ name_or_address?: string | undefined;
691
+ local_mark_first?: boolean | undefined;
692
+ })[];
693
+ write_guard?: string | undefined;
694
+ }, {
695
+ id: (number | {
696
+ name_or_address?: string | undefined;
697
+ local_mark_first?: boolean | undefined;
698
+ })[];
699
+ write_guard?: string | undefined;
700
+ }>, "many">;
701
+ }, "strict", z.ZodTypeAny, {
702
+ name: string;
703
+ items: {
704
+ id: (number | {
705
+ name_or_address?: string | undefined;
706
+ local_mark_first?: boolean | undefined;
707
+ })[];
708
+ write_guard?: string | undefined;
709
+ }[];
710
+ }, {
711
+ name: string;
712
+ items: {
713
+ id: (number | {
714
+ name_or_address?: string | undefined;
715
+ local_mark_first?: boolean | undefined;
716
+ })[];
717
+ write_guard?: string | undefined;
718
+ }[];
719
+ }>]>;
720
+ export declare const CallRepository_DataSchema: z.ZodObject<{
721
+ object: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
722
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
723
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
724
+ onChain: z.ZodOptional<z.ZodBoolean>;
725
+ replaceExistName: z.ZodOptional<z.ZodBoolean>;
726
+ } & {
727
+ permission: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
728
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
729
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
730
+ onChain: z.ZodOptional<z.ZodBoolean>;
731
+ replaceExistName: z.ZodOptional<z.ZodBoolean>;
732
+ } & {
733
+ description: z.ZodOptional<z.ZodString>;
734
+ }, "strict", z.ZodTypeAny, {
735
+ name?: string | undefined;
736
+ description?: string | undefined;
737
+ replaceExistName?: boolean | undefined;
738
+ tags?: string[] | undefined;
739
+ onChain?: boolean | undefined;
740
+ }, {
741
+ name?: string | undefined;
742
+ description?: string | undefined;
743
+ replaceExistName?: boolean | undefined;
744
+ tags?: string[] | undefined;
745
+ onChain?: boolean | undefined;
746
+ }>]>>;
747
+ }, "strict", z.ZodTypeAny, {
748
+ name?: string | undefined;
749
+ replaceExistName?: boolean | undefined;
750
+ tags?: string[] | undefined;
751
+ onChain?: boolean | undefined;
752
+ permission?: string | {
753
+ name?: string | undefined;
754
+ description?: string | undefined;
755
+ replaceExistName?: boolean | undefined;
756
+ tags?: string[] | undefined;
757
+ onChain?: boolean | undefined;
758
+ } | undefined;
759
+ }, {
760
+ name?: string | undefined;
761
+ replaceExistName?: boolean | undefined;
762
+ tags?: string[] | undefined;
763
+ onChain?: boolean | undefined;
764
+ permission?: string | {
765
+ name?: string | undefined;
766
+ description?: string | undefined;
767
+ replaceExistName?: boolean | undefined;
768
+ tags?: string[] | undefined;
769
+ onChain?: boolean | undefined;
770
+ } | undefined;
771
+ }>]>;
772
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
773
+ policies: z.ZodOptional<z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
774
+ op: z.ZodEnum<["add", "set"]>;
775
+ policy: z.ZodArray<z.ZodObject<{
776
+ name: z.ZodString;
777
+ description: z.ZodString;
778
+ write_guard: z.ZodArray<z.ZodObject<{
779
+ guard: z.ZodString;
780
+ id_from_submission: z.ZodOptional<z.ZodNumber>;
781
+ data_from_submission: z.ZodOptional<z.ZodNumber>;
782
+ }, "strip", z.ZodTypeAny, {
783
+ guard: string;
784
+ id_from_submission?: number | undefined;
785
+ data_from_submission?: number | undefined;
786
+ }, {
787
+ guard: string;
788
+ id_from_submission?: number | undefined;
789
+ data_from_submission?: number | undefined;
790
+ }>, "many">;
791
+ quote_guard: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
792
+ id_from: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<"None">, z.ZodLiteral<"Clock">, z.ZodLiteral<"Signer">, z.ZodLiteral<"none">, z.ZodLiteral<"clock">, z.ZodLiteral<"signer">]>;
793
+ value_type: z.ZodUnion<[z.ZodUnion<[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">]>, z.ZodLiteral<import("wowok").ValueType.Value>]>, z.ZodLiteral<"Value">]>;
794
+ }, "strip", z.ZodTypeAny, {
795
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
796
+ name: string;
797
+ description: string;
798
+ write_guard: {
799
+ guard: string;
800
+ id_from_submission?: number | undefined;
801
+ data_from_submission?: number | undefined;
802
+ }[];
803
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
804
+ quote_guard?: string | null | undefined;
805
+ }, {
806
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
807
+ name: string;
808
+ description: string;
809
+ write_guard: {
810
+ guard: string;
811
+ id_from_submission?: number | undefined;
812
+ data_from_submission?: number | undefined;
813
+ }[];
814
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
815
+ quote_guard?: string | null | undefined;
816
+ }>, "many">;
817
+ }, "strict", z.ZodTypeAny, {
818
+ op: "set" | "add";
819
+ policy: {
820
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
821
+ name: string;
822
+ description: string;
823
+ write_guard: {
824
+ guard: string;
825
+ id_from_submission?: number | undefined;
826
+ data_from_submission?: number | undefined;
827
+ }[];
828
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
829
+ quote_guard?: string | null | undefined;
830
+ }[];
831
+ }, {
832
+ op: "set" | "add";
833
+ policy: {
834
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
835
+ name: string;
836
+ description: string;
837
+ write_guard: {
838
+ guard: string;
839
+ id_from_submission?: number | undefined;
840
+ data_from_submission?: number | undefined;
841
+ }[];
842
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
843
+ quote_guard?: string | null | undefined;
844
+ }[];
845
+ }>, z.ZodObject<{
846
+ op: z.ZodLiteral<"remove">;
847
+ policy: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
848
+ }, "strict", z.ZodTypeAny, {
849
+ op: "remove";
850
+ policy: string[];
851
+ }, {
852
+ op: "remove";
853
+ policy: string[];
854
+ }>, z.ZodObject<{
855
+ op: z.ZodLiteral<"clear">;
856
+ }, "strict", z.ZodTypeAny, {
857
+ op: "clear";
858
+ }, {
859
+ op: "clear";
860
+ }>]>>;
861
+ data_add: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
862
+ name: z.ZodEffects<z.ZodString, string, string>;
863
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
864
+ data: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
865
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
866
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
867
+ }, "strict", z.ZodTypeAny, {
868
+ name_or_address?: string | undefined;
869
+ local_mark_first?: boolean | undefined;
870
+ }, {
871
+ name_or_address?: string | undefined;
872
+ local_mark_first?: boolean | undefined;
873
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
874
+ entities: z.ZodArray<z.ZodObject<{
875
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
876
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
877
+ }, "strict", z.ZodTypeAny, {
878
+ name_or_address?: string | undefined;
879
+ local_mark_first?: boolean | undefined;
880
+ }, {
881
+ name_or_address?: string | undefined;
882
+ local_mark_first?: boolean | undefined;
883
+ }>, "many">;
884
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
885
+ }, "strict", z.ZodTypeAny, {
886
+ entities: {
887
+ name_or_address?: string | undefined;
888
+ local_mark_first?: boolean | undefined;
889
+ }[];
890
+ check_all_founded?: boolean | undefined;
891
+ }, {
892
+ entities: {
893
+ name_or_address?: string | undefined;
894
+ local_mark_first?: boolean | undefined;
895
+ }[];
896
+ check_all_founded?: boolean | undefined;
897
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
898
+ }, "strict", z.ZodTypeAny, {
899
+ name: string;
900
+ data?: any;
901
+ write_guard?: string | undefined;
902
+ }, {
903
+ name: string;
904
+ data?: any;
905
+ write_guard?: string | undefined;
906
+ }>, z.ZodObject<{
907
+ name: z.ZodEffects<z.ZodString, string, string>;
908
+ items: z.ZodArray<z.ZodObject<{
909
+ data: z.ZodArray<z.ZodObject<{
910
+ id: z.ZodUnion<[z.ZodObject<{
911
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
912
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
913
+ }, "strict", z.ZodTypeAny, {
914
+ name_or_address?: string | undefined;
915
+ local_mark_first?: boolean | undefined;
916
+ }, {
917
+ name_or_address?: string | undefined;
918
+ local_mark_first?: boolean | undefined;
919
+ }>, z.ZodNumber]>;
920
+ data: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
921
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
922
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
923
+ }, "strict", z.ZodTypeAny, {
924
+ name_or_address?: string | undefined;
925
+ local_mark_first?: boolean | undefined;
926
+ }, {
927
+ name_or_address?: string | undefined;
928
+ local_mark_first?: boolean | undefined;
929
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
930
+ entities: z.ZodArray<z.ZodObject<{
931
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
932
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
933
+ }, "strict", z.ZodTypeAny, {
934
+ name_or_address?: string | undefined;
935
+ local_mark_first?: boolean | undefined;
936
+ }, {
937
+ name_or_address?: string | undefined;
938
+ local_mark_first?: boolean | undefined;
939
+ }>, "many">;
940
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
941
+ }, "strict", z.ZodTypeAny, {
942
+ entities: {
943
+ name_or_address?: string | undefined;
944
+ local_mark_first?: boolean | undefined;
945
+ }[];
946
+ check_all_founded?: boolean | undefined;
947
+ }, {
948
+ entities: {
949
+ name_or_address?: string | undefined;
950
+ local_mark_first?: boolean | undefined;
951
+ }[];
952
+ check_all_founded?: boolean | undefined;
953
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
954
+ }, "strict", z.ZodTypeAny, {
955
+ id: number | {
956
+ name_or_address?: string | undefined;
957
+ local_mark_first?: boolean | undefined;
958
+ };
959
+ data?: any;
960
+ }, {
961
+ id: number | {
962
+ name_or_address?: string | undefined;
963
+ local_mark_first?: boolean | undefined;
964
+ };
965
+ data?: any;
966
+ }>, "many">;
967
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
968
+ }, "strict", z.ZodTypeAny, {
969
+ data: {
970
+ id: number | {
971
+ name_or_address?: string | undefined;
972
+ local_mark_first?: boolean | undefined;
973
+ };
974
+ data?: any;
975
+ }[];
976
+ write_guard?: string | undefined;
977
+ }, {
978
+ data: {
979
+ id: number | {
980
+ name_or_address?: string | undefined;
981
+ local_mark_first?: boolean | undefined;
982
+ };
983
+ data?: any;
984
+ }[];
985
+ write_guard?: string | undefined;
986
+ }>, "many">;
987
+ }, "strict", z.ZodTypeAny, {
988
+ name: string;
989
+ items: {
990
+ data: {
991
+ id: number | {
992
+ name_or_address?: string | undefined;
993
+ local_mark_first?: boolean | undefined;
994
+ };
995
+ data?: any;
996
+ }[];
997
+ write_guard?: string | undefined;
998
+ }[];
999
+ }, {
1000
+ name: string;
1001
+ items: {
1002
+ data: {
1003
+ id: number | {
1004
+ name_or_address?: string | undefined;
1005
+ local_mark_first?: boolean | undefined;
1006
+ };
1007
+ data?: any;
1008
+ }[];
1009
+ write_guard?: string | undefined;
1010
+ }[];
1011
+ }>]>>;
1012
+ data_remove: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1013
+ name: z.ZodEffects<z.ZodString, string, string>;
1014
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1015
+ }, "strict", z.ZodTypeAny, {
1016
+ name: string;
1017
+ write_guard?: string | undefined;
1018
+ }, {
1019
+ name: string;
1020
+ write_guard?: string | undefined;
1021
+ }>, z.ZodObject<{
1022
+ name: z.ZodEffects<z.ZodString, string, string>;
1023
+ items: z.ZodArray<z.ZodObject<{
1024
+ id: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1025
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1026
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1027
+ }, "strict", z.ZodTypeAny, {
1028
+ name_or_address?: string | undefined;
1029
+ local_mark_first?: boolean | undefined;
1030
+ }, {
1031
+ name_or_address?: string | undefined;
1032
+ local_mark_first?: boolean | undefined;
1033
+ }>, z.ZodNumber]>, "many">;
1034
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1035
+ }, "strict", z.ZodTypeAny, {
1036
+ id: (number | {
1037
+ name_or_address?: string | undefined;
1038
+ local_mark_first?: boolean | undefined;
1039
+ })[];
1040
+ write_guard?: string | undefined;
1041
+ }, {
1042
+ id: (number | {
1043
+ name_or_address?: string | undefined;
1044
+ local_mark_first?: boolean | undefined;
1045
+ })[];
1046
+ write_guard?: string | undefined;
1047
+ }>, "many">;
1048
+ }, "strict", z.ZodTypeAny, {
1049
+ name: string;
1050
+ items: {
1051
+ id: (number | {
1052
+ name_or_address?: string | undefined;
1053
+ local_mark_first?: boolean | undefined;
1054
+ })[];
1055
+ write_guard?: string | undefined;
1056
+ }[];
1057
+ }, {
1058
+ name: string;
1059
+ items: {
1060
+ id: (number | {
1061
+ name_or_address?: string | undefined;
1062
+ local_mark_first?: boolean | undefined;
1063
+ })[];
1064
+ write_guard?: string | undefined;
1065
+ }[];
1066
+ }>]>>;
1067
+ rewards: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1068
+ op: z.ZodUnion<[z.ZodLiteral<"add">, z.ZodLiteral<"set">]>;
1069
+ objects: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
1070
+ }, "strict", z.ZodTypeAny, {
1071
+ op: "set" | "add";
1072
+ objects: string[];
1073
+ }, {
1074
+ op: "set" | "add";
1075
+ objects: string[];
1076
+ }>, z.ZodObject<{
1077
+ op: z.ZodLiteral<"remove">;
1078
+ objects: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
1079
+ }, "strict", z.ZodTypeAny, {
1080
+ op: "remove";
1081
+ objects: string[];
1082
+ }, {
1083
+ op: "remove";
1084
+ objects: string[];
1085
+ }>, z.ZodObject<{
1086
+ op: z.ZodLiteral<"clear">;
1087
+ }, "strict", z.ZodTypeAny, {
1088
+ op: "clear";
1089
+ }, {
1090
+ op: "clear";
1091
+ }>]>>;
1092
+ owner_receive: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
1093
+ id: z.ZodString;
1094
+ type: z.ZodString;
1095
+ }, "strict", z.ZodTypeAny, {
1096
+ type: string;
1097
+ id: string;
1098
+ }, {
1099
+ type: string;
1100
+ id: string;
1101
+ }>, "many">, z.ZodObject<{
1102
+ balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1103
+ token_type: z.ZodEffects<z.ZodString, string, string>;
1104
+ received: z.ZodArray<z.ZodObject<{
1105
+ id: z.ZodString;
1106
+ balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1107
+ payment: z.ZodString;
1108
+ }, "strict", z.ZodTypeAny, {
1109
+ id: string;
1110
+ balance: string | number;
1111
+ payment: string;
1112
+ }, {
1113
+ id: string;
1114
+ balance: string | number;
1115
+ payment: string;
1116
+ }>, "many">;
1117
+ }, "strict", z.ZodTypeAny, {
1118
+ received: {
1119
+ id: string;
1120
+ balance: string | number;
1121
+ payment: string;
1122
+ }[];
1123
+ balance: string | number;
1124
+ token_type: string;
1125
+ }, {
1126
+ received: {
1127
+ id: string;
1128
+ balance: string | number;
1129
+ payment: string;
1130
+ }[];
1131
+ balance: string | number;
1132
+ token_type: string;
1133
+ }>, z.ZodLiteral<"recently">]>>;
1134
+ um: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodNull]>>;
1135
+ }, "strict", z.ZodTypeAny, {
1136
+ object: string | {
1137
+ name?: string | undefined;
1138
+ replaceExistName?: boolean | undefined;
1139
+ tags?: string[] | undefined;
1140
+ onChain?: boolean | undefined;
1141
+ permission?: string | {
1142
+ name?: string | undefined;
1143
+ description?: string | undefined;
1144
+ replaceExistName?: boolean | undefined;
1145
+ tags?: string[] | undefined;
1146
+ onChain?: boolean | undefined;
1147
+ } | undefined;
1148
+ };
1149
+ description?: string | undefined;
1150
+ owner_receive?: {
1151
+ received: {
1152
+ id: string;
1153
+ balance: string | number;
1154
+ payment: string;
1155
+ }[];
1156
+ balance: string | number;
1157
+ token_type: string;
1158
+ } | "recently" | {
1159
+ type: string;
1160
+ id: string;
1161
+ }[] | undefined;
1162
+ rewards?: {
1163
+ op: "set" | "add";
1164
+ objects: string[];
1165
+ } | {
1166
+ op: "remove";
1167
+ objects: string[];
1168
+ } | {
1169
+ op: "clear";
1170
+ } | undefined;
1171
+ um?: string | null | undefined;
1172
+ policies?: {
1173
+ op: "set" | "add";
1174
+ policy: {
1175
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1176
+ name: string;
1177
+ description: string;
1178
+ write_guard: {
1179
+ guard: string;
1180
+ id_from_submission?: number | undefined;
1181
+ data_from_submission?: number | undefined;
1182
+ }[];
1183
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
1184
+ quote_guard?: string | null | undefined;
1185
+ }[];
1186
+ } | {
1187
+ op: "remove";
1188
+ policy: string[];
1189
+ } | {
1190
+ op: "clear";
1191
+ } | undefined;
1192
+ data_add?: {
1193
+ name: string;
1194
+ data?: any;
1195
+ write_guard?: string | undefined;
1196
+ } | {
1197
+ name: string;
1198
+ items: {
1199
+ data: {
1200
+ id: number | {
1201
+ name_or_address?: string | undefined;
1202
+ local_mark_first?: boolean | undefined;
1203
+ };
1204
+ data?: any;
1205
+ }[];
1206
+ write_guard?: string | undefined;
1207
+ }[];
1208
+ } | undefined;
1209
+ data_remove?: {
1210
+ name: string;
1211
+ write_guard?: string | undefined;
1212
+ } | {
1213
+ name: string;
1214
+ items: {
1215
+ id: (number | {
1216
+ name_or_address?: string | undefined;
1217
+ local_mark_first?: boolean | undefined;
1218
+ })[];
1219
+ write_guard?: string | undefined;
1220
+ }[];
1221
+ } | undefined;
1222
+ }, {
1223
+ object: string | {
1224
+ name?: string | undefined;
1225
+ replaceExistName?: boolean | undefined;
1226
+ tags?: string[] | undefined;
1227
+ onChain?: boolean | undefined;
1228
+ permission?: string | {
1229
+ name?: string | undefined;
1230
+ description?: string | undefined;
1231
+ replaceExistName?: boolean | undefined;
1232
+ tags?: string[] | undefined;
1233
+ onChain?: boolean | undefined;
1234
+ } | undefined;
1235
+ };
1236
+ description?: string | undefined;
1237
+ owner_receive?: {
1238
+ received: {
1239
+ id: string;
1240
+ balance: string | number;
1241
+ payment: string;
1242
+ }[];
1243
+ balance: string | number;
1244
+ token_type: string;
1245
+ } | "recently" | {
1246
+ type: string;
1247
+ id: string;
1248
+ }[] | undefined;
1249
+ rewards?: {
1250
+ op: "set" | "add";
1251
+ objects: string[];
1252
+ } | {
1253
+ op: "remove";
1254
+ objects: string[];
1255
+ } | {
1256
+ op: "clear";
1257
+ } | undefined;
1258
+ um?: string | null | undefined;
1259
+ policies?: {
1260
+ op: "set" | "add";
1261
+ policy: {
1262
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1263
+ name: string;
1264
+ description: string;
1265
+ write_guard: {
1266
+ guard: string;
1267
+ id_from_submission?: number | undefined;
1268
+ data_from_submission?: number | undefined;
1269
+ }[];
1270
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
1271
+ quote_guard?: string | null | undefined;
1272
+ }[];
1273
+ } | {
1274
+ op: "remove";
1275
+ policy: string[];
1276
+ } | {
1277
+ op: "clear";
1278
+ } | undefined;
1279
+ data_add?: {
1280
+ name: string;
1281
+ data?: any;
1282
+ write_guard?: string | undefined;
1283
+ } | {
1284
+ name: string;
1285
+ items: {
1286
+ data: {
1287
+ id: number | {
1288
+ name_or_address?: string | undefined;
1289
+ local_mark_first?: boolean | undefined;
1290
+ };
1291
+ data?: any;
1292
+ }[];
1293
+ write_guard?: string | undefined;
1294
+ }[];
1295
+ } | undefined;
1296
+ data_remove?: {
1297
+ name: string;
1298
+ write_guard?: string | undefined;
1299
+ } | {
1300
+ name: string;
1301
+ items: {
1302
+ id: (number | {
1303
+ name_or_address?: string | undefined;
1304
+ local_mark_first?: boolean | undefined;
1305
+ })[];
1306
+ write_guard?: string | undefined;
1307
+ }[];
1308
+ } | undefined;
1309
+ }>;
1310
+ export declare const CallRepository_InputSchema: z.ZodObject<{
1311
+ data: z.ZodObject<{
1312
+ object: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1313
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1314
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1315
+ onChain: z.ZodOptional<z.ZodBoolean>;
1316
+ replaceExistName: z.ZodOptional<z.ZodBoolean>;
1317
+ } & {
1318
+ permission: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1319
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1320
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1321
+ onChain: z.ZodOptional<z.ZodBoolean>;
1322
+ replaceExistName: z.ZodOptional<z.ZodBoolean>;
1323
+ } & {
1324
+ description: z.ZodOptional<z.ZodString>;
1325
+ }, "strict", z.ZodTypeAny, {
1326
+ name?: string | undefined;
1327
+ description?: string | undefined;
1328
+ replaceExistName?: boolean | undefined;
1329
+ tags?: string[] | undefined;
1330
+ onChain?: boolean | undefined;
1331
+ }, {
1332
+ name?: string | undefined;
1333
+ description?: string | undefined;
1334
+ replaceExistName?: boolean | undefined;
1335
+ tags?: string[] | undefined;
1336
+ onChain?: boolean | undefined;
1337
+ }>]>>;
1338
+ }, "strict", z.ZodTypeAny, {
1339
+ name?: string | undefined;
1340
+ replaceExistName?: boolean | undefined;
1341
+ tags?: string[] | undefined;
1342
+ onChain?: boolean | undefined;
1343
+ permission?: string | {
1344
+ name?: string | undefined;
1345
+ description?: string | undefined;
1346
+ replaceExistName?: boolean | undefined;
1347
+ tags?: string[] | undefined;
1348
+ onChain?: boolean | undefined;
1349
+ } | undefined;
1350
+ }, {
1351
+ name?: string | undefined;
1352
+ replaceExistName?: boolean | undefined;
1353
+ tags?: string[] | undefined;
1354
+ onChain?: boolean | undefined;
1355
+ permission?: string | {
1356
+ name?: string | undefined;
1357
+ description?: string | undefined;
1358
+ replaceExistName?: boolean | undefined;
1359
+ tags?: string[] | undefined;
1360
+ onChain?: boolean | undefined;
1361
+ } | undefined;
1362
+ }>]>;
1363
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1364
+ policies: z.ZodOptional<z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
1365
+ op: z.ZodEnum<["add", "set"]>;
1366
+ policy: z.ZodArray<z.ZodObject<{
1367
+ name: z.ZodString;
1368
+ description: z.ZodString;
1369
+ write_guard: z.ZodArray<z.ZodObject<{
1370
+ guard: z.ZodString;
1371
+ id_from_submission: z.ZodOptional<z.ZodNumber>;
1372
+ data_from_submission: z.ZodOptional<z.ZodNumber>;
1373
+ }, "strip", z.ZodTypeAny, {
1374
+ guard: string;
1375
+ id_from_submission?: number | undefined;
1376
+ data_from_submission?: number | undefined;
1377
+ }, {
1378
+ guard: string;
1379
+ id_from_submission?: number | undefined;
1380
+ data_from_submission?: number | undefined;
1381
+ }>, "many">;
1382
+ quote_guard: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
1383
+ id_from: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<"None">, z.ZodLiteral<"Clock">, z.ZodLiteral<"Signer">, z.ZodLiteral<"none">, z.ZodLiteral<"clock">, z.ZodLiteral<"signer">]>;
1384
+ value_type: z.ZodUnion<[z.ZodUnion<[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">]>, z.ZodLiteral<import("wowok").ValueType.Value>]>, z.ZodLiteral<"Value">]>;
1385
+ }, "strip", z.ZodTypeAny, {
1386
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1387
+ name: string;
1388
+ description: string;
1389
+ write_guard: {
1390
+ guard: string;
1391
+ id_from_submission?: number | undefined;
1392
+ data_from_submission?: number | undefined;
1393
+ }[];
1394
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
1395
+ quote_guard?: string | null | undefined;
1396
+ }, {
1397
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1398
+ name: string;
1399
+ description: string;
1400
+ write_guard: {
1401
+ guard: string;
1402
+ id_from_submission?: number | undefined;
1403
+ data_from_submission?: number | undefined;
1404
+ }[];
1405
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
1406
+ quote_guard?: string | null | undefined;
1407
+ }>, "many">;
1408
+ }, "strict", z.ZodTypeAny, {
1409
+ op: "set" | "add";
1410
+ policy: {
1411
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1412
+ name: string;
1413
+ description: string;
1414
+ write_guard: {
1415
+ guard: string;
1416
+ id_from_submission?: number | undefined;
1417
+ data_from_submission?: number | undefined;
1418
+ }[];
1419
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
1420
+ quote_guard?: string | null | undefined;
1421
+ }[];
1422
+ }, {
1423
+ op: "set" | "add";
1424
+ policy: {
1425
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1426
+ name: string;
1427
+ description: string;
1428
+ write_guard: {
1429
+ guard: string;
1430
+ id_from_submission?: number | undefined;
1431
+ data_from_submission?: number | undefined;
1432
+ }[];
1433
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
1434
+ quote_guard?: string | null | undefined;
1435
+ }[];
1436
+ }>, z.ZodObject<{
1437
+ op: z.ZodLiteral<"remove">;
1438
+ policy: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
1439
+ }, "strict", z.ZodTypeAny, {
1440
+ op: "remove";
1441
+ policy: string[];
1442
+ }, {
1443
+ op: "remove";
1444
+ policy: string[];
1445
+ }>, z.ZodObject<{
1446
+ op: z.ZodLiteral<"clear">;
1447
+ }, "strict", z.ZodTypeAny, {
1448
+ op: "clear";
1449
+ }, {
1450
+ op: "clear";
1451
+ }>]>>;
1452
+ data_add: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1453
+ name: z.ZodEffects<z.ZodString, string, string>;
1454
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1455
+ data: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
1456
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1457
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1458
+ }, "strict", z.ZodTypeAny, {
1459
+ name_or_address?: string | undefined;
1460
+ local_mark_first?: boolean | undefined;
1461
+ }, {
1462
+ name_or_address?: string | undefined;
1463
+ local_mark_first?: boolean | undefined;
1464
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
1465
+ entities: z.ZodArray<z.ZodObject<{
1466
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1467
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1468
+ }, "strict", z.ZodTypeAny, {
1469
+ name_or_address?: string | undefined;
1470
+ local_mark_first?: boolean | undefined;
1471
+ }, {
1472
+ name_or_address?: string | undefined;
1473
+ local_mark_first?: boolean | undefined;
1474
+ }>, "many">;
1475
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
1476
+ }, "strict", z.ZodTypeAny, {
1477
+ entities: {
1478
+ name_or_address?: string | undefined;
1479
+ local_mark_first?: boolean | undefined;
1480
+ }[];
1481
+ check_all_founded?: boolean | undefined;
1482
+ }, {
1483
+ entities: {
1484
+ name_or_address?: string | undefined;
1485
+ local_mark_first?: boolean | undefined;
1486
+ }[];
1487
+ check_all_founded?: boolean | undefined;
1488
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
1489
+ }, "strict", z.ZodTypeAny, {
1490
+ name: string;
1491
+ data?: any;
1492
+ write_guard?: string | undefined;
1493
+ }, {
1494
+ name: string;
1495
+ data?: any;
1496
+ write_guard?: string | undefined;
1497
+ }>, z.ZodObject<{
1498
+ name: z.ZodEffects<z.ZodString, string, string>;
1499
+ items: z.ZodArray<z.ZodObject<{
1500
+ data: z.ZodArray<z.ZodObject<{
1501
+ id: z.ZodUnion<[z.ZodObject<{
1502
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1503
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1504
+ }, "strict", z.ZodTypeAny, {
1505
+ name_or_address?: string | undefined;
1506
+ local_mark_first?: boolean | undefined;
1507
+ }, {
1508
+ name_or_address?: string | undefined;
1509
+ local_mark_first?: boolean | undefined;
1510
+ }>, z.ZodNumber]>;
1511
+ data: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
1512
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1513
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1514
+ }, "strict", z.ZodTypeAny, {
1515
+ name_or_address?: string | undefined;
1516
+ local_mark_first?: boolean | undefined;
1517
+ }, {
1518
+ name_or_address?: string | undefined;
1519
+ local_mark_first?: boolean | undefined;
1520
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
1521
+ entities: z.ZodArray<z.ZodObject<{
1522
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1523
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1524
+ }, "strict", z.ZodTypeAny, {
1525
+ name_or_address?: string | undefined;
1526
+ local_mark_first?: boolean | undefined;
1527
+ }, {
1528
+ name_or_address?: string | undefined;
1529
+ local_mark_first?: boolean | undefined;
1530
+ }>, "many">;
1531
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
1532
+ }, "strict", z.ZodTypeAny, {
1533
+ entities: {
1534
+ name_or_address?: string | undefined;
1535
+ local_mark_first?: boolean | undefined;
1536
+ }[];
1537
+ check_all_founded?: boolean | undefined;
1538
+ }, {
1539
+ entities: {
1540
+ name_or_address?: string | undefined;
1541
+ local_mark_first?: boolean | undefined;
1542
+ }[];
1543
+ check_all_founded?: boolean | undefined;
1544
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
1545
+ }, "strict", z.ZodTypeAny, {
1546
+ id: number | {
1547
+ name_or_address?: string | undefined;
1548
+ local_mark_first?: boolean | undefined;
1549
+ };
1550
+ data?: any;
1551
+ }, {
1552
+ id: number | {
1553
+ name_or_address?: string | undefined;
1554
+ local_mark_first?: boolean | undefined;
1555
+ };
1556
+ data?: any;
1557
+ }>, "many">;
1558
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1559
+ }, "strict", z.ZodTypeAny, {
1560
+ data: {
1561
+ id: number | {
1562
+ name_or_address?: string | undefined;
1563
+ local_mark_first?: boolean | undefined;
1564
+ };
1565
+ data?: any;
1566
+ }[];
1567
+ write_guard?: string | undefined;
1568
+ }, {
1569
+ data: {
1570
+ id: number | {
1571
+ name_or_address?: string | undefined;
1572
+ local_mark_first?: boolean | undefined;
1573
+ };
1574
+ data?: any;
1575
+ }[];
1576
+ write_guard?: string | undefined;
1577
+ }>, "many">;
1578
+ }, "strict", z.ZodTypeAny, {
1579
+ name: string;
1580
+ items: {
1581
+ data: {
1582
+ id: number | {
1583
+ name_or_address?: string | undefined;
1584
+ local_mark_first?: boolean | undefined;
1585
+ };
1586
+ data?: any;
1587
+ }[];
1588
+ write_guard?: string | undefined;
1589
+ }[];
1590
+ }, {
1591
+ name: string;
1592
+ items: {
1593
+ data: {
1594
+ id: number | {
1595
+ name_or_address?: string | undefined;
1596
+ local_mark_first?: boolean | undefined;
1597
+ };
1598
+ data?: any;
1599
+ }[];
1600
+ write_guard?: string | undefined;
1601
+ }[];
1602
+ }>]>>;
1603
+ data_remove: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1604
+ name: z.ZodEffects<z.ZodString, string, string>;
1605
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1606
+ }, "strict", z.ZodTypeAny, {
1607
+ name: string;
1608
+ write_guard?: string | undefined;
1609
+ }, {
1610
+ name: string;
1611
+ write_guard?: string | undefined;
1612
+ }>, z.ZodObject<{
1613
+ name: z.ZodEffects<z.ZodString, string, string>;
1614
+ items: z.ZodArray<z.ZodObject<{
1615
+ id: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1616
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1617
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1618
+ }, "strict", z.ZodTypeAny, {
1619
+ name_or_address?: string | undefined;
1620
+ local_mark_first?: boolean | undefined;
1621
+ }, {
1622
+ name_or_address?: string | undefined;
1623
+ local_mark_first?: boolean | undefined;
1624
+ }>, z.ZodNumber]>, "many">;
1625
+ write_guard: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1626
+ }, "strict", z.ZodTypeAny, {
1627
+ id: (number | {
1628
+ name_or_address?: string | undefined;
1629
+ local_mark_first?: boolean | undefined;
1630
+ })[];
1631
+ write_guard?: string | undefined;
1632
+ }, {
1633
+ id: (number | {
1634
+ name_or_address?: string | undefined;
1635
+ local_mark_first?: boolean | undefined;
1636
+ })[];
1637
+ write_guard?: string | undefined;
1638
+ }>, "many">;
1639
+ }, "strict", z.ZodTypeAny, {
1640
+ name: string;
1641
+ items: {
1642
+ id: (number | {
1643
+ name_or_address?: string | undefined;
1644
+ local_mark_first?: boolean | undefined;
1645
+ })[];
1646
+ write_guard?: string | undefined;
1647
+ }[];
1648
+ }, {
1649
+ name: string;
1650
+ items: {
1651
+ id: (number | {
1652
+ name_or_address?: string | undefined;
1653
+ local_mark_first?: boolean | undefined;
1654
+ })[];
1655
+ write_guard?: string | undefined;
1656
+ }[];
1657
+ }>]>>;
1658
+ rewards: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1659
+ op: z.ZodUnion<[z.ZodLiteral<"add">, z.ZodLiteral<"set">]>;
1660
+ objects: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
1661
+ }, "strict", z.ZodTypeAny, {
1662
+ op: "set" | "add";
1663
+ objects: string[];
1664
+ }, {
1665
+ op: "set" | "add";
1666
+ objects: string[];
1667
+ }>, z.ZodObject<{
1668
+ op: z.ZodLiteral<"remove">;
1669
+ objects: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
1670
+ }, "strict", z.ZodTypeAny, {
1671
+ op: "remove";
1672
+ objects: string[];
1673
+ }, {
1674
+ op: "remove";
1675
+ objects: string[];
1676
+ }>, z.ZodObject<{
1677
+ op: z.ZodLiteral<"clear">;
1678
+ }, "strict", z.ZodTypeAny, {
1679
+ op: "clear";
1680
+ }, {
1681
+ op: "clear";
1682
+ }>]>>;
1683
+ owner_receive: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
1684
+ id: z.ZodString;
1685
+ type: z.ZodString;
1686
+ }, "strict", z.ZodTypeAny, {
1687
+ type: string;
1688
+ id: string;
1689
+ }, {
1690
+ type: string;
1691
+ id: string;
1692
+ }>, "many">, z.ZodObject<{
1693
+ balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1694
+ token_type: z.ZodEffects<z.ZodString, string, string>;
1695
+ received: z.ZodArray<z.ZodObject<{
1696
+ id: z.ZodString;
1697
+ balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
1698
+ payment: z.ZodString;
1699
+ }, "strict", z.ZodTypeAny, {
1700
+ id: string;
1701
+ balance: string | number;
1702
+ payment: string;
1703
+ }, {
1704
+ id: string;
1705
+ balance: string | number;
1706
+ payment: string;
1707
+ }>, "many">;
1708
+ }, "strict", z.ZodTypeAny, {
1709
+ received: {
1710
+ id: string;
1711
+ balance: string | number;
1712
+ payment: string;
1713
+ }[];
1714
+ balance: string | number;
1715
+ token_type: string;
1716
+ }, {
1717
+ received: {
1718
+ id: string;
1719
+ balance: string | number;
1720
+ payment: string;
1721
+ }[];
1722
+ balance: string | number;
1723
+ token_type: string;
1724
+ }>, z.ZodLiteral<"recently">]>>;
1725
+ um: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodNull]>>;
1726
+ }, "strict", z.ZodTypeAny, {
1727
+ object: string | {
1728
+ name?: string | undefined;
1729
+ replaceExistName?: boolean | undefined;
1730
+ tags?: string[] | undefined;
1731
+ onChain?: boolean | undefined;
1732
+ permission?: string | {
1733
+ name?: string | undefined;
1734
+ description?: string | undefined;
1735
+ replaceExistName?: boolean | undefined;
1736
+ tags?: string[] | undefined;
1737
+ onChain?: boolean | undefined;
1738
+ } | undefined;
1739
+ };
1740
+ description?: string | undefined;
1741
+ owner_receive?: {
1742
+ received: {
1743
+ id: string;
1744
+ balance: string | number;
1745
+ payment: string;
1746
+ }[];
1747
+ balance: string | number;
1748
+ token_type: string;
1749
+ } | "recently" | {
1750
+ type: string;
1751
+ id: string;
1752
+ }[] | undefined;
1753
+ rewards?: {
1754
+ op: "set" | "add";
1755
+ objects: string[];
1756
+ } | {
1757
+ op: "remove";
1758
+ objects: string[];
1759
+ } | {
1760
+ op: "clear";
1761
+ } | undefined;
1762
+ um?: string | null | undefined;
1763
+ policies?: {
1764
+ op: "set" | "add";
1765
+ policy: {
1766
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1767
+ name: string;
1768
+ description: string;
1769
+ write_guard: {
1770
+ guard: string;
1771
+ id_from_submission?: number | undefined;
1772
+ data_from_submission?: number | undefined;
1773
+ }[];
1774
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
1775
+ quote_guard?: string | null | undefined;
1776
+ }[];
1777
+ } | {
1778
+ op: "remove";
1779
+ policy: string[];
1780
+ } | {
1781
+ op: "clear";
1782
+ } | undefined;
1783
+ data_add?: {
1784
+ name: string;
1785
+ data?: any;
1786
+ write_guard?: string | undefined;
1787
+ } | {
1788
+ name: string;
1789
+ items: {
1790
+ data: {
1791
+ id: number | {
1792
+ name_or_address?: string | undefined;
1793
+ local_mark_first?: boolean | undefined;
1794
+ };
1795
+ data?: any;
1796
+ }[];
1797
+ write_guard?: string | undefined;
1798
+ }[];
1799
+ } | undefined;
1800
+ data_remove?: {
1801
+ name: string;
1802
+ write_guard?: string | undefined;
1803
+ } | {
1804
+ name: string;
1805
+ items: {
1806
+ id: (number | {
1807
+ name_or_address?: string | undefined;
1808
+ local_mark_first?: boolean | undefined;
1809
+ })[];
1810
+ write_guard?: string | undefined;
1811
+ }[];
1812
+ } | undefined;
1813
+ }, {
1814
+ object: string | {
1815
+ name?: string | undefined;
1816
+ replaceExistName?: boolean | undefined;
1817
+ tags?: string[] | undefined;
1818
+ onChain?: boolean | undefined;
1819
+ permission?: string | {
1820
+ name?: string | undefined;
1821
+ description?: string | undefined;
1822
+ replaceExistName?: boolean | undefined;
1823
+ tags?: string[] | undefined;
1824
+ onChain?: boolean | undefined;
1825
+ } | undefined;
1826
+ };
1827
+ description?: string | undefined;
1828
+ owner_receive?: {
1829
+ received: {
1830
+ id: string;
1831
+ balance: string | number;
1832
+ payment: string;
1833
+ }[];
1834
+ balance: string | number;
1835
+ token_type: string;
1836
+ } | "recently" | {
1837
+ type: string;
1838
+ id: string;
1839
+ }[] | undefined;
1840
+ rewards?: {
1841
+ op: "set" | "add";
1842
+ objects: string[];
1843
+ } | {
1844
+ op: "remove";
1845
+ objects: string[];
1846
+ } | {
1847
+ op: "clear";
1848
+ } | undefined;
1849
+ um?: string | null | undefined;
1850
+ policies?: {
1851
+ op: "set" | "add";
1852
+ policy: {
1853
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1854
+ name: string;
1855
+ description: string;
1856
+ write_guard: {
1857
+ guard: string;
1858
+ id_from_submission?: number | undefined;
1859
+ data_from_submission?: number | undefined;
1860
+ }[];
1861
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
1862
+ quote_guard?: string | null | undefined;
1863
+ }[];
1864
+ } | {
1865
+ op: "remove";
1866
+ policy: string[];
1867
+ } | {
1868
+ op: "clear";
1869
+ } | undefined;
1870
+ data_add?: {
1871
+ name: string;
1872
+ data?: any;
1873
+ write_guard?: string | undefined;
1874
+ } | {
1875
+ name: string;
1876
+ items: {
1877
+ data: {
1878
+ id: number | {
1879
+ name_or_address?: string | undefined;
1880
+ local_mark_first?: boolean | undefined;
1881
+ };
1882
+ data?: any;
1883
+ }[];
1884
+ write_guard?: string | undefined;
1885
+ }[];
1886
+ } | undefined;
1887
+ data_remove?: {
1888
+ name: string;
1889
+ write_guard?: string | undefined;
1890
+ } | {
1891
+ name: string;
1892
+ items: {
1893
+ id: (number | {
1894
+ name_or_address?: string | undefined;
1895
+ local_mark_first?: boolean | undefined;
1896
+ })[];
1897
+ write_guard?: string | undefined;
1898
+ }[];
1899
+ } | undefined;
1900
+ }>;
1901
+ env: z.ZodOptional<z.ZodObject<{
1902
+ account: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
1903
+ permission_guard: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1904
+ no_cache: z.ZodOptional<z.ZodBoolean>;
1905
+ network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
1906
+ referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1907
+ }, "strict", z.ZodTypeAny, {
1908
+ account: string;
1909
+ no_cache?: boolean | undefined;
1910
+ network?: import("wowok").ENTRYPOINT | undefined;
1911
+ permission_guard?: string[] | undefined;
1912
+ referrer?: string | undefined;
1913
+ }, {
1914
+ no_cache?: boolean | undefined;
1915
+ network?: import("wowok").ENTRYPOINT | undefined;
1916
+ account?: string | undefined;
1917
+ permission_guard?: string[] | undefined;
1918
+ referrer?: string | undefined;
1919
+ }>>;
1920
+ submission: z.ZodOptional<z.ZodObject<{
1921
+ type: z.ZodLiteral<"submission">;
1922
+ guard: z.ZodArray<z.ZodObject<{
1923
+ object: z.ZodEffects<z.ZodString, string, string>;
1924
+ impack: z.ZodBoolean;
1925
+ }, "strict", z.ZodTypeAny, {
1926
+ object: string;
1927
+ impack: boolean;
1928
+ }, {
1929
+ object: string;
1930
+ impack: boolean;
1931
+ }>, "many">;
1932
+ submission: z.ZodArray<z.ZodObject<{
1933
+ guard: z.ZodEffects<z.ZodString, string, string>;
1934
+ submission: z.ZodArray<z.ZodObject<{
1935
+ identifier: z.ZodNumber;
1936
+ b_submission: z.ZodBoolean;
1937
+ 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">]>;
1938
+ value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
1939
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1940
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1941
+ }, "strict", z.ZodTypeAny, {
1942
+ name_or_address?: string | undefined;
1943
+ local_mark_first?: boolean | undefined;
1944
+ }, {
1945
+ name_or_address?: string | undefined;
1946
+ local_mark_first?: boolean | undefined;
1947
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
1948
+ entities: z.ZodArray<z.ZodObject<{
1949
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1950
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1951
+ }, "strict", z.ZodTypeAny, {
1952
+ name_or_address?: string | undefined;
1953
+ local_mark_first?: boolean | undefined;
1954
+ }, {
1955
+ name_or_address?: string | undefined;
1956
+ local_mark_first?: boolean | undefined;
1957
+ }>, "many">;
1958
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
1959
+ }, "strict", z.ZodTypeAny, {
1960
+ entities: {
1961
+ name_or_address?: string | undefined;
1962
+ local_mark_first?: boolean | undefined;
1963
+ }[];
1964
+ check_all_founded?: boolean | undefined;
1965
+ }, {
1966
+ entities: {
1967
+ name_or_address?: string | undefined;
1968
+ local_mark_first?: boolean | undefined;
1969
+ }[];
1970
+ check_all_founded?: boolean | undefined;
1971
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>>;
1972
+ name: z.ZodDefault<z.ZodString>;
1973
+ } & {
1974
+ 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]>>;
1975
+ }, "strict", z.ZodTypeAny, {
1976
+ identifier: number;
1977
+ b_submission: boolean;
1978
+ 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";
1979
+ name: string;
1980
+ value?: string | number | boolean | {
1981
+ name_or_address?: string | undefined;
1982
+ local_mark_first?: boolean | undefined;
1983
+ } | {
1984
+ entities: {
1985
+ name_or_address?: string | undefined;
1986
+ local_mark_first?: boolean | undefined;
1987
+ }[];
1988
+ check_all_founded?: boolean | undefined;
1989
+ } | boolean[] | string[] | number[] | number[][] | undefined;
1990
+ object_type?: import("wowok").ObjectType | undefined;
1991
+ }, {
1992
+ identifier: number;
1993
+ b_submission: boolean;
1994
+ 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";
1995
+ value?: string | number | boolean | {
1996
+ name_or_address?: string | undefined;
1997
+ local_mark_first?: boolean | undefined;
1998
+ } | {
1999
+ entities: {
2000
+ name_or_address?: string | undefined;
2001
+ local_mark_first?: boolean | undefined;
2002
+ }[];
2003
+ check_all_founded?: boolean | undefined;
2004
+ } | boolean[] | string[] | number[] | number[][] | undefined;
2005
+ name?: string | undefined;
2006
+ object_type?: import("wowok").ObjectType | undefined;
2007
+ }>, "many">;
2008
+ }, "strict", z.ZodTypeAny, {
2009
+ guard: string;
2010
+ submission: {
2011
+ identifier: number;
2012
+ b_submission: boolean;
2013
+ 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";
2014
+ name: string;
2015
+ value?: string | number | boolean | {
2016
+ name_or_address?: string | undefined;
2017
+ local_mark_first?: boolean | undefined;
2018
+ } | {
2019
+ entities: {
2020
+ name_or_address?: string | undefined;
2021
+ local_mark_first?: boolean | undefined;
2022
+ }[];
2023
+ check_all_founded?: boolean | undefined;
2024
+ } | boolean[] | string[] | number[] | number[][] | undefined;
2025
+ object_type?: import("wowok").ObjectType | undefined;
2026
+ }[];
2027
+ }, {
2028
+ guard: string;
2029
+ submission: {
2030
+ identifier: number;
2031
+ b_submission: boolean;
2032
+ 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";
2033
+ value?: string | number | boolean | {
2034
+ name_or_address?: string | undefined;
2035
+ local_mark_first?: boolean | undefined;
2036
+ } | {
2037
+ entities: {
2038
+ name_or_address?: string | undefined;
2039
+ local_mark_first?: boolean | undefined;
2040
+ }[];
2041
+ check_all_founded?: boolean | undefined;
2042
+ } | boolean[] | string[] | number[] | number[][] | undefined;
2043
+ name?: string | undefined;
2044
+ object_type?: import("wowok").ObjectType | undefined;
2045
+ }[];
2046
+ }>, "many">;
2047
+ }, "strict", z.ZodTypeAny, {
2048
+ type: "submission";
2049
+ guard: {
2050
+ object: string;
2051
+ impack: boolean;
2052
+ }[];
2053
+ submission: {
2054
+ guard: string;
2055
+ submission: {
2056
+ identifier: number;
2057
+ b_submission: boolean;
2058
+ 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";
2059
+ name: string;
2060
+ value?: string | number | boolean | {
2061
+ name_or_address?: string | undefined;
2062
+ local_mark_first?: boolean | undefined;
2063
+ } | {
2064
+ entities: {
2065
+ name_or_address?: string | undefined;
2066
+ local_mark_first?: boolean | undefined;
2067
+ }[];
2068
+ check_all_founded?: boolean | undefined;
2069
+ } | boolean[] | string[] | number[] | number[][] | undefined;
2070
+ object_type?: import("wowok").ObjectType | undefined;
2071
+ }[];
2072
+ }[];
2073
+ }, {
2074
+ type: "submission";
2075
+ guard: {
2076
+ object: string;
2077
+ impack: boolean;
2078
+ }[];
2079
+ submission: {
2080
+ guard: string;
2081
+ submission: {
2082
+ identifier: number;
2083
+ b_submission: boolean;
2084
+ 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";
2085
+ value?: string | number | boolean | {
2086
+ name_or_address?: string | undefined;
2087
+ local_mark_first?: boolean | undefined;
2088
+ } | {
2089
+ entities: {
2090
+ name_or_address?: string | undefined;
2091
+ local_mark_first?: boolean | undefined;
2092
+ }[];
2093
+ check_all_founded?: boolean | undefined;
2094
+ } | boolean[] | string[] | number[] | number[][] | undefined;
2095
+ name?: string | undefined;
2096
+ object_type?: import("wowok").ObjectType | undefined;
2097
+ }[];
2098
+ }[];
2099
+ }>>;
2100
+ }, "strict", z.ZodTypeAny, {
2101
+ data: {
2102
+ object: string | {
2103
+ name?: string | undefined;
2104
+ replaceExistName?: boolean | undefined;
2105
+ tags?: string[] | undefined;
2106
+ onChain?: boolean | undefined;
2107
+ permission?: string | {
2108
+ name?: string | undefined;
2109
+ description?: string | undefined;
2110
+ replaceExistName?: boolean | undefined;
2111
+ tags?: string[] | undefined;
2112
+ onChain?: boolean | undefined;
2113
+ } | undefined;
2114
+ };
2115
+ description?: string | undefined;
2116
+ owner_receive?: {
2117
+ received: {
2118
+ id: string;
2119
+ balance: string | number;
2120
+ payment: string;
2121
+ }[];
2122
+ balance: string | number;
2123
+ token_type: string;
2124
+ } | "recently" | {
2125
+ type: string;
2126
+ id: string;
2127
+ }[] | undefined;
2128
+ rewards?: {
2129
+ op: "set" | "add";
2130
+ objects: string[];
2131
+ } | {
2132
+ op: "remove";
2133
+ objects: string[];
2134
+ } | {
2135
+ op: "clear";
2136
+ } | undefined;
2137
+ um?: string | null | undefined;
2138
+ policies?: {
2139
+ op: "set" | "add";
2140
+ policy: {
2141
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
2142
+ name: string;
2143
+ description: string;
2144
+ write_guard: {
2145
+ guard: string;
2146
+ id_from_submission?: number | undefined;
2147
+ data_from_submission?: number | undefined;
2148
+ }[];
2149
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
2150
+ quote_guard?: string | null | undefined;
2151
+ }[];
2152
+ } | {
2153
+ op: "remove";
2154
+ policy: string[];
2155
+ } | {
2156
+ op: "clear";
2157
+ } | undefined;
2158
+ data_add?: {
2159
+ name: string;
2160
+ data?: any;
2161
+ write_guard?: string | undefined;
2162
+ } | {
2163
+ name: string;
2164
+ items: {
2165
+ data: {
2166
+ id: number | {
2167
+ name_or_address?: string | undefined;
2168
+ local_mark_first?: boolean | undefined;
2169
+ };
2170
+ data?: any;
2171
+ }[];
2172
+ write_guard?: string | undefined;
2173
+ }[];
2174
+ } | undefined;
2175
+ data_remove?: {
2176
+ name: string;
2177
+ write_guard?: string | undefined;
2178
+ } | {
2179
+ name: string;
2180
+ items: {
2181
+ id: (number | {
2182
+ name_or_address?: string | undefined;
2183
+ local_mark_first?: boolean | undefined;
2184
+ })[];
2185
+ write_guard?: string | undefined;
2186
+ }[];
2187
+ } | undefined;
2188
+ };
2189
+ submission?: {
2190
+ type: "submission";
2191
+ guard: {
2192
+ object: string;
2193
+ impack: boolean;
2194
+ }[];
2195
+ submission: {
2196
+ guard: string;
2197
+ submission: {
2198
+ identifier: number;
2199
+ b_submission: boolean;
2200
+ 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";
2201
+ name: string;
2202
+ value?: string | number | boolean | {
2203
+ name_or_address?: string | undefined;
2204
+ local_mark_first?: boolean | undefined;
2205
+ } | {
2206
+ entities: {
2207
+ name_or_address?: string | undefined;
2208
+ local_mark_first?: boolean | undefined;
2209
+ }[];
2210
+ check_all_founded?: boolean | undefined;
2211
+ } | boolean[] | string[] | number[] | number[][] | undefined;
2212
+ object_type?: import("wowok").ObjectType | undefined;
2213
+ }[];
2214
+ }[];
2215
+ } | undefined;
2216
+ env?: {
2217
+ account: string;
2218
+ no_cache?: boolean | undefined;
2219
+ network?: import("wowok").ENTRYPOINT | undefined;
2220
+ permission_guard?: string[] | undefined;
2221
+ referrer?: string | undefined;
2222
+ } | undefined;
2223
+ }, {
2224
+ data: {
2225
+ object: string | {
2226
+ name?: string | undefined;
2227
+ replaceExistName?: boolean | undefined;
2228
+ tags?: string[] | undefined;
2229
+ onChain?: boolean | undefined;
2230
+ permission?: string | {
2231
+ name?: string | undefined;
2232
+ description?: string | undefined;
2233
+ replaceExistName?: boolean | undefined;
2234
+ tags?: string[] | undefined;
2235
+ onChain?: boolean | undefined;
2236
+ } | undefined;
2237
+ };
2238
+ description?: string | undefined;
2239
+ owner_receive?: {
2240
+ received: {
2241
+ id: string;
2242
+ balance: string | number;
2243
+ payment: string;
2244
+ }[];
2245
+ balance: string | number;
2246
+ token_type: string;
2247
+ } | "recently" | {
2248
+ type: string;
2249
+ id: string;
2250
+ }[] | undefined;
2251
+ rewards?: {
2252
+ op: "set" | "add";
2253
+ objects: string[];
2254
+ } | {
2255
+ op: "remove";
2256
+ objects: string[];
2257
+ } | {
2258
+ op: "clear";
2259
+ } | undefined;
2260
+ um?: string | null | undefined;
2261
+ policies?: {
2262
+ op: "set" | "add";
2263
+ policy: {
2264
+ 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" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
2265
+ name: string;
2266
+ description: string;
2267
+ write_guard: {
2268
+ guard: string;
2269
+ id_from_submission?: number | undefined;
2270
+ data_from_submission?: number | undefined;
2271
+ }[];
2272
+ id_from: 0 | 1 | 2 | "Signer" | "signer" | "None" | "Clock" | "none" | "clock";
2273
+ quote_guard?: string | null | undefined;
2274
+ }[];
2275
+ } | {
2276
+ op: "remove";
2277
+ policy: string[];
2278
+ } | {
2279
+ op: "clear";
2280
+ } | undefined;
2281
+ data_add?: {
2282
+ name: string;
2283
+ data?: any;
2284
+ write_guard?: string | undefined;
2285
+ } | {
2286
+ name: string;
2287
+ items: {
2288
+ data: {
2289
+ id: number | {
2290
+ name_or_address?: string | undefined;
2291
+ local_mark_first?: boolean | undefined;
2292
+ };
2293
+ data?: any;
2294
+ }[];
2295
+ write_guard?: string | undefined;
2296
+ }[];
2297
+ } | undefined;
2298
+ data_remove?: {
2299
+ name: string;
2300
+ write_guard?: string | undefined;
2301
+ } | {
2302
+ name: string;
2303
+ items: {
2304
+ id: (number | {
2305
+ name_or_address?: string | undefined;
2306
+ local_mark_first?: boolean | undefined;
2307
+ })[];
2308
+ write_guard?: string | undefined;
2309
+ }[];
2310
+ } | undefined;
2311
+ };
2312
+ submission?: {
2313
+ type: "submission";
2314
+ guard: {
2315
+ object: string;
2316
+ impack: boolean;
2317
+ }[];
2318
+ submission: {
2319
+ guard: string;
2320
+ submission: {
2321
+ identifier: number;
2322
+ b_submission: boolean;
2323
+ 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";
2324
+ value?: string | number | boolean | {
2325
+ name_or_address?: string | undefined;
2326
+ local_mark_first?: boolean | undefined;
2327
+ } | {
2328
+ entities: {
2329
+ name_or_address?: string | undefined;
2330
+ local_mark_first?: boolean | undefined;
2331
+ }[];
2332
+ check_all_founded?: boolean | undefined;
2333
+ } | boolean[] | string[] | number[] | number[][] | undefined;
2334
+ name?: string | undefined;
2335
+ object_type?: import("wowok").ObjectType | undefined;
2336
+ }[];
2337
+ }[];
2338
+ } | undefined;
2339
+ env?: {
2340
+ no_cache?: boolean | undefined;
2341
+ network?: import("wowok").ENTRYPOINT | undefined;
2342
+ account?: string | undefined;
2343
+ permission_guard?: string[] | undefined;
2344
+ referrer?: string | undefined;
2345
+ } | undefined;
2346
+ }>;