Closed
Conversation
Auto-generated by schema-propagation workflow. Source: constructive-db@b8b206b5
devin-ai-integration Bot
pushed a commit
that referenced
this pull request
Apr 18, 2026
Documents the RelationSpatial blueprint entry shape so blueprint authors get TypeScript validation. Consumed by constructive-db's construct_blueprint dispatcher (see constructive-db #844), which resolves source_field_id / target_field_id and forwards to provision_spatial_relation. - src/relation/relation-spatial.ts: parameter_schema + 8-operator enum - src/relation/index.ts: re-export RelationSpatial - blueprint-types.generated.ts: regenerated via src/codegen/generate-types.ts (RelationSpatialParams + RelationSpatial entry in the BlueprintRelation union) - package.json: 0.12.0 -> 0.13.0 (new public export, minor bump)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Schema Update
This PR was created by the schema-propagation workflow.
What changed
Updated schema files and regenerated SDK code from constructive-db.
Source:
constructive-db@b8b206b5Files updated
sdk/migrate-client/schemas/migrate.graphql— schema from constructive-dbsdk/migrate-client/src/— regenerated ORM clientAuto-generated by constructive-hub schema-propagation