You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pure comment + JSDoc + describe-title scrub across components/pryv/,
pryv-monitor/, pryv-socket.io/, pryv-cmc/. No runtime behaviour
change. JSDoc on public Connection methods (updateAccess,
getAccessWithHistory) and utils helpers (parseAccessRef,
renderAccessRef), TSDoc on index.d.ts, JSDoc on StaleAccessIdError,
and inline `// Plan 66:` body comments all lose internal provenance
markers. Real WHY content preserved or rewritten without the marker.
- 12 files modified across 4 components.
- Pre-scrub: 16 internal-ref hits (excluding CHANGELOG). Post-scrub:
0 (git grep verified).
Net diff: 39 insertions / 39 deletions. just lint exits 0.
just test all: 261 passing / 0 failing / 2 pending (unchanged from
baseline).
Copy file name to clipboardExpand all lines: components/pryv/src/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
* @property {pryv.utils} utils - Exposes some utils for HTTP calls and tools to manipulate Pryv's API endpoints
12
12
* @property {pryv.PryvError} PryvError - Custom error class with innerObject + structured API-error fields
13
13
* @property {pryv.MfaRequiredError} MfaRequiredError - Thrown by Service.login when the platform returns an mfaToken instead of a token. Carries `.mfaToken`.
14
-
* @property {pryv.StaleAccessIdError} StaleAccessIdError - Plan 66: thrown when a Pryv.io server rejects an `accesses.update` / `accesses.delete` with a 409 stale-resource. Refetch + retry.
14
+
* @property {pryv.StaleAccessIdError} StaleAccessIdError - Thrown when a Pryv.io server rejects an `accesses.update` / `accesses.delete` with a 409 stale-resource. Refetch + retry.
15
15
* @property {Object} ERRORS - Catalogue of Pryv API error ids (mirrors open-pryv.io/components/errors)
0 commit comments