chore: remove ipfs podsi #658
Annotations
2 errors and 2 warnings
test/tests/get-schema-for-endpoint.test.ts > getSchemaForEndpoint > generateSchemas:
test/tests/get-schema-for-endpoint.test.ts#L1803
Error: Snapshot `getSchemaForEndpoint > generateSchemas 1` mismatched
- Expected
+ Received
@@ -14660,287 +14660,10 @@
],
"type": "object",
},
},
},
- "/ipfs/pin/podsi/{IPFS_path}": {
- "params": {
- "properties": {
- "IPFS_path": {
- "description": "The path to the IPFS object",
- "type": "string",
- },
- },
- "type": "object",
- },
- "response": {
- "200": {
- "properties": {
- "dealInfo": {
- "items": {
- "properties": {
- "dealId": {
- "description": "The ID of the storage deal",
- "type": "integer",
- },
- "proof": {
- "properties": {
- "inclusionProof": {
- "properties": {
- "proofIndex": {
- "properties": {
- "index": {
- "description": "The proof index",
- "type": "string",
- },
- "path": {
- "description": "The Merkle proof path",
- "items": {
- "type": "string",
- },
- "type": "array",
- },
- },
- "required": [
- "index",
- "path",
- ],
- "type": "object",
- },
- "proofSubtree": {
- "properties": {
- "index": {
- "description": "The subtree proof index",
- "type": "string",
- },
- "path": {
- "description": "The Merkle proof path for the subtree",
- "items": {
- "type": "string",
- },
- "type": "array",
- },
- },
- "required": [
- "index",
- "path",
- ],
- "type": "object",
- },
- },
- "required": [
- "proofIndex",
- "proofSubtree",
- ],
- "type": "object",
- },
- "indexRecord": {
- "properties": {
- "checksum": {
- "description": "The checksum of the index record",
- "type": "string",
- },
- "proofIndex": {
- "description": "The proof index",
- "type": "string",
- },
- "proofSubtree": {
- "description": "The size of the proof subtree",
- "type": "integer",
- },
- "size": {
- "description": "The size of the record",
- "type": "integer",
- },
- },
- "required": [
- "checksum",
- "proofIndex",
- "proofSubtree",
- "size",
- ],
- "type": "object",
- },
- "verifierData": {
- "properties": {
-
|
build (20.x)
Process completed with exit code 1.
|
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|