@experts_hub/shared 1.0.35 → 1.0.36

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.
package/dist/index.js CHANGED
@@ -401,7 +401,7 @@ __decorateClass([
401
401
  (0, import_typeorm3.Column)({ name: "user_id", type: "integer", nullable: true })
402
402
  ], ResumeParserLog.prototype, "userId", 2);
403
403
  __decorateClass([
404
- (0, import_typeorm3.Column)({ name: "end_point", type: "string" })
404
+ (0, import_typeorm3.Column)({ name: "end_point", type: "varchar" })
405
405
  ], ResumeParserLog.prototype, "endpoint", 2);
406
406
  __decorateClass([
407
407
  (0, import_typeorm3.Column)({ name: "success", type: "boolean" })
package/dist/index.mjs CHANGED
@@ -391,7 +391,7 @@ __decorateClass([
391
391
  Column3({ name: "user_id", type: "integer", nullable: true })
392
392
  ], ResumeParserLog.prototype, "userId", 2);
393
393
  __decorateClass([
394
- Column3({ name: "end_point", type: "string" })
394
+ Column3({ name: "end_point", type: "varchar" })
395
395
  ], ResumeParserLog.prototype, "endpoint", 2);
396
396
  __decorateClass([
397
397
  Column3({ name: "success", type: "boolean" })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",