@trackunit/iris-app-runtime-core-api 1.13.15 → 1.14.4

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/index.cjs.js CHANGED
@@ -63,6 +63,7 @@ exports.AssetSortByProperty = void 0;
63
63
  AssetSortByProperty["CumulativeIdleHours"] = "CUMULATIVE_IDLE_HOURS";
64
64
  AssetSortByProperty["ContractItemOnRentDate"] = "CONTRACT_ITEM_ON_RENT_DATE";
65
65
  AssetSortByProperty["ContractItemOffRentDate"] = "CONTRACT_ITEM_OFF_RENT_DATE";
66
+ AssetSortByProperty["DeviceStatus"] = "DEVICE_STATUS";
66
67
  })(exports.AssetSortByProperty || (exports.AssetSortByProperty = {}));
67
68
  // The type [KeySortProperty in AssetSortByProperty] will ensure that ALL keys are present
68
69
  const stringToEnum = {
@@ -102,6 +103,7 @@ const stringToEnum = {
102
103
  CUMULATIVE_IDLE_HOURS: exports.AssetSortByProperty.CumulativeIdleHours,
103
104
  CONTRACT_ITEM_ON_RENT_DATE: exports.AssetSortByProperty.ContractItemOnRentDate,
104
105
  CONTRACT_ITEM_OFF_RENT_DATE: exports.AssetSortByProperty.ContractItemOffRentDate,
106
+ DEVICE_STATUS: exports.AssetSortByProperty.DeviceStatus,
105
107
  };
106
108
  /**
107
109
  * Ensures that a string is a valid AssetSortByProperty enum value
package/index.esm.js CHANGED
@@ -61,6 +61,7 @@ var AssetSortByProperty;
61
61
  AssetSortByProperty["CumulativeIdleHours"] = "CUMULATIVE_IDLE_HOURS";
62
62
  AssetSortByProperty["ContractItemOnRentDate"] = "CONTRACT_ITEM_ON_RENT_DATE";
63
63
  AssetSortByProperty["ContractItemOffRentDate"] = "CONTRACT_ITEM_OFF_RENT_DATE";
64
+ AssetSortByProperty["DeviceStatus"] = "DEVICE_STATUS";
64
65
  })(AssetSortByProperty || (AssetSortByProperty = {}));
65
66
  // The type [KeySortProperty in AssetSortByProperty] will ensure that ALL keys are present
66
67
  const stringToEnum = {
@@ -100,6 +101,7 @@ const stringToEnum = {
100
101
  CUMULATIVE_IDLE_HOURS: AssetSortByProperty.CumulativeIdleHours,
101
102
  CONTRACT_ITEM_ON_RENT_DATE: AssetSortByProperty.ContractItemOnRentDate,
102
103
  CONTRACT_ITEM_OFF_RENT_DATE: AssetSortByProperty.ContractItemOffRentDate,
104
+ DEVICE_STATUS: AssetSortByProperty.DeviceStatus,
103
105
  };
104
106
  /**
105
107
  * Ensures that a string is a valid AssetSortByProperty enum value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-runtime-core-api",
3
- "version": "1.13.15",
3
+ "version": "1.14.4",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,8 +8,8 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@graphql-typed-document-node/core": "^3.2.0",
11
- "@trackunit/shared-utils": "1.13.89",
12
- "@trackunit/geo-json-utils": "1.11.91"
11
+ "@trackunit/shared-utils": "1.13.91",
12
+ "@trackunit/geo-json-utils": "1.12.2"
13
13
  },
14
14
  "module": "./index.esm.js",
15
15
  "main": "./index.cjs.js",
@@ -41,7 +41,8 @@ export declare enum AssetSortByProperty {
41
41
  AfterTreatmentDieselExhaustFluidTankLevel = "AFTER_TREATMENT_DIESEL_EXHAUST_FLUID_TANK_LEVEL",
42
42
  CumulativeIdleHours = "CUMULATIVE_IDLE_HOURS",
43
43
  ContractItemOnRentDate = "CONTRACT_ITEM_ON_RENT_DATE",
44
- ContractItemOffRentDate = "CONTRACT_ITEM_OFF_RENT_DATE"
44
+ ContractItemOffRentDate = "CONTRACT_ITEM_OFF_RENT_DATE",
45
+ DeviceStatus = "DEVICE_STATUS"
45
46
  }
46
47
  /**
47
48
  * Ensures that a string is a valid AssetSortByProperty enum value