@thryveai/theme-interfaces 2.3.15 → 2.3.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +25 -0
- package/dist/index.js +29 -0
- package/dist/interfaces/admin-images-interfaces.d.ts +11 -0
- package/dist/interfaces/admin-images-interfaces.js +2 -0
- package/dist/interfaces/admin-settings-interfaces.d.ts +51 -0
- package/dist/interfaces/admin-settings-interfaces.js +2 -0
- package/dist/interfaces/default-settings.interfaces.d.ts +76 -0
- package/dist/interfaces/default-settings.interfaces.js +2 -0
- package/dist/interfaces/default-theme.interface.d.ts +694 -0
- package/dist/interfaces/default-theme.interface.js +2 -0
- package/dist/interfaces/icons.interfaces.d.ts +7 -0
- package/dist/interfaces/icons.interfaces.js +124 -0
- package/dist/interfaces/retailer-settings.interfaces.d.ts +371 -0
- package/dist/interfaces/retailer-settings.interfaces.js +2 -0
- package/dist/interfaces/sts-settings.interfaces.d.ts +6 -0
- package/dist/interfaces/sts-settings.interfaces.js +2 -0
- package/dist/interfaces/theme.interfaces.d.ts +695 -0
- package/dist/interfaces/theme.interfaces.js +2 -0
- package/dist/storefront/SFUIImagesTemplate.AdminUi.d.ts +2 -0
- package/dist/storefront/SFUIImagesTemplate.AdminUi.js +112 -0
- package/dist/storefront/SFUISettingsTemplate.AdminUi.d.ts +3 -0
- package/dist/storefront/SFUISettingsTemplate.AdminUi.js +862 -0
- package/dist/storefront/SFUIThemesTemplate.AdminUi.d.ts +3 -0
- package/dist/storefront/SFUIThemesTemplate.AdminUi.js +113 -0
- package/dist/storefront/defaultImagesStorefront.d.ts +3 -0
- package/dist/storefront/defaultImagesStorefront.js +96 -0
- package/dist/storefront/defaultSettingsStorefront.d.ts +3 -0
- package/dist/storefront/defaultSettingsStorefront.js +255 -0
- package/dist/storefront/defaultThemeStorefront.d.ts +5 -0
- package/dist/storefront/defaultThemeStorefront.js +1155 -0
- package/dist/sts/STSImagesTemplate.AdminUi.d.ts +2 -0
- package/dist/sts/STSImagesTemplate.AdminUi.js +50 -0
- package/dist/sts/STSSettingsTemplate.AdminUi.d.ts +2 -0
- package/dist/sts/STSSettingsTemplate.AdminUi.js +30 -0
- package/dist/sts/defaultSettingsSts.d.ts +3 -0
- package/dist/sts/defaultSettingsSts.js +9 -0
- package/dist/theme-templates/index.d.ts +3 -0
- package/dist/theme-templates/index.js +8 -0
- package/package.json +1 -1
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import DefaultImagesSFUI from "./storefront/defaultImagesStorefront";
|
|
2
|
+
import DefaultConfigSFUI from "./storefront/defaultSettingsStorefront";
|
|
3
|
+
import DefaultThemeSFUI, { globalTheme, DefaultThemeColors } from "./storefront/defaultThemeStorefront";
|
|
4
|
+
import DefaultConfigSTS from "./sts/defaultSettingsSts";
|
|
5
|
+
import { AdminTemplateInputTypes, AdminSettingsTemplateSFUI } from "./storefront/SFUISettingsTemplate.AdminUi";
|
|
6
|
+
import { AdminSettingsTemplateSTS } from "./sts/STSSettingsTemplate.AdminUi";
|
|
7
|
+
import { AdminImagesTemplateSFUI } from "./storefront/SFUIImagesTemplate.AdminUi";
|
|
8
|
+
import { AdminThemeTemplateSFUI, AdminThemeTemplateOptions } from "./storefront/SFUIThemesTemplate.AdminUi";
|
|
9
|
+
import { AdminImagesTemplateSTS } from "./sts/STSImagesTemplate.AdminUi";
|
|
10
|
+
import { IconNamesToFiles } from "./interfaces/icons.interfaces";
|
|
11
|
+
import AllThemeTemplates from "./theme-templates";
|
|
12
|
+
import { IAdminTemplateInputTypes, IAdminSettingsTemplate, IAdminSettingsTemplateSTS, IAdminImagesTemplateSFUI, IAdminThemeTemplateSFUI, IAdminThemeTemplateOptions, IAdminImagesTemplateSTS, IAdminControl, IAdminControlType, IThemeGenerator } from "./interfaces/admin-settings-interfaces";
|
|
13
|
+
import { IAdminImagesControls, ISecondaryFaviconType } from "./interfaces/admin-images-interfaces";
|
|
14
|
+
import { IDefaultRetailerSettings } from "./interfaces/default-settings.interfaces";
|
|
15
|
+
import { IDefaultStsSettings } from "./interfaces/sts-settings.interfaces";
|
|
16
|
+
import { IAdvertsData, PdpDetailsElementLayout, IScreenType, IProductCardLayoutObjects, IProductCardILayoutVersions, IProductCardILayoutTypes, ISearchPreview, IRetailerSettings, ISecondTierAuthorization, IFlippConfig, IFlippConfigV2, IFlippScriptUrls, IAllSettings, ISMSConfig, ICtaButtons, IAddressesSettings, IAccountPageSettings, ILayoutSettings, ILoggingLevel, IDefaultSearchParams, IDefaultStoreLocation, IDefaultCounty, IRetailerCountry, IRestrictMapPlaces, IValidationType, INutritionZone, IFooterTypes, IRegistrationFieldTypes, IRegistrationFieldNames, IValidateLength, IValidateMultipleLengths, IValidateDateRange, IRegistrationField, ICheckoutValidation, ISearchPreviewVisibility, IPaymentCards, IGlobalAnimations, ILayoutAnimationsConfetti, IGlobalCheckoutProps, IAddressIntegration, IAddressFinderType, IAdvertLeaderboards, IAdvertProductGrid, IAdvertSkyScrapers, IPageNamesForAdverts, IAddressValidationTypes, IAdvertSettings, IGoogleAutocompleteSettings, ITimeslotModalSettings, ISodiumWarning, IProductCardsProps, IProductDetailsPageLayout, ICartSummaryLayout, ISmartBanner, ICouponGalleryLayout, IPageAdvertsRow, IEntryModalVersion } from "./interfaces/retailer-settings.interfaces";
|
|
17
|
+
import { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames } from "./interfaces/icons.interfaces";
|
|
18
|
+
import { ITheme, IThemeScripts, IThemeImages, IThemeMetadata, IThemeFavicons, IThemeLogoPosition, IThemeLogoHeightsProps, IThemeLogoHeights, ISTSThemeInterface, IThemeFavicon, IThemeMetadataItem, IThemeInterface, IGlobalTheme, IColors, IInitializedEmptyTheme, IThemeAnimationConfettiPlaces, IThemeGlobalAnimations, IThemeAnimationsConfettiPlacesTypes, IThemeAnimationsConfettiProps, IEmbeddedFont, IEmbeddedFontSource } from "./interfaces/theme.interfaces";
|
|
19
|
+
import { IDefaultTheme, IDefaultThemeScripts, IDefaultThemeImages, IDefaultThemeMetadata, IDefaultThemeFavicons, IDefaultThemeLogoPosition, IDefaultThemeLogoHeightsProps, IDefaultThemeLogoHeights, ISTSDefaultThemeInterface, IDefaultThemeFavicon, IDefaultThemeMetadataItem, IDefaultThemeInterface, IGlobalDefaultTheme, IDefaultColors, IBrandColors, IUiColors, IInitializedEmptyDefaultTheme, IDefaultThemeAnimationConfettiPlaces, IDefaultThemeGlobalAnimations, IDefaultThemeAnimationsConfettiPlacesTypes, IDefaultThemeAnimationsConfettiProps, IDefaultEmbeddedFont, IDefaultEmbeddedFontSource, IIconPosition } from "./interfaces/default-theme.interface";
|
|
20
|
+
export { DefaultConfigSFUI, DefaultConfigSTS, AllThemeTemplates, DefaultThemeSFUI, globalTheme, DefaultThemeColors, DefaultImagesSFUI, AdminSettingsTemplateSFUI, AdminSettingsTemplateSTS, AdminTemplateInputTypes, AdminImagesTemplateSFUI, AdminThemeTemplateSFUI, AdminThemeTemplateOptions, AdminImagesTemplateSTS, IconNamesToFiles, };
|
|
21
|
+
export { IAdminTemplateInputTypes, IAdminSettingsTemplate, IAdminSettingsTemplateSTS, IAdminControl, IAdminControlType, IThemeGenerator, IAdminImagesTemplateSFUI, IAdminImagesTemplateSTS, IAdminThemeTemplateSFUI, IAdminThemeTemplateOptions, IAdminImagesControls, ISecondaryFaviconType, };
|
|
22
|
+
export { IDefaultRetailerSettings, IDefaultStsSettings };
|
|
23
|
+
export { IDefaultTheme, IDefaultThemeScripts, IDefaultThemeImages, IDefaultThemeMetadata, IDefaultThemeFavicons, IDefaultThemeLogoPosition, IDefaultThemeLogoHeightsProps, IDefaultThemeLogoHeights, ISTSDefaultThemeInterface, IDefaultThemeFavicon, IDefaultThemeMetadataItem, IDefaultThemeInterface, IGlobalDefaultTheme, IDefaultColors, IBrandColors, IUiColors, IInitializedEmptyDefaultTheme, IDefaultThemeAnimationConfettiPlaces, IDefaultThemeGlobalAnimations, IDefaultThemeAnimationsConfettiPlacesTypes, IDefaultThemeAnimationsConfettiProps, IDefaultEmbeddedFont, IDefaultEmbeddedFontSource, ITheme, IThemeScripts, IThemeImages, IThemeMetadata, IThemeFavicons, IThemeLogoPosition, IThemeLogoHeightsProps, IThemeLogoHeights, ISTSThemeInterface, IThemeFavicon, IThemeMetadataItem, IThemeInterface, IGlobalTheme, IColors, IInitializedEmptyTheme, IThemeAnimationConfettiPlaces, IThemeGlobalAnimations, IThemeAnimationsConfettiPlacesTypes, IThemeAnimationsConfettiProps, IEmbeddedFont, IEmbeddedFontSource, IIconPosition, };
|
|
24
|
+
export { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames };
|
|
25
|
+
export { PdpDetailsElementLayout, ISearchPreview, IRetailerSettings, ISecondTierAuthorization, IFlippConfig, IFlippConfigV2, IFlippScriptUrls, IAllSettings, ISMSConfig, ICtaButtons, IAddressesSettings, IAccountPageSettings, ILayoutSettings, ILoggingLevel, IDefaultSearchParams, IDefaultStoreLocation, IDefaultCounty, IRetailerCountry, IRestrictMapPlaces, IValidationType, INutritionZone, IFooterTypes, IRegistrationFieldTypes, IRegistrationFieldNames, IValidateLength, IValidateMultipleLengths, IValidateDateRange, IRegistrationField, ICheckoutValidation, ISearchPreviewVisibility, IPaymentCards, IGlobalAnimations, ILayoutAnimationsConfetti, IGlobalCheckoutProps, IAddressIntegration, IAddressFinderType, IAdvertLeaderboards, IAdvertProductGrid, IAdvertSkyScrapers, IPageNamesForAdverts, IAddressValidationTypes, IAdvertSettings, IGoogleAutocompleteSettings, ITimeslotModalSettings, ISodiumWarning, IProductCardsProps, IProductDetailsPageLayout, ICartSummaryLayout, ISmartBanner, IEntryModalVersion, ICouponGalleryLayout, IPageAdvertsRow, IScreenType, IProductCardLayoutObjects, IProductCardILayoutVersions, IProductCardILayoutTypes, IAdvertsData, };
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconNamesToFiles = exports.AdminImagesTemplateSTS = exports.AdminThemeTemplateOptions = exports.AdminThemeTemplateSFUI = exports.AdminImagesTemplateSFUI = exports.AdminTemplateInputTypes = exports.AdminSettingsTemplateSTS = exports.AdminSettingsTemplateSFUI = exports.DefaultImagesSFUI = exports.DefaultThemeColors = exports.globalTheme = exports.DefaultThemeSFUI = exports.AllThemeTemplates = exports.DefaultConfigSTS = exports.DefaultConfigSFUI = void 0;
|
|
4
|
+
var defaultImagesStorefront_1 = require("./storefront/defaultImagesStorefront");
|
|
5
|
+
exports.DefaultImagesSFUI = defaultImagesStorefront_1.default;
|
|
6
|
+
var defaultSettingsStorefront_1 = require("./storefront/defaultSettingsStorefront");
|
|
7
|
+
exports.DefaultConfigSFUI = defaultSettingsStorefront_1.default;
|
|
8
|
+
var defaultThemeStorefront_1 = require("./storefront/defaultThemeStorefront");
|
|
9
|
+
exports.DefaultThemeSFUI = defaultThemeStorefront_1.default;
|
|
10
|
+
Object.defineProperty(exports, "globalTheme", { enumerable: true, get: function () { return defaultThemeStorefront_1.globalTheme; } });
|
|
11
|
+
Object.defineProperty(exports, "DefaultThemeColors", { enumerable: true, get: function () { return defaultThemeStorefront_1.DefaultThemeColors; } });
|
|
12
|
+
var defaultSettingsSts_1 = require("./sts/defaultSettingsSts");
|
|
13
|
+
exports.DefaultConfigSTS = defaultSettingsSts_1.default;
|
|
14
|
+
var SFUISettingsTemplate_AdminUi_1 = require("./storefront/SFUISettingsTemplate.AdminUi");
|
|
15
|
+
Object.defineProperty(exports, "AdminTemplateInputTypes", { enumerable: true, get: function () { return SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes; } });
|
|
16
|
+
Object.defineProperty(exports, "AdminSettingsTemplateSFUI", { enumerable: true, get: function () { return SFUISettingsTemplate_AdminUi_1.AdminSettingsTemplateSFUI; } });
|
|
17
|
+
var STSSettingsTemplate_AdminUi_1 = require("./sts/STSSettingsTemplate.AdminUi");
|
|
18
|
+
Object.defineProperty(exports, "AdminSettingsTemplateSTS", { enumerable: true, get: function () { return STSSettingsTemplate_AdminUi_1.AdminSettingsTemplateSTS; } });
|
|
19
|
+
var SFUIImagesTemplate_AdminUi_1 = require("./storefront/SFUIImagesTemplate.AdminUi");
|
|
20
|
+
Object.defineProperty(exports, "AdminImagesTemplateSFUI", { enumerable: true, get: function () { return SFUIImagesTemplate_AdminUi_1.AdminImagesTemplateSFUI; } });
|
|
21
|
+
var SFUIThemesTemplate_AdminUi_1 = require("./storefront/SFUIThemesTemplate.AdminUi");
|
|
22
|
+
Object.defineProperty(exports, "AdminThemeTemplateSFUI", { enumerable: true, get: function () { return SFUIThemesTemplate_AdminUi_1.AdminThemeTemplateSFUI; } });
|
|
23
|
+
Object.defineProperty(exports, "AdminThemeTemplateOptions", { enumerable: true, get: function () { return SFUIThemesTemplate_AdminUi_1.AdminThemeTemplateOptions; } });
|
|
24
|
+
var STSImagesTemplate_AdminUi_1 = require("./sts/STSImagesTemplate.AdminUi");
|
|
25
|
+
Object.defineProperty(exports, "AdminImagesTemplateSTS", { enumerable: true, get: function () { return STSImagesTemplate_AdminUi_1.AdminImagesTemplateSTS; } });
|
|
26
|
+
var icons_interfaces_1 = require("./interfaces/icons.interfaces");
|
|
27
|
+
Object.defineProperty(exports, "IconNamesToFiles", { enumerable: true, get: function () { return icons_interfaces_1.IconNamesToFiles; } });
|
|
28
|
+
var theme_templates_1 = require("./theme-templates");
|
|
29
|
+
exports.AllThemeTemplates = theme_templates_1.default;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { IDefaultCounty, IValidationType } from "./retailer-settings.interfaces";
|
|
2
|
+
import { IDefaultColors, IDefaultThemeInterface } from "./default-theme.interface";
|
|
3
|
+
export declare type IAdminTemplateInputTypes = {
|
|
4
|
+
[key in IAdminControlType]: IAdminControlType;
|
|
5
|
+
};
|
|
6
|
+
export interface IAdminSettingsTemplate {
|
|
7
|
+
adminPanelOnly: IAdminControl;
|
|
8
|
+
siteSettings: IAdminControl;
|
|
9
|
+
features: IAdminControl;
|
|
10
|
+
}
|
|
11
|
+
export interface IAdminControl {
|
|
12
|
+
title: string;
|
|
13
|
+
description: string;
|
|
14
|
+
helpLink?: string;
|
|
15
|
+
type: IAdminControlType;
|
|
16
|
+
options?: string[] | number[] | IDefaultCounty[] | IValidationType[];
|
|
17
|
+
value?: {
|
|
18
|
+
[key: string]: IAdminControl;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export declare type IAdminControlType = "checkbox" | "collapsableObject" | "color" | "dropdown" | "inputChar" | "inputNumber" | "multiDropdown" | "nullObject" | "object" | "images" | "string";
|
|
22
|
+
export interface IAdminSettingsTemplateSTS {
|
|
23
|
+
hasEUTerms: IAdminControl;
|
|
24
|
+
hasTwoStepRegistration: IAdminControl;
|
|
25
|
+
customTermPolicy: IAdminControl;
|
|
26
|
+
gtmId: IAdminControl;
|
|
27
|
+
}
|
|
28
|
+
export declare type IAdminImagesTemplateSTS = {
|
|
29
|
+
[key in IAdminImagesKeysSTS]: IAdminControl;
|
|
30
|
+
};
|
|
31
|
+
export declare type IAdminImagesTemplateSFUI = {
|
|
32
|
+
[key in IAdminImagesKeys]: IAdminControl;
|
|
33
|
+
};
|
|
34
|
+
export declare type IAdminThemeTemplateSFUI = {
|
|
35
|
+
[key in IAdminThemeKeys]: IAdminControl;
|
|
36
|
+
};
|
|
37
|
+
declare type IAdminThemeKeys = "colors";
|
|
38
|
+
declare type IAdminImagesKeysSTS = "logos" | "stsCheckBox" | "stsFavicon";
|
|
39
|
+
declare type IAdminImagesKeys = "icons" | "logos" | "confirmationPageImage" | "stsCheckBox" | "stsFavicon" | "favicon" | "rewards" | "verifySiteImage" | "missingImg";
|
|
40
|
+
export interface IAdminThemeTemplateOptions {
|
|
41
|
+
title: string;
|
|
42
|
+
description: string;
|
|
43
|
+
options: SupportThemeTemplates[];
|
|
44
|
+
helpLink: string;
|
|
45
|
+
}
|
|
46
|
+
export declare type IAllThemeTemplates = {
|
|
47
|
+
[key in SupportThemeTemplates]: IThemeGenerator;
|
|
48
|
+
};
|
|
49
|
+
declare type SupportThemeTemplates = "Default Storefront" | "Default STS";
|
|
50
|
+
export declare type IThemeGenerator = (colors: IDefaultColors) => IDefaultThemeInterface;
|
|
51
|
+
export {};
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { IAccountPageSettings, IAddressesSettings, IAddressValidationTypes, IAdvertSettings, ICheckoutValidation, ICtaButtons, IDefaultCounty, IDefaultSearchParams, IDefaultStoreLocation, IFeatureSwitch, IFlippConfig, IFlippConfigV2, IGlobalAnimations, IGlobalCheckoutProps, IGlobalLayouts, IGoogleAutocompleteSettings, ILayoutSettings, ILoggingLevel, INutritionZone, IPaymentCards, IProductCardsProps, IProductDetailsPageLayout, IRegistrationField, IRestrictMapPlaces, IRetailerCountry, ISearchPreviewVisibility, ISecondTierAuthorization, ISiteSettings, ISMSConfig, ISodiumWarning, ITimeslotModalSettings } from "./retailer-settings.interfaces";
|
|
2
|
+
export interface IDefaultRetailerSettings {
|
|
3
|
+
adminPanelOnly: {
|
|
4
|
+
bannerName: string;
|
|
5
|
+
logoUrl: string;
|
|
6
|
+
};
|
|
7
|
+
accountPage: IAccountPageSettings;
|
|
8
|
+
addressValidationTypes: IAddressValidationTypes;
|
|
9
|
+
addresses: IAddressesSettings;
|
|
10
|
+
advertSettings: IAdvertSettings;
|
|
11
|
+
allowInStorePurchases: boolean;
|
|
12
|
+
allowPastPurchases: boolean;
|
|
13
|
+
buildNumber: string;
|
|
14
|
+
cacheTimeMins: number;
|
|
15
|
+
canadianAddressCompleteKey: string | undefined;
|
|
16
|
+
checkout: IGlobalCheckoutProps;
|
|
17
|
+
checkoutV1: boolean;
|
|
18
|
+
checkoutValidation: ICheckoutValidation;
|
|
19
|
+
ctaButtons: ICtaButtons | null | undefined;
|
|
20
|
+
daysToRemainSignedIn: number;
|
|
21
|
+
defaultCountry: IDefaultCounty;
|
|
22
|
+
defaultSearchParams: IDefaultSearchParams;
|
|
23
|
+
defaultShoppingMode: "pickup" | "planning" | "delivery";
|
|
24
|
+
defaultStoreLocation: IDefaultStoreLocation;
|
|
25
|
+
disableTprPrice: boolean;
|
|
26
|
+
documentTitle: string;
|
|
27
|
+
eircode: string | undefined;
|
|
28
|
+
enable3dSecure: boolean;
|
|
29
|
+
enableGoogleTranslate: boolean;
|
|
30
|
+
enableNewsletterSignup: boolean;
|
|
31
|
+
enableNotifications: boolean;
|
|
32
|
+
errorLoggingLevel: ILoggingLevel;
|
|
33
|
+
externalStoreSelectorUrl: string | undefined;
|
|
34
|
+
favoritesV1: boolean;
|
|
35
|
+
features: IFeatureSwitch;
|
|
36
|
+
flipp: IFlippConfig | IFlippConfigV2 | null;
|
|
37
|
+
globalAnimations: IGlobalAnimations;
|
|
38
|
+
googleAutocompleteSettings: IGoogleAutocompleteSettings;
|
|
39
|
+
gtmId: undefined | string;
|
|
40
|
+
hideTaxOnSummary: boolean;
|
|
41
|
+
houseAccountRegExValidation: string;
|
|
42
|
+
idpTarget: "_self" | "_blank";
|
|
43
|
+
idpUrl: undefined | string;
|
|
44
|
+
instacartUrl: string | undefined;
|
|
45
|
+
isPlanningOnly: boolean;
|
|
46
|
+
layout: ILayoutSettings;
|
|
47
|
+
layouts: IGlobalLayouts;
|
|
48
|
+
limitProductCardTitleHeight: boolean;
|
|
49
|
+
loggingLevelClient: ILoggingLevel;
|
|
50
|
+
loggingLevelServer: ILoggingLevel;
|
|
51
|
+
mainHeaderHeight: number;
|
|
52
|
+
mapZoom: number;
|
|
53
|
+
minimumCreditCardAmount: number;
|
|
54
|
+
nutritionZone: INutritionZone;
|
|
55
|
+
paymentCards: IPaymentCards;
|
|
56
|
+
pdpDetailsLayout: IProductDetailsPageLayout;
|
|
57
|
+
productCardTitleHeight: number;
|
|
58
|
+
productCards: IProductCardsProps;
|
|
59
|
+
productCardv2: boolean;
|
|
60
|
+
promoTemplateVersion: number;
|
|
61
|
+
registrationFields: IRegistrationField[];
|
|
62
|
+
restrictMapPlacesResults: IRestrictMapPlaces;
|
|
63
|
+
retailerCountry: IRetailerCountry;
|
|
64
|
+
retailerName: string;
|
|
65
|
+
searchPreview: ISearchPreviewVisibility;
|
|
66
|
+
secondTierAuthorization?: ISecondTierAuthorization;
|
|
67
|
+
siteSettings: ISiteSettings;
|
|
68
|
+
showCheckoutPromoCode: boolean;
|
|
69
|
+
showImgOnOrder: boolean;
|
|
70
|
+
smsNotifications: ISMSConfig;
|
|
71
|
+
sodiumWarning: ISodiumWarning;
|
|
72
|
+
specialRequestItems: boolean;
|
|
73
|
+
subHeaderHeight: number;
|
|
74
|
+
timeslotModalSettings: ITimeslotModalSettings;
|
|
75
|
+
useAddressValidation: boolean;
|
|
76
|
+
}
|