@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/CHANGELOG.md +49 -0
- package/README.md +5 -6
- package/dist/{CommentThread--C4Vgv0S.d.cts → CommentThread-BKDzEKvk.d.cts} +1 -1
- package/dist/{CommentThread--C4Vgv0S.d.ts → CommentThread-BKDzEKvk.d.ts} +1 -1
- package/dist/core/index.cjs +0 -165
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.d.cts +1 -37
- package/dist/core/index.d.ts +1 -37
- package/dist/core/index.js +0 -165
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react/index.cjs +0 -195
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.d.cts +3 -12
- package/dist/react/index.d.ts +3 -12
- package/dist/react/index.js +21 -221
- package/dist/react/index.js.map +1 -1
- package/dist/react/lazy/index.d.cts +1 -1
- package/dist/react/lazy/index.d.ts +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
11348
|
+
* mystery toast — PGRST202 arrives as `demanded_schema_violation`.
|
|
11349
11349
|
*/
|
|
11350
11350
|
| "demanded_schema_violation" | "internal";
|
|
11351
11351
|
interface AssociationsRpcError {
|