@experts_hub/shared 1.0.736 → 1.0.737
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
|
@@ -2317,6 +2317,9 @@ __decorateClass([
|
|
|
2317
2317
|
__decorateClass([
|
|
2318
2318
|
(0, import_typeorm9.Column)({ name: "experience", type: "varchar", nullable: true })
|
|
2319
2319
|
], FreelancerProfile.prototype, "experience", 2);
|
|
2320
|
+
__decorateClass([
|
|
2321
|
+
(0, import_typeorm9.Column)({ name: "migrated_experience", type: "varchar", nullable: true })
|
|
2322
|
+
], FreelancerProfile.prototype, "migratedExperience", 2);
|
|
2320
2323
|
__decorateClass([
|
|
2321
2324
|
(0, import_typeorm9.Column)({ name: "address", type: "varchar", nullable: true })
|
|
2322
2325
|
], FreelancerProfile.prototype, "address", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -1930,6 +1930,9 @@ __decorateClass([
|
|
|
1930
1930
|
__decorateClass([
|
|
1931
1931
|
Column9({ name: "experience", type: "varchar", nullable: true })
|
|
1932
1932
|
], FreelancerProfile.prototype, "experience", 2);
|
|
1933
|
+
__decorateClass([
|
|
1934
|
+
Column9({ name: "migrated_experience", type: "varchar", nullable: true })
|
|
1935
|
+
], FreelancerProfile.prototype, "migratedExperience", 2);
|
|
1933
1936
|
__decorateClass([
|
|
1934
1937
|
Column9({ name: "address", type: "varchar", nullable: true })
|
|
1935
1938
|
], FreelancerProfile.prototype, "address", 2);
|