salix/services/client/server/model-config.json

74 lines
1.2 KiB
JSON
Raw Normal View History

2016-11-09 12:12:59 +00:00
{
"_meta": {
"sources": [
"loopback/common/models",
"loopback/server/models",
"../common/models",
"./models"
],
"mixins": [
"loopback/common/mixins",
"loopback/server/mixins",
"../common/mixins",
"./mixins"
]
},
"User": {
"dataSource": "auth",
2017-03-14 12:08:55 +00:00
"public": true
2016-11-09 12:12:59 +00:00
},
"AccessToken": {
"dataSource": "auth",
2017-03-14 12:08:55 +00:00
"public": true,
"strict": true
2016-11-09 12:12:59 +00:00
},
"ACL": {
"dataSource": "auth",
2017-03-14 12:08:55 +00:00
"public": true
2016-11-09 12:12:59 +00:00
},
"RoleMapping": {
"dataSource": "auth",
2017-03-14 12:08:55 +00:00
"public": true
2016-11-09 12:12:59 +00:00
},
"Role": {
"dataSource": "auth",
2017-03-14 12:08:55 +00:00
"public": true
2016-11-09 12:12:59 +00:00
},
"Client": {
"dataSource": "vn",
"public": true
},
"PayMethod": {
"dataSource": "vn",
"public": true
},
"Employee": {
"dataSource": "vn",
"public": true
},
"Address": {
"dataSource": "vn",
"public": true
2017-01-10 11:51:21 +00:00
},
2017-05-09 12:04:44 +00:00
"AgencyService": {
"dataSource": "vn",
2017-01-10 11:51:21 +00:00
"public": true
},
"Province": {
"dataSource": "vn",
2017-01-10 11:51:21 +00:00
"public": true
},
"Country": {
"dataSource": "vn",
2017-01-10 11:51:21 +00:00
"public": true
2017-01-17 09:59:27 +00:00
},
"ClientObservation": {
"dataSource": "vn",
2017-01-17 09:59:27 +00:00
"public": true
},
"Account": {
"dataSource": "vn",
"public": true
2016-11-09 12:12:59 +00:00
}
2017-03-14 12:08:55 +00:00
}