adding all entities in to the list

This commit is contained in:
José Salazar
2025-11-19 16:13:19 -05:00
parent e104f67f1d
commit ef2690d85d

View File

@@ -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