@rarible/api-client
Advanced tools
Comparing version 1.124.100 to 1.124.101-PR-1.124.2-1
@@ -70,2 +70,3 @@ /** | ||
keys?: Array<string>; | ||
owners?: Array<string>; | ||
} | ||
@@ -72,0 +73,0 @@ export interface QueryTraitsWithRarityRequest { |
@@ -1057,2 +1057,5 @@ "use strict"; | ||
} | ||
if (requestParameters.owners) { | ||
queryParameters['owners'] = requestParameters.owners; | ||
} | ||
headerParameters = {}; | ||
@@ -1059,0 +1062,0 @@ if (this.configuration && this.configuration.apiKey) { |
@@ -29,2 +29,3 @@ /** | ||
collectionIds: Array<string>; | ||
owners?: Array<string>; | ||
} | ||
@@ -31,0 +32,0 @@ /** |
@@ -432,2 +432,5 @@ "use strict"; | ||
} | ||
if (requestParameters.owners) { | ||
queryParameters['owners'] = requestParameters.owners; | ||
} | ||
headerParameters = {}; | ||
@@ -434,0 +437,0 @@ if (this.configuration && this.configuration.apiKey) { |
@@ -171,3 +171,2 @@ export * from "./Traits"; | ||
export { OwnershipId } from "@rarible/types"; | ||
export { Hash } from "@rarible/types"; | ||
export { OrderId } from "@rarible/types"; | ||
@@ -179,4 +178,5 @@ export { ItemId } from "@rarible/types"; | ||
export { UnionAddress } from "@rarible/types"; | ||
export { TransactionHash } from "@rarible/types"; | ||
export { Binary } from "@rarible/types"; | ||
export { AuctionId } from "@rarible/types"; | ||
export { UnionContractAddress } from "@rarible/types"; |
{ | ||
"name": "@rarible/api-client", | ||
"version": "1.124.100", | ||
"version": "1.124.101-PR-1.124.2-1", | ||
"keywords": [ | ||
@@ -29,3 +29,3 @@ "axios", | ||
"@openapitools/openapi-generator-cli": "2.3.6", | ||
"@rarible/types": "~0.10.0-alpha.5", | ||
"@rarible/types": "0.10.1", | ||
"download-cli": "1.1.1", | ||
@@ -32,0 +32,0 @@ "move-file-cli": "2.0.0", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
741341
15837
2