@lumeweb/pinner 0.1.13 → 0.1.14
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/adapters/pinata/index.d.ts +1 -1
- package/dist/esm/adapters/pinata/shared/index.d.ts +1 -1
- package/dist/esm/adapters/pinata/shared/types.d.ts +41 -1
- package/dist/esm/adapters/pinata/v2/adapter-interface.d.ts +4 -1
- package/dist/esm/adapters/pinata/v2/index.d.ts +1 -1
- package/dist/esm/adapters/pinata/v2/types.d.ts +58 -1
- package/dist/esm/api/client.d.ts +21 -0
- package/dist/esm/api/client.js +54 -0
- package/dist/esm/api/client.js.map +1 -0
- package/dist/esm/api/generated/content/content.msw.js +30 -37
- package/dist/esm/api/generated/content/content.msw.js.map +1 -1
- package/dist/esm/api/generated/dns/dns.msw.js +30 -44
- package/dist/esm/api/generated/dns/dns.msw.js.map +1 -1
- package/dist/esm/api/generated/files/files.msw.js +30 -33
- package/dist/esm/api/generated/files/files.msw.js.map +1 -1
- package/dist/esm/api/generated/gateway/gateway.msw.js +30 -32
- package/dist/esm/api/generated/gateway/gateway.msw.js.map +1 -1
- package/dist/esm/api/generated/internal/internal.msw.js +30 -31
- package/dist/esm/api/generated/internal/internal.msw.js.map +1 -1
- package/dist/esm/api/generated/ipns/ipns.msw.js +30 -37
- package/dist/esm/api/generated/ipns/ipns.msw.js.map +1 -1
- package/dist/esm/api/generated/pinning/pinning.msw.js +30 -35
- package/dist/esm/api/generated/pinning/pinning.msw.js.map +1 -1
- package/dist/esm/api/generated/schemas/blockMetaResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/component.d.ts +29 -29
- package/dist/esm/api/generated/schemas/errorResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/fileManagerItem.d.ts +29 -29
- package/dist/esm/api/generated/schemas/gatewayWebsiteResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/gatewayWebsiteStatusResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/getBlockMetaBatchRequest.d.ts +42 -0
- package/dist/esm/api/generated/schemas/iPNSKeyListResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/iPNSKeyRequest.d.ts +29 -29
- package/dist/esm/api/generated/schemas/iPNSKeyResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/iPNSPublishRequest.d.ts +29 -29
- package/dist/esm/api/generated/schemas/iPNSPublishResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/iPNSRepublishResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/iPNSResolveResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/infoResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/pinRequestMeta.d.ts +29 -29
- package/dist/esm/api/generated/schemas/pinStatusResponseInfo.d.ts +29 -29
- package/dist/esm/api/generated/schemas/postApiUploadBody.d.ts +42 -0
- package/dist/esm/api/generated/schemas/postUploadResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/recordResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/recordResult.d.ts +29 -29
- package/dist/esm/api/generated/schemas/sSLStatusInfo.d.ts +29 -29
- package/dist/esm/api/generated/schemas/sSLStatusUpdateRequest.d.ts +44 -0
- package/dist/esm/api/generated/schemas/uploadResultResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/validationResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/websiteConfigResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/websiteRequest.d.ts +29 -29
- package/dist/esm/api/generated/schemas/websiteUpdateRequest.d.ts +29 -29
- package/dist/esm/api/generated/schemas/websiteValidateResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/zoneListResponse.d.ts +29 -29
- package/dist/esm/api/generated/schemas/zoneResponse.d.ts +29 -29
- package/dist/esm/api/generated/tus/tus.msw.js +30 -34
- package/dist/esm/api/generated/tus/tus.msw.js.map +1 -1
- package/dist/esm/api/generated/websites/websites.msw.js +30 -38
- package/dist/esm/api/generated/websites/websites.msw.js.map +1 -1
- package/dist/esm/api/ipns.d.ts +47 -6
- package/dist/esm/api/ipns.js +46 -39
- package/dist/esm/api/ipns.js.map +1 -1
- package/dist/esm/api/websites.d.ts +57 -6
- package/dist/esm/api/websites.js +57 -41
- package/dist/esm/api/websites.js.map +1 -1
- package/dist/esm/auth/manager.d.ts +29 -0
- package/dist/esm/auth/manager.js +30 -0
- package/dist/esm/auth/manager.js.map +1 -0
- package/dist/esm/blockstore/index.d.ts +1 -1
- package/dist/esm/blockstore/unstorage-base.d.ts +6 -1
- package/dist/esm/blockstore/unstorage-base.js +9 -6
- package/dist/esm/blockstore/unstorage-base.js.map +1 -1
- package/dist/esm/index.d.ts +31 -6
- package/dist/esm/pin/client.js +7 -7
- package/dist/esm/pin/client.js.map +1 -1
- package/dist/esm/pinner.d.ts +22 -0
- package/dist/esm/pinner.js +28 -4
- package/dist/esm/pinner.js.map +1 -1
- package/dist/esm/types/pin.d.ts +42 -0
- package/dist/esm/upload/base-upload.js +3 -1
- package/dist/esm/upload/base-upload.js.map +1 -1
- package/dist/esm/upload/builder.d.ts +1 -1
- package/dist/esm/upload/car.d.ts +18 -0
- package/dist/esm/upload/car.js.map +1 -1
- package/dist/esm/upload/manager.d.ts +32 -1
- package/dist/esm/upload/manager.js +36 -4
- package/dist/esm/upload/manager.js.map +1 -1
- package/dist/esm/upload/normalize.js.map +1 -1
- package/dist/esm/upload/tus-upload.js +3 -3
- package/dist/esm/upload/tus-upload.js.map +1 -1
- package/dist/esm/upload/xhr-upload.js +1 -1
- package/dist/esm/upload/xhr-upload.js.map +1 -1
- package/package.json +17 -17
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
//#region src/api/generated/schemas/gatewayWebsiteStatusResponse.d.ts
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.18.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Portal IPFS Plugin API
|
|
6
6
|
*
|
|
7
|
-
## Portal IPFS Plugin API
|
|
8
|
-
|
|
9
|
-
A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
-
|
|
11
|
-
### IPFS Pinning Service API Compatibility
|
|
12
|
-
|
|
13
|
-
This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
- **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
-
- **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
-
- **IPNS**: Manage IPNS keys and publish content
|
|
20
|
-
- **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
-
- **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
-
|
|
23
|
-
### Authentication
|
|
24
|
-
|
|
25
|
-
All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
-
|
|
27
|
-
### Rate Limiting
|
|
28
|
-
|
|
29
|
-
API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
-
|
|
31
|
-
### Documentation
|
|
32
|
-
|
|
33
|
-
For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
-
|
|
7
|
+
* ## Portal IPFS Plugin API
|
|
8
|
+
*
|
|
9
|
+
* A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
+
*
|
|
11
|
+
* ### IPFS Pinning Service API Compatibility
|
|
12
|
+
*
|
|
13
|
+
* This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
+
*
|
|
15
|
+
* ### Features
|
|
16
|
+
*
|
|
17
|
+
* - **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
+
* - **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
+
* - **IPNS**: Manage IPNS keys and publish content
|
|
20
|
+
* - **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
+
* - **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
+
*
|
|
23
|
+
* ### Authentication
|
|
24
|
+
*
|
|
25
|
+
* All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
+
*
|
|
27
|
+
* ### Rate Limiting
|
|
28
|
+
*
|
|
29
|
+
* API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
+
*
|
|
31
|
+
* ### Documentation
|
|
32
|
+
*
|
|
33
|
+
* For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
+
*
|
|
35
35
|
* OpenAPI spec version: 1.0.0
|
|
36
36
|
*/
|
|
37
37
|
interface GatewayWebsiteStatusResponse {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
//#region src/api/generated/schemas/getBlockMetaBatchRequest.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.18.0 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Portal IPFS Plugin API
|
|
6
|
+
*
|
|
7
|
+
* ## Portal IPFS Plugin API
|
|
8
|
+
*
|
|
9
|
+
* A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
+
*
|
|
11
|
+
* ### IPFS Pinning Service API Compatibility
|
|
12
|
+
*
|
|
13
|
+
* This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
+
*
|
|
15
|
+
* ### Features
|
|
16
|
+
*
|
|
17
|
+
* - **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
+
* - **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
+
* - **IPNS**: Manage IPNS keys and publish content
|
|
20
|
+
* - **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
+
* - **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
+
*
|
|
23
|
+
* ### Authentication
|
|
24
|
+
*
|
|
25
|
+
* All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
+
*
|
|
27
|
+
* ### Rate Limiting
|
|
28
|
+
*
|
|
29
|
+
* API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
+
*
|
|
31
|
+
* ### Documentation
|
|
32
|
+
*
|
|
33
|
+
* For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
+
*
|
|
35
|
+
* OpenAPI spec version: 1.0.0
|
|
36
|
+
*/
|
|
37
|
+
interface GetBlockMetaBatchRequest {
|
|
38
|
+
cid: string[];
|
|
39
|
+
}
|
|
40
|
+
//#endregion
|
|
41
|
+
export { GetBlockMetaBatchRequest };
|
|
42
|
+
//# sourceMappingURL=getBlockMetaBatchRequest.d.ts.map
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
//#region src/api/generated/schemas/iPNSKeyListResponse.d.ts
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.18.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Portal IPFS Plugin API
|
|
6
6
|
*
|
|
7
|
-
## Portal IPFS Plugin API
|
|
8
|
-
|
|
9
|
-
A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
-
|
|
11
|
-
### IPFS Pinning Service API Compatibility
|
|
12
|
-
|
|
13
|
-
This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
- **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
-
- **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
-
- **IPNS**: Manage IPNS keys and publish content
|
|
20
|
-
- **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
-
- **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
-
|
|
23
|
-
### Authentication
|
|
24
|
-
|
|
25
|
-
All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
-
|
|
27
|
-
### Rate Limiting
|
|
28
|
-
|
|
29
|
-
API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
-
|
|
31
|
-
### Documentation
|
|
32
|
-
|
|
33
|
-
For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
-
|
|
7
|
+
* ## Portal IPFS Plugin API
|
|
8
|
+
*
|
|
9
|
+
* A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
+
*
|
|
11
|
+
* ### IPFS Pinning Service API Compatibility
|
|
12
|
+
*
|
|
13
|
+
* This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
+
*
|
|
15
|
+
* ### Features
|
|
16
|
+
*
|
|
17
|
+
* - **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
+
* - **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
+
* - **IPNS**: Manage IPNS keys and publish content
|
|
20
|
+
* - **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
+
* - **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
+
*
|
|
23
|
+
* ### Authentication
|
|
24
|
+
*
|
|
25
|
+
* All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
+
*
|
|
27
|
+
* ### Rate Limiting
|
|
28
|
+
*
|
|
29
|
+
* API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
+
*
|
|
31
|
+
* ### Documentation
|
|
32
|
+
*
|
|
33
|
+
* For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
+
*
|
|
35
35
|
* OpenAPI spec version: 1.0.0
|
|
36
36
|
*/
|
|
37
37
|
interface IPNSKeyListResponse {
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
//#region src/api/generated/schemas/iPNSKeyRequest.d.ts
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.18.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Portal IPFS Plugin API
|
|
6
6
|
*
|
|
7
|
-
## Portal IPFS Plugin API
|
|
8
|
-
|
|
9
|
-
A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
-
|
|
11
|
-
### IPFS Pinning Service API Compatibility
|
|
12
|
-
|
|
13
|
-
This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
- **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
-
- **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
-
- **IPNS**: Manage IPNS keys and publish content
|
|
20
|
-
- **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
-
- **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
-
|
|
23
|
-
### Authentication
|
|
24
|
-
|
|
25
|
-
All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
-
|
|
27
|
-
### Rate Limiting
|
|
28
|
-
|
|
29
|
-
API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
-
|
|
31
|
-
### Documentation
|
|
32
|
-
|
|
33
|
-
For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
-
|
|
7
|
+
* ## Portal IPFS Plugin API
|
|
8
|
+
*
|
|
9
|
+
* A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
+
*
|
|
11
|
+
* ### IPFS Pinning Service API Compatibility
|
|
12
|
+
*
|
|
13
|
+
* This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
+
*
|
|
15
|
+
* ### Features
|
|
16
|
+
*
|
|
17
|
+
* - **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
+
* - **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
+
* - **IPNS**: Manage IPNS keys and publish content
|
|
20
|
+
* - **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
+
* - **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
+
*
|
|
23
|
+
* ### Authentication
|
|
24
|
+
*
|
|
25
|
+
* All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
+
*
|
|
27
|
+
* ### Rate Limiting
|
|
28
|
+
*
|
|
29
|
+
* API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
+
*
|
|
31
|
+
* ### Documentation
|
|
32
|
+
*
|
|
33
|
+
* For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
+
*
|
|
35
35
|
* OpenAPI spec version: 1.0.0
|
|
36
36
|
*/
|
|
37
37
|
interface IPNSKeyRequest {
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
//#region src/api/generated/schemas/iPNSKeyResponse.d.ts
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.18.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Portal IPFS Plugin API
|
|
6
6
|
*
|
|
7
|
-
## Portal IPFS Plugin API
|
|
8
|
-
|
|
9
|
-
A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
-
|
|
11
|
-
### IPFS Pinning Service API Compatibility
|
|
12
|
-
|
|
13
|
-
This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
- **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
-
- **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
-
- **IPNS**: Manage IPNS keys and publish content
|
|
20
|
-
- **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
-
- **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
-
|
|
23
|
-
### Authentication
|
|
24
|
-
|
|
25
|
-
All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
-
|
|
27
|
-
### Rate Limiting
|
|
28
|
-
|
|
29
|
-
API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
-
|
|
31
|
-
### Documentation
|
|
32
|
-
|
|
33
|
-
For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
-
|
|
7
|
+
* ## Portal IPFS Plugin API
|
|
8
|
+
*
|
|
9
|
+
* A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
+
*
|
|
11
|
+
* ### IPFS Pinning Service API Compatibility
|
|
12
|
+
*
|
|
13
|
+
* This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
+
*
|
|
15
|
+
* ### Features
|
|
16
|
+
*
|
|
17
|
+
* - **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
+
* - **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
+
* - **IPNS**: Manage IPNS keys and publish content
|
|
20
|
+
* - **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
+
* - **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
+
*
|
|
23
|
+
* ### Authentication
|
|
24
|
+
*
|
|
25
|
+
* All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
+
*
|
|
27
|
+
* ### Rate Limiting
|
|
28
|
+
*
|
|
29
|
+
* API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
+
*
|
|
31
|
+
* ### Documentation
|
|
32
|
+
*
|
|
33
|
+
* For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
+
*
|
|
35
35
|
* OpenAPI spec version: 1.0.0
|
|
36
36
|
*/
|
|
37
37
|
interface IPNSKeyResponse {
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
//#region src/api/generated/schemas/iPNSPublishRequest.d.ts
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.18.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Portal IPFS Plugin API
|
|
6
6
|
*
|
|
7
|
-
## Portal IPFS Plugin API
|
|
8
|
-
|
|
9
|
-
A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
-
|
|
11
|
-
### IPFS Pinning Service API Compatibility
|
|
12
|
-
|
|
13
|
-
This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
- **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
-
- **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
-
- **IPNS**: Manage IPNS keys and publish content
|
|
20
|
-
- **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
-
- **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
-
|
|
23
|
-
### Authentication
|
|
24
|
-
|
|
25
|
-
All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
-
|
|
27
|
-
### Rate Limiting
|
|
28
|
-
|
|
29
|
-
API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
-
|
|
31
|
-
### Documentation
|
|
32
|
-
|
|
33
|
-
For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
-
|
|
7
|
+
* ## Portal IPFS Plugin API
|
|
8
|
+
*
|
|
9
|
+
* A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
+
*
|
|
11
|
+
* ### IPFS Pinning Service API Compatibility
|
|
12
|
+
*
|
|
13
|
+
* This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
+
*
|
|
15
|
+
* ### Features
|
|
16
|
+
*
|
|
17
|
+
* - **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
+
* - **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
+
* - **IPNS**: Manage IPNS keys and publish content
|
|
20
|
+
* - **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
+
* - **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
+
*
|
|
23
|
+
* ### Authentication
|
|
24
|
+
*
|
|
25
|
+
* All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
+
*
|
|
27
|
+
* ### Rate Limiting
|
|
28
|
+
*
|
|
29
|
+
* API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
+
*
|
|
31
|
+
* ### Documentation
|
|
32
|
+
*
|
|
33
|
+
* For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
+
*
|
|
35
35
|
* OpenAPI spec version: 1.0.0
|
|
36
36
|
*/
|
|
37
37
|
interface IPNSPublishRequest {
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
//#region src/api/generated/schemas/iPNSPublishResponse.d.ts
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.18.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Portal IPFS Plugin API
|
|
6
6
|
*
|
|
7
|
-
## Portal IPFS Plugin API
|
|
8
|
-
|
|
9
|
-
A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
-
|
|
11
|
-
### IPFS Pinning Service API Compatibility
|
|
12
|
-
|
|
13
|
-
This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
- **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
-
- **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
-
- **IPNS**: Manage IPNS keys and publish content
|
|
20
|
-
- **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
-
- **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
-
|
|
23
|
-
### Authentication
|
|
24
|
-
|
|
25
|
-
All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
-
|
|
27
|
-
### Rate Limiting
|
|
28
|
-
|
|
29
|
-
API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
-
|
|
31
|
-
### Documentation
|
|
32
|
-
|
|
33
|
-
For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
-
|
|
7
|
+
* ## Portal IPFS Plugin API
|
|
8
|
+
*
|
|
9
|
+
* A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
+
*
|
|
11
|
+
* ### IPFS Pinning Service API Compatibility
|
|
12
|
+
*
|
|
13
|
+
* This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
+
*
|
|
15
|
+
* ### Features
|
|
16
|
+
*
|
|
17
|
+
* - **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
+
* - **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
+
* - **IPNS**: Manage IPNS keys and publish content
|
|
20
|
+
* - **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
+
* - **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
+
*
|
|
23
|
+
* ### Authentication
|
|
24
|
+
*
|
|
25
|
+
* All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
+
*
|
|
27
|
+
* ### Rate Limiting
|
|
28
|
+
*
|
|
29
|
+
* API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
+
*
|
|
31
|
+
* ### Documentation
|
|
32
|
+
*
|
|
33
|
+
* For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
+
*
|
|
35
35
|
* OpenAPI spec version: 1.0.0
|
|
36
36
|
*/
|
|
37
37
|
interface IPNSPublishResponse {
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
//#region src/api/generated/schemas/iPNSRepublishResponse.d.ts
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.18.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Portal IPFS Plugin API
|
|
6
6
|
*
|
|
7
|
-
## Portal IPFS Plugin API
|
|
8
|
-
|
|
9
|
-
A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
-
|
|
11
|
-
### IPFS Pinning Service API Compatibility
|
|
12
|
-
|
|
13
|
-
This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
- **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
-
- **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
-
- **IPNS**: Manage IPNS keys and publish content
|
|
20
|
-
- **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
-
- **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
-
|
|
23
|
-
### Authentication
|
|
24
|
-
|
|
25
|
-
All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
-
|
|
27
|
-
### Rate Limiting
|
|
28
|
-
|
|
29
|
-
API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
-
|
|
31
|
-
### Documentation
|
|
32
|
-
|
|
33
|
-
For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
-
|
|
7
|
+
* ## Portal IPFS Plugin API
|
|
8
|
+
*
|
|
9
|
+
* A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
+
*
|
|
11
|
+
* ### IPFS Pinning Service API Compatibility
|
|
12
|
+
*
|
|
13
|
+
* This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
+
*
|
|
15
|
+
* ### Features
|
|
16
|
+
*
|
|
17
|
+
* - **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
+
* - **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
+
* - **IPNS**: Manage IPNS keys and publish content
|
|
20
|
+
* - **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
+
* - **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
+
*
|
|
23
|
+
* ### Authentication
|
|
24
|
+
*
|
|
25
|
+
* All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
+
*
|
|
27
|
+
* ### Rate Limiting
|
|
28
|
+
*
|
|
29
|
+
* API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
+
*
|
|
31
|
+
* ### Documentation
|
|
32
|
+
*
|
|
33
|
+
* For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
+
*
|
|
35
35
|
* OpenAPI spec version: 1.0.0
|
|
36
36
|
*/
|
|
37
37
|
interface IPNSRepublishResponse {
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
//#region src/api/generated/schemas/iPNSResolveResponse.d.ts
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.18.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Portal IPFS Plugin API
|
|
6
6
|
*
|
|
7
|
-
## Portal IPFS Plugin API
|
|
8
|
-
|
|
9
|
-
A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
-
|
|
11
|
-
### IPFS Pinning Service API Compatibility
|
|
12
|
-
|
|
13
|
-
This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
- **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
-
- **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
-
- **IPNS**: Manage IPNS keys and publish content
|
|
20
|
-
- **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
-
- **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
-
|
|
23
|
-
### Authentication
|
|
24
|
-
|
|
25
|
-
All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
-
|
|
27
|
-
### Rate Limiting
|
|
28
|
-
|
|
29
|
-
API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
-
|
|
31
|
-
### Documentation
|
|
32
|
-
|
|
33
|
-
For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
-
|
|
7
|
+
* ## Portal IPFS Plugin API
|
|
8
|
+
*
|
|
9
|
+
* A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
+
*
|
|
11
|
+
* ### IPFS Pinning Service API Compatibility
|
|
12
|
+
*
|
|
13
|
+
* This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
+
*
|
|
15
|
+
* ### Features
|
|
16
|
+
*
|
|
17
|
+
* - **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
+
* - **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
+
* - **IPNS**: Manage IPNS keys and publish content
|
|
20
|
+
* - **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
+
* - **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
+
*
|
|
23
|
+
* ### Authentication
|
|
24
|
+
*
|
|
25
|
+
* All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
+
*
|
|
27
|
+
* ### Rate Limiting
|
|
28
|
+
*
|
|
29
|
+
* API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
+
*
|
|
31
|
+
* ### Documentation
|
|
32
|
+
*
|
|
33
|
+
* For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
+
*
|
|
35
35
|
* OpenAPI spec version: 1.0.0
|
|
36
36
|
*/
|
|
37
37
|
interface IPNSResolveResponse {
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
//#region src/api/generated/schemas/infoResponse.d.ts
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.18.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Portal IPFS Plugin API
|
|
6
6
|
*
|
|
7
|
-
## Portal IPFS Plugin API
|
|
8
|
-
|
|
9
|
-
A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
-
|
|
11
|
-
### IPFS Pinning Service API Compatibility
|
|
12
|
-
|
|
13
|
-
This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
- **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
-
- **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
-
- **IPNS**: Manage IPNS keys and publish content
|
|
20
|
-
- **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
-
- **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
-
|
|
23
|
-
### Authentication
|
|
24
|
-
|
|
25
|
-
All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
-
|
|
27
|
-
### Rate Limiting
|
|
28
|
-
|
|
29
|
-
API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
-
|
|
31
|
-
### Documentation
|
|
32
|
-
|
|
33
|
-
For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
-
|
|
7
|
+
* ## Portal IPFS Plugin API
|
|
8
|
+
*
|
|
9
|
+
* A comprehensive API for IPFS content management, including pinning services, file operations, IPNS key management, and website hosting.
|
|
10
|
+
*
|
|
11
|
+
* ### IPFS Pinning Service API Compatibility
|
|
12
|
+
*
|
|
13
|
+
* This API is fully compatible with the [IPFS Pinning Service API specification](https://github.com/ipfs/pinning-services-api-spec), an implementation-agnostic API standard for pinning service providers. This ensures interoperability with existing IPFS pinning clients and tools.
|
|
14
|
+
*
|
|
15
|
+
* ### Features
|
|
16
|
+
*
|
|
17
|
+
* - **Pinning**: Add, list, update, and remove pinned content
|
|
18
|
+
* - **Content**: Upload files, retrieve IPFS content, and manage metadata
|
|
19
|
+
* - **IPNS**: Manage IPNS keys and publish content
|
|
20
|
+
* - **Files**: Browse and manage pinned files with directory navigation
|
|
21
|
+
* - **Websites**: Create and manage website hosting with DNS and SSL automation
|
|
22
|
+
*
|
|
23
|
+
* ### Authentication
|
|
24
|
+
*
|
|
25
|
+
* All API endpoints require authentication using JWT tokens obtained from the Portal authentication service.
|
|
26
|
+
*
|
|
27
|
+
* ### Rate Limiting
|
|
28
|
+
*
|
|
29
|
+
* API requests are rate-limited based on user account tier. See Portal documentation for current limits.
|
|
30
|
+
*
|
|
31
|
+
* ### Documentation
|
|
32
|
+
*
|
|
33
|
+
* For detailed API usage examples and integration guides, visit the Portal documentation website.
|
|
34
|
+
*
|
|
35
35
|
* OpenAPI spec version: 1.0.0
|
|
36
36
|
*/
|
|
37
37
|
interface InfoResponse {
|