Commit Graph

16 Commits

Author SHA1 Message Date
amianthus
d003c0c2ea Merge remote-tracking branch 'upstream/staging' into feat/vercel-marketplace 2025-11-14 16:07:35 +00:00
amianthus
d613166e4b fix: 🐛 issues with zod ids 2025-11-14 10:30:12 +00:00
John Yeo
f0e08e38e0 chore: openapi for v1.2 api - customers, entities, check, track 2025-11-13 19:43:15 +00:00
John Yeo
92510ed9c0 feat: deduct from redis new api schema 2025-11-11 16:01:14 +00:00
John Yeo
6517245c51 writing tests 2025-11-08 19:31:38 +00:00
John Yeo
9ba51d5055 wip 2025-11-04 10:56:58 +00:00
amianthus
ec5b90b075 chore: 🤖 merge 2025-11-03 11:35:19 +00:00
John Yeo
f102310542 refactoring track 2025-10-30 07:11:42 -07:00
John Yeo
cf76096537 fix: openapi models for feature endpoints 2025-10-25 10:15:16 +01:00
John Yeo
81712d0ecf Merge branch 'staging' into feat/stainless2 2025-10-20 10:38:09 +01:00
John Yeo
2eeb83ed42 fix: tests 2025-10-19 10:23:49 +01:00
amianthus
baefd08764 docs: ✏️ js docs for hooks and add ApiProductItem 2025-10-10 19:05:10 +01:00
John Yeo
908dd62eb1 feat: new versioning system 2025-10-08 09:16:42 +01:00
John Yeo
feca672fab working on get api cus feature 2025-10-06 14:16:51 +01:00
John Yeo
9ab609d870 feat: added api / openapi models to shared folder 2025-10-03 11:57:40 +01:00
John Yeo
9b6f57f872 feat: Add OpenAPI schemas for Features, Entities, Core, and Customers (ENG-628)
- Created operation models and OpenAPI specs for Features (Create, Update, List, Get, Delete)
- Created operation models and OpenAPI specs for Entities (Create, List, Get, Delete)
- Created operation models and OpenAPI specs for Core endpoints (Cancel, Track, Query)
- Created operation models and OpenAPI specs for Customers (Create, Update, List, Get, Delete)
- Fixed bug: Added 'archived' field to UpdateProductV2Params
- Fixed enum usage: Changed z.enum() to z.nativeEnum() for TypeScript enums
- Updated all OpenAPI specs to use requestParams format (path/query with zod schemas)
- Created shared SuccessResponseSchema in common/commonResponses.ts
- Updated models.ts to export all new schemas and OpenAPI operations
- Changed OpenAPI export to JSON format (YAML export has serialization issues with zod schemas)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-02 14:55:58 +01:00