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