Skip to content

Commit

Permalink
bumped version to 4.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinehage committed Dec 16, 2021
1 parent 1cfb8a5 commit 3e2b1b9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
14 changes: 13 additions & 1 deletion data/provision/_release/stingray/marketplace/oauth.js
Expand Up @@ -101,6 +101,18 @@ module.exports = {
"m": "post",
"group": "Third party login"
},
{
"l": "Create a verification code for that phone",
"v": "/token/phone",
"m": "post",
"group": "Guest"
},
{
"l": "Create an access token for that phone",
"v": "/token/phone/code",
"m": "post",
"group": "Guest"
},
{
"l": "Create an access token",
"v": "/token",
Expand Down Expand Up @@ -146,4 +158,4 @@ module.exports = {
"5df3ec10fa3912534948f006"
]
}
};
};
14 changes: 13 additions & 1 deletion data/provision/_release/stingray/marketplace/urac.js
Expand Up @@ -146,7 +146,7 @@ module.exports = {
},
{
"l": "List users matching certain keywords",
"v": "/v2/admin/users",
"v": "/api-v2/admin/users",
"m": "get",
"group": "User administration"
},
Expand Down Expand Up @@ -192,6 +192,12 @@ module.exports = {
"m": "post",
"group": "User administration"
},
{
"l": "Join and create an account by invitation",
"v": "/join/invite/phone",
"m": "post",
"group": "Guest join"
},
{
"l": "Join and create an account by invitation",
"v": "/join/invite",
Expand Down Expand Up @@ -288,6 +294,12 @@ module.exports = {
"m": "put",
"group": "User administration"
},
{
"l": "Edit user's groups by id, username, or email for an invited tenant",
"v": "/admin/user/invited/groups",
"m": "put",
"group": "User administration"
},
{
"l": "Edit user's groups by id, username, or email",
"v": "/admin/user/groups",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "soajs.installer.remote",
"description": "soajs remote installer allows you to deploy soajs on a remote cloud provider",
"version": "4.4.10",
"version": "4.4.11",
"author": {
"name": "soajs team",
"email": "team@soajs.org"
Expand Down

0 comments on commit 3e2b1b9

Please sign in to comment.