1165 Commits

Author SHA1 Message Date
Vivian Plasencia
3fd84ebc40 Merge pull request #488 from bandada-infra/docs/update-api-sdk
docs: update api sdk docs with the latest bandada changes
2024-04-12 11:43:58 +02:00
Vivian Plasencia
0ce4848590 docs(docs): add more info to the intro and faq pages 2024-04-12 01:45:42 +02:00
Vivian Plasencia
ce5cad348e refactor: update page positions and add docs 2024-04-12 01:14:01 +02:00
Vivian Plasencia
c8c2f9181f docs: update api sdk docs with the latest bandada changes 2024-04-11 17:56:15 +02:00
Vivian Plasencia
6766a0940c Merge pull request #485 from bandada-infra/fix/api-sdk
Missing cascade remove for invites preventing deletion of groups
2024-04-10 10:05:50 +02:00
Jeeiii
557f2eaa40 fix: missing cascade remove for invites preventing deletion of groups 2024-04-10 09:59:14 +02:00
Vivian Plasencia
23e1f65843 chore: v2.2.6 2024-04-09 20:37:22 +02:00
Vivian Plasencia
d2cd8d4619 Merge pull request #484 from bandada-infra/fix/api-sdk
Avoid wrong `return` in removeGroup(s) API SDK methods
2024-04-09 20:33:37 +02:00
Jeeiii
61df1cd82a fix: remove wrong return to avoid bad response error 2024-04-09 20:12:15 +02:00
Vivian Plasencia
8f577a6ece chore: v2.2.5 2024-04-09 19:20:38 +02:00
Vivian Plasencia
a1a8bc124a Merge pull request #483 from bandada-infra/fix/api-sdk
Missing `return` statements for removeGroup(s) API SDK methods
2024-04-09 19:04:43 +02:00
Jeeiii
79498512e9 fix: missing return statement for removeGroup(s) API SDK method 2024-04-09 18:55:35 +02:00
Vivian Plasencia
44662c4f4f chore: v2.2.4 2024-04-09 17:51:19 +02:00
Vivian Plasencia
50f69ce16e Merge pull request #481 from bandada-infra/fix/api-sdk
Fix minor issues on API SDK
2024-04-09 17:46:07 +02:00
Jeeiii
24ec186c05 fix: minor issues on api sdk 2024-04-09 17:38:45 +02:00
Vivian Plasencia
917732b421 chore: v2.2.3 2024-04-08 13:23:08 +02:00
Vivian Plasencia
d9f7a26c68 Merge pull request #475 from bandada-infra/api/createInvite
Add missing `createInvite` api endpoint
2024-04-08 13:18:41 +02:00
Jeeiii
841e44c43c fix: missing mapEntity on return and remove unnecessary parameter from invite response 2024-04-08 12:53:20 +02:00
Jeeiii
89c0cfc414 refactor: update return type for invite endpoints 2024-04-08 11:37:44 +02:00
Jeeiii
3ebd4de898 feat: add missing createInvite api endpoint 2024-04-04 23:34:01 +02:00
Vivian Plasencia
367f7c6b0d Merge pull request #473 from tanyas-codes/feature/tooltip
added a  tooltip for fingertip duration for off-chain groups
2024-04-04 17:08:00 +02:00
tanyas-codes
da919abc87 style(add tooltip for fingertip duration for off-chain groups): tooltip for fingerprint duration
Added a tooltip to display fingertip duration information, providing users with helpful insights
into the duration of fingertip interactions.
2024-04-04 02:36:32 +05:30
aguzmant103
4afe4a018d Merge pull request #472 from bandada-infra/aguzmant103/issue435
refactor(general info step): prevents NaN values to getting input to …
2024-04-03 10:06:23 -06:00
Andy
41a501e0e8 refactor(general info step): prevents NaN values to getting input to fingerprint duration
Adds a previous validation to avoid NaN possible values. Also refactors some unnecessary related
code on that

fix #435
2024-04-03 09:46:49 -06:00
Vivian Plasencia
2920f64e0d chore: v2.2.2 2024-04-02 00:04:58 +02:00
Vivian Plasencia
ed64309520 Merge pull request #470 from bandada-infra/fix/update-api-sdk
API SDK: Use the correct data object in the request
2024-04-02 00:00:05 +02:00
Vivian Plasencia
a38eca0372 fix(api-sdk): use the correct data object in the request
fix #469
2024-04-01 23:53:12 +02:00
Vivian Plasencia
2c5d0cdcda chore: v2.2.1 2024-04-01 22:20:46 +02:00
Vivian Plasencia
e5c65d608d Merge pull request #468 from bandada-infra/ref/api-sdk
Refactor API SDK
2024-04-01 22:14:26 +02:00
Vivian Plasencia
f55437ed0a fix(client): update API SDK types in the client app 2024-04-01 21:52:56 +02:00
Vivian Plasencia
6049942435 docs(api-sdk): update Readme file and type name
Now the Readme file contains all the functions supported by the API SDK. InviteResponse renamed to
Invite.

BREAKING CHANGE: InviteResponse renamed to Invite
2024-04-01 21:43:12 +02:00
Vivian Plasencia
bc43bd5e3f refactor(api-sdk): update variable names
groupData was updated according to the function that was using it because this variable did not
contain the same information for all the functions that were using it. Because the data required to
create a group is not the same as that required to update a group.
2024-04-01 20:58:11 +02:00
Vivian Plasencia
4ad2e81d31 docs(api-sdk): add more info about creating an instance of the api sdk 2024-04-01 20:36:59 +02:00
Vivian Plasencia
8facbe1abb refactor(api-sdk): update type names
Add clearer type names.

BREAKING CHANGE: Some type names changed. GroupResponse -> Group, GroupRequest ->
GroupCreationDetails, GroupUpdateRequest -> GroupUpdateDetails and Group -> GroupSummary.
2024-04-01 20:05:37 +02:00
Vivian Plasencia
16c13e5771 fix(api-sdk): remove properties that are no longer part of the group
apiEnabled and apiKey were removed from the Group type because they are no longer part of it.
2024-04-01 19:10:46 +02:00
Vivian Plasencia
2adf60a4d6 fix(api-sdk): fix data object in createGroups request
Now the right data object is sent in the createGroups request in the API SDK. If the credentials
parameter is undefined, it will be set to null in the server. The group id is no longer part of the
parameters to create a group, the group ids will be managed on the server.

BREAKING CHANGE: The group id is no longer part of the parameters to create a group when using the
API SDK.

fix #466
2024-04-01 18:46:13 +02:00
Vivian Plasencia
0c997399f7 chore: v2.2.0 2024-04-01 10:24:45 +02:00
Vivian Plasencia
908647441e Merge pull request #464 from bandada-infra/ref/dashboard
Fix API Key component not working properly
2024-03-31 20:05:45 +02:00
Vivian Plasencia
2e77a40859 fix(dashboard): make api key elements work properly 2024-03-31 19:25:10 +02:00
Vivian Plasencia
82338124ec Merge pull request #461 from bandada-infra/fix/access-admin-info
Fix bugs and refactor code
2024-03-31 17:24:40 +02:00
Vivian Plasencia
80ae257c84 fix(dashboard): fix unauthorized issue when disconnecting the wallet 2024-03-30 23:15:13 +01:00
Vivian Plasencia
be90c45ab3 refactor(api): exclude the admins controller from the api docs instead of each endpoint separately 2024-03-30 23:12:12 +01:00
Vivian Plasencia
b4b7eea56b fix(api): prevent adding a member to a credential group by using an api key or a valid session
Users were able to add members to a credential group by using an api key or a valid session. Now
there is a new check to prevent them from doing so.

fix #462
2024-03-30 20:37:30 +01:00
Vivian Plasencia
ec478223ac fix(api): avoid running some functions twice if there are apikey and active session
There were some functions that would be executed twice if both api key and active session were
provided.
2024-03-30 18:53:09 +01:00
Vivian Plasencia
0d72962015 fix(api-sdk): fix api requests 2024-03-30 15:05:42 +01:00
Vivian Plasencia
48a1d4de95 refactor(api-sdk): use create groups function inside create group funtion 2024-03-30 14:34:37 +01:00
Vivian Plasencia
fa7ceccd4a fix: remove the creation of an admin in the dashboard app
The admin must be created in the Bandada backend.

re #460
2024-03-30 13:36:59 +01:00
Vivian Plasencia
627c9f4e81 refactor: update some variable names and api sdk function docs 2024-03-30 13:07:08 +01:00
Vivian Plasencia
e286bbaa0c feat(api-sdk): add createGroup function to the api sdk library
Now createGroup function can be used with the api sdk.
2024-03-30 12:22:57 +01:00
Vivian Plasencia
a95ca769c4 refactor(dashboard): add border to api key elements box
Now it is easier to know that all elements are related to the api key because they are within the
same box.
2024-03-30 11:05:50 +01:00