@experts_hub/shared 1.0.282 → 1.0.283
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/entities/freelancer-profile.entity.d.ts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1862,6 +1862,9 @@ __decorateClass([
|
|
|
1862
1862
|
__decorateClass([
|
|
1863
1863
|
(0, import_typeorm8.Column)({ name: "service_agreement_signed_on", type: "timestamp with time zone", nullable: true })
|
|
1864
1864
|
], FreelancerProfile.prototype, "serviceAggrementSignedOn", 2);
|
|
1865
|
+
__decorateClass([
|
|
1866
|
+
(0, import_typeorm8.Column)({ name: "is_expertshub_verified", type: "boolean", default: false })
|
|
1867
|
+
], FreelancerProfile.prototype, "isExpertshubVerified", 2);
|
|
1865
1868
|
FreelancerProfile = __decorateClass([
|
|
1866
1869
|
(0, import_typeorm8.Entity)("freelancer_profiles")
|
|
1867
1870
|
], FreelancerProfile);
|
package/dist/index.mjs
CHANGED
|
@@ -1805,6 +1805,9 @@ __decorateClass([
|
|
|
1805
1805
|
__decorateClass([
|
|
1806
1806
|
Column8({ name: "service_agreement_signed_on", type: "timestamp with time zone", nullable: true })
|
|
1807
1807
|
], FreelancerProfile.prototype, "serviceAggrementSignedOn", 2);
|
|
1808
|
+
__decorateClass([
|
|
1809
|
+
Column8({ name: "is_expertshub_verified", type: "boolean", default: false })
|
|
1810
|
+
], FreelancerProfile.prototype, "isExpertshubVerified", 2);
|
|
1808
1811
|
FreelancerProfile = __decorateClass([
|
|
1809
1812
|
Entity7("freelancer_profiles")
|
|
1810
1813
|
], FreelancerProfile);
|