@cool-digital-solutions/interferir-models 1.4.48 → 1.4.49

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.
@@ -210,7 +210,6 @@ export interface ICompany extends BaseSchema {
210
210
  source: string;
211
211
  countryCode: string;
212
212
  logo: Types.ObjectId | IImage;
213
- industries: string[];
214
213
  email: string;
215
214
  type: CompanyTypes;
216
215
  isActive: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.4.48",
3
+ "version": "1.4.49",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"