Skip to content

Remove originalQuoteId#196

Merged
shreyav merged 1 commit intomainfrom
02-13-remove_originalquoteid
Feb 14, 2026
Merged

Remove originalQuoteId#196
shreyav merged 1 commit intomainfrom
02-13-remove_originalquoteid

Conversation

@shreyav
Copy link
Contributor

@shreyav shreyav commented Feb 13, 2026

forgot to remove this along w retry quotes

Copy link
Contributor Author

shreyav commented Feb 13, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions
Copy link

github-actions bot commented Feb 13, 2026

✱ Stainless preview builds

This PR will update the grid SDKs with the following commit messages.

kotlin

feat(api): remove originalQuoteId field from Quote model

openapi

fix(api): remove originalQuoteId field from quote response

python

feat(api): remove original_quote_id field from quote

typescript

fix(api): remove originalQuoteId field from Quote
⚠️ grid-openapi studio · code

There was a regression in your SDK.
generate ❗

⚠️ grid-python studio · code

There was a regression in your SDK.
generate ❗build ✅lint ✅test ✅

pip install https://pkg.stainless.com/s/grid-python/9d72be5e08f3827bec66deb9293dda0aa860ea5a/grid-0.0.1-py3-none-any.whl
⚠️ grid-typescript studio · code

There was a regression in your SDK.
generate ❗build ✅lint ✅test ✅

npm install https://pkg.stainless.com/s/grid-typescript/afdf12f9d0001062b021a2b93531b0c560389d31/dist.tar.gz
⚠️ grid-kotlin studio · code

There was a regression in your SDK.
generate ❗build ✅lint ✅test ✅


This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push.
If you push custom code to the preview branch, re-run this workflow to update the comment.
Last updated: 2026-02-14 01:18:32 UTC

@shreyav shreyav requested a review from pengying February 13, 2026 22:14
@shreyav shreyav marked this pull request as ready for review February 14, 2026 01:09
@shreyav shreyav merged commit aefff4a into main Feb 14, 2026
9 checks passed
@shreyav shreyav deleted the 02-13-remove_originalquoteid branch February 14, 2026 01:10
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 14, 2026

Greptile Overview

Greptile Summary

This PR completes the cleanup from PR #124 by removing the originalQuoteId field from the Quote schema. The field was originally used to track which quote was being retried, but became obsolete when the retry quotes API endpoint was removed.

  • Removed originalQuoteId property from Quote.yaml schema definition
  • Auto-generated files (openapi.yaml and mintlify/openapi.yaml) updated accordingly
  • No other references to this field remain in the codebase

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • The change is a straightforward cleanup that removes a leftover field (originalQuoteId) from the Quote schema. This field was part of the retry quotes API that was already removed in PR Remove retry quotes api #124. The removal is complete - all three files (source and generated) are properly updated, and no other references to this field remain in the codebase.
  • No files require special attention

Important Files Changed

Filename Overview
openapi/components/schemas/quotes/Quote.yaml Removed originalQuoteId field that was used for retry quotes functionality
openapi.yaml Auto-generated file updated by build process to reflect removal of originalQuoteId
mintlify/openapi.yaml Auto-generated file updated by build process to reflect removal of originalQuoteId

Last reviewed commit: fa7b5bb

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