fieldAvailable
syncPolicy
Configures syncPolicy for Repository preferences from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | enum | Declared input representation. |
| default | inherit | Release default applied when the field is omitted. |
| typescriptType | "manual" | "inherit" | "auto-fetch" | "auto-sync" | Compiler-resolved TypeScript contract. |
| required | true | — |
| allowed | ["manual","inherit","auto-fetch","auto-sync"] | Allowed declaration values. |
Configures syncPolicy for Repository preferences from its authoritative release declaration.
The declared value type is enum. The release default is inherit. Allowed values are ["manual","inherit","auto-fetch","auto-sync"]. This field is required.