shuttlepro-shared 1.1.34 → 1.1.35

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 +1 -0
  2. package/package.json +1 -1
package/models.js CHANGED
@@ -4,6 +4,7 @@ const ColumnPreference = require("./models/ColumnPreference");
4
4
  const UserPermission = require("./models/UserPermission");
5
5
  const GoogleClientInfo = require("./models/GoogleClientInfo");
6
6
  const GoogleCredentials = require("./models/GoogleCredentials");
7
+ const User = require("./models/User");
7
8
  const AllPostSchema = require("./models/AllPost");
8
9
  const AllPostBatchSchema = require("./models/AllPostBatch");
9
10
  const AllPostScheduleSchema = require("./models/AllPostSchedule");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {