@wix/auto_sdk_ecom_subscription-contracts 1.0.118 → 1.0.119

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.
@@ -1931,10 +1931,7 @@ interface AdditionalFee {
1931
1931
  subscriptionCycles?: number | null;
1932
1932
  /** Specifies the entity that added the additional fee. */
1933
1933
  source?: AdditionalFeeSourceWithLiterals;
1934
- /**
1935
- * Address type tax was calculated against for this fee.
1936
- * @internal
1937
- */
1934
+ /** Address type tax was calculated against for this fee. */
1938
1935
  taxableAddress?: TaxableAddress;
1939
1936
  }
1940
1937
  declare enum AdditionalFeeSource {