From bfa9a03a1e8e4983667df62ba219f894f8a50062 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 11 Feb 2024 10:19:15 +0000 Subject: [PATCH] Update docs: a010255e9ee982d18a353615cea80909b496bfe6 --- index.html | 127 +++++++++++++++++++++++++++-------------------------- 1 file changed, 65 insertions(+), 62 deletions(-) diff --git a/index.html b/index.html index 427f281671..d68cb9cd98 100644 --- a/index.html +++ b/index.html @@ -465,7 +465,7 @@
Response
"data": { "accountDefaultWallet": { "currency": "BTC", - "id": "4", + "id": 4, "walletCurrency": "BTC" } } @@ -656,7 +656,7 @@
Response
"flag": "xyz789", "fractionDigits": 987, "id": "4", - "name": "xyz789", + "name": "abc123", "symbol": "abc123" } ] @@ -877,10 +877,10 @@
Response
"createdAt": 1592577642, "defaultAccount": Account, "email": Email, - "id": 4, + "id": "4", "language": Language, "phone": Phone, - "totpEnabled": false, + "totpEnabled": true, "username": Username } } @@ -1353,7 +1353,7 @@
Response
"realtimePrice": { "btcSatPrice": PriceOfOneSatInMinorUnit, "denominatorCurrency": DisplayCurrency, - "id": 4, + "id": "4", "timestamp": 1592577642, "usdCentPrice": PriceOfOneUsdCentInMinorUnit } @@ -1503,7 +1503,7 @@
Variables
Response
-
{"data": {"usernameAvailable": false}}
+                    
{"data": {"usernameAvailable": true}}
 
@@ -2502,7 +2502,10 @@
Response
{
   "data": {
-    "feedbackSubmit": {"errors": [Error], "success": true}
+    "feedbackSubmit": {
+      "errors": [Error],
+      "success": false
+    }
   }
 }
 
@@ -5351,7 +5354,7 @@
Response
"userLoginUpgrade": { "authToken": AuthToken, "errors": [Error], - "success": true + "success": false } } } @@ -5564,7 +5567,7 @@
Response
"data": { "userPhoneRegistrationInitiate": { "errors": [Error], - "success": true + "success": false } } } @@ -6586,7 +6589,7 @@
Example
{
   "callbackEndpoints": [CallbackEndpoint],
-  "csvTransactions": "abc123",
+  "csvTransactions": "xyz789",
   "defaultWallet": PublicWallet,
   "defaultWalletId": WalletId,
   "displayCurrency": DisplayCurrency,
@@ -6646,7 +6649,7 @@ 
Fields
Example
-
{"errors": [Error], "success": false}
+                    
{"errors": [Error], "success": true}
 
@@ -7572,7 +7575,7 @@
Example
{
   "accountId": 4,
   "balance": SignedAmount,
-  "id": 4,
+  "id": "4",
   "invoiceByPaymentHash": Invoice,
   "invoices": InvoiceConnection,
   "pendingIncomingBalance": SignedAmount,
@@ -7945,9 +7948,9 @@ 
Example
{
   "challengeCode": "xyz789",
-  "failbackMode": true,
-  "id": "xyz789",
-  "newCaptcha": true
+  "failbackMode": false,
+  "id": "abc123",
+  "newCaptcha": false
 }
 
@@ -8555,10 +8558,10 @@
Example
{
-  "flag": "abc123",
+  "flag": "xyz789",
   "fractionDigits": 987,
-  "id": 4,
-  "name": "abc123",
+  "id": "4",
+  "name": "xyz789",
   "symbol": "xyz789"
 }
 
@@ -8611,9 +8614,9 @@
Example
{
-  "minBankFee": "abc123",
-  "minBankFeeThreshold": "abc123",
-  "ratio": "abc123"
+  "minBankFee": "xyz789",
+  "minBankFeeThreshold": "xyz789",
+  "ratio": "xyz789"
 }
 
@@ -8655,7 +8658,7 @@
Fields
Example
-
{"deviceToken": "xyz789"}
+                    
{"deviceToken": "abc123"}
 
@@ -8895,8 +8898,8 @@
Example
{
-  "code": "xyz789",
-  "message": "xyz789",
+  "code": "abc123",
+  "message": "abc123",
   "path": ["xyz789"]
 }
 
@@ -9077,7 +9080,7 @@
Description
Example
-
123.45
+                    
987.65
 
@@ -9156,12 +9159,12 @@
Example
{
   "buildInformation": BuildInformation,
   "feesInformation": FeesInformation,
-  "lightningAddressDomain": "xyz789",
+  "lightningAddressDomain": "abc123",
   "lightningAddressDomainAliases": [
-    "abc123"
+    "xyz789"
   ],
   "network": "mainnet",
-  "nodesIds": ["abc123"],
+  "nodesIds": ["xyz789"],
   "supportedCountries": [Country]
 }
 
@@ -9269,7 +9272,7 @@
Description
Example
-
"4"
+                    
4
 
@@ -9479,7 +9482,7 @@
Description
Example
-
123
+                    
987
 
@@ -9880,7 +9883,7 @@
Example
{
-  "cursor": "xyz789",
+  "cursor": "abc123",
   "node": Invoice
 }
 
@@ -10012,7 +10015,7 @@
Example
{
   "amount": SatAmount,
-  "lnAddress": "abc123",
+  "lnAddress": "xyz789",
   "walletId": WalletId
 }
 
@@ -11385,7 +11388,7 @@
Example
{
   "amount": SatAmount,
-  "lnurl": "abc123",
+  "lnurl": "xyz789",
   "walletId": WalletId
 }
 
@@ -11435,7 +11438,7 @@
Example
{
   "coordinates": Coordinates,
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -11580,10 +11583,10 @@
Example
{
   "coordinates": Coordinates,
   "createdAt": 1592577642,
-  "id": "4",
-  "title": "xyz789",
+  "id": 4,
+  "title": "abc123",
   "username": Username,
-  "validated": true
+  "validated": false
 }
 
@@ -11648,7 +11651,7 @@
Example
{
   "latitude": 123.45,
-  "longitude": 123.45,
+  "longitude": 987.65,
   "title": "abc123",
   "username": Username
 }
@@ -11778,9 +11781,9 @@ 
Example
{
-  "currentSupported": 123,
-  "minSupported": 987,
-  "platform": "abc123"
+  "currentSupported": 987,
+  "minSupported": 123,
+  "platform": "xyz789"
 }
 
@@ -12492,7 +12495,7 @@
Example
{
   "amount": SatAmount,
-  "displayCurrencyPerSat": 123.45,
+  "displayCurrencyPerSat": 987.65,
   "transaction": Transaction,
   "txHash": OnChainTxHash,
   "txNotificationType": "IntraLedgerPayment",
@@ -12826,9 +12829,9 @@ 
Example
{
   "endCursor": "xyz789",
-  "hasNextPage": true,
-  "hasPreviousPage": false,
-  "startCursor": "abc123"
+  "hasNextPage": false,
+  "hasPreviousPage": true,
+  "startCursor": "xyz789"
 }
 
@@ -13147,7 +13150,7 @@
Example
{
   "base": 9007199254740991,
   "currencyUnit": "abc123",
-  "formattedAmount": "xyz789",
+  "formattedAmount": "abc123",
   "offset": 987
 }
 
@@ -13424,8 +13427,8 @@
Example
{
   "base": 9007199254740991,
-  "currencyUnit": "xyz789",
-  "offset": 987
+  "currencyUnit": "abc123",
+  "offset": 123
 }
 
@@ -13492,8 +13495,8 @@
Example
{
   "base": 9007199254740991,
-  "currencyUnit": "xyz789",
-  "formattedAmount": "abc123",
+  "currencyUnit": "abc123",
+  "formattedAmount": "xyz789",
   "offset": 987
 }
 
@@ -13555,7 +13558,7 @@
Example
{
   "base": 9007199254740991,
   "currencyUnit": "abc123",
-  "offset": 987
+  "offset": 123
 }
 
@@ -13767,7 +13770,7 @@
Example
{
   "amount": SatAmount,
-  "completed": true,
+  "completed": false,
   "id": "4",
   "notBefore": 1592577642
 }
@@ -13811,7 +13814,7 @@ 
Fields
Example
-
{"id": 4}
+                    
{"id": "4"}
 
@@ -13901,7 +13904,7 @@
Fields
Example
-
{"id": "4"}
+                    
{"id": 4}
 
@@ -14438,7 +14441,7 @@
Example
{
   "arrivalInMempoolEstimatedAt": 1592577642,
   "transactionHash": OnChainTxHash,
-  "vout": 987
+  "vout": 123
 }
 
@@ -14514,7 +14517,7 @@
Description
Example
-
"abc123"
+                    
"xyz789"
 
@@ -14892,7 +14895,7 @@
Example
{
-  "cursor": "abc123",
+  "cursor": "xyz789",
   "node": Transaction
 }
 
@@ -15389,7 +15392,7 @@
Example
{
-  "accountId": 4,
+  "accountId": "4",
   "balance": SignedAmount,
   "id": "4",
   "invoiceByPaymentHash": Invoice,
@@ -15511,7 +15514,7 @@ 
Example
"createdAt": 1592577642, "defaultAccount": Account, "email": Email, - "id": 4, + "id": "4", "language": Language, "phone": Phone, "totpEnabled": false, @@ -15610,7 +15613,7 @@
Example
"alias": ContactAlias, "id": Username, "transactions": TransactionConnection, - "transactionsCount": 987, + "transactionsCount": 123, "username": Username }
@@ -16095,7 +16098,7 @@
Fields
Example
-
{"deviceToken": "abc123"}
+                    
{"deviceToken": "xyz789"}
 
@@ -17031,7 +17034,7 @@
Example
{
-  "accountId": "4",
+  "accountId": 4,
   "balance": SignedAmount,
   "id": "4",
   "invoiceByPaymentHash": Invoice,