@wix/ecom 1.0.721 → 1.0.723

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.
@@ -2647,6 +2647,11 @@ interface BalanceSummary {
2647
2647
  * @readonly
2648
2648
  */
2649
2649
  refunded?: Price;
2650
+ /**
2651
+ * Sum of all authorized payments
2652
+ * @readonly
2653
+ */
2654
+ authorized?: Price;
2650
2655
  }
2651
2656
  /**
2652
2657
  * Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.
@@ -2647,6 +2647,11 @@ interface BalanceSummary {
2647
2647
  * @readonly
2648
2648
  */
2649
2649
  refunded?: Price;
2650
+ /**
2651
+ * Sum of all authorized payments
2652
+ * @readonly
2653
+ */
2654
+ authorized?: Price;
2650
2655
  }
2651
2656
  /**
2652
2657
  * Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.