@lustre/sdk 3.22.0-dev.16 → 3.22.0-dev.17

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lustre/sdk",
3
- "version": "3.22.0-dev.16",
3
+ "version": "3.22.0-dev.17",
4
4
  "repository": "github:parli/typescript-sdk",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -301,8 +301,8 @@ export interface ResearchedProductV2 {
301
301
  url: Url | null;
302
302
  affiliateUrl: Url | null;
303
303
  favicon: Url | null;
304
- deliveryData?: string | null;
305
- returnData?: string | null;
304
+ shippingInfo?: string | null;
305
+ returnInfo?: string | null;
306
306
  stockStatus?: string | null;
307
307
  rating?: {
308
308
  count: number;