Skip to content

Commit 13a85e8

Browse files
committed
Fix for tests
1 parent be82556 commit 13a85e8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

extensions/reviewed/CrazyGamesAdApi.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"fullName": "Link account response",
7070
"functionType": "StringExpression",
7171
"group": "User",
72-
"name": "GetLinkAccountResponse",
72+
"name": "LinkAccountResponse",
7373
"sentence": "",
7474
"events": [
7575
{
@@ -96,7 +96,7 @@
9696
"fullName": "Get last error",
9797
"functionType": "ExpressionAndCondition",
9898
"group": "General",
99-
"name": "GetLastError",
99+
"name": "LastError",
100100
"sentence": "CrazyGames API last error is",
101101
"events": [
102102
{
@@ -124,7 +124,7 @@
124124
"fullName": "Check and load if an user is signed in CrazyGames",
125125
"functionType": "Action",
126126
"group": "User",
127-
"name": "GetUserSignIn",
127+
"name": "UserSignIn",
128128
"sentence": "Check if user is signed in CrazyGames",
129129
"events": [
130130
{
@@ -1395,7 +1395,7 @@
13951395
"fullName": "Get the environment",
13961396
"functionType": "StringExpression",
13971397
"group": "General",
1398-
"name": "GetEnvironment",
1398+
"name": "Environment",
13991399
"sentence": "display environment into _PARAM1_",
14001400
"events": [
14011401
{
@@ -1809,11 +1809,11 @@
18091809
"objectGroups": []
18101810
},
18111811
{
1812-
"description": "the username",
1812+
"description": "the username.",
18131813
"fullName": "Username",
18141814
"functionType": "ExpressionAndCondition",
18151815
"group": "User",
1816-
"name": "GetUserName",
1816+
"name": "UserName",
18171817
"sentence": "Username is",
18181818
"events": [
18191819
{
@@ -1848,11 +1848,11 @@
18481848
"objectGroups": []
18491849
},
18501850
{
1851-
"description": "the CrazyGames User ID",
1851+
"description": "the CrazyGames User ID.",
18521852
"fullName": "CrazyGames User ID",
18531853
"functionType": "ExpressionAndCondition",
18541854
"group": "User",
1855-
"name": "GetCrazyGamesUserID",
1855+
"name": "CrazyGamesUserID",
18561856
"sentence": "CrazyGames user ID is",
18571857
"events": [
18581858
{
@@ -1874,7 +1874,7 @@
18741874
"fullName": "Get user signed in profile picture url",
18751875
"functionType": "StringExpression",
18761876
"group": "User",
1877-
"name": "GetProfilePic",
1877+
"name": "ProfilePic",
18781878
"sentence": "",
18791879
"events": [
18801880
{
@@ -1991,7 +1991,7 @@
19911991
"fullName": "Retrieves user system info",
19921992
"functionType": "StringExpression",
19931993
"group": "User",
1994-
"name": "GetSystemInfo",
1994+
"name": "SystemInfo",
19951995
"sentence": "",
19961996
"events": [
19971997
{
@@ -2030,7 +2030,7 @@
20302030
"fullName": "Get invite parameters",
20312031
"functionType": "StringExpression",
20322032
"group": "Game",
2033-
"name": "GetInviteParam",
2033+
"name": "InviteParam",
20342034
"sentence": "",
20352035
"events": [
20362036
{
@@ -2146,7 +2146,7 @@
21462146
"fullName": "Get user session data",
21472147
"functionType": "Expression",
21482148
"group": "Data",
2149-
"name": "GetSessionData",
2149+
"name": "SessionData",
21502150
"sentence": "",
21512151
"events": [
21522152
{
@@ -2191,7 +2191,7 @@
21912191
"objectGroups": []
21922192
},
21932193
{
2194-
"description": "the availability of the user's account",
2194+
"description": "the availability of the user's account.",
21952195
"fullName": "Is user account available",
21962196
"functionType": "ExpressionAndCondition",
21972197
"group": "User",
@@ -2217,7 +2217,7 @@
22172217
"fullName": "Get User Token",
22182218
"functionType": "StringExpression",
22192219
"group": "User",
2220-
"name": "GetUserToken",
2220+
"name": "UserToken",
22212221
"sentence": "",
22222222
"events": [
22232223
{
@@ -2239,7 +2239,7 @@
22392239
"fullName": "Get Xsolla Token",
22402240
"functionType": "StringExpression",
22412241
"group": "User",
2242-
"name": "GetXsollaToken",
2242+
"name": "XsollaToken",
22432243
"sentence": "",
22442244
"events": [
22452245
{

0 commit comments

Comments
 (0)