diff --git a/apps/checkout-js/src/__tests__/__snapshots__/exports.spec.ts.snap b/apps/checkout-js/src/__tests__/__snapshots__/exports.spec.ts.snap index addb106f..f81cbe82 100644 --- a/apps/checkout-js/src/__tests__/__snapshots__/exports.spec.ts.snap +++ b/apps/checkout-js/src/__tests__/__snapshots__/exports.spec.ts.snap @@ -24,8 +24,10 @@ exports[`exports > exports from index.ts 1`] = ` "defaultGetPackageType", "defaultUpdateDeliveryOptions", "deliveryOptionsIsRendered", + "fetchCheckoutContext", "getDeliveryOptionsAddress", "getEnabledShippingMethods", + "getPackageTypeFromShippingMethod", "getResolvedSettings", "initializeCheckoutDeliveryOptions", "initializeCheckoutSeparateAddressFields", diff --git a/apps/checkout/src/__tests__/__snapshots__/exports.spec.ts.snap b/apps/checkout/src/__tests__/__snapshots__/exports.spec.ts.snap index addb106f..f81cbe82 100644 --- a/apps/checkout/src/__tests__/__snapshots__/exports.spec.ts.snap +++ b/apps/checkout/src/__tests__/__snapshots__/exports.spec.ts.snap @@ -24,8 +24,10 @@ exports[`exports > exports from index.ts 1`] = ` "defaultGetPackageType", "defaultUpdateDeliveryOptions", "deliveryOptionsIsRendered", + "fetchCheckoutContext", "getDeliveryOptionsAddress", "getEnabledShippingMethods", + "getPackageTypeFromShippingMethod", "getResolvedSettings", "initializeCheckoutDeliveryOptions", "initializeCheckoutSeparateAddressFields", diff --git a/libs/checkout-delivery-options/src/__tests__/__snapshots__/exports.spec.ts.snap b/libs/checkout-delivery-options/src/__tests__/__snapshots__/exports.spec.ts.snap index 21a8cf1d..04aa67a7 100644 --- a/libs/checkout-delivery-options/src/__tests__/__snapshots__/exports.spec.ts.snap +++ b/libs/checkout-delivery-options/src/__tests__/__snapshots__/exports.spec.ts.snap @@ -8,7 +8,9 @@ exports[`exports > exports from index.ts 1`] = ` "defaultGetPackageType", "defaultUpdateDeliveryOptions", "deliveryOptionsIsRendered", + "fetchCheckoutContext", "getDeliveryOptionsAddress", + "getPackageTypeFromShippingMethod", "getResolvedSettings", "initializeCheckoutDeliveryOptions", "shippingMethodHasDeliveryOptions",