@experts_hub/shared 1.0.465 → 1.0.466
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/job.entity.d.ts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3703,6 +3703,7 @@ var TypeOfEmploymentEnum = /* @__PURE__ */ ((TypeOfEmploymentEnum2) => {
|
|
|
3703
3703
|
TypeOfEmploymentEnum2["PARTTIME"] = "PARTTIME";
|
|
3704
3704
|
TypeOfEmploymentEnum2["BOTH"] = "BOTH";
|
|
3705
3705
|
TypeOfEmploymentEnum2["HOURLY"] = "HOURLY";
|
|
3706
|
+
TypeOfEmploymentEnum2["FREELANCE"] = "FREELANCE";
|
|
3706
3707
|
TypeOfEmploymentEnum2["FTE"] = "FTE";
|
|
3707
3708
|
return TypeOfEmploymentEnum2;
|
|
3708
3709
|
})(TypeOfEmploymentEnum || {});
|
package/dist/index.mjs
CHANGED
|
@@ -3626,6 +3626,7 @@ var TypeOfEmploymentEnum = /* @__PURE__ */ ((TypeOfEmploymentEnum2) => {
|
|
|
3626
3626
|
TypeOfEmploymentEnum2["PARTTIME"] = "PARTTIME";
|
|
3627
3627
|
TypeOfEmploymentEnum2["BOTH"] = "BOTH";
|
|
3628
3628
|
TypeOfEmploymentEnum2["HOURLY"] = "HOURLY";
|
|
3629
|
+
TypeOfEmploymentEnum2["FREELANCE"] = "FREELANCE";
|
|
3629
3630
|
TypeOfEmploymentEnum2["FTE"] = "FTE";
|
|
3630
3631
|
return TypeOfEmploymentEnum2;
|
|
3631
3632
|
})(TypeOfEmploymentEnum || {});
|