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
Add GetEntitlement and new GetEntitlements param (#402)
* Add GetEntitlement and new GetEntitlements param
* move params into a struct
* move QueryParamsGetEntitlements
* shorten struct name
* rename struct again because ton cant decide
Add entry point commands + callback updates (#390)
* Add interaction callback response
* Add entry point commands + callback updates
* add missing newlines
* handle entry point command interactions
* add LaunchActivity to InteractionEvent
* fix bad copypaste
* make Handler optional when creating
* make Handler a bointer
* adjust func so it makes more sense
* adjust comment
* add newline back :-)
* address review
* remove 🅱️ointers
Fix/audit log changes (#378)
* fix audit log changes struct
* Make the Audit Log Change Key typed and add constants for its possible values (#377)
* fix: make AuditLogChange.Key typed with constants instead of just a string.
* chore: move type declaration to immediately before related definitions.
---------
Co-authored-by: Vegard Berg <mail@myrkvi.com>
---------
Co-authored-by: Vegard Berg <162863+myrkvi@users.noreply.github.com>
Co-authored-by: Vegard Berg <mail@myrkvi.com>