Skip to content

Commit 0f63234

Browse files
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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/scenarios/preset-usage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"repl": "objectql repl"
1717
},
1818
"dependencies": {
19-
"@objectql/starter-basic-script": "workspace:*",
19+
"@objectql/starter-basic": "workspace:*",
2020
"@example/audit-log": "workspace:*"
2121
},
2222
"devDependencies": {

examples/starters/basic-script/__tests__/projects-hooks-actions.test.ts renamed to packages/starters/basic/__tests__/projects-hooks-actions.test.ts

File renamed without changes.
File renamed without changes.

examples/starters/basic-script/package.json renamed to packages/starters/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@objectql/starter-basic-script",
2+
"name": "@objectql/starter-basic",
33
"version": "6.0.0",
44
"license": "MIT",
55
"author": "ObjectQL Contributors",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/objectql/objectql.git",
9-
"directory": "examples/starters/basic-script"
9+
"directory": "packages/starters/basic"
1010
},
11-
"private": true,
11+
"private": false,
1212
"main": "dist/index.js",
1313
"types": "dist/index.d.ts",
1414
"files": [
File renamed without changes.

0 commit comments

Comments
 (0)