adding all entities in to the list
This commit is contained in:
@@ -148,11 +148,66 @@ const dataconnectEntityConfig = {
|
|||||||
// filter: 'filterEvents',
|
// filter: 'filterEvents',
|
||||||
},
|
},
|
||||||
|
|
||||||
// Staff: {
|
Staff: {
|
||||||
// list: 'listStaff',
|
|
||||||
// create: 'createStaff',
|
},
|
||||||
// ...
|
|
||||||
// },
|
Vendor: {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
VendorRate: {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Invoice:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Business:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Certification:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Team:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Conversation:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Message:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
ActivityLog:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Enterprise:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Sector:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Partner:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Order:{
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
Shift:{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Helper for methods not implemented
|
// Helper for methods not implemented
|
||||||
|
|||||||
Reference in New Issue
Block a user