@experts_hub/shared 1.0.403 → 1.0.404

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.
@@ -18,7 +18,9 @@ export declare enum JobLocationEnum {
18
18
  export declare enum TypeOfEmploymentEnum {
19
19
  FULLTIME = "FULLTIME",
20
20
  PARTTIME = "PARTTIME",
21
- BOTH = "BOTH"
21
+ BOTH = "BOTH",
22
+ HOURLY = "HOURLY",
23
+ FTE = "FTE"
22
24
  }
23
25
  export declare enum Step {
24
26
  BASIC_INFORMATION = "BASIC_INFORMATION",
package/dist/index.d.mts CHANGED
@@ -1186,7 +1186,9 @@ declare enum JobLocationEnum {
1186
1186
  declare enum TypeOfEmploymentEnum {
1187
1187
  FULLTIME = "FULLTIME",
1188
1188
  PARTTIME = "PARTTIME",
1189
- BOTH = "BOTH"
1189
+ BOTH = "BOTH",
1190
+ HOURLY = "HOURLY",
1191
+ FTE = "FTE"
1190
1192
  }
1191
1193
  declare enum Step {
1192
1194
  BASIC_INFORMATION = "BASIC_INFORMATION",
package/dist/index.d.ts CHANGED
@@ -1186,7 +1186,9 @@ declare enum JobLocationEnum {
1186
1186
  declare enum TypeOfEmploymentEnum {
1187
1187
  FULLTIME = "FULLTIME",
1188
1188
  PARTTIME = "PARTTIME",
1189
- BOTH = "BOTH"
1189
+ BOTH = "BOTH",
1190
+ HOURLY = "HOURLY",
1191
+ FTE = "FTE"
1190
1192
  }
1191
1193
  declare enum Step {
1192
1194
  BASIC_INFORMATION = "BASIC_INFORMATION",
package/dist/index.js CHANGED
@@ -3417,6 +3417,8 @@ var TypeOfEmploymentEnum = /* @__PURE__ */ ((TypeOfEmploymentEnum2) => {
3417
3417
  TypeOfEmploymentEnum2["FULLTIME"] = "FULLTIME";
3418
3418
  TypeOfEmploymentEnum2["PARTTIME"] = "PARTTIME";
3419
3419
  TypeOfEmploymentEnum2["BOTH"] = "BOTH";
3420
+ TypeOfEmploymentEnum2["HOURLY"] = "HOURLY";
3421
+ TypeOfEmploymentEnum2["FTE"] = "FTE";
3420
3422
  return TypeOfEmploymentEnum2;
3421
3423
  })(TypeOfEmploymentEnum || {});
3422
3424
  var Step = /* @__PURE__ */ ((Step2) => {
package/dist/index.mjs CHANGED
@@ -3345,6 +3345,8 @@ var TypeOfEmploymentEnum = /* @__PURE__ */ ((TypeOfEmploymentEnum2) => {
3345
3345
  TypeOfEmploymentEnum2["FULLTIME"] = "FULLTIME";
3346
3346
  TypeOfEmploymentEnum2["PARTTIME"] = "PARTTIME";
3347
3347
  TypeOfEmploymentEnum2["BOTH"] = "BOTH";
3348
+ TypeOfEmploymentEnum2["HOURLY"] = "HOURLY";
3349
+ TypeOfEmploymentEnum2["FTE"] = "FTE";
3348
3350
  return TypeOfEmploymentEnum2;
3349
3351
  })(TypeOfEmploymentEnum || {});
3350
3352
  var Step = /* @__PURE__ */ ((Step2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.403",
3
+ "version": "1.0.404",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",