data-primals-engine 1.6.5 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,19 @@
1
+ // C:/Dev/data-primals-engine/src/profiles.js
2
+ export const profiles = {
3
+ 'personal': {
4
+ "packs": [],
5
+ "models": ['contact', 'location', 'imageGallery', 'budget', 'currency', 'taxonomy']
6
+ }, // budget,
7
+ 'developer': {
8
+ "packs": ["Multilingual starter pack", "Website Starter Pack"],
9
+ "models": ['alert','endpoint','request','kpi','webpage', 'content', 'taxonomy', 'resource', 'translation', 'contact', 'location', 'channel', 'lang', 'token', 'message', 'ticket', 'user', 'permission', 'role']
10
+ },
11
+ 'company': {
12
+ "packs": ["Multilingual starter pack", "E-commerce Starter Kit"],
13
+ "models": ['alert','request','location', 'order', 'currency', 'product', 'cart', 'cartItem', 'invoice', 'message', 'user', 'role', 'permission', 'token','translation', 'lang', 'webpage', 'content', 'taxonomy', 'contact', 'resource', 'accountingExercise', 'accountingLineItem', 'accountingEntry', 'employee', 'kpi', 'dashboard']
14
+ },
15
+ 'engineer': {
16
+ "packs": ["Multilingual starter pack", "AI Content Generation - Starter Pack"],
17
+ "models":['alert','endpoint','request','dashboard', 'kpi', 'user', 'role', 'token', 'permission', 'workflow', 'workflowRun', 'workflowStep', "channel", "message", 'workflowAction', 'workflowTrigger']
18
+ }
19
+ };