@rarible/api-client
Advanced tools
Comparing version 0.0.13-beta2 to 0.0.13-beta3
@@ -5,5 +5,4 @@ import { BigNumber } from "@rarible/types"; | ||
import { Creator } from "./Creator"; | ||
import { ItemId } from "@rarible/types"; | ||
import { Royalty } from "./Royalty"; | ||
export declare type AssetType = FlowAssetTypeNft | FlowAssetTypeFt | TezosXTZAssetType | TezosFTAssetType | TezosNFTAssetType | TezosMTAssetType | EthEthereumAssetType | EthErc20AssetType | EthErc721AssetType | EthErc721LazyAssetType | EthErc1155AssetType | EthErc1155LazyAssetType | EthCryptoPunksAssetType | EthGenerativeArtAssetType | EthCollectionAssetType | SolanaNftAssetType | SolanaFtAssetType | SolanaSolAssetType; | ||
export declare type AssetType = FlowAssetTypeNft | FlowAssetTypeFt | TezosXTZAssetType | TezosFTAssetType | TezosNFTAssetType | TezosMTAssetType | EthEthereumAssetType | EthErc20AssetType | EthErc721AssetType | EthErc721LazyAssetType | EthErc1155AssetType | EthErc1155LazyAssetType | EthCryptoPunksAssetType | EthGenerativeArtAssetType | EthCollectionAssetType; | ||
export declare type FlowAssetTypeNft = { | ||
@@ -86,12 +85,1 @@ "@type": "FLOW_NFT"; | ||
}; | ||
export declare type SolanaNftAssetType = { | ||
"@type": "SOLANA_NFT"; | ||
itemId: ItemId; | ||
}; | ||
export declare type SolanaFtAssetType = { | ||
"@type": "SOLANA_FT"; | ||
address: ContractAddress; | ||
}; | ||
export declare type SolanaSolAssetType = { | ||
"@type": "SOLANA_SOL"; | ||
}; |
@@ -23,4 +23,3 @@ import { Blockchain } from "./Blockchain"; | ||
TEZOS_NFT = "TEZOS_NFT", | ||
TEZOS_MT = "TEZOS_MT", | ||
SOLANA = "SOLANA" | ||
TEZOS_MT = "TEZOS_MT" | ||
} | ||
@@ -27,0 +26,0 @@ export declare enum CollectionFeatures { |
@@ -12,3 +12,2 @@ "use strict"; | ||
CollectionType["TEZOS_MT"] = "TEZOS_MT"; | ||
CollectionType["SOLANA"] = "SOLANA"; | ||
})(CollectionType = exports.CollectionType || (exports.CollectionType = {})); | ||
@@ -15,0 +14,0 @@ var CollectionFeatures; |
import { BigNumber } from "@rarible/types"; | ||
import { ContractAddress } from "@rarible/types"; | ||
import { Payout } from "./Payout"; | ||
import { UnionAddress } from "@rarible/types"; | ||
export declare type OrderData = EthOrderDataLegacy | EthOrderDataRaribleV2DataV1 | EthOrderOpenSeaV1DataV1 | EthOrderCryptoPunksData | TezosOrderDataRaribleV2DataV1 | FlowOrderDataV1 | SolanaAuctionHouseDataV1; | ||
export declare type OrderData = EthOrderDataLegacy | EthOrderDataRaribleV2DataV1 | EthOrderOpenSeaV1DataV1 | EthOrderCryptoPunksData | TezosOrderDataRaribleV2DataV1 | FlowOrderDataV1; | ||
export declare type EthOrderDataLegacy = { | ||
@@ -65,5 +64,1 @@ "@type": "ETH_RARIBLE_V1"; | ||
}; | ||
export declare type SolanaAuctionHouseDataV1 = { | ||
"@type": "SOLANA_AUCTION_HOUSE_V1"; | ||
auctionHouse?: ContractAddress; | ||
}; |
@@ -79,3 +79,3 @@ "use strict"; | ||
exports.TextApiResponse = exports.BlobApiResponse = exports.VoidApiResponse = exports.JSONApiResponse = exports.canConsumeForm = exports.mapValues = exports.querystring = exports.exists = exports.Configuration = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.BASE_PATH = void 0; | ||
exports.BASE_PATH = "https://api-dev.rarible.org".replace(/\/+$/, ""); | ||
exports.BASE_PATH = "https://api.rarible.org".replace(/\/+$/, ""); | ||
var isBlob = function (value) { return typeof Blob !== 'undefined' && value instanceof Blob; }; | ||
@@ -82,0 +82,0 @@ /** |
{ | ||
"name": "@rarible/api-client", | ||
"version": "0.0.13-beta2", | ||
"version": "0.0.13-beta3", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "axios", |
298623
7094