@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,46 @@
|
|
|
1
|
+
# dictionaries — 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
|
+
| dictionaries:dictionary | Dictionary | dictionaries | yes | no |
|
|
9
|
+
| dictionaries:dictionary_entry | DictionaryEntry | dictionary_entries | yes | no |
|
|
10
|
+
|
|
11
|
+
## Events (3)
|
|
12
|
+
|
|
13
|
+
| ID | Category | Entity |
|
|
14
|
+
|---|---|---|
|
|
15
|
+
| dictionaries.entry.created | crud | entry |
|
|
16
|
+
| dictionaries.entry.updated | crud | entry |
|
|
17
|
+
| dictionaries.entry.deleted | crud | entry |
|
|
18
|
+
|
|
19
|
+
## ACL features (2)
|
|
20
|
+
|
|
21
|
+
dictionaries.view · dictionaries.manage
|
|
22
|
+
|
|
23
|
+
## API routes
|
|
24
|
+
|
|
25
|
+
_none_
|
|
26
|
+
|
|
27
|
+
## DI service tokens
|
|
28
|
+
|
|
29
|
+
_none_
|
|
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
|
+
_none_
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# directory — 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
|
+
| directory:tenant | Tenant | tenants | yes | no |
|
|
9
|
+
| directory:organization | Organization | organizations | yes | no |
|
|
10
|
+
|
|
11
|
+
## Events (6)
|
|
12
|
+
|
|
13
|
+
| ID | Category | Entity |
|
|
14
|
+
|---|---|---|
|
|
15
|
+
| directory.tenant.created | crud | tenant |
|
|
16
|
+
| directory.tenant.updated | crud | tenant |
|
|
17
|
+
| directory.tenant.deleted | crud | tenant |
|
|
18
|
+
| directory.organization.created | crud | organization |
|
|
19
|
+
| directory.organization.updated | crud | organization |
|
|
20
|
+
| directory.organization.deleted | crud | organization |
|
|
21
|
+
|
|
22
|
+
## ACL features (4)
|
|
23
|
+
|
|
24
|
+
directory.tenants.view · directory.tenants.manage · directory.organizations.view · directory.organizations.manage
|
|
25
|
+
|
|
26
|
+
## API routes
|
|
27
|
+
|
|
28
|
+
_none_
|
|
29
|
+
|
|
30
|
+
## DI service tokens
|
|
31
|
+
|
|
32
|
+
_none_
|
|
33
|
+
|
|
34
|
+
## Search entities
|
|
35
|
+
|
|
36
|
+
_none_
|
|
37
|
+
|
|
38
|
+
## Host extension points
|
|
39
|
+
|
|
40
|
+
- Entity IDs: _none_
|
|
41
|
+
- Table IDs: directory.organizations.list · directory.tenants.list
|
|
42
|
+
|
|
43
|
+
## Notifications
|
|
44
|
+
|
|
45
|
+
_none_
|
|
46
|
+
|
|
47
|
+
## CLI
|
|
48
|
+
|
|
49
|
+
_none_
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# entities — 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
|
+
| entities:custom_field_def | CustomFieldDef | custom_field_defs | yes | no |
|
|
9
|
+
| entities:custom_field_entity_config | CustomFieldEntityConfig | custom_field_entity_configs | yes | no |
|
|
10
|
+
| entities:custom_entity | CustomEntity | custom_entities | yes | no |
|
|
11
|
+
| entities:custom_entity_storage | CustomEntityStorage | custom_entities_storage | yes | no |
|
|
12
|
+
| entities:custom_field_value | CustomFieldValue | custom_field_values | no | no |
|
|
13
|
+
| entities:encryption_map | EncryptionMap | encryption_maps | yes | no |
|
|
14
|
+
|
|
15
|
+
## Events (0)
|
|
16
|
+
|
|
17
|
+
_none_
|
|
18
|
+
|
|
19
|
+
## ACL features (4)
|
|
20
|
+
|
|
21
|
+
entities.definitions.view · entities.definitions.manage · entities.records.view · entities.records.manage
|
|
22
|
+
|
|
23
|
+
## API routes
|
|
24
|
+
|
|
25
|
+
_none_
|
|
26
|
+
|
|
27
|
+
## DI service tokens
|
|
28
|
+
|
|
29
|
+
_none_
|
|
30
|
+
|
|
31
|
+
## Search entities
|
|
32
|
+
|
|
33
|
+
_none_
|
|
34
|
+
|
|
35
|
+
## Host extension points
|
|
36
|
+
|
|
37
|
+
- Entity IDs: entities:custom_entity
|
|
38
|
+
- Table IDs: _none_
|
|
39
|
+
|
|
40
|
+
## Notifications
|
|
41
|
+
|
|
42
|
+
_none_
|
|
43
|
+
|
|
44
|
+
## CLI
|
|
45
|
+
|
|
46
|
+
install · reinstall · add-field · seed-encryption · rotate-encryption-key · decrypt-database
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# events — 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,42 @@
|
|
|
1
|
+
# feature_toggles — 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
|
+
| feature_toggles:feature_toggle | FeatureToggle | feature_toggles | yes | no |
|
|
9
|
+
| feature_toggles:feature_toggle_override | FeatureToggleOverride | feature_toggle_overrides | yes | no |
|
|
10
|
+
|
|
11
|
+
## Events (0)
|
|
12
|
+
|
|
13
|
+
_none_
|
|
14
|
+
|
|
15
|
+
## ACL features (3)
|
|
16
|
+
|
|
17
|
+
feature_toggles.view · feature_toggles.manage · feature_toggles.global.manage
|
|
18
|
+
|
|
19
|
+
## API routes
|
|
20
|
+
|
|
21
|
+
_none_
|
|
22
|
+
|
|
23
|
+
## DI service tokens
|
|
24
|
+
|
|
25
|
+
featureTogglesService
|
|
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
|
+
toggle-create · toggle-update · toggle-delete · override-set-value · seed-defaults
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# gateway_stripe — 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
|
+
gateway_stripe.view · gateway_stripe.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
|
+
configure-from-env · help
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# generators — 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,59 @@
|
|
|
1
|
+
# inbox_ops — 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
|
+
| inbox_ops:inbox_settings | InboxSettings | inbox_settings | yes | no |
|
|
9
|
+
| inbox_ops:inbox_email | InboxEmail | inbox_emails | yes | no |
|
|
10
|
+
| inbox_ops:inbox_proposal | InboxProposal | inbox_proposals | yes | yes |
|
|
11
|
+
| inbox_ops:inbox_proposal_action | InboxProposalAction | inbox_proposal_actions | yes | no |
|
|
12
|
+
| inbox_ops:inbox_discrepancy | InboxDiscrepancy | inbox_discrepancies | yes | no |
|
|
13
|
+
|
|
14
|
+
## Events (13)
|
|
15
|
+
|
|
16
|
+
| ID | Category | Entity |
|
|
17
|
+
|---|---|---|
|
|
18
|
+
| inbox_ops.email.received | custom | email |
|
|
19
|
+
| inbox_ops.email.processed | lifecycle | email |
|
|
20
|
+
| inbox_ops.email.failed | lifecycle | email |
|
|
21
|
+
| inbox_ops.email.reprocessed | custom | email |
|
|
22
|
+
| inbox_ops.email.deduplicated | custom | email |
|
|
23
|
+
| inbox_ops.proposal.created | crud | proposal |
|
|
24
|
+
| inbox_ops.proposal.accepted | custom | proposal |
|
|
25
|
+
| inbox_ops.proposal.rejected | custom | proposal |
|
|
26
|
+
| inbox_ops.action.rejected | custom | action |
|
|
27
|
+
| inbox_ops.action.edited | custom | action |
|
|
28
|
+
| inbox_ops.action.executed | custom | action |
|
|
29
|
+
| inbox_ops.action.failed | custom | action |
|
|
30
|
+
| inbox_ops.reply.sent | custom | reply |
|
|
31
|
+
|
|
32
|
+
## ACL features (5)
|
|
33
|
+
|
|
34
|
+
inbox_ops.proposals.view · inbox_ops.proposals.manage · inbox_ops.settings.manage · inbox_ops.log.view · inbox_ops.replies.send
|
|
35
|
+
|
|
36
|
+
## API routes
|
|
37
|
+
|
|
38
|
+
_none_
|
|
39
|
+
|
|
40
|
+
## DI service tokens
|
|
41
|
+
|
|
42
|
+
_none_
|
|
43
|
+
|
|
44
|
+
## Search entities
|
|
45
|
+
|
|
46
|
+
inbox_ops:inbox_proposal
|
|
47
|
+
|
|
48
|
+
## Host extension points
|
|
49
|
+
|
|
50
|
+
- Entity IDs: _none_
|
|
51
|
+
- Table IDs: _none_
|
|
52
|
+
|
|
53
|
+
## Notifications
|
|
54
|
+
|
|
55
|
+
inbox_ops.proposal.created
|
|
56
|
+
|
|
57
|
+
## CLI
|
|
58
|
+
|
|
59
|
+
_none_
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# messages — 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
|
+
| messages:message | Message | messages | yes | no |
|
|
9
|
+
| messages:message_recipient | MessageRecipient | message_recipients | no | no |
|
|
10
|
+
| messages:message_object | MessageObject | message_objects | no | no |
|
|
11
|
+
| messages:message_access_token | MessageAccessToken | message_access_tokens | no | no |
|
|
12
|
+
| messages:message_confirmation | MessageConfirmation | message_confirmations | yes | no |
|
|
13
|
+
|
|
14
|
+
## Events (9)
|
|
15
|
+
|
|
16
|
+
| ID | Category | Entity |
|
|
17
|
+
|---|---|---|
|
|
18
|
+
| messages.message.sent | custom | message |
|
|
19
|
+
| messages.message.read | custom | message |
|
|
20
|
+
| messages.message.marked_unread | custom | message |
|
|
21
|
+
| messages.message.archived | custom | message |
|
|
22
|
+
| messages.message.unarchived | custom | message |
|
|
23
|
+
| messages.message.deleted | custom | message |
|
|
24
|
+
| messages.message.action_taken | custom | message |
|
|
25
|
+
| messages.message.email_sent | custom | message |
|
|
26
|
+
| messages.message.email_failed | custom | message |
|
|
27
|
+
|
|
28
|
+
## ACL features (7)
|
|
29
|
+
|
|
30
|
+
messages.view · messages.compose · messages.attach · messages.attach_files · messages.email · messages.actions · messages.manage
|
|
31
|
+
|
|
32
|
+
## API routes
|
|
33
|
+
|
|
34
|
+
_none_
|
|
35
|
+
|
|
36
|
+
## DI service tokens
|
|
37
|
+
|
|
38
|
+
_none_
|
|
39
|
+
|
|
40
|
+
## Search entities
|
|
41
|
+
|
|
42
|
+
messages:message
|
|
43
|
+
|
|
44
|
+
## Host extension points
|
|
45
|
+
|
|
46
|
+
- Entity IDs: _none_
|
|
47
|
+
- Table IDs: _none_
|
|
48
|
+
|
|
49
|
+
## Notifications
|
|
50
|
+
|
|
51
|
+
messages.new
|
|
52
|
+
|
|
53
|
+
## CLI
|
|
54
|
+
|
|
55
|
+
_none_
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# notifications — 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
|
+
| notifications:notification | Notification | notifications | no | no |
|
|
9
|
+
|
|
10
|
+
## Events (0)
|
|
11
|
+
|
|
12
|
+
_none_
|
|
13
|
+
|
|
14
|
+
## ACL features (3)
|
|
15
|
+
|
|
16
|
+
notifications.view · notifications.create · notifications.manage
|
|
17
|
+
|
|
18
|
+
## API routes
|
|
19
|
+
|
|
20
|
+
_none_
|
|
21
|
+
|
|
22
|
+
## DI service tokens
|
|
23
|
+
|
|
24
|
+
notificationService
|
|
25
|
+
|
|
26
|
+
## Search entities
|
|
27
|
+
|
|
28
|
+
_none_
|
|
29
|
+
|
|
30
|
+
## Host extension points
|
|
31
|
+
|
|
32
|
+
- Entity IDs: _none_
|
|
33
|
+
- Table IDs: _none_
|
|
34
|
+
|
|
35
|
+
## Notifications
|
|
36
|
+
|
|
37
|
+
_none_
|
|
38
|
+
|
|
39
|
+
## CLI
|
|
40
|
+
|
|
41
|
+
cleanup-expired
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# onboarding — 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
|
+
| onboarding:onboarding_request | OnboardingRequest | onboarding_requests | yes | no |
|
|
9
|
+
|
|
10
|
+
## Events (0)
|
|
11
|
+
|
|
12
|
+
_none_
|
|
13
|
+
|
|
14
|
+
## ACL features (3)
|
|
15
|
+
|
|
16
|
+
onboarding.access · onboarding.submit · onboarding.verify
|
|
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: _none_
|
|
34
|
+
|
|
35
|
+
## Notifications
|
|
36
|
+
|
|
37
|
+
_none_
|
|
38
|
+
|
|
39
|
+
## CLI
|
|
40
|
+
|
|
41
|
+
_none_
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# payment_gateways — 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
|
+
| payment_gateways:gateway_transaction | GatewayTransaction | gateway_transactions | yes | no |
|
|
9
|
+
| payment_gateways:webhook_processed_event | WebhookProcessedEvent | gateway_webhook_events | no | no |
|
|
10
|
+
|
|
11
|
+
## Events (9)
|
|
12
|
+
|
|
13
|
+
| ID | Category | Entity |
|
|
14
|
+
|---|---|---|
|
|
15
|
+
| payment_gateways.session.created | lifecycle | session |
|
|
16
|
+
| payment_gateways.session.expired | lifecycle | session |
|
|
17
|
+
| payment_gateways.payment.authorized | lifecycle | payment |
|
|
18
|
+
| payment_gateways.payment.captured | lifecycle | payment |
|
|
19
|
+
| payment_gateways.payment.failed | lifecycle | payment |
|
|
20
|
+
| payment_gateways.payment.refunded | lifecycle | payment |
|
|
21
|
+
| payment_gateways.payment.cancelled | lifecycle | payment |
|
|
22
|
+
| payment_gateways.webhook.received | system | webhook |
|
|
23
|
+
| payment_gateways.webhook.failed | system | webhook |
|
|
24
|
+
|
|
25
|
+
## ACL features (4)
|
|
26
|
+
|
|
27
|
+
payment_gateways.view · payment_gateways.manage · payment_gateways.capture · payment_gateways.refund
|
|
28
|
+
|
|
29
|
+
## API routes
|
|
30
|
+
|
|
31
|
+
_none_
|
|
32
|
+
|
|
33
|
+
## DI service tokens
|
|
34
|
+
|
|
35
|
+
paymentGatewayService · paymentGatewayDescriptorService
|
|
36
|
+
|
|
37
|
+
## Search entities
|
|
38
|
+
|
|
39
|
+
_none_
|
|
40
|
+
|
|
41
|
+
## Host extension points
|
|
42
|
+
|
|
43
|
+
- Entity IDs: _none_
|
|
44
|
+
- Table IDs: payment_gateways.transactions.list
|
|
45
|
+
|
|
46
|
+
## Notifications
|
|
47
|
+
|
|
48
|
+
_none_
|
|
49
|
+
|
|
50
|
+
## CLI
|
|
51
|
+
|
|
52
|
+
_none_
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# perspectives — 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
|
+
| perspectives:perspective | Perspective | perspectives | yes | no |
|
|
9
|
+
| perspectives:role_perspective | RolePerspective | role_perspectives | yes | no |
|
|
10
|
+
|
|
11
|
+
## Events (0)
|
|
12
|
+
|
|
13
|
+
_none_
|
|
14
|
+
|
|
15
|
+
## ACL features (2)
|
|
16
|
+
|
|
17
|
+
perspectives.use · perspectives.role_defaults
|
|
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
|
+
_none_
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# planner — 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
|
+
| planner:planner_availability_rule_set | PlannerAvailabilityRuleSet | planner_availability_rule_sets | yes | no |
|
|
9
|
+
| planner:planner_availability_rule | PlannerAvailabilityRule | planner_availability_rules | yes | no |
|
|
10
|
+
|
|
11
|
+
## Events (6)
|
|
12
|
+
|
|
13
|
+
| ID | Category | Entity |
|
|
14
|
+
|---|---|---|
|
|
15
|
+
| planner.availability_rule.created | crud | availability_rule |
|
|
16
|
+
| planner.availability_rule.updated | crud | availability_rule |
|
|
17
|
+
| planner.availability_rule.deleted | crud | availability_rule |
|
|
18
|
+
| planner.availability_rule_set.created | crud | availability_rule_set |
|
|
19
|
+
| planner.availability_rule_set.updated | crud | availability_rule_set |
|
|
20
|
+
| planner.availability_rule_set.deleted | crud | availability_rule_set |
|
|
21
|
+
|
|
22
|
+
## ACL features (2)
|
|
23
|
+
|
|
24
|
+
planner.view · planner.manage_availability
|
|
25
|
+
|
|
26
|
+
## API routes
|
|
27
|
+
|
|
28
|
+
_none_
|
|
29
|
+
|
|
30
|
+
## DI service tokens
|
|
31
|
+
|
|
32
|
+
plannerAvailabilityService
|
|
33
|
+
|
|
34
|
+
## Search entities
|
|
35
|
+
|
|
36
|
+
planner:planner_availability_rule_set
|
|
37
|
+
|
|
38
|
+
## Host extension points
|
|
39
|
+
|
|
40
|
+
- Entity IDs: _none_
|
|
41
|
+
- Table IDs: _none_
|
|
42
|
+
|
|
43
|
+
## Notifications
|
|
44
|
+
|
|
45
|
+
_none_
|
|
46
|
+
|
|
47
|
+
## CLI
|
|
48
|
+
|
|
49
|
+
seed-availability-rulesets · seed-unavailability-reasons
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# portal — 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_
|