@wix/auto_sdk_ecom_payment-settings 1.0.132 → 1.0.133

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.
@@ -185,6 +185,20 @@ interface Order {
185
185
  payAfterFreeTrial?: PriceSummary;
186
186
  /** Summary of platform fees for this order, including totals by charge type and a breakdown of individual fees. */
187
187
  platformFeeSummary?: PlatformFeeSummary;
188
+ /**
189
+ * Whether the order was imported from an external system using the Order Import API.
190
+ *
191
+ * When `true`, the order originated outside of Wix (for example, during a migration from another
192
+ * eCommerce platform) rather than being placed through the Wix checkout flow or created manually.
193
+ * Imported orders trigger the dedicated `OrderImported` and `ImportedOrderDeleted` domain events.
194
+ *
195
+ * Set automatically at import time and cannot be changed afterwards.
196
+ *
197
+ * Default: `false`
198
+ * @readonly
199
+ * @immutable
200
+ */
201
+ imported?: boolean;
188
202
  }
189
203
  interface OrderLineItem {
190
204
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.132",
3
+ "version": "1.0.133",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -51,5 +51,5 @@
51
51
  "fqdn": "wix.interfaces.ecommerce.v1.payment_settings_provider"
52
52
  }
53
53
  },
54
- "falconPackageHash": "06314bde53c8407cee623888b1d5c6dddfd3c5dcf1f92f1bacf4bee1"
54
+ "falconPackageHash": "8c114f166f08d8de716d1901203cc2af51b6aa988c3c759b74aec150"
55
55
  }