@anker-in/shopify-sdk 0.1.1-beta.19 → 0.1.1-beta.20

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/dist/index.d.mts CHANGED
@@ -10230,6 +10230,7 @@ interface NormalizedLineItem {
10230
10230
  totalAmount: number;
10231
10231
  subtotalAmount: number;
10232
10232
  discountAllocations: Array<{
10233
+ title: string;
10233
10234
  code: string;
10234
10235
  amount: number;
10235
10236
  }>;
package/dist/index.d.ts CHANGED
@@ -10230,6 +10230,7 @@ interface NormalizedLineItem {
10230
10230
  totalAmount: number;
10231
10231
  subtotalAmount: number;
10232
10232
  discountAllocations: Array<{
10233
+ title: string;
10233
10234
  code: string;
10234
10235
  amount: number;
10235
10236
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anker-in/shopify-sdk",
3
- "version": "0.1.1-beta.19",
3
+ "version": "0.1.1-beta.20",
4
4
  "description": "Shopify Storefront API GraphQL client",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",