@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,4 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
import type { TEnquiryAPI } from '../enquiry/TEnquiryAPI.js';
|
|
3
|
+
import type { TContractorDocumentAPI } from '../contractorDocument/TContractorDocumentAPI.js';
|
|
4
|
+
import type { TCountryAPI } from '../country/TCountryAPI.js';
|
|
5
|
+
import type { TCurrencyAPI } from '../currency/TCurrencyAPI.js';
|
|
6
|
+
import type { TSolutionAPI } from '../solution/TSolutionAPI.js';
|
|
7
|
+
import type { TDisqualificationAPI } from '../disqualificationReason/TDisqualificationAPI.js';
|
|
2
8
|
export declare const SimulationEntity: {
|
|
3
9
|
isLookupOnly: boolean;
|
|
4
10
|
fieldsPretty: {
|
|
@@ -23,13 +29,12 @@ export declare const SimulationEntity: {
|
|
|
23
29
|
endClient: string;
|
|
24
30
|
currency: string;
|
|
25
31
|
solution: string;
|
|
26
|
-
|
|
32
|
+
jobDescription: string;
|
|
27
33
|
preferredInvoiceCurrencyValue: string;
|
|
28
34
|
agencyValue: string;
|
|
29
35
|
agencyContactValue: string;
|
|
30
36
|
solutionType: string;
|
|
31
37
|
solutionTypeValue: string;
|
|
32
|
-
jobDescription: string;
|
|
33
38
|
workCountry: string;
|
|
34
39
|
rejectionReason: string;
|
|
35
40
|
rejectionReasonDetail: string;
|
|
@@ -46,6 +51,7 @@ export declare const SimulationEntity: {
|
|
|
46
51
|
internationalWaters: string;
|
|
47
52
|
workCountryValue: string;
|
|
48
53
|
roleType: string;
|
|
54
|
+
solutionValue: string;
|
|
49
55
|
salarychecklistValue: string;
|
|
50
56
|
additionalNotes: string;
|
|
51
57
|
simulationBasedOn: string;
|
|
@@ -205,13 +211,12 @@ export declare const SimulationEntity: {
|
|
|
205
211
|
ww_endclient?: string | null | undefined;
|
|
206
212
|
transactioncurrencyid?: any;
|
|
207
213
|
ww_Solution?: any;
|
|
208
|
-
|
|
214
|
+
ww_jobdescription?: string | null | undefined;
|
|
209
215
|
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
210
216
|
_ww_agency_value?: string | null | undefined;
|
|
211
217
|
_ww_agencycontact_value?: string | null | undefined;
|
|
212
218
|
ww_SolutionType?: any;
|
|
213
219
|
_ww_solutiontype_value?: string | null | undefined;
|
|
214
|
-
ww_jobdescription?: string | null | undefined;
|
|
215
220
|
ww_WorkCountry?: any;
|
|
216
221
|
ww_RejectionReason?: any;
|
|
217
222
|
ww_RejectionReasonDetail?: any;
|
|
@@ -228,6 +233,7 @@ export declare const SimulationEntity: {
|
|
|
228
233
|
ww_internationalwaters?: boolean | null | undefined;
|
|
229
234
|
_ww_workcountry_value?: string | null | undefined;
|
|
230
235
|
ww_roletype?: number | null | undefined;
|
|
236
|
+
_ww_solution_value?: string | null | undefined;
|
|
231
237
|
_ww_salarychecklist_value?: string | null | undefined;
|
|
232
238
|
ww_additionalnotes?: string | null | undefined;
|
|
233
239
|
ww_simulationbasedon?: number | null | undefined;
|
|
@@ -265,13 +271,12 @@ export declare const SimulationEntity: {
|
|
|
265
271
|
ww_endclient?: string | null | undefined;
|
|
266
272
|
transactioncurrencyid?: any;
|
|
267
273
|
ww_Solution?: any;
|
|
268
|
-
|
|
274
|
+
ww_jobdescription?: string | null | undefined;
|
|
269
275
|
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
270
276
|
_ww_agency_value?: string | null | undefined;
|
|
271
277
|
_ww_agencycontact_value?: string | null | undefined;
|
|
272
278
|
ww_SolutionType?: any;
|
|
273
279
|
_ww_solutiontype_value?: string | null | undefined;
|
|
274
|
-
ww_jobdescription?: string | null | undefined;
|
|
275
280
|
ww_WorkCountry?: any;
|
|
276
281
|
ww_RejectionReason?: any;
|
|
277
282
|
ww_RejectionReasonDetail?: any;
|
|
@@ -288,6 +293,7 @@ export declare const SimulationEntity: {
|
|
|
288
293
|
ww_internationalwaters?: boolean | null | undefined;
|
|
289
294
|
_ww_workcountry_value?: string | null | undefined;
|
|
290
295
|
ww_roletype?: number | null | undefined;
|
|
296
|
+
_ww_solution_value?: string | null | undefined;
|
|
291
297
|
_ww_salarychecklist_value?: string | null | undefined;
|
|
292
298
|
ww_additionalnotes?: string | null | undefined;
|
|
293
299
|
ww_simulationbasedon?: number | null | undefined;
|
|
@@ -350,13 +356,12 @@ export declare const SimulationEntity: {
|
|
|
350
356
|
ww_endclient?: string | null | undefined;
|
|
351
357
|
transactioncurrencyid?: any;
|
|
352
358
|
ww_Solution?: any;
|
|
353
|
-
|
|
359
|
+
ww_jobdescription?: string | null | undefined;
|
|
354
360
|
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
355
361
|
_ww_agency_value?: string | null | undefined;
|
|
356
362
|
_ww_agencycontact_value?: string | null | undefined;
|
|
357
363
|
ww_SolutionType?: any;
|
|
358
364
|
_ww_solutiontype_value?: string | null | undefined;
|
|
359
|
-
ww_jobdescription?: string | null | undefined;
|
|
360
365
|
ww_WorkCountry?: any;
|
|
361
366
|
ww_RejectionReason?: any;
|
|
362
367
|
ww_RejectionReasonDetail?: any;
|
|
@@ -373,6 +378,7 @@ export declare const SimulationEntity: {
|
|
|
373
378
|
ww_internationalwaters?: boolean | null | undefined;
|
|
374
379
|
_ww_workcountry_value?: string | null | undefined;
|
|
375
380
|
ww_roletype?: number | null | undefined;
|
|
381
|
+
_ww_solution_value?: string | null | undefined;
|
|
376
382
|
_ww_salarychecklist_value?: string | null | undefined;
|
|
377
383
|
ww_additionalnotes?: string | null | undefined;
|
|
378
384
|
ww_simulationbasedon?: number | null | undefined;
|
|
@@ -392,13 +398,12 @@ export declare const SimulationEntity: {
|
|
|
392
398
|
ww_endclient?: string | null | undefined;
|
|
393
399
|
transactioncurrencyid?: any;
|
|
394
400
|
ww_Solution?: any;
|
|
395
|
-
|
|
401
|
+
ww_jobdescription?: string | null | undefined;
|
|
396
402
|
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
397
403
|
_ww_agency_value?: string | null | undefined;
|
|
398
404
|
_ww_agencycontact_value?: string | null | undefined;
|
|
399
405
|
ww_SolutionType?: any;
|
|
400
406
|
_ww_solutiontype_value?: string | null | undefined;
|
|
401
|
-
ww_jobdescription?: string | null | undefined;
|
|
402
407
|
ww_WorkCountry?: any;
|
|
403
408
|
ww_RejectionReason?: any;
|
|
404
409
|
ww_RejectionReasonDetail?: any;
|
|
@@ -415,6 +420,7 @@ export declare const SimulationEntity: {
|
|
|
415
420
|
ww_internationalwaters?: boolean | null | undefined;
|
|
416
421
|
_ww_workcountry_value?: string | null | undefined;
|
|
417
422
|
ww_roletype?: number | null | undefined;
|
|
423
|
+
_ww_solution_value?: string | null | undefined;
|
|
418
424
|
_ww_salarychecklist_value?: string | null | undefined;
|
|
419
425
|
ww_additionalnotes?: string | null | undefined;
|
|
420
426
|
ww_simulationbasedon?: number | null | undefined;
|
|
@@ -431,67 +437,264 @@ export declare const SimulationEntity: {
|
|
|
431
437
|
_ww_rejectionreason_value?: string | null | undefined;
|
|
432
438
|
_ww_rejectionreasondetail_value?: string | null | undefined;
|
|
433
439
|
}>;
|
|
434
|
-
SResponseAPI: z.ZodObject<{
|
|
435
|
-
readonly
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
readonly
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
readonly
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
readonly
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
readonly
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
readonly
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
readonly
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
readonly
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
readonly
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
readonly
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
readonly
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
readonly
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
readonly
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
readonly
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
readonly
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
440
|
+
SResponseAPI: z.ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
441
|
+
readonly _ownerid_value: {
|
|
442
|
+
readonly pretty: "ownerIdValue";
|
|
443
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
444
|
+
};
|
|
445
|
+
readonly _owningbusinessunit_value: {
|
|
446
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
447
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
448
|
+
};
|
|
449
|
+
readonly _owningteam_value: {
|
|
450
|
+
readonly pretty: "owningTeamValue";
|
|
451
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
452
|
+
};
|
|
453
|
+
readonly _owninguser_value: {
|
|
454
|
+
readonly pretty: "owningUserValue";
|
|
455
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
456
|
+
};
|
|
457
|
+
readonly '@odata.etag': {
|
|
458
|
+
readonly pretty: "etag";
|
|
459
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
460
|
+
};
|
|
461
|
+
readonly versionnumber: {
|
|
462
|
+
readonly pretty: "versionNumber";
|
|
463
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
464
|
+
};
|
|
465
|
+
readonly _createdby_value: {
|
|
466
|
+
readonly pretty: "createdByValue";
|
|
467
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
468
|
+
};
|
|
469
|
+
readonly createdon: {
|
|
470
|
+
readonly pretty: "createdOn";
|
|
471
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
472
|
+
};
|
|
473
|
+
readonly _createdonbehalfby_value: {
|
|
474
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
475
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
476
|
+
};
|
|
477
|
+
readonly _modifiedby_value: {
|
|
478
|
+
readonly pretty: "modifiedByValue";
|
|
479
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
480
|
+
};
|
|
481
|
+
readonly modifiedon: {
|
|
482
|
+
readonly pretty: "modifiedOn";
|
|
483
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
484
|
+
};
|
|
485
|
+
readonly _modifiedonbehalfby_value: {
|
|
486
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
487
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
488
|
+
};
|
|
489
|
+
readonly statecode: {
|
|
490
|
+
readonly pretty: "stateCode";
|
|
491
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
492
|
+
};
|
|
493
|
+
readonly statuscode: {
|
|
494
|
+
readonly pretty: "statusCode";
|
|
495
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
496
|
+
};
|
|
497
|
+
readonly importsequencenumber: {
|
|
498
|
+
readonly pretty: "importSequenceNumber";
|
|
499
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
500
|
+
};
|
|
501
|
+
readonly overriddencreatedon: {
|
|
502
|
+
readonly pretty: "overriddenCreatedOn";
|
|
503
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
504
|
+
};
|
|
505
|
+
readonly timezoneruleversionnumber: {
|
|
506
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
507
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
508
|
+
};
|
|
509
|
+
readonly utcconversiontimezonecode: {
|
|
510
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
511
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
512
|
+
};
|
|
513
|
+
} & {
|
|
514
|
+
readonly ww_estimatedconfirmedenddate: {
|
|
515
|
+
readonly pretty: "estimatedConfirmedEndDate";
|
|
516
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
517
|
+
};
|
|
518
|
+
readonly ww_estimatedconfirmedstartdate: {
|
|
519
|
+
readonly pretty: "estimatedConfirmedStartDate";
|
|
520
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
521
|
+
};
|
|
522
|
+
readonly ww_salaryillustrationid: {
|
|
523
|
+
readonly pretty: "simulationId";
|
|
524
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
525
|
+
};
|
|
526
|
+
readonly ww_simulationid: {
|
|
527
|
+
readonly pretty: "simulationFriendlyId";
|
|
528
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
529
|
+
};
|
|
530
|
+
readonly ww_simulationname: {
|
|
531
|
+
readonly pretty: "simulationName";
|
|
532
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
533
|
+
};
|
|
534
|
+
readonly _ww_enquiry_value: {
|
|
535
|
+
readonly relationshipName: "ww_Enquiry";
|
|
536
|
+
readonly entity: "ww_enquiries";
|
|
537
|
+
readonly pretty: "enquiryValue";
|
|
538
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
539
|
+
};
|
|
540
|
+
readonly ww_simulationstatus: {
|
|
541
|
+
readonly pretty: "simulationStatus";
|
|
542
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
543
|
+
};
|
|
544
|
+
readonly ww_expirydate: {
|
|
545
|
+
readonly pretty: "expiryDate";
|
|
546
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
547
|
+
};
|
|
548
|
+
readonly ww_jobtitle: {
|
|
549
|
+
readonly pretty: "jobTitle";
|
|
550
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
551
|
+
};
|
|
552
|
+
readonly ww_jobdescription: {
|
|
553
|
+
readonly pretty: "jobDescription";
|
|
554
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
555
|
+
};
|
|
556
|
+
readonly ww_internationalwaters: {
|
|
557
|
+
readonly pretty: "internationalWaters";
|
|
558
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
559
|
+
};
|
|
560
|
+
readonly _ww_workcountry_value: {
|
|
561
|
+
readonly relationshipName: "ww_WorkCountry";
|
|
562
|
+
readonly entity: "ww_countries";
|
|
563
|
+
readonly pretty: "workCountryValue";
|
|
564
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
565
|
+
};
|
|
566
|
+
readonly ww_roletype: {
|
|
567
|
+
readonly pretty: "roleType";
|
|
568
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
569
|
+
};
|
|
570
|
+
readonly _ww_solution_value: {
|
|
571
|
+
readonly relationshipName: "ww_Solution";
|
|
572
|
+
readonly entity: "products";
|
|
573
|
+
readonly pretty: "solutionValue";
|
|
574
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
575
|
+
};
|
|
576
|
+
readonly _ww_solutiontype_value: {
|
|
577
|
+
readonly relationshipName: "ww_SolutionType";
|
|
578
|
+
readonly entity: "products";
|
|
579
|
+
readonly pretty: "solutionTypeValue";
|
|
580
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
581
|
+
};
|
|
582
|
+
readonly _ww_preferredinvoicecurrency_value: {
|
|
583
|
+
readonly pretty: "preferredInvoiceCurrencyValue";
|
|
584
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
585
|
+
};
|
|
586
|
+
readonly _ww_salarychecklist_value: {
|
|
587
|
+
readonly pretty: "salarychecklistValue";
|
|
588
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
589
|
+
};
|
|
590
|
+
readonly ww_additionalnotes: {
|
|
591
|
+
readonly pretty: "additionalNotes";
|
|
592
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
593
|
+
};
|
|
594
|
+
readonly _ww_agency_value: {
|
|
595
|
+
readonly relationshipName: "ww_Agency";
|
|
596
|
+
readonly entity: "accounts";
|
|
597
|
+
readonly pretty: "agencyValue";
|
|
598
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
599
|
+
};
|
|
600
|
+
readonly _ww_agencycontact_value: {
|
|
601
|
+
readonly relationshipName: "ww_AgencyContact";
|
|
602
|
+
readonly entity: "contacts";
|
|
603
|
+
readonly pretty: "agencyContactValue";
|
|
604
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
605
|
+
};
|
|
606
|
+
readonly ww_simulationbasedon: {
|
|
607
|
+
readonly pretty: "simulationBasedOn";
|
|
608
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
609
|
+
};
|
|
610
|
+
readonly ww_rate: {
|
|
611
|
+
readonly pretty: "rate";
|
|
612
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
613
|
+
};
|
|
614
|
+
readonly ww_ratefrequency: {
|
|
615
|
+
readonly pretty: "rateFrequency";
|
|
616
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
617
|
+
};
|
|
618
|
+
readonly ww_endclient: {
|
|
619
|
+
readonly pretty: "endClient";
|
|
620
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
621
|
+
};
|
|
622
|
+
readonly ww_paymentfrequency: {
|
|
623
|
+
readonly pretty: "paymentFrequency";
|
|
624
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
625
|
+
};
|
|
626
|
+
readonly ww_revenuepercentage: {
|
|
627
|
+
readonly pretty: "revenuePercentage";
|
|
628
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
629
|
+
};
|
|
630
|
+
readonly _ww_worker_value: {
|
|
631
|
+
readonly relationshipName: "ww_Worker";
|
|
632
|
+
readonly entity: "contacts";
|
|
633
|
+
readonly pretty: "workerValue";
|
|
634
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
635
|
+
};
|
|
636
|
+
readonly ww_draftingsimulationon: {
|
|
637
|
+
readonly pretty: "draftingSimulationOn";
|
|
638
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
639
|
+
};
|
|
640
|
+
readonly ww_pendingapprovalon: {
|
|
641
|
+
readonly pretty: "pendingApprovalOn";
|
|
642
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
643
|
+
};
|
|
644
|
+
readonly ww_approvedorrejectedon: {
|
|
645
|
+
readonly pretty: "approvedOrRejectedOn";
|
|
646
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
647
|
+
};
|
|
648
|
+
readonly ww_simulationcreationtime: {
|
|
649
|
+
readonly pretty: "simulationCreationTime";
|
|
650
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
651
|
+
};
|
|
652
|
+
readonly ww_simulationturnaroundtime: {
|
|
653
|
+
readonly pretty: "simulationTurnaroundTime";
|
|
654
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
655
|
+
};
|
|
656
|
+
readonly _ww_rejectionreason_value: {
|
|
657
|
+
readonly relationshipName: "ww_RejectionReason";
|
|
658
|
+
readonly entity: "ww_disqualificationreasons";
|
|
659
|
+
readonly pretty: "rejectionReasonValue";
|
|
660
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
661
|
+
};
|
|
662
|
+
readonly _ww_rejectionreasondetail_value: {
|
|
663
|
+
readonly relationshipName: "ww_RejectionReasonDetail";
|
|
664
|
+
readonly entity: "ww_disqualificationreasons";
|
|
665
|
+
readonly pretty: "rejectionReasonDetailValue";
|
|
666
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
667
|
+
};
|
|
668
|
+
readonly ww_contractordocument_Simulation_ww_salaryillustration: {
|
|
669
|
+
readonly pretty: "simulationDocuments";
|
|
670
|
+
readonly entityKey: "contractorDocument";
|
|
671
|
+
readonly isArray: true;
|
|
672
|
+
};
|
|
673
|
+
readonly ww_WorkCountry: {
|
|
674
|
+
readonly pretty: "workCountry";
|
|
675
|
+
readonly entityKey: "country";
|
|
676
|
+
};
|
|
677
|
+
readonly transactioncurrencyid: {
|
|
678
|
+
readonly pretty: "currency";
|
|
679
|
+
readonly entityKey: "currency";
|
|
680
|
+
};
|
|
681
|
+
readonly ww_Solution: {
|
|
682
|
+
readonly pretty: "solution";
|
|
683
|
+
readonly entityKey: "solution";
|
|
684
|
+
};
|
|
685
|
+
readonly ww_SolutionType: {
|
|
686
|
+
readonly pretty: "solutionType";
|
|
687
|
+
readonly entityKey: "solution";
|
|
688
|
+
};
|
|
689
|
+
readonly ww_RejectionReason: {
|
|
690
|
+
readonly pretty: "rejectionReason";
|
|
691
|
+
readonly entityKey: "disqualificationReason";
|
|
692
|
+
};
|
|
693
|
+
readonly ww_RejectionReasonDetail: {
|
|
694
|
+
readonly pretty: "rejectionReasonDetail";
|
|
695
|
+
readonly entityKey: "disqualificationReason";
|
|
696
|
+
};
|
|
697
|
+
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
495
698
|
currency?: any;
|
|
496
699
|
solution?: any;
|
|
497
700
|
etag?: string | null | undefined;
|
|
@@ -512,16 +715,17 @@ export declare const SimulationEntity: {
|
|
|
512
715
|
owningBusinessUnitValue?: string | null | undefined;
|
|
513
716
|
owningTeamValue?: string | null | undefined;
|
|
514
717
|
owningUserValue?: string | null | undefined;
|
|
718
|
+
jobTitle?: string | null | undefined;
|
|
515
719
|
workCountryValue?: string | null | undefined;
|
|
516
|
-
solutionValue?: string | null | undefined;
|
|
517
|
-
solutionTypeValue?: string | null | undefined;
|
|
518
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
519
720
|
endClient?: string | null | undefined;
|
|
721
|
+
solutionType?: any;
|
|
520
722
|
rejectionReason?: any;
|
|
521
|
-
|
|
723
|
+
jobDescription?: string | null | undefined;
|
|
724
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
522
725
|
agencyValue?: string | null | undefined;
|
|
523
726
|
agencyContactValue?: string | null | undefined;
|
|
524
|
-
|
|
727
|
+
workCountry?: any;
|
|
728
|
+
solutionTypeValue?: string | null | undefined;
|
|
525
729
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
526
730
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
527
731
|
simulationId?: string | null | undefined;
|
|
@@ -532,6 +736,7 @@ export declare const SimulationEntity: {
|
|
|
532
736
|
expiryDate?: string | null | undefined;
|
|
533
737
|
internationalWaters?: boolean | null | undefined;
|
|
534
738
|
roleType?: number | null | undefined;
|
|
739
|
+
solutionValue?: string | null | undefined;
|
|
535
740
|
salarychecklistValue?: string | null | undefined;
|
|
536
741
|
additionalNotes?: string | null | undefined;
|
|
537
742
|
simulationBasedOn?: number | null | undefined;
|
|
@@ -548,8 +753,6 @@ export declare const SimulationEntity: {
|
|
|
548
753
|
rejectionReasonValue?: string | null | undefined;
|
|
549
754
|
rejectionReasonDetailValue?: string | null | undefined;
|
|
550
755
|
simulationDocuments?: any;
|
|
551
|
-
workCountry?: any;
|
|
552
|
-
solutionType?: any;
|
|
553
756
|
rejectionReasonDetail?: any;
|
|
554
757
|
}, {
|
|
555
758
|
currency?: any;
|
|
@@ -572,16 +775,17 @@ export declare const SimulationEntity: {
|
|
|
572
775
|
owningBusinessUnitValue?: string | null | undefined;
|
|
573
776
|
owningTeamValue?: string | null | undefined;
|
|
574
777
|
owningUserValue?: string | null | undefined;
|
|
778
|
+
jobTitle?: string | null | undefined;
|
|
575
779
|
workCountryValue?: string | null | undefined;
|
|
576
|
-
solutionValue?: string | null | undefined;
|
|
577
|
-
solutionTypeValue?: string | null | undefined;
|
|
578
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
579
780
|
endClient?: string | null | undefined;
|
|
781
|
+
solutionType?: any;
|
|
580
782
|
rejectionReason?: any;
|
|
581
|
-
|
|
783
|
+
jobDescription?: string | null | undefined;
|
|
784
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
582
785
|
agencyValue?: string | null | undefined;
|
|
583
786
|
agencyContactValue?: string | null | undefined;
|
|
584
|
-
|
|
787
|
+
workCountry?: any;
|
|
788
|
+
solutionTypeValue?: string | null | undefined;
|
|
585
789
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
586
790
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
587
791
|
simulationId?: string | null | undefined;
|
|
@@ -592,6 +796,7 @@ export declare const SimulationEntity: {
|
|
|
592
796
|
expiryDate?: string | null | undefined;
|
|
593
797
|
internationalWaters?: boolean | null | undefined;
|
|
594
798
|
roleType?: number | null | undefined;
|
|
799
|
+
solutionValue?: string | null | undefined;
|
|
595
800
|
salarychecklistValue?: string | null | undefined;
|
|
596
801
|
additionalNotes?: string | null | undefined;
|
|
597
802
|
simulationBasedOn?: number | null | undefined;
|
|
@@ -608,8 +813,6 @@ export declare const SimulationEntity: {
|
|
|
608
813
|
rejectionReasonValue?: string | null | undefined;
|
|
609
814
|
rejectionReasonDetailValue?: string | null | undefined;
|
|
610
815
|
simulationDocuments?: any;
|
|
611
|
-
workCountry?: any;
|
|
612
|
-
solutionType?: any;
|
|
613
816
|
rejectionReasonDetail?: any;
|
|
614
817
|
}>;
|
|
615
818
|
SPayloadAPI: z.ZodObject<{
|
|
@@ -657,16 +860,17 @@ export declare const SimulationEntity: {
|
|
|
657
860
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
658
861
|
currency?: any;
|
|
659
862
|
solution?: any;
|
|
863
|
+
jobTitle?: string | null | undefined;
|
|
660
864
|
workCountryValue?: string | null | undefined;
|
|
661
|
-
solutionValue?: string | null | undefined;
|
|
662
|
-
solutionTypeValue?: string | null | undefined;
|
|
663
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
664
865
|
endClient?: string | null | undefined;
|
|
866
|
+
solutionType?: any;
|
|
665
867
|
rejectionReason?: any;
|
|
666
|
-
|
|
868
|
+
jobDescription?: string | null | undefined;
|
|
869
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
667
870
|
agencyValue?: string | null | undefined;
|
|
668
871
|
agencyContactValue?: string | null | undefined;
|
|
669
|
-
|
|
872
|
+
workCountry?: any;
|
|
873
|
+
solutionTypeValue?: string | null | undefined;
|
|
670
874
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
671
875
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
672
876
|
simulationId?: string | null | undefined;
|
|
@@ -677,6 +881,7 @@ export declare const SimulationEntity: {
|
|
|
677
881
|
expiryDate?: string | null | undefined;
|
|
678
882
|
internationalWaters?: boolean | null | undefined;
|
|
679
883
|
roleType?: number | null | undefined;
|
|
884
|
+
solutionValue?: string | null | undefined;
|
|
680
885
|
salarychecklistValue?: string | null | undefined;
|
|
681
886
|
additionalNotes?: string | null | undefined;
|
|
682
887
|
simulationBasedOn?: number | null | undefined;
|
|
@@ -693,22 +898,21 @@ export declare const SimulationEntity: {
|
|
|
693
898
|
rejectionReasonValue?: string | null | undefined;
|
|
694
899
|
rejectionReasonDetailValue?: string | null | undefined;
|
|
695
900
|
simulationDocuments?: any;
|
|
696
|
-
workCountry?: any;
|
|
697
|
-
solutionType?: any;
|
|
698
901
|
rejectionReasonDetail?: any;
|
|
699
902
|
}, {
|
|
700
903
|
currency?: any;
|
|
701
904
|
solution?: any;
|
|
905
|
+
jobTitle?: string | null | undefined;
|
|
702
906
|
workCountryValue?: string | null | undefined;
|
|
703
|
-
solutionValue?: string | null | undefined;
|
|
704
|
-
solutionTypeValue?: string | null | undefined;
|
|
705
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
706
907
|
endClient?: string | null | undefined;
|
|
908
|
+
solutionType?: any;
|
|
707
909
|
rejectionReason?: any;
|
|
708
|
-
|
|
910
|
+
jobDescription?: string | null | undefined;
|
|
911
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
709
912
|
agencyValue?: string | null | undefined;
|
|
710
913
|
agencyContactValue?: string | null | undefined;
|
|
711
|
-
|
|
914
|
+
workCountry?: any;
|
|
915
|
+
solutionTypeValue?: string | null | undefined;
|
|
712
916
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
713
917
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
714
918
|
simulationId?: string | null | undefined;
|
|
@@ -719,6 +923,7 @@ export declare const SimulationEntity: {
|
|
|
719
923
|
expiryDate?: string | null | undefined;
|
|
720
924
|
internationalWaters?: boolean | null | undefined;
|
|
721
925
|
roleType?: number | null | undefined;
|
|
926
|
+
solutionValue?: string | null | undefined;
|
|
722
927
|
salarychecklistValue?: string | null | undefined;
|
|
723
928
|
additionalNotes?: string | null | undefined;
|
|
724
929
|
simulationBasedOn?: number | null | undefined;
|
|
@@ -735,15 +940,22 @@ export declare const SimulationEntity: {
|
|
|
735
940
|
rejectionReasonValue?: string | null | undefined;
|
|
736
941
|
rejectionReasonDetailValue?: string | null | undefined;
|
|
737
942
|
simulationDocuments?: any;
|
|
738
|
-
workCountry?: any;
|
|
739
|
-
solutionType?: any;
|
|
740
943
|
rejectionReasonDetail?: any;
|
|
741
944
|
}>;
|
|
742
945
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
743
946
|
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
744
947
|
};
|
|
745
948
|
export type TSimulationD365 = z.infer<typeof SimulationEntity.SResponseD365>;
|
|
746
|
-
export type TSimulationAPI = z.infer<typeof SimulationEntity.SResponseAPI
|
|
949
|
+
export type TSimulationAPI = Omit<z.infer<typeof SimulationEntity.SResponseAPI>, 'enquiry' | 'simulationDocuments' | 'workCountry' | 'currency' | 'solution' | 'solutionType' | 'rejectionReason' | 'rejectionReasonDetail'> & {
|
|
950
|
+
enquiry?: TEnquiryAPI | null;
|
|
951
|
+
simulationDocuments?: TContractorDocumentAPI[] | null;
|
|
952
|
+
workCountry?: TCountryAPI | null;
|
|
953
|
+
currency?: TCurrencyAPI | null;
|
|
954
|
+
solution?: TSolutionAPI | null;
|
|
955
|
+
solutionType?: TSolutionAPI | null;
|
|
956
|
+
rejectionReason?: TDisqualificationAPI | null;
|
|
957
|
+
rejectionReasonDetail?: TDisqualificationAPI | null;
|
|
958
|
+
};
|
|
747
959
|
export type TSimulationPayloadAPI = z.infer<typeof SimulationEntity.SPayloadAPI>;
|
|
748
960
|
export type TSimulationPayloadD365 = z.infer<typeof SimulationEntity.SPayloadD365>;
|
|
749
961
|
export type simulationSoftDeleteParams = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TSimulationAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/simulation/TSimulationAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"TSimulationAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/simulation/TSimulationAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAC5D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iDAAiD,CAAA;AAC7F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAC/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAC/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAA;AAE7F,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG3B,CAAA;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,aAAa,CAAC,CAAA;AAC5E,MAAM,MAAM,cAAc,GAAG,IAAI,CAC/B,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,YAAY,CAAC,EAC3C,SAAS,GACT,qBAAqB,GACrB,aAAa,GACb,UAAU,GACV,UAAU,GACV,cAAc,GACd,iBAAiB,GACjB,uBAAuB,CAC1B,GAAG;IACF,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAA;IAC5B,mBAAmB,CAAC,EAAE,sBAAsB,EAAE,GAAG,IAAI,CAAA;IACrD,WAAW,CAAC,EAAE,WAAW,GAAG,IAAI,CAAA;IAChC,QAAQ,CAAC,EAAE,YAAY,GAAG,IAAI,CAAA;IAC9B,QAAQ,CAAC,EAAE,YAAY,GAAG,IAAI,CAAA;IAC9B,YAAY,CAAC,EAAE,YAAY,GAAG,IAAI,CAAA;IAClC,eAAe,CAAC,EAAE,oBAAoB,GAAG,IAAI,CAAA;IAC7C,qBAAqB,CAAC,EAAE,oBAAoB,GAAG,IAAI,CAAA;CACpD,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,WAAW,CAAC,CAAA;AAChF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,gBAAgB,CAAC,YAAY,CACrC,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG;IACvC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAA;CAC/B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TSimulationAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/simulation/TSimulationAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;
|
|
1
|
+
{"version":3,"file":"TSimulationAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/simulation/TSimulationAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAQtD,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;IAChD,YAAY,EAAE,gBAAgB;IAC9B,UAAU,EAAE,uBAAuB;CACpC,CAAC,CAAA"}
|