@elasticpath/js-sdk 16.1.0 → 17.0.0
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/README.md +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -350,4 +350,4 @@ You can learn more about the Rollup API and configuration [here](https://github.
|
|
|
350
350
|
## Terms And Conditions
|
|
351
351
|
|
|
352
352
|
- Any changes to this project must be reviewed and approved by the repository owner.
|
|
353
|
-
- For more information about the license, see [MIT License](https://github.com/elasticpath/js-sdk/blob/main/LICENSE).
|
|
353
|
+
- For more information about the license, see [MIT License](https://github.com/elasticpath/js-sdk/blob/main/LICENSE).
|
package/dist/index.cjs.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -2156,6 +2156,7 @@ interface OrderItem extends Identifiable, OrderItemBase {
|
|
|
2156
2156
|
}
|
|
2157
2157
|
id: string
|
|
2158
2158
|
code: string
|
|
2159
|
+
promotion_source?: string
|
|
2159
2160
|
}
|
|
2160
2161
|
]
|
|
2161
2162
|
components?: ProductComponents
|
|
@@ -2169,6 +2170,7 @@ interface OrderItem extends Identifiable, OrderItemBase {
|
|
|
2169
2170
|
catalog_source?: 'pim'
|
|
2170
2171
|
custom_inputs?: Record<string, any>
|
|
2171
2172
|
shipping_group_id?: string
|
|
2173
|
+
promotion_source?: string
|
|
2172
2174
|
}
|
|
2173
2175
|
|
|
2174
2176
|
type PurchasePaymentMethod = 'purchase'
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED