@wix/auto_sdk_ecom_cart 1.0.106 → 1.0.107

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.
@@ -3000,6 +3000,7 @@ declare function onCartDeleted(handler: (event: CartDeletedEnvelope) => void | P
3000
3000
  interface CartUpdatedEnvelope {
3001
3001
  entity: Cart;
3002
3002
  metadata: EventMetadata;
3003
+ /** @hidden */
3003
3004
  modifiedFields: Record<string, any>;
3004
3005
  }
3005
3006
  /** @permissionScope Manage Stores - all permissions