@roomstay/core 0.1.46-4 → 0.1.47-0

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/node.js CHANGED
@@ -1 +1 @@
1
- (()=>{"use strict";var e={n:n=>{var o=n&&n.__esModule?()=>n.default:()=>n;return e.d(o,{a:o}),o},d:(n,o)=>{for(var t in o)e.o(o,t)&&!e.o(n,t)&&Object.defineProperty(n,t,{enumerable:!0,get:o[t]})},o:(e,n)=>Object.prototype.hasOwnProperty.call(e,n),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},n={};let o,t,r;e.r(n),e.d(n,{EBookingPaymentMethod:()=>o,ECompanyProvider:()=>c,EDistanceUnitType:()=>y,EFeeType:()=>C,EGuarantyPolicyPrepaymentType:()=>p,EHotelCardProcessor:()=>t,EHotelPriceModel:()=>u,EHotelStateFieldConfiguration:()=>d,EHotelWeekdayStartsOn:()=>l,EIntegration:()=>g,EPlanpayBookingStatus:()=>r,ERMSDiscountType:()=>P,ERoomstayImageSize:()=>f,HttpMethod:()=>h,IAuxiliaryFilterType:()=>s,IBookingStatus:()=>i,IMaintenanceStatusService:()=>m,PCIBookingCardProcessorTypes:()=>a,calculateFeeAmount:()=>F,calculateTotalForMemberBooking:()=>T,getFeeOptionValidity:()=>w,getFilteredBookingAddonFees:()=>N,getFilteredBookingFees:()=>b,getFilteredBookingRateFees:()=>D,nameof:()=>R,resizeRoomstayImageUrl:()=>O,roundMoney:()=>A,subset:()=>B,uppercaseString:()=>S}),function(e){e.Card="Card",e.SavedCard="SavedCard",e.Planpay="Planpay",e.Adyen="Adyen",e.Afterpay="Afterpay",e.PCIBookingCard="PCIBookingCard"}(o||(o={})),function(e){e.Passthrough="Passthrough",e.Adyen="Adyen",e.Till="Till",e.RMSPay="RMSPay",e.Windcave="Windcave"}(t||(t={})),function(e){e.Unknown="unknown",e.Unpaid="unpaid",e.Accepted="accepted",e.Cancelled="cancelled",e.Refunded="refunded",e.Rejected="rejected"}(r||(r={}));const a=[];let i,c,u,d,l,g,s,y,P,f,m,p,h,C;function S(e){return e.toUpperCase()}!function(e){e.Pending="Pending",e.Committed="Committed",e.Cancelled="Cancelled"}(i||(i={})),function(e){e.Synxis="Synxis",e.Availpro="Availpro",e.RMS="RMS",e.Siteminder="Siteminder",e.Roomstay="Roomstay"}(c||(c={})),function(e){e.PerPerson="PerPerson",e.PerDay="PerDay",e.PerOccupancy="PerOccupancy"}(u||(u={})),function(e){e.NotIncluded="NotIncluded",e.Optional="Optional",e.Required="Required"}(d||(d={})),function(e){e.Monday="monday",e.Sunday="sunday"}(l||(l={})),function(e){e.Big4="Big4",e.RmsTop10="Top10",e.Top10="NewTop10",e.Gday="Gday",e.Salesforce="Salesforce"}(g||(g={})),function(e){e.AreaDwellingLength="AreaDwellingLength",e.AreaDwellingType="AreaDwellingType"}(s||(s={})),function(e){e.Metric="metric",e.Imperial="imperial"}(y||(y={})),function(e){e.Percentage="Percentage",e.Amount="Amount",e.Bogo="BOGO",e.NightlyRateOverride="NightlyRateOverride"}(P||(P={})),function(e){e[e.Icon=128]="Icon",e[e.Tiny=256]="Tiny",e[e.Small=512]="Small",e[e.Medium=768]="Medium",e[e.Large=1024]="Large",e[e.ExtraLarge=1600]="ExtraLarge"}(f||(f={})),function(e){e.Frontend="frontend",e.Hotel="hotel",e.Events="events"}(m||(m={})),function(e){e.FixedAmount="fixed",e.Percentage="percentage",e.Nights="nights"}(p||(p={})),function(e){e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.HEAD="HEAD"}(h||(h={})),function(e){e.PercentageOfBooking="PercentageOfBooking",e.FixedChargePerRoom="FixedChargePerRoom",e.NightlyChargePerRoom="NightlyChargePerRoom",e.FixedChargePerBooking="FixedChargePerBooking",e.DepositSurcharge="DepositSurcharge"}(C||(C={}));const T=e=>{let n=0;const o=Object.values(e.itinerary);for(const e of o){const o=Object.keys(e.nights);for(const t of o)n+=e.nights[t].total}return n},O=(e,n)=>e.includes("cdn.app.roomstay.io")?e+"?w="+n:e,R=e=>e,B=(e,n)=>{const o={};return n.forEach((n=>{n in e&&(o[n]=e[n])})),o},k=require("decimal.js");var E=e.n(k);const A=e=>new(E())(e).toDecimalPlaces(2).toNumber();function F(e,n={}){const{baseAmount:o=0,numberOfNights:t=1,feeIncludedInBaseAmount:r=!1,extractedFromRates:a=!1,removedPercentages:i=[]}=n;switch(e.feeType){case C.PercentageOfBooking:if(r)return A(o*e.amount/(100+e.amount));if(a){const n=i.reduce(((e,n)=>e+n/(100+n)),0);return A(o/(1-n)*e.amount/(100+e.amount))}return A(o*(e.amount/100));case C.FixedChargePerRoom:case C.FixedChargePerBooking:return e.amount;case C.NightlyChargePerRoom:return A(e.amount*t);default:return 0}}const v=[C.FixedChargePerBooking],I=[C.PercentageOfBooking,C.FixedChargePerRoom,C.NightlyChargePerRoom],x=[C.PercentageOfBooking];function M(e,n){return e.filter((e=>n.includes(e.feeType)))}function b(e){return M(e,v)}function D(e){return M(e,I)}function N(e){return M(e,x)}function w(e){return{includeInRates:[C.PercentageOfBooking,C.NightlyChargePerRoom].includes(e),extractFeeFromRates:e===C.PercentageOfBooking,appliesToAddons:e===C.PercentageOfBooking,includePreviousFeesInCalculation:e===C.PercentageOfBooking}}module.exports=n})();
1
+ (()=>{"use strict";var e={n:n=>{var t=n&&n.__esModule?()=>n.default:()=>n;return e.d(t,{a:t}),t},d:(n,t)=>{for(var o in t)e.o(t,o)&&!e.o(n,o)&&Object.defineProperty(n,o,{enumerable:!0,get:t[o]})},o:(e,n)=>Object.prototype.hasOwnProperty.call(e,n),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},n={};let t,o,a;e.r(n),e.d(n,{EBookingPaymentMethod:()=>t,ECompanyProvider:()=>c,EDistanceUnitType:()=>p,EGuarantyPolicyPrepaymentType:()=>m,EHotelCardProcessor:()=>o,EHotelPriceModel:()=>d,EHotelStateFieldConfiguration:()=>l,EHotelWeekdayStartsOn:()=>u,EIntegration:()=>s,EPlanpayBookingStatus:()=>a,ERMSDiscountType:()=>g,ERoomstayImageSize:()=>P,HttpMethod:()=>S,IAuxiliaryFilterType:()=>y,IBookingStatus:()=>i,IMaintenanceStatusService:()=>f,PCIBookingCardProcessorTypes:()=>r,calculateTotalForMemberBooking:()=>E,nameof:()=>A,resizeRoomstayImageUrl:()=>O,roundMoney:()=>h,subset:()=>C,uppercaseString:()=>T}),function(e){e.Card="Card",e.SavedCard="SavedCard",e.Planpay="Planpay",e.Adyen="Adyen",e.Afterpay="Afterpay",e.PCIBookingCard="PCIBookingCard"}(t||(t={})),function(e){e.Passthrough="Passthrough",e.Adyen="Adyen",e.Till="Till",e.RMSPay="RMSPay",e.Windcave="Windcave"}(o||(o={})),function(e){e.Unknown="unknown",e.Unpaid="unpaid",e.Accepted="accepted",e.Cancelled="cancelled",e.Refunded="refunded",e.Rejected="rejected"}(a||(a={}));const r=[];let i,c,d,l,u,s,y,p,g,P,f,m,S;function T(e){return e.toUpperCase()}!function(e){e.Pending="Pending",e.Committed="Committed",e.Cancelled="Cancelled"}(i||(i={})),function(e){e.Synxis="Synxis",e.Availpro="Availpro",e.RMS="RMS",e.Siteminder="Siteminder",e.Roomstay="Roomstay"}(c||(c={})),function(e){e.PerPerson="PerPerson",e.PerDay="PerDay",e.PerOccupancy="PerOccupancy"}(d||(d={})),function(e){e.NotIncluded="NotIncluded",e.Optional="Optional",e.Required="Required"}(l||(l={})),function(e){e.Monday="monday",e.Sunday="sunday"}(u||(u={})),function(e){e.Big4="Big4",e.RmsTop10="Top10",e.Top10="NewTop10",e.Gday="Gday",e.Salesforce="Salesforce"}(s||(s={})),function(e){e.AreaDwellingLength="AreaDwellingLength",e.AreaDwellingType="AreaDwellingType"}(y||(y={})),function(e){e.Metric="metric",e.Imperial="imperial"}(p||(p={})),function(e){e.Percentage="Percentage",e.Amount="Amount",e.Bogo="BOGO",e.NightlyRateOverride="NightlyRateOverride"}(g||(g={})),function(e){e[e.Icon=128]="Icon",e[e.Tiny=256]="Tiny",e[e.Small=512]="Small",e[e.Medium=768]="Medium",e[e.Large=1024]="Large",e[e.ExtraLarge=1600]="ExtraLarge"}(P||(P={})),function(e){e.Frontend="frontend",e.Hotel="hotel",e.Events="events"}(f||(f={})),function(e){e.FixedAmount="fixed",e.Percentage="percentage",e.Nights="nights"}(m||(m={})),function(e){e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.HEAD="HEAD"}(S||(S={}));const E=e=>{let n=0;const t=Object.values(e.itinerary);for(const e of t){const t=Object.keys(e.nights);for(const o of t)n+=e.nights[o].total}return n},O=(e,n)=>e.includes("cdn.app.roomstay.io")?e+"?w="+n:e,A=e=>e,C=(e,n)=>{const t={};return n.forEach((n=>{n in e&&(t[n]=e[n])})),t},v=require("decimal.js");var M=e.n(v);const h=e=>new(M())(e).toDecimalPlaces(2).toNumber();module.exports=n})();
@@ -0,0 +1,14 @@
1
+ import { EHotelCardProcessor, EHotelCardProcessorInitData } from './IBookingPayment.type';
2
+ export type ICheckoutBrowserSession<T extends EHotelCardProcessor | undefined = EHotelCardProcessor> = {
3
+ browserSessionId: string;
4
+ checkoutSessionId: string;
5
+ rows: {}[];
6
+ /**
7
+ * ISO 8601 date string
8
+ */
9
+ expiry: string;
10
+ payment: {
11
+ processor: T;
12
+ data: EHotelCardProcessorInitData[T];
13
+ };
14
+ };
@@ -1,4 +1,4 @@
1
- import type { ECompanyProvider, MediaType } from '../index.js';
1
+ import type { ECompanyProvider, MediaType } from "../index.js";
2
2
  export interface IAdminCompany {
3
3
  id: number;
4
4
  name: string;
@@ -7,7 +7,6 @@ export interface IAdminCompany {
7
7
  provider: ECompanyProvider;
8
8
  providerLogin: string;
9
9
  providerPassword: string;
10
- isGiftCardsEnabled: boolean;
11
10
  hotels: {
12
11
  name: string;
13
12
  label: string;
@@ -21,7 +20,7 @@ export interface IAdminCompany {
21
20
  };
22
21
  }[];
23
22
  }
24
- export type IAdminGetCompaniesResponse = IAdminCompany[];
23
+ export type IAdminGetCompaiesResponse = IAdminCompany[];
25
24
  /** What the API expects */
26
25
  export type IAdminFetchRMSHotelsRequest = {
27
26
  /** Passing this field will apply changes */
@@ -1,6 +1,5 @@
1
1
  import { EFeeType } from "./EFeeType.enum";
2
2
  export interface IFee {
3
- name: string;
4
3
  amount: number;
5
4
  feeType: EFeeType;
6
5
  }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Basic object to wrap a string that is de/encoded as JSON.
3
+ */
4
+ export type IJsonString = {
5
+ message: string;
6
+ };
@@ -70,9 +70,3 @@ export * from './General/IMessage.type';
70
70
  * Media
71
71
  */
72
72
  export * from './Media/IMedia.type';
73
- /**
74
- * Fees
75
- */
76
- export * from "./Fees/EFeeType.enum";
77
- export * from "./Fees/IFee.type";
78
- export * from "./Fees/IFeeConfigurationOptions.type";
@@ -2,9 +2,6 @@ import { IFee } from '../types/index.js';
2
2
  interface FeeCalculationParams {
3
3
  baseAmount?: number;
4
4
  numberOfNights?: number;
5
- feeIncludedInBaseAmount?: boolean;
6
- extractedFromRates?: boolean;
7
- removedPercentages?: number[];
8
5
  }
9
6
  export declare function calculateFeeAmount(fee: IFee, params?: FeeCalculationParams): number;
10
7
  export {};
@@ -1,5 +1,4 @@
1
- import { EFeeType, IFee, IFeeConfigurationOptions } from '../types/index.js';
1
+ import { IFee } from '../types/index.js';
2
2
  export declare function getFilteredBookingFees<T extends IFee>(fees: T[]): T[];
3
3
  export declare function getFilteredBookingRateFees<T extends IFee>(fees: T[]): T[];
4
4
  export declare function getFilteredBookingAddonFees<T extends IFee>(fees: T[]): T[];
5
- export declare function getFeeOptionValidity(feeType: EFeeType): Record<keyof IFeeConfigurationOptions, boolean>;
@@ -4,5 +4,3 @@ export * from './roomstayImageResize';
4
4
  export * from './reflection';
5
5
  export * from './roundMoney';
6
6
  export * from './typeUtils';
7
- export * from './calculateFee';
8
- export * from './feeTypes';
package/dist/web.js CHANGED
@@ -1 +1 @@
1
- define("@roomstay/core",["decimal.js"],(e=>(()=>{"use strict";var n={60:n=>{n.exports=e}},o={};function t(e){var r=o[e];if(void 0!==r)return r.exports;var a=o[e]={exports:{}};return n[e](a,a.exports,t),a.exports}t.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},t.d=(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},t.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{let e,n,o;t.r(r),t.d(r,{EBookingPaymentMethod:()=>e,ECompanyProvider:()=>c,EDistanceUnitType:()=>y,EFeeType:()=>C,EGuarantyPolicyPrepaymentType:()=>p,EHotelCardProcessor:()=>n,EHotelPriceModel:()=>u,EHotelStateFieldConfiguration:()=>d,EHotelWeekdayStartsOn:()=>l,EIntegration:()=>g,EPlanpayBookingStatus:()=>o,ERMSDiscountType:()=>P,ERoomstayImageSize:()=>f,HttpMethod:()=>h,IAuxiliaryFilterType:()=>s,IBookingStatus:()=>i,IMaintenanceStatusService:()=>m,PCIBookingCardProcessorTypes:()=>a,calculateFeeAmount:()=>F,calculateTotalForMemberBooking:()=>T,getFeeOptionValidity:()=>w,getFilteredBookingAddonFees:()=>N,getFilteredBookingFees:()=>b,getFilteredBookingRateFees:()=>D,nameof:()=>R,resizeRoomstayImageUrl:()=>O,roundMoney:()=>A,subset:()=>B,uppercaseString:()=>S}),function(e){e.Card="Card",e.SavedCard="SavedCard",e.Planpay="Planpay",e.Adyen="Adyen",e.Afterpay="Afterpay",e.PCIBookingCard="PCIBookingCard"}(e||(e={})),function(e){e.Passthrough="Passthrough",e.Adyen="Adyen",e.Till="Till",e.RMSPay="RMSPay",e.Windcave="Windcave"}(n||(n={})),function(e){e.Unknown="unknown",e.Unpaid="unpaid",e.Accepted="accepted",e.Cancelled="cancelled",e.Refunded="refunded",e.Rejected="rejected"}(o||(o={}));const a=[];let i,c,u,d,l,g,s,y,P,f,m,p,h,C;function S(e){return e.toUpperCase()}!function(e){e.Pending="Pending",e.Committed="Committed",e.Cancelled="Cancelled"}(i||(i={})),function(e){e.Synxis="Synxis",e.Availpro="Availpro",e.RMS="RMS",e.Siteminder="Siteminder",e.Roomstay="Roomstay"}(c||(c={})),function(e){e.PerPerson="PerPerson",e.PerDay="PerDay",e.PerOccupancy="PerOccupancy"}(u||(u={})),function(e){e.NotIncluded="NotIncluded",e.Optional="Optional",e.Required="Required"}(d||(d={})),function(e){e.Monday="monday",e.Sunday="sunday"}(l||(l={})),function(e){e.Big4="Big4",e.RmsTop10="Top10",e.Top10="NewTop10",e.Gday="Gday",e.Salesforce="Salesforce"}(g||(g={})),function(e){e.AreaDwellingLength="AreaDwellingLength",e.AreaDwellingType="AreaDwellingType"}(s||(s={})),function(e){e.Metric="metric",e.Imperial="imperial"}(y||(y={})),function(e){e.Percentage="Percentage",e.Amount="Amount",e.Bogo="BOGO",e.NightlyRateOverride="NightlyRateOverride"}(P||(P={})),function(e){e[e.Icon=128]="Icon",e[e.Tiny=256]="Tiny",e[e.Small=512]="Small",e[e.Medium=768]="Medium",e[e.Large=1024]="Large",e[e.ExtraLarge=1600]="ExtraLarge"}(f||(f={})),function(e){e.Frontend="frontend",e.Hotel="hotel",e.Events="events"}(m||(m={})),function(e){e.FixedAmount="fixed",e.Percentage="percentage",e.Nights="nights"}(p||(p={})),function(e){e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.HEAD="HEAD"}(h||(h={})),function(e){e.PercentageOfBooking="PercentageOfBooking",e.FixedChargePerRoom="FixedChargePerRoom",e.NightlyChargePerRoom="NightlyChargePerRoom",e.FixedChargePerBooking="FixedChargePerBooking",e.DepositSurcharge="DepositSurcharge"}(C||(C={}));const T=e=>{let n=0;const o=Object.values(e.itinerary);for(const e of o){const o=Object.keys(e.nights);for(const t of o)n+=e.nights[t].total}return n},O=(e,n)=>e.includes("cdn.app.roomstay.io")?e+"?w="+n:e,R=e=>e,B=(e,n)=>{const o={};return n.forEach((n=>{n in e&&(o[n]=e[n])})),o};var k=t(60),E=t.n(k);const A=e=>new(E())(e).toDecimalPlaces(2).toNumber();function F(e,n={}){const{baseAmount:o=0,numberOfNights:t=1,feeIncludedInBaseAmount:r=!1,extractedFromRates:a=!1,removedPercentages:i=[]}=n;switch(e.feeType){case C.PercentageOfBooking:if(r)return A(o*e.amount/(100+e.amount));if(a){const n=i.reduce(((e,n)=>e+n/(100+n)),0);return A(o/(1-n)*e.amount/(100+e.amount))}return A(o*(e.amount/100));case C.FixedChargePerRoom:case C.FixedChargePerBooking:return e.amount;case C.NightlyChargePerRoom:return A(e.amount*t);default:return 0}}const v=[C.FixedChargePerBooking],x=[C.PercentageOfBooking,C.FixedChargePerRoom,C.NightlyChargePerRoom],I=[C.PercentageOfBooking];function M(e,n){return e.filter((e=>n.includes(e.feeType)))}function b(e){return M(e,v)}function D(e){return M(e,x)}function N(e){return M(e,I)}function w(e){return{includeInRates:[C.PercentageOfBooking,C.NightlyChargePerRoom].includes(e),extractFeeFromRates:e===C.PercentageOfBooking,appliesToAddons:e===C.PercentageOfBooking,includePreviousFeesInCalculation:e===C.PercentageOfBooking}}})(),r})()));
1
+ define("@roomstay/core",["decimal.js"],(e=>(()=>{"use strict";var n={60:n=>{n.exports=e}},t={};function o(e){var r=t[e];if(void 0!==r)return r.exports;var a=t[e]={exports:{}};return n[e](a,a.exports,o),a.exports}o.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return o.d(n,{a:n}),n},o.d=(e,n)=>{for(var t in n)o.o(n,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},o.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{let e,n,t;o.r(r),o.d(r,{EBookingPaymentMethod:()=>e,ECompanyProvider:()=>c,EDistanceUnitType:()=>p,EGuarantyPolicyPrepaymentType:()=>m,EHotelCardProcessor:()=>n,EHotelPriceModel:()=>d,EHotelStateFieldConfiguration:()=>l,EHotelWeekdayStartsOn:()=>u,EIntegration:()=>s,EPlanpayBookingStatus:()=>t,ERMSDiscountType:()=>g,ERoomstayImageSize:()=>P,HttpMethod:()=>S,IAuxiliaryFilterType:()=>y,IBookingStatus:()=>i,IMaintenanceStatusService:()=>f,PCIBookingCardProcessorTypes:()=>a,calculateTotalForMemberBooking:()=>E,nameof:()=>O,resizeRoomstayImageUrl:()=>v,roundMoney:()=>h,subset:()=>A,uppercaseString:()=>T}),function(e){e.Card="Card",e.SavedCard="SavedCard",e.Planpay="Planpay",e.Adyen="Adyen",e.Afterpay="Afterpay",e.PCIBookingCard="PCIBookingCard"}(e||(e={})),function(e){e.Passthrough="Passthrough",e.Adyen="Adyen",e.Till="Till",e.RMSPay="RMSPay",e.Windcave="Windcave"}(n||(n={})),function(e){e.Unknown="unknown",e.Unpaid="unpaid",e.Accepted="accepted",e.Cancelled="cancelled",e.Refunded="refunded",e.Rejected="rejected"}(t||(t={}));const a=[];let i,c,d,l,u,s,y,p,g,P,f,m,S;function T(e){return e.toUpperCase()}!function(e){e.Pending="Pending",e.Committed="Committed",e.Cancelled="Cancelled"}(i||(i={})),function(e){e.Synxis="Synxis",e.Availpro="Availpro",e.RMS="RMS",e.Siteminder="Siteminder",e.Roomstay="Roomstay"}(c||(c={})),function(e){e.PerPerson="PerPerson",e.PerDay="PerDay",e.PerOccupancy="PerOccupancy"}(d||(d={})),function(e){e.NotIncluded="NotIncluded",e.Optional="Optional",e.Required="Required"}(l||(l={})),function(e){e.Monday="monday",e.Sunday="sunday"}(u||(u={})),function(e){e.Big4="Big4",e.RmsTop10="Top10",e.Top10="NewTop10",e.Gday="Gday",e.Salesforce="Salesforce"}(s||(s={})),function(e){e.AreaDwellingLength="AreaDwellingLength",e.AreaDwellingType="AreaDwellingType"}(y||(y={})),function(e){e.Metric="metric",e.Imperial="imperial"}(p||(p={})),function(e){e.Percentage="Percentage",e.Amount="Amount",e.Bogo="BOGO",e.NightlyRateOverride="NightlyRateOverride"}(g||(g={})),function(e){e[e.Icon=128]="Icon",e[e.Tiny=256]="Tiny",e[e.Small=512]="Small",e[e.Medium=768]="Medium",e[e.Large=1024]="Large",e[e.ExtraLarge=1600]="ExtraLarge"}(P||(P={})),function(e){e.Frontend="frontend",e.Hotel="hotel",e.Events="events"}(f||(f={})),function(e){e.FixedAmount="fixed",e.Percentage="percentage",e.Nights="nights"}(m||(m={})),function(e){e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.HEAD="HEAD"}(S||(S={}));const E=e=>{let n=0;const t=Object.values(e.itinerary);for(const e of t){const t=Object.keys(e.nights);for(const o of t)n+=e.nights[o].total}return n},v=(e,n)=>e.includes("cdn.app.roomstay.io")?e+"?w="+n:e,O=e=>e,A=(e,n)=>{const t={};return n.forEach((n=>{n in e&&(t[n]=e[n])})),t};var C=o(60),M=o.n(C);const h=e=>new(M())(e).toDecimalPlaces(2).toNumber()})(),r})()));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomstay/core",
3
- "version": "0.1.46-4",
3
+ "version": "0.1.47-0",
4
4
  "description": "Details shared between Roomstay libraries. Anything from Currency, to Generic types",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -46,9 +46,5 @@
46
46
  },
47
47
  "peerDependencies": {
48
48
  "decimal.js": "^10.4.3"
49
- },
50
- "dependencies": {
51
- "global": "^4.4.0",
52
- "yalc": "^1.0.0-pre.53"
53
49
  }
54
50
  }
@@ -1,6 +0,0 @@
1
- export interface IFeeConfigurationOptions {
2
- includeInRates: boolean;
3
- extractFeeFromRates: boolean;
4
- appliesToAddons: boolean;
5
- includePreviousFeesInCalculation: boolean;
6
- }
@@ -1,6 +0,0 @@
1
- export interface IFeeOptions {
2
- includeInRates: boolean;
3
- alreadyIncludedInRates: boolean;
4
- appliesToAddons: boolean;
5
- includePreviousFeesInCalculation: boolean;
6
- }
File without changes