b2m-utils 0.0.159 → 0.0.160
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/enums/ImapHostsEnum.d.ts +4 -0
- package/build/enums/index.d.ts +1 -0
- package/build/index.esm.js +7 -1
- package/build/index.esm.js.gz +0 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +6 -0
- package/build/index.js.gz +0 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/enums/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from './FeeCalculationTypeEnum';
|
|
|
10
10
|
export * from './FeeCategoryEnum';
|
|
11
11
|
export * from './FeeEnum';
|
|
12
12
|
export * from './FreightRegionEnum';
|
|
13
|
+
export * from './ImapHostsEnum';
|
|
13
14
|
export * from './ModalEnum';
|
|
14
15
|
export * from './NotificationTypeEnum';
|
|
15
16
|
export * from './PermissionEnum';
|
package/build/index.esm.js
CHANGED
|
@@ -122,6 +122,12 @@ var FreightRegionEnum;
|
|
|
122
122
|
FreightRegionEnum[FreightRegionEnum["COUNTRYSIDE"] = 2] = "COUNTRYSIDE";
|
|
123
123
|
})(FreightRegionEnum || (FreightRegionEnum = {}));
|
|
124
124
|
|
|
125
|
+
var ImapHostsEnum;
|
|
126
|
+
(function (ImapHostsEnum) {
|
|
127
|
+
ImapHostsEnum["GMAIL"] = "GMAIL";
|
|
128
|
+
ImapHostsEnum["OUTLOOK"] = "OUTLOOK";
|
|
129
|
+
})(ImapHostsEnum || (ImapHostsEnum = {}));
|
|
130
|
+
|
|
125
131
|
var ModalEnum;
|
|
126
132
|
(function (ModalEnum) {
|
|
127
133
|
ModalEnum[ModalEnum["AIR"] = 1] = "AIR";
|
|
@@ -7112,5 +7118,5 @@ var setFormattedDatesInObjects = function (objectFormat) { return __awaiter(void
|
|
|
7112
7118
|
});
|
|
7113
7119
|
}); };
|
|
7114
7120
|
|
|
7115
|
-
export { ApplicationColumnNameEnum, ApplicationEnum, CountryEnum, CteStatusEnum, CurrencyEnum, DocumentTypeEnum, DomainConfigurationEnum, DomainTypeEnum, FeeCalculationTypeEnum, FeeCategoryEnum, FeeEnum, FreightRegionEnum, ModalEnum, NotificationTypeEnum, PermissionEnum, RatecardConditionalFeeTypeEnum, RatecardModalEnum, SlaRegionEnum, SpotStatusEnum, TrackProcessProviderTypeEnum, calculateFee, convertNumberToCurrency, formatDateString, getAuditTotalFromCte, getConfigurationFromDomain, getContractFromFreight, getContractRouteFromFreight, getCookies, getCteLane, getCteLaneFeesTotal, getCtesFeesResult, getDataFromToken, getFilteredFeesToAudit, getFormattedFreightPlaceName, getLaneFeesToCalc, getLaneFromRatecard, getNormalizedCityName, getRatecardFromCte, getRouteDeliveryTimeFromFreight, getRouteOnTimeFromFreight, normalizeString, setFormattedDatesInObjects, verifyConditionalFee, verifyDefaultFees };
|
|
7121
|
+
export { ApplicationColumnNameEnum, ApplicationEnum, CountryEnum, CteStatusEnum, CurrencyEnum, DocumentTypeEnum, DomainConfigurationEnum, DomainTypeEnum, FeeCalculationTypeEnum, FeeCategoryEnum, FeeEnum, FreightRegionEnum, ImapHostsEnum, ModalEnum, NotificationTypeEnum, PermissionEnum, RatecardConditionalFeeTypeEnum, RatecardModalEnum, SlaRegionEnum, SpotStatusEnum, TrackProcessProviderTypeEnum, calculateFee, convertNumberToCurrency, formatDateString, getAuditTotalFromCte, getConfigurationFromDomain, getContractFromFreight, getContractRouteFromFreight, getCookies, getCteLane, getCteLaneFeesTotal, getCtesFeesResult, getDataFromToken, getFilteredFeesToAudit, getFormattedFreightPlaceName, getLaneFeesToCalc, getLaneFromRatecard, getNormalizedCityName, getRatecardFromCte, getRouteDeliveryTimeFromFreight, getRouteOnTimeFromFreight, normalizeString, setFormattedDatesInObjects, verifyConditionalFee, verifyDefaultFees };
|
|
7116
7122
|
//# sourceMappingURL=index.esm.js.map
|
package/build/index.esm.js.gz
CHANGED
|
Binary file
|