@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,388 +1,1140 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<
|
|
3
|
-
readonly
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
readonly
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
readonly
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
readonly
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
readonly
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
readonly
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
readonly originatingCaseValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
-
readonly enquiryStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
30
|
-
readonly origin: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
31
|
-
readonly approvedSimulationsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
-
readonly pendingApprovalSimulationsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
33
|
-
readonly rejectedSimulationsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
34
|
-
readonly totalSimulationsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
35
|
-
readonly numberOfRejectedSimulationsByWwg: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
36
|
-
readonly numberOfExpiredSimulations: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
37
|
-
readonly nextSimulationExpiryDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
-
readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
-
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
-
readonly simulations: z.ZodTypeAny;
|
|
41
|
-
}, "enquiryId" | "enquiryNumber" | "enquiryFriendlyName" | "nextSimulationExpiryDate" | "agencyFormattedValue" | "agencyContactFormattedValue"> & {
|
|
2
|
+
export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
3
|
+
readonly ww_enquiryid: {
|
|
4
|
+
readonly pretty: "enquiryId";
|
|
5
|
+
readonly type: z.ZodString;
|
|
6
|
+
};
|
|
7
|
+
readonly ww_enquirynumber: {
|
|
8
|
+
readonly pretty: "enquiryNumber";
|
|
9
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
};
|
|
11
|
+
readonly ww_enquiryfriendlyname: {
|
|
12
|
+
readonly pretty: "enquiryFriendlyName";
|
|
13
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
};
|
|
15
|
+
readonly ww_upcomingsimulationexpirydate: {
|
|
16
|
+
readonly pretty: "nextSimulationExpiryDate";
|
|
17
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
};
|
|
19
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": {
|
|
20
|
+
readonly pretty: "agencyFormattedValue";
|
|
21
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
};
|
|
23
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": {
|
|
24
|
+
readonly pretty: "agencyContactFormattedValue";
|
|
25
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
};
|
|
27
|
+
}> & {
|
|
42
28
|
daysUntilNextSimulationExpiry: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
|
-
simulations: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodObject<
|
|
44
|
-
readonly
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
readonly
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
readonly
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
readonly
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
readonly
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
readonly
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
readonly
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
readonly
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
readonly
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
readonly
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
readonly
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
readonly
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
readonly
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
readonly
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
readonly
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
108
|
-
readonly
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
readonly
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
114
|
-
readonly
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
readonly
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
readonly
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
readonly
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
readonly
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
readonly
|
|
135
|
-
|
|
136
|
-
|
|
29
|
+
simulations: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodObject<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
30
|
+
readonly ww_estimatedconfirmedenddate: {
|
|
31
|
+
readonly pretty: "estimatedConfirmedEndDate";
|
|
32
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
};
|
|
34
|
+
readonly ww_estimatedconfirmedstartdate: {
|
|
35
|
+
readonly pretty: "estimatedConfirmedStartDate";
|
|
36
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
};
|
|
38
|
+
readonly ww_salaryillustrationid: {
|
|
39
|
+
readonly pretty: "simulationId";
|
|
40
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
};
|
|
42
|
+
readonly ww_simulationid: {
|
|
43
|
+
readonly pretty: "simulationFriendlyId";
|
|
44
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
};
|
|
46
|
+
readonly ww_simulationstatus: {
|
|
47
|
+
readonly pretty: "simulationStatus";
|
|
48
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
49
|
+
};
|
|
50
|
+
readonly ww_expirydate: {
|
|
51
|
+
readonly pretty: "expiryDate";
|
|
52
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
};
|
|
54
|
+
readonly ww_jobtitle: {
|
|
55
|
+
readonly pretty: "jobTitle";
|
|
56
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
+
};
|
|
58
|
+
readonly ww_jobdescription: {
|
|
59
|
+
readonly pretty: "jobDescription";
|
|
60
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61
|
+
};
|
|
62
|
+
readonly _ww_solution_value: {
|
|
63
|
+
readonly relationshipName: "ww_Solution";
|
|
64
|
+
readonly entity: "products";
|
|
65
|
+
readonly pretty: "solutionValue";
|
|
66
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
};
|
|
68
|
+
readonly _ww_solutiontype_value: {
|
|
69
|
+
readonly relationshipName: "ww_SolutionType";
|
|
70
|
+
readonly entity: "products";
|
|
71
|
+
readonly pretty: "solutionTypeValue";
|
|
72
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73
|
+
};
|
|
74
|
+
readonly ww_simulationbasedon: {
|
|
75
|
+
readonly pretty: "simulationBasedOn";
|
|
76
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
77
|
+
};
|
|
78
|
+
readonly ww_rate: {
|
|
79
|
+
readonly pretty: "rate";
|
|
80
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
81
|
+
};
|
|
82
|
+
readonly ww_ratefrequency: {
|
|
83
|
+
readonly pretty: "rateFrequency";
|
|
84
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
85
|
+
};
|
|
86
|
+
readonly ww_approvedorrejectedon: {
|
|
87
|
+
readonly pretty: "approvedOrRejectedOn";
|
|
88
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
|
+
};
|
|
90
|
+
readonly _ww_rejectionreason_value: {
|
|
91
|
+
readonly relationshipName: "ww_RejectionReason";
|
|
92
|
+
readonly entity: "ww_disqualificationreasons";
|
|
93
|
+
readonly pretty: "rejectionReasonValue";
|
|
94
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
95
|
+
};
|
|
96
|
+
readonly _ww_rejectionreasondetail_value: {
|
|
97
|
+
readonly relationshipName: "ww_RejectionReasonDetail";
|
|
98
|
+
readonly entity: "ww_disqualificationreasons";
|
|
99
|
+
readonly pretty: "rejectionReasonDetailValue";
|
|
100
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
101
|
+
};
|
|
102
|
+
}> & {
|
|
103
|
+
workCountry: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
104
|
+
readonly _organizationid_value: {
|
|
105
|
+
readonly pretty: "organizationIdValue";
|
|
106
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
107
|
+
};
|
|
108
|
+
readonly '@odata.etag': {
|
|
109
|
+
readonly pretty: "etag";
|
|
110
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
111
|
+
};
|
|
112
|
+
readonly versionnumber: {
|
|
113
|
+
readonly pretty: "versionNumber";
|
|
114
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
115
|
+
};
|
|
116
|
+
readonly _createdby_value: {
|
|
117
|
+
readonly pretty: "createdByValue";
|
|
118
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
|
+
};
|
|
120
|
+
readonly createdon: {
|
|
121
|
+
readonly pretty: "createdOn";
|
|
122
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
|
+
};
|
|
124
|
+
readonly _createdonbehalfby_value: {
|
|
125
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
126
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127
|
+
};
|
|
128
|
+
readonly _modifiedby_value: {
|
|
129
|
+
readonly pretty: "modifiedByValue";
|
|
130
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
131
|
+
};
|
|
132
|
+
readonly modifiedon: {
|
|
133
|
+
readonly pretty: "modifiedOn";
|
|
134
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
135
|
+
};
|
|
136
|
+
readonly _modifiedonbehalfby_value: {
|
|
137
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
138
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
139
|
+
};
|
|
140
|
+
readonly statecode: {
|
|
141
|
+
readonly pretty: "stateCode";
|
|
142
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
143
|
+
};
|
|
144
|
+
readonly statuscode: {
|
|
145
|
+
readonly pretty: "statusCode";
|
|
146
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
147
|
+
};
|
|
148
|
+
readonly importsequencenumber: {
|
|
149
|
+
readonly pretty: "importSequenceNumber";
|
|
150
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
151
|
+
};
|
|
152
|
+
readonly overriddencreatedon: {
|
|
153
|
+
readonly pretty: "overriddenCreatedOn";
|
|
154
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
155
|
+
};
|
|
156
|
+
readonly timezoneruleversionnumber: {
|
|
157
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
158
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
159
|
+
};
|
|
160
|
+
readonly utcconversiontimezonecode: {
|
|
161
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
162
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
163
|
+
};
|
|
164
|
+
} & {
|
|
165
|
+
readonly ww_countryid: {
|
|
166
|
+
readonly pretty: "countryId";
|
|
167
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
168
|
+
};
|
|
169
|
+
readonly ww_name: {
|
|
170
|
+
readonly pretty: "name";
|
|
171
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
172
|
+
};
|
|
173
|
+
readonly ww_code: {
|
|
174
|
+
readonly pretty: "code";
|
|
175
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
176
|
+
};
|
|
177
|
+
readonly ww_altsearchcode: {
|
|
178
|
+
readonly pretty: "altSearchCode";
|
|
179
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
180
|
+
};
|
|
181
|
+
readonly ww_continent: {
|
|
182
|
+
readonly pretty: "continent";
|
|
183
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
184
|
+
};
|
|
185
|
+
readonly ww_wwgentity: {
|
|
186
|
+
readonly pretty: "wwgEntity";
|
|
187
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
188
|
+
};
|
|
189
|
+
readonly _ww_scats_currency_value: {
|
|
190
|
+
readonly pretty: "scatsCurrencyValue";
|
|
191
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
192
|
+
};
|
|
193
|
+
readonly ww_issanctioned: {
|
|
194
|
+
readonly pretty: "isSanctioned";
|
|
195
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
196
|
+
};
|
|
197
|
+
readonly ww_iseu: {
|
|
198
|
+
readonly pretty: "isEu";
|
|
199
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
200
|
+
};
|
|
201
|
+
readonly ww_scats_workpermitservices: {
|
|
202
|
+
readonly pretty: "scatsWorkPermitServices";
|
|
203
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
204
|
+
};
|
|
205
|
+
readonly ww_scats_workpermitservicesnotes: {
|
|
206
|
+
readonly pretty: "scatsWorkermitServicesNotes";
|
|
207
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
208
|
+
};
|
|
209
|
+
readonly ww_scats_averageroi: {
|
|
210
|
+
readonly pretty: "scatsAverageRoi";
|
|
211
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
212
|
+
};
|
|
213
|
+
readonly _ww_scats_contractingcompany_value: {
|
|
214
|
+
readonly pretty: "scatsContractingCompanyValue";
|
|
215
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
216
|
+
};
|
|
217
|
+
readonly ww_scats_fees: {
|
|
218
|
+
readonly pretty: "scatsFees";
|
|
219
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
220
|
+
};
|
|
221
|
+
readonly _ww_scats_partneraccountant_value: {
|
|
222
|
+
readonly pretty: "scatsPartnerAccountantValue";
|
|
223
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
224
|
+
};
|
|
225
|
+
readonly ww_scats_incountryservices: {
|
|
226
|
+
readonly pretty: "scatsInCountryServices";
|
|
227
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
228
|
+
};
|
|
229
|
+
}>, "code">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
137
230
|
code?: string | null | undefined;
|
|
138
231
|
}, {
|
|
139
232
|
code?: string | null | undefined;
|
|
140
233
|
}>, string | null | undefined, {
|
|
141
234
|
code?: string | null | undefined;
|
|
142
235
|
}>>>;
|
|
143
|
-
currency: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
144
|
-
readonly
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
readonly
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
readonly
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
readonly
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
readonly
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
readonly
|
|
165
|
-
|
|
236
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
237
|
+
readonly _organizationid_value: {
|
|
238
|
+
readonly pretty: "organizationIdValue";
|
|
239
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
240
|
+
};
|
|
241
|
+
readonly '@odata.etag': {
|
|
242
|
+
readonly pretty: "etag";
|
|
243
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
244
|
+
};
|
|
245
|
+
readonly versionnumber: {
|
|
246
|
+
readonly pretty: "versionNumber";
|
|
247
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
248
|
+
};
|
|
249
|
+
readonly _createdby_value: {
|
|
250
|
+
readonly pretty: "createdByValue";
|
|
251
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
252
|
+
};
|
|
253
|
+
readonly createdon: {
|
|
254
|
+
readonly pretty: "createdOn";
|
|
255
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
256
|
+
};
|
|
257
|
+
readonly _createdonbehalfby_value: {
|
|
258
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
259
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
260
|
+
};
|
|
261
|
+
readonly _modifiedby_value: {
|
|
262
|
+
readonly pretty: "modifiedByValue";
|
|
263
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
264
|
+
};
|
|
265
|
+
readonly modifiedon: {
|
|
266
|
+
readonly pretty: "modifiedOn";
|
|
267
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
268
|
+
};
|
|
269
|
+
readonly _modifiedonbehalfby_value: {
|
|
270
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
271
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
272
|
+
};
|
|
273
|
+
readonly statecode: {
|
|
274
|
+
readonly pretty: "stateCode";
|
|
275
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
276
|
+
};
|
|
277
|
+
readonly statuscode: {
|
|
278
|
+
readonly pretty: "statusCode";
|
|
279
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
280
|
+
};
|
|
281
|
+
readonly importsequencenumber: {
|
|
282
|
+
readonly pretty: "importSequenceNumber";
|
|
283
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
284
|
+
};
|
|
285
|
+
readonly overriddencreatedon: {
|
|
286
|
+
readonly pretty: "overriddenCreatedOn";
|
|
287
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
288
|
+
};
|
|
289
|
+
readonly timezoneruleversionnumber: {
|
|
290
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
291
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
292
|
+
};
|
|
293
|
+
readonly utcconversiontimezonecode: {
|
|
294
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
295
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
296
|
+
};
|
|
297
|
+
} & {
|
|
298
|
+
readonly transactioncurrencyid: {
|
|
299
|
+
readonly pretty: "currencyId";
|
|
300
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
301
|
+
};
|
|
302
|
+
readonly isocurrencycode: {
|
|
303
|
+
readonly pretty: "isoCode";
|
|
304
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
305
|
+
};
|
|
306
|
+
readonly currencyname: {
|
|
307
|
+
readonly pretty: "currencyName";
|
|
308
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
309
|
+
};
|
|
310
|
+
readonly currencysymbol: {
|
|
311
|
+
readonly pretty: "currencySymbol";
|
|
312
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
313
|
+
};
|
|
314
|
+
readonly currencyprecision: {
|
|
315
|
+
readonly pretty: "currencyPrecision";
|
|
316
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
317
|
+
};
|
|
318
|
+
readonly exchangerate: {
|
|
319
|
+
readonly pretty: "exchangeRate";
|
|
320
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
321
|
+
};
|
|
322
|
+
}>, "isoCode" | "currencySymbol">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
166
323
|
isoCode?: string | null | undefined;
|
|
167
324
|
currencySymbol?: string | null | undefined;
|
|
168
325
|
}, {
|
|
169
326
|
isoCode?: string | null | undefined;
|
|
170
327
|
currencySymbol?: string | null | undefined;
|
|
171
328
|
}>>>;
|
|
172
|
-
solution: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
|
|
173
|
-
readonly
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
readonly
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
readonly
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
readonly
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
readonly
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
readonly
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
readonly
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
readonly
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
readonly
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
readonly
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
readonly
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
readonly
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
readonly
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
readonly
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
readonly
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
readonly
|
|
235
|
-
|
|
236
|
-
|
|
329
|
+
solution: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
330
|
+
readonly _organizationid_value: {
|
|
331
|
+
readonly pretty: "organizationIdValue";
|
|
332
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
333
|
+
};
|
|
334
|
+
readonly '@odata.etag': {
|
|
335
|
+
readonly pretty: "etag";
|
|
336
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
337
|
+
};
|
|
338
|
+
readonly versionnumber: {
|
|
339
|
+
readonly pretty: "versionNumber";
|
|
340
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
341
|
+
};
|
|
342
|
+
readonly _createdby_value: {
|
|
343
|
+
readonly pretty: "createdByValue";
|
|
344
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
345
|
+
};
|
|
346
|
+
readonly createdon: {
|
|
347
|
+
readonly pretty: "createdOn";
|
|
348
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
349
|
+
};
|
|
350
|
+
readonly _createdonbehalfby_value: {
|
|
351
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
352
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
353
|
+
};
|
|
354
|
+
readonly _modifiedby_value: {
|
|
355
|
+
readonly pretty: "modifiedByValue";
|
|
356
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
357
|
+
};
|
|
358
|
+
readonly modifiedon: {
|
|
359
|
+
readonly pretty: "modifiedOn";
|
|
360
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
361
|
+
};
|
|
362
|
+
readonly _modifiedonbehalfby_value: {
|
|
363
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
364
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
365
|
+
};
|
|
366
|
+
readonly statecode: {
|
|
367
|
+
readonly pretty: "stateCode";
|
|
368
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
369
|
+
};
|
|
370
|
+
readonly statuscode: {
|
|
371
|
+
readonly pretty: "statusCode";
|
|
372
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
373
|
+
};
|
|
374
|
+
readonly importsequencenumber: {
|
|
375
|
+
readonly pretty: "importSequenceNumber";
|
|
376
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
377
|
+
};
|
|
378
|
+
readonly overriddencreatedon: {
|
|
379
|
+
readonly pretty: "overriddenCreatedOn";
|
|
380
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
381
|
+
};
|
|
382
|
+
readonly timezoneruleversionnumber: {
|
|
383
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
384
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
385
|
+
};
|
|
386
|
+
readonly utcconversiontimezonecode: {
|
|
387
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
388
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
389
|
+
};
|
|
390
|
+
} & {
|
|
391
|
+
readonly productid: {
|
|
392
|
+
readonly pretty: "productId";
|
|
393
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
394
|
+
};
|
|
395
|
+
readonly name: {
|
|
396
|
+
readonly pretty: "name";
|
|
397
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
398
|
+
};
|
|
399
|
+
readonly productnumber: {
|
|
400
|
+
readonly pretty: "productNumber";
|
|
401
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
402
|
+
};
|
|
403
|
+
readonly description: {
|
|
404
|
+
readonly pretty: "description";
|
|
405
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
406
|
+
};
|
|
407
|
+
readonly ww_locationcode: {
|
|
408
|
+
readonly pretty: "locationCode";
|
|
409
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
410
|
+
};
|
|
411
|
+
readonly ww_costcentrecode: {
|
|
412
|
+
readonly pretty: "costCentreCode";
|
|
413
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
414
|
+
};
|
|
415
|
+
readonly ww_entitlementcentrecode: {
|
|
416
|
+
readonly pretty: "entitlementCentreCode";
|
|
417
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
418
|
+
};
|
|
419
|
+
readonly ww_solutiontype: {
|
|
420
|
+
readonly pretty: "solutionType";
|
|
421
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
422
|
+
};
|
|
423
|
+
readonly ww_specialfeesapply: {
|
|
424
|
+
readonly pretty: "specialFeesApply";
|
|
425
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
426
|
+
};
|
|
427
|
+
readonly price: {
|
|
428
|
+
readonly pretty: "price";
|
|
429
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
430
|
+
};
|
|
431
|
+
readonly price_base: {
|
|
432
|
+
readonly pretty: "priceBase";
|
|
433
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
434
|
+
};
|
|
435
|
+
readonly ww_plusuplift: {
|
|
436
|
+
readonly pretty: "plusUplift";
|
|
437
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
438
|
+
};
|
|
439
|
+
readonly ww_plusuplift_base: {
|
|
440
|
+
readonly pretty: "plusUpliftBase";
|
|
441
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
442
|
+
};
|
|
443
|
+
readonly ww_plusupliftweekly: {
|
|
444
|
+
readonly pretty: "plusUpliftWeekly";
|
|
445
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
446
|
+
};
|
|
447
|
+
readonly ww_plusupliftweekly_base: {
|
|
448
|
+
readonly pretty: "plusUpliftWeeklyBase";
|
|
449
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
450
|
+
};
|
|
451
|
+
readonly ww_plusupliftfortnightly: {
|
|
452
|
+
readonly pretty: "plusUpliftFortnightly";
|
|
453
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
454
|
+
};
|
|
455
|
+
readonly ww_plusupliftfortnightly_base: {
|
|
456
|
+
readonly pretty: "plusUpliftFortnightlyBase";
|
|
457
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
458
|
+
};
|
|
459
|
+
readonly vendorname: {
|
|
460
|
+
readonly pretty: "vendorName";
|
|
461
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
462
|
+
};
|
|
463
|
+
readonly vendorid: {
|
|
464
|
+
readonly pretty: "vendorId";
|
|
465
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
466
|
+
};
|
|
467
|
+
readonly vendorpartnumber: {
|
|
468
|
+
readonly pretty: "vendorPartNumber";
|
|
469
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
470
|
+
};
|
|
471
|
+
readonly suppliername: {
|
|
472
|
+
readonly pretty: "supplierName";
|
|
473
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
474
|
+
};
|
|
475
|
+
readonly _parentProductId_value: {
|
|
476
|
+
readonly pretty: "parentProductId";
|
|
477
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
478
|
+
};
|
|
479
|
+
readonly _defaultuomid_value: {
|
|
480
|
+
readonly pretty: "defaultUomId";
|
|
481
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
482
|
+
};
|
|
483
|
+
readonly _defaultuomscheduleid_value: {
|
|
484
|
+
readonly pretty: "defaultUomScheduleId";
|
|
485
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
486
|
+
};
|
|
487
|
+
readonly _pricelevelid_value: {
|
|
488
|
+
readonly pretty: "priceLevelId";
|
|
489
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
490
|
+
};
|
|
491
|
+
readonly _subjectid_value: {
|
|
492
|
+
readonly pretty: "subjectId";
|
|
493
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
494
|
+
};
|
|
495
|
+
readonly iskit: {
|
|
496
|
+
readonly pretty: "isKit";
|
|
497
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
498
|
+
};
|
|
499
|
+
readonly isstockitem: {
|
|
500
|
+
readonly pretty: "isStockItem";
|
|
501
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
502
|
+
};
|
|
503
|
+
readonly isreparented: {
|
|
504
|
+
readonly pretty: "isReparented";
|
|
505
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
506
|
+
};
|
|
507
|
+
readonly msdyn_gdproptout: {
|
|
508
|
+
readonly pretty: "msdynGdprOptOut";
|
|
509
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
510
|
+
};
|
|
511
|
+
readonly standardcost: {
|
|
512
|
+
readonly pretty: "standardCost";
|
|
513
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
514
|
+
};
|
|
515
|
+
readonly standardcost_base: {
|
|
516
|
+
readonly pretty: "standardCostBase";
|
|
517
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
518
|
+
};
|
|
519
|
+
readonly currentcost: {
|
|
520
|
+
readonly pretty: "currentCost";
|
|
521
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
522
|
+
};
|
|
523
|
+
readonly currentcost_base: {
|
|
524
|
+
readonly pretty: "currentCostBase";
|
|
525
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
526
|
+
};
|
|
527
|
+
readonly msdynce_amount: {
|
|
528
|
+
readonly pretty: "msdynceAmount";
|
|
529
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
530
|
+
};
|
|
531
|
+
readonly msdynce_amount_base: {
|
|
532
|
+
readonly pretty: "msdynceAmountBase";
|
|
533
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
534
|
+
};
|
|
535
|
+
readonly entityimage: {
|
|
536
|
+
readonly pretty: "entityImage";
|
|
537
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
538
|
+
};
|
|
539
|
+
readonly entityimage_url: {
|
|
540
|
+
readonly pretty: "entityImageUrl";
|
|
541
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
542
|
+
};
|
|
543
|
+
readonly entityimageid: {
|
|
544
|
+
readonly pretty: "entityImageId";
|
|
545
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
546
|
+
};
|
|
547
|
+
readonly entityimage_timestamp: {
|
|
548
|
+
readonly pretty: "entityImageTimestamp";
|
|
549
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
550
|
+
};
|
|
551
|
+
readonly validfromdate: {
|
|
552
|
+
readonly pretty: "validFromDate";
|
|
553
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
554
|
+
};
|
|
555
|
+
readonly validtodate: {
|
|
556
|
+
readonly pretty: "validToDate";
|
|
557
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
558
|
+
};
|
|
559
|
+
readonly producttypecode: {
|
|
560
|
+
readonly pretty: "productTypeCode";
|
|
561
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
562
|
+
};
|
|
563
|
+
readonly productstructure: {
|
|
564
|
+
readonly pretty: "productStructure";
|
|
565
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
566
|
+
};
|
|
567
|
+
readonly hierarchypath: {
|
|
568
|
+
readonly pretty: "hierarchyPath";
|
|
569
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
570
|
+
};
|
|
571
|
+
readonly traversedpath: {
|
|
572
|
+
readonly pretty: "traversedPath";
|
|
573
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
574
|
+
};
|
|
575
|
+
readonly processid: {
|
|
576
|
+
readonly pretty: "processId";
|
|
577
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
578
|
+
};
|
|
579
|
+
readonly stageid: {
|
|
580
|
+
readonly pretty: "stageId";
|
|
581
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
582
|
+
};
|
|
583
|
+
}>, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
237
584
|
productNumber?: string | null | undefined;
|
|
238
585
|
}, {
|
|
239
586
|
productNumber?: string | null | undefined;
|
|
240
587
|
}>, string | null | undefined, {
|
|
241
588
|
productNumber?: string | null | undefined;
|
|
242
589
|
}>>>;
|
|
243
|
-
solutionType: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
|
|
244
|
-
readonly
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
readonly
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
readonly
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
readonly
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
readonly
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
readonly
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
readonly
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
readonly
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
readonly
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
readonly
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
readonly
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
readonly
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
readonly
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
readonly
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
readonly
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
readonly
|
|
306
|
-
|
|
307
|
-
|
|
590
|
+
solutionType: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
591
|
+
readonly _organizationid_value: {
|
|
592
|
+
readonly pretty: "organizationIdValue";
|
|
593
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
594
|
+
};
|
|
595
|
+
readonly '@odata.etag': {
|
|
596
|
+
readonly pretty: "etag";
|
|
597
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
598
|
+
};
|
|
599
|
+
readonly versionnumber: {
|
|
600
|
+
readonly pretty: "versionNumber";
|
|
601
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
602
|
+
};
|
|
603
|
+
readonly _createdby_value: {
|
|
604
|
+
readonly pretty: "createdByValue";
|
|
605
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
606
|
+
};
|
|
607
|
+
readonly createdon: {
|
|
608
|
+
readonly pretty: "createdOn";
|
|
609
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
610
|
+
};
|
|
611
|
+
readonly _createdonbehalfby_value: {
|
|
612
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
613
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
614
|
+
};
|
|
615
|
+
readonly _modifiedby_value: {
|
|
616
|
+
readonly pretty: "modifiedByValue";
|
|
617
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
618
|
+
};
|
|
619
|
+
readonly modifiedon: {
|
|
620
|
+
readonly pretty: "modifiedOn";
|
|
621
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
622
|
+
};
|
|
623
|
+
readonly _modifiedonbehalfby_value: {
|
|
624
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
625
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
626
|
+
};
|
|
627
|
+
readonly statecode: {
|
|
628
|
+
readonly pretty: "stateCode";
|
|
629
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
630
|
+
};
|
|
631
|
+
readonly statuscode: {
|
|
632
|
+
readonly pretty: "statusCode";
|
|
633
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
634
|
+
};
|
|
635
|
+
readonly importsequencenumber: {
|
|
636
|
+
readonly pretty: "importSequenceNumber";
|
|
637
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
638
|
+
};
|
|
639
|
+
readonly overriddencreatedon: {
|
|
640
|
+
readonly pretty: "overriddenCreatedOn";
|
|
641
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
642
|
+
};
|
|
643
|
+
readonly timezoneruleversionnumber: {
|
|
644
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
645
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
646
|
+
};
|
|
647
|
+
readonly utcconversiontimezonecode: {
|
|
648
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
649
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
650
|
+
};
|
|
651
|
+
} & {
|
|
652
|
+
readonly productid: {
|
|
653
|
+
readonly pretty: "productId";
|
|
654
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
655
|
+
};
|
|
656
|
+
readonly name: {
|
|
657
|
+
readonly pretty: "name";
|
|
658
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
659
|
+
};
|
|
660
|
+
readonly productnumber: {
|
|
661
|
+
readonly pretty: "productNumber";
|
|
662
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
663
|
+
};
|
|
664
|
+
readonly description: {
|
|
665
|
+
readonly pretty: "description";
|
|
666
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
667
|
+
};
|
|
668
|
+
readonly ww_locationcode: {
|
|
669
|
+
readonly pretty: "locationCode";
|
|
670
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
671
|
+
};
|
|
672
|
+
readonly ww_costcentrecode: {
|
|
673
|
+
readonly pretty: "costCentreCode";
|
|
674
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
675
|
+
};
|
|
676
|
+
readonly ww_entitlementcentrecode: {
|
|
677
|
+
readonly pretty: "entitlementCentreCode";
|
|
678
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
679
|
+
};
|
|
680
|
+
readonly ww_solutiontype: {
|
|
681
|
+
readonly pretty: "solutionType";
|
|
682
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
683
|
+
};
|
|
684
|
+
readonly ww_specialfeesapply: {
|
|
685
|
+
readonly pretty: "specialFeesApply";
|
|
686
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
687
|
+
};
|
|
688
|
+
readonly price: {
|
|
689
|
+
readonly pretty: "price";
|
|
690
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
691
|
+
};
|
|
692
|
+
readonly price_base: {
|
|
693
|
+
readonly pretty: "priceBase";
|
|
694
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
695
|
+
};
|
|
696
|
+
readonly ww_plusuplift: {
|
|
697
|
+
readonly pretty: "plusUplift";
|
|
698
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
699
|
+
};
|
|
700
|
+
readonly ww_plusuplift_base: {
|
|
701
|
+
readonly pretty: "plusUpliftBase";
|
|
702
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
703
|
+
};
|
|
704
|
+
readonly ww_plusupliftweekly: {
|
|
705
|
+
readonly pretty: "plusUpliftWeekly";
|
|
706
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
707
|
+
};
|
|
708
|
+
readonly ww_plusupliftweekly_base: {
|
|
709
|
+
readonly pretty: "plusUpliftWeeklyBase";
|
|
710
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
711
|
+
};
|
|
712
|
+
readonly ww_plusupliftfortnightly: {
|
|
713
|
+
readonly pretty: "plusUpliftFortnightly";
|
|
714
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
715
|
+
};
|
|
716
|
+
readonly ww_plusupliftfortnightly_base: {
|
|
717
|
+
readonly pretty: "plusUpliftFortnightlyBase";
|
|
718
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
719
|
+
};
|
|
720
|
+
readonly vendorname: {
|
|
721
|
+
readonly pretty: "vendorName";
|
|
722
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
723
|
+
};
|
|
724
|
+
readonly vendorid: {
|
|
725
|
+
readonly pretty: "vendorId";
|
|
726
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
727
|
+
};
|
|
728
|
+
readonly vendorpartnumber: {
|
|
729
|
+
readonly pretty: "vendorPartNumber";
|
|
730
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
731
|
+
};
|
|
732
|
+
readonly suppliername: {
|
|
733
|
+
readonly pretty: "supplierName";
|
|
734
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
735
|
+
};
|
|
736
|
+
readonly _parentProductId_value: {
|
|
737
|
+
readonly pretty: "parentProductId";
|
|
738
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
739
|
+
};
|
|
740
|
+
readonly _defaultuomid_value: {
|
|
741
|
+
readonly pretty: "defaultUomId";
|
|
742
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
743
|
+
};
|
|
744
|
+
readonly _defaultuomscheduleid_value: {
|
|
745
|
+
readonly pretty: "defaultUomScheduleId";
|
|
746
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
747
|
+
};
|
|
748
|
+
readonly _pricelevelid_value: {
|
|
749
|
+
readonly pretty: "priceLevelId";
|
|
750
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
751
|
+
};
|
|
752
|
+
readonly _subjectid_value: {
|
|
753
|
+
readonly pretty: "subjectId";
|
|
754
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
755
|
+
};
|
|
756
|
+
readonly iskit: {
|
|
757
|
+
readonly pretty: "isKit";
|
|
758
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
759
|
+
};
|
|
760
|
+
readonly isstockitem: {
|
|
761
|
+
readonly pretty: "isStockItem";
|
|
762
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
763
|
+
};
|
|
764
|
+
readonly isreparented: {
|
|
765
|
+
readonly pretty: "isReparented";
|
|
766
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
767
|
+
};
|
|
768
|
+
readonly msdyn_gdproptout: {
|
|
769
|
+
readonly pretty: "msdynGdprOptOut";
|
|
770
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
771
|
+
};
|
|
772
|
+
readonly standardcost: {
|
|
773
|
+
readonly pretty: "standardCost";
|
|
774
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
775
|
+
};
|
|
776
|
+
readonly standardcost_base: {
|
|
777
|
+
readonly pretty: "standardCostBase";
|
|
778
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
779
|
+
};
|
|
780
|
+
readonly currentcost: {
|
|
781
|
+
readonly pretty: "currentCost";
|
|
782
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
783
|
+
};
|
|
784
|
+
readonly currentcost_base: {
|
|
785
|
+
readonly pretty: "currentCostBase";
|
|
786
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
787
|
+
};
|
|
788
|
+
readonly msdynce_amount: {
|
|
789
|
+
readonly pretty: "msdynceAmount";
|
|
790
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
791
|
+
};
|
|
792
|
+
readonly msdynce_amount_base: {
|
|
793
|
+
readonly pretty: "msdynceAmountBase";
|
|
794
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
795
|
+
};
|
|
796
|
+
readonly entityimage: {
|
|
797
|
+
readonly pretty: "entityImage";
|
|
798
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
799
|
+
};
|
|
800
|
+
readonly entityimage_url: {
|
|
801
|
+
readonly pretty: "entityImageUrl";
|
|
802
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
803
|
+
};
|
|
804
|
+
readonly entityimageid: {
|
|
805
|
+
readonly pretty: "entityImageId";
|
|
806
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
807
|
+
};
|
|
808
|
+
readonly entityimage_timestamp: {
|
|
809
|
+
readonly pretty: "entityImageTimestamp";
|
|
810
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
811
|
+
};
|
|
812
|
+
readonly validfromdate: {
|
|
813
|
+
readonly pretty: "validFromDate";
|
|
814
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
815
|
+
};
|
|
816
|
+
readonly validtodate: {
|
|
817
|
+
readonly pretty: "validToDate";
|
|
818
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
819
|
+
};
|
|
820
|
+
readonly producttypecode: {
|
|
821
|
+
readonly pretty: "productTypeCode";
|
|
822
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
823
|
+
};
|
|
824
|
+
readonly productstructure: {
|
|
825
|
+
readonly pretty: "productStructure";
|
|
826
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
827
|
+
};
|
|
828
|
+
readonly hierarchypath: {
|
|
829
|
+
readonly pretty: "hierarchyPath";
|
|
830
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
831
|
+
};
|
|
832
|
+
readonly traversedpath: {
|
|
833
|
+
readonly pretty: "traversedPath";
|
|
834
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
835
|
+
};
|
|
836
|
+
readonly processid: {
|
|
837
|
+
readonly pretty: "processId";
|
|
838
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
839
|
+
};
|
|
840
|
+
readonly stageid: {
|
|
841
|
+
readonly pretty: "stageId";
|
|
842
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
843
|
+
};
|
|
844
|
+
}>, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
308
845
|
productNumber?: string | null | undefined;
|
|
309
846
|
}, {
|
|
310
847
|
productNumber?: string | null | undefined;
|
|
311
848
|
}>, string | null | undefined, {
|
|
312
849
|
productNumber?: string | null | undefined;
|
|
313
850
|
}>>>;
|
|
314
|
-
simulationDocuments: z.ZodOptional<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
315
|
-
readonly
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
readonly
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
readonly
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
readonly
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
readonly
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
readonly
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
readonly
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
readonly
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
readonly
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
readonly
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
readonly
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
readonly
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
readonly
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
readonly
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
readonly
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
readonly
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
readonly
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
readonly
|
|
384
|
-
|
|
385
|
-
|
|
851
|
+
simulationDocuments: z.ZodOptional<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
852
|
+
readonly _ownerid_value: {
|
|
853
|
+
readonly pretty: "ownerIdValue";
|
|
854
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
855
|
+
};
|
|
856
|
+
readonly _owningbusinessunit_value: {
|
|
857
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
858
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
859
|
+
};
|
|
860
|
+
readonly _owningteam_value: {
|
|
861
|
+
readonly pretty: "owningTeamValue";
|
|
862
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
863
|
+
};
|
|
864
|
+
readonly _owninguser_value: {
|
|
865
|
+
readonly pretty: "owningUserValue";
|
|
866
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
867
|
+
};
|
|
868
|
+
readonly '@odata.etag': {
|
|
869
|
+
readonly pretty: "etag";
|
|
870
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
871
|
+
};
|
|
872
|
+
readonly versionnumber: {
|
|
873
|
+
readonly pretty: "versionNumber";
|
|
874
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
875
|
+
};
|
|
876
|
+
readonly _createdby_value: {
|
|
877
|
+
readonly pretty: "createdByValue";
|
|
878
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
879
|
+
};
|
|
880
|
+
readonly createdon: {
|
|
881
|
+
readonly pretty: "createdOn";
|
|
882
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
883
|
+
};
|
|
884
|
+
readonly _createdonbehalfby_value: {
|
|
885
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
886
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
887
|
+
};
|
|
888
|
+
readonly _modifiedby_value: {
|
|
889
|
+
readonly pretty: "modifiedByValue";
|
|
890
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
891
|
+
};
|
|
892
|
+
readonly modifiedon: {
|
|
893
|
+
readonly pretty: "modifiedOn";
|
|
894
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
895
|
+
};
|
|
896
|
+
readonly _modifiedonbehalfby_value: {
|
|
897
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
898
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
899
|
+
};
|
|
900
|
+
readonly statecode: {
|
|
901
|
+
readonly pretty: "stateCode";
|
|
902
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
903
|
+
};
|
|
904
|
+
readonly statuscode: {
|
|
905
|
+
readonly pretty: "statusCode";
|
|
906
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
907
|
+
};
|
|
908
|
+
readonly importsequencenumber: {
|
|
909
|
+
readonly pretty: "importSequenceNumber";
|
|
910
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
911
|
+
};
|
|
912
|
+
readonly overriddencreatedon: {
|
|
913
|
+
readonly pretty: "overriddenCreatedOn";
|
|
914
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
915
|
+
};
|
|
916
|
+
readonly timezoneruleversionnumber: {
|
|
917
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
918
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
919
|
+
};
|
|
920
|
+
readonly utcconversiontimezonecode: {
|
|
921
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
922
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
923
|
+
};
|
|
924
|
+
} & {
|
|
925
|
+
readonly _ww_contractor_value: {
|
|
926
|
+
readonly relationshipName: "ww_Contractor";
|
|
927
|
+
readonly entity: "contacts";
|
|
928
|
+
readonly pretty: "contractorValue";
|
|
929
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
930
|
+
};
|
|
931
|
+
readonly _ww_directorapproved_value: {
|
|
932
|
+
readonly relationshipName: "ww_DirectorApproved";
|
|
933
|
+
readonly entity: "contacts";
|
|
934
|
+
readonly pretty: "directorApprovedValue";
|
|
935
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
936
|
+
};
|
|
937
|
+
readonly _ww_scats_contractingContractor_value: {
|
|
938
|
+
readonly pretty: "scatsContractingContractorValue";
|
|
939
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
940
|
+
};
|
|
941
|
+
readonly ww_contractordocumentid: {
|
|
942
|
+
readonly pretty: "contractorDocumentId";
|
|
943
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
944
|
+
};
|
|
945
|
+
readonly ww_customeripaddress: {
|
|
946
|
+
readonly pretty: "customerIpAddress";
|
|
947
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
948
|
+
};
|
|
949
|
+
readonly ww_directorapprovalrequired: {
|
|
950
|
+
readonly pretty: "directorApprovalRequired";
|
|
951
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
952
|
+
};
|
|
953
|
+
readonly ww_directorapproveddate: {
|
|
954
|
+
readonly pretty: "directorApprovedDate";
|
|
955
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
956
|
+
};
|
|
957
|
+
readonly ww_documentid: {
|
|
958
|
+
readonly pretty: "documentId";
|
|
959
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
960
|
+
};
|
|
961
|
+
readonly ww_documentreceiveddate: {
|
|
962
|
+
readonly pretty: "documentReceivedDate";
|
|
963
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
964
|
+
};
|
|
965
|
+
readonly ww_documentstatus: {
|
|
966
|
+
readonly pretty: "documentStatus";
|
|
967
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
968
|
+
};
|
|
969
|
+
readonly ww_documentdisplay: {
|
|
970
|
+
readonly pretty: "documentDisplay";
|
|
971
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
972
|
+
};
|
|
973
|
+
readonly ww_file: {
|
|
974
|
+
readonly pretty: "file";
|
|
975
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
976
|
+
};
|
|
977
|
+
readonly ww_file_name: {
|
|
978
|
+
readonly pretty: "fileName";
|
|
979
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
980
|
+
};
|
|
981
|
+
readonly ww_requirescontractorsignature: {
|
|
982
|
+
readonly pretty: "requiresContractorSignature";
|
|
983
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
984
|
+
};
|
|
985
|
+
readonly ww_signedon: {
|
|
986
|
+
readonly pretty: "signedOn";
|
|
987
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
988
|
+
};
|
|
989
|
+
readonly ww_type: {
|
|
990
|
+
readonly pretty: "type";
|
|
991
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
992
|
+
};
|
|
993
|
+
readonly ww_uploadedfromweb: {
|
|
994
|
+
readonly pretty: "uploadedFromWeb";
|
|
995
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
996
|
+
};
|
|
997
|
+
readonly ww_workerapproved: {
|
|
998
|
+
readonly pretty: "workerApproved";
|
|
999
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1000
|
+
};
|
|
1001
|
+
readonly ww_Contractor: {
|
|
1002
|
+
readonly pretty: "contractor";
|
|
1003
|
+
readonly entityKey: "contact";
|
|
1004
|
+
};
|
|
1005
|
+
readonly ww_DirectorApproved: {
|
|
1006
|
+
readonly pretty: "directorApproved";
|
|
1007
|
+
readonly entityKey: "contact";
|
|
1008
|
+
};
|
|
1009
|
+
readonly _ww_account_value: {
|
|
1010
|
+
readonly pretty: "accountValue";
|
|
1011
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1012
|
+
};
|
|
1013
|
+
readonly ww_attachment: {
|
|
1014
|
+
readonly pretty: "attachment";
|
|
1015
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1016
|
+
};
|
|
1017
|
+
readonly ww_attachment_name: {
|
|
1018
|
+
readonly pretty: "attachmentName";
|
|
1019
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1020
|
+
};
|
|
1021
|
+
readonly ww_category: {
|
|
1022
|
+
readonly pretty: "category";
|
|
1023
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1024
|
+
};
|
|
1025
|
+
readonly ww_date6catssigned: {
|
|
1026
|
+
readonly pretty: "date6catsSigned";
|
|
1027
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1028
|
+
};
|
|
1029
|
+
readonly ww_dateagencysigned: {
|
|
1030
|
+
readonly pretty: "dateAgencySigned";
|
|
1031
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1032
|
+
};
|
|
1033
|
+
readonly ww_datereceived: {
|
|
1034
|
+
readonly pretty: "dateReceived";
|
|
1035
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1036
|
+
};
|
|
1037
|
+
readonly ww_datereviewed: {
|
|
1038
|
+
readonly pretty: "dateReviewed";
|
|
1039
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1040
|
+
};
|
|
1041
|
+
readonly ww_documentrefnumber: {
|
|
1042
|
+
readonly pretty: "documentRefNumber";
|
|
1043
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1044
|
+
};
|
|
1045
|
+
readonly ww_documenttype: {
|
|
1046
|
+
readonly pretty: "documentType";
|
|
1047
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1048
|
+
};
|
|
1049
|
+
readonly ww_ipaddress: {
|
|
1050
|
+
readonly pretty: "ipAddress";
|
|
1051
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1052
|
+
};
|
|
1053
|
+
readonly ww_name: {
|
|
1054
|
+
readonly pretty: "name";
|
|
1055
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1056
|
+
};
|
|
1057
|
+
readonly ww_signature: {
|
|
1058
|
+
readonly pretty: "signature";
|
|
1059
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1060
|
+
};
|
|
1061
|
+
readonly ww_signature_timestamp: {
|
|
1062
|
+
readonly pretty: "signatureTimestamp";
|
|
1063
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1064
|
+
};
|
|
1065
|
+
readonly ww_signature_url: {
|
|
1066
|
+
readonly pretty: "signatureUrl";
|
|
1067
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1068
|
+
};
|
|
1069
|
+
readonly ww_signatureid: {
|
|
1070
|
+
readonly pretty: "signatureId";
|
|
1071
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1072
|
+
};
|
|
1073
|
+
readonly ww_validfrom: {
|
|
1074
|
+
readonly pretty: "validFrom";
|
|
1075
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1076
|
+
};
|
|
1077
|
+
readonly ww_validto: {
|
|
1078
|
+
readonly pretty: "validTo";
|
|
1079
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1080
|
+
};
|
|
1081
|
+
readonly ww_documentreceivedtime: {
|
|
1082
|
+
readonly pretty: "documentReceivedTime";
|
|
1083
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1084
|
+
};
|
|
1085
|
+
readonly ww_source: {
|
|
1086
|
+
readonly pretty: "source";
|
|
1087
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1088
|
+
};
|
|
1089
|
+
readonly _ww_changerequestdocuments_value: {
|
|
1090
|
+
readonly pretty: "changeRequestDocumentsValue";
|
|
1091
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1092
|
+
};
|
|
1093
|
+
readonly ww_identityverificationstatus: {
|
|
1094
|
+
readonly pretty: "identityVerificationStatus";
|
|
1095
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1096
|
+
};
|
|
1097
|
+
readonly _ww_simulation_value: {
|
|
1098
|
+
readonly pretty: "simulationValue";
|
|
1099
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1100
|
+
};
|
|
1101
|
+
readonly ww_employmenttype: {
|
|
1102
|
+
readonly pretty: "employmentType";
|
|
1103
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1104
|
+
};
|
|
1105
|
+
readonly _ww_assignmentextensions_value: {
|
|
1106
|
+
readonly pretty: "assignmentExtensionsValue";
|
|
1107
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1108
|
+
};
|
|
1109
|
+
readonly ww_reasons: {
|
|
1110
|
+
readonly pretty: "reasons";
|
|
1111
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1112
|
+
};
|
|
1113
|
+
readonly ww_contracttype: {
|
|
1114
|
+
readonly pretty: "contractType";
|
|
1115
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1116
|
+
};
|
|
1117
|
+
readonly ww_requiredbeforelegalapproval: {
|
|
1118
|
+
readonly pretty: "requiredBeforeLegalApproval";
|
|
1119
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1120
|
+
};
|
|
1121
|
+
readonly ww_value: {
|
|
1122
|
+
readonly pretty: "value";
|
|
1123
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1124
|
+
};
|
|
1125
|
+
readonly ww_limitedcompanyname: {
|
|
1126
|
+
readonly pretty: "limitedCompanyName";
|
|
1127
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1128
|
+
};
|
|
1129
|
+
readonly ww_config: {
|
|
1130
|
+
readonly pretty: "config";
|
|
1131
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1132
|
+
};
|
|
1133
|
+
readonly ww_identityverificationurl: {
|
|
1134
|
+
readonly pretty: "identityVerificationUrl";
|
|
1135
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1136
|
+
};
|
|
1137
|
+
}>, "name" | "contractorDocumentId" | "fileName">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
386
1138
|
name?: string | null | undefined;
|
|
387
1139
|
contractorDocumentId?: string | null | undefined;
|
|
388
1140
|
fileName?: string | null | undefined;
|
|
@@ -391,28 +1143,89 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
391
1143
|
contractorDocumentId?: string | null | undefined;
|
|
392
1144
|
fileName?: string | null | undefined;
|
|
393
1145
|
}>>>, "many">>;
|
|
394
|
-
rejectionReason: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
395
|
-
readonly
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
readonly
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
readonly
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
readonly
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
readonly
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
1146
|
+
rejectionReason: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
1147
|
+
readonly _organizationid_value: {
|
|
1148
|
+
readonly pretty: "organizationIdValue";
|
|
1149
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1150
|
+
};
|
|
1151
|
+
readonly '@odata.etag': {
|
|
1152
|
+
readonly pretty: "etag";
|
|
1153
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
1154
|
+
};
|
|
1155
|
+
readonly versionnumber: {
|
|
1156
|
+
readonly pretty: "versionNumber";
|
|
1157
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1158
|
+
};
|
|
1159
|
+
readonly _createdby_value: {
|
|
1160
|
+
readonly pretty: "createdByValue";
|
|
1161
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1162
|
+
};
|
|
1163
|
+
readonly createdon: {
|
|
1164
|
+
readonly pretty: "createdOn";
|
|
1165
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1166
|
+
};
|
|
1167
|
+
readonly _createdonbehalfby_value: {
|
|
1168
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
1169
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1170
|
+
};
|
|
1171
|
+
readonly _modifiedby_value: {
|
|
1172
|
+
readonly pretty: "modifiedByValue";
|
|
1173
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1174
|
+
};
|
|
1175
|
+
readonly modifiedon: {
|
|
1176
|
+
readonly pretty: "modifiedOn";
|
|
1177
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1178
|
+
};
|
|
1179
|
+
readonly _modifiedonbehalfby_value: {
|
|
1180
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
1181
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1182
|
+
};
|
|
1183
|
+
readonly statecode: {
|
|
1184
|
+
readonly pretty: "stateCode";
|
|
1185
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1186
|
+
};
|
|
1187
|
+
readonly statuscode: {
|
|
1188
|
+
readonly pretty: "statusCode";
|
|
1189
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1190
|
+
};
|
|
1191
|
+
readonly importsequencenumber: {
|
|
1192
|
+
readonly pretty: "importSequenceNumber";
|
|
1193
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1194
|
+
};
|
|
1195
|
+
readonly overriddencreatedon: {
|
|
1196
|
+
readonly pretty: "overriddenCreatedOn";
|
|
1197
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1198
|
+
};
|
|
1199
|
+
readonly timezoneruleversionnumber: {
|
|
1200
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
1201
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1202
|
+
};
|
|
1203
|
+
readonly utcconversiontimezonecode: {
|
|
1204
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
1205
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1206
|
+
};
|
|
1207
|
+
} & {
|
|
1208
|
+
readonly ww_disqualificationreasonid: {
|
|
1209
|
+
readonly pretty: "disqualificationReasonId";
|
|
1210
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1211
|
+
};
|
|
1212
|
+
readonly ww_name: {
|
|
1213
|
+
readonly pretty: "name";
|
|
1214
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1215
|
+
};
|
|
1216
|
+
readonly ww_reference: {
|
|
1217
|
+
readonly pretty: "reference";
|
|
1218
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1219
|
+
};
|
|
1220
|
+
readonly ww_type: {
|
|
1221
|
+
readonly pretty: "type";
|
|
1222
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1223
|
+
};
|
|
1224
|
+
readonly _ww_parentdisqualificationreason_value: {
|
|
1225
|
+
readonly pretty: "parentDisqualificationReasonValue";
|
|
1226
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1227
|
+
};
|
|
1228
|
+
}>, "name" | "disqualificationReasonId" | "reference">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
416
1229
|
name?: string | null | undefined;
|
|
417
1230
|
disqualificationReasonId?: string | null | undefined;
|
|
418
1231
|
reference?: string | null | undefined;
|
|
@@ -421,28 +1234,89 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
421
1234
|
disqualificationReasonId?: string | null | undefined;
|
|
422
1235
|
reference?: string | null | undefined;
|
|
423
1236
|
}>>>;
|
|
424
|
-
rejectionReasonDetail: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
425
|
-
readonly
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
readonly
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
readonly
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
readonly
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
readonly
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
1237
|
+
rejectionReasonDetail: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
1238
|
+
readonly _organizationid_value: {
|
|
1239
|
+
readonly pretty: "organizationIdValue";
|
|
1240
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1241
|
+
};
|
|
1242
|
+
readonly '@odata.etag': {
|
|
1243
|
+
readonly pretty: "etag";
|
|
1244
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
1245
|
+
};
|
|
1246
|
+
readonly versionnumber: {
|
|
1247
|
+
readonly pretty: "versionNumber";
|
|
1248
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1249
|
+
};
|
|
1250
|
+
readonly _createdby_value: {
|
|
1251
|
+
readonly pretty: "createdByValue";
|
|
1252
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1253
|
+
};
|
|
1254
|
+
readonly createdon: {
|
|
1255
|
+
readonly pretty: "createdOn";
|
|
1256
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1257
|
+
};
|
|
1258
|
+
readonly _createdonbehalfby_value: {
|
|
1259
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
1260
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1261
|
+
};
|
|
1262
|
+
readonly _modifiedby_value: {
|
|
1263
|
+
readonly pretty: "modifiedByValue";
|
|
1264
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1265
|
+
};
|
|
1266
|
+
readonly modifiedon: {
|
|
1267
|
+
readonly pretty: "modifiedOn";
|
|
1268
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1269
|
+
};
|
|
1270
|
+
readonly _modifiedonbehalfby_value: {
|
|
1271
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
1272
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1273
|
+
};
|
|
1274
|
+
readonly statecode: {
|
|
1275
|
+
readonly pretty: "stateCode";
|
|
1276
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1277
|
+
};
|
|
1278
|
+
readonly statuscode: {
|
|
1279
|
+
readonly pretty: "statusCode";
|
|
1280
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1281
|
+
};
|
|
1282
|
+
readonly importsequencenumber: {
|
|
1283
|
+
readonly pretty: "importSequenceNumber";
|
|
1284
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1285
|
+
};
|
|
1286
|
+
readonly overriddencreatedon: {
|
|
1287
|
+
readonly pretty: "overriddenCreatedOn";
|
|
1288
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1289
|
+
};
|
|
1290
|
+
readonly timezoneruleversionnumber: {
|
|
1291
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
1292
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1293
|
+
};
|
|
1294
|
+
readonly utcconversiontimezonecode: {
|
|
1295
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
1296
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1297
|
+
};
|
|
1298
|
+
} & {
|
|
1299
|
+
readonly ww_disqualificationreasonid: {
|
|
1300
|
+
readonly pretty: "disqualificationReasonId";
|
|
1301
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1302
|
+
};
|
|
1303
|
+
readonly ww_name: {
|
|
1304
|
+
readonly pretty: "name";
|
|
1305
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1306
|
+
};
|
|
1307
|
+
readonly ww_reference: {
|
|
1308
|
+
readonly pretty: "reference";
|
|
1309
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1310
|
+
};
|
|
1311
|
+
readonly ww_type: {
|
|
1312
|
+
readonly pretty: "type";
|
|
1313
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1314
|
+
};
|
|
1315
|
+
readonly _ww_parentdisqualificationreason_value: {
|
|
1316
|
+
readonly pretty: "parentDisqualificationReasonValue";
|
|
1317
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1318
|
+
};
|
|
1319
|
+
}>, "name" | "disqualificationReasonId" | "reference">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
446
1320
|
name?: string | null | undefined;
|
|
447
1321
|
disqualificationReasonId?: string | null | undefined;
|
|
448
1322
|
reference?: string | null | undefined;
|
|
@@ -457,21 +1331,23 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
457
1331
|
currencySymbol?: string | null | undefined;
|
|
458
1332
|
} | null | undefined;
|
|
459
1333
|
solution?: string | null | undefined;
|
|
460
|
-
|
|
461
|
-
|
|
1334
|
+
jobTitle?: string | null | undefined;
|
|
1335
|
+
solutionType?: string | null | undefined;
|
|
462
1336
|
rejectionReason?: {
|
|
463
1337
|
name?: string | null | undefined;
|
|
464
1338
|
disqualificationReasonId?: string | null | undefined;
|
|
465
1339
|
reference?: string | null | undefined;
|
|
466
1340
|
} | null | undefined;
|
|
467
|
-
jobTitle?: string | null | undefined;
|
|
468
1341
|
jobDescription?: string | null | undefined;
|
|
1342
|
+
workCountry?: string | null | undefined;
|
|
1343
|
+
solutionTypeValue?: string | null | undefined;
|
|
469
1344
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
470
1345
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
471
1346
|
simulationId?: string | null | undefined;
|
|
472
1347
|
simulationFriendlyId?: string | null | undefined;
|
|
473
1348
|
simulationStatus?: number | null | undefined;
|
|
474
1349
|
expiryDate?: string | null | undefined;
|
|
1350
|
+
solutionValue?: string | null | undefined;
|
|
475
1351
|
simulationBasedOn?: number | null | undefined;
|
|
476
1352
|
rate?: number | null | undefined;
|
|
477
1353
|
rateFrequency?: number | null | undefined;
|
|
@@ -483,8 +1359,6 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
483
1359
|
contractorDocumentId?: string | null | undefined;
|
|
484
1360
|
fileName?: string | null | undefined;
|
|
485
1361
|
} | null | undefined)[] | undefined;
|
|
486
|
-
workCountry?: string | null | undefined;
|
|
487
|
-
solutionType?: string | null | undefined;
|
|
488
1362
|
rejectionReasonDetail?: {
|
|
489
1363
|
name?: string | null | undefined;
|
|
490
1364
|
disqualificationReasonId?: string | null | undefined;
|
|
@@ -498,21 +1372,27 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
498
1372
|
solution?: {
|
|
499
1373
|
productNumber?: string | null | undefined;
|
|
500
1374
|
} | null | undefined;
|
|
501
|
-
|
|
502
|
-
|
|
1375
|
+
jobTitle?: string | null | undefined;
|
|
1376
|
+
solutionType?: {
|
|
1377
|
+
productNumber?: string | null | undefined;
|
|
1378
|
+
} | null | undefined;
|
|
503
1379
|
rejectionReason?: {
|
|
504
1380
|
name?: string | null | undefined;
|
|
505
1381
|
disqualificationReasonId?: string | null | undefined;
|
|
506
1382
|
reference?: string | null | undefined;
|
|
507
1383
|
} | null | undefined;
|
|
508
|
-
jobTitle?: string | null | undefined;
|
|
509
1384
|
jobDescription?: string | null | undefined;
|
|
1385
|
+
workCountry?: {
|
|
1386
|
+
code?: string | null | undefined;
|
|
1387
|
+
} | null | undefined;
|
|
1388
|
+
solutionTypeValue?: string | null | undefined;
|
|
510
1389
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
511
1390
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
512
1391
|
simulationId?: string | null | undefined;
|
|
513
1392
|
simulationFriendlyId?: string | null | undefined;
|
|
514
1393
|
simulationStatus?: number | null | undefined;
|
|
515
1394
|
expiryDate?: string | null | undefined;
|
|
1395
|
+
solutionValue?: string | null | undefined;
|
|
516
1396
|
simulationBasedOn?: number | null | undefined;
|
|
517
1397
|
rate?: number | null | undefined;
|
|
518
1398
|
rateFrequency?: number | null | undefined;
|
|
@@ -524,12 +1404,6 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
524
1404
|
contractorDocumentId?: string | null | undefined;
|
|
525
1405
|
fileName?: string | null | undefined;
|
|
526
1406
|
} | null | undefined)[] | undefined;
|
|
527
|
-
workCountry?: {
|
|
528
|
-
code?: string | null | undefined;
|
|
529
|
-
} | null | undefined;
|
|
530
|
-
solutionType?: {
|
|
531
|
-
productNumber?: string | null | undefined;
|
|
532
|
-
} | null | undefined;
|
|
533
1407
|
rejectionReasonDetail?: {
|
|
534
1408
|
name?: string | null | undefined;
|
|
535
1409
|
disqualificationReasonId?: string | null | undefined;
|
|
@@ -543,20 +1417,22 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
543
1417
|
currencySymbol?: string | null | undefined;
|
|
544
1418
|
} | null | undefined;
|
|
545
1419
|
solution?: string | null | undefined;
|
|
546
|
-
|
|
547
|
-
|
|
1420
|
+
jobTitle?: string | null | undefined;
|
|
1421
|
+
solutionType?: string | null | undefined;
|
|
548
1422
|
rejectionReason?: {
|
|
549
1423
|
name?: string | null | undefined;
|
|
550
1424
|
disqualificationReasonId?: string | null | undefined;
|
|
551
1425
|
reference?: string | null | undefined;
|
|
552
1426
|
} | null | undefined;
|
|
553
|
-
jobTitle?: string | null | undefined;
|
|
554
1427
|
jobDescription?: string | null | undefined;
|
|
1428
|
+
workCountry?: string | null | undefined;
|
|
1429
|
+
solutionTypeValue?: string | null | undefined;
|
|
555
1430
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
556
1431
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
557
1432
|
simulationId?: string | null | undefined;
|
|
558
1433
|
simulationFriendlyId?: string | null | undefined;
|
|
559
1434
|
simulationStatus?: number | null | undefined;
|
|
1435
|
+
solutionValue?: string | null | undefined;
|
|
560
1436
|
simulationBasedOn?: number | null | undefined;
|
|
561
1437
|
rate?: number | null | undefined;
|
|
562
1438
|
rateFrequency?: number | null | undefined;
|
|
@@ -568,8 +1444,6 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
568
1444
|
contractorDocumentId?: string | null | undefined;
|
|
569
1445
|
fileName?: string | null | undefined;
|
|
570
1446
|
} | null | undefined)[] | undefined;
|
|
571
|
-
workCountry?: string | null | undefined;
|
|
572
|
-
solutionType?: string | null | undefined;
|
|
573
1447
|
rejectionReasonDetail?: {
|
|
574
1448
|
name?: string | null | undefined;
|
|
575
1449
|
disqualificationReasonId?: string | null | undefined;
|
|
@@ -583,21 +1457,27 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
583
1457
|
solution?: {
|
|
584
1458
|
productNumber?: string | null | undefined;
|
|
585
1459
|
} | null | undefined;
|
|
586
|
-
|
|
587
|
-
|
|
1460
|
+
jobTitle?: string | null | undefined;
|
|
1461
|
+
solutionType?: {
|
|
1462
|
+
productNumber?: string | null | undefined;
|
|
1463
|
+
} | null | undefined;
|
|
588
1464
|
rejectionReason?: {
|
|
589
1465
|
name?: string | null | undefined;
|
|
590
1466
|
disqualificationReasonId?: string | null | undefined;
|
|
591
1467
|
reference?: string | null | undefined;
|
|
592
1468
|
} | null | undefined;
|
|
593
|
-
jobTitle?: string | null | undefined;
|
|
594
1469
|
jobDescription?: string | null | undefined;
|
|
1470
|
+
workCountry?: {
|
|
1471
|
+
code?: string | null | undefined;
|
|
1472
|
+
} | null | undefined;
|
|
1473
|
+
solutionTypeValue?: string | null | undefined;
|
|
595
1474
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
596
1475
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
597
1476
|
simulationId?: string | null | undefined;
|
|
598
1477
|
simulationFriendlyId?: string | null | undefined;
|
|
599
1478
|
simulationStatus?: number | null | undefined;
|
|
600
1479
|
expiryDate?: string | null | undefined;
|
|
1480
|
+
solutionValue?: string | null | undefined;
|
|
601
1481
|
simulationBasedOn?: number | null | undefined;
|
|
602
1482
|
rate?: number | null | undefined;
|
|
603
1483
|
rateFrequency?: number | null | undefined;
|
|
@@ -609,12 +1489,6 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
609
1489
|
contractorDocumentId?: string | null | undefined;
|
|
610
1490
|
fileName?: string | null | undefined;
|
|
611
1491
|
} | null | undefined)[] | undefined;
|
|
612
|
-
workCountry?: {
|
|
613
|
-
code?: string | null | undefined;
|
|
614
|
-
} | null | undefined;
|
|
615
|
-
solutionType?: {
|
|
616
|
-
productNumber?: string | null | undefined;
|
|
617
|
-
} | null | undefined;
|
|
618
1492
|
rejectionReasonDetail?: {
|
|
619
1493
|
name?: string | null | undefined;
|
|
620
1494
|
disqualificationReasonId?: string | null | undefined;
|
|
@@ -623,11 +1497,11 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
623
1497
|
}>, "many">>;
|
|
624
1498
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
625
1499
|
enquiryId: string;
|
|
1500
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1501
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
626
1502
|
enquiryNumber?: string | null | undefined;
|
|
627
1503
|
enquiryFriendlyName?: string | null | undefined;
|
|
628
1504
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
629
|
-
agencyFormattedValue?: string | null | undefined;
|
|
630
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
631
1505
|
simulations?: {
|
|
632
1506
|
expiryDate: string | null | undefined;
|
|
633
1507
|
daysUntilExpiry: number | null;
|
|
@@ -636,20 +1510,22 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
636
1510
|
currencySymbol?: string | null | undefined;
|
|
637
1511
|
} | null | undefined;
|
|
638
1512
|
solution?: string | null | undefined;
|
|
639
|
-
|
|
640
|
-
|
|
1513
|
+
jobTitle?: string | null | undefined;
|
|
1514
|
+
solutionType?: string | null | undefined;
|
|
641
1515
|
rejectionReason?: {
|
|
642
1516
|
name?: string | null | undefined;
|
|
643
1517
|
disqualificationReasonId?: string | null | undefined;
|
|
644
1518
|
reference?: string | null | undefined;
|
|
645
1519
|
} | null | undefined;
|
|
646
|
-
jobTitle?: string | null | undefined;
|
|
647
1520
|
jobDescription?: string | null | undefined;
|
|
1521
|
+
workCountry?: string | null | undefined;
|
|
1522
|
+
solutionTypeValue?: string | null | undefined;
|
|
648
1523
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
649
1524
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
650
1525
|
simulationId?: string | null | undefined;
|
|
651
1526
|
simulationFriendlyId?: string | null | undefined;
|
|
652
1527
|
simulationStatus?: number | null | undefined;
|
|
1528
|
+
solutionValue?: string | null | undefined;
|
|
653
1529
|
simulationBasedOn?: number | null | undefined;
|
|
654
1530
|
rate?: number | null | undefined;
|
|
655
1531
|
rateFrequency?: number | null | undefined;
|
|
@@ -661,8 +1537,6 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
661
1537
|
contractorDocumentId?: string | null | undefined;
|
|
662
1538
|
fileName?: string | null | undefined;
|
|
663
1539
|
} | null | undefined)[] | undefined;
|
|
664
|
-
workCountry?: string | null | undefined;
|
|
665
|
-
solutionType?: string | null | undefined;
|
|
666
1540
|
rejectionReasonDetail?: {
|
|
667
1541
|
name?: string | null | undefined;
|
|
668
1542
|
disqualificationReasonId?: string | null | undefined;
|
|
@@ -672,11 +1546,11 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
672
1546
|
daysUntilNextSimulationExpiry?: number | null | undefined;
|
|
673
1547
|
}, {
|
|
674
1548
|
enquiryId: string;
|
|
1549
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1550
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
675
1551
|
enquiryNumber?: string | null | undefined;
|
|
676
1552
|
enquiryFriendlyName?: string | null | undefined;
|
|
677
1553
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
678
|
-
agencyFormattedValue?: string | null | undefined;
|
|
679
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
680
1554
|
simulations?: {
|
|
681
1555
|
currency?: {
|
|
682
1556
|
isoCode?: string | null | undefined;
|
|
@@ -685,21 +1559,27 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
685
1559
|
solution?: {
|
|
686
1560
|
productNumber?: string | null | undefined;
|
|
687
1561
|
} | null | undefined;
|
|
688
|
-
|
|
689
|
-
|
|
1562
|
+
jobTitle?: string | null | undefined;
|
|
1563
|
+
solutionType?: {
|
|
1564
|
+
productNumber?: string | null | undefined;
|
|
1565
|
+
} | null | undefined;
|
|
690
1566
|
rejectionReason?: {
|
|
691
1567
|
name?: string | null | undefined;
|
|
692
1568
|
disqualificationReasonId?: string | null | undefined;
|
|
693
1569
|
reference?: string | null | undefined;
|
|
694
1570
|
} | null | undefined;
|
|
695
|
-
jobTitle?: string | null | undefined;
|
|
696
1571
|
jobDescription?: string | null | undefined;
|
|
1572
|
+
workCountry?: {
|
|
1573
|
+
code?: string | null | undefined;
|
|
1574
|
+
} | null | undefined;
|
|
1575
|
+
solutionTypeValue?: string | null | undefined;
|
|
697
1576
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
698
1577
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
699
1578
|
simulationId?: string | null | undefined;
|
|
700
1579
|
simulationFriendlyId?: string | null | undefined;
|
|
701
1580
|
simulationStatus?: number | null | undefined;
|
|
702
1581
|
expiryDate?: string | null | undefined;
|
|
1582
|
+
solutionValue?: string | null | undefined;
|
|
703
1583
|
simulationBasedOn?: number | null | undefined;
|
|
704
1584
|
rate?: number | null | undefined;
|
|
705
1585
|
rateFrequency?: number | null | undefined;
|
|
@@ -711,12 +1591,6 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
711
1591
|
contractorDocumentId?: string | null | undefined;
|
|
712
1592
|
fileName?: string | null | undefined;
|
|
713
1593
|
} | null | undefined)[] | undefined;
|
|
714
|
-
workCountry?: {
|
|
715
|
-
code?: string | null | undefined;
|
|
716
|
-
} | null | undefined;
|
|
717
|
-
solutionType?: {
|
|
718
|
-
productNumber?: string | null | undefined;
|
|
719
|
-
} | null | undefined;
|
|
720
1594
|
rejectionReasonDetail?: {
|
|
721
1595
|
name?: string | null | undefined;
|
|
722
1596
|
disqualificationReasonId?: string | null | undefined;
|
|
@@ -728,10 +1602,10 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
728
1602
|
nextSimulationExpiryDate: string | null | undefined;
|
|
729
1603
|
daysUntilNextSimulationExpiry: number | null;
|
|
730
1604
|
enquiryId: string;
|
|
731
|
-
enquiryNumber?: string | null | undefined;
|
|
732
|
-
enquiryFriendlyName?: string | null | undefined;
|
|
733
1605
|
agencyFormattedValue?: string | null | undefined;
|
|
734
1606
|
agencyContactFormattedValue?: string | null | undefined;
|
|
1607
|
+
enquiryNumber?: string | null | undefined;
|
|
1608
|
+
enquiryFriendlyName?: string | null | undefined;
|
|
735
1609
|
simulations?: {
|
|
736
1610
|
expiryDate: string | null | undefined;
|
|
737
1611
|
daysUntilExpiry: number | null;
|
|
@@ -740,20 +1614,22 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
740
1614
|
currencySymbol?: string | null | undefined;
|
|
741
1615
|
} | null | undefined;
|
|
742
1616
|
solution?: string | null | undefined;
|
|
743
|
-
|
|
744
|
-
|
|
1617
|
+
jobTitle?: string | null | undefined;
|
|
1618
|
+
solutionType?: string | null | undefined;
|
|
745
1619
|
rejectionReason?: {
|
|
746
1620
|
name?: string | null | undefined;
|
|
747
1621
|
disqualificationReasonId?: string | null | undefined;
|
|
748
1622
|
reference?: string | null | undefined;
|
|
749
1623
|
} | null | undefined;
|
|
750
|
-
jobTitle?: string | null | undefined;
|
|
751
1624
|
jobDescription?: string | null | undefined;
|
|
1625
|
+
workCountry?: string | null | undefined;
|
|
1626
|
+
solutionTypeValue?: string | null | undefined;
|
|
752
1627
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
753
1628
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
754
1629
|
simulationId?: string | null | undefined;
|
|
755
1630
|
simulationFriendlyId?: string | null | undefined;
|
|
756
1631
|
simulationStatus?: number | null | undefined;
|
|
1632
|
+
solutionValue?: string | null | undefined;
|
|
757
1633
|
simulationBasedOn?: number | null | undefined;
|
|
758
1634
|
rate?: number | null | undefined;
|
|
759
1635
|
rateFrequency?: number | null | undefined;
|
|
@@ -765,8 +1641,6 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
765
1641
|
contractorDocumentId?: string | null | undefined;
|
|
766
1642
|
fileName?: string | null | undefined;
|
|
767
1643
|
} | null | undefined)[] | undefined;
|
|
768
|
-
workCountry?: string | null | undefined;
|
|
769
|
-
solutionType?: string | null | undefined;
|
|
770
1644
|
rejectionReasonDetail?: {
|
|
771
1645
|
name?: string | null | undefined;
|
|
772
1646
|
disqualificationReasonId?: string | null | undefined;
|
|
@@ -775,11 +1649,11 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
775
1649
|
}[] | undefined;
|
|
776
1650
|
}, {
|
|
777
1651
|
enquiryId: string;
|
|
1652
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1653
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
778
1654
|
enquiryNumber?: string | null | undefined;
|
|
779
1655
|
enquiryFriendlyName?: string | null | undefined;
|
|
780
1656
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
781
|
-
agencyFormattedValue?: string | null | undefined;
|
|
782
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
783
1657
|
simulations?: {
|
|
784
1658
|
currency?: {
|
|
785
1659
|
isoCode?: string | null | undefined;
|
|
@@ -788,21 +1662,27 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
788
1662
|
solution?: {
|
|
789
1663
|
productNumber?: string | null | undefined;
|
|
790
1664
|
} | null | undefined;
|
|
791
|
-
|
|
792
|
-
|
|
1665
|
+
jobTitle?: string | null | undefined;
|
|
1666
|
+
solutionType?: {
|
|
1667
|
+
productNumber?: string | null | undefined;
|
|
1668
|
+
} | null | undefined;
|
|
793
1669
|
rejectionReason?: {
|
|
794
1670
|
name?: string | null | undefined;
|
|
795
1671
|
disqualificationReasonId?: string | null | undefined;
|
|
796
1672
|
reference?: string | null | undefined;
|
|
797
1673
|
} | null | undefined;
|
|
798
|
-
jobTitle?: string | null | undefined;
|
|
799
1674
|
jobDescription?: string | null | undefined;
|
|
1675
|
+
workCountry?: {
|
|
1676
|
+
code?: string | null | undefined;
|
|
1677
|
+
} | null | undefined;
|
|
1678
|
+
solutionTypeValue?: string | null | undefined;
|
|
800
1679
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
801
1680
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
802
1681
|
simulationId?: string | null | undefined;
|
|
803
1682
|
simulationFriendlyId?: string | null | undefined;
|
|
804
1683
|
simulationStatus?: number | null | undefined;
|
|
805
1684
|
expiryDate?: string | null | undefined;
|
|
1685
|
+
solutionValue?: string | null | undefined;
|
|
806
1686
|
simulationBasedOn?: number | null | undefined;
|
|
807
1687
|
rate?: number | null | undefined;
|
|
808
1688
|
rateFrequency?: number | null | undefined;
|
|
@@ -814,12 +1694,6 @@ export declare const SGetEnquiryBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
814
1694
|
contractorDocumentId?: string | null | undefined;
|
|
815
1695
|
fileName?: string | null | undefined;
|
|
816
1696
|
} | null | undefined)[] | undefined;
|
|
817
|
-
workCountry?: {
|
|
818
|
-
code?: string | null | undefined;
|
|
819
|
-
} | null | undefined;
|
|
820
|
-
solutionType?: {
|
|
821
|
-
productNumber?: string | null | undefined;
|
|
822
|
-
} | null | undefined;
|
|
823
1697
|
rejectionReasonDetail?: {
|
|
824
1698
|
name?: string | null | undefined;
|
|
825
1699
|
disqualificationReasonId?: string | null | undefined;
|