@experts_hub/shared 1.0.662 → 1.0.663
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 +2 -1
- package/dist/index.mjs +2 -1
- package/dist/modules/job/pattern/pattern.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2174,6 +2174,7 @@ declare const JOB_PATTERN: {
|
|
|
2174
2174
|
jobDataSetup: string;
|
|
2175
2175
|
fetchJobsForComparison: string;
|
|
2176
2176
|
fetchJobSkillDropdownForClient: string;
|
|
2177
|
+
createJobDealBreakers: string;
|
|
2177
2178
|
};
|
|
2178
2179
|
declare const JOB_APPLICATION_PATTERN: {
|
|
2179
2180
|
fetchJobApplicationCountAsPerStatusByJobId: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2174,6 +2174,7 @@ declare const JOB_PATTERN: {
|
|
|
2174
2174
|
jobDataSetup: string;
|
|
2175
2175
|
fetchJobsForComparison: string;
|
|
2176
2176
|
fetchJobSkillDropdownForClient: string;
|
|
2177
|
+
createJobDealBreakers: string;
|
|
2177
2178
|
};
|
|
2178
2179
|
declare const JOB_APPLICATION_PATTERN: {
|
|
2179
2180
|
fetchJobApplicationCountAsPerStatusByJobId: string;
|
package/dist/index.js
CHANGED
|
@@ -6637,7 +6637,8 @@ var JOB_PATTERN = {
|
|
|
6637
6637
|
fetchJobByIdForTimesheet: "fetch.job.by.id.for.timesheet",
|
|
6638
6638
|
jobDataSetup: "job.data.Setup",
|
|
6639
6639
|
fetchJobsForComparison: "fetch.jobs.for.comparison",
|
|
6640
|
-
fetchJobSkillDropdownForClient: "fetch.job.skill.dropdown.for.client"
|
|
6640
|
+
fetchJobSkillDropdownForClient: "fetch.job.skill.dropdown.for.client",
|
|
6641
|
+
createJobDealBreakers: "create.job.deal.breakers"
|
|
6641
6642
|
};
|
|
6642
6643
|
var JOB_APPLICATION_PATTERN = {
|
|
6643
6644
|
fetchJobApplicationCountAsPerStatusByJobId: "fetch.job.application.count.as.per.status.by.job.id",
|
package/dist/index.mjs
CHANGED
|
@@ -6514,7 +6514,8 @@ var JOB_PATTERN = {
|
|
|
6514
6514
|
fetchJobByIdForTimesheet: "fetch.job.by.id.for.timesheet",
|
|
6515
6515
|
jobDataSetup: "job.data.Setup",
|
|
6516
6516
|
fetchJobsForComparison: "fetch.jobs.for.comparison",
|
|
6517
|
-
fetchJobSkillDropdownForClient: "fetch.job.skill.dropdown.for.client"
|
|
6517
|
+
fetchJobSkillDropdownForClient: "fetch.job.skill.dropdown.for.client",
|
|
6518
|
+
createJobDealBreakers: "create.job.deal.breakers"
|
|
6518
6519
|
};
|
|
6519
6520
|
var JOB_APPLICATION_PATTERN = {
|
|
6520
6521
|
fetchJobApplicationCountAsPerStatusByJobId: "fetch.job.application.count.as.per.status.by.job.id",
|
|
@@ -43,6 +43,7 @@ export declare const JOB_PATTERN: {
|
|
|
43
43
|
jobDataSetup: string;
|
|
44
44
|
fetchJobsForComparison: string;
|
|
45
45
|
fetchJobSkillDropdownForClient: string;
|
|
46
|
+
createJobDealBreakers: string;
|
|
46
47
|
};
|
|
47
48
|
export declare const JOB_APPLICATION_PATTERN: {
|
|
48
49
|
fetchJobApplicationCountAsPerStatusByJobId: string;
|