@wowok/agent-mcp 2.2.20 → 2.2.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/LICENSE +36 -0
- package/README.md +1 -3
- package/dist/index.js +4 -1
- package/dist/schema/call/base.d.ts +127 -511
- package/dist/schema/common/index.d.ts +3 -3
- package/dist/schema/common/index.js +1 -1
- package/dist/schema/local/index.d.ts +395 -1435
- package/dist/schema/local/index.js +4 -4
- package/dist/schema/local/wip.d.ts +16 -16
- package/dist/schema/local/wip.js +2 -2
- package/dist/schema/query/index.d.ts +1020 -1020
- package/dist/schema/query/index.js +4 -4
- package/dist/schemas/index.json +1 -1
- package/dist/schemas/onchain_events.schema.json +4 -1
- package/package.json +3 -2
|
@@ -301,7 +301,7 @@ export declare const ResponseDataSchema: z.ZodObject<{
|
|
|
301
301
|
start_version: string | number;
|
|
302
302
|
};
|
|
303
303
|
}>]>, z.ZodNull]>>;
|
|
304
|
-
version: z.ZodOptional<z.ZodString
|
|
304
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
305
305
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
306
306
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
307
307
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -372,7 +372,7 @@ export declare const ResponseDataSchema: z.ZodObject<{
|
|
|
372
372
|
start_version: string | number;
|
|
373
373
|
};
|
|
374
374
|
}>]>, z.ZodNull]>>;
|
|
375
|
-
version: z.ZodOptional<z.ZodString
|
|
375
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
376
376
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
377
377
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
378
378
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -443,7 +443,7 @@ export declare const ResponseDataSchema: z.ZodObject<{
|
|
|
443
443
|
start_version: string | number;
|
|
444
444
|
};
|
|
445
445
|
}>]>, z.ZodNull]>>;
|
|
446
|
-
version: z.ZodOptional<z.ZodString
|
|
446
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
447
447
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
448
448
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
449
449
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -1165,132 +1165,20 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1165
1165
|
digest: z.ZodString;
|
|
1166
1166
|
effects: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1167
1167
|
abortError: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
payment: z.ZodArray<z.ZodObject<{
|
|
1173
|
-
digest: z.ZodString;
|
|
1174
|
-
objectId: z.ZodString;
|
|
1175
|
-
version: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
1176
|
-
}, "strip", z.ZodTypeAny, {
|
|
1177
|
-
version: string | number;
|
|
1178
|
-
digest: string;
|
|
1179
|
-
objectId: string;
|
|
1180
|
-
}, {
|
|
1181
|
-
version: string | number;
|
|
1182
|
-
digest: string;
|
|
1183
|
-
objectId: string;
|
|
1184
|
-
}>, "many">;
|
|
1185
|
-
price: z.ZodString;
|
|
1186
|
-
}, "strip", z.ZodTypeAny, {
|
|
1187
|
-
owner: string;
|
|
1188
|
-
payment: {
|
|
1189
|
-
version: string | number;
|
|
1190
|
-
digest: string;
|
|
1191
|
-
objectId: string;
|
|
1192
|
-
}[];
|
|
1193
|
-
budget: string;
|
|
1194
|
-
price: string;
|
|
1195
|
-
}, {
|
|
1196
|
-
owner: string;
|
|
1197
|
-
payment: {
|
|
1198
|
-
version: string | number;
|
|
1199
|
-
digest: string;
|
|
1200
|
-
objectId: string;
|
|
1201
|
-
}[];
|
|
1202
|
-
budget: string;
|
|
1203
|
-
price: string;
|
|
1204
|
-
}>;
|
|
1205
|
-
messageVersion: z.ZodLiteral<"v1">;
|
|
1206
|
-
sender: z.ZodString;
|
|
1207
|
-
transaction: z.ZodObject<{
|
|
1208
|
-
kind: z.ZodString;
|
|
1209
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1210
|
-
kind: z.ZodString;
|
|
1211
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1212
|
-
kind: z.ZodString;
|
|
1213
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
1214
|
-
}, "strip", z.ZodTypeAny, {
|
|
1215
|
-
sender: string;
|
|
1216
|
-
gasData: {
|
|
1217
|
-
owner: string;
|
|
1218
|
-
payment: {
|
|
1219
|
-
version: string | number;
|
|
1220
|
-
digest: string;
|
|
1221
|
-
objectId: string;
|
|
1222
|
-
}[];
|
|
1223
|
-
budget: string;
|
|
1224
|
-
price: string;
|
|
1225
|
-
};
|
|
1226
|
-
messageVersion: "v1";
|
|
1227
|
-
transaction: {
|
|
1228
|
-
kind: string;
|
|
1229
|
-
} & {
|
|
1230
|
-
[k: string]: unknown;
|
|
1231
|
-
};
|
|
1232
|
-
}, {
|
|
1233
|
-
sender: string;
|
|
1234
|
-
gasData: {
|
|
1235
|
-
owner: string;
|
|
1236
|
-
payment: {
|
|
1237
|
-
version: string | number;
|
|
1238
|
-
digest: string;
|
|
1239
|
-
objectId: string;
|
|
1240
|
-
}[];
|
|
1241
|
-
budget: string;
|
|
1242
|
-
price: string;
|
|
1243
|
-
};
|
|
1244
|
-
messageVersion: "v1";
|
|
1245
|
-
transaction: {
|
|
1246
|
-
kind: string;
|
|
1247
|
-
} & {
|
|
1248
|
-
[k: string]: unknown;
|
|
1249
|
-
};
|
|
1250
|
-
}>;
|
|
1251
|
-
txSignatures: z.ZodArray<z.ZodString, "many">;
|
|
1168
|
+
error_code: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1169
|
+
function: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1170
|
+
line: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
1171
|
+
module_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1252
1172
|
}, "strip", z.ZodTypeAny, {
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
payment: {
|
|
1258
|
-
version: string | number;
|
|
1259
|
-
digest: string;
|
|
1260
|
-
objectId: string;
|
|
1261
|
-
}[];
|
|
1262
|
-
budget: string;
|
|
1263
|
-
price: string;
|
|
1264
|
-
};
|
|
1265
|
-
messageVersion: "v1";
|
|
1266
|
-
transaction: {
|
|
1267
|
-
kind: string;
|
|
1268
|
-
} & {
|
|
1269
|
-
[k: string]: unknown;
|
|
1270
|
-
};
|
|
1271
|
-
};
|
|
1272
|
-
txSignatures: string[];
|
|
1173
|
+
function?: string | null | undefined;
|
|
1174
|
+
error_code?: string | null | undefined;
|
|
1175
|
+
line?: number | null | undefined;
|
|
1176
|
+
module_id?: string | null | undefined;
|
|
1273
1177
|
}, {
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
payment: {
|
|
1279
|
-
version: string | number;
|
|
1280
|
-
digest: string;
|
|
1281
|
-
objectId: string;
|
|
1282
|
-
}[];
|
|
1283
|
-
budget: string;
|
|
1284
|
-
price: string;
|
|
1285
|
-
};
|
|
1286
|
-
messageVersion: "v1";
|
|
1287
|
-
transaction: {
|
|
1288
|
-
kind: string;
|
|
1289
|
-
} & {
|
|
1290
|
-
[k: string]: unknown;
|
|
1291
|
-
};
|
|
1292
|
-
};
|
|
1293
|
-
txSignatures: string[];
|
|
1178
|
+
function?: string | null | undefined;
|
|
1179
|
+
error_code?: string | null | undefined;
|
|
1180
|
+
line?: number | null | undefined;
|
|
1181
|
+
module_id?: string | null | undefined;
|
|
1294
1182
|
}>, z.ZodNull]>>;
|
|
1295
1183
|
created: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1296
1184
|
owner: z.ZodUnion<[z.ZodObject<{
|
|
@@ -1537,13 +1425,13 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1537
1425
|
messageVersion: z.ZodLiteral<"v1">;
|
|
1538
1426
|
modifiedAtVersions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1539
1427
|
objectId: z.ZodString;
|
|
1540
|
-
sequenceNumber: z.ZodString
|
|
1428
|
+
sequenceNumber: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
1541
1429
|
}, "strip", z.ZodTypeAny, {
|
|
1542
1430
|
objectId: string;
|
|
1543
|
-
sequenceNumber: string;
|
|
1431
|
+
sequenceNumber: string | number;
|
|
1544
1432
|
}, {
|
|
1545
1433
|
objectId: string;
|
|
1546
|
-
sequenceNumber: string;
|
|
1434
|
+
sequenceNumber: string | number;
|
|
1547
1435
|
}>, "many">>;
|
|
1548
1436
|
mutated: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1549
1437
|
owner: z.ZodUnion<[z.ZodObject<{
|
|
@@ -1893,32 +1781,16 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1893
1781
|
objectId: string;
|
|
1894
1782
|
}[] | undefined;
|
|
1895
1783
|
abortError?: {
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
payment: {
|
|
1901
|
-
version: string | number;
|
|
1902
|
-
digest: string;
|
|
1903
|
-
objectId: string;
|
|
1904
|
-
}[];
|
|
1905
|
-
budget: string;
|
|
1906
|
-
price: string;
|
|
1907
|
-
};
|
|
1908
|
-
messageVersion: "v1";
|
|
1909
|
-
transaction: {
|
|
1910
|
-
kind: string;
|
|
1911
|
-
} & {
|
|
1912
|
-
[k: string]: unknown;
|
|
1913
|
-
};
|
|
1914
|
-
};
|
|
1915
|
-
txSignatures: string[];
|
|
1784
|
+
function?: string | null | undefined;
|
|
1785
|
+
error_code?: string | null | undefined;
|
|
1786
|
+
line?: number | null | undefined;
|
|
1787
|
+
module_id?: string | null | undefined;
|
|
1916
1788
|
} | null | undefined;
|
|
1917
1789
|
dependencies?: string[] | undefined;
|
|
1918
1790
|
eventsDigest?: string | null | undefined;
|
|
1919
1791
|
modifiedAtVersions?: {
|
|
1920
1792
|
objectId: string;
|
|
1921
|
-
sequenceNumber: string;
|
|
1793
|
+
sequenceNumber: string | number;
|
|
1922
1794
|
}[] | undefined;
|
|
1923
1795
|
sharedObjects?: {
|
|
1924
1796
|
version: string | number;
|
|
@@ -2039,32 +1911,16 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2039
1911
|
objectId: string;
|
|
2040
1912
|
}[] | undefined;
|
|
2041
1913
|
abortError?: {
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
payment: {
|
|
2047
|
-
version: string | number;
|
|
2048
|
-
digest: string;
|
|
2049
|
-
objectId: string;
|
|
2050
|
-
}[];
|
|
2051
|
-
budget: string;
|
|
2052
|
-
price: string;
|
|
2053
|
-
};
|
|
2054
|
-
messageVersion: "v1";
|
|
2055
|
-
transaction: {
|
|
2056
|
-
kind: string;
|
|
2057
|
-
} & {
|
|
2058
|
-
[k: string]: unknown;
|
|
2059
|
-
};
|
|
2060
|
-
};
|
|
2061
|
-
txSignatures: string[];
|
|
1914
|
+
function?: string | null | undefined;
|
|
1915
|
+
error_code?: string | null | undefined;
|
|
1916
|
+
line?: number | null | undefined;
|
|
1917
|
+
module_id?: string | null | undefined;
|
|
2062
1918
|
} | null | undefined;
|
|
2063
1919
|
dependencies?: string[] | undefined;
|
|
2064
1920
|
eventsDigest?: string | null | undefined;
|
|
2065
1921
|
modifiedAtVersions?: {
|
|
2066
1922
|
objectId: string;
|
|
2067
|
-
sequenceNumber: string;
|
|
1923
|
+
sequenceNumber: string | number;
|
|
2068
1924
|
}[] | undefined;
|
|
2069
1925
|
sharedObjects?: {
|
|
2070
1926
|
version: string | number;
|
|
@@ -2101,13 +1957,13 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2101
1957
|
errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2102
1958
|
events: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodDiscriminatedUnion<"bcsEncoding", [z.ZodObject<{
|
|
2103
1959
|
id: z.ZodObject<{
|
|
2104
|
-
eventSeq: z.ZodString
|
|
1960
|
+
eventSeq: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
2105
1961
|
txDigest: z.ZodString;
|
|
2106
1962
|
}, "strip", z.ZodTypeAny, {
|
|
2107
|
-
eventSeq: string;
|
|
1963
|
+
eventSeq: string | number;
|
|
2108
1964
|
txDigest: string;
|
|
2109
1965
|
}, {
|
|
2110
|
-
eventSeq: string;
|
|
1966
|
+
eventSeq: string | number;
|
|
2111
1967
|
txDigest: string;
|
|
2112
1968
|
}>;
|
|
2113
1969
|
packageId: z.ZodString;
|
|
@@ -2121,7 +1977,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2121
1977
|
}, "strip", z.ZodTypeAny, {
|
|
2122
1978
|
type: string;
|
|
2123
1979
|
id: {
|
|
2124
|
-
eventSeq: string;
|
|
1980
|
+
eventSeq: string | number;
|
|
2125
1981
|
txDigest: string;
|
|
2126
1982
|
};
|
|
2127
1983
|
bcsEncoding: "base64";
|
|
@@ -2134,7 +1990,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2134
1990
|
}, {
|
|
2135
1991
|
type: string;
|
|
2136
1992
|
id: {
|
|
2137
|
-
eventSeq: string;
|
|
1993
|
+
eventSeq: string | number;
|
|
2138
1994
|
txDigest: string;
|
|
2139
1995
|
};
|
|
2140
1996
|
bcsEncoding: "base64";
|
|
@@ -2146,13 +2002,13 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2146
2002
|
timestampMs?: string | null | undefined;
|
|
2147
2003
|
}>, z.ZodObject<{
|
|
2148
2004
|
id: z.ZodObject<{
|
|
2149
|
-
eventSeq: z.ZodString
|
|
2005
|
+
eventSeq: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
2150
2006
|
txDigest: z.ZodString;
|
|
2151
2007
|
}, "strip", z.ZodTypeAny, {
|
|
2152
|
-
eventSeq: string;
|
|
2008
|
+
eventSeq: string | number;
|
|
2153
2009
|
txDigest: string;
|
|
2154
2010
|
}, {
|
|
2155
|
-
eventSeq: string;
|
|
2011
|
+
eventSeq: string | number;
|
|
2156
2012
|
txDigest: string;
|
|
2157
2013
|
}>;
|
|
2158
2014
|
packageId: z.ZodString;
|
|
@@ -2166,7 +2022,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2166
2022
|
}, "strip", z.ZodTypeAny, {
|
|
2167
2023
|
type: string;
|
|
2168
2024
|
id: {
|
|
2169
|
-
eventSeq: string;
|
|
2025
|
+
eventSeq: string | number;
|
|
2170
2026
|
txDigest: string;
|
|
2171
2027
|
};
|
|
2172
2028
|
bcsEncoding: "base58";
|
|
@@ -2179,7 +2035,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2179
2035
|
}, {
|
|
2180
2036
|
type: string;
|
|
2181
2037
|
id: {
|
|
2182
|
-
eventSeq: string;
|
|
2038
|
+
eventSeq: string | number;
|
|
2183
2039
|
txDigest: string;
|
|
2184
2040
|
};
|
|
2185
2041
|
bcsEncoding: "base58";
|
|
@@ -2812,32 +2668,16 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2812
2668
|
objectId: string;
|
|
2813
2669
|
}[] | undefined;
|
|
2814
2670
|
abortError?: {
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
payment: {
|
|
2820
|
-
version: string | number;
|
|
2821
|
-
digest: string;
|
|
2822
|
-
objectId: string;
|
|
2823
|
-
}[];
|
|
2824
|
-
budget: string;
|
|
2825
|
-
price: string;
|
|
2826
|
-
};
|
|
2827
|
-
messageVersion: "v1";
|
|
2828
|
-
transaction: {
|
|
2829
|
-
kind: string;
|
|
2830
|
-
} & {
|
|
2831
|
-
[k: string]: unknown;
|
|
2832
|
-
};
|
|
2833
|
-
};
|
|
2834
|
-
txSignatures: string[];
|
|
2671
|
+
function?: string | null | undefined;
|
|
2672
|
+
error_code?: string | null | undefined;
|
|
2673
|
+
line?: number | null | undefined;
|
|
2674
|
+
module_id?: string | null | undefined;
|
|
2835
2675
|
} | null | undefined;
|
|
2836
2676
|
dependencies?: string[] | undefined;
|
|
2837
2677
|
eventsDigest?: string | null | undefined;
|
|
2838
2678
|
modifiedAtVersions?: {
|
|
2839
2679
|
objectId: string;
|
|
2840
|
-
sequenceNumber: string;
|
|
2680
|
+
sequenceNumber: string | number;
|
|
2841
2681
|
}[] | undefined;
|
|
2842
2682
|
sharedObjects?: {
|
|
2843
2683
|
version: string | number;
|
|
@@ -2875,7 +2715,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2875
2715
|
events?: ({
|
|
2876
2716
|
type: string;
|
|
2877
2717
|
id: {
|
|
2878
|
-
eventSeq: string;
|
|
2718
|
+
eventSeq: string | number;
|
|
2879
2719
|
txDigest: string;
|
|
2880
2720
|
};
|
|
2881
2721
|
bcsEncoding: "base64";
|
|
@@ -2888,7 +2728,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2888
2728
|
} | {
|
|
2889
2729
|
type: string;
|
|
2890
2730
|
id: {
|
|
2891
|
-
eventSeq: string;
|
|
2731
|
+
eventSeq: string | number;
|
|
2892
2732
|
txDigest: string;
|
|
2893
2733
|
};
|
|
2894
2734
|
bcsEncoding: "base58";
|
|
@@ -3118,32 +2958,16 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3118
2958
|
objectId: string;
|
|
3119
2959
|
}[] | undefined;
|
|
3120
2960
|
abortError?: {
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
payment: {
|
|
3126
|
-
version: string | number;
|
|
3127
|
-
digest: string;
|
|
3128
|
-
objectId: string;
|
|
3129
|
-
}[];
|
|
3130
|
-
budget: string;
|
|
3131
|
-
price: string;
|
|
3132
|
-
};
|
|
3133
|
-
messageVersion: "v1";
|
|
3134
|
-
transaction: {
|
|
3135
|
-
kind: string;
|
|
3136
|
-
} & {
|
|
3137
|
-
[k: string]: unknown;
|
|
3138
|
-
};
|
|
3139
|
-
};
|
|
3140
|
-
txSignatures: string[];
|
|
2961
|
+
function?: string | null | undefined;
|
|
2962
|
+
error_code?: string | null | undefined;
|
|
2963
|
+
line?: number | null | undefined;
|
|
2964
|
+
module_id?: string | null | undefined;
|
|
3141
2965
|
} | null | undefined;
|
|
3142
2966
|
dependencies?: string[] | undefined;
|
|
3143
2967
|
eventsDigest?: string | null | undefined;
|
|
3144
2968
|
modifiedAtVersions?: {
|
|
3145
2969
|
objectId: string;
|
|
3146
|
-
sequenceNumber: string;
|
|
2970
|
+
sequenceNumber: string | number;
|
|
3147
2971
|
}[] | undefined;
|
|
3148
2972
|
sharedObjects?: {
|
|
3149
2973
|
version: string | number;
|
|
@@ -3181,7 +3005,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3181
3005
|
events?: ({
|
|
3182
3006
|
type: string;
|
|
3183
3007
|
id: {
|
|
3184
|
-
eventSeq: string;
|
|
3008
|
+
eventSeq: string | number;
|
|
3185
3009
|
txDigest: string;
|
|
3186
3010
|
};
|
|
3187
3011
|
bcsEncoding: "base64";
|
|
@@ -3194,7 +3018,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3194
3018
|
} | {
|
|
3195
3019
|
type: string;
|
|
3196
3020
|
id: {
|
|
3197
|
-
eventSeq: string;
|
|
3021
|
+
eventSeq: string | number;
|
|
3198
3022
|
txDigest: string;
|
|
3199
3023
|
};
|
|
3200
3024
|
bcsEncoding: "base58";
|
|
@@ -3355,7 +3179,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3355
3179
|
start_version: string | number;
|
|
3356
3180
|
};
|
|
3357
3181
|
}>]>, z.ZodNull]>>;
|
|
3358
|
-
version: z.ZodOptional<z.ZodString
|
|
3182
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
3359
3183
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
3360
3184
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
3361
3185
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -3426,7 +3250,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3426
3250
|
start_version: string | number;
|
|
3427
3251
|
};
|
|
3428
3252
|
}>]>, z.ZodNull]>>;
|
|
3429
|
-
version: z.ZodOptional<z.ZodString
|
|
3253
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
3430
3254
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
3431
3255
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
3432
3256
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -3497,7 +3321,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3497
3321
|
start_version: string | number;
|
|
3498
3322
|
};
|
|
3499
3323
|
}>]>, z.ZodNull]>>;
|
|
3500
|
-
version: z.ZodOptional<z.ZodString
|
|
3324
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
3501
3325
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
3502
3326
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
3503
3327
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -3571,7 +3395,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3571
3395
|
start_version: string | number;
|
|
3572
3396
|
};
|
|
3573
3397
|
}>]>, z.ZodNull]>>;
|
|
3574
|
-
version: z.ZodOptional<z.ZodString
|
|
3398
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
3575
3399
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
3576
3400
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
3577
3401
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -3645,7 +3469,7 @@ export declare const CallResultSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
3645
3469
|
start_version: string | number;
|
|
3646
3470
|
};
|
|
3647
3471
|
}>]>, z.ZodNull]>>;
|
|
3648
|
-
version: z.ZodOptional<z.ZodString
|
|
3472
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
3649
3473
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
3650
3474
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
3651
3475
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -3969,132 +3793,20 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
3969
3793
|
digest: z.ZodString;
|
|
3970
3794
|
effects: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
3971
3795
|
abortError: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
payment: z.ZodArray<z.ZodObject<{
|
|
3977
|
-
digest: z.ZodString;
|
|
3978
|
-
objectId: z.ZodString;
|
|
3979
|
-
version: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
3980
|
-
}, "strip", z.ZodTypeAny, {
|
|
3981
|
-
version: string | number;
|
|
3982
|
-
digest: string;
|
|
3983
|
-
objectId: string;
|
|
3984
|
-
}, {
|
|
3985
|
-
version: string | number;
|
|
3986
|
-
digest: string;
|
|
3987
|
-
objectId: string;
|
|
3988
|
-
}>, "many">;
|
|
3989
|
-
price: z.ZodString;
|
|
3990
|
-
}, "strip", z.ZodTypeAny, {
|
|
3991
|
-
owner: string;
|
|
3992
|
-
payment: {
|
|
3993
|
-
version: string | number;
|
|
3994
|
-
digest: string;
|
|
3995
|
-
objectId: string;
|
|
3996
|
-
}[];
|
|
3997
|
-
budget: string;
|
|
3998
|
-
price: string;
|
|
3999
|
-
}, {
|
|
4000
|
-
owner: string;
|
|
4001
|
-
payment: {
|
|
4002
|
-
version: string | number;
|
|
4003
|
-
digest: string;
|
|
4004
|
-
objectId: string;
|
|
4005
|
-
}[];
|
|
4006
|
-
budget: string;
|
|
4007
|
-
price: string;
|
|
4008
|
-
}>;
|
|
4009
|
-
messageVersion: z.ZodLiteral<"v1">;
|
|
4010
|
-
sender: z.ZodString;
|
|
4011
|
-
transaction: z.ZodObject<{
|
|
4012
|
-
kind: z.ZodString;
|
|
4013
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
4014
|
-
kind: z.ZodString;
|
|
4015
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4016
|
-
kind: z.ZodString;
|
|
4017
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
4018
|
-
}, "strip", z.ZodTypeAny, {
|
|
4019
|
-
sender: string;
|
|
4020
|
-
gasData: {
|
|
4021
|
-
owner: string;
|
|
4022
|
-
payment: {
|
|
4023
|
-
version: string | number;
|
|
4024
|
-
digest: string;
|
|
4025
|
-
objectId: string;
|
|
4026
|
-
}[];
|
|
4027
|
-
budget: string;
|
|
4028
|
-
price: string;
|
|
4029
|
-
};
|
|
4030
|
-
messageVersion: "v1";
|
|
4031
|
-
transaction: {
|
|
4032
|
-
kind: string;
|
|
4033
|
-
} & {
|
|
4034
|
-
[k: string]: unknown;
|
|
4035
|
-
};
|
|
4036
|
-
}, {
|
|
4037
|
-
sender: string;
|
|
4038
|
-
gasData: {
|
|
4039
|
-
owner: string;
|
|
4040
|
-
payment: {
|
|
4041
|
-
version: string | number;
|
|
4042
|
-
digest: string;
|
|
4043
|
-
objectId: string;
|
|
4044
|
-
}[];
|
|
4045
|
-
budget: string;
|
|
4046
|
-
price: string;
|
|
4047
|
-
};
|
|
4048
|
-
messageVersion: "v1";
|
|
4049
|
-
transaction: {
|
|
4050
|
-
kind: string;
|
|
4051
|
-
} & {
|
|
4052
|
-
[k: string]: unknown;
|
|
4053
|
-
};
|
|
4054
|
-
}>;
|
|
4055
|
-
txSignatures: z.ZodArray<z.ZodString, "many">;
|
|
3796
|
+
error_code: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
3797
|
+
function: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
3798
|
+
line: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
3799
|
+
module_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
4056
3800
|
}, "strip", z.ZodTypeAny, {
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
payment: {
|
|
4062
|
-
version: string | number;
|
|
4063
|
-
digest: string;
|
|
4064
|
-
objectId: string;
|
|
4065
|
-
}[];
|
|
4066
|
-
budget: string;
|
|
4067
|
-
price: string;
|
|
4068
|
-
};
|
|
4069
|
-
messageVersion: "v1";
|
|
4070
|
-
transaction: {
|
|
4071
|
-
kind: string;
|
|
4072
|
-
} & {
|
|
4073
|
-
[k: string]: unknown;
|
|
4074
|
-
};
|
|
4075
|
-
};
|
|
4076
|
-
txSignatures: string[];
|
|
3801
|
+
function?: string | null | undefined;
|
|
3802
|
+
error_code?: string | null | undefined;
|
|
3803
|
+
line?: number | null | undefined;
|
|
3804
|
+
module_id?: string | null | undefined;
|
|
4077
3805
|
}, {
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
payment: {
|
|
4083
|
-
version: string | number;
|
|
4084
|
-
digest: string;
|
|
4085
|
-
objectId: string;
|
|
4086
|
-
}[];
|
|
4087
|
-
budget: string;
|
|
4088
|
-
price: string;
|
|
4089
|
-
};
|
|
4090
|
-
messageVersion: "v1";
|
|
4091
|
-
transaction: {
|
|
4092
|
-
kind: string;
|
|
4093
|
-
} & {
|
|
4094
|
-
[k: string]: unknown;
|
|
4095
|
-
};
|
|
4096
|
-
};
|
|
4097
|
-
txSignatures: string[];
|
|
3806
|
+
function?: string | null | undefined;
|
|
3807
|
+
error_code?: string | null | undefined;
|
|
3808
|
+
line?: number | null | undefined;
|
|
3809
|
+
module_id?: string | null | undefined;
|
|
4098
3810
|
}>, z.ZodNull]>>;
|
|
4099
3811
|
created: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4100
3812
|
owner: z.ZodUnion<[z.ZodObject<{
|
|
@@ -4341,13 +4053,13 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
4341
4053
|
messageVersion: z.ZodLiteral<"v1">;
|
|
4342
4054
|
modifiedAtVersions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4343
4055
|
objectId: z.ZodString;
|
|
4344
|
-
sequenceNumber: z.ZodString
|
|
4056
|
+
sequenceNumber: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
4345
4057
|
}, "strip", z.ZodTypeAny, {
|
|
4346
4058
|
objectId: string;
|
|
4347
|
-
sequenceNumber: string;
|
|
4059
|
+
sequenceNumber: string | number;
|
|
4348
4060
|
}, {
|
|
4349
4061
|
objectId: string;
|
|
4350
|
-
sequenceNumber: string;
|
|
4062
|
+
sequenceNumber: string | number;
|
|
4351
4063
|
}>, "many">>;
|
|
4352
4064
|
mutated: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4353
4065
|
owner: z.ZodUnion<[z.ZodObject<{
|
|
@@ -4697,32 +4409,16 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
4697
4409
|
objectId: string;
|
|
4698
4410
|
}[] | undefined;
|
|
4699
4411
|
abortError?: {
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
payment: {
|
|
4705
|
-
version: string | number;
|
|
4706
|
-
digest: string;
|
|
4707
|
-
objectId: string;
|
|
4708
|
-
}[];
|
|
4709
|
-
budget: string;
|
|
4710
|
-
price: string;
|
|
4711
|
-
};
|
|
4712
|
-
messageVersion: "v1";
|
|
4713
|
-
transaction: {
|
|
4714
|
-
kind: string;
|
|
4715
|
-
} & {
|
|
4716
|
-
[k: string]: unknown;
|
|
4717
|
-
};
|
|
4718
|
-
};
|
|
4719
|
-
txSignatures: string[];
|
|
4412
|
+
function?: string | null | undefined;
|
|
4413
|
+
error_code?: string | null | undefined;
|
|
4414
|
+
line?: number | null | undefined;
|
|
4415
|
+
module_id?: string | null | undefined;
|
|
4720
4416
|
} | null | undefined;
|
|
4721
4417
|
dependencies?: string[] | undefined;
|
|
4722
4418
|
eventsDigest?: string | null | undefined;
|
|
4723
4419
|
modifiedAtVersions?: {
|
|
4724
4420
|
objectId: string;
|
|
4725
|
-
sequenceNumber: string;
|
|
4421
|
+
sequenceNumber: string | number;
|
|
4726
4422
|
}[] | undefined;
|
|
4727
4423
|
sharedObjects?: {
|
|
4728
4424
|
version: string | number;
|
|
@@ -4843,32 +4539,16 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
4843
4539
|
objectId: string;
|
|
4844
4540
|
}[] | undefined;
|
|
4845
4541
|
abortError?: {
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
payment: {
|
|
4851
|
-
version: string | number;
|
|
4852
|
-
digest: string;
|
|
4853
|
-
objectId: string;
|
|
4854
|
-
}[];
|
|
4855
|
-
budget: string;
|
|
4856
|
-
price: string;
|
|
4857
|
-
};
|
|
4858
|
-
messageVersion: "v1";
|
|
4859
|
-
transaction: {
|
|
4860
|
-
kind: string;
|
|
4861
|
-
} & {
|
|
4862
|
-
[k: string]: unknown;
|
|
4863
|
-
};
|
|
4864
|
-
};
|
|
4865
|
-
txSignatures: string[];
|
|
4542
|
+
function?: string | null | undefined;
|
|
4543
|
+
error_code?: string | null | undefined;
|
|
4544
|
+
line?: number | null | undefined;
|
|
4545
|
+
module_id?: string | null | undefined;
|
|
4866
4546
|
} | null | undefined;
|
|
4867
4547
|
dependencies?: string[] | undefined;
|
|
4868
4548
|
eventsDigest?: string | null | undefined;
|
|
4869
4549
|
modifiedAtVersions?: {
|
|
4870
4550
|
objectId: string;
|
|
4871
|
-
sequenceNumber: string;
|
|
4551
|
+
sequenceNumber: string | number;
|
|
4872
4552
|
}[] | undefined;
|
|
4873
4553
|
sharedObjects?: {
|
|
4874
4554
|
version: string | number;
|
|
@@ -4905,13 +4585,13 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
4905
4585
|
errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4906
4586
|
events: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodDiscriminatedUnion<"bcsEncoding", [z.ZodObject<{
|
|
4907
4587
|
id: z.ZodObject<{
|
|
4908
|
-
eventSeq: z.ZodString
|
|
4588
|
+
eventSeq: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
4909
4589
|
txDigest: z.ZodString;
|
|
4910
4590
|
}, "strip", z.ZodTypeAny, {
|
|
4911
|
-
eventSeq: string;
|
|
4591
|
+
eventSeq: string | number;
|
|
4912
4592
|
txDigest: string;
|
|
4913
4593
|
}, {
|
|
4914
|
-
eventSeq: string;
|
|
4594
|
+
eventSeq: string | number;
|
|
4915
4595
|
txDigest: string;
|
|
4916
4596
|
}>;
|
|
4917
4597
|
packageId: z.ZodString;
|
|
@@ -4925,7 +4605,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
4925
4605
|
}, "strip", z.ZodTypeAny, {
|
|
4926
4606
|
type: string;
|
|
4927
4607
|
id: {
|
|
4928
|
-
eventSeq: string;
|
|
4608
|
+
eventSeq: string | number;
|
|
4929
4609
|
txDigest: string;
|
|
4930
4610
|
};
|
|
4931
4611
|
bcsEncoding: "base64";
|
|
@@ -4938,7 +4618,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
4938
4618
|
}, {
|
|
4939
4619
|
type: string;
|
|
4940
4620
|
id: {
|
|
4941
|
-
eventSeq: string;
|
|
4621
|
+
eventSeq: string | number;
|
|
4942
4622
|
txDigest: string;
|
|
4943
4623
|
};
|
|
4944
4624
|
bcsEncoding: "base64";
|
|
@@ -4950,13 +4630,13 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
4950
4630
|
timestampMs?: string | null | undefined;
|
|
4951
4631
|
}>, z.ZodObject<{
|
|
4952
4632
|
id: z.ZodObject<{
|
|
4953
|
-
eventSeq: z.ZodString
|
|
4633
|
+
eventSeq: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
4954
4634
|
txDigest: z.ZodString;
|
|
4955
4635
|
}, "strip", z.ZodTypeAny, {
|
|
4956
|
-
eventSeq: string;
|
|
4636
|
+
eventSeq: string | number;
|
|
4957
4637
|
txDigest: string;
|
|
4958
4638
|
}, {
|
|
4959
|
-
eventSeq: string;
|
|
4639
|
+
eventSeq: string | number;
|
|
4960
4640
|
txDigest: string;
|
|
4961
4641
|
}>;
|
|
4962
4642
|
packageId: z.ZodString;
|
|
@@ -4970,7 +4650,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
4970
4650
|
}, "strip", z.ZodTypeAny, {
|
|
4971
4651
|
type: string;
|
|
4972
4652
|
id: {
|
|
4973
|
-
eventSeq: string;
|
|
4653
|
+
eventSeq: string | number;
|
|
4974
4654
|
txDigest: string;
|
|
4975
4655
|
};
|
|
4976
4656
|
bcsEncoding: "base58";
|
|
@@ -4983,7 +4663,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
4983
4663
|
}, {
|
|
4984
4664
|
type: string;
|
|
4985
4665
|
id: {
|
|
4986
|
-
eventSeq: string;
|
|
4666
|
+
eventSeq: string | number;
|
|
4987
4667
|
txDigest: string;
|
|
4988
4668
|
};
|
|
4989
4669
|
bcsEncoding: "base58";
|
|
@@ -5616,32 +5296,16 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
5616
5296
|
objectId: string;
|
|
5617
5297
|
}[] | undefined;
|
|
5618
5298
|
abortError?: {
|
|
5619
|
-
|
|
5620
|
-
|
|
5621
|
-
|
|
5622
|
-
|
|
5623
|
-
payment: {
|
|
5624
|
-
version: string | number;
|
|
5625
|
-
digest: string;
|
|
5626
|
-
objectId: string;
|
|
5627
|
-
}[];
|
|
5628
|
-
budget: string;
|
|
5629
|
-
price: string;
|
|
5630
|
-
};
|
|
5631
|
-
messageVersion: "v1";
|
|
5632
|
-
transaction: {
|
|
5633
|
-
kind: string;
|
|
5634
|
-
} & {
|
|
5635
|
-
[k: string]: unknown;
|
|
5636
|
-
};
|
|
5637
|
-
};
|
|
5638
|
-
txSignatures: string[];
|
|
5299
|
+
function?: string | null | undefined;
|
|
5300
|
+
error_code?: string | null | undefined;
|
|
5301
|
+
line?: number | null | undefined;
|
|
5302
|
+
module_id?: string | null | undefined;
|
|
5639
5303
|
} | null | undefined;
|
|
5640
5304
|
dependencies?: string[] | undefined;
|
|
5641
5305
|
eventsDigest?: string | null | undefined;
|
|
5642
5306
|
modifiedAtVersions?: {
|
|
5643
5307
|
objectId: string;
|
|
5644
|
-
sequenceNumber: string;
|
|
5308
|
+
sequenceNumber: string | number;
|
|
5645
5309
|
}[] | undefined;
|
|
5646
5310
|
sharedObjects?: {
|
|
5647
5311
|
version: string | number;
|
|
@@ -5679,7 +5343,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
5679
5343
|
events?: ({
|
|
5680
5344
|
type: string;
|
|
5681
5345
|
id: {
|
|
5682
|
-
eventSeq: string;
|
|
5346
|
+
eventSeq: string | number;
|
|
5683
5347
|
txDigest: string;
|
|
5684
5348
|
};
|
|
5685
5349
|
bcsEncoding: "base64";
|
|
@@ -5692,7 +5356,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
5692
5356
|
} | {
|
|
5693
5357
|
type: string;
|
|
5694
5358
|
id: {
|
|
5695
|
-
eventSeq: string;
|
|
5359
|
+
eventSeq: string | number;
|
|
5696
5360
|
txDigest: string;
|
|
5697
5361
|
};
|
|
5698
5362
|
bcsEncoding: "base58";
|
|
@@ -5922,32 +5586,16 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
5922
5586
|
objectId: string;
|
|
5923
5587
|
}[] | undefined;
|
|
5924
5588
|
abortError?: {
|
|
5925
|
-
|
|
5926
|
-
|
|
5927
|
-
|
|
5928
|
-
|
|
5929
|
-
payment: {
|
|
5930
|
-
version: string | number;
|
|
5931
|
-
digest: string;
|
|
5932
|
-
objectId: string;
|
|
5933
|
-
}[];
|
|
5934
|
-
budget: string;
|
|
5935
|
-
price: string;
|
|
5936
|
-
};
|
|
5937
|
-
messageVersion: "v1";
|
|
5938
|
-
transaction: {
|
|
5939
|
-
kind: string;
|
|
5940
|
-
} & {
|
|
5941
|
-
[k: string]: unknown;
|
|
5942
|
-
};
|
|
5943
|
-
};
|
|
5944
|
-
txSignatures: string[];
|
|
5589
|
+
function?: string | null | undefined;
|
|
5590
|
+
error_code?: string | null | undefined;
|
|
5591
|
+
line?: number | null | undefined;
|
|
5592
|
+
module_id?: string | null | undefined;
|
|
5945
5593
|
} | null | undefined;
|
|
5946
5594
|
dependencies?: string[] | undefined;
|
|
5947
5595
|
eventsDigest?: string | null | undefined;
|
|
5948
5596
|
modifiedAtVersions?: {
|
|
5949
5597
|
objectId: string;
|
|
5950
|
-
sequenceNumber: string;
|
|
5598
|
+
sequenceNumber: string | number;
|
|
5951
5599
|
}[] | undefined;
|
|
5952
5600
|
sharedObjects?: {
|
|
5953
5601
|
version: string | number;
|
|
@@ -5985,7 +5633,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
5985
5633
|
events?: ({
|
|
5986
5634
|
type: string;
|
|
5987
5635
|
id: {
|
|
5988
|
-
eventSeq: string;
|
|
5636
|
+
eventSeq: string | number;
|
|
5989
5637
|
txDigest: string;
|
|
5990
5638
|
};
|
|
5991
5639
|
bcsEncoding: "base64";
|
|
@@ -5998,7 +5646,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
5998
5646
|
} | {
|
|
5999
5647
|
type: string;
|
|
6000
5648
|
id: {
|
|
6001
|
-
eventSeq: string;
|
|
5649
|
+
eventSeq: string | number;
|
|
6002
5650
|
txDigest: string;
|
|
6003
5651
|
};
|
|
6004
5652
|
bcsEncoding: "base58";
|
|
@@ -6159,7 +5807,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
6159
5807
|
start_version: string | number;
|
|
6160
5808
|
};
|
|
6161
5809
|
}>]>, z.ZodNull]>>;
|
|
6162
|
-
version: z.ZodOptional<z.ZodString
|
|
5810
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6163
5811
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
6164
5812
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
6165
5813
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -6230,7 +5878,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
6230
5878
|
start_version: string | number;
|
|
6231
5879
|
};
|
|
6232
5880
|
}>]>, z.ZodNull]>>;
|
|
6233
|
-
version: z.ZodOptional<z.ZodString
|
|
5881
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6234
5882
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
6235
5883
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
6236
5884
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -6301,7 +5949,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
6301
5949
|
start_version: string | number;
|
|
6302
5950
|
};
|
|
6303
5951
|
}>]>, z.ZodNull]>>;
|
|
6304
|
-
version: z.ZodOptional<z.ZodString
|
|
5952
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6305
5953
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
6306
5954
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
6307
5955
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -6375,7 +6023,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
6375
6023
|
start_version: string | number;
|
|
6376
6024
|
};
|
|
6377
6025
|
}>]>, z.ZodNull]>>;
|
|
6378
|
-
version: z.ZodOptional<z.ZodString
|
|
6026
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6379
6027
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
6380
6028
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
6381
6029
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -6449,7 +6097,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
6449
6097
|
start_version: string | number;
|
|
6450
6098
|
};
|
|
6451
6099
|
}>]>, z.ZodNull]>>;
|
|
6452
|
-
version: z.ZodOptional<z.ZodString
|
|
6100
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6453
6101
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
6454
6102
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
6455
6103
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -6639,32 +6287,16 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
6639
6287
|
objectId: string;
|
|
6640
6288
|
}[] | undefined;
|
|
6641
6289
|
abortError?: {
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
|
|
6645
|
-
|
|
6646
|
-
payment: {
|
|
6647
|
-
version: string | number;
|
|
6648
|
-
digest: string;
|
|
6649
|
-
objectId: string;
|
|
6650
|
-
}[];
|
|
6651
|
-
budget: string;
|
|
6652
|
-
price: string;
|
|
6653
|
-
};
|
|
6654
|
-
messageVersion: "v1";
|
|
6655
|
-
transaction: {
|
|
6656
|
-
kind: string;
|
|
6657
|
-
} & {
|
|
6658
|
-
[k: string]: unknown;
|
|
6659
|
-
};
|
|
6660
|
-
};
|
|
6661
|
-
txSignatures: string[];
|
|
6290
|
+
function?: string | null | undefined;
|
|
6291
|
+
error_code?: string | null | undefined;
|
|
6292
|
+
line?: number | null | undefined;
|
|
6293
|
+
module_id?: string | null | undefined;
|
|
6662
6294
|
} | null | undefined;
|
|
6663
6295
|
dependencies?: string[] | undefined;
|
|
6664
6296
|
eventsDigest?: string | null | undefined;
|
|
6665
6297
|
modifiedAtVersions?: {
|
|
6666
6298
|
objectId: string;
|
|
6667
|
-
sequenceNumber: string;
|
|
6299
|
+
sequenceNumber: string | number;
|
|
6668
6300
|
}[] | undefined;
|
|
6669
6301
|
sharedObjects?: {
|
|
6670
6302
|
version: string | number;
|
|
@@ -6702,7 +6334,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
6702
6334
|
events?: ({
|
|
6703
6335
|
type: string;
|
|
6704
6336
|
id: {
|
|
6705
|
-
eventSeq: string;
|
|
6337
|
+
eventSeq: string | number;
|
|
6706
6338
|
txDigest: string;
|
|
6707
6339
|
};
|
|
6708
6340
|
bcsEncoding: "base64";
|
|
@@ -6715,7 +6347,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
6715
6347
|
} | {
|
|
6716
6348
|
type: string;
|
|
6717
6349
|
id: {
|
|
6718
|
-
eventSeq: string;
|
|
6350
|
+
eventSeq: string | number;
|
|
6719
6351
|
txDigest: string;
|
|
6720
6352
|
};
|
|
6721
6353
|
bcsEncoding: "base58";
|
|
@@ -6867,7 +6499,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
6867
6499
|
start_version: string | number;
|
|
6868
6500
|
};
|
|
6869
6501
|
}>]>, z.ZodNull]>>;
|
|
6870
|
-
version: z.ZodOptional<z.ZodString
|
|
6502
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6871
6503
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
6872
6504
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
6873
6505
|
query_name: z.ZodOptional<z.ZodString>;
|
|
@@ -7053,32 +6685,16 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
7053
6685
|
objectId: string;
|
|
7054
6686
|
}[] | undefined;
|
|
7055
6687
|
abortError?: {
|
|
7056
|
-
|
|
7057
|
-
|
|
7058
|
-
|
|
7059
|
-
|
|
7060
|
-
payment: {
|
|
7061
|
-
version: string | number;
|
|
7062
|
-
digest: string;
|
|
7063
|
-
objectId: string;
|
|
7064
|
-
}[];
|
|
7065
|
-
budget: string;
|
|
7066
|
-
price: string;
|
|
7067
|
-
};
|
|
7068
|
-
messageVersion: "v1";
|
|
7069
|
-
transaction: {
|
|
7070
|
-
kind: string;
|
|
7071
|
-
} & {
|
|
7072
|
-
[k: string]: unknown;
|
|
7073
|
-
};
|
|
7074
|
-
};
|
|
7075
|
-
txSignatures: string[];
|
|
6688
|
+
function?: string | null | undefined;
|
|
6689
|
+
error_code?: string | null | undefined;
|
|
6690
|
+
line?: number | null | undefined;
|
|
6691
|
+
module_id?: string | null | undefined;
|
|
7076
6692
|
} | null | undefined;
|
|
7077
6693
|
dependencies?: string[] | undefined;
|
|
7078
6694
|
eventsDigest?: string | null | undefined;
|
|
7079
6695
|
modifiedAtVersions?: {
|
|
7080
6696
|
objectId: string;
|
|
7081
|
-
sequenceNumber: string;
|
|
6697
|
+
sequenceNumber: string | number;
|
|
7082
6698
|
}[] | undefined;
|
|
7083
6699
|
sharedObjects?: {
|
|
7084
6700
|
version: string | number;
|
|
@@ -7116,7 +6732,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
7116
6732
|
events?: ({
|
|
7117
6733
|
type: string;
|
|
7118
6734
|
id: {
|
|
7119
|
-
eventSeq: string;
|
|
6735
|
+
eventSeq: string | number;
|
|
7120
6736
|
txDigest: string;
|
|
7121
6737
|
};
|
|
7122
6738
|
bcsEncoding: "base64";
|
|
@@ -7129,7 +6745,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
7129
6745
|
} | {
|
|
7130
6746
|
type: string;
|
|
7131
6747
|
id: {
|
|
7132
|
-
eventSeq: string;
|
|
6748
|
+
eventSeq: string | number;
|
|
7133
6749
|
txDigest: string;
|
|
7134
6750
|
};
|
|
7135
6751
|
bcsEncoding: "base58";
|
|
@@ -7281,7 +6897,7 @@ export declare const CallOutputSchema: z.ZodObject<{
|
|
|
7281
6897
|
start_version: string | number;
|
|
7282
6898
|
};
|
|
7283
6899
|
}>]>, z.ZodNull]>>;
|
|
7284
|
-
version: z.ZodOptional<z.ZodString
|
|
6900
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
7285
6901
|
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
7286
6902
|
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
7287
6903
|
query_name: z.ZodOptional<z.ZodString>;
|