0.1.10
Added
client.user_events.stream(), the calling user's live events as Server-Sent
Events, parsed into typedUserEventvalues with keepalives consumed. It is
the only source of per-device collection progress; polling a collector task
gives the task, not each device. Verified live: a change set created and
deleted while subscribed arrived asCHANGE_SET_DELETEDwith its id. The
parser is pure and shared by both clients.client.cloud_accounts: seventeen operations for cloud collection sources,
list, create, update, delete, credential rotation, sub-account discovery
before and after creation, connectivity tests, the AWS assume-role external
id, and the region and environment lookups. Bodies are selected by cloud
type and the per-type fields are documented on each schema; secrets are
accepted on input and never returned. Verified live for the reads.
That completes the change-demo integration's second report. Everything Forward
serves for Predict, credentials, collectors, cloud sources and live events is
now an SDK call.