@ikas/storefront 3.0.0-alpha.17 → 3.0.0-alpha.19
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/build/__api/mutations/addItemToCart.d.ts +1 -1
- package/build/__api/mutations/createCustomerEmailSubscription.d.ts +1 -1
- package/build/__api/mutations/createCustomerReview.d.ts +1 -1
- package/build/__api/mutations/createOrderRefundRequest.d.ts +1 -1
- package/build/__api/mutations/createSaleTransactionWithCart.d.ts +1 -1
- package/build/__api/mutations/customerLogin.d.ts +1 -1
- package/build/__api/mutations/customerRefreshToken.d.ts +1 -1
- package/build/__api/mutations/getOrderLineFile.d.ts +1 -1
- package/build/__api/mutations/registerCustomer.d.ts +1 -1
- package/build/__api/mutations/retrieveInstallmentInfo.d.ts +1 -1
- package/build/__api/mutations/saveCart.d.ts +1 -1
- package/build/__api/mutations/saveCartCouponCode.d.ts +1 -1
- package/build/__api/mutations/saveLastViewedProducts.d.ts +1 -1
- package/build/__api/mutations/saveMyCustomer.d.ts +1 -1
- package/build/__api/mutations/saveProductBackInStockRemind.d.ts +1 -1
- package/build/__api/mutations/saveRaffleParticipant.d.ts +1 -1
- package/build/__api/queries/checkCustomerEmail.d.ts +1 -1
- package/build/__api/queries/checkStocks.d.ts +1 -1
- package/build/__api/queries/customerSocialLogin.d.ts +1 -1
- package/build/__api/queries/getAvailableShippingCountries.d.ts +1 -1
- package/build/__api/queries/getCartById.d.ts +1 -1
- package/build/__api/queries/getCustomerOrders.d.ts +1 -1
- package/build/__api/queries/getLastViewedProducts.d.ts +1 -1
- package/build/__api/queries/getMyCountry.d.ts +1 -1
- package/build/__api/queries/getMyCustomer.d.ts +1 -1
- package/build/__api/queries/getOrderByEmail.d.ts +1 -1
- package/build/__api/queries/getProductCampaigns.d.ts +1 -1
- package/build/__api/queries/getProductFilterData.d.ts +1 -1
- package/build/__api/queries/getRafflesByCustomerId.d.ts +1 -1
- package/build/__api/queries/getStorefront.d.ts +1 -1
- package/build/__api/queries/listBlog.d.ts +1 -1
- package/build/__api/queries/listBlogCategory.d.ts +1 -1
- package/build/__api/queries/listBlogMetadata.d.ts +1 -1
- package/build/__api/queries/listCategory.d.ts +1 -1
- package/build/__api/queries/listCheckoutSettings.d.ts +1 -1
- package/build/__api/queries/listCity.d.ts +1 -1
- package/build/__api/queries/listCountry.d.ts +1 -1
- package/build/__api/queries/listCustomerAttribute.d.ts +1 -1
- package/build/__api/queries/listCustomerReviewSummary.d.ts +1 -1
- package/build/__api/queries/listCustomerReviews.d.ts +1 -1
- package/build/__api/queries/listDistrict.d.ts +1 -1
- package/build/__api/queries/listFavoriteProducts.d.ts +1 -1
- package/build/__api/queries/listHTMLMetaData.d.ts +1 -1
- package/build/__api/queries/listMerchantSettings.d.ts +1 -1
- package/build/__api/queries/listOrderRefundSettings.d.ts +1 -1
- package/build/__api/queries/listOrderTransactions.d.ts +1 -1
- package/build/__api/queries/listPaymentGateway.d.ts +1 -1
- package/build/__api/queries/listProductAttribute.d.ts +1 -1
- package/build/__api/queries/listProductBackInStockRemind.d.ts +1 -1
- package/build/__api/queries/listProductBrand.d.ts +1 -1
- package/build/__api/queries/listProductOptionSet.d.ts +1 -1
- package/build/__api/queries/listRaffle.d.ts +1 -1
- package/build/__api/queries/listRaffleMetadata.d.ts +1 -1
- package/build/__api/queries/listState.d.ts +1 -1
- package/build/__api/queries/listStockLocation.d.ts +1 -1
- package/build/__api/queries/searchProducts.d.ts +1 -1
- package/build/_virtual/index.js_commonjs-proxy13.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy14.js +1 -1
- package/build/components/index.d.ts +0 -1
- package/build/ikas.cjs +2 -0
- package/build/models/ui/product-list/index.d.ts +1 -1
- package/build/pages/404.js +1 -1
- package/build/pages/_slug_/index.js +1 -1
- package/build/pages/account/addresses.js +1 -1
- package/build/pages/account/favorite-products.js +1 -1
- package/build/pages/account/forgot-password.js +1 -1
- package/build/pages/account/index.js +1 -1
- package/build/pages/account/login.js +1 -1
- package/build/pages/account/orders/_id_.js +1 -1
- package/build/pages/account/orders/index.js +1 -1
- package/build/pages/account/raffles.js +1 -1
- package/build/pages/account/recover-password.js +1 -1
- package/build/pages/account/register.js +1 -1
- package/build/pages/blog/_slug_.js +1 -1
- package/build/pages/blog/index.js +1 -1
- package/build/pages/cart.js +1 -1
- package/build/pages/editor.d.ts +1 -1
- package/build/pages/home.js +1 -1
- package/build/pages/pages/_slug_.js +1 -1
- package/build/pages/raffle/_slug_.js +1 -1
- package/build/pages/raffle/index.js +1 -1
- package/build/pages/search.js +1 -1
- package/build/scripts/generators/types/index.d.ts +2 -1
- package/build/scripts/generators/types/index.js +1 -1
- package/build/store/checkout/index.d.ts +1 -1
- package/build/store/customer/api.d.ts +5 -5
- package/build/store/location/index.d.ts +1 -1
- package/build/store/product/index.d.ts +1 -1
- package/package.json +2 -2
- package/build/ikas.js +0 -47
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { AddItemToCartInput, CartV2 } from "../types";
|
|
3
|
-
declare const addItemToCart: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const addItemToCart: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CartV2>>;
|
|
4
4
|
export default addItemToCart;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: AddItemToCartInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CreateCustomerEmailSubscriptionInput, Customer } from "../types";
|
|
3
|
-
declare const createCustomerEmailSubscription: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const createCustomerEmailSubscription: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<Customer>>;
|
|
4
4
|
export default createCustomerEmailSubscription;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: CreateCustomerEmailSubscriptionInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CreateCustomerReviewInput, CustomerReview } from "../types";
|
|
3
|
-
declare const createCustomerReview: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const createCustomerReview: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerReview>>;
|
|
4
4
|
export default createCustomerReview;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: CreateCustomerReviewInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { OrderRefundRequestInput, StorefrontOrder } from "../types";
|
|
3
|
-
declare const createOrderRefundRequest: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const createOrderRefundRequest: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<StorefrontOrder>>;
|
|
4
4
|
export default createOrderRefundRequest;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: OrderRefundRequestInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CreateSaleTransactionWithCartInput, TransactionResponse } from "../types";
|
|
3
|
-
declare const createSaleTransactionWithCart: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const createSaleTransactionWithCart: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<TransactionResponse>>;
|
|
4
4
|
export default createSaleTransactionWithCart;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: CreateSaleTransactionWithCartInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CustomerLoginResponse } from "../types";
|
|
3
|
-
declare const customerLogin: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const customerLogin: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerLoginResponse>>;
|
|
4
4
|
export default customerLogin;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
email: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CustomerRefreshTokenResponse } from "../types";
|
|
3
|
-
declare const customerRefreshToken: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const customerRefreshToken: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerRefreshTokenResponse>>;
|
|
4
4
|
export default customerRefreshToken;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
token: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { GetOrderLineFile } from "../types";
|
|
3
|
-
declare const getOrderLineFile: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const getOrderLineFile: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<string>>;
|
|
4
4
|
export default getOrderLineFile;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: GetOrderLineFile;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CustomerAttributeValueInput, CustomerLoginResponse } from "../types";
|
|
3
|
-
declare const registerCustomer: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const registerCustomer: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerLoginResponse>>;
|
|
4
4
|
export default registerCustomer;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
attributes?: CustomerAttributeValueInput[] | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { RetrieveInstallmentInfoInput, RetrieveInstallmentInfoResponse } from "../types";
|
|
3
|
-
declare const retrieveInstallmentInfo: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const retrieveInstallmentInfo: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<RetrieveInstallmentInfoResponse>>;
|
|
4
4
|
export default retrieveInstallmentInfo;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: RetrieveInstallmentInfoInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { SaveCartInput, CartV2 } from "../types";
|
|
3
|
-
declare const saveCart: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const saveCart: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CartV2>>;
|
|
4
4
|
export default saveCart;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: SaveCartInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CartV2 } from "../types";
|
|
3
|
-
declare const saveCartCouponCode: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const saveCartCouponCode: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CartV2>>;
|
|
4
4
|
export default saveCartCouponCode;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
cartId: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { ProductLastViewedInput, ProductLastViewed } from "../types";
|
|
3
|
-
declare const saveLastViewedProducts: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const saveLastViewedProducts: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<ProductLastViewed>>;
|
|
4
4
|
export default saveLastViewedProducts;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: ProductLastViewedInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { SaveMyCustomerInput, Customer } from "../types";
|
|
3
|
-
declare const saveMyCustomer: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const saveMyCustomer: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<Customer>>;
|
|
4
4
|
export default saveMyCustomer;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: SaveMyCustomerInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { ProductBackInStockRemindInput, ProductBackInStockRemind } from "../types";
|
|
3
|
-
declare const saveProductBackInStockRemind: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const saveProductBackInStockRemind: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<ProductBackInStockRemind>>;
|
|
4
4
|
export default saveProductBackInStockRemind;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: ProductBackInStockRemindInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { RaffleParticipantsInput, RaffleParticipants } from "../types";
|
|
3
|
-
declare const saveRaffleParticipant: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const saveRaffleParticipant: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<RaffleParticipants>>;
|
|
4
4
|
export default saveRaffleParticipant;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: RaffleParticipantsInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CustomerCheckResponse } from "../types";
|
|
3
|
-
declare const checkCustomerEmail: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const checkCustomerEmail: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerCheckResponse>>;
|
|
4
4
|
export default checkCustomerEmail;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
email: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CheckStocksLineInput, CheckStocksResponse } from "../types";
|
|
3
|
-
declare const checkStocks: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const checkStocks: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CheckStocksResponse>>;
|
|
4
4
|
export default checkStocks;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
lines: CheckStocksLineInput[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CustomerLoginResponse } from "../types";
|
|
3
|
-
declare const customerSocialLogin: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const customerSocialLogin: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerLoginResponse>>;
|
|
4
4
|
export default customerSocialLogin;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
code: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
-
declare const getAvailableShippingCountries: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
2
|
+
declare const getAvailableShippingCountries: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<string[]>>;
|
|
3
3
|
export default getAvailableShippingCountries;
|
|
4
4
|
export declare type QueryParams = {
|
|
5
5
|
salesChannelId?: string | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CartV2 } from "../types";
|
|
3
|
-
declare const getCartById: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const getCartById: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CartV2>>;
|
|
4
4
|
export default getCartById;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
getCompletedCart?: boolean | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StorefrontOrder } from "../types";
|
|
3
|
-
declare const getCustomerOrders: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const getCustomerOrders: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<StorefrontOrder[]>>;
|
|
4
4
|
export default getCustomerOrders;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
orderId?: string | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { ProductLastViewed } from "../types";
|
|
3
|
-
declare const getLastViewedProducts: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const getLastViewedProducts: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<ProductLastViewed>>;
|
|
4
4
|
export default getLastViewedProducts;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
customerId?: string | null;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
-
declare const getMyCountry: (config?: ConfigType | undefined) => Promise<APIResponse<
|
|
2
|
+
declare const getMyCountry: (config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<string>>;
|
|
3
3
|
export default getMyCountry;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { Customer } from "../types";
|
|
3
|
-
declare const getMyCustomer: (fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const getMyCustomer: (fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<Customer>>;
|
|
4
4
|
export default getMyCustomer;
|
|
5
5
|
export declare enum ResponseField {
|
|
6
6
|
ACCOUNT_STATUS = "accountStatus",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StorefrontOrder } from "../types";
|
|
3
|
-
declare const getOrderByEmail: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const getOrderByEmail: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<StorefrontOrder>>;
|
|
4
4
|
export default getOrderByEmail;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
email: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { GetProductCampaignsInput, GetProductCampaignsResponse } from "../types";
|
|
3
|
-
declare const getProductCampaigns: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const getProductCampaigns: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<GetProductCampaignsResponse[]>>;
|
|
4
4
|
export default getProductCampaigns;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: GetProductCampaignsInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { ProductFilterData } from "../types";
|
|
3
|
-
declare const getProductFilterData: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const getProductFilterData: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<ProductFilterData>>;
|
|
4
4
|
export default getProductFilterData;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
categoryId?: string | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { Raffle } from "../types";
|
|
3
|
-
declare const getRafflesByCustomerId: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const getRafflesByCustomerId: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<Raffle[]>>;
|
|
4
4
|
export default getRafflesByCustomerId;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
winnerFilter?: boolean | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { Storefront } from "../types";
|
|
3
|
-
declare const getStorefront: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const getStorefront: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<Storefront>>;
|
|
4
4
|
export default getStorefront;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, PaginationInput, DateFilterInput, BlogPaginationResponse } from "../types";
|
|
3
|
-
declare const listBlog: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listBlog: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<BlogPaginationResponse>>;
|
|
4
4
|
export default listBlog;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
categoryId?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, PaginationInput, DateFilterInput, BlogCategoryPaginationResponse } from "../types";
|
|
3
|
-
declare const listBlogCategory: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listBlogCategory: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<BlogCategoryPaginationResponse>>;
|
|
4
4
|
export default listBlogCategory;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, PaginationInput, BlogMetadataTargetTypeEnumFilter, DateFilterInput, BlogMetadataPaginationResponse } from "../types";
|
|
3
|
-
declare const listBlogMetadata: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listBlogMetadata: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<BlogMetadataPaginationResponse>>;
|
|
4
4
|
export default listBlogMetadata;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CategoryPathFilterInput, StringFilterInput, PaginationInput, DateFilterInput, CategoryPaginationResponse } from "../types";
|
|
3
|
-
declare const listCategory: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listCategory: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CategoryPaginationResponse>>;
|
|
4
4
|
export default listCategory;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
categoryPath?: CategoryPathFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, CheckoutSettings } from "../types";
|
|
3
|
-
declare const listCheckoutSettings: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listCheckoutSettings: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CheckoutSettings[]>>;
|
|
4
4
|
export default listCheckoutSettings;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, DateFilterInput, City } from "../types";
|
|
3
|
-
declare const listCity: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listCity: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<City[]>>;
|
|
4
4
|
export default listCity;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
countryId?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, DateFilterInput, Country } from "../types";
|
|
3
|
-
declare const listCountry: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listCountry: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<Country[]>>;
|
|
4
4
|
export default listCountry;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CustomerAttribute } from "../types";
|
|
3
|
-
declare const listCustomerAttribute: (fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listCustomerAttribute: (fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerAttribute[]>>;
|
|
4
4
|
export default listCustomerAttribute;
|
|
5
5
|
export declare enum ResponseField {
|
|
6
6
|
CREATED_AT = "createdAt",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { PaginationInput, StringFilterInput, CustomerReviewSummaryPaginationResponse } from "../types";
|
|
3
|
-
declare const listCustomerReviewSummary: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listCustomerReviewSummary: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerReviewSummaryPaginationResponse>>;
|
|
4
4
|
export default listCustomerReviewSummary;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
pagination?: PaginationInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, ListCustomerReviewInput, PaginationInput, CustomerReviewSFPaginationResponse } from "../types";
|
|
3
|
-
declare const listCustomerReviews: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listCustomerReviews: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerReviewSFPaginationResponse>>;
|
|
4
4
|
export default listCustomerReviews;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, DateFilterInput, District } from "../types";
|
|
3
|
-
declare const listDistrict: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listDistrict: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<District[]>>;
|
|
4
4
|
export default listDistrict;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
cityId: StringFilterInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { CustomerFavoriteProduct } from "../types";
|
|
3
|
-
declare const listFavoriteProducts: (fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listFavoriteProducts: (fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerFavoriteProduct[]>>;
|
|
4
4
|
export default listFavoriteProducts;
|
|
5
5
|
export declare enum ResponseField {
|
|
6
6
|
CREATED_AT = "createdAt",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, PaginationInput, HTMLMetaDataTargetTypeEnumFilter, HTMLMetaData } from "../types";
|
|
3
|
-
declare const listHTMLMetaData: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listHTMLMetaData: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<HTMLMetaData[]>>;
|
|
4
4
|
export default listHTMLMetaData;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, MerchantSettings } from "../types";
|
|
3
|
-
declare const listMerchantSettings: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listMerchantSettings: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<MerchantSettings[]>>;
|
|
4
4
|
export default listMerchantSettings;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, DateFilterInput, OrderRefundSettings } from "../types";
|
|
3
|
-
declare const listOrderRefundSettings: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listOrderRefundSettings: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<OrderRefundSettings[]>>;
|
|
4
4
|
export default listOrderRefundSettings;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, StorefrontTransaction } from "../types";
|
|
3
|
-
declare const listOrderTransactions: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listOrderTransactions: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<StorefrontTransaction[]>>;
|
|
4
4
|
export default listOrderTransactions;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
checkoutId?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, PaginationInput, PaymentGateway } from "../types";
|
|
3
|
-
declare const listPaymentGateway: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listPaymentGateway: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<PaymentGateway[]>>;
|
|
4
4
|
export default listPaymentGateway;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, DateFilterInput, ProductAttribute } from "../types";
|
|
3
|
-
declare const listProductAttribute: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listProductAttribute: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<ProductAttribute[]>>;
|
|
4
4
|
export default listProductAttribute;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, DateFilterInput, ProductBackInStockRemind } from "../types";
|
|
3
|
-
declare const listProductBackInStockRemind: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listProductBackInStockRemind: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<ProductBackInStockRemind[]>>;
|
|
4
4
|
export default listProductBackInStockRemind;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
email?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, PaginationInput, DateFilterInput, ProductBrandPaginationResponse } from "../types";
|
|
3
|
-
declare const listProductBrand: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listProductBrand: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<ProductBrandPaginationResponse>>;
|
|
4
4
|
export default listProductBrand;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, DateFilterInput, ProductOptionSet } from "../types";
|
|
3
|
-
declare const listProductOptionSet: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listProductOptionSet: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<ProductOptionSet[]>>;
|
|
4
4
|
export default listProductOptionSet;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { DateFilterInput, StringFilterInput, PaginationInput, BooleanFilterInput, RafflePaginationResponse } from "../types";
|
|
3
|
-
declare const listRaffle: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listRaffle: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<RafflePaginationResponse>>;
|
|
4
4
|
export default listRaffle;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
end?: DateFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, PaginationInput, RaffleMetadataTargetTypeEnumFilter, DateFilterInput, RaffleMetadata } from "../types";
|
|
3
|
-
declare const listRaffleMetadata: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listRaffleMetadata: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<RaffleMetadata[]>>;
|
|
4
4
|
export default listRaffleMetadata;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, DateFilterInput, State } from "../types";
|
|
3
|
-
declare const listState: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listState: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<State[]>>;
|
|
4
4
|
export default listState;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
countryId: StringFilterInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, StockLocation } from "../types";
|
|
3
|
-
declare const listStockLocation: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listStockLocation: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<StockLocation[]>>;
|
|
4
4
|
export default listStockLocation;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { SearchInput, ProductSearchResponse } from "../types";
|
|
3
|
-
declare const searchProducts: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const searchProducts: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<ProductSearchResponse>>;
|
|
4
4
|
export default searchProducts;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: SearchInput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from'../ext/
|
|
1
|
+
import e from'../ext/safe-buffer/index.js';export{default}from"../node_modules/safe-buffer/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from'../ext/
|
|
1
|
+
import e from'../ext/inline-style-parser/index.js';export{default}from"../node_modules/inline-style-parser/index.js";
|