mirror of
https://github.com/simstudioai/sim.git
synced 2026-08-31 01:11:53 +08:00
feat(platform): settings permissions, admin, billing attribution (#5545)
* fix(invites): preserve active organization for external access Keep organization activation server-owned so failed membership checks cannot clear a valid session context. * feat(admin, billing, settings): cleanup settings visibility, billing actor resolution, new admin routes * address comments * chore(db): reset pending migrations before staging merge Remove locally generated migrations so they can be regenerated against the latest staging schema without preserving stale snapshots or numbering. * regen migrations * address comments * chore(db): reset generated migrations before staging merge Remove this branch's generated migrations so they can be regenerated against the latest staging schema with fresh numbering. * upgrade global work * fix lint * address comments * legacy callbacks correctness * address comments * update * guardrail attribution
This commit is contained in:
committed by
GitHub
parent
73f33dba9d
commit
ef7c8e24b2
@@ -36,6 +36,8 @@
|
||||
"check:migrations": "bun run scripts/check-migrations-safety.ts",
|
||||
"mship-contracts:generate": "bun run scripts/sync-mothership-stream-contract.ts",
|
||||
"mship-contracts:check": "bun run scripts/sync-mothership-stream-contract.ts --check",
|
||||
"billing-protocol-contract:generate": "bun run scripts/sync-billing-protocol-contract.ts",
|
||||
"billing-protocol-contract:check": "bun run scripts/sync-billing-protocol-contract.ts --check",
|
||||
"mship-tools:generate": "bun run scripts/sync-tool-catalog.ts",
|
||||
"mship-tools:check": "bun run scripts/sync-tool-catalog.ts --check",
|
||||
"trace-spans-contract:generate": "bun run scripts/sync-trace-spans-contract.ts",
|
||||
|
||||
Reference in New Issue
Block a user