@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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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
|
}>;
|