Commit b4fbb00
authored
remove build from @decocms/bindings, fix ts check oom (#1908)
* simplify bindings collections package
* fmt
* Enhance collection bindings by introducing output schemas for list, get, insert, update, and delete operations, improving code organization and reusability.
* normalize zod versions
* Enhance collection bindings with detailed schemas and type helpers for CRUD operations, improving documentation and TypeScript support.
* update zod imports
* update zod imports
* fmt
* Update publish workflow and package version; remove build step and tsup configuration. The package version is bumped to 1.0.0, and the npm publish command is simplified by setting the working directory directly.1 parent f85ab78 commit b4fbb00
165 files changed
Lines changed: 180 additions & 231 deletions
File tree
- .cursor/rules
- .github/workflows
- apps
- api/src
- mesh
- src
- api
- routes
- utils
- core
- tools
- connection
- organization
- web
- components
- collections
- details
- hooks/collections
- routes/orgs
- utils
- web/src
- components
- agent
- apps
- chat
- common
- documents
- onboarding
- resources-v2
- settings
- sidebar
- theme-editor
- tools
- triggers
- views
- lib
- docs
- server
- view/src/content
- en/full-code-guides
- pt-br/full-code-guides
- packages
- ai/src
- agents
- utils
- bindings
- src
- core
- client
- well-known
- test
- cli/src
- commands
- gen
- hosting
- lib
- runtime/src
- bindings
- deconfig
- resources
- sdk/src
- auth
- mcp
- agents
- agent
- ai
- api-keys
- bindings
- channels
- contracts
- databases
- deconfig-v2
- deconfig
- documents
- fs
- hosting
- integrations
- knowledge
- members
- models
- oauth
- onboarding
- profiles
- projects
- prompts
- registry
- resources-v2
- secrets
- teams
- theme
- threads
- tools
- triggers
- utils
- views-v2
- views
- wallet
- workflows
- models
- utils
- workflows/file-processor
- ui/src/components
- plans
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 | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | | - | |
| 34 | + | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments