@stackfactor/client-api 1.1.0 → 1.1.2

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/lib/constants.js CHANGED
@@ -80,6 +80,7 @@ const PERMISSIONS = {
80
80
  ADMIN_PROMOTE_CONTENT: "5ea3d10bea252025c8ec351b",
81
81
  ADMIN_MANAGE_CONTENT_PROVIDERS: "61970935cee185acf08111f6",
82
82
  AUTHOR_CONTENT: "5fac210560e43de7c6b4a208",
83
+ BETA_TESTER: "5fac210b6c8f874bd7137b97",
83
84
  MANAGE_BILLING: "5e1570cd03f676213bfdcd08",
84
85
  MANAGE_CONTENT_PROVIDERS: "5f0fa12f16a720fde58ea820",
85
86
  MANAGE_GROUPS: "5dd612fe59e518ac87b8cf8e",
package/lib/skill.js CHANGED
@@ -445,7 +445,6 @@ export const setSkillInformationFromTemplate = (id, data, token) => {
445
445
  export const validateSkill = (id, token) => {
446
446
  return new Promise(function (resolve, reject) {
447
447
  const requestData = {
448
- data: data,
449
448
  id: id,
450
449
  };
451
450
  let confirmationRequest = client.post(
@@ -253,7 +253,6 @@ export const setTemplateTags = (id, tags, token) => {
253
253
  export const validateTemplate = (id, token) => {
254
254
  return new Promise(function (resolve, reject) {
255
255
  const requestData = {
256
- data: data,
257
256
  id: id,
258
257
  };
259
258
  let confirmationRequest = client.post(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {