@storepecker/storefront-core 1.1.0 → 1.1.1
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/api/index.d.cts +3 -3
- package/dist/api/index.d.ts +3 -3
- package/dist/{booking-Dd877kxd.d.cts → booking-B21s0inO.d.cts} +1 -1
- package/dist/{booking-Bo_tELLX.d.ts → booking-CegE1cje.d.ts} +1 -1
- package/dist/{cart-D8UXTY1g.d.cts → cart-VaCKkJ1C.d.cts} +1 -1
- package/dist/{cart-D8UXTY1g.d.ts → cart-VaCKkJ1C.d.ts} +1 -1
- package/dist/checkout/index.d.cts +1 -1
- package/dist/checkout/index.d.ts +1 -1
- package/dist/hooks/index.d.cts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/models/index.d.cts +3 -3
- package/dist/models/index.d.ts +3 -3
- package/dist/store/index.d.cts +2 -2
- package/dist/store/index.d.ts +2 -2
- package/dist/utils/index.d.cts +2 -2
- package/dist/utils/index.d.ts +2 -2
- package/dist/{wishlist-C3SK9SS0.d.cts → wishlist-CkAhLpbI.d.cts} +1 -1
- package/dist/{wishlist-BMWfB0Xe.d.ts → wishlist-FG8tgn76.d.ts} +1 -1
- package/package.json +1 -1
package/dist/api/index.d.cts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as axios from 'axios';
|
|
2
2
|
import { AxiosInstance, AxiosResponse } from 'axios';
|
|
3
3
|
import { A as Address } from '../address-DQEZzyUG.cjs';
|
|
4
|
-
import { U as User, W as Wishlist } from '../wishlist-
|
|
5
|
-
import { C as Cart, j as Product, f as CouponResponse, e as Coupon, d as Category, k as ProductDetail } from '../cart-
|
|
4
|
+
import { U as User, W as Wishlist } from '../wishlist-CkAhLpbI.cjs';
|
|
5
|
+
import { C as Cart, j as Product, f as CouponResponse, e as Coupon, d as Category, k as ProductDetail } from '../cart-VaCKkJ1C.cjs';
|
|
6
6
|
import { O as Order } from '../orders-DHJhJ3xz.cjs';
|
|
7
|
-
import { C as CollectionResponse, R as Review, A as Analytics, B as Booking } from '../booking-
|
|
7
|
+
import { C as CollectionResponse, R as Review, A as Analytics, B as Booking } from '../booking-B21s0inO.cjs';
|
|
8
8
|
import 'react-toastify';
|
|
9
9
|
|
|
10
10
|
declare function getHttpService(): AxiosInstance;
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as axios from 'axios';
|
|
2
2
|
import { AxiosInstance, AxiosResponse } from 'axios';
|
|
3
3
|
import { A as Address } from '../address-DQEZzyUG.js';
|
|
4
|
-
import { U as User, W as Wishlist } from '../wishlist-
|
|
5
|
-
import { C as Cart, j as Product, f as CouponResponse, e as Coupon, d as Category, k as ProductDetail } from '../cart-
|
|
4
|
+
import { U as User, W as Wishlist } from '../wishlist-FG8tgn76.js';
|
|
5
|
+
import { C as Cart, j as Product, f as CouponResponse, e as Coupon, d as Category, k as ProductDetail } from '../cart-VaCKkJ1C.js';
|
|
6
6
|
import { O as Order } from '../orders-DHJhJ3xz.js';
|
|
7
|
-
import { C as CollectionResponse, R as Review, A as Analytics, B as Booking } from '../booking-
|
|
7
|
+
import { C as CollectionResponse, R as Review, A as Analytics, B as Booking } from '../booking-CegE1cje.js';
|
|
8
8
|
import 'react-toastify';
|
|
9
9
|
|
|
10
10
|
declare function getHttpService(): AxiosInstance;
|
|
@@ -180,7 +180,7 @@ declare namespace ProductDetail {
|
|
|
180
180
|
store_name: string;
|
|
181
181
|
currency_code: string;
|
|
182
182
|
total_price: string;
|
|
183
|
-
|
|
183
|
+
total_tax_price: number;
|
|
184
184
|
is_custom_product: boolean;
|
|
185
185
|
booking_service?: BookingService;
|
|
186
186
|
fulfillment_time: string;
|
|
@@ -180,7 +180,7 @@ declare namespace ProductDetail {
|
|
|
180
180
|
store_name: string;
|
|
181
181
|
currency_code: string;
|
|
182
182
|
total_price: string;
|
|
183
|
-
|
|
183
|
+
total_tax_price: number;
|
|
184
184
|
is_custom_product: boolean;
|
|
185
185
|
booking_service?: BookingService;
|
|
186
186
|
fulfillment_time: string;
|
package/dist/checkout/index.d.ts
CHANGED
package/dist/hooks/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as Address } from '../address-DQEZzyUG.cjs';
|
|
2
|
-
import { C as Cart, j as Product, d as Category, e as Coupon } from '../cart-
|
|
2
|
+
import { C as Cart, j as Product, d as Category, e as Coupon } from '../cart-VaCKkJ1C.cjs';
|
|
3
3
|
import { O as Order } from '../orders-DHJhJ3xz.cjs';
|
|
4
|
-
import { U as User, W as Wishlist } from '../wishlist-
|
|
4
|
+
import { U as User, W as Wishlist } from '../wishlist-CkAhLpbI.cjs';
|
|
5
5
|
export { U as UseAddressFormOptions, a as UseAddressFormReturn, u as useAddressForm } from '../useAddressForm-DgkCP1nG.cjs';
|
|
6
6
|
import 'react-toastify';
|
|
7
7
|
import 'react';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as Address } from '../address-DQEZzyUG.js';
|
|
2
|
-
import { C as Cart, j as Product, d as Category, e as Coupon } from '../cart-
|
|
2
|
+
import { C as Cart, j as Product, d as Category, e as Coupon } from '../cart-VaCKkJ1C.js';
|
|
3
3
|
import { O as Order } from '../orders-DHJhJ3xz.js';
|
|
4
|
-
import { U as User, W as Wishlist } from '../wishlist-
|
|
4
|
+
import { U as User, W as Wishlist } from '../wishlist-FG8tgn76.js';
|
|
5
5
|
export { U as UseAddressFormOptions, a as UseAddressFormReturn, u as useAddressForm } from '../useAddressForm-C-Uzug4d.js';
|
|
6
6
|
import 'react-toastify';
|
|
7
7
|
import 'react';
|
package/dist/models/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { A as Address } from '../address-DQEZzyUG.cjs';
|
|
2
|
-
export { A as Analytics, B as Booking, a as BookingDetails, b as CollectionAttributes, C as CollectionResponse, c as CollectionVariant, R as Review, s as singleCollection } from '../booking-
|
|
3
|
-
export { A as ApplicableTarget, a as Attributes, B as BookingService, b as BookingServiceDate, C as Cart, c as CartState, d as Category, e as Coupon, f as CouponResponse, g as CouponStatus, h as Coupons, i as CustomField, D as DiscountType, O as OperatingHours, P as Photos, j as Product, k as ProductDetail, S as SpecialHours, T as TimeSlot, V as ValueType, W as WishlistState } from '../cart-
|
|
2
|
+
export { A as Analytics, B as Booking, a as BookingDetails, b as CollectionAttributes, C as CollectionResponse, c as CollectionVariant, R as Review, s as singleCollection } from '../booking-B21s0inO.cjs';
|
|
3
|
+
export { A as ApplicableTarget, a as Attributes, B as BookingService, b as BookingServiceDate, C as Cart, c as CartState, d as Category, e as Coupon, f as CouponResponse, g as CouponStatus, h as Coupons, i as CustomField, D as DiscountType, O as OperatingHours, P as Photos, j as Product, k as ProductDetail, S as SpecialHours, T as TimeSlot, V as ValueType, W as WishlistState } from '../cart-VaCKkJ1C.cjs';
|
|
4
4
|
export { O as Order } from '../orders-DHJhJ3xz.cjs';
|
|
5
5
|
export { D as Data, P as PaymentInstrument, a as PhonePe } from '../phonepe-D7vn-9SR.cjs';
|
|
6
|
-
export { U as User, W as Wishlist } from '../wishlist-
|
|
6
|
+
export { U as User, W as Wishlist } from '../wishlist-CkAhLpbI.cjs';
|
|
7
7
|
import 'react-toastify';
|
|
8
8
|
|
|
9
9
|
declare namespace CountryModel {
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { A as Address } from '../address-DQEZzyUG.js';
|
|
2
|
-
export { A as Analytics, B as Booking, a as BookingDetails, b as CollectionAttributes, C as CollectionResponse, c as CollectionVariant, R as Review, s as singleCollection } from '../booking-
|
|
3
|
-
export { A as ApplicableTarget, a as Attributes, B as BookingService, b as BookingServiceDate, C as Cart, c as CartState, d as Category, e as Coupon, f as CouponResponse, g as CouponStatus, h as Coupons, i as CustomField, D as DiscountType, O as OperatingHours, P as Photos, j as Product, k as ProductDetail, S as SpecialHours, T as TimeSlot, V as ValueType, W as WishlistState } from '../cart-
|
|
2
|
+
export { A as Analytics, B as Booking, a as BookingDetails, b as CollectionAttributes, C as CollectionResponse, c as CollectionVariant, R as Review, s as singleCollection } from '../booking-CegE1cje.js';
|
|
3
|
+
export { A as ApplicableTarget, a as Attributes, B as BookingService, b as BookingServiceDate, C as Cart, c as CartState, d as Category, e as Coupon, f as CouponResponse, g as CouponStatus, h as Coupons, i as CustomField, D as DiscountType, O as OperatingHours, P as Photos, j as Product, k as ProductDetail, S as SpecialHours, T as TimeSlot, V as ValueType, W as WishlistState } from '../cart-VaCKkJ1C.js';
|
|
4
4
|
export { O as Order } from '../orders-DHJhJ3xz.js';
|
|
5
5
|
export { D as Data, P as PaymentInstrument, a as PhonePe } from '../phonepe-D7vn-9SR.js';
|
|
6
|
-
export { U as User, W as Wishlist } from '../wishlist-
|
|
6
|
+
export { U as User, W as Wishlist } from '../wishlist-FG8tgn76.js';
|
|
7
7
|
import 'react-toastify';
|
|
8
8
|
|
|
9
9
|
declare namespace CountryModel {
|
package/dist/store/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as zustand from 'zustand';
|
|
2
|
-
import { c as CartState, C as Cart, j as Product } from '../cart-
|
|
3
|
-
import { U as User, W as Wishlist } from '../wishlist-
|
|
2
|
+
import { c as CartState, C as Cart, j as Product } from '../cart-VaCKkJ1C.cjs';
|
|
3
|
+
import { U as User, W as Wishlist } from '../wishlist-CkAhLpbI.cjs';
|
|
4
4
|
import 'react-toastify';
|
|
5
5
|
|
|
6
6
|
interface CartStore extends CartState {
|
package/dist/store/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as zustand from 'zustand';
|
|
2
|
-
import { c as CartState, C as Cart, j as Product } from '../cart-
|
|
3
|
-
import { U as User, W as Wishlist } from '../wishlist-
|
|
2
|
+
import { c as CartState, C as Cart, j as Product } from '../cart-VaCKkJ1C.js';
|
|
3
|
+
import { U as User, W as Wishlist } from '../wishlist-FG8tgn76.js';
|
|
4
4
|
import 'react-toastify';
|
|
5
5
|
|
|
6
6
|
interface CartStore extends CartState {
|
package/dist/utils/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as Cart, k as ProductDetail, d as Category$1, j as Product, O as OperatingHours, T as TimeSlot } from '../cart-
|
|
2
|
-
export { m as ADDRESS_FORM_SESSION_KEY, n as ALLOWED_COUNTRIES, o as DEFAULT_TOAST_CONFIG, p as PRODUCT_STATUSES, l as SLICE_STATUS, U as USER_CART, q as USER_CREDENTIALS, r as USER_CRED_REFRESH_TOKEN, s as USER_CRED_TOKEN, t as pathNameMap } from '../cart-
|
|
1
|
+
import { C as Cart, k as ProductDetail, d as Category$1, j as Product, O as OperatingHours, T as TimeSlot } from '../cart-VaCKkJ1C.cjs';
|
|
2
|
+
export { m as ADDRESS_FORM_SESSION_KEY, n as ALLOWED_COUNTRIES, o as DEFAULT_TOAST_CONFIG, p as PRODUCT_STATUSES, l as SLICE_STATUS, U as USER_CART, q as USER_CREDENTIALS, r as USER_CRED_REFRESH_TOKEN, s as USER_CRED_TOKEN, t as pathNameMap } from '../cart-VaCKkJ1C.cjs';
|
|
3
3
|
export { S as SnapstoreConfig, g as getApiEndpoint, a as getCloudFront, b as getConfig, c as getPhonePeApiEndpoint, d as getPublicApiEndpoint, e as getSecretKey, f as getStoreId, i as initConfig } from '../index-DTyIuLuI.cjs';
|
|
4
4
|
import { AxiosResponse } from 'axios';
|
|
5
5
|
import { a as PhonePe } from '../phonepe-D7vn-9SR.cjs';
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as Cart, k as ProductDetail, d as Category$1, j as Product, O as OperatingHours, T as TimeSlot } from '../cart-
|
|
2
|
-
export { m as ADDRESS_FORM_SESSION_KEY, n as ALLOWED_COUNTRIES, o as DEFAULT_TOAST_CONFIG, p as PRODUCT_STATUSES, l as SLICE_STATUS, U as USER_CART, q as USER_CREDENTIALS, r as USER_CRED_REFRESH_TOKEN, s as USER_CRED_TOKEN, t as pathNameMap } from '../cart-
|
|
1
|
+
import { C as Cart, k as ProductDetail, d as Category$1, j as Product, O as OperatingHours, T as TimeSlot } from '../cart-VaCKkJ1C.js';
|
|
2
|
+
export { m as ADDRESS_FORM_SESSION_KEY, n as ALLOWED_COUNTRIES, o as DEFAULT_TOAST_CONFIG, p as PRODUCT_STATUSES, l as SLICE_STATUS, U as USER_CART, q as USER_CREDENTIALS, r as USER_CRED_REFRESH_TOKEN, s as USER_CRED_TOKEN, t as pathNameMap } from '../cart-VaCKkJ1C.js';
|
|
3
3
|
export { S as SnapstoreConfig, g as getApiEndpoint, a as getCloudFront, b as getConfig, c as getPhonePeApiEndpoint, d as getPublicApiEndpoint, e as getSecretKey, f as getStoreId, i as initConfig } from '../index-DTyIuLuI.js';
|
|
4
4
|
import { AxiosResponse } from 'axios';
|
|
5
5
|
import { a as PhonePe } from '../phonepe-D7vn-9SR.js';
|