@oxy.so/contracts 4.0.0 → 4.1.0

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.
@@ -230,7 +230,7 @@ export interface PersonhoodBreakdown {
230
230
  export declare const personhoodBreakdownSchema: z.ZodType<PersonhoodBreakdown>;
231
231
  /**
232
232
  * The public personhood status snapshot returned by
233
- * `GET /civic/personhood/:userId` (and `POST /civic/personhood/:userId/recompute`).
233
+ * `GET /civic/personhood/:userId`.
234
234
  * Mirrors the API `PersonhoodStatus` model's serialized response exactly — a
235
235
  * cached, recomputable proof-of-personhood snapshot.
236
236
  *