@bosonprotocol/boson-dcl
Advanced tools
Comparing version 2.2.2-alpha.2 to 2.2.2-alpha.3
@@ -0,0 +0,0 @@ import { AbstractKiosk } from '@bosonprotocol/boson-dcl' |
@@ -29,3 +29,3 @@ /// <reference types="dcl" /> | ||
productUUID: string; | ||
productImageData: { | ||
productOverrideData: { | ||
mainImageIndex?: number; | ||
@@ -38,2 +38,8 @@ imageSizes?: { | ||
}; | ||
override?: { | ||
productName?: string; | ||
productDescription?: string; | ||
sellerName?: string; | ||
sellerDescription?: string; | ||
}; | ||
} | undefined; | ||
@@ -70,2 +76,8 @@ currentOfferID: string; | ||
}; | ||
override?: { | ||
productName?: string; | ||
productDescription?: string; | ||
sellerName?: string; | ||
sellerDescription?: string; | ||
}; | ||
}, gateState?: eGateStateEnum); | ||
@@ -407,3 +419,3 @@ loadProduct(): void; | ||
productUUID: string; | ||
productImageData: { | ||
productOverrideData: { | ||
mainImageIndex?: number; | ||
@@ -416,2 +428,8 @@ imageSizes?: { | ||
}; | ||
override?: { | ||
productName?: string; | ||
productDescription?: string; | ||
sellerName?: string; | ||
sellerDescription?: string; | ||
}; | ||
} | undefined; | ||
@@ -452,2 +470,8 @@ currentOfferID: string; | ||
}; | ||
override?: { | ||
productName?: string; | ||
productDescription?: string; | ||
sellerName?: string; | ||
sellerDescription?: string; | ||
}; | ||
}, _displayProduct?: DisplayProduct | DisplayProduct[], gateState?: eGateStateEnum); | ||
@@ -454,0 +478,0 @@ loadProduct(): void; |
@@ -25,3 +25,3 @@ /// <reference types="dcl" /> | ||
productUUID: string; | ||
productImageData: { | ||
productOverrideData: { | ||
mainImageIndex?: number; | ||
@@ -34,2 +34,8 @@ imageSizes?: { | ||
}; | ||
override?: { | ||
productName?: string; | ||
productDescription?: string; | ||
sellerName?: string; | ||
sellerDescription?: string; | ||
}; | ||
} | undefined; | ||
@@ -66,2 +72,8 @@ currentOfferID: string; | ||
}; | ||
override?: { | ||
productName?: string; | ||
productDescription?: string; | ||
sellerName?: string; | ||
sellerDescription?: string; | ||
}; | ||
}, gateState?: eGateStateEnum); | ||
@@ -68,0 +80,0 @@ loadProduct(): void; |
@@ -26,3 +26,3 @@ /// <reference types="dcl" /> | ||
productUUID: string; | ||
productImageData: { | ||
productOverrideData: { | ||
mainImageIndex?: number; | ||
@@ -35,2 +35,8 @@ imageSizes?: { | ||
}; | ||
override?: { | ||
productName?: string; | ||
productDescription?: string; | ||
sellerName?: string; | ||
sellerDescription?: string; | ||
}; | ||
} | undefined; | ||
@@ -71,2 +77,8 @@ currentOfferID: string; | ||
}; | ||
override?: { | ||
productName?: string; | ||
productDescription?: string; | ||
sellerName?: string; | ||
sellerDescription?: string; | ||
}; | ||
}, _displayProduct?: DisplayProduct | DisplayProduct[], gateState?: eGateStateEnum); | ||
@@ -73,0 +85,0 @@ loadProduct(): void; |
{ | ||
"name": "@bosonprotocol/boson-dcl", | ||
"version": "2.2.2-alpha.2", | ||
"version": "2.2.2-alpha.3", | ||
"description": "Boson Protocol - Decentraland library v2", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6841460
31506