* chore: update dev container
* feat(client): add server version request
* docs(client): enhanced server version docstring
* test(client): sever version test
* test(base): type check for union type
* refactor(base): move _ attrs to `RegisteringBase`
* refactor: some light cleanup
* chore(container): add pylint line length
* feat(metrics): add "Invite Action"
* feat(client): pass server version to resources
* feat(models): pending stream collaborator model
* fix(client): do not parse if request res is null
* feat(exceptions): add unsupported exception
to distinguish for new invites as of server 2.6.4
* feat(client): add stream invite queries/mutations
* test(client): test stream invites
* feat(client): incorporate last invites changes
* feat(models): a quickie lil update
- adds fave and comment count
(mutations to come)
- adds source app to commit within stream query
* feat(client): add favorite mutation
* feat(models): `ActivityCollection` and `Activity`
* feat(client): stream activity method
* test(client): test for stream activity
* refactor(client): use datetime args for activity
* docs(client): clean up stream activity docstring
* feat/test(client): user activity