@spiffcommerce/core 25.1.3 → 25.1.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
@@ -1496,12 +1496,11 @@ interface BundleOptions {
1496
1496
  * If set to true, the products associated with the bundle will be eagerly fetched.
1497
1497
  */
1498
1498
  eagerFetchProducts?: boolean;
1499
+ bundleOwnerId?: string;
1499
1500
  /**
1500
- * If set to true, a new global state will be created. Typically for use when we
1501
- * know the bundle is new and we want to skip the existing state check.
1501
+ * When reloading a bundle we may have an existing state to pull with it.
1502
1502
  */
1503
- createNewGlobalState?: boolean;
1504
- bundleOwnerId?: string;
1503
+ existingGlobalPropertyState?: GlobalPropertyState;
1505
1504
  }
1506
1505
 
1507
1506
  interface ProductMetafieldFilter {