@open-mercato/core 0.6.6-develop.5903.1.33a2be39eb → 0.6.6-develop.6088.1.e6193c2018

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.
Files changed (73) hide show
  1. package/dist/modules/api_keys/index.js +1 -1
  2. package/dist/modules/api_keys/index.js.map +1 -1
  3. package/dist/modules/attachments/index.js +1 -1
  4. package/dist/modules/attachments/index.js.map +1 -1
  5. package/dist/modules/audit_logs/index.js +1 -1
  6. package/dist/modules/audit_logs/index.js.map +1 -1
  7. package/dist/modules/auth/index.js +1 -1
  8. package/dist/modules/auth/index.js.map +1 -1
  9. package/dist/modules/business_rules/index.js +1 -1
  10. package/dist/modules/business_rules/index.js.map +1 -1
  11. package/dist/modules/catalog/index.js +1 -1
  12. package/dist/modules/catalog/index.js.map +1 -1
  13. package/dist/modules/configs/index.js +1 -1
  14. package/dist/modules/configs/index.js.map +1 -1
  15. package/dist/modules/currencies/index.js +1 -1
  16. package/dist/modules/currencies/index.js.map +1 -1
  17. package/dist/modules/customer_accounts/index.js +1 -1
  18. package/dist/modules/customer_accounts/index.js.map +1 -1
  19. package/dist/modules/customers/index.js +1 -1
  20. package/dist/modules/customers/index.js.map +1 -1
  21. package/dist/modules/dashboards/index.js +1 -1
  22. package/dist/modules/dashboards/index.js.map +1 -1
  23. package/dist/modules/dictionaries/index.js +1 -1
  24. package/dist/modules/dictionaries/index.js.map +1 -1
  25. package/dist/modules/directory/index.js +1 -1
  26. package/dist/modules/directory/index.js.map +1 -1
  27. package/dist/modules/entities/index.js +1 -1
  28. package/dist/modules/entities/index.js.map +1 -1
  29. package/dist/modules/feature_toggles/index.js +1 -1
  30. package/dist/modules/feature_toggles/index.js.map +1 -1
  31. package/dist/modules/notifications/index.js +1 -1
  32. package/dist/modules/notifications/index.js.map +1 -1
  33. package/dist/modules/perspectives/index.js +1 -1
  34. package/dist/modules/perspectives/index.js.map +1 -1
  35. package/dist/modules/planner/index.js +1 -1
  36. package/dist/modules/planner/index.js.map +1 -1
  37. package/dist/modules/progress/index.js +1 -1
  38. package/dist/modules/progress/index.js.map +1 -1
  39. package/dist/modules/query_index/index.js +1 -1
  40. package/dist/modules/query_index/index.js.map +1 -1
  41. package/dist/modules/resources/index.js +1 -1
  42. package/dist/modules/resources/index.js.map +1 -1
  43. package/dist/modules/sales/index.js +1 -1
  44. package/dist/modules/sales/index.js.map +1 -1
  45. package/dist/modules/staff/index.js +1 -1
  46. package/dist/modules/staff/index.js.map +1 -1
  47. package/dist/modules/translations/index.js +1 -1
  48. package/dist/modules/translations/index.js.map +1 -1
  49. package/package.json +8 -7
  50. package/src/modules/api_keys/index.ts +1 -1
  51. package/src/modules/attachments/index.ts +1 -1
  52. package/src/modules/audit_logs/index.ts +1 -1
  53. package/src/modules/auth/index.ts +1 -1
  54. package/src/modules/business_rules/index.ts +1 -1
  55. package/src/modules/catalog/index.ts +1 -1
  56. package/src/modules/configs/index.ts +1 -1
  57. package/src/modules/currencies/index.ts +1 -1
  58. package/src/modules/customer_accounts/index.ts +1 -1
  59. package/src/modules/customers/index.ts +1 -1
  60. package/src/modules/dashboards/index.ts +1 -1
  61. package/src/modules/dictionaries/index.ts +1 -1
  62. package/src/modules/directory/index.ts +1 -1
  63. package/src/modules/entities/index.ts +1 -1
  64. package/src/modules/feature_toggles/index.ts +1 -1
  65. package/src/modules/notifications/index.ts +1 -1
  66. package/src/modules/perspectives/index.ts +1 -1
  67. package/src/modules/planner/index.ts +1 -1
  68. package/src/modules/progress/index.ts +1 -1
  69. package/src/modules/query_index/index.ts +1 -1
  70. package/src/modules/resources/index.ts +1 -1
  71. package/src/modules/sales/index.ts +1 -1
  72. package/src/modules/staff/index.ts +1 -1
  73. package/src/modules/translations/index.ts +1 -1
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Manage access tokens for external API access.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary",
7
+ license: "MIT",
8
8
  requires: ["auth"]
9
9
  };
10
10
  import { features } from "./acl.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/api_keys/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'api_keys',\n title: 'API Keys',\n version: '0.1.0',\n description: 'Manage access tokens for external API access.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n requires: ['auth'],\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'api_keys',\n title: 'API Keys',\n version: '0.1.0',\n description: 'Manage access tokens for external API access.',\n author: 'Open Mercato Team',\n license: 'MIT',\n requires: ['auth'],\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,UAAU,CAAC,MAAM;AACnB;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "File attachments and media management.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  export {
10
10
  metadata
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/attachments/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'attachments',\n title: 'Attachments',\n version: '0.1.0',\n description: 'File attachments and media management.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'attachments',\n title: 'Attachments',\n version: '0.1.0',\n description: 'File attachments and media management.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Tracks user actions and data accesses with undo support scaffolding.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  import { features } from "./acl.js";
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/audit_logs/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'audit_logs',\n title: 'Audit & Action Logs',\n version: '0.1.0',\n description: 'Tracks user actions and data accesses with undo support scaffolding.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'audit_logs',\n title: 'Audit & Action Logs',\n version: '0.1.0',\n description: 'Tracks user actions and data accesses with undo support scaffolding.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -6,7 +6,7 @@ const metadata = {
6
6
  version: "0.1.0",
7
7
  description: "User accounts, sessions, roles and password resets.",
8
8
  author: "Open Mercato Team",
9
- license: "Proprietary"
9
+ license: "MIT"
10
10
  };
11
11
  import { features } from "./acl.js";
12
12
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/auth/index.ts"],
4
- "sourcesContent": ["import './commands/users'\nimport './commands/roles'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'auth',\n title: 'Authentication & Accounts',\n version: '0.1.0',\n description: 'User accounts, sessions, roles and password resets.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\n// Re-export features from module root acl.ts so generator can pick them up regardless of consumer imports\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import './commands/users'\nimport './commands/roles'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'auth',\n title: 'Authentication & Accounts',\n version: '0.1.0',\n description: 'User accounts, sessions, roles and password resets.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\n// Re-export features from module root acl.ts so generator can pick them up regardless of consumer imports\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAAA,OAAO;AACP,OAAO;AAGA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAGA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Business Rules Engine for defining, managing, and executing business logic and automation rules.",
6
6
  author: "Patryk Lewczuk",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  import {
10
10
  executeRules,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/business_rules/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'business_rules',\n title: 'Business Rules',\n version: '0.1.0',\n description: 'Business Rules Engine for defining, managing, and executing business logic and automation rules.',\n author: 'Patryk Lewczuk',\n license: 'Proprietary',\n}\n\n// Export rule engine types and functions for programmatic usage\nexport {\n executeRules,\n executeRuleById,\n executeRuleByRuleId,\n executeSingleRule,\n findApplicableRules,\n logRuleExecution,\n type RuleEngineContext,\n type RuleEngineResult,\n type RuleExecutionResult,\n type RuleDiscoveryOptions,\n type DirectRuleExecutionContext,\n type DirectRuleExecutionResult,\n type RuleIdExecutionContext,\n} from './lib/rule-engine'\n\n// Export validator schemas\nexport {\n directRuleExecutionContextSchema,\n ruleIdExecutionContextSchema,\n type DirectRuleExecutionContextInput,\n type RuleIdExecutionContextInput,\n} from './data/validators'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'business_rules',\n title: 'Business Rules',\n version: '0.1.0',\n description: 'Business Rules Engine for defining, managing, and executing business logic and automation rules.',\n author: 'Patryk Lewczuk',\n license: 'MIT',\n}\n\n// Export rule engine types and functions for programmatic usage\nexport {\n executeRules,\n executeRuleById,\n executeRuleByRuleId,\n executeSingleRule,\n findApplicableRules,\n logRuleExecution,\n type RuleEngineContext,\n type RuleEngineResult,\n type RuleExecutionResult,\n type RuleDiscoveryOptions,\n type DirectRuleExecutionContext,\n type DirectRuleExecutionResult,\n type RuleIdExecutionContext,\n} from './lib/rule-engine'\n\n// Export validator schemas\nexport {\n directRuleExecutionContextSchema,\n ruleIdExecutionContextSchema,\n type DirectRuleExecutionContextInput,\n type RuleIdExecutionContextInput,\n} from './data/validators'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAGA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OAQK;AAGP;AAAA,EACE;AAAA,EACA;AAAA,OAGK;",
6
6
  "names": []
7
7
  }
@@ -5,7 +5,7 @@ const metadata = {
5
5
  version: "0.1.0",
6
6
  description: "Configurable catalog for products, variants, and pricing used by the sales module.",
7
7
  author: "Open Mercato Team",
8
- license: "Proprietary",
8
+ license: "MIT",
9
9
  ejectable: true
10
10
  };
11
11
  import { features } from "./acl.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/catalog/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'catalog',\n title: 'Product Catalog',\n version: '0.1.0',\n description: 'Configurable catalog for products, variants, and pricing used by the sales module.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'catalog',\n title: 'Product Catalog',\n version: '0.1.0',\n description: 'Configurable catalog for products, variants, and pricing used by the sales module.',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AACA,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Shared configuration storage and helpers for module settings.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  export {
10
10
  metadata
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/configs/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'configs',\n title: 'Configuration',\n version: '0.1.0',\n description: 'Shared configuration storage and helpers for module settings.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'configs',\n title: 'Configuration',\n version: '0.1.0',\n description: 'Shared configuration storage and helpers for module settings.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;",
6
6
  "names": []
7
7
  }
@@ -6,7 +6,7 @@ const metadata = {
6
6
  version: "0.1.0",
7
7
  description: "Currencies and Exchange rate management",
8
8
  author: "Open Mercato Team",
9
- license: "Proprietary",
9
+ license: "MIT",
10
10
  ejectable: true
11
11
  };
12
12
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/currencies/index.ts"],
4
- "sourcesContent": ["import './commands/currencies'\nimport './commands/exchange-rates'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'currencies',\n title: 'Currencies',\n version: '0.1.0',\n description: 'Currencies and Exchange rate management',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n ejectable: true,\n}\n"],
4
+ "sourcesContent": ["import './commands/currencies'\nimport './commands/exchange-rates'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'currencies',\n title: 'Currencies',\n version: '0.1.0',\n description: 'Currencies and Exchange rate management',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n"],
5
5
  "mappings": "AAAA,OAAO;AACP,OAAO;AAGA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Customer-facing authentication with two-tier identity model and full RBAC.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary",
7
+ license: "MIT",
8
8
  ejectable: true
9
9
  };
10
10
  import { features } from "./acl.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/customer_accounts/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'customer_accounts',\n title: 'Customer Identity & Portal Authentication',\n version: '0.1.0',\n description: 'Customer-facing authentication with two-tier identity model and full RBAC.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'customer_accounts',\n title: 'Customer Identity & Portal Authentication',\n version: '0.1.0',\n description: 'Customer-facing authentication with two-tier identity model and full RBAC.',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -5,7 +5,7 @@ const metadata = {
5
5
  version: "0.1.0",
6
6
  description: "Core CRM capabilities for people, companies, deals, and activities.",
7
7
  author: "Open Mercato Team",
8
- license: "Proprietary",
8
+ license: "MIT",
9
9
  ejectable: true
10
10
  };
11
11
  import { features } from "./acl.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/customers/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'customers',\n title: 'Customer Relationship Management',\n version: '0.1.0',\n description: 'Core CRM capabilities for people, companies, deals, and activities.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'customers',\n title: 'Customer Relationship Management',\n version: '0.1.0',\n description: 'Core CRM capabilities for people, companies, deals, and activities.',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AACA,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Configurable admin dashboard with module-provided widgets.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  import { features } from "./acl.js";
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/dashboards/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'dashboards',\n title: 'Admin Dashboards',\n version: '0.1.0',\n description: 'Configurable admin dashboard with module-provided widgets.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'dashboards',\n title: 'Admin Dashboards',\n version: '0.1.0',\n description: 'Configurable admin dashboard with module-provided widgets.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -5,7 +5,7 @@ const metadata = {
5
5
  version: "0.1.0",
6
6
  description: "Organization-scoped dictionaries for reusable enumerations and appearance presets.",
7
7
  author: "Open Mercato Team",
8
- license: "Proprietary"
8
+ license: "MIT"
9
9
  };
10
10
  import { features } from "./acl.js";
11
11
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/dictionaries/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'dictionaries',\n title: 'Shared Dictionaries',\n version: '0.1.0',\n description: 'Organization-scoped dictionaries for reusable enumerations and appearance presets.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'dictionaries',\n title: 'Shared Dictionaries',\n version: '0.1.0',\n description: 'Organization-scoped dictionaries for reusable enumerations and appearance presets.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AACA,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -6,7 +6,7 @@ const metadata = {
6
6
  version: "0.1.0",
7
7
  description: "Multi-tenant directory with tenants and organizations.",
8
8
  author: "Open Mercato Team",
9
- license: "Proprietary"
9
+ license: "MIT"
10
10
  };
11
11
  export {
12
12
  metadata
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/directory/index.ts"],
4
- "sourcesContent": ["import './commands/tenants'\nimport './commands/organizations'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'directory',\n title: 'Directory (Tenants & Organizations)',\n version: '0.1.0',\n description: 'Multi-tenant directory with tenants and organizations.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n"],
4
+ "sourcesContent": ["import './commands/tenants'\nimport './commands/organizations'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'directory',\n title: 'Directory (Tenants & Organizations)',\n version: '0.1.0',\n description: 'Multi-tenant directory with tenants and organizations.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n"],
5
5
  "mappings": "AAAA,OAAO;AACP,OAAO;AAGA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "User-defined entities, custom fields, and dynamic records storage.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary",
7
+ license: "MIT",
8
8
  // Ensure query/index layer is present for hybrid querying of custom entities
9
9
  requires: ["query_index"]
10
10
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/entities/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'entities',\n title: 'Custom Entities & Fields',\n version: '0.1.0',\n description: 'User-defined entities, custom fields, and dynamic records storage.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n // Ensure query/index layer is present for hybrid querying of custom entities\n requires: ['query_index'],\n}\n\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'entities',\n title: 'Custom Entities & Fields',\n version: '0.1.0',\n description: 'User-defined entities, custom fields, and dynamic records storage.',\n author: 'Open Mercato Team',\n license: 'MIT',\n // Ensure query/index layer is present for hybrid querying of custom entities\n requires: ['query_index'],\n}\n\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA;AAAA,EAET,UAAU,CAAC,aAAa;AAC1B;",
6
6
  "names": []
7
7
  }
@@ -5,7 +5,7 @@ const metadata = {
5
5
  version: "0.1.0",
6
6
  description: "Global feature flags with tenant-level overrides.",
7
7
  author: "Open Mercato Team",
8
- license: "Proprietary"
8
+ license: "MIT"
9
9
  };
10
10
  import { features } from "./acl.js";
11
11
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/feature_toggles/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'feature_toggles',\n title: 'Feature Toggles',\n version: '0.1.0',\n description: 'Global feature flags with tenant-level overrides.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'feature_toggles',\n title: 'Feature Toggles',\n version: '0.1.0',\n description: 'Global feature flags with tenant-level overrides.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AACA,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "In-app notifications with module-extensible types and actions.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  import { features } from "./acl.js";
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/notifications/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'notifications',\n title: 'Notifications',\n version: '0.1.0',\n description: 'In-app notifications with module-extensible types and actions.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'notifications',\n title: 'Notifications',\n version: '0.1.0',\n description: 'In-app notifications with module-extensible types and actions.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Shared persistence for DataTable perspectives (columns, filters, saved views).",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary",
7
+ license: "MIT",
8
8
  ejectable: true
9
9
  };
10
10
  import { features } from "./acl.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/perspectives/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'perspectives',\n title: 'Table perspectives',\n version: '0.1.0',\n description: 'Shared persistence for DataTable perspectives (columns, filters, saved views).',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'perspectives',\n title: 'Table perspectives',\n version: '0.1.0',\n description: 'Shared persistence for DataTable perspectives (columns, filters, saved views).',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -5,7 +5,7 @@ const metadata = {
5
5
  version: "0.1.0",
6
6
  description: "Availability schedules, rulesets, and shared planning rules.",
7
7
  author: "Open Mercato Team",
8
- license: "Proprietary",
8
+ license: "MIT",
9
9
  ejectable: true
10
10
  };
11
11
  import { features } from "./acl.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/planner/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'planner',\n title: 'Worktime / Availabilities',\n version: '0.1.0',\n description: 'Availability schedules, rulesets, and shared planning rules.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'planner',\n title: 'Worktime / Availabilities',\n version: '0.1.0',\n description: 'Availability schedules, rulesets, and shared planning rules.',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AACA,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Generic server-side progress tracking for long-running operations",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary",
7
+ license: "MIT",
8
8
  ejectable: true
9
9
  };
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/progress/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'progress',\n title: 'Progress',\n version: '0.1.0',\n description: 'Generic server-side progress tracking for long-running operations',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n ejectable: true,\n}\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'progress',\n title: 'Progress',\n version: '0.1.0',\n description: 'Generic server-side progress tracking for long-running operations',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Hybrid query layer with full-text and vector search capabilities.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  export {
10
10
  metadata
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/query_index/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'query_index',\n title: 'Query Indexes',\n version: '0.1.0',\n description: 'Hybrid query layer with full-text and vector search capabilities.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'query_index',\n title: 'Query Indexes',\n version: '0.1.0',\n description: 'Hybrid query layer with full-text and vector search capabilities.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;",
6
6
  "names": []
7
7
  }
@@ -5,7 +5,7 @@ const metadata = {
5
5
  version: "0.1.0",
6
6
  description: "Assets and resources with scheduling policies.",
7
7
  author: "Open Mercato Team",
8
- license: "Proprietary",
8
+ license: "MIT",
9
9
  requires: ["planner"],
10
10
  ejectable: true
11
11
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/resources/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'resources',\n title: 'Resource planning',\n version: '0.1.0',\n description: 'Assets and resources with scheduling policies.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n requires: ['planner'],\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'resources',\n title: 'Resource planning',\n version: '0.1.0',\n description: 'Assets and resources with scheduling policies.',\n author: 'Open Mercato Team',\n license: 'MIT',\n requires: ['planner'],\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AACA,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,UAAU,CAAC,SAAS;AAAA,EACpB,WAAW;AACb;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -6,7 +6,7 @@ const metadata = {
6
6
  version: "0.1.0",
7
7
  description: "Quoting, ordering, fulfillment, and billing capabilities built on modular pricing and tax pipelines.",
8
8
  author: "Open Mercato Team",
9
- license: "Proprietary",
9
+ license: "MIT",
10
10
  requires: ["catalog", "customers", "dictionaries"],
11
11
  ejectable: true
12
12
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/sales/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\nimport './lib/providers'\n\nexport const metadata: ModuleInfo = {\n name: 'sales',\n title: 'Sales Management',\n version: '0.1.0',\n description:\n 'Quoting, ordering, fulfillment, and billing capabilities built on modular pricing and tax pipelines.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n requires: ['catalog', 'customers', 'dictionaries'],\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\nimport './lib/providers'\n\nexport const metadata: ModuleInfo = {\n name: 'sales',\n title: 'Sales Management',\n version: '0.1.0',\n description:\n 'Quoting, ordering, fulfillment, and billing capabilities built on modular pricing and tax pipelines.',\n author: 'Open Mercato Team',\n license: 'MIT',\n requires: ['catalog', 'customers', 'dictionaries'],\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AACA,OAAO;AACP,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aACE;AAAA,EACF,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,UAAU,CAAC,WAAW,aAAa,cAAc;AAAA,EACjD,WAAW;AACb;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -5,7 +5,7 @@ const metadata = {
5
5
  version: "0.1.0",
6
6
  description: "Teams, roles, and employee rosters.",
7
7
  author: "Open Mercato Team",
8
- license: "Proprietary",
8
+ license: "MIT",
9
9
  requires: ["planner", "resources"],
10
10
  ejectable: true
11
11
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/staff/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'staff',\n title: 'Employees',\n version: '0.1.0',\n description: 'Teams, roles, and employee rosters.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n requires: ['planner', 'resources'],\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'staff',\n title: 'Employees',\n version: '0.1.0',\n description: 'Teams, roles, and employee rosters.',\n author: 'Open Mercato Team',\n license: 'MIT',\n requires: ['planner', 'resources'],\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AACA,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,UAAU,CAAC,WAAW,WAAW;AAAA,EACjC,WAAW;AACb;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -5,7 +5,7 @@ const metadata = {
5
5
  version: "0.1.0",
6
6
  description: "System-wide entity translation storage and locale overlay for CRUD responses.",
7
7
  author: "Open Mercato Team",
8
- license: "Proprietary"
8
+ license: "MIT"
9
9
  };
10
10
  export {
11
11
  metadata
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/translations/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'translations',\n title: 'Entity Translations',\n version: '0.1.0',\n description: 'System-wide entity translation storage and locale overlay for CRUD responses.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'translations',\n title: 'Entity Translations',\n version: '0.1.0',\n description: 'System-wide entity translation storage and locale overlay for CRUD responses.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n"],
5
5
  "mappings": "AACA,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@open-mercato/core",
3
- "version": "0.6.6-develop.5903.1.33a2be39eb",
3
+ "version": "0.6.6-develop.6088.1.e6193c2018",
4
+ "license": "MIT",
4
5
  "type": "module",
5
6
  "main": "./dist/index.js",
6
7
  "scripts": {
@@ -245,16 +246,16 @@
245
246
  "zod": "^4.4.3"
246
247
  },
247
248
  "peerDependencies": {
248
- "@open-mercato/ai-assistant": "0.6.6-develop.5903.1.33a2be39eb",
249
- "@open-mercato/shared": "0.6.6-develop.5903.1.33a2be39eb",
250
- "@open-mercato/ui": "0.6.6-develop.5903.1.33a2be39eb",
249
+ "@open-mercato/ai-assistant": "0.6.6-develop.6088.1.e6193c2018",
250
+ "@open-mercato/shared": "0.6.6-develop.6088.1.e6193c2018",
251
+ "@open-mercato/ui": "0.6.6-develop.6088.1.e6193c2018",
251
252
  "react": "^19.0.0",
252
253
  "react-dom": "^19.0.0"
253
254
  },
254
255
  "devDependencies": {
255
- "@open-mercato/ai-assistant": "0.6.6-develop.5903.1.33a2be39eb",
256
- "@open-mercato/shared": "0.6.6-develop.5903.1.33a2be39eb",
257
- "@open-mercato/ui": "0.6.6-develop.5903.1.33a2be39eb",
256
+ "@open-mercato/ai-assistant": "0.6.6-develop.6088.1.e6193c2018",
257
+ "@open-mercato/shared": "0.6.6-develop.6088.1.e6193c2018",
258
+ "@open-mercato/ui": "0.6.6-develop.6088.1.e6193c2018",
258
259
  "@testing-library/dom": "^10.4.1",
259
260
  "@testing-library/jest-dom": "^6.9.1",
260
261
  "@testing-library/react": "^16.3.1",
@@ -6,7 +6,7 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'Manage access tokens for external API access.',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  requires: ['auth'],
11
11
  }
12
12
 
@@ -6,6 +6,6 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'File attachments and media management.',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  }
11
11
 
@@ -6,7 +6,7 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'Tracks user actions and data accesses with undo support scaffolding.',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  }
11
11
 
12
12
  export { features } from './acl'
@@ -8,7 +8,7 @@ export const metadata: ModuleInfo = {
8
8
  version: '0.1.0',
9
9
  description: 'User accounts, sessions, roles and password resets.',
10
10
  author: 'Open Mercato Team',
11
- license: 'Proprietary',
11
+ license: 'MIT',
12
12
  }
13
13
 
14
14
  // Re-export features from module root acl.ts so generator can pick them up regardless of consumer imports
@@ -6,7 +6,7 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'Business Rules Engine for defining, managing, and executing business logic and automation rules.',
8
8
  author: 'Patryk Lewczuk',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  }
11
11
 
12
12
  // Export rule engine types and functions for programmatic usage
@@ -7,7 +7,7 @@ export const metadata: ModuleInfo = {
7
7
  version: '0.1.0',
8
8
  description: 'Configurable catalog for products, variants, and pricing used by the sales module.',
9
9
  author: 'Open Mercato Team',
10
- license: 'Proprietary',
10
+ license: 'MIT',
11
11
  ejectable: true,
12
12
  }
13
13
 
@@ -6,6 +6,6 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'Shared configuration storage and helpers for module settings.',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  }
11
11
 
@@ -8,6 +8,6 @@ export const metadata: ModuleInfo = {
8
8
  version: '0.1.0',
9
9
  description: 'Currencies and Exchange rate management',
10
10
  author: 'Open Mercato Team',
11
- license: 'Proprietary',
11
+ license: 'MIT',
12
12
  ejectable: true,
13
13
  }
@@ -6,7 +6,7 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'Customer-facing authentication with two-tier identity model and full RBAC.',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  ejectable: true,
11
11
  }
12
12
 
@@ -7,7 +7,7 @@ export const metadata: ModuleInfo = {
7
7
  version: '0.1.0',
8
8
  description: 'Core CRM capabilities for people, companies, deals, and activities.',
9
9
  author: 'Open Mercato Team',
10
- license: 'Proprietary',
10
+ license: 'MIT',
11
11
  ejectable: true,
12
12
  }
13
13
 
@@ -6,7 +6,7 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'Configurable admin dashboard with module-provided widgets.',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  }
11
11
 
12
12
  export { features } from './acl'
@@ -7,7 +7,7 @@ export const metadata: ModuleInfo = {
7
7
  version: '0.1.0',
8
8
  description: 'Organization-scoped dictionaries for reusable enumerations and appearance presets.',
9
9
  author: 'Open Mercato Team',
10
- license: 'Proprietary',
10
+ license: 'MIT',
11
11
  }
12
12
 
13
13
  export { features } from './acl'
@@ -8,5 +8,5 @@ export const metadata: ModuleInfo = {
8
8
  version: '0.1.0',
9
9
  description: 'Multi-tenant directory with tenants and organizations.',
10
10
  author: 'Open Mercato Team',
11
- license: 'Proprietary',
11
+ license: 'MIT',
12
12
  }
@@ -6,7 +6,7 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'User-defined entities, custom fields, and dynamic records storage.',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  // Ensure query/index layer is present for hybrid querying of custom entities
11
11
  requires: ['query_index'],
12
12
  }
@@ -7,7 +7,7 @@ export const metadata: ModuleInfo = {
7
7
  version: '0.1.0',
8
8
  description: 'Global feature flags with tenant-level overrides.',
9
9
  author: 'Open Mercato Team',
10
- license: 'Proprietary',
10
+ license: 'MIT',
11
11
  }
12
12
 
13
13
  export { features } from './acl'
@@ -6,7 +6,7 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'In-app notifications with module-extensible types and actions.',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  }
11
11
 
12
12
  export { features } from './acl'
@@ -6,7 +6,7 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'Shared persistence for DataTable perspectives (columns, filters, saved views).',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  ejectable: true,
11
11
  }
12
12
 
@@ -7,7 +7,7 @@ export const metadata: ModuleInfo = {
7
7
  version: '0.1.0',
8
8
  description: 'Availability schedules, rulesets, and shared planning rules.',
9
9
  author: 'Open Mercato Team',
10
- license: 'Proprietary',
10
+ license: 'MIT',
11
11
  ejectable: true,
12
12
  }
13
13
 
@@ -6,6 +6,6 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'Generic server-side progress tracking for long-running operations',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  ejectable: true,
11
11
  }
@@ -6,6 +6,6 @@ export const metadata: ModuleInfo = {
6
6
  version: '0.1.0',
7
7
  description: 'Hybrid query layer with full-text and vector search capabilities.',
8
8
  author: 'Open Mercato Team',
9
- license: 'Proprietary',
9
+ license: 'MIT',
10
10
  }
11
11
 
@@ -7,7 +7,7 @@ export const metadata: ModuleInfo = {
7
7
  version: '0.1.0',
8
8
  description: 'Assets and resources with scheduling policies.',
9
9
  author: 'Open Mercato Team',
10
- license: 'Proprietary',
10
+ license: 'MIT',
11
11
  requires: ['planner'],
12
12
  ejectable: true,
13
13
  }
@@ -9,7 +9,7 @@ export const metadata: ModuleInfo = {
9
9
  description:
10
10
  'Quoting, ordering, fulfillment, and billing capabilities built on modular pricing and tax pipelines.',
11
11
  author: 'Open Mercato Team',
12
- license: 'Proprietary',
12
+ license: 'MIT',
13
13
  requires: ['catalog', 'customers', 'dictionaries'],
14
14
  ejectable: true,
15
15
  }
@@ -7,7 +7,7 @@ export const metadata: ModuleInfo = {
7
7
  version: '0.1.0',
8
8
  description: 'Teams, roles, and employee rosters.',
9
9
  author: 'Open Mercato Team',
10
- license: 'Proprietary',
10
+ license: 'MIT',
11
11
  requires: ['planner', 'resources'],
12
12
  ejectable: true,
13
13
  }
@@ -7,5 +7,5 @@ export const metadata: ModuleInfo = {
7
7
  version: '0.1.0',
8
8
  description: 'System-wide entity translation storage and locale overlay for CRUD responses.',
9
9
  author: 'Open Mercato Team',
10
- license: 'Proprietary',
10
+ license: 'MIT',
11
11
  }