@activepieces/piece-skyprep 0.0.1 → 0.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-skyprep",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
package/src/index.js CHANGED
@@ -3,13 +3,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.skyprep = void 0;
4
4
  const pieces_framework_1 = require("@activepieces/pieces-framework");
5
5
  const auth_1 = require("./lib/common/auth");
6
+ const enroll_a_user_into_a_cource_1 = require("./lib/actions/enroll-a-user-into-a-cource");
7
+ const enroll_a_user_into_a_user_group_1 = require("./lib/actions/enroll-a-user-into-a-user-group");
8
+ const update_user_1 = require("./lib/actions/update-user");
9
+ const cource_failed_1 = require("./lib/triggers/cource-failed");
10
+ const new_user_1 = require("./lib/triggers/new-user");
11
+ const cource_passed_1 = require("./lib/triggers/cource-passed");
6
12
  exports.skyprep = (0, pieces_framework_1.createPiece)({
7
13
  displayName: 'SkyPrep',
8
14
  auth: auth_1.skyprepAuth,
9
15
  minimumSupportedRelease: '0.36.1',
10
16
  logoUrl: 'https://cdn.activepieces.com/pieces/skyprep.png',
17
+ description: ' SkyPrep is a powerful Learning Management System (LMS) designed to help businesses and organizations deliver effective training and educational content to their employees and users.',
11
18
  authors: ['sanket-a11y'],
12
- actions: [],
13
- triggers: [],
19
+ actions: [enroll_a_user_into_a_cource_1.enrollAUserIntoACource, enroll_a_user_into_a_user_group_1.enrollAUserIntoAUserGroup, update_user_1.updateUser],
20
+ triggers: [cource_failed_1.courceFailed, cource_passed_1.courcePassed, new_user_1.newUser],
14
21
  });
15
22
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/skyprep/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,4CAAgD;AAEnC,QAAA,OAAO,GAAG,IAAA,8BAAW,EAAC;IACjC,WAAW,EAAE,SAAS;IACtB,IAAI,EAAE,kBAAW;IACjB,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,iDAAiD;IAC1D,OAAO,EAAE,CAAC,aAAa,CAAC;IACxB,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/skyprep/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,4CAAgD;AAChD,2FAAmF;AACnF,mGAA0F;AAC1F,2DAAuD;AACvD,gEAA4D;AAC5D,sDAAkD;AAClD,gEAA4D;AAE/C,QAAA,OAAO,GAAG,IAAA,8BAAW,EAAC;IACjC,WAAW,EAAE,SAAS;IACtB,IAAI,EAAE,kBAAW;IACjB,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,iDAAiD;IAC1D,WAAW,EACT,wLAAwL;IAC1L,OAAO,EAAE,CAAC,aAAa,CAAC;IACxB,OAAO,EAAE,CAAC,oDAAsB,EAAE,2DAAyB,EAAE,wBAAU,CAAC;IACxE,QAAQ,EAAE,CAAC,4BAAY,EAAE,4BAAY,EAAE,kBAAO,CAAC;CAChD,CAAC,CAAC"}