@experts_hub/shared 1.0.248 → 1.0.249
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/dist/modules/job/pattern/pattern.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -398,8 +398,10 @@ declare const JOB_ROLE_PATTERN: {
|
|
|
398
398
|
};
|
|
399
399
|
declare const JOB_PATTERN: {
|
|
400
400
|
fetchJobs: string;
|
|
401
|
+
fetchJobsPublic: string;
|
|
401
402
|
fetchRecentJobs: string;
|
|
402
403
|
fetchJobCountAsPerStatus: string;
|
|
404
|
+
fetchJobCountPublic: string;
|
|
403
405
|
fetchJobsDropdown: string;
|
|
404
406
|
fetchJobDetail: string;
|
|
405
407
|
handleJdUpload: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -398,8 +398,10 @@ declare const JOB_ROLE_PATTERN: {
|
|
|
398
398
|
};
|
|
399
399
|
declare const JOB_PATTERN: {
|
|
400
400
|
fetchJobs: string;
|
|
401
|
+
fetchJobsPublic: string;
|
|
401
402
|
fetchRecentJobs: string;
|
|
402
403
|
fetchJobCountAsPerStatus: string;
|
|
404
|
+
fetchJobCountPublic: string;
|
|
403
405
|
fetchJobsDropdown: string;
|
|
404
406
|
fetchJobDetail: string;
|
|
405
407
|
handleJdUpload: string;
|
package/dist/index.js
CHANGED
|
@@ -859,8 +859,10 @@ var JOB_ROLE_PATTERN = {
|
|
|
859
859
|
};
|
|
860
860
|
var JOB_PATTERN = {
|
|
861
861
|
fetchJobs: "fetch.jobs",
|
|
862
|
+
fetchJobsPublic: "fetch.jobs.public",
|
|
862
863
|
fetchRecentJobs: "fetch.recent.jobs",
|
|
863
864
|
fetchJobCountAsPerStatus: "fetch.job.count.as.per.status",
|
|
865
|
+
fetchJobCountPublic: "fetch.job.count.public",
|
|
864
866
|
fetchJobsDropdown: "fetch.jobs.dropdown",
|
|
865
867
|
fetchJobDetail: "fetch.job.details",
|
|
866
868
|
handleJdUpload: "handle.jd.upload",
|
package/dist/index.mjs
CHANGED
|
@@ -715,8 +715,10 @@ var JOB_ROLE_PATTERN = {
|
|
|
715
715
|
};
|
|
716
716
|
var JOB_PATTERN = {
|
|
717
717
|
fetchJobs: "fetch.jobs",
|
|
718
|
+
fetchJobsPublic: "fetch.jobs.public",
|
|
718
719
|
fetchRecentJobs: "fetch.recent.jobs",
|
|
719
720
|
fetchJobCountAsPerStatus: "fetch.job.count.as.per.status",
|
|
721
|
+
fetchJobCountPublic: "fetch.job.count.public",
|
|
720
722
|
fetchJobsDropdown: "fetch.jobs.dropdown",
|
|
721
723
|
fetchJobDetail: "fetch.job.details",
|
|
722
724
|
handleJdUpload: "handle.jd.upload",
|
|
@@ -3,8 +3,10 @@ export declare const JOB_ROLE_PATTERN: {
|
|
|
3
3
|
};
|
|
4
4
|
export declare const JOB_PATTERN: {
|
|
5
5
|
fetchJobs: string;
|
|
6
|
+
fetchJobsPublic: string;
|
|
6
7
|
fetchRecentJobs: string;
|
|
7
8
|
fetchJobCountAsPerStatus: string;
|
|
9
|
+
fetchJobCountPublic: string;
|
|
8
10
|
fetchJobsDropdown: string;
|
|
9
11
|
fetchJobDetail: string;
|
|
10
12
|
handleJdUpload: string;
|