@ai-matrx/associations 0.8.4 → 0.8.6
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 +20 -0
- package/dist/{CommentThread-BfZk_RvX.d.cts → CommentThread-D-88H03i.d.cts} +1 -1
- package/dist/{CommentThread-BfZk_RvX.d.ts → CommentThread-D-88H03i.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 +35 -3
- package/dist/index.d.ts +35 -3
- 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 +3 -3
package/dist/react/index.cjs
CHANGED
|
@@ -389,6 +389,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
389
389
|
"batch_cost_event",
|
|
390
390
|
"batch_provider_batch",
|
|
391
391
|
"batch_work_item",
|
|
392
|
+
"billing_spend_guardrail",
|
|
392
393
|
"browser_account_binding",
|
|
393
394
|
"browser_action_event",
|
|
394
395
|
"browser_authenticator_window",
|
|
@@ -483,6 +484,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
483
484
|
"content_ir_kind_surface",
|
|
484
485
|
"context_item",
|
|
485
486
|
"context_item_suggestion",
|
|
487
|
+
"context_item_value",
|
|
486
488
|
"conversation",
|
|
487
489
|
"conversation_value",
|
|
488
490
|
"crm_address",
|