mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
docs(api): refresh configuration type records
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
||||
# after editing either side, bring the other along and re-record with:
|
||||
# pnpm run verify-translation-pairing --write docs/subsystems/credentials.md
|
||||
credentials.md: 90c10aa65f4b559eb72d4973945272d8d9322649
|
||||
credentials.zh.md: 9e3f2b8cd046e8245145f778a6c8fd6663b12f90
|
||||
credentials.md: 60cd388fc18fe239b9ee5207d77d3b5561b7a3b3
|
||||
credentials.zh.md: 5ca47fac6c36c14eb1ee0aa8a6cb6a8b5e3eb9c4
|
||||
|
||||
@@ -40,11 +40,11 @@ interface ResolvedCredential {
|
||||
* lets the whole read half cross the Remote wire.
|
||||
*/
|
||||
interface CredentialInfo {
|
||||
/** Whether `CredentialProvider.resolve` would currently return a value. */
|
||||
/** Whether resolving the reference would currently return a value. */
|
||||
configured: boolean
|
||||
/** Source layer currently supplying the value; absent while unconfigured. */
|
||||
source?: string
|
||||
/** Whether `CredentialProvider.set` would currently succeed for this reference. */
|
||||
/** Whether the active provider can write this reference. */
|
||||
writable: boolean
|
||||
}
|
||||
```
|
||||
|
||||
@@ -40,11 +40,11 @@ interface ResolvedCredential {
|
||||
* lets the whole read half cross the Remote wire.
|
||||
*/
|
||||
interface CredentialInfo {
|
||||
/** Whether `CredentialProvider.resolve` would currently return a value. */
|
||||
/** Whether resolving the reference would currently return a value. */
|
||||
configured: boolean
|
||||
/** Source layer currently supplying the value; absent while unconfigured. */
|
||||
source?: string
|
||||
/** Whether `CredentialProvider.set` would currently succeed for this reference. */
|
||||
/** Whether the active provider can write this reference. */
|
||||
writable: boolean
|
||||
}
|
||||
```
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
||||
# after editing either side, bring the other along and re-record with:
|
||||
# pnpm run verify-translation-pairing --write packages/api/settings-controller/README.md
|
||||
README.md: 71a44ce015f5ecd6c002d29f95df984281851c1a
|
||||
README.zh.md: 5776013f3d891cee59d7e0cc0f3f92dc02a15530
|
||||
README.md: f57bab1cf68ff05d807102a831f4ad9ce65dba76
|
||||
README.zh.md: 41062db004b8c98f544f70c42137a71aee997ec8
|
||||
|
||||
Reference in New Issue
Block a user