Skip to content

CollectionDiffResult

Class: warmhub.CollectionDiffResult

CollectionDiffResult(type: Literal['arc', 'bond', 'pair', 'set', 'list', 'triple'], left_wref: str, right_wref: str, left_version: float, right_version: float, mode: Literal['membership', 'ordered'], added: tuple[CollectionDiffResultAddedItem, ...], removed: tuple[CollectionDiffResultRemovedItem, ...], unchanged: tuple[CollectionDiffResultUnchangedItem, ...], changed: tuple[CollectionDiffResultChangedItem, ...], extra: Mapping[str, JsonValue] = _no_extra())

Generated from CollectionDiffResult.

type

Documentation is not yet available.

left_wref

Documentation is not yet available.

right_wref

Documentation is not yet available.

left_version

Documentation is not yet available.

right_version

Documentation is not yet available.

mode

Documentation is not yet available.

added

Documentation is not yet available.

removed

Documentation is not yet available.

unchanged

Documentation is not yet available.

changed

Documentation is not yet available.

extra = field(default_factory=_no_extra)

Keys the server sent that this contract does not name. Preserved so a backend that ships a field before the SDK regenerates loses nothing.