@stackfactor/client-api 1.1.132 → 1.1.133

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.
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.users = exports.userInformation = exports.trainingPlanProficiencyLevel = exports.trainingPlan = exports.tenant = exports.team = exports.talentTransfromation = exports.skillTemplate = exports.skillAssessmentTestingSession = exports.skillAssessment = exports.skill = exports.shouldReturnError = exports.security = exports.roleTemplate = exports.role = exports.RESPONSE_TYPE = exports.quotas = exports.PERMISSION_DESCRIPTIONS = exports.PERMISSIONS = exports.microSkillsQuizes = exports.logger = exports.learningPath = exports.learningContent = exports.groups = exports.departmentTraingPlans = exports.integrationConfiguration = exports.integration = exports.DOCUMENT_VERSION = exports.getErrorType = exports.getErrorInformation = exports.errorToString = exports.dashboard = exports.contentGenerator = exports.config = exports.client = exports.avatar = exports.aiAssistant = exports.address = exports.actionNotifications = void 0;
7
+ const actionNotifications_js_1 = __importDefault(require("./actionNotifications.js"));
8
+ exports.actionNotifications = actionNotifications_js_1.default;
9
+ const axiosClient_js_1 = require("./axiosClient.js");
10
+ Object.defineProperty(exports, "client", { enumerable: true, get: function () { return axiosClient_js_1.client; } });
11
+ Object.defineProperty(exports, "errorToString", { enumerable: true, get: function () { return axiosClient_js_1.errorToString; } });
12
+ Object.defineProperty(exports, "getErrorInformation", { enumerable: true, get: function () { return axiosClient_js_1.getErrorInformation; } });
13
+ Object.defineProperty(exports, "getErrorType", { enumerable: true, get: function () { return axiosClient_js_1.getErrorType; } });
14
+ Object.defineProperty(exports, "shouldReturnError", { enumerable: true, get: function () { return axiosClient_js_1.shouldReturnError; } });
15
+ const aiAssistant_js_1 = __importDefault(require("./aiAssistant.js"));
16
+ exports.aiAssistant = aiAssistant_js_1.default;
17
+ const avatar_js_1 = __importDefault(require("./avatar.js"));
18
+ exports.avatar = avatar_js_1.default;
19
+ const address_js_1 = __importDefault(require("./address.js"));
20
+ exports.address = address_js_1.default;
21
+ const config_js_1 = __importDefault(require("./config.js"));
22
+ exports.config = config_js_1.default;
23
+ const constants_js_1 = require("./constants.js");
24
+ Object.defineProperty(exports, "DOCUMENT_VERSION", { enumerable: true, get: function () { return constants_js_1.DOCUMENT_VERSION; } });
25
+ Object.defineProperty(exports, "PERMISSIONS", { enumerable: true, get: function () { return constants_js_1.PERMISSIONS; } });
26
+ Object.defineProperty(exports, "PERMISSION_DESCRIPTIONS", { enumerable: true, get: function () { return constants_js_1.PERMISSION_DESCRIPTIONS; } });
27
+ Object.defineProperty(exports, "RESPONSE_TYPE", { enumerable: true, get: function () { return constants_js_1.RESPONSE_TYPE; } });
28
+ const contentGenerator_js_1 = __importDefault(require("./integrations/contentGenerator.js"));
29
+ exports.contentGenerator = contentGenerator_js_1.default;
30
+ const dashboard_js_1 = __importDefault(require("./dashboard.js"));
31
+ exports.dashboard = dashboard_js_1.default;
32
+ const departmentTrainingPlans_js_1 = __importDefault(require("./departmentTrainingPlans.js"));
33
+ exports.departmentTraingPlans = departmentTrainingPlans_js_1.default;
34
+ const integration_js_1 = __importDefault(require("./integration.js"));
35
+ exports.integration = integration_js_1.default;
36
+ const integrationConfiguration_js_1 = __importDefault(require("./integrationConfiguration.js"));
37
+ exports.integrationConfiguration = integrationConfiguration_js_1.default;
38
+ const groups_js_1 = __importDefault(require("./groups.js"));
39
+ exports.groups = groups_js_1.default;
40
+ const learningContent_js_1 = __importDefault(require("./learningContent.js"));
41
+ exports.learningContent = learningContent_js_1.default;
42
+ const learningPath_js_1 = __importDefault(require("./learningPath.js"));
43
+ exports.learningPath = learningPath_js_1.default;
44
+ const logger_js_1 = __importDefault(require("./logger.js"));
45
+ exports.logger = logger_js_1.default;
46
+ const microSkillsQuizes_js_1 = __importDefault(require("./microSkillsQuizes.js"));
47
+ exports.microSkillsQuizes = microSkillsQuizes_js_1.default;
48
+ const quotas_js_1 = __importDefault(require("./quotas.js"));
49
+ exports.quotas = quotas_js_1.default;
50
+ const role_js_1 = __importDefault(require("./role.js"));
51
+ exports.role = role_js_1.default;
52
+ const roleTemplate_js_1 = __importDefault(require("./roleTemplate.js"));
53
+ exports.roleTemplate = roleTemplate_js_1.default;
54
+ const security_js_1 = __importDefault(require("./security.js"));
55
+ exports.security = security_js_1.default;
56
+ const skill_js_1 = __importDefault(require("./skill.js"));
57
+ exports.skill = skill_js_1.default;
58
+ const skillAssessments_js_1 = __importDefault(require("./skillAssessments.js"));
59
+ exports.skillAssessment = skillAssessments_js_1.default;
60
+ const skillAssessmentTestingSession_js_1 = __importDefault(require("./skillAssessmentTestingSession.js"));
61
+ exports.skillAssessmentTestingSession = skillAssessmentTestingSession_js_1.default;
62
+ const skillTemplate_js_1 = __importDefault(require("./skillTemplate.js"));
63
+ exports.skillTemplate = skillTemplate_js_1.default;
64
+ const talentTransfromation_js_1 = __importDefault(require("./talentTransfromation.js"));
65
+ exports.talentTransfromation = talentTransfromation_js_1.default;
66
+ const teams_js_1 = __importDefault(require("./teams.js"));
67
+ exports.team = teams_js_1.default;
68
+ const tenants_js_1 = __importDefault(require("./tenants.js"));
69
+ exports.tenant = tenants_js_1.default;
70
+ const trainingPlans_js_1 = __importDefault(require("./trainingPlans.js"));
71
+ exports.trainingPlan = trainingPlans_js_1.default;
72
+ const trainingPlansProficiencyLevels_js_1 = __importDefault(require("./trainingPlansProficiencyLevels.js"));
73
+ exports.trainingPlanProficiencyLevel = trainingPlansProficiencyLevels_js_1.default;
74
+ const userInformation_js_1 = __importDefault(require("./userInformation.js"));
75
+ exports.userInformation = userInformation_js_1.default;
76
+ const users_js_1 = __importDefault(require("./users.js"));
77
+ exports.users = users_js_1.default;
package/dist/index.js ADDED
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./exports.js"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.1.132",
3
+ "version": "1.1.133",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -0,0 +1,85 @@
1
+ import actionNotifications from "./actionNotifications.js";
2
+ import {
3
+ client,
4
+ errorToString,
5
+ getErrorInformation,
6
+ getErrorType,
7
+ shouldReturnError,
8
+ } from "./axiosClient.js";
9
+ import aiAssistant from "./aiAssistant.js";
10
+ import avatar from "./avatar.js";
11
+ import address from "./address.js";
12
+ import config from "./config.js";
13
+ import {
14
+ DOCUMENT_VERSION,
15
+ PERMISSIONS,
16
+ PERMISSION_DESCRIPTIONS,
17
+ RESPONSE_TYPE,
18
+ } from "./constants.js";
19
+ import contentGenerator from "./integrations/contentGenerator.js";
20
+ import dashboard from "./dashboard.js";
21
+ import departmentTraingPlans from "./departmentTrainingPlans.js";
22
+ import integration from "./integration.js";
23
+ import integrationConfiguration from "./integrationConfiguration.js";
24
+ import groups from "./groups.js";
25
+ import learningContent from "./learningContent.js";
26
+ import learningPath from "./learningPath.js";
27
+ import logger from "./logger.js";
28
+ import microSkillsQuizes from "./microSkillsQuizes.js";
29
+ import quotas from "./quotas.js";
30
+ import role from "./role.js";
31
+ import roleTemplate from "./roleTemplate.js";
32
+ import security from "./security.js";
33
+ import skill from "./skill.js";
34
+ import skillAssessment from "./skillAssessments.js";
35
+ import skillAssessmentTestingSession from "./skillAssessmentTestingSession.js";
36
+ import skillTemplate from "./skillTemplate.js";
37
+ import talentTransfromation from "./talentTransfromation.js";
38
+ import team from "./teams.js";
39
+ import tenant from "./tenants.js";
40
+ import trainingPlan from "./trainingPlans.js";
41
+ import trainingPlanProficiencyLevel from "./trainingPlansProficiencyLevels.js";
42
+ import userInformation from "./userInformation.js";
43
+ import users from "./users.js";
44
+
45
+ export {
46
+ actionNotifications,
47
+ address,
48
+ aiAssistant,
49
+ avatar,
50
+ client,
51
+ config,
52
+ contentGenerator,
53
+ dashboard,
54
+ errorToString,
55
+ getErrorInformation,
56
+ getErrorType,
57
+ DOCUMENT_VERSION,
58
+ integration,
59
+ integrationConfiguration,
60
+ departmentTraingPlans,
61
+ groups,
62
+ learningContent,
63
+ learningPath,
64
+ logger,
65
+ microSkillsQuizes,
66
+ PERMISSIONS,
67
+ PERMISSION_DESCRIPTIONS,
68
+ quotas,
69
+ RESPONSE_TYPE,
70
+ role,
71
+ roleTemplate,
72
+ security,
73
+ shouldReturnError,
74
+ skill,
75
+ skillAssessment,
76
+ skillAssessmentTestingSession,
77
+ skillTemplate,
78
+ talentTransfromation,
79
+ team,
80
+ tenant,
81
+ trainingPlan,
82
+ trainingPlanProficiencyLevel,
83
+ userInformation,
84
+ users,
85
+ };
@@ -0,0 +1 @@
1
+ export * from "./exports.js";
package/exports.ts DELETED
@@ -1,85 +0,0 @@
1
- import actionNotifications from "./src/lib/actionNotifications.ts";
2
- import {
3
- client,
4
- errorToString,
5
- getErrorInformation,
6
- getErrorType,
7
- shouldReturnError,
8
- } from "./src/lib/axiosClient.ts";
9
- import aiAssistant from "./src/lib/aiAssistant.ts";
10
- import avatar from "./src/lib/avatar.ts";
11
- import address from "./src/lib/address.ts";
12
- import config from "./src/lib/config.ts";
13
- import {
14
- DOCUMENT_VERSION,
15
- PERMISSIONS,
16
- PERMISSION_DESCRIPTIONS,
17
- RESPONSE_TYPE,
18
- } from "./src/lib/constants.ts";
19
- import contentGenerator from "./src/lib/integrations/contentGenerator.ts";
20
- import dashboard from "./src/lib/dashboard.ts";
21
- import departmentTraingPlans from "./src/lib/departmentTrainingPlans.ts";
22
- import integration from "./src/lib/integration.ts";
23
- import integrationConfiguration from "./src/lib/integrationConfiguration.ts";
24
- import groups from "./src/lib/groups.ts";
25
- import learningContent from "./src/lib/learningContent.ts";
26
- import learningPath from "./src/lib/learningPath.ts";
27
- import logger from "./src/lib/logger.ts";
28
- import microSkillsQuizes from "./src/lib/microSkillsQuizes.ts";
29
- import quotas from "./src/lib/quotas.ts";
30
- import role from "./src/lib/role.ts";
31
- import roleTemplate from "./src/lib/roleTemplate.ts";
32
- import security from "./src/lib/security.ts";
33
- import skill from "./src/lib/skill.ts";
34
- import skillAssessment from "./src/lib/skillAssessments.ts";
35
- import skillAssessmentTestingSession from "./src/lib/skillAssessmentTestingSession.ts";
36
- import skillTemplate from "./src/lib/skillTemplate.ts";
37
- import talentTransfromation from "./src/lib/talentTransfromation.ts";
38
- import team from "./src/lib/teams.ts";
39
- import tenant from "./src/lib/tenants.ts";
40
- import trainingPlan from "./src/lib/trainingPlans.ts";
41
- import trainingPlanProficiencyLevel from "./src/lib/trainingPlansProficiencyLevels.ts";
42
- import userInformation from "./src/lib/userInformation.ts";
43
- import users from "./src/lib/users.ts";
44
-
45
- export {
46
- actionNotifications,
47
- address,
48
- aiAssistant,
49
- avatar,
50
- client,
51
- config,
52
- contentGenerator,
53
- dashboard,
54
- errorToString,
55
- getErrorInformation,
56
- getErrorType,
57
- DOCUMENT_VERSION,
58
- integration,
59
- integrationConfiguration,
60
- departmentTraingPlans,
61
- groups,
62
- learningContent,
63
- learningPath,
64
- logger,
65
- microSkillsQuizes,
66
- PERMISSIONS,
67
- PERMISSION_DESCRIPTIONS,
68
- quotas,
69
- RESPONSE_TYPE,
70
- role,
71
- roleTemplate,
72
- security,
73
- shouldReturnError,
74
- skill,
75
- skillAssessment,
76
- skillAssessmentTestingSession,
77
- skillTemplate,
78
- talentTransfromation,
79
- team,
80
- tenant,
81
- trainingPlan,
82
- trainingPlanProficiencyLevel,
83
- userInformation,
84
- users,
85
- };
package/index.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./exports.ts";