@elevasis/core 0.3.0 → 0.5.0

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.
@@ -1,6 +1,19 @@
1
1
  export { OrganizationModelSchema } from './schema'
2
2
  export { FeatureSchema } from './domains/features'
3
- export { PROJECTS_FEATURE_ID, PROJECTS_INDEX_SURFACE_ID, DELIVERY_PROJECTS_VIEW_CAPABILITY_ID } from './contracts'
3
+ export {
4
+ PROJECTS_FEATURE_ID,
5
+ PROJECTS_INDEX_SURFACE_ID,
6
+ DELIVERY_PROJECTS_VIEW_CAPABILITY_ID,
7
+ CRM_FEATURE_ID,
8
+ LEAD_GEN_FEATURE_ID,
9
+ OPERATIONS_FEATURE_ID,
10
+ MONITORING_FEATURE_ID,
11
+ SETTINGS_FEATURE_ID,
12
+ SEO_FEATURE_ID,
13
+ CRM_PIPELINE_SURFACE_ID,
14
+ LEAD_GEN_LISTS_SURFACE_ID,
15
+ OPERATIONS_ORGANIZATION_GRAPH_SURFACE_ID
16
+ } from './contracts'
4
17
  export { DEFAULT_ORGANIZATION_MODEL } from './defaults'
5
18
  export { defineOrganizationModel, resolveOrganizationModel } from './resolve'
6
19
  export { createFoundationOrganizationModel } from './foundation'
@@ -1,3 +1,3 @@
1
1
  export const VERSION = {
2
- CURRENT: '1.5.7'
2
+ CURRENT: '1.6.1'
3
3
  }
@@ -1,4 +1,4 @@
1
- <!-- Auto-generated on 2026-04-18T06:38:52.184Z by scripts/monorepo/generate-scaffold-contracts.js -->
1
+ <!-- Auto-generated on 2026-04-19T04:30:03.546Z by scripts/monorepo/generate-scaffold-contracts.js -->
2
2
  ---
3
3
  title: Reference Contracts
4
4
  description: Auto-generated TypeScript contracts for SDK consumers. Do not edit manually.