Skip to content

chore: format sdk#938

Merged
adityachoudhari26 merged 1 commit intomainfrom
sdk-fmt
Apr 8, 2026
Merged

chore: format sdk#938
adityachoudhari26 merged 1 commit intomainfrom
sdk-fmt

Conversation

@adityachoudhari26
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 8, 2026 20:53
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 8, 2026

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (1)
  • packages/workspace-engine-sdk/src/schema.ts
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8edb4397-5fc9-4aef-9f87-4ce41f234cb3

📥 Commits

Reviewing files that changed from the base of the PR and between dd7dcab and ac30889.

📒 Files selected for processing (1)
  • packages/workspace-engine-sdk/src/schema.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch sdk-fmt

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reformats/regenerates the workspace-engine-sdk OpenAPI TypeScript schema output to match the project’s current formatting/generated layout, keeping the SDK’s exported typings aligned with the workspace-engine OpenAPI artifact.

Changes:

  • Re-formatted the generated src/schema.ts output (indentation/layout) without intended behavioral changes.
  • Regenerated the paths, components.schemas, and operations typings to the latest emitted structure.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +84 to +89
/**
* Compute resource aggregate
* @description Filters resources by a CEL expression and groups them by specified properties, returning counts per group.
*/
post: operations["computeAggergate"];
delete?: never;
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: computeAggergate appears to be a misspelling of “computeAggregate”. Since this file is generated from the OpenAPI spec, the fix likely needs to happen at the operationId level (then regenerate). If changing the operationId would be a breaking change for existing SDK consumers, consider adding a deprecated alias in a hand-written wrapper layer while keeping the generated types in sync with the spec.

Copilot uses AI. Check for mistakes.
Comment on lines +383 to +389
/**
* Format: int32
* @description Minimum time to wait after the depends on environment is in a success state before the current environment can be deployed
* @default 0
*/
minimumSockTimeMinutes: number;
/**
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: minimumSockTimeMinutes looks like it was intended to be “minimumSoakTimeMinutes” (the description refers to a soak-time delay). Because this is generated, the proper place to fix it is the OpenAPI schema source and then regenerate the SDK; if this field is already in use, consider a deprecation/compatibility plan before renaming.

Copilot uses AI. Check for mistakes.
@adityachoudhari26 adityachoudhari26 merged commit c7920d5 into main Apr 8, 2026
14 checks passed
@adityachoudhari26 adityachoudhari26 deleted the sdk-fmt branch April 8, 2026 21:24
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