diff --git a/base.js b/base.js index 538c2a7..7b46cbb 100644 --- a/base.js +++ b/base.js @@ -20,6 +20,38 @@ const KNOWN_WIRE_ADAPTERS = [ module: 'commerce/cartApi', identifier: 'CartSummaryAdapter', }, + { + module: 'commerce/contextApi', + identifier: 'AppContextAdapter', + }, + { + module: 'commerce/contextApi', + identifier: 'SessionContextAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductCategoryAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductCategoryHierarchyAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductCategoryPathAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductPricingAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductSearchAdapter', + }, ]; const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [ @@ -27,6 +59,38 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [ module: 'commerce/cartApi', identifier: 'CartSummaryAdapter', }, + { + module: 'commerce/contextApi', + identifier: 'AppContextAdapter', + }, + { + module: 'commerce/contextApi', + identifier: 'SessionContextAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductCategoryAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductCategoryHierarchyAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductCategoryPathAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductPricingAdapter', + }, + { + module: 'commerce/productApi', + identifier: 'ProductSearchAdapter', + }, { module: 'lightning/analyticsWaveApi', identifier: 'executeQuery',