@eway-crm/connector 1.0.80 → 1.0.81
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.
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
export default class LicenseRestrictionKeys {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
2
|
+
static contactsSynchronizationWithOutlook: string;
|
|
3
|
+
static contactsSynchronizationWithAndroid: string;
|
|
4
|
+
static documentsRevisions: string;
|
|
5
|
+
static wordAddin: string;
|
|
6
|
+
static excelAddin: string;
|
|
7
|
+
static tasksReminders: string;
|
|
8
|
+
static tasksRecurrentTasks: string;
|
|
9
|
+
static tasksSubtasks: string;
|
|
10
|
+
static tasksSynchronizationWithOutlook: string;
|
|
11
|
+
static calendarSynchronizationWithOutlook: string;
|
|
12
|
+
static emailsManualTracking: string;
|
|
13
|
+
static emailsAutomaticTracking: string;
|
|
14
|
+
static convertEmailToContact: string;
|
|
15
|
+
static convertEmailToDeal: string;
|
|
16
|
+
static convertEmailToProject: string;
|
|
17
|
+
static convertEmailToTask: string;
|
|
18
|
+
static gravatarIntegration: string;
|
|
19
|
+
static logoboxIntegration: string;
|
|
20
|
+
static companiesBussinesRegisterApiIntegration: string;
|
|
21
|
+
static duplicityChecker: string;
|
|
22
|
+
static nextStepAndLastActivityCustomization: string;
|
|
23
|
+
static subProjects: string;
|
|
24
|
+
static resourceAndPlanning: string;
|
|
25
|
+
static professionalEmailCampaigns: string;
|
|
26
|
+
static professionalEmailCampaignsAdvancedStatistics: string;
|
|
27
|
+
static wordEmailMerge: string;
|
|
28
|
+
static printLabels: string;
|
|
29
|
+
static printEnvelopes: string;
|
|
30
|
+
static userViews: string;
|
|
31
|
+
static sharedUserViews: string;
|
|
32
|
+
static gridRowSummary: string;
|
|
33
|
+
static gridConditionalFormating: string;
|
|
34
|
+
static multipleCurrencies: string;
|
|
35
|
+
static historyTracking: string;
|
|
36
|
+
static privateItems: string;
|
|
37
|
+
static itemTypes: string;
|
|
38
|
+
static formLayoutCustomization: string;
|
|
39
|
+
static workflowBasicDefinitions: string;
|
|
40
|
+
static workflowAdvancedDefinitions: string;
|
|
41
|
+
static workflowAdvancedDefinitionsRules: string;
|
|
42
|
+
static workflowAdvancedDefinitionsActions: string;
|
|
43
|
+
static workflowGroupLevelActions: string;
|
|
44
|
+
static customFields: string;
|
|
45
|
+
static importantFields: string;
|
|
46
|
+
static mandatoryFields: string;
|
|
47
|
+
static uniqueFields: string;
|
|
48
|
+
static readOnlyFields: string;
|
|
49
|
+
static transformationCustomTemplates: string;
|
|
50
|
+
static userRoles: string;
|
|
51
|
+
static modulePermissions: string;
|
|
52
|
+
static columnPermissions: string;
|
|
53
|
+
static commonDataAPI: string;
|
|
54
|
+
static eWayCrmAPI: string;
|
|
55
|
+
static threeCXIntegration: string;
|
|
56
|
+
static tapiIntegration: string;
|
|
57
|
+
static pohodaIntegration: string;
|
|
58
|
+
static pohodaSynchronizationIntervalCustomization: string;
|
|
59
|
+
static pohodaSynchronizationFieldMappingCustomization: string;
|
|
60
|
+
static quickBooksIntegration: string;
|
|
61
61
|
}
|
|
@@ -2,66 +2,66 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var LicenseRestrictionKeys = /** @class */ (function () {
|
|
4
4
|
function LicenseRestrictionKeys() {
|
|
5
|
-
this.contactsSynchronizationWithOutlook = 'ContactsSynchronizationWithOutlook';
|
|
6
|
-
this.contactsSynchronizationWithAndroid = 'ContactsSynchronizationWithAndroid';
|
|
7
|
-
this.documentsRevisions = 'DocumentsRevisions';
|
|
8
|
-
this.wordAddin = 'WordAddin';
|
|
9
|
-
this.excelAddin = 'ExcelAddin';
|
|
10
|
-
this.tasksReminders = 'TasksReminders';
|
|
11
|
-
this.tasksRecurrentTasks = 'TasksRecurrentTasks';
|
|
12
|
-
this.tasksSubtasks = 'TasksSubtasks';
|
|
13
|
-
this.tasksSynchronizationWithOutlook = 'TasksSynchronizationWithOutlook';
|
|
14
|
-
this.calendarSynchronizationWithOutlook = 'CalendarSynchronizationWithOutlook';
|
|
15
|
-
this.emailsManualTracking = 'EmailsManualTracking';
|
|
16
|
-
this.emailsAutomaticTracking = 'EmailsAutomaticTracking';
|
|
17
|
-
this.convertEmailToContact = 'ConvertEmailToContact';
|
|
18
|
-
this.convertEmailToDeal = 'ConvertEmailToDeal';
|
|
19
|
-
this.convertEmailToProject = 'ConvertEmailToProject';
|
|
20
|
-
this.convertEmailToTask = 'ConvertEmailToTask';
|
|
21
|
-
this.gravatarIntegration = 'GravatarIntegration';
|
|
22
|
-
this.logoboxIntegration = 'LogoboxIntegration';
|
|
23
|
-
this.companiesBussinesRegisterApiIntegration = 'CompaniesBussinesRegisterApiIntegration';
|
|
24
|
-
this.duplicityChecker = 'DuplicityChecker';
|
|
25
|
-
this.nextStepAndLastActivityCustomization = 'NextStepAndLastActivityCustomization';
|
|
26
|
-
this.subProjects = 'SubProjects';
|
|
27
|
-
this.resourceAndPlanning = 'ResourceAndPlanning';
|
|
28
|
-
this.professionalEmailCampaigns = 'ProfessionalEmailCampaigns';
|
|
29
|
-
this.professionalEmailCampaignsAdvancedStatistics = 'ProfessionalEmailCampaignsAdvancedStatistics';
|
|
30
|
-
this.wordEmailMerge = 'WordEmailMerge';
|
|
31
|
-
this.printLabels = 'PrintLabels';
|
|
32
|
-
this.printEnvelopes = 'PrintEnvelopes';
|
|
33
|
-
this.userViews = 'UserViews';
|
|
34
|
-
this.sharedUserViews = 'SharedUserViews';
|
|
35
|
-
this.gridRowSummary = 'GridRowSummary';
|
|
36
|
-
this.gridConditionalFormating = 'GridConditionalFormating';
|
|
37
|
-
this.multipleCurrencies = 'MultipleCurrencies';
|
|
38
|
-
this.historyTracking = 'HistoryTracking';
|
|
39
|
-
this.privateItems = 'PrivateItems';
|
|
40
|
-
this.itemTypes = 'ItemTypes';
|
|
41
|
-
this.formLayoutCustomization = 'FormLayoutCustomization';
|
|
42
|
-
this.workflowBasicDefinitions = 'WorkflowBasicDefinitions';
|
|
43
|
-
this.workflowAdvancedDefinitions = 'WorkflowAdvancedDefinitions';
|
|
44
|
-
this.workflowAdvancedDefinitionsRules = 'WorkflowAdvancedDefinitionsRules';
|
|
45
|
-
this.workflowAdvancedDefinitionsActions = 'WorkflowAdvancedDefinitionsActions';
|
|
46
|
-
this.workflowGroupLevelActions = 'WorkflowGroupLevelActions';
|
|
47
|
-
this.customFields = 'CustomFields';
|
|
48
|
-
this.importantFields = 'ImportantFields';
|
|
49
|
-
this.mandatoryFields = 'MandatoryFields';
|
|
50
|
-
this.uniqueFields = 'UniqueFields';
|
|
51
|
-
this.readOnlyFields = 'ReadOnlyFields';
|
|
52
|
-
this.transformationCustomTemplates = 'TransformationCustomTemplates';
|
|
53
|
-
this.userRoles = 'UserRoles';
|
|
54
|
-
this.modulePermissions = 'ModulePermissions';
|
|
55
|
-
this.columnPermissions = 'ColumnPermissions';
|
|
56
|
-
this.commonDataAPI = 'CommonDataAPI';
|
|
57
|
-
this.eWayCrmAPI = 'eWayCrmAPI';
|
|
58
|
-
this.threeCXIntegration = 'ThreeCXIntegration';
|
|
59
|
-
this.tapiIntegration = 'TapiIntegration';
|
|
60
|
-
this.pohodaIntegration = 'PohodaIntegration';
|
|
61
|
-
this.pohodaSynchronizationIntervalCustomization = 'PohodaSynchronizationIntervalCustomization';
|
|
62
|
-
this.pohodaSynchronizationFieldMappingCustomization = 'PohodaSynchronizationFieldMappingCustomization';
|
|
63
|
-
this.quickBooksIntegration = 'QuickBooksIntegration';
|
|
64
5
|
}
|
|
6
|
+
LicenseRestrictionKeys.contactsSynchronizationWithOutlook = 'ContactsSynchronizationWithOutlook';
|
|
7
|
+
LicenseRestrictionKeys.contactsSynchronizationWithAndroid = 'ContactsSynchronizationWithAndroid';
|
|
8
|
+
LicenseRestrictionKeys.documentsRevisions = 'DocumentsRevisions';
|
|
9
|
+
LicenseRestrictionKeys.wordAddin = 'WordAddin';
|
|
10
|
+
LicenseRestrictionKeys.excelAddin = 'ExcelAddin';
|
|
11
|
+
LicenseRestrictionKeys.tasksReminders = 'TasksReminders';
|
|
12
|
+
LicenseRestrictionKeys.tasksRecurrentTasks = 'TasksRecurrentTasks';
|
|
13
|
+
LicenseRestrictionKeys.tasksSubtasks = 'TasksSubtasks';
|
|
14
|
+
LicenseRestrictionKeys.tasksSynchronizationWithOutlook = 'TasksSynchronizationWithOutlook';
|
|
15
|
+
LicenseRestrictionKeys.calendarSynchronizationWithOutlook = 'CalendarSynchronizationWithOutlook';
|
|
16
|
+
LicenseRestrictionKeys.emailsManualTracking = 'EmailsManualTracking';
|
|
17
|
+
LicenseRestrictionKeys.emailsAutomaticTracking = 'EmailsAutomaticTracking';
|
|
18
|
+
LicenseRestrictionKeys.convertEmailToContact = 'ConvertEmailToContact';
|
|
19
|
+
LicenseRestrictionKeys.convertEmailToDeal = 'ConvertEmailToDeal';
|
|
20
|
+
LicenseRestrictionKeys.convertEmailToProject = 'ConvertEmailToProject';
|
|
21
|
+
LicenseRestrictionKeys.convertEmailToTask = 'ConvertEmailToTask';
|
|
22
|
+
LicenseRestrictionKeys.gravatarIntegration = 'GravatarIntegration';
|
|
23
|
+
LicenseRestrictionKeys.logoboxIntegration = 'LogoboxIntegration';
|
|
24
|
+
LicenseRestrictionKeys.companiesBussinesRegisterApiIntegration = 'CompaniesBussinesRegisterApiIntegration';
|
|
25
|
+
LicenseRestrictionKeys.duplicityChecker = 'DuplicityChecker';
|
|
26
|
+
LicenseRestrictionKeys.nextStepAndLastActivityCustomization = 'NextStepAndLastActivityCustomization';
|
|
27
|
+
LicenseRestrictionKeys.subProjects = 'SubProjects';
|
|
28
|
+
LicenseRestrictionKeys.resourceAndPlanning = 'ResourceAndPlanning';
|
|
29
|
+
LicenseRestrictionKeys.professionalEmailCampaigns = 'ProfessionalEmailCampaigns';
|
|
30
|
+
LicenseRestrictionKeys.professionalEmailCampaignsAdvancedStatistics = 'ProfessionalEmailCampaignsAdvancedStatistics';
|
|
31
|
+
LicenseRestrictionKeys.wordEmailMerge = 'WordEmailMerge';
|
|
32
|
+
LicenseRestrictionKeys.printLabels = 'PrintLabels';
|
|
33
|
+
LicenseRestrictionKeys.printEnvelopes = 'PrintEnvelopes';
|
|
34
|
+
LicenseRestrictionKeys.userViews = 'UserViews';
|
|
35
|
+
LicenseRestrictionKeys.sharedUserViews = 'SharedUserViews';
|
|
36
|
+
LicenseRestrictionKeys.gridRowSummary = 'GridRowSummary';
|
|
37
|
+
LicenseRestrictionKeys.gridConditionalFormating = 'GridConditionalFormating';
|
|
38
|
+
LicenseRestrictionKeys.multipleCurrencies = 'MultipleCurrencies';
|
|
39
|
+
LicenseRestrictionKeys.historyTracking = 'HistoryTracking';
|
|
40
|
+
LicenseRestrictionKeys.privateItems = 'PrivateItems';
|
|
41
|
+
LicenseRestrictionKeys.itemTypes = 'ItemTypes';
|
|
42
|
+
LicenseRestrictionKeys.formLayoutCustomization = 'FormLayoutCustomization';
|
|
43
|
+
LicenseRestrictionKeys.workflowBasicDefinitions = 'WorkflowBasicDefinitions';
|
|
44
|
+
LicenseRestrictionKeys.workflowAdvancedDefinitions = 'WorkflowAdvancedDefinitions';
|
|
45
|
+
LicenseRestrictionKeys.workflowAdvancedDefinitionsRules = 'WorkflowAdvancedDefinitionsRules';
|
|
46
|
+
LicenseRestrictionKeys.workflowAdvancedDefinitionsActions = 'WorkflowAdvancedDefinitionsActions';
|
|
47
|
+
LicenseRestrictionKeys.workflowGroupLevelActions = 'WorkflowGroupLevelActions';
|
|
48
|
+
LicenseRestrictionKeys.customFields = 'CustomFields';
|
|
49
|
+
LicenseRestrictionKeys.importantFields = 'ImportantFields';
|
|
50
|
+
LicenseRestrictionKeys.mandatoryFields = 'MandatoryFields';
|
|
51
|
+
LicenseRestrictionKeys.uniqueFields = 'UniqueFields';
|
|
52
|
+
LicenseRestrictionKeys.readOnlyFields = 'ReadOnlyFields';
|
|
53
|
+
LicenseRestrictionKeys.transformationCustomTemplates = 'TransformationCustomTemplates';
|
|
54
|
+
LicenseRestrictionKeys.userRoles = 'UserRoles';
|
|
55
|
+
LicenseRestrictionKeys.modulePermissions = 'ModulePermissions';
|
|
56
|
+
LicenseRestrictionKeys.columnPermissions = 'ColumnPermissions';
|
|
57
|
+
LicenseRestrictionKeys.commonDataAPI = 'CommonDataAPI';
|
|
58
|
+
LicenseRestrictionKeys.eWayCrmAPI = 'eWayCrmAPI';
|
|
59
|
+
LicenseRestrictionKeys.threeCXIntegration = 'ThreeCXIntegration';
|
|
60
|
+
LicenseRestrictionKeys.tapiIntegration = 'TapiIntegration';
|
|
61
|
+
LicenseRestrictionKeys.pohodaIntegration = 'PohodaIntegration';
|
|
62
|
+
LicenseRestrictionKeys.pohodaSynchronizationIntervalCustomization = 'PohodaSynchronizationIntervalCustomization';
|
|
63
|
+
LicenseRestrictionKeys.pohodaSynchronizationFieldMappingCustomization = 'PohodaSynchronizationFieldMappingCustomization';
|
|
64
|
+
LicenseRestrictionKeys.quickBooksIntegration = 'QuickBooksIntegration';
|
|
65
65
|
return LicenseRestrictionKeys;
|
|
66
66
|
}());
|
|
67
67
|
exports.default = LicenseRestrictionKeys;
|