From 3a0227229464de57843bf055f27c0d2976089592 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Nov 2023 15:17:36 +0000 Subject: [PATCH] Update docs: 5db64914c3910aaf89bd6c1c9ad3bb651adeadd0 --- index.html | 124 ++++++++++++++++++++++++++++------------------------- 1 file changed, 65 insertions(+), 59 deletions(-) diff --git a/index.html b/index.html index 27160b8547..a964a298a6 100644 --- a/index.html +++ b/index.html @@ -535,7 +535,14 @@
Variables
Response
-
{"data": {"accountDefaultWallet": {"id": 4, "walletCurrency": "BTC"}}}
+                    
{
+  "data": {
+    "accountDefaultWallet": {
+      "id": "4",
+      "walletCurrency": "BTC"
+    }
+  }
+}
 
@@ -719,11 +726,11 @@
Response
"data": { "currencyList": [ { - "flag": "abc123", + "flag": "xyz789", "fractionDigits": 987, - "id": "4", + "id": 4, "name": "abc123", - "symbol": "xyz789" + "symbol": "abc123" } ] } @@ -788,7 +795,7 @@
Response
"feesInformation": FeesInformation, "lightningAddressDomain": "xyz789", "lightningAddressDomainAliases": [ - "abc123" + "xyz789" ], "network": "mainnet", "nodesIds": ["xyz789"], @@ -946,7 +953,7 @@
Response
"createdAt": 1592577642, "defaultAccount": Account, "email": Email, - "id": "4", + "id": 4, "language": Language, "phone": Phone, "quizQuestions": [UserQuizQuestion], @@ -1002,8 +1009,8 @@
Response
"data": { "mobileVersions": [ { - "currentSupported": 987, - "minSupported": 987, + "currentSupported": 123, + "minSupported": 123, "platform": "xyz789" } ] @@ -1477,7 +1484,7 @@
Response
"realtimePrice": { "btcSatPrice": PriceOfOneSatInMinorUnit, "denominatorCurrency": DisplayCurrency, - "id": 4, + "id": "4", "timestamp": 1592577642, "usdCentPrice": PriceOfOneUsdCentInMinorUnit } @@ -1627,7 +1634,7 @@
Variables
Response
-
{"data": {"usernameAvailable": true}}
+                    
{"data": {"usernameAvailable": false}}
 
@@ -1672,7 +1679,7 @@
Response
{
   "data": {
-    "accountDelete": {"errors": [Error], "success": true}
+    "accountDelete": {"errors": [Error], "success": false}
   }
 }
 
@@ -2466,7 +2473,7 @@
Response
"data": { "captchaRequestAuthCode": { "errors": [Error], - "success": false + "success": true } } } @@ -2626,7 +2633,10 @@
Response
{
   "data": {
-    "feedbackSubmit": {"errors": [Error], "success": true}
+    "feedbackSubmit": {
+      "errors": [Error],
+      "success": false
+    }
   }
 }
 
@@ -5080,7 +5090,7 @@
Response
"userLoginUpgrade": { "authToken": AuthToken, "errors": [Error], - "success": false + "success": true } } } @@ -5159,7 +5169,7 @@
Response
{
   "data": {
-    "userLogout": {"errors": [Error], "success": true}
+    "userLogout": {"errors": [Error], "success": false}
   }
 }
 
@@ -7350,8 +7360,8 @@
Example
{
-  "commitHash": "abc123",
-  "helmRevision": 987
+  "commitHash": "xyz789",
+  "helmRevision": 123
 }
 
@@ -7639,10 +7649,10 @@
Example
{
-  "challengeCode": "abc123",
+  "challengeCode": "xyz789",
   "failbackMode": false,
-  "id": "abc123",
-  "newCaptcha": true
+  "id": "xyz789",
+  "newCaptcha": false
 }
 
@@ -7713,10 +7723,10 @@
Example
{
-  "challengeCode": "abc123",
+  "challengeCode": "xyz789",
   "channel": "SMS",
   "phone": Phone,
-  "secCode": "xyz789",
+  "secCode": "abc123",
   "validationCode": "abc123"
 }
 
@@ -8205,10 +8215,10 @@
Example
{
   "flag": "abc123",
-  "fractionDigits": 987,
+  "fractionDigits": 123,
   "id": "4",
   "name": "xyz789",
-  "symbol": "abc123"
+  "symbol": "xyz789"
 }
 
@@ -8260,9 +8270,9 @@
Example
{
-  "minBankFee": "xyz789",
+  "minBankFee": "abc123",
   "minBankFeeThreshold": "xyz789",
-  "ratio": "abc123"
+  "ratio": "xyz789"
 }
 
@@ -8377,7 +8387,7 @@
Example
{
   "address": "test@test.com",
-  "verified": false
+  "verified": true
 }
 
@@ -8545,8 +8555,8 @@
Example
{
   "code": "abc123",
-  "message": "xyz789",
-  "path": ["xyz789"]
+  "message": "abc123",
+  "path": ["abc123"]
 }
 
@@ -8726,7 +8736,7 @@
Description
Example
-
123.45
+                    
987.65
 
@@ -8807,10 +8817,10 @@
Example
"feesInformation": FeesInformation, "lightningAddressDomain": "abc123", "lightningAddressDomainAliases": [ - "abc123" + "xyz789" ], "network": "mainnet", - "nodesIds": ["xyz789"], + "nodesIds": ["abc123"], "supportedCountries": [Country] }
@@ -8866,7 +8876,7 @@
Example
{
   "code": "abc123",
-  "message": "abc123",
+  "message": "xyz789",
   "path": ["abc123"]
 }
 
@@ -10975,7 +10985,7 @@
Example
{
-  "currentSupported": 123,
+  "currentSupported": 987,
   "minSupported": 123,
   "platform": "xyz789"
 }
@@ -11206,7 +11216,7 @@ 
Example
{
   "disabledCategories": [NotificationCategory],
-  "enabled": true
+  "enabled": false
 }
 
@@ -11679,10 +11689,10 @@
Example
{
   "amount": SatAmount,
-  "displayCurrencyPerSat": 123.45,
+  "displayCurrencyPerSat": 987.65,
   "txHash": OnChainTxHash,
   "txNotificationType": "IntraLedgerPayment",
-  "usdPerSat": 123.45,
+  "usdPerSat": 987.65,
   "walletId": WalletId
 }
 
@@ -12011,10 +12021,10 @@
Example
{
-  "endCursor": "xyz789",
+  "endCursor": "abc123",
   "hasNextPage": true,
   "hasPreviousPage": true,
-  "startCursor": "xyz789"
+  "startCursor": "abc123"
 }
 
@@ -12324,7 +12334,7 @@
Example
"base": 9007199254740991, "currencyUnit": "xyz789", "formattedAmount": "abc123", - "offset": 123 + "offset": 987 }
@@ -12539,8 +12549,8 @@
Example
{
   "base": 9007199254740991,
-  "currencyUnit": "xyz789",
-  "offset": 123
+  "currencyUnit": "abc123",
+  "offset": 987
 }
 
@@ -12668,9 +12678,9 @@
Example
{
   "base": 9007199254740991,
-  "currencyUnit": "abc123",
+  "currencyUnit": "xyz789",
   "formattedAmount": "xyz789",
-  "offset": 987
+  "offset": 123
 }
 
@@ -12730,7 +12740,7 @@
Example
{
   "base": 9007199254740991,
-  "currencyUnit": "xyz789",
+  "currencyUnit": "abc123",
   "offset": 123
 }
 
@@ -12873,7 +12883,7 @@
Fields
Example
-
{"id": "4", "walletCurrency": "BTC"}
+                    
{"id": 4, "walletCurrency": "BTC"}
 
@@ -12924,11 +12934,7 @@
Fields
Example
-
{
-  "amount": SatAmount,
-  "completed": true,
-  "id": "4"
-}
+                    
{"amount": SatAmount, "completed": true, "id": 4}
 
@@ -13126,7 +13132,7 @@
Example
{
   "btcSatPrice": PriceOfOneSatInMinorUnit,
   "denominatorCurrency": DisplayCurrency,
-  "id": "4",
+  "id": 4,
   "timestamp": 1592577642,
   "usdCentPrice": PriceOfOneUsdCentInMinorUnit
 }
@@ -13876,7 +13882,7 @@ 
Example
{
   "createdAt": 1592577642,
   "direction": "RECEIVE",
-  "id": "4",
+  "id": 4,
   "initiationVia": InitiationViaIntraLedger,
   "memo": Memo,
   "settlementAmount": SignedAmount,
@@ -14224,7 +14230,7 @@ 
Example
{
   "authToken": AuthToken,
   "errors": [Error],
-  "success": false
+  "success": true
 }
 
@@ -14451,7 +14457,7 @@
Example
{
-  "accountId": 4,
+  "accountId": "4",
   "balance": SignedAmount,
   "id": "4",
   "invoiceByPaymentHash": Invoice,
@@ -14578,11 +14584,11 @@ 
Example
"createdAt": 1592577642, "defaultAccount": Account, "email": Email, - "id": "4", + "id": 4, "language": Language, "phone": Phone, "quizQuestions": [UserQuizQuestion], - "totpEnabled": false, + "totpEnabled": true, "username": Username }
@@ -15400,7 +15406,7 @@
Fields
Example
-
{"completed": true, "question": QuizQuestion}
+                    
{"completed": false, "question": QuizQuestion}
 
@@ -16194,7 +16200,7 @@
Example
{
   "accountId": 4,
   "balance": SignedAmount,
-  "id": "4",
+  "id": 4,
   "invoiceByPaymentHash": Invoice,
   "pendingIncomingBalance": SignedAmount,
   "pendingTransactions": [Transaction],