shuttlepro-shared 1.4.77 → 1.4.78

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.
Files changed (2) hide show
  1. package/models.js +2 -0
  2. package/package.json +1 -1
package/models.js CHANGED
@@ -109,6 +109,7 @@ const Workflow = require("./models/Workflow");
109
109
  const Workspace = require("./models/Workspace");
110
110
  const Shop = require("./models/Shop");
111
111
  const Call = require("./models/Call");
112
+ const Webhook = require("./models/Webhook");
112
113
 
113
114
  module.exports = {
114
115
  Activity,
@@ -222,4 +223,5 @@ module.exports = {
222
223
  WorkflowRun,
223
224
  Shop,
224
225
  Call,
226
+ Webhook,
225
227
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.77",
3
+ "version": "1.4.78",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {