@autologix-engineering/shared 1.0.148 → 1.0.149

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autologix-engineering/shared",
3
- "version": "1.0.148",
3
+ "version": "1.0.149",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -1,4 +1,5 @@
1
1
  export declare enum ConditionNewUnit {
2
2
  Minutes = "mins",
3
+ Hours = "hrs",
3
4
  Kilometers = "kms"
4
5
  }
@@ -1,6 +1,7 @@
1
1
  export var ConditionNewUnit;
2
2
  (function (ConditionNewUnit) {
3
3
  ConditionNewUnit["Minutes"] = "mins";
4
+ ConditionNewUnit["Hours"] = "hrs";
4
5
  ConditionNewUnit["Kilometers"] = "kms";
5
6
  })(ConditionNewUnit || (ConditionNewUnit = {}));
6
7
  //# sourceMappingURL=condition.new.unit.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"condition.new.unit.enum.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/enums/src/condition.new.unit.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC3B,oCAAgB,CAAA;IAChB,sCAAkB,CAAA;AACnB,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B"}
1
+ {"version":3,"file":"condition.new.unit.enum.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/enums/src/condition.new.unit.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC3B,oCAAgB,CAAA;IAChB,iCAAa,CAAA;IACb,sCAAkB,CAAA;AACnB,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B"}
@@ -131,10 +131,10 @@ export type ProfileSummaryLookupResult = {
131
131
  drivers: number;
132
132
  vehicles: number;
133
133
  people: number;
134
- garages: number;
135
134
  clients: number;
136
135
  vendors: number;
137
136
  ratecards: number;
137
+ vehicleGroups: number;
138
138
  };
139
139
  export type PackageTemplateLookupResult = {
140
140
  type: 'PACKAGE_TEMPLATE_LOOKUP';