@experts_hub/shared 1.0.575 → 1.0.577

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
@@ -931,6 +931,8 @@ declare const NOTIFICATION_PATTERN: {
931
931
  handleAiAssessmentLinkNotification: string;
932
932
  handleRecordingProcessingErrorNotification: string;
933
933
  handleResumeParserErrorNotification: string;
934
+ handleFreelancerExportReadyNotification: string;
935
+ handleFreelancerExportFailedNotification: string;
934
936
  };
935
937
  declare const SMS_PATTERN: {
936
938
  sendTest: string;
@@ -2688,6 +2690,7 @@ declare const ADMIN_FREELANCER_PATTERN: {
2688
2690
  adminDeleteFreelancer: string;
2689
2691
  fetchFreelancerGraphCount: string;
2690
2692
  adminExportFreelancerV2: string;
2693
+ adminExportFreelancerV2Optimised: string;
2691
2694
  sendAiAssessmentLink: string;
2692
2695
  fetchAIassessmentsForAdmin: string;
2693
2696
  fetchAiAssessmentRequestsForAdmin: string;
package/dist/index.d.ts CHANGED
@@ -931,6 +931,8 @@ declare const NOTIFICATION_PATTERN: {
931
931
  handleAiAssessmentLinkNotification: string;
932
932
  handleRecordingProcessingErrorNotification: string;
933
933
  handleResumeParserErrorNotification: string;
934
+ handleFreelancerExportReadyNotification: string;
935
+ handleFreelancerExportFailedNotification: string;
934
936
  };
935
937
  declare const SMS_PATTERN: {
936
938
  sendTest: string;
@@ -2688,6 +2690,7 @@ declare const ADMIN_FREELANCER_PATTERN: {
2688
2690
  adminDeleteFreelancer: string;
2689
2691
  fetchFreelancerGraphCount: string;
2690
2692
  adminExportFreelancerV2: string;
2693
+ adminExportFreelancerV2Optimised: string;
2691
2694
  sendAiAssessmentLink: string;
2692
2695
  fetchAIassessmentsForAdmin: string;
2693
2696
  fetchAiAssessmentRequestsForAdmin: string;
package/dist/index.js CHANGED
@@ -2382,7 +2382,9 @@ var NOTIFICATION_PATTERN = {
2382
2382
  handleDailyFreelancerReportToStakeHolders: "handle.daily.freelancer.report.to.stake.holders",
2383
2383
  handleAiAssessmentLinkNotification: "handle.ai.assessment.link.notification",
2384
2384
  handleRecordingProcessingErrorNotification: "handle.recording.processing.error.notification",
2385
- handleResumeParserErrorNotification: "handle.resume.parser.error.notification"
2385
+ handleResumeParserErrorNotification: "handle.resume.parser.error.notification",
2386
+ handleFreelancerExportReadyNotification: "handle.freelancer.export.ready.notification",
2387
+ handleFreelancerExportFailedNotification: "handle.freelancer.export.failed.notification"
2386
2388
  };
2387
2389
  var SMS_PATTERN = {
2388
2390
  sendTest: "sms.send.test",
@@ -7346,6 +7348,7 @@ var ADMIN_FREELANCER_PATTERN = {
7346
7348
  adminDeleteFreelancer: "admin.delete.freelancer",
7347
7349
  fetchFreelancerGraphCount: "fetch.freelancer.graph.count",
7348
7350
  adminExportFreelancerV2: "admin.export.freelancer.v2",
7351
+ adminExportFreelancerV2Optimised: "admin.export.freelancer.v2.optimised",
7349
7352
  sendAiAssessmentLink: "send.ai.assessment.link",
7350
7353
  fetchAIassessmentsForAdmin: "fetch.ai.assessments.for.admin",
7351
7354
  fetchAiAssessmentRequestsForAdmin: "fetch.ai.assessment.requests.for.admin",
package/dist/index.mjs CHANGED
@@ -2104,7 +2104,9 @@ var NOTIFICATION_PATTERN = {
2104
2104
  handleDailyFreelancerReportToStakeHolders: "handle.daily.freelancer.report.to.stake.holders",
2105
2105
  handleAiAssessmentLinkNotification: "handle.ai.assessment.link.notification",
2106
2106
  handleRecordingProcessingErrorNotification: "handle.recording.processing.error.notification",
2107
- handleResumeParserErrorNotification: "handle.resume.parser.error.notification"
2107
+ handleResumeParserErrorNotification: "handle.resume.parser.error.notification",
2108
+ handleFreelancerExportReadyNotification: "handle.freelancer.export.ready.notification",
2109
+ handleFreelancerExportFailedNotification: "handle.freelancer.export.failed.notification"
2108
2110
  };
2109
2111
  var SMS_PATTERN = {
2110
2112
  sendTest: "sms.send.test",
@@ -7310,6 +7312,7 @@ var ADMIN_FREELANCER_PATTERN = {
7310
7312
  adminDeleteFreelancer: "admin.delete.freelancer",
7311
7313
  fetchFreelancerGraphCount: "fetch.freelancer.graph.count",
7312
7314
  adminExportFreelancerV2: "admin.export.freelancer.v2",
7315
+ adminExportFreelancerV2Optimised: "admin.export.freelancer.v2.optimised",
7313
7316
  sendAiAssessmentLink: "send.ai.assessment.link",
7314
7317
  fetchAIassessmentsForAdmin: "fetch.ai.assessments.for.admin",
7315
7318
  fetchAiAssessmentRequestsForAdmin: "fetch.ai.assessment.requests.for.admin",
@@ -13,6 +13,7 @@ export declare const ADMIN_FREELANCER_PATTERN: {
13
13
  adminDeleteFreelancer: string;
14
14
  fetchFreelancerGraphCount: string;
15
15
  adminExportFreelancerV2: string;
16
+ adminExportFreelancerV2Optimised: string;
16
17
  sendAiAssessmentLink: string;
17
18
  fetchAIassessmentsForAdmin: string;
18
19
  fetchAiAssessmentRequestsForAdmin: string;
@@ -12,6 +12,8 @@ export declare const NOTIFICATION_PATTERN: {
12
12
  handleAiAssessmentLinkNotification: string;
13
13
  handleRecordingProcessingErrorNotification: string;
14
14
  handleResumeParserErrorNotification: string;
15
+ handleFreelancerExportReadyNotification: string;
16
+ handleFreelancerExportFailedNotification: string;
15
17
  };
16
18
  export declare const SMS_PATTERN: {
17
19
  sendTest: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.575",
3
+ "version": "1.0.577",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",