@experts_hub/shared 1.0.414 → 1.0.415

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.
@@ -11,6 +11,7 @@ export declare enum NatureOfWork {
11
11
  export declare enum ModeOfWork {
12
12
  ONSITE = "ONSITE",
13
13
  REMOTE = "REMOTE",
14
+ HYBRID = "HYBRID",
14
15
  BOTH = "BOTH"
15
16
  }
16
17
  export declare enum OnboardingStepEnum {
package/dist/index.d.mts CHANGED
@@ -724,6 +724,7 @@ declare enum NatureOfWork {
724
724
  declare enum ModeOfWork {
725
725
  ONSITE = "ONSITE",
726
726
  REMOTE = "REMOTE",
727
+ HYBRID = "HYBRID",
727
728
  BOTH = "BOTH"
728
729
  }
729
730
  declare enum OnboardingStepEnum {
package/dist/index.d.ts CHANGED
@@ -724,6 +724,7 @@ declare enum NatureOfWork {
724
724
  declare enum ModeOfWork {
725
725
  ONSITE = "ONSITE",
726
726
  REMOTE = "REMOTE",
727
+ HYBRID = "HYBRID",
727
728
  BOTH = "BOTH"
728
729
  }
729
730
  declare enum OnboardingStepEnum {
package/dist/index.js CHANGED
@@ -1975,6 +1975,7 @@ var NatureOfWork = /* @__PURE__ */ ((NatureOfWork2) => {
1975
1975
  var ModeOfWork = /* @__PURE__ */ ((ModeOfWork2) => {
1976
1976
  ModeOfWork2["ONSITE"] = "ONSITE";
1977
1977
  ModeOfWork2["REMOTE"] = "REMOTE";
1978
+ ModeOfWork2["HYBRID"] = "HYBRID";
1978
1979
  ModeOfWork2["BOTH"] = "BOTH";
1979
1980
  return ModeOfWork2;
1980
1981
  })(ModeOfWork || {});
package/dist/index.mjs CHANGED
@@ -1861,6 +1861,7 @@ var NatureOfWork = /* @__PURE__ */ ((NatureOfWork2) => {
1861
1861
  var ModeOfWork = /* @__PURE__ */ ((ModeOfWork2) => {
1862
1862
  ModeOfWork2["ONSITE"] = "ONSITE";
1863
1863
  ModeOfWork2["REMOTE"] = "REMOTE";
1864
+ ModeOfWork2["HYBRID"] = "HYBRID";
1864
1865
  ModeOfWork2["BOTH"] = "BOTH";
1865
1866
  return ModeOfWork2;
1866
1867
  })(ModeOfWork || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.414",
3
+ "version": "1.0.415",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",