docs(api): refresh configuration type records

This commit is contained in:
imccyu
2026-08-27 03:28:30 +08:00
parent 08176e6626
commit f3e16c9bcc
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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 -2
View File
@@ -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