Skip to content

Commit f193b09

Browse files
committed
added order_config_uuid property to ServiceRateModel
1 parent 0a5eb0c commit f193b09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

addon/models/service-rate.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default class ServiceRate extends Model {
1111
@attr('string') company_uuid;
1212
@attr('string') service_area_uuid;
1313
@attr('string') zone_uuid;
14+
@attr('string') order_config_uuid;
1415

1516
/** @relationships */
1617
@hasMany('service-rate-fee') rate_fees;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fleetbase/fleetops-data",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Fleetbase Fleet-Ops based models, serializers, transforms, adapters and GeoJson utility functions.",
55
"keywords": [
66
"fleetbase-data",

0 commit comments

Comments
 (0)