@wix/auto_sdk_ecom_payment-settings 1.0.132 → 1.0.134

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
  /**
@@ -4637,7 +4651,7 @@ interface Membership {
4637
4651
  /**
4638
4652
  * Membership ID.
4639
4653
  * @minLength 1
4640
- * @maxLength 100
4654
+ * @maxLength 200
4641
4655
  */
4642
4656
  _id?: string;
4643
4657
  /**
@@ -4720,7 +4734,7 @@ interface SelectedMembership {
4720
4734
  /**
4721
4735
  * Membership ID.
4722
4736
  * @minLength 1
4723
- * @maxLength 100
4737
+ * @maxLength 200
4724
4738
  */
4725
4739
  _id?: string;
4726
4740
  /**
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.134",
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": "7b587f578a52264bb69207c657909195fd610dfb1a728841ffd7f26c"
55
55
  }