wapi-client 0.12.0-beta.0 → 0.12.0-beta.2
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/api/ws-client.cjs +1 -1
- package/dist/api/ws-client.js +1 -1
- package/dist/client.cjs +1 -1
- package/dist/client.js +1 -1
- package/dist/db/consts.browser.cjs +8 -1
- package/dist/db/consts.browser.js +8 -1
- package/dist/db/consts.cjs +8 -1
- package/dist/db/consts.d.ts +1 -1
- package/dist/db/consts.js +8 -1
- package/dist/fns/consts.browser.cjs +5 -0
- package/dist/fns/consts.browser.js +5 -0
- package/dist/fns/consts.cjs +6 -0
- package/dist/fns/consts.d.ts +1 -0
- package/dist/fns/consts.js +5 -0
- package/dist/fns/create-deposit/create-deposit.browser.cjs +1 -0
- package/dist/fns/create-deposit/create-deposit.browser.js +2 -0
- package/dist/fns/create-deposit/create-deposit.cjs +1 -0
- package/dist/fns/create-deposit/create-deposit.js +2 -0
- package/dist/fns/create-deposit/create-deposit.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-deposit/create-deposit.schema.zod.browser.js +5 -2
- package/dist/fns/create-deposit/create-deposit.schema.zod.cjs +1 -1
- package/dist/fns/create-deposit/create-deposit.schema.zod.d.ts +6 -6
- package/dist/fns/create-deposit/create-deposit.schema.zod.js +5 -2
- package/dist/fns/create-transfer/create-transfer.browser.cjs +1 -1
- package/dist/fns/create-transfer/create-transfer.browser.js +2 -1
- package/dist/fns/create-transfer/create-transfer.cjs +1 -1
- package/dist/fns/create-transfer/create-transfer.js +2 -1
- package/dist/fns/create-transfer/create-transfer.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-transfer/create-transfer.schema.zod.browser.js +5 -2
- package/dist/fns/create-transfer/create-transfer.schema.zod.cjs +1 -1
- package/dist/fns/create-transfer/create-transfer.schema.zod.d.ts +30 -30
- package/dist/fns/create-transfer/create-transfer.schema.zod.js +5 -2
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.d.ts +48 -48
- package/dist/fns/create-transfers/create-transfers.schema.zod.d.ts +15 -15
- package/dist/fns/create-withdrawal/create-withdrawal.browser.cjs +1 -0
- package/dist/fns/create-withdrawal/create-withdrawal.browser.js +2 -0
- package/dist/fns/create-withdrawal/create-withdrawal.cjs +1 -0
- package/dist/fns/create-withdrawal/create-withdrawal.js +2 -0
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.browser.js +5 -2
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.cjs +1 -1
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.d.ts +6 -6
- package/dist/fns/create-withdrawal/create-withdrawal.schema.zod.js +5 -2
- package/dist/fns/healthcheck/healthcheck.schema.zod.d.ts +3 -0
- package/dist/fns/import-data/import-data.schema.zod.d.ts +186 -186
- package/dist/fns/index.d.ts +93 -93
- package/dist/lib/utils.browser.cjs +7 -0
- package/dist/lib/utils.browser.js +7 -0
- package/dist/lib/utils.cjs +8 -0
- package/dist/lib/utils.d.ts +1 -0
- package/dist/lib/utils.js +7 -0
- package/dist/txs/consts.browser.cjs +2 -2
- package/dist/txs/consts.browser.js +2 -2
- package/dist/txs/consts.cjs +2 -2
- package/dist/txs/consts.js +2 -2
- package/dist/txs/healthcheck/healthcheck.schema.zod.browser.cjs +2 -1
- package/dist/txs/healthcheck/healthcheck.schema.zod.browser.js +2 -1
- package/dist/txs/healthcheck/healthcheck.schema.zod.cjs +2 -1
- package/dist/txs/healthcheck/healthcheck.schema.zod.d.ts +3 -0
- package/dist/txs/healthcheck/healthcheck.schema.zod.js +2 -1
- package/dist/txs/index.d.ts +1 -1
- package/dist/txs/reset-database/reset-database.schema.zod.d.ts +2 -2
- package/dist/types/index.d.ts +396 -388
- package/dist/wapi-client-web.iife.js +1 -1
- package/dist/wapi-client.iife.js +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -1843,7 +1843,7 @@ declare module 'wapi-client/lib/ts-utils' {
|
|
|
1843
1843
|
declare module 'wapi-client/db/consts' {
|
|
1844
1844
|
import z from 'zod';
|
|
1845
1845
|
export type Metadata = {
|
|
1846
|
-
[key: string]: string | boolean | number | null | Metadata;
|
|
1846
|
+
[key: string]: string | boolean | number | null | Metadata | (string | boolean | number | null | Metadata)[];
|
|
1847
1847
|
} | null;
|
|
1848
1848
|
export const MetadataSchema: z.ZodType<Metadata>;
|
|
1849
1849
|
export const DatetimeSchema: z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>;
|
|
@@ -2981,6 +2981,7 @@ declare module 'wapi-client/lib/utils' {
|
|
|
2981
2981
|
order?: ITxOrderingInput[];
|
|
2982
2982
|
}>(input?: T): Omit<T, 'order_by'>;
|
|
2983
2983
|
export function convertToString(input?: unknown): string | undefined;
|
|
2984
|
+
export function convertToNumber(input: string | number): number;
|
|
2984
2985
|
export function isFutureDate(dateString: string): boolean;
|
|
2985
2986
|
export function isDate(str: string): boolean;
|
|
2986
2987
|
export function isDateTime(str: string): boolean;
|
|
@@ -3187,6 +3188,7 @@ declare module 'wapi-client/fns/consts' {
|
|
|
3187
3188
|
offset?: number | undefined;
|
|
3188
3189
|
limit?: number | undefined;
|
|
3189
3190
|
}>;
|
|
3191
|
+
export const allowedStringPositiveNumericSchema: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
3190
3192
|
export const allowedStringIntSchema: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
3191
3193
|
export const allowedStringNumberSchema: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
3192
3194
|
}
|
|
@@ -17971,11 +17973,11 @@ declare module 'wapi-client/fns/create-deposit/create-deposit.schema.zod' {
|
|
|
17971
17973
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
17972
17974
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
17973
17975
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
17974
|
-
amount: z.ZodNumber
|
|
17976
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
17975
17977
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
17976
17978
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
17977
17979
|
}, 'strip', z.ZodTypeAny, {
|
|
17978
|
-
amount: number;
|
|
17980
|
+
amount: string | number;
|
|
17979
17981
|
wallet: string | number;
|
|
17980
17982
|
status?: 'pending' | 'finished' | undefined;
|
|
17981
17983
|
identifier?: string | undefined;
|
|
@@ -17984,7 +17986,7 @@ declare module 'wapi-client/fns/create-deposit/create-deposit.schema.zod' {
|
|
|
17984
17986
|
created_at?: string | undefined;
|
|
17985
17987
|
transfer_group?: string | number | undefined;
|
|
17986
17988
|
}, {
|
|
17987
|
-
amount: number;
|
|
17989
|
+
amount: string | number;
|
|
17988
17990
|
wallet: string | number;
|
|
17989
17991
|
status?: 'pending' | 'finished' | undefined;
|
|
17990
17992
|
identifier?: string | undefined;
|
|
@@ -17999,7 +18001,7 @@ declare module 'wapi-client/fns/create-deposit/create-deposit.schema.zod' {
|
|
|
17999
18001
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
18000
18002
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
18001
18003
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
18002
|
-
amount: z.ZodNumber
|
|
18004
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
18003
18005
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
18004
18006
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
18005
18007
|
}, {
|
|
@@ -18020,7 +18022,7 @@ declare module 'wapi-client/fns/create-deposit/create-deposit.schema.zod' {
|
|
|
18020
18022
|
return_balance?: boolean | undefined;
|
|
18021
18023
|
}>>;
|
|
18022
18024
|
}>, 'strict', z.ZodTypeAny, {
|
|
18023
|
-
amount: number;
|
|
18025
|
+
amount: string | number;
|
|
18024
18026
|
wallet: string | number;
|
|
18025
18027
|
options?: {
|
|
18026
18028
|
tracking_id?: string | undefined;
|
|
@@ -18035,7 +18037,7 @@ declare module 'wapi-client/fns/create-deposit/create-deposit.schema.zod' {
|
|
|
18035
18037
|
created_at?: string | undefined;
|
|
18036
18038
|
transfer_group?: string | number | undefined;
|
|
18037
18039
|
}, {
|
|
18038
|
-
amount: number;
|
|
18040
|
+
amount: string | number;
|
|
18039
18041
|
wallet: string | number;
|
|
18040
18042
|
options?: {
|
|
18041
18043
|
tracking_id?: string | undefined;
|
|
@@ -19188,7 +19190,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19188
19190
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19189
19191
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19190
19192
|
latest_control_hash: z.ZodNullable<z.ZodString>;
|
|
19191
|
-
amount: z.ZodNumber
|
|
19193
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19192
19194
|
metadata: z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>;
|
|
19193
19195
|
status: z.ZodEnum<["pending", 'finished']>;
|
|
19194
19196
|
transfer_group: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -19200,7 +19202,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19200
19202
|
identifier: string;
|
|
19201
19203
|
token: string | number;
|
|
19202
19204
|
created_at: string;
|
|
19203
|
-
amount: number;
|
|
19205
|
+
amount: string | number;
|
|
19204
19206
|
latest_control_hash: string | null;
|
|
19205
19207
|
transfer_group: string | number;
|
|
19206
19208
|
from_wallet: string | number;
|
|
@@ -19212,7 +19214,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19212
19214
|
identifier: string;
|
|
19213
19215
|
token: string | number;
|
|
19214
19216
|
created_at: string;
|
|
19215
|
-
amount: number;
|
|
19217
|
+
amount: string | number;
|
|
19216
19218
|
latest_control_hash: string | null;
|
|
19217
19219
|
transfer_group: string | number;
|
|
19218
19220
|
from_wallet: string | number;
|
|
@@ -19226,13 +19228,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19226
19228
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19227
19229
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19228
19230
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19229
|
-
amount: z.ZodNumber
|
|
19231
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19230
19232
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19231
19233
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19232
19234
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19233
19235
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19234
19236
|
}, 'strip', z.ZodTypeAny, {
|
|
19235
|
-
amount: number;
|
|
19237
|
+
amount: string | number;
|
|
19236
19238
|
from_wallet: string | number;
|
|
19237
19239
|
to_wallet: string | number;
|
|
19238
19240
|
type?: 'transfer' | undefined;
|
|
@@ -19244,7 +19246,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19244
19246
|
latest_control_hash?: string | null | undefined;
|
|
19245
19247
|
transfer_group?: string | number | undefined;
|
|
19246
19248
|
}, {
|
|
19247
|
-
amount: number;
|
|
19249
|
+
amount: string | number;
|
|
19248
19250
|
from_wallet: string | number;
|
|
19249
19251
|
to_wallet: string | number;
|
|
19250
19252
|
type?: 'transfer' | undefined;
|
|
@@ -19263,13 +19265,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19263
19265
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19264
19266
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19265
19267
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19266
|
-
amount: z.ZodNumber
|
|
19268
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19267
19269
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19268
19270
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19269
19271
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19270
19272
|
}, 'strip', z.ZodTypeAny, {
|
|
19271
19273
|
type: 'withdrawal';
|
|
19272
|
-
amount: number;
|
|
19274
|
+
amount: string | number;
|
|
19273
19275
|
wallet: string | number;
|
|
19274
19276
|
status?: 'pending' | 'finished' | undefined;
|
|
19275
19277
|
identifier?: string | undefined;
|
|
@@ -19280,7 +19282,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19280
19282
|
transfer_group?: string | number | undefined;
|
|
19281
19283
|
}, {
|
|
19282
19284
|
type: 'withdrawal';
|
|
19283
|
-
amount: number;
|
|
19285
|
+
amount: string | number;
|
|
19284
19286
|
wallet: string | number;
|
|
19285
19287
|
status?: 'pending' | 'finished' | undefined;
|
|
19286
19288
|
identifier?: string | undefined;
|
|
@@ -19297,13 +19299,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19297
19299
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19298
19300
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19299
19301
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19300
|
-
amount: z.ZodNumber
|
|
19302
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19301
19303
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19302
19304
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19303
19305
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19304
19306
|
}, 'strip', z.ZodTypeAny, {
|
|
19305
19307
|
type: 'deposit';
|
|
19306
|
-
amount: number;
|
|
19308
|
+
amount: string | number;
|
|
19307
19309
|
wallet: string | number;
|
|
19308
19310
|
status?: 'pending' | 'finished' | undefined;
|
|
19309
19311
|
identifier?: string | undefined;
|
|
@@ -19314,7 +19316,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19314
19316
|
transfer_group?: string | number | undefined;
|
|
19315
19317
|
}, {
|
|
19316
19318
|
type: 'deposit';
|
|
19317
|
-
amount: number;
|
|
19319
|
+
amount: string | number;
|
|
19318
19320
|
wallet: string | number;
|
|
19319
19321
|
status?: 'pending' | 'finished' | undefined;
|
|
19320
19322
|
identifier?: string | undefined;
|
|
@@ -19331,13 +19333,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19331
19333
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19332
19334
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19333
19335
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19334
|
-
amount: z.ZodNumber
|
|
19336
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19335
19337
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19336
19338
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19337
19339
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19338
19340
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19339
19341
|
}, 'strip', z.ZodTypeAny, {
|
|
19340
|
-
amount: number;
|
|
19342
|
+
amount: string | number;
|
|
19341
19343
|
from_wallet: string | number;
|
|
19342
19344
|
to_wallet: string | number;
|
|
19343
19345
|
type?: 'transfer' | undefined;
|
|
@@ -19349,7 +19351,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19349
19351
|
latest_control_hash?: string | null | undefined;
|
|
19350
19352
|
transfer_group?: string | number | undefined;
|
|
19351
19353
|
}, {
|
|
19352
|
-
amount: number;
|
|
19354
|
+
amount: string | number;
|
|
19353
19355
|
from_wallet: string | number;
|
|
19354
19356
|
to_wallet: string | number;
|
|
19355
19357
|
type?: 'transfer' | undefined;
|
|
@@ -19367,13 +19369,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19367
19369
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19368
19370
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19369
19371
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19370
|
-
amount: z.ZodNumber
|
|
19372
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19371
19373
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19372
19374
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19373
19375
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19374
19376
|
}, 'strip', z.ZodTypeAny, {
|
|
19375
19377
|
type: 'deposit';
|
|
19376
|
-
amount: number;
|
|
19378
|
+
amount: string | number;
|
|
19377
19379
|
wallet: string | number;
|
|
19378
19380
|
status?: 'pending' | 'finished' | undefined;
|
|
19379
19381
|
identifier?: string | undefined;
|
|
@@ -19384,7 +19386,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19384
19386
|
transfer_group?: string | number | undefined;
|
|
19385
19387
|
}, {
|
|
19386
19388
|
type: 'deposit';
|
|
19387
|
-
amount: number;
|
|
19389
|
+
amount: string | number;
|
|
19388
19390
|
wallet: string | number;
|
|
19389
19391
|
status?: 'pending' | 'finished' | undefined;
|
|
19390
19392
|
identifier?: string | undefined;
|
|
@@ -19400,13 +19402,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19400
19402
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19401
19403
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19402
19404
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19403
|
-
amount: z.ZodNumber
|
|
19405
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19404
19406
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19405
19407
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19406
19408
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19407
19409
|
}, 'strip', z.ZodTypeAny, {
|
|
19408
19410
|
type: 'withdrawal';
|
|
19409
|
-
amount: number;
|
|
19411
|
+
amount: string | number;
|
|
19410
19412
|
wallet: string | number;
|
|
19411
19413
|
status?: 'pending' | 'finished' | undefined;
|
|
19412
19414
|
identifier?: string | undefined;
|
|
@@ -19417,7 +19419,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19417
19419
|
transfer_group?: string | number | undefined;
|
|
19418
19420
|
}, {
|
|
19419
19421
|
type: 'withdrawal';
|
|
19420
|
-
amount: number;
|
|
19422
|
+
amount: string | number;
|
|
19421
19423
|
wallet: string | number;
|
|
19422
19424
|
status?: 'pending' | 'finished' | undefined;
|
|
19423
19425
|
identifier?: string | undefined;
|
|
@@ -19434,13 +19436,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19434
19436
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19435
19437
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19436
19438
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19437
|
-
amount: z.ZodNumber
|
|
19439
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19438
19440
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19439
19441
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19440
19442
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19441
19443
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19442
19444
|
}, 'strip', z.ZodTypeAny, {
|
|
19443
|
-
amount: number;
|
|
19445
|
+
amount: string | number;
|
|
19444
19446
|
from_wallet: string | number;
|
|
19445
19447
|
to_wallet: string | number;
|
|
19446
19448
|
type?: 'transfer' | undefined;
|
|
@@ -19452,7 +19454,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19452
19454
|
latest_control_hash?: string | null | undefined;
|
|
19453
19455
|
transfer_group?: string | number | undefined;
|
|
19454
19456
|
}, {
|
|
19455
|
-
amount: number;
|
|
19457
|
+
amount: string | number;
|
|
19456
19458
|
from_wallet: string | number;
|
|
19457
19459
|
to_wallet: string | number;
|
|
19458
19460
|
type?: 'transfer' | undefined;
|
|
@@ -19470,13 +19472,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19470
19472
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19471
19473
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19472
19474
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19473
|
-
amount: z.ZodNumber
|
|
19475
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19474
19476
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19475
19477
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19476
19478
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19477
19479
|
}, 'strip', z.ZodTypeAny, {
|
|
19478
19480
|
type: 'deposit';
|
|
19479
|
-
amount: number;
|
|
19481
|
+
amount: string | number;
|
|
19480
19482
|
wallet: string | number;
|
|
19481
19483
|
status?: 'pending' | 'finished' | undefined;
|
|
19482
19484
|
identifier?: string | undefined;
|
|
@@ -19487,7 +19489,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19487
19489
|
transfer_group?: string | number | undefined;
|
|
19488
19490
|
}, {
|
|
19489
19491
|
type: 'deposit';
|
|
19490
|
-
amount: number;
|
|
19492
|
+
amount: string | number;
|
|
19491
19493
|
wallet: string | number;
|
|
19492
19494
|
status?: 'pending' | 'finished' | undefined;
|
|
19493
19495
|
identifier?: string | undefined;
|
|
@@ -19503,13 +19505,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19503
19505
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19504
19506
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19505
19507
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19506
|
-
amount: z.ZodNumber
|
|
19508
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19507
19509
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19508
19510
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19509
19511
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19510
19512
|
}, 'strip', z.ZodTypeAny, {
|
|
19511
19513
|
type: 'withdrawal';
|
|
19512
|
-
amount: number;
|
|
19514
|
+
amount: string | number;
|
|
19513
19515
|
wallet: string | number;
|
|
19514
19516
|
status?: 'pending' | 'finished' | undefined;
|
|
19515
19517
|
identifier?: string | undefined;
|
|
@@ -19520,7 +19522,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19520
19522
|
transfer_group?: string | number | undefined;
|
|
19521
19523
|
}, {
|
|
19522
19524
|
type: 'withdrawal';
|
|
19523
|
-
amount: number;
|
|
19525
|
+
amount: string | number;
|
|
19524
19526
|
wallet: string | number;
|
|
19525
19527
|
status?: 'pending' | 'finished' | undefined;
|
|
19526
19528
|
identifier?: string | undefined;
|
|
@@ -19867,13 +19869,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19867
19869
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19868
19870
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19869
19871
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19870
|
-
amount: z.ZodNumber
|
|
19872
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19871
19873
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19872
19874
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19873
19875
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19874
19876
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19875
19877
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
19876
|
-
amount: number;
|
|
19878
|
+
amount: string | number;
|
|
19877
19879
|
from_wallet: string | number;
|
|
19878
19880
|
to_wallet: string | number;
|
|
19879
19881
|
type?: 'transfer' | undefined;
|
|
@@ -19884,7 +19886,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19884
19886
|
created_at?: string | undefined;
|
|
19885
19887
|
latest_control_hash?: string | null | undefined;
|
|
19886
19888
|
}, {
|
|
19887
|
-
amount: number;
|
|
19889
|
+
amount: string | number;
|
|
19888
19890
|
from_wallet: string | number;
|
|
19889
19891
|
to_wallet: string | number;
|
|
19890
19892
|
type?: 'transfer' | undefined;
|
|
@@ -19902,13 +19904,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19902
19904
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19903
19905
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19904
19906
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19905
|
-
amount: z.ZodNumber
|
|
19907
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19906
19908
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19907
19909
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19908
19910
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19909
19911
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
19910
19912
|
type: 'deposit';
|
|
19911
|
-
amount: number;
|
|
19913
|
+
amount: string | number;
|
|
19912
19914
|
wallet: string | number;
|
|
19913
19915
|
status?: 'pending' | 'finished' | undefined;
|
|
19914
19916
|
identifier?: string | undefined;
|
|
@@ -19918,7 +19920,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19918
19920
|
latest_control_hash?: string | null | undefined;
|
|
19919
19921
|
}, {
|
|
19920
19922
|
type: 'deposit';
|
|
19921
|
-
amount: number;
|
|
19923
|
+
amount: string | number;
|
|
19922
19924
|
wallet: string | number;
|
|
19923
19925
|
status?: 'pending' | 'finished' | undefined;
|
|
19924
19926
|
identifier?: string | undefined;
|
|
@@ -19934,13 +19936,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19934
19936
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19935
19937
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19936
19938
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19937
|
-
amount: z.ZodNumber
|
|
19939
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19938
19940
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19939
19941
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19940
19942
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19941
19943
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
19942
19944
|
type: 'withdrawal';
|
|
19943
|
-
amount: number;
|
|
19945
|
+
amount: string | number;
|
|
19944
19946
|
wallet: string | number;
|
|
19945
19947
|
status?: 'pending' | 'finished' | undefined;
|
|
19946
19948
|
identifier?: string | undefined;
|
|
@@ -19950,7 +19952,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19950
19952
|
latest_control_hash?: string | null | undefined;
|
|
19951
19953
|
}, {
|
|
19952
19954
|
type: 'withdrawal';
|
|
19953
|
-
amount: number;
|
|
19955
|
+
amount: string | number;
|
|
19954
19956
|
wallet: string | number;
|
|
19955
19957
|
status?: 'pending' | 'finished' | undefined;
|
|
19956
19958
|
identifier?: string | undefined;
|
|
@@ -19966,13 +19968,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19966
19968
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19967
19969
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19968
19970
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19969
|
-
amount: z.ZodNumber
|
|
19971
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19970
19972
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19971
19973
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19972
19974
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19973
19975
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
19974
19976
|
type: 'deposit';
|
|
19975
|
-
amount: number;
|
|
19977
|
+
amount: string | number;
|
|
19976
19978
|
wallet: string | number;
|
|
19977
19979
|
status?: 'pending' | 'finished' | undefined;
|
|
19978
19980
|
identifier?: string | undefined;
|
|
@@ -19982,7 +19984,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19982
19984
|
latest_control_hash?: string | null | undefined;
|
|
19983
19985
|
}, {
|
|
19984
19986
|
type: 'deposit';
|
|
19985
|
-
amount: number;
|
|
19987
|
+
amount: string | number;
|
|
19986
19988
|
wallet: string | number;
|
|
19987
19989
|
status?: 'pending' | 'finished' | undefined;
|
|
19988
19990
|
identifier?: string | undefined;
|
|
@@ -19997,13 +19999,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19997
19999
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19998
20000
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19999
20001
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20000
|
-
amount: z.ZodNumber
|
|
20002
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20001
20003
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20002
20004
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20003
20005
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20004
20006
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20005
20007
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20006
|
-
amount: number;
|
|
20008
|
+
amount: string | number;
|
|
20007
20009
|
from_wallet: string | number;
|
|
20008
20010
|
to_wallet: string | number;
|
|
20009
20011
|
type?: 'transfer' | undefined;
|
|
@@ -20014,7 +20016,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20014
20016
|
created_at?: string | undefined;
|
|
20015
20017
|
latest_control_hash?: string | null | undefined;
|
|
20016
20018
|
}, {
|
|
20017
|
-
amount: number;
|
|
20019
|
+
amount: string | number;
|
|
20018
20020
|
from_wallet: string | number;
|
|
20019
20021
|
to_wallet: string | number;
|
|
20020
20022
|
type?: 'transfer' | undefined;
|
|
@@ -20031,13 +20033,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20031
20033
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20032
20034
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20033
20035
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20034
|
-
amount: z.ZodNumber
|
|
20036
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20035
20037
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20036
20038
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20037
20039
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20038
20040
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20039
20041
|
type: 'withdrawal';
|
|
20040
|
-
amount: number;
|
|
20042
|
+
amount: string | number;
|
|
20041
20043
|
wallet: string | number;
|
|
20042
20044
|
status?: 'pending' | 'finished' | undefined;
|
|
20043
20045
|
identifier?: string | undefined;
|
|
@@ -20047,7 +20049,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20047
20049
|
latest_control_hash?: string | null | undefined;
|
|
20048
20050
|
}, {
|
|
20049
20051
|
type: 'withdrawal';
|
|
20050
|
-
amount: number;
|
|
20052
|
+
amount: string | number;
|
|
20051
20053
|
wallet: string | number;
|
|
20052
20054
|
status?: 'pending' | 'finished' | undefined;
|
|
20053
20055
|
identifier?: string | undefined;
|
|
@@ -20068,13 +20070,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20068
20070
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20069
20071
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20070
20072
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20071
|
-
amount: z.ZodNumber
|
|
20073
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20072
20074
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20073
20075
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20074
20076
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20075
20077
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20076
20078
|
type: 'deposit';
|
|
20077
|
-
amount: number;
|
|
20079
|
+
amount: string | number;
|
|
20078
20080
|
wallet: string | number;
|
|
20079
20081
|
status?: 'pending' | 'finished' | undefined;
|
|
20080
20082
|
identifier?: string | undefined;
|
|
@@ -20084,7 +20086,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20084
20086
|
latest_control_hash?: string | null | undefined;
|
|
20085
20087
|
}, {
|
|
20086
20088
|
type: 'deposit';
|
|
20087
|
-
amount: number;
|
|
20089
|
+
amount: string | number;
|
|
20088
20090
|
wallet: string | number;
|
|
20089
20091
|
status?: 'pending' | 'finished' | undefined;
|
|
20090
20092
|
identifier?: string | undefined;
|
|
@@ -20099,13 +20101,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20099
20101
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20100
20102
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20101
20103
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20102
|
-
amount: z.ZodNumber
|
|
20104
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20103
20105
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20104
20106
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20105
20107
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20106
20108
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20107
20109
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20108
|
-
amount: number;
|
|
20110
|
+
amount: string | number;
|
|
20109
20111
|
from_wallet: string | number;
|
|
20110
20112
|
to_wallet: string | number;
|
|
20111
20113
|
type?: 'transfer' | undefined;
|
|
@@ -20116,7 +20118,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20116
20118
|
created_at?: string | undefined;
|
|
20117
20119
|
latest_control_hash?: string | null | undefined;
|
|
20118
20120
|
}, {
|
|
20119
|
-
amount: number;
|
|
20121
|
+
amount: string | number;
|
|
20120
20122
|
from_wallet: string | number;
|
|
20121
20123
|
to_wallet: string | number;
|
|
20122
20124
|
type?: 'transfer' | undefined;
|
|
@@ -20133,13 +20135,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20133
20135
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20134
20136
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20135
20137
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20136
|
-
amount: z.ZodNumber
|
|
20138
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20137
20139
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20138
20140
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20139
20141
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20140
20142
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20141
20143
|
type: 'withdrawal';
|
|
20142
|
-
amount: number;
|
|
20144
|
+
amount: string | number;
|
|
20143
20145
|
wallet: string | number;
|
|
20144
20146
|
status?: 'pending' | 'finished' | undefined;
|
|
20145
20147
|
identifier?: string | undefined;
|
|
@@ -20149,7 +20151,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20149
20151
|
latest_control_hash?: string | null | undefined;
|
|
20150
20152
|
}, {
|
|
20151
20153
|
type: 'withdrawal';
|
|
20152
|
-
amount: number;
|
|
20154
|
+
amount: string | number;
|
|
20153
20155
|
wallet: string | number;
|
|
20154
20156
|
status?: 'pending' | 'finished' | undefined;
|
|
20155
20157
|
identifier?: string | undefined;
|
|
@@ -20164,7 +20166,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20164
20166
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
20165
20167
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
20166
20168
|
children?: ({
|
|
20167
|
-
amount: number;
|
|
20169
|
+
amount: string | number;
|
|
20168
20170
|
from_wallet: string | number;
|
|
20169
20171
|
to_wallet: string | number;
|
|
20170
20172
|
type?: 'transfer' | undefined;
|
|
@@ -20176,7 +20178,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20176
20178
|
latest_control_hash?: string | null | undefined;
|
|
20177
20179
|
} | {
|
|
20178
20180
|
type: 'deposit';
|
|
20179
|
-
amount: number;
|
|
20181
|
+
amount: string | number;
|
|
20180
20182
|
wallet: string | number;
|
|
20181
20183
|
status?: 'pending' | 'finished' | undefined;
|
|
20182
20184
|
identifier?: string | undefined;
|
|
@@ -20186,7 +20188,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20186
20188
|
latest_control_hash?: string | null | undefined;
|
|
20187
20189
|
} | {
|
|
20188
20190
|
type: 'withdrawal';
|
|
20189
|
-
amount: number;
|
|
20191
|
+
amount: string | number;
|
|
20190
20192
|
wallet: string | number;
|
|
20191
20193
|
status?: 'pending' | 'finished' | undefined;
|
|
20192
20194
|
identifier?: string | undefined;
|
|
@@ -20201,7 +20203,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20201
20203
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
20202
20204
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
20203
20205
|
children?: ({
|
|
20204
|
-
amount: number;
|
|
20206
|
+
amount: string | number;
|
|
20205
20207
|
from_wallet: string | number;
|
|
20206
20208
|
to_wallet: string | number;
|
|
20207
20209
|
type?: 'transfer' | undefined;
|
|
@@ -20213,7 +20215,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20213
20215
|
latest_control_hash?: string | null | undefined;
|
|
20214
20216
|
} | {
|
|
20215
20217
|
type: 'deposit';
|
|
20216
|
-
amount: number;
|
|
20218
|
+
amount: string | number;
|
|
20217
20219
|
wallet: string | number;
|
|
20218
20220
|
status?: 'pending' | 'finished' | undefined;
|
|
20219
20221
|
identifier?: string | undefined;
|
|
@@ -20223,7 +20225,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20223
20225
|
latest_control_hash?: string | null | undefined;
|
|
20224
20226
|
} | {
|
|
20225
20227
|
type: 'withdrawal';
|
|
20226
|
-
amount: number;
|
|
20228
|
+
amount: string | number;
|
|
20227
20229
|
wallet: string | number;
|
|
20228
20230
|
status?: 'pending' | 'finished' | undefined;
|
|
20229
20231
|
identifier?: string | undefined;
|
|
@@ -20245,13 +20247,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20245
20247
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20246
20248
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20247
20249
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20248
|
-
amount: z.ZodNumber
|
|
20250
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20249
20251
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20250
20252
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20251
20253
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20252
20254
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20253
20255
|
type: 'deposit';
|
|
20254
|
-
amount: number;
|
|
20256
|
+
amount: string | number;
|
|
20255
20257
|
wallet: string | number;
|
|
20256
20258
|
status?: 'pending' | 'finished' | undefined;
|
|
20257
20259
|
identifier?: string | undefined;
|
|
@@ -20261,7 +20263,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20261
20263
|
latest_control_hash?: string | null | undefined;
|
|
20262
20264
|
}, {
|
|
20263
20265
|
type: 'deposit';
|
|
20264
|
-
amount: number;
|
|
20266
|
+
amount: string | number;
|
|
20265
20267
|
wallet: string | number;
|
|
20266
20268
|
status?: 'pending' | 'finished' | undefined;
|
|
20267
20269
|
identifier?: string | undefined;
|
|
@@ -20276,13 +20278,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20276
20278
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20277
20279
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20278
20280
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20279
|
-
amount: z.ZodNumber
|
|
20281
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20280
20282
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20281
20283
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20282
20284
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20283
20285
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20284
20286
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20285
|
-
amount: number;
|
|
20287
|
+
amount: string | number;
|
|
20286
20288
|
from_wallet: string | number;
|
|
20287
20289
|
to_wallet: string | number;
|
|
20288
20290
|
type?: 'transfer' | undefined;
|
|
@@ -20293,7 +20295,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20293
20295
|
created_at?: string | undefined;
|
|
20294
20296
|
latest_control_hash?: string | null | undefined;
|
|
20295
20297
|
}, {
|
|
20296
|
-
amount: number;
|
|
20298
|
+
amount: string | number;
|
|
20297
20299
|
from_wallet: string | number;
|
|
20298
20300
|
to_wallet: string | number;
|
|
20299
20301
|
type?: 'transfer' | undefined;
|
|
@@ -20310,13 +20312,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20310
20312
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20311
20313
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20312
20314
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20313
|
-
amount: z.ZodNumber
|
|
20315
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20314
20316
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20315
20317
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20316
20318
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20317
20319
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20318
20320
|
type: 'withdrawal';
|
|
20319
|
-
amount: number;
|
|
20321
|
+
amount: string | number;
|
|
20320
20322
|
wallet: string | number;
|
|
20321
20323
|
status?: 'pending' | 'finished' | undefined;
|
|
20322
20324
|
identifier?: string | undefined;
|
|
@@ -20326,7 +20328,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20326
20328
|
latest_control_hash?: string | null | undefined;
|
|
20327
20329
|
}, {
|
|
20328
20330
|
type: 'withdrawal';
|
|
20329
|
-
amount: number;
|
|
20331
|
+
amount: string | number;
|
|
20330
20332
|
wallet: string | number;
|
|
20331
20333
|
status?: 'pending' | 'finished' | undefined;
|
|
20332
20334
|
identifier?: string | undefined;
|
|
@@ -20364,7 +20366,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20364
20366
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
20365
20367
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
20366
20368
|
children?: ({
|
|
20367
|
-
amount: number;
|
|
20369
|
+
amount: string | number;
|
|
20368
20370
|
from_wallet: string | number;
|
|
20369
20371
|
to_wallet: string | number;
|
|
20370
20372
|
type?: 'transfer' | undefined;
|
|
@@ -20376,7 +20378,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20376
20378
|
latest_control_hash?: string | null | undefined;
|
|
20377
20379
|
} | {
|
|
20378
20380
|
type: 'deposit';
|
|
20379
|
-
amount: number;
|
|
20381
|
+
amount: string | number;
|
|
20380
20382
|
wallet: string | number;
|
|
20381
20383
|
status?: 'pending' | 'finished' | undefined;
|
|
20382
20384
|
identifier?: string | undefined;
|
|
@@ -20386,7 +20388,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20386
20388
|
latest_control_hash?: string | null | undefined;
|
|
20387
20389
|
} | {
|
|
20388
20390
|
type: 'withdrawal';
|
|
20389
|
-
amount: number;
|
|
20391
|
+
amount: string | number;
|
|
20390
20392
|
wallet: string | number;
|
|
20391
20393
|
status?: 'pending' | 'finished' | undefined;
|
|
20392
20394
|
identifier?: string | undefined;
|
|
@@ -20407,7 +20409,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20407
20409
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
20408
20410
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
20409
20411
|
children?: ({
|
|
20410
|
-
amount: number;
|
|
20412
|
+
amount: string | number;
|
|
20411
20413
|
from_wallet: string | number;
|
|
20412
20414
|
to_wallet: string | number;
|
|
20413
20415
|
type?: 'transfer' | undefined;
|
|
@@ -20419,7 +20421,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20419
20421
|
latest_control_hash?: string | null | undefined;
|
|
20420
20422
|
} | {
|
|
20421
20423
|
type: 'deposit';
|
|
20422
|
-
amount: number;
|
|
20424
|
+
amount: string | number;
|
|
20423
20425
|
wallet: string | number;
|
|
20424
20426
|
status?: 'pending' | 'finished' | undefined;
|
|
20425
20427
|
identifier?: string | undefined;
|
|
@@ -20429,7 +20431,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20429
20431
|
latest_control_hash?: string | null | undefined;
|
|
20430
20432
|
} | {
|
|
20431
20433
|
type: 'withdrawal';
|
|
20432
|
-
amount: number;
|
|
20434
|
+
amount: string | number;
|
|
20433
20435
|
wallet: string | number;
|
|
20434
20436
|
status?: 'pending' | 'finished' | undefined;
|
|
20435
20437
|
identifier?: string | undefined;
|
|
@@ -22405,13 +22407,13 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22405
22407
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
22406
22408
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22407
22409
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
22408
|
-
amount: z.ZodNumber
|
|
22410
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
22409
22411
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22410
22412
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22411
22413
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22412
22414
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22413
22415
|
}, 'strip', z.ZodTypeAny, {
|
|
22414
|
-
amount: number;
|
|
22416
|
+
amount: string | number;
|
|
22415
22417
|
from_wallet: string | number;
|
|
22416
22418
|
to_wallet: string | number;
|
|
22417
22419
|
type?: 'transfer' | undefined;
|
|
@@ -22423,7 +22425,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22423
22425
|
latest_control_hash?: string | null | undefined;
|
|
22424
22426
|
transfer_group?: string | number | undefined;
|
|
22425
22427
|
}, {
|
|
22426
|
-
amount: number;
|
|
22428
|
+
amount: string | number;
|
|
22427
22429
|
from_wallet: string | number;
|
|
22428
22430
|
to_wallet: string | number;
|
|
22429
22431
|
type?: 'transfer' | undefined;
|
|
@@ -22441,13 +22443,13 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22441
22443
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
22442
22444
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22443
22445
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
22444
|
-
amount: z.ZodNumber
|
|
22446
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
22445
22447
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22446
22448
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22447
22449
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22448
22450
|
}, 'strip', z.ZodTypeAny, {
|
|
22449
22451
|
type: 'deposit';
|
|
22450
|
-
amount: number;
|
|
22452
|
+
amount: string | number;
|
|
22451
22453
|
wallet: string | number;
|
|
22452
22454
|
status?: 'pending' | 'finished' | undefined;
|
|
22453
22455
|
identifier?: string | undefined;
|
|
@@ -22458,7 +22460,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22458
22460
|
transfer_group?: string | number | undefined;
|
|
22459
22461
|
}, {
|
|
22460
22462
|
type: 'deposit';
|
|
22461
|
-
amount: number;
|
|
22463
|
+
amount: string | number;
|
|
22462
22464
|
wallet: string | number;
|
|
22463
22465
|
status?: 'pending' | 'finished' | undefined;
|
|
22464
22466
|
identifier?: string | undefined;
|
|
@@ -22474,13 +22476,13 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22474
22476
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
22475
22477
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22476
22478
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
22477
|
-
amount: z.ZodNumber
|
|
22479
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
22478
22480
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22479
22481
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22480
22482
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22481
22483
|
}, 'strip', z.ZodTypeAny, {
|
|
22482
22484
|
type: 'withdrawal';
|
|
22483
|
-
amount: number;
|
|
22485
|
+
amount: string | number;
|
|
22484
22486
|
wallet: string | number;
|
|
22485
22487
|
status?: 'pending' | 'finished' | undefined;
|
|
22486
22488
|
identifier?: string | undefined;
|
|
@@ -22491,7 +22493,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22491
22493
|
transfer_group?: string | number | undefined;
|
|
22492
22494
|
}, {
|
|
22493
22495
|
type: 'withdrawal';
|
|
22494
|
-
amount: number;
|
|
22496
|
+
amount: string | number;
|
|
22495
22497
|
wallet: string | number;
|
|
22496
22498
|
status?: 'pending' | 'finished' | undefined;
|
|
22497
22499
|
identifier?: string | undefined;
|
|
@@ -22522,7 +22524,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22522
22524
|
}>>>;
|
|
22523
22525
|
}, 'strip', z.ZodTypeAny, {
|
|
22524
22526
|
transfers: ({
|
|
22525
|
-
amount: number;
|
|
22527
|
+
amount: string | number;
|
|
22526
22528
|
from_wallet: string | number;
|
|
22527
22529
|
to_wallet: string | number;
|
|
22528
22530
|
type?: 'transfer' | undefined;
|
|
@@ -22535,7 +22537,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22535
22537
|
transfer_group?: string | number | undefined;
|
|
22536
22538
|
} | {
|
|
22537
22539
|
type: 'withdrawal';
|
|
22538
|
-
amount: number;
|
|
22540
|
+
amount: string | number;
|
|
22539
22541
|
wallet: string | number;
|
|
22540
22542
|
status?: 'pending' | 'finished' | undefined;
|
|
22541
22543
|
identifier?: string | undefined;
|
|
@@ -22546,7 +22548,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22546
22548
|
transfer_group?: string | number | undefined;
|
|
22547
22549
|
} | {
|
|
22548
22550
|
type: 'deposit';
|
|
22549
|
-
amount: number;
|
|
22551
|
+
amount: string | number;
|
|
22550
22552
|
wallet: string | number;
|
|
22551
22553
|
status?: 'pending' | 'finished' | undefined;
|
|
22552
22554
|
identifier?: string | undefined;
|
|
@@ -22565,7 +22567,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22565
22567
|
} | undefined;
|
|
22566
22568
|
}, {
|
|
22567
22569
|
transfers: ({
|
|
22568
|
-
amount: number;
|
|
22570
|
+
amount: string | number;
|
|
22569
22571
|
from_wallet: string | number;
|
|
22570
22572
|
to_wallet: string | number;
|
|
22571
22573
|
type?: 'transfer' | undefined;
|
|
@@ -22578,7 +22580,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22578
22580
|
transfer_group?: string | number | undefined;
|
|
22579
22581
|
} | {
|
|
22580
22582
|
type: 'withdrawal';
|
|
22581
|
-
amount: number;
|
|
22583
|
+
amount: string | number;
|
|
22582
22584
|
wallet: string | number;
|
|
22583
22585
|
status?: 'pending' | 'finished' | undefined;
|
|
22584
22586
|
identifier?: string | undefined;
|
|
@@ -22589,7 +22591,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22589
22591
|
transfer_group?: string | number | undefined;
|
|
22590
22592
|
} | {
|
|
22591
22593
|
type: 'deposit';
|
|
22592
|
-
amount: number;
|
|
22594
|
+
amount: string | number;
|
|
22593
22595
|
wallet: string | number;
|
|
22594
22596
|
status?: 'pending' | 'finished' | undefined;
|
|
22595
22597
|
identifier?: string | undefined;
|
|
@@ -23751,12 +23753,12 @@ declare module 'wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod'
|
|
|
23751
23753
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
23752
23754
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
23753
23755
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
23754
|
-
amount: z.ZodNumber
|
|
23756
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
23755
23757
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23756
23758
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
23757
23759
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
23758
23760
|
}, 'strip', z.ZodTypeAny, {
|
|
23759
|
-
amount: number;
|
|
23761
|
+
amount: string | number;
|
|
23760
23762
|
wallet: string | number;
|
|
23761
23763
|
status?: 'pending' | 'finished' | undefined;
|
|
23762
23764
|
identifier?: string | undefined;
|
|
@@ -23766,7 +23768,7 @@ declare module 'wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod'
|
|
|
23766
23768
|
latest_control_hash?: string | null | undefined;
|
|
23767
23769
|
transfer_group?: string | number | undefined;
|
|
23768
23770
|
}, {
|
|
23769
|
-
amount: number;
|
|
23771
|
+
amount: string | number;
|
|
23770
23772
|
wallet: string | number;
|
|
23771
23773
|
status?: 'pending' | 'finished' | undefined;
|
|
23772
23774
|
identifier?: string | undefined;
|
|
@@ -23782,7 +23784,7 @@ declare module 'wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod'
|
|
|
23782
23784
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
23783
23785
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
23784
23786
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
23785
|
-
amount: z.ZodNumber
|
|
23787
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
23786
23788
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23787
23789
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
23788
23790
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -23801,7 +23803,7 @@ declare module 'wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod'
|
|
|
23801
23803
|
return_balance?: boolean | undefined;
|
|
23802
23804
|
}>>;
|
|
23803
23805
|
}>, 'strict', z.ZodTypeAny, {
|
|
23804
|
-
amount: number;
|
|
23806
|
+
amount: string | number;
|
|
23805
23807
|
wallet: string | number;
|
|
23806
23808
|
options?: {
|
|
23807
23809
|
tracking_id?: string | undefined;
|
|
@@ -23816,7 +23818,7 @@ declare module 'wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod'
|
|
|
23816
23818
|
latest_control_hash?: string | null | undefined;
|
|
23817
23819
|
transfer_group?: string | number | undefined;
|
|
23818
23820
|
}, {
|
|
23819
|
-
amount: number;
|
|
23821
|
+
amount: string | number;
|
|
23820
23822
|
wallet: string | number;
|
|
23821
23823
|
options?: {
|
|
23822
23824
|
tracking_id?: string | undefined;
|
|
@@ -37019,18 +37021,21 @@ declare module 'wapi-client/txs/healthcheck/healthcheck.schema.zod' {
|
|
|
37019
37021
|
database_size: z.ZodOptional<z.ZodString>;
|
|
37020
37022
|
indexes_size: z.ZodOptional<z.ZodString>;
|
|
37021
37023
|
connection_count: z.ZodOptional<z.ZodNumber>;
|
|
37024
|
+
version: z.ZodOptional<z.ZodString>;
|
|
37022
37025
|
}, 'strip', z.ZodTypeAny, {
|
|
37023
37026
|
status: 'green' | 'yellow' | 'red';
|
|
37024
37027
|
message?: string | undefined;
|
|
37025
37028
|
database_size?: string | undefined;
|
|
37026
37029
|
indexes_size?: string | undefined;
|
|
37027
37030
|
connection_count?: number | undefined;
|
|
37031
|
+
version?: string | undefined;
|
|
37028
37032
|
}, {
|
|
37029
37033
|
status: 'green' | 'yellow' | 'red';
|
|
37030
37034
|
message?: string | undefined;
|
|
37031
37035
|
database_size?: string | undefined;
|
|
37032
37036
|
indexes_size?: string | undefined;
|
|
37033
37037
|
connection_count?: number | undefined;
|
|
37038
|
+
version?: string | undefined;
|
|
37034
37039
|
}>;
|
|
37035
37040
|
}
|
|
37036
37041
|
declare module 'wapi-client/fns/healthcheck/healthcheck.schema.zod' {
|
|
@@ -37073,18 +37078,21 @@ declare module 'wapi-client/fns/healthcheck/healthcheck.schema.zod' {
|
|
|
37073
37078
|
database_size: z.ZodOptional<z.ZodString>;
|
|
37074
37079
|
indexes_size: z.ZodOptional<z.ZodString>;
|
|
37075
37080
|
connection_count: z.ZodOptional<z.ZodNumber>;
|
|
37081
|
+
version: z.ZodOptional<z.ZodString>;
|
|
37076
37082
|
}, 'strip', z.ZodTypeAny, {
|
|
37077
37083
|
status: 'green' | 'yellow' | 'red';
|
|
37078
37084
|
message?: string | undefined;
|
|
37079
37085
|
database_size?: string | undefined;
|
|
37080
37086
|
indexes_size?: string | undefined;
|
|
37081
37087
|
connection_count?: number | undefined;
|
|
37088
|
+
version?: string | undefined;
|
|
37082
37089
|
}, {
|
|
37083
37090
|
status: 'green' | 'yellow' | 'red';
|
|
37084
37091
|
message?: string | undefined;
|
|
37085
37092
|
database_size?: string | undefined;
|
|
37086
37093
|
indexes_size?: string | undefined;
|
|
37087
37094
|
connection_count?: number | undefined;
|
|
37095
|
+
version?: string | undefined;
|
|
37088
37096
|
}>;
|
|
37089
37097
|
export const config: {};
|
|
37090
37098
|
}
|
|
@@ -46444,13 +46452,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46444
46452
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46445
46453
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46446
46454
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46447
|
-
amount: z.ZodNumber
|
|
46455
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46448
46456
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46449
46457
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46450
46458
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46451
46459
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
46452
46460
|
type: 'deposit';
|
|
46453
|
-
amount: number;
|
|
46461
|
+
amount: string | number;
|
|
46454
46462
|
wallet: string | number;
|
|
46455
46463
|
status?: 'pending' | 'finished' | undefined;
|
|
46456
46464
|
identifier?: string | undefined;
|
|
@@ -46460,7 +46468,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46460
46468
|
latest_control_hash?: string | null | undefined;
|
|
46461
46469
|
}, {
|
|
46462
46470
|
type: 'deposit';
|
|
46463
|
-
amount: number;
|
|
46471
|
+
amount: string | number;
|
|
46464
46472
|
wallet: string | number;
|
|
46465
46473
|
status?: 'pending' | 'finished' | undefined;
|
|
46466
46474
|
identifier?: string | undefined;
|
|
@@ -46475,13 +46483,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46475
46483
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46476
46484
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46477
46485
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46478
|
-
amount: z.ZodNumber
|
|
46486
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46479
46487
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46480
46488
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46481
46489
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46482
46490
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46483
46491
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
46484
|
-
amount: number;
|
|
46492
|
+
amount: string | number;
|
|
46485
46493
|
from_wallet: string | number;
|
|
46486
46494
|
to_wallet: string | number;
|
|
46487
46495
|
type?: 'transfer' | undefined;
|
|
@@ -46492,7 +46500,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46492
46500
|
created_at?: string | undefined;
|
|
46493
46501
|
latest_control_hash?: string | null | undefined;
|
|
46494
46502
|
}, {
|
|
46495
|
-
amount: number;
|
|
46503
|
+
amount: string | number;
|
|
46496
46504
|
from_wallet: string | number;
|
|
46497
46505
|
to_wallet: string | number;
|
|
46498
46506
|
type?: 'transfer' | undefined;
|
|
@@ -46509,13 +46517,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46509
46517
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46510
46518
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46511
46519
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46512
|
-
amount: z.ZodNumber
|
|
46520
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46513
46521
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46514
46522
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46515
46523
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46516
46524
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
46517
46525
|
type: 'withdrawal';
|
|
46518
|
-
amount: number;
|
|
46526
|
+
amount: string | number;
|
|
46519
46527
|
wallet: string | number;
|
|
46520
46528
|
status?: 'pending' | 'finished' | undefined;
|
|
46521
46529
|
identifier?: string | undefined;
|
|
@@ -46525,7 +46533,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46525
46533
|
latest_control_hash?: string | null | undefined;
|
|
46526
46534
|
}, {
|
|
46527
46535
|
type: 'withdrawal';
|
|
46528
|
-
amount: number;
|
|
46536
|
+
amount: string | number;
|
|
46529
46537
|
wallet: string | number;
|
|
46530
46538
|
status?: 'pending' | 'finished' | undefined;
|
|
46531
46539
|
identifier?: string | undefined;
|
|
@@ -46547,7 +46555,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46547
46555
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
46548
46556
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46549
46557
|
children?: ({
|
|
46550
|
-
amount: number;
|
|
46558
|
+
amount: string | number;
|
|
46551
46559
|
from_wallet: string | number;
|
|
46552
46560
|
to_wallet: string | number;
|
|
46553
46561
|
type?: 'transfer' | undefined;
|
|
@@ -46559,7 +46567,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46559
46567
|
latest_control_hash?: string | null | undefined;
|
|
46560
46568
|
} | {
|
|
46561
46569
|
type: 'deposit';
|
|
46562
|
-
amount: number;
|
|
46570
|
+
amount: string | number;
|
|
46563
46571
|
wallet: string | number;
|
|
46564
46572
|
status?: 'pending' | 'finished' | undefined;
|
|
46565
46573
|
identifier?: string | undefined;
|
|
@@ -46569,7 +46577,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46569
46577
|
latest_control_hash?: string | null | undefined;
|
|
46570
46578
|
} | {
|
|
46571
46579
|
type: 'withdrawal';
|
|
46572
|
-
amount: number;
|
|
46580
|
+
amount: string | number;
|
|
46573
46581
|
wallet: string | number;
|
|
46574
46582
|
status?: 'pending' | 'finished' | undefined;
|
|
46575
46583
|
identifier?: string | undefined;
|
|
@@ -46587,7 +46595,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46587
46595
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
46588
46596
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46589
46597
|
children?: ({
|
|
46590
|
-
amount: number;
|
|
46598
|
+
amount: string | number;
|
|
46591
46599
|
from_wallet: string | number;
|
|
46592
46600
|
to_wallet: string | number;
|
|
46593
46601
|
type?: 'transfer' | undefined;
|
|
@@ -46599,7 +46607,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46599
46607
|
latest_control_hash?: string | null | undefined;
|
|
46600
46608
|
} | {
|
|
46601
46609
|
type: 'deposit';
|
|
46602
|
-
amount: number;
|
|
46610
|
+
amount: string | number;
|
|
46603
46611
|
wallet: string | number;
|
|
46604
46612
|
status?: 'pending' | 'finished' | undefined;
|
|
46605
46613
|
identifier?: string | undefined;
|
|
@@ -46609,7 +46617,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46609
46617
|
latest_control_hash?: string | null | undefined;
|
|
46610
46618
|
} | {
|
|
46611
46619
|
type: 'withdrawal';
|
|
46612
|
-
amount: number;
|
|
46620
|
+
amount: string | number;
|
|
46613
46621
|
wallet: string | number;
|
|
46614
46622
|
status?: 'pending' | 'finished' | undefined;
|
|
46615
46623
|
identifier?: string | undefined;
|
|
@@ -46629,7 +46637,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46629
46637
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
46630
46638
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46631
46639
|
children?: ({
|
|
46632
|
-
amount: number;
|
|
46640
|
+
amount: string | number;
|
|
46633
46641
|
from_wallet: string | number;
|
|
46634
46642
|
to_wallet: string | number;
|
|
46635
46643
|
type?: 'transfer' | undefined;
|
|
@@ -46641,7 +46649,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46641
46649
|
latest_control_hash?: string | null | undefined;
|
|
46642
46650
|
} | {
|
|
46643
46651
|
type: 'deposit';
|
|
46644
|
-
amount: number;
|
|
46652
|
+
amount: string | number;
|
|
46645
46653
|
wallet: string | number;
|
|
46646
46654
|
status?: 'pending' | 'finished' | undefined;
|
|
46647
46655
|
identifier?: string | undefined;
|
|
@@ -46651,7 +46659,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46651
46659
|
latest_control_hash?: string | null | undefined;
|
|
46652
46660
|
} | {
|
|
46653
46661
|
type: 'withdrawal';
|
|
46654
|
-
amount: number;
|
|
46662
|
+
amount: string | number;
|
|
46655
46663
|
wallet: string | number;
|
|
46656
46664
|
status?: 'pending' | 'finished' | undefined;
|
|
46657
46665
|
identifier?: string | undefined;
|
|
@@ -46672,7 +46680,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46672
46680
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
46673
46681
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46674
46682
|
children?: ({
|
|
46675
|
-
amount: number;
|
|
46683
|
+
amount: string | number;
|
|
46676
46684
|
from_wallet: string | number;
|
|
46677
46685
|
to_wallet: string | number;
|
|
46678
46686
|
type?: 'transfer' | undefined;
|
|
@@ -46684,7 +46692,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46684
46692
|
latest_control_hash?: string | null | undefined;
|
|
46685
46693
|
} | {
|
|
46686
46694
|
type: 'deposit';
|
|
46687
|
-
amount: number;
|
|
46695
|
+
amount: string | number;
|
|
46688
46696
|
wallet: string | number;
|
|
46689
46697
|
status?: 'pending' | 'finished' | undefined;
|
|
46690
46698
|
identifier?: string | undefined;
|
|
@@ -46694,7 +46702,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46694
46702
|
latest_control_hash?: string | null | undefined;
|
|
46695
46703
|
} | {
|
|
46696
46704
|
type: 'withdrawal';
|
|
46697
|
-
amount: number;
|
|
46705
|
+
amount: string | number;
|
|
46698
46706
|
wallet: string | number;
|
|
46699
46707
|
status?: 'pending' | 'finished' | undefined;
|
|
46700
46708
|
identifier?: string | undefined;
|
|
@@ -46713,7 +46721,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46713
46721
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46714
46722
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46715
46723
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46716
|
-
amount: z.ZodNumber
|
|
46724
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46717
46725
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46718
46726
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46719
46727
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -46722,7 +46730,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46722
46730
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46723
46731
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46724
46732
|
}>, 'strip', z.ZodTypeAny, {
|
|
46725
|
-
amount: number;
|
|
46733
|
+
amount: string | number;
|
|
46726
46734
|
from_wallet: string | number;
|
|
46727
46735
|
to_wallet: string | number;
|
|
46728
46736
|
type?: 'transfer' | undefined;
|
|
@@ -46735,7 +46743,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46735
46743
|
latest_control_hash?: string | null | undefined;
|
|
46736
46744
|
transfer_group?: string | number | undefined;
|
|
46737
46745
|
}, {
|
|
46738
|
-
amount: number;
|
|
46746
|
+
amount: string | number;
|
|
46739
46747
|
from_wallet: string | number;
|
|
46740
46748
|
to_wallet: string | number;
|
|
46741
46749
|
type?: 'transfer' | undefined;
|
|
@@ -46755,7 +46763,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46755
46763
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46756
46764
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46757
46765
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46758
|
-
amount: z.ZodNumber
|
|
46766
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46759
46767
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46760
46768
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46761
46769
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -46764,7 +46772,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46764
46772
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46765
46773
|
}>, 'strip', z.ZodTypeAny, {
|
|
46766
46774
|
type: 'deposit';
|
|
46767
|
-
amount: number;
|
|
46775
|
+
amount: string | number;
|
|
46768
46776
|
wallet: string | number;
|
|
46769
46777
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46770
46778
|
identifier?: string | undefined;
|
|
@@ -46776,7 +46784,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46776
46784
|
transfer_group?: string | number | undefined;
|
|
46777
46785
|
}, {
|
|
46778
46786
|
type: 'deposit';
|
|
46779
|
-
amount: number;
|
|
46787
|
+
amount: string | number;
|
|
46780
46788
|
wallet: string | number;
|
|
46781
46789
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46782
46790
|
identifier?: string | undefined;
|
|
@@ -46794,7 +46802,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46794
46802
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46795
46803
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46796
46804
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46797
|
-
amount: z.ZodNumber
|
|
46805
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46798
46806
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46799
46807
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46800
46808
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -46803,7 +46811,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46803
46811
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46804
46812
|
}>, 'strip', z.ZodTypeAny, {
|
|
46805
46813
|
type: 'withdrawal';
|
|
46806
|
-
amount: number;
|
|
46814
|
+
amount: string | number;
|
|
46807
46815
|
wallet: string | number;
|
|
46808
46816
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46809
46817
|
identifier?: string | undefined;
|
|
@@ -46815,7 +46823,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46815
46823
|
transfer_group?: string | number | undefined;
|
|
46816
46824
|
}, {
|
|
46817
46825
|
type: 'withdrawal';
|
|
46818
|
-
amount: number;
|
|
46826
|
+
amount: string | number;
|
|
46819
46827
|
wallet: string | number;
|
|
46820
46828
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46821
46829
|
identifier?: string | undefined;
|
|
@@ -46833,7 +46841,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46833
46841
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46834
46842
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46835
46843
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46836
|
-
amount: z.ZodNumber
|
|
46844
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46837
46845
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46838
46846
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46839
46847
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -46842,7 +46850,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46842
46850
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46843
46851
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46844
46852
|
}>, 'strip', z.ZodTypeAny, {
|
|
46845
|
-
amount: number;
|
|
46853
|
+
amount: string | number;
|
|
46846
46854
|
from_wallet: string | number;
|
|
46847
46855
|
to_wallet: string | number;
|
|
46848
46856
|
type?: 'transfer' | undefined;
|
|
@@ -46855,7 +46863,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46855
46863
|
latest_control_hash?: string | null | undefined;
|
|
46856
46864
|
transfer_group?: string | number | undefined;
|
|
46857
46865
|
}, {
|
|
46858
|
-
amount: number;
|
|
46866
|
+
amount: string | number;
|
|
46859
46867
|
from_wallet: string | number;
|
|
46860
46868
|
to_wallet: string | number;
|
|
46861
46869
|
type?: 'transfer' | undefined;
|
|
@@ -46874,7 +46882,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46874
46882
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46875
46883
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46876
46884
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46877
|
-
amount: z.ZodNumber
|
|
46885
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46878
46886
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46879
46887
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46880
46888
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -46883,7 +46891,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46883
46891
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46884
46892
|
}>, 'strip', z.ZodTypeAny, {
|
|
46885
46893
|
type: 'deposit';
|
|
46886
|
-
amount: number;
|
|
46894
|
+
amount: string | number;
|
|
46887
46895
|
wallet: string | number;
|
|
46888
46896
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46889
46897
|
identifier?: string | undefined;
|
|
@@ -46895,7 +46903,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46895
46903
|
transfer_group?: string | number | undefined;
|
|
46896
46904
|
}, {
|
|
46897
46905
|
type: 'deposit';
|
|
46898
|
-
amount: number;
|
|
46906
|
+
amount: string | number;
|
|
46899
46907
|
wallet: string | number;
|
|
46900
46908
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46901
46909
|
identifier?: string | undefined;
|
|
@@ -46912,7 +46920,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46912
46920
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46913
46921
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46914
46922
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46915
|
-
amount: z.ZodNumber
|
|
46923
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46916
46924
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46917
46925
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46918
46926
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -46921,7 +46929,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46921
46929
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46922
46930
|
}>, 'strip', z.ZodTypeAny, {
|
|
46923
46931
|
type: 'withdrawal';
|
|
46924
|
-
amount: number;
|
|
46932
|
+
amount: string | number;
|
|
46925
46933
|
wallet: string | number;
|
|
46926
46934
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46927
46935
|
identifier?: string | undefined;
|
|
@@ -46933,7 +46941,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46933
46941
|
transfer_group?: string | number | undefined;
|
|
46934
46942
|
}, {
|
|
46935
46943
|
type: 'withdrawal';
|
|
46936
|
-
amount: number;
|
|
46944
|
+
amount: string | number;
|
|
46937
46945
|
wallet: string | number;
|
|
46938
46946
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46939
46947
|
identifier?: string | undefined;
|
|
@@ -46953,7 +46961,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46953
46961
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46954
46962
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46955
46963
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46956
|
-
amount: z.ZodNumber
|
|
46964
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46957
46965
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46958
46966
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46959
46967
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -46962,7 +46970,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46962
46970
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46963
46971
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46964
46972
|
}>, 'strip', z.ZodTypeAny, {
|
|
46965
|
-
amount: number;
|
|
46973
|
+
amount: string | number;
|
|
46966
46974
|
from_wallet: string | number;
|
|
46967
46975
|
to_wallet: string | number;
|
|
46968
46976
|
type?: 'transfer' | undefined;
|
|
@@ -46975,7 +46983,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46975
46983
|
latest_control_hash?: string | null | undefined;
|
|
46976
46984
|
transfer_group?: string | number | undefined;
|
|
46977
46985
|
}, {
|
|
46978
|
-
amount: number;
|
|
46986
|
+
amount: string | number;
|
|
46979
46987
|
from_wallet: string | number;
|
|
46980
46988
|
to_wallet: string | number;
|
|
46981
46989
|
type?: 'transfer' | undefined;
|
|
@@ -46994,7 +47002,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46994
47002
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46995
47003
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46996
47004
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46997
|
-
amount: z.ZodNumber
|
|
47005
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46998
47006
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46999
47007
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47000
47008
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -47003,7 +47011,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47003
47011
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
47004
47012
|
}>, 'strip', z.ZodTypeAny, {
|
|
47005
47013
|
type: 'deposit';
|
|
47006
|
-
amount: number;
|
|
47014
|
+
amount: string | number;
|
|
47007
47015
|
wallet: string | number;
|
|
47008
47016
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47009
47017
|
identifier?: string | undefined;
|
|
@@ -47015,7 +47023,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47015
47023
|
transfer_group?: string | number | undefined;
|
|
47016
47024
|
}, {
|
|
47017
47025
|
type: 'deposit';
|
|
47018
|
-
amount: number;
|
|
47026
|
+
amount: string | number;
|
|
47019
47027
|
wallet: string | number;
|
|
47020
47028
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47021
47029
|
identifier?: string | undefined;
|
|
@@ -47032,7 +47040,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47032
47040
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47033
47041
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47034
47042
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47035
|
-
amount: z.ZodNumber
|
|
47043
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47036
47044
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47037
47045
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47038
47046
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -47041,7 +47049,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47041
47049
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
47042
47050
|
}>, 'strip', z.ZodTypeAny, {
|
|
47043
47051
|
type: 'withdrawal';
|
|
47044
|
-
amount: number;
|
|
47052
|
+
amount: string | number;
|
|
47045
47053
|
wallet: string | number;
|
|
47046
47054
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47047
47055
|
identifier?: string | undefined;
|
|
@@ -47053,7 +47061,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47053
47061
|
transfer_group?: string | number | undefined;
|
|
47054
47062
|
}, {
|
|
47055
47063
|
type: 'withdrawal';
|
|
47056
|
-
amount: number;
|
|
47064
|
+
amount: string | number;
|
|
47057
47065
|
wallet: string | number;
|
|
47058
47066
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47059
47067
|
identifier?: string | undefined;
|
|
@@ -47066,7 +47074,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47066
47074
|
}>]>;
|
|
47067
47075
|
}, 'strip', z.ZodTypeAny, {
|
|
47068
47076
|
data: {
|
|
47069
|
-
amount: number;
|
|
47077
|
+
amount: string | number;
|
|
47070
47078
|
from_wallet: string | number;
|
|
47071
47079
|
to_wallet: string | number;
|
|
47072
47080
|
type?: 'transfer' | undefined;
|
|
@@ -47080,7 +47088,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47080
47088
|
transfer_group?: string | number | undefined;
|
|
47081
47089
|
} | {
|
|
47082
47090
|
type: 'deposit';
|
|
47083
|
-
amount: number;
|
|
47091
|
+
amount: string | number;
|
|
47084
47092
|
wallet: string | number;
|
|
47085
47093
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47086
47094
|
identifier?: string | undefined;
|
|
@@ -47092,7 +47100,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47092
47100
|
transfer_group?: string | number | undefined;
|
|
47093
47101
|
} | {
|
|
47094
47102
|
type: 'withdrawal';
|
|
47095
|
-
amount: number;
|
|
47103
|
+
amount: string | number;
|
|
47096
47104
|
wallet: string | number;
|
|
47097
47105
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47098
47106
|
identifier?: string | undefined;
|
|
@@ -47106,7 +47114,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47106
47114
|
target: 'transfer';
|
|
47107
47115
|
}, {
|
|
47108
47116
|
data: {
|
|
47109
|
-
amount: number;
|
|
47117
|
+
amount: string | number;
|
|
47110
47118
|
from_wallet: string | number;
|
|
47111
47119
|
to_wallet: string | number;
|
|
47112
47120
|
type?: 'transfer' | undefined;
|
|
@@ -47120,7 +47128,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47120
47128
|
transfer_group?: string | number | undefined;
|
|
47121
47129
|
} | {
|
|
47122
47130
|
type: 'deposit';
|
|
47123
|
-
amount: number;
|
|
47131
|
+
amount: string | number;
|
|
47124
47132
|
wallet: string | number;
|
|
47125
47133
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47126
47134
|
identifier?: string | undefined;
|
|
@@ -47132,7 +47140,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47132
47140
|
transfer_group?: string | number | undefined;
|
|
47133
47141
|
} | {
|
|
47134
47142
|
type: 'withdrawal';
|
|
47135
|
-
amount: number;
|
|
47143
|
+
amount: string | number;
|
|
47136
47144
|
wallet: string | number;
|
|
47137
47145
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47138
47146
|
identifier?: string | undefined;
|
|
@@ -47389,13 +47397,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47389
47397
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47390
47398
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47391
47399
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47392
|
-
amount: z.ZodNumber
|
|
47400
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47393
47401
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47394
47402
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47395
47403
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47396
47404
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
47397
47405
|
type: 'deposit';
|
|
47398
|
-
amount: number;
|
|
47406
|
+
amount: string | number;
|
|
47399
47407
|
wallet: string | number;
|
|
47400
47408
|
status?: 'pending' | 'finished' | undefined;
|
|
47401
47409
|
identifier?: string | undefined;
|
|
@@ -47405,7 +47413,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47405
47413
|
latest_control_hash?: string | null | undefined;
|
|
47406
47414
|
}, {
|
|
47407
47415
|
type: 'deposit';
|
|
47408
|
-
amount: number;
|
|
47416
|
+
amount: string | number;
|
|
47409
47417
|
wallet: string | number;
|
|
47410
47418
|
status?: 'pending' | 'finished' | undefined;
|
|
47411
47419
|
identifier?: string | undefined;
|
|
@@ -47420,13 +47428,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47420
47428
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47421
47429
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47422
47430
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47423
|
-
amount: z.ZodNumber
|
|
47431
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47424
47432
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47425
47433
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47426
47434
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47427
47435
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47428
47436
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
47429
|
-
amount: number;
|
|
47437
|
+
amount: string | number;
|
|
47430
47438
|
from_wallet: string | number;
|
|
47431
47439
|
to_wallet: string | number;
|
|
47432
47440
|
type?: 'transfer' | undefined;
|
|
@@ -47437,7 +47445,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47437
47445
|
created_at?: string | undefined;
|
|
47438
47446
|
latest_control_hash?: string | null | undefined;
|
|
47439
47447
|
}, {
|
|
47440
|
-
amount: number;
|
|
47448
|
+
amount: string | number;
|
|
47441
47449
|
from_wallet: string | number;
|
|
47442
47450
|
to_wallet: string | number;
|
|
47443
47451
|
type?: 'transfer' | undefined;
|
|
@@ -47454,13 +47462,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47454
47462
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47455
47463
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47456
47464
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47457
|
-
amount: z.ZodNumber
|
|
47465
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47458
47466
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47459
47467
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47460
47468
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47461
47469
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
47462
47470
|
type: 'withdrawal';
|
|
47463
|
-
amount: number;
|
|
47471
|
+
amount: string | number;
|
|
47464
47472
|
wallet: string | number;
|
|
47465
47473
|
status?: 'pending' | 'finished' | undefined;
|
|
47466
47474
|
identifier?: string | undefined;
|
|
@@ -47470,7 +47478,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47470
47478
|
latest_control_hash?: string | null | undefined;
|
|
47471
47479
|
}, {
|
|
47472
47480
|
type: 'withdrawal';
|
|
47473
|
-
amount: number;
|
|
47481
|
+
amount: string | number;
|
|
47474
47482
|
wallet: string | number;
|
|
47475
47483
|
status?: 'pending' | 'finished' | undefined;
|
|
47476
47484
|
identifier?: string | undefined;
|
|
@@ -47492,7 +47500,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47492
47500
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
47493
47501
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47494
47502
|
children?: ({
|
|
47495
|
-
amount: number;
|
|
47503
|
+
amount: string | number;
|
|
47496
47504
|
from_wallet: string | number;
|
|
47497
47505
|
to_wallet: string | number;
|
|
47498
47506
|
type?: 'transfer' | undefined;
|
|
@@ -47504,7 +47512,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47504
47512
|
latest_control_hash?: string | null | undefined;
|
|
47505
47513
|
} | {
|
|
47506
47514
|
type: 'deposit';
|
|
47507
|
-
amount: number;
|
|
47515
|
+
amount: string | number;
|
|
47508
47516
|
wallet: string | number;
|
|
47509
47517
|
status?: 'pending' | 'finished' | undefined;
|
|
47510
47518
|
identifier?: string | undefined;
|
|
@@ -47514,7 +47522,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47514
47522
|
latest_control_hash?: string | null | undefined;
|
|
47515
47523
|
} | {
|
|
47516
47524
|
type: 'withdrawal';
|
|
47517
|
-
amount: number;
|
|
47525
|
+
amount: string | number;
|
|
47518
47526
|
wallet: string | number;
|
|
47519
47527
|
status?: 'pending' | 'finished' | undefined;
|
|
47520
47528
|
identifier?: string | undefined;
|
|
@@ -47532,7 +47540,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47532
47540
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
47533
47541
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47534
47542
|
children?: ({
|
|
47535
|
-
amount: number;
|
|
47543
|
+
amount: string | number;
|
|
47536
47544
|
from_wallet: string | number;
|
|
47537
47545
|
to_wallet: string | number;
|
|
47538
47546
|
type?: 'transfer' | undefined;
|
|
@@ -47544,7 +47552,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47544
47552
|
latest_control_hash?: string | null | undefined;
|
|
47545
47553
|
} | {
|
|
47546
47554
|
type: 'deposit';
|
|
47547
|
-
amount: number;
|
|
47555
|
+
amount: string | number;
|
|
47548
47556
|
wallet: string | number;
|
|
47549
47557
|
status?: 'pending' | 'finished' | undefined;
|
|
47550
47558
|
identifier?: string | undefined;
|
|
@@ -47554,7 +47562,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47554
47562
|
latest_control_hash?: string | null | undefined;
|
|
47555
47563
|
} | {
|
|
47556
47564
|
type: 'withdrawal';
|
|
47557
|
-
amount: number;
|
|
47565
|
+
amount: string | number;
|
|
47558
47566
|
wallet: string | number;
|
|
47559
47567
|
status?: 'pending' | 'finished' | undefined;
|
|
47560
47568
|
identifier?: string | undefined;
|
|
@@ -47574,7 +47582,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47574
47582
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
47575
47583
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47576
47584
|
children?: ({
|
|
47577
|
-
amount: number;
|
|
47585
|
+
amount: string | number;
|
|
47578
47586
|
from_wallet: string | number;
|
|
47579
47587
|
to_wallet: string | number;
|
|
47580
47588
|
type?: 'transfer' | undefined;
|
|
@@ -47586,7 +47594,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47586
47594
|
latest_control_hash?: string | null | undefined;
|
|
47587
47595
|
} | {
|
|
47588
47596
|
type: 'deposit';
|
|
47589
|
-
amount: number;
|
|
47597
|
+
amount: string | number;
|
|
47590
47598
|
wallet: string | number;
|
|
47591
47599
|
status?: 'pending' | 'finished' | undefined;
|
|
47592
47600
|
identifier?: string | undefined;
|
|
@@ -47596,7 +47604,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47596
47604
|
latest_control_hash?: string | null | undefined;
|
|
47597
47605
|
} | {
|
|
47598
47606
|
type: 'withdrawal';
|
|
47599
|
-
amount: number;
|
|
47607
|
+
amount: string | number;
|
|
47600
47608
|
wallet: string | number;
|
|
47601
47609
|
status?: 'pending' | 'finished' | undefined;
|
|
47602
47610
|
identifier?: string | undefined;
|
|
@@ -47617,7 +47625,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47617
47625
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
47618
47626
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47619
47627
|
children?: ({
|
|
47620
|
-
amount: number;
|
|
47628
|
+
amount: string | number;
|
|
47621
47629
|
from_wallet: string | number;
|
|
47622
47630
|
to_wallet: string | number;
|
|
47623
47631
|
type?: 'transfer' | undefined;
|
|
@@ -47629,7 +47637,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47629
47637
|
latest_control_hash?: string | null | undefined;
|
|
47630
47638
|
} | {
|
|
47631
47639
|
type: 'deposit';
|
|
47632
|
-
amount: number;
|
|
47640
|
+
amount: string | number;
|
|
47633
47641
|
wallet: string | number;
|
|
47634
47642
|
status?: 'pending' | 'finished' | undefined;
|
|
47635
47643
|
identifier?: string | undefined;
|
|
@@ -47639,7 +47647,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47639
47647
|
latest_control_hash?: string | null | undefined;
|
|
47640
47648
|
} | {
|
|
47641
47649
|
type: 'withdrawal';
|
|
47642
|
-
amount: number;
|
|
47650
|
+
amount: string | number;
|
|
47643
47651
|
wallet: string | number;
|
|
47644
47652
|
status?: 'pending' | 'finished' | undefined;
|
|
47645
47653
|
identifier?: string | undefined;
|
|
@@ -47659,7 +47667,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47659
47667
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47660
47668
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47661
47669
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47662
|
-
amount: z.ZodNumber
|
|
47670
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47663
47671
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47664
47672
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47665
47673
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -47668,7 +47676,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47668
47676
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47669
47677
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
47670
47678
|
}>, 'strip', z.ZodTypeAny, {
|
|
47671
|
-
amount: number;
|
|
47679
|
+
amount: string | number;
|
|
47672
47680
|
from_wallet: string | number;
|
|
47673
47681
|
to_wallet: string | number;
|
|
47674
47682
|
type?: 'transfer' | undefined;
|
|
@@ -47681,7 +47689,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47681
47689
|
latest_control_hash?: string | null | undefined;
|
|
47682
47690
|
transfer_group?: string | number | undefined;
|
|
47683
47691
|
}, {
|
|
47684
|
-
amount: number;
|
|
47692
|
+
amount: string | number;
|
|
47685
47693
|
from_wallet: string | number;
|
|
47686
47694
|
to_wallet: string | number;
|
|
47687
47695
|
type?: 'transfer' | undefined;
|
|
@@ -47700,7 +47708,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47700
47708
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47701
47709
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47702
47710
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47703
|
-
amount: z.ZodNumber
|
|
47711
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47704
47712
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47705
47713
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47706
47714
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -47709,7 +47717,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47709
47717
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
47710
47718
|
}>, 'strip', z.ZodTypeAny, {
|
|
47711
47719
|
type: 'deposit';
|
|
47712
|
-
amount: number;
|
|
47720
|
+
amount: string | number;
|
|
47713
47721
|
wallet: string | number;
|
|
47714
47722
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47715
47723
|
identifier?: string | undefined;
|
|
@@ -47721,7 +47729,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47721
47729
|
transfer_group?: string | number | undefined;
|
|
47722
47730
|
}, {
|
|
47723
47731
|
type: 'deposit';
|
|
47724
|
-
amount: number;
|
|
47732
|
+
amount: string | number;
|
|
47725
47733
|
wallet: string | number;
|
|
47726
47734
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47727
47735
|
identifier?: string | undefined;
|
|
@@ -47738,7 +47746,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47738
47746
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47739
47747
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47740
47748
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47741
|
-
amount: z.ZodNumber
|
|
47749
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47742
47750
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47743
47751
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47744
47752
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -47747,7 +47755,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47747
47755
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
47748
47756
|
}>, 'strip', z.ZodTypeAny, {
|
|
47749
47757
|
type: 'withdrawal';
|
|
47750
|
-
amount: number;
|
|
47758
|
+
amount: string | number;
|
|
47751
47759
|
wallet: string | number;
|
|
47752
47760
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47753
47761
|
identifier?: string | undefined;
|
|
@@ -47759,7 +47767,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47759
47767
|
transfer_group?: string | number | undefined;
|
|
47760
47768
|
}, {
|
|
47761
47769
|
type: 'withdrawal';
|
|
47762
|
-
amount: number;
|
|
47770
|
+
amount: string | number;
|
|
47763
47771
|
wallet: string | number;
|
|
47764
47772
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47765
47773
|
identifier?: string | undefined;
|
|
@@ -47772,7 +47780,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47772
47780
|
}>]>;
|
|
47773
47781
|
}, 'strip', z.ZodTypeAny, {
|
|
47774
47782
|
data: {
|
|
47775
|
-
amount: number;
|
|
47783
|
+
amount: string | number;
|
|
47776
47784
|
from_wallet: string | number;
|
|
47777
47785
|
to_wallet: string | number;
|
|
47778
47786
|
type?: 'transfer' | undefined;
|
|
@@ -47786,7 +47794,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47786
47794
|
transfer_group?: string | number | undefined;
|
|
47787
47795
|
} | {
|
|
47788
47796
|
type: 'deposit';
|
|
47789
|
-
amount: number;
|
|
47797
|
+
amount: string | number;
|
|
47790
47798
|
wallet: string | number;
|
|
47791
47799
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47792
47800
|
identifier?: string | undefined;
|
|
@@ -47798,7 +47806,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47798
47806
|
transfer_group?: string | number | undefined;
|
|
47799
47807
|
} | {
|
|
47800
47808
|
type: 'withdrawal';
|
|
47801
|
-
amount: number;
|
|
47809
|
+
amount: string | number;
|
|
47802
47810
|
wallet: string | number;
|
|
47803
47811
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47804
47812
|
identifier?: string | undefined;
|
|
@@ -47812,7 +47820,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47812
47820
|
target: 'transfer';
|
|
47813
47821
|
}, {
|
|
47814
47822
|
data: {
|
|
47815
|
-
amount: number;
|
|
47823
|
+
amount: string | number;
|
|
47816
47824
|
from_wallet: string | number;
|
|
47817
47825
|
to_wallet: string | number;
|
|
47818
47826
|
type?: 'transfer' | undefined;
|
|
@@ -47826,7 +47834,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47826
47834
|
transfer_group?: string | number | undefined;
|
|
47827
47835
|
} | {
|
|
47828
47836
|
type: 'deposit';
|
|
47829
|
-
amount: number;
|
|
47837
|
+
amount: string | number;
|
|
47830
47838
|
wallet: string | number;
|
|
47831
47839
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47832
47840
|
identifier?: string | undefined;
|
|
@@ -47838,7 +47846,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47838
47846
|
transfer_group?: string | number | undefined;
|
|
47839
47847
|
} | {
|
|
47840
47848
|
type: 'withdrawal';
|
|
47841
|
-
amount: number;
|
|
47849
|
+
amount: string | number;
|
|
47842
47850
|
wallet: string | number;
|
|
47843
47851
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47844
47852
|
identifier?: string | undefined;
|
|
@@ -48094,13 +48102,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48094
48102
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48095
48103
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48096
48104
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48097
|
-
amount: z.ZodNumber
|
|
48105
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48098
48106
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48099
48107
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48100
48108
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48101
48109
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
48102
48110
|
type: 'deposit';
|
|
48103
|
-
amount: number;
|
|
48111
|
+
amount: string | number;
|
|
48104
48112
|
wallet: string | number;
|
|
48105
48113
|
status?: 'pending' | 'finished' | undefined;
|
|
48106
48114
|
identifier?: string | undefined;
|
|
@@ -48110,7 +48118,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48110
48118
|
latest_control_hash?: string | null | undefined;
|
|
48111
48119
|
}, {
|
|
48112
48120
|
type: 'deposit';
|
|
48113
|
-
amount: number;
|
|
48121
|
+
amount: string | number;
|
|
48114
48122
|
wallet: string | number;
|
|
48115
48123
|
status?: 'pending' | 'finished' | undefined;
|
|
48116
48124
|
identifier?: string | undefined;
|
|
@@ -48125,13 +48133,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48125
48133
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48126
48134
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48127
48135
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48128
|
-
amount: z.ZodNumber
|
|
48136
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48129
48137
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48130
48138
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48131
48139
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48132
48140
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48133
48141
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
48134
|
-
amount: number;
|
|
48142
|
+
amount: string | number;
|
|
48135
48143
|
from_wallet: string | number;
|
|
48136
48144
|
to_wallet: string | number;
|
|
48137
48145
|
type?: 'transfer' | undefined;
|
|
@@ -48142,7 +48150,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48142
48150
|
created_at?: string | undefined;
|
|
48143
48151
|
latest_control_hash?: string | null | undefined;
|
|
48144
48152
|
}, {
|
|
48145
|
-
amount: number;
|
|
48153
|
+
amount: string | number;
|
|
48146
48154
|
from_wallet: string | number;
|
|
48147
48155
|
to_wallet: string | number;
|
|
48148
48156
|
type?: 'transfer' | undefined;
|
|
@@ -48159,13 +48167,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48159
48167
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48160
48168
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48161
48169
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48162
|
-
amount: z.ZodNumber
|
|
48170
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48163
48171
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48164
48172
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48165
48173
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48166
48174
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
48167
48175
|
type: 'withdrawal';
|
|
48168
|
-
amount: number;
|
|
48176
|
+
amount: string | number;
|
|
48169
48177
|
wallet: string | number;
|
|
48170
48178
|
status?: 'pending' | 'finished' | undefined;
|
|
48171
48179
|
identifier?: string | undefined;
|
|
@@ -48175,7 +48183,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48175
48183
|
latest_control_hash?: string | null | undefined;
|
|
48176
48184
|
}, {
|
|
48177
48185
|
type: 'withdrawal';
|
|
48178
|
-
amount: number;
|
|
48186
|
+
amount: string | number;
|
|
48179
48187
|
wallet: string | number;
|
|
48180
48188
|
status?: 'pending' | 'finished' | undefined;
|
|
48181
48189
|
identifier?: string | undefined;
|
|
@@ -48197,7 +48205,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48197
48205
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48198
48206
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48199
48207
|
children?: ({
|
|
48200
|
-
amount: number;
|
|
48208
|
+
amount: string | number;
|
|
48201
48209
|
from_wallet: string | number;
|
|
48202
48210
|
to_wallet: string | number;
|
|
48203
48211
|
type?: 'transfer' | undefined;
|
|
@@ -48209,7 +48217,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48209
48217
|
latest_control_hash?: string | null | undefined;
|
|
48210
48218
|
} | {
|
|
48211
48219
|
type: 'deposit';
|
|
48212
|
-
amount: number;
|
|
48220
|
+
amount: string | number;
|
|
48213
48221
|
wallet: string | number;
|
|
48214
48222
|
status?: 'pending' | 'finished' | undefined;
|
|
48215
48223
|
identifier?: string | undefined;
|
|
@@ -48219,7 +48227,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48219
48227
|
latest_control_hash?: string | null | undefined;
|
|
48220
48228
|
} | {
|
|
48221
48229
|
type: 'withdrawal';
|
|
48222
|
-
amount: number;
|
|
48230
|
+
amount: string | number;
|
|
48223
48231
|
wallet: string | number;
|
|
48224
48232
|
status?: 'pending' | 'finished' | undefined;
|
|
48225
48233
|
identifier?: string | undefined;
|
|
@@ -48237,7 +48245,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48237
48245
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48238
48246
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48239
48247
|
children?: ({
|
|
48240
|
-
amount: number;
|
|
48248
|
+
amount: string | number;
|
|
48241
48249
|
from_wallet: string | number;
|
|
48242
48250
|
to_wallet: string | number;
|
|
48243
48251
|
type?: 'transfer' | undefined;
|
|
@@ -48249,7 +48257,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48249
48257
|
latest_control_hash?: string | null | undefined;
|
|
48250
48258
|
} | {
|
|
48251
48259
|
type: 'deposit';
|
|
48252
|
-
amount: number;
|
|
48260
|
+
amount: string | number;
|
|
48253
48261
|
wallet: string | number;
|
|
48254
48262
|
status?: 'pending' | 'finished' | undefined;
|
|
48255
48263
|
identifier?: string | undefined;
|
|
@@ -48259,7 +48267,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48259
48267
|
latest_control_hash?: string | null | undefined;
|
|
48260
48268
|
} | {
|
|
48261
48269
|
type: 'withdrawal';
|
|
48262
|
-
amount: number;
|
|
48270
|
+
amount: string | number;
|
|
48263
48271
|
wallet: string | number;
|
|
48264
48272
|
status?: 'pending' | 'finished' | undefined;
|
|
48265
48273
|
identifier?: string | undefined;
|
|
@@ -48279,7 +48287,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48279
48287
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48280
48288
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48281
48289
|
children?: ({
|
|
48282
|
-
amount: number;
|
|
48290
|
+
amount: string | number;
|
|
48283
48291
|
from_wallet: string | number;
|
|
48284
48292
|
to_wallet: string | number;
|
|
48285
48293
|
type?: 'transfer' | undefined;
|
|
@@ -48291,7 +48299,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48291
48299
|
latest_control_hash?: string | null | undefined;
|
|
48292
48300
|
} | {
|
|
48293
48301
|
type: 'deposit';
|
|
48294
|
-
amount: number;
|
|
48302
|
+
amount: string | number;
|
|
48295
48303
|
wallet: string | number;
|
|
48296
48304
|
status?: 'pending' | 'finished' | undefined;
|
|
48297
48305
|
identifier?: string | undefined;
|
|
@@ -48301,7 +48309,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48301
48309
|
latest_control_hash?: string | null | undefined;
|
|
48302
48310
|
} | {
|
|
48303
48311
|
type: 'withdrawal';
|
|
48304
|
-
amount: number;
|
|
48312
|
+
amount: string | number;
|
|
48305
48313
|
wallet: string | number;
|
|
48306
48314
|
status?: 'pending' | 'finished' | undefined;
|
|
48307
48315
|
identifier?: string | undefined;
|
|
@@ -48322,7 +48330,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48322
48330
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48323
48331
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48324
48332
|
children?: ({
|
|
48325
|
-
amount: number;
|
|
48333
|
+
amount: string | number;
|
|
48326
48334
|
from_wallet: string | number;
|
|
48327
48335
|
to_wallet: string | number;
|
|
48328
48336
|
type?: 'transfer' | undefined;
|
|
@@ -48334,7 +48342,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48334
48342
|
latest_control_hash?: string | null | undefined;
|
|
48335
48343
|
} | {
|
|
48336
48344
|
type: 'deposit';
|
|
48337
|
-
amount: number;
|
|
48345
|
+
amount: string | number;
|
|
48338
48346
|
wallet: string | number;
|
|
48339
48347
|
status?: 'pending' | 'finished' | undefined;
|
|
48340
48348
|
identifier?: string | undefined;
|
|
@@ -48344,7 +48352,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48344
48352
|
latest_control_hash?: string | null | undefined;
|
|
48345
48353
|
} | {
|
|
48346
48354
|
type: 'withdrawal';
|
|
48347
|
-
amount: number;
|
|
48355
|
+
amount: string | number;
|
|
48348
48356
|
wallet: string | number;
|
|
48349
48357
|
status?: 'pending' | 'finished' | undefined;
|
|
48350
48358
|
identifier?: string | undefined;
|
|
@@ -48364,7 +48372,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48364
48372
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48365
48373
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48366
48374
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48367
|
-
amount: z.ZodNumber
|
|
48375
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48368
48376
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48369
48377
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48370
48378
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -48373,7 +48381,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48373
48381
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48374
48382
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
48375
48383
|
}>, 'strip', z.ZodTypeAny, {
|
|
48376
|
-
amount: number;
|
|
48384
|
+
amount: string | number;
|
|
48377
48385
|
from_wallet: string | number;
|
|
48378
48386
|
to_wallet: string | number;
|
|
48379
48387
|
type?: 'transfer' | undefined;
|
|
@@ -48386,7 +48394,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48386
48394
|
latest_control_hash?: string | null | undefined;
|
|
48387
48395
|
transfer_group?: string | number | undefined;
|
|
48388
48396
|
}, {
|
|
48389
|
-
amount: number;
|
|
48397
|
+
amount: string | number;
|
|
48390
48398
|
from_wallet: string | number;
|
|
48391
48399
|
to_wallet: string | number;
|
|
48392
48400
|
type?: 'transfer' | undefined;
|
|
@@ -48405,7 +48413,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48405
48413
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48406
48414
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48407
48415
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48408
|
-
amount: z.ZodNumber
|
|
48416
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48409
48417
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48410
48418
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48411
48419
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -48414,7 +48422,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48414
48422
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
48415
48423
|
}>, 'strip', z.ZodTypeAny, {
|
|
48416
48424
|
type: 'deposit';
|
|
48417
|
-
amount: number;
|
|
48425
|
+
amount: string | number;
|
|
48418
48426
|
wallet: string | number;
|
|
48419
48427
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48420
48428
|
identifier?: string | undefined;
|
|
@@ -48426,7 +48434,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48426
48434
|
transfer_group?: string | number | undefined;
|
|
48427
48435
|
}, {
|
|
48428
48436
|
type: 'deposit';
|
|
48429
|
-
amount: number;
|
|
48437
|
+
amount: string | number;
|
|
48430
48438
|
wallet: string | number;
|
|
48431
48439
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48432
48440
|
identifier?: string | undefined;
|
|
@@ -48443,7 +48451,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48443
48451
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48444
48452
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48445
48453
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48446
|
-
amount: z.ZodNumber
|
|
48454
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48447
48455
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48448
48456
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48449
48457
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -48452,7 +48460,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48452
48460
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
48453
48461
|
}>, 'strip', z.ZodTypeAny, {
|
|
48454
48462
|
type: 'withdrawal';
|
|
48455
|
-
amount: number;
|
|
48463
|
+
amount: string | number;
|
|
48456
48464
|
wallet: string | number;
|
|
48457
48465
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48458
48466
|
identifier?: string | undefined;
|
|
@@ -48464,7 +48472,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48464
48472
|
transfer_group?: string | number | undefined;
|
|
48465
48473
|
}, {
|
|
48466
48474
|
type: 'withdrawal';
|
|
48467
|
-
amount: number;
|
|
48475
|
+
amount: string | number;
|
|
48468
48476
|
wallet: string | number;
|
|
48469
48477
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48470
48478
|
identifier?: string | undefined;
|
|
@@ -48477,7 +48485,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48477
48485
|
}>]>;
|
|
48478
48486
|
}, 'strip', z.ZodTypeAny, {
|
|
48479
48487
|
data: {
|
|
48480
|
-
amount: number;
|
|
48488
|
+
amount: string | number;
|
|
48481
48489
|
from_wallet: string | number;
|
|
48482
48490
|
to_wallet: string | number;
|
|
48483
48491
|
type?: 'transfer' | undefined;
|
|
@@ -48491,7 +48499,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48491
48499
|
transfer_group?: string | number | undefined;
|
|
48492
48500
|
} | {
|
|
48493
48501
|
type: 'deposit';
|
|
48494
|
-
amount: number;
|
|
48502
|
+
amount: string | number;
|
|
48495
48503
|
wallet: string | number;
|
|
48496
48504
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48497
48505
|
identifier?: string | undefined;
|
|
@@ -48503,7 +48511,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48503
48511
|
transfer_group?: string | number | undefined;
|
|
48504
48512
|
} | {
|
|
48505
48513
|
type: 'withdrawal';
|
|
48506
|
-
amount: number;
|
|
48514
|
+
amount: string | number;
|
|
48507
48515
|
wallet: string | number;
|
|
48508
48516
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48509
48517
|
identifier?: string | undefined;
|
|
@@ -48517,7 +48525,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48517
48525
|
target: 'transfer';
|
|
48518
48526
|
}, {
|
|
48519
48527
|
data: {
|
|
48520
|
-
amount: number;
|
|
48528
|
+
amount: string | number;
|
|
48521
48529
|
from_wallet: string | number;
|
|
48522
48530
|
to_wallet: string | number;
|
|
48523
48531
|
type?: 'transfer' | undefined;
|
|
@@ -48531,7 +48539,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48531
48539
|
transfer_group?: string | number | undefined;
|
|
48532
48540
|
} | {
|
|
48533
48541
|
type: 'deposit';
|
|
48534
|
-
amount: number;
|
|
48542
|
+
amount: string | number;
|
|
48535
48543
|
wallet: string | number;
|
|
48536
48544
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48537
48545
|
identifier?: string | undefined;
|
|
@@ -48543,7 +48551,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48543
48551
|
transfer_group?: string | number | undefined;
|
|
48544
48552
|
} | {
|
|
48545
48553
|
type: 'withdrawal';
|
|
48546
|
-
amount: number;
|
|
48554
|
+
amount: string | number;
|
|
48547
48555
|
wallet: string | number;
|
|
48548
48556
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48549
48557
|
identifier?: string | undefined;
|
|
@@ -48735,7 +48743,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48735
48743
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48736
48744
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48737
48745
|
children?: ({
|
|
48738
|
-
amount: number;
|
|
48746
|
+
amount: string | number;
|
|
48739
48747
|
from_wallet: string | number;
|
|
48740
48748
|
to_wallet: string | number;
|
|
48741
48749
|
type?: 'transfer' | undefined;
|
|
@@ -48747,7 +48755,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48747
48755
|
latest_control_hash?: string | null | undefined;
|
|
48748
48756
|
} | {
|
|
48749
48757
|
type: 'deposit';
|
|
48750
|
-
amount: number;
|
|
48758
|
+
amount: string | number;
|
|
48751
48759
|
wallet: string | number;
|
|
48752
48760
|
status?: 'pending' | 'finished' | undefined;
|
|
48753
48761
|
identifier?: string | undefined;
|
|
@@ -48757,7 +48765,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48757
48765
|
latest_control_hash?: string | null | undefined;
|
|
48758
48766
|
} | {
|
|
48759
48767
|
type: 'withdrawal';
|
|
48760
|
-
amount: number;
|
|
48768
|
+
amount: string | number;
|
|
48761
48769
|
wallet: string | number;
|
|
48762
48770
|
status?: 'pending' | 'finished' | undefined;
|
|
48763
48771
|
identifier?: string | undefined;
|
|
@@ -48770,7 +48778,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48770
48778
|
target: 'transfer_group';
|
|
48771
48779
|
} | {
|
|
48772
48780
|
data: {
|
|
48773
|
-
amount: number;
|
|
48781
|
+
amount: string | number;
|
|
48774
48782
|
from_wallet: string | number;
|
|
48775
48783
|
to_wallet: string | number;
|
|
48776
48784
|
type?: 'transfer' | undefined;
|
|
@@ -48784,7 +48792,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48784
48792
|
transfer_group?: string | number | undefined;
|
|
48785
48793
|
} | {
|
|
48786
48794
|
type: 'deposit';
|
|
48787
|
-
amount: number;
|
|
48795
|
+
amount: string | number;
|
|
48788
48796
|
wallet: string | number;
|
|
48789
48797
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48790
48798
|
identifier?: string | undefined;
|
|
@@ -48796,7 +48804,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48796
48804
|
transfer_group?: string | number | undefined;
|
|
48797
48805
|
} | {
|
|
48798
48806
|
type: 'withdrawal';
|
|
48799
|
-
amount: number;
|
|
48807
|
+
amount: string | number;
|
|
48800
48808
|
wallet: string | number;
|
|
48801
48809
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48802
48810
|
identifier?: string | undefined;
|
|
@@ -48868,7 +48876,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48868
48876
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48869
48877
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48870
48878
|
children?: ({
|
|
48871
|
-
amount: number;
|
|
48879
|
+
amount: string | number;
|
|
48872
48880
|
from_wallet: string | number;
|
|
48873
48881
|
to_wallet: string | number;
|
|
48874
48882
|
type?: 'transfer' | undefined;
|
|
@@ -48880,7 +48888,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48880
48888
|
latest_control_hash?: string | null | undefined;
|
|
48881
48889
|
} | {
|
|
48882
48890
|
type: 'deposit';
|
|
48883
|
-
amount: number;
|
|
48891
|
+
amount: string | number;
|
|
48884
48892
|
wallet: string | number;
|
|
48885
48893
|
status?: 'pending' | 'finished' | undefined;
|
|
48886
48894
|
identifier?: string | undefined;
|
|
@@ -48890,7 +48898,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48890
48898
|
latest_control_hash?: string | null | undefined;
|
|
48891
48899
|
} | {
|
|
48892
48900
|
type: 'withdrawal';
|
|
48893
|
-
amount: number;
|
|
48901
|
+
amount: string | number;
|
|
48894
48902
|
wallet: string | number;
|
|
48895
48903
|
status?: 'pending' | 'finished' | undefined;
|
|
48896
48904
|
identifier?: string | undefined;
|
|
@@ -48903,7 +48911,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48903
48911
|
target: 'transfer_group';
|
|
48904
48912
|
} | {
|
|
48905
48913
|
data: {
|
|
48906
|
-
amount: number;
|
|
48914
|
+
amount: string | number;
|
|
48907
48915
|
from_wallet: string | number;
|
|
48908
48916
|
to_wallet: string | number;
|
|
48909
48917
|
type?: 'transfer' | undefined;
|
|
@@ -48917,7 +48925,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48917
48925
|
transfer_group?: string | number | undefined;
|
|
48918
48926
|
} | {
|
|
48919
48927
|
type: 'deposit';
|
|
48920
|
-
amount: number;
|
|
48928
|
+
amount: string | number;
|
|
48921
48929
|
wallet: string | number;
|
|
48922
48930
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48923
48931
|
identifier?: string | undefined;
|
|
@@ -48929,7 +48937,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48929
48937
|
transfer_group?: string | number | undefined;
|
|
48930
48938
|
} | {
|
|
48931
48939
|
type: 'withdrawal';
|
|
48932
|
-
amount: number;
|
|
48940
|
+
amount: string | number;
|
|
48933
48941
|
wallet: string | number;
|
|
48934
48942
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48935
48943
|
identifier?: string | undefined;
|
|
@@ -49066,13 +49074,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49066
49074
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49067
49075
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49068
49076
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49069
|
-
amount: z.ZodNumber
|
|
49077
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49070
49078
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49071
49079
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49072
49080
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49073
49081
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
49074
49082
|
type: 'deposit';
|
|
49075
|
-
amount: number;
|
|
49083
|
+
amount: string | number;
|
|
49076
49084
|
wallet: string | number;
|
|
49077
49085
|
status?: 'pending' | 'finished' | undefined;
|
|
49078
49086
|
identifier?: string | undefined;
|
|
@@ -49082,7 +49090,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49082
49090
|
latest_control_hash?: string | null | undefined;
|
|
49083
49091
|
}, {
|
|
49084
49092
|
type: 'deposit';
|
|
49085
|
-
amount: number;
|
|
49093
|
+
amount: string | number;
|
|
49086
49094
|
wallet: string | number;
|
|
49087
49095
|
status?: 'pending' | 'finished' | undefined;
|
|
49088
49096
|
identifier?: string | undefined;
|
|
@@ -49097,13 +49105,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49097
49105
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49098
49106
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49099
49107
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49100
|
-
amount: z.ZodNumber
|
|
49108
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49101
49109
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49102
49110
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49103
49111
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49104
49112
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49105
49113
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
49106
|
-
amount: number;
|
|
49114
|
+
amount: string | number;
|
|
49107
49115
|
from_wallet: string | number;
|
|
49108
49116
|
to_wallet: string | number;
|
|
49109
49117
|
type?: 'transfer' | undefined;
|
|
@@ -49114,7 +49122,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49114
49122
|
created_at?: string | undefined;
|
|
49115
49123
|
latest_control_hash?: string | null | undefined;
|
|
49116
49124
|
}, {
|
|
49117
|
-
amount: number;
|
|
49125
|
+
amount: string | number;
|
|
49118
49126
|
from_wallet: string | number;
|
|
49119
49127
|
to_wallet: string | number;
|
|
49120
49128
|
type?: 'transfer' | undefined;
|
|
@@ -49131,13 +49139,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49131
49139
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49132
49140
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49133
49141
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49134
|
-
amount: z.ZodNumber
|
|
49142
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49135
49143
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49136
49144
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49137
49145
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49138
49146
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
49139
49147
|
type: 'withdrawal';
|
|
49140
|
-
amount: number;
|
|
49148
|
+
amount: string | number;
|
|
49141
49149
|
wallet: string | number;
|
|
49142
49150
|
status?: 'pending' | 'finished' | undefined;
|
|
49143
49151
|
identifier?: string | undefined;
|
|
@@ -49147,7 +49155,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49147
49155
|
latest_control_hash?: string | null | undefined;
|
|
49148
49156
|
}, {
|
|
49149
49157
|
type: 'withdrawal';
|
|
49150
|
-
amount: number;
|
|
49158
|
+
amount: string | number;
|
|
49151
49159
|
wallet: string | number;
|
|
49152
49160
|
status?: 'pending' | 'finished' | undefined;
|
|
49153
49161
|
identifier?: string | undefined;
|
|
@@ -49169,7 +49177,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49169
49177
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49170
49178
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49171
49179
|
children?: ({
|
|
49172
|
-
amount: number;
|
|
49180
|
+
amount: string | number;
|
|
49173
49181
|
from_wallet: string | number;
|
|
49174
49182
|
to_wallet: string | number;
|
|
49175
49183
|
type?: 'transfer' | undefined;
|
|
@@ -49181,7 +49189,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49181
49189
|
latest_control_hash?: string | null | undefined;
|
|
49182
49190
|
} | {
|
|
49183
49191
|
type: 'deposit';
|
|
49184
|
-
amount: number;
|
|
49192
|
+
amount: string | number;
|
|
49185
49193
|
wallet: string | number;
|
|
49186
49194
|
status?: 'pending' | 'finished' | undefined;
|
|
49187
49195
|
identifier?: string | undefined;
|
|
@@ -49191,7 +49199,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49191
49199
|
latest_control_hash?: string | null | undefined;
|
|
49192
49200
|
} | {
|
|
49193
49201
|
type: 'withdrawal';
|
|
49194
|
-
amount: number;
|
|
49202
|
+
amount: string | number;
|
|
49195
49203
|
wallet: string | number;
|
|
49196
49204
|
status?: 'pending' | 'finished' | undefined;
|
|
49197
49205
|
identifier?: string | undefined;
|
|
@@ -49209,7 +49217,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49209
49217
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49210
49218
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49211
49219
|
children?: ({
|
|
49212
|
-
amount: number;
|
|
49220
|
+
amount: string | number;
|
|
49213
49221
|
from_wallet: string | number;
|
|
49214
49222
|
to_wallet: string | number;
|
|
49215
49223
|
type?: 'transfer' | undefined;
|
|
@@ -49221,7 +49229,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49221
49229
|
latest_control_hash?: string | null | undefined;
|
|
49222
49230
|
} | {
|
|
49223
49231
|
type: 'deposit';
|
|
49224
|
-
amount: number;
|
|
49232
|
+
amount: string | number;
|
|
49225
49233
|
wallet: string | number;
|
|
49226
49234
|
status?: 'pending' | 'finished' | undefined;
|
|
49227
49235
|
identifier?: string | undefined;
|
|
@@ -49231,7 +49239,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49231
49239
|
latest_control_hash?: string | null | undefined;
|
|
49232
49240
|
} | {
|
|
49233
49241
|
type: 'withdrawal';
|
|
49234
|
-
amount: number;
|
|
49242
|
+
amount: string | number;
|
|
49235
49243
|
wallet: string | number;
|
|
49236
49244
|
status?: 'pending' | 'finished' | undefined;
|
|
49237
49245
|
identifier?: string | undefined;
|
|
@@ -49251,7 +49259,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49251
49259
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49252
49260
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49253
49261
|
children?: ({
|
|
49254
|
-
amount: number;
|
|
49262
|
+
amount: string | number;
|
|
49255
49263
|
from_wallet: string | number;
|
|
49256
49264
|
to_wallet: string | number;
|
|
49257
49265
|
type?: 'transfer' | undefined;
|
|
@@ -49263,7 +49271,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49263
49271
|
latest_control_hash?: string | null | undefined;
|
|
49264
49272
|
} | {
|
|
49265
49273
|
type: 'deposit';
|
|
49266
|
-
amount: number;
|
|
49274
|
+
amount: string | number;
|
|
49267
49275
|
wallet: string | number;
|
|
49268
49276
|
status?: 'pending' | 'finished' | undefined;
|
|
49269
49277
|
identifier?: string | undefined;
|
|
@@ -49273,7 +49281,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49273
49281
|
latest_control_hash?: string | null | undefined;
|
|
49274
49282
|
} | {
|
|
49275
49283
|
type: 'withdrawal';
|
|
49276
|
-
amount: number;
|
|
49284
|
+
amount: string | number;
|
|
49277
49285
|
wallet: string | number;
|
|
49278
49286
|
status?: 'pending' | 'finished' | undefined;
|
|
49279
49287
|
identifier?: string | undefined;
|
|
@@ -49294,7 +49302,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49294
49302
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49295
49303
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49296
49304
|
children?: ({
|
|
49297
|
-
amount: number;
|
|
49305
|
+
amount: string | number;
|
|
49298
49306
|
from_wallet: string | number;
|
|
49299
49307
|
to_wallet: string | number;
|
|
49300
49308
|
type?: 'transfer' | undefined;
|
|
@@ -49306,7 +49314,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49306
49314
|
latest_control_hash?: string | null | undefined;
|
|
49307
49315
|
} | {
|
|
49308
49316
|
type: 'deposit';
|
|
49309
|
-
amount: number;
|
|
49317
|
+
amount: string | number;
|
|
49310
49318
|
wallet: string | number;
|
|
49311
49319
|
status?: 'pending' | 'finished' | undefined;
|
|
49312
49320
|
identifier?: string | undefined;
|
|
@@ -49316,7 +49324,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49316
49324
|
latest_control_hash?: string | null | undefined;
|
|
49317
49325
|
} | {
|
|
49318
49326
|
type: 'withdrawal';
|
|
49319
|
-
amount: number;
|
|
49327
|
+
amount: string | number;
|
|
49320
49328
|
wallet: string | number;
|
|
49321
49329
|
status?: 'pending' | 'finished' | undefined;
|
|
49322
49330
|
identifier?: string | undefined;
|
|
@@ -49336,7 +49344,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49336
49344
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49337
49345
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49338
49346
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49339
|
-
amount: z.ZodNumber
|
|
49347
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49340
49348
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49341
49349
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49342
49350
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -49345,7 +49353,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49345
49353
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49346
49354
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
49347
49355
|
}>, 'strip', z.ZodTypeAny, {
|
|
49348
|
-
amount: number;
|
|
49356
|
+
amount: string | number;
|
|
49349
49357
|
from_wallet: string | number;
|
|
49350
49358
|
to_wallet: string | number;
|
|
49351
49359
|
type?: 'transfer' | undefined;
|
|
@@ -49358,7 +49366,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49358
49366
|
latest_control_hash?: string | null | undefined;
|
|
49359
49367
|
transfer_group?: string | number | undefined;
|
|
49360
49368
|
}, {
|
|
49361
|
-
amount: number;
|
|
49369
|
+
amount: string | number;
|
|
49362
49370
|
from_wallet: string | number;
|
|
49363
49371
|
to_wallet: string | number;
|
|
49364
49372
|
type?: 'transfer' | undefined;
|
|
@@ -49377,7 +49385,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49377
49385
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49378
49386
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49379
49387
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49380
|
-
amount: z.ZodNumber
|
|
49388
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49381
49389
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49382
49390
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49383
49391
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -49386,7 +49394,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49386
49394
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
49387
49395
|
}>, 'strip', z.ZodTypeAny, {
|
|
49388
49396
|
type: 'deposit';
|
|
49389
|
-
amount: number;
|
|
49397
|
+
amount: string | number;
|
|
49390
49398
|
wallet: string | number;
|
|
49391
49399
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49392
49400
|
identifier?: string | undefined;
|
|
@@ -49398,7 +49406,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49398
49406
|
transfer_group?: string | number | undefined;
|
|
49399
49407
|
}, {
|
|
49400
49408
|
type: 'deposit';
|
|
49401
|
-
amount: number;
|
|
49409
|
+
amount: string | number;
|
|
49402
49410
|
wallet: string | number;
|
|
49403
49411
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49404
49412
|
identifier?: string | undefined;
|
|
@@ -49415,7 +49423,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49415
49423
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49416
49424
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49417
49425
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49418
|
-
amount: z.ZodNumber
|
|
49426
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49419
49427
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49420
49428
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49421
49429
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -49424,7 +49432,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49424
49432
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
49425
49433
|
}>, 'strip', z.ZodTypeAny, {
|
|
49426
49434
|
type: 'withdrawal';
|
|
49427
|
-
amount: number;
|
|
49435
|
+
amount: string | number;
|
|
49428
49436
|
wallet: string | number;
|
|
49429
49437
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49430
49438
|
identifier?: string | undefined;
|
|
@@ -49436,7 +49444,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49436
49444
|
transfer_group?: string | number | undefined;
|
|
49437
49445
|
}, {
|
|
49438
49446
|
type: 'withdrawal';
|
|
49439
|
-
amount: number;
|
|
49447
|
+
amount: string | number;
|
|
49440
49448
|
wallet: string | number;
|
|
49441
49449
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49442
49450
|
identifier?: string | undefined;
|
|
@@ -49449,7 +49457,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49449
49457
|
}>]>;
|
|
49450
49458
|
}, 'strip', z.ZodTypeAny, {
|
|
49451
49459
|
data: {
|
|
49452
|
-
amount: number;
|
|
49460
|
+
amount: string | number;
|
|
49453
49461
|
from_wallet: string | number;
|
|
49454
49462
|
to_wallet: string | number;
|
|
49455
49463
|
type?: 'transfer' | undefined;
|
|
@@ -49463,7 +49471,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49463
49471
|
transfer_group?: string | number | undefined;
|
|
49464
49472
|
} | {
|
|
49465
49473
|
type: 'deposit';
|
|
49466
|
-
amount: number;
|
|
49474
|
+
amount: string | number;
|
|
49467
49475
|
wallet: string | number;
|
|
49468
49476
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49469
49477
|
identifier?: string | undefined;
|
|
@@ -49475,7 +49483,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49475
49483
|
transfer_group?: string | number | undefined;
|
|
49476
49484
|
} | {
|
|
49477
49485
|
type: 'withdrawal';
|
|
49478
|
-
amount: number;
|
|
49486
|
+
amount: string | number;
|
|
49479
49487
|
wallet: string | number;
|
|
49480
49488
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49481
49489
|
identifier?: string | undefined;
|
|
@@ -49489,7 +49497,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49489
49497
|
target: 'transfer';
|
|
49490
49498
|
}, {
|
|
49491
49499
|
data: {
|
|
49492
|
-
amount: number;
|
|
49500
|
+
amount: string | number;
|
|
49493
49501
|
from_wallet: string | number;
|
|
49494
49502
|
to_wallet: string | number;
|
|
49495
49503
|
type?: 'transfer' | undefined;
|
|
@@ -49503,7 +49511,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49503
49511
|
transfer_group?: string | number | undefined;
|
|
49504
49512
|
} | {
|
|
49505
49513
|
type: 'deposit';
|
|
49506
|
-
amount: number;
|
|
49514
|
+
amount: string | number;
|
|
49507
49515
|
wallet: string | number;
|
|
49508
49516
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49509
49517
|
identifier?: string | undefined;
|
|
@@ -49515,7 +49523,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49515
49523
|
transfer_group?: string | number | undefined;
|
|
49516
49524
|
} | {
|
|
49517
49525
|
type: 'withdrawal';
|
|
49518
|
-
amount: number;
|
|
49526
|
+
amount: string | number;
|
|
49519
49527
|
wallet: string | number;
|
|
49520
49528
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49521
49529
|
identifier?: string | undefined;
|
|
@@ -49718,7 +49726,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49718
49726
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49719
49727
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49720
49728
|
children?: ({
|
|
49721
|
-
amount: number;
|
|
49729
|
+
amount: string | number;
|
|
49722
49730
|
from_wallet: string | number;
|
|
49723
49731
|
to_wallet: string | number;
|
|
49724
49732
|
type?: 'transfer' | undefined;
|
|
@@ -49730,7 +49738,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49730
49738
|
latest_control_hash?: string | null | undefined;
|
|
49731
49739
|
} | {
|
|
49732
49740
|
type: 'deposit';
|
|
49733
|
-
amount: number;
|
|
49741
|
+
amount: string | number;
|
|
49734
49742
|
wallet: string | number;
|
|
49735
49743
|
status?: 'pending' | 'finished' | undefined;
|
|
49736
49744
|
identifier?: string | undefined;
|
|
@@ -49740,7 +49748,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49740
49748
|
latest_control_hash?: string | null | undefined;
|
|
49741
49749
|
} | {
|
|
49742
49750
|
type: 'withdrawal';
|
|
49743
|
-
amount: number;
|
|
49751
|
+
amount: string | number;
|
|
49744
49752
|
wallet: string | number;
|
|
49745
49753
|
status?: 'pending' | 'finished' | undefined;
|
|
49746
49754
|
identifier?: string | undefined;
|
|
@@ -49753,7 +49761,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49753
49761
|
target: 'transfer_group';
|
|
49754
49762
|
} | {
|
|
49755
49763
|
data: {
|
|
49756
|
-
amount: number;
|
|
49764
|
+
amount: string | number;
|
|
49757
49765
|
from_wallet: string | number;
|
|
49758
49766
|
to_wallet: string | number;
|
|
49759
49767
|
type?: 'transfer' | undefined;
|
|
@@ -49767,7 +49775,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49767
49775
|
transfer_group?: string | number | undefined;
|
|
49768
49776
|
} | {
|
|
49769
49777
|
type: 'deposit';
|
|
49770
|
-
amount: number;
|
|
49778
|
+
amount: string | number;
|
|
49771
49779
|
wallet: string | number;
|
|
49772
49780
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49773
49781
|
identifier?: string | undefined;
|
|
@@ -49779,7 +49787,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49779
49787
|
transfer_group?: string | number | undefined;
|
|
49780
49788
|
} | {
|
|
49781
49789
|
type: 'withdrawal';
|
|
49782
|
-
amount: number;
|
|
49790
|
+
amount: string | number;
|
|
49783
49791
|
wallet: string | number;
|
|
49784
49792
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49785
49793
|
identifier?: string | undefined;
|
|
@@ -49855,7 +49863,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49855
49863
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49856
49864
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49857
49865
|
children?: ({
|
|
49858
|
-
amount: number;
|
|
49866
|
+
amount: string | number;
|
|
49859
49867
|
from_wallet: string | number;
|
|
49860
49868
|
to_wallet: string | number;
|
|
49861
49869
|
type?: 'transfer' | undefined;
|
|
@@ -49867,7 +49875,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49867
49875
|
latest_control_hash?: string | null | undefined;
|
|
49868
49876
|
} | {
|
|
49869
49877
|
type: 'deposit';
|
|
49870
|
-
amount: number;
|
|
49878
|
+
amount: string | number;
|
|
49871
49879
|
wallet: string | number;
|
|
49872
49880
|
status?: 'pending' | 'finished' | undefined;
|
|
49873
49881
|
identifier?: string | undefined;
|
|
@@ -49877,7 +49885,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49877
49885
|
latest_control_hash?: string | null | undefined;
|
|
49878
49886
|
} | {
|
|
49879
49887
|
type: 'withdrawal';
|
|
49880
|
-
amount: number;
|
|
49888
|
+
amount: string | number;
|
|
49881
49889
|
wallet: string | number;
|
|
49882
49890
|
status?: 'pending' | 'finished' | undefined;
|
|
49883
49891
|
identifier?: string | undefined;
|
|
@@ -49890,7 +49898,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49890
49898
|
target: 'transfer_group';
|
|
49891
49899
|
} | {
|
|
49892
49900
|
data: {
|
|
49893
|
-
amount: number;
|
|
49901
|
+
amount: string | number;
|
|
49894
49902
|
from_wallet: string | number;
|
|
49895
49903
|
to_wallet: string | number;
|
|
49896
49904
|
type?: 'transfer' | undefined;
|
|
@@ -49904,7 +49912,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49904
49912
|
transfer_group?: string | number | undefined;
|
|
49905
49913
|
} | {
|
|
49906
49914
|
type: 'deposit';
|
|
49907
|
-
amount: number;
|
|
49915
|
+
amount: string | number;
|
|
49908
49916
|
wallet: string | number;
|
|
49909
49917
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49910
49918
|
identifier?: string | undefined;
|
|
@@ -49916,7 +49924,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49916
49924
|
transfer_group?: string | number | undefined;
|
|
49917
49925
|
} | {
|
|
49918
49926
|
type: 'withdrawal';
|
|
49919
|
-
amount: number;
|
|
49927
|
+
amount: string | number;
|
|
49920
49928
|
wallet: string | number;
|
|
49921
49929
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49922
49930
|
identifier?: string | undefined;
|
|
@@ -58003,15 +58011,15 @@ declare module 'wapi-client/txs/reset-database/reset-database.schema.zod' {
|
|
|
58003
58011
|
tracking_id?: string | undefined;
|
|
58004
58012
|
transaction_id?: string | undefined;
|
|
58005
58013
|
} | undefined;
|
|
58006
|
-
confirmation?: string | undefined;
|
|
58007
58014
|
version?: string | undefined;
|
|
58015
|
+
confirmation?: string | undefined;
|
|
58008
58016
|
}, {
|
|
58009
58017
|
options?: {
|
|
58010
58018
|
tracking_id?: string | undefined;
|
|
58011
58019
|
transaction_id?: string | undefined;
|
|
58012
58020
|
} | undefined;
|
|
58013
|
-
confirmation?: string | undefined;
|
|
58014
58021
|
version?: string | undefined;
|
|
58022
|
+
confirmation?: string | undefined;
|
|
58015
58023
|
}>;
|
|
58016
58024
|
export const resetDatabaseTxOutputSchema: z.ZodObject<{
|
|
58017
58025
|
message: z.ZodOptional<z.ZodString>;
|
|
@@ -61389,7 +61397,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61389
61397
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
61390
61398
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61391
61399
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61392
|
-
amount: import("zod").ZodNumber
|
|
61400
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61393
61401
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61394
61402
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61395
61403
|
}, {
|
|
@@ -61410,7 +61418,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61410
61418
|
return_balance?: boolean | undefined;
|
|
61411
61419
|
}>>;
|
|
61412
61420
|
}>, 'strict', import("zod").ZodTypeAny, {
|
|
61413
|
-
amount: number;
|
|
61421
|
+
amount: string | number;
|
|
61414
61422
|
wallet: string | number;
|
|
61415
61423
|
options?: {
|
|
61416
61424
|
tracking_id?: string | undefined;
|
|
@@ -61425,7 +61433,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61425
61433
|
created_at?: string | undefined;
|
|
61426
61434
|
transfer_group?: string | number | undefined;
|
|
61427
61435
|
}, {
|
|
61428
|
-
amount: number;
|
|
61436
|
+
amount: string | number;
|
|
61429
61437
|
wallet: string | number;
|
|
61430
61438
|
options?: {
|
|
61431
61439
|
tracking_id?: string | undefined;
|
|
@@ -61547,13 +61555,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61547
61555
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
61548
61556
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61549
61557
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61550
|
-
amount: import("zod").ZodNumber
|
|
61558
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61551
61559
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61552
61560
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61553
61561
|
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61554
61562
|
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61555
61563
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61556
|
-
amount: number;
|
|
61564
|
+
amount: string | number;
|
|
61557
61565
|
from_wallet: string | number;
|
|
61558
61566
|
to_wallet: string | number;
|
|
61559
61567
|
type?: 'transfer' | undefined;
|
|
@@ -61565,7 +61573,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61565
61573
|
latest_control_hash?: string | null | undefined;
|
|
61566
61574
|
transfer_group?: string | number | undefined;
|
|
61567
61575
|
}, {
|
|
61568
|
-
amount: number;
|
|
61576
|
+
amount: string | number;
|
|
61569
61577
|
from_wallet: string | number;
|
|
61570
61578
|
to_wallet: string | number;
|
|
61571
61579
|
type?: 'transfer' | undefined;
|
|
@@ -61583,13 +61591,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61583
61591
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
61584
61592
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61585
61593
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61586
|
-
amount: import("zod").ZodNumber
|
|
61594
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61587
61595
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61588
61596
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61589
61597
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61590
61598
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61591
61599
|
type: 'deposit';
|
|
61592
|
-
amount: number;
|
|
61600
|
+
amount: string | number;
|
|
61593
61601
|
wallet: string | number;
|
|
61594
61602
|
status?: 'pending' | 'finished' | undefined;
|
|
61595
61603
|
identifier?: string | undefined;
|
|
@@ -61600,7 +61608,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61600
61608
|
transfer_group?: string | number | undefined;
|
|
61601
61609
|
}, {
|
|
61602
61610
|
type: 'deposit';
|
|
61603
|
-
amount: number;
|
|
61611
|
+
amount: string | number;
|
|
61604
61612
|
wallet: string | number;
|
|
61605
61613
|
status?: 'pending' | 'finished' | undefined;
|
|
61606
61614
|
identifier?: string | undefined;
|
|
@@ -61616,13 +61624,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61616
61624
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
61617
61625
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61618
61626
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61619
|
-
amount: import("zod").ZodNumber
|
|
61627
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61620
61628
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61621
61629
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61622
61630
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61623
61631
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61624
61632
|
type: 'withdrawal';
|
|
61625
|
-
amount: number;
|
|
61633
|
+
amount: string | number;
|
|
61626
61634
|
wallet: string | number;
|
|
61627
61635
|
status?: 'pending' | 'finished' | undefined;
|
|
61628
61636
|
identifier?: string | undefined;
|
|
@@ -61633,7 +61641,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61633
61641
|
transfer_group?: string | number | undefined;
|
|
61634
61642
|
}, {
|
|
61635
61643
|
type: 'withdrawal';
|
|
61636
|
-
amount: number;
|
|
61644
|
+
amount: string | number;
|
|
61637
61645
|
wallet: string | number;
|
|
61638
61646
|
status?: 'pending' | 'finished' | undefined;
|
|
61639
61647
|
identifier?: string | undefined;
|
|
@@ -61691,13 +61699,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61691
61699
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
61692
61700
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61693
61701
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61694
|
-
amount: import("zod").ZodNumber
|
|
61702
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61695
61703
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61696
61704
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61697
61705
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61698
61706
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
61699
61707
|
type: 'deposit';
|
|
61700
|
-
amount: number;
|
|
61708
|
+
amount: string | number;
|
|
61701
61709
|
wallet: string | number;
|
|
61702
61710
|
status?: 'pending' | 'finished' | undefined;
|
|
61703
61711
|
identifier?: string | undefined;
|
|
@@ -61707,7 +61715,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61707
61715
|
latest_control_hash?: string | null | undefined;
|
|
61708
61716
|
}, {
|
|
61709
61717
|
type: 'deposit';
|
|
61710
|
-
amount: number;
|
|
61718
|
+
amount: string | number;
|
|
61711
61719
|
wallet: string | number;
|
|
61712
61720
|
status?: 'pending' | 'finished' | undefined;
|
|
61713
61721
|
identifier?: string | undefined;
|
|
@@ -61722,13 +61730,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61722
61730
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
61723
61731
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61724
61732
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61725
|
-
amount: import("zod").ZodNumber
|
|
61733
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61726
61734
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61727
61735
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61728
61736
|
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61729
61737
|
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61730
61738
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
61731
|
-
amount: number;
|
|
61739
|
+
amount: string | number;
|
|
61732
61740
|
from_wallet: string | number;
|
|
61733
61741
|
to_wallet: string | number;
|
|
61734
61742
|
type?: 'transfer' | undefined;
|
|
@@ -61739,7 +61747,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61739
61747
|
created_at?: string | undefined;
|
|
61740
61748
|
latest_control_hash?: string | null | undefined;
|
|
61741
61749
|
}, {
|
|
61742
|
-
amount: number;
|
|
61750
|
+
amount: string | number;
|
|
61743
61751
|
from_wallet: string | number;
|
|
61744
61752
|
to_wallet: string | number;
|
|
61745
61753
|
type?: 'transfer' | undefined;
|
|
@@ -61756,13 +61764,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61756
61764
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
61757
61765
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61758
61766
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61759
|
-
amount: import("zod").ZodNumber
|
|
61767
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61760
61768
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61761
61769
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61762
61770
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61763
61771
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
61764
61772
|
type: 'withdrawal';
|
|
61765
|
-
amount: number;
|
|
61773
|
+
amount: string | number;
|
|
61766
61774
|
wallet: string | number;
|
|
61767
61775
|
status?: 'pending' | 'finished' | undefined;
|
|
61768
61776
|
identifier?: string | undefined;
|
|
@@ -61772,7 +61780,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61772
61780
|
latest_control_hash?: string | null | undefined;
|
|
61773
61781
|
}, {
|
|
61774
61782
|
type: 'withdrawal';
|
|
61775
|
-
amount: number;
|
|
61783
|
+
amount: string | number;
|
|
61776
61784
|
wallet: string | number;
|
|
61777
61785
|
status?: 'pending' | 'finished' | undefined;
|
|
61778
61786
|
identifier?: string | undefined;
|
|
@@ -61810,7 +61818,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61810
61818
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
61811
61819
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
61812
61820
|
children?: ({
|
|
61813
|
-
amount: number;
|
|
61821
|
+
amount: string | number;
|
|
61814
61822
|
from_wallet: string | number;
|
|
61815
61823
|
to_wallet: string | number;
|
|
61816
61824
|
type?: 'transfer' | undefined;
|
|
@@ -61822,7 +61830,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61822
61830
|
latest_control_hash?: string | null | undefined;
|
|
61823
61831
|
} | {
|
|
61824
61832
|
type: 'deposit';
|
|
61825
|
-
amount: number;
|
|
61833
|
+
amount: string | number;
|
|
61826
61834
|
wallet: string | number;
|
|
61827
61835
|
status?: 'pending' | 'finished' | undefined;
|
|
61828
61836
|
identifier?: string | undefined;
|
|
@@ -61832,7 +61840,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61832
61840
|
latest_control_hash?: string | null | undefined;
|
|
61833
61841
|
} | {
|
|
61834
61842
|
type: 'withdrawal';
|
|
61835
|
-
amount: number;
|
|
61843
|
+
amount: string | number;
|
|
61836
61844
|
wallet: string | number;
|
|
61837
61845
|
status?: 'pending' | 'finished' | undefined;
|
|
61838
61846
|
identifier?: string | undefined;
|
|
@@ -61853,7 +61861,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61853
61861
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
61854
61862
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
61855
61863
|
children?: ({
|
|
61856
|
-
amount: number;
|
|
61864
|
+
amount: string | number;
|
|
61857
61865
|
from_wallet: string | number;
|
|
61858
61866
|
to_wallet: string | number;
|
|
61859
61867
|
type?: 'transfer' | undefined;
|
|
@@ -61865,7 +61873,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61865
61873
|
latest_control_hash?: string | null | undefined;
|
|
61866
61874
|
} | {
|
|
61867
61875
|
type: 'deposit';
|
|
61868
|
-
amount: number;
|
|
61876
|
+
amount: string | number;
|
|
61869
61877
|
wallet: string | number;
|
|
61870
61878
|
status?: 'pending' | 'finished' | undefined;
|
|
61871
61879
|
identifier?: string | undefined;
|
|
@@ -61875,7 +61883,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61875
61883
|
latest_control_hash?: string | null | undefined;
|
|
61876
61884
|
} | {
|
|
61877
61885
|
type: 'withdrawal';
|
|
61878
|
-
amount: number;
|
|
61886
|
+
amount: string | number;
|
|
61879
61887
|
wallet: string | number;
|
|
61880
61888
|
status?: 'pending' | 'finished' | undefined;
|
|
61881
61889
|
identifier?: string | undefined;
|
|
@@ -61893,13 +61901,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61893
61901
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
61894
61902
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61895
61903
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61896
|
-
amount: import("zod").ZodNumber
|
|
61904
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61897
61905
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61898
61906
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61899
61907
|
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61900
61908
|
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61901
61909
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61902
|
-
amount: number;
|
|
61910
|
+
amount: string | number;
|
|
61903
61911
|
from_wallet: string | number;
|
|
61904
61912
|
to_wallet: string | number;
|
|
61905
61913
|
type?: 'transfer' | undefined;
|
|
@@ -61911,7 +61919,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61911
61919
|
latest_control_hash?: string | null | undefined;
|
|
61912
61920
|
transfer_group?: string | number | undefined;
|
|
61913
61921
|
}, {
|
|
61914
|
-
amount: number;
|
|
61922
|
+
amount: string | number;
|
|
61915
61923
|
from_wallet: string | number;
|
|
61916
61924
|
to_wallet: string | number;
|
|
61917
61925
|
type?: 'transfer' | undefined;
|
|
@@ -61929,13 +61937,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61929
61937
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
61930
61938
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61931
61939
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61932
|
-
amount: import("zod").ZodNumber
|
|
61940
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61933
61941
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61934
61942
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61935
61943
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61936
61944
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61937
61945
|
type: 'deposit';
|
|
61938
|
-
amount: number;
|
|
61946
|
+
amount: string | number;
|
|
61939
61947
|
wallet: string | number;
|
|
61940
61948
|
status?: 'pending' | 'finished' | undefined;
|
|
61941
61949
|
identifier?: string | undefined;
|
|
@@ -61946,7 +61954,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61946
61954
|
transfer_group?: string | number | undefined;
|
|
61947
61955
|
}, {
|
|
61948
61956
|
type: 'deposit';
|
|
61949
|
-
amount: number;
|
|
61957
|
+
amount: string | number;
|
|
61950
61958
|
wallet: string | number;
|
|
61951
61959
|
status?: 'pending' | 'finished' | undefined;
|
|
61952
61960
|
identifier?: string | undefined;
|
|
@@ -61962,13 +61970,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61962
61970
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
61963
61971
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61964
61972
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61965
|
-
amount: import("zod").ZodNumber
|
|
61973
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61966
61974
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61967
61975
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61968
61976
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61969
61977
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61970
61978
|
type: 'withdrawal';
|
|
61971
|
-
amount: number;
|
|
61979
|
+
amount: string | number;
|
|
61972
61980
|
wallet: string | number;
|
|
61973
61981
|
status?: 'pending' | 'finished' | undefined;
|
|
61974
61982
|
identifier?: string | undefined;
|
|
@@ -61979,7 +61987,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61979
61987
|
transfer_group?: string | number | undefined;
|
|
61980
61988
|
}, {
|
|
61981
61989
|
type: 'withdrawal';
|
|
61982
|
-
amount: number;
|
|
61990
|
+
amount: string | number;
|
|
61983
61991
|
wallet: string | number;
|
|
61984
61992
|
status?: 'pending' | 'finished' | undefined;
|
|
61985
61993
|
identifier?: string | undefined;
|
|
@@ -62010,7 +62018,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62010
62018
|
}>>>;
|
|
62011
62019
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
62012
62020
|
transfers: ({
|
|
62013
|
-
amount: number;
|
|
62021
|
+
amount: string | number;
|
|
62014
62022
|
from_wallet: string | number;
|
|
62015
62023
|
to_wallet: string | number;
|
|
62016
62024
|
type?: 'transfer' | undefined;
|
|
@@ -62023,7 +62031,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62023
62031
|
transfer_group?: string | number | undefined;
|
|
62024
62032
|
} | {
|
|
62025
62033
|
type: 'withdrawal';
|
|
62026
|
-
amount: number;
|
|
62034
|
+
amount: string | number;
|
|
62027
62035
|
wallet: string | number;
|
|
62028
62036
|
status?: 'pending' | 'finished' | undefined;
|
|
62029
62037
|
identifier?: string | undefined;
|
|
@@ -62034,7 +62042,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62034
62042
|
transfer_group?: string | number | undefined;
|
|
62035
62043
|
} | {
|
|
62036
62044
|
type: 'deposit';
|
|
62037
|
-
amount: number;
|
|
62045
|
+
amount: string | number;
|
|
62038
62046
|
wallet: string | number;
|
|
62039
62047
|
status?: 'pending' | 'finished' | undefined;
|
|
62040
62048
|
identifier?: string | undefined;
|
|
@@ -62053,7 +62061,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62053
62061
|
} | undefined;
|
|
62054
62062
|
}, {
|
|
62055
62063
|
transfers: ({
|
|
62056
|
-
amount: number;
|
|
62064
|
+
amount: string | number;
|
|
62057
62065
|
from_wallet: string | number;
|
|
62058
62066
|
to_wallet: string | number;
|
|
62059
62067
|
type?: 'transfer' | undefined;
|
|
@@ -62066,7 +62074,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62066
62074
|
transfer_group?: string | number | undefined;
|
|
62067
62075
|
} | {
|
|
62068
62076
|
type: 'withdrawal';
|
|
62069
|
-
amount: number;
|
|
62077
|
+
amount: string | number;
|
|
62070
62078
|
wallet: string | number;
|
|
62071
62079
|
status?: 'pending' | 'finished' | undefined;
|
|
62072
62080
|
identifier?: string | undefined;
|
|
@@ -62077,7 +62085,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62077
62085
|
transfer_group?: string | number | undefined;
|
|
62078
62086
|
} | {
|
|
62079
62087
|
type: 'deposit';
|
|
62080
|
-
amount: number;
|
|
62088
|
+
amount: string | number;
|
|
62081
62089
|
wallet: string | number;
|
|
62082
62090
|
status?: 'pending' | 'finished' | undefined;
|
|
62083
62091
|
identifier?: string | undefined;
|
|
@@ -62136,7 +62144,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62136
62144
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
62137
62145
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
62138
62146
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
62139
|
-
amount: import("zod").ZodNumber
|
|
62147
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
62140
62148
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
62141
62149
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
62142
62150
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -62155,7 +62163,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62155
62163
|
return_balance?: boolean | undefined;
|
|
62156
62164
|
}>>;
|
|
62157
62165
|
}>, 'strict', import("zod").ZodTypeAny, {
|
|
62158
|
-
amount: number;
|
|
62166
|
+
amount: string | number;
|
|
62159
62167
|
wallet: string | number;
|
|
62160
62168
|
options?: {
|
|
62161
62169
|
tracking_id?: string | undefined;
|
|
@@ -62170,7 +62178,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62170
62178
|
latest_control_hash?: string | null | undefined;
|
|
62171
62179
|
transfer_group?: string | number | undefined;
|
|
62172
62180
|
}, {
|
|
62173
|
-
amount: number;
|
|
62181
|
+
amount: string | number;
|
|
62174
62182
|
wallet: string | number;
|
|
62175
62183
|
options?: {
|
|
62176
62184
|
tracking_id?: string | undefined;
|
|
@@ -63861,13 +63869,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
63861
63869
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
63862
63870
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63863
63871
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
63864
|
-
amount: import("zod").ZodNumber
|
|
63872
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
63865
63873
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
63866
63874
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
63867
63875
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63868
63876
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
63869
63877
|
type: 'deposit';
|
|
63870
|
-
amount: number;
|
|
63878
|
+
amount: string | number;
|
|
63871
63879
|
wallet: string | number;
|
|
63872
63880
|
status?: 'pending' | 'finished' | undefined;
|
|
63873
63881
|
identifier?: string | undefined;
|
|
@@ -63877,7 +63885,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63877
63885
|
latest_control_hash?: string | null | undefined;
|
|
63878
63886
|
}, {
|
|
63879
63887
|
type: 'deposit';
|
|
63880
|
-
amount: number;
|
|
63888
|
+
amount: string | number;
|
|
63881
63889
|
wallet: string | number;
|
|
63882
63890
|
status?: 'pending' | 'finished' | undefined;
|
|
63883
63891
|
identifier?: string | undefined;
|
|
@@ -63892,13 +63900,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
63892
63900
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
63893
63901
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63894
63902
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
63895
|
-
amount: import("zod").ZodNumber
|
|
63903
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
63896
63904
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
63897
63905
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63898
63906
|
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
63899
63907
|
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
63900
63908
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
63901
|
-
amount: number;
|
|
63909
|
+
amount: string | number;
|
|
63902
63910
|
from_wallet: string | number;
|
|
63903
63911
|
to_wallet: string | number;
|
|
63904
63912
|
type?: 'transfer' | undefined;
|
|
@@ -63909,7 +63917,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63909
63917
|
created_at?: string | undefined;
|
|
63910
63918
|
latest_control_hash?: string | null | undefined;
|
|
63911
63919
|
}, {
|
|
63912
|
-
amount: number;
|
|
63920
|
+
amount: string | number;
|
|
63913
63921
|
from_wallet: string | number;
|
|
63914
63922
|
to_wallet: string | number;
|
|
63915
63923
|
type?: 'transfer' | undefined;
|
|
@@ -63926,13 +63934,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
63926
63934
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
63927
63935
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63928
63936
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
63929
|
-
amount: import("zod").ZodNumber
|
|
63937
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
63930
63938
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
63931
63939
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
63932
63940
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63933
63941
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
63934
63942
|
type: 'withdrawal';
|
|
63935
|
-
amount: number;
|
|
63943
|
+
amount: string | number;
|
|
63936
63944
|
wallet: string | number;
|
|
63937
63945
|
status?: 'pending' | 'finished' | undefined;
|
|
63938
63946
|
identifier?: string | undefined;
|
|
@@ -63942,7 +63950,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63942
63950
|
latest_control_hash?: string | null | undefined;
|
|
63943
63951
|
}, {
|
|
63944
63952
|
type: 'withdrawal';
|
|
63945
|
-
amount: number;
|
|
63953
|
+
amount: string | number;
|
|
63946
63954
|
wallet: string | number;
|
|
63947
63955
|
status?: 'pending' | 'finished' | undefined;
|
|
63948
63956
|
identifier?: string | undefined;
|
|
@@ -63964,7 +63972,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63964
63972
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
63965
63973
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
63966
63974
|
children?: ({
|
|
63967
|
-
amount: number;
|
|
63975
|
+
amount: string | number;
|
|
63968
63976
|
from_wallet: string | number;
|
|
63969
63977
|
to_wallet: string | number;
|
|
63970
63978
|
type?: 'transfer' | undefined;
|
|
@@ -63976,7 +63984,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63976
63984
|
latest_control_hash?: string | null | undefined;
|
|
63977
63985
|
} | {
|
|
63978
63986
|
type: 'deposit';
|
|
63979
|
-
amount: number;
|
|
63987
|
+
amount: string | number;
|
|
63980
63988
|
wallet: string | number;
|
|
63981
63989
|
status?: 'pending' | 'finished' | undefined;
|
|
63982
63990
|
identifier?: string | undefined;
|
|
@@ -63986,7 +63994,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63986
63994
|
latest_control_hash?: string | null | undefined;
|
|
63987
63995
|
} | {
|
|
63988
63996
|
type: 'withdrawal';
|
|
63989
|
-
amount: number;
|
|
63997
|
+
amount: string | number;
|
|
63990
63998
|
wallet: string | number;
|
|
63991
63999
|
status?: 'pending' | 'finished' | undefined;
|
|
63992
64000
|
identifier?: string | undefined;
|
|
@@ -64004,7 +64012,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64004
64012
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
64005
64013
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64006
64014
|
children?: ({
|
|
64007
|
-
amount: number;
|
|
64015
|
+
amount: string | number;
|
|
64008
64016
|
from_wallet: string | number;
|
|
64009
64017
|
to_wallet: string | number;
|
|
64010
64018
|
type?: 'transfer' | undefined;
|
|
@@ -64016,7 +64024,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64016
64024
|
latest_control_hash?: string | null | undefined;
|
|
64017
64025
|
} | {
|
|
64018
64026
|
type: 'deposit';
|
|
64019
|
-
amount: number;
|
|
64027
|
+
amount: string | number;
|
|
64020
64028
|
wallet: string | number;
|
|
64021
64029
|
status?: 'pending' | 'finished' | undefined;
|
|
64022
64030
|
identifier?: string | undefined;
|
|
@@ -64026,7 +64034,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64026
64034
|
latest_control_hash?: string | null | undefined;
|
|
64027
64035
|
} | {
|
|
64028
64036
|
type: 'withdrawal';
|
|
64029
|
-
amount: number;
|
|
64037
|
+
amount: string | number;
|
|
64030
64038
|
wallet: string | number;
|
|
64031
64039
|
status?: 'pending' | 'finished' | undefined;
|
|
64032
64040
|
identifier?: string | undefined;
|
|
@@ -64046,7 +64054,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64046
64054
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
64047
64055
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64048
64056
|
children?: ({
|
|
64049
|
-
amount: number;
|
|
64057
|
+
amount: string | number;
|
|
64050
64058
|
from_wallet: string | number;
|
|
64051
64059
|
to_wallet: string | number;
|
|
64052
64060
|
type?: 'transfer' | undefined;
|
|
@@ -64058,7 +64066,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64058
64066
|
latest_control_hash?: string | null | undefined;
|
|
64059
64067
|
} | {
|
|
64060
64068
|
type: 'deposit';
|
|
64061
|
-
amount: number;
|
|
64069
|
+
amount: string | number;
|
|
64062
64070
|
wallet: string | number;
|
|
64063
64071
|
status?: 'pending' | 'finished' | undefined;
|
|
64064
64072
|
identifier?: string | undefined;
|
|
@@ -64068,7 +64076,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64068
64076
|
latest_control_hash?: string | null | undefined;
|
|
64069
64077
|
} | {
|
|
64070
64078
|
type: 'withdrawal';
|
|
64071
|
-
amount: number;
|
|
64079
|
+
amount: string | number;
|
|
64072
64080
|
wallet: string | number;
|
|
64073
64081
|
status?: 'pending' | 'finished' | undefined;
|
|
64074
64082
|
identifier?: string | undefined;
|
|
@@ -64089,7 +64097,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64089
64097
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
64090
64098
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64091
64099
|
children?: ({
|
|
64092
|
-
amount: number;
|
|
64100
|
+
amount: string | number;
|
|
64093
64101
|
from_wallet: string | number;
|
|
64094
64102
|
to_wallet: string | number;
|
|
64095
64103
|
type?: 'transfer' | undefined;
|
|
@@ -64101,7 +64109,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64101
64109
|
latest_control_hash?: string | null | undefined;
|
|
64102
64110
|
} | {
|
|
64103
64111
|
type: 'deposit';
|
|
64104
|
-
amount: number;
|
|
64112
|
+
amount: string | number;
|
|
64105
64113
|
wallet: string | number;
|
|
64106
64114
|
status?: 'pending' | 'finished' | undefined;
|
|
64107
64115
|
identifier?: string | undefined;
|
|
@@ -64111,7 +64119,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64111
64119
|
latest_control_hash?: string | null | undefined;
|
|
64112
64120
|
} | {
|
|
64113
64121
|
type: 'withdrawal';
|
|
64114
|
-
amount: number;
|
|
64122
|
+
amount: string | number;
|
|
64115
64123
|
wallet: string | number;
|
|
64116
64124
|
status?: 'pending' | 'finished' | undefined;
|
|
64117
64125
|
identifier?: string | undefined;
|
|
@@ -64131,7 +64139,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64131
64139
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
64132
64140
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
64133
64141
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
64134
|
-
amount: import("zod").ZodNumber
|
|
64142
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
64135
64143
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
64136
64144
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
64137
64145
|
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
@@ -64140,7 +64148,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64140
64148
|
status_finalized_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
64141
64149
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
64142
64150
|
}>, 'strip', import("zod").ZodTypeAny, {
|
|
64143
|
-
amount: number;
|
|
64151
|
+
amount: string | number;
|
|
64144
64152
|
from_wallet: string | number;
|
|
64145
64153
|
to_wallet: string | number;
|
|
64146
64154
|
type?: 'transfer' | undefined;
|
|
@@ -64153,7 +64161,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64153
64161
|
latest_control_hash?: string | null | undefined;
|
|
64154
64162
|
transfer_group?: string | number | undefined;
|
|
64155
64163
|
}, {
|
|
64156
|
-
amount: number;
|
|
64164
|
+
amount: string | number;
|
|
64157
64165
|
from_wallet: string | number;
|
|
64158
64166
|
to_wallet: string | number;
|
|
64159
64167
|
type?: 'transfer' | undefined;
|
|
@@ -64172,7 +64180,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64172
64180
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
64173
64181
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
64174
64182
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
64175
|
-
amount: import("zod").ZodNumber
|
|
64183
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
64176
64184
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
64177
64185
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
64178
64186
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -64181,7 +64189,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64181
64189
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
64182
64190
|
}>, 'strip', import("zod").ZodTypeAny, {
|
|
64183
64191
|
type: 'deposit';
|
|
64184
|
-
amount: number;
|
|
64192
|
+
amount: string | number;
|
|
64185
64193
|
wallet: string | number;
|
|
64186
64194
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64187
64195
|
identifier?: string | undefined;
|
|
@@ -64193,7 +64201,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64193
64201
|
transfer_group?: string | number | undefined;
|
|
64194
64202
|
}, {
|
|
64195
64203
|
type: 'deposit';
|
|
64196
|
-
amount: number;
|
|
64204
|
+
amount: string | number;
|
|
64197
64205
|
wallet: string | number;
|
|
64198
64206
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64199
64207
|
identifier?: string | undefined;
|
|
@@ -64210,7 +64218,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64210
64218
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, import("zod").ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
64211
64219
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
64212
64220
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
64213
|
-
amount: import("zod").ZodNumber
|
|
64221
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
64214
64222
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
64215
64223
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
64216
64224
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -64219,7 +64227,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64219
64227
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
64220
64228
|
}>, 'strip', import("zod").ZodTypeAny, {
|
|
64221
64229
|
type: 'withdrawal';
|
|
64222
|
-
amount: number;
|
|
64230
|
+
amount: string | number;
|
|
64223
64231
|
wallet: string | number;
|
|
64224
64232
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64225
64233
|
identifier?: string | undefined;
|
|
@@ -64231,7 +64239,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64231
64239
|
transfer_group?: string | number | undefined;
|
|
64232
64240
|
}, {
|
|
64233
64241
|
type: 'withdrawal';
|
|
64234
|
-
amount: number;
|
|
64242
|
+
amount: string | number;
|
|
64235
64243
|
wallet: string | number;
|
|
64236
64244
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64237
64245
|
identifier?: string | undefined;
|
|
@@ -64244,7 +64252,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64244
64252
|
}>]>;
|
|
64245
64253
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
64246
64254
|
data: {
|
|
64247
|
-
amount: number;
|
|
64255
|
+
amount: string | number;
|
|
64248
64256
|
from_wallet: string | number;
|
|
64249
64257
|
to_wallet: string | number;
|
|
64250
64258
|
type?: 'transfer' | undefined;
|
|
@@ -64258,7 +64266,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64258
64266
|
transfer_group?: string | number | undefined;
|
|
64259
64267
|
} | {
|
|
64260
64268
|
type: 'deposit';
|
|
64261
|
-
amount: number;
|
|
64269
|
+
amount: string | number;
|
|
64262
64270
|
wallet: string | number;
|
|
64263
64271
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64264
64272
|
identifier?: string | undefined;
|
|
@@ -64270,7 +64278,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64270
64278
|
transfer_group?: string | number | undefined;
|
|
64271
64279
|
} | {
|
|
64272
64280
|
type: 'withdrawal';
|
|
64273
|
-
amount: number;
|
|
64281
|
+
amount: string | number;
|
|
64274
64282
|
wallet: string | number;
|
|
64275
64283
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64276
64284
|
identifier?: string | undefined;
|
|
@@ -64284,7 +64292,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64284
64292
|
target: 'transfer';
|
|
64285
64293
|
}, {
|
|
64286
64294
|
data: {
|
|
64287
|
-
amount: number;
|
|
64295
|
+
amount: string | number;
|
|
64288
64296
|
from_wallet: string | number;
|
|
64289
64297
|
to_wallet: string | number;
|
|
64290
64298
|
type?: 'transfer' | undefined;
|
|
@@ -64298,7 +64306,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64298
64306
|
transfer_group?: string | number | undefined;
|
|
64299
64307
|
} | {
|
|
64300
64308
|
type: 'deposit';
|
|
64301
|
-
amount: number;
|
|
64309
|
+
amount: string | number;
|
|
64302
64310
|
wallet: string | number;
|
|
64303
64311
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64304
64312
|
identifier?: string | undefined;
|
|
@@ -64310,7 +64318,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64310
64318
|
transfer_group?: string | number | undefined;
|
|
64311
64319
|
} | {
|
|
64312
64320
|
type: 'withdrawal';
|
|
64313
|
-
amount: number;
|
|
64321
|
+
amount: string | number;
|
|
64314
64322
|
wallet: string | number;
|
|
64315
64323
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64316
64324
|
identifier?: string | undefined;
|
|
@@ -64513,7 +64521,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64513
64521
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
64514
64522
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64515
64523
|
children?: ({
|
|
64516
|
-
amount: number;
|
|
64524
|
+
amount: string | number;
|
|
64517
64525
|
from_wallet: string | number;
|
|
64518
64526
|
to_wallet: string | number;
|
|
64519
64527
|
type?: 'transfer' | undefined;
|
|
@@ -64525,7 +64533,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64525
64533
|
latest_control_hash?: string | null | undefined;
|
|
64526
64534
|
} | {
|
|
64527
64535
|
type: 'deposit';
|
|
64528
|
-
amount: number;
|
|
64536
|
+
amount: string | number;
|
|
64529
64537
|
wallet: string | number;
|
|
64530
64538
|
status?: 'pending' | 'finished' | undefined;
|
|
64531
64539
|
identifier?: string | undefined;
|
|
@@ -64535,7 +64543,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64535
64543
|
latest_control_hash?: string | null | undefined;
|
|
64536
64544
|
} | {
|
|
64537
64545
|
type: 'withdrawal';
|
|
64538
|
-
amount: number;
|
|
64546
|
+
amount: string | number;
|
|
64539
64547
|
wallet: string | number;
|
|
64540
64548
|
status?: 'pending' | 'finished' | undefined;
|
|
64541
64549
|
identifier?: string | undefined;
|
|
@@ -64548,7 +64556,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64548
64556
|
target: 'transfer_group';
|
|
64549
64557
|
} | {
|
|
64550
64558
|
data: {
|
|
64551
|
-
amount: number;
|
|
64559
|
+
amount: string | number;
|
|
64552
64560
|
from_wallet: string | number;
|
|
64553
64561
|
to_wallet: string | number;
|
|
64554
64562
|
type?: 'transfer' | undefined;
|
|
@@ -64562,7 +64570,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64562
64570
|
transfer_group?: string | number | undefined;
|
|
64563
64571
|
} | {
|
|
64564
64572
|
type: 'deposit';
|
|
64565
|
-
amount: number;
|
|
64573
|
+
amount: string | number;
|
|
64566
64574
|
wallet: string | number;
|
|
64567
64575
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64568
64576
|
identifier?: string | undefined;
|
|
@@ -64574,7 +64582,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64574
64582
|
transfer_group?: string | number | undefined;
|
|
64575
64583
|
} | {
|
|
64576
64584
|
type: 'withdrawal';
|
|
64577
|
-
amount: number;
|
|
64585
|
+
amount: string | number;
|
|
64578
64586
|
wallet: string | number;
|
|
64579
64587
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64580
64588
|
identifier?: string | undefined;
|
|
@@ -64650,7 +64658,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64650
64658
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
64651
64659
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64652
64660
|
children?: ({
|
|
64653
|
-
amount: number;
|
|
64661
|
+
amount: string | number;
|
|
64654
64662
|
from_wallet: string | number;
|
|
64655
64663
|
to_wallet: string | number;
|
|
64656
64664
|
type?: 'transfer' | undefined;
|
|
@@ -64662,7 +64670,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64662
64670
|
latest_control_hash?: string | null | undefined;
|
|
64663
64671
|
} | {
|
|
64664
64672
|
type: 'deposit';
|
|
64665
|
-
amount: number;
|
|
64673
|
+
amount: string | number;
|
|
64666
64674
|
wallet: string | number;
|
|
64667
64675
|
status?: 'pending' | 'finished' | undefined;
|
|
64668
64676
|
identifier?: string | undefined;
|
|
@@ -64672,7 +64680,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64672
64680
|
latest_control_hash?: string | null | undefined;
|
|
64673
64681
|
} | {
|
|
64674
64682
|
type: 'withdrawal';
|
|
64675
|
-
amount: number;
|
|
64683
|
+
amount: string | number;
|
|
64676
64684
|
wallet: string | number;
|
|
64677
64685
|
status?: 'pending' | 'finished' | undefined;
|
|
64678
64686
|
identifier?: string | undefined;
|
|
@@ -64685,7 +64693,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64685
64693
|
target: 'transfer_group';
|
|
64686
64694
|
} | {
|
|
64687
64695
|
data: {
|
|
64688
|
-
amount: number;
|
|
64696
|
+
amount: string | number;
|
|
64689
64697
|
from_wallet: string | number;
|
|
64690
64698
|
to_wallet: string | number;
|
|
64691
64699
|
type?: 'transfer' | undefined;
|
|
@@ -64699,7 +64707,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64699
64707
|
transfer_group?: string | number | undefined;
|
|
64700
64708
|
} | {
|
|
64701
64709
|
type: 'deposit';
|
|
64702
|
-
amount: number;
|
|
64710
|
+
amount: string | number;
|
|
64703
64711
|
wallet: string | number;
|
|
64704
64712
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64705
64713
|
identifier?: string | undefined;
|
|
@@ -64711,7 +64719,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64711
64719
|
transfer_group?: string | number | undefined;
|
|
64712
64720
|
} | {
|
|
64713
64721
|
type: 'withdrawal';
|
|
64714
|
-
amount: number;
|
|
64722
|
+
amount: string | number;
|
|
64715
64723
|
wallet: string | number;
|
|
64716
64724
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64717
64725
|
identifier?: string | undefined;
|
|
@@ -68065,8 +68073,8 @@ declare module 'wapi-client/txs/index' {
|
|
|
68065
68073
|
tracking_id?: string | undefined;
|
|
68066
68074
|
transaction_id?: string | undefined;
|
|
68067
68075
|
} | undefined;
|
|
68068
|
-
confirmation?: string | undefined;
|
|
68069
68076
|
version?: string | undefined;
|
|
68077
|
+
confirmation?: string | undefined;
|
|
68070
68078
|
}>;
|
|
68071
68079
|
reverseTransfer: (input: unknown, options?: unknown, log?: import("wapi-client/lib/validation").Logger) => import("wapi-client/lib/validation").WithRequiredOptions<{
|
|
68072
68080
|
transfer: {
|