@spiffcommerce/core 34.0.2-beta.20039070-24d6-5031-8e0d-26fce12e3e2a → 34.0.3-beta.3987fca8-b016-56d4-a950-f6baef18904a

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.
package/dist/index.d.ts CHANGED
@@ -4046,6 +4046,7 @@ interface Partner {
4046
4046
  currencyCode?: string;
4047
4047
  customerDetailsPromptMarkdown?: string;
4048
4048
  activeAddons?: AddonHandle[];
4049
+ beta?: boolean;
4049
4050
  }
4050
4051
  declare enum AddonHandle {
4051
4052
  BackgroundRemover = "BackgroundRemover",