@experts_hub/shared 1.0.468 → 1.0.469
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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1200,6 +1200,7 @@ var EmploymentType = /* @__PURE__ */ ((EmploymentType2) => {
|
|
|
1200
1200
|
EmploymentType2["PARTTIME"] = "PARTTIME";
|
|
1201
1201
|
EmploymentType2["BOTH"] = "BOTH";
|
|
1202
1202
|
EmploymentType2["HOURLY"] = "HOURLY";
|
|
1203
|
+
EmploymentType2["FREELANCE"] = "FREELANCE";
|
|
1203
1204
|
EmploymentType2["FTE"] = "FTE";
|
|
1204
1205
|
return EmploymentType2;
|
|
1205
1206
|
})(EmploymentType || {});
|
package/dist/index.mjs
CHANGED
|
@@ -988,6 +988,7 @@ var EmploymentType = /* @__PURE__ */ ((EmploymentType2) => {
|
|
|
988
988
|
EmploymentType2["PARTTIME"] = "PARTTIME";
|
|
989
989
|
EmploymentType2["BOTH"] = "BOTH";
|
|
990
990
|
EmploymentType2["HOURLY"] = "HOURLY";
|
|
991
|
+
EmploymentType2["FREELANCE"] = "FREELANCE";
|
|
991
992
|
EmploymentType2["FTE"] = "FTE";
|
|
992
993
|
return EmploymentType2;
|
|
993
994
|
})(EmploymentType || {});
|