@spiffcommerce/core 32.2.7-beta.25f931c6-ae18-5ac4-a721-e801a472f301 → 32.2.7-beta.8bae3361-3242-5b7e-a75c-ed03cdc03b9c

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
@@ -2051,11 +2051,6 @@ interface Bundle$1 {
2051
2051
  generateQuoteId(): Promise<string>;
2052
2052
  getQuoteCompleteMessage(): CompleteQuoteMessage;
2053
2053
  applyGlobalPropertyState(state: GlobalPropertyState): Promise<void>;
2054
- /**
2055
- * Marks this Bundle as deleted. The Bundle's data will still persist on the server and as such it is still safe to keep a reference to this object,
2056
- * but it will no longer be visible in list/feed queries and it can no longer be converted into an Order.
2057
- */
2058
- delete(): Promise<void>;
2059
2054
  }
2060
2055
 
2061
2056
  /**