Commit Graph

1 Commits

Author SHA1 Message Date
jenjac
8e0d722d61 Handle ActivationLockBypassCode Request (#578)
* add ActivationLockBypassCode Request

* Update mdm.pb.go

fixed typo

* Update mdm.pb.go

add Size method

* Update unmarshal_proto.go

remove pbc

* add api script for activation_lock_bypass_code

* update Changelog

* Simplify Code

I was able to simplify the code as ActivationLockBypassCode does not have any additional fields.

* Update command.go

Remove ActivationLockBypassCode struct as ActivationLockBypassCode does not include any extra fields.
2019-03-04 15:55:51 -05:00