b2m-utils 0.0.89 → 0.0.90
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/CurrencyEnum.d.ts +6 -0
- package/build/enums/index.d.ts +1 -0
- package/build/index.esm.js +9 -1
- package/build/index.esm.js.gz +0 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +8 -0
- package/build/index.js.gz +0 -0
- package/build/index.js.map +1 -1
- package/build/types/{DomainSla → DomainSlaContract}/index.d.ts +2 -2
- package/build/types/DomainSlaLocation/index.d.ts +1 -0
- package/build/types/DomainSlaRegion/index.d.ts +1 -0
- package/build/types/DomainSlaRoute/index.d.ts +5 -2
- package/build/types/index.d.ts +2 -2
- package/package.json +1 -1
package/build/enums/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './ApplicationColumnNameEnum';
|
|
2
2
|
export * from './ApplicationEnum';
|
|
3
3
|
export * from './CountryEnum';
|
|
4
|
+
export * from './CurrencyEnum';
|
|
4
5
|
export * from './DomainConfigurationEnum';
|
|
5
6
|
export * from './DomainTypeEnum';
|
|
6
7
|
export * from './FeeCalculationTypeEnum';
|
package/build/index.esm.js
CHANGED
|
@@ -74,6 +74,14 @@ var CountryEnum;
|
|
|
74
74
|
CountryEnum[CountryEnum["BRAZIL"] = 1] = "BRAZIL";
|
|
75
75
|
})(CountryEnum || (CountryEnum = {}));
|
|
76
76
|
|
|
77
|
+
var CurrencyEnum;
|
|
78
|
+
(function (CurrencyEnum) {
|
|
79
|
+
CurrencyEnum[CurrencyEnum["REAL"] = 1] = "REAL";
|
|
80
|
+
CurrencyEnum[CurrencyEnum["DOLAR"] = 2] = "DOLAR";
|
|
81
|
+
CurrencyEnum[CurrencyEnum["EURO"] = 3] = "EURO";
|
|
82
|
+
CurrencyEnum[CurrencyEnum["IENE"] = 4] = "IENE";
|
|
83
|
+
})(CurrencyEnum || (CurrencyEnum = {}));
|
|
84
|
+
|
|
77
85
|
var DomainConfigurationEnum;
|
|
78
86
|
(function (DomainConfigurationEnum) {
|
|
79
87
|
DomainConfigurationEnum["CLEARANCE_DAYS"] = "CLEARANCE_DAYS";
|
|
@@ -6207,5 +6215,5 @@ var setFormattedDatesInObjects = function (objectFormat) { return __awaiter(void
|
|
|
6207
6215
|
});
|
|
6208
6216
|
}); };
|
|
6209
6217
|
|
|
6210
|
-
export { ApplicationColumnNameEnum, ApplicationEnum, CountryEnum, DomainConfigurationEnum, DomainTypeEnum, FeeCalculationTypeEnum, FeeCategoryEnum, ModalEnum, NotificationTypeEnum, PermissionEnum, SpotStatusEnum, TrackProcessProviderTypeEnum, formatDateString, getConfigurationFromDomain, getCookies, getDataFromToken, getFormattedFreightPlaceName, setFormattedDatesInObjects };
|
|
6218
|
+
export { ApplicationColumnNameEnum, ApplicationEnum, CountryEnum, CurrencyEnum, DomainConfigurationEnum, DomainTypeEnum, FeeCalculationTypeEnum, FeeCategoryEnum, ModalEnum, NotificationTypeEnum, PermissionEnum, SpotStatusEnum, TrackProcessProviderTypeEnum, formatDateString, getConfigurationFromDomain, getCookies, getDataFromToken, getFormattedFreightPlaceName, setFormattedDatesInObjects };
|
|
6211
6219
|
//# sourceMappingURL=index.esm.js.map
|
package/build/index.esm.js.gz
CHANGED
|
Binary file
|