{"version":3,"file":"accountPreviousOrder~basket~filtersForm~intRegistrationDeliveryAddressDetails~productList~productMed~cce9099c.038cd1cfc5e83f8a6c6b.js","sources":["webpack:///./Source/FECOM.Web.UI/Scripts/types/generated.ts"],"sourcesContent":["// manually exported enums\r\nexport enum OneClickDefaultPaymentType {\r\n None = 0,\r\n Card = 1,\r\n Account = 2,\r\n Paypal = 3\r\n}\r\n\r\nexport enum TransactionalCurrency {\r\n None = 0,\r\n GBP = 1,\r\n EUR = 2,\r\n AED = 3\r\n}\r\n\r\nexport enum WebFMSSystem {\r\n None = 0,\r\n SIMS = 1,\r\n PSFinancials = 2,\r\n Civica = 3,\r\n Oracle = 4\r\n}\r\n\r\nexport enum OrderStatus {\r\n None = 0,\r\n Created = 1,\r\n ProcessedInSAP = 2,\r\n ReadyToExport = 3,\r\n Exported = 4,\r\n PendingApproval = 5,\r\n Reject = 6,\r\n Cancelled = 7,\r\n ExportedToThirdParty = 8\r\n}\r\n\r\nexport interface OrderAuditEntry {\r\n orderID: number;\r\n userName: string;\r\n establishmentName: string;\r\n orderLineCount: number;\r\n orderSubTotal: number;\r\n orderTotal: number;\r\n auditMessage: string;\r\n dateCreated: Date;\r\n}\r\n\r\nexport enum DeliveryType {\r\n Standard = 0,\r\n NextDay = 1,\r\n Pre9AmDelivery = 2,\r\n Pre10AmDelivery = 3,\r\n AmDelivery = 4,\r\n PmDelivery = 5,\r\n DelayDelivery = 6\r\n}\r\n\r\nexport enum OrderOrigin {\r\n Website,\r\n WebFMS,\r\n WebFlow\r\n}\r\n\r\nexport enum PaymentType {\r\n /**The none */\r\n None,\r\n /**The payment on card */\r\n PaymentOnCard,\r\n /**The payment on account */\r\n PaymentOnAccount,\r\n /**The pay pal */\r\n PayPal,\r\n /**The sims */\r\n WebFMS,\r\n /**The web flow */\r\n WebFlow\r\n}\r\n\r\nexport enum OrderTypeEnum {\r\n Order = 1,\r\n Quotation = 2 // For Quote history at this point\r\n}\r\n\r\nexport enum Supplier {\r\n Findel = 1,\r\n SpecialistCrafts = 2\r\n}\r\n\r\nexport enum ReturnReasonCode {\r\n Default = 'Reason for return',\r\n ProductNotAsExpected = 'Products is not as expected/advertised',\r\n ReceivedTooMany = 'Received too many',\r\n ReceivedDamaged = 'Received damaged',\r\n FaultyProduct = 'Product is faulty',\r\n NotRequired = 'No longer required',\r\n Other = 'Other'\r\n}\r\n\r\nexport enum OfferTypes {\r\n ExtraFree = 'Extra Free',\r\n FreeProduct = 'Free Product'\r\n}\r\n\r\nexport enum PageLocation {\r\n PLP,\r\n YMAL\r\n}\r\n\n\r\n\r\n\r\nexport interface AccountBillingAddressForm {\r\n addressId: string | null;\r\n addressGroup: string | null;\r\n isDefaultAddress: boolean;\r\n name1: string | null;\r\n name2: string | null;\r\n name3: string | null;\r\n name4: string | null;\r\n country: string | null;\r\n city: string | null;\r\n postCode: string | null;\r\n district: string | null;\r\n street: string | null;\r\n houseNumber: string | null;\r\n sapPartnerAccount: string | null;\r\n reasonForChange: string | null;\r\n success: boolean;\r\n errorMessages: string[]\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountChangePasswordForm {\r\n currentPassword: string | null;\r\n password: string | null;\r\n confirmPassword: string | null;\r\n success: boolean;\r\n errorMessages: string[]\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountDeliveryAddressesForm {\r\n addressChoice: string | null;\r\n addNewAddressForm: T | null;\r\n deliveryAddresses: CustomerAddress[] | null;\r\n isStatic: boolean;\r\n success: boolean;\r\n defaultAddress: CustomerAddress | null;\r\n defaultAddressText: string | null;\r\n establishmentTypeList: SelectListItem[] | null;\r\n establishmentTypeTitle: string | null;\r\n establishmentTypeIntro: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountDepartment {\r\n department: string | null;\r\n departmentName: string | null;\r\n sapEstablishment: string | null;\r\n dateCreated: string;\r\n dateModified: string\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountJobRole {\r\n jobRole: string | null;\r\n jobRoleName: string | null;\r\n sapEstablishment: string | null;\r\n dateCreated: string;\r\n dateModified: string\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountOrderHistoryReturnItem {\r\n catalogueRef: string | null;\r\n productName: string | null;\r\n reasonCode: string | null;\r\n returnQuantity: number;\r\n replacementRequired: string | null;\r\n additionalInfo: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountOrderHistoryReturnRequest {\r\n customerAccountNumber: string | null;\r\n orderId: string | null;\r\n customerName: string | null;\r\n telephoneNumber: string | null;\r\n returnAddress: string | null;\r\n collectionInstructions: string | null;\r\n emailAddress: string | null;\r\n parcelQuantity: number;\r\n items: AccountOrderHistoryReturnItem[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountPreviousOrderDetail extends OrderHistoryDetail {\r\n orderStatusPercentage: number;\r\n orderStatusMappedName: string | null;\r\n formattedLines: AccountPreviousOrderDetailLine[] | null;\r\n subTotal: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountPreviousOrderDetailLine extends OrderHistoryLine {\r\n productUrl: string | null;\r\n imageId: string | null;\r\n imageUrl: string | null;\r\n isValidProduct: boolean;\r\n lineStatusPercentage: number;\r\n lineStatusMappedName: string | null;\r\n directDelivery: boolean;\r\n directDeliveryText: string | null;\r\n stockInfo: StockInfo | null;\r\n supplierID: number;\r\n isTemporarilyUnavailable: boolean;\r\n isClearance: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountProfileCommunicationPreferencesForm {\r\n receiveEmail: boolean;\r\n receivePhoneCall: boolean;\r\n receiveSMS: boolean;\r\n success: boolean;\r\n errorMessages: string[]\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountProfileDefaultDeliveryOptionForm {\r\n deliveryOptions: DeliveryShippingMethod[] | null;\r\n deliveryChoice: string | null;\r\n deliveryChoiceKey: string | null;\r\n isStatic: boolean;\r\n success: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountProfileDefaultPaymentMethodForm {\r\n paymentMethods: PaymentMethodViewModel[] | null;\r\n paymentMethodChoice: string | null;\r\n paymentMethodChoiceType: OneClickDefaultPaymentType;\r\n isStatic: boolean;\r\n success: boolean;\r\n redirectUrl: string | null;\r\n hasActiveBillingAgreement: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountProfileDetailsForm {\r\n firstName: string | null;\r\n lastName: string | null;\r\n telephone: string | null;\r\n email: string | null;\r\n confirmEmail: string | null;\r\n orgTypeGroup2: string | null;\r\n jobRole: string | null;\r\n jobRoleName: string | null;\r\n department: string | null;\r\n departmentName: string | null;\r\n showJobTitle: boolean;\r\n showDepartment: boolean;\r\n accountNo: string | null;\r\n activeSection: ProfileFormSection;\r\n success: boolean;\r\n errorMessages: string[]\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountProfileModel {\r\n userProfileDetails: UserProfileDetails | null;\r\n accountProfileDetailsForm: AccountProfileDetailsForm | null;\r\n accountProfilePasswordForm: AccountChangePasswordForm | null;\r\n accountProfileDeliveryAddressesForm: AccountDeliveryAddressesForm | null;\r\n accountProfileCommunicationPreferencesForm: AccountProfileCommunicationPreferencesForm | null;\r\n accountProfileDefaultDeliveryOptionForm: AccountProfileDefaultDeliveryOptionForm | null;\r\n accountProfileDefaultPaymentMethodForm: AccountProfileDefaultPaymentMethodForm | null;\r\n webFMSForm: WebFMSForm | null;\r\n oneClickCheckoutEnabled: boolean;\r\n errorThrown: boolean;\r\n defaultPaymentMethodHasBeenSetUp: boolean;\r\n isTransactional: boolean;\r\n isOnInternational: boolean;\r\n userCountryCode: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountTabConfig {\r\n buyerSummary: WebFlowBuyerSummary | null;\r\n approverSummary: WebFlowApproverSummary | null;\r\n isWebFlowEnabled: boolean;\r\n isWebFlowApprover: boolean;\r\n hasQuotes: boolean;\r\n hasReports: boolean;\r\n hasOffers: boolean;\r\n hasWishlists: boolean;\r\n hasStatements: boolean;\r\n hasStartUpLists: boolean;\r\n isCssEnabled: boolean;\r\n cssUrl: string | null;\r\n isTransactional: boolean;\r\n tabsRedirectUrl: AccountTabsUrlList | null;\r\n calendarPopup: AccountTabsCalendar | null;\r\n useBasketTerminology: boolean;\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AccountTabsUrlList {\r\n profileUrl: string | null;\r\n ordersUrl: string | null;\r\n smartflowHistoryUrl: string | null;\r\n smartflowApproverUrl: string | null;\r\n quotationsUrl: string | null;\r\n favouritesUrl: string | null;\r\n wishlistUrl: string | null;\r\n statementUrl: string | null;\r\n reportsUrl: string | null;\r\n helpUrl: string | null;\r\n offersUrl: string | null;\r\n startUpListsUrl: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AddAllToBasketRequest {\r\n items: AddToBasket[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AddItemsToBasketResponse {\r\n isSuccess: boolean;\r\n message: string | null;\r\n basketItemCount: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AddressDetailsFormInternationalBase {\r\n houseBuildingName: string | null;\r\n district: string | null;\r\n townCity: string | null;\r\n addressLine1: string | null;\r\n addressLine2: string | null;\r\n heading: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AddToBasket {\r\n catalogueRef: string | null;\r\n quantity: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AddToBasketResponse {\r\n catalogueRef: string | null;\r\n productUrlPath: string | null;\r\n productName: string | null;\r\n message: string | null;\r\n success: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AddToWishlistViewModel {\r\n wishlists: GetWishlistResult[] | null;\r\n isLoggedIn: boolean;\r\n catalogueRef: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AlternativeBasketRowViewModel {\r\n savingsAmount: number;\r\n totalPrice: number;\r\n currentOrderLineId: number;\r\n badgeText: string | null;\r\n parentCatalogueRef: string | null;\r\n parentQuantity: number;\r\n parentCreationDate: string;\r\n imageId: string | null;\r\n urlPath: string | null;\r\n name: string | null;\r\n sku: string | null;\r\n modifier: string | null;\r\n type: AlternativeProductType\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface AlternativeProduct {\r\n findelAlternateProductID: string | null;\r\n findelAlternateProductTypeID: string | null;\r\n fbrandID: string | null;\r\n catalogueRef: string | null;\r\n alternateRef: string | null;\r\n dateCreated: string | null;\r\n dateModified: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\n\r\n\r\nexport enum AlternativeProductType {\r\n none = 0,\r\n classmates = 1,\r\n upSell = 2,\r\n recommended = 3,\r\n outOfStockAlternative = 4\r\n}\n\r\n\r\n\r\nexport interface AlternativeProductViewModel extends ProductViewModel {\r\n savingsAmount: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface BasketBarModel {\r\n modifier: string | null;\r\n userIsLoggedIn: boolean;\r\n fmsType: WebFMSSystem | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface BasketPageInnerModel {\r\n showSummary: boolean;\r\n showError: boolean;\r\n showBasketSavingsPanel: boolean;\r\n showSwitchAndSavePanel: boolean;\r\n showExportBasketPanel: boolean;\r\n showExportBasketToExcelButton: boolean;\r\n hasRows: boolean;\r\n totalAlternativeProductPriceSavings: number;\r\n rows: BasketRowViewModel[] | null;\r\n summary: BasketSummaryViewModel | null;\r\n actionBar: BasketBarModel | null;\r\n poAndPromo: BasketPOAndPromoViewModel | null;\r\n basketSavingsAlert: BasketSavingsAlertViewModel | null;\r\n itemCount: number;\r\n quickAddMessage: string | null;\r\n deletedRestrictedProducts: BasketRemovedItem[] | null;\r\n showFmsButton: boolean;\r\n loginIsRequired: boolean;\r\n errorMessages: string[];\r\n promo: string[];\r\n hasPromoCodeEnabled: boolean;\r\n hideBasketLabel: boolean;\r\n oneClickCheckoutEnabled: boolean;\r\n transactionalCurrency: TransactionalCurrency;\r\n isTransactional: boolean;\r\n isOnInternational: boolean;\r\n isPunchOut: boolean;\r\n userCountryCode: string | null;\r\n isMandatoryPO: boolean;\r\n showSecondaryPrice: boolean;\r\n isValidBasket: boolean;\r\n importHardLimitError: string | null;\r\n website: number;\r\n isWebFlowEnabled: boolean;\r\n webFlowApprovers: BasketSmartFlowApprover[] | null;\r\n isCssFavouritesEnabled: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface BasketPOAndPromoViewModel {\r\n poNumber: string | null;\r\n promotionCode: string | null;\r\n promotionCodeCheckResult: string | null;\r\n showSuccessFlag: boolean;\r\n isSuccess: boolean;\r\n productsExcludedFromDiscount: ProductListItemViewModel[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface BasketRemovedItem {\r\n catalogueRef: string | null;\r\n name: string | null;\r\n reason: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface BasketRowViewModel {\r\n priceExcVat: number;\r\n priceIncVat: number;\r\n wasPriceIncVat: number;\r\n wasPriceExcVat: number;\r\n priceWithoutDiscount: number;\r\n vat: number;\r\n vatRate: string | null;\r\n linePriceIncVat: number;\r\n linePriceExVat: number;\r\n lineSavings: number;\r\n lineSavings_incVAT: number;\r\n lineSavingsPercent: number;\r\n savingsIncVat: number;\r\n savingsExcVat: number;\r\n savingsPercentage: number;\r\n pricingInfo: PricingInfo;\r\n linePricingInfo: PricingInfo;\r\n quantity: number;\r\n orderLineId: number;\r\n sku: string | null;\r\n variantSku: string | null;\r\n productName: string | null;\r\n productUrl: string | null;\r\n imageId: string | null;\r\n imageUrl: string | null;\r\n catalogueRef: string | null;\r\n fbrandProductId: number;\r\n unitOfSale: string | null;\r\n directDelivery: boolean;\r\n directDeliveryText: string | null;\r\n stockInfo: StockInfo | null;\r\n costCentreId: string | null;\r\n createdDate: string;\r\n showSwitchAndSaveRow: boolean;\r\n roundel: Roundel | null;\r\n alternativeBasketRowViewModel: AlternativeBasketRowViewModel | null;\r\n isContractPrice: boolean;\r\n isHeaderDiscounted: boolean;\r\n isAlternativeProduct: boolean;\r\n isDiscountExcluded: boolean;\r\n alternativeProductCatalogueRef: string | null;\r\n hasAlternativeProduct: boolean;\r\n supplierID: number;\r\n isUnitPriceDisabled: boolean;\r\n isPriceBreakPrice: boolean;\r\n priceBreakMinUnits: number;\r\n offerName: string | null;\r\n offerDescription: string | null;\r\n offerQuantityBuy: number;\r\n offerQuantityFree: number;\r\n offerFreeProductId: number;\r\n offerTypeId: number;\r\n offerTypeName: string | null;\r\n ga4AdditionalDetails: Ga4AdditionalDetails | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface BasketSavingsAlertViewModel {\r\n alertIcon: string | null;\r\n title: string | null;\r\n startText: string | null;\r\n totalCompetitorSavings: number;\r\n totalOwnBrandSavings: number;\r\n endText: string | null;\r\n alertLink: RelatedLink | null;\r\n ownBrandStartText: string | null;\r\n ownBrandEndText: string | null;\r\n showSwitchAndSavePanel: boolean;\r\n totalAlternativeProductPriceSavings: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface BasketSmartFlowApprover {\r\n level: number;\r\n sapContactId: number;\r\n contactName: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface BasketSummaryViewModel {\r\n orderTotal: number;\r\n subTotal: number;\r\n taxTotal: number;\r\n discountTotal: number;\r\n shippingTotal: number;\r\n paymentTotal: number;\r\n minimumOrderValueForFreeDelivery: number;\r\n minimumOrderValueForFreeDeliveryRemaining: number;\r\n isTransactional: boolean;\r\n userCountryCode: string | null;\r\n errorMessage: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface BasketUpdateStatus {\r\n message: string | null;\r\n basketItemCount: number;\r\n success: boolean;\r\n warning: boolean;\r\n addedItemCatalogueRef: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface BatchApproveOrderDetails {\r\n smartFlowBulkApprovalId: number;\r\n orderId: number;\r\n approverContactId: number;\r\n customerRef: string | null;\r\n approverMessage: string | null;\r\n dateApproved: string;\r\n dateProcessingStarted: string | null;\r\n dateProcessingCompleted: string | null;\r\n orderStatusId: number;\r\n approvalStatus: BulkApprovalStatus;\r\n retryCount: number;\r\n needsRetry: boolean;\r\n errorMessages: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface Breadcrumb {\r\n name: string | null;\r\n url: string | null;\r\n documentTypeAlias: string | null;\r\n level: number;\r\n isFolder: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\n\r\n\r\nexport enum BulkApprovalSetupStatus {\r\n none = 0,\r\n failure = 1,\r\n success = 2,\r\n loggedOut = 3\r\n}\n\r\n\r\n\r\n\r\n\r\nexport enum BulkApprovalStatus {\r\n none = 0,\r\n isProcessing = 1,\r\n isFailedAndRetrying = 2,\r\n isFailedAndNotRetrying = 3,\r\n isComplete = 4\r\n}\n\r\n\r\n\r\n\r\n\r\nexport enum ChartType {\r\n bar = 1,\r\n column = 2,\r\n pie = 3,\r\n table = 4\r\n}\n\r\n\r\n\r\nexport interface CheckoutCostCentresForm {\r\n dpnId: string | null;\r\n locationCode: string | null;\r\n orderLines: BasketRowViewModel[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface CheckoutCostCentresModel {\r\n orderLineId: number;\r\n costCentres: DPNCostCentre[] | null;\r\n hasCostCentres: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface CypressBasketRow {\r\n product: ProductListItemViewModel | null;\r\n quantity: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface DeliveryAddressDetailsFormInternational extends AddressDetailsFormInternationalBase {\r\n addressSearch: string | null;\r\n establishmentName: string | null;\r\n isoCountryCodes: SelectOption[] | null;\r\n isoCountryChoice: string | null;\r\n currencyOptionsList: SelectOption[] | null;\r\n currency: string | null;\r\n vatNumber: string | null;\r\n postcode: string | null;\r\n step: RegisterStepInternational;\r\n euroCountries: string[];\r\n redirectUrl: string | null;\r\n errorMessages: string[]\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface DeliveryShippingMethod {\r\n carriageOptionId: number;\r\n shippingMethodId: number;\r\n name: string | null;\r\n displayName: string | null;\r\n description: string | null;\r\n price: string | null;\r\n isDelayedDelivery: boolean;\r\n isActive: boolean;\r\n directDeliveryProducts: ProductDeliveryDetails[] | null;\r\n thirdPartyDirectDeliveryProducts: ProductDeliveryDetails[] | null;\r\n outOfStockProducts: ProductDeliveryDetails[] | null;\r\n delayedStockProducts: ProductDeliveryDetails[] | null;\r\n preOrderProducts: ProductDeliveryDetails[] | null;\r\n hasAdditionalInformation: boolean;\r\n delayDeliveryMinDays: number;\r\n delayDeliveryStartDate: string | null;\r\n delayedDeliveryWarningText: string | null;\r\n delayedDeliveryThirdPartyWarningText: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface FavouriteUpdateStatus {\r\n message: string | null;\r\n success: boolean;\r\n isRemoveResponse: boolean;\r\n warning: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface Ga4AdditionalDetails {\r\n prodigiItemCode: string | null;\r\n category1: string | null;\r\n category2: string | null;\r\n category3: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface Ga4CheckoutModel {\r\n totalValue: number | null;\r\n tax: number | null;\r\n totalIncVat: number | null;\r\n currency: string | null;\r\n promoCode: string | null;\r\n transactionId: string | null;\r\n shipping: number | null;\r\n shippingTier: string | null;\r\n discount: number | null;\r\n paymentMethod: string | null;\r\n orderLines: Ga4CheckoutOrderLine[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface Ga4CheckoutOrderLine {\r\n catalogueRef: string | null;\r\n promoCode: string | null;\r\n productName: string | null;\r\n sku: string | null;\r\n price: number;\r\n priceIncVat: number;\r\n quantity: number;\r\n discount: number;\r\n additionalDetails: Ga4AdditionalDetails | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface GenericResponse {\r\n success: boolean;\r\n errorMessages: string[]\r\n}\r\n\r\n\n export interface GetWishlistResult {\r\n wishlistId : number;\r\n name: string;\r\n fbrandUserID: number;\r\n isDefault: boolean;\r\n dateCreated: Date;\r\n dateModified: Date;\r\n }\n\r\nexport interface Ecommerce {\r\n transaction_id?: string;\r\n currency?: string;\r\n value?: number;\r\n valueExcVat?: number;\r\n discount?: number;\r\n tax?: number;\r\n shipping?: number;\r\n shipping_tier?: string;\r\n coupon?: string;\r\n payment_type?: string;\r\n item_list_id?: string;\r\n item_list_name?: string;\r\n items?: Item[];\r\n}\n\r\nexport interface EcommerceListDetails {\r\n item_list_id: string;\r\n item_list_name: string;\r\n}\n\r\nexport interface GoogleAnalyticsEvent {\r\n event: string;\r\n ecommerce?: Ecommerce;\r\n email_registration?: string;\r\n email_address?: string;\r\n user_id?: string;\r\n authentication_method?: string;\r\n error?: string;\r\n}\n\r\nexport interface Item {\r\n item_id: string;\r\n item_ref: string;\r\n item_sku: string;\r\n item_name: string;\r\n index: number;\r\n item_brand?: string;\r\n item_category: string;\r\n item_category2: string;\r\n item_category3: string;\r\n item_list_id: string;\r\n item_list_name: string;\r\n item_variant?: string;\r\n price: number;\r\n priceExcVat: number;\r\n quantity: number;\r\n promotion_id?: string;\r\n promotionName?: string;\r\n coupon?: string;\r\n discount?: number;\r\n}\n\r\n\r\n\r\nexport interface InStockNotificationRequest {\r\n inStockNotificationId: number;\r\n emailAddress: string | null;\r\n catalogueRef: string | null;\r\n firstName: string | null;\r\n lastName: string | null;\r\n isNotified: boolean;\r\n dateNotified: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface InStockNotificationResponse extends GenericResponse {\r\n emailAddress: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface Lesson {\r\n id: string | null;\r\n name: string | null;\r\n lessonUrl: string | null;\r\n keyStages: string[];\r\n imageUrl: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface MIChartResult {\r\n labels: string[];\r\n datasets: MIChartResultDataset[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface MIChartResultDataset {\r\n label: string | null;\r\n stack: string | null;\r\n data: string[]\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface MIChildTableColumn {\r\n id: string | null;\r\n header: string | null;\r\n accessor: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface MIDataTableResult {\r\n columns: MITableColumn[] | null;\r\n data: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface MIReportResult {\r\n reportName: string | null;\r\n labels: string[];\r\n datasets: MIChartResultDataset[] | null;\r\n columns: MITableColumn[] | null;\r\n data: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface MITableCell {\r\n accessor: string | null;\r\n value: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface MITableColumn {\r\n id: string | null;\r\n header: string | null;\r\n accessor: string | null;\r\n columns: MIChildTableColumn[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface MITableResult {\r\n columns: MITableColumn[] | null;\r\n tableRows: MITableRow[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface MITableRow {\r\n accessorKey: string | null;\r\n accessorValue: string | null;\r\n cells: MITableCell[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface NewAddressForm {\r\n establishmentName: string | null;\r\n buildingName: string | null;\r\n street: string | null;\r\n district: string | null;\r\n townCity: string | null;\r\n postcode: string | null;\r\n establishmentType: string | null;\r\n isInternationalSite: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface NewAddressFormInternational {\r\n establishmentName: string | null;\r\n houseBuildingName: string | null;\r\n addressLine1: string | null;\r\n addressLine2: string | null;\r\n district: string | null;\r\n townCity: string | null;\r\n postcode: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface PaymentMethodViewModel {\r\n name: string | null;\r\n id: number;\r\n selected: boolean;\r\n disabled: boolean;\r\n displayName: string | null;\r\n description: string | null;\r\n iconName: string | null;\r\n paymentType: OneClickDefaultPaymentType;\r\n isEligibleForOneClick: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface PriceBreak {\r\n catalogueRef: string | null;\r\n units: number;\r\n priceExcVat: number;\r\n priceIncVat: number;\r\n savingsExcVat: number;\r\n savingsIncVat: number;\r\n savingsPercentage: number;\r\n pricingInfo: PricingInfo\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface PriceValue {\r\n value: number;\r\n incVat: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface PricingInfo {\r\n primaryPrice: PriceValue;\r\n secondaryPrice: PriceValue;\r\n primaryWasPrice: PriceValue;\r\n secondaryWasPrice: PriceValue;\r\n primaryPriceText: string | null;\r\n secondaryPriceText: string | null;\r\n primarySavings: number;\r\n secondarySavings: number;\r\n savingsPercentage: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductCodeAndKeyword {\r\n keyword: string | null;\r\n catalogueRef: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductDeliveryDetails {\r\n catalogueRef: string | null;\r\n directDelivery: boolean;\r\n thirdPartyDirectDelivery: boolean;\r\n directDeliveryText: string | null;\r\n productName: string | null;\r\n stockInfo: StockInfo | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductFeature {\r\n catalogueRef: string | null;\r\n name: string | null;\r\n value: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductImageViewModel {\r\n productImageId: number;\r\n name: string | null;\r\n index: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductLessons {\r\n lessons: Lesson[] | null;\r\n searchUrl: string | null;\r\n additionalLessonCount: number;\r\n hasProductLessons: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductListItemViewModel {\r\n productId: number;\r\n name: string | null;\r\n catalogueRef: string | null;\r\n sku: string | null;\r\n modifier: string | null;\r\n unitOfSale: string | null;\r\n uosCode: string | null;\r\n priceExcVat: number;\r\n priceIncVat: number;\r\n pricingInfo: PricingInfo;\r\n linePricingInfo: PricingInfo;\r\n wasPriceExcVat: number;\r\n wasPriceIncVat: number;\r\n displayPrice: string | null;\r\n priceWithoutDiscount: number;\r\n savingsIncVat: number;\r\n savingsExcVat: number;\r\n savingsPercentage: number;\r\n imageId: string | null;\r\n lineSavings: number;\r\n lineSavings_incVAT: number;\r\n lineSavingsPercent: number;\r\n imageUrl: string | null;\r\n urlPath: string | null;\r\n sliLogUrl: string | null;\r\n sliTempRank: number;\r\n isContractPrice: boolean;\r\n isHeaderDiscounted: boolean;\r\n isEnabled: boolean;\r\n roundel: Roundel | null;\r\n secondaryRoundel: Roundel | null;\r\n isAdded: boolean;\r\n isRestricted: boolean;\r\n isDiscountExcluded: boolean;\r\n isVariant: boolean;\r\n variantHeader: string | null;\r\n category1: string | null;\r\n category2: string | null;\r\n category3: string | null;\r\n stockInfo: StockInfo | null;\r\n isFavourite: boolean;\r\n isProdigi: boolean;\r\n baseQuantity: number;\r\n supplierID: number;\r\n hasPriceBreak: boolean;\r\n priceBreaks: PriceBreak[] | null;\r\n isTemporarilyUnavailable: boolean;\r\n isClearance: boolean;\r\n isUnitPriceDisabled: boolean;\r\n isPriceBreakPrice: boolean;\r\n priceBreakMinUnits: number;\r\n offerName: string | null;\r\n offerDescription: string | null;\r\n offerQuantityBuy: number;\r\n offerQuantityFree: number;\r\n offerFreeProductID: number;\r\n offerTypeID: number;\r\n offerTypeName: string | null;\r\n prodigiItemCode: string | null;\r\n isThirdPartyDDelivery: boolean | null;\r\n breadcrumbs: Breadcrumb[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductMediaItemViewModel {\r\n productMediaID: number;\r\n value: string | null;\r\n mediaType: ProductMediaType;\r\n title: string | null;\r\n urlEncodedDocumentName: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\n\r\n\r\nexport enum ProductMediaType {\r\n vimeo = 1,\r\n pdf = 2,\r\n youTube = 3,\r\n link = 4,\r\n jpg = 101,\r\n png = 102,\r\n doc = 104,\r\n docx = 105,\r\n xls = 106,\r\n xslx = 107,\r\n ppt = 108,\r\n pptx = 109,\r\n odt = 110,\r\n ods = 111,\r\n odp = 112,\r\n txt = 113,\r\n tiff = 114\r\n}\n\r\n\r\n\r\nexport interface ProductMediaUrlItem {\r\n mediaURL: string | null;\r\n mediaTitle: string | null;\r\n mediaDescription: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductRoundelViewModel {\r\n productRoundelId: number;\r\n text: string | null;\r\n name: string | null;\r\n fileName: string | null;\r\n hasPriority: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductsILoveModel {\r\n productsList: ProductListItemViewModel[] | null;\r\n loginUrl: string | null;\r\n transactionalCurrency: TransactionalCurrency;\r\n success: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductState {\r\n product: ProductViewModel | null;\r\n transactionalCurrency: TransactionalCurrency;\r\n isLoggedIn: boolean;\r\n baseUrl: string | null;\r\n showMoreOptions: boolean;\r\n showSecondaryPrice: boolean;\r\n showProductReviews: boolean;\r\n showFeatures: boolean;\r\n showDocuments: boolean;\r\n showUsefulLinks: boolean;\r\n trustPilotBusinessUnitId: string | null;\r\n website: number;\r\n isCssFavouritesEnabled: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductVariantFacet {\r\n name: string | null;\r\n id: number;\r\n facetValues: ProductVariantFacetValue[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductVariantFacetValue {\r\n facetValueId: number;\r\n facetValue: string | null;\r\n isSelected: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductVariants {\r\n transactionalCurrency: TransactionalCurrency;\r\n isLoggedIn: boolean;\r\n baseUrl: string | null;\r\n variantHeaderCatalogRef: string | null;\r\n variantCatalogRef: string | null;\r\n hasVariantProduct: boolean;\r\n facets: ProductVariantFacet[] | null;\r\n hasNoProductForCombination: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface ProductViewModel extends ProductListItemViewModel {\r\n description: string | null;\r\n directDelivery: boolean;\r\n directDeliveryText: string | null;\r\n alternativeProductType: AlternativeProductType;\r\n alternativeProducts: AlternativeProductViewModel[] | null;\r\n outOfStockAlternativeProductUrl: string | null;\r\n hasOutOfStockAlternativeProductUrl: boolean;\r\n images: ProductImageViewModel[] | null;\r\n videos: ProductMediaItemViewModel[] | null;\r\n documents: ProductMediaItemViewModel[] | null;\r\n links: ProductMediaItemViewModel[] | null;\r\n features: ProductFeature[] | null;\r\n variants: ProductVariants | null;\r\n reasonsToLove: string | null;\r\n topTips: string | null;\r\n learningOutcomes: string | null;\r\n metaTagDescription: string | null;\r\n productLessons: ProductLessons | null\r\n}\r\n\r\n\n\r\n\r\n\r\n\r\n\r\nexport enum ProfileFormSection {\r\n default = 0,\r\n name = 1,\r\n email = 2,\r\n password = 3,\r\n webFMS = 4,\r\n telephone = 5,\r\n jobRole = 6,\r\n department = 7,\r\n communicationPreferences = 8,\r\n deliveryAddress = 9,\r\n deliveryOption = 10,\r\n paymentMethod = 11,\r\n btsCalendar = 12,\r\n billingAddress = 13\r\n}\n\r\n\r\n\r\nexport interface QuickOrder {\r\n id: number;\r\n guid: string | null;\r\n products: QuickOrderItem[] | null;\r\n deletedProducts: QuickOrderUploadItem[] | null;\r\n invalidProducts: QuickOrderUploadItem[] | null;\r\n nextOrderLineId: number;\r\n totalPriceExcVat: number;\r\n totalPriceIncVat: number;\r\n totalPricePrimary: PriceValue | null;\r\n totalPriceSecondary: PriceValue | null;\r\n transactionalCurrency: TransactionalCurrency;\r\n isTransactional: boolean;\r\n isOnInternational: boolean;\r\n website: number;\r\n showSecondaryPrice: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface QuickOrderItem {\r\n id: number;\r\n orderLineId: number;\r\n catalogueRef: string | null;\r\n productId: number;\r\n productName: string | null;\r\n quantity: number;\r\n imageUrl: string | null;\r\n unitOfSale: string | null;\r\n wasPriceIncVat: number;\r\n wasPriceExcVat: number;\r\n priceIncVat: number;\r\n priceExcVat: number;\r\n linePriceExVat: number;\r\n linePriceIncVat: number;\r\n isContractPrice: boolean;\r\n pricingInfo: PricingInfo;\r\n linePricingInfo: PricingInfo;\r\n isHeaderDiscounted: boolean;\r\n directDelivery: boolean;\r\n directDeliveryText: string | null;\r\n stockInfo: StockInfo | null;\r\n roundels: ProductRoundelViewModel[] | null;\r\n priceBreaks: PriceBreak[] | null;\r\n supplierID: number;\r\n isUnitPriceDisabled: boolean;\r\n isPriceBreakPrice: boolean;\r\n priceBreakMinUnits: number;\r\n isThirdPartyDDelivery: boolean | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface QuickOrderUploadItem {\r\n lineNum: number;\r\n catalogueRef: string | null;\r\n quantity: number\r\n}\r\n\r\n\n\r\n\r\n\r\n\r\n\r\nexport enum RegisterStepInternational {\r\n contactInfo = 0,\r\n establishmentDetails = 1,\r\n completed = 2\r\n}\n\r\n\r\n\r\n\r\n\r\nexport enum ReportCompareTo {\r\n none = 1,\r\n previousYear = 2\r\n}\n\r\n\r\n\r\nexport interface ReportConfig {\r\n id: number;\r\n sapAccountNumber: string | null;\r\n urlSegment: string | null;\r\n variable: ReportVariable;\r\n plotBy: ReportPlotBy;\r\n splitBy: ReportSplitBy;\r\n compareTo: ReportCompareTo;\r\n dataType: ReportDataType;\r\n chartType: ChartType | null;\r\n accessibleBrandIds: number[];\r\n startDate: string;\r\n startDateShort: string | null;\r\n endDate: string;\r\n endDateShort: string | null;\r\n isActive: boolean;\r\n isStatic: boolean;\r\n isCustom: boolean;\r\n customerPartner: string | null;\r\n reportName: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\n\r\n\r\nexport enum ReportDataType {\r\n demand = 0,\r\n invoice = 1\r\n}\n\r\n\r\n\r\n\r\n\r\nexport enum ReportPlotBy {\r\n brand = 1,\r\n digitalNonDigital = 2,\r\n establishment = 3,\r\n month = 4,\r\n orderChannel = 5,\r\n productCategory = 6\r\n}\n\r\n\r\n\r\n\r\n\r\nexport enum ReportSplitBy {\r\n none = 1,\r\n brand = 2,\r\n digitalNonDigital = 3,\r\n establishment = 4,\r\n month = 5,\r\n orderChannel = 6,\r\n productCategory = 7\r\n}\n\r\n\r\n\r\nexport interface ReportsViewModel {\r\n establishmentName: string | null;\r\n reportConfigs: ReportConfig[] | null\r\n}\r\n\r\n\n\r\n\r\n\r\n\r\n\r\nexport enum ReportVariable {\r\n orders = 1,\r\n productVolume = 2,\r\n spend = 3\r\n}\n\r\n\r\n\r\nexport interface Roundel {\r\n hasRoundels: boolean;\r\n name: string | null;\r\n text: string | null;\r\n fileName: string | null;\r\n isVendorRoundel: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface SavedForLaterRow {\r\n productId: number;\r\n catalogueRef: string | null;\r\n modifier: string | null;\r\n productName: string | null;\r\n productUrl: string | null;\r\n quantity: number;\r\n imageUrl: string | null;\r\n priceExVat: number;\r\n priceIncVat: number;\r\n linePriceExVat: number;\r\n linePriceIncVat: number;\r\n pricingInfo: PricingInfo;\r\n linePricingInfo: PricingInfo;\r\n wasPriceIncVat: number;\r\n wasPriceExcVat: number;\r\n transactionalCurrency: TransactionalCurrency;\r\n isTemporarilyUnavailable: boolean;\r\n isClearance: boolean;\r\n isUnitPriceDisabled: boolean;\r\n isPriceBreakPrice: boolean;\r\n priceBreakMinUnits: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface SaveForLaterResponse {\r\n isSuccess: boolean;\r\n message: string | null;\r\n itemCount: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface SaveReportResponse extends GenericResponse {\r\n reportConfig: ReportConfig | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface SelectOption {\r\n text: string | null;\r\n value: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface SmartFlowApproverOrdersListViewModel {\r\n ordersList: SmartFlowOrderRow[] | null;\r\n transactionalCurrency: TransactionalCurrency;\r\n approvedOrdersCount: number;\r\n failedApprovalPoNumbers: string[]\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface SmartFlowOrderFilters {\r\n buyer: string | null;\r\n orderStatus: WebFlowOrderStatus | null;\r\n orderIdentifiers: string | null;\r\n dateFrom: string | null;\r\n dateTo: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface SmartFlowOrderRow {\r\n orderNumber: string | null;\r\n poNumber: string | null;\r\n buyerName: string | null;\r\n buyerEmail: string | null;\r\n buyerContactId: number;\r\n establishmentName: string | null;\r\n requestDate: string;\r\n orderTotal: number;\r\n orderStatus: OrderStatus;\r\n sapOrderReference: string | null;\r\n currency: TransactionalCurrency;\r\n website: Website\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface SmartFlowOrdersListResponse {\r\n smartFlowOrderRows: SmartFlowOrderRow[] | null;\r\n smartFlowOrdersSummary: SmartFlowOrdersSummary | null;\r\n buyersList: string[]\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface SmartFlowOrdersSummary {\r\n awaitingCounter: number;\r\n rejectedCounter: number;\r\n approvedCounter: number;\r\n totalValue: number;\r\n totalCount: number;\r\n numberOfMonths: number;\r\n displayDateFrom: string | null;\r\n displayDateTo: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface SmartFlowOrderSummary {\r\n orderNumber: string | null;\r\n poNumber: string | null;\r\n buyerName: string | null;\r\n buyerEmail: string | null;\r\n establishmentName: string | null;\r\n requestDate: string;\r\n orderTotal: number;\r\n orderStatus: OrderStatus;\r\n sapOrderReference: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface StockInfo {\r\n stockLevel: number | null;\r\n stockStatus: StockStatus;\r\n isInStock: boolean;\r\n isDelayedStock: boolean;\r\n isOutOfStock: boolean;\r\n isStockRelevant: boolean;\r\n expectedBackInStockMessage: string | null;\r\n preOrderDate: string;\r\n isPreOrder: boolean;\r\n isBackInStockNotifyEnabled: boolean;\r\n inStockDeliveryMessage: string | null;\r\n thirdPartyDirectDeliveryMessage: string | null\r\n}\r\n\r\n\n\r\n\r\n\r\n\r\n\r\nexport enum StockStatus {\r\n unknown = 0,\r\n inStock = 1,\r\n delayedStock = 2,\r\n outOfStock = 3\r\n}\n\r\n\r\n\r\nexport interface UserProfileDetails {\r\n firstName: string | null;\r\n lastName: string | null;\r\n telNumber: string | null;\r\n email: string | null;\r\n accountNo: string | null;\r\n marketingSubscription: boolean;\r\n customerAddress: AccountBillingAddressForm | null\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface WebFlowApproverOrderDetailPageInner {\r\n orderId: number;\r\n submissionRequest: OrderSubmissionRequest | null;\r\n orderRows: WebFlowOrderRowViewModel[] | null;\r\n billingAddress: CustomerAddress | null;\r\n deliveryAddress: CustomerAddress | null;\r\n auditTrail: OrderAuditEntry[] | null;\r\n approverSAPId: number;\r\n orderStatus: OrderStatus;\r\n poNumber: string | null;\r\n dateRequested: string;\r\n requestedBy: string | null;\r\n accountNumber: string | null;\r\n errorThrown: boolean;\r\n showEditControls: boolean;\r\n showDeleteControl: boolean;\r\n deletedProducts: DeletedProduct[] | null;\r\n errorMessages: string[];\r\n userCountryCode: string | null;\r\n showExportBasketToExcelButton: boolean;\r\n redirectUrl: string | null;\r\n website: number;\r\n enableBackgroundBulkApprovalProcessing: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface WebFlowApproverSummary {\r\n awaitingCounter: number;\r\n totalValue: number;\r\n totalCount: number;\r\n shortOrdersList: WebFlowShortOrder[] | null;\r\n numberOfMonths: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface WebFlowBuyerSummary {\r\n awaitingCounter: number;\r\n rejectedCounter: number;\r\n approvedCounter: number;\r\n totalValue: number;\r\n totalCount: number;\r\n numberOfMonths: number;\r\n smartFlowHistoryUrl: string | null;\r\n isCssSmartflowEnabled: boolean\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface WebFlowOrderRowViewModel {\r\n orderLinePosition: number;\r\n catalogueRef: string | null;\r\n sku: string | null;\r\n priceExcVat: number;\r\n priceIncVat: number;\r\n vat: number;\r\n linePriceExVat: number;\r\n linePriceIncVat: number;\r\n quantity: number;\r\n productName: string | null;\r\n productUrl: string | null;\r\n imageId: string | null;\r\n imageUrl: string | null;\r\n unitOfSale: string | null;\r\n directDelivery: boolean;\r\n directDeliveryText: string | null;\r\n stockInfo: StockInfo | null;\r\n supplierID: number;\r\n isUnitPriceDisabled: boolean;\r\n isPriceBreakPrice: boolean;\r\n priceBreakMinUnits: number;\r\n pricingInfo: PricingInfo;\r\n linePricingInfo: PricingInfo\r\n}\r\n\r\n\n\r\n\r\n\r\n\r\n\r\nexport enum WebFlowOrderStatus {\r\n pending = 0,\r\n approved = 1,\r\n declined = 2\r\n}\n\r\n\r\n\r\nexport interface WebFlowShortOrder {\r\n poNumber: string | null;\r\n orderId: string | null;\r\n orderTotal: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface WebFMSForm {\r\n dunsNumber: string | null;\r\n success: boolean;\r\n formHeaderText: string | null;\r\n webFMSSystem: string | null;\r\n errorMessages: string[]\r\n}\r\n\r\n\nexport enum Website {\r\n\tnone = 0,\r\n\tatozSupplies = 1,\r\n\tdaviesSports = 2,\r\n\tfindelEducation = 3,\r\n\tgls = 4,\r\n\thopeEducation = 5,\r\n\tfindelInternational = 6,\r\n\tlda = 7,\r\n\tphilipHarris = 8,\r\n\tpunchout = 9,\r\n\tspa4Schools = 10,\r\n\tinternationalMarketplace = 11\r\n}\n\r\n\r\n\r\nexport interface WishlistItem {\r\n wishlistItemId: number;\r\n wishlistId: number;\r\n dateCreated: string;\r\n dateModified: string;\r\n orderLineId: number;\r\n catalogueRef: string | null;\r\n modifier: string | null;\r\n productId: number;\r\n productName: string | null;\r\n productUrl: string | null;\r\n quantity: number;\r\n imageUrl: string | null;\r\n unitPrice: number;\r\n unitOfSale: string | null;\r\n wasPriceIncVat: number;\r\n wasPriceExcVat: number;\r\n priceExcVat: number;\r\n priceIncVat: number;\r\n linePriceExcVat: number;\r\n linePriceIncVat: number;\r\n pricingInfo: PricingInfo;\r\n linePricingInfo: PricingInfo;\r\n isContractPrice: boolean;\r\n isHeaderDiscounted: boolean;\r\n description: string | null;\r\n directDelivery: boolean;\r\n directDeliveryText: string | null;\r\n stockInfo: StockInfo | null;\r\n roundels: ProductRoundelViewModel[] | null;\r\n supplierID: number;\r\n isTemporarilyUnavailable: boolean;\r\n isClearance: boolean;\r\n isUnitPriceDisabled: boolean;\r\n isPriceBreakPrice: boolean;\r\n priceBreakMinUnits: number\r\n}\r\n\r\n\n\r\n\r\n\r\nexport interface WishlistViewModel {\r\n allWishlists: GetWishlistResult[] | null;\r\n currentWishlistItems: WishlistItem[] | null;\r\n currentWishlistName: string | null;\r\n currentWishlistId: number;\r\n isCurrentWishlistDefault: boolean;\r\n message: string | null;\r\n isSuccess: boolean;\r\n isWarning: boolean;\r\n transactionalCurrency: TransactionalCurrency;\r\n isTransactional: boolean;\r\n isOnInternational: boolean;\r\n showSecondaryPrice: boolean;\r\n website: number;\r\n isDuplicate: boolean\r\n}\r\n\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAMA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAMA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAOA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAsBA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AASA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AACA;AAKA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAcA;AACA;AADA;AAAA;AAAA;AAAA;AACA;AAIA;AACA;AADA;AAAA;AAAA;AAAA;AACA;AAIA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AASA;AACA;AADA;AAAA;AAAA;AAAA;AACA;AAIA;AACA;AADA;AAAA;AAAA;AAAA;AACA;AA6WA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAsPA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAUA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAWA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAsiBA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAwIA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAuFA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AACA;AASA;AACA;AADA;AAAA;AAAA;AAAA;AACA;AAkCA;AACA;AADA;AAAA;AAAA;AAAA;AACA;AAQA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAYA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAsBA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AACA;AAkLA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AA8GA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AACA;AA0BA;AACA;AADA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;A","sourceRoot":""}