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
upgrade @meshery/schemas to v1.0.1 with v1beta1/v1beta2 constructs and cloudApi RTK client
- Update @meshery/schemas from ^0.9.0 to ^1.0.1 in devDependencies and peerDependencies
- Fix breaking schema property casing: environmentPayload → EnvironmentPayload,
workspacePayload → WorkspacePayload, OrganizationID → organization_id
- Re-export cloudApi and mesheryApi RTK Query clients from @meshery/schemas
- Re-export cloudBaseApi, mesheryBaseApi, and API constants from @meshery/schemas/api
- Re-export new v1beta2 OpenAPI schemas (Component, Connection, Design, Invitation,
Relationship) and v1beta1/v1beta2 type namespaces
- Update moduleResolution to "bundler" to support @meshery/schemas subpath exports
- Fix xstate deep imports (AnyActorSystem) to use public ActorSystem type
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
0 commit comments