@experts_hub/shared 1.0.570 → 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.
- package/dist/index.d.mts +241 -1
- package/dist/index.d.ts +241 -1
- package/dist/index.js +1739 -1002
- package/dist/index.mjs +1577 -883
- package/dist/modules/authentication/dto/index.d.ts +3 -0
- package/dist/modules/authentication/dto/social-auth.dto.d.ts +7 -0
- package/dist/modules/authentication/dto/validate-email.dto.d.ts +3 -0
- package/dist/modules/authentication/dto/validate-mobile.dto.d.ts +3 -0
- package/dist/modules/contract/dto/escrow-fund-contract.dto.d.ts +6 -0
- package/dist/modules/contract/dto/esign-contract-client.dto.d.ts +3 -0
- package/dist/modules/contract/dto/esign-contract-freelancer.dto.d.ts +3 -0
- package/dist/modules/contract/dto/generate-contract.dto.d.ts +5 -0
- package/dist/modules/contract/dto/index.d.ts +4 -0
- package/dist/modules/freelancer-admin/dto/index.d.ts +2 -0
- package/dist/modules/freelancer-admin/dto/send-ai-assessment-link.dto.d.ts +3 -0
- package/dist/modules/freelancer-admin/dto/update-assessment-request-status.dto.d.ts +10 -0
- package/dist/modules/interview/dto/capture-ai-interview-result-public.dto.d.ts +5 -0
- package/dist/modules/interview/dto/create-interview-basic-information.dto.d.ts +10 -0
- package/dist/modules/interview/dto/index.d.ts +4 -0
- package/dist/modules/interview/dto/reject-f2f-interview-reschedule-request.dto.d.ts +1 -1
- package/dist/modules/interview/dto/update-interview-basic-information.dto.d.ts +8 -0
- package/dist/modules/notification/dto/index.d.ts +1 -0
- package/dist/modules/notification/dto/test-notification.dto.d.ts +7 -0
- package/dist/modules/notification/index.d.ts +1 -0
- package/dist/modules/onboarding/dto/index.d.ts +1 -0
- package/dist/modules/onboarding/dto/verify-onboarding-token.dto.d.ts +3 -0
- package/dist/modules/otp/dto/index.d.ts +2 -0
- package/dist/modules/otp/dto/send-otp.dto.d.ts +9 -0
- package/dist/modules/otp/dto/verify-otp.dto.d.ts +5 -0
- package/dist/modules/question/dto/index.d.ts +2 -0
- package/dist/modules/question/dto/record-assessment-answer.dto.d.ts +6 -0
- package/dist/modules/question/dto/record-assessment-answers.dto.d.ts +5 -0
- package/dist/modules/senseloaf/dto/ai-assessment-creation.dto.d.ts +6 -0
- package/dist/modules/senseloaf/dto/ai-interview-link-generation.dto.d.ts +6 -0
- package/dist/modules/senseloaf/dto/ai-interview-template-generation.dto.d.ts +6 -0
- package/dist/modules/senseloaf/dto/check-resume-eligibility.dto.d.ts +5 -0
- package/dist/modules/senseloaf/dto/index.d.ts +6 -0
- package/dist/modules/senseloaf/dto/resume-data-processing.dto.d.ts +5 -0
- package/dist/modules/senseloaf/dto/resume-parsing-by-url.dto.d.ts +4 -0
- package/dist/modules/stripe/dto/client-add-fund.dto.d.ts +5 -0
- package/dist/modules/stripe/dto/create-payout.dto.d.ts +6 -0
- package/dist/modules/stripe/dto/index.d.ts +4 -0
- package/dist/modules/stripe/dto/pre-checkout-calculation.dto.d.ts +5 -0
- package/dist/modules/stripe/dto/transfer-funds.dto.d.ts +5 -0
- package/dist/modules/timesheet/dto/create-default-timesheet-line.dto.d.ts +5 -0
- package/dist/modules/timesheet/dto/index.d.ts +1 -0
- package/dist/modules/user/client-candidate-preference/dto/index.d.ts +2 -0
- package/dist/modules/user/client-candidate-preference/dto/mark-candidate-status-bulk.dto.d.ts +3 -0
- package/dist/modules/user/client-candidate-preference/dto/mark-candidate-status.dto.d.ts +3 -0
- package/dist/modules/user/client-candidate-preference/index.d.ts +1 -0
- package/dist/modules/user/client-profile/dto/client-e-signature.dto.d.ts +3 -0
- package/dist/modules/user/client-profile/dto/client-service-agreement-upload.dto.d.ts +3 -0
- package/dist/modules/user/client-profile/dto/fetch-freelancer-info-for-chat.dto.d.ts +3 -0
- package/dist/modules/user/client-profile/dto/index.d.ts +3 -0
- package/dist/modules/user/freelancer-profile/dto/capture-ai-assessment-result.dto.d.ts +5 -0
- package/dist/modules/user/freelancer-profile/dto/fetch-client-info-for-chat.dto.d.ts +3 -0
- package/dist/modules/user/freelancer-profile/dto/freelancer-e-signature.dto.d.ts +3 -0
- package/dist/modules/user/freelancer-profile/dto/index.d.ts +3 -0
- package/dist/modules/user/signature/dto/index.d.ts +1 -0
- package/dist/modules/user/signature/dto/save-signature.dto.d.ts +4 -0
- package/dist/modules/user/signature/index.d.ts +1 -0
- package/dist/modules/wallet/dto/add-topup-escrow-amount.dto.d.ts +3 -0
- package/dist/modules/wallet/dto/debit-commission-fte-hiring.dto.d.ts +4 -0
- package/dist/modules/wallet/dto/index.d.ts +2 -0
- package/dist/modules/wallet/index.d.ts +1 -0
- 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.