diff --git a/api/knowledge-fs-contract.lock.json b/api/knowledge-fs-contract.lock.json index f526f681c88..f3d448f880e 100644 --- a/api/knowledge-fs-contract.lock.json +++ b/api/knowledge-fs-contract.lock.json @@ -1,6 +1,6 @@ { "schemaVersion": 5, - "subtreeTree": "4ab4f882f3d062f8e8bc8cd22604ee871b04c0ed", + "subtreeTree": "bba95422c50236c8c872618a7c5f8a6b56a12872", "openapiSha256": "6e89f6e365256b7b169aece12c102296038629e78edfa105a8c99da0d122b57c", "capabilityV2AuthManifestSha256": "fc0a47e23cce12544882f0298522b4933002e892b84ce1815df7e81d36a7a0c7", "capabilityV2AuthTestVectorSha256": "ae0de37b1ff05c40f905cf17a7b410d8971acacf64db07d5ee3d6fecfa559ce3", diff --git a/knowledge-fs/scripts/export-capability-v2-operations.test.mjs b/knowledge-fs/scripts/export-capability-v2-operations.test.mjs index e4cc77f4485..5960ab5b50a 100644 --- a/knowledge-fs/scripts/export-capability-v2-operations.test.mjs +++ b/knowledge-fs/scripts/export-capability-v2-operations.test.mjs @@ -20,7 +20,7 @@ test("Capability v2 operation export is deterministic and includes internal life ); const document = JSON.parse(readFileSync(output, "utf8")); assert.equal(document.schemaVersion, 1); - assert.equal(new Set(document.operations.map((operation) => operation.operationId)).size, 110); + assert.equal(new Set(document.operations.map((operation) => operation.operationId)).size, 112); assert.deepEqual( document.operations.find( (operation) => operation.operationId === "createSourceCrawlImportWorkflow",