@ai-matrx/associations 0.8.11 → 0.9.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.
package/dist/index.d.cts CHANGED
@@ -11345,7 +11345,7 @@ type AssociationsRpcErrorCode = "unauthorized" | "forbidden_org" | "forbidden_ro
11345
11345
  * on any demanded RPC maps to this code: the database this client is
11346
11346
  * pointed at does not run the schema this package demands (README front
11347
11347
  * door). It always reaches the errorSink — one unambiguous scream, never a
11348
- * mystery toast. Probe it at boot with `assertDemandedSchema` (/core, W2).
11348
+ * mystery toast — PGRST202 arrives as `demanded_schema_violation`.
11349
11349
  */
11350
11350
  | "demanded_schema_violation" | "internal";
11351
11351
  interface AssociationsRpcError {
package/dist/index.d.ts CHANGED
@@ -11345,7 +11345,7 @@ type AssociationsRpcErrorCode = "unauthorized" | "forbidden_org" | "forbidden_ro
11345
11345
  * on any demanded RPC maps to this code: the database this client is
11346
11346
  * pointed at does not run the schema this package demands (README front
11347
11347
  * door). It always reaches the errorSink — one unambiguous scream, never a
11348
- * mystery toast. Probe it at boot with `assertDemandedSchema` (/core, W2).
11348
+ * mystery toast — PGRST202 arrives as `demanded_schema_violation`.
11349
11349
  */
11350
11350
  | "demanded_schema_violation" | "internal";
11351
11351
  interface AssociationsRpcError {