Skip to content

Releases: getfursure/astra-js-sdk

1.0.0-alpha.14

10 Oct 18:59
9558edb
Compare
Choose a tag to compare

ADDS - UserOrIntentStatus enum

1.0.0-alpha.13

10 Oct 18:48
0bed041
Compare
Choose a tag to compare

ADDED - Intents getById

1.0.0-alpha.12

04 Oct 02:43
f399e6e
Compare
Choose a tag to compare

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

03 Oct 22:11
83a4766
Compare
Choose a tag to compare

Major Change

  • AuthResource has basicAuth 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 caused POST user_intent to fail with Authorization error.

1.0.0-alpha.10

30 Sep 19:25
7ec8644
Compare
Choose a tag to compare
  • FIX Card Resource TS types are now available to consuming projects

1.0.0-alpha.9

29 Sep 23:00
578d038
Compare
Choose a tag to compare

Add Transfer resource

1.0.0-alpha.8

28 Sep 05:10
fa85f87
Compare
Choose a tag to compare

1.0.0-alpha7

20 Sep 20:54
b142540
Compare
Choose a tag to compare
  • fixe active no longer required when creating routine. It is returned in the response

v1.0.0-alpha.6

20 Sep 20:33
e3ce9e6
Compare
Choose a tag to compare
Merge pull request #3 from getfursure/fix/auth-exposed

Ala @Rohithgilla12

1.0.0-alpha.5

19 Sep 19:06
54dda1e
Compare
Choose a tag to compare
  • 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