@spiffcommerce/core 22.7.2 → 22.7.4

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
@@ -2245,6 +2245,7 @@ interface DesignCreationMessage {
2245
2245
  interface BundleDesignCreationMessage {
2246
2246
  bundleId: string;
2247
2247
  items: DesignCreationMessage[];
2248
+ bundleOwnerId?: string;
2248
2249
  }
2249
2250
  /**
2250
2251
  * Represents a transaction.