@lumeweb/pinner 0.1.12 → 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.
Files changed (93) hide show
  1. package/dist/esm/adapters/pinata/index.d.ts +1 -1
  2. package/dist/esm/adapters/pinata/shared/index.d.ts +1 -1
  3. package/dist/esm/adapters/pinata/shared/types.d.ts +41 -1
  4. package/dist/esm/adapters/pinata/v2/adapter-interface.d.ts +4 -1
  5. package/dist/esm/adapters/pinata/v2/index.d.ts +1 -1
  6. package/dist/esm/adapters/pinata/v2/types.d.ts +58 -1
  7. package/dist/esm/api/client.d.ts +21 -0
  8. package/dist/esm/api/client.js +54 -0
  9. package/dist/esm/api/client.js.map +1 -0
  10. package/dist/esm/api/generated/content/content.msw.js +30 -37
  11. package/dist/esm/api/generated/content/content.msw.js.map +1 -1
  12. package/dist/esm/api/generated/dns/dns.msw.js +30 -44
  13. package/dist/esm/api/generated/dns/dns.msw.js.map +1 -1
  14. package/dist/esm/api/generated/files/files.msw.js +30 -33
  15. package/dist/esm/api/generated/files/files.msw.js.map +1 -1
  16. package/dist/esm/api/generated/gateway/gateway.msw.js +30 -32
  17. package/dist/esm/api/generated/gateway/gateway.msw.js.map +1 -1
  18. package/dist/esm/api/generated/internal/internal.msw.js +30 -31
  19. package/dist/esm/api/generated/internal/internal.msw.js.map +1 -1
  20. package/dist/esm/api/generated/ipns/ipns.msw.js +30 -37
  21. package/dist/esm/api/generated/ipns/ipns.msw.js.map +1 -1
  22. package/dist/esm/api/generated/pinning/pinning.msw.js +30 -35
  23. package/dist/esm/api/generated/pinning/pinning.msw.js.map +1 -1
  24. package/dist/esm/api/generated/schemas/blockMetaResponse.d.ts +29 -29
  25. package/dist/esm/api/generated/schemas/component.d.ts +29 -29
  26. package/dist/esm/api/generated/schemas/errorResponse.d.ts +29 -29
  27. package/dist/esm/api/generated/schemas/fileManagerItem.d.ts +29 -29
  28. package/dist/esm/api/generated/schemas/gatewayWebsiteResponse.d.ts +29 -29
  29. package/dist/esm/api/generated/schemas/gatewayWebsiteStatusResponse.d.ts +29 -29
  30. package/dist/esm/api/generated/schemas/getBlockMetaBatchRequest.d.ts +42 -0
  31. package/dist/esm/api/generated/schemas/iPNSKeyListResponse.d.ts +29 -29
  32. package/dist/esm/api/generated/schemas/iPNSKeyRequest.d.ts +29 -29
  33. package/dist/esm/api/generated/schemas/iPNSKeyResponse.d.ts +29 -29
  34. package/dist/esm/api/generated/schemas/iPNSPublishRequest.d.ts +29 -29
  35. package/dist/esm/api/generated/schemas/iPNSPublishResponse.d.ts +29 -29
  36. package/dist/esm/api/generated/schemas/iPNSRepublishResponse.d.ts +29 -29
  37. package/dist/esm/api/generated/schemas/iPNSResolveResponse.d.ts +29 -29
  38. package/dist/esm/api/generated/schemas/infoResponse.d.ts +29 -29
  39. package/dist/esm/api/generated/schemas/pinRequestMeta.d.ts +29 -29
  40. package/dist/esm/api/generated/schemas/pinStatusResponseInfo.d.ts +29 -29
  41. package/dist/esm/api/generated/schemas/postApiUploadBody.d.ts +42 -0
  42. package/dist/esm/api/generated/schemas/postUploadResponse.d.ts +29 -29
  43. package/dist/esm/api/generated/schemas/recordResponse.d.ts +29 -29
  44. package/dist/esm/api/generated/schemas/recordResult.d.ts +29 -29
  45. package/dist/esm/api/generated/schemas/sSLStatusInfo.d.ts +29 -29
  46. package/dist/esm/api/generated/schemas/sSLStatusUpdateRequest.d.ts +44 -0
  47. package/dist/esm/api/generated/schemas/uploadResultResponse.d.ts +29 -29
  48. package/dist/esm/api/generated/schemas/validationResponse.d.ts +29 -29
  49. package/dist/esm/api/generated/schemas/websiteConfigResponse.d.ts +29 -29
  50. package/dist/esm/api/generated/schemas/websiteRequest.d.ts +29 -29
  51. package/dist/esm/api/generated/schemas/websiteUpdateRequest.d.ts +29 -29
  52. package/dist/esm/api/generated/schemas/websiteValidateResponse.d.ts +29 -29
  53. package/dist/esm/api/generated/schemas/zoneListResponse.d.ts +29 -29
  54. package/dist/esm/api/generated/schemas/zoneResponse.d.ts +29 -29
  55. package/dist/esm/api/generated/tus/tus.msw.js +30 -34
  56. package/dist/esm/api/generated/tus/tus.msw.js.map +1 -1
  57. package/dist/esm/api/generated/websites/websites.msw.js +30 -38
  58. package/dist/esm/api/generated/websites/websites.msw.js.map +1 -1
  59. package/dist/esm/api/ipns.d.ts +47 -6
  60. package/dist/esm/api/ipns.js +46 -39
  61. package/dist/esm/api/ipns.js.map +1 -1
  62. package/dist/esm/api/websites.d.ts +57 -6
  63. package/dist/esm/api/websites.js +57 -41
  64. package/dist/esm/api/websites.js.map +1 -1
  65. package/dist/esm/auth/manager.d.ts +29 -0
  66. package/dist/esm/auth/manager.js +30 -0
  67. package/dist/esm/auth/manager.js.map +1 -0
  68. package/dist/esm/blockstore/index.d.ts +1 -1
  69. package/dist/esm/blockstore/unstorage-base.d.ts +6 -1
  70. package/dist/esm/blockstore/unstorage-base.js +9 -6
  71. package/dist/esm/blockstore/unstorage-base.js.map +1 -1
  72. package/dist/esm/config.d.ts +13 -1
  73. package/dist/esm/index.d.ts +31 -6
  74. package/dist/esm/pin/client.js +7 -7
  75. package/dist/esm/pin/client.js.map +1 -1
  76. package/dist/esm/pinner.d.ts +22 -0
  77. package/dist/esm/pinner.js +28 -4
  78. package/dist/esm/pinner.js.map +1 -1
  79. package/dist/esm/types/pin.d.ts +42 -0
  80. package/dist/esm/upload/base-upload.js +3 -1
  81. package/dist/esm/upload/base-upload.js.map +1 -1
  82. package/dist/esm/upload/builder.d.ts +1 -1
  83. package/dist/esm/upload/car.d.ts +18 -0
  84. package/dist/esm/upload/car.js.map +1 -1
  85. package/dist/esm/upload/manager.d.ts +32 -1
  86. package/dist/esm/upload/manager.js +36 -4
  87. package/dist/esm/upload/manager.js.map +1 -1
  88. package/dist/esm/upload/normalize.js.map +1 -1
  89. package/dist/esm/upload/tus-upload.js +3 -3
  90. package/dist/esm/upload/tus-upload.js.map +1 -1
  91. package/dist/esm/upload/xhr-upload.js +3 -1
  92. package/dist/esm/upload/xhr-upload.js.map +1 -1
  93. package/package.json +19 -19
@@ -1,37 +1,37 @@
1
1
  //#region src/api/generated/schemas/pinRequestMeta.d.ts
2
2
  /**
3
- * Generated by orval v8.10.0 🍺
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
  type PinRequestMeta = {
@@ -1,37 +1,37 @@
1
1
  //#region src/api/generated/schemas/pinStatusResponseInfo.d.ts
2
2
  /**
3
- * Generated by orval v8.10.0 🍺
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
  type PinStatusResponseInfo = {
@@ -0,0 +1,42 @@
1
+ //#region src/api/generated/schemas/postApiUploadBody.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
+ type PostApiUploadBody = {
38
+ file: Blob;
39
+ };
40
+ //#endregion
41
+ export { PostApiUploadBody };
42
+ //# sourceMappingURL=postApiUploadBody.d.ts.map
@@ -1,37 +1,37 @@
1
1
  //#region src/api/generated/schemas/postUploadResponse.d.ts
2
2
  /**
3
- * Generated by orval v8.10.0 🍺
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 PostUploadResponse {
@@ -1,37 +1,37 @@
1
1
  //#region src/api/generated/schemas/recordResponse.d.ts
2
2
  /**
3
- * Generated by orval v8.10.0 🍺
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 RecordResponse {
@@ -1,37 +1,37 @@
1
1
  //#region src/api/generated/schemas/recordResult.d.ts
2
2
  /**
3
- * Generated by orval v8.10.0 🍺
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 RecordResult {
@@ -1,37 +1,37 @@
1
1
  //#region src/api/generated/schemas/sSLStatusInfo.d.ts
2
2
  /**
3
- * Generated by orval v8.10.0 🍺
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 SSLStatusInfo {
@@ -0,0 +1,44 @@
1
+ //#region src/api/generated/schemas/sSLStatusUpdateRequest.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 SSLStatusUpdateRequest {
38
+ error?: string;
39
+ status: string;
40
+ timestamp?: string;
41
+ }
42
+ //#endregion
43
+ export { SSLStatusUpdateRequest };
44
+ //# sourceMappingURL=sSLStatusUpdateRequest.d.ts.map
@@ -1,37 +1,37 @@
1
1
  //#region src/api/generated/schemas/uploadResultResponse.d.ts
2
2
  /**
3
- * Generated by orval v8.10.0 🍺
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 UploadResultResponse {
@@ -1,37 +1,37 @@
1
1
  //#region src/api/generated/schemas/validationResponse.d.ts
2
2
  /**
3
- * Generated by orval v8.10.0 🍺
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 ValidationResponse {