@bosonprotocol/core-sdk 1.12.0-alpha.6 → 1.12.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2293,7 +2293,7 @@ export declare type ProductV1MetadataEntity = MetadataInterface & {
2293
2293
  quantityAvailable: Scalars["BigInt"];
2294
2294
  schemaUrl: Scalars["String"];
2295
2295
  seller: Seller;
2296
- shipping: ProductV1ShippingOption;
2296
+ shipping?: Maybe<ProductV1ShippingOption>;
2297
2297
  /** MetadataType.PRODUCT_V1 */
2298
2298
  type: MetadataType;
2299
2299
  /**