@spiffcommerce/core 26.23.3 → 26.23.4-beta.20d47a7c-f527-5383-9ed3-ea8e5da544b2

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
@@ -2373,8 +2373,8 @@ declare class SpiffCommerceClient {
2373
2373
  */
2374
2374
  private updateTransactionState;
2375
2375
  storeCustomer(customer: Customer): void;
2376
- getIntegrationProductById(integrationProductId: string): Promise<IntegrationProduct>;
2377
- getIntegrationProductFromExternalIds(externalIntegrationId: string, externalProductId: string): Promise<IntegrationProduct>;
2376
+ getIntegrationProductById(integrationProductId: string, fetchIntegrationsOnProduct?: boolean): Promise<IntegrationProduct>;
2377
+ getIntegrationProductFromExternalIds(externalIntegrationId: string, externalProductId: string, fetchIntegrationsOnProduct?: boolean): Promise<IntegrationProduct>;
2378
2378
  getIntegrationProduct(options: Extendable<{
2379
2379
  type: "integration";
2380
2380
  integrationProductId: string;