Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .last-synced-sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f908f520f9fcd63dfd42ed35b7f141a65b61609b
92db0495807c86fbbc4d45bd266a6c1f5bcbb59c
10 changes: 0 additions & 10 deletions oagen.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,15 +377,5 @@ const config: OagenConfig = {
},
operationHints,
mountRules,
// Model placement pins. Each entry maps an IR model name (post-cleanSchemaName,
// so `User`, not `UserlandUser`) to the IR service that should own its
// emission. Without this, oagen's "first service to reference a model wins"
// rule can shift placement when new endpoints add references — which surfaces
// as a breaking import-path change in the Python SDK (per-service modules).
modelHints: {
// Anchor the User model to UserManagementUsers; mountRules above remap
// that to UserManagement, so the file lands at user_management/models/user.py.
User: 'UserManagementUsers',
},
};
export default config;
258 changes: 249 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"prepare": "husky"
},
"dependencies": {
"@workos/oagen": "^0.12.0",
"@workos/oagen-emitters": "^0.7.0",
"@workos/oagen": "^0.11.0",
"@workos/oagen-emitters": "^0.6.8",
"js-yaml": "^4.1.1",
"openapi-to-postmanv2": "^6.0.1"
},
Expand Down
Loading
Loading