@yoobic/yobi 8.3.0-18 → 8.3.0-19
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.
|
@@ -31,7 +31,7 @@ export declare class IConditionalField extends IEntity {
|
|
|
31
31
|
export declare type ConditionType = 'field' | 'tags' | 'groups';
|
|
32
32
|
export declare type ConditionOperator = 'notequals' | 'equals' | 'in' | 'notin' | 'greaterthan' | 'lessthan' | 'between';
|
|
33
33
|
export declare type ConditionValue = 'fieldvalue' | 'truefalse' | 'string' | 'number' | 'date' | 'time' | 'datetime';
|
|
34
|
-
export declare type TROLE = 'academy' | 'academyplus' | 'admin' | 'aisle' | 'anonymous' | 'appcreator' | 'appcreatorplus' | 'appmixer' | 'archiver' | 'audienceimport' | 'bi' | 'bluetooth' | 'boost_admin' | 'boost_ai' | 'boost_battle' | 'boost_collaboration' | 'boost_incentive' | 'boost_knowledgebase' | 'boost_manager' | 'boost_microlearning' | 'boost_learning_manager' | 'boost_yext' | 'calendaruser' | 'campaigntodo' | 'clientadmin' | 'communityassociate' | 'communitycreator' | 'communityuser' | 'creator' | 'dashboard' | 'dataset' | 'doccreator' | 'documentsuser' | 'employeedirectory' | 'eventcreator' | 'followup' | 'followupnouser' | 'healthscore' | 'homestoreinsights' | 'imagereco' | 'instagram' | 'inventory' | 'kiosk' | 'knowledgelibrary' | 'liveshopping' | 'liveshoppingmanager' | 'livevideo' | 'manager' | 'missionanalysis' | 'missionviewer' | 'newscreator' | 'newsfeeduser' | 'newspublisher' | 'newsuser' | 'nochat' | 'nodirectchat' | 'nogroupchat' | 'noleaderboard' | 'nopublicevent' | 'nopublisher' | 'nosharebyemail' | 'pharmaone' | 'polluser' | 'pricecheck' | 'productbatch' | 'profilenoedit' | 'project' | 'projecteditor' | 'quicktask' | 'quicktask_mobile' | 'quora' | 'reportbuilder' | 'retailnext' | 'ROLEADMIN' | 'ROLEEDITOR' | 'ROLEFIELD' | 'ROLEMANAGER' | 'ROLESTORE' | 'ROLESTOREMANAGER' | 'ROLEVIEWER' | 'salesai' | 'scandit' | 'scheduler' | 'score' | 'scorm' | 'service' | 'serviceuser' | 'socialsharing' | 'sso' | 'stat' | 'statservice' | 'storeinsights' | 'superadmin' | 'supervisor' | 'taskassign' | 'taskcreator' | 'taskuser' | 'team' | 'teamplus' | 'todo' | 'todolocation' | 'trial' | 'videocall' | 'viewstat' | 'virtualshopping' | 'virtualshoppingstat' | 'visit' | 'visitmanager' | 'waitlist' | 'waitliststat' | 'workflow' | 'workplace' | 'yoobic';
|
|
34
|
+
export declare type TROLE = 'academy' | 'academyplus' | 'admin' | 'aisle' | 'anonymous' | 'appcreator' | 'appcreatorplus' | 'appmixer' | 'archiver' | 'audienceimport' | 'bi' | 'bluetooth' | 'boost_admin' | 'boost_ai' | 'boost_battle' | 'boost_collaboration' | 'boost_incentive' | 'boost_knowledgebase' | 'boost_manager' | 'boost_microlearning' | 'boost_learning_manager' | 'boost_yext' | 'calendaruser' | 'campaigntodo' | 'clientadmin' | 'communityassociate' | 'communitycreator' | 'communityuser' | 'creator' | 'dashboard' | 'dataset' | 'doccreator' | 'documentsuser' | 'employeedirectory' | 'eventcreator' | 'followup' | 'followupnouser' | 'healthscore' | 'homestoreinsights' | 'imagereco' | 'instagram' | 'inventory' | 'kiosk' | 'knowledgelibrary' | 'liveshopping' | 'liveshoppingmanager' | 'livevideo' | 'manager' | 'missionanalysis' | 'missionviewer' | 'newscreator' | 'newsassociate' | 'newsfeeduser' | 'newspublisher' | 'newsuser' | 'nochat' | 'nodirectchat' | 'nogroupchat' | 'noleaderboard' | 'nopublicevent' | 'nopublisher' | 'nosharebyemail' | 'pharmaone' | 'polluser' | 'pricecheck' | 'productbatch' | 'profilenoedit' | 'project' | 'projecteditor' | 'quicktask' | 'quicktask_mobile' | 'quora' | 'reportbuilder' | 'retailnext' | 'ROLEADMIN' | 'ROLEEDITOR' | 'ROLEFIELD' | 'ROLEMANAGER' | 'ROLESTORE' | 'ROLESTOREMANAGER' | 'ROLEVIEWER' | 'salesai' | 'scandit' | 'scheduler' | 'score' | 'scorm' | 'service' | 'serviceuser' | 'socialsharing' | 'sso' | 'stat' | 'statservice' | 'storeinsights' | 'superadmin' | 'supervisor' | 'taskassign' | 'taskcreator' | 'taskuser' | 'team' | 'teamplus' | 'todo' | 'todolocation' | 'trial' | 'videocall' | 'viewstat' | 'virtualshopping' | 'virtualshoppingstat' | 'visit' | 'visitmanager' | 'waitlist' | 'waitliststat' | 'workflow' | 'workplace' | 'yoobic';
|
|
35
35
|
export declare const ROLES: TROLE[];
|
|
36
36
|
export declare type TPermissionConfig = Record<TAppPermission, {
|
|
37
37
|
requiredRoles?: TROLE[];
|