@ai-matrx/associations 0.8.8 → 0.8.9
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 +8 -4
- package/dist/{CommentThread-DycFh2tU.d.cts → CommentThread-DrZkKd3K.d.cts} +1 -1
- package/dist/{CommentThread-DycFh2tU.d.ts → CommentThread-DrZkKd3K.d.ts} +1 -1
- package/dist/core/index.cjs +4 -0
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js +4 -0
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +34 -2
- package/dist/index.d.ts +34 -2
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/react/index.cjs +2 -0
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.d.cts +2 -2
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.js +2 -0
- 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/react/index.cjs
CHANGED
|
@@ -487,6 +487,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
487
487
|
"context_item_value",
|
|
488
488
|
"conversation",
|
|
489
489
|
"conversation_value",
|
|
490
|
+
"credential_item",
|
|
490
491
|
"crm_address",
|
|
491
492
|
"crm_affiliation",
|
|
492
493
|
"crm_blocklist_entry",
|
|
@@ -950,6 +951,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
950
951
|
"user_memory",
|
|
951
952
|
"user_preference",
|
|
952
953
|
"user_profile",
|
|
954
|
+
"user_secret",
|
|
953
955
|
"user_stat",
|
|
954
956
|
"user_surface_state",
|
|
955
957
|
"voice",
|