@neowhale/storefront 0.2.11 → 0.2.13
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/{client-KHvDGThs.d.cts → client-Ca8Otk-R.d.cts} +3 -0
- package/dist/{client-KHvDGThs.d.ts → client-Ca8Otk-R.d.ts} +3 -0
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/next/index.d.cts +1 -1
- package/dist/next/index.d.ts +1 -1
- package/dist/{pixel-manager-CQaginxZ.d.cts → pixel-manager-CIR16DXY.d.cts} +1 -1
- package/dist/{pixel-manager-Djp4Mh9L.d.ts → pixel-manager-CIZKghfx.d.ts} +1 -1
- package/dist/react/index.cjs +513 -726
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.d.cts +35 -27
- package/dist/react/index.d.ts +35 -27
- package/dist/react/index.js +513 -727
- package/dist/react/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -358,8 +358,10 @@ interface QRLandingData {
|
|
|
358
358
|
product: Record<string, unknown> | null;
|
|
359
359
|
coa: {
|
|
360
360
|
url: string;
|
|
361
|
+
viewer_url?: string | null;
|
|
361
362
|
document_name: string;
|
|
362
363
|
} | null;
|
|
364
|
+
landing_page: LandingPageConfig | null;
|
|
363
365
|
}
|
|
364
366
|
interface LandingSection {
|
|
365
367
|
id: string;
|
|
@@ -395,6 +397,7 @@ interface LandingPageRenderData {
|
|
|
395
397
|
product: Record<string, unknown> | null;
|
|
396
398
|
coa: {
|
|
397
399
|
url: string;
|
|
400
|
+
viewer_url?: string | null;
|
|
398
401
|
document_name: string;
|
|
399
402
|
} | null;
|
|
400
403
|
}
|
|
@@ -358,8 +358,10 @@ interface QRLandingData {
|
|
|
358
358
|
product: Record<string, unknown> | null;
|
|
359
359
|
coa: {
|
|
360
360
|
url: string;
|
|
361
|
+
viewer_url?: string | null;
|
|
361
362
|
document_name: string;
|
|
362
363
|
} | null;
|
|
364
|
+
landing_page: LandingPageConfig | null;
|
|
363
365
|
}
|
|
364
366
|
interface LandingSection {
|
|
365
367
|
id: string;
|
|
@@ -395,6 +397,7 @@ interface LandingPageRenderData {
|
|
|
395
397
|
product: Record<string, unknown> | null;
|
|
396
398
|
coa: {
|
|
397
399
|
url: string;
|
|
400
|
+
viewer_url?: string | null;
|
|
398
401
|
document_name: string;
|
|
399
402
|
} | null;
|
|
400
403
|
}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { A as Address, C as Cart, a as CartItem, b as Category, c as CategoryTreeNode, d as CheckoutSession, e as CouponValidation, f as Customer, g as CustomerAnalytics, E as EventType, L as LandingPageConfig, h as LandingPageRenderData, i as LandingSection, j as ListResponse, k as Location, l as LoyaltyAccount, m as LoyaltyReward, n as LoyaltyTransaction, O as Order, o as OrderItem, P as PaymentData, p as PixelConfig, q as PricingTier, r as Product, s as ProductVariation, Q as QRLandingData, t as QRLandingPage, u as QRLandingStore, R as Recommendation, v as Review, w as ReviewSummary, S as SendCodeResponse, x as ShippingMethod, y as ShippingRate, z as StorefrontConfig, B as StorefrontSession, T as TaxBreakdown, V as VerifyCodeResponse, W as WhaleClient, D as WhaleStorefrontConfig, F as WishlistItem } from './client-
|
|
2
|
-
export { P as PixelManager } from './pixel-manager-
|
|
1
|
+
export { A as Address, C as Cart, a as CartItem, b as Category, c as CategoryTreeNode, d as CheckoutSession, e as CouponValidation, f as Customer, g as CustomerAnalytics, E as EventType, L as LandingPageConfig, h as LandingPageRenderData, i as LandingSection, j as ListResponse, k as Location, l as LoyaltyAccount, m as LoyaltyReward, n as LoyaltyTransaction, O as Order, o as OrderItem, P as PaymentData, p as PixelConfig, q as PricingTier, r as Product, s as ProductVariation, Q as QRLandingData, t as QRLandingPage, u as QRLandingStore, R as Recommendation, v as Review, w as ReviewSummary, S as SendCodeResponse, x as ShippingMethod, y as ShippingRate, z as StorefrontConfig, B as StorefrontSession, T as TaxBreakdown, V as VerifyCodeResponse, W as WhaleClient, D as WhaleStorefrontConfig, F as WishlistItem } from './client-Ca8Otk-R.cjs';
|
|
2
|
+
export { P as PixelManager } from './pixel-manager-CIR16DXY.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Resilient HTTP sender for analytics/event payloads.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { A as Address, C as Cart, a as CartItem, b as Category, c as CategoryTreeNode, d as CheckoutSession, e as CouponValidation, f as Customer, g as CustomerAnalytics, E as EventType, L as LandingPageConfig, h as LandingPageRenderData, i as LandingSection, j as ListResponse, k as Location, l as LoyaltyAccount, m as LoyaltyReward, n as LoyaltyTransaction, O as Order, o as OrderItem, P as PaymentData, p as PixelConfig, q as PricingTier, r as Product, s as ProductVariation, Q as QRLandingData, t as QRLandingPage, u as QRLandingStore, R as Recommendation, v as Review, w as ReviewSummary, S as SendCodeResponse, x as ShippingMethod, y as ShippingRate, z as StorefrontConfig, B as StorefrontSession, T as TaxBreakdown, V as VerifyCodeResponse, W as WhaleClient, D as WhaleStorefrontConfig, F as WishlistItem } from './client-
|
|
2
|
-
export { P as PixelManager } from './pixel-manager-
|
|
1
|
+
export { A as Address, C as Cart, a as CartItem, b as Category, c as CategoryTreeNode, d as CheckoutSession, e as CouponValidation, f as Customer, g as CustomerAnalytics, E as EventType, L as LandingPageConfig, h as LandingPageRenderData, i as LandingSection, j as ListResponse, k as Location, l as LoyaltyAccount, m as LoyaltyReward, n as LoyaltyTransaction, O as Order, o as OrderItem, P as PaymentData, p as PixelConfig, q as PricingTier, r as Product, s as ProductVariation, Q as QRLandingData, t as QRLandingPage, u as QRLandingStore, R as Recommendation, v as Review, w as ReviewSummary, S as SendCodeResponse, x as ShippingMethod, y as ShippingRate, z as StorefrontConfig, B as StorefrontSession, T as TaxBreakdown, V as VerifyCodeResponse, W as WhaleClient, D as WhaleStorefrontConfig, F as WishlistItem } from './client-Ca8Otk-R.js';
|
|
2
|
+
export { P as PixelManager } from './pixel-manager-CIZKghfx.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Resilient HTTP sender for analytics/event payloads.
|
package/dist/next/index.d.cts
CHANGED
package/dist/next/index.d.ts
CHANGED