@stackfactor/client-api 1.0.42 → 1.0.43

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,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Get all permissions
package/lib/address.js CHANGED
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Validate Address
package/lib/config.js CHANGED
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Get the specified configuration by Id. It returns a promise
package/lib/dashboard.js CHANGED
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Add a card to the dashboard
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Create training plan template and set information
package/lib/groups.js CHANGED
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Add permissions to group
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Get the integration configuration
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Create learning content and set information
package/lib/logger.js CHANGED
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Create a comment for a specified element id
package/lib/role.js CHANGED
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Create role and set information
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Create role template and set information
package/lib/skill.js CHANGED
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Create skill and set information
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * End an existing testing session
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Add new entry skill assessment
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Create skill template and set information
package/lib/teams.js CHANGED
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Add users to team
package/lib/tenants.js CHANGED
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Get tenant information
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Create training plan template and set information
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Create training plan and set information
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
 
3
3
  /**
4
4
  * Add an entry to an array type business property such as experience, education or certifications
package/lib/users.js CHANGED
@@ -1,4 +1,4 @@
1
- import { client } from "./axiosClient";
1
+ import { client } from "./axiosClient.js";
2
2
  const { removeNullProperties } = require("./utils");
3
3
 
4
4
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {