@experts_hub/shared 1.0.237 → 1.0.238

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
@@ -396,6 +396,7 @@ declare const JOB_ROLE_PATTERN: {
396
396
  };
397
397
  declare const JOB_PATTERN: {
398
398
  fetchJobs: string;
399
+ fetchRecentJobs: string;
399
400
  fetchJobCountAsPerStatus: string;
400
401
  fetchJobsDropdown: string;
401
402
  fetchJobDetail: string;
package/dist/index.d.ts CHANGED
@@ -396,6 +396,7 @@ declare const JOB_ROLE_PATTERN: {
396
396
  };
397
397
  declare const JOB_PATTERN: {
398
398
  fetchJobs: string;
399
+ fetchRecentJobs: string;
399
400
  fetchJobCountAsPerStatus: string;
400
401
  fetchJobsDropdown: string;
401
402
  fetchJobDetail: string;
package/dist/index.js CHANGED
@@ -853,6 +853,7 @@ var JOB_ROLE_PATTERN = {
853
853
  };
854
854
  var JOB_PATTERN = {
855
855
  fetchJobs: "fetch.jobs",
856
+ fetchRecentJobs: "fetch.recent.jobs",
856
857
  fetchJobCountAsPerStatus: "fetch.job.count.as.per.status",
857
858
  fetchJobsDropdown: "fetch.jobs.dropdown",
858
859
  fetchJobDetail: "fetch.job.details",
package/dist/index.mjs CHANGED
@@ -710,6 +710,7 @@ var JOB_ROLE_PATTERN = {
710
710
  };
711
711
  var JOB_PATTERN = {
712
712
  fetchJobs: "fetch.jobs",
713
+ fetchRecentJobs: "fetch.recent.jobs",
713
714
  fetchJobCountAsPerStatus: "fetch.job.count.as.per.status",
714
715
  fetchJobsDropdown: "fetch.jobs.dropdown",
715
716
  fetchJobDetail: "fetch.job.details",
@@ -3,6 +3,7 @@ export declare const JOB_ROLE_PATTERN: {
3
3
  };
4
4
  export declare const JOB_PATTERN: {
5
5
  fetchJobs: string;
6
+ fetchRecentJobs: string;
6
7
  fetchJobCountAsPerStatus: string;
7
8
  fetchJobsDropdown: string;
8
9
  fetchJobDetail: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.237",
3
+ "version": "1.0.238",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",