wowok_agent 2.1.20 → 2.1.22
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 +247 -88
- package/dist/schema/messenger/index.js +41 -11
- package/dist/schema/query/index.d.ts +22 -22
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1336,7 +1336,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
1336
1336
|
local_mark_first?: boolean | undefined;
|
|
1337
1337
|
}[];
|
|
1338
1338
|
check_all_founded?: boolean | undefined;
|
|
1339
|
-
} |
|
|
1339
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1340
1340
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1341
1341
|
}, {
|
|
1342
1342
|
identifier: number;
|
|
@@ -1351,7 +1351,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
1351
1351
|
local_mark_first?: boolean | undefined;
|
|
1352
1352
|
}[];
|
|
1353
1353
|
check_all_founded?: boolean | undefined;
|
|
1354
|
-
} |
|
|
1354
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1355
1355
|
name?: string | undefined;
|
|
1356
1356
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1357
1357
|
}>, "many">;
|
|
@@ -1371,7 +1371,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
1371
1371
|
local_mark_first?: boolean | undefined;
|
|
1372
1372
|
}[];
|
|
1373
1373
|
check_all_founded?: boolean | undefined;
|
|
1374
|
-
} |
|
|
1374
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1375
1375
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1376
1376
|
}[];
|
|
1377
1377
|
}, {
|
|
@@ -1389,7 +1389,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
1389
1389
|
local_mark_first?: boolean | undefined;
|
|
1390
1390
|
}[];
|
|
1391
1391
|
check_all_founded?: boolean | undefined;
|
|
1392
|
-
} |
|
|
1392
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1393
1393
|
name?: string | undefined;
|
|
1394
1394
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1395
1395
|
}[];
|
|
@@ -1416,7 +1416,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
1416
1416
|
local_mark_first?: boolean | undefined;
|
|
1417
1417
|
}[];
|
|
1418
1418
|
check_all_founded?: boolean | undefined;
|
|
1419
|
-
} |
|
|
1419
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1420
1420
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1421
1421
|
}[];
|
|
1422
1422
|
}[];
|
|
@@ -1441,7 +1441,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
1441
1441
|
local_mark_first?: boolean | undefined;
|
|
1442
1442
|
}[];
|
|
1443
1443
|
check_all_founded?: boolean | undefined;
|
|
1444
|
-
} |
|
|
1444
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1445
1445
|
name?: string | undefined;
|
|
1446
1446
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1447
1447
|
}[];
|
|
@@ -1677,7 +1677,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
1677
1677
|
local_mark_first?: boolean | undefined;
|
|
1678
1678
|
}[];
|
|
1679
1679
|
check_all_founded?: boolean | undefined;
|
|
1680
|
-
} |
|
|
1680
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1681
1681
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1682
1682
|
}[];
|
|
1683
1683
|
}[];
|
|
@@ -1918,7 +1918,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
1918
1918
|
local_mark_first?: boolean | undefined;
|
|
1919
1919
|
}[];
|
|
1920
1920
|
check_all_founded?: boolean | undefined;
|
|
1921
|
-
} |
|
|
1921
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
1922
1922
|
name?: string | undefined;
|
|
1923
1923
|
object_type?: import("wowok").ObjectType | undefined;
|
|
1924
1924
|
}[];
|
|
@@ -3047,7 +3047,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3047
3047
|
local_mark_first?: boolean | undefined;
|
|
3048
3048
|
}[];
|
|
3049
3049
|
check_all_founded?: boolean | undefined;
|
|
3050
|
-
} |
|
|
3050
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3051
3051
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3052
3052
|
}, {
|
|
3053
3053
|
identifier: number;
|
|
@@ -3062,7 +3062,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3062
3062
|
local_mark_first?: boolean | undefined;
|
|
3063
3063
|
}[];
|
|
3064
3064
|
check_all_founded?: boolean | undefined;
|
|
3065
|
-
} |
|
|
3065
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3066
3066
|
name?: string | undefined;
|
|
3067
3067
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3068
3068
|
}>, "many">;
|
|
@@ -3082,7 +3082,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3082
3082
|
local_mark_first?: boolean | undefined;
|
|
3083
3083
|
}[];
|
|
3084
3084
|
check_all_founded?: boolean | undefined;
|
|
3085
|
-
} |
|
|
3085
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3086
3086
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3087
3087
|
}[];
|
|
3088
3088
|
}, {
|
|
@@ -3100,7 +3100,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3100
3100
|
local_mark_first?: boolean | undefined;
|
|
3101
3101
|
}[];
|
|
3102
3102
|
check_all_founded?: boolean | undefined;
|
|
3103
|
-
} |
|
|
3103
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3104
3104
|
name?: string | undefined;
|
|
3105
3105
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3106
3106
|
}[];
|
|
@@ -3127,7 +3127,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3127
3127
|
local_mark_first?: boolean | undefined;
|
|
3128
3128
|
}[];
|
|
3129
3129
|
check_all_founded?: boolean | undefined;
|
|
3130
|
-
} |
|
|
3130
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3131
3131
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3132
3132
|
}[];
|
|
3133
3133
|
}[];
|
|
@@ -3152,7 +3152,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3152
3152
|
local_mark_first?: boolean | undefined;
|
|
3153
3153
|
}[];
|
|
3154
3154
|
check_all_founded?: boolean | undefined;
|
|
3155
|
-
} |
|
|
3155
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3156
3156
|
name?: string | undefined;
|
|
3157
3157
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3158
3158
|
}[];
|
|
@@ -3333,7 +3333,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3333
3333
|
local_mark_first?: boolean | undefined;
|
|
3334
3334
|
}[];
|
|
3335
3335
|
check_all_founded?: boolean | undefined;
|
|
3336
|
-
} |
|
|
3336
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3337
3337
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3338
3338
|
}[];
|
|
3339
3339
|
}[];
|
|
@@ -3520,7 +3520,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3520
3520
|
local_mark_first?: boolean | undefined;
|
|
3521
3521
|
}[];
|
|
3522
3522
|
check_all_founded?: boolean | undefined;
|
|
3523
|
-
} |
|
|
3523
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3524
3524
|
name?: string | undefined;
|
|
3525
3525
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3526
3526
|
}[];
|
|
@@ -3838,7 +3838,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3838
3838
|
local_mark_first?: boolean | undefined;
|
|
3839
3839
|
}[];
|
|
3840
3840
|
check_all_founded?: boolean | undefined;
|
|
3841
|
-
} |
|
|
3841
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3842
3842
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3843
3843
|
}, {
|
|
3844
3844
|
identifier: number;
|
|
@@ -3853,7 +3853,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3853
3853
|
local_mark_first?: boolean | undefined;
|
|
3854
3854
|
}[];
|
|
3855
3855
|
check_all_founded?: boolean | undefined;
|
|
3856
|
-
} |
|
|
3856
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3857
3857
|
name?: string | undefined;
|
|
3858
3858
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3859
3859
|
}>, "many">;
|
|
@@ -3873,7 +3873,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3873
3873
|
local_mark_first?: boolean | undefined;
|
|
3874
3874
|
}[];
|
|
3875
3875
|
check_all_founded?: boolean | undefined;
|
|
3876
|
-
} |
|
|
3876
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3877
3877
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3878
3878
|
}[];
|
|
3879
3879
|
}, {
|
|
@@ -3891,7 +3891,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3891
3891
|
local_mark_first?: boolean | undefined;
|
|
3892
3892
|
}[];
|
|
3893
3893
|
check_all_founded?: boolean | undefined;
|
|
3894
|
-
} |
|
|
3894
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3895
3895
|
name?: string | undefined;
|
|
3896
3896
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3897
3897
|
}[];
|
|
@@ -3918,7 +3918,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3918
3918
|
local_mark_first?: boolean | undefined;
|
|
3919
3919
|
}[];
|
|
3920
3920
|
check_all_founded?: boolean | undefined;
|
|
3921
|
-
} |
|
|
3921
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3922
3922
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3923
3923
|
}[];
|
|
3924
3924
|
}[];
|
|
@@ -3943,7 +3943,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
3943
3943
|
local_mark_first?: boolean | undefined;
|
|
3944
3944
|
}[];
|
|
3945
3945
|
check_all_founded?: boolean | undefined;
|
|
3946
|
-
} |
|
|
3946
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
3947
3947
|
name?: string | undefined;
|
|
3948
3948
|
object_type?: import("wowok").ObjectType | undefined;
|
|
3949
3949
|
}[];
|
|
@@ -4013,7 +4013,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
4013
4013
|
local_mark_first?: boolean | undefined;
|
|
4014
4014
|
}[];
|
|
4015
4015
|
check_all_founded?: boolean | undefined;
|
|
4016
|
-
} |
|
|
4016
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
4017
4017
|
object_type?: import("wowok").ObjectType | undefined;
|
|
4018
4018
|
}[];
|
|
4019
4019
|
}[];
|
|
@@ -4088,7 +4088,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
4088
4088
|
local_mark_first?: boolean | undefined;
|
|
4089
4089
|
}[];
|
|
4090
4090
|
check_all_founded?: boolean | undefined;
|
|
4091
|
-
} |
|
|
4091
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
4092
4092
|
name?: string | undefined;
|
|
4093
4093
|
object_type?: import("wowok").ObjectType | undefined;
|
|
4094
4094
|
}[];
|
|
@@ -4781,7 +4781,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
4781
4781
|
local_mark_first?: boolean | undefined;
|
|
4782
4782
|
}[];
|
|
4783
4783
|
check_all_founded?: boolean | undefined;
|
|
4784
|
-
} |
|
|
4784
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
4785
4785
|
object_type?: import("wowok").ObjectType | undefined;
|
|
4786
4786
|
}, {
|
|
4787
4787
|
identifier: number;
|
|
@@ -4796,7 +4796,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
4796
4796
|
local_mark_first?: boolean | undefined;
|
|
4797
4797
|
}[];
|
|
4798
4798
|
check_all_founded?: boolean | undefined;
|
|
4799
|
-
} |
|
|
4799
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
4800
4800
|
name?: string | undefined;
|
|
4801
4801
|
object_type?: import("wowok").ObjectType | undefined;
|
|
4802
4802
|
}>, "many">;
|
|
@@ -4816,7 +4816,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
4816
4816
|
local_mark_first?: boolean | undefined;
|
|
4817
4817
|
}[];
|
|
4818
4818
|
check_all_founded?: boolean | undefined;
|
|
4819
|
-
} |
|
|
4819
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
4820
4820
|
object_type?: import("wowok").ObjectType | undefined;
|
|
4821
4821
|
}[];
|
|
4822
4822
|
}, {
|
|
@@ -4834,7 +4834,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
4834
4834
|
local_mark_first?: boolean | undefined;
|
|
4835
4835
|
}[];
|
|
4836
4836
|
check_all_founded?: boolean | undefined;
|
|
4837
|
-
} |
|
|
4837
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
4838
4838
|
name?: string | undefined;
|
|
4839
4839
|
object_type?: import("wowok").ObjectType | undefined;
|
|
4840
4840
|
}[];
|
|
@@ -4861,7 +4861,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
4861
4861
|
local_mark_first?: boolean | undefined;
|
|
4862
4862
|
}[];
|
|
4863
4863
|
check_all_founded?: boolean | undefined;
|
|
4864
|
-
} |
|
|
4864
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
4865
4865
|
object_type?: import("wowok").ObjectType | undefined;
|
|
4866
4866
|
}[];
|
|
4867
4867
|
}[];
|
|
@@ -4886,7 +4886,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
4886
4886
|
local_mark_first?: boolean | undefined;
|
|
4887
4887
|
}[];
|
|
4888
4888
|
check_all_founded?: boolean | undefined;
|
|
4889
|
-
} |
|
|
4889
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
4890
4890
|
name?: string | undefined;
|
|
4891
4891
|
object_type?: import("wowok").ObjectType | undefined;
|
|
4892
4892
|
}[];
|
|
@@ -5004,7 +5004,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
5004
5004
|
local_mark_first?: boolean | undefined;
|
|
5005
5005
|
}[];
|
|
5006
5006
|
check_all_founded?: boolean | undefined;
|
|
5007
|
-
} |
|
|
5007
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
5008
5008
|
object_type?: import("wowok").ObjectType | undefined;
|
|
5009
5009
|
}[];
|
|
5010
5010
|
}[];
|
|
@@ -5127,7 +5127,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
5127
5127
|
local_mark_first?: boolean | undefined;
|
|
5128
5128
|
}[];
|
|
5129
5129
|
check_all_founded?: boolean | undefined;
|
|
5130
|
-
} |
|
|
5130
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
5131
5131
|
name?: string | undefined;
|
|
5132
5132
|
object_type?: import("wowok").ObjectType | undefined;
|
|
5133
5133
|
}[];
|
|
@@ -5819,7 +5819,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
5819
5819
|
local_mark_first?: boolean | undefined;
|
|
5820
5820
|
}[];
|
|
5821
5821
|
check_all_founded?: boolean | undefined;
|
|
5822
|
-
} |
|
|
5822
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
5823
5823
|
object_type?: import("wowok").ObjectType | undefined;
|
|
5824
5824
|
}, {
|
|
5825
5825
|
identifier: number;
|
|
@@ -5834,7 +5834,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
5834
5834
|
local_mark_first?: boolean | undefined;
|
|
5835
5835
|
}[];
|
|
5836
5836
|
check_all_founded?: boolean | undefined;
|
|
5837
|
-
} |
|
|
5837
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
5838
5838
|
name?: string | undefined;
|
|
5839
5839
|
object_type?: import("wowok").ObjectType | undefined;
|
|
5840
5840
|
}>, "many">;
|
|
@@ -5854,7 +5854,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
5854
5854
|
local_mark_first?: boolean | undefined;
|
|
5855
5855
|
}[];
|
|
5856
5856
|
check_all_founded?: boolean | undefined;
|
|
5857
|
-
} |
|
|
5857
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
5858
5858
|
object_type?: import("wowok").ObjectType | undefined;
|
|
5859
5859
|
}[];
|
|
5860
5860
|
}, {
|
|
@@ -5872,7 +5872,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
5872
5872
|
local_mark_first?: boolean | undefined;
|
|
5873
5873
|
}[];
|
|
5874
5874
|
check_all_founded?: boolean | undefined;
|
|
5875
|
-
} |
|
|
5875
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
5876
5876
|
name?: string | undefined;
|
|
5877
5877
|
object_type?: import("wowok").ObjectType | undefined;
|
|
5878
5878
|
}[];
|
|
@@ -5899,7 +5899,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
5899
5899
|
local_mark_first?: boolean | undefined;
|
|
5900
5900
|
}[];
|
|
5901
5901
|
check_all_founded?: boolean | undefined;
|
|
5902
|
-
} |
|
|
5902
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
5903
5903
|
object_type?: import("wowok").ObjectType | undefined;
|
|
5904
5904
|
}[];
|
|
5905
5905
|
}[];
|
|
@@ -5924,7 +5924,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
5924
5924
|
local_mark_first?: boolean | undefined;
|
|
5925
5925
|
}[];
|
|
5926
5926
|
check_all_founded?: boolean | undefined;
|
|
5927
|
-
} |
|
|
5927
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
5928
5928
|
name?: string | undefined;
|
|
5929
5929
|
object_type?: import("wowok").ObjectType | undefined;
|
|
5930
5930
|
}[];
|
|
@@ -6064,7 +6064,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
6064
6064
|
local_mark_first?: boolean | undefined;
|
|
6065
6065
|
}[];
|
|
6066
6066
|
check_all_founded?: boolean | undefined;
|
|
6067
|
-
} |
|
|
6067
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
6068
6068
|
object_type?: import("wowok").ObjectType | undefined;
|
|
6069
6069
|
}[];
|
|
6070
6070
|
}[];
|
|
@@ -6209,7 +6209,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
6209
6209
|
local_mark_first?: boolean | undefined;
|
|
6210
6210
|
}[];
|
|
6211
6211
|
check_all_founded?: boolean | undefined;
|
|
6212
|
-
} |
|
|
6212
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
6213
6213
|
name?: string | undefined;
|
|
6214
6214
|
object_type?: import("wowok").ObjectType | undefined;
|
|
6215
6215
|
}[];
|
|
@@ -6568,7 +6568,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
6568
6568
|
local_mark_first?: boolean | undefined;
|
|
6569
6569
|
}[];
|
|
6570
6570
|
check_all_founded?: boolean | undefined;
|
|
6571
|
-
} |
|
|
6571
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
6572
6572
|
object_type?: import("wowok").ObjectType | undefined;
|
|
6573
6573
|
}, {
|
|
6574
6574
|
identifier: number;
|
|
@@ -6583,7 +6583,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
6583
6583
|
local_mark_first?: boolean | undefined;
|
|
6584
6584
|
}[];
|
|
6585
6585
|
check_all_founded?: boolean | undefined;
|
|
6586
|
-
} |
|
|
6586
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
6587
6587
|
name?: string | undefined;
|
|
6588
6588
|
object_type?: import("wowok").ObjectType | undefined;
|
|
6589
6589
|
}>, "many">;
|
|
@@ -6603,7 +6603,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
6603
6603
|
local_mark_first?: boolean | undefined;
|
|
6604
6604
|
}[];
|
|
6605
6605
|
check_all_founded?: boolean | undefined;
|
|
6606
|
-
} |
|
|
6606
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
6607
6607
|
object_type?: import("wowok").ObjectType | undefined;
|
|
6608
6608
|
}[];
|
|
6609
6609
|
}, {
|
|
@@ -6621,7 +6621,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
6621
6621
|
local_mark_first?: boolean | undefined;
|
|
6622
6622
|
}[];
|
|
6623
6623
|
check_all_founded?: boolean | undefined;
|
|
6624
|
-
} |
|
|
6624
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
6625
6625
|
name?: string | undefined;
|
|
6626
6626
|
object_type?: import("wowok").ObjectType | undefined;
|
|
6627
6627
|
}[];
|
|
@@ -6648,7 +6648,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
6648
6648
|
local_mark_first?: boolean | undefined;
|
|
6649
6649
|
}[];
|
|
6650
6650
|
check_all_founded?: boolean | undefined;
|
|
6651
|
-
} |
|
|
6651
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
6652
6652
|
object_type?: import("wowok").ObjectType | undefined;
|
|
6653
6653
|
}[];
|
|
6654
6654
|
}[];
|
|
@@ -6673,7 +6673,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
6673
6673
|
local_mark_first?: boolean | undefined;
|
|
6674
6674
|
}[];
|
|
6675
6675
|
check_all_founded?: boolean | undefined;
|
|
6676
|
-
} |
|
|
6676
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
6677
6677
|
name?: string | undefined;
|
|
6678
6678
|
object_type?: import("wowok").ObjectType | undefined;
|
|
6679
6679
|
}[];
|
|
@@ -6751,7 +6751,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
6751
6751
|
local_mark_first?: boolean | undefined;
|
|
6752
6752
|
}[];
|
|
6753
6753
|
check_all_founded?: boolean | undefined;
|
|
6754
|
-
} |
|
|
6754
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
6755
6755
|
object_type?: import("wowok").ObjectType | undefined;
|
|
6756
6756
|
}[];
|
|
6757
6757
|
}[];
|
|
@@ -6834,7 +6834,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
6834
6834
|
local_mark_first?: boolean | undefined;
|
|
6835
6835
|
}[];
|
|
6836
6836
|
check_all_founded?: boolean | undefined;
|
|
6837
|
-
} |
|
|
6837
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
6838
6838
|
name?: string | undefined;
|
|
6839
6839
|
object_type?: import("wowok").ObjectType | undefined;
|
|
6840
6840
|
}[];
|
|
@@ -7715,7 +7715,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
7715
7715
|
local_mark_first?: boolean | undefined;
|
|
7716
7716
|
}[];
|
|
7717
7717
|
check_all_founded?: boolean | undefined;
|
|
7718
|
-
} |
|
|
7718
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
7719
7719
|
object_type?: import("wowok").ObjectType | undefined;
|
|
7720
7720
|
}, {
|
|
7721
7721
|
identifier: number;
|
|
@@ -7730,7 +7730,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
7730
7730
|
local_mark_first?: boolean | undefined;
|
|
7731
7731
|
}[];
|
|
7732
7732
|
check_all_founded?: boolean | undefined;
|
|
7733
|
-
} |
|
|
7733
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
7734
7734
|
name?: string | undefined;
|
|
7735
7735
|
object_type?: import("wowok").ObjectType | undefined;
|
|
7736
7736
|
}>, "many">;
|
|
@@ -7750,7 +7750,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
7750
7750
|
local_mark_first?: boolean | undefined;
|
|
7751
7751
|
}[];
|
|
7752
7752
|
check_all_founded?: boolean | undefined;
|
|
7753
|
-
} |
|
|
7753
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
7754
7754
|
object_type?: import("wowok").ObjectType | undefined;
|
|
7755
7755
|
}[];
|
|
7756
7756
|
}, {
|
|
@@ -7768,7 +7768,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
7768
7768
|
local_mark_first?: boolean | undefined;
|
|
7769
7769
|
}[];
|
|
7770
7770
|
check_all_founded?: boolean | undefined;
|
|
7771
|
-
} |
|
|
7771
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
7772
7772
|
name?: string | undefined;
|
|
7773
7773
|
object_type?: import("wowok").ObjectType | undefined;
|
|
7774
7774
|
}[];
|
|
@@ -7795,7 +7795,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
7795
7795
|
local_mark_first?: boolean | undefined;
|
|
7796
7796
|
}[];
|
|
7797
7797
|
check_all_founded?: boolean | undefined;
|
|
7798
|
-
} |
|
|
7798
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
7799
7799
|
object_type?: import("wowok").ObjectType | undefined;
|
|
7800
7800
|
}[];
|
|
7801
7801
|
}[];
|
|
@@ -7820,7 +7820,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
7820
7820
|
local_mark_first?: boolean | undefined;
|
|
7821
7821
|
}[];
|
|
7822
7822
|
check_all_founded?: boolean | undefined;
|
|
7823
|
-
} |
|
|
7823
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
7824
7824
|
name?: string | undefined;
|
|
7825
7825
|
object_type?: import("wowok").ObjectType | undefined;
|
|
7826
7826
|
}[];
|
|
@@ -7983,7 +7983,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
7983
7983
|
local_mark_first?: boolean | undefined;
|
|
7984
7984
|
}[];
|
|
7985
7985
|
check_all_founded?: boolean | undefined;
|
|
7986
|
-
} |
|
|
7986
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
7987
7987
|
object_type?: import("wowok").ObjectType | undefined;
|
|
7988
7988
|
}[];
|
|
7989
7989
|
}[];
|
|
@@ -8151,7 +8151,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
8151
8151
|
local_mark_first?: boolean | undefined;
|
|
8152
8152
|
}[];
|
|
8153
8153
|
check_all_founded?: boolean | undefined;
|
|
8154
|
-
} |
|
|
8154
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
8155
8155
|
name?: string | undefined;
|
|
8156
8156
|
object_type?: import("wowok").ObjectType | undefined;
|
|
8157
8157
|
}[];
|
|
@@ -8635,7 +8635,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
8635
8635
|
local_mark_first?: boolean | undefined;
|
|
8636
8636
|
}[];
|
|
8637
8637
|
check_all_founded?: boolean | undefined;
|
|
8638
|
-
} |
|
|
8638
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
8639
8639
|
object_type?: import("wowok").ObjectType | undefined;
|
|
8640
8640
|
}, {
|
|
8641
8641
|
identifier: number;
|
|
@@ -8650,7 +8650,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
8650
8650
|
local_mark_first?: boolean | undefined;
|
|
8651
8651
|
}[];
|
|
8652
8652
|
check_all_founded?: boolean | undefined;
|
|
8653
|
-
} |
|
|
8653
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
8654
8654
|
name?: string | undefined;
|
|
8655
8655
|
object_type?: import("wowok").ObjectType | undefined;
|
|
8656
8656
|
}>, "many">;
|
|
@@ -8670,7 +8670,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
8670
8670
|
local_mark_first?: boolean | undefined;
|
|
8671
8671
|
}[];
|
|
8672
8672
|
check_all_founded?: boolean | undefined;
|
|
8673
|
-
} |
|
|
8673
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
8674
8674
|
object_type?: import("wowok").ObjectType | undefined;
|
|
8675
8675
|
}[];
|
|
8676
8676
|
}, {
|
|
@@ -8688,7 +8688,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
8688
8688
|
local_mark_first?: boolean | undefined;
|
|
8689
8689
|
}[];
|
|
8690
8690
|
check_all_founded?: boolean | undefined;
|
|
8691
|
-
} |
|
|
8691
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
8692
8692
|
name?: string | undefined;
|
|
8693
8693
|
object_type?: import("wowok").ObjectType | undefined;
|
|
8694
8694
|
}[];
|
|
@@ -8715,7 +8715,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
8715
8715
|
local_mark_first?: boolean | undefined;
|
|
8716
8716
|
}[];
|
|
8717
8717
|
check_all_founded?: boolean | undefined;
|
|
8718
|
-
} |
|
|
8718
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
8719
8719
|
object_type?: import("wowok").ObjectType | undefined;
|
|
8720
8720
|
}[];
|
|
8721
8721
|
}[];
|
|
@@ -8740,7 +8740,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
8740
8740
|
local_mark_first?: boolean | undefined;
|
|
8741
8741
|
}[];
|
|
8742
8742
|
check_all_founded?: boolean | undefined;
|
|
8743
|
-
} |
|
|
8743
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
8744
8744
|
name?: string | undefined;
|
|
8745
8745
|
object_type?: import("wowok").ObjectType | undefined;
|
|
8746
8746
|
}[];
|
|
@@ -8838,7 +8838,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
8838
8838
|
local_mark_first?: boolean | undefined;
|
|
8839
8839
|
}[];
|
|
8840
8840
|
check_all_founded?: boolean | undefined;
|
|
8841
|
-
} |
|
|
8841
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
8842
8842
|
object_type?: import("wowok").ObjectType | undefined;
|
|
8843
8843
|
}[];
|
|
8844
8844
|
}[];
|
|
@@ -8941,7 +8941,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
8941
8941
|
local_mark_first?: boolean | undefined;
|
|
8942
8942
|
}[];
|
|
8943
8943
|
check_all_founded?: boolean | undefined;
|
|
8944
|
-
} |
|
|
8944
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
8945
8945
|
name?: string | undefined;
|
|
8946
8946
|
object_type?: import("wowok").ObjectType | undefined;
|
|
8947
8947
|
}[];
|
|
@@ -9392,7 +9392,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
9392
9392
|
local_mark_first?: boolean | undefined;
|
|
9393
9393
|
}[];
|
|
9394
9394
|
check_all_founded?: boolean | undefined;
|
|
9395
|
-
} |
|
|
9395
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
9396
9396
|
object_type?: import("wowok").ObjectType | undefined;
|
|
9397
9397
|
}, {
|
|
9398
9398
|
identifier: number;
|
|
@@ -9407,7 +9407,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
9407
9407
|
local_mark_first?: boolean | undefined;
|
|
9408
9408
|
}[];
|
|
9409
9409
|
check_all_founded?: boolean | undefined;
|
|
9410
|
-
} |
|
|
9410
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
9411
9411
|
name?: string | undefined;
|
|
9412
9412
|
object_type?: import("wowok").ObjectType | undefined;
|
|
9413
9413
|
}>, "many">;
|
|
@@ -9427,7 +9427,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
9427
9427
|
local_mark_first?: boolean | undefined;
|
|
9428
9428
|
}[];
|
|
9429
9429
|
check_all_founded?: boolean | undefined;
|
|
9430
|
-
} |
|
|
9430
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
9431
9431
|
object_type?: import("wowok").ObjectType | undefined;
|
|
9432
9432
|
}[];
|
|
9433
9433
|
}, {
|
|
@@ -9445,7 +9445,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
9445
9445
|
local_mark_first?: boolean | undefined;
|
|
9446
9446
|
}[];
|
|
9447
9447
|
check_all_founded?: boolean | undefined;
|
|
9448
|
-
} |
|
|
9448
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
9449
9449
|
name?: string | undefined;
|
|
9450
9450
|
object_type?: import("wowok").ObjectType | undefined;
|
|
9451
9451
|
}[];
|
|
@@ -9472,7 +9472,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
9472
9472
|
local_mark_first?: boolean | undefined;
|
|
9473
9473
|
}[];
|
|
9474
9474
|
check_all_founded?: boolean | undefined;
|
|
9475
|
-
} |
|
|
9475
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
9476
9476
|
object_type?: import("wowok").ObjectType | undefined;
|
|
9477
9477
|
}[];
|
|
9478
9478
|
}[];
|
|
@@ -9497,7 +9497,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
9497
9497
|
local_mark_first?: boolean | undefined;
|
|
9498
9498
|
}[];
|
|
9499
9499
|
check_all_founded?: boolean | undefined;
|
|
9500
|
-
} |
|
|
9500
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
9501
9501
|
name?: string | undefined;
|
|
9502
9502
|
object_type?: import("wowok").ObjectType | undefined;
|
|
9503
9503
|
}[];
|
|
@@ -9582,7 +9582,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
9582
9582
|
local_mark_first?: boolean | undefined;
|
|
9583
9583
|
}[];
|
|
9584
9584
|
check_all_founded?: boolean | undefined;
|
|
9585
|
-
} |
|
|
9585
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
9586
9586
|
object_type?: import("wowok").ObjectType | undefined;
|
|
9587
9587
|
}[];
|
|
9588
9588
|
}[];
|
|
@@ -9672,7 +9672,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
9672
9672
|
local_mark_first?: boolean | undefined;
|
|
9673
9673
|
}[];
|
|
9674
9674
|
check_all_founded?: boolean | undefined;
|
|
9675
|
-
} |
|
|
9675
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
9676
9676
|
name?: string | undefined;
|
|
9677
9677
|
object_type?: import("wowok").ObjectType | undefined;
|
|
9678
9678
|
}[];
|
|
@@ -10863,7 +10863,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
10863
10863
|
local_mark_first?: boolean | undefined;
|
|
10864
10864
|
}[];
|
|
10865
10865
|
check_all_founded?: boolean | undefined;
|
|
10866
|
-
} |
|
|
10866
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
10867
10867
|
}, {
|
|
10868
10868
|
identifier: number;
|
|
10869
10869
|
b_submission: boolean;
|
|
@@ -10877,7 +10877,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
10877
10877
|
local_mark_first?: boolean | undefined;
|
|
10878
10878
|
}[];
|
|
10879
10879
|
check_all_founded?: boolean | undefined;
|
|
10880
|
-
} |
|
|
10880
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
10881
10881
|
name?: string | undefined;
|
|
10882
10882
|
}>, "many">>;
|
|
10883
10883
|
root: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -10936,7 +10936,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
10936
10936
|
local_mark_first?: boolean | undefined;
|
|
10937
10937
|
}[];
|
|
10938
10938
|
check_all_founded?: boolean | undefined;
|
|
10939
|
-
} |
|
|
10939
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
10940
10940
|
}[] | undefined;
|
|
10941
10941
|
namedNew?: {
|
|
10942
10942
|
name?: string | undefined;
|
|
@@ -10971,7 +10971,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
10971
10971
|
local_mark_first?: boolean | undefined;
|
|
10972
10972
|
}[];
|
|
10973
10973
|
check_all_founded?: boolean | undefined;
|
|
10974
|
-
} |
|
|
10974
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
10975
10975
|
name?: string | undefined;
|
|
10976
10976
|
}[] | undefined;
|
|
10977
10977
|
namedNew?: {
|
|
@@ -11029,7 +11029,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
11029
11029
|
local_mark_first?: boolean | undefined;
|
|
11030
11030
|
}[];
|
|
11031
11031
|
check_all_founded?: boolean | undefined;
|
|
11032
|
-
} |
|
|
11032
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
11033
11033
|
}[] | undefined;
|
|
11034
11034
|
namedNew?: {
|
|
11035
11035
|
name?: string | undefined;
|
|
@@ -11074,7 +11074,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
11074
11074
|
local_mark_first?: boolean | undefined;
|
|
11075
11075
|
}[];
|
|
11076
11076
|
check_all_founded?: boolean | undefined;
|
|
11077
|
-
} |
|
|
11077
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
11078
11078
|
name?: string | undefined;
|
|
11079
11079
|
}[] | undefined;
|
|
11080
11080
|
namedNew?: {
|
|
@@ -12324,7 +12324,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
12324
12324
|
local_mark_first?: boolean | undefined;
|
|
12325
12325
|
}[];
|
|
12326
12326
|
check_all_founded?: boolean | undefined;
|
|
12327
|
-
} |
|
|
12327
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
12328
12328
|
object_type?: import("wowok").ObjectType | undefined;
|
|
12329
12329
|
}, {
|
|
12330
12330
|
identifier: number;
|
|
@@ -12339,7 +12339,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
12339
12339
|
local_mark_first?: boolean | undefined;
|
|
12340
12340
|
}[];
|
|
12341
12341
|
check_all_founded?: boolean | undefined;
|
|
12342
|
-
} |
|
|
12342
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
12343
12343
|
name?: string | undefined;
|
|
12344
12344
|
object_type?: import("wowok").ObjectType | undefined;
|
|
12345
12345
|
}>, "many">;
|
|
@@ -12359,7 +12359,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
12359
12359
|
local_mark_first?: boolean | undefined;
|
|
12360
12360
|
}[];
|
|
12361
12361
|
check_all_founded?: boolean | undefined;
|
|
12362
|
-
} |
|
|
12362
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
12363
12363
|
object_type?: import("wowok").ObjectType | undefined;
|
|
12364
12364
|
}[];
|
|
12365
12365
|
}, {
|
|
@@ -12377,7 +12377,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
12377
12377
|
local_mark_first?: boolean | undefined;
|
|
12378
12378
|
}[];
|
|
12379
12379
|
check_all_founded?: boolean | undefined;
|
|
12380
|
-
} |
|
|
12380
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
12381
12381
|
name?: string | undefined;
|
|
12382
12382
|
object_type?: import("wowok").ObjectType | undefined;
|
|
12383
12383
|
}[];
|
|
@@ -12404,7 +12404,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
12404
12404
|
local_mark_first?: boolean | undefined;
|
|
12405
12405
|
}[];
|
|
12406
12406
|
check_all_founded?: boolean | undefined;
|
|
12407
|
-
} |
|
|
12407
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
12408
12408
|
object_type?: import("wowok").ObjectType | undefined;
|
|
12409
12409
|
}[];
|
|
12410
12410
|
}[];
|
|
@@ -12429,7 +12429,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
12429
12429
|
local_mark_first?: boolean | undefined;
|
|
12430
12430
|
}[];
|
|
12431
12431
|
check_all_founded?: boolean | undefined;
|
|
12432
|
-
} |
|
|
12432
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
12433
12433
|
name?: string | undefined;
|
|
12434
12434
|
object_type?: import("wowok").ObjectType | undefined;
|
|
12435
12435
|
}[];
|
|
@@ -12529,7 +12529,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
12529
12529
|
local_mark_first?: boolean | undefined;
|
|
12530
12530
|
}[];
|
|
12531
12531
|
check_all_founded?: boolean | undefined;
|
|
12532
|
-
} |
|
|
12532
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
12533
12533
|
object_type?: import("wowok").ObjectType | undefined;
|
|
12534
12534
|
}[];
|
|
12535
12535
|
}[];
|
|
@@ -12634,7 +12634,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
12634
12634
|
local_mark_first?: boolean | undefined;
|
|
12635
12635
|
}[];
|
|
12636
12636
|
check_all_founded?: boolean | undefined;
|
|
12637
|
-
} |
|
|
12637
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
12638
12638
|
name?: string | undefined;
|
|
12639
12639
|
object_type?: import("wowok").ObjectType | undefined;
|
|
12640
12640
|
}[];
|
|
@@ -13051,7 +13051,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13051
13051
|
local_mark_first?: boolean | undefined;
|
|
13052
13052
|
}[];
|
|
13053
13053
|
check_all_founded?: boolean | undefined;
|
|
13054
|
-
} |
|
|
13054
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13055
13055
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13056
13056
|
}, {
|
|
13057
13057
|
identifier: number;
|
|
@@ -13066,7 +13066,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13066
13066
|
local_mark_first?: boolean | undefined;
|
|
13067
13067
|
}[];
|
|
13068
13068
|
check_all_founded?: boolean | undefined;
|
|
13069
|
-
} |
|
|
13069
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13070
13070
|
name?: string | undefined;
|
|
13071
13071
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13072
13072
|
}>, "many">;
|
|
@@ -13086,7 +13086,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13086
13086
|
local_mark_first?: boolean | undefined;
|
|
13087
13087
|
}[];
|
|
13088
13088
|
check_all_founded?: boolean | undefined;
|
|
13089
|
-
} |
|
|
13089
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13090
13090
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13091
13091
|
}[];
|
|
13092
13092
|
}, {
|
|
@@ -13104,7 +13104,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13104
13104
|
local_mark_first?: boolean | undefined;
|
|
13105
13105
|
}[];
|
|
13106
13106
|
check_all_founded?: boolean | undefined;
|
|
13107
|
-
} |
|
|
13107
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13108
13108
|
name?: string | undefined;
|
|
13109
13109
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13110
13110
|
}[];
|
|
@@ -13131,7 +13131,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13131
13131
|
local_mark_first?: boolean | undefined;
|
|
13132
13132
|
}[];
|
|
13133
13133
|
check_all_founded?: boolean | undefined;
|
|
13134
|
-
} |
|
|
13134
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13135
13135
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13136
13136
|
}[];
|
|
13137
13137
|
}[];
|
|
@@ -13156,7 +13156,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13156
13156
|
local_mark_first?: boolean | undefined;
|
|
13157
13157
|
}[];
|
|
13158
13158
|
check_all_founded?: boolean | undefined;
|
|
13159
|
-
} |
|
|
13159
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13160
13160
|
name?: string | undefined;
|
|
13161
13161
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13162
13162
|
}[];
|
|
@@ -13244,7 +13244,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13244
13244
|
local_mark_first?: boolean | undefined;
|
|
13245
13245
|
}[];
|
|
13246
13246
|
check_all_founded?: boolean | undefined;
|
|
13247
|
-
} |
|
|
13247
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13248
13248
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13249
13249
|
}[];
|
|
13250
13250
|
}[];
|
|
@@ -13337,7 +13337,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13337
13337
|
local_mark_first?: boolean | undefined;
|
|
13338
13338
|
}[];
|
|
13339
13339
|
check_all_founded?: boolean | undefined;
|
|
13340
|
-
} |
|
|
13340
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13341
13341
|
name?: string | undefined;
|
|
13342
13342
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13343
13343
|
}[];
|
|
@@ -13422,7 +13422,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13422
13422
|
local_mark_first?: boolean | undefined;
|
|
13423
13423
|
}[];
|
|
13424
13424
|
check_all_founded?: boolean | undefined;
|
|
13425
|
-
} |
|
|
13425
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13426
13426
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13427
13427
|
}, {
|
|
13428
13428
|
identifier: number;
|
|
@@ -13437,7 +13437,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13437
13437
|
local_mark_first?: boolean | undefined;
|
|
13438
13438
|
}[];
|
|
13439
13439
|
check_all_founded?: boolean | undefined;
|
|
13440
|
-
} |
|
|
13440
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13441
13441
|
name?: string | undefined;
|
|
13442
13442
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13443
13443
|
}>, "many">;
|
|
@@ -13457,7 +13457,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13457
13457
|
local_mark_first?: boolean | undefined;
|
|
13458
13458
|
}[];
|
|
13459
13459
|
check_all_founded?: boolean | undefined;
|
|
13460
|
-
} |
|
|
13460
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13461
13461
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13462
13462
|
}[];
|
|
13463
13463
|
}, {
|
|
@@ -13475,7 +13475,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13475
13475
|
local_mark_first?: boolean | undefined;
|
|
13476
13476
|
}[];
|
|
13477
13477
|
check_all_founded?: boolean | undefined;
|
|
13478
|
-
} |
|
|
13478
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13479
13479
|
name?: string | undefined;
|
|
13480
13480
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13481
13481
|
}[];
|
|
@@ -13502,7 +13502,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13502
13502
|
local_mark_first?: boolean | undefined;
|
|
13503
13503
|
}[];
|
|
13504
13504
|
check_all_founded?: boolean | undefined;
|
|
13505
|
-
} |
|
|
13505
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13506
13506
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13507
13507
|
}[];
|
|
13508
13508
|
}[];
|
|
@@ -13527,7 +13527,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13527
13527
|
local_mark_first?: boolean | undefined;
|
|
13528
13528
|
}[];
|
|
13529
13529
|
check_all_founded?: boolean | undefined;
|
|
13530
|
-
} |
|
|
13530
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13531
13531
|
name?: string | undefined;
|
|
13532
13532
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13533
13533
|
}[];
|
|
@@ -13584,7 +13584,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13584
13584
|
local_mark_first?: boolean | undefined;
|
|
13585
13585
|
}[];
|
|
13586
13586
|
check_all_founded?: boolean | undefined;
|
|
13587
|
-
} |
|
|
13587
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13588
13588
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13589
13589
|
}[];
|
|
13590
13590
|
}[];
|
|
@@ -13620,7 +13620,7 @@ declare const OnchainOperationsSchema: z.ZodDiscriminatedUnion<"operation_type",
|
|
|
13620
13620
|
local_mark_first?: boolean | undefined;
|
|
13621
13621
|
}[];
|
|
13622
13622
|
check_all_founded?: boolean | undefined;
|
|
13623
|
-
} |
|
|
13623
|
+
} | string[] | boolean[] | number[] | number[][] | undefined;
|
|
13624
13624
|
name?: string | undefined;
|
|
13625
13625
|
object_type?: import("wowok").ObjectType | undefined;
|
|
13626
13626
|
}[];
|