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,8 +1,957 @@
1
1
  import { z } from "zod";
2
- export declare const ImEntrySchema: any;
3
- export declare const ImsOperationSchema: any;
4
- export declare const CallContact_DataSchema: any;
5
- export declare const CallContact_InputSchema: any;
2
+ export declare const ImEntrySchema: z.ZodObject<{
3
+ at: z.ZodEffects<z.ZodString, string, string>;
4
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
5
+ }, "strict", z.ZodTypeAny, {
6
+ at: string;
7
+ description?: string | undefined;
8
+ }, {
9
+ at: string;
10
+ description?: string | undefined;
11
+ }>;
12
+ export declare const ImsOperationSchema: z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
13
+ op: z.ZodLiteral<"add">;
14
+ im: z.ZodArray<z.ZodObject<{
15
+ at: z.ZodEffects<z.ZodString, string, string>;
16
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
17
+ }, "strict", z.ZodTypeAny, {
18
+ at: string;
19
+ description?: string | undefined;
20
+ }, {
21
+ at: string;
22
+ description?: string | undefined;
23
+ }>, "many">;
24
+ }, "strict", z.ZodTypeAny, {
25
+ op: "add";
26
+ im: {
27
+ at: string;
28
+ description?: string | undefined;
29
+ }[];
30
+ }, {
31
+ op: "add";
32
+ im: {
33
+ at: string;
34
+ description?: string | undefined;
35
+ }[];
36
+ }>, z.ZodObject<{
37
+ op: z.ZodLiteral<"set">;
38
+ im: z.ZodArray<z.ZodObject<{
39
+ at: z.ZodEffects<z.ZodString, string, string>;
40
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
41
+ }, "strict", z.ZodTypeAny, {
42
+ at: string;
43
+ description?: string | undefined;
44
+ }, {
45
+ at: string;
46
+ description?: string | undefined;
47
+ }>, "many">;
48
+ }, "strict", z.ZodTypeAny, {
49
+ op: "set";
50
+ im: {
51
+ at: string;
52
+ description?: string | undefined;
53
+ }[];
54
+ }, {
55
+ op: "set";
56
+ im: {
57
+ at: string;
58
+ description?: string | undefined;
59
+ }[];
60
+ }>, z.ZodObject<{
61
+ op: z.ZodLiteral<"remove">;
62
+ im: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
63
+ }, "strict", z.ZodTypeAny, {
64
+ op: "remove";
65
+ im: string[];
66
+ }, {
67
+ op: "remove";
68
+ im: string[];
69
+ }>, z.ZodObject<{
70
+ op: z.ZodLiteral<"clear">;
71
+ }, "strict", z.ZodTypeAny, {
72
+ op: "clear";
73
+ }, {
74
+ op: "clear";
75
+ }>]>;
76
+ export declare const CallContact_DataSchema: z.ZodObject<{
77
+ object: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
78
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
79
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
80
+ onChain: z.ZodOptional<z.ZodBoolean>;
81
+ replaceExistName: z.ZodOptional<z.ZodBoolean>;
82
+ } & {
83
+ permission: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
84
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
85
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
86
+ onChain: z.ZodOptional<z.ZodBoolean>;
87
+ replaceExistName: z.ZodOptional<z.ZodBoolean>;
88
+ } & {
89
+ description: z.ZodOptional<z.ZodString>;
90
+ }, "strict", z.ZodTypeAny, {
91
+ name?: string | undefined;
92
+ description?: string | undefined;
93
+ replaceExistName?: boolean | undefined;
94
+ tags?: string[] | undefined;
95
+ onChain?: boolean | undefined;
96
+ }, {
97
+ name?: string | undefined;
98
+ description?: string | undefined;
99
+ replaceExistName?: boolean | undefined;
100
+ tags?: string[] | undefined;
101
+ onChain?: boolean | undefined;
102
+ }>]>>;
103
+ }, "strict", z.ZodTypeAny, {
104
+ name?: string | undefined;
105
+ replaceExistName?: boolean | undefined;
106
+ tags?: string[] | undefined;
107
+ onChain?: boolean | undefined;
108
+ permission?: string | {
109
+ name?: string | undefined;
110
+ description?: string | undefined;
111
+ replaceExistName?: boolean | undefined;
112
+ tags?: string[] | undefined;
113
+ onChain?: boolean | undefined;
114
+ } | undefined;
115
+ }, {
116
+ name?: string | undefined;
117
+ replaceExistName?: boolean | undefined;
118
+ tags?: string[] | undefined;
119
+ onChain?: boolean | undefined;
120
+ permission?: string | {
121
+ name?: string | undefined;
122
+ description?: string | undefined;
123
+ replaceExistName?: boolean | undefined;
124
+ tags?: string[] | undefined;
125
+ onChain?: boolean | undefined;
126
+ } | undefined;
127
+ }>]>;
128
+ my_status: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
129
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
130
+ location: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
131
+ ims: z.ZodOptional<z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
132
+ op: z.ZodLiteral<"add">;
133
+ im: z.ZodArray<z.ZodObject<{
134
+ at: z.ZodEffects<z.ZodString, string, string>;
135
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
136
+ }, "strict", z.ZodTypeAny, {
137
+ at: string;
138
+ description?: string | undefined;
139
+ }, {
140
+ at: string;
141
+ description?: string | undefined;
142
+ }>, "many">;
143
+ }, "strict", z.ZodTypeAny, {
144
+ op: "add";
145
+ im: {
146
+ at: string;
147
+ description?: string | undefined;
148
+ }[];
149
+ }, {
150
+ op: "add";
151
+ im: {
152
+ at: string;
153
+ description?: string | undefined;
154
+ }[];
155
+ }>, z.ZodObject<{
156
+ op: z.ZodLiteral<"set">;
157
+ im: z.ZodArray<z.ZodObject<{
158
+ at: z.ZodEffects<z.ZodString, string, string>;
159
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
160
+ }, "strict", z.ZodTypeAny, {
161
+ at: string;
162
+ description?: string | undefined;
163
+ }, {
164
+ at: string;
165
+ description?: string | undefined;
166
+ }>, "many">;
167
+ }, "strict", z.ZodTypeAny, {
168
+ op: "set";
169
+ im: {
170
+ at: string;
171
+ description?: string | undefined;
172
+ }[];
173
+ }, {
174
+ op: "set";
175
+ im: {
176
+ at: string;
177
+ description?: string | undefined;
178
+ }[];
179
+ }>, z.ZodObject<{
180
+ op: z.ZodLiteral<"remove">;
181
+ im: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
182
+ }, "strict", z.ZodTypeAny, {
183
+ op: "remove";
184
+ im: string[];
185
+ }, {
186
+ op: "remove";
187
+ im: string[];
188
+ }>, z.ZodObject<{
189
+ op: z.ZodLiteral<"clear">;
190
+ }, "strict", z.ZodTypeAny, {
191
+ op: "clear";
192
+ }, {
193
+ op: "clear";
194
+ }>]>>;
195
+ owner_receive: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
196
+ id: z.ZodString;
197
+ type: z.ZodString;
198
+ }, "strict", z.ZodTypeAny, {
199
+ type: string;
200
+ id: string;
201
+ }, {
202
+ type: string;
203
+ id: string;
204
+ }>, "many">, z.ZodObject<{
205
+ balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
206
+ token_type: z.ZodEffects<z.ZodString, string, string>;
207
+ received: z.ZodArray<z.ZodObject<{
208
+ id: z.ZodString;
209
+ balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
210
+ payment: z.ZodString;
211
+ }, "strict", z.ZodTypeAny, {
212
+ id: string;
213
+ balance: string | number;
214
+ payment: string;
215
+ }, {
216
+ id: string;
217
+ balance: string | number;
218
+ payment: string;
219
+ }>, "many">;
220
+ }, "strict", z.ZodTypeAny, {
221
+ received: {
222
+ id: string;
223
+ balance: string | number;
224
+ payment: string;
225
+ }[];
226
+ balance: string | number;
227
+ token_type: string;
228
+ }, {
229
+ received: {
230
+ id: string;
231
+ balance: string | number;
232
+ payment: string;
233
+ }[];
234
+ balance: string | number;
235
+ token_type: string;
236
+ }>, z.ZodLiteral<"recently">]>>;
237
+ }, "strict", z.ZodTypeAny, {
238
+ object: string | {
239
+ name?: string | undefined;
240
+ replaceExistName?: boolean | undefined;
241
+ tags?: string[] | undefined;
242
+ onChain?: boolean | undefined;
243
+ permission?: string | {
244
+ name?: string | undefined;
245
+ description?: string | undefined;
246
+ replaceExistName?: boolean | undefined;
247
+ tags?: string[] | undefined;
248
+ onChain?: boolean | undefined;
249
+ } | undefined;
250
+ };
251
+ description?: string | undefined;
252
+ my_status?: string | undefined;
253
+ location?: string | undefined;
254
+ ims?: {
255
+ op: "add";
256
+ im: {
257
+ at: string;
258
+ description?: string | undefined;
259
+ }[];
260
+ } | {
261
+ op: "set";
262
+ im: {
263
+ at: string;
264
+ description?: string | undefined;
265
+ }[];
266
+ } | {
267
+ op: "remove";
268
+ im: string[];
269
+ } | {
270
+ op: "clear";
271
+ } | undefined;
272
+ owner_receive?: {
273
+ received: {
274
+ id: string;
275
+ balance: string | number;
276
+ payment: string;
277
+ }[];
278
+ balance: string | number;
279
+ token_type: string;
280
+ } | "recently" | {
281
+ type: string;
282
+ id: string;
283
+ }[] | undefined;
284
+ }, {
285
+ object: string | {
286
+ name?: string | undefined;
287
+ replaceExistName?: boolean | undefined;
288
+ tags?: string[] | undefined;
289
+ onChain?: boolean | undefined;
290
+ permission?: string | {
291
+ name?: string | undefined;
292
+ description?: string | undefined;
293
+ replaceExistName?: boolean | undefined;
294
+ tags?: string[] | undefined;
295
+ onChain?: boolean | undefined;
296
+ } | undefined;
297
+ };
298
+ description?: string | undefined;
299
+ my_status?: string | undefined;
300
+ location?: string | undefined;
301
+ ims?: {
302
+ op: "add";
303
+ im: {
304
+ at: string;
305
+ description?: string | undefined;
306
+ }[];
307
+ } | {
308
+ op: "set";
309
+ im: {
310
+ at: string;
311
+ description?: string | undefined;
312
+ }[];
313
+ } | {
314
+ op: "remove";
315
+ im: string[];
316
+ } | {
317
+ op: "clear";
318
+ } | undefined;
319
+ owner_receive?: {
320
+ received: {
321
+ id: string;
322
+ balance: string | number;
323
+ payment: string;
324
+ }[];
325
+ balance: string | number;
326
+ token_type: string;
327
+ } | "recently" | {
328
+ type: string;
329
+ id: string;
330
+ }[] | undefined;
331
+ }>;
332
+ export declare const CallContact_InputSchema: z.ZodObject<{
333
+ data: z.ZodObject<{
334
+ object: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
335
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
336
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
337
+ onChain: z.ZodOptional<z.ZodBoolean>;
338
+ replaceExistName: z.ZodOptional<z.ZodBoolean>;
339
+ } & {
340
+ permission: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
341
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
342
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
343
+ onChain: z.ZodOptional<z.ZodBoolean>;
344
+ replaceExistName: z.ZodOptional<z.ZodBoolean>;
345
+ } & {
346
+ description: z.ZodOptional<z.ZodString>;
347
+ }, "strict", z.ZodTypeAny, {
348
+ name?: string | undefined;
349
+ description?: string | undefined;
350
+ replaceExistName?: boolean | undefined;
351
+ tags?: string[] | undefined;
352
+ onChain?: boolean | undefined;
353
+ }, {
354
+ name?: string | undefined;
355
+ description?: string | undefined;
356
+ replaceExistName?: boolean | undefined;
357
+ tags?: string[] | undefined;
358
+ onChain?: boolean | undefined;
359
+ }>]>>;
360
+ }, "strict", z.ZodTypeAny, {
361
+ name?: string | undefined;
362
+ replaceExistName?: boolean | undefined;
363
+ tags?: string[] | undefined;
364
+ onChain?: boolean | undefined;
365
+ permission?: string | {
366
+ name?: string | undefined;
367
+ description?: string | undefined;
368
+ replaceExistName?: boolean | undefined;
369
+ tags?: string[] | undefined;
370
+ onChain?: boolean | undefined;
371
+ } | undefined;
372
+ }, {
373
+ name?: string | undefined;
374
+ replaceExistName?: boolean | undefined;
375
+ tags?: string[] | undefined;
376
+ onChain?: boolean | undefined;
377
+ permission?: string | {
378
+ name?: string | undefined;
379
+ description?: string | undefined;
380
+ replaceExistName?: boolean | undefined;
381
+ tags?: string[] | undefined;
382
+ onChain?: boolean | undefined;
383
+ } | undefined;
384
+ }>]>;
385
+ my_status: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
386
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
387
+ location: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
388
+ ims: z.ZodOptional<z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
389
+ op: z.ZodLiteral<"add">;
390
+ im: z.ZodArray<z.ZodObject<{
391
+ at: z.ZodEffects<z.ZodString, string, string>;
392
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
393
+ }, "strict", z.ZodTypeAny, {
394
+ at: string;
395
+ description?: string | undefined;
396
+ }, {
397
+ at: string;
398
+ description?: string | undefined;
399
+ }>, "many">;
400
+ }, "strict", z.ZodTypeAny, {
401
+ op: "add";
402
+ im: {
403
+ at: string;
404
+ description?: string | undefined;
405
+ }[];
406
+ }, {
407
+ op: "add";
408
+ im: {
409
+ at: string;
410
+ description?: string | undefined;
411
+ }[];
412
+ }>, z.ZodObject<{
413
+ op: z.ZodLiteral<"set">;
414
+ im: z.ZodArray<z.ZodObject<{
415
+ at: z.ZodEffects<z.ZodString, string, string>;
416
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
417
+ }, "strict", z.ZodTypeAny, {
418
+ at: string;
419
+ description?: string | undefined;
420
+ }, {
421
+ at: string;
422
+ description?: string | undefined;
423
+ }>, "many">;
424
+ }, "strict", z.ZodTypeAny, {
425
+ op: "set";
426
+ im: {
427
+ at: string;
428
+ description?: string | undefined;
429
+ }[];
430
+ }, {
431
+ op: "set";
432
+ im: {
433
+ at: string;
434
+ description?: string | undefined;
435
+ }[];
436
+ }>, z.ZodObject<{
437
+ op: z.ZodLiteral<"remove">;
438
+ im: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
439
+ }, "strict", z.ZodTypeAny, {
440
+ op: "remove";
441
+ im: string[];
442
+ }, {
443
+ op: "remove";
444
+ im: string[];
445
+ }>, z.ZodObject<{
446
+ op: z.ZodLiteral<"clear">;
447
+ }, "strict", z.ZodTypeAny, {
448
+ op: "clear";
449
+ }, {
450
+ op: "clear";
451
+ }>]>>;
452
+ owner_receive: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
453
+ id: z.ZodString;
454
+ type: z.ZodString;
455
+ }, "strict", z.ZodTypeAny, {
456
+ type: string;
457
+ id: string;
458
+ }, {
459
+ type: string;
460
+ id: string;
461
+ }>, "many">, z.ZodObject<{
462
+ balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
463
+ token_type: z.ZodEffects<z.ZodString, string, string>;
464
+ received: z.ZodArray<z.ZodObject<{
465
+ id: z.ZodString;
466
+ balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
467
+ payment: z.ZodString;
468
+ }, "strict", z.ZodTypeAny, {
469
+ id: string;
470
+ balance: string | number;
471
+ payment: string;
472
+ }, {
473
+ id: string;
474
+ balance: string | number;
475
+ payment: string;
476
+ }>, "many">;
477
+ }, "strict", z.ZodTypeAny, {
478
+ received: {
479
+ id: string;
480
+ balance: string | number;
481
+ payment: string;
482
+ }[];
483
+ balance: string | number;
484
+ token_type: string;
485
+ }, {
486
+ received: {
487
+ id: string;
488
+ balance: string | number;
489
+ payment: string;
490
+ }[];
491
+ balance: string | number;
492
+ token_type: string;
493
+ }>, z.ZodLiteral<"recently">]>>;
494
+ }, "strict", z.ZodTypeAny, {
495
+ object: string | {
496
+ name?: string | undefined;
497
+ replaceExistName?: boolean | undefined;
498
+ tags?: string[] | undefined;
499
+ onChain?: boolean | undefined;
500
+ permission?: string | {
501
+ name?: string | undefined;
502
+ description?: string | undefined;
503
+ replaceExistName?: boolean | undefined;
504
+ tags?: string[] | undefined;
505
+ onChain?: boolean | undefined;
506
+ } | undefined;
507
+ };
508
+ description?: string | undefined;
509
+ my_status?: string | undefined;
510
+ location?: string | undefined;
511
+ ims?: {
512
+ op: "add";
513
+ im: {
514
+ at: string;
515
+ description?: string | undefined;
516
+ }[];
517
+ } | {
518
+ op: "set";
519
+ im: {
520
+ at: string;
521
+ description?: string | undefined;
522
+ }[];
523
+ } | {
524
+ op: "remove";
525
+ im: string[];
526
+ } | {
527
+ op: "clear";
528
+ } | undefined;
529
+ owner_receive?: {
530
+ received: {
531
+ id: string;
532
+ balance: string | number;
533
+ payment: string;
534
+ }[];
535
+ balance: string | number;
536
+ token_type: string;
537
+ } | "recently" | {
538
+ type: string;
539
+ id: string;
540
+ }[] | undefined;
541
+ }, {
542
+ object: string | {
543
+ name?: string | undefined;
544
+ replaceExistName?: boolean | undefined;
545
+ tags?: string[] | undefined;
546
+ onChain?: boolean | undefined;
547
+ permission?: string | {
548
+ name?: string | undefined;
549
+ description?: string | undefined;
550
+ replaceExistName?: boolean | undefined;
551
+ tags?: string[] | undefined;
552
+ onChain?: boolean | undefined;
553
+ } | undefined;
554
+ };
555
+ description?: string | undefined;
556
+ my_status?: string | undefined;
557
+ location?: string | undefined;
558
+ ims?: {
559
+ op: "add";
560
+ im: {
561
+ at: string;
562
+ description?: string | undefined;
563
+ }[];
564
+ } | {
565
+ op: "set";
566
+ im: {
567
+ at: string;
568
+ description?: string | undefined;
569
+ }[];
570
+ } | {
571
+ op: "remove";
572
+ im: string[];
573
+ } | {
574
+ op: "clear";
575
+ } | undefined;
576
+ owner_receive?: {
577
+ received: {
578
+ id: string;
579
+ balance: string | number;
580
+ payment: string;
581
+ }[];
582
+ balance: string | number;
583
+ token_type: string;
584
+ } | "recently" | {
585
+ type: string;
586
+ id: string;
587
+ }[] | undefined;
588
+ }>;
589
+ env: z.ZodOptional<z.ZodObject<{
590
+ account: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
591
+ permission_guard: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
592
+ no_cache: z.ZodOptional<z.ZodBoolean>;
593
+ network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
594
+ referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
595
+ }, "strict", z.ZodTypeAny, {
596
+ account: string;
597
+ no_cache?: boolean | undefined;
598
+ network?: import("wowok").ENTRYPOINT | undefined;
599
+ permission_guard?: string[] | undefined;
600
+ referrer?: string | undefined;
601
+ }, {
602
+ no_cache?: boolean | undefined;
603
+ network?: import("wowok").ENTRYPOINT | undefined;
604
+ account?: string | undefined;
605
+ permission_guard?: string[] | undefined;
606
+ referrer?: string | undefined;
607
+ }>>;
608
+ submission: z.ZodOptional<z.ZodObject<{
609
+ type: z.ZodLiteral<"submission">;
610
+ guard: z.ZodArray<z.ZodObject<{
611
+ object: z.ZodEffects<z.ZodString, string, string>;
612
+ impack: z.ZodBoolean;
613
+ }, "strict", z.ZodTypeAny, {
614
+ object: string;
615
+ impack: boolean;
616
+ }, {
617
+ object: string;
618
+ impack: boolean;
619
+ }>, "many">;
620
+ submission: z.ZodArray<z.ZodObject<{
621
+ guard: z.ZodEffects<z.ZodString, string, string>;
622
+ submission: z.ZodArray<z.ZodObject<{
623
+ identifier: z.ZodNumber;
624
+ b_submission: z.ZodBoolean;
625
+ 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">]>;
626
+ value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
627
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
628
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
629
+ }, "strict", z.ZodTypeAny, {
630
+ name_or_address?: string | undefined;
631
+ local_mark_first?: boolean | undefined;
632
+ }, {
633
+ name_or_address?: string | undefined;
634
+ local_mark_first?: boolean | undefined;
635
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
636
+ entities: z.ZodArray<z.ZodObject<{
637
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
638
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
639
+ }, "strict", z.ZodTypeAny, {
640
+ name_or_address?: string | undefined;
641
+ local_mark_first?: boolean | undefined;
642
+ }, {
643
+ name_or_address?: string | undefined;
644
+ local_mark_first?: boolean | undefined;
645
+ }>, "many">;
646
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
647
+ }, "strict", z.ZodTypeAny, {
648
+ entities: {
649
+ name_or_address?: string | undefined;
650
+ local_mark_first?: boolean | undefined;
651
+ }[];
652
+ check_all_founded?: boolean | undefined;
653
+ }, {
654
+ entities: {
655
+ name_or_address?: string | undefined;
656
+ local_mark_first?: boolean | undefined;
657
+ }[];
658
+ check_all_founded?: boolean | undefined;
659
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>>;
660
+ name: z.ZodDefault<z.ZodString>;
661
+ } & {
662
+ 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]>>;
663
+ }, "strict", z.ZodTypeAny, {
664
+ identifier: number;
665
+ b_submission: boolean;
666
+ 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";
667
+ name: string;
668
+ value?: string | number | boolean | {
669
+ name_or_address?: string | undefined;
670
+ local_mark_first?: boolean | undefined;
671
+ } | {
672
+ entities: {
673
+ name_or_address?: string | undefined;
674
+ local_mark_first?: boolean | undefined;
675
+ }[];
676
+ check_all_founded?: boolean | undefined;
677
+ } | boolean[] | string[] | number[] | number[][] | undefined;
678
+ object_type?: import("wowok").ObjectType | undefined;
679
+ }, {
680
+ identifier: number;
681
+ b_submission: boolean;
682
+ 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";
683
+ value?: string | number | boolean | {
684
+ name_or_address?: string | undefined;
685
+ local_mark_first?: boolean | undefined;
686
+ } | {
687
+ entities: {
688
+ name_or_address?: string | undefined;
689
+ local_mark_first?: boolean | undefined;
690
+ }[];
691
+ check_all_founded?: boolean | undefined;
692
+ } | boolean[] | string[] | number[] | number[][] | undefined;
693
+ name?: string | undefined;
694
+ object_type?: import("wowok").ObjectType | undefined;
695
+ }>, "many">;
696
+ }, "strict", z.ZodTypeAny, {
697
+ guard: string;
698
+ submission: {
699
+ identifier: number;
700
+ b_submission: boolean;
701
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType.Bool | import("wowok").ValueType.Address | import("wowok").ValueType.String | import("wowok").ValueType.U8 | import("wowok").ValueType.U16 | import("wowok").ValueType.U32 | import("wowok").ValueType.U64 | import("wowok").ValueType.U128 | import("wowok").ValueType.U256 | import("wowok").ValueType.VecBool | import("wowok").ValueType.VecAddress | import("wowok").ValueType.VecString | import("wowok").ValueType.VecU8 | import("wowok").ValueType.VecU16 | import("wowok").ValueType.VecU32 | import("wowok").ValueType.VecU64 | import("wowok").ValueType.VecU128 | import("wowok").ValueType.VecU256 | import("wowok").ValueType.VecVecU8 | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8";
702
+ name: string;
703
+ value?: string | number | boolean | {
704
+ name_or_address?: string | undefined;
705
+ local_mark_first?: boolean | undefined;
706
+ } | {
707
+ entities: {
708
+ name_or_address?: string | undefined;
709
+ local_mark_first?: boolean | undefined;
710
+ }[];
711
+ check_all_founded?: boolean | undefined;
712
+ } | boolean[] | string[] | number[] | number[][] | undefined;
713
+ object_type?: import("wowok").ObjectType | undefined;
714
+ }[];
715
+ }, {
716
+ guard: string;
717
+ submission: {
718
+ identifier: number;
719
+ b_submission: boolean;
720
+ 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";
721
+ value?: string | number | boolean | {
722
+ name_or_address?: string | undefined;
723
+ local_mark_first?: boolean | undefined;
724
+ } | {
725
+ entities: {
726
+ name_or_address?: string | undefined;
727
+ local_mark_first?: boolean | undefined;
728
+ }[];
729
+ check_all_founded?: boolean | undefined;
730
+ } | boolean[] | string[] | number[] | number[][] | undefined;
731
+ name?: string | undefined;
732
+ object_type?: import("wowok").ObjectType | undefined;
733
+ }[];
734
+ }>, "many">;
735
+ }, "strict", z.ZodTypeAny, {
736
+ type: "submission";
737
+ guard: {
738
+ object: string;
739
+ impack: boolean;
740
+ }[];
741
+ submission: {
742
+ guard: string;
743
+ submission: {
744
+ identifier: number;
745
+ b_submission: boolean;
746
+ 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";
747
+ name: string;
748
+ value?: string | number | boolean | {
749
+ name_or_address?: string | undefined;
750
+ local_mark_first?: boolean | undefined;
751
+ } | {
752
+ entities: {
753
+ name_or_address?: string | undefined;
754
+ local_mark_first?: boolean | undefined;
755
+ }[];
756
+ check_all_founded?: boolean | undefined;
757
+ } | boolean[] | string[] | number[] | number[][] | undefined;
758
+ object_type?: import("wowok").ObjectType | undefined;
759
+ }[];
760
+ }[];
761
+ }, {
762
+ type: "submission";
763
+ guard: {
764
+ object: string;
765
+ impack: boolean;
766
+ }[];
767
+ submission: {
768
+ guard: string;
769
+ submission: {
770
+ identifier: number;
771
+ b_submission: boolean;
772
+ 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";
773
+ value?: string | number | boolean | {
774
+ name_or_address?: string | undefined;
775
+ local_mark_first?: boolean | undefined;
776
+ } | {
777
+ entities: {
778
+ name_or_address?: string | undefined;
779
+ local_mark_first?: boolean | undefined;
780
+ }[];
781
+ check_all_founded?: boolean | undefined;
782
+ } | boolean[] | string[] | number[] | number[][] | undefined;
783
+ name?: string | undefined;
784
+ object_type?: import("wowok").ObjectType | undefined;
785
+ }[];
786
+ }[];
787
+ }>>;
788
+ }, "strict", z.ZodTypeAny, {
789
+ data: {
790
+ object: string | {
791
+ name?: string | undefined;
792
+ replaceExistName?: boolean | undefined;
793
+ tags?: string[] | undefined;
794
+ onChain?: boolean | undefined;
795
+ permission?: string | {
796
+ name?: string | undefined;
797
+ description?: string | undefined;
798
+ replaceExistName?: boolean | undefined;
799
+ tags?: string[] | undefined;
800
+ onChain?: boolean | undefined;
801
+ } | undefined;
802
+ };
803
+ description?: string | undefined;
804
+ my_status?: string | undefined;
805
+ location?: string | undefined;
806
+ ims?: {
807
+ op: "add";
808
+ im: {
809
+ at: string;
810
+ description?: string | undefined;
811
+ }[];
812
+ } | {
813
+ op: "set";
814
+ im: {
815
+ at: string;
816
+ description?: string | undefined;
817
+ }[];
818
+ } | {
819
+ op: "remove";
820
+ im: string[];
821
+ } | {
822
+ op: "clear";
823
+ } | undefined;
824
+ owner_receive?: {
825
+ received: {
826
+ id: string;
827
+ balance: string | number;
828
+ payment: string;
829
+ }[];
830
+ balance: string | number;
831
+ token_type: string;
832
+ } | "recently" | {
833
+ type: string;
834
+ id: string;
835
+ }[] | undefined;
836
+ };
837
+ submission?: {
838
+ type: "submission";
839
+ guard: {
840
+ object: string;
841
+ impack: boolean;
842
+ }[];
843
+ submission: {
844
+ guard: string;
845
+ submission: {
846
+ identifier: number;
847
+ b_submission: boolean;
848
+ 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";
849
+ name: string;
850
+ value?: string | number | boolean | {
851
+ name_or_address?: string | undefined;
852
+ local_mark_first?: boolean | undefined;
853
+ } | {
854
+ entities: {
855
+ name_or_address?: string | undefined;
856
+ local_mark_first?: boolean | undefined;
857
+ }[];
858
+ check_all_founded?: boolean | undefined;
859
+ } | boolean[] | string[] | number[] | number[][] | undefined;
860
+ object_type?: import("wowok").ObjectType | undefined;
861
+ }[];
862
+ }[];
863
+ } | undefined;
864
+ env?: {
865
+ account: string;
866
+ no_cache?: boolean | undefined;
867
+ network?: import("wowok").ENTRYPOINT | undefined;
868
+ permission_guard?: string[] | undefined;
869
+ referrer?: string | undefined;
870
+ } | undefined;
871
+ }, {
872
+ data: {
873
+ object: string | {
874
+ name?: string | undefined;
875
+ replaceExistName?: boolean | undefined;
876
+ tags?: string[] | undefined;
877
+ onChain?: boolean | undefined;
878
+ permission?: string | {
879
+ name?: string | undefined;
880
+ description?: string | undefined;
881
+ replaceExistName?: boolean | undefined;
882
+ tags?: string[] | undefined;
883
+ onChain?: boolean | undefined;
884
+ } | undefined;
885
+ };
886
+ description?: string | undefined;
887
+ my_status?: string | undefined;
888
+ location?: string | undefined;
889
+ ims?: {
890
+ op: "add";
891
+ im: {
892
+ at: string;
893
+ description?: string | undefined;
894
+ }[];
895
+ } | {
896
+ op: "set";
897
+ im: {
898
+ at: string;
899
+ description?: string | undefined;
900
+ }[];
901
+ } | {
902
+ op: "remove";
903
+ im: string[];
904
+ } | {
905
+ op: "clear";
906
+ } | undefined;
907
+ owner_receive?: {
908
+ received: {
909
+ id: string;
910
+ balance: string | number;
911
+ payment: string;
912
+ }[];
913
+ balance: string | number;
914
+ token_type: string;
915
+ } | "recently" | {
916
+ type: string;
917
+ id: string;
918
+ }[] | undefined;
919
+ };
920
+ submission?: {
921
+ type: "submission";
922
+ guard: {
923
+ object: string;
924
+ impack: boolean;
925
+ }[];
926
+ submission: {
927
+ guard: string;
928
+ submission: {
929
+ identifier: number;
930
+ b_submission: boolean;
931
+ 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";
932
+ value?: string | number | boolean | {
933
+ name_or_address?: string | undefined;
934
+ local_mark_first?: boolean | undefined;
935
+ } | {
936
+ entities: {
937
+ name_or_address?: string | undefined;
938
+ local_mark_first?: boolean | undefined;
939
+ }[];
940
+ check_all_founded?: boolean | undefined;
941
+ } | boolean[] | string[] | number[] | number[][] | undefined;
942
+ name?: string | undefined;
943
+ object_type?: import("wowok").ObjectType | undefined;
944
+ }[];
945
+ }[];
946
+ } | undefined;
947
+ env?: {
948
+ no_cache?: boolean | undefined;
949
+ network?: import("wowok").ENTRYPOINT | undefined;
950
+ account?: string | undefined;
951
+ permission_guard?: string[] | undefined;
952
+ referrer?: string | undefined;
953
+ } | undefined;
954
+ }>;
6
955
  export type ImEntry = z.infer<typeof ImEntrySchema>;
7
956
  export type ImsOperation = z.infer<typeof ImsOperationSchema>;
8
957
  export type CallContact_Data = z.infer<typeof CallContact_DataSchema>;