@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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/dist/modules/job/pattern/pattern.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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",
|