From a310f955647ceb257bb8810aac4b7c0ad41bfb92 Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Tue, 12 Mar 2024 11:51:58 +0800 Subject: [PATCH] bumped version added `public_id` property to `OrderConfigModel` --- addon/models/order-config.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/addon/models/order-config.js b/addon/models/order-config.js index 12108c5..e6344c7 100644 --- a/addon/models/order-config.js +++ b/addon/models/order-config.js @@ -4,6 +4,7 @@ import { format as formatDate, formatDistanceToNow, isValid as isValidDate } fro export default class OrderConfigModel extends Model { /** @ids */ + @attr('string') public_id; @attr('string') company_uuid; @attr('string') author_uuid; @attr('string') category_uuid; diff --git a/package.json b/package.json index 896a8c5..7b48363 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fleetbase/fleetops-data", - "version": "0.1.12", + "version": "0.1.13", "description": "Fleetbase Fleet-Ops based models, serializers, transforms, adapters and GeoJson utility functions.", "keywords": [ "fleetbase-data",