@wix/ecom 1.0.813 → 1.0.815
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/build/cjs/context.d.ts +2 -0
- package/build/cjs/context.js +3 -1
- package/build/cjs/context.js.map +1 -1
- package/build/cjs/index.d.ts +3 -1
- package/build/cjs/index.js +5 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js +3 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +2 -0
- package/build/es/context.js +2 -0
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +3 -1
- package/build/es/index.js +3 -1
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +2 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -1
- package/package.json +7 -5
- package/type-bundles/context.bundle.d.ts +3351 -2580
- package/type-bundles/index.bundle.d.ts +3351 -2580
- package/type-bundles/meta.bundle.d.ts +1666 -732
- package/type-bundles/service-plugins-context.bundle.d.ts +5 -0
- package/type-bundles/service-plugins.bundle.d.ts +5 -0
|
@@ -2825,6 +2825,11 @@ interface Order {
|
|
|
2825
2825
|
* + No shipping option is selected.
|
|
2826
2826
|
*/
|
|
2827
2827
|
recipientInfo?: ApiAddressWithContact;
|
|
2828
|
+
/**
|
|
2829
|
+
* Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
|
|
2830
|
+
* Used for migration from external systems.
|
|
2831
|
+
*/
|
|
2832
|
+
purchasedDate?: Date | null;
|
|
2828
2833
|
}
|
|
2829
2834
|
interface OrderLineItem {
|
|
2830
2835
|
/** Line item ID. */
|
|
@@ -2825,6 +2825,11 @@ interface Order {
|
|
|
2825
2825
|
* + No shipping option is selected.
|
|
2826
2826
|
*/
|
|
2827
2827
|
recipientInfo?: ApiAddressWithContact;
|
|
2828
|
+
/**
|
|
2829
|
+
* Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
|
|
2830
|
+
* Used for migration from external systems.
|
|
2831
|
+
*/
|
|
2832
|
+
purchasedDate?: Date | null;
|
|
2828
2833
|
}
|
|
2829
2834
|
interface OrderLineItem {
|
|
2830
2835
|
/** Line item ID. */
|