@ehrenkind/shopify-lib 0.8.1 → 0.8.2
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.cjs +18 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.mjs +18 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1838,6 +1838,20 @@ var queryOrderByIdFull = gql`#graphql
|
|
|
1838
1838
|
amount
|
|
1839
1839
|
currencyCode
|
|
1840
1840
|
}
|
|
1841
|
+
presentmentMoney {
|
|
1842
|
+
amount
|
|
1843
|
+
currencyCode
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
currentTotalPriceSet {
|
|
1847
|
+
shopMoney {
|
|
1848
|
+
amount
|
|
1849
|
+
currencyCode
|
|
1850
|
+
}
|
|
1851
|
+
presentmentMoney {
|
|
1852
|
+
amount
|
|
1853
|
+
currencyCode
|
|
1854
|
+
}
|
|
1841
1855
|
}
|
|
1842
1856
|
customer {
|
|
1843
1857
|
id
|
|
@@ -1892,6 +1906,10 @@ var queryOrderByIdFull = gql`#graphql
|
|
|
1892
1906
|
amount
|
|
1893
1907
|
currencyCode
|
|
1894
1908
|
}
|
|
1909
|
+
presentmentMoney {
|
|
1910
|
+
amount
|
|
1911
|
+
currencyCode
|
|
1912
|
+
}
|
|
1895
1913
|
}
|
|
1896
1914
|
}
|
|
1897
1915
|
vendor
|