@stackfactor/client-api 1.1.129 → 1.1.130
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/exports.ts +32 -32
- package/index.ts +1 -1
- package/lib/axiosClient.ts +2 -2
- package/package.json +6 -6
package/exports.ts
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import actionNotifications from "./lib/actionNotifications.
|
|
1
|
+
import actionNotifications from "./lib/actionNotifications.ts";
|
|
2
2
|
import {
|
|
3
3
|
client,
|
|
4
4
|
errorToString,
|
|
5
5
|
getErrorInformation,
|
|
6
6
|
getErrorType,
|
|
7
7
|
shouldReturnError,
|
|
8
|
-
} from "./lib/axiosClient.
|
|
9
|
-
import aiAssistant from "./lib/aiAssistant.
|
|
10
|
-
import avatar from "./lib/avatar.
|
|
11
|
-
import address from "./lib/address.
|
|
12
|
-
import config from "./lib/config.
|
|
8
|
+
} from "./lib/axiosClient.ts";
|
|
9
|
+
import aiAssistant from "./lib/aiAssistant.ts";
|
|
10
|
+
import avatar from "./lib/avatar.ts";
|
|
11
|
+
import address from "./lib/address.ts";
|
|
12
|
+
import config from "./lib/config.ts";
|
|
13
13
|
import {
|
|
14
14
|
DOCUMENT_VERSION,
|
|
15
15
|
PERMISSIONS,
|
|
16
16
|
PERMISSION_DESCRIPTIONS,
|
|
17
17
|
RESPONSE_TYPE,
|
|
18
|
-
} from "./lib/constants.
|
|
19
|
-
import contentGenerator from "./lib/integrations/contentGenerator.
|
|
20
|
-
import dashboard from "./lib/dashboard.
|
|
21
|
-
import departmentTraingPlans from "./lib/departmentTrainingPlans.
|
|
22
|
-
import integration from "./lib/integration.
|
|
23
|
-
import integrationConfiguration from "./lib/integrationConfiguration.
|
|
24
|
-
import groups from "./lib/groups.
|
|
25
|
-
import learningContent from "./lib/learningContent.
|
|
26
|
-
import learningPath from "./lib/learningPath.
|
|
27
|
-
import logger from "./lib/logger.
|
|
28
|
-
import microSkillsQuizes from "./lib/microSkillsQuizes.
|
|
29
|
-
import quotas from "./lib/quotas.
|
|
30
|
-
import role from "./lib/role.
|
|
31
|
-
import roleTemplate from "./lib/roleTemplate.
|
|
32
|
-
import security from "./lib/security.
|
|
33
|
-
import skill from "./lib/skill.
|
|
34
|
-
import skillAssessment from "./lib/skillAssessments.
|
|
35
|
-
import skillAssessmentTestingSession from "./lib/skillAssessmentTestingSession.
|
|
36
|
-
import skillTemplate from "./lib/skillTemplate.
|
|
37
|
-
import talentTransfromation from "./lib/talentTransfromation.
|
|
38
|
-
import team from "./lib/teams.
|
|
39
|
-
import tenant from "./lib/tenants.
|
|
40
|
-
import trainingPlan from "./lib/trainingPlans.
|
|
41
|
-
import trainingPlanProficiencyLevel from "./lib/trainingPlansProficiencyLevels.
|
|
42
|
-
import userInformation from "./lib/userInformation.
|
|
43
|
-
import users from "./lib/users.
|
|
18
|
+
} from "./lib/constants.ts";
|
|
19
|
+
import contentGenerator from "./lib/integrations/contentGenerator.ts";
|
|
20
|
+
import dashboard from "./lib/dashboard.ts";
|
|
21
|
+
import departmentTraingPlans from "./lib/departmentTrainingPlans.ts";
|
|
22
|
+
import integration from "./lib/integration.ts";
|
|
23
|
+
import integrationConfiguration from "./lib/integrationConfiguration.ts";
|
|
24
|
+
import groups from "./lib/groups.ts";
|
|
25
|
+
import learningContent from "./lib/learningContent.ts";
|
|
26
|
+
import learningPath from "./lib/learningPath.ts";
|
|
27
|
+
import logger from "./lib/logger.ts";
|
|
28
|
+
import microSkillsQuizes from "./lib/microSkillsQuizes.ts";
|
|
29
|
+
import quotas from "./lib/quotas.ts";
|
|
30
|
+
import role from "./lib/role.ts";
|
|
31
|
+
import roleTemplate from "./lib/roleTemplate.ts";
|
|
32
|
+
import security from "./lib/security.ts";
|
|
33
|
+
import skill from "./lib/skill.ts";
|
|
34
|
+
import skillAssessment from "./lib/skillAssessments.ts";
|
|
35
|
+
import skillAssessmentTestingSession from "./lib/skillAssessmentTestingSession.ts";
|
|
36
|
+
import skillTemplate from "./lib/skillTemplate.ts";
|
|
37
|
+
import talentTransfromation from "./lib/talentTransfromation.ts";
|
|
38
|
+
import team from "./lib/teams.ts";
|
|
39
|
+
import tenant from "./lib/tenants.ts";
|
|
40
|
+
import trainingPlan from "./lib/trainingPlans.ts";
|
|
41
|
+
import trainingPlanProficiencyLevel from "./lib/trainingPlansProficiencyLevels.ts";
|
|
42
|
+
import userInformation from "./lib/userInformation.ts";
|
|
43
|
+
import users from "./lib/users.ts";
|
|
44
44
|
|
|
45
45
|
export {
|
|
46
46
|
actionNotifications,
|
package/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./exports.
|
|
1
|
+
export * from "./exports.ts";
|
package/lib/axiosClient.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackfactor/client-api",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.130",
|
|
4
4
|
"description": "Node.js library for the StackFactor API",
|
|
5
|
-
"main": "index.
|
|
5
|
+
"main": "index.ts",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
|
-
"require": "./index.
|
|
9
|
-
"import": "./index.
|
|
10
|
-
"default": "./index.
|
|
8
|
+
"require": "./index.ts",
|
|
9
|
+
"import": "./index.ts",
|
|
10
|
+
"default": "./index.ts"
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|
|
14
14
|
"scripts": {
|
|
15
|
-
"lint": "eslint lib/**/*.
|
|
15
|
+
"lint": "eslint lib/**/*.ts",
|
|
16
16
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|