b2m-utils 0.0.71 → 0.0.72
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/{DomainType.d.ts → DomainTypeEnum.d.ts} +1 -1
- package/build/enums/index.d.ts +1 -1
- package/build/index.esm.js +9 -9
- package/build/index.esm.js.gz +0 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +8 -8
- package/build/index.js.gz +0 -0
- package/build/index.js.map +1 -1
- package/build/types/DomainType/index.d.ts +8 -0
- package/build/types/index.d.ts +2 -0
- package/package.json +1 -1
package/build/enums/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './ApplicationColumnNameEnum';
|
|
2
2
|
export * from './ApplicationEnum';
|
|
3
3
|
export * from './DomainConfigurationEnum';
|
|
4
|
-
export * from './
|
|
4
|
+
export * from './DomainTypeEnum';
|
|
5
5
|
export * from './ModalEnum';
|
|
6
6
|
export * from './NotificationTypeEnum';
|
|
7
7
|
export * from './PermissionEnum';
|
package/build/index.esm.js
CHANGED
|
@@ -52,14 +52,14 @@ var DomainConfigurationEnum;
|
|
|
52
52
|
DomainConfigurationEnum["INVOICE_EXPIRY_NOTIFICATION_DAYS"] = "INVOICE_EXPIRY_NOTIFICATION_DAYS";
|
|
53
53
|
})(DomainConfigurationEnum || (DomainConfigurationEnum = {}));
|
|
54
54
|
|
|
55
|
-
var
|
|
56
|
-
(function (
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
})(
|
|
55
|
+
var DomainTypeEnum;
|
|
56
|
+
(function (DomainTypeEnum) {
|
|
57
|
+
DomainTypeEnum[DomainTypeEnum["TMS"] = 1] = "TMS";
|
|
58
|
+
DomainTypeEnum[DomainTypeEnum["SPOT"] = 2] = "SPOT";
|
|
59
|
+
DomainTypeEnum[DomainTypeEnum["PROVIDER"] = 3] = "PROVIDER";
|
|
60
|
+
DomainTypeEnum[DomainTypeEnum["FREIGHT_FORWARDER"] = 4] = "FREIGHT_FORWARDER";
|
|
61
|
+
DomainTypeEnum[DomainTypeEnum["DISPATCHER"] = 5] = "DISPATCHER";
|
|
62
|
+
})(DomainTypeEnum || (DomainTypeEnum = {}));
|
|
63
63
|
|
|
64
64
|
var ModalEnum;
|
|
65
65
|
(function (ModalEnum) {
|
|
@@ -6136,5 +6136,5 @@ var setFormattedDatesInObjects = function (objectFormat) { return __awaiter(void
|
|
|
6136
6136
|
});
|
|
6137
6137
|
}); };
|
|
6138
6138
|
|
|
6139
|
-
export { ApplicationColumnNameEnum, ApplicationEnum, DomainConfigurationEnum,
|
|
6139
|
+
export { ApplicationColumnNameEnum, ApplicationEnum, DomainConfigurationEnum, DomainTypeEnum, ModalEnum, NotificationTypeEnum, PermissionEnum, SpotStatusEnum, getConfigurationFromDomain, getCookies, getDataFromToken, getFormattedFreightPlaceName, setFormattedDatesInObjects };
|
|
6140
6140
|
//# sourceMappingURL=index.esm.js.map
|
package/build/index.esm.js.gz
CHANGED
|
Binary file
|