create-mercato-app 0.6.7-develop.6660.1.90e1e2eef6 → 0.6.7-develop.6669.1.40b669666b
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/dist/agentic/guides/module-facts.json +53 -53
- package/dist/agentic/guides/modules/ai_assistant.md +1 -1
- package/dist/agentic/guides/modules/api_docs.md +1 -1
- package/dist/agentic/guides/modules/api_keys.md +1 -1
- package/dist/agentic/guides/modules/attachments.md +1 -1
- package/dist/agentic/guides/modules/audit_logs.md +1 -1
- package/dist/agentic/guides/modules/auth.md +1 -1
- package/dist/agentic/guides/modules/business_rules.md +1 -1
- package/dist/agentic/guides/modules/catalog.md +1 -1
- package/dist/agentic/guides/modules/channel_gmail.md +1 -1
- package/dist/agentic/guides/modules/channel_imap.md +1 -1
- package/dist/agentic/guides/modules/checkout.md +1 -1
- package/dist/agentic/guides/modules/communication_channels.md +1 -1
- package/dist/agentic/guides/modules/configs.md +1 -1
- package/dist/agentic/guides/modules/content.md +1 -1
- 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 +1 -1
- package/dist/agentic/guides/modules/data_sync.md +1 -1
- package/dist/agentic/guides/modules/dictionaries.md +1 -1
- package/dist/agentic/guides/modules/directory.md +1 -1
- package/dist/agentic/guides/modules/entities.md +1 -1
- package/dist/agentic/guides/modules/events.md +1 -1
- package/dist/agentic/guides/modules/feature_toggles.md +1 -1
- package/dist/agentic/guides/modules/gateway_stripe.md +1 -1
- package/dist/agentic/guides/modules/generators.md +1 -1
- package/dist/agentic/guides/modules/inbox_ops.md +1 -1
- package/dist/agentic/guides/modules/integrations.md +1 -1
- package/dist/agentic/guides/modules/messages.md +1 -1
- package/dist/agentic/guides/modules/notifications.md +1 -1
- package/dist/agentic/guides/modules/onboarding.md +1 -1
- package/dist/agentic/guides/modules/payment_gateways.md +1 -1
- package/dist/agentic/guides/modules/perspectives.md +1 -1
- package/dist/agentic/guides/modules/planner.md +1 -1
- package/dist/agentic/guides/modules/portal.md +1 -1
- package/dist/agentic/guides/modules/progress.md +1 -1
- package/dist/agentic/guides/modules/query_index.md +1 -1
- package/dist/agentic/guides/modules/record_locks.md +1 -1
- package/dist/agentic/guides/modules/resources.md +1 -1
- package/dist/agentic/guides/modules/sales.md +1 -1
- package/dist/agentic/guides/modules/scheduler.md +1 -1
- package/dist/agentic/guides/modules/search.md +1 -1
- package/dist/agentic/guides/modules/security.md +1 -1
- package/dist/agentic/guides/modules/shipping_carriers.md +1 -1
- package/dist/agentic/guides/modules/sso.md +1 -1
- package/dist/agentic/guides/modules/staff.md +1 -1
- package/dist/agentic/guides/modules/storage_s3.md +1 -1
- package/dist/agentic/guides/modules/sync_akeneo.md +1 -1
- package/dist/agentic/guides/modules/sync_excel.md +1 -1
- package/dist/agentic/guides/modules/system_status_overlays.md +1 -1
- package/dist/agentic/guides/modules/translations.md +1 -1
- package/dist/agentic/guides/modules/webhooks.md +1 -1
- package/dist/agentic/guides/modules/workflows.md +1 -1
- package/package.json +3 -3
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"ai_assistant": {
|
|
3
3
|
"title": "AI Assistant",
|
|
4
4
|
"description": "MCP server for AI assistant integration with multi-tenant support.",
|
|
5
|
-
"coreVersion": "0.6.7-develop.
|
|
5
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
6
6
|
"entities": [
|
|
7
7
|
{
|
|
8
8
|
"id": "ai_assistant:ai_agent_prompt_override",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"api_docs": {
|
|
143
143
|
"title": "API Documentation",
|
|
144
144
|
"description": "Auto-generated documentation for all HTTP endpoints.",
|
|
145
|
-
"coreVersion": "0.6.7-develop.
|
|
145
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
146
146
|
"entities": [],
|
|
147
147
|
"events": [],
|
|
148
148
|
"aclFeatures": [],
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"api_keys": {
|
|
160
160
|
"title": "API Keys",
|
|
161
161
|
"description": "Manage access tokens for external API access.",
|
|
162
|
-
"coreVersion": "0.6.7-develop.
|
|
162
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
163
163
|
"entities": [
|
|
164
164
|
{
|
|
165
165
|
"id": "api_keys:api_key",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"attachments": {
|
|
193
193
|
"title": "Attachments",
|
|
194
194
|
"description": "File attachments and media management.",
|
|
195
|
-
"coreVersion": "0.6.7-develop.
|
|
195
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
196
196
|
"entities": [
|
|
197
197
|
{
|
|
198
198
|
"id": "attachments:attachment_partition",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"audit_logs": {
|
|
248
248
|
"title": "Audit & Action Logs",
|
|
249
249
|
"description": "Tracks user actions and data accesses with undo support scaffolding.",
|
|
250
|
-
"coreVersion": "0.6.7-develop.
|
|
250
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
251
251
|
"entities": [
|
|
252
252
|
{
|
|
253
253
|
"id": "audit_logs:action_log",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"auth": {
|
|
292
292
|
"title": "Authentication & Accounts",
|
|
293
293
|
"description": "User accounts, sessions, roles and password resets.",
|
|
294
|
-
"coreVersion": "0.6.7-develop.
|
|
294
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
295
295
|
"entities": [
|
|
296
296
|
{
|
|
297
297
|
"id": "auth:user",
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"business_rules": {
|
|
481
481
|
"title": "Business Rules",
|
|
482
482
|
"description": "Business Rules Engine for defining, managing, and executing business logic and automation rules.",
|
|
483
|
-
"coreVersion": "0.6.7-develop.
|
|
483
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
484
484
|
"entities": [
|
|
485
485
|
{
|
|
486
486
|
"id": "business_rules:business_rule",
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"catalog": {
|
|
543
543
|
"title": "Product Catalog",
|
|
544
544
|
"description": "Configurable catalog for products, variants, and pricing used by the sales module.",
|
|
545
|
-
"coreVersion": "0.6.7-develop.
|
|
545
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
546
546
|
"entities": [
|
|
547
547
|
{
|
|
548
548
|
"id": "catalog:catalog_option_schema_template",
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
"channel_gmail": {
|
|
757
757
|
"title": "Gmail Email Channel",
|
|
758
758
|
"description": "Connect per-user Gmail accounts via OAuth2. Outbound via gmail.users.messages.send; inbound via History API polling. Pairs with the Communications Hub.",
|
|
759
|
-
"coreVersion": "0.6.7-develop.
|
|
759
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
760
760
|
"entities": [],
|
|
761
761
|
"events": [],
|
|
762
762
|
"aclFeatures": [
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
"channel_imap": {
|
|
777
777
|
"title": "IMAP + SMTP Email Channel",
|
|
778
778
|
"description": "Connect personal mailboxes via IMAP for inbound polling and SMTP for outbound delivery. Pairs with the Communications Hub (SPEC-045d).",
|
|
779
|
-
"coreVersion": "0.6.7-develop.
|
|
779
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
780
780
|
"entities": [],
|
|
781
781
|
"events": [],
|
|
782
782
|
"aclFeatures": [
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
"checkout": {
|
|
797
797
|
"title": "Checkout",
|
|
798
798
|
"description": "Pay links, checkout templates, public payment pages, and checkout transaction tracking.",
|
|
799
|
-
"coreVersion": "0.6.7-develop.
|
|
799
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
800
800
|
"entities": [
|
|
801
801
|
{
|
|
802
802
|
"id": "checkout:checkout_link_template",
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
"communication_channels": {
|
|
932
932
|
"title": "Communication Channels",
|
|
933
933
|
"description": "Unified hub bridging external chat/email channels (Slack, WhatsApp, Email) to the Messages module. Adapter contract, channel-native payload storage, reactions, and per-channel threading.",
|
|
934
|
-
"coreVersion": "0.6.7-develop.
|
|
934
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
935
935
|
"entities": [
|
|
936
936
|
{
|
|
937
937
|
"id": "communication_channels:communication_channel",
|
|
@@ -1098,7 +1098,7 @@
|
|
|
1098
1098
|
"configs": {
|
|
1099
1099
|
"title": "Configuration",
|
|
1100
1100
|
"description": "Shared configuration storage and helpers for module settings.",
|
|
1101
|
-
"coreVersion": "0.6.7-develop.
|
|
1101
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
1102
1102
|
"entities": [
|
|
1103
1103
|
{
|
|
1104
1104
|
"id": "configs:module_config",
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
"content": {
|
|
1140
1140
|
"title": "Content",
|
|
1141
1141
|
"description": "Static informational pages such as terms of service and privacy policy.",
|
|
1142
|
-
"coreVersion": "0.6.7-develop.
|
|
1142
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
1143
1143
|
"entities": [],
|
|
1144
1144
|
"events": [],
|
|
1145
1145
|
"aclFeatures": [],
|
|
@@ -1156,7 +1156,7 @@
|
|
|
1156
1156
|
"currencies": {
|
|
1157
1157
|
"title": "Currencies",
|
|
1158
1158
|
"description": "Currencies and Exchange rate management",
|
|
1159
|
-
"coreVersion": "0.6.7-develop.
|
|
1159
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
1160
1160
|
"entities": [
|
|
1161
1161
|
{
|
|
1162
1162
|
"id": "currencies:currency",
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
"customer_accounts": {
|
|
1241
1241
|
"title": "Customer Identity & Portal Authentication",
|
|
1242
1242
|
"description": "Customer-facing authentication with two-tier identity model and full RBAC.",
|
|
1243
|
-
"coreVersion": "0.6.7-develop.
|
|
1243
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
1244
1244
|
"entities": [
|
|
1245
1245
|
{
|
|
1246
1246
|
"id": "customer_accounts:customer_user",
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
"customers": {
|
|
1481
1481
|
"title": "Customer Relationship Management",
|
|
1482
1482
|
"description": "Core CRM capabilities for people, companies, deals, and activities.",
|
|
1483
|
-
"coreVersion": "0.6.7-develop.
|
|
1483
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
1484
1484
|
"entities": [
|
|
1485
1485
|
{
|
|
1486
1486
|
"id": "customers:customer_entity",
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
"dashboards": {
|
|
1963
1963
|
"title": "Admin Dashboards",
|
|
1964
1964
|
"description": "Configurable admin dashboard with module-provided widgets.",
|
|
1965
|
-
"coreVersion": "0.6.7-develop.
|
|
1965
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
1966
1966
|
"entities": [
|
|
1967
1967
|
{
|
|
1968
1968
|
"id": "dashboards:dashboard_layout",
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
"data_sync": {
|
|
2014
2014
|
"title": "Data Sync",
|
|
2015
2015
|
"description": "Streaming data sync hub for import/export integrations.",
|
|
2016
|
-
"coreVersion": "0.6.7-develop.
|
|
2016
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2017
2017
|
"entities": [
|
|
2018
2018
|
{
|
|
2019
2019
|
"id": "data_sync:sync_run",
|
|
@@ -2091,7 +2091,7 @@
|
|
|
2091
2091
|
"dictionaries": {
|
|
2092
2092
|
"title": "Shared Dictionaries",
|
|
2093
2093
|
"description": "Organization-scoped dictionaries for reusable enumerations and appearance presets.",
|
|
2094
|
-
"coreVersion": "0.6.7-develop.
|
|
2094
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2095
2095
|
"entities": [
|
|
2096
2096
|
{
|
|
2097
2097
|
"id": "dictionaries:dictionary",
|
|
@@ -2142,7 +2142,7 @@
|
|
|
2142
2142
|
"directory": {
|
|
2143
2143
|
"title": "Directory (Tenants & Organizations)",
|
|
2144
2144
|
"description": "Multi-tenant directory with tenants and organizations.",
|
|
2145
|
-
"coreVersion": "0.6.7-develop.
|
|
2145
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2146
2146
|
"entities": [
|
|
2147
2147
|
{
|
|
2148
2148
|
"id": "directory:tenant",
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
"entities": {
|
|
2214
2214
|
"title": "Custom Entities & Fields",
|
|
2215
2215
|
"description": "User-defined entities, custom fields, and dynamic records storage.",
|
|
2216
|
-
"coreVersion": "0.6.7-develop.
|
|
2216
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2217
2217
|
"entities": [
|
|
2218
2218
|
{
|
|
2219
2219
|
"id": "entities:custom_field_def",
|
|
@@ -2287,7 +2287,7 @@
|
|
|
2287
2287
|
"events": {
|
|
2288
2288
|
"title": "Events",
|
|
2289
2289
|
"description": "Event bus and subscriber dispatch",
|
|
2290
|
-
"coreVersion": "0.6.7-develop.
|
|
2290
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2291
2291
|
"entities": [],
|
|
2292
2292
|
"events": [],
|
|
2293
2293
|
"aclFeatures": [],
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
"feature_toggles": {
|
|
2305
2305
|
"title": "Feature Toggles",
|
|
2306
2306
|
"description": "Global feature flags with tenant-level overrides.",
|
|
2307
|
-
"coreVersion": "0.6.7-develop.
|
|
2307
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2308
2308
|
"entities": [
|
|
2309
2309
|
{
|
|
2310
2310
|
"id": "feature_toggles:feature_toggle",
|
|
@@ -2348,7 +2348,7 @@
|
|
|
2348
2348
|
"gateway_stripe": {
|
|
2349
2349
|
"title": "Stripe Payment Gateway",
|
|
2350
2350
|
"description": "Accept card payments, Apple Pay, Google Pay, and bank transfers via Stripe.",
|
|
2351
|
-
"coreVersion": "0.6.7-develop.
|
|
2351
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2352
2352
|
"entities": [],
|
|
2353
2353
|
"events": [],
|
|
2354
2354
|
"aclFeatures": [
|
|
@@ -2371,7 +2371,7 @@
|
|
|
2371
2371
|
"generators": {
|
|
2372
2372
|
"title": null,
|
|
2373
2373
|
"description": null,
|
|
2374
|
-
"coreVersion": "0.6.7-develop.
|
|
2374
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2375
2375
|
"entities": [],
|
|
2376
2376
|
"events": [],
|
|
2377
2377
|
"aclFeatures": [],
|
|
@@ -2388,7 +2388,7 @@
|
|
|
2388
2388
|
"inbox_ops": {
|
|
2389
2389
|
"title": "InboxOps — Email-to-ERP Agent",
|
|
2390
2390
|
"description": "Receives forwarded emails via webhook, extracts structured action proposals using LLM, and presents them for human-in-the-loop approval.",
|
|
2391
|
-
"coreVersion": "0.6.7-develop.
|
|
2391
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2392
2392
|
"entities": [
|
|
2393
2393
|
{
|
|
2394
2394
|
"id": "inbox_ops:inbox_settings",
|
|
@@ -2517,7 +2517,7 @@
|
|
|
2517
2517
|
"integrations": {
|
|
2518
2518
|
"title": "Integrations",
|
|
2519
2519
|
"description": "Core integration framework — external ID mapping, status badges, and integration registry.",
|
|
2520
|
-
"coreVersion": "0.6.7-develop.
|
|
2520
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2521
2521
|
"entities": [
|
|
2522
2522
|
{
|
|
2523
2523
|
"id": "integrations:sync_external_id_mapping",
|
|
@@ -2593,7 +2593,7 @@
|
|
|
2593
2593
|
"messages": {
|
|
2594
2594
|
"title": "Messages",
|
|
2595
2595
|
"description": "Internal messaging system with attachments, actions, and email forwarding.",
|
|
2596
|
-
"coreVersion": "0.6.7-develop.
|
|
2596
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2597
2597
|
"entities": [
|
|
2598
2598
|
{
|
|
2599
2599
|
"id": "messages:message",
|
|
@@ -2704,7 +2704,7 @@
|
|
|
2704
2704
|
"notifications": {
|
|
2705
2705
|
"title": "Notifications",
|
|
2706
2706
|
"description": "In-app notifications with module-extensible types and actions.",
|
|
2707
|
-
"coreVersion": "0.6.7-develop.
|
|
2707
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2708
2708
|
"entities": [
|
|
2709
2709
|
{
|
|
2710
2710
|
"id": "notifications:notification",
|
|
@@ -2737,7 +2737,7 @@
|
|
|
2737
2737
|
"onboarding": {
|
|
2738
2738
|
"title": "Onboarding",
|
|
2739
2739
|
"description": "Self-service tenant and organization onboarding flow.",
|
|
2740
|
-
"coreVersion": "0.6.7-develop.
|
|
2740
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2741
2741
|
"entities": [
|
|
2742
2742
|
{
|
|
2743
2743
|
"id": "onboarding:onboarding_request",
|
|
@@ -2766,7 +2766,7 @@
|
|
|
2766
2766
|
"payment_gateways": {
|
|
2767
2767
|
"title": "Payment Gateways",
|
|
2768
2768
|
"description": "Payment gateway adapter contract, registry, transaction tracking, and webhook routing.",
|
|
2769
|
-
"coreVersion": "0.6.7-develop.
|
|
2769
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2770
2770
|
"entities": [
|
|
2771
2771
|
{
|
|
2772
2772
|
"id": "payment_gateways:gateway_transaction",
|
|
@@ -2868,7 +2868,7 @@
|
|
|
2868
2868
|
"perspectives": {
|
|
2869
2869
|
"title": "Table perspectives",
|
|
2870
2870
|
"description": "Shared persistence for DataTable perspectives (columns, filters, saved views).",
|
|
2871
|
-
"coreVersion": "0.6.7-develop.
|
|
2871
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2872
2872
|
"entities": [
|
|
2873
2873
|
{
|
|
2874
2874
|
"id": "perspectives:perspective",
|
|
@@ -2903,7 +2903,7 @@
|
|
|
2903
2903
|
"planner": {
|
|
2904
2904
|
"title": "Worktime / Availabilities",
|
|
2905
2905
|
"description": "Availability schedules, rulesets, and shared planning rules.",
|
|
2906
|
-
"coreVersion": "0.6.7-develop.
|
|
2906
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2907
2907
|
"entities": [
|
|
2908
2908
|
{
|
|
2909
2909
|
"id": "planner:planner_availability_rule_set",
|
|
@@ -2976,7 +2976,7 @@
|
|
|
2976
2976
|
"portal": {
|
|
2977
2977
|
"title": "Customer Portal",
|
|
2978
2978
|
"description": "Self-service customer portal framework with login, signup, dashboard, sidebar navigation, and extensible widget system.",
|
|
2979
|
-
"coreVersion": "0.6.7-develop.
|
|
2979
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2980
2980
|
"entities": [],
|
|
2981
2981
|
"events": [],
|
|
2982
2982
|
"aclFeatures": [],
|
|
@@ -2993,7 +2993,7 @@
|
|
|
2993
2993
|
"progress": {
|
|
2994
2994
|
"title": "Progress",
|
|
2995
2995
|
"description": "Generic server-side progress tracking for long-running operations",
|
|
2996
|
-
"coreVersion": "0.6.7-develop.
|
|
2996
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
2997
2997
|
"entities": [
|
|
2998
2998
|
{
|
|
2999
2999
|
"id": "progress:progress_job",
|
|
@@ -3055,7 +3055,7 @@
|
|
|
3055
3055
|
"query_index": {
|
|
3056
3056
|
"title": "Query Indexes",
|
|
3057
3057
|
"description": "Hybrid query layer with full-text and vector search capabilities.",
|
|
3058
|
-
"coreVersion": "0.6.7-develop.
|
|
3058
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
3059
3059
|
"entities": [
|
|
3060
3060
|
{
|
|
3061
3061
|
"id": "query_index:entity_index_row",
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
"record_locks": {
|
|
3125
3125
|
"title": "Record Locking",
|
|
3126
3126
|
"description": "Optimistic and pessimistic record locking with conflict resolution.",
|
|
3127
|
-
"coreVersion": "0.6.7-develop.
|
|
3127
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
3128
3128
|
"entities": [
|
|
3129
3129
|
{
|
|
3130
3130
|
"id": "record_locks:record_lock",
|
|
@@ -3225,7 +3225,7 @@
|
|
|
3225
3225
|
"resources": {
|
|
3226
3226
|
"title": "Resource planning",
|
|
3227
3227
|
"description": "Assets and resources with scheduling policies.",
|
|
3228
|
-
"coreVersion": "0.6.7-develop.
|
|
3228
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
3229
3229
|
"entities": [
|
|
3230
3230
|
{
|
|
3231
3231
|
"id": "resources:resources_resource_type",
|
|
@@ -3375,7 +3375,7 @@
|
|
|
3375
3375
|
"sales": {
|
|
3376
3376
|
"title": "Sales Management",
|
|
3377
3377
|
"description": "Quoting, ordering, fulfillment, and billing capabilities built on modular pricing and tax pipelines.",
|
|
3378
|
-
"coreVersion": "0.6.7-develop.
|
|
3378
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
3379
3379
|
"entities": [
|
|
3380
3380
|
{
|
|
3381
3381
|
"id": "sales:sales_channel",
|
|
@@ -3849,7 +3849,7 @@
|
|
|
3849
3849
|
"scheduler": {
|
|
3850
3850
|
"title": "Scheduler",
|
|
3851
3851
|
"description": "Database-managed scheduled jobs with admin UI",
|
|
3852
|
-
"coreVersion": "0.6.7-develop.
|
|
3852
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
3853
3853
|
"entities": [
|
|
3854
3854
|
{
|
|
3855
3855
|
"id": "scheduler:scheduled_job",
|
|
@@ -3908,7 +3908,7 @@
|
|
|
3908
3908
|
"search": {
|
|
3909
3909
|
"title": "Search",
|
|
3910
3910
|
"description": "Unified search module with pluggable strategies (Meilisearch, Vector, Tokens).",
|
|
3911
|
-
"coreVersion": "0.6.7-develop.
|
|
3911
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
3912
3912
|
"entities": [],
|
|
3913
3913
|
"events": [],
|
|
3914
3914
|
"aclFeatures": [
|
|
@@ -3941,7 +3941,7 @@
|
|
|
3941
3941
|
"security": {
|
|
3942
3942
|
"title": "Security",
|
|
3943
3943
|
"description": null,
|
|
3944
|
-
"coreVersion": "0.6.7-develop.
|
|
3944
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
3945
3945
|
"entities": [
|
|
3946
3946
|
{
|
|
3947
3947
|
"id": "security:user_mfa_method",
|
|
@@ -4126,7 +4126,7 @@
|
|
|
4126
4126
|
"shipping_carriers": {
|
|
4127
4127
|
"title": "Shipping Carriers",
|
|
4128
4128
|
"description": "Shipping carrier adapter hub with rates, shipment creation, tracking, and webhooks.",
|
|
4129
|
-
"coreVersion": "0.6.7-develop.
|
|
4129
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
4130
4130
|
"entities": [
|
|
4131
4131
|
{
|
|
4132
4132
|
"id": "shipping_carriers:carrier_shipment",
|
|
@@ -4206,7 +4206,7 @@
|
|
|
4206
4206
|
"sso": {
|
|
4207
4207
|
"title": null,
|
|
4208
4208
|
"description": null,
|
|
4209
|
-
"coreVersion": "0.6.7-develop.
|
|
4209
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
4210
4210
|
"entities": [
|
|
4211
4211
|
{
|
|
4212
4212
|
"id": "sso:sso_config",
|
|
@@ -4338,7 +4338,7 @@
|
|
|
4338
4338
|
"staff": {
|
|
4339
4339
|
"title": "Employees",
|
|
4340
4340
|
"description": "Teams, roles, and employee rosters.",
|
|
4341
|
-
"coreVersion": "0.6.7-develop.
|
|
4341
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
4342
4342
|
"entities": [
|
|
4343
4343
|
{
|
|
4344
4344
|
"id": "staff:staff_team",
|
|
@@ -4647,7 +4647,7 @@
|
|
|
4647
4647
|
"storage_s3": {
|
|
4648
4648
|
"title": "S3-Compatible Storage",
|
|
4649
4649
|
"description": "Store attachments and files in AWS S3, DigitalOcean Spaces, MinIO, or any S3-compatible object storage.",
|
|
4650
|
-
"coreVersion": "0.6.7-develop.
|
|
4650
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
4651
4651
|
"entities": [],
|
|
4652
4652
|
"events": [],
|
|
4653
4653
|
"aclFeatures": [
|
|
@@ -4671,7 +4671,7 @@
|
|
|
4671
4671
|
"sync_akeneo": {
|
|
4672
4672
|
"title": "Akeneo Product Sync",
|
|
4673
4673
|
"description": "Import Akeneo PIM categories, product attributes, and products into the Open Mercato catalog.",
|
|
4674
|
-
"coreVersion": "0.6.7-develop.
|
|
4674
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
4675
4675
|
"entities": [],
|
|
4676
4676
|
"events": [],
|
|
4677
4677
|
"aclFeatures": [],
|
|
@@ -4691,7 +4691,7 @@
|
|
|
4691
4691
|
"sync_excel": {
|
|
4692
4692
|
"title": "Excel / CSV Import",
|
|
4693
4693
|
"description": "File-upload-based CSV import foundation built on top of the data sync hub.",
|
|
4694
|
-
"coreVersion": "0.6.7-develop.
|
|
4694
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
4695
4695
|
"entities": [
|
|
4696
4696
|
{
|
|
4697
4697
|
"id": "sync_excel:sync_excel_upload",
|
|
@@ -4719,7 +4719,7 @@
|
|
|
4719
4719
|
"system_status_overlays": {
|
|
4720
4720
|
"title": "System Status Overlays",
|
|
4721
4721
|
"description": "Enterprise overlays and injected widgets for system status pages.",
|
|
4722
|
-
"coreVersion": "0.6.7-develop.
|
|
4722
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
4723
4723
|
"entities": [],
|
|
4724
4724
|
"events": [],
|
|
4725
4725
|
"aclFeatures": [],
|
|
@@ -4736,7 +4736,7 @@
|
|
|
4736
4736
|
"translations": {
|
|
4737
4737
|
"title": "Entity Translations",
|
|
4738
4738
|
"description": "System-wide entity translation storage and locale overlay for CRUD responses.",
|
|
4739
|
-
"coreVersion": "0.6.7-develop.
|
|
4739
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
4740
4740
|
"entities": [
|
|
4741
4741
|
{
|
|
4742
4742
|
"id": "translations:entity_translation",
|
|
@@ -4776,7 +4776,7 @@
|
|
|
4776
4776
|
"webhooks": {
|
|
4777
4777
|
"title": "Webhooks",
|
|
4778
4778
|
"description": "Standard Webhooks compliant outbound webhook delivery for platform events.",
|
|
4779
|
-
"coreVersion": "0.6.7-develop.
|
|
4779
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
4780
4780
|
"entities": [
|
|
4781
4781
|
{
|
|
4782
4782
|
"id": "webhooks:webhook_entity",
|
|
@@ -4880,7 +4880,7 @@
|
|
|
4880
4880
|
"workflows": {
|
|
4881
4881
|
"title": "Workflow Engine",
|
|
4882
4882
|
"description": "Orchestrate business processes with state machines, transitions, and activities",
|
|
4883
|
-
"coreVersion": "0.6.7-develop.
|
|
4883
|
+
"coreVersion": "0.6.7-develop.6669.1.40b669666b",
|
|
4884
4884
|
"entities": [
|
|
4885
4885
|
{
|
|
4886
4886
|
"id": "workflows:workflow_definition",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# business_rules — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.7-develop.
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.7-develop.6669.1.40b669666b — R1 staleness stamp -->
|
|
3
3
|
|
|
4
4
|
## Entities
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# communication_channels — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.7-develop.
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.7-develop.6669.1.40b669666b — R1 staleness stamp -->
|
|
3
3
|
|
|
4
4
|
## Entities
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# customer_accounts — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.7-develop.
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.7-develop.6669.1.40b669666b — R1 staleness stamp -->
|
|
3
3
|
|
|
4
4
|
## Entities
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# feature_toggles — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.7-develop.
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.7-develop.6669.1.40b669666b — R1 staleness stamp -->
|
|
3
3
|
|
|
4
4
|
## Entities
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# gateway_stripe — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.7-develop.
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.7-develop.6669.1.40b669666b — R1 staleness stamp -->
|
|
3
3
|
|
|
4
4
|
## Entities
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# payment_gateways — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.7-develop.
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.7-develop.6669.1.40b669666b — R1 staleness stamp -->
|
|
3
3
|
|
|
4
4
|
## Entities
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# shipping_carriers — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.7-develop.
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.7-develop.6669.1.40b669666b — R1 staleness stamp -->
|
|
3
3
|
|
|
4
4
|
## Entities
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# system_status_overlays — module facts (generated, do not edit)
|
|
2
|
-
<!-- generated from @open-mercato/core 0.6.7-develop.
|
|
2
|
+
<!-- generated from @open-mercato/core 0.6.7-develop.6669.1.40b669666b — R1 staleness stamp -->
|
|
3
3
|
|
|
4
4
|
## Entities
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-mercato-app",
|
|
3
|
-
"version": "0.6.7-develop.
|
|
3
|
+
"version": "0.6.7-develop.6669.1.40b669666b",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Create a new Open Mercato application",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"ts-morph": "^28.0.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@open-mercato/cli": "0.6.7-develop.
|
|
26
|
-
"@open-mercato/shared": "0.6.7-develop.
|
|
25
|
+
"@open-mercato/cli": "0.6.7-develop.6669.1.40b669666b",
|
|
26
|
+
"@open-mercato/shared": "0.6.7-develop.6669.1.40b669666b",
|
|
27
27
|
"@types/node": "^26.0.1",
|
|
28
28
|
"esbuild": "^0.28.1",
|
|
29
29
|
"tsx": "^4.23.1",
|