ui.shipaid.com 0.3.94 → 0.3.96
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/widget.es.js +35 -36
- package/dist/widget.iife.js +85 -81
- package/dist/widget.umd.js +85 -81
- package/dist-types/widget/src/shipaid-widget.d.ts +1 -1
- package/package.json +1 -1
|
@@ -119,7 +119,7 @@ export declare class ShipAidWidget extends LitElement {
|
|
|
119
119
|
/** Update the internal cart, which will trigger any protection fee updates */
|
|
120
120
|
updateCart(cart?: ShopifyCart): Promise<void>;
|
|
121
121
|
addCartProtectionVariant(): Promise<any>;
|
|
122
|
-
updateCartProtectionVariant(qty: number, protectionCartItem?: ShopifyCartItem | null
|
|
122
|
+
updateCartProtectionVariant(qty: number, protectionCartItem?: ShopifyCartItem | null): Promise<any>;
|
|
123
123
|
/** Add ShipAid shipping protection. */
|
|
124
124
|
addProtection(): Promise<void>;
|
|
125
125
|
/** Remove ShipAid shipping protection. */
|