diff --git a/internal-api-harness/src/api/krowSDK.js b/internal-api-harness/src/api/krowSDK.js index 4ab64798..91686b2e 100644 --- a/internal-api-harness/src/api/krowSDK.js +++ b/internal-api-harness/src/api/krowSDK.js @@ -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