@bosonprotocol/core-sdk
Advanced tools
Comparing version 1.7.1-alpha.0 to 1.8.0-alpha.0
@@ -23,3 +23,3 @@ export * as handler from "./handler"; | ||
metadataUri: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
offerChecksum: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
metadataHash: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
}, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{ | ||
@@ -40,5 +40,5 @@ price: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
metadataUri: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
offerChecksum: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
metadataHash: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
}>>; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -121,4 +121,4 @@ "use strict"; | ||
Offer_OrderBy["Metadata"] = "metadata"; | ||
Offer_OrderBy["MetadataHash"] = "metadataHash"; | ||
Offer_OrderBy["MetadataUri"] = "metadataUri"; | ||
Offer_OrderBy["OfferChecksum"] = "offerChecksum"; | ||
Offer_OrderBy["Price"] = "price"; | ||
@@ -233,3 +233,3 @@ Offer_OrderBy["ProtocolFee"] = "protocolFee"; | ||
metadataUri | ||
offerChecksum | ||
metadataHash | ||
voidedAt | ||
@@ -236,0 +236,0 @@ disputeResolverId |
@@ -23,3 +23,3 @@ export * as handler from "./handler"; | ||
metadataUri: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
offerChecksum: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
metadataHash: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
}, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{ | ||
@@ -40,5 +40,5 @@ price: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
metadataUri: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
offerChecksum: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
metadataHash: import("yup/lib/string").RequiredStringSchema<string, import("yup/lib/types").AnyObject>; | ||
}>>; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -118,4 +118,4 @@ import { gql } from "graphql-request"; | ||
Offer_OrderBy["Metadata"] = "metadata"; | ||
Offer_OrderBy["MetadataHash"] = "metadataHash"; | ||
Offer_OrderBy["MetadataUri"] = "metadataUri"; | ||
Offer_OrderBy["OfferChecksum"] = "offerChecksum"; | ||
Offer_OrderBy["Price"] = "price"; | ||
@@ -230,3 +230,3 @@ Offer_OrderBy["ProtocolFee"] = "protocolFee"; | ||
metadataUri | ||
offerChecksum | ||
metadataHash | ||
voidedAt | ||
@@ -233,0 +233,0 @@ disputeResolverId |
{ | ||
"name": "@bosonprotocol/core-sdk", | ||
"version": "1.7.1-alpha.0", | ||
"version": "1.8.0-alpha.0", | ||
"description": "> TODO: description", | ||
@@ -34,3 +34,3 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@bosonprotocol/common": "^1.6.0", | ||
"@bosonprotocol/common": "^1.7.0-alpha.0", | ||
"@ethersproject/abi": "^5.5.0", | ||
@@ -53,3 +53,3 @@ "@ethersproject/address": "^5.5.0", | ||
}, | ||
"gitHead": "aa86cce10a97e2c9e00ef633dfdbfd791441b0f3" | ||
"gitHead": "6608b43232cbab39d9e6d6cf37fb6d23c8f0a596" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1016010