mirror of
https://github.com/logos-storage/logos-storage-js.git
synced 2026-01-02 13:33:07 +00:00
Fix types
This commit is contained in:
parent
8a4ee9855f
commit
6eaa2e05d6
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@codex-storage/sdk-js",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@codex-storage/sdk-js",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"valibot": "^0.32.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@codex-storage/sdk-js",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"description": "Codex SDK to interact with the Codex decentralized storage network.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -32,19 +32,19 @@ export type CodexManifest = {
|
||||
treeCid: string;
|
||||
|
||||
/**
|
||||
* Name of the name (not implemeted yet)
|
||||
* Name of the name
|
||||
*/
|
||||
filename: string;
|
||||
filename: string | null;
|
||||
|
||||
/**
|
||||
* Mimetype (not implemeted yet)
|
||||
* Mimetype
|
||||
*/
|
||||
mimetype: string;
|
||||
mimetype: string | null;
|
||||
|
||||
/**
|
||||
* Date of upload (not implemented at)
|
||||
* Date of upload
|
||||
*/
|
||||
uploadedAt: string;
|
||||
uploadedAt: number;
|
||||
};
|
||||
|
||||
export type CodexDataContent = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user