@duvdu-v1/duvdu 1.1.63 → 1.1.64

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.
@@ -53,7 +53,6 @@ export interface IteamProject extends Document {
53
53
  }
54
54
  ];
55
55
  isDeleted: boolean;
56
- showOnHome: boolean;
57
56
  }
58
57
  export declare const TeamProject: import("mongoose").Model<IteamProject, {}, {}, {}, Document<unknown, {}, IteamProject> & IteamProject & {
59
58
  _id: Types.ObjectId;
@@ -94,10 +94,6 @@ exports.TeamProject = (0, mongoose_1.model)(model_names_1.MODELS.teamProject, ne
94
94
  isDeleted: {
95
95
  type: Boolean,
96
96
  default: false
97
- },
98
- showOnHome: {
99
- type: Boolean,
100
- default: true
101
97
  }
102
98
  }, { timestamps: true, collection: model_names_1.MODELS.teamProject,
103
99
  toJSON: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duvdu-v1/duvdu",
3
- "version": "1.1.63",
3
+ "version": "1.1.64",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [