@odla-ai/chapter 0.27.0 → 0.27.1

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/index.cjs CHANGED
@@ -1426,9 +1426,9 @@ function createChapterIntegration(chapter, options = {}) {
1426
1426
  // The snapshot route is deliberately private. A credential-free smoke
1427
1427
  // request must prove that the route is mounted and closed.
1428
1428
  { path: "/api/network/snapshot", expectedStatus: 401 },
1429
- ...chapter.network.readers.length > 0 ? [{ path: "/api/network/records?type=person", expectedStatus: 401 }] : [],
1429
+ ...chapter.network.readers.length > 0 ? [{ path: "/api/network/records", expectedStatus: 401 }] : [],
1430
1430
  ...chapter.network.readers.some((reader) => reader.sharedNotes.length > 0) ? [{
1431
- path: "/api/network/shared-notes?type=person&recordId=probe",
1431
+ path: "/api/network/shared-notes",
1432
1432
  expectedStatus: 401
1433
1433
  }] : [],
1434
1434
  // Formation metadata is public only when the host explicitly enables