@ai-matrx/associations 0.8.0 → 0.8.1
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 +6 -0
- package/dist/{CommentThread-HW4hLdsd.d.cts → CommentThread-BhLkEi_A.d.cts} +1 -1
- package/dist/{CommentThread-HW4hLdsd.d.ts → CommentThread-BhLkEi_A.d.ts} +1 -1
- package/dist/core/index.cjs +12 -0
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js +12 -0
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +99 -3
- package/dist/index.d.ts +99 -3
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/react/index.cjs +6 -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 +6 -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
|
@@ -732,6 +732,12 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
732
732
|
"marketing_initiative",
|
|
733
733
|
"masterwork_corpus_item",
|
|
734
734
|
"masterwork_run",
|
|
735
|
+
"meet_call_invite",
|
|
736
|
+
"meet_meeting",
|
|
737
|
+
"meet_note",
|
|
738
|
+
"meet_participant",
|
|
739
|
+
"meet_recording",
|
|
740
|
+
"meet_transcript_segment",
|
|
735
741
|
"membership",
|
|
736
742
|
"message",
|
|
737
743
|
"message_template",
|