@wix/auto_sdk_packages_packages 1.0.25 → 1.0.26

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.
@@ -1184,6 +1184,10 @@ interface SubscriptionMigratedFromVista {
1184
1184
  * Used in notification emails as the effective date of the billing changeover.
1185
1185
  */
1186
1186
  effectiveDate?: Date | null;
1187
+ /** The original Wix product ID from Vista (before migration mapping). */
1188
+ previousWixProductId?: string;
1189
+ /** The new Wix product ID after applying the Vista product mapping. */
1190
+ newWixProductId?: string;
1187
1191
  }
1188
1192
  interface Empty {
1189
1193
  }