Releases: Moonlight-io/asteroid-sdk-js
Releases · Moonlight-io/asteroid-sdk-js
v0.7.0
Add User.RegisterInterest
method
v0.6.1
- Correct
CreateClaimRequest
interface
- Correct
SubmitWorkflowTokenRequest
interface
v0.6.0
- Automatic JWT renewal for ADW methods
- Update
SubmitWorkflowTokenResponse
v0.5.0
- Add
NeoContractClaims
and modify relevant usages
- Add
NeoContractLx
- Add
docker
as new networkType
v0.4.3
- Correct interface definition for
UserAttribute.claims
An example of what a correct claims
parameter looks like in an attribute:
{
"attr_id":"FSrIDZzaZ04fTO9L",
"type":"email",
"payload":{
"is_primary":1,
"verified":1,
"created_date":1572840088,
"edited_date":1572840109,
"email":"[email protected]"
},
"claims":[
{
"claim_id":"66t2Ye3GNqsA6ROB",
"claim_state":"pending"
}
]
}
v0.4.2
- Correct interface definition for
UserAttribute.claims
v0.4.0
- Update
AttributeClaimState
property options
- Preliminary blockchain invocation static methods in classes
NeoCommon
, NeoContractIdentity
and NeoContractNameService
- Add
GetClaimById
method
- Add
UserProfile.profile_type
property
v0.3.0
- Add explicit typing for
ProfileType
- Add
UserSocialLinkAttribute
interface
- Add
UserProfile.statistics
property to interface
- Add
UserProfile.associated_privileges
property to interface
- Implement minimal constructor validation to
UserAsteroid
class
v0.1.1
- Remove legacy files carried over from
0.0.3
.
- Add some JSDoc comments to explains on some methods' return values
- TypeScript transpiler now carry over comments, improves IDE intellisense
- ie/
"removeComments": false