feat: expose deployment group external IDs in clients - #309
Open
alongubkin wants to merge 9 commits into
Open
Conversation
Greptile SummaryRegenerates the Platform SDKs to expose deployment-group external IDs.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains; omitted TypeScript mutation bodies are rejected during SDK validation, and the Rust surface test now covers the explicit-update builder.
|
| Filename | Overview |
|---|---|
| client-sdks/platform/typescript/src/models/operations/ensuredeploymentgroupbyexternalid.ts | The nested ensure body is now required by both the TypeScript type and runtime Zod schema, preventing the previously reported bodyless PUT. |
| client-sdks/platform/typescript/src/models/operations/setdeploymentgroupexternalid.ts | The explicit-update operation requires and correctly remaps its request body before request encoding. |
| client-sdks/platform/rust/tests/deployment_group_external_id.rs | The compile-surface test now constructs the ensure, exact-read, and explicit-update operation builders. |
| crates/alien-cli/src/commands/onboard.rs | Onboarding initializes the newly generated optional external-ID field to None. |
Reviews (7): Last reviewed commit: "test: construct validated external ID re..." | Re-trigger Greptile
…oject-scoped-external-ids-to-deployment-groups # Conflicts: # client-sdks/platform/openapi.json # client-sdks/platform/rust/openapi-3.0.json # client-sdks/platform/rust/openapi.json
|
Too many files changed for review (3000 files, 100 file limit). |
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.
Summary
Platform API: alienplatform/platform#239
Validation
NODE_OPTIONS=--max-old-space-size=8192 pnpm buildinclient-sdks/platform/typescriptcargo test -p alien-platform-apicargo test -p alien-platform-api --test deployment_group_external_idLinear: ALIEN-440