wapi-client 0.12.0-beta.1 → 0.12.0-beta.3
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 +2 -0
- package/dist/db/consts.browser.js +2 -0
- package/dist/db/consts.cjs +2 -0
- package/dist/db/consts.d.ts +1 -1
- package/dist/db/consts.js +2 -0
- 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.enums.d.ts +2 -1
- 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/export-tokens/export-tokens.browser.cjs +1 -23
- package/dist/fns/export-tokens/export-tokens.browser.js +2 -27
- package/dist/fns/export-tokens/export-tokens.cjs +1 -23
- package/dist/fns/export-tokens/export-tokens.js +2 -27
- package/dist/fns/export-transfer-groups/export-transfer-groups.browser.cjs +2 -24
- package/dist/fns/export-transfer-groups/export-transfer-groups.browser.js +3 -28
- package/dist/fns/export-transfer-groups/export-transfer-groups.cjs +2 -24
- package/dist/fns/export-transfer-groups/export-transfer-groups.js +3 -28
- package/dist/fns/export-transfers/export-transfers.browser.cjs +2 -23
- package/dist/fns/export-transfers/export-transfers.browser.js +3 -27
- package/dist/fns/export-transfers/export-transfers.cjs +2 -23
- package/dist/fns/export-transfers/export-transfers.js +3 -27
- package/dist/fns/export-wallets/export-wallets.browser.cjs +15 -7
- package/dist/fns/export-wallets/export-wallets.browser.js +17 -8
- package/dist/fns/export-wallets/export-wallets.cjs +15 -7
- package/dist/fns/export-wallets/export-wallets.js +17 -8
- package/dist/fns/find-balances/find-balances.browser.cjs +1 -23
- package/dist/fns/find-balances/find-balances.browser.js +2 -27
- package/dist/fns/find-balances/find-balances.cjs +1 -23
- package/dist/fns/find-balances/find-balances.js +2 -27
- package/dist/fns/find-tokens/find-tokens.browser.cjs +1 -23
- package/dist/fns/find-tokens/find-tokens.browser.js +2 -27
- package/dist/fns/find-tokens/find-tokens.cjs +1 -23
- package/dist/fns/find-tokens/find-tokens.js +2 -27
- package/dist/fns/find-transfer-groups/find-transfer-groups.browser.cjs +1 -23
- package/dist/fns/find-transfer-groups/find-transfer-groups.browser.js +2 -27
- package/dist/fns/find-transfer-groups/find-transfer-groups.cjs +1 -23
- package/dist/fns/find-transfer-groups/find-transfer-groups.js +2 -27
- package/dist/fns/find-transfers/find-transfers.browser.cjs +28 -18
- package/dist/fns/find-transfers/find-transfers.browser.js +29 -19
- package/dist/fns/find-transfers/find-transfers.cjs +28 -18
- package/dist/fns/find-transfers/find-transfers.js +29 -19
- package/dist/fns/find-wallets/find-wallets.browser.cjs +14 -6
- package/dist/fns/find-wallets/find-wallets.browser.js +16 -7
- package/dist/fns/find-wallets/find-wallets.cjs +14 -6
- package/dist/fns/find-wallets/find-wallets.js +16 -7
- package/dist/fns/import-data/import-data.schema.zod.d.ts +186 -186
- package/dist/fns/index.d.ts +93 -93
- package/dist/fns/list-exports/list-exports.browser.cjs +2 -4
- package/dist/fns/list-exports/list-exports.browser.js +3 -5
- package/dist/fns/list-exports/list-exports.cjs +2 -4
- package/dist/fns/list-exports/list-exports.js +3 -5
- package/dist/lib/ts-utils.browser.cjs +1 -5
- package/dist/lib/ts-utils.browser.js +1 -5
- package/dist/lib/ts-utils.cjs +2 -7
- package/dist/lib/ts-utils.d.ts +0 -5
- package/dist/lib/ts-utils.js +1 -5
- package/dist/lib/utils.browser.cjs +27 -20
- package/dist/lib/utils.browser.js +29 -20
- package/dist/lib/utils.cjs +27 -22
- package/dist/lib/utils.d.ts +4 -5
- package/dist/lib/utils.js +25 -20
- package/dist/types/index.d.ts +392 -396
- package/dist/wapi-client-web.iife.js +1 -1
- package/dist/wapi-client.iife.js +1 -1
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -1831,11 +1831,6 @@ declare module 'wapi-client/lib/errors' {
|
|
|
1831
1831
|
};
|
|
1832
1832
|
}
|
|
1833
1833
|
declare module 'wapi-client/lib/ts-utils' {
|
|
1834
|
-
export type Mutable<T> = {
|
|
1835
|
-
-readonly [P in keyof T]: Mutable<T[P]>;
|
|
1836
|
-
};
|
|
1837
|
-
export type RemoveFromTuple<T extends unknown[], U extends unknown[]> = T extends [infer A, ...infer B] ? A extends U[number] ? RemoveFromTuple<B, U> : [A, ...RemoveFromTuple<B, U>] : [];
|
|
1838
|
-
export function toMutable<T>(inp: T): Mutable<T>;
|
|
1839
1834
|
export function createEnumFromTuple<T extends readonly string[]>(tuple: T): Readonly<{
|
|
1840
1835
|
[K in T[number]]: K;
|
|
1841
1836
|
}>;
|
|
@@ -1843,7 +1838,7 @@ declare module 'wapi-client/lib/ts-utils' {
|
|
|
1843
1838
|
declare module 'wapi-client/db/consts' {
|
|
1844
1839
|
import z from 'zod';
|
|
1845
1840
|
export type Metadata = {
|
|
1846
|
-
[key: string]: string | boolean | number | null | Metadata | (string | boolean | number | null | Metadata)[];
|
|
1841
|
+
[key: string]: string | boolean | number | null | Metadata | undefined | (string | boolean | number | null | Metadata | undefined)[];
|
|
1847
1842
|
} | null;
|
|
1848
1843
|
export const MetadataSchema: z.ZodType<Metadata>;
|
|
1849
1844
|
export const DatetimeSchema: z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>;
|
|
@@ -2950,7 +2945,6 @@ declare module 'wapi-client/lib/utils' {
|
|
|
2950
2945
|
export function getIdentifier(): string;
|
|
2951
2946
|
export function copyObject<T>(input: T): T;
|
|
2952
2947
|
export function checkCopyObject<T>(input: T, property: string, value: unknown): T;
|
|
2953
|
-
export function omit<InputObject, OmitKey extends string>(input: InputObject, omitKey: OmitKey): Omit<InputObject, OmitKey>;
|
|
2954
2948
|
type ForeignType = {
|
|
2955
2949
|
foreign: string;
|
|
2956
2950
|
};
|
|
@@ -2975,12 +2969,12 @@ declare module 'wapi-client/lib/utils' {
|
|
|
2975
2969
|
[k: string]: string | ((i: any) => any);
|
|
2976
2970
|
}): R;
|
|
2977
2971
|
export function orderByToOrder(orderBy: string): ITxOrderingInput[];
|
|
2978
|
-
export function
|
|
2979
|
-
|
|
2980
|
-
order_by?: string;
|
|
2972
|
+
export function mergeFnOptionsOrderBy<T extends {
|
|
2973
|
+
order_by?: string | undefined;
|
|
2981
2974
|
order?: ITxOrderingInput[];
|
|
2982
|
-
}>(
|
|
2975
|
+
}>(options: T): Omit<T, 'order_by'>;
|
|
2983
2976
|
export function convertToString(input?: unknown): string | undefined;
|
|
2977
|
+
export function convertToNumber(input: string | number): number;
|
|
2984
2978
|
export function isFutureDate(dateString: string): boolean;
|
|
2985
2979
|
export function isDate(str: string): boolean;
|
|
2986
2980
|
export function isDateTime(str: string): boolean;
|
|
@@ -3187,6 +3181,7 @@ declare module 'wapi-client/fns/consts' {
|
|
|
3187
3181
|
offset?: number | undefined;
|
|
3188
3182
|
limit?: number | undefined;
|
|
3189
3183
|
}>;
|
|
3184
|
+
export const allowedStringPositiveNumericSchema: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
3190
3185
|
export const allowedStringIntSchema: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
3191
3186
|
export const allowedStringNumberSchema: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
3192
3187
|
}
|
|
@@ -17971,11 +17966,11 @@ declare module 'wapi-client/fns/create-deposit/create-deposit.schema.zod' {
|
|
|
17971
17966
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
17972
17967
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
17973
17968
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
17974
|
-
amount: z.ZodNumber
|
|
17969
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
17975
17970
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
17976
17971
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
17977
17972
|
}, 'strip', z.ZodTypeAny, {
|
|
17978
|
-
amount: number;
|
|
17973
|
+
amount: string | number;
|
|
17979
17974
|
wallet: string | number;
|
|
17980
17975
|
status?: 'pending' | 'finished' | undefined;
|
|
17981
17976
|
identifier?: string | undefined;
|
|
@@ -17984,7 +17979,7 @@ declare module 'wapi-client/fns/create-deposit/create-deposit.schema.zod' {
|
|
|
17984
17979
|
created_at?: string | undefined;
|
|
17985
17980
|
transfer_group?: string | number | undefined;
|
|
17986
17981
|
}, {
|
|
17987
|
-
amount: number;
|
|
17982
|
+
amount: string | number;
|
|
17988
17983
|
wallet: string | number;
|
|
17989
17984
|
status?: 'pending' | 'finished' | undefined;
|
|
17990
17985
|
identifier?: string | undefined;
|
|
@@ -17999,7 +17994,7 @@ declare module 'wapi-client/fns/create-deposit/create-deposit.schema.zod' {
|
|
|
17999
17994
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
18000
17995
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
18001
17996
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
18002
|
-
amount: z.ZodNumber
|
|
17997
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
18003
17998
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
18004
17999
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
18005
18000
|
}, {
|
|
@@ -18020,7 +18015,7 @@ declare module 'wapi-client/fns/create-deposit/create-deposit.schema.zod' {
|
|
|
18020
18015
|
return_balance?: boolean | undefined;
|
|
18021
18016
|
}>>;
|
|
18022
18017
|
}>, 'strict', z.ZodTypeAny, {
|
|
18023
|
-
amount: number;
|
|
18018
|
+
amount: string | number;
|
|
18024
18019
|
wallet: string | number;
|
|
18025
18020
|
options?: {
|
|
18026
18021
|
tracking_id?: string | undefined;
|
|
@@ -18035,7 +18030,7 @@ declare module 'wapi-client/fns/create-deposit/create-deposit.schema.zod' {
|
|
|
18035
18030
|
created_at?: string | undefined;
|
|
18036
18031
|
transfer_group?: string | number | undefined;
|
|
18037
18032
|
}, {
|
|
18038
|
-
amount: number;
|
|
18033
|
+
amount: string | number;
|
|
18039
18034
|
wallet: string | number;
|
|
18040
18035
|
options?: {
|
|
18041
18036
|
tracking_id?: string | undefined;
|
|
@@ -19188,7 +19183,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19188
19183
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19189
19184
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19190
19185
|
latest_control_hash: z.ZodNullable<z.ZodString>;
|
|
19191
|
-
amount: z.ZodNumber
|
|
19186
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19192
19187
|
metadata: z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>;
|
|
19193
19188
|
status: z.ZodEnum<["pending", 'finished']>;
|
|
19194
19189
|
transfer_group: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -19200,7 +19195,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19200
19195
|
identifier: string;
|
|
19201
19196
|
token: string | number;
|
|
19202
19197
|
created_at: string;
|
|
19203
|
-
amount: number;
|
|
19198
|
+
amount: string | number;
|
|
19204
19199
|
latest_control_hash: string | null;
|
|
19205
19200
|
transfer_group: string | number;
|
|
19206
19201
|
from_wallet: string | number;
|
|
@@ -19212,7 +19207,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19212
19207
|
identifier: string;
|
|
19213
19208
|
token: string | number;
|
|
19214
19209
|
created_at: string;
|
|
19215
|
-
amount: number;
|
|
19210
|
+
amount: string | number;
|
|
19216
19211
|
latest_control_hash: string | null;
|
|
19217
19212
|
transfer_group: string | number;
|
|
19218
19213
|
from_wallet: string | number;
|
|
@@ -19226,13 +19221,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19226
19221
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19227
19222
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19228
19223
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19229
|
-
amount: z.ZodNumber
|
|
19224
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19230
19225
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19231
19226
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19232
19227
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19233
19228
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19234
19229
|
}, 'strip', z.ZodTypeAny, {
|
|
19235
|
-
amount: number;
|
|
19230
|
+
amount: string | number;
|
|
19236
19231
|
from_wallet: string | number;
|
|
19237
19232
|
to_wallet: string | number;
|
|
19238
19233
|
type?: 'transfer' | undefined;
|
|
@@ -19244,7 +19239,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19244
19239
|
latest_control_hash?: string | null | undefined;
|
|
19245
19240
|
transfer_group?: string | number | undefined;
|
|
19246
19241
|
}, {
|
|
19247
|
-
amount: number;
|
|
19242
|
+
amount: string | number;
|
|
19248
19243
|
from_wallet: string | number;
|
|
19249
19244
|
to_wallet: string | number;
|
|
19250
19245
|
type?: 'transfer' | undefined;
|
|
@@ -19263,13 +19258,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19263
19258
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19264
19259
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19265
19260
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19266
|
-
amount: z.ZodNumber
|
|
19261
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19267
19262
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19268
19263
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19269
19264
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19270
19265
|
}, 'strip', z.ZodTypeAny, {
|
|
19271
19266
|
type: 'withdrawal';
|
|
19272
|
-
amount: number;
|
|
19267
|
+
amount: string | number;
|
|
19273
19268
|
wallet: string | number;
|
|
19274
19269
|
status?: 'pending' | 'finished' | undefined;
|
|
19275
19270
|
identifier?: string | undefined;
|
|
@@ -19280,7 +19275,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19280
19275
|
transfer_group?: string | number | undefined;
|
|
19281
19276
|
}, {
|
|
19282
19277
|
type: 'withdrawal';
|
|
19283
|
-
amount: number;
|
|
19278
|
+
amount: string | number;
|
|
19284
19279
|
wallet: string | number;
|
|
19285
19280
|
status?: 'pending' | 'finished' | undefined;
|
|
19286
19281
|
identifier?: string | undefined;
|
|
@@ -19297,13 +19292,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19297
19292
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19298
19293
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19299
19294
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19300
|
-
amount: z.ZodNumber
|
|
19295
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19301
19296
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19302
19297
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19303
19298
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19304
19299
|
}, 'strip', z.ZodTypeAny, {
|
|
19305
19300
|
type: 'deposit';
|
|
19306
|
-
amount: number;
|
|
19301
|
+
amount: string | number;
|
|
19307
19302
|
wallet: string | number;
|
|
19308
19303
|
status?: 'pending' | 'finished' | undefined;
|
|
19309
19304
|
identifier?: string | undefined;
|
|
@@ -19314,7 +19309,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19314
19309
|
transfer_group?: string | number | undefined;
|
|
19315
19310
|
}, {
|
|
19316
19311
|
type: 'deposit';
|
|
19317
|
-
amount: number;
|
|
19312
|
+
amount: string | number;
|
|
19318
19313
|
wallet: string | number;
|
|
19319
19314
|
status?: 'pending' | 'finished' | undefined;
|
|
19320
19315
|
identifier?: string | undefined;
|
|
@@ -19331,13 +19326,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19331
19326
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19332
19327
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19333
19328
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19334
|
-
amount: z.ZodNumber
|
|
19329
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19335
19330
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19336
19331
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19337
19332
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19338
19333
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19339
19334
|
}, 'strip', z.ZodTypeAny, {
|
|
19340
|
-
amount: number;
|
|
19335
|
+
amount: string | number;
|
|
19341
19336
|
from_wallet: string | number;
|
|
19342
19337
|
to_wallet: string | number;
|
|
19343
19338
|
type?: 'transfer' | undefined;
|
|
@@ -19349,7 +19344,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19349
19344
|
latest_control_hash?: string | null | undefined;
|
|
19350
19345
|
transfer_group?: string | number | undefined;
|
|
19351
19346
|
}, {
|
|
19352
|
-
amount: number;
|
|
19347
|
+
amount: string | number;
|
|
19353
19348
|
from_wallet: string | number;
|
|
19354
19349
|
to_wallet: string | number;
|
|
19355
19350
|
type?: 'transfer' | undefined;
|
|
@@ -19367,13 +19362,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19367
19362
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19368
19363
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19369
19364
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19370
|
-
amount: z.ZodNumber
|
|
19365
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19371
19366
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19372
19367
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19373
19368
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19374
19369
|
}, 'strip', z.ZodTypeAny, {
|
|
19375
19370
|
type: 'deposit';
|
|
19376
|
-
amount: number;
|
|
19371
|
+
amount: string | number;
|
|
19377
19372
|
wallet: string | number;
|
|
19378
19373
|
status?: 'pending' | 'finished' | undefined;
|
|
19379
19374
|
identifier?: string | undefined;
|
|
@@ -19384,7 +19379,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19384
19379
|
transfer_group?: string | number | undefined;
|
|
19385
19380
|
}, {
|
|
19386
19381
|
type: 'deposit';
|
|
19387
|
-
amount: number;
|
|
19382
|
+
amount: string | number;
|
|
19388
19383
|
wallet: string | number;
|
|
19389
19384
|
status?: 'pending' | 'finished' | undefined;
|
|
19390
19385
|
identifier?: string | undefined;
|
|
@@ -19400,13 +19395,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19400
19395
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19401
19396
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19402
19397
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19403
|
-
amount: z.ZodNumber
|
|
19398
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19404
19399
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19405
19400
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19406
19401
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19407
19402
|
}, 'strip', z.ZodTypeAny, {
|
|
19408
19403
|
type: 'withdrawal';
|
|
19409
|
-
amount: number;
|
|
19404
|
+
amount: string | number;
|
|
19410
19405
|
wallet: string | number;
|
|
19411
19406
|
status?: 'pending' | 'finished' | undefined;
|
|
19412
19407
|
identifier?: string | undefined;
|
|
@@ -19417,7 +19412,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19417
19412
|
transfer_group?: string | number | undefined;
|
|
19418
19413
|
}, {
|
|
19419
19414
|
type: 'withdrawal';
|
|
19420
|
-
amount: number;
|
|
19415
|
+
amount: string | number;
|
|
19421
19416
|
wallet: string | number;
|
|
19422
19417
|
status?: 'pending' | 'finished' | undefined;
|
|
19423
19418
|
identifier?: string | undefined;
|
|
@@ -19434,13 +19429,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19434
19429
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19435
19430
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19436
19431
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19437
|
-
amount: z.ZodNumber
|
|
19432
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19438
19433
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19439
19434
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19440
19435
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19441
19436
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19442
19437
|
}, 'strip', z.ZodTypeAny, {
|
|
19443
|
-
amount: number;
|
|
19438
|
+
amount: string | number;
|
|
19444
19439
|
from_wallet: string | number;
|
|
19445
19440
|
to_wallet: string | number;
|
|
19446
19441
|
type?: 'transfer' | undefined;
|
|
@@ -19452,7 +19447,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19452
19447
|
latest_control_hash?: string | null | undefined;
|
|
19453
19448
|
transfer_group?: string | number | undefined;
|
|
19454
19449
|
}, {
|
|
19455
|
-
amount: number;
|
|
19450
|
+
amount: string | number;
|
|
19456
19451
|
from_wallet: string | number;
|
|
19457
19452
|
to_wallet: string | number;
|
|
19458
19453
|
type?: 'transfer' | undefined;
|
|
@@ -19470,13 +19465,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19470
19465
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19471
19466
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19472
19467
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19473
|
-
amount: z.ZodNumber
|
|
19468
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19474
19469
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19475
19470
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19476
19471
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19477
19472
|
}, 'strip', z.ZodTypeAny, {
|
|
19478
19473
|
type: 'deposit';
|
|
19479
|
-
amount: number;
|
|
19474
|
+
amount: string | number;
|
|
19480
19475
|
wallet: string | number;
|
|
19481
19476
|
status?: 'pending' | 'finished' | undefined;
|
|
19482
19477
|
identifier?: string | undefined;
|
|
@@ -19487,7 +19482,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19487
19482
|
transfer_group?: string | number | undefined;
|
|
19488
19483
|
}, {
|
|
19489
19484
|
type: 'deposit';
|
|
19490
|
-
amount: number;
|
|
19485
|
+
amount: string | number;
|
|
19491
19486
|
wallet: string | number;
|
|
19492
19487
|
status?: 'pending' | 'finished' | undefined;
|
|
19493
19488
|
identifier?: string | undefined;
|
|
@@ -19503,13 +19498,13 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19503
19498
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19504
19499
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19505
19500
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19506
|
-
amount: z.ZodNumber
|
|
19501
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19507
19502
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19508
19503
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19509
19504
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19510
19505
|
}, 'strip', z.ZodTypeAny, {
|
|
19511
19506
|
type: 'withdrawal';
|
|
19512
|
-
amount: number;
|
|
19507
|
+
amount: string | number;
|
|
19513
19508
|
wallet: string | number;
|
|
19514
19509
|
status?: 'pending' | 'finished' | undefined;
|
|
19515
19510
|
identifier?: string | undefined;
|
|
@@ -19520,7 +19515,7 @@ declare module 'wapi-client/fns/create-transfer/create-transfer.schema.zod' {
|
|
|
19520
19515
|
transfer_group?: string | number | undefined;
|
|
19521
19516
|
}, {
|
|
19522
19517
|
type: 'withdrawal';
|
|
19523
|
-
amount: number;
|
|
19518
|
+
amount: string | number;
|
|
19524
19519
|
wallet: string | number;
|
|
19525
19520
|
status?: 'pending' | 'finished' | undefined;
|
|
19526
19521
|
identifier?: string | undefined;
|
|
@@ -19867,13 +19862,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19867
19862
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19868
19863
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19869
19864
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19870
|
-
amount: z.ZodNumber
|
|
19865
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19871
19866
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19872
19867
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19873
19868
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19874
19869
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19875
19870
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
19876
|
-
amount: number;
|
|
19871
|
+
amount: string | number;
|
|
19877
19872
|
from_wallet: string | number;
|
|
19878
19873
|
to_wallet: string | number;
|
|
19879
19874
|
type?: 'transfer' | undefined;
|
|
@@ -19884,7 +19879,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19884
19879
|
created_at?: string | undefined;
|
|
19885
19880
|
latest_control_hash?: string | null | undefined;
|
|
19886
19881
|
}, {
|
|
19887
|
-
amount: number;
|
|
19882
|
+
amount: string | number;
|
|
19888
19883
|
from_wallet: string | number;
|
|
19889
19884
|
to_wallet: string | number;
|
|
19890
19885
|
type?: 'transfer' | undefined;
|
|
@@ -19902,13 +19897,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19902
19897
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19903
19898
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19904
19899
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19905
|
-
amount: z.ZodNumber
|
|
19900
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19906
19901
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19907
19902
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19908
19903
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19909
19904
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
19910
19905
|
type: 'deposit';
|
|
19911
|
-
amount: number;
|
|
19906
|
+
amount: string | number;
|
|
19912
19907
|
wallet: string | number;
|
|
19913
19908
|
status?: 'pending' | 'finished' | undefined;
|
|
19914
19909
|
identifier?: string | undefined;
|
|
@@ -19918,7 +19913,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19918
19913
|
latest_control_hash?: string | null | undefined;
|
|
19919
19914
|
}, {
|
|
19920
19915
|
type: 'deposit';
|
|
19921
|
-
amount: number;
|
|
19916
|
+
amount: string | number;
|
|
19922
19917
|
wallet: string | number;
|
|
19923
19918
|
status?: 'pending' | 'finished' | undefined;
|
|
19924
19919
|
identifier?: string | undefined;
|
|
@@ -19934,13 +19929,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19934
19929
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19935
19930
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19936
19931
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19937
|
-
amount: z.ZodNumber
|
|
19932
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19938
19933
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19939
19934
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19940
19935
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19941
19936
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
19942
19937
|
type: 'withdrawal';
|
|
19943
|
-
amount: number;
|
|
19938
|
+
amount: string | number;
|
|
19944
19939
|
wallet: string | number;
|
|
19945
19940
|
status?: 'pending' | 'finished' | undefined;
|
|
19946
19941
|
identifier?: string | undefined;
|
|
@@ -19950,7 +19945,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19950
19945
|
latest_control_hash?: string | null | undefined;
|
|
19951
19946
|
}, {
|
|
19952
19947
|
type: 'withdrawal';
|
|
19953
|
-
amount: number;
|
|
19948
|
+
amount: string | number;
|
|
19954
19949
|
wallet: string | number;
|
|
19955
19950
|
status?: 'pending' | 'finished' | undefined;
|
|
19956
19951
|
identifier?: string | undefined;
|
|
@@ -19966,13 +19961,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19966
19961
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19967
19962
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19968
19963
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
19969
|
-
amount: z.ZodNumber
|
|
19964
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
19970
19965
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19971
19966
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
19972
19967
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19973
19968
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
19974
19969
|
type: 'deposit';
|
|
19975
|
-
amount: number;
|
|
19970
|
+
amount: string | number;
|
|
19976
19971
|
wallet: string | number;
|
|
19977
19972
|
status?: 'pending' | 'finished' | undefined;
|
|
19978
19973
|
identifier?: string | undefined;
|
|
@@ -19982,7 +19977,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19982
19977
|
latest_control_hash?: string | null | undefined;
|
|
19983
19978
|
}, {
|
|
19984
19979
|
type: 'deposit';
|
|
19985
|
-
amount: number;
|
|
19980
|
+
amount: string | number;
|
|
19986
19981
|
wallet: string | number;
|
|
19987
19982
|
status?: 'pending' | 'finished' | undefined;
|
|
19988
19983
|
identifier?: string | undefined;
|
|
@@ -19997,13 +19992,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
19997
19992
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
19998
19993
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
19999
19994
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20000
|
-
amount: z.ZodNumber
|
|
19995
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20001
19996
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20002
19997
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20003
19998
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20004
19999
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20005
20000
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20006
|
-
amount: number;
|
|
20001
|
+
amount: string | number;
|
|
20007
20002
|
from_wallet: string | number;
|
|
20008
20003
|
to_wallet: string | number;
|
|
20009
20004
|
type?: 'transfer' | undefined;
|
|
@@ -20014,7 +20009,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20014
20009
|
created_at?: string | undefined;
|
|
20015
20010
|
latest_control_hash?: string | null | undefined;
|
|
20016
20011
|
}, {
|
|
20017
|
-
amount: number;
|
|
20012
|
+
amount: string | number;
|
|
20018
20013
|
from_wallet: string | number;
|
|
20019
20014
|
to_wallet: string | number;
|
|
20020
20015
|
type?: 'transfer' | undefined;
|
|
@@ -20031,13 +20026,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20031
20026
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20032
20027
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20033
20028
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20034
|
-
amount: z.ZodNumber
|
|
20029
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20035
20030
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20036
20031
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20037
20032
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20038
20033
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20039
20034
|
type: 'withdrawal';
|
|
20040
|
-
amount: number;
|
|
20035
|
+
amount: string | number;
|
|
20041
20036
|
wallet: string | number;
|
|
20042
20037
|
status?: 'pending' | 'finished' | undefined;
|
|
20043
20038
|
identifier?: string | undefined;
|
|
@@ -20047,7 +20042,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20047
20042
|
latest_control_hash?: string | null | undefined;
|
|
20048
20043
|
}, {
|
|
20049
20044
|
type: 'withdrawal';
|
|
20050
|
-
amount: number;
|
|
20045
|
+
amount: string | number;
|
|
20051
20046
|
wallet: string | number;
|
|
20052
20047
|
status?: 'pending' | 'finished' | undefined;
|
|
20053
20048
|
identifier?: string | undefined;
|
|
@@ -20068,13 +20063,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20068
20063
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20069
20064
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20070
20065
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20071
|
-
amount: z.ZodNumber
|
|
20066
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20072
20067
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20073
20068
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20074
20069
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20075
20070
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20076
20071
|
type: 'deposit';
|
|
20077
|
-
amount: number;
|
|
20072
|
+
amount: string | number;
|
|
20078
20073
|
wallet: string | number;
|
|
20079
20074
|
status?: 'pending' | 'finished' | undefined;
|
|
20080
20075
|
identifier?: string | undefined;
|
|
@@ -20084,7 +20079,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20084
20079
|
latest_control_hash?: string | null | undefined;
|
|
20085
20080
|
}, {
|
|
20086
20081
|
type: 'deposit';
|
|
20087
|
-
amount: number;
|
|
20082
|
+
amount: string | number;
|
|
20088
20083
|
wallet: string | number;
|
|
20089
20084
|
status?: 'pending' | 'finished' | undefined;
|
|
20090
20085
|
identifier?: string | undefined;
|
|
@@ -20099,13 +20094,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20099
20094
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20100
20095
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20101
20096
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20102
|
-
amount: z.ZodNumber
|
|
20097
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20103
20098
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20104
20099
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20105
20100
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20106
20101
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20107
20102
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20108
|
-
amount: number;
|
|
20103
|
+
amount: string | number;
|
|
20109
20104
|
from_wallet: string | number;
|
|
20110
20105
|
to_wallet: string | number;
|
|
20111
20106
|
type?: 'transfer' | undefined;
|
|
@@ -20116,7 +20111,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20116
20111
|
created_at?: string | undefined;
|
|
20117
20112
|
latest_control_hash?: string | null | undefined;
|
|
20118
20113
|
}, {
|
|
20119
|
-
amount: number;
|
|
20114
|
+
amount: string | number;
|
|
20120
20115
|
from_wallet: string | number;
|
|
20121
20116
|
to_wallet: string | number;
|
|
20122
20117
|
type?: 'transfer' | undefined;
|
|
@@ -20133,13 +20128,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20133
20128
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20134
20129
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20135
20130
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20136
|
-
amount: z.ZodNumber
|
|
20131
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20137
20132
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20138
20133
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20139
20134
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20140
20135
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20141
20136
|
type: 'withdrawal';
|
|
20142
|
-
amount: number;
|
|
20137
|
+
amount: string | number;
|
|
20143
20138
|
wallet: string | number;
|
|
20144
20139
|
status?: 'pending' | 'finished' | undefined;
|
|
20145
20140
|
identifier?: string | undefined;
|
|
@@ -20149,7 +20144,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20149
20144
|
latest_control_hash?: string | null | undefined;
|
|
20150
20145
|
}, {
|
|
20151
20146
|
type: 'withdrawal';
|
|
20152
|
-
amount: number;
|
|
20147
|
+
amount: string | number;
|
|
20153
20148
|
wallet: string | number;
|
|
20154
20149
|
status?: 'pending' | 'finished' | undefined;
|
|
20155
20150
|
identifier?: string | undefined;
|
|
@@ -20164,7 +20159,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20164
20159
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
20165
20160
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
20166
20161
|
children?: ({
|
|
20167
|
-
amount: number;
|
|
20162
|
+
amount: string | number;
|
|
20168
20163
|
from_wallet: string | number;
|
|
20169
20164
|
to_wallet: string | number;
|
|
20170
20165
|
type?: 'transfer' | undefined;
|
|
@@ -20176,7 +20171,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20176
20171
|
latest_control_hash?: string | null | undefined;
|
|
20177
20172
|
} | {
|
|
20178
20173
|
type: 'deposit';
|
|
20179
|
-
amount: number;
|
|
20174
|
+
amount: string | number;
|
|
20180
20175
|
wallet: string | number;
|
|
20181
20176
|
status?: 'pending' | 'finished' | undefined;
|
|
20182
20177
|
identifier?: string | undefined;
|
|
@@ -20186,7 +20181,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20186
20181
|
latest_control_hash?: string | null | undefined;
|
|
20187
20182
|
} | {
|
|
20188
20183
|
type: 'withdrawal';
|
|
20189
|
-
amount: number;
|
|
20184
|
+
amount: string | number;
|
|
20190
20185
|
wallet: string | number;
|
|
20191
20186
|
status?: 'pending' | 'finished' | undefined;
|
|
20192
20187
|
identifier?: string | undefined;
|
|
@@ -20201,7 +20196,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20201
20196
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
20202
20197
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
20203
20198
|
children?: ({
|
|
20204
|
-
amount: number;
|
|
20199
|
+
amount: string | number;
|
|
20205
20200
|
from_wallet: string | number;
|
|
20206
20201
|
to_wallet: string | number;
|
|
20207
20202
|
type?: 'transfer' | undefined;
|
|
@@ -20213,7 +20208,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20213
20208
|
latest_control_hash?: string | null | undefined;
|
|
20214
20209
|
} | {
|
|
20215
20210
|
type: 'deposit';
|
|
20216
|
-
amount: number;
|
|
20211
|
+
amount: string | number;
|
|
20217
20212
|
wallet: string | number;
|
|
20218
20213
|
status?: 'pending' | 'finished' | undefined;
|
|
20219
20214
|
identifier?: string | undefined;
|
|
@@ -20223,7 +20218,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20223
20218
|
latest_control_hash?: string | null | undefined;
|
|
20224
20219
|
} | {
|
|
20225
20220
|
type: 'withdrawal';
|
|
20226
|
-
amount: number;
|
|
20221
|
+
amount: string | number;
|
|
20227
20222
|
wallet: string | number;
|
|
20228
20223
|
status?: 'pending' | 'finished' | undefined;
|
|
20229
20224
|
identifier?: string | undefined;
|
|
@@ -20245,13 +20240,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20245
20240
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20246
20241
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20247
20242
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20248
|
-
amount: z.ZodNumber
|
|
20243
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20249
20244
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20250
20245
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20251
20246
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20252
20247
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20253
20248
|
type: 'deposit';
|
|
20254
|
-
amount: number;
|
|
20249
|
+
amount: string | number;
|
|
20255
20250
|
wallet: string | number;
|
|
20256
20251
|
status?: 'pending' | 'finished' | undefined;
|
|
20257
20252
|
identifier?: string | undefined;
|
|
@@ -20261,7 +20256,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20261
20256
|
latest_control_hash?: string | null | undefined;
|
|
20262
20257
|
}, {
|
|
20263
20258
|
type: 'deposit';
|
|
20264
|
-
amount: number;
|
|
20259
|
+
amount: string | number;
|
|
20265
20260
|
wallet: string | number;
|
|
20266
20261
|
status?: 'pending' | 'finished' | undefined;
|
|
20267
20262
|
identifier?: string | undefined;
|
|
@@ -20276,13 +20271,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20276
20271
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20277
20272
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20278
20273
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20279
|
-
amount: z.ZodNumber
|
|
20274
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20280
20275
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20281
20276
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20282
20277
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20283
20278
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20284
20279
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20285
|
-
amount: number;
|
|
20280
|
+
amount: string | number;
|
|
20286
20281
|
from_wallet: string | number;
|
|
20287
20282
|
to_wallet: string | number;
|
|
20288
20283
|
type?: 'transfer' | undefined;
|
|
@@ -20293,7 +20288,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20293
20288
|
created_at?: string | undefined;
|
|
20294
20289
|
latest_control_hash?: string | null | undefined;
|
|
20295
20290
|
}, {
|
|
20296
|
-
amount: number;
|
|
20291
|
+
amount: string | number;
|
|
20297
20292
|
from_wallet: string | number;
|
|
20298
20293
|
to_wallet: string | number;
|
|
20299
20294
|
type?: 'transfer' | undefined;
|
|
@@ -20310,13 +20305,13 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20310
20305
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
20311
20306
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20312
20307
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
20313
|
-
amount: z.ZodNumber
|
|
20308
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
20314
20309
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20315
20310
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
20316
20311
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
20317
20312
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
20318
20313
|
type: 'withdrawal';
|
|
20319
|
-
amount: number;
|
|
20314
|
+
amount: string | number;
|
|
20320
20315
|
wallet: string | number;
|
|
20321
20316
|
status?: 'pending' | 'finished' | undefined;
|
|
20322
20317
|
identifier?: string | undefined;
|
|
@@ -20326,7 +20321,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20326
20321
|
latest_control_hash?: string | null | undefined;
|
|
20327
20322
|
}, {
|
|
20328
20323
|
type: 'withdrawal';
|
|
20329
|
-
amount: number;
|
|
20324
|
+
amount: string | number;
|
|
20330
20325
|
wallet: string | number;
|
|
20331
20326
|
status?: 'pending' | 'finished' | undefined;
|
|
20332
20327
|
identifier?: string | undefined;
|
|
@@ -20364,7 +20359,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20364
20359
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
20365
20360
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
20366
20361
|
children?: ({
|
|
20367
|
-
amount: number;
|
|
20362
|
+
amount: string | number;
|
|
20368
20363
|
from_wallet: string | number;
|
|
20369
20364
|
to_wallet: string | number;
|
|
20370
20365
|
type?: 'transfer' | undefined;
|
|
@@ -20376,7 +20371,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20376
20371
|
latest_control_hash?: string | null | undefined;
|
|
20377
20372
|
} | {
|
|
20378
20373
|
type: 'deposit';
|
|
20379
|
-
amount: number;
|
|
20374
|
+
amount: string | number;
|
|
20380
20375
|
wallet: string | number;
|
|
20381
20376
|
status?: 'pending' | 'finished' | undefined;
|
|
20382
20377
|
identifier?: string | undefined;
|
|
@@ -20386,7 +20381,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20386
20381
|
latest_control_hash?: string | null | undefined;
|
|
20387
20382
|
} | {
|
|
20388
20383
|
type: 'withdrawal';
|
|
20389
|
-
amount: number;
|
|
20384
|
+
amount: string | number;
|
|
20390
20385
|
wallet: string | number;
|
|
20391
20386
|
status?: 'pending' | 'finished' | undefined;
|
|
20392
20387
|
identifier?: string | undefined;
|
|
@@ -20407,7 +20402,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20407
20402
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
20408
20403
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
20409
20404
|
children?: ({
|
|
20410
|
-
amount: number;
|
|
20405
|
+
amount: string | number;
|
|
20411
20406
|
from_wallet: string | number;
|
|
20412
20407
|
to_wallet: string | number;
|
|
20413
20408
|
type?: 'transfer' | undefined;
|
|
@@ -20419,7 +20414,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20419
20414
|
latest_control_hash?: string | null | undefined;
|
|
20420
20415
|
} | {
|
|
20421
20416
|
type: 'deposit';
|
|
20422
|
-
amount: number;
|
|
20417
|
+
amount: string | number;
|
|
20423
20418
|
wallet: string | number;
|
|
20424
20419
|
status?: 'pending' | 'finished' | undefined;
|
|
20425
20420
|
identifier?: string | undefined;
|
|
@@ -20429,7 +20424,7 @@ declare module 'wapi-client/fns/create-transfer-group/create-transfer-group.sche
|
|
|
20429
20424
|
latest_control_hash?: string | null | undefined;
|
|
20430
20425
|
} | {
|
|
20431
20426
|
type: 'withdrawal';
|
|
20432
|
-
amount: number;
|
|
20427
|
+
amount: string | number;
|
|
20433
20428
|
wallet: string | number;
|
|
20434
20429
|
status?: 'pending' | 'finished' | undefined;
|
|
20435
20430
|
identifier?: string | undefined;
|
|
@@ -22405,13 +22400,13 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22405
22400
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
22406
22401
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22407
22402
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
22408
|
-
amount: z.ZodNumber
|
|
22403
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
22409
22404
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22410
22405
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22411
22406
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22412
22407
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22413
22408
|
}, 'strip', z.ZodTypeAny, {
|
|
22414
|
-
amount: number;
|
|
22409
|
+
amount: string | number;
|
|
22415
22410
|
from_wallet: string | number;
|
|
22416
22411
|
to_wallet: string | number;
|
|
22417
22412
|
type?: 'transfer' | undefined;
|
|
@@ -22423,7 +22418,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22423
22418
|
latest_control_hash?: string | null | undefined;
|
|
22424
22419
|
transfer_group?: string | number | undefined;
|
|
22425
22420
|
}, {
|
|
22426
|
-
amount: number;
|
|
22421
|
+
amount: string | number;
|
|
22427
22422
|
from_wallet: string | number;
|
|
22428
22423
|
to_wallet: string | number;
|
|
22429
22424
|
type?: 'transfer' | undefined;
|
|
@@ -22441,13 +22436,13 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22441
22436
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
22442
22437
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22443
22438
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
22444
|
-
amount: z.ZodNumber
|
|
22439
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
22445
22440
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22446
22441
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22447
22442
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22448
22443
|
}, 'strip', z.ZodTypeAny, {
|
|
22449
22444
|
type: 'deposit';
|
|
22450
|
-
amount: number;
|
|
22445
|
+
amount: string | number;
|
|
22451
22446
|
wallet: string | number;
|
|
22452
22447
|
status?: 'pending' | 'finished' | undefined;
|
|
22453
22448
|
identifier?: string | undefined;
|
|
@@ -22458,7 +22453,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22458
22453
|
transfer_group?: string | number | undefined;
|
|
22459
22454
|
}, {
|
|
22460
22455
|
type: 'deposit';
|
|
22461
|
-
amount: number;
|
|
22456
|
+
amount: string | number;
|
|
22462
22457
|
wallet: string | number;
|
|
22463
22458
|
status?: 'pending' | 'finished' | undefined;
|
|
22464
22459
|
identifier?: string | undefined;
|
|
@@ -22474,13 +22469,13 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22474
22469
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
22475
22470
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22476
22471
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
22477
|
-
amount: z.ZodNumber
|
|
22472
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
22478
22473
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22479
22474
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
22480
22475
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
22481
22476
|
}, 'strip', z.ZodTypeAny, {
|
|
22482
22477
|
type: 'withdrawal';
|
|
22483
|
-
amount: number;
|
|
22478
|
+
amount: string | number;
|
|
22484
22479
|
wallet: string | number;
|
|
22485
22480
|
status?: 'pending' | 'finished' | undefined;
|
|
22486
22481
|
identifier?: string | undefined;
|
|
@@ -22491,7 +22486,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22491
22486
|
transfer_group?: string | number | undefined;
|
|
22492
22487
|
}, {
|
|
22493
22488
|
type: 'withdrawal';
|
|
22494
|
-
amount: number;
|
|
22489
|
+
amount: string | number;
|
|
22495
22490
|
wallet: string | number;
|
|
22496
22491
|
status?: 'pending' | 'finished' | undefined;
|
|
22497
22492
|
identifier?: string | undefined;
|
|
@@ -22522,7 +22517,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22522
22517
|
}>>>;
|
|
22523
22518
|
}, 'strip', z.ZodTypeAny, {
|
|
22524
22519
|
transfers: ({
|
|
22525
|
-
amount: number;
|
|
22520
|
+
amount: string | number;
|
|
22526
22521
|
from_wallet: string | number;
|
|
22527
22522
|
to_wallet: string | number;
|
|
22528
22523
|
type?: 'transfer' | undefined;
|
|
@@ -22535,7 +22530,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22535
22530
|
transfer_group?: string | number | undefined;
|
|
22536
22531
|
} | {
|
|
22537
22532
|
type: 'withdrawal';
|
|
22538
|
-
amount: number;
|
|
22533
|
+
amount: string | number;
|
|
22539
22534
|
wallet: string | number;
|
|
22540
22535
|
status?: 'pending' | 'finished' | undefined;
|
|
22541
22536
|
identifier?: string | undefined;
|
|
@@ -22546,7 +22541,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22546
22541
|
transfer_group?: string | number | undefined;
|
|
22547
22542
|
} | {
|
|
22548
22543
|
type: 'deposit';
|
|
22549
|
-
amount: number;
|
|
22544
|
+
amount: string | number;
|
|
22550
22545
|
wallet: string | number;
|
|
22551
22546
|
status?: 'pending' | 'finished' | undefined;
|
|
22552
22547
|
identifier?: string | undefined;
|
|
@@ -22565,7 +22560,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22565
22560
|
} | undefined;
|
|
22566
22561
|
}, {
|
|
22567
22562
|
transfers: ({
|
|
22568
|
-
amount: number;
|
|
22563
|
+
amount: string | number;
|
|
22569
22564
|
from_wallet: string | number;
|
|
22570
22565
|
to_wallet: string | number;
|
|
22571
22566
|
type?: 'transfer' | undefined;
|
|
@@ -22578,7 +22573,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22578
22573
|
transfer_group?: string | number | undefined;
|
|
22579
22574
|
} | {
|
|
22580
22575
|
type: 'withdrawal';
|
|
22581
|
-
amount: number;
|
|
22576
|
+
amount: string | number;
|
|
22582
22577
|
wallet: string | number;
|
|
22583
22578
|
status?: 'pending' | 'finished' | undefined;
|
|
22584
22579
|
identifier?: string | undefined;
|
|
@@ -22589,7 +22584,7 @@ declare module 'wapi-client/fns/create-transfers/create-transfers.schema.zod' {
|
|
|
22589
22584
|
transfer_group?: string | number | undefined;
|
|
22590
22585
|
} | {
|
|
22591
22586
|
type: 'deposit';
|
|
22592
|
-
amount: number;
|
|
22587
|
+
amount: string | number;
|
|
22593
22588
|
wallet: string | number;
|
|
22594
22589
|
status?: 'pending' | 'finished' | undefined;
|
|
22595
22590
|
identifier?: string | undefined;
|
|
@@ -23751,12 +23746,12 @@ declare module 'wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod'
|
|
|
23751
23746
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
23752
23747
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
23753
23748
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
23754
|
-
amount: z.ZodNumber
|
|
23749
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
23755
23750
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23756
23751
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
23757
23752
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
23758
23753
|
}, 'strip', z.ZodTypeAny, {
|
|
23759
|
-
amount: number;
|
|
23754
|
+
amount: string | number;
|
|
23760
23755
|
wallet: string | number;
|
|
23761
23756
|
status?: 'pending' | 'finished' | undefined;
|
|
23762
23757
|
identifier?: string | undefined;
|
|
@@ -23766,7 +23761,7 @@ declare module 'wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod'
|
|
|
23766
23761
|
latest_control_hash?: string | null | undefined;
|
|
23767
23762
|
transfer_group?: string | number | undefined;
|
|
23768
23763
|
}, {
|
|
23769
|
-
amount: number;
|
|
23764
|
+
amount: string | number;
|
|
23770
23765
|
wallet: string | number;
|
|
23771
23766
|
status?: 'pending' | 'finished' | undefined;
|
|
23772
23767
|
identifier?: string | undefined;
|
|
@@ -23782,7 +23777,7 @@ declare module 'wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod'
|
|
|
23782
23777
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
23783
23778
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
23784
23779
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
23785
|
-
amount: z.ZodNumber
|
|
23780
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
23786
23781
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23787
23782
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
23788
23783
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -23801,7 +23796,7 @@ declare module 'wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod'
|
|
|
23801
23796
|
return_balance?: boolean | undefined;
|
|
23802
23797
|
}>>;
|
|
23803
23798
|
}>, 'strict', z.ZodTypeAny, {
|
|
23804
|
-
amount: number;
|
|
23799
|
+
amount: string | number;
|
|
23805
23800
|
wallet: string | number;
|
|
23806
23801
|
options?: {
|
|
23807
23802
|
tracking_id?: string | undefined;
|
|
@@ -23816,7 +23811,7 @@ declare module 'wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod'
|
|
|
23816
23811
|
latest_control_hash?: string | null | undefined;
|
|
23817
23812
|
transfer_group?: string | number | undefined;
|
|
23818
23813
|
}, {
|
|
23819
|
-
amount: number;
|
|
23814
|
+
amount: string | number;
|
|
23820
23815
|
wallet: string | number;
|
|
23821
23816
|
options?: {
|
|
23822
23817
|
tracking_id?: string | undefined;
|
|
@@ -46450,13 +46445,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46450
46445
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46451
46446
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46452
46447
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46453
|
-
amount: z.ZodNumber
|
|
46448
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46454
46449
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46455
46450
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46456
46451
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46457
46452
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
46458
46453
|
type: 'deposit';
|
|
46459
|
-
amount: number;
|
|
46454
|
+
amount: string | number;
|
|
46460
46455
|
wallet: string | number;
|
|
46461
46456
|
status?: 'pending' | 'finished' | undefined;
|
|
46462
46457
|
identifier?: string | undefined;
|
|
@@ -46466,7 +46461,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46466
46461
|
latest_control_hash?: string | null | undefined;
|
|
46467
46462
|
}, {
|
|
46468
46463
|
type: 'deposit';
|
|
46469
|
-
amount: number;
|
|
46464
|
+
amount: string | number;
|
|
46470
46465
|
wallet: string | number;
|
|
46471
46466
|
status?: 'pending' | 'finished' | undefined;
|
|
46472
46467
|
identifier?: string | undefined;
|
|
@@ -46481,13 +46476,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46481
46476
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46482
46477
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46483
46478
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46484
|
-
amount: z.ZodNumber
|
|
46479
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46485
46480
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46486
46481
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46487
46482
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46488
46483
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46489
46484
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
46490
|
-
amount: number;
|
|
46485
|
+
amount: string | number;
|
|
46491
46486
|
from_wallet: string | number;
|
|
46492
46487
|
to_wallet: string | number;
|
|
46493
46488
|
type?: 'transfer' | undefined;
|
|
@@ -46498,7 +46493,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46498
46493
|
created_at?: string | undefined;
|
|
46499
46494
|
latest_control_hash?: string | null | undefined;
|
|
46500
46495
|
}, {
|
|
46501
|
-
amount: number;
|
|
46496
|
+
amount: string | number;
|
|
46502
46497
|
from_wallet: string | number;
|
|
46503
46498
|
to_wallet: string | number;
|
|
46504
46499
|
type?: 'transfer' | undefined;
|
|
@@ -46515,13 +46510,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46515
46510
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46516
46511
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46517
46512
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46518
|
-
amount: z.ZodNumber
|
|
46513
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46519
46514
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46520
46515
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46521
46516
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46522
46517
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
46523
46518
|
type: 'withdrawal';
|
|
46524
|
-
amount: number;
|
|
46519
|
+
amount: string | number;
|
|
46525
46520
|
wallet: string | number;
|
|
46526
46521
|
status?: 'pending' | 'finished' | undefined;
|
|
46527
46522
|
identifier?: string | undefined;
|
|
@@ -46531,7 +46526,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46531
46526
|
latest_control_hash?: string | null | undefined;
|
|
46532
46527
|
}, {
|
|
46533
46528
|
type: 'withdrawal';
|
|
46534
|
-
amount: number;
|
|
46529
|
+
amount: string | number;
|
|
46535
46530
|
wallet: string | number;
|
|
46536
46531
|
status?: 'pending' | 'finished' | undefined;
|
|
46537
46532
|
identifier?: string | undefined;
|
|
@@ -46553,7 +46548,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46553
46548
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
46554
46549
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46555
46550
|
children?: ({
|
|
46556
|
-
amount: number;
|
|
46551
|
+
amount: string | number;
|
|
46557
46552
|
from_wallet: string | number;
|
|
46558
46553
|
to_wallet: string | number;
|
|
46559
46554
|
type?: 'transfer' | undefined;
|
|
@@ -46565,7 +46560,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46565
46560
|
latest_control_hash?: string | null | undefined;
|
|
46566
46561
|
} | {
|
|
46567
46562
|
type: 'deposit';
|
|
46568
|
-
amount: number;
|
|
46563
|
+
amount: string | number;
|
|
46569
46564
|
wallet: string | number;
|
|
46570
46565
|
status?: 'pending' | 'finished' | undefined;
|
|
46571
46566
|
identifier?: string | undefined;
|
|
@@ -46575,7 +46570,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46575
46570
|
latest_control_hash?: string | null | undefined;
|
|
46576
46571
|
} | {
|
|
46577
46572
|
type: 'withdrawal';
|
|
46578
|
-
amount: number;
|
|
46573
|
+
amount: string | number;
|
|
46579
46574
|
wallet: string | number;
|
|
46580
46575
|
status?: 'pending' | 'finished' | undefined;
|
|
46581
46576
|
identifier?: string | undefined;
|
|
@@ -46593,7 +46588,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46593
46588
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
46594
46589
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46595
46590
|
children?: ({
|
|
46596
|
-
amount: number;
|
|
46591
|
+
amount: string | number;
|
|
46597
46592
|
from_wallet: string | number;
|
|
46598
46593
|
to_wallet: string | number;
|
|
46599
46594
|
type?: 'transfer' | undefined;
|
|
@@ -46605,7 +46600,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46605
46600
|
latest_control_hash?: string | null | undefined;
|
|
46606
46601
|
} | {
|
|
46607
46602
|
type: 'deposit';
|
|
46608
|
-
amount: number;
|
|
46603
|
+
amount: string | number;
|
|
46609
46604
|
wallet: string | number;
|
|
46610
46605
|
status?: 'pending' | 'finished' | undefined;
|
|
46611
46606
|
identifier?: string | undefined;
|
|
@@ -46615,7 +46610,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46615
46610
|
latest_control_hash?: string | null | undefined;
|
|
46616
46611
|
} | {
|
|
46617
46612
|
type: 'withdrawal';
|
|
46618
|
-
amount: number;
|
|
46613
|
+
amount: string | number;
|
|
46619
46614
|
wallet: string | number;
|
|
46620
46615
|
status?: 'pending' | 'finished' | undefined;
|
|
46621
46616
|
identifier?: string | undefined;
|
|
@@ -46635,7 +46630,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46635
46630
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
46636
46631
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46637
46632
|
children?: ({
|
|
46638
|
-
amount: number;
|
|
46633
|
+
amount: string | number;
|
|
46639
46634
|
from_wallet: string | number;
|
|
46640
46635
|
to_wallet: string | number;
|
|
46641
46636
|
type?: 'transfer' | undefined;
|
|
@@ -46647,7 +46642,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46647
46642
|
latest_control_hash?: string | null | undefined;
|
|
46648
46643
|
} | {
|
|
46649
46644
|
type: 'deposit';
|
|
46650
|
-
amount: number;
|
|
46645
|
+
amount: string | number;
|
|
46651
46646
|
wallet: string | number;
|
|
46652
46647
|
status?: 'pending' | 'finished' | undefined;
|
|
46653
46648
|
identifier?: string | undefined;
|
|
@@ -46657,7 +46652,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46657
46652
|
latest_control_hash?: string | null | undefined;
|
|
46658
46653
|
} | {
|
|
46659
46654
|
type: 'withdrawal';
|
|
46660
|
-
amount: number;
|
|
46655
|
+
amount: string | number;
|
|
46661
46656
|
wallet: string | number;
|
|
46662
46657
|
status?: 'pending' | 'finished' | undefined;
|
|
46663
46658
|
identifier?: string | undefined;
|
|
@@ -46678,7 +46673,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46678
46673
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
46679
46674
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46680
46675
|
children?: ({
|
|
46681
|
-
amount: number;
|
|
46676
|
+
amount: string | number;
|
|
46682
46677
|
from_wallet: string | number;
|
|
46683
46678
|
to_wallet: string | number;
|
|
46684
46679
|
type?: 'transfer' | undefined;
|
|
@@ -46690,7 +46685,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46690
46685
|
latest_control_hash?: string | null | undefined;
|
|
46691
46686
|
} | {
|
|
46692
46687
|
type: 'deposit';
|
|
46693
|
-
amount: number;
|
|
46688
|
+
amount: string | number;
|
|
46694
46689
|
wallet: string | number;
|
|
46695
46690
|
status?: 'pending' | 'finished' | undefined;
|
|
46696
46691
|
identifier?: string | undefined;
|
|
@@ -46700,7 +46695,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46700
46695
|
latest_control_hash?: string | null | undefined;
|
|
46701
46696
|
} | {
|
|
46702
46697
|
type: 'withdrawal';
|
|
46703
|
-
amount: number;
|
|
46698
|
+
amount: string | number;
|
|
46704
46699
|
wallet: string | number;
|
|
46705
46700
|
status?: 'pending' | 'finished' | undefined;
|
|
46706
46701
|
identifier?: string | undefined;
|
|
@@ -46719,7 +46714,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46719
46714
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46720
46715
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46721
46716
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46722
|
-
amount: z.ZodNumber
|
|
46717
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46723
46718
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46724
46719
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46725
46720
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -46728,7 +46723,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46728
46723
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46729
46724
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46730
46725
|
}>, 'strip', z.ZodTypeAny, {
|
|
46731
|
-
amount: number;
|
|
46726
|
+
amount: string | number;
|
|
46732
46727
|
from_wallet: string | number;
|
|
46733
46728
|
to_wallet: string | number;
|
|
46734
46729
|
type?: 'transfer' | undefined;
|
|
@@ -46741,7 +46736,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46741
46736
|
latest_control_hash?: string | null | undefined;
|
|
46742
46737
|
transfer_group?: string | number | undefined;
|
|
46743
46738
|
}, {
|
|
46744
|
-
amount: number;
|
|
46739
|
+
amount: string | number;
|
|
46745
46740
|
from_wallet: string | number;
|
|
46746
46741
|
to_wallet: string | number;
|
|
46747
46742
|
type?: 'transfer' | undefined;
|
|
@@ -46761,7 +46756,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46761
46756
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46762
46757
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46763
46758
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46764
|
-
amount: z.ZodNumber
|
|
46759
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46765
46760
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46766
46761
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46767
46762
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -46770,7 +46765,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46770
46765
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46771
46766
|
}>, 'strip', z.ZodTypeAny, {
|
|
46772
46767
|
type: 'deposit';
|
|
46773
|
-
amount: number;
|
|
46768
|
+
amount: string | number;
|
|
46774
46769
|
wallet: string | number;
|
|
46775
46770
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46776
46771
|
identifier?: string | undefined;
|
|
@@ -46782,7 +46777,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46782
46777
|
transfer_group?: string | number | undefined;
|
|
46783
46778
|
}, {
|
|
46784
46779
|
type: 'deposit';
|
|
46785
|
-
amount: number;
|
|
46780
|
+
amount: string | number;
|
|
46786
46781
|
wallet: string | number;
|
|
46787
46782
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46788
46783
|
identifier?: string | undefined;
|
|
@@ -46800,7 +46795,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46800
46795
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46801
46796
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46802
46797
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46803
|
-
amount: z.ZodNumber
|
|
46798
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46804
46799
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46805
46800
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46806
46801
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -46809,7 +46804,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46809
46804
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46810
46805
|
}>, 'strip', z.ZodTypeAny, {
|
|
46811
46806
|
type: 'withdrawal';
|
|
46812
|
-
amount: number;
|
|
46807
|
+
amount: string | number;
|
|
46813
46808
|
wallet: string | number;
|
|
46814
46809
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46815
46810
|
identifier?: string | undefined;
|
|
@@ -46821,7 +46816,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46821
46816
|
transfer_group?: string | number | undefined;
|
|
46822
46817
|
}, {
|
|
46823
46818
|
type: 'withdrawal';
|
|
46824
|
-
amount: number;
|
|
46819
|
+
amount: string | number;
|
|
46825
46820
|
wallet: string | number;
|
|
46826
46821
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46827
46822
|
identifier?: string | undefined;
|
|
@@ -46839,7 +46834,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46839
46834
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46840
46835
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46841
46836
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46842
|
-
amount: z.ZodNumber
|
|
46837
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46843
46838
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46844
46839
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46845
46840
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -46848,7 +46843,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46848
46843
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46849
46844
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46850
46845
|
}>, 'strip', z.ZodTypeAny, {
|
|
46851
|
-
amount: number;
|
|
46846
|
+
amount: string | number;
|
|
46852
46847
|
from_wallet: string | number;
|
|
46853
46848
|
to_wallet: string | number;
|
|
46854
46849
|
type?: 'transfer' | undefined;
|
|
@@ -46861,7 +46856,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46861
46856
|
latest_control_hash?: string | null | undefined;
|
|
46862
46857
|
transfer_group?: string | number | undefined;
|
|
46863
46858
|
}, {
|
|
46864
|
-
amount: number;
|
|
46859
|
+
amount: string | number;
|
|
46865
46860
|
from_wallet: string | number;
|
|
46866
46861
|
to_wallet: string | number;
|
|
46867
46862
|
type?: 'transfer' | undefined;
|
|
@@ -46880,7 +46875,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46880
46875
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46881
46876
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46882
46877
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46883
|
-
amount: z.ZodNumber
|
|
46878
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46884
46879
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46885
46880
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46886
46881
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -46889,7 +46884,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46889
46884
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46890
46885
|
}>, 'strip', z.ZodTypeAny, {
|
|
46891
46886
|
type: 'deposit';
|
|
46892
|
-
amount: number;
|
|
46887
|
+
amount: string | number;
|
|
46893
46888
|
wallet: string | number;
|
|
46894
46889
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46895
46890
|
identifier?: string | undefined;
|
|
@@ -46901,7 +46896,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46901
46896
|
transfer_group?: string | number | undefined;
|
|
46902
46897
|
}, {
|
|
46903
46898
|
type: 'deposit';
|
|
46904
|
-
amount: number;
|
|
46899
|
+
amount: string | number;
|
|
46905
46900
|
wallet: string | number;
|
|
46906
46901
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46907
46902
|
identifier?: string | undefined;
|
|
@@ -46918,7 +46913,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46918
46913
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46919
46914
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46920
46915
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46921
|
-
amount: z.ZodNumber
|
|
46916
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46922
46917
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46923
46918
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
46924
46919
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -46927,7 +46922,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46927
46922
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46928
46923
|
}>, 'strip', z.ZodTypeAny, {
|
|
46929
46924
|
type: 'withdrawal';
|
|
46930
|
-
amount: number;
|
|
46925
|
+
amount: string | number;
|
|
46931
46926
|
wallet: string | number;
|
|
46932
46927
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46933
46928
|
identifier?: string | undefined;
|
|
@@ -46939,7 +46934,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46939
46934
|
transfer_group?: string | number | undefined;
|
|
46940
46935
|
}, {
|
|
46941
46936
|
type: 'withdrawal';
|
|
46942
|
-
amount: number;
|
|
46937
|
+
amount: string | number;
|
|
46943
46938
|
wallet: string | number;
|
|
46944
46939
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
46945
46940
|
identifier?: string | undefined;
|
|
@@ -46959,7 +46954,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46959
46954
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
46960
46955
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46961
46956
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46962
|
-
amount: z.ZodNumber
|
|
46957
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
46963
46958
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46964
46959
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
46965
46960
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -46968,7 +46963,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46968
46963
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
46969
46964
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
46970
46965
|
}>, 'strip', z.ZodTypeAny, {
|
|
46971
|
-
amount: number;
|
|
46966
|
+
amount: string | number;
|
|
46972
46967
|
from_wallet: string | number;
|
|
46973
46968
|
to_wallet: string | number;
|
|
46974
46969
|
type?: 'transfer' | undefined;
|
|
@@ -46981,7 +46976,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
46981
46976
|
latest_control_hash?: string | null | undefined;
|
|
46982
46977
|
transfer_group?: string | number | undefined;
|
|
46983
46978
|
}, {
|
|
46984
|
-
amount: number;
|
|
46979
|
+
amount: string | number;
|
|
46985
46980
|
from_wallet: string | number;
|
|
46986
46981
|
to_wallet: string | number;
|
|
46987
46982
|
type?: 'transfer' | undefined;
|
|
@@ -47000,7 +46995,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47000
46995
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47001
46996
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47002
46997
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47003
|
-
amount: z.ZodNumber
|
|
46998
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47004
46999
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47005
47000
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47006
47001
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -47009,7 +47004,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47009
47004
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
47010
47005
|
}>, 'strip', z.ZodTypeAny, {
|
|
47011
47006
|
type: 'deposit';
|
|
47012
|
-
amount: number;
|
|
47007
|
+
amount: string | number;
|
|
47013
47008
|
wallet: string | number;
|
|
47014
47009
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47015
47010
|
identifier?: string | undefined;
|
|
@@ -47021,7 +47016,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47021
47016
|
transfer_group?: string | number | undefined;
|
|
47022
47017
|
}, {
|
|
47023
47018
|
type: 'deposit';
|
|
47024
|
-
amount: number;
|
|
47019
|
+
amount: string | number;
|
|
47025
47020
|
wallet: string | number;
|
|
47026
47021
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47027
47022
|
identifier?: string | undefined;
|
|
@@ -47038,7 +47033,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47038
47033
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47039
47034
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47040
47035
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47041
|
-
amount: z.ZodNumber
|
|
47036
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47042
47037
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47043
47038
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47044
47039
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -47047,7 +47042,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47047
47042
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
47048
47043
|
}>, 'strip', z.ZodTypeAny, {
|
|
47049
47044
|
type: 'withdrawal';
|
|
47050
|
-
amount: number;
|
|
47045
|
+
amount: string | number;
|
|
47051
47046
|
wallet: string | number;
|
|
47052
47047
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47053
47048
|
identifier?: string | undefined;
|
|
@@ -47059,7 +47054,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47059
47054
|
transfer_group?: string | number | undefined;
|
|
47060
47055
|
}, {
|
|
47061
47056
|
type: 'withdrawal';
|
|
47062
|
-
amount: number;
|
|
47057
|
+
amount: string | number;
|
|
47063
47058
|
wallet: string | number;
|
|
47064
47059
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47065
47060
|
identifier?: string | undefined;
|
|
@@ -47072,7 +47067,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47072
47067
|
}>]>;
|
|
47073
47068
|
}, 'strip', z.ZodTypeAny, {
|
|
47074
47069
|
data: {
|
|
47075
|
-
amount: number;
|
|
47070
|
+
amount: string | number;
|
|
47076
47071
|
from_wallet: string | number;
|
|
47077
47072
|
to_wallet: string | number;
|
|
47078
47073
|
type?: 'transfer' | undefined;
|
|
@@ -47086,7 +47081,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47086
47081
|
transfer_group?: string | number | undefined;
|
|
47087
47082
|
} | {
|
|
47088
47083
|
type: 'deposit';
|
|
47089
|
-
amount: number;
|
|
47084
|
+
amount: string | number;
|
|
47090
47085
|
wallet: string | number;
|
|
47091
47086
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47092
47087
|
identifier?: string | undefined;
|
|
@@ -47098,7 +47093,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47098
47093
|
transfer_group?: string | number | undefined;
|
|
47099
47094
|
} | {
|
|
47100
47095
|
type: 'withdrawal';
|
|
47101
|
-
amount: number;
|
|
47096
|
+
amount: string | number;
|
|
47102
47097
|
wallet: string | number;
|
|
47103
47098
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47104
47099
|
identifier?: string | undefined;
|
|
@@ -47112,7 +47107,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47112
47107
|
target: 'transfer';
|
|
47113
47108
|
}, {
|
|
47114
47109
|
data: {
|
|
47115
|
-
amount: number;
|
|
47110
|
+
amount: string | number;
|
|
47116
47111
|
from_wallet: string | number;
|
|
47117
47112
|
to_wallet: string | number;
|
|
47118
47113
|
type?: 'transfer' | undefined;
|
|
@@ -47126,7 +47121,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47126
47121
|
transfer_group?: string | number | undefined;
|
|
47127
47122
|
} | {
|
|
47128
47123
|
type: 'deposit';
|
|
47129
|
-
amount: number;
|
|
47124
|
+
amount: string | number;
|
|
47130
47125
|
wallet: string | number;
|
|
47131
47126
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47132
47127
|
identifier?: string | undefined;
|
|
@@ -47138,7 +47133,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47138
47133
|
transfer_group?: string | number | undefined;
|
|
47139
47134
|
} | {
|
|
47140
47135
|
type: 'withdrawal';
|
|
47141
|
-
amount: number;
|
|
47136
|
+
amount: string | number;
|
|
47142
47137
|
wallet: string | number;
|
|
47143
47138
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47144
47139
|
identifier?: string | undefined;
|
|
@@ -47395,13 +47390,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47395
47390
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47396
47391
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47397
47392
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47398
|
-
amount: z.ZodNumber
|
|
47393
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47399
47394
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47400
47395
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47401
47396
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47402
47397
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
47403
47398
|
type: 'deposit';
|
|
47404
|
-
amount: number;
|
|
47399
|
+
amount: string | number;
|
|
47405
47400
|
wallet: string | number;
|
|
47406
47401
|
status?: 'pending' | 'finished' | undefined;
|
|
47407
47402
|
identifier?: string | undefined;
|
|
@@ -47411,7 +47406,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47411
47406
|
latest_control_hash?: string | null | undefined;
|
|
47412
47407
|
}, {
|
|
47413
47408
|
type: 'deposit';
|
|
47414
|
-
amount: number;
|
|
47409
|
+
amount: string | number;
|
|
47415
47410
|
wallet: string | number;
|
|
47416
47411
|
status?: 'pending' | 'finished' | undefined;
|
|
47417
47412
|
identifier?: string | undefined;
|
|
@@ -47426,13 +47421,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47426
47421
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47427
47422
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47428
47423
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47429
|
-
amount: z.ZodNumber
|
|
47424
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47430
47425
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47431
47426
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47432
47427
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47433
47428
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47434
47429
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
47435
|
-
amount: number;
|
|
47430
|
+
amount: string | number;
|
|
47436
47431
|
from_wallet: string | number;
|
|
47437
47432
|
to_wallet: string | number;
|
|
47438
47433
|
type?: 'transfer' | undefined;
|
|
@@ -47443,7 +47438,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47443
47438
|
created_at?: string | undefined;
|
|
47444
47439
|
latest_control_hash?: string | null | undefined;
|
|
47445
47440
|
}, {
|
|
47446
|
-
amount: number;
|
|
47441
|
+
amount: string | number;
|
|
47447
47442
|
from_wallet: string | number;
|
|
47448
47443
|
to_wallet: string | number;
|
|
47449
47444
|
type?: 'transfer' | undefined;
|
|
@@ -47460,13 +47455,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47460
47455
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47461
47456
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47462
47457
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47463
|
-
amount: z.ZodNumber
|
|
47458
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47464
47459
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47465
47460
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47466
47461
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47467
47462
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
47468
47463
|
type: 'withdrawal';
|
|
47469
|
-
amount: number;
|
|
47464
|
+
amount: string | number;
|
|
47470
47465
|
wallet: string | number;
|
|
47471
47466
|
status?: 'pending' | 'finished' | undefined;
|
|
47472
47467
|
identifier?: string | undefined;
|
|
@@ -47476,7 +47471,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47476
47471
|
latest_control_hash?: string | null | undefined;
|
|
47477
47472
|
}, {
|
|
47478
47473
|
type: 'withdrawal';
|
|
47479
|
-
amount: number;
|
|
47474
|
+
amount: string | number;
|
|
47480
47475
|
wallet: string | number;
|
|
47481
47476
|
status?: 'pending' | 'finished' | undefined;
|
|
47482
47477
|
identifier?: string | undefined;
|
|
@@ -47498,7 +47493,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47498
47493
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
47499
47494
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47500
47495
|
children?: ({
|
|
47501
|
-
amount: number;
|
|
47496
|
+
amount: string | number;
|
|
47502
47497
|
from_wallet: string | number;
|
|
47503
47498
|
to_wallet: string | number;
|
|
47504
47499
|
type?: 'transfer' | undefined;
|
|
@@ -47510,7 +47505,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47510
47505
|
latest_control_hash?: string | null | undefined;
|
|
47511
47506
|
} | {
|
|
47512
47507
|
type: 'deposit';
|
|
47513
|
-
amount: number;
|
|
47508
|
+
amount: string | number;
|
|
47514
47509
|
wallet: string | number;
|
|
47515
47510
|
status?: 'pending' | 'finished' | undefined;
|
|
47516
47511
|
identifier?: string | undefined;
|
|
@@ -47520,7 +47515,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47520
47515
|
latest_control_hash?: string | null | undefined;
|
|
47521
47516
|
} | {
|
|
47522
47517
|
type: 'withdrawal';
|
|
47523
|
-
amount: number;
|
|
47518
|
+
amount: string | number;
|
|
47524
47519
|
wallet: string | number;
|
|
47525
47520
|
status?: 'pending' | 'finished' | undefined;
|
|
47526
47521
|
identifier?: string | undefined;
|
|
@@ -47538,7 +47533,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47538
47533
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
47539
47534
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47540
47535
|
children?: ({
|
|
47541
|
-
amount: number;
|
|
47536
|
+
amount: string | number;
|
|
47542
47537
|
from_wallet: string | number;
|
|
47543
47538
|
to_wallet: string | number;
|
|
47544
47539
|
type?: 'transfer' | undefined;
|
|
@@ -47550,7 +47545,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47550
47545
|
latest_control_hash?: string | null | undefined;
|
|
47551
47546
|
} | {
|
|
47552
47547
|
type: 'deposit';
|
|
47553
|
-
amount: number;
|
|
47548
|
+
amount: string | number;
|
|
47554
47549
|
wallet: string | number;
|
|
47555
47550
|
status?: 'pending' | 'finished' | undefined;
|
|
47556
47551
|
identifier?: string | undefined;
|
|
@@ -47560,7 +47555,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47560
47555
|
latest_control_hash?: string | null | undefined;
|
|
47561
47556
|
} | {
|
|
47562
47557
|
type: 'withdrawal';
|
|
47563
|
-
amount: number;
|
|
47558
|
+
amount: string | number;
|
|
47564
47559
|
wallet: string | number;
|
|
47565
47560
|
status?: 'pending' | 'finished' | undefined;
|
|
47566
47561
|
identifier?: string | undefined;
|
|
@@ -47580,7 +47575,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47580
47575
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
47581
47576
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47582
47577
|
children?: ({
|
|
47583
|
-
amount: number;
|
|
47578
|
+
amount: string | number;
|
|
47584
47579
|
from_wallet: string | number;
|
|
47585
47580
|
to_wallet: string | number;
|
|
47586
47581
|
type?: 'transfer' | undefined;
|
|
@@ -47592,7 +47587,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47592
47587
|
latest_control_hash?: string | null | undefined;
|
|
47593
47588
|
} | {
|
|
47594
47589
|
type: 'deposit';
|
|
47595
|
-
amount: number;
|
|
47590
|
+
amount: string | number;
|
|
47596
47591
|
wallet: string | number;
|
|
47597
47592
|
status?: 'pending' | 'finished' | undefined;
|
|
47598
47593
|
identifier?: string | undefined;
|
|
@@ -47602,7 +47597,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47602
47597
|
latest_control_hash?: string | null | undefined;
|
|
47603
47598
|
} | {
|
|
47604
47599
|
type: 'withdrawal';
|
|
47605
|
-
amount: number;
|
|
47600
|
+
amount: string | number;
|
|
47606
47601
|
wallet: string | number;
|
|
47607
47602
|
status?: 'pending' | 'finished' | undefined;
|
|
47608
47603
|
identifier?: string | undefined;
|
|
@@ -47623,7 +47618,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47623
47618
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
47624
47619
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47625
47620
|
children?: ({
|
|
47626
|
-
amount: number;
|
|
47621
|
+
amount: string | number;
|
|
47627
47622
|
from_wallet: string | number;
|
|
47628
47623
|
to_wallet: string | number;
|
|
47629
47624
|
type?: 'transfer' | undefined;
|
|
@@ -47635,7 +47630,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47635
47630
|
latest_control_hash?: string | null | undefined;
|
|
47636
47631
|
} | {
|
|
47637
47632
|
type: 'deposit';
|
|
47638
|
-
amount: number;
|
|
47633
|
+
amount: string | number;
|
|
47639
47634
|
wallet: string | number;
|
|
47640
47635
|
status?: 'pending' | 'finished' | undefined;
|
|
47641
47636
|
identifier?: string | undefined;
|
|
@@ -47645,7 +47640,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47645
47640
|
latest_control_hash?: string | null | undefined;
|
|
47646
47641
|
} | {
|
|
47647
47642
|
type: 'withdrawal';
|
|
47648
|
-
amount: number;
|
|
47643
|
+
amount: string | number;
|
|
47649
47644
|
wallet: string | number;
|
|
47650
47645
|
status?: 'pending' | 'finished' | undefined;
|
|
47651
47646
|
identifier?: string | undefined;
|
|
@@ -47665,7 +47660,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47665
47660
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47666
47661
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47667
47662
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47668
|
-
amount: z.ZodNumber
|
|
47663
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47669
47664
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47670
47665
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47671
47666
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -47674,7 +47669,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47674
47669
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47675
47670
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
47676
47671
|
}>, 'strip', z.ZodTypeAny, {
|
|
47677
|
-
amount: number;
|
|
47672
|
+
amount: string | number;
|
|
47678
47673
|
from_wallet: string | number;
|
|
47679
47674
|
to_wallet: string | number;
|
|
47680
47675
|
type?: 'transfer' | undefined;
|
|
@@ -47687,7 +47682,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47687
47682
|
latest_control_hash?: string | null | undefined;
|
|
47688
47683
|
transfer_group?: string | number | undefined;
|
|
47689
47684
|
}, {
|
|
47690
|
-
amount: number;
|
|
47685
|
+
amount: string | number;
|
|
47691
47686
|
from_wallet: string | number;
|
|
47692
47687
|
to_wallet: string | number;
|
|
47693
47688
|
type?: 'transfer' | undefined;
|
|
@@ -47706,7 +47701,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47706
47701
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47707
47702
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47708
47703
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47709
|
-
amount: z.ZodNumber
|
|
47704
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47710
47705
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47711
47706
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47712
47707
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -47715,7 +47710,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47715
47710
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
47716
47711
|
}>, 'strip', z.ZodTypeAny, {
|
|
47717
47712
|
type: 'deposit';
|
|
47718
|
-
amount: number;
|
|
47713
|
+
amount: string | number;
|
|
47719
47714
|
wallet: string | number;
|
|
47720
47715
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47721
47716
|
identifier?: string | undefined;
|
|
@@ -47727,7 +47722,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47727
47722
|
transfer_group?: string | number | undefined;
|
|
47728
47723
|
}, {
|
|
47729
47724
|
type: 'deposit';
|
|
47730
|
-
amount: number;
|
|
47725
|
+
amount: string | number;
|
|
47731
47726
|
wallet: string | number;
|
|
47732
47727
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47733
47728
|
identifier?: string | undefined;
|
|
@@ -47744,7 +47739,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47744
47739
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
47745
47740
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
47746
47741
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
47747
|
-
amount: z.ZodNumber
|
|
47742
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
47748
47743
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47749
47744
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
47750
47745
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -47753,7 +47748,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47753
47748
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
47754
47749
|
}>, 'strip', z.ZodTypeAny, {
|
|
47755
47750
|
type: 'withdrawal';
|
|
47756
|
-
amount: number;
|
|
47751
|
+
amount: string | number;
|
|
47757
47752
|
wallet: string | number;
|
|
47758
47753
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47759
47754
|
identifier?: string | undefined;
|
|
@@ -47765,7 +47760,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47765
47760
|
transfer_group?: string | number | undefined;
|
|
47766
47761
|
}, {
|
|
47767
47762
|
type: 'withdrawal';
|
|
47768
|
-
amount: number;
|
|
47763
|
+
amount: string | number;
|
|
47769
47764
|
wallet: string | number;
|
|
47770
47765
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47771
47766
|
identifier?: string | undefined;
|
|
@@ -47778,7 +47773,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47778
47773
|
}>]>;
|
|
47779
47774
|
}, 'strip', z.ZodTypeAny, {
|
|
47780
47775
|
data: {
|
|
47781
|
-
amount: number;
|
|
47776
|
+
amount: string | number;
|
|
47782
47777
|
from_wallet: string | number;
|
|
47783
47778
|
to_wallet: string | number;
|
|
47784
47779
|
type?: 'transfer' | undefined;
|
|
@@ -47792,7 +47787,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47792
47787
|
transfer_group?: string | number | undefined;
|
|
47793
47788
|
} | {
|
|
47794
47789
|
type: 'deposit';
|
|
47795
|
-
amount: number;
|
|
47790
|
+
amount: string | number;
|
|
47796
47791
|
wallet: string | number;
|
|
47797
47792
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47798
47793
|
identifier?: string | undefined;
|
|
@@ -47804,7 +47799,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47804
47799
|
transfer_group?: string | number | undefined;
|
|
47805
47800
|
} | {
|
|
47806
47801
|
type: 'withdrawal';
|
|
47807
|
-
amount: number;
|
|
47802
|
+
amount: string | number;
|
|
47808
47803
|
wallet: string | number;
|
|
47809
47804
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47810
47805
|
identifier?: string | undefined;
|
|
@@ -47818,7 +47813,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47818
47813
|
target: 'transfer';
|
|
47819
47814
|
}, {
|
|
47820
47815
|
data: {
|
|
47821
|
-
amount: number;
|
|
47816
|
+
amount: string | number;
|
|
47822
47817
|
from_wallet: string | number;
|
|
47823
47818
|
to_wallet: string | number;
|
|
47824
47819
|
type?: 'transfer' | undefined;
|
|
@@ -47832,7 +47827,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47832
47827
|
transfer_group?: string | number | undefined;
|
|
47833
47828
|
} | {
|
|
47834
47829
|
type: 'deposit';
|
|
47835
|
-
amount: number;
|
|
47830
|
+
amount: string | number;
|
|
47836
47831
|
wallet: string | number;
|
|
47837
47832
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47838
47833
|
identifier?: string | undefined;
|
|
@@ -47844,7 +47839,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
47844
47839
|
transfer_group?: string | number | undefined;
|
|
47845
47840
|
} | {
|
|
47846
47841
|
type: 'withdrawal';
|
|
47847
|
-
amount: number;
|
|
47842
|
+
amount: string | number;
|
|
47848
47843
|
wallet: string | number;
|
|
47849
47844
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
47850
47845
|
identifier?: string | undefined;
|
|
@@ -48100,13 +48095,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48100
48095
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48101
48096
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48102
48097
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48103
|
-
amount: z.ZodNumber
|
|
48098
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48104
48099
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48105
48100
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48106
48101
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48107
48102
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
48108
48103
|
type: 'deposit';
|
|
48109
|
-
amount: number;
|
|
48104
|
+
amount: string | number;
|
|
48110
48105
|
wallet: string | number;
|
|
48111
48106
|
status?: 'pending' | 'finished' | undefined;
|
|
48112
48107
|
identifier?: string | undefined;
|
|
@@ -48116,7 +48111,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48116
48111
|
latest_control_hash?: string | null | undefined;
|
|
48117
48112
|
}, {
|
|
48118
48113
|
type: 'deposit';
|
|
48119
|
-
amount: number;
|
|
48114
|
+
amount: string | number;
|
|
48120
48115
|
wallet: string | number;
|
|
48121
48116
|
status?: 'pending' | 'finished' | undefined;
|
|
48122
48117
|
identifier?: string | undefined;
|
|
@@ -48131,13 +48126,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48131
48126
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48132
48127
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48133
48128
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48134
|
-
amount: z.ZodNumber
|
|
48129
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48135
48130
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48136
48131
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48137
48132
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48138
48133
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48139
48134
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
48140
|
-
amount: number;
|
|
48135
|
+
amount: string | number;
|
|
48141
48136
|
from_wallet: string | number;
|
|
48142
48137
|
to_wallet: string | number;
|
|
48143
48138
|
type?: 'transfer' | undefined;
|
|
@@ -48148,7 +48143,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48148
48143
|
created_at?: string | undefined;
|
|
48149
48144
|
latest_control_hash?: string | null | undefined;
|
|
48150
48145
|
}, {
|
|
48151
|
-
amount: number;
|
|
48146
|
+
amount: string | number;
|
|
48152
48147
|
from_wallet: string | number;
|
|
48153
48148
|
to_wallet: string | number;
|
|
48154
48149
|
type?: 'transfer' | undefined;
|
|
@@ -48165,13 +48160,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48165
48160
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48166
48161
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48167
48162
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48168
|
-
amount: z.ZodNumber
|
|
48163
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48169
48164
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48170
48165
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48171
48166
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48172
48167
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
48173
48168
|
type: 'withdrawal';
|
|
48174
|
-
amount: number;
|
|
48169
|
+
amount: string | number;
|
|
48175
48170
|
wallet: string | number;
|
|
48176
48171
|
status?: 'pending' | 'finished' | undefined;
|
|
48177
48172
|
identifier?: string | undefined;
|
|
@@ -48181,7 +48176,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48181
48176
|
latest_control_hash?: string | null | undefined;
|
|
48182
48177
|
}, {
|
|
48183
48178
|
type: 'withdrawal';
|
|
48184
|
-
amount: number;
|
|
48179
|
+
amount: string | number;
|
|
48185
48180
|
wallet: string | number;
|
|
48186
48181
|
status?: 'pending' | 'finished' | undefined;
|
|
48187
48182
|
identifier?: string | undefined;
|
|
@@ -48203,7 +48198,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48203
48198
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48204
48199
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48205
48200
|
children?: ({
|
|
48206
|
-
amount: number;
|
|
48201
|
+
amount: string | number;
|
|
48207
48202
|
from_wallet: string | number;
|
|
48208
48203
|
to_wallet: string | number;
|
|
48209
48204
|
type?: 'transfer' | undefined;
|
|
@@ -48215,7 +48210,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48215
48210
|
latest_control_hash?: string | null | undefined;
|
|
48216
48211
|
} | {
|
|
48217
48212
|
type: 'deposit';
|
|
48218
|
-
amount: number;
|
|
48213
|
+
amount: string | number;
|
|
48219
48214
|
wallet: string | number;
|
|
48220
48215
|
status?: 'pending' | 'finished' | undefined;
|
|
48221
48216
|
identifier?: string | undefined;
|
|
@@ -48225,7 +48220,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48225
48220
|
latest_control_hash?: string | null | undefined;
|
|
48226
48221
|
} | {
|
|
48227
48222
|
type: 'withdrawal';
|
|
48228
|
-
amount: number;
|
|
48223
|
+
amount: string | number;
|
|
48229
48224
|
wallet: string | number;
|
|
48230
48225
|
status?: 'pending' | 'finished' | undefined;
|
|
48231
48226
|
identifier?: string | undefined;
|
|
@@ -48243,7 +48238,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48243
48238
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48244
48239
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48245
48240
|
children?: ({
|
|
48246
|
-
amount: number;
|
|
48241
|
+
amount: string | number;
|
|
48247
48242
|
from_wallet: string | number;
|
|
48248
48243
|
to_wallet: string | number;
|
|
48249
48244
|
type?: 'transfer' | undefined;
|
|
@@ -48255,7 +48250,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48255
48250
|
latest_control_hash?: string | null | undefined;
|
|
48256
48251
|
} | {
|
|
48257
48252
|
type: 'deposit';
|
|
48258
|
-
amount: number;
|
|
48253
|
+
amount: string | number;
|
|
48259
48254
|
wallet: string | number;
|
|
48260
48255
|
status?: 'pending' | 'finished' | undefined;
|
|
48261
48256
|
identifier?: string | undefined;
|
|
@@ -48265,7 +48260,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48265
48260
|
latest_control_hash?: string | null | undefined;
|
|
48266
48261
|
} | {
|
|
48267
48262
|
type: 'withdrawal';
|
|
48268
|
-
amount: number;
|
|
48263
|
+
amount: string | number;
|
|
48269
48264
|
wallet: string | number;
|
|
48270
48265
|
status?: 'pending' | 'finished' | undefined;
|
|
48271
48266
|
identifier?: string | undefined;
|
|
@@ -48285,7 +48280,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48285
48280
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48286
48281
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48287
48282
|
children?: ({
|
|
48288
|
-
amount: number;
|
|
48283
|
+
amount: string | number;
|
|
48289
48284
|
from_wallet: string | number;
|
|
48290
48285
|
to_wallet: string | number;
|
|
48291
48286
|
type?: 'transfer' | undefined;
|
|
@@ -48297,7 +48292,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48297
48292
|
latest_control_hash?: string | null | undefined;
|
|
48298
48293
|
} | {
|
|
48299
48294
|
type: 'deposit';
|
|
48300
|
-
amount: number;
|
|
48295
|
+
amount: string | number;
|
|
48301
48296
|
wallet: string | number;
|
|
48302
48297
|
status?: 'pending' | 'finished' | undefined;
|
|
48303
48298
|
identifier?: string | undefined;
|
|
@@ -48307,7 +48302,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48307
48302
|
latest_control_hash?: string | null | undefined;
|
|
48308
48303
|
} | {
|
|
48309
48304
|
type: 'withdrawal';
|
|
48310
|
-
amount: number;
|
|
48305
|
+
amount: string | number;
|
|
48311
48306
|
wallet: string | number;
|
|
48312
48307
|
status?: 'pending' | 'finished' | undefined;
|
|
48313
48308
|
identifier?: string | undefined;
|
|
@@ -48328,7 +48323,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48328
48323
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48329
48324
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48330
48325
|
children?: ({
|
|
48331
|
-
amount: number;
|
|
48326
|
+
amount: string | number;
|
|
48332
48327
|
from_wallet: string | number;
|
|
48333
48328
|
to_wallet: string | number;
|
|
48334
48329
|
type?: 'transfer' | undefined;
|
|
@@ -48340,7 +48335,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48340
48335
|
latest_control_hash?: string | null | undefined;
|
|
48341
48336
|
} | {
|
|
48342
48337
|
type: 'deposit';
|
|
48343
|
-
amount: number;
|
|
48338
|
+
amount: string | number;
|
|
48344
48339
|
wallet: string | number;
|
|
48345
48340
|
status?: 'pending' | 'finished' | undefined;
|
|
48346
48341
|
identifier?: string | undefined;
|
|
@@ -48350,7 +48345,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48350
48345
|
latest_control_hash?: string | null | undefined;
|
|
48351
48346
|
} | {
|
|
48352
48347
|
type: 'withdrawal';
|
|
48353
|
-
amount: number;
|
|
48348
|
+
amount: string | number;
|
|
48354
48349
|
wallet: string | number;
|
|
48355
48350
|
status?: 'pending' | 'finished' | undefined;
|
|
48356
48351
|
identifier?: string | undefined;
|
|
@@ -48370,7 +48365,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48370
48365
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48371
48366
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48372
48367
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48373
|
-
amount: z.ZodNumber
|
|
48368
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48374
48369
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48375
48370
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48376
48371
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -48379,7 +48374,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48379
48374
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48380
48375
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
48381
48376
|
}>, 'strip', z.ZodTypeAny, {
|
|
48382
|
-
amount: number;
|
|
48377
|
+
amount: string | number;
|
|
48383
48378
|
from_wallet: string | number;
|
|
48384
48379
|
to_wallet: string | number;
|
|
48385
48380
|
type?: 'transfer' | undefined;
|
|
@@ -48392,7 +48387,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48392
48387
|
latest_control_hash?: string | null | undefined;
|
|
48393
48388
|
transfer_group?: string | number | undefined;
|
|
48394
48389
|
}, {
|
|
48395
|
-
amount: number;
|
|
48390
|
+
amount: string | number;
|
|
48396
48391
|
from_wallet: string | number;
|
|
48397
48392
|
to_wallet: string | number;
|
|
48398
48393
|
type?: 'transfer' | undefined;
|
|
@@ -48411,7 +48406,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48411
48406
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48412
48407
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48413
48408
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48414
|
-
amount: z.ZodNumber
|
|
48409
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48415
48410
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48416
48411
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48417
48412
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -48420,7 +48415,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48420
48415
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
48421
48416
|
}>, 'strip', z.ZodTypeAny, {
|
|
48422
48417
|
type: 'deposit';
|
|
48423
|
-
amount: number;
|
|
48418
|
+
amount: string | number;
|
|
48424
48419
|
wallet: string | number;
|
|
48425
48420
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48426
48421
|
identifier?: string | undefined;
|
|
@@ -48432,7 +48427,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48432
48427
|
transfer_group?: string | number | undefined;
|
|
48433
48428
|
}, {
|
|
48434
48429
|
type: 'deposit';
|
|
48435
|
-
amount: number;
|
|
48430
|
+
amount: string | number;
|
|
48436
48431
|
wallet: string | number;
|
|
48437
48432
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48438
48433
|
identifier?: string | undefined;
|
|
@@ -48449,7 +48444,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48449
48444
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
48450
48445
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
48451
48446
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
48452
|
-
amount: z.ZodNumber
|
|
48447
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
48453
48448
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48454
48449
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
48455
48450
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -48458,7 +48453,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48458
48453
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
48459
48454
|
}>, 'strip', z.ZodTypeAny, {
|
|
48460
48455
|
type: 'withdrawal';
|
|
48461
|
-
amount: number;
|
|
48456
|
+
amount: string | number;
|
|
48462
48457
|
wallet: string | number;
|
|
48463
48458
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48464
48459
|
identifier?: string | undefined;
|
|
@@ -48470,7 +48465,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48470
48465
|
transfer_group?: string | number | undefined;
|
|
48471
48466
|
}, {
|
|
48472
48467
|
type: 'withdrawal';
|
|
48473
|
-
amount: number;
|
|
48468
|
+
amount: string | number;
|
|
48474
48469
|
wallet: string | number;
|
|
48475
48470
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48476
48471
|
identifier?: string | undefined;
|
|
@@ -48483,7 +48478,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48483
48478
|
}>]>;
|
|
48484
48479
|
}, 'strip', z.ZodTypeAny, {
|
|
48485
48480
|
data: {
|
|
48486
|
-
amount: number;
|
|
48481
|
+
amount: string | number;
|
|
48487
48482
|
from_wallet: string | number;
|
|
48488
48483
|
to_wallet: string | number;
|
|
48489
48484
|
type?: 'transfer' | undefined;
|
|
@@ -48497,7 +48492,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48497
48492
|
transfer_group?: string | number | undefined;
|
|
48498
48493
|
} | {
|
|
48499
48494
|
type: 'deposit';
|
|
48500
|
-
amount: number;
|
|
48495
|
+
amount: string | number;
|
|
48501
48496
|
wallet: string | number;
|
|
48502
48497
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48503
48498
|
identifier?: string | undefined;
|
|
@@ -48509,7 +48504,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48509
48504
|
transfer_group?: string | number | undefined;
|
|
48510
48505
|
} | {
|
|
48511
48506
|
type: 'withdrawal';
|
|
48512
|
-
amount: number;
|
|
48507
|
+
amount: string | number;
|
|
48513
48508
|
wallet: string | number;
|
|
48514
48509
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48515
48510
|
identifier?: string | undefined;
|
|
@@ -48523,7 +48518,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48523
48518
|
target: 'transfer';
|
|
48524
48519
|
}, {
|
|
48525
48520
|
data: {
|
|
48526
|
-
amount: number;
|
|
48521
|
+
amount: string | number;
|
|
48527
48522
|
from_wallet: string | number;
|
|
48528
48523
|
to_wallet: string | number;
|
|
48529
48524
|
type?: 'transfer' | undefined;
|
|
@@ -48537,7 +48532,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48537
48532
|
transfer_group?: string | number | undefined;
|
|
48538
48533
|
} | {
|
|
48539
48534
|
type: 'deposit';
|
|
48540
|
-
amount: number;
|
|
48535
|
+
amount: string | number;
|
|
48541
48536
|
wallet: string | number;
|
|
48542
48537
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48543
48538
|
identifier?: string | undefined;
|
|
@@ -48549,7 +48544,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48549
48544
|
transfer_group?: string | number | undefined;
|
|
48550
48545
|
} | {
|
|
48551
48546
|
type: 'withdrawal';
|
|
48552
|
-
amount: number;
|
|
48547
|
+
amount: string | number;
|
|
48553
48548
|
wallet: string | number;
|
|
48554
48549
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48555
48550
|
identifier?: string | undefined;
|
|
@@ -48741,7 +48736,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48741
48736
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48742
48737
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48743
48738
|
children?: ({
|
|
48744
|
-
amount: number;
|
|
48739
|
+
amount: string | number;
|
|
48745
48740
|
from_wallet: string | number;
|
|
48746
48741
|
to_wallet: string | number;
|
|
48747
48742
|
type?: 'transfer' | undefined;
|
|
@@ -48753,7 +48748,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48753
48748
|
latest_control_hash?: string | null | undefined;
|
|
48754
48749
|
} | {
|
|
48755
48750
|
type: 'deposit';
|
|
48756
|
-
amount: number;
|
|
48751
|
+
amount: string | number;
|
|
48757
48752
|
wallet: string | number;
|
|
48758
48753
|
status?: 'pending' | 'finished' | undefined;
|
|
48759
48754
|
identifier?: string | undefined;
|
|
@@ -48763,7 +48758,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48763
48758
|
latest_control_hash?: string | null | undefined;
|
|
48764
48759
|
} | {
|
|
48765
48760
|
type: 'withdrawal';
|
|
48766
|
-
amount: number;
|
|
48761
|
+
amount: string | number;
|
|
48767
48762
|
wallet: string | number;
|
|
48768
48763
|
status?: 'pending' | 'finished' | undefined;
|
|
48769
48764
|
identifier?: string | undefined;
|
|
@@ -48776,7 +48771,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48776
48771
|
target: 'transfer_group';
|
|
48777
48772
|
} | {
|
|
48778
48773
|
data: {
|
|
48779
|
-
amount: number;
|
|
48774
|
+
amount: string | number;
|
|
48780
48775
|
from_wallet: string | number;
|
|
48781
48776
|
to_wallet: string | number;
|
|
48782
48777
|
type?: 'transfer' | undefined;
|
|
@@ -48790,7 +48785,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48790
48785
|
transfer_group?: string | number | undefined;
|
|
48791
48786
|
} | {
|
|
48792
48787
|
type: 'deposit';
|
|
48793
|
-
amount: number;
|
|
48788
|
+
amount: string | number;
|
|
48794
48789
|
wallet: string | number;
|
|
48795
48790
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48796
48791
|
identifier?: string | undefined;
|
|
@@ -48802,7 +48797,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48802
48797
|
transfer_group?: string | number | undefined;
|
|
48803
48798
|
} | {
|
|
48804
48799
|
type: 'withdrawal';
|
|
48805
|
-
amount: number;
|
|
48800
|
+
amount: string | number;
|
|
48806
48801
|
wallet: string | number;
|
|
48807
48802
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48808
48803
|
identifier?: string | undefined;
|
|
@@ -48874,7 +48869,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48874
48869
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
48875
48870
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48876
48871
|
children?: ({
|
|
48877
|
-
amount: number;
|
|
48872
|
+
amount: string | number;
|
|
48878
48873
|
from_wallet: string | number;
|
|
48879
48874
|
to_wallet: string | number;
|
|
48880
48875
|
type?: 'transfer' | undefined;
|
|
@@ -48886,7 +48881,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48886
48881
|
latest_control_hash?: string | null | undefined;
|
|
48887
48882
|
} | {
|
|
48888
48883
|
type: 'deposit';
|
|
48889
|
-
amount: number;
|
|
48884
|
+
amount: string | number;
|
|
48890
48885
|
wallet: string | number;
|
|
48891
48886
|
status?: 'pending' | 'finished' | undefined;
|
|
48892
48887
|
identifier?: string | undefined;
|
|
@@ -48896,7 +48891,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48896
48891
|
latest_control_hash?: string | null | undefined;
|
|
48897
48892
|
} | {
|
|
48898
48893
|
type: 'withdrawal';
|
|
48899
|
-
amount: number;
|
|
48894
|
+
amount: string | number;
|
|
48900
48895
|
wallet: string | number;
|
|
48901
48896
|
status?: 'pending' | 'finished' | undefined;
|
|
48902
48897
|
identifier?: string | undefined;
|
|
@@ -48909,7 +48904,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48909
48904
|
target: 'transfer_group';
|
|
48910
48905
|
} | {
|
|
48911
48906
|
data: {
|
|
48912
|
-
amount: number;
|
|
48907
|
+
amount: string | number;
|
|
48913
48908
|
from_wallet: string | number;
|
|
48914
48909
|
to_wallet: string | number;
|
|
48915
48910
|
type?: 'transfer' | undefined;
|
|
@@ -48923,7 +48918,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48923
48918
|
transfer_group?: string | number | undefined;
|
|
48924
48919
|
} | {
|
|
48925
48920
|
type: 'deposit';
|
|
48926
|
-
amount: number;
|
|
48921
|
+
amount: string | number;
|
|
48927
48922
|
wallet: string | number;
|
|
48928
48923
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48929
48924
|
identifier?: string | undefined;
|
|
@@ -48935,7 +48930,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
48935
48930
|
transfer_group?: string | number | undefined;
|
|
48936
48931
|
} | {
|
|
48937
48932
|
type: 'withdrawal';
|
|
48938
|
-
amount: number;
|
|
48933
|
+
amount: string | number;
|
|
48939
48934
|
wallet: string | number;
|
|
48940
48935
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
48941
48936
|
identifier?: string | undefined;
|
|
@@ -49072,13 +49067,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49072
49067
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49073
49068
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49074
49069
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49075
|
-
amount: z.ZodNumber
|
|
49070
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49076
49071
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49077
49072
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49078
49073
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49079
49074
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
49080
49075
|
type: 'deposit';
|
|
49081
|
-
amount: number;
|
|
49076
|
+
amount: string | number;
|
|
49082
49077
|
wallet: string | number;
|
|
49083
49078
|
status?: 'pending' | 'finished' | undefined;
|
|
49084
49079
|
identifier?: string | undefined;
|
|
@@ -49088,7 +49083,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49088
49083
|
latest_control_hash?: string | null | undefined;
|
|
49089
49084
|
}, {
|
|
49090
49085
|
type: 'deposit';
|
|
49091
|
-
amount: number;
|
|
49086
|
+
amount: string | number;
|
|
49092
49087
|
wallet: string | number;
|
|
49093
49088
|
status?: 'pending' | 'finished' | undefined;
|
|
49094
49089
|
identifier?: string | undefined;
|
|
@@ -49103,13 +49098,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49103
49098
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49104
49099
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49105
49100
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49106
|
-
amount: z.ZodNumber
|
|
49101
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49107
49102
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49108
49103
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49109
49104
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49110
49105
|
to_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49111
49106
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
49112
|
-
amount: number;
|
|
49107
|
+
amount: string | number;
|
|
49113
49108
|
from_wallet: string | number;
|
|
49114
49109
|
to_wallet: string | number;
|
|
49115
49110
|
type?: 'transfer' | undefined;
|
|
@@ -49120,7 +49115,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49120
49115
|
created_at?: string | undefined;
|
|
49121
49116
|
latest_control_hash?: string | null | undefined;
|
|
49122
49117
|
}, {
|
|
49123
|
-
amount: number;
|
|
49118
|
+
amount: string | number;
|
|
49124
49119
|
from_wallet: string | number;
|
|
49125
49120
|
to_wallet: string | number;
|
|
49126
49121
|
type?: 'transfer' | undefined;
|
|
@@ -49137,13 +49132,13 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49137
49132
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49138
49133
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49139
49134
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49140
|
-
amount: z.ZodNumber
|
|
49135
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49141
49136
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49142
49137
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49143
49138
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49144
49139
|
}, 'transfer_group'>, 'strip', z.ZodTypeAny, {
|
|
49145
49140
|
type: 'withdrawal';
|
|
49146
|
-
amount: number;
|
|
49141
|
+
amount: string | number;
|
|
49147
49142
|
wallet: string | number;
|
|
49148
49143
|
status?: 'pending' | 'finished' | undefined;
|
|
49149
49144
|
identifier?: string | undefined;
|
|
@@ -49153,7 +49148,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49153
49148
|
latest_control_hash?: string | null | undefined;
|
|
49154
49149
|
}, {
|
|
49155
49150
|
type: 'withdrawal';
|
|
49156
|
-
amount: number;
|
|
49151
|
+
amount: string | number;
|
|
49157
49152
|
wallet: string | number;
|
|
49158
49153
|
status?: 'pending' | 'finished' | undefined;
|
|
49159
49154
|
identifier?: string | undefined;
|
|
@@ -49175,7 +49170,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49175
49170
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49176
49171
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49177
49172
|
children?: ({
|
|
49178
|
-
amount: number;
|
|
49173
|
+
amount: string | number;
|
|
49179
49174
|
from_wallet: string | number;
|
|
49180
49175
|
to_wallet: string | number;
|
|
49181
49176
|
type?: 'transfer' | undefined;
|
|
@@ -49187,7 +49182,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49187
49182
|
latest_control_hash?: string | null | undefined;
|
|
49188
49183
|
} | {
|
|
49189
49184
|
type: 'deposit';
|
|
49190
|
-
amount: number;
|
|
49185
|
+
amount: string | number;
|
|
49191
49186
|
wallet: string | number;
|
|
49192
49187
|
status?: 'pending' | 'finished' | undefined;
|
|
49193
49188
|
identifier?: string | undefined;
|
|
@@ -49197,7 +49192,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49197
49192
|
latest_control_hash?: string | null | undefined;
|
|
49198
49193
|
} | {
|
|
49199
49194
|
type: 'withdrawal';
|
|
49200
|
-
amount: number;
|
|
49195
|
+
amount: string | number;
|
|
49201
49196
|
wallet: string | number;
|
|
49202
49197
|
status?: 'pending' | 'finished' | undefined;
|
|
49203
49198
|
identifier?: string | undefined;
|
|
@@ -49215,7 +49210,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49215
49210
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49216
49211
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49217
49212
|
children?: ({
|
|
49218
|
-
amount: number;
|
|
49213
|
+
amount: string | number;
|
|
49219
49214
|
from_wallet: string | number;
|
|
49220
49215
|
to_wallet: string | number;
|
|
49221
49216
|
type?: 'transfer' | undefined;
|
|
@@ -49227,7 +49222,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49227
49222
|
latest_control_hash?: string | null | undefined;
|
|
49228
49223
|
} | {
|
|
49229
49224
|
type: 'deposit';
|
|
49230
|
-
amount: number;
|
|
49225
|
+
amount: string | number;
|
|
49231
49226
|
wallet: string | number;
|
|
49232
49227
|
status?: 'pending' | 'finished' | undefined;
|
|
49233
49228
|
identifier?: string | undefined;
|
|
@@ -49237,7 +49232,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49237
49232
|
latest_control_hash?: string | null | undefined;
|
|
49238
49233
|
} | {
|
|
49239
49234
|
type: 'withdrawal';
|
|
49240
|
-
amount: number;
|
|
49235
|
+
amount: string | number;
|
|
49241
49236
|
wallet: string | number;
|
|
49242
49237
|
status?: 'pending' | 'finished' | undefined;
|
|
49243
49238
|
identifier?: string | undefined;
|
|
@@ -49257,7 +49252,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49257
49252
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49258
49253
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49259
49254
|
children?: ({
|
|
49260
|
-
amount: number;
|
|
49255
|
+
amount: string | number;
|
|
49261
49256
|
from_wallet: string | number;
|
|
49262
49257
|
to_wallet: string | number;
|
|
49263
49258
|
type?: 'transfer' | undefined;
|
|
@@ -49269,7 +49264,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49269
49264
|
latest_control_hash?: string | null | undefined;
|
|
49270
49265
|
} | {
|
|
49271
49266
|
type: 'deposit';
|
|
49272
|
-
amount: number;
|
|
49267
|
+
amount: string | number;
|
|
49273
49268
|
wallet: string | number;
|
|
49274
49269
|
status?: 'pending' | 'finished' | undefined;
|
|
49275
49270
|
identifier?: string | undefined;
|
|
@@ -49279,7 +49274,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49279
49274
|
latest_control_hash?: string | null | undefined;
|
|
49280
49275
|
} | {
|
|
49281
49276
|
type: 'withdrawal';
|
|
49282
|
-
amount: number;
|
|
49277
|
+
amount: string | number;
|
|
49283
49278
|
wallet: string | number;
|
|
49284
49279
|
status?: 'pending' | 'finished' | undefined;
|
|
49285
49280
|
identifier?: string | undefined;
|
|
@@ -49300,7 +49295,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49300
49295
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49301
49296
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49302
49297
|
children?: ({
|
|
49303
|
-
amount: number;
|
|
49298
|
+
amount: string | number;
|
|
49304
49299
|
from_wallet: string | number;
|
|
49305
49300
|
to_wallet: string | number;
|
|
49306
49301
|
type?: 'transfer' | undefined;
|
|
@@ -49312,7 +49307,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49312
49307
|
latest_control_hash?: string | null | undefined;
|
|
49313
49308
|
} | {
|
|
49314
49309
|
type: 'deposit';
|
|
49315
|
-
amount: number;
|
|
49310
|
+
amount: string | number;
|
|
49316
49311
|
wallet: string | number;
|
|
49317
49312
|
status?: 'pending' | 'finished' | undefined;
|
|
49318
49313
|
identifier?: string | undefined;
|
|
@@ -49322,7 +49317,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49322
49317
|
latest_control_hash?: string | null | undefined;
|
|
49323
49318
|
} | {
|
|
49324
49319
|
type: 'withdrawal';
|
|
49325
|
-
amount: number;
|
|
49320
|
+
amount: string | number;
|
|
49326
49321
|
wallet: string | number;
|
|
49327
49322
|
status?: 'pending' | 'finished' | undefined;
|
|
49328
49323
|
identifier?: string | undefined;
|
|
@@ -49342,7 +49337,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49342
49337
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49343
49338
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49344
49339
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49345
|
-
amount: z.ZodNumber
|
|
49340
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49346
49341
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49347
49342
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49348
49343
|
from_wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -49351,7 +49346,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49351
49346
|
status_finalized_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49352
49347
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
49353
49348
|
}>, 'strip', z.ZodTypeAny, {
|
|
49354
|
-
amount: number;
|
|
49349
|
+
amount: string | number;
|
|
49355
49350
|
from_wallet: string | number;
|
|
49356
49351
|
to_wallet: string | number;
|
|
49357
49352
|
type?: 'transfer' | undefined;
|
|
@@ -49364,7 +49359,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49364
49359
|
latest_control_hash?: string | null | undefined;
|
|
49365
49360
|
transfer_group?: string | number | undefined;
|
|
49366
49361
|
}, {
|
|
49367
|
-
amount: number;
|
|
49362
|
+
amount: string | number;
|
|
49368
49363
|
from_wallet: string | number;
|
|
49369
49364
|
to_wallet: string | number;
|
|
49370
49365
|
type?: 'transfer' | undefined;
|
|
@@ -49383,7 +49378,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49383
49378
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49384
49379
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49385
49380
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49386
|
-
amount: z.ZodNumber
|
|
49381
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49387
49382
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49388
49383
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49389
49384
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -49392,7 +49387,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49392
49387
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
49393
49388
|
}>, 'strip', z.ZodTypeAny, {
|
|
49394
49389
|
type: 'deposit';
|
|
49395
|
-
amount: number;
|
|
49390
|
+
amount: string | number;
|
|
49396
49391
|
wallet: string | number;
|
|
49397
49392
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49398
49393
|
identifier?: string | undefined;
|
|
@@ -49404,7 +49399,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49404
49399
|
transfer_group?: string | number | undefined;
|
|
49405
49400
|
}, {
|
|
49406
49401
|
type: 'deposit';
|
|
49407
|
-
amount: number;
|
|
49402
|
+
amount: string | number;
|
|
49408
49403
|
wallet: string | number;
|
|
49409
49404
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49410
49405
|
identifier?: string | undefined;
|
|
@@ -49421,7 +49416,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49421
49416
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, z.ZodTypeDef, import("wapi-client/db/consts").Metadata>>>;
|
|
49422
49417
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
49423
49418
|
created_at: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString]>>;
|
|
49424
|
-
amount: z.ZodNumber
|
|
49419
|
+
amount: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
49425
49420
|
latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49426
49421
|
wallet: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
49427
49422
|
transfer_group: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -49430,7 +49425,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49430
49425
|
status: z.ZodOptional<z.ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
49431
49426
|
}>, 'strip', z.ZodTypeAny, {
|
|
49432
49427
|
type: 'withdrawal';
|
|
49433
|
-
amount: number;
|
|
49428
|
+
amount: string | number;
|
|
49434
49429
|
wallet: string | number;
|
|
49435
49430
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49436
49431
|
identifier?: string | undefined;
|
|
@@ -49442,7 +49437,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49442
49437
|
transfer_group?: string | number | undefined;
|
|
49443
49438
|
}, {
|
|
49444
49439
|
type: 'withdrawal';
|
|
49445
|
-
amount: number;
|
|
49440
|
+
amount: string | number;
|
|
49446
49441
|
wallet: string | number;
|
|
49447
49442
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49448
49443
|
identifier?: string | undefined;
|
|
@@ -49455,7 +49450,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49455
49450
|
}>]>;
|
|
49456
49451
|
}, 'strip', z.ZodTypeAny, {
|
|
49457
49452
|
data: {
|
|
49458
|
-
amount: number;
|
|
49453
|
+
amount: string | number;
|
|
49459
49454
|
from_wallet: string | number;
|
|
49460
49455
|
to_wallet: string | number;
|
|
49461
49456
|
type?: 'transfer' | undefined;
|
|
@@ -49469,7 +49464,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49469
49464
|
transfer_group?: string | number | undefined;
|
|
49470
49465
|
} | {
|
|
49471
49466
|
type: 'deposit';
|
|
49472
|
-
amount: number;
|
|
49467
|
+
amount: string | number;
|
|
49473
49468
|
wallet: string | number;
|
|
49474
49469
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49475
49470
|
identifier?: string | undefined;
|
|
@@ -49481,7 +49476,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49481
49476
|
transfer_group?: string | number | undefined;
|
|
49482
49477
|
} | {
|
|
49483
49478
|
type: 'withdrawal';
|
|
49484
|
-
amount: number;
|
|
49479
|
+
amount: string | number;
|
|
49485
49480
|
wallet: string | number;
|
|
49486
49481
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49487
49482
|
identifier?: string | undefined;
|
|
@@ -49495,7 +49490,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49495
49490
|
target: 'transfer';
|
|
49496
49491
|
}, {
|
|
49497
49492
|
data: {
|
|
49498
|
-
amount: number;
|
|
49493
|
+
amount: string | number;
|
|
49499
49494
|
from_wallet: string | number;
|
|
49500
49495
|
to_wallet: string | number;
|
|
49501
49496
|
type?: 'transfer' | undefined;
|
|
@@ -49509,7 +49504,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49509
49504
|
transfer_group?: string | number | undefined;
|
|
49510
49505
|
} | {
|
|
49511
49506
|
type: 'deposit';
|
|
49512
|
-
amount: number;
|
|
49507
|
+
amount: string | number;
|
|
49513
49508
|
wallet: string | number;
|
|
49514
49509
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49515
49510
|
identifier?: string | undefined;
|
|
@@ -49521,7 +49516,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49521
49516
|
transfer_group?: string | number | undefined;
|
|
49522
49517
|
} | {
|
|
49523
49518
|
type: 'withdrawal';
|
|
49524
|
-
amount: number;
|
|
49519
|
+
amount: string | number;
|
|
49525
49520
|
wallet: string | number;
|
|
49526
49521
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49527
49522
|
identifier?: string | undefined;
|
|
@@ -49724,7 +49719,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49724
49719
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49725
49720
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49726
49721
|
children?: ({
|
|
49727
|
-
amount: number;
|
|
49722
|
+
amount: string | number;
|
|
49728
49723
|
from_wallet: string | number;
|
|
49729
49724
|
to_wallet: string | number;
|
|
49730
49725
|
type?: 'transfer' | undefined;
|
|
@@ -49736,7 +49731,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49736
49731
|
latest_control_hash?: string | null | undefined;
|
|
49737
49732
|
} | {
|
|
49738
49733
|
type: 'deposit';
|
|
49739
|
-
amount: number;
|
|
49734
|
+
amount: string | number;
|
|
49740
49735
|
wallet: string | number;
|
|
49741
49736
|
status?: 'pending' | 'finished' | undefined;
|
|
49742
49737
|
identifier?: string | undefined;
|
|
@@ -49746,7 +49741,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49746
49741
|
latest_control_hash?: string | null | undefined;
|
|
49747
49742
|
} | {
|
|
49748
49743
|
type: 'withdrawal';
|
|
49749
|
-
amount: number;
|
|
49744
|
+
amount: string | number;
|
|
49750
49745
|
wallet: string | number;
|
|
49751
49746
|
status?: 'pending' | 'finished' | undefined;
|
|
49752
49747
|
identifier?: string | undefined;
|
|
@@ -49759,7 +49754,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49759
49754
|
target: 'transfer_group';
|
|
49760
49755
|
} | {
|
|
49761
49756
|
data: {
|
|
49762
|
-
amount: number;
|
|
49757
|
+
amount: string | number;
|
|
49763
49758
|
from_wallet: string | number;
|
|
49764
49759
|
to_wallet: string | number;
|
|
49765
49760
|
type?: 'transfer' | undefined;
|
|
@@ -49773,7 +49768,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49773
49768
|
transfer_group?: string | number | undefined;
|
|
49774
49769
|
} | {
|
|
49775
49770
|
type: 'deposit';
|
|
49776
|
-
amount: number;
|
|
49771
|
+
amount: string | number;
|
|
49777
49772
|
wallet: string | number;
|
|
49778
49773
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49779
49774
|
identifier?: string | undefined;
|
|
@@ -49785,7 +49780,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49785
49780
|
transfer_group?: string | number | undefined;
|
|
49786
49781
|
} | {
|
|
49787
49782
|
type: 'withdrawal';
|
|
49788
|
-
amount: number;
|
|
49783
|
+
amount: string | number;
|
|
49789
49784
|
wallet: string | number;
|
|
49790
49785
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49791
49786
|
identifier?: string | undefined;
|
|
@@ -49861,7 +49856,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49861
49856
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
49862
49857
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49863
49858
|
children?: ({
|
|
49864
|
-
amount: number;
|
|
49859
|
+
amount: string | number;
|
|
49865
49860
|
from_wallet: string | number;
|
|
49866
49861
|
to_wallet: string | number;
|
|
49867
49862
|
type?: 'transfer' | undefined;
|
|
@@ -49873,7 +49868,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49873
49868
|
latest_control_hash?: string | null | undefined;
|
|
49874
49869
|
} | {
|
|
49875
49870
|
type: 'deposit';
|
|
49876
|
-
amount: number;
|
|
49871
|
+
amount: string | number;
|
|
49877
49872
|
wallet: string | number;
|
|
49878
49873
|
status?: 'pending' | 'finished' | undefined;
|
|
49879
49874
|
identifier?: string | undefined;
|
|
@@ -49883,7 +49878,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49883
49878
|
latest_control_hash?: string | null | undefined;
|
|
49884
49879
|
} | {
|
|
49885
49880
|
type: 'withdrawal';
|
|
49886
|
-
amount: number;
|
|
49881
|
+
amount: string | number;
|
|
49887
49882
|
wallet: string | number;
|
|
49888
49883
|
status?: 'pending' | 'finished' | undefined;
|
|
49889
49884
|
identifier?: string | undefined;
|
|
@@ -49896,7 +49891,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49896
49891
|
target: 'transfer_group';
|
|
49897
49892
|
} | {
|
|
49898
49893
|
data: {
|
|
49899
|
-
amount: number;
|
|
49894
|
+
amount: string | number;
|
|
49900
49895
|
from_wallet: string | number;
|
|
49901
49896
|
to_wallet: string | number;
|
|
49902
49897
|
type?: 'transfer' | undefined;
|
|
@@ -49910,7 +49905,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49910
49905
|
transfer_group?: string | number | undefined;
|
|
49911
49906
|
} | {
|
|
49912
49907
|
type: 'deposit';
|
|
49913
|
-
amount: number;
|
|
49908
|
+
amount: string | number;
|
|
49914
49909
|
wallet: string | number;
|
|
49915
49910
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49916
49911
|
identifier?: string | undefined;
|
|
@@ -49922,7 +49917,7 @@ declare module 'wapi-client/fns/import-data/import-data.schema.zod' {
|
|
|
49922
49917
|
transfer_group?: string | number | undefined;
|
|
49923
49918
|
} | {
|
|
49924
49919
|
type: 'withdrawal';
|
|
49925
|
-
amount: number;
|
|
49920
|
+
amount: string | number;
|
|
49926
49921
|
wallet: string | number;
|
|
49927
49922
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
49928
49923
|
identifier?: string | undefined;
|
|
@@ -61395,7 +61390,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61395
61390
|
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>>>;
|
|
61396
61391
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61397
61392
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61398
|
-
amount: import("zod").ZodNumber
|
|
61393
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61399
61394
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61400
61395
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61401
61396
|
}, {
|
|
@@ -61416,7 +61411,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61416
61411
|
return_balance?: boolean | undefined;
|
|
61417
61412
|
}>>;
|
|
61418
61413
|
}>, 'strict', import("zod").ZodTypeAny, {
|
|
61419
|
-
amount: number;
|
|
61414
|
+
amount: string | number;
|
|
61420
61415
|
wallet: string | number;
|
|
61421
61416
|
options?: {
|
|
61422
61417
|
tracking_id?: string | undefined;
|
|
@@ -61431,7 +61426,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61431
61426
|
created_at?: string | undefined;
|
|
61432
61427
|
transfer_group?: string | number | undefined;
|
|
61433
61428
|
}, {
|
|
61434
|
-
amount: number;
|
|
61429
|
+
amount: string | number;
|
|
61435
61430
|
wallet: string | number;
|
|
61436
61431
|
options?: {
|
|
61437
61432
|
tracking_id?: string | undefined;
|
|
@@ -61553,13 +61548,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61553
61548
|
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>>>;
|
|
61554
61549
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61555
61550
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61556
|
-
amount: import("zod").ZodNumber
|
|
61551
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61557
61552
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61558
61553
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61559
61554
|
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61560
61555
|
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61561
61556
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61562
|
-
amount: number;
|
|
61557
|
+
amount: string | number;
|
|
61563
61558
|
from_wallet: string | number;
|
|
61564
61559
|
to_wallet: string | number;
|
|
61565
61560
|
type?: 'transfer' | undefined;
|
|
@@ -61571,7 +61566,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61571
61566
|
latest_control_hash?: string | null | undefined;
|
|
61572
61567
|
transfer_group?: string | number | undefined;
|
|
61573
61568
|
}, {
|
|
61574
|
-
amount: number;
|
|
61569
|
+
amount: string | number;
|
|
61575
61570
|
from_wallet: string | number;
|
|
61576
61571
|
to_wallet: string | number;
|
|
61577
61572
|
type?: 'transfer' | undefined;
|
|
@@ -61589,13 +61584,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61589
61584
|
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>>>;
|
|
61590
61585
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61591
61586
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61592
|
-
amount: import("zod").ZodNumber
|
|
61587
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61593
61588
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61594
61589
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61595
61590
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61596
61591
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61597
61592
|
type: 'deposit';
|
|
61598
|
-
amount: number;
|
|
61593
|
+
amount: string | number;
|
|
61599
61594
|
wallet: string | number;
|
|
61600
61595
|
status?: 'pending' | 'finished' | undefined;
|
|
61601
61596
|
identifier?: string | undefined;
|
|
@@ -61606,7 +61601,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61606
61601
|
transfer_group?: string | number | undefined;
|
|
61607
61602
|
}, {
|
|
61608
61603
|
type: 'deposit';
|
|
61609
|
-
amount: number;
|
|
61604
|
+
amount: string | number;
|
|
61610
61605
|
wallet: string | number;
|
|
61611
61606
|
status?: 'pending' | 'finished' | undefined;
|
|
61612
61607
|
identifier?: string | undefined;
|
|
@@ -61622,13 +61617,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61622
61617
|
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>>>;
|
|
61623
61618
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61624
61619
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61625
|
-
amount: import("zod").ZodNumber
|
|
61620
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61626
61621
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61627
61622
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61628
61623
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61629
61624
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61630
61625
|
type: 'withdrawal';
|
|
61631
|
-
amount: number;
|
|
61626
|
+
amount: string | number;
|
|
61632
61627
|
wallet: string | number;
|
|
61633
61628
|
status?: 'pending' | 'finished' | undefined;
|
|
61634
61629
|
identifier?: string | undefined;
|
|
@@ -61639,7 +61634,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61639
61634
|
transfer_group?: string | number | undefined;
|
|
61640
61635
|
}, {
|
|
61641
61636
|
type: 'withdrawal';
|
|
61642
|
-
amount: number;
|
|
61637
|
+
amount: string | number;
|
|
61643
61638
|
wallet: string | number;
|
|
61644
61639
|
status?: 'pending' | 'finished' | undefined;
|
|
61645
61640
|
identifier?: string | undefined;
|
|
@@ -61697,13 +61692,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61697
61692
|
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>>>;
|
|
61698
61693
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61699
61694
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61700
|
-
amount: import("zod").ZodNumber
|
|
61695
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61701
61696
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61702
61697
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61703
61698
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61704
61699
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
61705
61700
|
type: 'deposit';
|
|
61706
|
-
amount: number;
|
|
61701
|
+
amount: string | number;
|
|
61707
61702
|
wallet: string | number;
|
|
61708
61703
|
status?: 'pending' | 'finished' | undefined;
|
|
61709
61704
|
identifier?: string | undefined;
|
|
@@ -61713,7 +61708,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61713
61708
|
latest_control_hash?: string | null | undefined;
|
|
61714
61709
|
}, {
|
|
61715
61710
|
type: 'deposit';
|
|
61716
|
-
amount: number;
|
|
61711
|
+
amount: string | number;
|
|
61717
61712
|
wallet: string | number;
|
|
61718
61713
|
status?: 'pending' | 'finished' | undefined;
|
|
61719
61714
|
identifier?: string | undefined;
|
|
@@ -61728,13 +61723,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61728
61723
|
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>>>;
|
|
61729
61724
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61730
61725
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61731
|
-
amount: import("zod").ZodNumber
|
|
61726
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61732
61727
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61733
61728
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61734
61729
|
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61735
61730
|
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61736
61731
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
61737
|
-
amount: number;
|
|
61732
|
+
amount: string | number;
|
|
61738
61733
|
from_wallet: string | number;
|
|
61739
61734
|
to_wallet: string | number;
|
|
61740
61735
|
type?: 'transfer' | undefined;
|
|
@@ -61745,7 +61740,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61745
61740
|
created_at?: string | undefined;
|
|
61746
61741
|
latest_control_hash?: string | null | undefined;
|
|
61747
61742
|
}, {
|
|
61748
|
-
amount: number;
|
|
61743
|
+
amount: string | number;
|
|
61749
61744
|
from_wallet: string | number;
|
|
61750
61745
|
to_wallet: string | number;
|
|
61751
61746
|
type?: 'transfer' | undefined;
|
|
@@ -61762,13 +61757,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61762
61757
|
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>>>;
|
|
61763
61758
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61764
61759
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61765
|
-
amount: import("zod").ZodNumber
|
|
61760
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61766
61761
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61767
61762
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61768
61763
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61769
61764
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
61770
61765
|
type: 'withdrawal';
|
|
61771
|
-
amount: number;
|
|
61766
|
+
amount: string | number;
|
|
61772
61767
|
wallet: string | number;
|
|
61773
61768
|
status?: 'pending' | 'finished' | undefined;
|
|
61774
61769
|
identifier?: string | undefined;
|
|
@@ -61778,7 +61773,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61778
61773
|
latest_control_hash?: string | null | undefined;
|
|
61779
61774
|
}, {
|
|
61780
61775
|
type: 'withdrawal';
|
|
61781
|
-
amount: number;
|
|
61776
|
+
amount: string | number;
|
|
61782
61777
|
wallet: string | number;
|
|
61783
61778
|
status?: 'pending' | 'finished' | undefined;
|
|
61784
61779
|
identifier?: string | undefined;
|
|
@@ -61816,7 +61811,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61816
61811
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
61817
61812
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
61818
61813
|
children?: ({
|
|
61819
|
-
amount: number;
|
|
61814
|
+
amount: string | number;
|
|
61820
61815
|
from_wallet: string | number;
|
|
61821
61816
|
to_wallet: string | number;
|
|
61822
61817
|
type?: 'transfer' | undefined;
|
|
@@ -61828,7 +61823,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61828
61823
|
latest_control_hash?: string | null | undefined;
|
|
61829
61824
|
} | {
|
|
61830
61825
|
type: 'deposit';
|
|
61831
|
-
amount: number;
|
|
61826
|
+
amount: string | number;
|
|
61832
61827
|
wallet: string | number;
|
|
61833
61828
|
status?: 'pending' | 'finished' | undefined;
|
|
61834
61829
|
identifier?: string | undefined;
|
|
@@ -61838,7 +61833,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61838
61833
|
latest_control_hash?: string | null | undefined;
|
|
61839
61834
|
} | {
|
|
61840
61835
|
type: 'withdrawal';
|
|
61841
|
-
amount: number;
|
|
61836
|
+
amount: string | number;
|
|
61842
61837
|
wallet: string | number;
|
|
61843
61838
|
status?: 'pending' | 'finished' | undefined;
|
|
61844
61839
|
identifier?: string | undefined;
|
|
@@ -61859,7 +61854,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61859
61854
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
61860
61855
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
61861
61856
|
children?: ({
|
|
61862
|
-
amount: number;
|
|
61857
|
+
amount: string | number;
|
|
61863
61858
|
from_wallet: string | number;
|
|
61864
61859
|
to_wallet: string | number;
|
|
61865
61860
|
type?: 'transfer' | undefined;
|
|
@@ -61871,7 +61866,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61871
61866
|
latest_control_hash?: string | null | undefined;
|
|
61872
61867
|
} | {
|
|
61873
61868
|
type: 'deposit';
|
|
61874
|
-
amount: number;
|
|
61869
|
+
amount: string | number;
|
|
61875
61870
|
wallet: string | number;
|
|
61876
61871
|
status?: 'pending' | 'finished' | undefined;
|
|
61877
61872
|
identifier?: string | undefined;
|
|
@@ -61881,7 +61876,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61881
61876
|
latest_control_hash?: string | null | undefined;
|
|
61882
61877
|
} | {
|
|
61883
61878
|
type: 'withdrawal';
|
|
61884
|
-
amount: number;
|
|
61879
|
+
amount: string | number;
|
|
61885
61880
|
wallet: string | number;
|
|
61886
61881
|
status?: 'pending' | 'finished' | undefined;
|
|
61887
61882
|
identifier?: string | undefined;
|
|
@@ -61899,13 +61894,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61899
61894
|
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>>>;
|
|
61900
61895
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61901
61896
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61902
|
-
amount: import("zod").ZodNumber
|
|
61897
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61903
61898
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61904
61899
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61905
61900
|
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61906
61901
|
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61907
61902
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61908
|
-
amount: number;
|
|
61903
|
+
amount: string | number;
|
|
61909
61904
|
from_wallet: string | number;
|
|
61910
61905
|
to_wallet: string | number;
|
|
61911
61906
|
type?: 'transfer' | undefined;
|
|
@@ -61917,7 +61912,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61917
61912
|
latest_control_hash?: string | null | undefined;
|
|
61918
61913
|
transfer_group?: string | number | undefined;
|
|
61919
61914
|
}, {
|
|
61920
|
-
amount: number;
|
|
61915
|
+
amount: string | number;
|
|
61921
61916
|
from_wallet: string | number;
|
|
61922
61917
|
to_wallet: string | number;
|
|
61923
61918
|
type?: 'transfer' | undefined;
|
|
@@ -61935,13 +61930,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61935
61930
|
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>>>;
|
|
61936
61931
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61937
61932
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61938
|
-
amount: import("zod").ZodNumber
|
|
61933
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61939
61934
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61940
61935
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61941
61936
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61942
61937
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61943
61938
|
type: 'deposit';
|
|
61944
|
-
amount: number;
|
|
61939
|
+
amount: string | number;
|
|
61945
61940
|
wallet: string | number;
|
|
61946
61941
|
status?: 'pending' | 'finished' | undefined;
|
|
61947
61942
|
identifier?: string | undefined;
|
|
@@ -61952,7 +61947,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61952
61947
|
transfer_group?: string | number | undefined;
|
|
61953
61948
|
}, {
|
|
61954
61949
|
type: 'deposit';
|
|
61955
|
-
amount: number;
|
|
61950
|
+
amount: string | number;
|
|
61956
61951
|
wallet: string | number;
|
|
61957
61952
|
status?: 'pending' | 'finished' | undefined;
|
|
61958
61953
|
identifier?: string | undefined;
|
|
@@ -61968,13 +61963,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
61968
61963
|
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>>>;
|
|
61969
61964
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61970
61965
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
61971
|
-
amount: import("zod").ZodNumber
|
|
61966
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
61972
61967
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
61973
61968
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
61974
61969
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
61975
61970
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
61976
61971
|
type: 'withdrawal';
|
|
61977
|
-
amount: number;
|
|
61972
|
+
amount: string | number;
|
|
61978
61973
|
wallet: string | number;
|
|
61979
61974
|
status?: 'pending' | 'finished' | undefined;
|
|
61980
61975
|
identifier?: string | undefined;
|
|
@@ -61985,7 +61980,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
61985
61980
|
transfer_group?: string | number | undefined;
|
|
61986
61981
|
}, {
|
|
61987
61982
|
type: 'withdrawal';
|
|
61988
|
-
amount: number;
|
|
61983
|
+
amount: string | number;
|
|
61989
61984
|
wallet: string | number;
|
|
61990
61985
|
status?: 'pending' | 'finished' | undefined;
|
|
61991
61986
|
identifier?: string | undefined;
|
|
@@ -62016,7 +62011,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62016
62011
|
}>>>;
|
|
62017
62012
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
62018
62013
|
transfers: ({
|
|
62019
|
-
amount: number;
|
|
62014
|
+
amount: string | number;
|
|
62020
62015
|
from_wallet: string | number;
|
|
62021
62016
|
to_wallet: string | number;
|
|
62022
62017
|
type?: 'transfer' | undefined;
|
|
@@ -62029,7 +62024,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62029
62024
|
transfer_group?: string | number | undefined;
|
|
62030
62025
|
} | {
|
|
62031
62026
|
type: 'withdrawal';
|
|
62032
|
-
amount: number;
|
|
62027
|
+
amount: string | number;
|
|
62033
62028
|
wallet: string | number;
|
|
62034
62029
|
status?: 'pending' | 'finished' | undefined;
|
|
62035
62030
|
identifier?: string | undefined;
|
|
@@ -62040,7 +62035,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62040
62035
|
transfer_group?: string | number | undefined;
|
|
62041
62036
|
} | {
|
|
62042
62037
|
type: 'deposit';
|
|
62043
|
-
amount: number;
|
|
62038
|
+
amount: string | number;
|
|
62044
62039
|
wallet: string | number;
|
|
62045
62040
|
status?: 'pending' | 'finished' | undefined;
|
|
62046
62041
|
identifier?: string | undefined;
|
|
@@ -62059,7 +62054,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62059
62054
|
} | undefined;
|
|
62060
62055
|
}, {
|
|
62061
62056
|
transfers: ({
|
|
62062
|
-
amount: number;
|
|
62057
|
+
amount: string | number;
|
|
62063
62058
|
from_wallet: string | number;
|
|
62064
62059
|
to_wallet: string | number;
|
|
62065
62060
|
type?: 'transfer' | undefined;
|
|
@@ -62072,7 +62067,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62072
62067
|
transfer_group?: string | number | undefined;
|
|
62073
62068
|
} | {
|
|
62074
62069
|
type: 'withdrawal';
|
|
62075
|
-
amount: number;
|
|
62070
|
+
amount: string | number;
|
|
62076
62071
|
wallet: string | number;
|
|
62077
62072
|
status?: 'pending' | 'finished' | undefined;
|
|
62078
62073
|
identifier?: string | undefined;
|
|
@@ -62083,7 +62078,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62083
62078
|
transfer_group?: string | number | undefined;
|
|
62084
62079
|
} | {
|
|
62085
62080
|
type: 'deposit';
|
|
62086
|
-
amount: number;
|
|
62081
|
+
amount: string | number;
|
|
62087
62082
|
wallet: string | number;
|
|
62088
62083
|
status?: 'pending' | 'finished' | undefined;
|
|
62089
62084
|
identifier?: string | undefined;
|
|
@@ -62142,7 +62137,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62142
62137
|
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>>>;
|
|
62143
62138
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
62144
62139
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
62145
|
-
amount: import("zod").ZodNumber
|
|
62140
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
62146
62141
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
62147
62142
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
62148
62143
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -62161,7 +62156,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62161
62156
|
return_balance?: boolean | undefined;
|
|
62162
62157
|
}>>;
|
|
62163
62158
|
}>, 'strict', import("zod").ZodTypeAny, {
|
|
62164
|
-
amount: number;
|
|
62159
|
+
amount: string | number;
|
|
62165
62160
|
wallet: string | number;
|
|
62166
62161
|
options?: {
|
|
62167
62162
|
tracking_id?: string | undefined;
|
|
@@ -62176,7 +62171,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
62176
62171
|
latest_control_hash?: string | null | undefined;
|
|
62177
62172
|
transfer_group?: string | number | undefined;
|
|
62178
62173
|
}, {
|
|
62179
|
-
amount: number;
|
|
62174
|
+
amount: string | number;
|
|
62180
62175
|
wallet: string | number;
|
|
62181
62176
|
options?: {
|
|
62182
62177
|
tracking_id?: string | undefined;
|
|
@@ -63867,13 +63862,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
63867
63862
|
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>>>;
|
|
63868
63863
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63869
63864
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
63870
|
-
amount: import("zod").ZodNumber
|
|
63865
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
63871
63866
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
63872
63867
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
63873
63868
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63874
63869
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
63875
63870
|
type: 'deposit';
|
|
63876
|
-
amount: number;
|
|
63871
|
+
amount: string | number;
|
|
63877
63872
|
wallet: string | number;
|
|
63878
63873
|
status?: 'pending' | 'finished' | undefined;
|
|
63879
63874
|
identifier?: string | undefined;
|
|
@@ -63883,7 +63878,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63883
63878
|
latest_control_hash?: string | null | undefined;
|
|
63884
63879
|
}, {
|
|
63885
63880
|
type: 'deposit';
|
|
63886
|
-
amount: number;
|
|
63881
|
+
amount: string | number;
|
|
63887
63882
|
wallet: string | number;
|
|
63888
63883
|
status?: 'pending' | 'finished' | undefined;
|
|
63889
63884
|
identifier?: string | undefined;
|
|
@@ -63898,13 +63893,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
63898
63893
|
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>>>;
|
|
63899
63894
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63900
63895
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
63901
|
-
amount: import("zod").ZodNumber
|
|
63896
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
63902
63897
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
63903
63898
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63904
63899
|
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
63905
63900
|
to_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
63906
63901
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
63907
|
-
amount: number;
|
|
63902
|
+
amount: string | number;
|
|
63908
63903
|
from_wallet: string | number;
|
|
63909
63904
|
to_wallet: string | number;
|
|
63910
63905
|
type?: 'transfer' | undefined;
|
|
@@ -63915,7 +63910,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63915
63910
|
created_at?: string | undefined;
|
|
63916
63911
|
latest_control_hash?: string | null | undefined;
|
|
63917
63912
|
}, {
|
|
63918
|
-
amount: number;
|
|
63913
|
+
amount: string | number;
|
|
63919
63914
|
from_wallet: string | number;
|
|
63920
63915
|
to_wallet: string | number;
|
|
63921
63916
|
type?: 'transfer' | undefined;
|
|
@@ -63932,13 +63927,13 @@ declare module 'wapi-client/fns/index' {
|
|
|
63932
63927
|
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>>>;
|
|
63933
63928
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63934
63929
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
63935
|
-
amount: import("zod").ZodNumber
|
|
63930
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
63936
63931
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
63937
63932
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
63938
63933
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
63939
63934
|
}, 'transfer_group'>, 'strip', import("zod").ZodTypeAny, {
|
|
63940
63935
|
type: 'withdrawal';
|
|
63941
|
-
amount: number;
|
|
63936
|
+
amount: string | number;
|
|
63942
63937
|
wallet: string | number;
|
|
63943
63938
|
status?: 'pending' | 'finished' | undefined;
|
|
63944
63939
|
identifier?: string | undefined;
|
|
@@ -63948,7 +63943,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63948
63943
|
latest_control_hash?: string | null | undefined;
|
|
63949
63944
|
}, {
|
|
63950
63945
|
type: 'withdrawal';
|
|
63951
|
-
amount: number;
|
|
63946
|
+
amount: string | number;
|
|
63952
63947
|
wallet: string | number;
|
|
63953
63948
|
status?: 'pending' | 'finished' | undefined;
|
|
63954
63949
|
identifier?: string | undefined;
|
|
@@ -63970,7 +63965,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63970
63965
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
63971
63966
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
63972
63967
|
children?: ({
|
|
63973
|
-
amount: number;
|
|
63968
|
+
amount: string | number;
|
|
63974
63969
|
from_wallet: string | number;
|
|
63975
63970
|
to_wallet: string | number;
|
|
63976
63971
|
type?: 'transfer' | undefined;
|
|
@@ -63982,7 +63977,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63982
63977
|
latest_control_hash?: string | null | undefined;
|
|
63983
63978
|
} | {
|
|
63984
63979
|
type: 'deposit';
|
|
63985
|
-
amount: number;
|
|
63980
|
+
amount: string | number;
|
|
63986
63981
|
wallet: string | number;
|
|
63987
63982
|
status?: 'pending' | 'finished' | undefined;
|
|
63988
63983
|
identifier?: string | undefined;
|
|
@@ -63992,7 +63987,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
63992
63987
|
latest_control_hash?: string | null | undefined;
|
|
63993
63988
|
} | {
|
|
63994
63989
|
type: 'withdrawal';
|
|
63995
|
-
amount: number;
|
|
63990
|
+
amount: string | number;
|
|
63996
63991
|
wallet: string | number;
|
|
63997
63992
|
status?: 'pending' | 'finished' | undefined;
|
|
63998
63993
|
identifier?: string | undefined;
|
|
@@ -64010,7 +64005,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64010
64005
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
64011
64006
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64012
64007
|
children?: ({
|
|
64013
|
-
amount: number;
|
|
64008
|
+
amount: string | number;
|
|
64014
64009
|
from_wallet: string | number;
|
|
64015
64010
|
to_wallet: string | number;
|
|
64016
64011
|
type?: 'transfer' | undefined;
|
|
@@ -64022,7 +64017,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64022
64017
|
latest_control_hash?: string | null | undefined;
|
|
64023
64018
|
} | {
|
|
64024
64019
|
type: 'deposit';
|
|
64025
|
-
amount: number;
|
|
64020
|
+
amount: string | number;
|
|
64026
64021
|
wallet: string | number;
|
|
64027
64022
|
status?: 'pending' | 'finished' | undefined;
|
|
64028
64023
|
identifier?: string | undefined;
|
|
@@ -64032,7 +64027,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64032
64027
|
latest_control_hash?: string | null | undefined;
|
|
64033
64028
|
} | {
|
|
64034
64029
|
type: 'withdrawal';
|
|
64035
|
-
amount: number;
|
|
64030
|
+
amount: string | number;
|
|
64036
64031
|
wallet: string | number;
|
|
64037
64032
|
status?: 'pending' | 'finished' | undefined;
|
|
64038
64033
|
identifier?: string | undefined;
|
|
@@ -64052,7 +64047,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64052
64047
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
64053
64048
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64054
64049
|
children?: ({
|
|
64055
|
-
amount: number;
|
|
64050
|
+
amount: string | number;
|
|
64056
64051
|
from_wallet: string | number;
|
|
64057
64052
|
to_wallet: string | number;
|
|
64058
64053
|
type?: 'transfer' | undefined;
|
|
@@ -64064,7 +64059,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64064
64059
|
latest_control_hash?: string | null | undefined;
|
|
64065
64060
|
} | {
|
|
64066
64061
|
type: 'deposit';
|
|
64067
|
-
amount: number;
|
|
64062
|
+
amount: string | number;
|
|
64068
64063
|
wallet: string | number;
|
|
64069
64064
|
status?: 'pending' | 'finished' | undefined;
|
|
64070
64065
|
identifier?: string | undefined;
|
|
@@ -64074,7 +64069,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64074
64069
|
latest_control_hash?: string | null | undefined;
|
|
64075
64070
|
} | {
|
|
64076
64071
|
type: 'withdrawal';
|
|
64077
|
-
amount: number;
|
|
64072
|
+
amount: string | number;
|
|
64078
64073
|
wallet: string | number;
|
|
64079
64074
|
status?: 'pending' | 'finished' | undefined;
|
|
64080
64075
|
identifier?: string | undefined;
|
|
@@ -64095,7 +64090,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64095
64090
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
64096
64091
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64097
64092
|
children?: ({
|
|
64098
|
-
amount: number;
|
|
64093
|
+
amount: string | number;
|
|
64099
64094
|
from_wallet: string | number;
|
|
64100
64095
|
to_wallet: string | number;
|
|
64101
64096
|
type?: 'transfer' | undefined;
|
|
@@ -64107,7 +64102,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64107
64102
|
latest_control_hash?: string | null | undefined;
|
|
64108
64103
|
} | {
|
|
64109
64104
|
type: 'deposit';
|
|
64110
|
-
amount: number;
|
|
64105
|
+
amount: string | number;
|
|
64111
64106
|
wallet: string | number;
|
|
64112
64107
|
status?: 'pending' | 'finished' | undefined;
|
|
64113
64108
|
identifier?: string | undefined;
|
|
@@ -64117,7 +64112,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64117
64112
|
latest_control_hash?: string | null | undefined;
|
|
64118
64113
|
} | {
|
|
64119
64114
|
type: 'withdrawal';
|
|
64120
|
-
amount: number;
|
|
64115
|
+
amount: string | number;
|
|
64121
64116
|
wallet: string | number;
|
|
64122
64117
|
status?: 'pending' | 'finished' | undefined;
|
|
64123
64118
|
identifier?: string | undefined;
|
|
@@ -64137,7 +64132,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64137
64132
|
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>>>;
|
|
64138
64133
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
64139
64134
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
64140
|
-
amount: import("zod").ZodNumber
|
|
64135
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
64141
64136
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
64142
64137
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
64143
64138
|
from_wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
@@ -64146,7 +64141,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64146
64141
|
status_finalized_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
64147
64142
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
64148
64143
|
}>, 'strip', import("zod").ZodTypeAny, {
|
|
64149
|
-
amount: number;
|
|
64144
|
+
amount: string | number;
|
|
64150
64145
|
from_wallet: string | number;
|
|
64151
64146
|
to_wallet: string | number;
|
|
64152
64147
|
type?: 'transfer' | undefined;
|
|
@@ -64159,7 +64154,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64159
64154
|
latest_control_hash?: string | null | undefined;
|
|
64160
64155
|
transfer_group?: string | number | undefined;
|
|
64161
64156
|
}, {
|
|
64162
|
-
amount: number;
|
|
64157
|
+
amount: string | number;
|
|
64163
64158
|
from_wallet: string | number;
|
|
64164
64159
|
to_wallet: string | number;
|
|
64165
64160
|
type?: 'transfer' | undefined;
|
|
@@ -64178,7 +64173,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64178
64173
|
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>>>;
|
|
64179
64174
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
64180
64175
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
64181
|
-
amount: import("zod").ZodNumber
|
|
64176
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
64182
64177
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
64183
64178
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
64184
64179
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -64187,7 +64182,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64187
64182
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
64188
64183
|
}>, 'strip', import("zod").ZodTypeAny, {
|
|
64189
64184
|
type: 'deposit';
|
|
64190
|
-
amount: number;
|
|
64185
|
+
amount: string | number;
|
|
64191
64186
|
wallet: string | number;
|
|
64192
64187
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64193
64188
|
identifier?: string | undefined;
|
|
@@ -64199,7 +64194,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64199
64194
|
transfer_group?: string | number | undefined;
|
|
64200
64195
|
}, {
|
|
64201
64196
|
type: 'deposit';
|
|
64202
|
-
amount: number;
|
|
64197
|
+
amount: string | number;
|
|
64203
64198
|
wallet: string | number;
|
|
64204
64199
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64205
64200
|
identifier?: string | undefined;
|
|
@@ -64216,7 +64211,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64216
64211
|
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>>>;
|
|
64217
64212
|
token: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
64218
64213
|
created_at: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
|
|
64219
|
-
amount: import("zod").ZodNumber
|
|
64214
|
+
amount: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>;
|
|
64220
64215
|
latest_control_hash: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
64221
64216
|
wallet: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
|
|
64222
64217
|
transfer_group: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
@@ -64225,7 +64220,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64225
64220
|
status: import("zod").ZodOptional<import("zod").ZodEnum<["pending", 'finished', 'cancelled']>>;
|
|
64226
64221
|
}>, 'strip', import("zod").ZodTypeAny, {
|
|
64227
64222
|
type: 'withdrawal';
|
|
64228
|
-
amount: number;
|
|
64223
|
+
amount: string | number;
|
|
64229
64224
|
wallet: string | number;
|
|
64230
64225
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64231
64226
|
identifier?: string | undefined;
|
|
@@ -64237,7 +64232,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64237
64232
|
transfer_group?: string | number | undefined;
|
|
64238
64233
|
}, {
|
|
64239
64234
|
type: 'withdrawal';
|
|
64240
|
-
amount: number;
|
|
64235
|
+
amount: string | number;
|
|
64241
64236
|
wallet: string | number;
|
|
64242
64237
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64243
64238
|
identifier?: string | undefined;
|
|
@@ -64250,7 +64245,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64250
64245
|
}>]>;
|
|
64251
64246
|
}, 'strip', import("zod").ZodTypeAny, {
|
|
64252
64247
|
data: {
|
|
64253
|
-
amount: number;
|
|
64248
|
+
amount: string | number;
|
|
64254
64249
|
from_wallet: string | number;
|
|
64255
64250
|
to_wallet: string | number;
|
|
64256
64251
|
type?: 'transfer' | undefined;
|
|
@@ -64264,7 +64259,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64264
64259
|
transfer_group?: string | number | undefined;
|
|
64265
64260
|
} | {
|
|
64266
64261
|
type: 'deposit';
|
|
64267
|
-
amount: number;
|
|
64262
|
+
amount: string | number;
|
|
64268
64263
|
wallet: string | number;
|
|
64269
64264
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64270
64265
|
identifier?: string | undefined;
|
|
@@ -64276,7 +64271,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64276
64271
|
transfer_group?: string | number | undefined;
|
|
64277
64272
|
} | {
|
|
64278
64273
|
type: 'withdrawal';
|
|
64279
|
-
amount: number;
|
|
64274
|
+
amount: string | number;
|
|
64280
64275
|
wallet: string | number;
|
|
64281
64276
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64282
64277
|
identifier?: string | undefined;
|
|
@@ -64290,7 +64285,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64290
64285
|
target: 'transfer';
|
|
64291
64286
|
}, {
|
|
64292
64287
|
data: {
|
|
64293
|
-
amount: number;
|
|
64288
|
+
amount: string | number;
|
|
64294
64289
|
from_wallet: string | number;
|
|
64295
64290
|
to_wallet: string | number;
|
|
64296
64291
|
type?: 'transfer' | undefined;
|
|
@@ -64304,7 +64299,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64304
64299
|
transfer_group?: string | number | undefined;
|
|
64305
64300
|
} | {
|
|
64306
64301
|
type: 'deposit';
|
|
64307
|
-
amount: number;
|
|
64302
|
+
amount: string | number;
|
|
64308
64303
|
wallet: string | number;
|
|
64309
64304
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64310
64305
|
identifier?: string | undefined;
|
|
@@ -64316,7 +64311,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64316
64311
|
transfer_group?: string | number | undefined;
|
|
64317
64312
|
} | {
|
|
64318
64313
|
type: 'withdrawal';
|
|
64319
|
-
amount: number;
|
|
64314
|
+
amount: string | number;
|
|
64320
64315
|
wallet: string | number;
|
|
64321
64316
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64322
64317
|
identifier?: string | undefined;
|
|
@@ -64519,7 +64514,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64519
64514
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
64520
64515
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64521
64516
|
children?: ({
|
|
64522
|
-
amount: number;
|
|
64517
|
+
amount: string | number;
|
|
64523
64518
|
from_wallet: string | number;
|
|
64524
64519
|
to_wallet: string | number;
|
|
64525
64520
|
type?: 'transfer' | undefined;
|
|
@@ -64531,7 +64526,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64531
64526
|
latest_control_hash?: string | null | undefined;
|
|
64532
64527
|
} | {
|
|
64533
64528
|
type: 'deposit';
|
|
64534
|
-
amount: number;
|
|
64529
|
+
amount: string | number;
|
|
64535
64530
|
wallet: string | number;
|
|
64536
64531
|
status?: 'pending' | 'finished' | undefined;
|
|
64537
64532
|
identifier?: string | undefined;
|
|
@@ -64541,7 +64536,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64541
64536
|
latest_control_hash?: string | null | undefined;
|
|
64542
64537
|
} | {
|
|
64543
64538
|
type: 'withdrawal';
|
|
64544
|
-
amount: number;
|
|
64539
|
+
amount: string | number;
|
|
64545
64540
|
wallet: string | number;
|
|
64546
64541
|
status?: 'pending' | 'finished' | undefined;
|
|
64547
64542
|
identifier?: string | undefined;
|
|
@@ -64554,7 +64549,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64554
64549
|
target: 'transfer_group';
|
|
64555
64550
|
} | {
|
|
64556
64551
|
data: {
|
|
64557
|
-
amount: number;
|
|
64552
|
+
amount: string | number;
|
|
64558
64553
|
from_wallet: string | number;
|
|
64559
64554
|
to_wallet: string | number;
|
|
64560
64555
|
type?: 'transfer' | undefined;
|
|
@@ -64568,7 +64563,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64568
64563
|
transfer_group?: string | number | undefined;
|
|
64569
64564
|
} | {
|
|
64570
64565
|
type: 'deposit';
|
|
64571
|
-
amount: number;
|
|
64566
|
+
amount: string | number;
|
|
64572
64567
|
wallet: string | number;
|
|
64573
64568
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64574
64569
|
identifier?: string | undefined;
|
|
@@ -64580,7 +64575,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64580
64575
|
transfer_group?: string | number | undefined;
|
|
64581
64576
|
} | {
|
|
64582
64577
|
type: 'withdrawal';
|
|
64583
|
-
amount: number;
|
|
64578
|
+
amount: string | number;
|
|
64584
64579
|
wallet: string | number;
|
|
64585
64580
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64586
64581
|
identifier?: string | undefined;
|
|
@@ -64656,7 +64651,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64656
64651
|
metadata?: import("wapi-client/db/consts").Metadata | undefined;
|
|
64657
64652
|
transfer_status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64658
64653
|
children?: ({
|
|
64659
|
-
amount: number;
|
|
64654
|
+
amount: string | number;
|
|
64660
64655
|
from_wallet: string | number;
|
|
64661
64656
|
to_wallet: string | number;
|
|
64662
64657
|
type?: 'transfer' | undefined;
|
|
@@ -64668,7 +64663,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64668
64663
|
latest_control_hash?: string | null | undefined;
|
|
64669
64664
|
} | {
|
|
64670
64665
|
type: 'deposit';
|
|
64671
|
-
amount: number;
|
|
64666
|
+
amount: string | number;
|
|
64672
64667
|
wallet: string | number;
|
|
64673
64668
|
status?: 'pending' | 'finished' | undefined;
|
|
64674
64669
|
identifier?: string | undefined;
|
|
@@ -64678,7 +64673,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64678
64673
|
latest_control_hash?: string | null | undefined;
|
|
64679
64674
|
} | {
|
|
64680
64675
|
type: 'withdrawal';
|
|
64681
|
-
amount: number;
|
|
64676
|
+
amount: string | number;
|
|
64682
64677
|
wallet: string | number;
|
|
64683
64678
|
status?: 'pending' | 'finished' | undefined;
|
|
64684
64679
|
identifier?: string | undefined;
|
|
@@ -64691,7 +64686,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64691
64686
|
target: 'transfer_group';
|
|
64692
64687
|
} | {
|
|
64693
64688
|
data: {
|
|
64694
|
-
amount: number;
|
|
64689
|
+
amount: string | number;
|
|
64695
64690
|
from_wallet: string | number;
|
|
64696
64691
|
to_wallet: string | number;
|
|
64697
64692
|
type?: 'transfer' | undefined;
|
|
@@ -64705,7 +64700,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64705
64700
|
transfer_group?: string | number | undefined;
|
|
64706
64701
|
} | {
|
|
64707
64702
|
type: 'deposit';
|
|
64708
|
-
amount: number;
|
|
64703
|
+
amount: string | number;
|
|
64709
64704
|
wallet: string | number;
|
|
64710
64705
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64711
64706
|
identifier?: string | undefined;
|
|
@@ -64717,7 +64712,7 @@ declare module 'wapi-client/fns/index' {
|
|
|
64717
64712
|
transfer_group?: string | number | undefined;
|
|
64718
64713
|
} | {
|
|
64719
64714
|
type: 'withdrawal';
|
|
64720
|
-
amount: number;
|
|
64715
|
+
amount: string | number;
|
|
64721
64716
|
wallet: string | number;
|
|
64722
64717
|
status?: 'pending' | 'finished' | 'cancelled' | undefined;
|
|
64723
64718
|
identifier?: string | undefined;
|
|
@@ -65473,9 +65468,10 @@ declare module 'wapi-client/fns/index' {
|
|
|
65473
65468
|
}
|
|
65474
65469
|
declare module 'wapi-client/fns/consts.enums' {
|
|
65475
65470
|
import z from 'zod';
|
|
65476
|
-
import { iFnFindOptionsExtraSchema, iFnFindOptionsSchema, allowedStringIntSchema, allowedStringNumberSchema } from 'wapi-client/fns/consts';
|
|
65471
|
+
import { iFnFindOptionsExtraSchema, iFnFindOptionsSchema, allowedStringPositiveNumericSchema, allowedStringIntSchema, allowedStringNumberSchema } from 'wapi-client/fns/consts';
|
|
65477
65472
|
export type IFnFindOptionsExtra = z.infer<typeof iFnFindOptionsExtraSchema>;
|
|
65478
65473
|
export type IFnFindOptions = z.infer<typeof iFnFindOptionsSchema>;
|
|
65474
|
+
export type AllowedStringPositiveNumeric = z.infer<typeof allowedStringPositiveNumericSchema>;
|
|
65479
65475
|
export type AllowedStringInt = z.infer<typeof allowedStringIntSchema>;
|
|
65480
65476
|
export type AllowedStringNumber = z.infer<typeof allowedStringNumberSchema>;
|
|
65481
65477
|
}
|