Skip to content

fix(Transfer, Typescript): Updates transfer.endpointSearch return type.#664

Merged
jbottigliero merged 1 commit into
mainfrom
sc-45590
Oct 14, 2025
Merged

fix(Transfer, Typescript): Updates transfer.endpointSearch return type.#664
jbottigliero merged 1 commit into
mainfrom
sc-45590

Conversation

@jakeglobus

Copy link
Copy Markdown
Contributor

[sc-45590]

@codecov

codecov Bot commented Oct 14, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.90%. Comparing base (e510249) to head (42b2e94).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #664   +/-   ##
=======================================
  Coverage   94.89%   94.90%           
=======================================
  Files          75       75           
  Lines        1411     1412    +1     
  Branches      227      227           
=======================================
+ Hits         1339     1340    +1     
  Misses         71       71           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

{
query?: EndpointSearchQuery;
},
JSONFetchResponse<EndpointSearchResult>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

FWIW, you don't need to pass the type here, the satisfies bit is more to make sure the signatures are consistent.

@jbottigliero jbottigliero changed the title feat(Transfer): transfer.endpointSearch return type fix(Transfer, Typescript): transfer.endpointSearch return type Oct 14, 2025
@jbottigliero jbottigliero changed the title fix(Transfer, Typescript): transfer.endpointSearch return type fix(Transfer, Typescript): Updates transfer.endpointSearch return type. Oct 14, 2025
@jbottigliero jbottigliero merged commit f001164 into main Oct 14, 2025
10 checks passed
@jbottigliero jbottigliero deleted the sc-45590 branch October 14, 2025 19:57
jbottigliero pushed a commit that referenced this pull request Nov 18, 2025
🤖 I have created a release *beep* *boop*
---


##
[6.2.0](v6.1.0...v6.2.0)
(2025-11-18)


### Features

* **Search, Typescript:** add type generic to search.query.post
([#647](#647))
([94133f2](94133f2))
* **Streams:** add methods and types for Streams
([#682](#682))
([ee563ca](ee563ca))


### Bug Fixes

* **Transfer, Typescript:** transfer.endpointSearch return type
([#664](#664))
([f001164](f001164))
* Update Compute host for OpenAPI spec and documentation
([#659](#659))
([d7f614f](d7f614f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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