@ai-matrx/associations 0.9.1 → 0.9.2
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 +7 -0
- package/dist/{CommentThread-wI65Z4d8.d.cts → CommentThread-CG2oN5Sa.d.cts} +1 -1
- package/dist/{CommentThread-wI65Z4d8.d.ts → CommentThread-CG2oN5Sa.d.ts} +1 -1
- package/dist/core/index.cjs +6 -0
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js +6 -0
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +51 -3
- package/dist/index.d.ts +51 -3
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/react/index.cjs +3 -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 +3 -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 +4 -4
package/dist/react/index.cjs
CHANGED
|
@@ -226,6 +226,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
226
226
|
"billing_price",
|
|
227
227
|
"billing_product",
|
|
228
228
|
"billing_spend_guardrail",
|
|
229
|
+
"billing_stripe_event",
|
|
229
230
|
"billing_subscription",
|
|
230
231
|
"billing_usage_ledger",
|
|
231
232
|
"billing_user_plan",
|
|
@@ -424,6 +425,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
424
425
|
"game_room",
|
|
425
426
|
"global_execution",
|
|
426
427
|
"global_execution_checkpoint",
|
|
428
|
+
"global_execution_control",
|
|
427
429
|
"global_execution_event",
|
|
428
430
|
"global_meter_entry",
|
|
429
431
|
"global_origin",
|
|
@@ -648,6 +650,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
648
650
|
"ops_proof_scenario",
|
|
649
651
|
"org_admin_audit",
|
|
650
652
|
"org_member_control",
|
|
653
|
+
"org_module_config",
|
|
651
654
|
"organization",
|
|
652
655
|
"output_feedback",
|
|
653
656
|
"page_extraction_job",
|