@experts_hub/shared 1.0.160 → 1.0.161

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.
@@ -2,7 +2,7 @@ import { BaseEntity } from "./base.entity";
2
2
  import { User } from './user.entity';
3
3
  export declare enum KindOfHire {
4
4
  FULLTIME = "FULLTIME",
5
- SHORTTIME = "SHORTTIME",
5
+ PARTTIME = "PARTTIME",
6
6
  BOTH = "BOTH"
7
7
  }
8
8
  export declare enum ModeOfHire {
package/dist/index.d.mts CHANGED
@@ -622,7 +622,7 @@ declare class FreelancerProfile extends BaseEntity {
622
622
 
623
623
  declare enum KindOfHire {
624
624
  FULLTIME = "FULLTIME",
625
- SHORTTIME = "SHORTTIME",
625
+ PARTTIME = "PARTTIME",
626
626
  BOTH = "BOTH"
627
627
  }
628
628
  declare enum ModeOfHire {
package/dist/index.d.ts CHANGED
@@ -622,7 +622,7 @@ declare class FreelancerProfile extends BaseEntity {
622
622
 
623
623
  declare enum KindOfHire {
624
624
  FULLTIME = "FULLTIME",
625
- SHORTTIME = "SHORTTIME",
625
+ PARTTIME = "PARTTIME",
626
626
  BOTH = "BOTH"
627
627
  }
628
628
  declare enum ModeOfHire {
package/dist/index.js CHANGED
@@ -1368,7 +1368,7 @@ FreelancerProfile = __decorateClass([
1368
1368
  var import_typeorm6 = require("typeorm");
1369
1369
  var KindOfHire = /* @__PURE__ */ ((KindOfHire2) => {
1370
1370
  KindOfHire2["FULLTIME"] = "FULLTIME";
1371
- KindOfHire2["SHORTTIME"] = "SHORTTIME";
1371
+ KindOfHire2["PARTTIME"] = "PARTTIME";
1372
1372
  KindOfHire2["BOTH"] = "BOTH";
1373
1373
  return KindOfHire2;
1374
1374
  })(KindOfHire || {});
package/dist/index.mjs CHANGED
@@ -1361,7 +1361,7 @@ import {
1361
1361
  } from "typeorm";
1362
1362
  var KindOfHire = /* @__PURE__ */ ((KindOfHire2) => {
1363
1363
  KindOfHire2["FULLTIME"] = "FULLTIME";
1364
- KindOfHire2["SHORTTIME"] = "SHORTTIME";
1364
+ KindOfHire2["PARTTIME"] = "PARTTIME";
1365
1365
  KindOfHire2["BOTH"] = "BOTH";
1366
1366
  return KindOfHire2;
1367
1367
  })(KindOfHire || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.160",
3
+ "version": "1.0.161",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",