You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`type PhoneNumberUpdate`| Represents an individual phone number that changed within a contact delta (`previous` → `current`). |
109
110
|`type PhoneNumberChanges`| Buckets the numbers added/removed/updated in a `ContactChange`. Useful when reconciling diffs. |
110
111
|`type ContactChange`| Extends `Contact` with delta metadata (`changeType`, `isDeleted`, `phoneNumberChanges`, and an optional `previous` snapshot). |
111
-
|`type UpdatedPage`|Union returned by paging APIs (`mode`, `items`, `nextSince`, and `totalContacts` so you know the device book size). |
112
+
|`type UpdatedPage`|Page returned by paging APIs (`mode`, `items`, `nextSince`, and `totalContacts` so you know the device book size). Items are always `ContactChange[]`.|
0 commit comments