Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixing return type for response headers #36

Merged
merged 6 commits into from
Oct 29, 2024

Conversation

vardanbansal-harness
Copy link
Contributor

@vardanbansal-harness vardanbansal-harness commented Oct 23, 2024

Summary

Fetcher return type now updated to

export interface {{typeName}}ResponseContainer {
  body: {{okResponseName}}
  headers: Headers
}

Screenshots

NA

Contributor license agreement

Copy link
Collaborator

@abhinavrastogi-harness abhinavrastogi-harness left a comment

Choose a reason for hiding this comment

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

technically this is again a breaking change.. but since we just published the other version, maybe lets make this 4.1.0 instead

@vardanbansal-harness
Copy link
Contributor Author

technically this is again a breaking change.. but since we just published the other version, maybe lets make this 4.1.0 instead

Makes sense, done ✅.

cjlee01
cjlee01 previously approved these changes Oct 24, 2024
@vardanbansal-harness vardanbansal-harness changed the title fix: Add correct type for Response headers fix: Fixing return type for response headers Oct 28, 2024
@vardanbansal-harness vardanbansal-harness merged commit 6747255 into main Oct 29, 2024
4 checks passed
@vardanbansal-harness vardanbansal-harness deleted the add-types-to-response-headers branch October 29, 2024 23:46
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.

3 participants