chore: regenerate api based on secrets api backend#1770
Merged
maxy-shpfy merged 1 commit intomasterfrom Feb 19, 2026
Merged
Conversation
This was referenced Feb 9, 2026
Collaborator
Author
This was referenced Feb 9, 2026
b341078 to
a6f7d6e
Compare
eaea086 to
9e2971d
Compare
a6f7d6e to
dea5ac6
Compare
4af80de to
ba35d0e
Compare
8834c6c to
764e981
Compare
4c05923 to
f524ce5
Compare
764e981 to
bf0f4c9
Compare
f524ce5 to
aae28ba
Compare
bf0f4c9 to
07cdf48
Compare
07cdf48 to
76e0840
Compare
aae28ba to
522a970
Compare
Mbeaulne
approved these changes
Feb 18, 2026
76e0840 to
95d86dc
Compare
abd5dd6 to
dc69185
Compare
95d86dc to
23a6f7b
Compare
camielvs
approved these changes
Feb 18, 2026
23a6f7b to
ce8e281
Compare
dc69185 to
27411ad
Compare
ce8e281 to
e4936a3
Compare
27411ad to
1566480
Compare
e4936a3 to
b23b20e
Compare
9d6cec2 to
c673148
Compare
b23b20e to
aa2a04f
Compare
c673148 to
4269b09
Compare
6addd92 to
a6041e7
Compare
4269b09 to
7dd5cef
Compare
a6041e7 to
5e51121
Compare
7dd5cef to
4dec3cc
Compare
b7596cf to
50a917d
Compare
4dec3cc to
501671d
Compare
501671d to
9db2154
Compare
50a917d to
7ff1871
Compare
9db2154 to
850ad9f
Compare
Collaborator
Author
Merge activity
|
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.

Description
This PR adds support for secrets management in the API client. It includes new endpoints for listing, creating, updating, and deleting secrets, as well as adding the ability to use secrets as arguments in task specifications.
The PR also improves error handling for user authentication, particularly for Hugging Face authentication, by adding proper null checking for user IDs and introducing a custom
HuggingFaceAuthErrorclass.Type of Change
Checklist
Additional Comments
The SDK and types have been regenerated to include the new secret management endpoints and types. The code has been refactored to use more concise syntax for API client calls and to properly handle cases where a user ID might be null.