@lumeweb/pinner 0.1.11 → 0.1.12
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/esm/index.d.ts +14 -1
- package/package.json +3 -3
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
import { BlockMetaResponse } from "./api/generated/schemas/blockMetaResponse.js";
|
|
2
|
+
import { Component } from "./api/generated/schemas/component.js";
|
|
3
|
+
import { ErrorResponse } from "./api/generated/schemas/errorResponse.js";
|
|
4
|
+
import { FileManagerItem } from "./api/generated/schemas/fileManagerItem.js";
|
|
5
|
+
import { FileManagerItemResponse } from "./api/generated/schemas/fileManagerItemResponse.js";
|
|
6
|
+
import { InfoResponse } from "./api/generated/schemas/infoResponse.js";
|
|
7
|
+
import { PinRequestMeta } from "./api/generated/schemas/pinRequestMeta.js";
|
|
8
|
+
import { PinRequest } from "./api/generated/schemas/pinRequest.js";
|
|
9
|
+
import { PinStatusResponseInfo } from "./api/generated/schemas/pinStatusResponseInfo.js";
|
|
10
|
+
import { PinStatusResponse } from "./api/generated/schemas/pinStatusResponse.js";
|
|
11
|
+
import { PinResultsResponse } from "./api/generated/schemas/pinResultsResponse.js";
|
|
12
|
+
import { PostUploadResponse } from "./api/generated/schemas/postUploadResponse.js";
|
|
13
|
+
import { UploadResultResponse } from "./api/generated/schemas/uploadResultResponse.js";
|
|
1
14
|
import { PinnerConfig } from "./config.js";
|
|
2
15
|
import { IpnsClient } from "./api/ipns.js";
|
|
3
16
|
import { WebsiteValidationReason, WebsiteValidationReasonValue, WebsitesClient, getValidationReason, isValidationReason } from "./api/websites.js";
|
|
@@ -15,4 +28,4 @@ import { asyncGeneratorToReadableStream, calculateStreamSize, readableStreamToAs
|
|
|
15
28
|
import { PinataAdapter } from "./adapters/pinata/v2/adapter-interface.js";
|
|
16
29
|
import { pinataAdapter } from "./adapters/pinata/v2/adapter.js";
|
|
17
30
|
import { PinataLegacyAdapter, pinataLegacyAdapter } from "./adapters/pinata/legacy/adapter.js";
|
|
18
|
-
export { type AbortOptions, AuthenticationError, type CarPreprocessOptions, type CarPreprocessResult, ConfigurationError, EmptyFileError, FILE_EXTENSION_CAR, IpnsClient, MIME_TYPE_CAR, MIME_TYPE_OCTET_STREAM, NetworkError, NotFoundError, PinError, type PinataAdapter, type PinataLegacyAdapter, Pinner, type PinnerConfig, PinnerError, RateLimitError, type RemoteAddOptions, type RemoteLsOptions, type RemotePin, type RemotePins, TimeoutError, type UnstorageBlockstoreOptions, UploadError, type UploadInput, UploadManager, type UploadOperation, type UploadOptions, type UploadProgress, type UploadResult, ValidationError, WebsiteValidationReason, type WebsiteValidationReasonValue, WebsitesClient, asyncGeneratorToReadableStream, calculateStreamSize, createBlockstore, createDatastore, destroyCarPreprocessor, getValidationReason, isAuthenticationError, isCarFile, isRetryable, isValidationReason, pinataAdapter, pinataLegacyAdapter, preprocessToCar, readableStreamToAsyncIterable, setDriverFactory, streamToBlob };
|
|
31
|
+
export { type AbortOptions, AuthenticationError, type BlockMetaResponse, type CarPreprocessOptions, type CarPreprocessResult, type Component, ConfigurationError, EmptyFileError, type ErrorResponse, FILE_EXTENSION_CAR, type FileManagerItem, type FileManagerItemResponse, type InfoResponse, IpnsClient, MIME_TYPE_CAR, MIME_TYPE_OCTET_STREAM, NetworkError, NotFoundError, PinError, type PinRequest, type PinRequestMeta, type PinResultsResponse, type PinStatusResponse, type PinStatusResponseInfo, type PinataAdapter, type PinataLegacyAdapter, Pinner, type PinnerConfig, PinnerError, type PostUploadResponse, RateLimitError, type RemoteAddOptions, type RemoteLsOptions, type RemotePin, type RemotePins, TimeoutError, type UnstorageBlockstoreOptions, UploadError, type UploadInput, UploadManager, type UploadOperation, type UploadOptions, type UploadProgress, type UploadResult, type UploadResultResponse, ValidationError, WebsiteValidationReason, type WebsiteValidationReasonValue, WebsitesClient, asyncGeneratorToReadableStream, calculateStreamSize, createBlockstore, createDatastore, destroyCarPreprocessor, getValidationReason, isAuthenticationError, isCarFile, isRetryable, isValidationReason, pinataAdapter, pinataLegacyAdapter, preprocessToCar, readableStreamToAsyncIterable, setDriverFactory, streamToBlob };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeweb/pinner",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"tus-js-client": "4.3.1",
|
|
65
65
|
"unstorage": "^1.17.5",
|
|
66
66
|
"@lumeweb/portal-sdk": "0.1.5",
|
|
67
|
-
"@lumeweb/
|
|
68
|
-
"@lumeweb/
|
|
67
|
+
"@lumeweb/uppy-post-upload": "0.1.1",
|
|
68
|
+
"@lumeweb/query-builder": "0.1.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@faker-js/faker": "^10.4.0",
|