Aggregated report of all changes detected during a sync check, categorizing pages as added, modified, deleted, or unchanged.
| Visibility | Name | Type | Description |
|---|---|---|---|
| public | skill_name: str | none | |
| public | total_pages: int | none | |
| public | added: list[PageChange] | none | |
| public | modified: list[PageChange] | none | |
| public | deleted: list[PageChange] | none | |
| public | unchanged: int | none | |
| public | checked_at: datetime | none |
| Visibility | Name | Description |
|---|---|---|
| public | has_changes(): bool() | |
| public | change_count(): int() |
| Name | Value |
|---|---|
| name | ChangeReport |
| stereotype | null |
| visibility | public |
| isAbstract | false |
| isFinalSpecialization | false |
| isLeaf | false |