Releases: getfursure/astra-js-sdk
Releases · getfursure/astra-js-sdk
1.0.0-alpha.14
ADDS
- UserOrIntentStatus
enum
1.0.0-alpha.13
ADDED
- Intents getById
1.0.0-alpha.12
Fixed
users.intents.create()
actually sends Basic Auth. We now lint for unused vars and created a test that would have caught the bug too.
1.0.0-alpha.11
Major Change
AuthResource
hasbasicAuth
getter for setting the Basic Auth Credentials on some of the resource requests.- User and Intent resources now receive Auth resource
Fixed
- Astra User Intent Create sends
auth
using client and secret. Previously, this causedPOST
user_intent
to fail with Authorization error.
1.0.0-alpha.10
FIX
Card Resource TS types are now available to consuming projects
1.0.0-alpha.9
Add Transfer
resource
1.0.0-alpha.8
1.0.0-alpha7
- fixe
active
no longer required when creating routine. It is returned in the response
v1.0.0-alpha.6
Merge pull request #3 from getfursure/fix/auth-exposed Ala @Rohithgilla12
1.0.0-alpha.5
- Add Readme details
- Add Ability to add on and override
resources
thereby allowing others to customize or get ahead without being blocked by this repository. Furthermore, it allows for experimenting with resources. - Moved Users Resource is now in
lib/resources
- Add Routine resource beginnings
- Add Auth Resource for a single way to authenticate