46473ec: This breaking change updates generated code to be shorter and more intuitive to read:
useGetGetActivity
is now useGetActivity
, and usePostSignTransaction
is useSignTransaction
.TPostCreatePrivateKeysInput
is now TCreatePrivateKeysInput
.0.18.0
are now named “signed” requests to better reflect what they are. FederatedRequest
is now SignedRequest
, and generated types follow. For example: federatedPostCreatePrivateKeys
is now signCreatePrivateKeys
, federatedGetGetActivity
is now signGetActivity
, and so on.The name updates should be automatically suggested if you use VSCode since the new names are simply shorter versions of the old one.
Updated dependencies [46473ec]
Updated dependencies [38b424f]
.postGetPrivateKey(...)
’s underlying path, while adding @deprecated
.postGetPrivateKeyBackwardsCompat(...)
for backward compatibilitysha256
hashing from local to remoteTurnkeyRequestError
error class that contains rich error details46473ec: This breaking change updates generated code to be shorter and more intuitive to read:
useGetGetActivity
is now useGetActivity
, and usePostSignTransaction
is useSignTransaction
.TPostCreatePrivateKeysInput
is now TCreatePrivateKeysInput
.0.18.0
are now named “signed” requests to better reflect what they are. FederatedRequest
is now SignedRequest
, and generated types follow. For example: federatedPostCreatePrivateKeys
is now signCreatePrivateKeys
, federatedGetGetActivity
is now signGetActivity
, and so on.The name updates should be automatically suggested if you use VSCode since the new names are simply shorter versions of the old one.
Updated dependencies [46473ec]
Updated dependencies [38b424f]
.postGetPrivateKey(...)
’s underlying path, while adding @deprecated
.postGetPrivateKeyBackwardsCompat(...)
for backward compatibilitysha256
hashing from local to remoteTurnkeyRequestError
error class that contains rich error details