You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ To test new features or changes to the templates, you must run the generation pr
47
47
- **`src/service.ts`**: The base class for all API services, containing the generic HTTP client logic.
48
48
- **`src/services/`**: This package contains the generated service classes (e.g., `CheckoutAPI`, `Management`) that expose methods for specific API endpoints.
49
49
- **`src/typings/`**: This package contains the generated TypeScript types (models) used for API requests and responses.
50
+
- `src/typings/index.ts`: Re-exports all models. This file must be manually updated to export models from any new service.
0 commit comments