wowok_agent 2.1.37 → 2.1.39
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 +45 -2
- package/dist/index.js +1 -1319
- package/dist/schema/call/allocation.js +1 -27
- package/dist/schema/call/arbitration.js +1 -106
- package/dist/schema/call/base.js +1 -152
- package/dist/schema/call/contact.js +1 -41
- package/dist/schema/call/demand.js +1 -51
- package/dist/schema/call/guard.d.ts +6 -6
- package/dist/schema/call/guard.js +1 -67
- package/dist/schema/call/handler.d.ts +0 -45
- package/dist/schema/call/handler.js +1 -214
- package/dist/schema/call/index.js +1 -19
- package/dist/schema/call/machine.js +1 -164
- package/dist/schema/call/order.js +1 -39
- package/dist/schema/call/payment.js +1 -20
- package/dist/schema/call/permission.js +1 -118
- package/dist/schema/call/personal.js +1 -81
- package/dist/schema/call/progress.js +1 -28
- package/dist/schema/call/proof.js +1 -27
- package/dist/schema/call/repository.js +1 -85
- package/dist/schema/call/reward.d.ts +12 -0
- package/dist/schema/call/reward.js +1 -46
- package/dist/schema/call/service.js +1 -88
- package/dist/schema/call/treasury.d.ts +84 -0
- package/dist/schema/call/treasury.js +1 -76
- package/dist/schema/common/index.js +1 -395
- package/dist/schema/index.js +1 -8
- package/dist/schema/local/index.js +1 -913
- package/dist/schema/local/wip.js +1 -230
- package/dist/schema/messenger/index.d.ts +0 -2
- package/dist/schema/messenger/index.js +1 -479
- package/dist/schema/query/index.d.ts +155 -0
- package/dist/schema/query/index.js +1 -1256
- package/dist/schema/utils/guard-parser.js +1 -410
- package/dist/schema/utils/guard-query-utils.js +1 -22
- package/dist/schema/utils/node-parser.d.ts +0 -14
- package/dist/schema/utils/node-parser.js +1 -382
- package/dist/schema/utils/permission-index-utils.js +1 -10
- package/package.json +5 -3
|
@@ -3346,6 +3346,7 @@ export declare const RewardGuardSchema: z.ZodObject<{
|
|
|
3346
3346
|
type: "Fixed";
|
|
3347
3347
|
}>]>;
|
|
3348
3348
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
3349
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
3349
3350
|
}, "strip", z.ZodTypeAny, {
|
|
3350
3351
|
amount: {
|
|
3351
3352
|
value: number;
|
|
@@ -3366,6 +3367,7 @@ export declare const RewardGuardSchema: z.ZodObject<{
|
|
|
3366
3367
|
};
|
|
3367
3368
|
guard: string;
|
|
3368
3369
|
expiration_time?: number | undefined;
|
|
3370
|
+
store_from_id?: number | null | undefined;
|
|
3369
3371
|
}, {
|
|
3370
3372
|
amount: {
|
|
3371
3373
|
value: number;
|
|
@@ -3386,6 +3388,7 @@ export declare const RewardGuardSchema: z.ZodObject<{
|
|
|
3386
3388
|
};
|
|
3387
3389
|
guard: string;
|
|
3388
3390
|
expiration_time?: number | undefined;
|
|
3391
|
+
store_from_id?: number | null | undefined;
|
|
3389
3392
|
}>;
|
|
3390
3393
|
export declare const ObjectRewardSchema: z.ZodObject<{
|
|
3391
3394
|
object: z.ZodString;
|
|
@@ -3513,6 +3516,7 @@ export declare const ObjectRewardSchema: z.ZodObject<{
|
|
|
3513
3516
|
type: "Fixed";
|
|
3514
3517
|
}>]>;
|
|
3515
3518
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
3519
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
3516
3520
|
}, "strip", z.ZodTypeAny, {
|
|
3517
3521
|
amount: {
|
|
3518
3522
|
value: number;
|
|
@@ -3533,6 +3537,7 @@ export declare const ObjectRewardSchema: z.ZodObject<{
|
|
|
3533
3537
|
};
|
|
3534
3538
|
guard: string;
|
|
3535
3539
|
expiration_time?: number | undefined;
|
|
3540
|
+
store_from_id?: number | null | undefined;
|
|
3536
3541
|
}, {
|
|
3537
3542
|
amount: {
|
|
3538
3543
|
value: number;
|
|
@@ -3553,6 +3558,7 @@ export declare const ObjectRewardSchema: z.ZodObject<{
|
|
|
3553
3558
|
};
|
|
3554
3559
|
guard: string;
|
|
3555
3560
|
expiration_time?: number | undefined;
|
|
3561
|
+
store_from_id?: number | null | undefined;
|
|
3556
3562
|
}>, "many">;
|
|
3557
3563
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
3558
3564
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -3685,6 +3691,7 @@ export declare const ObjectRewardSchema: z.ZodObject<{
|
|
|
3685
3691
|
type: "Fixed";
|
|
3686
3692
|
}>]>;
|
|
3687
3693
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
3694
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
3688
3695
|
}, "strip", z.ZodTypeAny, {
|
|
3689
3696
|
amount: {
|
|
3690
3697
|
value: number;
|
|
@@ -3705,6 +3712,7 @@ export declare const ObjectRewardSchema: z.ZodObject<{
|
|
|
3705
3712
|
};
|
|
3706
3713
|
guard: string;
|
|
3707
3714
|
expiration_time?: number | undefined;
|
|
3715
|
+
store_from_id?: number | null | undefined;
|
|
3708
3716
|
}, {
|
|
3709
3717
|
amount: {
|
|
3710
3718
|
value: number;
|
|
@@ -3725,6 +3733,7 @@ export declare const ObjectRewardSchema: z.ZodObject<{
|
|
|
3725
3733
|
};
|
|
3726
3734
|
guard: string;
|
|
3727
3735
|
expiration_time?: number | undefined;
|
|
3736
|
+
store_from_id?: number | null | undefined;
|
|
3728
3737
|
}>, "many">;
|
|
3729
3738
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
3730
3739
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -3857,6 +3866,7 @@ export declare const ObjectRewardSchema: z.ZodObject<{
|
|
|
3857
3866
|
type: "Fixed";
|
|
3858
3867
|
}>]>;
|
|
3859
3868
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
3869
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
3860
3870
|
}, "strip", z.ZodTypeAny, {
|
|
3861
3871
|
amount: {
|
|
3862
3872
|
value: number;
|
|
@@ -3877,6 +3887,7 @@ export declare const ObjectRewardSchema: z.ZodObject<{
|
|
|
3877
3887
|
};
|
|
3878
3888
|
guard: string;
|
|
3879
3889
|
expiration_time?: number | undefined;
|
|
3890
|
+
store_from_id?: number | null | undefined;
|
|
3880
3891
|
}, {
|
|
3881
3892
|
amount: {
|
|
3882
3893
|
value: number;
|
|
@@ -3897,6 +3908,7 @@ export declare const ObjectRewardSchema: z.ZodObject<{
|
|
|
3897
3908
|
};
|
|
3898
3909
|
guard: string;
|
|
3899
3910
|
expiration_time?: number | undefined;
|
|
3911
|
+
store_from_id?: number | null | undefined;
|
|
3900
3912
|
}>, "many">;
|
|
3901
3913
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
3902
3914
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -5624,22 +5636,28 @@ export declare const ObjectDiscountSchema: z.ZodObject<{
|
|
|
5624
5636
|
export declare const AmountFromDepositGuardSchema: z.ZodObject<{
|
|
5625
5637
|
guard: z.ZodString;
|
|
5626
5638
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5639
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5627
5640
|
}, "strip", z.ZodTypeAny, {
|
|
5628
5641
|
guard: string;
|
|
5629
5642
|
identifier?: number | null | undefined;
|
|
5643
|
+
store_from_id?: number | null | undefined;
|
|
5630
5644
|
}, {
|
|
5631
5645
|
guard: string;
|
|
5632
5646
|
identifier?: number | null | undefined;
|
|
5647
|
+
store_from_id?: number | null | undefined;
|
|
5633
5648
|
}>;
|
|
5634
5649
|
export declare const AmountFromWithdrawGuardSchema: z.ZodObject<{
|
|
5635
5650
|
guard: z.ZodString;
|
|
5636
5651
|
identifier: z.ZodNumber;
|
|
5652
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5637
5653
|
}, "strip", z.ZodTypeAny, {
|
|
5638
5654
|
identifier: number;
|
|
5639
5655
|
guard: string;
|
|
5656
|
+
store_from_id?: number | null | undefined;
|
|
5640
5657
|
}, {
|
|
5641
5658
|
identifier: number;
|
|
5642
5659
|
guard: string;
|
|
5660
|
+
store_from_id?: number | null | undefined;
|
|
5643
5661
|
}>;
|
|
5644
5662
|
export declare const ObjectTreasurySchema: z.ZodObject<{
|
|
5645
5663
|
object: z.ZodString;
|
|
@@ -5716,22 +5734,28 @@ export declare const ObjectTreasurySchema: z.ZodObject<{
|
|
|
5716
5734
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
5717
5735
|
guard: z.ZodString;
|
|
5718
5736
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5737
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5719
5738
|
}, "strip", z.ZodTypeAny, {
|
|
5720
5739
|
guard: string;
|
|
5721
5740
|
identifier?: number | null | undefined;
|
|
5741
|
+
store_from_id?: number | null | undefined;
|
|
5722
5742
|
}, {
|
|
5723
5743
|
guard: string;
|
|
5724
5744
|
identifier?: number | null | undefined;
|
|
5745
|
+
store_from_id?: number | null | undefined;
|
|
5725
5746
|
}>, "many">;
|
|
5726
5747
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
5727
5748
|
guard: z.ZodString;
|
|
5728
5749
|
identifier: z.ZodNumber;
|
|
5750
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5729
5751
|
}, "strip", z.ZodTypeAny, {
|
|
5730
5752
|
identifier: number;
|
|
5731
5753
|
guard: string;
|
|
5754
|
+
store_from_id?: number | null | undefined;
|
|
5732
5755
|
}, {
|
|
5733
5756
|
identifier: number;
|
|
5734
5757
|
guard: string;
|
|
5758
|
+
store_from_id?: number | null | undefined;
|
|
5735
5759
|
}>, "many">;
|
|
5736
5760
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
5737
5761
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -5812,22 +5836,28 @@ export declare const ObjectTreasurySchema: z.ZodObject<{
|
|
|
5812
5836
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
5813
5837
|
guard: z.ZodString;
|
|
5814
5838
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5839
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5815
5840
|
}, "strip", z.ZodTypeAny, {
|
|
5816
5841
|
guard: string;
|
|
5817
5842
|
identifier?: number | null | undefined;
|
|
5843
|
+
store_from_id?: number | null | undefined;
|
|
5818
5844
|
}, {
|
|
5819
5845
|
guard: string;
|
|
5820
5846
|
identifier?: number | null | undefined;
|
|
5847
|
+
store_from_id?: number | null | undefined;
|
|
5821
5848
|
}>, "many">;
|
|
5822
5849
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
5823
5850
|
guard: z.ZodString;
|
|
5824
5851
|
identifier: z.ZodNumber;
|
|
5852
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5825
5853
|
}, "strip", z.ZodTypeAny, {
|
|
5826
5854
|
identifier: number;
|
|
5827
5855
|
guard: string;
|
|
5856
|
+
store_from_id?: number | null | undefined;
|
|
5828
5857
|
}, {
|
|
5829
5858
|
identifier: number;
|
|
5830
5859
|
guard: string;
|
|
5860
|
+
store_from_id?: number | null | undefined;
|
|
5831
5861
|
}>, "many">;
|
|
5832
5862
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
5833
5863
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -5908,22 +5938,28 @@ export declare const ObjectTreasurySchema: z.ZodObject<{
|
|
|
5908
5938
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
5909
5939
|
guard: z.ZodString;
|
|
5910
5940
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5941
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5911
5942
|
}, "strip", z.ZodTypeAny, {
|
|
5912
5943
|
guard: string;
|
|
5913
5944
|
identifier?: number | null | undefined;
|
|
5945
|
+
store_from_id?: number | null | undefined;
|
|
5914
5946
|
}, {
|
|
5915
5947
|
guard: string;
|
|
5916
5948
|
identifier?: number | null | undefined;
|
|
5949
|
+
store_from_id?: number | null | undefined;
|
|
5917
5950
|
}>, "many">;
|
|
5918
5951
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
5919
5952
|
guard: z.ZodString;
|
|
5920
5953
|
identifier: z.ZodNumber;
|
|
5954
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
5921
5955
|
}, "strip", z.ZodTypeAny, {
|
|
5922
5956
|
identifier: number;
|
|
5923
5957
|
guard: string;
|
|
5958
|
+
store_from_id?: number | null | undefined;
|
|
5924
5959
|
}, {
|
|
5925
5960
|
identifier: number;
|
|
5926
5961
|
guard: string;
|
|
5962
|
+
store_from_id?: number | null | undefined;
|
|
5927
5963
|
}>, "many">;
|
|
5928
5964
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
5929
5965
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -5937,17 +5973,20 @@ export declare const TreasuryRecordSchema: z.ZodObject<{
|
|
|
5937
5973
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
5938
5974
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
5939
5975
|
time: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
5976
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
5940
5977
|
}, "strip", z.ZodTypeAny, {
|
|
5941
5978
|
time: string | number;
|
|
5942
5979
|
amount: string | number;
|
|
5943
5980
|
op: "Withdraw" | "Deposit" | "Receive";
|
|
5944
5981
|
signer: string;
|
|
5982
|
+
store_from_id: string | null;
|
|
5945
5983
|
external_guard: string | null;
|
|
5946
5984
|
}, {
|
|
5947
5985
|
time: string | number;
|
|
5948
5986
|
amount: string | number;
|
|
5949
5987
|
op: "Withdraw" | "Deposit" | "Receive";
|
|
5950
5988
|
signer: string;
|
|
5989
|
+
store_from_id: string | null;
|
|
5951
5990
|
external_guard: string | null;
|
|
5952
5991
|
}>;
|
|
5953
5992
|
export declare const PolicyWriteGuardSchema: z.ZodObject<{
|
|
@@ -6427,12 +6466,15 @@ export declare const TableItem_RewardRecordSchema: z.ZodObject<{
|
|
|
6427
6466
|
record: z.ZodArray<z.ZodObject<{
|
|
6428
6467
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
6429
6468
|
time: z.ZodNumber;
|
|
6469
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6430
6470
|
}, "strip", z.ZodTypeAny, {
|
|
6431
6471
|
time: number;
|
|
6432
6472
|
amount: string | number;
|
|
6473
|
+
store_from_id: string | null;
|
|
6433
6474
|
}, {
|
|
6434
6475
|
time: number;
|
|
6435
6476
|
amount: string | number;
|
|
6477
|
+
store_from_id: string | null;
|
|
6436
6478
|
}>, "many">;
|
|
6437
6479
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
6438
6480
|
object: z.ZodString;
|
|
@@ -6509,12 +6551,15 @@ export declare const TableItem_RewardRecordSchema: z.ZodObject<{
|
|
|
6509
6551
|
record: z.ZodArray<z.ZodObject<{
|
|
6510
6552
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
6511
6553
|
time: z.ZodNumber;
|
|
6554
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6512
6555
|
}, "strip", z.ZodTypeAny, {
|
|
6513
6556
|
time: number;
|
|
6514
6557
|
amount: string | number;
|
|
6558
|
+
store_from_id: string | null;
|
|
6515
6559
|
}, {
|
|
6516
6560
|
time: number;
|
|
6517
6561
|
amount: string | number;
|
|
6562
|
+
store_from_id: string | null;
|
|
6518
6563
|
}>, "many">;
|
|
6519
6564
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
6520
6565
|
object: z.ZodString;
|
|
@@ -6591,12 +6636,15 @@ export declare const TableItem_RewardRecordSchema: z.ZodObject<{
|
|
|
6591
6636
|
record: z.ZodArray<z.ZodObject<{
|
|
6592
6637
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
6593
6638
|
time: z.ZodNumber;
|
|
6639
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
6594
6640
|
}, "strip", z.ZodTypeAny, {
|
|
6595
6641
|
time: number;
|
|
6596
6642
|
amount: string | number;
|
|
6643
|
+
store_from_id: string | null;
|
|
6597
6644
|
}, {
|
|
6598
6645
|
time: number;
|
|
6599
6646
|
amount: string | number;
|
|
6647
|
+
store_from_id: string | null;
|
|
6600
6648
|
}>, "many">;
|
|
6601
6649
|
}, z.ZodTypeAny, "passthrough">>;
|
|
6602
6650
|
export declare const ObjectRepositorySchema: z.ZodObject<{
|
|
@@ -12437,6 +12485,7 @@ export declare const TableItem_TreasuryHistorySchema: z.ZodObject<{
|
|
|
12437
12485
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
12438
12486
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
12439
12487
|
time: z.ZodNumber;
|
|
12488
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
12440
12489
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12441
12490
|
object: z.ZodString;
|
|
12442
12491
|
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]>>;
|
|
@@ -12512,6 +12561,7 @@ export declare const TableItem_TreasuryHistorySchema: z.ZodObject<{
|
|
|
12512
12561
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
12513
12562
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
12514
12563
|
time: z.ZodNumber;
|
|
12564
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
12515
12565
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12516
12566
|
object: z.ZodString;
|
|
12517
12567
|
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]>>;
|
|
@@ -12587,6 +12637,7 @@ export declare const TableItem_TreasuryHistorySchema: z.ZodObject<{
|
|
|
12587
12637
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
12588
12638
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
12589
12639
|
time: z.ZodNumber;
|
|
12640
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
12590
12641
|
}, z.ZodTypeAny, "passthrough">>;
|
|
12591
12642
|
export declare const ObjectsQuerySchema: z.ZodObject<{
|
|
12592
12643
|
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12677,22 +12728,28 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12677
12728
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
12678
12729
|
guard: z.ZodString;
|
|
12679
12730
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12731
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12680
12732
|
}, "strip", z.ZodTypeAny, {
|
|
12681
12733
|
guard: string;
|
|
12682
12734
|
identifier?: number | null | undefined;
|
|
12735
|
+
store_from_id?: number | null | undefined;
|
|
12683
12736
|
}, {
|
|
12684
12737
|
guard: string;
|
|
12685
12738
|
identifier?: number | null | undefined;
|
|
12739
|
+
store_from_id?: number | null | undefined;
|
|
12686
12740
|
}>, "many">;
|
|
12687
12741
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
12688
12742
|
guard: z.ZodString;
|
|
12689
12743
|
identifier: z.ZodNumber;
|
|
12744
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12690
12745
|
}, "strip", z.ZodTypeAny, {
|
|
12691
12746
|
identifier: number;
|
|
12692
12747
|
guard: string;
|
|
12748
|
+
store_from_id?: number | null | undefined;
|
|
12693
12749
|
}, {
|
|
12694
12750
|
identifier: number;
|
|
12695
12751
|
guard: string;
|
|
12752
|
+
store_from_id?: number | null | undefined;
|
|
12696
12753
|
}>, "many">;
|
|
12697
12754
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
12698
12755
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -12773,22 +12830,28 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12773
12830
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
12774
12831
|
guard: z.ZodString;
|
|
12775
12832
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12833
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12776
12834
|
}, "strip", z.ZodTypeAny, {
|
|
12777
12835
|
guard: string;
|
|
12778
12836
|
identifier?: number | null | undefined;
|
|
12837
|
+
store_from_id?: number | null | undefined;
|
|
12779
12838
|
}, {
|
|
12780
12839
|
guard: string;
|
|
12781
12840
|
identifier?: number | null | undefined;
|
|
12841
|
+
store_from_id?: number | null | undefined;
|
|
12782
12842
|
}>, "many">;
|
|
12783
12843
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
12784
12844
|
guard: z.ZodString;
|
|
12785
12845
|
identifier: z.ZodNumber;
|
|
12846
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12786
12847
|
}, "strip", z.ZodTypeAny, {
|
|
12787
12848
|
identifier: number;
|
|
12788
12849
|
guard: string;
|
|
12850
|
+
store_from_id?: number | null | undefined;
|
|
12789
12851
|
}, {
|
|
12790
12852
|
identifier: number;
|
|
12791
12853
|
guard: string;
|
|
12854
|
+
store_from_id?: number | null | undefined;
|
|
12792
12855
|
}>, "many">;
|
|
12793
12856
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
12794
12857
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -12869,22 +12932,28 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12869
12932
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
12870
12933
|
guard: z.ZodString;
|
|
12871
12934
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12935
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12872
12936
|
}, "strip", z.ZodTypeAny, {
|
|
12873
12937
|
guard: string;
|
|
12874
12938
|
identifier?: number | null | undefined;
|
|
12939
|
+
store_from_id?: number | null | undefined;
|
|
12875
12940
|
}, {
|
|
12876
12941
|
guard: string;
|
|
12877
12942
|
identifier?: number | null | undefined;
|
|
12943
|
+
store_from_id?: number | null | undefined;
|
|
12878
12944
|
}>, "many">;
|
|
12879
12945
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
12880
12946
|
guard: z.ZodString;
|
|
12881
12947
|
identifier: z.ZodNumber;
|
|
12948
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
12882
12949
|
}, "strip", z.ZodTypeAny, {
|
|
12883
12950
|
identifier: number;
|
|
12884
12951
|
guard: string;
|
|
12952
|
+
store_from_id?: number | null | undefined;
|
|
12885
12953
|
}, {
|
|
12886
12954
|
identifier: number;
|
|
12887
12955
|
guard: string;
|
|
12956
|
+
store_from_id?: number | null | undefined;
|
|
12888
12957
|
}>, "many">;
|
|
12889
12958
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
12890
12959
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -16310,6 +16379,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
16310
16379
|
type: "Fixed";
|
|
16311
16380
|
}>]>;
|
|
16312
16381
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
16382
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
16313
16383
|
}, "strip", z.ZodTypeAny, {
|
|
16314
16384
|
amount: {
|
|
16315
16385
|
value: number;
|
|
@@ -16330,6 +16400,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
16330
16400
|
};
|
|
16331
16401
|
guard: string;
|
|
16332
16402
|
expiration_time?: number | undefined;
|
|
16403
|
+
store_from_id?: number | null | undefined;
|
|
16333
16404
|
}, {
|
|
16334
16405
|
amount: {
|
|
16335
16406
|
value: number;
|
|
@@ -16350,6 +16421,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
16350
16421
|
};
|
|
16351
16422
|
guard: string;
|
|
16352
16423
|
expiration_time?: number | undefined;
|
|
16424
|
+
store_from_id?: number | null | undefined;
|
|
16353
16425
|
}>, "many">;
|
|
16354
16426
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
16355
16427
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -16482,6 +16554,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
16482
16554
|
type: "Fixed";
|
|
16483
16555
|
}>]>;
|
|
16484
16556
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
16557
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
16485
16558
|
}, "strip", z.ZodTypeAny, {
|
|
16486
16559
|
amount: {
|
|
16487
16560
|
value: number;
|
|
@@ -16502,6 +16575,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
16502
16575
|
};
|
|
16503
16576
|
guard: string;
|
|
16504
16577
|
expiration_time?: number | undefined;
|
|
16578
|
+
store_from_id?: number | null | undefined;
|
|
16505
16579
|
}, {
|
|
16506
16580
|
amount: {
|
|
16507
16581
|
value: number;
|
|
@@ -16522,6 +16596,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
16522
16596
|
};
|
|
16523
16597
|
guard: string;
|
|
16524
16598
|
expiration_time?: number | undefined;
|
|
16599
|
+
store_from_id?: number | null | undefined;
|
|
16525
16600
|
}>, "many">;
|
|
16526
16601
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
16527
16602
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -16654,6 +16729,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
16654
16729
|
type: "Fixed";
|
|
16655
16730
|
}>]>;
|
|
16656
16731
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
16732
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
16657
16733
|
}, "strip", z.ZodTypeAny, {
|
|
16658
16734
|
amount: {
|
|
16659
16735
|
value: number;
|
|
@@ -16674,6 +16750,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
16674
16750
|
};
|
|
16675
16751
|
guard: string;
|
|
16676
16752
|
expiration_time?: number | undefined;
|
|
16753
|
+
store_from_id?: number | null | undefined;
|
|
16677
16754
|
}, {
|
|
16678
16755
|
amount: {
|
|
16679
16756
|
value: number;
|
|
@@ -16694,6 +16771,7 @@ export declare const ObjectUnionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
16694
16771
|
};
|
|
16695
16772
|
guard: string;
|
|
16696
16773
|
expiration_time?: number | undefined;
|
|
16774
|
+
store_from_id?: number | null | undefined;
|
|
16697
16775
|
}>, "many">;
|
|
16698
16776
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
16699
16777
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -20812,22 +20890,28 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
20812
20890
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
20813
20891
|
guard: z.ZodString;
|
|
20814
20892
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
20893
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
20815
20894
|
}, "strip", z.ZodTypeAny, {
|
|
20816
20895
|
guard: string;
|
|
20817
20896
|
identifier?: number | null | undefined;
|
|
20897
|
+
store_from_id?: number | null | undefined;
|
|
20818
20898
|
}, {
|
|
20819
20899
|
guard: string;
|
|
20820
20900
|
identifier?: number | null | undefined;
|
|
20901
|
+
store_from_id?: number | null | undefined;
|
|
20821
20902
|
}>, "many">;
|
|
20822
20903
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
20823
20904
|
guard: z.ZodString;
|
|
20824
20905
|
identifier: z.ZodNumber;
|
|
20906
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
20825
20907
|
}, "strip", z.ZodTypeAny, {
|
|
20826
20908
|
identifier: number;
|
|
20827
20909
|
guard: string;
|
|
20910
|
+
store_from_id?: number | null | undefined;
|
|
20828
20911
|
}, {
|
|
20829
20912
|
identifier: number;
|
|
20830
20913
|
guard: string;
|
|
20914
|
+
store_from_id?: number | null | undefined;
|
|
20831
20915
|
}>, "many">;
|
|
20832
20916
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20833
20917
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -20908,22 +20992,28 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
20908
20992
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
20909
20993
|
guard: z.ZodString;
|
|
20910
20994
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
20995
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
20911
20996
|
}, "strip", z.ZodTypeAny, {
|
|
20912
20997
|
guard: string;
|
|
20913
20998
|
identifier?: number | null | undefined;
|
|
20999
|
+
store_from_id?: number | null | undefined;
|
|
20914
21000
|
}, {
|
|
20915
21001
|
guard: string;
|
|
20916
21002
|
identifier?: number | null | undefined;
|
|
21003
|
+
store_from_id?: number | null | undefined;
|
|
20917
21004
|
}>, "many">;
|
|
20918
21005
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
20919
21006
|
guard: z.ZodString;
|
|
20920
21007
|
identifier: z.ZodNumber;
|
|
21008
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
20921
21009
|
}, "strip", z.ZodTypeAny, {
|
|
20922
21010
|
identifier: number;
|
|
20923
21011
|
guard: string;
|
|
21012
|
+
store_from_id?: number | null | undefined;
|
|
20924
21013
|
}, {
|
|
20925
21014
|
identifier: number;
|
|
20926
21015
|
guard: string;
|
|
21016
|
+
store_from_id?: number | null | undefined;
|
|
20927
21017
|
}>, "many">;
|
|
20928
21018
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20929
21019
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -21004,22 +21094,28 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
21004
21094
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
21005
21095
|
guard: z.ZodString;
|
|
21006
21096
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
21097
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
21007
21098
|
}, "strip", z.ZodTypeAny, {
|
|
21008
21099
|
guard: string;
|
|
21009
21100
|
identifier?: number | null | undefined;
|
|
21101
|
+
store_from_id?: number | null | undefined;
|
|
21010
21102
|
}, {
|
|
21011
21103
|
guard: string;
|
|
21012
21104
|
identifier?: number | null | undefined;
|
|
21105
|
+
store_from_id?: number | null | undefined;
|
|
21013
21106
|
}>, "many">;
|
|
21014
21107
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
21015
21108
|
guard: z.ZodString;
|
|
21016
21109
|
identifier: z.ZodNumber;
|
|
21110
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
21017
21111
|
}, "strip", z.ZodTypeAny, {
|
|
21018
21112
|
identifier: number;
|
|
21019
21113
|
guard: string;
|
|
21114
|
+
store_from_id?: number | null | undefined;
|
|
21020
21115
|
}, {
|
|
21021
21116
|
identifier: number;
|
|
21022
21117
|
guard: string;
|
|
21118
|
+
store_from_id?: number | null | undefined;
|
|
21023
21119
|
}>, "many">;
|
|
21024
21120
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
21025
21121
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -24445,6 +24541,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
24445
24541
|
type: "Fixed";
|
|
24446
24542
|
}>]>;
|
|
24447
24543
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
24544
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
24448
24545
|
}, "strip", z.ZodTypeAny, {
|
|
24449
24546
|
amount: {
|
|
24450
24547
|
value: number;
|
|
@@ -24465,6 +24562,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
24465
24562
|
};
|
|
24466
24563
|
guard: string;
|
|
24467
24564
|
expiration_time?: number | undefined;
|
|
24565
|
+
store_from_id?: number | null | undefined;
|
|
24468
24566
|
}, {
|
|
24469
24567
|
amount: {
|
|
24470
24568
|
value: number;
|
|
@@ -24485,6 +24583,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
24485
24583
|
};
|
|
24486
24584
|
guard: string;
|
|
24487
24585
|
expiration_time?: number | undefined;
|
|
24586
|
+
store_from_id?: number | null | undefined;
|
|
24488
24587
|
}>, "many">;
|
|
24489
24588
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
24490
24589
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -24617,6 +24716,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
24617
24716
|
type: "Fixed";
|
|
24618
24717
|
}>]>;
|
|
24619
24718
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
24719
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
24620
24720
|
}, "strip", z.ZodTypeAny, {
|
|
24621
24721
|
amount: {
|
|
24622
24722
|
value: number;
|
|
@@ -24637,6 +24737,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
24637
24737
|
};
|
|
24638
24738
|
guard: string;
|
|
24639
24739
|
expiration_time?: number | undefined;
|
|
24740
|
+
store_from_id?: number | null | undefined;
|
|
24640
24741
|
}, {
|
|
24641
24742
|
amount: {
|
|
24642
24743
|
value: number;
|
|
@@ -24657,6 +24758,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
24657
24758
|
};
|
|
24658
24759
|
guard: string;
|
|
24659
24760
|
expiration_time?: number | undefined;
|
|
24761
|
+
store_from_id?: number | null | undefined;
|
|
24660
24762
|
}>, "many">;
|
|
24661
24763
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
24662
24764
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -24789,6 +24891,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
24789
24891
|
type: "Fixed";
|
|
24790
24892
|
}>]>;
|
|
24791
24893
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
24894
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
24792
24895
|
}, "strip", z.ZodTypeAny, {
|
|
24793
24896
|
amount: {
|
|
24794
24897
|
value: number;
|
|
@@ -24809,6 +24912,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
24809
24912
|
};
|
|
24810
24913
|
guard: string;
|
|
24811
24914
|
expiration_time?: number | undefined;
|
|
24915
|
+
store_from_id?: number | null | undefined;
|
|
24812
24916
|
}, {
|
|
24813
24917
|
amount: {
|
|
24814
24918
|
value: number;
|
|
@@ -24829,6 +24933,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
24829
24933
|
};
|
|
24830
24934
|
guard: string;
|
|
24831
24935
|
expiration_time?: number | undefined;
|
|
24936
|
+
store_from_id?: number | null | undefined;
|
|
24832
24937
|
}>, "many">;
|
|
24833
24938
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
24834
24939
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -29731,6 +29836,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
29731
29836
|
type: "Fixed";
|
|
29732
29837
|
}>]>;
|
|
29733
29838
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
29839
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
29734
29840
|
}, "strip", z.ZodTypeAny, {
|
|
29735
29841
|
amount: {
|
|
29736
29842
|
value: number;
|
|
@@ -29751,6 +29857,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
29751
29857
|
};
|
|
29752
29858
|
guard: string;
|
|
29753
29859
|
expiration_time?: number | undefined;
|
|
29860
|
+
store_from_id?: number | null | undefined;
|
|
29754
29861
|
}, {
|
|
29755
29862
|
amount: {
|
|
29756
29863
|
value: number;
|
|
@@ -29771,6 +29878,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
29771
29878
|
};
|
|
29772
29879
|
guard: string;
|
|
29773
29880
|
expiration_time?: number | undefined;
|
|
29881
|
+
store_from_id?: number | null | undefined;
|
|
29774
29882
|
}>, "many">;
|
|
29775
29883
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
29776
29884
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -30303,22 +30411,28 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
30303
30411
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
30304
30412
|
guard: z.ZodString;
|
|
30305
30413
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
30414
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
30306
30415
|
}, "strip", z.ZodTypeAny, {
|
|
30307
30416
|
guard: string;
|
|
30308
30417
|
identifier?: number | null | undefined;
|
|
30418
|
+
store_from_id?: number | null | undefined;
|
|
30309
30419
|
}, {
|
|
30310
30420
|
guard: string;
|
|
30311
30421
|
identifier?: number | null | undefined;
|
|
30422
|
+
store_from_id?: number | null | undefined;
|
|
30312
30423
|
}>, "many">;
|
|
30313
30424
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
30314
30425
|
guard: z.ZodString;
|
|
30315
30426
|
identifier: z.ZodNumber;
|
|
30427
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
30316
30428
|
}, "strip", z.ZodTypeAny, {
|
|
30317
30429
|
identifier: number;
|
|
30318
30430
|
guard: string;
|
|
30431
|
+
store_from_id?: number | null | undefined;
|
|
30319
30432
|
}, {
|
|
30320
30433
|
identifier: number;
|
|
30321
30434
|
guard: string;
|
|
30435
|
+
store_from_id?: number | null | undefined;
|
|
30322
30436
|
}>, "many">;
|
|
30323
30437
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
30324
30438
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -32444,6 +32558,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
32444
32558
|
type: "Fixed";
|
|
32445
32559
|
}>]>;
|
|
32446
32560
|
expiration_time: z.ZodOptional<z.ZodNumber>;
|
|
32561
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
32447
32562
|
}, "strip", z.ZodTypeAny, {
|
|
32448
32563
|
amount: {
|
|
32449
32564
|
value: number;
|
|
@@ -32464,6 +32579,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
32464
32579
|
};
|
|
32465
32580
|
guard: string;
|
|
32466
32581
|
expiration_time?: number | undefined;
|
|
32582
|
+
store_from_id?: number | null | undefined;
|
|
32467
32583
|
}, {
|
|
32468
32584
|
amount: {
|
|
32469
32585
|
value: number;
|
|
@@ -32484,6 +32600,7 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
32484
32600
|
};
|
|
32485
32601
|
guard: string;
|
|
32486
32602
|
expiration_time?: number | undefined;
|
|
32603
|
+
store_from_id?: number | null | undefined;
|
|
32487
32604
|
}>, "many">;
|
|
32488
32605
|
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
32489
32606
|
guard_not_added_expiration_time: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>;
|
|
@@ -33016,22 +33133,28 @@ export declare const ObjectsAnswerSchema: z.ZodObject<{
|
|
|
33016
33133
|
external_deposit_guard: z.ZodArray<z.ZodObject<{
|
|
33017
33134
|
guard: z.ZodString;
|
|
33018
33135
|
identifier: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
33136
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
33019
33137
|
}, "strip", z.ZodTypeAny, {
|
|
33020
33138
|
guard: string;
|
|
33021
33139
|
identifier?: number | null | undefined;
|
|
33140
|
+
store_from_id?: number | null | undefined;
|
|
33022
33141
|
}, {
|
|
33023
33142
|
guard: string;
|
|
33024
33143
|
identifier?: number | null | undefined;
|
|
33144
|
+
store_from_id?: number | null | undefined;
|
|
33025
33145
|
}>, "many">;
|
|
33026
33146
|
external_withdraw_guard: z.ZodArray<z.ZodObject<{
|
|
33027
33147
|
guard: z.ZodString;
|
|
33028
33148
|
identifier: z.ZodNumber;
|
|
33149
|
+
store_from_id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
33029
33150
|
}, "strip", z.ZodTypeAny, {
|
|
33030
33151
|
identifier: number;
|
|
33031
33152
|
guard: string;
|
|
33153
|
+
store_from_id?: number | null | undefined;
|
|
33032
33154
|
}, {
|
|
33033
33155
|
identifier: number;
|
|
33034
33156
|
guard: string;
|
|
33157
|
+
store_from_id?: number | null | undefined;
|
|
33035
33158
|
}>, "many">;
|
|
33036
33159
|
inflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
33037
33160
|
outflow: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -37481,12 +37604,15 @@ export declare const TableItem_RewardRecordOrUndefinedSchema: z.ZodUnion<[z.ZodO
|
|
|
37481
37604
|
record: z.ZodArray<z.ZodObject<{
|
|
37482
37605
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
37483
37606
|
time: z.ZodNumber;
|
|
37607
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
37484
37608
|
}, "strip", z.ZodTypeAny, {
|
|
37485
37609
|
time: number;
|
|
37486
37610
|
amount: string | number;
|
|
37611
|
+
store_from_id: string | null;
|
|
37487
37612
|
}, {
|
|
37488
37613
|
time: number;
|
|
37489
37614
|
amount: string | number;
|
|
37615
|
+
store_from_id: string | null;
|
|
37490
37616
|
}>, "many">;
|
|
37491
37617
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
37492
37618
|
object: z.ZodString;
|
|
@@ -37563,12 +37689,15 @@ export declare const TableItem_RewardRecordOrUndefinedSchema: z.ZodUnion<[z.ZodO
|
|
|
37563
37689
|
record: z.ZodArray<z.ZodObject<{
|
|
37564
37690
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
37565
37691
|
time: z.ZodNumber;
|
|
37692
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
37566
37693
|
}, "strip", z.ZodTypeAny, {
|
|
37567
37694
|
time: number;
|
|
37568
37695
|
amount: string | number;
|
|
37696
|
+
store_from_id: string | null;
|
|
37569
37697
|
}, {
|
|
37570
37698
|
time: number;
|
|
37571
37699
|
amount: string | number;
|
|
37700
|
+
store_from_id: string | null;
|
|
37572
37701
|
}>, "many">;
|
|
37573
37702
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
37574
37703
|
object: z.ZodString;
|
|
@@ -37645,12 +37774,15 @@ export declare const TableItem_RewardRecordOrUndefinedSchema: z.ZodUnion<[z.ZodO
|
|
|
37645
37774
|
record: z.ZodArray<z.ZodObject<{
|
|
37646
37775
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
37647
37776
|
time: z.ZodNumber;
|
|
37777
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
37648
37778
|
}, "strip", z.ZodTypeAny, {
|
|
37649
37779
|
time: number;
|
|
37650
37780
|
amount: string | number;
|
|
37781
|
+
store_from_id: string | null;
|
|
37651
37782
|
}, {
|
|
37652
37783
|
time: number;
|
|
37653
37784
|
amount: string | number;
|
|
37785
|
+
store_from_id: string | null;
|
|
37654
37786
|
}>, "many">;
|
|
37655
37787
|
}, z.ZodTypeAny, "passthrough">>, z.ZodNull]>;
|
|
37656
37788
|
export declare const TableItem_DemandPresenterOrUndefinedSchema: z.ZodUnion<[z.ZodObject<{
|
|
@@ -37957,6 +38089,7 @@ export declare const TableItem_TreasuryHistoryOrUndefinedSchema: z.ZodUnion<[z.Z
|
|
|
37957
38089
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
37958
38090
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
37959
38091
|
time: z.ZodNumber;
|
|
38092
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
37960
38093
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
37961
38094
|
object: z.ZodString;
|
|
37962
38095
|
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]>>;
|
|
@@ -38032,6 +38165,7 @@ export declare const TableItem_TreasuryHistoryOrUndefinedSchema: z.ZodUnion<[z.Z
|
|
|
38032
38165
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
38033
38166
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
38034
38167
|
time: z.ZodNumber;
|
|
38168
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
38035
38169
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
38036
38170
|
object: z.ZodString;
|
|
38037
38171
|
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]>>;
|
|
@@ -38107,6 +38241,7 @@ export declare const TableItem_TreasuryHistoryOrUndefinedSchema: z.ZodUnion<[z.Z
|
|
|
38107
38241
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
38108
38242
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
38109
38243
|
time: z.ZodNumber;
|
|
38244
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
38110
38245
|
}, z.ZodTypeAny, "passthrough">>, z.ZodNull]>;
|
|
38111
38246
|
export declare const TableItem_MachineNodeOrUndefinedSchema: z.ZodUnion<[z.ZodObject<{
|
|
38112
38247
|
object: z.ZodString;
|
|
@@ -42444,12 +42579,15 @@ export declare const TableItemUnionOrUndefinedSchema: z.ZodObject<{
|
|
|
42444
42579
|
record: z.ZodArray<z.ZodObject<{
|
|
42445
42580
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
42446
42581
|
time: z.ZodNumber;
|
|
42582
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42447
42583
|
}, "strip", z.ZodTypeAny, {
|
|
42448
42584
|
time: number;
|
|
42449
42585
|
amount: string | number;
|
|
42586
|
+
store_from_id: string | null;
|
|
42450
42587
|
}, {
|
|
42451
42588
|
time: number;
|
|
42452
42589
|
amount: string | number;
|
|
42590
|
+
store_from_id: string | null;
|
|
42453
42591
|
}>, "many">;
|
|
42454
42592
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
42455
42593
|
object: z.ZodString;
|
|
@@ -42526,12 +42664,15 @@ export declare const TableItemUnionOrUndefinedSchema: z.ZodObject<{
|
|
|
42526
42664
|
record: z.ZodArray<z.ZodObject<{
|
|
42527
42665
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
42528
42666
|
time: z.ZodNumber;
|
|
42667
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42529
42668
|
}, "strip", z.ZodTypeAny, {
|
|
42530
42669
|
time: number;
|
|
42531
42670
|
amount: string | number;
|
|
42671
|
+
store_from_id: string | null;
|
|
42532
42672
|
}, {
|
|
42533
42673
|
time: number;
|
|
42534
42674
|
amount: string | number;
|
|
42675
|
+
store_from_id: string | null;
|
|
42535
42676
|
}>, "many">;
|
|
42536
42677
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
42537
42678
|
object: z.ZodString;
|
|
@@ -42608,12 +42749,15 @@ export declare const TableItemUnionOrUndefinedSchema: z.ZodObject<{
|
|
|
42608
42749
|
record: z.ZodArray<z.ZodObject<{
|
|
42609
42750
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
42610
42751
|
time: z.ZodNumber;
|
|
42752
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42611
42753
|
}, "strip", z.ZodTypeAny, {
|
|
42612
42754
|
time: number;
|
|
42613
42755
|
amount: string | number;
|
|
42756
|
+
store_from_id: string | null;
|
|
42614
42757
|
}, {
|
|
42615
42758
|
time: number;
|
|
42616
42759
|
amount: string | number;
|
|
42760
|
+
store_from_id: string | null;
|
|
42617
42761
|
}>, "many">;
|
|
42618
42762
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
42619
42763
|
object: z.ZodString;
|
|
@@ -42918,6 +43062,7 @@ export declare const TableItemUnionOrUndefinedSchema: z.ZodObject<{
|
|
|
42918
43062
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42919
43063
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
42920
43064
|
time: z.ZodNumber;
|
|
43065
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42921
43066
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
42922
43067
|
object: z.ZodString;
|
|
42923
43068
|
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]>>;
|
|
@@ -42993,6 +43138,7 @@ export declare const TableItemUnionOrUndefinedSchema: z.ZodObject<{
|
|
|
42993
43138
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42994
43139
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
42995
43140
|
time: z.ZodNumber;
|
|
43141
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
42996
43142
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
42997
43143
|
object: z.ZodString;
|
|
42998
43144
|
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]>>;
|
|
@@ -43068,6 +43214,7 @@ export declare const TableItemUnionOrUndefinedSchema: z.ZodObject<{
|
|
|
43068
43214
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
43069
43215
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
43070
43216
|
time: z.ZodNumber;
|
|
43217
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
43071
43218
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
43072
43219
|
object: z.ZodString;
|
|
43073
43220
|
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]>>;
|
|
@@ -44716,12 +44863,15 @@ export declare const TableItemUnionOrUndefinedSchema: z.ZodObject<{
|
|
|
44716
44863
|
record: z.ZodArray<z.ZodObject<{
|
|
44717
44864
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
44718
44865
|
time: z.ZodNumber;
|
|
44866
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
44719
44867
|
}, "strip", z.ZodTypeAny, {
|
|
44720
44868
|
time: number;
|
|
44721
44869
|
amount: string | number;
|
|
44870
|
+
store_from_id: string | null;
|
|
44722
44871
|
}, {
|
|
44723
44872
|
time: number;
|
|
44724
44873
|
amount: string | number;
|
|
44874
|
+
store_from_id: string | null;
|
|
44725
44875
|
}>, "many">;
|
|
44726
44876
|
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
44727
44877
|
object: z.ZodString;
|
|
@@ -45264,6 +45414,7 @@ export declare const TableItemUnionOrUndefinedSchema: z.ZodObject<{
|
|
|
45264
45414
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
45265
45415
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
45266
45416
|
time: z.ZodNumber;
|
|
45417
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
45267
45418
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
45268
45419
|
}, {
|
|
45269
45420
|
result: z.objectInputType<{
|
|
@@ -45739,12 +45890,15 @@ export declare const TableItemUnionOrUndefinedSchema: z.ZodObject<{
|
|
|
45739
45890
|
record: z.ZodArray<z.ZodObject<{
|
|
45740
45891
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
45741
45892
|
time: z.ZodNumber;
|
|
45893
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
45742
45894
|
}, "strip", z.ZodTypeAny, {
|
|
45743
45895
|
time: number;
|
|
45744
45896
|
amount: string | number;
|
|
45897
|
+
store_from_id: string | null;
|
|
45745
45898
|
}, {
|
|
45746
45899
|
time: number;
|
|
45747
45900
|
amount: string | number;
|
|
45901
|
+
store_from_id: string | null;
|
|
45748
45902
|
}>, "many">;
|
|
45749
45903
|
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
45750
45904
|
object: z.ZodString;
|
|
@@ -46287,6 +46441,7 @@ export declare const TableItemUnionOrUndefinedSchema: z.ZodObject<{
|
|
|
46287
46441
|
external_guard: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
46288
46442
|
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46289
46443
|
time: z.ZodNumber;
|
|
46444
|
+
store_from_id: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
46290
46445
|
}, z.ZodTypeAny, "passthrough"> | null;
|
|
46291
46446
|
}>;
|
|
46292
46447
|
export declare const ConstantItemSchema: z.ZodObject<{
|