Commit 0f63234
committed
feat: Add auto-generated TypeScript interfaces for various entities in the enterprise starter package
- Created interfaces for Attachment, CrmAccount, CrmContact, CrmLead, CrmOpportunity, FinanceBudget, FinanceExpense, FinanceInvoice, FinancePayment, HrDepartment, HrEmployee, HrPosition, HrTimesheet, Organization, ProjectMilestone, ProjectProject, ProjectTask, ProjectTimesheetEntry, and User.
- Updated index.ts to export new types.
- Added TypeScript configuration files for enterprise and express-api starters.
- Implemented a sample Express API with ObjectQL integration, including example data and metadata loading.
- Created object definitions and views for User and Task entities in the express-api starter.1 parent d4e5324 commit 0f63234
113 files changed
Lines changed: 80 additions & 80 deletions
File tree
- examples/scenarios/preset-usage
- packages/starters
- basic
- __tests__
- src
- i18n/zh-CN
- modules
- kitchen-sink
- projects
- pages
- tasks
- pages
- types
- enterprise
- src
- apps
- core
- i18n
- en
- zh-CN
- extensions
- modules
- crm
- i18n
- en
- zh-CN
- finance
- hr
- project
- types
- express-api
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
File renamed without changes.
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
File renamed without changes.
0 commit comments