changed date format

This commit is contained in:
2025-05-28 16:06:56 +03:00
parent ab47e74b58
commit d585219aa3
4 changed files with 16 additions and 14 deletions

View File

@@ -58,10 +58,10 @@ export const ffi_hublib_rust_future_poll_void: (a: bigint, b: number, c: bigint)
export const ffi_hublib_rust_future_cancel_void: (a: bigint) => void;
export const ffi_hublib_rust_future_complete_void: (a: bigint, b: number) => void;
export const ffi_hublib_rust_future_free_void: (a: bigint) => void;
export const uniffi_hublib_fn_func_get_secret_value: (a: number, b: bigint, c: bigint, d: bigint, e: number, f: number, g: bigint, h: bigint, i: number, j: number, k: number) => void;
export const uniffi_hublib_fn_func_get_secret_value: (a: number, b: bigint, c: bigint, d: number, e: number, f: bigint, g: bigint, h: number, i: number, j: bigint, k: bigint, l: number, m: number, n: number) => void;
export const uniffi_hublib_checksum_func_get_secret_value: () => number;
export const get_secret_value: (a: bigint, b: number, c: number, d: number, e: number) => [number, number];
export const uniffi_hublib_fn_func_recreate_secret_value: (a: number, b: bigint, c: bigint, d: bigint, e: number, f: number, g: bigint, h: bigint, i: number, j: number, k: bigint, l: bigint, m: number, n: number, o: number) => void;
export const get_secret_value: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number];
export const uniffi_hublib_fn_func_recreate_secret_value: (a: number, b: bigint, c: bigint, d: number, e: number, f: bigint, g: bigint, h: number, i: number, j: bigint, k: bigint, l: number, m: number, n: bigint, o: bigint, p: number, q: number, r: number) => void;
export const uniffi_hublib_checksum_func_recreate_secret_value: () => number;
export const __wbindgen_export_0: WebAssembly.Table;
export const __wbindgen_malloc: (a: number, b: number) => number;