Skip to content

Commit 06cc8ba

Browse files
Copilothotlong
andcommitted
Phase 1 complete: Refactored API Protocol from Interface to Zod schemas
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 446046f commit 06cc8ba

40 files changed

+3968
-1
lines changed

content/docs/references/api/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This section contains all protocol schemas for the api layer of ObjectStack.
1616
<Card href="./errors" title="Errors" description="Source: packages/spec/src/api/errors.zod.ts" />
1717
<Card href="./graphql" title="Graphql" description="Source: packages/spec/src/api/graphql.zod.ts" />
1818
<Card href="./odata" title="Odata" description="Source: packages/spec/src/api/odata.zod.ts" />
19+
<Card href="./protocol" title="Protocol" description="Source: packages/spec/src/api/protocol.zod.ts" />
1920
<Card href="./realtime" title="Realtime" description="Source: packages/spec/src/api/realtime.zod.ts" />
2021
<Card href="./router" title="Router" description="Source: packages/spec/src/api/router.zod.ts" />
2122
<Card href="./view-storage" title="View Storage" description="Source: packages/spec/src/api/view-storage.zod.ts" />

content/docs/references/api/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"errors",
1010
"graphql",
1111
"odata",
12+
"protocol",
1213
"realtime",
1314
"router",
1415
"view-storage",

0 commit comments

Comments
 (0)