@workwell-global/toolkit 1.1.9 → 1.1.13
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/enums/EntityNames.d.ts +8 -0
- package/dist/enums/EntityNames.d.ts.map +1 -1
- package/dist/enums/EntityNames.js +8 -0
- package/dist/enums/EntityNames.js.map +1 -1
- package/dist/enums/SCLASNStages.d.ts +2 -1
- package/dist/enums/SCLASNStages.d.ts.map +1 -1
- package/dist/enums/SCLASNStages.js +2 -2
- package/dist/enums/SCLASNStages.js.map +1 -1
- package/dist/enums/SCLASNStatus.d.ts +12 -12
- package/dist/enums/SCLASNStatus.d.ts.map +1 -1
- package/dist/enums/SCLASNStatus.js +10 -29
- package/dist/enums/SCLASNStatus.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
- package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
- package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/index.d.ts +522 -166
- package/dist/models/schemas/api/account/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +300 -285
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +310 -208
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2224 -1322
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +29 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/index.d.ts +2221 -1323
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.js +11 -0
- package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
- package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/index.d.ts +595 -191
- package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
- package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
- package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/country/index.d.ts +139 -45
- package/dist/models/schemas/api/country/index.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/index.d.ts +87 -23
- package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
- package/dist/models/schemas/api/download/index.d.ts +2 -0
- package/dist/models/schemas/api/download/index.d.ts.map +1 -0
- package/dist/models/schemas/api/download/index.js +2 -0
- package/dist/models/schemas/api/download/index.js.map +1 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +194 -67
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/index.d.ts +190 -66
- package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.d.ts +3 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.js +3 -0
- package/dist/models/schemas/api/index.js.map +1 -1
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +180 -69
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/margin/index.d.ts +180 -69
- package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/index.d.ts +113 -40
- package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
- package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
- package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/index.js +1 -0
- package/dist/models/schemas/api/referral/index.js.map +1 -1
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
- package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/index.js +11 -0
- package/dist/models/schemas/api/referralLog/index.js.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
- package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/role/index.d.ts +83 -22
- package/dist/models/schemas/api/role/index.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +7 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +7 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +312 -100
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/index.d.ts +296 -99
- package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/index.d.ts +259 -69
- package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +787 -231
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +4 -4
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +157 -46
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/index.d.ts +8 -0
- package/dist/models/schemas/bff/config/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/index.js +8 -0
- package/dist/models/schemas/bff/config/index.js.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +4 -4
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +4 -1
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -1
- package/dist/models/schemas/bff/documents/index.d.ts +2 -0
- package/dist/models/schemas/bff/documents/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/documents/index.js +2 -0
- package/dist/models/schemas/bff/documents/index.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +173 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +170 -46
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiriesSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.js +2 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1341 -467
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +10 -10
- package/dist/models/schemas/bff/enquiryDetail/index.d.ts +11 -0
- package/dist/models/schemas/bff/enquiryDetail/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/index.js +11 -0
- package/dist/models/schemas/bff/enquiryDetail/index.js.map +1 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +6 -20
- package/dist/models/schemas/bff/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/index.js +31 -25
- package/dist/models/schemas/bff/index.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +5 -5
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +5 -5
- package/dist/models/schemas/bff/onboardAWorker/index.d.ts +5 -0
- package/dist/models/schemas/bff/onboardAWorker/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/index.js +5 -0
- package/dist/models/schemas/bff/onboardAWorker/index.js.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
- package/package.json +21 -13
- package/dist/models/crm-dynamics/TChangeRequest.d.ts +0 -67
- package/dist/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
- package/dist/models/crm-dynamics/TChangeRequest.js +0 -2
- package/dist/models/crm-dynamics/TChangeRequest.js.map +0 -1
- package/dist/models/crm-dynamics/TEnquiry.d.ts +0 -68
- package/dist/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
- package/dist/models/crm-dynamics/TEnquiry.js +0 -2
- package/dist/models/crm-dynamics/TEnquiry.js.map +0 -1
- package/dist/models/event/TEvent.d.ts +0 -49
- package/dist/models/event/TEvent.d.ts.map +0 -1
- package/dist/models/event/TEvent.js +0 -9
- package/dist/models/event/TEvent.js.map +0 -1
- package/dist/models/event/TEventBase.d.ts +0 -15
- package/dist/models/event/TEventBase.d.ts.map +0 -1
- package/dist/models/event/TEventBase.js +0 -8
- package/dist/models/event/TEventBase.js.map +0 -1
- package/dist/models/event/TEventCategories.d.ts +0 -738
- package/dist/models/event/TEventCategories.d.ts.map +0 -1
- package/dist/models/event/TEventCategories.js +0 -268
- package/dist/models/event/TEventCategories.js.map +0 -1
- package/dist/models/event/TEventRequest.d.ts +0 -37
- package/dist/models/event/TEventRequest.d.ts.map +0 -1
- package/dist/models/event/TEventRequest.js +0 -10
- package/dist/models/event/TEventRequest.js.map +0 -1
- package/dist/models/event/index.d.ts +0 -5
- package/dist/models/event/index.d.ts.map +0 -1
- package/dist/models/event/index.js +0 -5
- package/dist/models/event/index.js.map +0 -1
- package/dist/models/notification/TNotification.d.ts +0 -389
- package/dist/models/notification/TNotification.d.ts.map +0 -1
- package/dist/models/notification/TNotification.js +0 -13
- package/dist/models/notification/TNotification.js.map +0 -1
- package/dist/models/notification/TNotificationRequest.d.ts +0 -361
- package/dist/models/notification/TNotificationRequest.d.ts.map +0 -1
- package/dist/models/notification/TNotificationRequest.js +0 -19
- package/dist/models/notification/TNotificationRequest.js.map +0 -1
- package/dist/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/notification/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/notification/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/notification/index.d.ts +0 -4
- package/dist/models/notification/index.d.ts.map +0 -1
- package/dist/models/notification/index.js +0 -4
- package/dist/models/notification/index.js.map +0 -1
- package/dist/models/objects/ICombinedAssignmetnSCL.d.ts +0 -58
- package/dist/models/objects/ICombinedAssignmetnSCL.d.ts.map +0 -1
- package/dist/models/objects/ICombinedAssignmetnSCL.js +0 -2
- package/dist/models/objects/ICombinedAssignmetnSCL.js.map +0 -1
- package/dist/models/objects/TChangeRequest.d.ts +0 -65
- package/dist/models/objects/TChangeRequest.d.ts.map +0 -1
- package/dist/models/objects/TChangeRequest.js +0 -2
- package/dist/models/objects/TChangeRequest.js.map +0 -1
- package/dist/models/objects/TEnquiry.d.ts +0 -75
- package/dist/models/objects/TEnquiry.d.ts.map +0 -1
- package/dist/models/objects/TEnquiry.js +0 -2
- package/dist/models/objects/TEnquiry.js.map +0 -1
- package/dist/models/objects/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/objects/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/objects/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/objects/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/schemas/TEvent.d.ts +0 -48
- package/dist/models/schemas/TEvent.d.ts.map +0 -1
- package/dist/models/schemas/TEvent.js +0 -9
- package/dist/models/schemas/TEvent.js.map +0 -1
- package/dist/models/schemas/TEventBase.d.ts +0 -15
- package/dist/models/schemas/TEventBase.d.ts.map +0 -1
- package/dist/models/schemas/TEventBase.js +0 -7
- package/dist/models/schemas/TEventBase.js.map +0 -1
- package/dist/models/schemas/TEventCategories.d.ts +0 -737
- package/dist/models/schemas/TEventCategories.d.ts.map +0 -1
- package/dist/models/schemas/TEventCategories.js +0 -268
- package/dist/models/schemas/TEventCategories.js.map +0 -1
- package/dist/models/schemas/TEventRequest.d.ts +0 -36
- package/dist/models/schemas/TEventRequest.d.ts.map +0 -1
- package/dist/models/schemas/TEventRequest.js +0 -10
- package/dist/models/schemas/TEventRequest.js.map +0 -1
- package/dist/models/schemas/TNotification.d.ts +0 -388
- package/dist/models/schemas/TNotification.d.ts.map +0 -1
- package/dist/models/schemas/TNotification.js +0 -12
- package/dist/models/schemas/TNotification.js.map +0 -1
- package/dist/models/schemas/TNotificationRequest.d.ts +0 -360
- package/dist/models/schemas/TNotificationRequest.d.ts.map +0 -1
- package/dist/models/schemas/TNotificationRequest.js +0 -19
- package/dist/models/schemas/TNotificationRequest.js.map +0 -1
- package/dist/models/schemas/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/schemas/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/schemas/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/schemas/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/schemas/notification/index.d.ts.map +0 -1
- package/dist/models/schemas/notification/index.js.map +0 -1
- package/dist/models/types/TCommon.d.ts +0 -16
- package/dist/models/types/TCommon.d.ts.map +0 -1
- package/dist/models/types/TCommon.js +0 -2
- package/dist/models/types/TCommon.js.map +0 -1
- package/dist/models/types/TStages.d.ts +0 -16
- package/dist/models/types/TStages.d.ts.map +0 -1
- package/dist/models/types/TStages.js +0 -2
- package/dist/models/types/TStages.js.map +0 -1
- package/dist/models/user-settings/TServiceUserSettings.d.ts +0 -118
- package/dist/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
- package/dist/models/user-settings/TServiceUserSettings.js +0 -80
- package/dist/models/user-settings/TServiceUserSettings.js.map +0 -1
- package/dist/models/user-settings/index.d.ts +0 -2
- package/dist/models/user-settings/index.d.ts.map +0 -1
- package/dist/models/user-settings/index.js +0 -2
- package/dist/models/user-settings/index.js.map +0 -1
- package/dist/types/enums/LinkedRoles.d.ts +0 -5
- package/dist/types/enums/LinkedRoles.d.ts.map +0 -1
- package/dist/types/enums/RBACPermissions.d.ts +0 -33
- package/dist/types/enums/RBACPermissions.d.ts.map +0 -1
- package/dist/types/enums/Regions.d.ts +0 -10
- package/dist/types/enums/Regions.d.ts.map +0 -1
- package/dist/types/enums/SCLASNStages.d.ts +0 -26
- package/dist/types/enums/SCLASNStages.d.ts.map +0 -1
- package/dist/types/enums/SCLASNStatus.d.ts +0 -13
- package/dist/types/enums/SCLASNStatus.d.ts.map +0 -1
- package/dist/types/enums/SolutionCategories.d.ts +0 -7
- package/dist/types/enums/SolutionCategories.d.ts.map +0 -1
- package/dist/types/enums/SolutionTypes.d.ts +0 -6
- package/dist/types/enums/SolutionTypes.d.ts.map +0 -1
- package/dist/types/enums/index.d.ts +0 -8
- package/dist/types/enums/index.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -2
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IAccount.d.ts +0 -276
- package/dist/types/models/crm-dynamics/IAccount.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IAddresses.d.ts +0 -52
- package/dist/types/models/crm-dynamics/IAddresses.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IApplication.d.ts +0 -27
- package/dist/types/models/crm-dynamics/IApplication.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IBankAccounts.d.ts +0 -42
- package/dist/types/models/crm-dynamics/IBankAccounts.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts +0 -10
- package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts +0 -14
- package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IContact.d.ts +0 -311
- package/dist/types/models/crm-dynamics/IContact.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IContractorDocument.d.ts +0 -27
- package/dist/types/models/crm-dynamics/IContractorDocument.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IDocumentBase.d.ts +0 -41
- package/dist/types/models/crm-dynamics/IDocumentBase.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ISystemUser.d.ts +0 -151
- package/dist/types/models/crm-dynamics/ISystemUser.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts +0 -9
- package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/TChangeRequest.d.ts +0 -67
- package/dist/types/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/TEnquiry.d.ts +0 -68
- package/dist/types/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/index.d.ts +0 -14
- package/dist/types/models/crm-dynamics/index.d.ts.map +0 -1
- package/dist/types/models/event/TEvent.d.ts +0 -49
- package/dist/types/models/event/TEvent.d.ts.map +0 -1
- package/dist/types/models/event/TEventBase.d.ts +0 -15
- package/dist/types/models/event/TEventBase.d.ts.map +0 -1
- package/dist/types/models/event/TEventCategories.d.ts +0 -738
- package/dist/types/models/event/TEventCategories.d.ts.map +0 -1
- package/dist/types/models/event/TEventRequest.d.ts +0 -37
- package/dist/types/models/event/TEventRequest.d.ts.map +0 -1
- package/dist/types/models/event/index.d.ts +0 -5
- package/dist/types/models/event/index.d.ts.map +0 -1
- package/dist/types/models/integration-auth0/IAuthUser.d.ts +0 -37
- package/dist/types/models/integration-auth0/IAuthUser.d.ts.map +0 -1
- package/dist/types/models/notification/TNotification.d.ts +0 -389
- package/dist/types/models/notification/TNotification.d.ts.map +0 -1
- package/dist/types/models/notification/TNotificationRequest.d.ts +0 -361
- package/dist/types/models/notification/TNotificationRequest.d.ts.map +0 -1
- package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/types/models/notification/index.d.ts +0 -4
- package/dist/types/models/notification/index.d.ts.map +0 -1
- package/dist/types/models/objects/IAccount.d.ts +0 -58
- package/dist/types/models/objects/IAccount.d.ts.map +0 -1
- package/dist/types/models/objects/IAddress.d.ts +0 -27
- package/dist/types/models/objects/IAddress.d.ts.map +0 -1
- package/dist/types/models/objects/IApplication.d.ts +0 -14
- package/dist/types/models/objects/IApplication.d.ts.map +0 -1
- package/dist/types/models/objects/IBankAccounts.d.ts +0 -38
- package/dist/types/models/objects/IBankAccounts.d.ts.map +0 -1
- package/dist/types/models/objects/ICompany.d.ts +0 -16
- package/dist/types/models/objects/ICompany.d.ts.map +0 -1
- package/dist/types/models/objects/ICompanyDocument.d.ts +0 -61
- package/dist/types/models/objects/ICompanyDocument.d.ts.map +0 -1
- package/dist/types/models/objects/ICompanyPosition.d.ts +0 -6
- package/dist/types/models/objects/ICompanyPosition.d.ts.map +0 -1
- package/dist/types/models/objects/IContact.d.ts +0 -147
- package/dist/types/models/objects/IContact.d.ts.map +0 -1
- package/dist/types/models/objects/IContactMethod.d.ts +0 -9
- package/dist/types/models/objects/IContactMethod.d.ts.map +0 -1
- package/dist/types/models/objects/IContract.d.ts +0 -38
- package/dist/types/models/objects/IContract.d.ts.map +0 -1
- package/dist/types/models/objects/IContractor.d.ts +0 -4
- package/dist/types/models/objects/IContractor.d.ts.map +0 -1
- package/dist/types/models/objects/IContractorDocument.d.ts +0 -60
- package/dist/types/models/objects/IContractorDocument.d.ts.map +0 -1
- package/dist/types/models/objects/ICurrency.d.ts +0 -9
- package/dist/types/models/objects/ICurrency.d.ts.map +0 -1
- package/dist/types/models/objects/IEmployee.d.ts +0 -4
- package/dist/types/models/objects/IEmployee.d.ts.map +0 -1
- package/dist/types/models/objects/INote.d.ts +0 -7
- package/dist/types/models/objects/INote.d.ts.map +0 -1
- package/dist/types/models/objects/IOrganisation.d.ts +0 -31
- package/dist/types/models/objects/IOrganisation.d.ts.map +0 -1
- package/dist/types/models/objects/IPerson.d.ts +0 -14
- package/dist/types/models/objects/IPerson.d.ts.map +0 -1
- package/dist/types/models/objects/ISystemUser.d.ts +0 -15
- package/dist/types/models/objects/ISystemUser.d.ts.map +0 -1
- package/dist/types/models/objects/IUser.d.ts +0 -8
- package/dist/types/models/objects/IUser.d.ts.map +0 -1
- package/dist/types/models/objects/IWebPortalLogin.d.ts +0 -9
- package/dist/types/models/objects/IWebPortalLogin.d.ts.map +0 -1
- package/dist/types/models/objects/TChangeRequest.d.ts +0 -65
- package/dist/types/models/objects/TChangeRequest.d.ts.map +0 -1
- package/dist/types/models/objects/TEnquiry.d.ts +0 -75
- package/dist/types/models/objects/TEnquiry.d.ts.map +0 -1
- package/dist/types/models/objects/index.d.ts +0 -23
- package/dist/types/models/objects/index.d.ts.map +0 -1
- package/dist/types/models/types/TCommon.d.ts +0 -12
- package/dist/types/models/types/TCommon.d.ts.map +0 -1
- package/dist/types/models/types/index.d.ts +0 -2
- package/dist/types/models/types/index.d.ts.map +0 -1
- package/dist/types/models/user-settings/TServiceUserSettings.d.ts +0 -118
- package/dist/types/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
- package/dist/types/services/index.d.ts +0 -2
- package/dist/types/services/index.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/calculate.d.ts +0 -3
- package/dist/types/utils/date-and-time/calculate.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/format.d.ts +0 -2
- package/dist/types/utils/date-and-time/format.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/index.d.ts +0 -3
- package/dist/types/utils/date-and-time/index.d.ts.map +0 -1
- package/dist/types/utils/encoding/index.d.ts +0 -2
- package/dist/types/utils/encoding/index.d.ts.map +0 -1
- package/dist/types/utils/encoding/stringBySecret.d.ts +0 -3
- package/dist/types/utils/encoding/stringBySecret.d.ts.map +0 -1
- package/dist/types/utils/strings/index.d.ts +0 -2
- package/dist/types/utils/strings/index.d.ts.map +0 -1
- package/dist/utils/strings/strings.d.ts +0 -11
- package/dist/utils/strings/strings.d.ts.map +0 -1
- package/dist/utils/strings/strings.js +0 -34
- package/dist/utils/strings/strings.js.map +0 -1
- /package/dist/models/schemas/{notification → bff/referralsSummary}/index.d.ts +0 -0
- /package/dist/models/schemas/{notification → bff/referralsSummary}/index.js +0 -0
|
@@ -1,110 +1,51 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const SPostOnboardAWorkerReferralBFF: z.ZodObject<
|
|
3
|
-
readonly
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
readonly
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
readonly
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
readonly
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
readonly sendPortalInvite: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
39
|
-
readonly notGoingAheadReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
40
|
-
readonly campaignValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
41
|
-
readonly notGoingAheadReasonDetail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
42
|
-
readonly frameworkAgreementRecD: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
43
|
-
readonly assignmentScheduleRecD: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
44
|
-
readonly isRollingContract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
45
|
-
readonly fullTimePartTime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
46
|
-
readonly possibilityOfExtension: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
47
|
-
readonly localAccountantReferralRequired: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
48
|
-
readonly name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
49
|
-
readonly agencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
50
|
-
readonly accountManagerValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
51
|
-
readonly agencyBranchValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
52
|
-
readonly agencyContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
53
|
-
readonly endClient: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
54
|
-
readonly marginOnlyCompanyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
55
|
-
readonly jobType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
56
|
-
readonly startDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
57
|
-
readonly endDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
58
|
-
readonly jobRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
59
|
-
readonly contractorPayRateCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
60
|
-
readonly contractPayRate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
61
|
-
readonly contractRateFrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
62
|
-
readonly contractPayFrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
63
|
-
readonly hoursWorked: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
64
|
-
readonly hoursWorkedUnit: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
65
|
-
readonly countryOfTaxResidenceValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
66
|
-
readonly cityOfWork: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
67
|
-
readonly onshoreOffshore: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
68
|
-
readonly workPermitSponsorship: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
69
|
-
readonly workPermitCost: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
70
|
-
readonly workPermitPaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
71
|
-
readonly doesContractorRequireRtwInContractCountry: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
72
|
-
readonly doesContractorHaveRtwInTheContractCountry: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
73
|
-
readonly ifNoWhoIsArrangingVisa: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
74
|
-
readonly placeholderForSiFlow: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
75
|
-
readonly approvedByValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
76
|
-
readonly approvedOn: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
77
|
-
readonly rejectReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
78
|
-
readonly complianceStatementRequired: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
79
|
-
readonly complianceStatementGenerated: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
80
|
-
readonly placeholderForGeneratingComplianceStatement: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
81
|
-
readonly doNotChaseForTheFollowingDocuments: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
82
|
-
readonly solutionConfirmation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
83
|
-
readonly salesEmailReviewed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
84
|
-
readonly taxSimulationReviewed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
85
|
-
readonly feeConfirmedInWriting: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
86
|
-
readonly passportCopyReviewedForRightToWork: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
87
|
-
readonly agencyContractIssuedToTheCorrectEntity: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
88
|
-
readonly contractFeeRatesCurrencyMatchRegForm: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
89
|
-
readonly contractTemplateToBeUsedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
90
|
-
readonly specificDocumentsToBeRequested: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
91
|
-
readonly specialConditions: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
92
|
-
readonly additionalInformation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
93
|
-
readonly willTheContractorBePaidVatByWorkwellGlobal: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
94
|
-
readonly introductionToInCountryContact: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
95
|
-
readonly ensureLimosaHasBeenFiled: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
96
|
-
readonly placeholderForKbSearch: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
97
|
-
readonly reportingStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
98
|
-
}, "contractorValue" | "agencyValue" | "agencyContactValue" | "originatingSimulationValue">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
99
|
-
contractorValue?: string | null | undefined;
|
|
100
|
-
agencyValue?: string | null | undefined;
|
|
101
|
-
agencyContactValue?: string | null | undefined;
|
|
102
|
-
originatingSimulationValue?: string | null | undefined;
|
|
2
|
+
export declare const SPostOnboardAWorkerReferralBFF: z.ZodObject<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
3
|
+
readonly _ww_ca_contractor_value: {
|
|
4
|
+
readonly relationshipName: "ww_ca_Contractor";
|
|
5
|
+
readonly entity: "contacts";
|
|
6
|
+
readonly pretty: "contractor/contractorValue";
|
|
7
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
|
+
};
|
|
9
|
+
readonly _ww_ca_agency_value: {
|
|
10
|
+
readonly relationshipName: "ww_ca_Agency";
|
|
11
|
+
readonly entity: "accounts";
|
|
12
|
+
readonly pretty: "agency/agencyValue";
|
|
13
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
};
|
|
15
|
+
readonly _ww_ca_agencyconsultant_value: {
|
|
16
|
+
readonly relationshipName: "ww_ca_AgencyConsultant";
|
|
17
|
+
readonly entity: "contacts";
|
|
18
|
+
readonly pretty: "agency/agencyContactValue";
|
|
19
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
};
|
|
21
|
+
readonly _ww_originatingsimulation_value: {
|
|
22
|
+
readonly relationshipName: "ww_OriginatingSimulation";
|
|
23
|
+
readonly entity: "ww_salaryillustrations";
|
|
24
|
+
readonly pretty: "origin/originatingSimulationValue";
|
|
25
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
};
|
|
27
|
+
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
28
|
+
agency: {
|
|
29
|
+
agencyValue?: string | null | undefined;
|
|
30
|
+
agencyContactValue?: string | null | undefined;
|
|
31
|
+
};
|
|
32
|
+
contractor: {
|
|
33
|
+
contractorValue?: string | null | undefined;
|
|
34
|
+
};
|
|
35
|
+
origin: {
|
|
36
|
+
originatingSimulationValue?: string | null | undefined;
|
|
37
|
+
};
|
|
103
38
|
}, {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
39
|
+
agency: {
|
|
40
|
+
agencyValue?: string | null | undefined;
|
|
41
|
+
agencyContactValue?: string | null | undefined;
|
|
42
|
+
};
|
|
43
|
+
contractor: {
|
|
44
|
+
contractorValue?: string | null | undefined;
|
|
45
|
+
};
|
|
46
|
+
origin: {
|
|
47
|
+
originatingSimulationValue?: string | null | undefined;
|
|
48
|
+
};
|
|
108
49
|
}>;
|
|
109
50
|
export type TPostOnboardAWorkerReferralBFF = z.infer<typeof SPostOnboardAWorkerReferralBFF>;
|
|
110
51
|
//# sourceMappingURL=SPostOnboardAWorkerReferral.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SPostOnboardAWorkerReferral.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"SPostOnboardAWorkerReferral.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO1C,CAAA;AAED,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAA"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
import { createPrettySchema, pickPrettyFields, } from '../../api/_entityTools/SchemasEntityTools.js';
|
|
3
|
+
import { referralFields } from '../../api/referral/DReferralAPI.js';
|
|
4
|
+
export const SPostOnboardAWorkerReferralBFF = createPrettySchema(pickPrettyFields(referralFields, [
|
|
5
|
+
'contractor/contractorValue',
|
|
6
|
+
'agency/agencyContactValue',
|
|
7
|
+
'agency/agencyValue',
|
|
8
|
+
'origin/originatingSimulationValue',
|
|
9
|
+
]));
|
|
9
10
|
//# sourceMappingURL=SPostOnboardAWorkerReferral.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SPostOnboardAWorkerReferral.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"SPostOnboardAWorkerReferral.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EACL,kBAAkB,EAClB,gBAAgB,GACjB,MAAM,8CAA8C,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAA;AAEnE,MAAM,CAAC,MAAM,8BAA8B,GAAG,kBAAkB,CAC9D,gBAAgB,CAAC,cAAc,EAAE;IAC/B,4BAA4B;IAC5B,2BAA2B;IAC3B,oBAAoB;IACpB,mCAAmC;CACpC,CAAC,CACH,CAAA"}
|
|
@@ -41,21 +41,21 @@ export declare const SPostOnboardAWorkerSimulationBFF: z.ZodObject<Pick<{
|
|
|
41
41
|
readonly solutionType: z.ZodOptional<z.ZodTypeAny>;
|
|
42
42
|
readonly rejectionReason: z.ZodOptional<z.ZodTypeAny>;
|
|
43
43
|
readonly rejectionReasonDetail: z.ZodOptional<z.ZodTypeAny>;
|
|
44
|
-
}, "
|
|
45
|
-
endClient?: string | null | undefined;
|
|
44
|
+
}, "jobTitle" | "endClient" | "jobDescription" | "agencyValue" | "agencyContactValue" | "simulationStatus" | "paymentFrequency" | "workerValue">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
46
45
|
jobTitle?: string | null | undefined;
|
|
46
|
+
endClient?: string | null | undefined;
|
|
47
|
+
jobDescription?: string | null | undefined;
|
|
47
48
|
agencyValue?: string | null | undefined;
|
|
48
49
|
agencyContactValue?: string | null | undefined;
|
|
49
|
-
jobDescription?: string | null | undefined;
|
|
50
50
|
simulationStatus?: number | null | undefined;
|
|
51
51
|
paymentFrequency?: number | null | undefined;
|
|
52
52
|
workerValue?: string | null | undefined;
|
|
53
53
|
}, {
|
|
54
|
-
endClient?: string | null | undefined;
|
|
55
54
|
jobTitle?: string | null | undefined;
|
|
55
|
+
endClient?: string | null | undefined;
|
|
56
|
+
jobDescription?: string | null | undefined;
|
|
56
57
|
agencyValue?: string | null | undefined;
|
|
57
58
|
agencyContactValue?: string | null | undefined;
|
|
58
|
-
jobDescription?: string | null | undefined;
|
|
59
59
|
simulationStatus?: number | null | undefined;
|
|
60
60
|
paymentFrequency?: number | null | undefined;
|
|
61
61
|
workerValue?: string | null | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/onboardAWorker/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA;AACxC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,kCAAkC,CAAA;AAChD,cAAc,oCAAoC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/onboardAWorker/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA;AACxC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,kCAAkC,CAAA;AAChD,cAAc,oCAAoC,CAAA"}
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SReferralBase: z.ZodObject<{
|
|
3
|
+
readonly referralId: z.ZodOptional<z.ZodString>;
|
|
4
|
+
readonly name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5
|
+
readonly progress: z.ZodOptional<z.ZodObject<{
|
|
6
|
+
readonly stage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7
|
+
readonly stageReason: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8
|
+
readonly reportingStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
10
|
+
stage?: number | null | undefined;
|
|
11
|
+
stageReason?: number | null | undefined;
|
|
12
|
+
reportingStatus?: number | null | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
stage?: number | null | undefined;
|
|
15
|
+
stageReason?: number | null | undefined;
|
|
16
|
+
reportingStatus?: number | null | undefined;
|
|
17
|
+
}>>;
|
|
18
|
+
readonly contractor: z.ZodOptional<z.ZodObject<{
|
|
19
|
+
readonly contractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
readonly contractorFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
22
|
+
contractorValue?: string | null | undefined;
|
|
23
|
+
contractorFormattedValue?: string | null | undefined;
|
|
24
|
+
}, {
|
|
25
|
+
contractorValue?: string | null | undefined;
|
|
26
|
+
contractorFormattedValue?: string | null | undefined;
|
|
27
|
+
}>>;
|
|
28
|
+
readonly assignment: z.ZodOptional<z.ZodObject<{
|
|
29
|
+
readonly jobType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
30
|
+
readonly startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
readonly endDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
|
+
readonly workCountry: z.ZodTypeAny;
|
|
33
|
+
readonly solution: z.ZodTypeAny;
|
|
34
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
35
|
+
solution?: any;
|
|
36
|
+
jobType?: number | null | undefined;
|
|
37
|
+
startDate?: string | null | undefined;
|
|
38
|
+
endDate?: string | null | undefined;
|
|
39
|
+
workCountry?: any;
|
|
40
|
+
}, {
|
|
41
|
+
solution?: any;
|
|
42
|
+
jobType?: number | null | undefined;
|
|
43
|
+
startDate?: string | null | undefined;
|
|
44
|
+
endDate?: string | null | undefined;
|
|
45
|
+
workCountry?: any;
|
|
46
|
+
}>>;
|
|
47
|
+
readonly agency: z.ZodOptional<z.ZodObject<{
|
|
48
|
+
readonly agencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
|
+
readonly agencyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50
|
+
readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
+
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
53
|
+
agencyValue?: string | null | undefined;
|
|
54
|
+
agencyContactValue?: string | null | undefined;
|
|
55
|
+
agencyFormattedValue?: string | null | undefined;
|
|
56
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
57
|
+
}, {
|
|
58
|
+
agencyValue?: string | null | undefined;
|
|
59
|
+
agencyContactValue?: string | null | undefined;
|
|
60
|
+
agencyFormattedValue?: string | null | undefined;
|
|
61
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
62
|
+
}>>;
|
|
63
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
64
|
+
agency?: {
|
|
65
|
+
agencyValue?: string | null | undefined;
|
|
66
|
+
agencyContactValue?: string | null | undefined;
|
|
67
|
+
agencyFormattedValue?: string | null | undefined;
|
|
68
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
69
|
+
} | undefined;
|
|
70
|
+
assignment?: {
|
|
71
|
+
solution?: any;
|
|
72
|
+
jobType?: number | null | undefined;
|
|
73
|
+
startDate?: string | null | undefined;
|
|
74
|
+
endDate?: string | null | undefined;
|
|
75
|
+
workCountry?: any;
|
|
76
|
+
} | undefined;
|
|
77
|
+
name?: string | null | undefined;
|
|
78
|
+
referralId?: string | undefined;
|
|
79
|
+
progress?: {
|
|
80
|
+
stage?: number | null | undefined;
|
|
81
|
+
stageReason?: number | null | undefined;
|
|
82
|
+
reportingStatus?: number | null | undefined;
|
|
83
|
+
} | undefined;
|
|
84
|
+
contractor?: {
|
|
85
|
+
contractorValue?: string | null | undefined;
|
|
86
|
+
contractorFormattedValue?: string | null | undefined;
|
|
87
|
+
} | undefined;
|
|
88
|
+
}, {
|
|
89
|
+
agency?: {
|
|
90
|
+
agencyValue?: string | null | undefined;
|
|
91
|
+
agencyContactValue?: string | null | undefined;
|
|
92
|
+
agencyFormattedValue?: string | null | undefined;
|
|
93
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
94
|
+
} | undefined;
|
|
95
|
+
assignment?: {
|
|
96
|
+
solution?: any;
|
|
97
|
+
jobType?: number | null | undefined;
|
|
98
|
+
startDate?: string | null | undefined;
|
|
99
|
+
endDate?: string | null | undefined;
|
|
100
|
+
workCountry?: any;
|
|
101
|
+
} | undefined;
|
|
102
|
+
name?: string | null | undefined;
|
|
103
|
+
referralId?: string | undefined;
|
|
104
|
+
progress?: {
|
|
105
|
+
stage?: number | null | undefined;
|
|
106
|
+
stageReason?: number | null | undefined;
|
|
107
|
+
reportingStatus?: number | null | undefined;
|
|
108
|
+
} | undefined;
|
|
109
|
+
contractor?: {
|
|
110
|
+
contractorValue?: string | null | undefined;
|
|
111
|
+
contractorFormattedValue?: string | null | undefined;
|
|
112
|
+
} | undefined;
|
|
113
|
+
}>;
|
|
114
|
+
export declare const SGetReferralSummaryBFF: z.ZodEffects<z.ZodObject<{
|
|
115
|
+
readonly referralId: z.ZodOptional<z.ZodString>;
|
|
116
|
+
readonly name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
117
|
+
readonly progress: z.ZodOptional<z.ZodObject<{
|
|
118
|
+
readonly stage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
119
|
+
readonly stageReason: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
120
|
+
readonly reportingStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
121
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
122
|
+
stage?: number | null | undefined;
|
|
123
|
+
stageReason?: number | null | undefined;
|
|
124
|
+
reportingStatus?: number | null | undefined;
|
|
125
|
+
}, {
|
|
126
|
+
stage?: number | null | undefined;
|
|
127
|
+
stageReason?: number | null | undefined;
|
|
128
|
+
reportingStatus?: number | null | undefined;
|
|
129
|
+
}>>;
|
|
130
|
+
readonly contractor: z.ZodOptional<z.ZodObject<{
|
|
131
|
+
readonly contractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132
|
+
readonly contractorFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
133
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
134
|
+
contractorValue?: string | null | undefined;
|
|
135
|
+
contractorFormattedValue?: string | null | undefined;
|
|
136
|
+
}, {
|
|
137
|
+
contractorValue?: string | null | undefined;
|
|
138
|
+
contractorFormattedValue?: string | null | undefined;
|
|
139
|
+
}>>;
|
|
140
|
+
readonly assignment: z.ZodOptional<z.ZodObject<{
|
|
141
|
+
readonly jobType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
142
|
+
readonly startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
143
|
+
readonly endDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
144
|
+
readonly workCountry: z.ZodTypeAny;
|
|
145
|
+
readonly solution: z.ZodTypeAny;
|
|
146
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
147
|
+
solution?: any;
|
|
148
|
+
jobType?: number | null | undefined;
|
|
149
|
+
startDate?: string | null | undefined;
|
|
150
|
+
endDate?: string | null | undefined;
|
|
151
|
+
workCountry?: any;
|
|
152
|
+
}, {
|
|
153
|
+
solution?: any;
|
|
154
|
+
jobType?: number | null | undefined;
|
|
155
|
+
startDate?: string | null | undefined;
|
|
156
|
+
endDate?: string | null | undefined;
|
|
157
|
+
workCountry?: any;
|
|
158
|
+
}>>;
|
|
159
|
+
readonly agency: z.ZodOptional<z.ZodObject<{
|
|
160
|
+
readonly agencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
161
|
+
readonly agencyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
162
|
+
readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
163
|
+
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
164
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
165
|
+
agencyValue?: string | null | undefined;
|
|
166
|
+
agencyContactValue?: string | null | undefined;
|
|
167
|
+
agencyFormattedValue?: string | null | undefined;
|
|
168
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
169
|
+
}, {
|
|
170
|
+
agencyValue?: string | null | undefined;
|
|
171
|
+
agencyContactValue?: string | null | undefined;
|
|
172
|
+
agencyFormattedValue?: string | null | undefined;
|
|
173
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
174
|
+
}>>;
|
|
175
|
+
} & {
|
|
176
|
+
type: z.ZodCatch<z.ZodLiteral<"referral">>;
|
|
177
|
+
stageReasonLastChangedAt: z.ZodCatch<z.ZodNullable<z.ZodString>>;
|
|
178
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
179
|
+
type: "referral";
|
|
180
|
+
stageReasonLastChangedAt: string | null;
|
|
181
|
+
agency?: {
|
|
182
|
+
agencyValue?: string | null | undefined;
|
|
183
|
+
agencyContactValue?: string | null | undefined;
|
|
184
|
+
agencyFormattedValue?: string | null | undefined;
|
|
185
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
186
|
+
} | undefined;
|
|
187
|
+
assignment?: {
|
|
188
|
+
solution?: any;
|
|
189
|
+
jobType?: number | null | undefined;
|
|
190
|
+
startDate?: string | null | undefined;
|
|
191
|
+
endDate?: string | null | undefined;
|
|
192
|
+
workCountry?: any;
|
|
193
|
+
} | undefined;
|
|
194
|
+
name?: string | null | undefined;
|
|
195
|
+
referralId?: string | undefined;
|
|
196
|
+
progress?: {
|
|
197
|
+
stage?: number | null | undefined;
|
|
198
|
+
stageReason?: number | null | undefined;
|
|
199
|
+
reportingStatus?: number | null | undefined;
|
|
200
|
+
} | undefined;
|
|
201
|
+
contractor?: {
|
|
202
|
+
contractorValue?: string | null | undefined;
|
|
203
|
+
contractorFormattedValue?: string | null | undefined;
|
|
204
|
+
} | undefined;
|
|
205
|
+
}, {
|
|
206
|
+
agency?: {
|
|
207
|
+
agencyValue?: string | null | undefined;
|
|
208
|
+
agencyContactValue?: string | null | undefined;
|
|
209
|
+
agencyFormattedValue?: string | null | undefined;
|
|
210
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
211
|
+
} | undefined;
|
|
212
|
+
type?: unknown;
|
|
213
|
+
assignment?: {
|
|
214
|
+
solution?: any;
|
|
215
|
+
jobType?: number | null | undefined;
|
|
216
|
+
startDate?: string | null | undefined;
|
|
217
|
+
endDate?: string | null | undefined;
|
|
218
|
+
workCountry?: any;
|
|
219
|
+
} | undefined;
|
|
220
|
+
name?: string | null | undefined;
|
|
221
|
+
referralId?: string | undefined;
|
|
222
|
+
progress?: {
|
|
223
|
+
stage?: number | null | undefined;
|
|
224
|
+
stageReason?: number | null | undefined;
|
|
225
|
+
reportingStatus?: number | null | undefined;
|
|
226
|
+
} | undefined;
|
|
227
|
+
contractor?: {
|
|
228
|
+
contractorValue?: string | null | undefined;
|
|
229
|
+
contractorFormattedValue?: string | null | undefined;
|
|
230
|
+
} | undefined;
|
|
231
|
+
stageReasonLastChangedAt?: unknown;
|
|
232
|
+
}>, {
|
|
233
|
+
statusDetails: {
|
|
234
|
+
isTaggedStatus: boolean;
|
|
235
|
+
isChangeRequest: boolean;
|
|
236
|
+
isEndingSoon: boolean;
|
|
237
|
+
displayKey: import("../../../types/Stages.js").TStageDisplayTextKey;
|
|
238
|
+
progressedToStatusGroupDate: undefined;
|
|
239
|
+
status: import("../../../types/Statuses.js").TStatusGroup;
|
|
240
|
+
statusAgency?: never;
|
|
241
|
+
statusWorker?: never;
|
|
242
|
+
} | {
|
|
243
|
+
isTaggedStatus: boolean;
|
|
244
|
+
isChangeRequest: boolean;
|
|
245
|
+
isEndingSoon: boolean;
|
|
246
|
+
displayKey: import("../../../types/Stages.js").TStageDisplayTextKey;
|
|
247
|
+
progressedToStatusGroupDate: undefined;
|
|
248
|
+
statusAgency: import("../../../types/Statuses.js").TStatusGroup;
|
|
249
|
+
statusWorker: import("../../../types/Statuses.js").TStatusGroup;
|
|
250
|
+
status?: never;
|
|
251
|
+
};
|
|
252
|
+
type: "referral";
|
|
253
|
+
stageReasonLastChangedAt: string | null;
|
|
254
|
+
agency?: {
|
|
255
|
+
agencyValue?: string | null | undefined;
|
|
256
|
+
agencyContactValue?: string | null | undefined;
|
|
257
|
+
agencyFormattedValue?: string | null | undefined;
|
|
258
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
259
|
+
} | undefined;
|
|
260
|
+
assignment?: {
|
|
261
|
+
solution?: any;
|
|
262
|
+
jobType?: number | null | undefined;
|
|
263
|
+
startDate?: string | null | undefined;
|
|
264
|
+
endDate?: string | null | undefined;
|
|
265
|
+
workCountry?: any;
|
|
266
|
+
} | undefined;
|
|
267
|
+
name?: string | null | undefined;
|
|
268
|
+
referralId?: string | undefined;
|
|
269
|
+
progress?: {
|
|
270
|
+
stage?: number | null | undefined;
|
|
271
|
+
stageReason?: number | null | undefined;
|
|
272
|
+
reportingStatus?: number | null | undefined;
|
|
273
|
+
} | undefined;
|
|
274
|
+
contractor?: {
|
|
275
|
+
contractorValue?: string | null | undefined;
|
|
276
|
+
contractorFormattedValue?: string | null | undefined;
|
|
277
|
+
} | undefined;
|
|
278
|
+
}, {
|
|
279
|
+
agency?: {
|
|
280
|
+
agencyValue?: string | null | undefined;
|
|
281
|
+
agencyContactValue?: string | null | undefined;
|
|
282
|
+
agencyFormattedValue?: string | null | undefined;
|
|
283
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
284
|
+
} | undefined;
|
|
285
|
+
type?: unknown;
|
|
286
|
+
assignment?: {
|
|
287
|
+
solution?: any;
|
|
288
|
+
jobType?: number | null | undefined;
|
|
289
|
+
startDate?: string | null | undefined;
|
|
290
|
+
endDate?: string | null | undefined;
|
|
291
|
+
workCountry?: any;
|
|
292
|
+
} | undefined;
|
|
293
|
+
name?: string | null | undefined;
|
|
294
|
+
referralId?: string | undefined;
|
|
295
|
+
progress?: {
|
|
296
|
+
stage?: number | null | undefined;
|
|
297
|
+
stageReason?: number | null | undefined;
|
|
298
|
+
reportingStatus?: number | null | undefined;
|
|
299
|
+
} | undefined;
|
|
300
|
+
contractor?: {
|
|
301
|
+
contractorValue?: string | null | undefined;
|
|
302
|
+
contractorFormattedValue?: string | null | undefined;
|
|
303
|
+
} | undefined;
|
|
304
|
+
stageReasonLastChangedAt?: unknown;
|
|
305
|
+
}>;
|
|
306
|
+
//# sourceMappingURL=SGetReferralsSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SGetReferralsSummary.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/referralsSummary/SGetReferralsSummary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBf,CAAA;AAEX,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQjC,CAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { createPrettySchema, pickPrettyFields, } from '../../api/_entityTools/SchemasEntityTools.js';
|
|
3
|
+
import { referralFields } from '../../api/referral/DReferralAPI.js';
|
|
4
|
+
import { referralStatusDetails } from '../helpers/ReferralHelper.js';
|
|
5
|
+
export const SReferralBase = createPrettySchema(pickPrettyFields(referralFields, [
|
|
6
|
+
'referralId',
|
|
7
|
+
'name',
|
|
8
|
+
'agency/agencyValue',
|
|
9
|
+
'agency/agencyFormattedValue',
|
|
10
|
+
'agency/agencyContactValue',
|
|
11
|
+
'agency/agencyContactFormattedValue',
|
|
12
|
+
'contractor/contractorValue',
|
|
13
|
+
'contractor/contractorFormattedValue',
|
|
14
|
+
'assignment/workCountry',
|
|
15
|
+
'assignment/solution',
|
|
16
|
+
'progress/stage',
|
|
17
|
+
'progress/stageReason',
|
|
18
|
+
'progress/reportingStatus',
|
|
19
|
+
'assignment/startDate',
|
|
20
|
+
'assignment/endDate',
|
|
21
|
+
'assignment/jobType',
|
|
22
|
+
])).partial();
|
|
23
|
+
export const SGetReferralSummaryBFF = SReferralBase.extend({
|
|
24
|
+
type: z.literal('referral').catch('referral'),
|
|
25
|
+
stageReasonLastChangedAt: z.string().nullable().catch(null),
|
|
26
|
+
}).transform(val => {
|
|
27
|
+
return {
|
|
28
|
+
...val,
|
|
29
|
+
statusDetails: referralStatusDetails(val),
|
|
30
|
+
};
|
|
31
|
+
});
|
|
32
|
+
//# sourceMappingURL=SGetReferralsSummary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SGetReferralsSummary.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/referralsSummary/SGetReferralsSummary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EACL,kBAAkB,EAClB,gBAAgB,GACjB,MAAM,8CAA8C,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAA;AACnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AAGpE,MAAM,CAAC,MAAM,aAAa,GAAG,kBAAkB,CAC7C,gBAAgB,CAAC,cAAc,EAAE;IAC/B,YAAY;IACZ,MAAM;IACN,oBAAoB;IACpB,6BAA6B;IAC7B,2BAA2B;IAC3B,oCAAoC;IACpC,4BAA4B;IAC5B,qCAAqC;IACrC,wBAAwB;IACxB,qBAAqB;IACrB,gBAAgB;IAChB,sBAAsB;IACtB,0BAA0B;IAC1B,sBAAsB;IACtB,oBAAoB;IACpB,oBAAoB;CACrB,CAAC,CACH,CAAC,OAAO,EAAE,CAAA;AAEX,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAa,CAAC,MAAM,CAAC;IACzD,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC;IAC7C,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC;CAC5D,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE;IACjB,OAAO;QACL,GAAG,GAAG;QACN,aAAa,EAAE,qBAAqB,CAAC,GAA8B,CAAC;KACrE,CAAA;AACH,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/referralsSummary/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/referralsSummary/index.ts"],"names":[],"mappings":""}
|