Skip to content

Commit

Permalink
bumped version added public_id property to OrderConfigModel
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Mar 12, 2024
1 parent b5ba2a3 commit a310f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addon/models/order-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a310f95

Please sign in to comment.