@experts_hub/shared 1.0.569 → 1.0.571

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.
Files changed (67) hide show
  1. package/dist/index.d.mts +242 -2
  2. package/dist/index.d.ts +242 -2
  3. package/dist/index.js +1739 -1002
  4. package/dist/index.mjs +1569 -875
  5. package/dist/modules/authentication/dto/index.d.ts +3 -0
  6. package/dist/modules/authentication/dto/social-auth.dto.d.ts +7 -0
  7. package/dist/modules/authentication/dto/validate-email.dto.d.ts +3 -0
  8. package/dist/modules/authentication/dto/validate-mobile.dto.d.ts +3 -0
  9. package/dist/modules/contract/dto/escrow-fund-contract.dto.d.ts +6 -0
  10. package/dist/modules/contract/dto/esign-contract-client.dto.d.ts +3 -0
  11. package/dist/modules/contract/dto/esign-contract-freelancer.dto.d.ts +3 -0
  12. package/dist/modules/contract/dto/generate-contract.dto.d.ts +5 -0
  13. package/dist/modules/contract/dto/index.d.ts +4 -0
  14. package/dist/modules/freelancer-admin/dto/index.d.ts +2 -0
  15. package/dist/modules/freelancer-admin/dto/send-ai-assessment-link.dto.d.ts +3 -0
  16. package/dist/modules/freelancer-admin/dto/update-assessment-request-status.dto.d.ts +10 -0
  17. package/dist/modules/interview/dto/capture-ai-interview-result-public.dto.d.ts +5 -0
  18. package/dist/modules/interview/dto/create-interview-basic-information.dto.d.ts +10 -0
  19. package/dist/modules/interview/dto/index.d.ts +4 -0
  20. package/dist/modules/interview/dto/reject-f2f-interview-reschedule-request.dto.d.ts +1 -1
  21. package/dist/modules/interview/dto/update-interview-basic-information.dto.d.ts +8 -0
  22. package/dist/modules/job/dto/create-job-application.dto.d.ts +1 -1
  23. package/dist/modules/notification/dto/index.d.ts +1 -0
  24. package/dist/modules/notification/dto/test-notification.dto.d.ts +7 -0
  25. package/dist/modules/notification/index.d.ts +1 -0
  26. package/dist/modules/onboarding/dto/index.d.ts +1 -0
  27. package/dist/modules/onboarding/dto/verify-onboarding-token.dto.d.ts +3 -0
  28. package/dist/modules/otp/dto/index.d.ts +2 -0
  29. package/dist/modules/otp/dto/send-otp.dto.d.ts +9 -0
  30. package/dist/modules/otp/dto/verify-otp.dto.d.ts +5 -0
  31. package/dist/modules/question/dto/index.d.ts +2 -0
  32. package/dist/modules/question/dto/record-assessment-answer.dto.d.ts +6 -0
  33. package/dist/modules/question/dto/record-assessment-answers.dto.d.ts +5 -0
  34. package/dist/modules/senseloaf/dto/ai-assessment-creation.dto.d.ts +6 -0
  35. package/dist/modules/senseloaf/dto/ai-interview-link-generation.dto.d.ts +6 -0
  36. package/dist/modules/senseloaf/dto/ai-interview-template-generation.dto.d.ts +6 -0
  37. package/dist/modules/senseloaf/dto/check-resume-eligibility.dto.d.ts +5 -0
  38. package/dist/modules/senseloaf/dto/index.d.ts +6 -0
  39. package/dist/modules/senseloaf/dto/resume-data-processing.dto.d.ts +5 -0
  40. package/dist/modules/senseloaf/dto/resume-parsing-by-url.dto.d.ts +4 -0
  41. package/dist/modules/stripe/dto/client-add-fund.dto.d.ts +5 -0
  42. package/dist/modules/stripe/dto/create-payout.dto.d.ts +6 -0
  43. package/dist/modules/stripe/dto/index.d.ts +4 -0
  44. package/dist/modules/stripe/dto/pre-checkout-calculation.dto.d.ts +5 -0
  45. package/dist/modules/stripe/dto/transfer-funds.dto.d.ts +5 -0
  46. package/dist/modules/timesheet/dto/create-default-timesheet-line.dto.d.ts +5 -0
  47. package/dist/modules/timesheet/dto/index.d.ts +1 -0
  48. package/dist/modules/user/client-candidate-preference/dto/index.d.ts +2 -0
  49. package/dist/modules/user/client-candidate-preference/dto/mark-candidate-status-bulk.dto.d.ts +3 -0
  50. package/dist/modules/user/client-candidate-preference/dto/mark-candidate-status.dto.d.ts +3 -0
  51. package/dist/modules/user/client-candidate-preference/index.d.ts +1 -0
  52. package/dist/modules/user/client-profile/dto/client-e-signature.dto.d.ts +3 -0
  53. package/dist/modules/user/client-profile/dto/client-service-agreement-upload.dto.d.ts +3 -0
  54. package/dist/modules/user/client-profile/dto/fetch-freelancer-info-for-chat.dto.d.ts +3 -0
  55. package/dist/modules/user/client-profile/dto/index.d.ts +3 -0
  56. package/dist/modules/user/freelancer-profile/dto/capture-ai-assessment-result.dto.d.ts +5 -0
  57. package/dist/modules/user/freelancer-profile/dto/fetch-client-info-for-chat.dto.d.ts +3 -0
  58. package/dist/modules/user/freelancer-profile/dto/freelancer-e-signature.dto.d.ts +3 -0
  59. package/dist/modules/user/freelancer-profile/dto/index.d.ts +3 -0
  60. package/dist/modules/user/signature/dto/index.d.ts +1 -0
  61. package/dist/modules/user/signature/dto/save-signature.dto.d.ts +4 -0
  62. package/dist/modules/user/signature/index.d.ts +1 -0
  63. package/dist/modules/wallet/dto/add-topup-escrow-amount.dto.d.ts +3 -0
  64. package/dist/modules/wallet/dto/debit-commission-fte-hiring.dto.d.ts +4 -0
  65. package/dist/modules/wallet/dto/index.d.ts +2 -0
  66. package/dist/modules/wallet/index.d.ts +1 -0
  67. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.