@ikas/storefront 3.0.0-alpha.29 → 3.0.0-alpha.31
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/models/CampaignOffer.d.ts +22 -0
- package/build/__api/models/CampaignOfferProduct.d.ts +22 -0
- package/build/__api/models/CampaignOfferProductTranslation.d.ts +11 -0
- package/build/__api/models/CampaignOfferTriggerSettings.d.ts +11 -0
- package/build/__api/models/{MasterpassTokenResponse.d.ts → MasterPassTokenResponse.d.ts} +0 -0
- package/build/__api/models/PaymentGateway.d.ts +2 -0
- package/build/__api/models/PaymentGateway.js +1 -1
- package/build/__api/models/PaymentGatewaySettings.d.ts +13 -0
- package/build/__api/models/PaymentGatewaySettings.js +1 -0
- package/build/__api/mutations/addCouponCodeToCheckout.d.ts +1 -1
- 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/createSaleTransactionWithCheckout.d.ts +1 -1
- package/build/__api/mutations/createStripePaymentIntent.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/saveCheckout.d.ts +1 -1
- package/build/__api/mutations/saveItemToCart.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/mutations/updateRaffleParticipant.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/getAvailableStockLocations.d.ts +1 -1
- package/build/__api/queries/getCart.d.ts +1 -1
- package/build/__api/queries/getCartById.d.ts +1 -1
- package/build/__api/queries/getCheckoutByCartId.d.ts +1 -1
- package/build/__api/queries/getCheckoutById.d.ts +1 -1
- package/build/__api/queries/getCurrencyRate.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/getMasterpassRequestToken.d.ts +1 -1
- package/build/__api/queries/getMasterpassRequestToken.js +1 -0
- package/build/__api/queries/getMyCountry.d.ts +1 -1
- package/build/__api/queries/getMyCustomer.d.ts +1 -1
- package/build/__api/queries/getOrder.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/getProductOptionFileUrl.d.ts +1 -1
- package/build/__api/queries/getRaffleParticipants.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/getVariantStockLocations.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/listCampaignOffer.d.ts +37 -0
- 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 +5 -1
- package/build/__api/queries/listPaymentGateway.js +1 -1
- package/build/__api/queries/listProduct.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/listProductStockLocation.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/listTown.d.ts +1 -1
- package/build/__api/queries/listVariantType.d.ts +1 -1
- package/build/__api/queries/searchProducts.d.ts +1 -1
- package/build/__api/types/index.d.ts +71 -0
- package/build/__api/types/index.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy13.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy14.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy2.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy3.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy4.js +1 -1
- package/build/assets/translations/checkout/en.js +1 -1
- package/build/assets/translations/checkout/tr.js +1 -1
- package/build/components/checkout/components/button/index.d.ts +1 -1
- package/build/components/checkout/components/checkbox/index.d.ts +1 -1
- package/build/components/checkout/components/credit-card-form/index.js +1 -1
- package/build/components/checkout/components/master-pass/index.d.ts +9 -0
- package/build/components/checkout/components/master-pass/index.js +1 -0
- package/build/components/checkout/components/master-pass/modal/index.d.ts +11 -0
- package/build/components/checkout/components/master-pass/modal/index.js +1 -0
- package/build/components/checkout/components/master-pass/modal/style.module.scss.js +1 -0
- package/build/components/checkout/components/master-pass/modal/svg/modal-close.d.ts +3 -0
- package/build/components/checkout/components/master-pass/modal/svg/modal-close.js +1 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.d.ts +10 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.js +1 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/style.module.scss.js +1 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.d.ts +3 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.js +1 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.d.ts +3 -0
- package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.js +1 -0
- package/build/components/checkout/components/master-pass/modal-otp/index.d.ts +10 -0
- package/build/components/checkout/components/master-pass/modal-otp/index.js +1 -0
- package/build/components/checkout/components/master-pass/modal-otp/style.module.scss.js +1 -0
- package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass-by-master-card-small.d.ts +3 -0
- package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass-by-master-card-small.js +1 -0
- package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.d.ts +3 -0
- package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.js +1 -0
- package/build/components/checkout/components/master-pass/modal-otp/svg/success.d.ts +3 -0
- package/build/components/checkout/components/master-pass/modal-otp/svg/success.js +1 -0
- package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.d.ts +3 -0
- package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.js +1 -0
- package/build/components/checkout/components/master-pass/style.module.scss.js +1 -0
- package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.d.ts +3 -0
- package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.js +1 -0
- package/build/components/checkout/components/modal/index.js +1 -1
- package/build/components/checkout/components/modal/useEscape.d.ts +5 -0
- package/build/components/checkout/components/modal/useEscape.js +1 -0
- package/build/components/checkout/components/select-box/index.d.ts +1 -1
- package/build/components/checkout/components/toggle/index.d.ts +1 -1
- package/build/components/checkout/model.d.ts +3 -0
- package/build/components/checkout/model.js +1 -1
- package/build/components/checkout/modelMasterPass.d.ts +124 -0
- package/build/components/checkout/modelMasterPass.js +1 -0
- package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
- package/build/components/checkout/steps/step-payment/payment-gateways/style.module.scss.js +1 -1
- package/build/ikas.cjs +1 -1
- package/build/models/data/payment-gateway/index.d.ts +1 -0
- package/build/models/data/payment-gateway/index.js +1 -1
- package/build/models/ui/product-list/index.d.ts +1 -1
- package/build/scripts/generators/config/content.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 +1 -1
|
@@ -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<BlogMetadataPaginationResponse> | APIResponse<undefined>>;
|
|
4
4
|
export default listBlogMetadata;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
|
+
import { StringFilterInput, CampaignOffer } from "../types";
|
|
3
|
+
declare const listCampaignOffer: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<CampaignOffer[]> | APIResponse<undefined>>;
|
|
4
|
+
export default listCampaignOffer;
|
|
5
|
+
export declare type QueryParams = {
|
|
6
|
+
id?: StringFilterInput | null;
|
|
7
|
+
};
|
|
8
|
+
export declare enum ResponseField {
|
|
9
|
+
AVAILABLE_SALES_CHANNEL_IDS = "availableSalesChannelIds",
|
|
10
|
+
CREATED_AT = "createdAt",
|
|
11
|
+
DELETED = "deleted",
|
|
12
|
+
END_DATE = "endDate",
|
|
13
|
+
FOLLOW_UP_ACTION_TYPE = "followUpActionType",
|
|
14
|
+
ID = "id",
|
|
15
|
+
MINIMUM_REQUIRED_CART_AMOUNT = "minimumRequiredCartAmount",
|
|
16
|
+
NAME = "name",
|
|
17
|
+
OFFERS__COUNTDOWN_MINUTES = "offers.countdownMinutes",
|
|
18
|
+
OFFERS__DESCRIPTION = "offers.description",
|
|
19
|
+
OFFERS__DISCOUNT_AMOUNT = "offers.discountAmount",
|
|
20
|
+
OFFERS__DISCOUNT_TYPE = "offers.discountType",
|
|
21
|
+
OFFERS__EXCLUDED_VARIANT_ID_LIST = "offers.excludedVariantIdList",
|
|
22
|
+
OFFERS__ID = "offers.id",
|
|
23
|
+
OFFERS__ORDER = "offers.order",
|
|
24
|
+
OFFERS__PRODUCT_ID = "offers.productId",
|
|
25
|
+
OFFERS__SHOW_CRITERIA = "offers.showCriteria",
|
|
26
|
+
OFFERS__SKIP_OFFER_IF_PRODUCT_EXISTS_IN_CART = "offers.skipOfferIfProductExistsInCart",
|
|
27
|
+
OFFERS__TITLE = "offers.title",
|
|
28
|
+
OFFERS__TRANSLATIONS__DESCRIPTION = "offers.translations.description",
|
|
29
|
+
OFFERS__TRANSLATIONS__LOCALE = "offers.translations.locale",
|
|
30
|
+
OFFERS__TRANSLATIONS__TITLE = "offers.translations.title",
|
|
31
|
+
START_DATE = "startDate",
|
|
32
|
+
TARGET_PAGE_TYPES = "targetPageTypes",
|
|
33
|
+
TRIGGER_SETTINGS__FILTER_TYPE = "triggerSettings.filterType",
|
|
34
|
+
TRIGGER_SETTINGS__VALUE_LIST = "triggerSettings.valueList",
|
|
35
|
+
TYPE = "type",
|
|
36
|
+
UPDATED_AT = "updatedAt"
|
|
37
|
+
}
|
|
@@ -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<CategoryPaginationResponse> | APIResponse<undefined>>;
|
|
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<CheckoutSettings[]> | APIResponse<undefined>>;
|
|
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<City[]> | APIResponse<undefined>>;
|
|
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<Country[]> | APIResponse<undefined>>;
|
|
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<CustomerAttribute[]> | APIResponse<undefined>>;
|
|
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<CustomerReviewSummaryPaginationResponse> | APIResponse<undefined>>;
|
|
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<CustomerReviewSFPaginationResponse> | APIResponse<undefined>>;
|
|
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<District[]> | APIResponse<undefined>>;
|
|
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<CustomerFavoriteProduct[]> | APIResponse<undefined>>;
|
|
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<HTMLMetaData[]> | APIResponse<undefined>>;
|
|
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<MerchantSettings[]> | APIResponse<undefined>>;
|
|
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<OrderRefundSettings[]> | APIResponse<undefined>>;
|
|
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<StorefrontTransaction[]> | APIResponse<undefined>>;
|
|
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<PaymentGateway[]> | APIResponse<undefined>>;
|
|
4
4
|
export default listPaymentGateway;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
id?: StringFilterInput | null;
|
|
@@ -26,6 +26,10 @@ export declare enum ResponseField {
|
|
|
26
26
|
PAYMENT_METHOD_TYPE = "paymentMethodType",
|
|
27
27
|
PAYMENT_METHODS__LOGO_URL = "paymentMethods.logoUrl",
|
|
28
28
|
PAYMENT_METHODS__NAME = "paymentMethods.name",
|
|
29
|
+
SETTINGS__LABEL = "settings.label",
|
|
30
|
+
SETTINGS__ORDER = "settings.order",
|
|
31
|
+
SETTINGS__TYPE = "settings.type",
|
|
32
|
+
SETTINGS__VALUE = "settings.value",
|
|
29
33
|
SUPPORTED_CURRENCIES = "supportedCurrencies",
|
|
30
34
|
TEST_MODE = "testMode",
|
|
31
35
|
TRANSLATIONS__DESCRIPTION = "translations.description",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as a}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import i from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var o,
|
|
1
|
+
import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as a}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import i from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var o,s=function(o,s,l){return t(void 0,void 0,void 0,(function(){var t,d,_,T;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,i({operationName:"listPaymentGateway",config:l,variables:o,allReturnFields:r,fields:s,query:function(t){return"\n\t\t\t\tquery listPaymentGateway (\n\t\t\t\t\t$id: StringFilterInput,\n\t\t\t\t\t$includeDeleted: Boolean,\n\t\t\t\t\t$locale: String,\n\t\t\t\t\t$pagination: PaginationInput,\n\t\t\t\t) {\n\t\t\t\t\tlistPaymentGateway (\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tincludeDeleted: $includeDeleted,\n\t\t\t\t\t\tlocale: $locale,\n\t\t\t\t\t\tpagination: $pagination,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),d=t.data,_=t.errors,[2,new a(null==d?void 0:d.listPaymentGateway,_)];case 2:return T=e.sent(),[2,n(T)];case 3:return[2]}}))}))},r="{additionalPrices {amount amountType name type } availableCountries code createdAt deleted description id logoUrl masterPassClientId name paymentGatewayProviderId paymentMethodType paymentMethods {logoUrl name } settings {label order type value } supportedCurrencies testMode translations {description locale name } type updatedAt }";!function(t){t.ADDITIONAL_PRICES__AMOUNT="additionalPrices.amount",t.ADDITIONAL_PRICES__AMOUNT_TYPE="additionalPrices.amountType",t.ADDITIONAL_PRICES__NAME="additionalPrices.name",t.ADDITIONAL_PRICES__TYPE="additionalPrices.type",t.AVAILABLE_COUNTRIES="availableCountries",t.CODE="code",t.CREATED_AT="createdAt",t.DELETED="deleted",t.DESCRIPTION="description",t.ID="id",t.LOGO_URL="logoUrl",t.MASTER_PASS_CLIENT_ID="masterPassClientId",t.NAME="name",t.PAYMENT_GATEWAY_PROVIDER_ID="paymentGatewayProviderId",t.PAYMENT_METHOD_TYPE="paymentMethodType",t.PAYMENT_METHODS__LOGO_URL="paymentMethods.logoUrl",t.PAYMENT_METHODS__NAME="paymentMethods.name",t.SETTINGS__LABEL="settings.label",t.SETTINGS__ORDER="settings.order",t.SETTINGS__TYPE="settings.type",t.SETTINGS__VALUE="settings.value",t.SUPPORTED_CURRENCIES="supportedCurrencies",t.TEST_MODE="testMode",t.TRANSLATIONS__DESCRIPTION="translations.description",t.TRANSLATIONS__LOCALE="translations.locale",t.TRANSLATIONS__NAME="translations.name",t.TYPE="type",t.UPDATED_AT="updatedAt"}(o||(o={}));export{o as ResponseField,s as default};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, CategoryFilterInput, PaginationInput, DateFilterInput, ProductPaginationResponse } from "../types";
|
|
3
|
-
declare const listProduct: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listProduct: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<ProductPaginationResponse> | APIResponse<undefined>>;
|
|
4
4
|
export default listProduct;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
brandId?: 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<ProductAttribute[]> | APIResponse<undefined>>;
|
|
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<ProductBackInStockRemind[]> | APIResponse<undefined>>;
|
|
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<ProductBrandPaginationResponse> | APIResponse<undefined>>;
|
|
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<ProductOptionSet[]> | APIResponse<undefined>>;
|
|
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 { ProductStockLocation } from "../types";
|
|
3
|
-
declare const listProductStockLocation: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listProductStockLocation: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<ProductStockLocation[]> | APIResponse<undefined>>;
|
|
4
4
|
export default listProductStockLocation;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
stockLocationIdList: string[];
|
|
@@ -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<RafflePaginationResponse> | APIResponse<undefined>>;
|
|
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<RaffleMetadata[]> | APIResponse<undefined>>;
|
|
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<State[]> | APIResponse<undefined>>;
|
|
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<StockLocation[]> | APIResponse<undefined>>;
|
|
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 { StringFilterInput, DateFilterInput, Town } from "../types";
|
|
3
|
-
declare const listTown: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listTown: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<Town[]> | APIResponse<undefined>>;
|
|
4
4
|
export default listTown;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
districtId: StringFilterInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
2
|
import { StringFilterInput, DateFilterInput, VariantType } from "../types";
|
|
3
|
-
declare const listVariantType: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<
|
|
3
|
+
declare const listVariantType: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<VariantType[]> | APIResponse<undefined>>;
|
|
4
4
|
export default listVariantType;
|
|
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<ProductSearchResponse> | APIResponse<undefined>>;
|
|
4
4
|
export default searchProducts;
|
|
5
5
|
export declare type QueryParams = {
|
|
6
6
|
input: SearchInput;
|
|
@@ -131,6 +131,11 @@ export declare enum PaymentGatewayAdditionalPriceTypeEnum {
|
|
|
131
131
|
DECREMENT = "DECREMENT",
|
|
132
132
|
INCREMENT = "INCREMENT"
|
|
133
133
|
}
|
|
134
|
+
export declare enum PaymentGatewaySettingsTypeEnum {
|
|
135
|
+
NUMBER = "NUMBER",
|
|
136
|
+
PASSWORD = "PASSWORD",
|
|
137
|
+
TEXT = "TEXT"
|
|
138
|
+
}
|
|
134
139
|
export declare enum PaymentGatewayTransactionFeeTypeEnum {
|
|
135
140
|
AMOUNT = "AMOUNT",
|
|
136
141
|
RATIO = "RATIO"
|
|
@@ -198,10 +203,30 @@ export declare enum CampaignFilterTypeEnum {
|
|
|
198
203
|
PRODUCT_TAG = "PRODUCT_TAG",
|
|
199
204
|
VARIANT = "VARIANT"
|
|
200
205
|
}
|
|
206
|
+
export declare enum CampaignOfferFollowUpActionTypeEnum {
|
|
207
|
+
DO_NOTHING = "DO_NOTHING",
|
|
208
|
+
OPEN_CART = "OPEN_CART",
|
|
209
|
+
OPEN_CHECKOUT = "OPEN_CHECKOUT"
|
|
210
|
+
}
|
|
211
|
+
export declare enum CampaignOfferProductShowCriteriaEnum {
|
|
212
|
+
PREVIOUS_ACCEPTED = "PREVIOUS_ACCEPTED",
|
|
213
|
+
PREVIOUS_REJECTED = "PREVIOUS_REJECTED"
|
|
214
|
+
}
|
|
201
215
|
export declare enum CampaignOfferTargetPageTypeEnum {
|
|
202
216
|
CHECKOUT = "CHECKOUT",
|
|
203
217
|
POST_CHECKOUT = "POST_CHECKOUT"
|
|
204
218
|
}
|
|
219
|
+
export declare enum CampaignOfferTriggerFilterTypeEnum {
|
|
220
|
+
ALL_PRODUCTS = "ALL_PRODUCTS",
|
|
221
|
+
CATEGORY = "CATEGORY",
|
|
222
|
+
PRODUCT = "PRODUCT",
|
|
223
|
+
PRODUCT_TAG = "PRODUCT_TAG",
|
|
224
|
+
VARIANT = "VARIANT"
|
|
225
|
+
}
|
|
226
|
+
export declare enum CampaignOfferTypeEnum {
|
|
227
|
+
CROSS_SELL = "CROSS_SELL",
|
|
228
|
+
UPSELL = "UPSELL"
|
|
229
|
+
}
|
|
205
230
|
export declare enum CampaignTypeEnum {
|
|
206
231
|
BUY_X_THEN_GET_Y = "BUY_X_THEN_GET_Y",
|
|
207
232
|
FIXED_AMOUNT = "FIXED_AMOUNT",
|
|
@@ -1133,6 +1158,7 @@ export interface PaymentGateway {
|
|
|
1133
1158
|
paymentGatewayProviderId: string | null;
|
|
1134
1159
|
paymentMethodType: PaymentMethodEnum;
|
|
1135
1160
|
paymentMethods: PaymentGatewayPaymentMethod[];
|
|
1161
|
+
settings: PaymentGatewaySettings[] | null;
|
|
1136
1162
|
supportedCurrencies: string[] | null;
|
|
1137
1163
|
testMode: boolean | null;
|
|
1138
1164
|
translations: PaymentGatewayTranslation[] | null;
|
|
@@ -1143,6 +1169,12 @@ export interface PaymentGatewayPaymentMethod {
|
|
|
1143
1169
|
logoUrl: string | null;
|
|
1144
1170
|
name: string;
|
|
1145
1171
|
}
|
|
1172
|
+
export interface PaymentGatewaySettings {
|
|
1173
|
+
label: string;
|
|
1174
|
+
order: number;
|
|
1175
|
+
type: PaymentGatewaySettingsTypeEnum;
|
|
1176
|
+
value: string | null;
|
|
1177
|
+
}
|
|
1146
1178
|
export interface PaymentGatewayTranslation {
|
|
1147
1179
|
description: string | null;
|
|
1148
1180
|
locale: string | null;
|
|
@@ -1279,6 +1311,45 @@ export interface CampaignMinMaxRangeField {
|
|
|
1279
1311
|
max: number | null;
|
|
1280
1312
|
min: number | null;
|
|
1281
1313
|
}
|
|
1314
|
+
export interface CampaignOffer {
|
|
1315
|
+
availableSalesChannelIds: string[];
|
|
1316
|
+
createdAt: any | null;
|
|
1317
|
+
deleted: boolean | null;
|
|
1318
|
+
endDate: any | null;
|
|
1319
|
+
followUpActionType: CampaignOfferFollowUpActionTypeEnum;
|
|
1320
|
+
id: string;
|
|
1321
|
+
minimumRequiredCartAmount: number | null;
|
|
1322
|
+
name: string;
|
|
1323
|
+
offers: CampaignOfferProduct[];
|
|
1324
|
+
startDate: any | null;
|
|
1325
|
+
targetPageTypes: CampaignOfferTargetPageTypeEnum[];
|
|
1326
|
+
triggerSettings: CampaignOfferTriggerSettings;
|
|
1327
|
+
type: CampaignOfferTypeEnum;
|
|
1328
|
+
updatedAt: any | null;
|
|
1329
|
+
}
|
|
1330
|
+
export interface CampaignOfferProduct {
|
|
1331
|
+
countdownMinutes: number | null;
|
|
1332
|
+
description: string | null;
|
|
1333
|
+
discountAmount: number | null;
|
|
1334
|
+
discountType: AmountTypeEnum | null;
|
|
1335
|
+
excludedVariantIdList: string[] | null;
|
|
1336
|
+
id: string;
|
|
1337
|
+
order: number;
|
|
1338
|
+
productId: string;
|
|
1339
|
+
showCriteria: CampaignOfferProductShowCriteriaEnum | null;
|
|
1340
|
+
skipOfferIfProductExistsInCart: boolean | null;
|
|
1341
|
+
title: string;
|
|
1342
|
+
translations: CampaignOfferProductTranslation[] | null;
|
|
1343
|
+
}
|
|
1344
|
+
export interface CampaignOfferProductTranslation {
|
|
1345
|
+
description: string | null;
|
|
1346
|
+
locale: string;
|
|
1347
|
+
title: string;
|
|
1348
|
+
}
|
|
1349
|
+
export interface CampaignOfferTriggerSettings {
|
|
1350
|
+
filterType: CampaignOfferTriggerFilterTypeEnum;
|
|
1351
|
+
valueList: string[];
|
|
1352
|
+
}
|
|
1282
1353
|
export interface Cart {
|
|
1283
1354
|
campaignOffers: CartCampaignOffer[] | null;
|
|
1284
1355
|
createdAt: any | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var E,T,R,A,D,I,C,_,N,O,L,U,S,P,n,F,H,M,Y,o,V,B,c,f,t,i,u,G,W,K,X,Q,J,e,g,Z,a,l,b,k,r,d,s,p,v,x,h,j,m,q,w,y,z,$,EE,TE,RE,AE,DE,IE,CE,_E,NE;!function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY"}(E||(E={})),function(E){E.facebook="facebook",E.google="google"}(T||(T={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(R||(R={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(A||(A={})),function(E){E.CREATED_AT="CREATED_AT",E.DISCOUNTED_PRODUCTS="DISCOUNTED_PRODUCTS",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT_VALUE="VARIANT_VALUE"}(D||(D={})),function(E){E.BEST_SELLER="BEST_SELLER",E.HIGHEST_DISCOUNT_RATIO="HIGHEST_DISCOUNT_RATIO",E.HIGHEST_PRICE="HIGHEST_PRICE",E.LOWEST_DISCOUNT_RATIO="LOWEST_DISCOUNT_RATIO",E.LOWEST_PRICE="LOWEST_PRICE",E.MANUALLY="MANUALLY",E.NEWEST="NEWEST",E.OLDEST="OLDEST"}(I||(I={})),function(E){E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.PAGE="PAGE",E.PRODUCT="PRODUCT"}(C||(C={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATETIME="DATETIME",E.HTML="HTML",E.IMAGE="IMAGE",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.PRODUCT="PRODUCT",E.TABLE="TABLE",E.TEXT="TEXT"}(_||(_={})),function(E){E.BOX="BOX",E.DATE_RANGE="DATE_RANGE",E.LIST="LIST",E.NUMBER_RANGE="NUMBER_RANGE",E.NUMBER_RANGE_LIST="NUMBER_RANGE_LIST",E.SWATCH="SWATCH"}(N||(N={})),function(E){E.ALPHABETICAL_ASC="ALPHABETICAL_ASC",E.ALPHABETICAL_DESC="ALPHABETICAL_DESC",E.CUSTOM_SORT="CUSTOM_SORT",E.PRODUCT_COUNT_ASC="PRODUCT_COUNT_ASC",E.PRODUCT_COUNT_DESC="PRODUCT_COUNT_DESC"}(O||(O={})),function(E){E.ATTRIBUTE="ATTRIBUTE",E.AVAILABLE_VARIANT_VALUE="AVAILABLE_VARIANT_VALUE",E.BRAND="BRAND",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.PRICE="PRICE",E.STOCK_STATUS="STOCK_STATUS",E.TAG="TAG",E.VARIANT_TYPE="VARIANT_TYPE"}(L||(L={})),function(E){E.BOX="BOX",E.SELECT="SELECT",E.SWATCH="SWATCH"}(U||(U={})),function(E){E.CHECKBOX="CHECKBOX",E.CHOICE="CHOICE",E.COLOR_PICKER="COLOR_PICKER",E.DATE_PICKER="DATE_PICKER",E.FILE="FILE",E.IMAGE="IMAGE",E.TEXT="TEXT",E.TEXT_AREA="TEXT_AREA"}(S||(S={})),function(E){E.HIDE_OUT_OF_STOCK="HIDE_OUT_OF_STOCK",E.SHOW_ALL="SHOW_ALL",E.SHOW_OUT_OF_STOCK_AT_END="SHOW_OUT_OF_STOCK_AT_END"}(P||(P={})),function(E){E.DIGITAL="DIGITAL",E.MEMBERSHIP="MEMBERSHIP",E.PHYSICAL="PHYSICAL"}(n||(n={})),function(E){E.ASC="ASC",E.DESC="DESC"}(F||(F={})),function(E){E.CREATED_AT="CREATED_AT",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.MANUAL_SORT="MANUAL_SORT",E.NAME="NAME",E.PRICE="PRICE"}(H||(H={})),function(E){E.CHOICE="CHOICE",E.COLOR="COLOR"}(M||(M={})),function(E){E.CHECK_MASTER_PASS_USER="CHECK_MASTER_PASS_USER",E.DELETE_CARD="DELETE_CARD",E.DIRECT_PURCHASE="DIRECT_PURCHASE",E.FORGOT_PASSWORD="FORGOT_PASSWORD",E.LIST_CARDS="LIST_CARDS",E.PURCHASE="PURCHASE",E.REGISTER_CARD="REGISTER_CARD"}(Y||(Y={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(o||(o={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(V||(V={})),function(E){E.EXTERNAL="EXTERNAL",E.INTERNAL="INTERNAL",E.THIRD_PARTY="THIRD_PARTY"}(B||(B={})),function(E){E.APP_PAYMENT="APP_PAYMENT",E.BUY_ONLINE_PAY_AT_STORE="BUY_ONLINE_PAY_AT_STORE",E.CASH="CASH",E.CASH_ON_DELIVERY="CASH_ON_DELIVERY",E.CREDIT_CARD="CREDIT_CARD",E.CREDIT_CARD_ON_DELIVERY="CREDIT_CARD_ON_DELIVERY",E.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.WALLET="WALLET"}(c||(c={})),function(E){E.AMERICAN_EXPRESS="AMERICAN_EXPRESS",E.MASTER_CARD="MASTER_CARD",E.TROY="TROY",E.VISA="VISA"}(f||(f={})),function(E){E.CREDIT="CREDIT",E.DEBIT="DEBIT",E.PREPAID="PREPAID"}(t||(t={})),function(E){E.AUTHORIZED="AUTHORIZED",E.FAILED="FAILED",E.PENDING="PENDING",E.SUCCESS="SUCCESS"}(i||(i={})),function(E){E.REFUND="REFUND",E.SALE="SALE",E.VOID="VOID"}(u||(u={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(G||(G={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(W||(W={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(K||(K={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CART="CART",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW"}(X||(X={})),function(E){E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(Q||(Q={})),function(E){E.CHECKOUT="CHECKOUT",E.POST_CHECKOUT="POST_CHECKOUT"}(J||(J={})),function(E){E.BUY_X_THEN_GET_Y="BUY_X_THEN_GET_Y",E.FIXED_AMOUNT="FIXED_AMOUNT",E.FREE_SHIPPING="FREE_SHIPPING",E.RATIO="RATIO"}(e||(e={})),function(E){E.CUSTOMER="CUSTOMER",E.DECLINED="DECLINED",E.INVENTORY="INVENTORY",E.OTHER="OTHER"}(g||(g={})),function(E){E.ACCEPTED="ACCEPTED",E.REJECTED="REJECTED",E.REMOVED="REMOVED",E.WAITING_FOR_ACTION="WAITING_FOR_ACTION"}(Z||(Z={})),function(E){E.ADMIN="ADMIN",E.CUSTOMER="CUSTOMER"}(a||(a={})),function(E){E.ACTIVE="ACTIVE",E.FREEZE="FREEZE",E.PASSIVE="PASSIVE"}(l||(l={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(b||(b={})),function(E){E.NOT_SENT="NOT_SENT",E.SENT="SENT"}(k||(k={})),function(E){E.NOT_RECOVERED="NOT_RECOVERED",E.RECOVERED="RECOVERED"}(r||(r={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(d||(d={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(s||(s={})),function(E){E.ACTIVE_ACCOUNT="ACTIVE_ACCOUNT",E.DECLINED_ACCOUNT_INVITATION="DECLINED_ACCOUNT_INVITATION",E.DISABLED_ACCOUNT="DISABLED_ACCOUNT",E.INVITED_TO_CREATE_ACCOUNT="INVITED_TO_CREATE_ACCOUNT"}(p||(p={})),function(E){E.NOT_SUBSCRIBED="NOT_SUBSCRIBED",E.PENDING_CONFIRMATION="PENDING_CONFIRMATION",E.SUBSCRIBED="SUBSCRIBED"}(v||(v={})),function(E){E.COMPANY="COMPANY",E.INDIVIDUAL="INDIVIDUAL",E.OTHER="OTHER"}(x||(x={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNFULFILLED="UNFULFILLED"}(h||(h={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.ERROR="ERROR",E.FULFILLED="FULFILLED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER"}(j||(j={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_DELIVERED="PARTIALLY_DELIVERED",E.PARTIALLY_FULFILLED="PARTIALLY_FULFILLED",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER",E.UNFULFILLED="UNFULFILLED"}(m||(m={})),function(E){E.PAID="PAID",E.PARTIALLY_PAID="PARTIALLY_PAID",E.WAITING="WAITING"}(q||(q={})),function(E){E.CANCELLED="CANCELLED",E.CREATED="CREATED",E.DRAFT="DRAFT",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED"}(w||(w={})),function(E){E.APP_PAYMENT="APP_PAYMENT",E.BUY_ONLINE_PAY_AT_STORE="BUY_ONLINE_PAY_AT_STORE",E.CASH="CASH",E.CASH_ON_DELIVERY="CASH_ON_DELIVERY",E.CREDIT_CARD="CREDIT_CARD",E.CREDIT_CARD_ON_DELIVERY="CREDIT_CARD_ON_DELIVERY",E.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.WALLET="WALLET"}(y||(y={})),function(E){E.RAFFLE="RAFFLE"}(z||(z={})),function(E){E.CLICK_AND_COLLECT="CLICK_AND_COLLECT",E.NO_SHIPMENT="NO_SHIPMENT",E.SHIPMENT="SHIPMENT"}($||($={})),function(E){E.EMAIL="EMAIL",E.MERSIS="MERSIS"}(EE||(EE={})),function(E){E.LEFT="LEFT",E.RIGHT="RIGHT"}(TE||(TE={})),function(E){E.TWO_IN_FOUR_DAYS="TWO_IN_FOUR_DAYS",E.WITHIN_FOUR_HOURS="WITHIN_FOUR_HOURS",E.WITHIN_ONE_HOUR="WITHIN_ONE_HOUR",E.WITHIN_PLUS_FIVE_DAYS="WITHIN_PLUS_FIVE_DAYS",E.WITHIN_TWENTY_FOUR_HOURS="WITHIN_TWENTY_FOUR_HOURS",E.WITHIN_TWO_HOURS="WITHIN_TWO_HOURS"}(RE||(RE={})),function(E){E.PHYSICAL="PHYSICAL",E.VIRTUAL="VIRTUAL"}(AE||(AE={})),function(E){E.INVISIBLE="INVISIBLE",E.READ="READ",E.WRITE="WRITE"}(DE||(DE={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(IE||(IE={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATETIME="DATETIME",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.TEXT="TEXT"}(CE||(CE={})),function(E){E.credentials="credentials",E.facebook="facebook",E.google="google"}(_E||(_E={})),function(E){E.APPROVED="APPROVED",E.REJECTED="REJECTED",E.WAITING="WAITING"}(NE||(NE={}));export{G as AdjustmentEnum,W as AmountTypeEnum,E as BlogMetadataTargetTypeEnum,K as CampaignApplicablePriceEnum,X as CampaignCreatedForEnum,Q as CampaignFilterTypeEnum,J as CampaignOfferTargetPageTypeEnum,e as CampaignTypeEnum,g as CancelledReasonEnum,Z as CartCampaignOfferStatus,a as CartCreatedByEnum,l as CartStatusEnum,b as CartV2StatusEnum,D as CategoryConditionTypeEnum,I as CategoryProductsOrderTypeEnum,k as CheckoutRecoveryEmailStatusEnum,r as CheckoutRecoveryStatusEnum,d as CheckoutRequirementEnum,s as CheckoutStatusEnum,TE as CurrencyFormatSymbolPosition,p as CustomerAccountStatusEnum,DE as CustomerAttributePermissionEnum,IE as CustomerAttributeRegisterPageRequirementEnum,CE as CustomerAttributeTypeEnum,v as CustomerEmailSubscriptionStatusesEnum,_E as CustomerRegistrationSourceEnum,NE as CustomerReviewStatusEnum,T as CustomerSocialLoginProviderEnum,C as HTMLMetaDataTargetTypeEnum,x as InvoiceTypeEnum,Y as MasterPassOperationTypeEnum,h as OrderLineItemStatusEnum,j as OrderPackageFulfillStatusEnum,m as OrderPackageStatusEnum,q as OrderPaymentStatusEnum,w as OrderStatusEnum,o as PaymentGatewayAdditionalPriceTypeEnum,V as PaymentGatewayTransactionFeeTypeEnum,B as PaymentGatewayTypeEnum,c as PaymentMethodEnum,y as PaymentMethodTypeEnum,_ as ProductAttributeTypeEnum,N as ProductFilterDisplayTypeEnum,O as ProductFilterSortTypeEnum,L as ProductFilterTypeEnum,U as ProductOptionSelectTypeEnum,S as ProductOptionTypeEnum,P as ProductSearchShowStockOptionEnum,n as ProductTypeEnum,z as RaffleMetadataTargetTypeEnum,$ as ShippingMethodEnum,F as SortByDirectionEnum,H as SortByTypeEnum,RE as StockLocationDeliveryTimeEnum,AE as StockLocationTypeEnum,R as StorefrontStatusTypes,A as StorefrontThemeStatus,f as TransactionCardAssociationEnum,t as TransactionCardTypeEnum,i as TransactionStatusEnum,u as TransactionTypeEnum,M as VariantSelectionTypeEnum,EE as VerificationTypeEnum};
|
|
1
|
+
var E,T,R,A,C,D,I,_,O,N,L,U,S,P,n,F,H,M,Y,o,V,c,f,B,t,i,u,G,W,K,X,J,Q,e,g,Z,a,l,b,k,r,d,s,p,v,x,h,j,m,q,w,y,z,$,EE,TE,RE,AE,CE,DE,IE,_E,OE,NE,LE,UE,SE,PE;!function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY"}(E||(E={})),function(E){E.facebook="facebook",E.google="google"}(T||(T={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(R||(R={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(A||(A={})),function(E){E.CREATED_AT="CREATED_AT",E.DISCOUNTED_PRODUCTS="DISCOUNTED_PRODUCTS",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT_VALUE="VARIANT_VALUE"}(C||(C={})),function(E){E.BEST_SELLER="BEST_SELLER",E.HIGHEST_DISCOUNT_RATIO="HIGHEST_DISCOUNT_RATIO",E.HIGHEST_PRICE="HIGHEST_PRICE",E.LOWEST_DISCOUNT_RATIO="LOWEST_DISCOUNT_RATIO",E.LOWEST_PRICE="LOWEST_PRICE",E.MANUALLY="MANUALLY",E.NEWEST="NEWEST",E.OLDEST="OLDEST"}(D||(D={})),function(E){E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.PAGE="PAGE",E.PRODUCT="PRODUCT"}(I||(I={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATETIME="DATETIME",E.HTML="HTML",E.IMAGE="IMAGE",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.PRODUCT="PRODUCT",E.TABLE="TABLE",E.TEXT="TEXT"}(_||(_={})),function(E){E.BOX="BOX",E.DATE_RANGE="DATE_RANGE",E.LIST="LIST",E.NUMBER_RANGE="NUMBER_RANGE",E.NUMBER_RANGE_LIST="NUMBER_RANGE_LIST",E.SWATCH="SWATCH"}(O||(O={})),function(E){E.ALPHABETICAL_ASC="ALPHABETICAL_ASC",E.ALPHABETICAL_DESC="ALPHABETICAL_DESC",E.CUSTOM_SORT="CUSTOM_SORT",E.PRODUCT_COUNT_ASC="PRODUCT_COUNT_ASC",E.PRODUCT_COUNT_DESC="PRODUCT_COUNT_DESC"}(N||(N={})),function(E){E.ATTRIBUTE="ATTRIBUTE",E.AVAILABLE_VARIANT_VALUE="AVAILABLE_VARIANT_VALUE",E.BRAND="BRAND",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.PRICE="PRICE",E.STOCK_STATUS="STOCK_STATUS",E.TAG="TAG",E.VARIANT_TYPE="VARIANT_TYPE"}(L||(L={})),function(E){E.BOX="BOX",E.SELECT="SELECT",E.SWATCH="SWATCH"}(U||(U={})),function(E){E.CHECKBOX="CHECKBOX",E.CHOICE="CHOICE",E.COLOR_PICKER="COLOR_PICKER",E.DATE_PICKER="DATE_PICKER",E.FILE="FILE",E.IMAGE="IMAGE",E.TEXT="TEXT",E.TEXT_AREA="TEXT_AREA"}(S||(S={})),function(E){E.HIDE_OUT_OF_STOCK="HIDE_OUT_OF_STOCK",E.SHOW_ALL="SHOW_ALL",E.SHOW_OUT_OF_STOCK_AT_END="SHOW_OUT_OF_STOCK_AT_END"}(P||(P={})),function(E){E.DIGITAL="DIGITAL",E.MEMBERSHIP="MEMBERSHIP",E.PHYSICAL="PHYSICAL"}(n||(n={})),function(E){E.ASC="ASC",E.DESC="DESC"}(F||(F={})),function(E){E.CREATED_AT="CREATED_AT",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.MANUAL_SORT="MANUAL_SORT",E.NAME="NAME",E.PRICE="PRICE"}(H||(H={})),function(E){E.CHOICE="CHOICE",E.COLOR="COLOR"}(M||(M={})),function(E){E.CHECK_MASTER_PASS_USER="CHECK_MASTER_PASS_USER",E.DELETE_CARD="DELETE_CARD",E.DIRECT_PURCHASE="DIRECT_PURCHASE",E.FORGOT_PASSWORD="FORGOT_PASSWORD",E.LIST_CARDS="LIST_CARDS",E.PURCHASE="PURCHASE",E.REGISTER_CARD="REGISTER_CARD"}(Y||(Y={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(o||(o={})),function(E){E.NUMBER="NUMBER",E.PASSWORD="PASSWORD",E.TEXT="TEXT"}(V||(V={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(c||(c={})),function(E){E.EXTERNAL="EXTERNAL",E.INTERNAL="INTERNAL",E.THIRD_PARTY="THIRD_PARTY"}(f||(f={})),function(E){E.APP_PAYMENT="APP_PAYMENT",E.BUY_ONLINE_PAY_AT_STORE="BUY_ONLINE_PAY_AT_STORE",E.CASH="CASH",E.CASH_ON_DELIVERY="CASH_ON_DELIVERY",E.CREDIT_CARD="CREDIT_CARD",E.CREDIT_CARD_ON_DELIVERY="CREDIT_CARD_ON_DELIVERY",E.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.WALLET="WALLET"}(B||(B={})),function(E){E.AMERICAN_EXPRESS="AMERICAN_EXPRESS",E.MASTER_CARD="MASTER_CARD",E.TROY="TROY",E.VISA="VISA"}(t||(t={})),function(E){E.CREDIT="CREDIT",E.DEBIT="DEBIT",E.PREPAID="PREPAID"}(i||(i={})),function(E){E.AUTHORIZED="AUTHORIZED",E.FAILED="FAILED",E.PENDING="PENDING",E.SUCCESS="SUCCESS"}(u||(u={})),function(E){E.REFUND="REFUND",E.SALE="SALE",E.VOID="VOID"}(G||(G={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(W||(W={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(K||(K={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(X||(X={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CART="CART",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW"}(J||(J={})),function(E){E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(Q||(Q={})),function(E){E.DO_NOTHING="DO_NOTHING",E.OPEN_CART="OPEN_CART",E.OPEN_CHECKOUT="OPEN_CHECKOUT"}(e||(e={})),function(E){E.PREVIOUS_ACCEPTED="PREVIOUS_ACCEPTED",E.PREVIOUS_REJECTED="PREVIOUS_REJECTED"}(g||(g={})),function(E){E.CHECKOUT="CHECKOUT",E.POST_CHECKOUT="POST_CHECKOUT"}(Z||(Z={})),function(E){E.ALL_PRODUCTS="ALL_PRODUCTS",E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(a||(a={})),function(E){E.CROSS_SELL="CROSS_SELL",E.UPSELL="UPSELL"}(l||(l={})),function(E){E.BUY_X_THEN_GET_Y="BUY_X_THEN_GET_Y",E.FIXED_AMOUNT="FIXED_AMOUNT",E.FREE_SHIPPING="FREE_SHIPPING",E.RATIO="RATIO"}(b||(b={})),function(E){E.CUSTOMER="CUSTOMER",E.DECLINED="DECLINED",E.INVENTORY="INVENTORY",E.OTHER="OTHER"}(k||(k={})),function(E){E.ACCEPTED="ACCEPTED",E.REJECTED="REJECTED",E.REMOVED="REMOVED",E.WAITING_FOR_ACTION="WAITING_FOR_ACTION"}(r||(r={})),function(E){E.ADMIN="ADMIN",E.CUSTOMER="CUSTOMER"}(d||(d={})),function(E){E.ACTIVE="ACTIVE",E.FREEZE="FREEZE",E.PASSIVE="PASSIVE"}(s||(s={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(p||(p={})),function(E){E.NOT_SENT="NOT_SENT",E.SENT="SENT"}(v||(v={})),function(E){E.NOT_RECOVERED="NOT_RECOVERED",E.RECOVERED="RECOVERED"}(x||(x={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(h||(h={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(j||(j={})),function(E){E.ACTIVE_ACCOUNT="ACTIVE_ACCOUNT",E.DECLINED_ACCOUNT_INVITATION="DECLINED_ACCOUNT_INVITATION",E.DISABLED_ACCOUNT="DISABLED_ACCOUNT",E.INVITED_TO_CREATE_ACCOUNT="INVITED_TO_CREATE_ACCOUNT"}(m||(m={})),function(E){E.NOT_SUBSCRIBED="NOT_SUBSCRIBED",E.PENDING_CONFIRMATION="PENDING_CONFIRMATION",E.SUBSCRIBED="SUBSCRIBED"}(q||(q={})),function(E){E.COMPANY="COMPANY",E.INDIVIDUAL="INDIVIDUAL",E.OTHER="OTHER"}(w||(w={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNFULFILLED="UNFULFILLED"}(y||(y={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.ERROR="ERROR",E.FULFILLED="FULFILLED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER"}(z||(z={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_DELIVERED="PARTIALLY_DELIVERED",E.PARTIALLY_FULFILLED="PARTIALLY_FULFILLED",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER",E.UNFULFILLED="UNFULFILLED"}($||($={})),function(E){E.PAID="PAID",E.PARTIALLY_PAID="PARTIALLY_PAID",E.WAITING="WAITING"}(EE||(EE={})),function(E){E.CANCELLED="CANCELLED",E.CREATED="CREATED",E.DRAFT="DRAFT",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED"}(TE||(TE={})),function(E){E.APP_PAYMENT="APP_PAYMENT",E.BUY_ONLINE_PAY_AT_STORE="BUY_ONLINE_PAY_AT_STORE",E.CASH="CASH",E.CASH_ON_DELIVERY="CASH_ON_DELIVERY",E.CREDIT_CARD="CREDIT_CARD",E.CREDIT_CARD_ON_DELIVERY="CREDIT_CARD_ON_DELIVERY",E.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.WALLET="WALLET"}(RE||(RE={})),function(E){E.RAFFLE="RAFFLE"}(AE||(AE={})),function(E){E.CLICK_AND_COLLECT="CLICK_AND_COLLECT",E.NO_SHIPMENT="NO_SHIPMENT",E.SHIPMENT="SHIPMENT"}(CE||(CE={})),function(E){E.EMAIL="EMAIL",E.MERSIS="MERSIS"}(DE||(DE={})),function(E){E.LEFT="LEFT",E.RIGHT="RIGHT"}(IE||(IE={})),function(E){E.TWO_IN_FOUR_DAYS="TWO_IN_FOUR_DAYS",E.WITHIN_FOUR_HOURS="WITHIN_FOUR_HOURS",E.WITHIN_ONE_HOUR="WITHIN_ONE_HOUR",E.WITHIN_PLUS_FIVE_DAYS="WITHIN_PLUS_FIVE_DAYS",E.WITHIN_TWENTY_FOUR_HOURS="WITHIN_TWENTY_FOUR_HOURS",E.WITHIN_TWO_HOURS="WITHIN_TWO_HOURS"}(_E||(_E={})),function(E){E.PHYSICAL="PHYSICAL",E.VIRTUAL="VIRTUAL"}(OE||(OE={})),function(E){E.INVISIBLE="INVISIBLE",E.READ="READ",E.WRITE="WRITE"}(NE||(NE={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(LE||(LE={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATETIME="DATETIME",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.TEXT="TEXT"}(UE||(UE={})),function(E){E.credentials="credentials",E.facebook="facebook",E.google="google"}(SE||(SE={})),function(E){E.APPROVED="APPROVED",E.REJECTED="REJECTED",E.WAITING="WAITING"}(PE||(PE={}));export{W as AdjustmentEnum,K as AmountTypeEnum,E as BlogMetadataTargetTypeEnum,X as CampaignApplicablePriceEnum,J as CampaignCreatedForEnum,Q as CampaignFilterTypeEnum,e as CampaignOfferFollowUpActionTypeEnum,g as CampaignOfferProductShowCriteriaEnum,Z as CampaignOfferTargetPageTypeEnum,a as CampaignOfferTriggerFilterTypeEnum,l as CampaignOfferTypeEnum,b as CampaignTypeEnum,k as CancelledReasonEnum,r as CartCampaignOfferStatus,d as CartCreatedByEnum,s as CartStatusEnum,p as CartV2StatusEnum,C as CategoryConditionTypeEnum,D as CategoryProductsOrderTypeEnum,v as CheckoutRecoveryEmailStatusEnum,x as CheckoutRecoveryStatusEnum,h as CheckoutRequirementEnum,j as CheckoutStatusEnum,IE as CurrencyFormatSymbolPosition,m as CustomerAccountStatusEnum,NE as CustomerAttributePermissionEnum,LE as CustomerAttributeRegisterPageRequirementEnum,UE as CustomerAttributeTypeEnum,q as CustomerEmailSubscriptionStatusesEnum,SE as CustomerRegistrationSourceEnum,PE as CustomerReviewStatusEnum,T as CustomerSocialLoginProviderEnum,I as HTMLMetaDataTargetTypeEnum,w as InvoiceTypeEnum,Y as MasterPassOperationTypeEnum,y as OrderLineItemStatusEnum,z as OrderPackageFulfillStatusEnum,$ as OrderPackageStatusEnum,EE as OrderPaymentStatusEnum,TE as OrderStatusEnum,o as PaymentGatewayAdditionalPriceTypeEnum,V as PaymentGatewaySettingsTypeEnum,c as PaymentGatewayTransactionFeeTypeEnum,f as PaymentGatewayTypeEnum,B as PaymentMethodEnum,RE as PaymentMethodTypeEnum,_ as ProductAttributeTypeEnum,O as ProductFilterDisplayTypeEnum,N as ProductFilterSortTypeEnum,L as ProductFilterTypeEnum,U as ProductOptionSelectTypeEnum,S as ProductOptionTypeEnum,P as ProductSearchShowStockOptionEnum,n as ProductTypeEnum,AE as RaffleMetadataTargetTypeEnum,CE as ShippingMethodEnum,F as SortByDirectionEnum,H as SortByTypeEnum,_E as StockLocationDeliveryTimeEnum,OE as StockLocationTypeEnum,R as StorefrontStatusTypes,A as StorefrontThemeStatus,t as TransactionCardAssociationEnum,i as TransactionCardTypeEnum,u as TransactionStatusEnum,G as TransactionTypeEnum,M as VariantSelectionTypeEnum,DE as VerificationTypeEnum};
|
|
@@ -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";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from'../ext/
|
|
1
|
+
import e from'../ext/decode-uri-component/index.js';export{default}from"../node_modules/decode-uri-component/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from'../ext/strict-uri-encode/index.js';export{default}from"../node_modules/strict-uri-encode/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from'../ext/split-on-first/index.js';export{default}from"../node_modules/split-on-first/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={actions:{login:"Login",edit:"Edit",apply:"Apply",close:"Close",cancel:"Cancel",save:"Save",continue:"Continue",show:"Show",hide:"Hide",sendMessage:"Send Message",continueWithShipping:"Continue with Shipping",continueWithPayment:"Continue with Payment",completeOrder:"Complete the Order",backToShopping:"Back to Shopping",backToCart:"Back to Cart"},securePayment:"Secure Payment",alreadyHaveAnAccount:"Already have an account?",address:"Address",addressError:"Enter address",missingAddressFields:"There are some missing required fields in this address.",editAddress:"Edit Address",deleteAddress:"Delete Address",saveAddressCta:"Save this address for future purchases",firstName:"Name",firstNameError:"Enter name",lastName:"Surname",lastNameError:"Enter surname",identityNumber:"Identity Number",identityNumberError:"Enter identity number",addressTitle:"Adress Title",adressTitleError:"Enter address title",addressLine1:"Address",addressLine2:"Address Second Line",postalCode:"Postal Code",postalCodeError:"Enter postal code",country:"Country",countryError:"Select country",state:"State",stateError:"Select state",city:"City",cityError:"Select city",district:"District",districtError:"Select district",phone:"Phone",phoneError:"Enter a valid phone number",companyName:"Company Name",taxOffice:"Tax Office",taxNumber:"Tax Number",deliveryMethod:"Delivery Method",deliveryToAddress:"Delivery to Address",inStoreDelivery:"In Store Delivery",stockLocation:{deliveryTime:{WITHIN_ONE_HOUR:"Usually ready in 1 hour",WITHIN_TWO_HOURS:"Usually ready in 2 hours",WITHIN_FOUR_HOURS:"Usually ready in 4 hours",WITHIN_TWENTY_FOUR_HOURS:"Usually ready in 24 hours",TWO_IN_FOUR_DAYS:"Usually ready in 2-4 days",WITHIN_PLUS_FIVE_DAYS:"Usually ready in +5 days"}},recipientsInfo:"Recipient Information",pickUpLocation:"Pick Up Location",receiver:"Receiver",shipping:"Shipping",payment:"Payment",summary:"Summary",free:"Free",standartShipping:"Standart Shipping",returnPolicy:"Return Policy",privacyPolicy:"Privacy Policy",termsOfService:"Terms of Service",newAddress:"New Address",billingAddress:"Billing Address",shippingAddress:"Shipping Address",corporateInvoice:"Corporate invoice",contactInfo:"Contact Information",email:"E-Mail",emailError:"Enter a valid e-mail",guestEmailTooltip:"Your order information will be sent to this e-mail address",customerConsentCta:"Contact me about the news and promotions",useShippingForBilling:"Use shipping address for billing",installmentOptions:"Installment Options",singleInstallment:"Single Payment",installments:"Installments",creditCard:"Credit Card",ackPrivacyPolicy:"Privacy Policy",ackTermsOfService:"Terms of Service",ackPoliciesSentence:"I acknowledge the {{ ackPrivacyPolicy }} and {{ ackTermsOfService }}.",securePaymentTooltip:"All payments are secure and encrypted",giftPackage:"Gift Package",giftPackageCta:"Gift wrap this order",giftPackageCtaPlaceholder:"Enter your gift message",paymentMethod:"Payment Method",paymentMethodDiscount:"Discount",paymentMethodAdditionalPrice:"Fee",orderSuccessTitle:"Thank you for your order!",orderSuccessDescription:"Dear {{ customerName }}, we have received your order. We will notify you when your order is shipped.",orderSuccessInStoreDeliveryDescription:"Dear {{ customerName }}, we have received your order. We will notify you by e-mail when your order is delivered to the store.",orderNoAndDate:"Order Number / Date",paymentSummary:"Payment Summary",shippingSummary:"Shipping Summary",helpCtaQuestion:"Do you need help?",helpCta:"Contact us",contactForm:"Contact Form",contactFormSent:"Message sent successfully",contactFormDescription:"We will respond to your message as soon as possible",contactFormCta:"Type your message",orderPackageStatus:{unfulfilled:"Unfulfilled",readyForShipment:"Ready For Shipment",fulfilled:"Fulfilled",partiallyFulfilled:"Partially Fulfilled",delivered:"Delivered",unableToDeliver:"Unable to Deliver",cancelled:"Cancelled",cancelRejected:"Cancel Rejected",cancelRequested:"Cancel Requested",refunded:"Refunded",refundRequestAccepted:"Refund Request Accepted",refundRejected:"Refund Rejected",refundRequested:"Refund Requested"},quantity:"Quantity",cartItemProduct:"product",giftCodeErrorTitle:"Gift Code Error",giftCodeErrorDescription:"The gift code you entered is not valid or not applicable to the products in your cart. Please check your code and try again.",subtotal:"Subtotal",total:"Total",subtotalTooltip:"Subtotal reflects the total for your cart before the discounts and does not include the shipping fees.",cartShippingTitle:"Delivery / Shipping",cartTaxTitle:"Tax",cartInterest:"Interest",couponCode:"Coupon Code",addCouponCode:"Add coupon code",addOrderNote:"Add order note",editOrderNote:"Edit order note",orderNote:"Order Note",enterPhoneNumber:"Enter phone number",cardNumber:"Card Number",cardNumberError:"Please enter a valid card number",cardHolderName:"Cardholder Name",cardHolderError:"Enter cardholder name",cardExpiry:"Month / Year",cardExpiryError:"Enter a valid date",cardCVC:"CVC",cardCVCError:"Enter a valid CVC",cardCVCTooltip:"CVC is the 3 digit number behind your card",errorCustomerRequired:"This e-mail address belongs to a registered user. Please login to your account.",errorNoShipping:"Your region is not available for shipping.",errorPayment:"Your payment could not be received. Please check your information and try again.",errorStockTitle:"Stock Update!",errorStockDescription:"Some items in your cart are out of stock. Would you like to continue by removing these products from your cart?",errorUnknown:"An unexpected error has occurred. Please try again.",errorPickupLocationRequired:"Choose pickup location",customizedProduct:"Customized Product",yes:"Yes",no:"No"};export{e as default};
|
|
1
|
+
var e={actions:{login:"Login",edit:"Edit",apply:"Apply",close:"Close",cancel:"Cancel",save:"Save",continue:"Continue",show:"Show",hide:"Hide",sendMessage:"Send Message",continueWithShipping:"Continue with Shipping",continueWithPayment:"Continue with Payment",completeOrder:"Complete the Order",backToShopping:"Back to Shopping",backToCart:"Back to Cart"},securePayment:"Secure Payment",alreadyHaveAnAccount:"Already have an account?",address:"Address",addressError:"Enter address",missingAddressFields:"There are some missing required fields in this address.",editAddress:"Edit Address",deleteAddress:"Delete Address",saveAddressCta:"Save this address for future purchases",firstName:"Name",firstNameError:"Enter name",lastName:"Surname",lastNameError:"Enter surname",identityNumber:"Identity Number",identityNumberError:"Enter identity number",addressTitle:"Adress Title",adressTitleError:"Enter address title",addressLine1:"Address",addressLine2:"Address Second Line",postalCode:"Postal Code",postalCodeError:"Enter postal code",country:"Country",countryError:"Select country",state:"State",stateError:"Select state",city:"City",cityError:"Select city",district:"District",districtError:"Select district",phone:"Phone",phoneError:"Enter a valid phone number",companyName:"Company Name",taxOffice:"Tax Office",taxNumber:"Tax Number",deliveryMethod:"Delivery Method",deliveryToAddress:"Delivery to Address",inStoreDelivery:"In Store Delivery",stockLocation:{deliveryTime:{WITHIN_ONE_HOUR:"Usually ready in 1 hour",WITHIN_TWO_HOURS:"Usually ready in 2 hours",WITHIN_FOUR_HOURS:"Usually ready in 4 hours",WITHIN_TWENTY_FOUR_HOURS:"Usually ready in 24 hours",TWO_IN_FOUR_DAYS:"Usually ready in 2-4 days",WITHIN_PLUS_FIVE_DAYS:"Usually ready in +5 days"}},recipientsInfo:"Recipient Information",pickUpLocation:"Pick Up Location",receiver:"Receiver",shipping:"Shipping",payment:"Payment",summary:"Summary",free:"Free",standartShipping:"Standart Shipping",returnPolicy:"Return Policy",privacyPolicy:"Privacy Policy",termsOfService:"Terms of Service",newAddress:"New Address",billingAddress:"Billing Address",shippingAddress:"Shipping Address",corporateInvoice:"Corporate invoice",contactInfo:"Contact Information",email:"E-Mail",emailError:"Enter a valid e-mail",guestEmailTooltip:"Your order information will be sent to this e-mail address",customerConsentCta:"Contact me about the news and promotions",useShippingForBilling:"Use shipping address for billing",installmentOptions:"Installment Options",singleInstallment:"Single Payment",installments:"Installments",creditCard:"Credit Card",ackPrivacyPolicy:"Privacy Policy",ackTermsOfService:"Terms of Service",ackPoliciesSentence:"I acknowledge the {{ ackPrivacyPolicy }} and {{ ackTermsOfService }}.",securePaymentTooltip:"All payments are secure and encrypted",giftPackage:"Gift Package",giftPackageCta:"Gift wrap this order",giftPackageCtaPlaceholder:"Enter your gift message",paymentMethod:"Payment Method",paymentMethodDiscount:"Discount",paymentMethodAdditionalPrice:"Fee",orderSuccessTitle:"Thank you for your order!",orderSuccessDescription:"Dear {{ customerName }}, we have received your order. We will notify you when your order is shipped.",orderSuccessInStoreDeliveryDescription:"Dear {{ customerName }}, we have received your order. We will notify you by e-mail when your order is delivered to the store.",orderNoAndDate:"Order Number / Date",paymentSummary:"Payment Summary",shippingSummary:"Shipping Summary",helpCtaQuestion:"Do you need help?",helpCta:"Contact us",contactForm:"Contact Form",contactFormSent:"Message sent successfully",contactFormDescription:"We will respond to your message as soon as possible",contactFormCta:"Type your message",orderPackageStatus:{unfulfilled:"Unfulfilled",readyForShipment:"Ready For Shipment",fulfilled:"Fulfilled",partiallyFulfilled:"Partially Fulfilled",delivered:"Delivered",unableToDeliver:"Unable to Deliver",cancelled:"Cancelled",cancelRejected:"Cancel Rejected",cancelRequested:"Cancel Requested",refunded:"Refunded",refundRequestAccepted:"Refund Request Accepted",refundRejected:"Refund Rejected",refundRequested:"Refund Requested"},quantity:"Quantity",cartItemProduct:"product",giftCodeErrorTitle:"Gift Code Error",giftCodeErrorDescription:"The gift code you entered is not valid or not applicable to the products in your cart. Please check your code and try again.",subtotal:"Subtotal",total:"Total",subtotalTooltip:"Subtotal reflects the total for your cart before the discounts and does not include the shipping fees.",cartShippingTitle:"Delivery / Shipping",cartTaxTitle:"Tax",cartInterest:"Interest",couponCode:"Coupon Code",addCouponCode:"Add coupon code",addOrderNote:"Add order note",editOrderNote:"Edit order note",orderNote:"Order Note",enterPhoneNumber:"Enter phone number",cardNumber:"Card Number",cardNumberError:"Please enter a valid card number",cardHolderName:"Cardholder Name",cardHolderError:"Enter cardholder name",cardExpiry:"Month / Year",cardExpiryError:"Enter a valid date",cardCVC:"CVC",cardCVCError:"Enter a valid CVC",cardCVCTooltip:"CVC is the 3 digit number behind your card",masterPass:{paymentGatewaySelectBox:{delete:"Delete"},creditCardForm:{checkboxLabel:"I want to store my card in the {{ masterpassLogo }} infrastructure.",cardName:"Card Name",phoneNumber:"Phone Number",button:"Send Verification Code"},otpModal:{otpTextBank:"Enter the SMS verification code sent by your bank.",otpTextMasterPass:"Enter the SMS verification code sent by Masterpass.",countdownText:"Remaining time: ",resendText:"Resend code",linkCardToClient:{text:"You have a card registered to Masterpass. Click OK to use your card for your shopping.",buttonText:"OK",subInfoText:"Payment process will not be made at this stage."},inputLabel:"Enter the verification code",buttonText:"Verify",successText:"Your Masterpass account has been successfully confirmed."}},errorCustomerRequired:"This e-mail address belongs to a registered user. Please login to your account.",errorNoShipping:"Your region is not available for shipping.",errorPayment:"Your payment could not be received. Please check your information and try again.",errorStockTitle:"Stock Update!",errorStockDescription:"Some items in your cart are out of stock. Would you like to continue by removing these products from your cart?",errorUnknown:"An unexpected error has occurred. Please try again.",errorPickupLocationRequired:"Choose pickup location",customizedProduct:"Customized Product",yes:"Yes",no:"No"};export{e as default};
|