@rarible/api-client
Advanced tools
Comparing version 0.0.14-beta1 to 0.0.15-beta1
/** | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -5,0 +5,0 @@ * The version of the OpenAPI document: v0.1 |
@@ -6,3 +6,3 @@ "use strict"; | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -9,0 +9,0 @@ * The version of the OpenAPI document: v0.1 |
/** | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -5,0 +5,0 @@ * The version of the OpenAPI document: v0.1 |
@@ -6,3 +6,3 @@ "use strict"; | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -9,0 +9,0 @@ * The version of the OpenAPI document: v0.1 |
/** | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -5,0 +5,0 @@ * The version of the OpenAPI document: v0.1 |
@@ -6,3 +6,3 @@ "use strict"; | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -9,0 +9,0 @@ * The version of the OpenAPI document: v0.1 |
/** | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -5,0 +5,0 @@ * The version of the OpenAPI document: v0.1 |
@@ -6,3 +6,3 @@ "use strict"; | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -9,0 +9,0 @@ * The version of the OpenAPI document: v0.1 |
/** | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -157,15 +157,15 @@ * The version of the OpenAPI document: v0.1 | ||
/** | ||
* **[Not yet implemented]** | ||
* Returns possible trait values by key | ||
*/ | ||
queryTraitsRaw(requestParameters: QueryTraitsRequest): Promise<QueryTraitsResponse>; | ||
/** | ||
* **[Not yet implemented]** | ||
* Returns possible trait values by key | ||
*/ | ||
queryTraits(requestParameters: QueryTraitsRequest): Promise<Traits>; | ||
/** | ||
* **[Not yet implemented]** | ||
* Returns the rarity of the trait | ||
*/ | ||
queryTraitsWithRarityRaw(requestParameters: QueryTraitsWithRarityRequest): Promise<QueryTraitsWithRarityResponse>; | ||
/** | ||
* **[Not yet implemented]** | ||
* Returns the rarity of the trait | ||
*/ | ||
@@ -182,15 +182,15 @@ queryTraitsWithRarity(requestParameters: QueryTraitsWithRarityRequest): Promise<ExtendedTraitProperties>; | ||
/** | ||
* **[Not yet implemented]** Complex search for items. | ||
* Complex search for items | ||
*/ | ||
searchItemsRaw(requestParameters: SearchItemsRequest): Promise<SearchItemsResponse>; | ||
/** | ||
* **[Not yet implemented]** Complex search for items. | ||
* Complex search for items | ||
*/ | ||
searchItems(requestParameters: SearchItemsRequest): Promise<Items>; | ||
/** | ||
* **[Not yet implemented]** Returns combination of Item attribute key with list of values | ||
* Returns combination of Item attribute key with list of values | ||
*/ | ||
searchTraitsRaw(requestParameters: SearchTraitsRequest): Promise<SearchTraitsResponse>; | ||
/** | ||
* **[Not yet implemented]** Returns combination of Item attribute key with list of values | ||
* Returns combination of Item attribute key with list of values | ||
*/ | ||
@@ -197,0 +197,0 @@ searchTraits(requestParameters: SearchTraitsRequest): Promise<Traits>; |
@@ -6,3 +6,3 @@ "use strict"; | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -823,3 +823,3 @@ * The version of the OpenAPI document: v0.1 | ||
/** | ||
* **[Not yet implemented]** | ||
* Returns possible trait values by key | ||
*/ | ||
@@ -881,3 +881,3 @@ ItemControllerApi.prototype.queryTraitsRaw = function (requestParameters) { | ||
/** | ||
* **[Not yet implemented]** | ||
* Returns possible trait values by key | ||
*/ | ||
@@ -901,3 +901,3 @@ ItemControllerApi.prototype.queryTraits = function (requestParameters) { | ||
/** | ||
* **[Not yet implemented]** | ||
* Returns the rarity of the trait | ||
*/ | ||
@@ -939,3 +939,3 @@ ItemControllerApi.prototype.queryTraitsWithRarityRaw = function (requestParameters) { | ||
/** | ||
* **[Not yet implemented]** | ||
* Returns the rarity of the trait | ||
*/ | ||
@@ -1025,3 +1025,3 @@ ItemControllerApi.prototype.queryTraitsWithRarity = function (requestParameters) { | ||
/** | ||
* **[Not yet implemented]** Complex search for items. | ||
* Complex search for items | ||
*/ | ||
@@ -1079,3 +1079,3 @@ ItemControllerApi.prototype.searchItemsRaw = function (requestParameters) { | ||
/** | ||
* **[Not yet implemented]** Complex search for items. | ||
* Complex search for items | ||
*/ | ||
@@ -1099,3 +1099,3 @@ ItemControllerApi.prototype.searchItems = function (requestParameters) { | ||
/** | ||
* **[Not yet implemented]** Returns combination of Item attribute key with list of values | ||
* Returns combination of Item attribute key with list of values | ||
*/ | ||
@@ -1160,3 +1160,3 @@ ItemControllerApi.prototype.searchTraitsRaw = function (requestParameters) { | ||
/** | ||
* **[Not yet implemented]** Returns combination of Item attribute key with list of values | ||
* Returns combination of Item attribute key with list of values | ||
*/ | ||
@@ -1163,0 +1163,0 @@ ItemControllerApi.prototype.searchTraits = function (requestParameters) { |
/** | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -5,0 +5,0 @@ * The version of the OpenAPI document: v0.1 |
@@ -6,3 +6,3 @@ "use strict"; | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -9,0 +9,0 @@ * The version of the OpenAPI document: v0.1 |
/** | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -25,3 +25,3 @@ * The version of the OpenAPI document: v0.1 | ||
} | ||
export interface SearchRequest { | ||
export interface SearchOwnershipsRequest { | ||
ownershipSearchRequest: OwnershipSearchRequest; | ||
@@ -60,7 +60,7 @@ } | ||
*/ | ||
searchRaw(requestParameters: SearchRequest): Promise<SearchResponse>; | ||
searchOwnershipsRaw(requestParameters: SearchOwnershipsRequest): Promise<SearchOwnershipsResponse>; | ||
/** | ||
* Complex ownerships search | ||
*/ | ||
search(requestParameters: SearchRequest): Promise<Ownerships>; | ||
searchOwnerships(requestParameters: SearchOwnershipsRequest): Promise<Ownerships>; | ||
} | ||
@@ -110,14 +110,14 @@ export declare type GetOwnershipById200 = { | ||
export declare type GetOwnershipsByItemResponse = GetOwnershipsByItem200 | GetOwnershipsByItem400 | GetOwnershipsByItem500; | ||
export declare type Search200 = { | ||
export declare type SearchOwnerships200 = { | ||
status: 200; | ||
value: Ownerships; | ||
}; | ||
export declare type Search400 = { | ||
export declare type SearchOwnerships400 = { | ||
status: 400; | ||
value: UnionApiErrorBadRequest; | ||
}; | ||
export declare type Search500 = { | ||
export declare type SearchOwnerships500 = { | ||
status: 500; | ||
value: UnionApiErrorServerError; | ||
}; | ||
export declare type SearchResponse = Search200 | Search400 | Search500; | ||
export declare type SearchOwnershipsResponse = SearchOwnerships200 | SearchOwnerships400 | SearchOwnerships500; |
@@ -6,3 +6,3 @@ "use strict"; | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -329,3 +329,3 @@ * The version of the OpenAPI document: v0.1 | ||
*/ | ||
OwnershipControllerApi.prototype.searchRaw = function (requestParameters) { | ||
OwnershipControllerApi.prototype.searchOwnershipsRaw = function (requestParameters) { | ||
return __awaiter(this, void 0, void 0, function () { | ||
@@ -338,3 +338,3 @@ var queryParameters, headerParameters, response; | ||
if (requestParameters.ownershipSearchRequest === null || requestParameters.ownershipSearchRequest === undefined) { | ||
throw new runtime.RequiredError('ownershipSearchRequest', 'Required parameter requestParameters.ownershipSearchRequest was null or undefined when calling search.'); | ||
throw new runtime.RequiredError('ownershipSearchRequest', 'Required parameter requestParameters.ownershipSearchRequest was null or undefined when calling searchOwnerships.'); | ||
} | ||
@@ -384,3 +384,3 @@ queryParameters = {}; | ||
*/ | ||
OwnershipControllerApi.prototype.search = function (requestParameters) { | ||
OwnershipControllerApi.prototype.searchOwnerships = function (requestParameters) { | ||
return __awaiter(this, void 0, void 0, function () { | ||
@@ -390,3 +390,3 @@ var response; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, this.searchRaw(requestParameters)]; | ||
case 0: return [4 /*yield*/, this.searchOwnershipsRaw(requestParameters)]; | ||
case 1: | ||
@@ -393,0 +393,0 @@ response = _a.sent(); |
/** | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -5,0 +5,0 @@ * The version of the OpenAPI document: v0.1 |
@@ -6,3 +6,3 @@ "use strict"; | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -9,0 +9,0 @@ * The version of the OpenAPI document: v0.1 |
@@ -12,2 +12,3 @@ import { ActivityBlockchainInfo } from "./ActivityBlockchainInfo"; | ||
import { OrderActivitySource } from "./OrderActivitySource"; | ||
import { OrderId } from "@rarible/types"; | ||
import { UnionAddress } from "@rarible/types"; | ||
@@ -65,2 +66,3 @@ export declare type Activity = MintActivity | BurnActivity | TransferActivity | OrderMatchActivity | OrderBidActivity | OrderListActivity | OrderCancelBidActivity | OrderCancelListActivity | AuctionOpenActivity | AuctionBidActivity | AuctionFinishActivity | AuctionCancelActivity | AuctionStartActivity | AuctionEndActivity | L2DepositActivity | L2WithdrawalActivity; | ||
"@type": "SWAP"; | ||
orderId?: OrderId; | ||
source: OrderActivitySource; | ||
@@ -83,2 +85,3 @@ transactionHash: string; | ||
"@type": "SELL"; | ||
orderId?: OrderId; | ||
source: OrderActivitySource; | ||
@@ -112,2 +115,3 @@ transactionHash: string; | ||
reverted?: boolean; | ||
orderId?: OrderId; | ||
hash: string; | ||
@@ -129,2 +133,3 @@ maker: UnionAddress; | ||
reverted?: boolean; | ||
orderId?: OrderId; | ||
hash: string; | ||
@@ -145,2 +150,3 @@ maker: UnionAddress; | ||
reverted?: boolean; | ||
orderId?: OrderId; | ||
hash: string; | ||
@@ -161,2 +167,3 @@ maker: UnionAddress; | ||
reverted?: boolean; | ||
orderId?: OrderId; | ||
hash: string; | ||
@@ -163,0 +170,0 @@ maker: UnionAddress; |
@@ -37,2 +37,3 @@ import { AmmOrders } from "./AmmOrders"; | ||
self?: boolean; | ||
suspicious?: boolean; | ||
}; |
@@ -10,3 +10,3 @@ import { BigNumber } from "@rarible/types"; | ||
blockchain: Blockchain; | ||
collection: CollectionId; | ||
collection?: CollectionId; | ||
owner: UnionAddress; | ||
@@ -13,0 +13,0 @@ value: BigNumber; |
@@ -8,2 +8,3 @@ import { MetaAttribute } from "./MetaAttribute"; | ||
createdAt?: string; | ||
updatedAt?: string; | ||
tags?: Array<string>; | ||
@@ -10,0 +11,0 @@ genres?: Array<string>; |
@@ -117,2 +117,3 @@ import { BigNumber } from "@rarible/types"; | ||
takerEdpk?: string; | ||
legacyData?: string; | ||
}; | ||
@@ -129,2 +130,3 @@ export declare type TezosOrderDataV2 = TezosOrderDataRaribleV2DataV2 | TezosOrderDataHen | TezosOrderDataVersumV1 | TezosOrderDataTeiaV1 | TezosOrderDataObjktV1 | TezosOrderDataObjktV2 | TezosOrderDataFxhashV1 | TezosOrderDataFxhashV2; | ||
originFees: Array<Payout>; | ||
internalOrderId?: string; | ||
}; | ||
@@ -135,2 +137,3 @@ export declare type TezosOrderDataVersumV1 = { | ||
originFees: Array<Payout>; | ||
internalOrderId?: string; | ||
}; | ||
@@ -141,2 +144,3 @@ export declare type TezosOrderDataTeiaV1 = { | ||
originFees: Array<Payout>; | ||
internalOrderId?: string; | ||
}; | ||
@@ -147,2 +151,3 @@ export declare type TezosOrderDataObjktV1 = { | ||
originFees: Array<Payout>; | ||
internalOrderId?: string; | ||
}; | ||
@@ -153,2 +158,3 @@ export declare type TezosOrderDataObjktV2 = { | ||
originFees: Array<Payout>; | ||
internalOrderId?: string; | ||
}; | ||
@@ -159,2 +165,3 @@ export declare type TezosOrderDataFxhashV1 = { | ||
originFees: Array<Payout>; | ||
internalOrderId?: string; | ||
}; | ||
@@ -165,2 +172,3 @@ export declare type TezosOrderDataFxhashV2 = { | ||
originFees: Array<Payout>; | ||
internalOrderId?: string; | ||
}; | ||
@@ -167,0 +175,0 @@ export declare type FlowOrderDataV1 = { |
/** | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -5,0 +5,0 @@ * The version of the OpenAPI document: v0.1 |
@@ -6,3 +6,3 @@ "use strict"; | ||
* OpenAPI definition | ||
* Spring API to access NFT transactions\' data for charts and statistics on the Rarible web-site. | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
@@ -9,0 +9,0 @@ * The version of the OpenAPI document: v0.1 |
{ | ||
"name": "@rarible/api-client", | ||
"version": "0.0.14-beta1", | ||
"version": "0.0.15-beta1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "axios", |
373270
8983