b2m-utils 0.0.70 → 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.
@@ -1,4 +1,4 @@
1
- export declare enum DomainType {
1
+ export declare enum DomainTypeEnum {
2
2
  TMS = 1,
3
3
  SPOT = 2,
4
4
  PROVIDER = 3,
@@ -1,7 +1,7 @@
1
1
  export * from './ApplicationColumnNameEnum';
2
2
  export * from './ApplicationEnum';
3
3
  export * from './DomainConfigurationEnum';
4
- export * from './DomainType';
4
+ export * from './DomainTypeEnum';
5
5
  export * from './ModalEnum';
6
6
  export * from './NotificationTypeEnum';
7
7
  export * from './PermissionEnum';
@@ -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 DomainType;
56
- (function (DomainType) {
57
- DomainType[DomainType["TMS"] = 1] = "TMS";
58
- DomainType[DomainType["SPOT"] = 2] = "SPOT";
59
- DomainType[DomainType["PROVIDER"] = 3] = "PROVIDER";
60
- DomainType[DomainType["FREIGHT_FORWARDER"] = 4] = "FREIGHT_FORWARDER";
61
- DomainType[DomainType["DISPATCHER"] = 5] = "DISPATCHER";
62
- })(DomainType || (DomainType = {}));
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, DomainType, ModalEnum, NotificationTypeEnum, PermissionEnum, SpotStatusEnum, getConfigurationFromDomain, getCookies, getDataFromToken, getFormattedFreightPlaceName, setFormattedDatesInObjects };
6139
+ export { ApplicationColumnNameEnum, ApplicationEnum, DomainConfigurationEnum, DomainTypeEnum, ModalEnum, NotificationTypeEnum, PermissionEnum, SpotStatusEnum, getConfigurationFromDomain, getCookies, getDataFromToken, getFormattedFreightPlaceName, setFormattedDatesInObjects };
6140
6140
  //# sourceMappingURL=index.esm.js.map
Binary file