From f6395c5b663646bcfc7cc096002b5ea770e66061 Mon Sep 17 00:00:00 2001 From: longfin Date: Wed, 7 Feb 2024 09:42:47 +0000 Subject: [PATCH] deploy: a581e53a7cc4b8178019aafddf78aa88d55cdf91 --- cli/index.html | 14 ++- graphql/index.html | 267 +++++++++++++++++++++++---------------------- 2 files changed, 150 insertions(+), 131 deletions(-) diff --git a/cli/index.html b/cli/index.html index 49ab9a5b1..51b3ac073 100644 --- a/cli/index.html +++ b/cli/index.html @@ -325,10 +325,20 @@

Options

network-type - <NetworkType?> + <String> +
+
+
(deprecated) Network type.
+ + +
  • +
    + + planet + <Planet?>
    -
    Network type.
    +
    Planet
  • diff --git a/graphql/index.html b/graphql/index.html index 8b6ea6749..5b0428239 100644 --- a/graphql/index.html +++ b/graphql/index.html @@ -533,7 +533,7 @@
    Variables
    "ticker": "Mead" }, "nonce": {}, - "publicKey": "abc123", + "publicKey": "xyz789", "timestamp": DateTimeOffset } @@ -650,7 +650,7 @@
    Query
    Variables
    -
    {"invitationCode": "xyz789"}
    +                    
    {"invitationCode": "abc123"}
     
    @@ -726,7 +726,7 @@
    Query
    Variables
    -
    {"invitationCode": "abc123"}
    +                    
    {"invitationCode": "xyz789"}
     
    @@ -735,7 +735,7 @@
    Variables
    Response
    -
    {"data": {"activationKeyNonce": "abc123"}}
    +                    
    {"data": {"activationKeyNonce": "xyz789"}}
     
    @@ -1071,7 +1071,7 @@
    Response
    "id": TxId, "nonce": {}, "publicKey": PublicKeyType, - "serializedPayload": "abc123", + "serializedPayload": "xyz789", "signature": ByteString, "signer": Address, "timestamp": "abc123", @@ -1161,7 +1161,7 @@
    Variables
    Response
    -
    {"data": {"goldBalance": "xyz789"}}
    +                    
    {"data": {"goldBalance": "abc123"}}
     
    @@ -1367,7 +1367,7 @@
    Response
    "data": { "monsterCollectionStatus": { "fungibleAssetValue": FungibleAssetValueType, - "lockup": true, + "lockup": false, "rewardInfos": [MonsterCollectionRewardInfoType], "tipIndex": {} } @@ -1527,14 +1527,14 @@
    Response
    "appProtocolVersion": AppProtocolVersionType, "bootstrapEnded": true, "genesis": BlockHeader, - "informationalVersion": "xyz789", - "isMining": false, + "informationalVersion": "abc123", + "isMining": true, "preloadEnded": false, "productVersion": "abc123", "stagedTxIds": [TxId], "stagedTxIdsCount": 123, "subscriberAddresses": [Address], - "subscriberAddressesCount": 987, + "subscriberAddressesCount": 123, "tip": BlockHeader, "topmostBlocks": [BlockHeader] } @@ -1591,7 +1591,7 @@
    Response
    {
       "data": {
    -    "peerChainState": {"state": ["xyz789"]}
    +    "peerChainState": {"state": ["abc123"]}
       }
     }
     
    @@ -1661,7 +1661,7 @@
    Response
    "clientsByDevice": [Address], "clientsByIps": [MultiAccountInfo], "clientsCountByIps": 123, - "totalCount": 123, + "totalCount": 987, "totalCountByDevice": 987 } } @@ -2128,7 +2128,7 @@
    Response
    "stakeRewards": StakeRewardsType, "stakeState": StakeStateType, "stakeStates": [StakeStateType], - "unlockedRecipeIds": [123], + "unlockedRecipeIds": [987], "unlockedWorldIds": [987], "weeklyArena": WeeklyArenaStateType, "worldBossKillRewardRecord": WorldBossKillRewardRecordType, @@ -2239,7 +2239,7 @@
    Response
    "data": { "transaction": { "attachSignature": "xyz789", - "createUnsignedTx": "xyz789", + "createUnsignedTx": "abc123", "getTx": TransactionType, "ncTransactions": [TransactionType], "nextTxNonce": {}, @@ -2345,7 +2345,7 @@
    Response
    "data": { "transferNCGHistories": [ { - "amount": "abc123", + "amount": "xyz789", "blockHash": ByteString, "memo": "xyz789", "recipient": Address, @@ -2408,7 +2408,7 @@
    Response
    {
       "data": {
    -    "validation": {"metadata": false, "privateKey": true, "publicKey": false}
    +    "validation": {"metadata": true, "privateKey": true, "publicKey": false}
       }
     }
     
    @@ -2517,7 +2517,7 @@
    Query
    Response
    -
    {"data": {"activationStatus": {"activateAccount": false}}}
    +                    
    {"data": {"activationStatus": {"activateAccount": true}}}
     
    @@ -2725,7 +2725,7 @@
    Query
    Variables
    -
    {"payload": "xyz789"}
    +                    
    {"payload": "abc123"}
     
    @@ -2734,7 +2734,7 @@
    Variables
    Response
    -
    {"data": {"stageTx": true}}
    +                    
    {"data": {"stageTx": false}}
     
    @@ -2808,7 +2808,7 @@
    Query
    Variables
    -
    {"payload": "xyz789"}
    +                    
    {"payload": "abc123"}
     
    @@ -2913,7 +2913,7 @@
    Variables
    {
    -  "amount": "xyz789",
    +  "amount": "abc123",
       "currencyAddress": "000000000000000000000000000000000000000A",
       "memo": "xyz789",
       "recipient": Address,
    @@ -3008,7 +3008,7 @@ 
    Variables
    {
    -  "amount": "abc123",
    +  "amount": "xyz789",
       "recipient": Address
     }
     
    @@ -3085,7 +3085,7 @@
    Variables
    Response
    -
    {"data": {"balanceByAgent": "xyz789"}}
    +                    
    {"data": {"balanceByAgent": "abc123"}}
     
    @@ -3277,10 +3277,10 @@
    Response
    "appProtocolVersion": AppProtocolVersionType, "bootstrapEnded": true, "genesis": BlockHeader, - "informationalVersion": "xyz789", - "isMining": false, - "preloadEnded": false, - "productVersion": "xyz789", + "informationalVersion": "abc123", + "isMining": true, + "preloadEnded": true, + "productVersion": "abc123", "stagedTxIds": [TxId], "stagedTxIdsCount": 987, "subscriberAddresses": [Address], @@ -3763,9 +3763,9 @@
    Example
    {
    -  "inspection": "abc123",
    -  "json": "xyz789",
    -  "raw": "xyz789"
    +  "inspection": "xyz789",
    +  "json": "abc123",
    +  "raw": "abc123"
     }
     
    @@ -6277,7 +6277,7 @@
    address
    Example
    -
    {"activated": false, "addressActivated": true}
    +                    
    {"activated": true, "addressActivated": true}
     
    @@ -6541,9 +6541,9 @@
    Example
    {
       "address": Address,
       "avatarStates": [AvatarStateType],
    -  "crystal": "abc123",
    +  "crystal": "xyz789",
       "gold": "abc123",
    -  "hasTradedItem": true,
    +  "hasTradedItem": false,
       "monsterCollectionLevel": {},
       "monsterCollectionRound": {},
       "pledge": MeadPledgeType
    @@ -6609,7 +6609,7 @@ 
    Example
    "extra": ByteString, "signature": ByteString, "signer": Address, - "version": 987 + "version": 123 }
    @@ -6780,11 +6780,11 @@
    Example
    "address": Address, "avatarAddress": Address, "lose": 123, - "purchasedTicketCount": 987, + "purchasedTicketCount": 123, "score": 123, "ticket": 987, "ticketResetCount": 987, - "win": 987 + "win": 123 }
    @@ -6866,12 +6866,12 @@
    Example
    {
       "avatarAddr": Address,
    -  "cp": 123,
    -  "level": 123,
    +  "cp": 987,
    +  "level": 987,
       "loseScore": 987,
       "nameWithHash": "abc123",
    -  "portraitId": 987,
    -  "rank": 123,
    +  "portraitId": 123,
    +  "rank": 987,
       "score": 123,
       "winScore": 987
     }
    @@ -6926,7 +6926,7 @@ 
    Fields
    Example
    -
    {"draw": 123, "lose": 123, "win": 987}
    +                    
    {"draw": 987, "lose": 987, "win": 123}
     
    @@ -7096,31 +7096,31 @@
    Example
    {
    -  "actionPoint": 987,
    +  "actionPoint": 123,
       "address": Address,
       "agentAddress": Address,
    -  "blockIndex": 123,
    +  "blockIndex": 987,
       "characterId": 987,
       "combinationSlotAddresses": [Address],
       "combinationSlots": [CombinationSlotStateType],
       "dailyRewardReceivedIndex": {},
    -  "ear": 123,
    +  "ear": 987,
       "eventMap": CollectionMapType,
       "exp": 123,
    -  "hair": 987,
    -  "index": 987,
    +  "hair": 123,
    +  "index": 123,
       "inventory": InventoryType,
       "inventoryAddress": Address,
       "itemMap": CollectionMapType,
    -  "lens": 123,
    -  "level": 123,
    +  "lens": 987,
    +  "level": 987,
       "mailBox": MailBoxType,
       "monsterMap": CollectionMapType,
    -  "name": "abc123",
    +  "name": "xyz789",
       "questList": QuestListType,
       "runes": [RuneStateType],
       "stageMap": CollectionMapType,
    -  "tail": 987,
    +  "tail": 123,
       "updatedAt": {},
       "worldInformation": WorldInformationType
     }
    @@ -7394,7 +7394,7 @@ 
    Example
    {
       "blockHash": BlockHash,
       "height": {},
    -  "round": 123,
    +  "round": 987,
       "votes": [Vote]
     }
     
    @@ -7477,8 +7477,8 @@
    Example
    {
       "hash": "xyz789",
    -  "id": "4",
    -  "index": 987,
    +  "id": 4,
    +  "index": 123,
       "miner": Address
     }
     
    @@ -7593,6 +7593,15 @@
    Description
    +
    +
    Example
    + + +
    true
    +
    + + +
    @@ -7924,8 +7933,8 @@
    Example
    {
       "elementalType": "FIRE",
    -  "grade": 123,
    -  "id": 987,
    +  "grade": 987,
    +  "id": 123,
       "itemId": Guid,
       "itemSubType": "AP_STONE",
       "itemType": "CONSUMABLE",
    @@ -8009,8 +8018,8 @@ 
    Example
    {
       "elementalType": "FIRE",
       "equipped": false,
    -  "grade": 123,
    -  "id": 123,
    +  "grade": 987,
    +  "id": 987,
       "itemId": Guid,
       "itemSubType": "AP_STONE",
       "itemType": "CONSUMABLE",
    @@ -8168,7 +8177,7 @@ 
    Fields
    Example
    -
    {"level": 987, "multiplier": 987}
    +                    
    {"level": 123, "multiplier": 987}
     
    @@ -8281,8 +8290,8 @@
    Example
    "hash": HashDigestSHA1, "maximumSupply": FungibleAssetValue, "minters": [Address], - "ticker": "xyz789", - "totalSupplyTrackable": false + "ticker": "abc123", + "totalSupplyTrackable": true }
    @@ -8427,7 +8436,7 @@
    Example
    "maximumSupplyMinorUnit": {}, "minters": [Address], "ticker": "xyz789", - "totalSupplyTrackable": false + "totalSupplyTrackable": true }
    @@ -8483,7 +8492,7 @@
    Example
    {
       "decimalPlaces": [196, 189, 173, 171, 167, 163],
       "minters": [Address],
    -  "ticker": "xyz789"
    +  "ticker": "abc123"
     }
     
    @@ -8840,16 +8849,16 @@
    Example
    {
       "buffSkills": [SkillType],
       "elementalType": "FIRE",
    -  "equipped": false,
    -  "exp": 123,
    -  "grade": 123,
    -  "id": 987,
    +  "equipped": true,
    +  "exp": 987,
    +  "grade": 987,
    +  "id": 123,
       "itemId": Guid,
       "itemSubType": "AP_STONE",
       "itemType": "CONSUMABLE",
       "level": 987,
       "requiredBlockIndex": {},
    -  "setId": 987,
    +  "setId": 123,
       "skills": [SkillType],
       "stat": DecimalStatType,
       "statsMap": StatsMapType
    @@ -8997,9 +9006,9 @@ 
    Example
    "currency": Currency, "majorUnit": {}, "minorUnit": {}, - "quantity": "xyz789", + "quantity": "abc123", "sign": 123, - "string": "xyz789" + "string": "abc123" }
    @@ -9066,7 +9075,7 @@
    Example
    "decimalPlaces": [196, 189, 173, 171, 167, 163], "minters": [Address], "quantity": {}, - "ticker": "xyz789" + "ticker": "abc123" }
    @@ -9114,8 +9123,8 @@
    Example
    {
    -  "currency": "xyz789",
    -  "quantity": "abc123"
    +  "currency": "abc123",
    +  "quantity": "xyz789"
     }
     
    @@ -9224,7 +9233,7 @@
    Fields
    Example
    -
    {"count": 123, "fungibleId": "xyz789"}
    +                    
    {"count": 987, "fungibleId": "xyz789"}
     
    @@ -9573,7 +9582,7 @@
    Description
    Example
    -
    "4"
    +                    
    4
     
    @@ -9628,7 +9637,7 @@
    Example
    {
    -  "base64": "abc123",
    +  "base64": "xyz789",
       "hex": "xyz789",
       "inspection": "xyz789",
       "json": "xyz789"
    @@ -9657,7 +9666,7 @@ 
    Description
    Example
    -
    123
    +                    
    987
     
    @@ -9731,12 +9740,12 @@
    Example
    {
    -  "count": 123,
    +  "count": 987,
       "fungibleItemId": "abc123",
    -  "id": 987,
    +  "id": 123,
       "itemType": "CONSUMABLE",
       "lockId": Guid,
    -  "locked": false,
    +  "locked": true,
       "tradableId": Guid
     }
     
    @@ -10160,7 +10169,7 @@
    Example
    {
       "elementalType": "FIRE",
    -  "grade": 987,
    +  "grade": 123,
       "id": 123,
       "itemId": Guid,
       "itemSubType": "AP_STONE",
    @@ -10690,8 +10699,8 @@ 
    Example
    {
       "elementalType": "FIRE",
    -  "grade": 123,
    -  "id": 987,
    +  "grade": 987,
    +  "id": 123,
       "itemId": ByteString,
       "itemSubType": "AP_STONE",
       "itemType": "CONSUMABLE",
    @@ -10742,7 +10751,7 @@ 
    Fields
    Example
    -
    {"materialId": 123, "quantity": 123}
    +                    
    {"materialId": 987, "quantity": 987}
     
    @@ -10794,7 +10803,7 @@
    Fields
    Example
    -
    {"approved": true, "mead": 987, "patronAddress": Address}
    +                    
    {"approved": false, "mead": 987, "patronAddress": Address}
     
    @@ -10840,7 +10849,7 @@
    Fields
    Example
    -
    {"itemId": 987, "quantity": 123}
    +                    
    {"itemId": 987, "quantity": 987}
     
    @@ -10893,7 +10902,7 @@
    Example
    {
    -  "level": 123,
    +  "level": 987,
       "requiredGold": 987,
       "rewards": [MonsterCollectionRewardInfoType]
     }
    @@ -11080,7 +11089,7 @@ 
    Example
    {
       "fungibleAssetValue": FungibleAssetValueType,
    -  "lockup": false,
    +  "lockup": true,
       "rewardInfos": [MonsterCollectionRewardInfoType],
       "tipIndex": {}
     }
    @@ -11151,7 +11160,7 @@ 
    Example
    "agents": ["xyz789"], "agentsCount": 987, "ips": ["xyz789"], - "ipsCount": 987, + "ipsCount": 123, "key": "xyz789" }
    @@ -11197,7 +11206,7 @@
    Fields
    Example
    -
    {"code": 987, "message": "xyz789"}
    +                    
    {"code": 987, "message": "abc123"}
     
    @@ -11251,7 +11260,7 @@
    Example
    {
       "peers": [BoundPeer],
    -  "preloaded": true,
    +  "preloaded": false,
       "validators": [BoundPeer]
     }
     
    @@ -11393,14 +11402,14 @@
    Example
    {
       "appProtocolVersion": AppProtocolVersionType,
    -  "bootstrapEnded": true,
    +  "bootstrapEnded": false,
       "genesis": BlockHeader,
       "informationalVersion": "xyz789",
       "isMining": true,
    -  "preloadEnded": true,
    +  "preloadEnded": false,
       "productVersion": "abc123",
       "stagedTxIds": [TxId],
    -  "stagedTxIdsCount": 123,
    +  "stagedTxIdsCount": 987,
       "subscriberAddresses": [Address],
       "subscriberAddressesCount": 123,
       "tip": BlockHeader,
    @@ -11661,11 +11670,11 @@ 
    Example
    {
    -  "combatPoint": 987,
    -  "expiredBlockIndex": 987,
    +  "combatPoint": 123,
    +  "expiredBlockIndex": 123,
       "itemCount": 123,
    -  "itemId": 123,
    -  "level": 987,
    +  "itemId": 987,
    +  "level": 123,
       "orderId": Guid,
       "price": "abc123",
       "sellerAgentAddress": Address,
    @@ -12031,7 +12040,7 @@ 
    Fields
    Example
    -
    {"completedQuestIds": [123]}
    +                    
    {"completedQuestIds": [987]}
     
    @@ -12140,15 +12149,15 @@
    Example
    "avatarName": "abc123", "claimedBlockIndex": {}, "cp": 987, - "highScore": 987, + "highScore": 123, "iconId": 987, "latestBossLevel": 987, "latestRewardRank": 987, "level": 987, - "purchaseCount": 987, + "purchaseCount": 123, "refillBlockIndex": {}, "remainChallengeCount": 987, - "totalChallengeCount": 987, + "totalChallengeCount": 123, "totalScore": 987 }
    @@ -12230,7 +12239,7 @@
    Example
    "avatarAddress": Address, "avatarName": "abc123", "exp": {}, - "level": 987, + "level": 123, "stageClearedBlockIndex": {}, "updatedAt": {} } @@ -12284,7 +12293,7 @@
    Example
    {
       "address": Address,
    -  "capacity": 987,
    +  "capacity": 123,
       "rankingInfos": [RankingInfoType]
     }
     
    @@ -12457,9 +12466,9 @@
    Example
    "clients": [Address], "clientsByDevice": [Address], "clientsByIps": [MultiAccountInfo], - "clientsCountByIps": 987, + "clientsCountByIps": 123, "totalCount": 987, - "totalCountByDevice": 987 + "totalCountByDevice": 123 }
    @@ -12508,7 +12517,7 @@
    Fields
    Example
    -
    {"runeId": 123, "slotIndex": 987}
    +                    
    {"runeId": 123, "slotIndex": 123}
     
    @@ -12552,7 +12561,7 @@
    Fields
    Example
    -
    {"level": 987, "runeId": 987}
    +                    
    {"level": 987, "runeId": 123}
     
    @@ -12685,7 +12694,7 @@
    Example
    {
       "costume": CostumeType,
       "itemUsable": ItemUsableType,
    -  "price": "abc123",
    +  "price": "xyz789",
       "productId": Guid,
       "sellerAgentAddress": Address,
       "sellerAvatarAddress": Address
    @@ -12819,8 +12828,8 @@ 
    Example
    {
       "currencyEnum": "CRYSTAL",
    -  "currencyTicker": "abc123",
    -  "value": "abc123"
    +  "currencyTicker": "xyz789",
    +  "value": "xyz789"
     }
     
    @@ -12897,7 +12906,7 @@
    Example
    "id": 123, "power": 123, "referencedStatType": "ARMOR_PENETRATION", - "statPowerRatio": 987 + "statPowerRatio": 123 }
    @@ -13068,9 +13077,9 @@
    Example
    {
       "currencyDecimalPlaces": 123,
    -  "currencyTicker": "abc123",
    +  "currencyTicker": "xyz789",
       "decimalRate": Decimal,
    -  "itemId": 123,
    +  "itemId": 987,
       "rate": 987,
       "type": "CURRENCY"
     }
    @@ -13133,7 +13142,7 @@ 
    Example
    {
       "bonusRewards": [StakeRegularFixedRewardInfoType],
    -  "level": 123,
    +  "level": 987,
       "requiredGold": {},
       "rewards": [StakeRegularRewardInfoType]
     }
    @@ -13312,7 +13321,7 @@ 
    Example
    "address": Address, "cancellableBlockIndex": {}, "claimableBlockIndex": {}, - "deposit": "xyz789", + "deposit": "abc123", "receivedBlockIndex": {}, "stakeRewards": StakeRewardsType, "startedBlockIndex": {} @@ -13980,7 +13989,7 @@
    Example
    "avatar": AvatarStateType, "avatars": [AvatarStateType], "balance": FungibleAssetValueWithCurrencyType, - "cachedSheet": "abc123", + "cachedSheet": "xyz789", "crystalMonsterCollectionMultiplierSheet": CrystalMonsterCollectionMultiplierSheetType, "garages": GaragesType, "latestStakeRewards": StakeRewardsType, @@ -13988,7 +13997,7 @@
    Example
    "monsterCollectionState": MonsterCollectionStateType, "orderDigestList": OrderDigestListStateType, "pledge": MeadPledgeType, - "raidId": 987, + "raidId": 123, "raiderList": [Address], "raiderState": RaiderStateType, "rankingMap": RankingMapStateType, @@ -13997,7 +14006,7 @@
    Example
    "stakeRewards": StakeRewardsType, "stakeState": StakeStateType, "stakeStates": [StakeStateType], - "unlockedRecipeIds": [123], + "unlockedRecipeIds": [987], "unlockedWorldIds": [123], "weeklyArena": WeeklyArenaStateType, "worldBossKillRewardRecord": WorldBossKillRewardRecordType, @@ -14072,7 +14081,7 @@
    Fields
    Example
    -
    {"aTK": 987, "cRI": 987, "dEF": 123, "hIT": 123, "hP": 987, "sPD": 123}
    +                    
    {"aTK": 987, "cRI": 987, "dEF": 987, "hIT": 123, "hP": 987, "sPD": 987}
     
    @@ -14097,7 +14106,7 @@
    Description
    Example
    -
    "abc123"
    +                    
    "xyz789"
     
    @@ -14233,7 +14242,7 @@
    Example
    "id": TxId, "nonce": {}, "publicKey": ByteString, - "serializedPayload": "xyz789", + "serializedPayload": "abc123", "signature": ByteString, "signer": Address, "timestamp": DateTimeOffset, @@ -14500,7 +14509,7 @@
    Example
    {
       "attachSignature": "xyz789",
    -  "createUnsignedTx": "xyz789",
    +  "createUnsignedTx": "abc123",
       "getTx": TransactionType,
       "ncTransactions": [TransactionType],
       "nextTxNonce": {},
    @@ -14718,7 +14727,7 @@ 
    Example
    {
    -  "bindSignature": "abc123",
    +  "bindSignature": "xyz789",
       "nextNonce": {},
       "stagedTransactions": [Transaction],
       "transaction": Transaction,
    @@ -15395,7 +15404,7 @@ 
    Example
    {
       "address": Address,
    -  "ended": true,
    +  "ended": false,
       "orderedArenaInfos": [ArenaInfoType]
     }
     
    @@ -15544,7 +15553,7 @@
    Example
    {
       "currentHp": {},
       "endedBlockIndex": {},
    -  "id": 123,
    +  "id": 987,
       "level": 987,
       "startedBlockIndex": {}
     }
    @@ -15639,8 +15648,8 @@ 
    Example
    {
    -  "isStageCleared": true,
    -  "isWorldUnlocked": false,
    +  "isStageCleared": false,
    +  "isWorldUnlocked": true,
       "world": WorldType
     }
     
    @@ -15818,10 +15827,10 @@
    Example
    {
    -  "id": 123,
    +  "id": 987,
       "isStageCleared": false,
       "isUnlocked": true,
    -  "name": "abc123",
    +  "name": "xyz789",
       "stageBegin": 123,
       "stageClearedBlockIndex": {},
       "stageClearedId": 123,