Skip to content

Release packages [publish docs]#27

Merged
sarah-pontier merged 1 commit into
mainfrom
changeset-release/main
Aug 15, 2025
Merged

Release packages [publish docs]#27
sarah-pontier merged 1 commit into
mainfrom
changeset-release/main

Conversation

@imodeljs-admin
Copy link
Copy Markdown
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@bentley/scenes-client@0.3.0

Minor Changes

  • 615001a: Expose strongly typed scene object interfaces with schema validation.
    • Added ScenesApiSchemas registry containing all schema definitions supported by the Scenes API
    • Added schema-specific typed interfaces for create, update, and response objects:
      • Create: StandardObjectCreate<K,V>, ITwinScopedObjectCreate<K,V>, ResourceStylingObjectCreate<K,V>
      • Update: MetadataSceneObjectUpdate, StandardSceneObjectDataUpdate<K,V>, ITwinScopedObjectDataUpdate<K,V>, ResourceStylingObjectDataUpdate<K,V>
      • Response: StandardObject<K,V>, ITwinScopedObject<K,V>, ResourceStylingObject<K,V>
    • SceneObjectCreate, SceneObjectUpdate, and SceneObject are now schema-driven union types
    • Enables compile-time validation, autocomplete, and automatic type resolution based on schema kind

@sarah-pontier sarah-pontier merged commit 674f676 into main Aug 15, 2025
1 check passed
@sarah-pontier sarah-pontier deleted the changeset-release/main branch August 15, 2025 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants