wowok_agent 2.1.19 → 2.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +102 -102
- package/dist/index.js +58 -13
- package/dist/schema/call/allocation.d.ts +8 -8
- package/dist/schema/call/arbitration.d.ts +8 -8
- package/dist/schema/call/base.d.ts +24 -24
- package/dist/schema/call/contact.d.ts +8 -8
- package/dist/schema/call/demand.d.ts +8 -8
- package/dist/schema/call/guard.d.ts +18 -18
- package/dist/schema/call/machine.d.ts +8 -8
- package/dist/schema/call/order.d.ts +8 -8
- package/dist/schema/call/permission.d.ts +8 -8
- package/dist/schema/call/progress.d.ts +8 -8
- package/dist/schema/call/repository.d.ts +8 -8
- package/dist/schema/call/reward.d.ts +8 -8
- package/dist/schema/call/service.d.ts +8 -8
- package/dist/schema/call/treasury.d.ts +8 -8
- package/dist/schema/common/index.d.ts +39 -4
- package/dist/schema/common/index.js +20 -0
- package/dist/schema/messenger/index.d.ts +337 -131
- package/dist/schema/messenger/index.js +48 -13
- package/dist/schema/query/index.d.ts +22 -22
- package/package.json +2 -2
|
@@ -92,7 +92,7 @@ export declare const CallGuard_DataSchema: z.ZodObject<{
|
|
|
92
92
|
local_mark_first?: boolean | undefined;
|
|
93
93
|
}[];
|
|
94
94
|
check_all_founded?: boolean | undefined;
|
|
95
|
-
} |
|
|
95
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
identifier: number;
|
|
98
98
|
b_submission: boolean;
|
|
@@ -106,7 +106,7 @@ export declare const CallGuard_DataSchema: z.ZodObject<{
|
|
|
106
106
|
local_mark_first?: boolean | undefined;
|
|
107
107
|
}[];
|
|
108
108
|
check_all_founded?: boolean | undefined;
|
|
109
|
-
} |
|
|
109
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
110
110
|
name?: string | undefined;
|
|
111
111
|
}>, "many">>;
|
|
112
112
|
root: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -165,7 +165,7 @@ export declare const CallGuard_DataSchema: z.ZodObject<{
|
|
|
165
165
|
local_mark_first?: boolean | undefined;
|
|
166
166
|
}[];
|
|
167
167
|
check_all_founded?: boolean | undefined;
|
|
168
|
-
} |
|
|
168
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
169
169
|
}[] | undefined;
|
|
170
170
|
namedNew?: {
|
|
171
171
|
name?: string | undefined;
|
|
@@ -200,7 +200,7 @@ export declare const CallGuard_DataSchema: z.ZodObject<{
|
|
|
200
200
|
local_mark_first?: boolean | undefined;
|
|
201
201
|
}[];
|
|
202
202
|
check_all_founded?: boolean | undefined;
|
|
203
|
-
} |
|
|
203
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
204
204
|
name?: string | undefined;
|
|
205
205
|
}[] | undefined;
|
|
206
206
|
namedNew?: {
|
|
@@ -286,7 +286,7 @@ export declare const CallGuard_InputSchema: z.ZodObject<{
|
|
|
286
286
|
local_mark_first?: boolean | undefined;
|
|
287
287
|
}[];
|
|
288
288
|
check_all_founded?: boolean | undefined;
|
|
289
|
-
} |
|
|
289
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
290
290
|
}, {
|
|
291
291
|
identifier: number;
|
|
292
292
|
b_submission: boolean;
|
|
@@ -300,7 +300,7 @@ export declare const CallGuard_InputSchema: z.ZodObject<{
|
|
|
300
300
|
local_mark_first?: boolean | undefined;
|
|
301
301
|
}[];
|
|
302
302
|
check_all_founded?: boolean | undefined;
|
|
303
|
-
} |
|
|
303
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
304
304
|
name?: string | undefined;
|
|
305
305
|
}>, "many">>;
|
|
306
306
|
root: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -359,7 +359,7 @@ export declare const CallGuard_InputSchema: z.ZodObject<{
|
|
|
359
359
|
local_mark_first?: boolean | undefined;
|
|
360
360
|
}[];
|
|
361
361
|
check_all_founded?: boolean | undefined;
|
|
362
|
-
} |
|
|
362
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
363
363
|
}[] | undefined;
|
|
364
364
|
namedNew?: {
|
|
365
365
|
name?: string | undefined;
|
|
@@ -394,7 +394,7 @@ export declare const CallGuard_InputSchema: z.ZodObject<{
|
|
|
394
394
|
local_mark_first?: boolean | undefined;
|
|
395
395
|
}[];
|
|
396
396
|
check_all_founded?: boolean | undefined;
|
|
397
|
-
} |
|
|
397
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
398
398
|
name?: string | undefined;
|
|
399
399
|
}[] | undefined;
|
|
400
400
|
namedNew?: {
|
|
@@ -452,7 +452,7 @@ export declare const CallGuard_InputSchema: z.ZodObject<{
|
|
|
452
452
|
local_mark_first?: boolean | undefined;
|
|
453
453
|
}[];
|
|
454
454
|
check_all_founded?: boolean | undefined;
|
|
455
|
-
} |
|
|
455
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
456
456
|
}[] | undefined;
|
|
457
457
|
namedNew?: {
|
|
458
458
|
name?: string | undefined;
|
|
@@ -496,7 +496,7 @@ export declare const CallGuard_InputSchema: z.ZodObject<{
|
|
|
496
496
|
local_mark_first?: boolean | undefined;
|
|
497
497
|
}[];
|
|
498
498
|
check_all_founded?: boolean | undefined;
|
|
499
|
-
} |
|
|
499
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
500
500
|
name?: string | undefined;
|
|
501
501
|
}[] | undefined;
|
|
502
502
|
namedNew?: {
|
|
@@ -589,7 +589,7 @@ export declare const CallGenPassport_InputSchema: z.ZodObject<{
|
|
|
589
589
|
local_mark_first?: boolean | undefined;
|
|
590
590
|
}[];
|
|
591
591
|
check_all_founded?: boolean | undefined;
|
|
592
|
-
} |
|
|
592
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
593
593
|
object_type?: import("wowok").ObjectType | undefined;
|
|
594
594
|
}, {
|
|
595
595
|
identifier: number;
|
|
@@ -604,7 +604,7 @@ export declare const CallGenPassport_InputSchema: z.ZodObject<{
|
|
|
604
604
|
local_mark_first?: boolean | undefined;
|
|
605
605
|
}[];
|
|
606
606
|
check_all_founded?: boolean | undefined;
|
|
607
|
-
} |
|
|
607
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
608
608
|
name?: string | undefined;
|
|
609
609
|
object_type?: import("wowok").ObjectType | undefined;
|
|
610
610
|
}>, "many">;
|
|
@@ -624,7 +624,7 @@ export declare const CallGenPassport_InputSchema: z.ZodObject<{
|
|
|
624
624
|
local_mark_first?: boolean | undefined;
|
|
625
625
|
}[];
|
|
626
626
|
check_all_founded?: boolean | undefined;
|
|
627
|
-
} |
|
|
627
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
628
628
|
object_type?: import("wowok").ObjectType | undefined;
|
|
629
629
|
}[];
|
|
630
630
|
}, {
|
|
@@ -642,7 +642,7 @@ export declare const CallGenPassport_InputSchema: z.ZodObject<{
|
|
|
642
642
|
local_mark_first?: boolean | undefined;
|
|
643
643
|
}[];
|
|
644
644
|
check_all_founded?: boolean | undefined;
|
|
645
|
-
} |
|
|
645
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
646
646
|
name?: string | undefined;
|
|
647
647
|
object_type?: import("wowok").ObjectType | undefined;
|
|
648
648
|
}[];
|
|
@@ -669,7 +669,7 @@ export declare const CallGenPassport_InputSchema: z.ZodObject<{
|
|
|
669
669
|
local_mark_first?: boolean | undefined;
|
|
670
670
|
}[];
|
|
671
671
|
check_all_founded?: boolean | undefined;
|
|
672
|
-
} |
|
|
672
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
673
673
|
object_type?: import("wowok").ObjectType | undefined;
|
|
674
674
|
}[];
|
|
675
675
|
}[];
|
|
@@ -694,7 +694,7 @@ export declare const CallGenPassport_InputSchema: z.ZodObject<{
|
|
|
694
694
|
local_mark_first?: boolean | undefined;
|
|
695
695
|
}[];
|
|
696
696
|
check_all_founded?: boolean | undefined;
|
|
697
|
-
} |
|
|
697
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
698
698
|
name?: string | undefined;
|
|
699
699
|
object_type?: import("wowok").ObjectType | undefined;
|
|
700
700
|
}[];
|
|
@@ -750,7 +750,7 @@ export declare const CallGenPassport_InputSchema: z.ZodObject<{
|
|
|
750
750
|
local_mark_first?: boolean | undefined;
|
|
751
751
|
}[];
|
|
752
752
|
check_all_founded?: boolean | undefined;
|
|
753
|
-
} |
|
|
753
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
754
754
|
object_type?: import("wowok").ObjectType | undefined;
|
|
755
755
|
}[];
|
|
756
756
|
}[];
|
|
@@ -785,7 +785,7 @@ export declare const CallGenPassport_InputSchema: z.ZodObject<{
|
|
|
785
785
|
local_mark_first?: boolean | undefined;
|
|
786
786
|
}[];
|
|
787
787
|
check_all_founded?: boolean | undefined;
|
|
788
|
-
} |
|
|
788
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
789
789
|
name?: string | undefined;
|
|
790
790
|
object_type?: import("wowok").ObjectType | undefined;
|
|
791
791
|
}[];
|
|
@@ -3305,7 +3305,7 @@ export declare const CallMachine_InputSchema: z.ZodObject<{
|
|
|
3305
3305
|
local_mark_first?: boolean | undefined;
|
|
3306
3306
|
}[];
|
|
3307
3307
|
check_all_founded?: boolean | undefined;
|
|
3308
|
-
} |
|
|
3308
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3309
3309
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3310
3310
|
}, {
|
|
3311
3311
|
identifier: number;
|
|
@@ -3320,7 +3320,7 @@ export declare const CallMachine_InputSchema: z.ZodObject<{
|
|
|
3320
3320
|
local_mark_first?: boolean | undefined;
|
|
3321
3321
|
}[];
|
|
3322
3322
|
check_all_founded?: boolean | undefined;
|
|
3323
|
-
} |
|
|
3323
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3324
3324
|
name?: string | undefined;
|
|
3325
3325
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3326
3326
|
}>, "many">;
|
|
@@ -3340,7 +3340,7 @@ export declare const CallMachine_InputSchema: z.ZodObject<{
|
|
|
3340
3340
|
local_mark_first?: boolean | undefined;
|
|
3341
3341
|
}[];
|
|
3342
3342
|
check_all_founded?: boolean | undefined;
|
|
3343
|
-
} |
|
|
3343
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3344
3344
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3345
3345
|
}[];
|
|
3346
3346
|
}, {
|
|
@@ -3358,7 +3358,7 @@ export declare const CallMachine_InputSchema: z.ZodObject<{
|
|
|
3358
3358
|
local_mark_first?: boolean | undefined;
|
|
3359
3359
|
}[];
|
|
3360
3360
|
check_all_founded?: boolean | undefined;
|
|
3361
|
-
} |
|
|
3361
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3362
3362
|
name?: string | undefined;
|
|
3363
3363
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3364
3364
|
}[];
|
|
@@ -3385,7 +3385,7 @@ export declare const CallMachine_InputSchema: z.ZodObject<{
|
|
|
3385
3385
|
local_mark_first?: boolean | undefined;
|
|
3386
3386
|
}[];
|
|
3387
3387
|
check_all_founded?: boolean | undefined;
|
|
3388
|
-
} |
|
|
3388
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3389
3389
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3390
3390
|
}[];
|
|
3391
3391
|
}[];
|
|
@@ -3410,7 +3410,7 @@ export declare const CallMachine_InputSchema: z.ZodObject<{
|
|
|
3410
3410
|
local_mark_first?: boolean | undefined;
|
|
3411
3411
|
}[];
|
|
3412
3412
|
check_all_founded?: boolean | undefined;
|
|
3413
|
-
} |
|
|
3413
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3414
3414
|
name?: string | undefined;
|
|
3415
3415
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3416
3416
|
}[];
|
|
@@ -3590,7 +3590,7 @@ export declare const CallMachine_InputSchema: z.ZodObject<{
|
|
|
3590
3590
|
local_mark_first?: boolean | undefined;
|
|
3591
3591
|
}[];
|
|
3592
3592
|
check_all_founded?: boolean | undefined;
|
|
3593
|
-
} |
|
|
3593
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3594
3594
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3595
3595
|
}[];
|
|
3596
3596
|
}[];
|
|
@@ -3775,7 +3775,7 @@ export declare const CallMachine_InputSchema: z.ZodObject<{
|
|
|
3775
3775
|
local_mark_first?: boolean | undefined;
|
|
3776
3776
|
}[];
|
|
3777
3777
|
check_all_founded?: boolean | undefined;
|
|
3778
|
-
} |
|
|
3778
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3779
3779
|
name?: string | undefined;
|
|
3780
3780
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3781
3781
|
}[];
|
|
@@ -749,7 +749,7 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
749
749
|
local_mark_first?: boolean | undefined;
|
|
750
750
|
}[];
|
|
751
751
|
check_all_founded?: boolean | undefined;
|
|
752
|
-
} |
|
|
752
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
753
753
|
object_type?: import("wowok").ObjectType | undefined;
|
|
754
754
|
}, {
|
|
755
755
|
identifier: number;
|
|
@@ -764,7 +764,7 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
764
764
|
local_mark_first?: boolean | undefined;
|
|
765
765
|
}[];
|
|
766
766
|
check_all_founded?: boolean | undefined;
|
|
767
|
-
} |
|
|
767
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
768
768
|
name?: string | undefined;
|
|
769
769
|
object_type?: import("wowok").ObjectType | undefined;
|
|
770
770
|
}>, "many">;
|
|
@@ -784,7 +784,7 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
784
784
|
local_mark_first?: boolean | undefined;
|
|
785
785
|
}[];
|
|
786
786
|
check_all_founded?: boolean | undefined;
|
|
787
|
-
} |
|
|
787
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
788
788
|
object_type?: import("wowok").ObjectType | undefined;
|
|
789
789
|
}[];
|
|
790
790
|
}, {
|
|
@@ -802,7 +802,7 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
802
802
|
local_mark_first?: boolean | undefined;
|
|
803
803
|
}[];
|
|
804
804
|
check_all_founded?: boolean | undefined;
|
|
805
|
-
} |
|
|
805
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
806
806
|
name?: string | undefined;
|
|
807
807
|
object_type?: import("wowok").ObjectType | undefined;
|
|
808
808
|
}[];
|
|
@@ -829,7 +829,7 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
829
829
|
local_mark_first?: boolean | undefined;
|
|
830
830
|
}[];
|
|
831
831
|
check_all_founded?: boolean | undefined;
|
|
832
|
-
} |
|
|
832
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
833
833
|
object_type?: import("wowok").ObjectType | undefined;
|
|
834
834
|
}[];
|
|
835
835
|
}[];
|
|
@@ -854,7 +854,7 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
854
854
|
local_mark_first?: boolean | undefined;
|
|
855
855
|
}[];
|
|
856
856
|
check_all_founded?: boolean | undefined;
|
|
857
|
-
} |
|
|
857
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
858
858
|
name?: string | undefined;
|
|
859
859
|
object_type?: import("wowok").ObjectType | undefined;
|
|
860
860
|
}[];
|
|
@@ -941,7 +941,7 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
941
941
|
local_mark_first?: boolean | undefined;
|
|
942
942
|
}[];
|
|
943
943
|
check_all_founded?: boolean | undefined;
|
|
944
|
-
} |
|
|
944
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
945
945
|
object_type?: import("wowok").ObjectType | undefined;
|
|
946
946
|
}[];
|
|
947
947
|
}[];
|
|
@@ -1033,7 +1033,7 @@ export declare const CallOrder_InputSchema: z.ZodObject<{
|
|
|
1033
1033
|
local_mark_first?: boolean | undefined;
|
|
1034
1034
|
}[];
|
|
1035
1035
|
check_all_founded?: boolean | undefined;
|
|
1036
|
-
} |
|
|
1036
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1037
1037
|
name?: string | undefined;
|
|
1038
1038
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1039
1039
|
}[];
|
|
@@ -2536,7 +2536,7 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2536
2536
|
local_mark_first?: boolean | undefined;
|
|
2537
2537
|
}[];
|
|
2538
2538
|
check_all_founded?: boolean | undefined;
|
|
2539
|
-
} |
|
|
2539
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2540
2540
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2541
2541
|
}, {
|
|
2542
2542
|
identifier: number;
|
|
@@ -2551,7 +2551,7 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2551
2551
|
local_mark_first?: boolean | undefined;
|
|
2552
2552
|
}[];
|
|
2553
2553
|
check_all_founded?: boolean | undefined;
|
|
2554
|
-
} |
|
|
2554
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2555
2555
|
name?: string | undefined;
|
|
2556
2556
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2557
2557
|
}>, "many">;
|
|
@@ -2571,7 +2571,7 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2571
2571
|
local_mark_first?: boolean | undefined;
|
|
2572
2572
|
}[];
|
|
2573
2573
|
check_all_founded?: boolean | undefined;
|
|
2574
|
-
} |
|
|
2574
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2575
2575
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2576
2576
|
}[];
|
|
2577
2577
|
}, {
|
|
@@ -2589,7 +2589,7 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2589
2589
|
local_mark_first?: boolean | undefined;
|
|
2590
2590
|
}[];
|
|
2591
2591
|
check_all_founded?: boolean | undefined;
|
|
2592
|
-
} |
|
|
2592
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2593
2593
|
name?: string | undefined;
|
|
2594
2594
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2595
2595
|
}[];
|
|
@@ -2616,7 +2616,7 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2616
2616
|
local_mark_first?: boolean | undefined;
|
|
2617
2617
|
}[];
|
|
2618
2618
|
check_all_founded?: boolean | undefined;
|
|
2619
|
-
} |
|
|
2619
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2620
2620
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2621
2621
|
}[];
|
|
2622
2622
|
}[];
|
|
@@ -2641,7 +2641,7 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2641
2641
|
local_mark_first?: boolean | undefined;
|
|
2642
2642
|
}[];
|
|
2643
2643
|
check_all_founded?: boolean | undefined;
|
|
2644
|
-
} |
|
|
2644
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2645
2645
|
name?: string | undefined;
|
|
2646
2646
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2647
2647
|
}[];
|
|
@@ -2806,7 +2806,7 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2806
2806
|
local_mark_first?: boolean | undefined;
|
|
2807
2807
|
}[];
|
|
2808
2808
|
check_all_founded?: boolean | undefined;
|
|
2809
|
-
} |
|
|
2809
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2810
2810
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2811
2811
|
}[];
|
|
2812
2812
|
}[];
|
|
@@ -2976,7 +2976,7 @@ export declare const CallPermission_InputSchema: z.ZodObject<{
|
|
|
2976
2976
|
local_mark_first?: boolean | undefined;
|
|
2977
2977
|
}[];
|
|
2978
2978
|
check_all_founded?: boolean | undefined;
|
|
2979
|
-
} |
|
|
2979
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2980
2980
|
name?: string | undefined;
|
|
2981
2981
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2982
2982
|
}[];
|
|
@@ -643,7 +643,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
643
643
|
local_mark_first?: boolean | undefined;
|
|
644
644
|
}[];
|
|
645
645
|
check_all_founded?: boolean | undefined;
|
|
646
|
-
} |
|
|
646
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
647
647
|
object_type?: import("wowok").ObjectType | undefined;
|
|
648
648
|
}, {
|
|
649
649
|
identifier: number;
|
|
@@ -658,7 +658,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
658
658
|
local_mark_first?: boolean | undefined;
|
|
659
659
|
}[];
|
|
660
660
|
check_all_founded?: boolean | undefined;
|
|
661
|
-
} |
|
|
661
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
662
662
|
name?: string | undefined;
|
|
663
663
|
object_type?: import("wowok").ObjectType | undefined;
|
|
664
664
|
}>, "many">;
|
|
@@ -678,7 +678,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
678
678
|
local_mark_first?: boolean | undefined;
|
|
679
679
|
}[];
|
|
680
680
|
check_all_founded?: boolean | undefined;
|
|
681
|
-
} |
|
|
681
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
682
682
|
object_type?: import("wowok").ObjectType | undefined;
|
|
683
683
|
}[];
|
|
684
684
|
}, {
|
|
@@ -696,7 +696,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
696
696
|
local_mark_first?: boolean | undefined;
|
|
697
697
|
}[];
|
|
698
698
|
check_all_founded?: boolean | undefined;
|
|
699
|
-
} |
|
|
699
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
700
700
|
name?: string | undefined;
|
|
701
701
|
object_type?: import("wowok").ObjectType | undefined;
|
|
702
702
|
}[];
|
|
@@ -723,7 +723,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
723
723
|
local_mark_first?: boolean | undefined;
|
|
724
724
|
}[];
|
|
725
725
|
check_all_founded?: boolean | undefined;
|
|
726
|
-
} |
|
|
726
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
727
727
|
object_type?: import("wowok").ObjectType | undefined;
|
|
728
728
|
}[];
|
|
729
729
|
}[];
|
|
@@ -748,7 +748,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
748
748
|
local_mark_first?: boolean | undefined;
|
|
749
749
|
}[];
|
|
750
750
|
check_all_founded?: boolean | undefined;
|
|
751
|
-
} |
|
|
751
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
752
752
|
name?: string | undefined;
|
|
753
753
|
object_type?: import("wowok").ObjectType | undefined;
|
|
754
754
|
}[];
|
|
@@ -817,7 +817,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
817
817
|
local_mark_first?: boolean | undefined;
|
|
818
818
|
}[];
|
|
819
819
|
check_all_founded?: boolean | undefined;
|
|
820
|
-
} |
|
|
820
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
821
821
|
object_type?: import("wowok").ObjectType | undefined;
|
|
822
822
|
}[];
|
|
823
823
|
}[];
|
|
@@ -891,7 +891,7 @@ export declare const CallProgress_InputSchema: z.ZodObject<{
|
|
|
891
891
|
local_mark_first?: boolean | undefined;
|
|
892
892
|
}[];
|
|
893
893
|
check_all_founded?: boolean | undefined;
|
|
894
|
-
} |
|
|
894
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
895
895
|
name?: string | undefined;
|
|
896
896
|
object_type?: import("wowok").ObjectType | undefined;
|
|
897
897
|
}[];
|
|
@@ -1986,7 +1986,7 @@ export declare const CallRepository_InputSchema: z.ZodObject<{
|
|
|
1986
1986
|
local_mark_first?: boolean | undefined;
|
|
1987
1987
|
}[];
|
|
1988
1988
|
check_all_founded?: boolean | undefined;
|
|
1989
|
-
} |
|
|
1989
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1990
1990
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1991
1991
|
}, {
|
|
1992
1992
|
identifier: number;
|
|
@@ -2001,7 +2001,7 @@ export declare const CallRepository_InputSchema: z.ZodObject<{
|
|
|
2001
2001
|
local_mark_first?: boolean | undefined;
|
|
2002
2002
|
}[];
|
|
2003
2003
|
check_all_founded?: boolean | undefined;
|
|
2004
|
-
} |
|
|
2004
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2005
2005
|
name?: string | undefined;
|
|
2006
2006
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2007
2007
|
}>, "many">;
|
|
@@ -2021,7 +2021,7 @@ export declare const CallRepository_InputSchema: z.ZodObject<{
|
|
|
2021
2021
|
local_mark_first?: boolean | undefined;
|
|
2022
2022
|
}[];
|
|
2023
2023
|
check_all_founded?: boolean | undefined;
|
|
2024
|
-
} |
|
|
2024
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2025
2025
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2026
2026
|
}[];
|
|
2027
2027
|
}, {
|
|
@@ -2039,7 +2039,7 @@ export declare const CallRepository_InputSchema: z.ZodObject<{
|
|
|
2039
2039
|
local_mark_first?: boolean | undefined;
|
|
2040
2040
|
}[];
|
|
2041
2041
|
check_all_founded?: boolean | undefined;
|
|
2042
|
-
} |
|
|
2042
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2043
2043
|
name?: string | undefined;
|
|
2044
2044
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2045
2045
|
}[];
|
|
@@ -2066,7 +2066,7 @@ export declare const CallRepository_InputSchema: z.ZodObject<{
|
|
|
2066
2066
|
local_mark_first?: boolean | undefined;
|
|
2067
2067
|
}[];
|
|
2068
2068
|
check_all_founded?: boolean | undefined;
|
|
2069
|
-
} |
|
|
2069
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2070
2070
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2071
2071
|
}[];
|
|
2072
2072
|
}[];
|
|
@@ -2091,7 +2091,7 @@ export declare const CallRepository_InputSchema: z.ZodObject<{
|
|
|
2091
2091
|
local_mark_first?: boolean | undefined;
|
|
2092
2092
|
}[];
|
|
2093
2093
|
check_all_founded?: boolean | undefined;
|
|
2094
|
-
} |
|
|
2094
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2095
2095
|
name?: string | undefined;
|
|
2096
2096
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2097
2097
|
}[];
|
|
@@ -2208,7 +2208,7 @@ export declare const CallRepository_InputSchema: z.ZodObject<{
|
|
|
2208
2208
|
local_mark_first?: boolean | undefined;
|
|
2209
2209
|
}[];
|
|
2210
2210
|
check_all_founded?: boolean | undefined;
|
|
2211
|
-
} |
|
|
2211
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2212
2212
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2213
2213
|
}[];
|
|
2214
2214
|
}[];
|
|
@@ -2330,7 +2330,7 @@ export declare const CallRepository_InputSchema: z.ZodObject<{
|
|
|
2330
2330
|
local_mark_first?: boolean | undefined;
|
|
2331
2331
|
}[];
|
|
2332
2332
|
check_all_founded?: boolean | undefined;
|
|
2333
|
-
} |
|
|
2333
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
2334
2334
|
name?: string | undefined;
|
|
2335
2335
|
object_type?: import("wowok").ObjectType | undefined;
|
|
2336
2336
|
}[];
|
|
@@ -918,7 +918,7 @@ export declare const CallReward_InputSchema: z.ZodObject<{
|
|
|
918
918
|
local_mark_first?: boolean | undefined;
|
|
919
919
|
}[];
|
|
920
920
|
check_all_founded?: boolean | undefined;
|
|
921
|
-
} |
|
|
921
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
922
922
|
object_type?: import("wowok").ObjectType | undefined;
|
|
923
923
|
}, {
|
|
924
924
|
identifier: number;
|
|
@@ -933,7 +933,7 @@ export declare const CallReward_InputSchema: z.ZodObject<{
|
|
|
933
933
|
local_mark_first?: boolean | undefined;
|
|
934
934
|
}[];
|
|
935
935
|
check_all_founded?: boolean | undefined;
|
|
936
|
-
} |
|
|
936
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
937
937
|
name?: string | undefined;
|
|
938
938
|
object_type?: import("wowok").ObjectType | undefined;
|
|
939
939
|
}>, "many">;
|
|
@@ -953,7 +953,7 @@ export declare const CallReward_InputSchema: z.ZodObject<{
|
|
|
953
953
|
local_mark_first?: boolean | undefined;
|
|
954
954
|
}[];
|
|
955
955
|
check_all_founded?: boolean | undefined;
|
|
956
|
-
} |
|
|
956
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
957
957
|
object_type?: import("wowok").ObjectType | undefined;
|
|
958
958
|
}[];
|
|
959
959
|
}, {
|
|
@@ -971,7 +971,7 @@ export declare const CallReward_InputSchema: z.ZodObject<{
|
|
|
971
971
|
local_mark_first?: boolean | undefined;
|
|
972
972
|
}[];
|
|
973
973
|
check_all_founded?: boolean | undefined;
|
|
974
|
-
} |
|
|
974
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
975
975
|
name?: string | undefined;
|
|
976
976
|
object_type?: import("wowok").ObjectType | undefined;
|
|
977
977
|
}[];
|
|
@@ -998,7 +998,7 @@ export declare const CallReward_InputSchema: z.ZodObject<{
|
|
|
998
998
|
local_mark_first?: boolean | undefined;
|
|
999
999
|
}[];
|
|
1000
1000
|
check_all_founded?: boolean | undefined;
|
|
1001
|
-
} |
|
|
1001
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1002
1002
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1003
1003
|
}[];
|
|
1004
1004
|
}[];
|
|
@@ -1023,7 +1023,7 @@ export declare const CallReward_InputSchema: z.ZodObject<{
|
|
|
1023
1023
|
local_mark_first?: boolean | undefined;
|
|
1024
1024
|
}[];
|
|
1025
1025
|
check_all_founded?: boolean | undefined;
|
|
1026
|
-
} |
|
|
1026
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1027
1027
|
name?: string | undefined;
|
|
1028
1028
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1029
1029
|
}[];
|
|
@@ -1120,7 +1120,7 @@ export declare const CallReward_InputSchema: z.ZodObject<{
|
|
|
1120
1120
|
local_mark_first?: boolean | undefined;
|
|
1121
1121
|
}[];
|
|
1122
1122
|
check_all_founded?: boolean | undefined;
|
|
1123
|
-
} |
|
|
1123
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1124
1124
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1125
1125
|
}[];
|
|
1126
1126
|
}[];
|
|
@@ -1222,7 +1222,7 @@ export declare const CallReward_InputSchema: z.ZodObject<{
|
|
|
1222
1222
|
local_mark_first?: boolean | undefined;
|
|
1223
1223
|
}[];
|
|
1224
1224
|
check_all_founded?: boolean | undefined;
|
|
1225
|
-
} |
|
|
1225
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1226
1226
|
name?: string | undefined;
|
|
1227
1227
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1228
1228
|
}[];
|
|
@@ -3058,7 +3058,7 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3058
3058
|
local_mark_first?: boolean | undefined;
|
|
3059
3059
|
}[];
|
|
3060
3060
|
check_all_founded?: boolean | undefined;
|
|
3061
|
-
} |
|
|
3061
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3062
3062
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3063
3063
|
}, {
|
|
3064
3064
|
identifier: number;
|
|
@@ -3073,7 +3073,7 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3073
3073
|
local_mark_first?: boolean | undefined;
|
|
3074
3074
|
}[];
|
|
3075
3075
|
check_all_founded?: boolean | undefined;
|
|
3076
|
-
} |
|
|
3076
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3077
3077
|
name?: string | undefined;
|
|
3078
3078
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3079
3079
|
}>, "many">;
|
|
@@ -3093,7 +3093,7 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3093
3093
|
local_mark_first?: boolean | undefined;
|
|
3094
3094
|
}[];
|
|
3095
3095
|
check_all_founded?: boolean | undefined;
|
|
3096
|
-
} |
|
|
3096
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3097
3097
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3098
3098
|
}[];
|
|
3099
3099
|
}, {
|
|
@@ -3111,7 +3111,7 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3111
3111
|
local_mark_first?: boolean | undefined;
|
|
3112
3112
|
}[];
|
|
3113
3113
|
check_all_founded?: boolean | undefined;
|
|
3114
|
-
} |
|
|
3114
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3115
3115
|
name?: string | undefined;
|
|
3116
3116
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3117
3117
|
}[];
|
|
@@ -3138,7 +3138,7 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3138
3138
|
local_mark_first?: boolean | undefined;
|
|
3139
3139
|
}[];
|
|
3140
3140
|
check_all_founded?: boolean | undefined;
|
|
3141
|
-
} |
|
|
3141
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3142
3142
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3143
3143
|
}[];
|
|
3144
3144
|
}[];
|
|
@@ -3163,7 +3163,7 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3163
3163
|
local_mark_first?: boolean | undefined;
|
|
3164
3164
|
}[];
|
|
3165
3165
|
check_all_founded?: boolean | undefined;
|
|
3166
|
-
} |
|
|
3166
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3167
3167
|
name?: string | undefined;
|
|
3168
3168
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3169
3169
|
}[];
|
|
@@ -3398,7 +3398,7 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3398
3398
|
local_mark_first?: boolean | undefined;
|
|
3399
3399
|
}[];
|
|
3400
3400
|
check_all_founded?: boolean | undefined;
|
|
3401
|
-
} |
|
|
3401
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3402
3402
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3403
3403
|
}[];
|
|
3404
3404
|
}[];
|
|
@@ -3638,7 +3638,7 @@ export declare const CallService_InputSchema: z.ZodObject<{
|
|
|
3638
3638
|
local_mark_first?: boolean | undefined;
|
|
3639
3639
|
}[];
|
|
3640
3640
|
check_all_founded?: boolean | undefined;
|
|
3641
|
-
} |
|
|
3641
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3642
3642
|
name?: string | undefined;
|
|
3643
3643
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3644
3644
|
}[];
|