@experts_hub/shared 1.0.215 → 1.0.217

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.
@@ -1,7 +1,7 @@
1
1
  import { BaseEntity } from "./base.entity";
2
2
  export declare enum CategoryEmum {
3
3
  BUSINESS = "BUSINESS",
4
- FREELANCEER = "FREELANCEER"
4
+ FREELANCER = "FREELANCER"
5
5
  }
6
6
  export declare class Lead extends BaseEntity {
7
7
  name: string;
package/dist/index.d.mts CHANGED
@@ -1809,7 +1809,7 @@ declare const LEAD_PATTERN: {
1809
1809
 
1810
1810
  declare enum CategoryEmumDto {
1811
1811
  BUSINESS = "BUSINESS",
1812
- FREELANCEER = "FREELANCEER"
1812
+ FREELANCER = "FREELANCER"
1813
1813
  }
1814
1814
  declare class CreateLeadDto {
1815
1815
  name: string;
@@ -1879,7 +1879,7 @@ declare class Cms extends BaseEntity {
1879
1879
 
1880
1880
  declare enum CategoryEmum {
1881
1881
  BUSINESS = "BUSINESS",
1882
- FREELANCEER = "FREELANCEER"
1882
+ FREELANCER = "FREELANCER"
1883
1883
  }
1884
1884
  declare class Lead extends BaseEntity {
1885
1885
  name: string;
package/dist/index.d.ts CHANGED
@@ -1809,7 +1809,7 @@ declare const LEAD_PATTERN: {
1809
1809
 
1810
1810
  declare enum CategoryEmumDto {
1811
1811
  BUSINESS = "BUSINESS",
1812
- FREELANCEER = "FREELANCEER"
1812
+ FREELANCER = "FREELANCER"
1813
1813
  }
1814
1814
  declare class CreateLeadDto {
1815
1815
  name: string;
@@ -1879,7 +1879,7 @@ declare class Cms extends BaseEntity {
1879
1879
 
1880
1880
  declare enum CategoryEmum {
1881
1881
  BUSINESS = "BUSINESS",
1882
- FREELANCEER = "FREELANCEER"
1882
+ FREELANCER = "FREELANCER"
1883
1883
  }
1884
1884
  declare class Lead extends BaseEntity {
1885
1885
  name: string;
package/dist/index.js CHANGED
@@ -4043,7 +4043,7 @@ var LEAD_PATTERN = {
4043
4043
  var import_class_validator56 = require("class-validator");
4044
4044
  var CategoryEmumDto = /* @__PURE__ */ ((CategoryEmumDto2) => {
4045
4045
  CategoryEmumDto2["BUSINESS"] = "BUSINESS";
4046
- CategoryEmumDto2["FREELANCEER"] = "FREELANCEER";
4046
+ CategoryEmumDto2["FREELANCER"] = "FREELANCER";
4047
4047
  return CategoryEmumDto2;
4048
4048
  })(CategoryEmumDto || {});
4049
4049
  var CreateLeadDto = class {
@@ -4411,7 +4411,7 @@ Cms = __decorateClass([
4411
4411
  var import_typeorm41 = require("typeorm");
4412
4412
  var CategoryEmum = /* @__PURE__ */ ((CategoryEmum2) => {
4413
4413
  CategoryEmum2["BUSINESS"] = "BUSINESS";
4414
- CategoryEmum2["FREELANCEER"] = "FREELANCEER";
4414
+ CategoryEmum2["FREELANCER"] = "FREELANCER";
4415
4415
  return CategoryEmum2;
4416
4416
  })(CategoryEmum || {});
4417
4417
  var Lead = class extends BaseEntity {
@@ -4423,10 +4423,10 @@ __decorateClass([
4423
4423
  (0, import_typeorm41.Column)({ name: "mobile_code", type: "varchar", nullable: true })
4424
4424
  ], Lead.prototype, "mobileCode", 2);
4425
4425
  __decorateClass([
4426
- (0, import_typeorm41.Column)({ name: "mobile", type: "varchar", unique: true, nullable: true })
4426
+ (0, import_typeorm41.Column)({ name: "mobile", type: "varchar", nullable: true })
4427
4427
  ], Lead.prototype, "mobile", 2);
4428
4428
  __decorateClass([
4429
- (0, import_typeorm41.Column)({ name: "email", type: "varchar", unique: true })
4429
+ (0, import_typeorm41.Column)({ name: "email", type: "varchar", nullable: true })
4430
4430
  ], Lead.prototype, "email", 2);
4431
4431
  __decorateClass([
4432
4432
  (0, import_typeorm41.Column)({ name: "description", type: "varchar", nullable: true })
package/dist/index.mjs CHANGED
@@ -4190,7 +4190,7 @@ var LEAD_PATTERN = {
4190
4190
  import { IsString as IsString34, IsEmail as IsEmail15, IsOptional as IsOptional27, IsEnum as IsEnum20 } from "class-validator";
4191
4191
  var CategoryEmumDto = /* @__PURE__ */ ((CategoryEmumDto2) => {
4192
4192
  CategoryEmumDto2["BUSINESS"] = "BUSINESS";
4193
- CategoryEmumDto2["FREELANCEER"] = "FREELANCEER";
4193
+ CategoryEmumDto2["FREELANCER"] = "FREELANCER";
4194
4194
  return CategoryEmumDto2;
4195
4195
  })(CategoryEmumDto || {});
4196
4196
  var CreateLeadDto = class {
@@ -4561,7 +4561,7 @@ import {
4561
4561
  } from "typeorm";
4562
4562
  var CategoryEmum = /* @__PURE__ */ ((CategoryEmum2) => {
4563
4563
  CategoryEmum2["BUSINESS"] = "BUSINESS";
4564
- CategoryEmum2["FREELANCEER"] = "FREELANCEER";
4564
+ CategoryEmum2["FREELANCER"] = "FREELANCER";
4565
4565
  return CategoryEmum2;
4566
4566
  })(CategoryEmum || {});
4567
4567
  var Lead = class extends BaseEntity {
@@ -4573,10 +4573,10 @@ __decorateClass([
4573
4573
  Column41({ name: "mobile_code", type: "varchar", nullable: true })
4574
4574
  ], Lead.prototype, "mobileCode", 2);
4575
4575
  __decorateClass([
4576
- Column41({ name: "mobile", type: "varchar", unique: true, nullable: true })
4576
+ Column41({ name: "mobile", type: "varchar", nullable: true })
4577
4577
  ], Lead.prototype, "mobile", 2);
4578
4578
  __decorateClass([
4579
- Column41({ name: "email", type: "varchar", unique: true })
4579
+ Column41({ name: "email", type: "varchar", nullable: true })
4580
4580
  ], Lead.prototype, "email", 2);
4581
4581
  __decorateClass([
4582
4582
  Column41({ name: "description", type: "varchar", nullable: true })
@@ -1,6 +1,6 @@
1
1
  export declare enum CategoryEmumDto {
2
2
  BUSINESS = "BUSINESS",
3
- FREELANCEER = "FREELANCEER"
3
+ FREELANCER = "FREELANCER"
4
4
  }
5
5
  export declare class CreateLeadDto {
6
6
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.215",
3
+ "version": "1.0.217",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",