reverts to a more standard/uniform model where the parent record is passed in to create the child record. most notably this affects the license create method, which no longer will auto-create a title record, instead it requires a title record. to address this, there is now a method to lookup a title record using a ptr record, this allows SDK implementations to continue to offer a single endpoint for creating licenses.
Adds receipts
Updates API
fixes #305