@aldb2b/common 1.0.1049 → 1.0.1050

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.
@@ -22,3 +22,4 @@ export * from './sector.schema';
22
22
  export * from './status-detail.schema';
23
23
  export * from './trade-show-attended-as.enum';
24
24
  export * from './custom-fields.schema';
25
+ export * from './category.schema';
@@ -38,4 +38,5 @@ __exportStar(require("./sector.schema"), exports);
38
38
  __exportStar(require("./status-detail.schema"), exports);
39
39
  __exportStar(require("./trade-show-attended-as.enum"), exports);
40
40
  __exportStar(require("./custom-fields.schema"), exports);
41
+ __exportStar(require("./category.schema"), exports);
41
42
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/entities/models/companies/entities/companies/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAA+C;AAC/C,sDAAmC;AACnC,kEAA+C;AAC/C,gEAA6C;AAC7C,6DAA0C;AAC1C,sDAAmC;AACnC,mDAAgC;AAChC,6DAA0C;AAC1C,iDAA8B;AAC9B,uDAAoC;AACpC,+CAA4B;AAC5B,mDAAgC;AAChC,2DAAwC;AACxC,yDAAsC;AACtC,oDAAiC;AACjC,wDAAqC;AACrC,6DAA0C;AAC1C,6DAA0C;AAC1C,0DAAuC;AACvC,sDAAmC;AACnC,kDAA+B;AAC/B,yDAAsC;AACtC,gEAA6C;AAC7C,yDAAsC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/entities/models/companies/entities/companies/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAA+C;AAC/C,sDAAmC;AACnC,kEAA+C;AAC/C,gEAA6C;AAC7C,6DAA0C;AAC1C,sDAAmC;AACnC,mDAAgC;AAChC,6DAA0C;AAC1C,iDAA8B;AAC9B,uDAAoC;AACpC,+CAA4B;AAC5B,mDAAgC;AAChC,2DAAwC;AACxC,yDAAsC;AACtC,oDAAiC;AACjC,wDAAqC;AACrC,6DAA0C;AAC1C,6DAA0C;AAC1C,0DAAuC;AACvC,sDAAmC;AACnC,kDAA+B;AAC/B,yDAAsC;AACtC,gEAA6C;AAC7C,yDAAsC;AACtC,oDAAiC"}
@@ -153,7 +153,7 @@ export declare const modelProviders: ({
153
153
  inject: import("../..").DatabaseConnection[];
154
154
  } | {
155
155
  provide: import("../..").DatabaseModel;
156
- useFactory: (connection: import("mongoose").Connection) => import("mongoose").Model<import("./companies/entities/companies/category.schema").Category, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./companies/entities/companies/category.schema").Category> & import("./companies/entities/companies/category.schema").Category & Required<{
156
+ useFactory: (connection: import("mongoose").Connection) => import("mongoose").Model<import("./companies").Category, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./companies").Category> & import("./companies").Category & Required<{
157
157
  _id: string;
158
158
  }>, any>;
159
159
  inject: import("../..").DatabaseConnection[];