@trackunit/filters-graphql-hook 0.0.357 → 0.0.358
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
|
@@ -314,10 +314,13 @@ export declare const assetSortByProperty: {
|
|
|
314
314
|
readonly MODEL: "MODEL";
|
|
315
315
|
readonly NAME: "NAME";
|
|
316
316
|
readonly OWNER_ACCOUNT_NAME: "OWNER_ACCOUNT_NAME";
|
|
317
|
+
readonly PLANNED_SERVICE_BOOKED: "PLANNED_SERVICE_BOOKED";
|
|
318
|
+
readonly PLANNED_SERVICE_BOOKING_DATE: "PLANNED_SERVICE_BOOKING_DATE";
|
|
317
319
|
readonly PRODUCTION_YEAR: "PRODUCTION_YEAR";
|
|
318
320
|
readonly SERIAL_NUMBER: "SERIAL_NUMBER";
|
|
319
321
|
readonly SERVICE_PLAN_ASSIGNMENT_STATUS: "SERVICE_PLAN_ASSIGNMENT_STATUS";
|
|
320
322
|
readonly SERVICE_PLAN_OVERDUENESS: "SERVICE_PLAN_OVERDUENESS";
|
|
323
|
+
readonly SERVICE_PLAN_PREDICTION: "SERVICE_PLAN_PREDICTION";
|
|
321
324
|
readonly SERVICE_PLAN_STATUS: "SERVICE_PLAN_STATUS";
|
|
322
325
|
readonly TELEMATICS_DEVICE_SERIAL_NUMBER: "TELEMATICS_DEVICE_SERIAL_NUMBER";
|
|
323
326
|
readonly TYPE: "TYPE";
|