@experts_hub/shared 1.0.156 → 1.0.157
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/company-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
|
@@ -1389,6 +1389,9 @@ __decorateClass([
|
|
|
1389
1389
|
nullable: true
|
|
1390
1390
|
})
|
|
1391
1391
|
], CompanyProfile.prototype, "foundUsOn", 2);
|
|
1392
|
+
__decorateClass([
|
|
1393
|
+
(0, import_typeorm6.Column)({ name: "found_us_on_detail", type: "varchar", nullable: true })
|
|
1394
|
+
], CompanyProfile.prototype, "foundUsOnDetail", 2);
|
|
1392
1395
|
CompanyProfile = __decorateClass([
|
|
1393
1396
|
(0, import_typeorm6.Entity)("company_profiles")
|
|
1394
1397
|
], CompanyProfile);
|
package/dist/index.mjs
CHANGED
|
@@ -1385,6 +1385,9 @@ __decorateClass([
|
|
|
1385
1385
|
nullable: true
|
|
1386
1386
|
})
|
|
1387
1387
|
], CompanyProfile.prototype, "foundUsOn", 2);
|
|
1388
|
+
__decorateClass([
|
|
1389
|
+
Column6({ name: "found_us_on_detail", type: "varchar", nullable: true })
|
|
1390
|
+
], CompanyProfile.prototype, "foundUsOnDetail", 2);
|
|
1388
1391
|
CompanyProfile = __decorateClass([
|
|
1389
1392
|
Entity5("company_profiles")
|
|
1390
1393
|
], CompanyProfile);
|