@onereach/idw-init-account-resources 0.19.7 → 0.20.1
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/assets/skills/index.js +0 -39
- package/dist/assets/skills/index.js.map +1 -1
- package/dist/index.js +4 -7
- package/dist/index.js.map +1 -1
- package/dist/initializers/rdb.js +247 -18
- package/dist/initializers/rdb.js.map +1 -1
- package/package.json +2 -2
- package/src/assets/skills/index.ts +0 -41
- package/src/index.ts +4 -2
- package/src/initializers/rdb.ts +230 -8
- package/dist/assets/skills/ai_data_insights.js +0 -21
- package/dist/assets/skills/ai_data_insights.js.map +0 -1
- package/dist/assets/skills/ai_vision.js +0 -21
- package/dist/assets/skills/ai_vision.js.map +0 -1
- package/dist/assets/skills/automatic_meeting_reschedule.js +0 -21
- package/dist/assets/skills/automatic_meeting_reschedule.js.map +0 -1
- package/dist/assets/skills/create_email.js +0 -21
- package/dist/assets/skills/create_email.js.map +0 -1
- package/dist/assets/skills/create_invoice.js +0 -21
- package/dist/assets/skills/create_invoice.js.map +0 -1
- package/dist/assets/skills/customer_sentiment_analysis.js +0 -21
- package/dist/assets/skills/customer_sentiment_analysis.js.map +0 -1
- package/dist/assets/skills/employee_onboarding_training.js +0 -21
- package/dist/assets/skills/employee_onboarding_training.js.map +0 -1
- package/dist/assets/skills/hr_request_pto.js +0 -21
- package/dist/assets/skills/hr_request_pto.js.map +0 -1
- package/dist/assets/skills/manage_knowledge.js +0 -24
- package/dist/assets/skills/manage_knowledge.js.map +0 -1
- package/dist/assets/skills/request_triage.js +0 -21
- package/dist/assets/skills/request_triage.js.map +0 -1
- package/dist/assets/skills/sales_forecasting.js +0 -21
- package/dist/assets/skills/sales_forecasting.js.map +0 -1
- package/dist/assets/skills/schedule_appointment_web.js +0 -21
- package/dist/assets/skills/schedule_appointment_web.js.map +0 -1
- package/dist/assets/skills/social_media_management.js +0 -21
- package/dist/assets/skills/social_media_management.js.map +0 -1
- package/src/assets/skills/ai_data_insights.ts +0 -20
- package/src/assets/skills/ai_vision.ts +0 -20
- package/src/assets/skills/automatic_meeting_reschedule.ts +0 -20
- package/src/assets/skills/create_email.ts +0 -20
- package/src/assets/skills/create_invoice.ts +0 -20
- package/src/assets/skills/customer_sentiment_analysis.ts +0 -19
- package/src/assets/skills/employee_onboarding_training.ts +0 -20
- package/src/assets/skills/hr_request_pto.ts +0 -20
- package/src/assets/skills/manage_knowledge.ts +0 -25
- package/src/assets/skills/request_triage.ts +0 -20
- package/src/assets/skills/sales_forecasting.ts +0 -19
- package/src/assets/skills/schedule_appointment_web.ts +0 -20
- package/src/assets/skills/social_media_management.ts +0 -19
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const aiDataInsightsSkill: SkillDefinition = {
|
|
4
|
-
uid: 'ai-data-insights',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'AI Data Insights',
|
|
7
|
-
description:
|
|
8
|
-
'With this skill you can use generative AI techniques to generate, interact with, and visualize data related to your business',
|
|
9
|
-
abbreviation: 'DI',
|
|
10
|
-
number: 11,
|
|
11
|
-
domain: 'Coming soon',
|
|
12
|
-
disabled: true,
|
|
13
|
-
editable: false,
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'ai-data-insights',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
passages: [],
|
|
20
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const aiVisionSkill: SkillDefinition = {
|
|
4
|
-
uid: 'ai-vision',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'AI Vision',
|
|
7
|
-
description:
|
|
8
|
-
'With this skill you can apply a vision language model to your own images to create actionable insights by automatically detecting objects, scenes, activities, and other useful data in the images',
|
|
9
|
-
abbreviation: 'AV',
|
|
10
|
-
number: 12,
|
|
11
|
-
domain: 'Coming soon',
|
|
12
|
-
disabled: true,
|
|
13
|
-
editable: false,
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'ai-vision',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
passages: [],
|
|
20
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const meetingRescheduleSkill: SkillDefinition = {
|
|
4
|
-
uid: 'automatic-meeting-reschedule',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'Automatic Meeting Reschedule',
|
|
7
|
-
description:
|
|
8
|
-
'With this skill you will never miss a meeting due to scheduling conflicts. It suggests new times and updates participants via email and calendars, keeping everyone in sync effortlessly',
|
|
9
|
-
abbreviation: 'MR',
|
|
10
|
-
number: 13,
|
|
11
|
-
domain: 'Coming soon',
|
|
12
|
-
disabled: true,
|
|
13
|
-
editable: false,
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'automatic-meeting-reschedule',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
passages: [],
|
|
20
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const createEmailSkill: SkillDefinition = {
|
|
4
|
-
uid: 'create-email',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'Create Email',
|
|
7
|
-
description:
|
|
8
|
-
'With this skill you can automate the email process, allowing you to personalize, process, and send AI-generated emails with ease',
|
|
9
|
-
abbreviation: 'CE',
|
|
10
|
-
number: 14,
|
|
11
|
-
domain: 'Coming soon',
|
|
12
|
-
disabled: true,
|
|
13
|
-
editable: false,
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'create-email',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
passages: [],
|
|
20
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const createInvoiceSkill: SkillDefinition = {
|
|
4
|
-
uid: 'create-invoice',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'Create Invoice',
|
|
7
|
-
description:
|
|
8
|
-
'With this skill you can effortlessly generate and personalize invoices for your business needs, with the option to seamlessly add line items and make conversational updates to the invoice',
|
|
9
|
-
abbreviation: 'CI',
|
|
10
|
-
number: 23,
|
|
11
|
-
domain: 'Coming soon',
|
|
12
|
-
disabled: true,
|
|
13
|
-
editable: false,
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'create-invoice',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
passages: [],
|
|
20
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const customerSentimentAnalysisSkill: SkillDefinition = {
|
|
4
|
-
uid: 'customer-sentiment-analysis',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'Customer Sentiment Analysis',
|
|
7
|
-
description: 'With this skill you can evaluate and interpret emotions from customer feedback',
|
|
8
|
-
abbreviation: 'SA',
|
|
9
|
-
number: 19,
|
|
10
|
-
domain: 'Coming soon',
|
|
11
|
-
disabled: true,
|
|
12
|
-
editable: false,
|
|
13
|
-
meta: {
|
|
14
|
-
chatId: 'customer-sentiment-analysis',
|
|
15
|
-
prompt: undefined,
|
|
16
|
-
promptParams: undefined,
|
|
17
|
-
},
|
|
18
|
-
passages: [],
|
|
19
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const employeeOnboardingSkill: SkillDefinition = {
|
|
4
|
-
uid: 'employee-onboarding-training',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'Employee Onboarding & Training',
|
|
7
|
-
description:
|
|
8
|
-
'Explore how our automation tool revolutionizes onboarding by guiding new hires through a smooth transition into their roles. Watch how it automates communication, paperwork, and meeting scheduling. Experience firsthand the way our system enhances the onboarding journey by gathering feedback to constantly elevate satisfaction and results',
|
|
9
|
-
abbreviation: 'EO',
|
|
10
|
-
number: 16,
|
|
11
|
-
domain: 'Coming soon',
|
|
12
|
-
disabled: true,
|
|
13
|
-
editable: false,
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'employee-onboarding-training',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
passages: [],
|
|
20
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const hrRequestSkill: SkillDefinition = {
|
|
4
|
-
uid: 'hr-request-pto',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'HR Request PTO',
|
|
7
|
-
description:
|
|
8
|
-
'With this skill planning time off is simple. It guides you through requesting PTO, choosing a cover, and secures your manager\'s approval, with confirmations sent across IDW and email for full visibility',
|
|
9
|
-
abbreviation: 'HR',
|
|
10
|
-
number: 15,
|
|
11
|
-
domain: 'Coming soon',
|
|
12
|
-
disabled: true,
|
|
13
|
-
editable: false,
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'hr-request-pto',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
passages: [],
|
|
20
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/* eslint-disable max-len */
|
|
2
|
-
import type { SkillDefinition } from '../../types';
|
|
3
|
-
|
|
4
|
-
export const manageKnowledgeSkill: SkillDefinition = {
|
|
5
|
-
uid: 'manage-knowledge',
|
|
6
|
-
forRoles: ['admin', 'user'],
|
|
7
|
-
name: 'Manage Knowledge',
|
|
8
|
-
description: 'The Manage Knowledge Skill enables IDW users to create, share, and edit notes/knowledge entries within the organization. With this skill, you can add new knowledge, update existing entries, and ensure that content is accurate and useful for answering user questions. This feature is ideal for maintaining a robust knowledge base that can be accessed by others, allowing teams to find the right answers quickly and efficiently.',
|
|
9
|
-
abbreviation: 'MK',
|
|
10
|
-
number: 5,
|
|
11
|
-
domain: 'Administration',
|
|
12
|
-
editable: false,
|
|
13
|
-
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'manage-knowledge',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
|
|
20
|
-
passages: [
|
|
21
|
-
{
|
|
22
|
-
content: 'The Manage Knowledge Skill enables users to create, share, and edit notes/knowledge entries within the organization. With this skill, you can add new knowledge, update existing entries, and ensure that content is accurate and useful for answering user questions. This feature is ideal for maintaining a robust knowledge base that can be accessed by others, allowing teams to find the right answers quickly and efficiently.',
|
|
23
|
-
},
|
|
24
|
-
],
|
|
25
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const requestTriageSkill: SkillDefinition = {
|
|
4
|
-
uid: 'request-triage',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'Request Triage',
|
|
7
|
-
description:
|
|
8
|
-
'With this skill you can categorize and prioritize user-submitted tickets by summarizing content and offering actionable recommendations, facilitating streamlined request management',
|
|
9
|
-
abbreviation: 'RT',
|
|
10
|
-
number: 24,
|
|
11
|
-
domain: 'Coming soon',
|
|
12
|
-
disabled: true,
|
|
13
|
-
editable: false,
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'request-triage',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
passages: [],
|
|
20
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const salesForecastingSkill: SkillDefinition = {
|
|
4
|
-
uid: 'sales-forecasting',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'Sales Forecasting',
|
|
7
|
-
description: 'With this skill you can predict sales with historical data and market analysis',
|
|
8
|
-
abbreviation: 'SF',
|
|
9
|
-
number: 17,
|
|
10
|
-
domain: 'Coming soon',
|
|
11
|
-
disabled: true,
|
|
12
|
-
editable: false,
|
|
13
|
-
meta: {
|
|
14
|
-
chatId: 'sales-forecasting',
|
|
15
|
-
prompt: undefined,
|
|
16
|
-
promptParams: undefined,
|
|
17
|
-
},
|
|
18
|
-
passages: [],
|
|
19
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const scheduleAppointmentSkill: SkillDefinition = {
|
|
4
|
-
uid: 'schedule-appointment-web',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'Schedule Appointment by Web',
|
|
7
|
-
description:
|
|
8
|
-
'With this skill you can create a web-based appointment scheduling solution using generative AI, enabling clients to easily book appointments and receive reminders via SMS or email',
|
|
9
|
-
abbreviation: 'SA',
|
|
10
|
-
number: 22,
|
|
11
|
-
domain: 'Coming soon',
|
|
12
|
-
disabled: true,
|
|
13
|
-
editable: false,
|
|
14
|
-
meta: {
|
|
15
|
-
chatId: 'schedule-appointment-web',
|
|
16
|
-
prompt: undefined,
|
|
17
|
-
promptParams: undefined,
|
|
18
|
-
},
|
|
19
|
-
passages: [],
|
|
20
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { SkillDefinition } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const socialMediaManagementSkill: SkillDefinition = {
|
|
4
|
-
uid: 'social-media-management',
|
|
5
|
-
forRoles: ['admin', 'user', 'anonymous'],
|
|
6
|
-
name: 'Social Media Management',
|
|
7
|
-
description: 'With this skill you can optimize business presence across various social platforms',
|
|
8
|
-
abbreviation: 'SM',
|
|
9
|
-
number: 18,
|
|
10
|
-
domain: 'Coming soon',
|
|
11
|
-
disabled: true,
|
|
12
|
-
editable: false,
|
|
13
|
-
meta: {
|
|
14
|
-
chatId: 'social-media-management',
|
|
15
|
-
prompt: undefined,
|
|
16
|
-
promptParams: undefined,
|
|
17
|
-
},
|
|
18
|
-
passages: [],
|
|
19
|
-
};
|