@onereach/idw-init-account-resources 0.3.2 → 0.3.3
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/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,16 @@ exports.manageUsersSkill = {
|
|
|
15
15
|
prompt: undefined,
|
|
16
16
|
promptParams: undefined,
|
|
17
17
|
},
|
|
18
|
-
passages: [
|
|
18
|
+
passages: [
|
|
19
|
+
{
|
|
20
|
+
content: "- I want to view the list of users\n- Display the list of users in the account\n- Show all users in the system\n- List all account users\n- View all users in the account",
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
content: "- Change the role of a user\n- Update user roles\n- Modify the permissions of a user\n- Assign a new role to a user\n- Change user access level",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
content: "- Delete a user from the account\n- Remove a user from the system\n- Erase a user from the list\n- Permanently delete a user\n- Unregister a user from the account",
|
|
27
|
+
},
|
|
28
|
+
],
|
|
19
29
|
};
|
|
20
30
|
//# sourceMappingURL=manage_users.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manage_users.js","sourceRoot":"","sources":["../../../src/assets/skills/manage_users.ts"],"names":[],"mappings":";;;AAEa,QAAA,gBAAgB,GAAoB;IAC/C,EAAE,EAAE,uBAAuB;IAC3B,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,8BAA8B;IAC3C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IAET,IAAI,EAAE;QACJ,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QAExB,MAAM,EAAE,uBAAuB;QAE/B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE,EAAE;
|
|
1
|
+
{"version":3,"file":"manage_users.js","sourceRoot":"","sources":["../../../src/assets/skills/manage_users.ts"],"names":[],"mappings":";;;AAEa,QAAA,gBAAgB,GAAoB;IAC/C,EAAE,EAAE,uBAAuB;IAC3B,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,8BAA8B;IAC3C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IAET,IAAI,EAAE;QACJ,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QAExB,MAAM,EAAE,uBAAuB;QAE/B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,2KAIiB;SAC3B;QACD;YACE,OAAO,EAAE,iJAIY;SACtB;QACD;YACE,OAAO,EAAE,oKAIsB;SAChC;KACF;CACF,CAAC"}
|
package/package.json
CHANGED
|
@@ -18,5 +18,27 @@ export const manageUsersSkill: SkillDefinition = {
|
|
|
18
18
|
promptParams: undefined,
|
|
19
19
|
},
|
|
20
20
|
|
|
21
|
-
passages: [
|
|
21
|
+
passages: [
|
|
22
|
+
{
|
|
23
|
+
content: `- I want to view the list of users
|
|
24
|
+
- Display the list of users in the account
|
|
25
|
+
- Show all users in the system
|
|
26
|
+
- List all account users
|
|
27
|
+
- View all users in the account`,
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
content: `- Change the role of a user
|
|
31
|
+
- Update user roles
|
|
32
|
+
- Modify the permissions of a user
|
|
33
|
+
- Assign a new role to a user
|
|
34
|
+
- Change user access level`,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
content: `- Delete a user from the account
|
|
38
|
+
- Remove a user from the system
|
|
39
|
+
- Erase a user from the list
|
|
40
|
+
- Permanently delete a user
|
|
41
|
+
- Unregister a user from the account`,
|
|
42
|
+
},
|
|
43
|
+
],
|
|
22
44
|
};
|