@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,69 +1,259 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const SSolutionBFF: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
|
|
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
|
-
readonly
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
readonly
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
readonly
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
readonly
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
readonly
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
readonly
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
readonly
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
readonly
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
readonly
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
readonly
|
|
65
|
-
|
|
66
|
-
|
|
2
|
+
export declare const SSolutionBFF: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
3
|
+
readonly _organizationid_value: {
|
|
4
|
+
readonly pretty: "organizationIdValue";
|
|
5
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6
|
+
};
|
|
7
|
+
readonly '@odata.etag': {
|
|
8
|
+
readonly pretty: "etag";
|
|
9
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
10
|
+
};
|
|
11
|
+
readonly versionnumber: {
|
|
12
|
+
readonly pretty: "versionNumber";
|
|
13
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
14
|
+
};
|
|
15
|
+
readonly _createdby_value: {
|
|
16
|
+
readonly pretty: "createdByValue";
|
|
17
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
};
|
|
19
|
+
readonly createdon: {
|
|
20
|
+
readonly pretty: "createdOn";
|
|
21
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
};
|
|
23
|
+
readonly _createdonbehalfby_value: {
|
|
24
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
25
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
};
|
|
27
|
+
readonly _modifiedby_value: {
|
|
28
|
+
readonly pretty: "modifiedByValue";
|
|
29
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
};
|
|
31
|
+
readonly modifiedon: {
|
|
32
|
+
readonly pretty: "modifiedOn";
|
|
33
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
};
|
|
35
|
+
readonly _modifiedonbehalfby_value: {
|
|
36
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
37
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
};
|
|
39
|
+
readonly statecode: {
|
|
40
|
+
readonly pretty: "stateCode";
|
|
41
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
42
|
+
};
|
|
43
|
+
readonly statuscode: {
|
|
44
|
+
readonly pretty: "statusCode";
|
|
45
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
46
|
+
};
|
|
47
|
+
readonly importsequencenumber: {
|
|
48
|
+
readonly pretty: "importSequenceNumber";
|
|
49
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
};
|
|
51
|
+
readonly overriddencreatedon: {
|
|
52
|
+
readonly pretty: "overriddenCreatedOn";
|
|
53
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
};
|
|
55
|
+
readonly timezoneruleversionnumber: {
|
|
56
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
57
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
58
|
+
};
|
|
59
|
+
readonly utcconversiontimezonecode: {
|
|
60
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
61
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
62
|
+
};
|
|
63
|
+
} & {
|
|
64
|
+
readonly productid: {
|
|
65
|
+
readonly pretty: "productId";
|
|
66
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
};
|
|
68
|
+
readonly name: {
|
|
69
|
+
readonly pretty: "name";
|
|
70
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
|
+
};
|
|
72
|
+
readonly productnumber: {
|
|
73
|
+
readonly pretty: "productNumber";
|
|
74
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
|
+
};
|
|
76
|
+
readonly description: {
|
|
77
|
+
readonly pretty: "description";
|
|
78
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
|
+
};
|
|
80
|
+
readonly ww_locationcode: {
|
|
81
|
+
readonly pretty: "locationCode";
|
|
82
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
|
+
};
|
|
84
|
+
readonly ww_costcentrecode: {
|
|
85
|
+
readonly pretty: "costCentreCode";
|
|
86
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
87
|
+
};
|
|
88
|
+
readonly ww_entitlementcentrecode: {
|
|
89
|
+
readonly pretty: "entitlementCentreCode";
|
|
90
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
};
|
|
92
|
+
readonly ww_solutiontype: {
|
|
93
|
+
readonly pretty: "solutionType";
|
|
94
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
95
|
+
};
|
|
96
|
+
readonly ww_specialfeesapply: {
|
|
97
|
+
readonly pretty: "specialFeesApply";
|
|
98
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
99
|
+
};
|
|
100
|
+
readonly price: {
|
|
101
|
+
readonly pretty: "price";
|
|
102
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
103
|
+
};
|
|
104
|
+
readonly price_base: {
|
|
105
|
+
readonly pretty: "priceBase";
|
|
106
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
107
|
+
};
|
|
108
|
+
readonly ww_plusuplift: {
|
|
109
|
+
readonly pretty: "plusUplift";
|
|
110
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
111
|
+
};
|
|
112
|
+
readonly ww_plusuplift_base: {
|
|
113
|
+
readonly pretty: "plusUpliftBase";
|
|
114
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
115
|
+
};
|
|
116
|
+
readonly ww_plusupliftweekly: {
|
|
117
|
+
readonly pretty: "plusUpliftWeekly";
|
|
118
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
|
+
};
|
|
120
|
+
readonly ww_plusupliftweekly_base: {
|
|
121
|
+
readonly pretty: "plusUpliftWeeklyBase";
|
|
122
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
|
+
};
|
|
124
|
+
readonly ww_plusupliftfortnightly: {
|
|
125
|
+
readonly pretty: "plusUpliftFortnightly";
|
|
126
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127
|
+
};
|
|
128
|
+
readonly ww_plusupliftfortnightly_base: {
|
|
129
|
+
readonly pretty: "plusUpliftFortnightlyBase";
|
|
130
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
131
|
+
};
|
|
132
|
+
readonly vendorname: {
|
|
133
|
+
readonly pretty: "vendorName";
|
|
134
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
135
|
+
};
|
|
136
|
+
readonly vendorid: {
|
|
137
|
+
readonly pretty: "vendorId";
|
|
138
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
139
|
+
};
|
|
140
|
+
readonly vendorpartnumber: {
|
|
141
|
+
readonly pretty: "vendorPartNumber";
|
|
142
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
143
|
+
};
|
|
144
|
+
readonly suppliername: {
|
|
145
|
+
readonly pretty: "supplierName";
|
|
146
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
147
|
+
};
|
|
148
|
+
readonly _parentProductId_value: {
|
|
149
|
+
readonly pretty: "parentProductId";
|
|
150
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
151
|
+
};
|
|
152
|
+
readonly _defaultuomid_value: {
|
|
153
|
+
readonly pretty: "defaultUomId";
|
|
154
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
155
|
+
};
|
|
156
|
+
readonly _defaultuomscheduleid_value: {
|
|
157
|
+
readonly pretty: "defaultUomScheduleId";
|
|
158
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
159
|
+
};
|
|
160
|
+
readonly _pricelevelid_value: {
|
|
161
|
+
readonly pretty: "priceLevelId";
|
|
162
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
163
|
+
};
|
|
164
|
+
readonly _subjectid_value: {
|
|
165
|
+
readonly pretty: "subjectId";
|
|
166
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
167
|
+
};
|
|
168
|
+
readonly iskit: {
|
|
169
|
+
readonly pretty: "isKit";
|
|
170
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
171
|
+
};
|
|
172
|
+
readonly isstockitem: {
|
|
173
|
+
readonly pretty: "isStockItem";
|
|
174
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
175
|
+
};
|
|
176
|
+
readonly isreparented: {
|
|
177
|
+
readonly pretty: "isReparented";
|
|
178
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
179
|
+
};
|
|
180
|
+
readonly msdyn_gdproptout: {
|
|
181
|
+
readonly pretty: "msdynGdprOptOut";
|
|
182
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
183
|
+
};
|
|
184
|
+
readonly standardcost: {
|
|
185
|
+
readonly pretty: "standardCost";
|
|
186
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
187
|
+
};
|
|
188
|
+
readonly standardcost_base: {
|
|
189
|
+
readonly pretty: "standardCostBase";
|
|
190
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
191
|
+
};
|
|
192
|
+
readonly currentcost: {
|
|
193
|
+
readonly pretty: "currentCost";
|
|
194
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
195
|
+
};
|
|
196
|
+
readonly currentcost_base: {
|
|
197
|
+
readonly pretty: "currentCostBase";
|
|
198
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
199
|
+
};
|
|
200
|
+
readonly msdynce_amount: {
|
|
201
|
+
readonly pretty: "msdynceAmount";
|
|
202
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
203
|
+
};
|
|
204
|
+
readonly msdynce_amount_base: {
|
|
205
|
+
readonly pretty: "msdynceAmountBase";
|
|
206
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
207
|
+
};
|
|
208
|
+
readonly entityimage: {
|
|
209
|
+
readonly pretty: "entityImage";
|
|
210
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
211
|
+
};
|
|
212
|
+
readonly entityimage_url: {
|
|
213
|
+
readonly pretty: "entityImageUrl";
|
|
214
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
215
|
+
};
|
|
216
|
+
readonly entityimageid: {
|
|
217
|
+
readonly pretty: "entityImageId";
|
|
218
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
219
|
+
};
|
|
220
|
+
readonly entityimage_timestamp: {
|
|
221
|
+
readonly pretty: "entityImageTimestamp";
|
|
222
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
223
|
+
};
|
|
224
|
+
readonly validfromdate: {
|
|
225
|
+
readonly pretty: "validFromDate";
|
|
226
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
227
|
+
};
|
|
228
|
+
readonly validtodate: {
|
|
229
|
+
readonly pretty: "validToDate";
|
|
230
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
231
|
+
};
|
|
232
|
+
readonly producttypecode: {
|
|
233
|
+
readonly pretty: "productTypeCode";
|
|
234
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
235
|
+
};
|
|
236
|
+
readonly productstructure: {
|
|
237
|
+
readonly pretty: "productStructure";
|
|
238
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
239
|
+
};
|
|
240
|
+
readonly hierarchypath: {
|
|
241
|
+
readonly pretty: "hierarchyPath";
|
|
242
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
243
|
+
};
|
|
244
|
+
readonly traversedpath: {
|
|
245
|
+
readonly pretty: "traversedPath";
|
|
246
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
247
|
+
};
|
|
248
|
+
readonly processid: {
|
|
249
|
+
readonly pretty: "processId";
|
|
250
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
251
|
+
};
|
|
252
|
+
readonly stageid: {
|
|
253
|
+
readonly pretty: "stageId";
|
|
254
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
255
|
+
};
|
|
256
|
+
}>, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
67
257
|
productNumber?: string | null | undefined;
|
|
68
258
|
}, {
|
|
69
259
|
productNumber?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SGetEnquirySimSolutionBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAoBvB,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"SGetEnquirySimSolutionBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAoBvB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAOb,CAAA;AAEZ,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAA"}
|
|
@@ -1,37 +1,131 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const SWorkCountryBFF: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
|
|
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
|
-
readonly
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
readonly
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
2
|
+
export declare const SWorkCountryBFF: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
3
|
+
readonly _organizationid_value: {
|
|
4
|
+
readonly pretty: "organizationIdValue";
|
|
5
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6
|
+
};
|
|
7
|
+
readonly '@odata.etag': {
|
|
8
|
+
readonly pretty: "etag";
|
|
9
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
10
|
+
};
|
|
11
|
+
readonly versionnumber: {
|
|
12
|
+
readonly pretty: "versionNumber";
|
|
13
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
14
|
+
};
|
|
15
|
+
readonly _createdby_value: {
|
|
16
|
+
readonly pretty: "createdByValue";
|
|
17
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
};
|
|
19
|
+
readonly createdon: {
|
|
20
|
+
readonly pretty: "createdOn";
|
|
21
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
};
|
|
23
|
+
readonly _createdonbehalfby_value: {
|
|
24
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
25
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
};
|
|
27
|
+
readonly _modifiedby_value: {
|
|
28
|
+
readonly pretty: "modifiedByValue";
|
|
29
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
};
|
|
31
|
+
readonly modifiedon: {
|
|
32
|
+
readonly pretty: "modifiedOn";
|
|
33
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
};
|
|
35
|
+
readonly _modifiedonbehalfby_value: {
|
|
36
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
37
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
};
|
|
39
|
+
readonly statecode: {
|
|
40
|
+
readonly pretty: "stateCode";
|
|
41
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
42
|
+
};
|
|
43
|
+
readonly statuscode: {
|
|
44
|
+
readonly pretty: "statusCode";
|
|
45
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
46
|
+
};
|
|
47
|
+
readonly importsequencenumber: {
|
|
48
|
+
readonly pretty: "importSequenceNumber";
|
|
49
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
};
|
|
51
|
+
readonly overriddencreatedon: {
|
|
52
|
+
readonly pretty: "overriddenCreatedOn";
|
|
53
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
};
|
|
55
|
+
readonly timezoneruleversionnumber: {
|
|
56
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
57
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
58
|
+
};
|
|
59
|
+
readonly utcconversiontimezonecode: {
|
|
60
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
61
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
62
|
+
};
|
|
63
|
+
} & {
|
|
64
|
+
readonly ww_countryid: {
|
|
65
|
+
readonly pretty: "countryId";
|
|
66
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
};
|
|
68
|
+
readonly ww_name: {
|
|
69
|
+
readonly pretty: "name";
|
|
70
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
|
+
};
|
|
72
|
+
readonly ww_code: {
|
|
73
|
+
readonly pretty: "code";
|
|
74
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
|
+
};
|
|
76
|
+
readonly ww_altsearchcode: {
|
|
77
|
+
readonly pretty: "altSearchCode";
|
|
78
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
|
+
};
|
|
80
|
+
readonly ww_continent: {
|
|
81
|
+
readonly pretty: "continent";
|
|
82
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
83
|
+
};
|
|
84
|
+
readonly ww_wwgentity: {
|
|
85
|
+
readonly pretty: "wwgEntity";
|
|
86
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
87
|
+
};
|
|
88
|
+
readonly _ww_scats_currency_value: {
|
|
89
|
+
readonly pretty: "scatsCurrencyValue";
|
|
90
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
};
|
|
92
|
+
readonly ww_issanctioned: {
|
|
93
|
+
readonly pretty: "isSanctioned";
|
|
94
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
95
|
+
};
|
|
96
|
+
readonly ww_iseu: {
|
|
97
|
+
readonly pretty: "isEu";
|
|
98
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
99
|
+
};
|
|
100
|
+
readonly ww_scats_workpermitservices: {
|
|
101
|
+
readonly pretty: "scatsWorkPermitServices";
|
|
102
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
103
|
+
};
|
|
104
|
+
readonly ww_scats_workpermitservicesnotes: {
|
|
105
|
+
readonly pretty: "scatsWorkermitServicesNotes";
|
|
106
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
107
|
+
};
|
|
108
|
+
readonly ww_scats_averageroi: {
|
|
109
|
+
readonly pretty: "scatsAverageRoi";
|
|
110
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
111
|
+
};
|
|
112
|
+
readonly _ww_scats_contractingcompany_value: {
|
|
113
|
+
readonly pretty: "scatsContractingCompanyValue";
|
|
114
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
115
|
+
};
|
|
116
|
+
readonly ww_scats_fees: {
|
|
117
|
+
readonly pretty: "scatsFees";
|
|
118
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
|
+
};
|
|
120
|
+
readonly _ww_scats_partneraccountant_value: {
|
|
121
|
+
readonly pretty: "scatsPartnerAccountantValue";
|
|
122
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
|
+
};
|
|
124
|
+
readonly ww_scats_incountryservices: {
|
|
125
|
+
readonly pretty: "scatsInCountryServices";
|
|
126
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127
|
+
};
|
|
128
|
+
}>, "code">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
35
129
|
code?: string | null | undefined;
|
|
36
130
|
}, {
|
|
37
131
|
code?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SGetEnquirySimWorkCountryBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"SGetEnquirySimWorkCountryBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIhB,CAAA;AAEZ,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA"}
|
|
@@ -20,7 +20,7 @@ export declare const SPostEnquiryBFF: z.ZodObject<Pick<{
|
|
|
20
20
|
readonly agencyFormattedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
21
21
|
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
22
22
|
readonly simulations: z.ZodOptional<z.ZodTypeAny>;
|
|
23
|
-
}, "
|
|
23
|
+
}, "agencyValue" | "agencyContactValue" | "enquiryFriendlyName" | "enquiryStatus"> & Pick<{
|
|
24
24
|
readonly estimatedConfirmedEndDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
25
25
|
readonly estimatedConfirmedStartDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
26
26
|
readonly simulationId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
@@ -105,43 +105,43 @@ export declare const SPostEnquiryBFF: z.ZodObject<Pick<{
|
|
|
105
105
|
readonly solutionType: z.ZodOptional<z.ZodTypeAny>;
|
|
106
106
|
readonly rejectionReason: z.ZodOptional<z.ZodTypeAny>;
|
|
107
107
|
readonly rejectionReasonDetail: z.ZodOptional<z.ZodTypeAny>;
|
|
108
|
-
}, "currency" | "solution" | "
|
|
108
|
+
}, "currency" | "solution" | "workCountry" | "rate">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
109
109
|
currency?: any;
|
|
110
110
|
solution?: any;
|
|
111
|
-
rate?: number | null | undefined;
|
|
112
111
|
workCountry?: any;
|
|
112
|
+
rate?: number | null | undefined;
|
|
113
113
|
}, {
|
|
114
114
|
currency?: any;
|
|
115
115
|
solution?: any;
|
|
116
|
-
rate?: number | null | undefined;
|
|
117
116
|
workCountry?: any;
|
|
117
|
+
rate?: number | null | undefined;
|
|
118
118
|
}>, "many">;
|
|
119
119
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
120
120
|
simulations: {
|
|
121
121
|
currency?: any;
|
|
122
122
|
solution?: any;
|
|
123
|
-
rate?: number | null | undefined;
|
|
124
123
|
workCountry?: any;
|
|
124
|
+
rate?: number | null | undefined;
|
|
125
125
|
}[];
|
|
126
126
|
jobTitle?: string | null | undefined;
|
|
127
|
-
|
|
127
|
+
jobDescription?: string | null | undefined;
|
|
128
128
|
agencyValue?: string | null | undefined;
|
|
129
129
|
agencyContactValue?: string | null | undefined;
|
|
130
|
+
enquiryFriendlyName?: string | null | undefined;
|
|
130
131
|
enquiryStatus?: number | null | undefined;
|
|
131
|
-
jobDescription?: string | null | undefined;
|
|
132
132
|
}, {
|
|
133
133
|
simulations: {
|
|
134
134
|
currency?: any;
|
|
135
135
|
solution?: any;
|
|
136
|
-
rate?: number | null | undefined;
|
|
137
136
|
workCountry?: any;
|
|
137
|
+
rate?: number | null | undefined;
|
|
138
138
|
}[];
|
|
139
139
|
jobTitle?: string | null | undefined;
|
|
140
|
-
|
|
140
|
+
jobDescription?: string | null | undefined;
|
|
141
141
|
agencyValue?: string | null | undefined;
|
|
142
142
|
agencyContactValue?: string | null | undefined;
|
|
143
|
+
enquiryFriendlyName?: string | null | undefined;
|
|
143
144
|
enquiryStatus?: number | null | undefined;
|
|
144
|
-
jobDescription?: string | null | undefined;
|
|
145
145
|
}>;
|
|
146
146
|
export type TPostEnquiryBFF = z.infer<typeof SPostEnquiryBFF>;
|
|
147
147
|
//# sourceMappingURL=SPostEnquiryBFF.d.ts.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './SGetEnquiryBFF.js';
|
|
2
|
+
export * from './SGetEnquirySimBFF.js';
|
|
3
|
+
export * from './SGetEnquirySimCurrencyBFF.js';
|
|
4
|
+
export * from './SGetEnquirySimDisqualificationBFF.js';
|
|
5
|
+
export * from './SGetEnquirySimDocumentBFF.js';
|
|
6
|
+
export * from './SGetEnquirySimSolutionBFF.js';
|
|
7
|
+
export * from './SGetEnquirySimWorkCountryBFF.js';
|
|
8
|
+
export * from './SPatchEnquiryBFF.js';
|
|
9
|
+
export * from './SPatchSimulationBFF.js';
|
|
10
|
+
export * from './SPostEnquiryBFF.js';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wCAAwC,CAAA;AACtD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,mCAAmC,CAAA;AACjD,cAAc,uBAAuB,CAAA;AACrC,cAAc,0BAA0B,CAAA;AACxC,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './SGetEnquiryBFF.js';
|
|
2
|
+
export * from './SGetEnquirySimBFF.js';
|
|
3
|
+
export * from './SGetEnquirySimCurrencyBFF.js';
|
|
4
|
+
export * from './SGetEnquirySimDisqualificationBFF.js';
|
|
5
|
+
export * from './SGetEnquirySimDocumentBFF.js';
|
|
6
|
+
export * from './SGetEnquirySimSolutionBFF.js';
|
|
7
|
+
export * from './SGetEnquirySimWorkCountryBFF.js';
|
|
8
|
+
export * from './SPatchEnquiryBFF.js';
|
|
9
|
+
export * from './SPatchSimulationBFF.js';
|
|
10
|
+
export * from './SPostEnquiryBFF.js';
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wCAAwC,CAAA;AACtD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,mCAAmC,CAAA;AACjD,cAAc,uBAAuB,CAAA;AACrC,cAAc,0BAA0B,CAAA;AACxC,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { TStatusGroup } from '../../../types/Statuses.js';
|
|
2
|
+
import type { TStageDisplayTextKey, TStageDetailDisplayTextKey } from '../../../types/Stages.js';
|
|
3
|
+
import type { TAssignmentAPI } from '../../api/index.js';
|
|
4
|
+
export declare const assignmentStatusDetails: (val: TAssignmentAPI, greaterEndDate: string | undefined | null, type?: "agent" | "worker") => {
|
|
5
|
+
progressedToStatusGroupDate: undefined;
|
|
6
|
+
displayKey: TStageDisplayTextKey;
|
|
7
|
+
detailDisplayKey: TStageDetailDisplayTextKey;
|
|
8
|
+
isTaggedStatus: boolean;
|
|
9
|
+
isChangeRequest: boolean;
|
|
10
|
+
isEndingSoon: boolean;
|
|
11
|
+
status: TStatusGroup;
|
|
12
|
+
statusAgency?: never;
|
|
13
|
+
statusWorker?: never;
|
|
14
|
+
} | {
|
|
15
|
+
progressedToStatusGroupDate: undefined;
|
|
16
|
+
displayKey: TStageDisplayTextKey;
|
|
17
|
+
detailDisplayKey: TStageDetailDisplayTextKey;
|
|
18
|
+
isTaggedStatus: boolean;
|
|
19
|
+
isChangeRequest: boolean;
|
|
20
|
+
isEndingSoon: boolean;
|
|
21
|
+
statusAgency: TStatusGroup;
|
|
22
|
+
statusWorker: TStatusGroup;
|
|
23
|
+
status?: never;
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=AssignmentHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AssignmentHelper.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/helpers/AssignmentHelper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;AAC9D,OAAO,KAAK,EACV,oBAAoB,EACpB,0BAA0B,EAC3B,MAAM,0BAA0B,CAAA;AAGjC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AA4FxD,eAAO,MAAM,uBAAuB,GAClC,KAAK,cAAc,EACnB,gBAAgB,MAAM,GAAG,SAAS,GAAG,IAAI,EACzC,OAAO,OAAO,GAAG,QAAQ;;gBA3Db,oBAAoB;sBACd,0BAA0B;;;;;;;;;gBADhC,oBAAoB;sBACd,0BAA0B;;;;;;;CAyG7C,CAAA"}
|