@experts_hub/shared 1.0.216 → 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.
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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["
|
|
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["
|
|
4414
|
+
CategoryEmum2["FREELANCER"] = "FREELANCER";
|
|
4415
4415
|
return CategoryEmum2;
|
|
4416
4416
|
})(CategoryEmum || {});
|
|
4417
4417
|
var Lead = class extends BaseEntity {
|
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["
|
|
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["
|
|
4564
|
+
CategoryEmum2["FREELANCER"] = "FREELANCER";
|
|
4565
4565
|
return CategoryEmum2;
|
|
4566
4566
|
})(CategoryEmum || {});
|
|
4567
4567
|
var Lead = class extends BaseEntity {
|