Releases: seamapi/go
Releases · seamapi/go
v0.6.1
v0.6.0
What's Changed
Highlights:
- Moves to more common schema types for some API responses, instead of giving each API endpoint its own response type. The actual type properties should stay relatively the same.
- Introduces the
CardFunctionType
parameter (this is eitherguest
orstaff
on the HTTP API, with equivalent go constants) withinVisionlineMetadata
of the credential create request - Fixes the missing properties in the events returned by the event list response
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.12
Add missing event types and properties
What's Changed
Full Changelog: v0.4.10...v0.4.11