chore(generated-clients): BLO-135 remove StarkExTransactionEvaluationRequest from MR generated client#2876
Merged
naveen-imtb merged 2 commits intoMay 25, 2026
Conversation
|
View your CI Pipeline Execution ↗ for commit 6c075a6
☁️ Nx Cloud last updated this comment at |
JCSanPedro
approved these changes
May 25, 2026
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
mr-openapi.jsonfrom S3. The upstream spec hadStarkExTransactionEvaluationRequestremoved when guardian BSB-6 PR #23081 merged; the local snapshot was never updated (net diff: +11,844/−6,071 lines of accumulated spec drift)stark-ex-transaction-evaluation-request.ts— the generated model for the now-absent typeTransactionEvaluationRequestunion to justZkEvmTransactionEvaluationRequestmodels/index.tsNo non-generated consumer remains —
starkEx/imxGuardianClient.tswas removed in #2808.Note:
make generate-mr-api-client(full Docker regeneration) was intentionally skipped to avoid pulling in ~11k lines of unrelated spec drift into the TypeScript client files. The three TS file edits are surgical.Closes BLO-135
Test plan
pnpm buildpasses inpackages/internal/generated-clientspnpm buildpasses inpackages/walletgrep -r StarkExTransactionEvaluationRequest packages/internal/generated-clients/srcreturns no results