b2m-utils 0.0.95 → 0.0.97

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,5 +1,6 @@
1
1
  import Dates from "../Dates";
2
2
  import Domain from "../Domain";
3
+ import DomainSlaRoute from "../DomainSlaRoute";
3
4
  import ShippingCompany from "../ShippingCompany";
4
5
  export type DomainSlaContract = {
5
6
  id: number;
@@ -10,5 +11,6 @@ export type DomainSlaContract = {
10
11
  percentage: number;
11
12
  domain?: Domain;
12
13
  shippingCompany?: ShippingCompany;
14
+ DomainSlaRoute?: DomainSlaRoute[];
13
15
  } & Dates;
14
16
  export default DomainSlaContract;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "b2m-utils",
3
- "version": "0.0.95",
3
+ "version": "0.0.97",
4
4
  "description": "B2M Utils",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.esm.js",