@ai-matrx/associations 0.9.0 → 0.9.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 +8 -0
- package/dist/{CommentThread-BKDzEKvk.d.cts → CommentThread-wI65Z4d8.d.cts} +1 -1
- package/dist/{CommentThread-BKDzEKvk.d.ts → CommentThread-wI65Z4d8.d.ts} +1 -1
- package/dist/core/index.cjs +242 -0
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js +242 -0
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs +242 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2063 -127
- package/dist/index.d.ts +2063 -127
- package/dist/index.js +242 -0
- package/dist/index.js.map +1 -1
- package/dist/react/index.cjs +121 -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 +121 -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
|
@@ -156,6 +156,10 @@ function isAssociationsRpcErr(r) {
|
|
|
156
156
|
var ENTITY_TYPE_TOKENS = [
|
|
157
157
|
"access_request",
|
|
158
158
|
"activity",
|
|
159
|
+
"admin_audit_log",
|
|
160
|
+
"admin_email_log",
|
|
161
|
+
"admin_markdown_sample",
|
|
162
|
+
"admin_user",
|
|
159
163
|
"agent",
|
|
160
164
|
"agent_card",
|
|
161
165
|
"agent_definition_version",
|
|
@@ -176,12 +180,17 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
176
180
|
"ai_offering",
|
|
177
181
|
"ai_provider",
|
|
178
182
|
"ai_setting",
|
|
183
|
+
"api_field_warning",
|
|
184
|
+
"api_request_log",
|
|
179
185
|
"app",
|
|
186
|
+
"app_config",
|
|
180
187
|
"app_definition_version",
|
|
181
188
|
"app_error",
|
|
182
189
|
"app_execution",
|
|
183
190
|
"app_instance",
|
|
184
191
|
"app_log",
|
|
192
|
+
"app_log_muted_pattern",
|
|
193
|
+
"app_log_norm_exception",
|
|
185
194
|
"app_rate_limit",
|
|
186
195
|
"app_setting",
|
|
187
196
|
"app_sync_status",
|
|
@@ -190,11 +199,36 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
190
199
|
"assessment",
|
|
191
200
|
"assessment_item",
|
|
192
201
|
"assessment_result",
|
|
202
|
+
"assignment_session",
|
|
193
203
|
"assist",
|
|
204
|
+
"assist_producer_policy",
|
|
205
|
+
"association_type",
|
|
206
|
+
"assurance_level",
|
|
207
|
+
"audit_broken_functions",
|
|
208
|
+
"audit_canonical_findings",
|
|
209
|
+
"audit_exemption",
|
|
210
|
+
"audit_function_deps",
|
|
211
|
+
"audit_function_runtime_probe",
|
|
212
|
+
"audit_m2m_candidates",
|
|
213
|
+
"audit_refresh_log",
|
|
214
|
+
"audit_stale_registry",
|
|
215
|
+
"audit_unregistered_candidates",
|
|
216
|
+
"base_entity_template",
|
|
194
217
|
"batch_cost_event",
|
|
195
218
|
"batch_provider_batch",
|
|
196
219
|
"batch_work_item",
|
|
220
|
+
"billing_capability",
|
|
221
|
+
"billing_capability_limit",
|
|
222
|
+
"billing_connect_account",
|
|
223
|
+
"billing_customer",
|
|
224
|
+
"billing_plan",
|
|
225
|
+
"billing_plan_limit",
|
|
226
|
+
"billing_price",
|
|
227
|
+
"billing_product",
|
|
197
228
|
"billing_spend_guardrail",
|
|
229
|
+
"billing_subscription",
|
|
230
|
+
"billing_usage_ledger",
|
|
231
|
+
"billing_user_plan",
|
|
198
232
|
"browser_account_binding",
|
|
199
233
|
"browser_action_event",
|
|
200
234
|
"browser_authenticator_window",
|
|
@@ -216,7 +250,10 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
216
250
|
"canvas_like",
|
|
217
251
|
"canvas_score",
|
|
218
252
|
"canvas_view",
|
|
253
|
+
"catalog_entry",
|
|
219
254
|
"category",
|
|
255
|
+
"change_type_default",
|
|
256
|
+
"chat_user_usage_summary",
|
|
220
257
|
"cmp_entry",
|
|
221
258
|
"cmp_feedback",
|
|
222
259
|
"code_file",
|
|
@@ -279,6 +316,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
279
316
|
"comparison_set",
|
|
280
317
|
"contact_medium",
|
|
281
318
|
"contact_submission",
|
|
319
|
+
"content_certification",
|
|
282
320
|
"content_ir_kind",
|
|
283
321
|
"content_ir_kind_component",
|
|
284
322
|
"content_ir_kind_component_incident",
|
|
@@ -287,6 +325,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
287
325
|
"content_ir_kind_example",
|
|
288
326
|
"content_ir_kind_instance",
|
|
289
327
|
"content_ir_kind_surface",
|
|
328
|
+
"context_access_log",
|
|
290
329
|
"context_item",
|
|
291
330
|
"context_item_suggestion",
|
|
292
331
|
"context_item_value",
|
|
@@ -332,14 +371,23 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
332
371
|
"cx_tool_trace",
|
|
333
372
|
"cx_user_request",
|
|
334
373
|
"cx_user_todo",
|
|
374
|
+
"data_rights_event",
|
|
335
375
|
"data_store",
|
|
336
376
|
"dataset",
|
|
377
|
+
"ddl_guard_log",
|
|
378
|
+
"deprecated_relation",
|
|
337
379
|
"derive_run",
|
|
380
|
+
"dev_login_audit",
|
|
381
|
+
"dict_entry",
|
|
338
382
|
"dict_setting",
|
|
339
383
|
"dm_conversation",
|
|
340
384
|
"dm_message",
|
|
341
385
|
"dm_participant",
|
|
342
386
|
"domain_classification",
|
|
387
|
+
"edge_payload_kind",
|
|
388
|
+
"entity_grant",
|
|
389
|
+
"entity_relationship",
|
|
390
|
+
"entity_type",
|
|
343
391
|
"esign_campaign",
|
|
344
392
|
"esign_campaign_member",
|
|
345
393
|
"esign_consent_disclosure",
|
|
@@ -352,6 +400,9 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
352
400
|
"esign_provider",
|
|
353
401
|
"esign_provider_binding",
|
|
354
402
|
"esign_signing_key",
|
|
403
|
+
"execution_event_cursor",
|
|
404
|
+
"extension_auth_code",
|
|
405
|
+
"extract_sweep_state",
|
|
355
406
|
"fc_card",
|
|
356
407
|
"fc_detail",
|
|
357
408
|
"fc_set",
|
|
@@ -362,7 +413,10 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
362
413
|
"file_overrides",
|
|
363
414
|
"file_page_annotations",
|
|
364
415
|
"file_pages",
|
|
416
|
+
"file_rag_job",
|
|
365
417
|
"file_version",
|
|
418
|
+
"files_account_tier",
|
|
419
|
+
"files_user_account",
|
|
366
420
|
"flexible_data",
|
|
367
421
|
"folder",
|
|
368
422
|
"game_badge",
|
|
@@ -377,6 +431,8 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
377
431
|
"growth_loop_event",
|
|
378
432
|
"growth_loop_run",
|
|
379
433
|
"growth_loop_stage_run",
|
|
434
|
+
"guardian_link",
|
|
435
|
+
"guest_conversion_audit",
|
|
380
436
|
"guided_checklist_run",
|
|
381
437
|
"heatmap_save",
|
|
382
438
|
"hindsight_enrollment",
|
|
@@ -515,10 +571,13 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
515
571
|
"hr_workflow_step",
|
|
516
572
|
"hr_workflow_step_definition",
|
|
517
573
|
"hr_workweek",
|
|
574
|
+
"html_extraction",
|
|
518
575
|
"iam_access_audit",
|
|
519
576
|
"iam_api_key",
|
|
520
577
|
"iam_emergency_door_request",
|
|
578
|
+
"industry",
|
|
521
579
|
"industry_curator",
|
|
580
|
+
"infra_status",
|
|
522
581
|
"interview_document_revision",
|
|
523
582
|
"interview_hole",
|
|
524
583
|
"interview_question",
|
|
@@ -529,15 +588,26 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
529
588
|
"invitation_request",
|
|
530
589
|
"item_mastery",
|
|
531
590
|
"judge_verdict",
|
|
591
|
+
"jurisdiction_policy",
|
|
532
592
|
"kg_alert",
|
|
533
593
|
"kg_suggestion_ack",
|
|
534
594
|
"kg_sweep_queue",
|
|
535
595
|
"kg_sweep_run",
|
|
536
596
|
"kg_sweep_state",
|
|
537
597
|
"kg_value_match",
|
|
598
|
+
"knob_override_audit",
|
|
599
|
+
"knob_scope_kind",
|
|
538
600
|
"league_membership",
|
|
539
601
|
"learn_doc",
|
|
540
602
|
"library_doc",
|
|
603
|
+
"lifecycle_archive",
|
|
604
|
+
"lifecycle_archive_row",
|
|
605
|
+
"lifecycle_audit",
|
|
606
|
+
"lifecycle_entity_plan",
|
|
607
|
+
"lifecycle_map_build",
|
|
608
|
+
"lifecycle_reference_map",
|
|
609
|
+
"lifecycle_run",
|
|
610
|
+
"lifecycle_tier_ledger",
|
|
541
611
|
"mandate",
|
|
542
612
|
"mandate_binding",
|
|
543
613
|
"mandate_observation",
|
|
@@ -547,6 +617,11 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
547
617
|
"marketing_initiative",
|
|
548
618
|
"masterwork_corpus_item",
|
|
549
619
|
"masterwork_run",
|
|
620
|
+
"math_problem",
|
|
621
|
+
"matrx_action_ledger",
|
|
622
|
+
"mcp_config",
|
|
623
|
+
"mcp_server",
|
|
624
|
+
"mcp_user_conn",
|
|
550
625
|
"meet_call_invite",
|
|
551
626
|
"meet_meeting",
|
|
552
627
|
"meet_note",
|
|
@@ -556,6 +631,9 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
556
631
|
"membership",
|
|
557
632
|
"message",
|
|
558
633
|
"message_template",
|
|
634
|
+
"meta_excluded_schema",
|
|
635
|
+
"meta_table_stats_history",
|
|
636
|
+
"mtx_public_url_guard",
|
|
559
637
|
"ner_shadow",
|
|
560
638
|
"note",
|
|
561
639
|
"note_folder",
|
|
@@ -568,6 +646,8 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
568
646
|
"ops_proof_check",
|
|
569
647
|
"ops_proof_run",
|
|
570
648
|
"ops_proof_scenario",
|
|
649
|
+
"org_admin_audit",
|
|
650
|
+
"org_member_control",
|
|
571
651
|
"organization",
|
|
572
652
|
"output_feedback",
|
|
573
653
|
"page_extraction_job",
|
|
@@ -580,6 +660,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
580
660
|
"pc_studio_run",
|
|
581
661
|
"pc_studio_run_asset",
|
|
582
662
|
"pdf_redaction_audit",
|
|
663
|
+
"permission_grant",
|
|
583
664
|
"plan_cms_fill_item",
|
|
584
665
|
"plan_cms_fill_job",
|
|
585
666
|
"plan_entity",
|
|
@@ -593,7 +674,13 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
593
674
|
"platform_continued_access",
|
|
594
675
|
"platform_outcome_event",
|
|
595
676
|
"platform_outsider_consumer",
|
|
677
|
+
"platform_reachability",
|
|
678
|
+
"platform_reference_category",
|
|
679
|
+
"platform_reference_declaration",
|
|
680
|
+
"platform_repo",
|
|
596
681
|
"platform_saved_view",
|
|
682
|
+
"platform_schema",
|
|
683
|
+
"platform_share_link",
|
|
597
684
|
"podcast_race",
|
|
598
685
|
"processed_document",
|
|
599
686
|
"processed_document_page",
|
|
@@ -607,6 +694,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
607
694
|
"purpose",
|
|
608
695
|
"quiz_session",
|
|
609
696
|
"rag_ingest_run",
|
|
697
|
+
"rag_library_audit_log",
|
|
610
698
|
"redaction_mapping",
|
|
611
699
|
"research_analysis",
|
|
612
700
|
"research_content",
|
|
@@ -619,7 +707,10 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
619
707
|
"research_tag",
|
|
620
708
|
"research_template",
|
|
621
709
|
"research_topic",
|
|
710
|
+
"retention_policy",
|
|
711
|
+
"retrieval_audit",
|
|
622
712
|
"route_manifest_entry",
|
|
713
|
+
"row_version",
|
|
623
714
|
"rulebook",
|
|
624
715
|
"runtime_operation_stream",
|
|
625
716
|
"runtime_operation_stream_batch",
|
|
@@ -628,11 +719,16 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
628
719
|
"sch_run",
|
|
629
720
|
"sch_task",
|
|
630
721
|
"sch_trigger",
|
|
722
|
+
"schema_migration_ledger",
|
|
723
|
+
"schema_migration_legacy",
|
|
631
724
|
"scope",
|
|
632
725
|
"scope_association_suggestion",
|
|
726
|
+
"scope_dataset_instance",
|
|
633
727
|
"scope_item_value_suggestion",
|
|
634
728
|
"scope_suggestion",
|
|
635
729
|
"scope_type",
|
|
730
|
+
"scrape_parsed_page",
|
|
731
|
+
"seo_ai_capability",
|
|
636
732
|
"seo_ai_visibility_citation",
|
|
637
733
|
"seo_ai_visibility_claim",
|
|
638
734
|
"seo_ai_visibility_panel",
|
|
@@ -699,6 +795,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
699
795
|
"seo_story_angle",
|
|
700
796
|
"seo_topic",
|
|
701
797
|
"seo_web_analytics_daily",
|
|
798
|
+
"shareable_resource_registry",
|
|
702
799
|
"shared_canvas_item",
|
|
703
800
|
"short_link",
|
|
704
801
|
"skill",
|
|
@@ -710,6 +807,8 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
710
807
|
"sms_notification",
|
|
711
808
|
"sms_notification_preference",
|
|
712
809
|
"sms_phone_number",
|
|
810
|
+
"source_authority",
|
|
811
|
+
"stage_ref_kind",
|
|
713
812
|
"structured_list",
|
|
714
813
|
"studio_documents",
|
|
715
814
|
"studio_recording_chunks",
|
|
@@ -726,17 +825,24 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
726
825
|
"study_reminder_context",
|
|
727
826
|
"study_reminder_delivery",
|
|
728
827
|
"study_session",
|
|
828
|
+
"study_streak",
|
|
729
829
|
"surface",
|
|
830
|
+
"system_announcement",
|
|
730
831
|
"system_context_item",
|
|
731
832
|
"system_error",
|
|
732
833
|
"system_personal_org_failure",
|
|
733
834
|
"system_write_failure",
|
|
734
835
|
"task",
|
|
836
|
+
"task_user_state",
|
|
837
|
+
"taxonomy_node",
|
|
735
838
|
"thread",
|
|
736
839
|
"tool",
|
|
840
|
+
"tool_binding",
|
|
737
841
|
"tool_bundle",
|
|
738
842
|
"tool_call",
|
|
739
843
|
"tool_definition_version",
|
|
844
|
+
"tool_executor",
|
|
845
|
+
"tool_surface_defaults",
|
|
740
846
|
"tool_test_sample",
|
|
741
847
|
"tool_ui",
|
|
742
848
|
"tool_ui_incident",
|
|
@@ -744,14 +850,24 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
744
850
|
"transcript",
|
|
745
851
|
"udt_dataset_fields",
|
|
746
852
|
"udt_dataset_rows",
|
|
853
|
+
"udt_dataset_template",
|
|
747
854
|
"udt_document",
|
|
855
|
+
"udt_document_snapshot",
|
|
748
856
|
"udt_structured_list_items",
|
|
857
|
+
"udt_workbook_snapshot",
|
|
858
|
+
"ui_client",
|
|
749
859
|
"ui_surface_agent_pref",
|
|
860
|
+
"ui_surface_agent_role",
|
|
861
|
+
"ui_surface_client_tool",
|
|
750
862
|
"ui_surface_config",
|
|
863
|
+
"ui_surface_value",
|
|
864
|
+
"ui_surface_write_target",
|
|
751
865
|
"user_achievement",
|
|
866
|
+
"user_active_context",
|
|
752
867
|
"user_analysis_preference",
|
|
753
868
|
"user_bookmark",
|
|
754
869
|
"user_email_preference",
|
|
870
|
+
"user_entity_state",
|
|
755
871
|
"user_feedback",
|
|
756
872
|
"user_form_profile",
|
|
757
873
|
"user_markdown_sample",
|
|
@@ -759,14 +875,19 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
759
875
|
"user_preference",
|
|
760
876
|
"user_profile",
|
|
761
877
|
"user_secret",
|
|
878
|
+
"user_secret_audit",
|
|
879
|
+
"user_secret_grant",
|
|
762
880
|
"user_stat",
|
|
881
|
+
"user_storage_usage",
|
|
763
882
|
"user_surface_state",
|
|
764
883
|
"voice",
|
|
765
884
|
"war_room",
|
|
766
885
|
"wbx_capture",
|
|
886
|
+
"wbx_demo",
|
|
767
887
|
"wbx_guidance",
|
|
768
888
|
"wbx_highlight",
|
|
769
889
|
"wbx_pattern",
|
|
890
|
+
"wbx_recipe",
|
|
770
891
|
"wbx_screenshot",
|
|
771
892
|
"wbx_seo_audit",
|
|
772
893
|
"wc_claim",
|