@open-mercato/cli 0.6.6-develop.6457.1.41b39a465a → 0.6.6-develop.6460.1.f94c74174c
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/.turbo/turbo-build.log +45 -1
- package/build.mjs +25 -15
- package/dist/agentic/guides/module-facts.json +3375 -349
- package/dist/agentic/guides/modules/ai_assistant.md +57 -0
- package/dist/agentic/guides/modules/api_docs.md +39 -0
- package/dist/agentic/guides/modules/api_keys.md +41 -0
- package/dist/agentic/guides/modules/attachments.md +46 -0
- package/dist/agentic/guides/modules/audit_logs.md +42 -0
- package/dist/agentic/guides/modules/auth.md +1 -1
- package/dist/agentic/guides/modules/business_rules.md +44 -0
- package/dist/agentic/guides/modules/catalog.md +1 -1
- package/dist/agentic/guides/modules/channel_gmail.md +39 -0
- package/dist/agentic/guides/modules/channel_imap.md +39 -0
- package/dist/agentic/guides/modules/checkout.md +60 -0
- package/dist/agentic/guides/modules/communication_channels.md +65 -0
- package/dist/agentic/guides/modules/configs.md +42 -0
- package/dist/agentic/guides/modules/content.md +39 -0
- package/dist/agentic/guides/modules/currencies.md +1 -1
- package/dist/agentic/guides/modules/customer_accounts.md +1 -1
- package/dist/agentic/guides/modules/customers.md +1 -1
- package/dist/agentic/guides/modules/dashboards.md +43 -0
- package/dist/agentic/guides/modules/data_sync.md +1 -1
- package/dist/agentic/guides/modules/dictionaries.md +46 -0
- package/dist/agentic/guides/modules/directory.md +49 -0
- package/dist/agentic/guides/modules/entities.md +46 -0
- package/dist/agentic/guides/modules/events.md +39 -0
- package/dist/agentic/guides/modules/feature_toggles.md +42 -0
- package/dist/agentic/guides/modules/gateway_stripe.md +39 -0
- package/dist/agentic/guides/modules/generators.md +39 -0
- package/dist/agentic/guides/modules/inbox_ops.md +59 -0
- package/dist/agentic/guides/modules/integrations.md +1 -1
- package/dist/agentic/guides/modules/messages.md +55 -0
- package/dist/agentic/guides/modules/notifications.md +41 -0
- package/dist/agentic/guides/modules/onboarding.md +41 -0
- package/dist/agentic/guides/modules/payment_gateways.md +52 -0
- package/dist/agentic/guides/modules/perspectives.md +42 -0
- package/dist/agentic/guides/modules/planner.md +49 -0
- package/dist/agentic/guides/modules/portal.md +39 -0
- package/dist/agentic/guides/modules/progress.md +48 -0
- package/dist/agentic/guides/modules/query_index.md +46 -0
- package/dist/agentic/guides/modules/record_locks.md +53 -0
- package/dist/agentic/guides/modules/resources.md +62 -0
- package/dist/agentic/guides/modules/sales.md +1 -1
- package/dist/agentic/guides/modules/scheduler.md +46 -0
- package/dist/agentic/guides/modules/search.md +39 -0
- package/dist/agentic/guides/modules/security.md +67 -0
- package/dist/agentic/guides/modules/shipping_carriers.md +51 -0
- package/dist/agentic/guides/modules/sso.md +59 -0
- package/dist/agentic/guides/modules/staff.md +88 -0
- package/dist/agentic/guides/modules/storage_s3.md +39 -0
- package/dist/agentic/guides/modules/sync_akeneo.md +39 -0
- package/dist/agentic/guides/modules/sync_excel.md +41 -0
- package/dist/agentic/guides/modules/system_status_overlays.md +39 -0
- package/dist/agentic/guides/modules/translations.md +44 -0
- package/dist/agentic/guides/modules/webhooks.md +54 -0
- package/dist/agentic/guides/modules/workflows.md +1 -1
- package/dist/lib/generators/index.js +0 -2
- package/dist/lib/generators/index.js.map +2 -2
- package/dist/lib/generators/module-facts-discovery.js +46 -0
- package/dist/lib/generators/module-facts-discovery.js.map +7 -0
- package/dist/lib/generators/module-facts.js +14 -8
- package/dist/lib/generators/module-facts.js.map +2 -2
- package/dist/mercato.js +1 -3
- package/dist/mercato.js.map +2 -2
- package/package.json +5 -5
- package/src/__tests__/mercato.test.ts +0 -5
- package/src/lib/generators/__tests__/module-facts.bc-guard.test.ts +36 -23
- package/src/lib/generators/__tests__/module-facts.discovery.test.ts +88 -0
- package/src/lib/generators/index.ts +0 -1
- package/src/lib/generators/module-facts-discovery.ts +58 -0
- package/src/lib/generators/module-facts.ts +50 -10
- package/src/mercato.ts +0 -2
- package/dist/lib/generators/module-facts-generate.js +0 -52
- package/dist/lib/generators/module-facts-generate.js.map +0 -7
- package/src/lib/generators/module-facts-generate.ts +0 -68
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# ai_assistant — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
| Entity ID | Class | Table | Editable | CustomFields |
|
|
7
|
+
|---|---|---|---|---|
|
|
8
|
+
| ai_assistant:ai_agent_prompt_override | AiAgentPromptOverride | ai_agent_prompt_overrides | yes | no |
|
|
9
|
+
| ai_assistant:ai_pending_action | AiPendingAction | ai_pending_actions | no | no |
|
|
10
|
+
| ai_assistant:ai_agent_runtime_override | AiAgentRuntimeOverride | ai_agent_runtime_overrides | yes | no |
|
|
11
|
+
| ai_assistant:ai_token_usage_event | AiTokenUsageEvent | ai_token_usage_events | yes | no |
|
|
12
|
+
| ai_assistant:ai_token_usage_daily | AiTokenUsageDaily | ai_token_usage_daily | yes | no |
|
|
13
|
+
| ai_assistant:ai_tenant_model_allowlist | AiTenantModelAllowlist | ai_tenant_model_allowlists | yes | no |
|
|
14
|
+
| ai_assistant:ai_agent_mutation_policy_override | AiAgentMutationPolicyOverride | ai_agent_mutation_policy_overrides | yes | no |
|
|
15
|
+
| ai_assistant:ai_chat_conversation | AiChatConversation | ai_chat_conversations | yes | no |
|
|
16
|
+
| ai_assistant:ai_chat_conversation_participant | AiChatConversationParticipant | ai_chat_conversation_participants | yes | no |
|
|
17
|
+
| ai_assistant:ai_chat_message | AiChatMessage | ai_chat_messages | yes | no |
|
|
18
|
+
|
|
19
|
+
## Events (6)
|
|
20
|
+
|
|
21
|
+
| ID | Category | Entity |
|
|
22
|
+
|---|---|---|
|
|
23
|
+
| ai.action.confirmed | — | ai_pending_action |
|
|
24
|
+
| ai.action.cancelled | — | ai_pending_action |
|
|
25
|
+
| ai.action.expired | — | ai_pending_action |
|
|
26
|
+
| ai.token_usage.recorded | — | token_usage |
|
|
27
|
+
| ai_assistant.conversation.shared | — | ai_chat_conversation |
|
|
28
|
+
| ai_assistant.conversation.unshared | — | ai_chat_conversation |
|
|
29
|
+
|
|
30
|
+
## ACL features (8)
|
|
31
|
+
|
|
32
|
+
ai_assistant.view · ai_assistant.settings.manage · ai_assistant.conversations.manage · ai_assistant.conversations.share · ai_assistant.mcp.serve · ai_assistant.tools.list · ai_assistant.mcp_servers.view · ai_assistant.mcp_servers.manage
|
|
33
|
+
|
|
34
|
+
## API routes
|
|
35
|
+
|
|
36
|
+
_none_
|
|
37
|
+
|
|
38
|
+
## DI service tokens
|
|
39
|
+
|
|
40
|
+
_none_
|
|
41
|
+
|
|
42
|
+
## Search entities
|
|
43
|
+
|
|
44
|
+
_none_
|
|
45
|
+
|
|
46
|
+
## Host extension points
|
|
47
|
+
|
|
48
|
+
- Entity IDs: _none_
|
|
49
|
+
- Table IDs: _none_
|
|
50
|
+
|
|
51
|
+
## Notifications
|
|
52
|
+
|
|
53
|
+
ai_assistant.conversation_shared
|
|
54
|
+
|
|
55
|
+
## CLI
|
|
56
|
+
|
|
57
|
+
mcp:serve · mcp:serve-http · mcp:dev · mcp:list-tools · entity-graph · run-pending-action-cleanup · run-token-usage-prune · test-tools
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# api_docs — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
_none_
|
|
7
|
+
|
|
8
|
+
## Events (0)
|
|
9
|
+
|
|
10
|
+
_none_
|
|
11
|
+
|
|
12
|
+
## ACL features (0)
|
|
13
|
+
|
|
14
|
+
_none_
|
|
15
|
+
|
|
16
|
+
## API routes
|
|
17
|
+
|
|
18
|
+
_none_
|
|
19
|
+
|
|
20
|
+
## DI service tokens
|
|
21
|
+
|
|
22
|
+
_none_
|
|
23
|
+
|
|
24
|
+
## Search entities
|
|
25
|
+
|
|
26
|
+
_none_
|
|
27
|
+
|
|
28
|
+
## Host extension points
|
|
29
|
+
|
|
30
|
+
- Entity IDs: _none_
|
|
31
|
+
- Table IDs: _none_
|
|
32
|
+
|
|
33
|
+
## Notifications
|
|
34
|
+
|
|
35
|
+
_none_
|
|
36
|
+
|
|
37
|
+
## CLI
|
|
38
|
+
|
|
39
|
+
_none_
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# api_keys — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
| Entity ID | Class | Table | Editable | CustomFields |
|
|
7
|
+
|---|---|---|---|---|
|
|
8
|
+
| api_keys:api_key | ApiKey | api_keys | yes | no |
|
|
9
|
+
|
|
10
|
+
## Events (0)
|
|
11
|
+
|
|
12
|
+
_none_
|
|
13
|
+
|
|
14
|
+
## ACL features (3)
|
|
15
|
+
|
|
16
|
+
api_keys.view · api_keys.create · api_keys.delete
|
|
17
|
+
|
|
18
|
+
## API routes
|
|
19
|
+
|
|
20
|
+
_none_
|
|
21
|
+
|
|
22
|
+
## DI service tokens
|
|
23
|
+
|
|
24
|
+
_none_
|
|
25
|
+
|
|
26
|
+
## Search entities
|
|
27
|
+
|
|
28
|
+
_none_
|
|
29
|
+
|
|
30
|
+
## Host extension points
|
|
31
|
+
|
|
32
|
+
- Entity IDs: _none_
|
|
33
|
+
- Table IDs: api_keys.list
|
|
34
|
+
|
|
35
|
+
## Notifications
|
|
36
|
+
|
|
37
|
+
_none_
|
|
38
|
+
|
|
39
|
+
## CLI
|
|
40
|
+
|
|
41
|
+
add
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# attachments — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
| Entity ID | Class | Table | Editable | CustomFields |
|
|
7
|
+
|---|---|---|---|---|
|
|
8
|
+
| attachments:attachment_partition | AttachmentPartition | attachment_partitions | yes | no |
|
|
9
|
+
| attachments:attachment | Attachment | attachments | no | no |
|
|
10
|
+
|
|
11
|
+
## Events (3)
|
|
12
|
+
|
|
13
|
+
| ID | Category | Entity |
|
|
14
|
+
|---|---|---|
|
|
15
|
+
| attachments.attachment.created | crud | attachment |
|
|
16
|
+
| attachments.attachment.updated | crud | attachment |
|
|
17
|
+
| attachments.attachment.deleted | crud | attachment |
|
|
18
|
+
|
|
19
|
+
## ACL features (2)
|
|
20
|
+
|
|
21
|
+
attachments.view · attachments.manage
|
|
22
|
+
|
|
23
|
+
## API routes
|
|
24
|
+
|
|
25
|
+
_none_
|
|
26
|
+
|
|
27
|
+
## DI service tokens
|
|
28
|
+
|
|
29
|
+
storageDriverFactory
|
|
30
|
+
|
|
31
|
+
## Search entities
|
|
32
|
+
|
|
33
|
+
_none_
|
|
34
|
+
|
|
35
|
+
## Host extension points
|
|
36
|
+
|
|
37
|
+
- Entity IDs: _none_
|
|
38
|
+
- Table IDs: _none_
|
|
39
|
+
|
|
40
|
+
## Notifications
|
|
41
|
+
|
|
42
|
+
_none_
|
|
43
|
+
|
|
44
|
+
## CLI
|
|
45
|
+
|
|
46
|
+
delete
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# audit_logs — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
| Entity ID | Class | Table | Editable | CustomFields |
|
|
7
|
+
|---|---|---|---|---|
|
|
8
|
+
| audit_logs:action_log | ActionLog | action_logs | yes | no |
|
|
9
|
+
| audit_logs:access_log | AccessLog | access_logs | no | no |
|
|
10
|
+
|
|
11
|
+
## Events (0)
|
|
12
|
+
|
|
13
|
+
_none_
|
|
14
|
+
|
|
15
|
+
## ACL features (6)
|
|
16
|
+
|
|
17
|
+
audit_logs.view_self · audit_logs.view_tenant · audit_logs.undo_self · audit_logs.undo_tenant · audit_logs.redo_self · audit_logs.redo_tenant
|
|
18
|
+
|
|
19
|
+
## API routes
|
|
20
|
+
|
|
21
|
+
_none_
|
|
22
|
+
|
|
23
|
+
## DI service tokens
|
|
24
|
+
|
|
25
|
+
actionLogService · accessLogService
|
|
26
|
+
|
|
27
|
+
## Search entities
|
|
28
|
+
|
|
29
|
+
_none_
|
|
30
|
+
|
|
31
|
+
## Host extension points
|
|
32
|
+
|
|
33
|
+
- Entity IDs: _none_
|
|
34
|
+
- Table IDs: _none_
|
|
35
|
+
|
|
36
|
+
## Notifications
|
|
37
|
+
|
|
38
|
+
_none_
|
|
39
|
+
|
|
40
|
+
## CLI
|
|
41
|
+
|
|
42
|
+
projections:backfill
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# business_rules — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
| Entity ID | Class | Table | Editable | CustomFields |
|
|
7
|
+
|---|---|---|---|---|
|
|
8
|
+
| business_rules:business_rule | BusinessRule | business_rules | yes | no |
|
|
9
|
+
| business_rules:rule_execution_log | RuleExecutionLog | rule_execution_logs | no | no |
|
|
10
|
+
| business_rules:rule_set | RuleSet | rule_sets | yes | no |
|
|
11
|
+
| business_rules:rule_set_member | RuleSetMember | rule_set_members | no | no |
|
|
12
|
+
|
|
13
|
+
## Events (0)
|
|
14
|
+
|
|
15
|
+
_none_
|
|
16
|
+
|
|
17
|
+
## ACL features (5)
|
|
18
|
+
|
|
19
|
+
business_rules.view · business_rules.manage · business_rules.execute · business_rules.view_logs · business_rules.manage_sets
|
|
20
|
+
|
|
21
|
+
## API routes
|
|
22
|
+
|
|
23
|
+
_none_
|
|
24
|
+
|
|
25
|
+
## DI service tokens
|
|
26
|
+
|
|
27
|
+
ruleEvaluator · actionExecutor · ruleEngine
|
|
28
|
+
|
|
29
|
+
## Search entities
|
|
30
|
+
|
|
31
|
+
_none_
|
|
32
|
+
|
|
33
|
+
## Host extension points
|
|
34
|
+
|
|
35
|
+
- Entity IDs: _none_
|
|
36
|
+
- Table IDs: business-rules.rules.list
|
|
37
|
+
|
|
38
|
+
## Notifications
|
|
39
|
+
|
|
40
|
+
business_rules.rule.execution_failed
|
|
41
|
+
|
|
42
|
+
## CLI
|
|
43
|
+
|
|
44
|
+
seed-guard-rules
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# channel_gmail — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
_none_
|
|
7
|
+
|
|
8
|
+
## Events (0)
|
|
9
|
+
|
|
10
|
+
_none_
|
|
11
|
+
|
|
12
|
+
## ACL features (2)
|
|
13
|
+
|
|
14
|
+
channel_gmail.view · channel_gmail.configure
|
|
15
|
+
|
|
16
|
+
## API routes
|
|
17
|
+
|
|
18
|
+
_none_
|
|
19
|
+
|
|
20
|
+
## DI service tokens
|
|
21
|
+
|
|
22
|
+
_none_
|
|
23
|
+
|
|
24
|
+
## Search entities
|
|
25
|
+
|
|
26
|
+
_none_
|
|
27
|
+
|
|
28
|
+
## Host extension points
|
|
29
|
+
|
|
30
|
+
- Entity IDs: _none_
|
|
31
|
+
- Table IDs: _none_
|
|
32
|
+
|
|
33
|
+
## Notifications
|
|
34
|
+
|
|
35
|
+
_none_
|
|
36
|
+
|
|
37
|
+
## CLI
|
|
38
|
+
|
|
39
|
+
_none_
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# channel_imap — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
_none_
|
|
7
|
+
|
|
8
|
+
## Events (0)
|
|
9
|
+
|
|
10
|
+
_none_
|
|
11
|
+
|
|
12
|
+
## ACL features (2)
|
|
13
|
+
|
|
14
|
+
channel_imap.view · channel_imap.configure
|
|
15
|
+
|
|
16
|
+
## API routes
|
|
17
|
+
|
|
18
|
+
_none_
|
|
19
|
+
|
|
20
|
+
## DI service tokens
|
|
21
|
+
|
|
22
|
+
_none_
|
|
23
|
+
|
|
24
|
+
## Search entities
|
|
25
|
+
|
|
26
|
+
_none_
|
|
27
|
+
|
|
28
|
+
## Host extension points
|
|
29
|
+
|
|
30
|
+
- Entity IDs: _none_
|
|
31
|
+
- Table IDs: _none_
|
|
32
|
+
|
|
33
|
+
## Notifications
|
|
34
|
+
|
|
35
|
+
_none_
|
|
36
|
+
|
|
37
|
+
## CLI
|
|
38
|
+
|
|
39
|
+
_none_
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# checkout — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
| Entity ID | Class | Table | Editable | CustomFields |
|
|
7
|
+
|---|---|---|---|---|
|
|
8
|
+
| checkout:checkout_link_template | CheckoutLinkTemplate | checkout_link_templates | yes | no |
|
|
9
|
+
| checkout:checkout_link | CheckoutLink | checkout_links | no | no |
|
|
10
|
+
| checkout:checkout_transaction | CheckoutTransaction | checkout_transactions | yes | no |
|
|
11
|
+
|
|
12
|
+
## Events (16)
|
|
13
|
+
|
|
14
|
+
| ID | Category | Entity |
|
|
15
|
+
|---|---|---|
|
|
16
|
+
| checkout.template.created | crud | template |
|
|
17
|
+
| checkout.template.updated | crud | template |
|
|
18
|
+
| checkout.template.deleted | crud | template |
|
|
19
|
+
| checkout.link.created | crud | link |
|
|
20
|
+
| checkout.link.updated | crud | link |
|
|
21
|
+
| checkout.link.deleted | crud | link |
|
|
22
|
+
| checkout.link.published | lifecycle | link |
|
|
23
|
+
| checkout.link.locked | lifecycle | link |
|
|
24
|
+
| checkout.transaction.created | crud | transaction |
|
|
25
|
+
| checkout.transaction.customerDataCaptured | lifecycle | transaction |
|
|
26
|
+
| checkout.transaction.sessionStarted | lifecycle | transaction |
|
|
27
|
+
| checkout.transaction.completed | lifecycle | transaction |
|
|
28
|
+
| checkout.transaction.failed | lifecycle | transaction |
|
|
29
|
+
| checkout.transaction.cancelled | lifecycle | transaction |
|
|
30
|
+
| checkout.transaction.expired | lifecycle | transaction |
|
|
31
|
+
| checkout.link.usageLimitReached | lifecycle | link |
|
|
32
|
+
|
|
33
|
+
## ACL features (6)
|
|
34
|
+
|
|
35
|
+
checkout.view · checkout.create · checkout.edit · checkout.delete · checkout.viewPii · checkout.export
|
|
36
|
+
|
|
37
|
+
## API routes
|
|
38
|
+
|
|
39
|
+
_none_
|
|
40
|
+
|
|
41
|
+
## DI service tokens
|
|
42
|
+
|
|
43
|
+
_none_
|
|
44
|
+
|
|
45
|
+
## Search entities
|
|
46
|
+
|
|
47
|
+
_none_
|
|
48
|
+
|
|
49
|
+
## Host extension points
|
|
50
|
+
|
|
51
|
+
- Entity IDs: _none_
|
|
52
|
+
- Table IDs: checkout-links · checkout-templates · checkout-transactions
|
|
53
|
+
|
|
54
|
+
## Notifications
|
|
55
|
+
|
|
56
|
+
checkout.transaction.completed · checkout.transaction.failed · checkout.link.usageLimitReached
|
|
57
|
+
|
|
58
|
+
## CLI
|
|
59
|
+
|
|
60
|
+
_none_
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# communication_channels — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
| Entity ID | Class | Table | Editable | CustomFields |
|
|
7
|
+
|---|---|---|---|---|
|
|
8
|
+
| communication_channels:communication_channel | CommunicationChannel | communication_channels | yes | no |
|
|
9
|
+
| communication_channels:external_conversation | ExternalConversation | external_conversations | yes | no |
|
|
10
|
+
| communication_channels:external_message | ExternalMessage | external_messages | no | no |
|
|
11
|
+
| communication_channels:message_channel_link | MessageChannelLink | message_channel_links | no | no |
|
|
12
|
+
| communication_channels:channel_thread_mapping | ChannelThreadMapping | channel_thread_mappings | yes | no |
|
|
13
|
+
| communication_channels:message_reaction | MessageReaction | message_reactions | no | no |
|
|
14
|
+
| communication_channels:channel_thread_token | ChannelThreadToken | channel_thread_tokens | no | no |
|
|
15
|
+
| communication_channels:channel_ingest_dead_letter | ChannelIngestDeadLetter | channel_ingest_dead_letters | no | no |
|
|
16
|
+
|
|
17
|
+
## Events (16)
|
|
18
|
+
|
|
19
|
+
| ID | Category | Entity |
|
|
20
|
+
|---|---|---|
|
|
21
|
+
| communication_channels.message.received | custom | external_message |
|
|
22
|
+
| communication_channels.message.sent | custom | external_message |
|
|
23
|
+
| communication_channels.message.delivery_failed | custom | external_message |
|
|
24
|
+
| communication_channels.conversation.created | custom | external_conversation |
|
|
25
|
+
| communication_channels.conversation.reassigned | custom | external_conversation |
|
|
26
|
+
| communication_channels.contact.resolved | custom | external_conversation |
|
|
27
|
+
| communication_channels.channel.requires_reauth | lifecycle | communication_channel |
|
|
28
|
+
| communication_channels.channel.disconnected | lifecycle | communication_channel |
|
|
29
|
+
| communication_channels.channel.deleted | lifecycle | communication_channel |
|
|
30
|
+
| communication_channels.channel.primary_changed | lifecycle | communication_channel |
|
|
31
|
+
| communication_channels.reaction.added | custom | message_reaction |
|
|
32
|
+
| communication_channels.reaction.removed | custom | message_reaction |
|
|
33
|
+
| communication_channels.push.registered | lifecycle | communication_channel |
|
|
34
|
+
| communication_channels.push.failed | lifecycle | communication_channel |
|
|
35
|
+
| communication_channels.push.renewed | lifecycle | communication_channel |
|
|
36
|
+
| communication_channels.push.deactivated | lifecycle | communication_channel |
|
|
37
|
+
|
|
38
|
+
## ACL features (8)
|
|
39
|
+
|
|
40
|
+
communication_channels.view · communication_channels.manage · communication_channels.react · communication_channels.assign · communication_channels.connect_user_channel · communication_channels.admin · communication_channels.channel.import_history · communication_channels.channel.push.manage
|
|
41
|
+
|
|
42
|
+
## API routes
|
|
43
|
+
|
|
44
|
+
_none_
|
|
45
|
+
|
|
46
|
+
## DI service tokens
|
|
47
|
+
|
|
48
|
+
_none_
|
|
49
|
+
|
|
50
|
+
## Search entities
|
|
51
|
+
|
|
52
|
+
_none_
|
|
53
|
+
|
|
54
|
+
## Host extension points
|
|
55
|
+
|
|
56
|
+
- Entity IDs: _none_
|
|
57
|
+
- Table IDs: _none_
|
|
58
|
+
|
|
59
|
+
## Notifications
|
|
60
|
+
|
|
61
|
+
communication_channels.message.received · communication_channels.channel.requires_reauth
|
|
62
|
+
|
|
63
|
+
## CLI
|
|
64
|
+
|
|
65
|
+
_none_
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# configs — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
| Entity ID | Class | Table | Editable | CustomFields |
|
|
7
|
+
|---|---|---|---|---|
|
|
8
|
+
| configs:module_config | ModuleConfig | module_configs | yes | no |
|
|
9
|
+
| configs:upgrade_action_run | UpgradeActionRun | upgrade_action_runs | no | no |
|
|
10
|
+
|
|
11
|
+
## Events (0)
|
|
12
|
+
|
|
13
|
+
_none_
|
|
14
|
+
|
|
15
|
+
## ACL features (4)
|
|
16
|
+
|
|
17
|
+
configs.system_status.view · configs.cache.view · configs.cache.manage · configs.manage
|
|
18
|
+
|
|
19
|
+
## API routes
|
|
20
|
+
|
|
21
|
+
_none_
|
|
22
|
+
|
|
23
|
+
## DI service tokens
|
|
24
|
+
|
|
25
|
+
_none_
|
|
26
|
+
|
|
27
|
+
## Search entities
|
|
28
|
+
|
|
29
|
+
_none_
|
|
30
|
+
|
|
31
|
+
## Host extension points
|
|
32
|
+
|
|
33
|
+
- Entity IDs: _none_
|
|
34
|
+
- Table IDs: _none_
|
|
35
|
+
|
|
36
|
+
## Notifications
|
|
37
|
+
|
|
38
|
+
_none_
|
|
39
|
+
|
|
40
|
+
## CLI
|
|
41
|
+
|
|
42
|
+
restore-defaults · cache · help
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# content — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
_none_
|
|
7
|
+
|
|
8
|
+
## Events (0)
|
|
9
|
+
|
|
10
|
+
_none_
|
|
11
|
+
|
|
12
|
+
## ACL features (0)
|
|
13
|
+
|
|
14
|
+
_none_
|
|
15
|
+
|
|
16
|
+
## API routes
|
|
17
|
+
|
|
18
|
+
_none_
|
|
19
|
+
|
|
20
|
+
## DI service tokens
|
|
21
|
+
|
|
22
|
+
_none_
|
|
23
|
+
|
|
24
|
+
## Search entities
|
|
25
|
+
|
|
26
|
+
_none_
|
|
27
|
+
|
|
28
|
+
## Host extension points
|
|
29
|
+
|
|
30
|
+
- Entity IDs: _none_
|
|
31
|
+
- Table IDs: _none_
|
|
32
|
+
|
|
33
|
+
## Notifications
|
|
34
|
+
|
|
35
|
+
_none_
|
|
36
|
+
|
|
37
|
+
## CLI
|
|
38
|
+
|
|
39
|
+
_none_
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# customer_accounts — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.6-develop.
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
3
|
|
|
4
4
|
## Entities
|
|
5
5
|
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# dashboards — module facts (generated, do not edit)
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.6-develop.6460.1.f94c74174c — R1 staleness stamp -->
|
|
3
|
+
|
|
4
|
+
## Entities
|
|
5
|
+
|
|
6
|
+
| Entity ID | Class | Table | Editable | CustomFields |
|
|
7
|
+
|---|---|---|---|---|
|
|
8
|
+
| dashboards:dashboard_layout | DashboardLayout | dashboard_layouts | yes | no |
|
|
9
|
+
| dashboards:dashboard_role_widgets | DashboardRoleWidgets | dashboard_role_widgets | yes | no |
|
|
10
|
+
| dashboards:dashboard_user_widgets | DashboardUserWidgets | dashboard_user_widgets | yes | no |
|
|
11
|
+
|
|
12
|
+
## Events (0)
|
|
13
|
+
|
|
14
|
+
_none_
|
|
15
|
+
|
|
16
|
+
## ACL features (4)
|
|
17
|
+
|
|
18
|
+
dashboards.view · dashboards.configure · dashboards.admin.assign-widgets · analytics.view
|
|
19
|
+
|
|
20
|
+
## API routes
|
|
21
|
+
|
|
22
|
+
_none_
|
|
23
|
+
|
|
24
|
+
## DI service tokens
|
|
25
|
+
|
|
26
|
+
analyticsRegistry
|
|
27
|
+
|
|
28
|
+
## Search entities
|
|
29
|
+
|
|
30
|
+
_none_
|
|
31
|
+
|
|
32
|
+
## Host extension points
|
|
33
|
+
|
|
34
|
+
- Entity IDs: _none_
|
|
35
|
+
- Table IDs: _none_
|
|
36
|
+
|
|
37
|
+
## Notifications
|
|
38
|
+
|
|
39
|
+
_none_
|
|
40
|
+
|
|
41
|
+
## CLI
|
|
42
|
+
|
|
43
|
+
seed-defaults · enable-analytics-widgets · seed-analytics · debug-analytics
|