Skip to content

Commit

Permalink
Merge pull request #32 from fleetbase/dev-v0.1.14
Browse files Browse the repository at this point in the history
v0.1.14
  • Loading branch information
roncodes authored Mar 13, 2024
2 parents 0a5eb0c + f193b09 commit 56b8ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addon/models/service-rate.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default class ServiceRate extends Model {
@attr('string') company_uuid;
@attr('string') service_area_uuid;
@attr('string') zone_uuid;
@attr('string') order_config_uuid;

/** @relationships */
@hasMany('service-rate-fee') rate_fees;
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.13",
"version": "0.1.14",
"description": "Fleetbase Fleet-Ops based models, serializers, transforms, adapters and GeoJson utility functions.",
"keywords": [
"fleetbase-data",
Expand Down

0 comments on commit 56b8ae5

Please sign in to comment.