Skip to content

feat: add has_invites and storage_table_provisions to blueprint types#1038

Merged
pyramation merged 1 commit intomainfrom
feat/blueprint-types-has-invites-storage-table-provisions
Apr 30, 2026
Merged

feat: add has_invites and storage_table_provisions to blueprint types#1038
pyramation merged 1 commit intomainfrom
feat/blueprint-types-has-invites-storage-table-provisions

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

Summary

Updates the BlueprintEntityType and BlueprintStorageConfig types in node-type-registry to match the constructive-db changes in constructive-db#958:

  • BlueprintEntityType.has_invites — boolean for entity-scoped invite tables provisioning
  • BlueprintStorageConfig.storage_table_provisions — per-table overrides keyed by files, buckets, upload_requests, each using BlueprintEntityTableProvision shape (replaces the old files_table_provision which only covered files)

Both the codegen source (generate-types.ts) and the generated output (blueprint-types.generated.ts) are updated.

Review & Testing Checklist for Human

  • Verify has_invites appears in the generated BlueprintEntityType interface with correct JSDoc
  • Verify storage_table_provisions has the correct typed keys (files, buckets, upload_requests) reusing BlueprintEntityTableProvision

Notes

  • Companion PR: constructive-db#958
  • Skills docs PR: constructive-skills (feat/docs-has-invites-storage-table-provisions)

Link to Devin session: https://app.devin.ai/sessions/ff0b16d790a34cceb17740c9897a295e
Requested by: @pyramation

- BlueprintEntityType: add has_invites boolean for entity-scoped invite
  tables provisioning
- BlueprintStorageConfig: add storage_table_provisions with per-table
  overrides keyed by files/buckets/upload_requests, each using the same
  shape as BlueprintEntityTableProvision (nodes, fields, grants, use_rls,
  policies)

Matches constructive-db PR #958.
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@pyramation pyramation merged commit 018de0b into main Apr 30, 2026
52 checks passed
@pyramation pyramation deleted the feat/blueprint-types-has-invites-storage-table-provisions branch April 30, 2026 01:38
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.

1 participant