@workwell-global/toolkit 1.1.9 → 1.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/enums/EntityNames.d.ts +8 -0
- package/dist/enums/EntityNames.d.ts.map +1 -1
- package/dist/enums/EntityNames.js +8 -0
- package/dist/enums/EntityNames.js.map +1 -1
- package/dist/enums/SCLASNStages.d.ts +2 -1
- package/dist/enums/SCLASNStages.d.ts.map +1 -1
- package/dist/enums/SCLASNStages.js +2 -2
- package/dist/enums/SCLASNStages.js.map +1 -1
- package/dist/enums/SCLASNStatus.d.ts +12 -12
- package/dist/enums/SCLASNStatus.d.ts.map +1 -1
- package/dist/enums/SCLASNStatus.js +10 -29
- package/dist/enums/SCLASNStatus.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
- package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
- package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/index.d.ts +522 -166
- package/dist/models/schemas/api/account/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +300 -285
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +310 -208
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2224 -1322
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +29 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/index.d.ts +2221 -1323
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.js +11 -0
- package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
- package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/index.d.ts +595 -191
- package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
- package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
- package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/country/index.d.ts +139 -45
- package/dist/models/schemas/api/country/index.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/index.d.ts +87 -23
- package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
- package/dist/models/schemas/api/download/index.d.ts +2 -0
- package/dist/models/schemas/api/download/index.d.ts.map +1 -0
- package/dist/models/schemas/api/download/index.js +2 -0
- package/dist/models/schemas/api/download/index.js.map +1 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +194 -67
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/index.d.ts +190 -66
- package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.d.ts +3 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.js +3 -0
- package/dist/models/schemas/api/index.js.map +1 -1
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +180 -69
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/margin/index.d.ts +180 -69
- package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/index.d.ts +113 -40
- package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
- package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
- package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/index.js +1 -0
- package/dist/models/schemas/api/referral/index.js.map +1 -1
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
- package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/index.js +11 -0
- package/dist/models/schemas/api/referralLog/index.js.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
- package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/role/index.d.ts +83 -22
- package/dist/models/schemas/api/role/index.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +7 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +7 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +312 -100
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/index.d.ts +296 -99
- package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/index.d.ts +259 -69
- package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +787 -231
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +4 -4
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +157 -46
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/index.d.ts +8 -0
- package/dist/models/schemas/bff/config/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/index.js +8 -0
- package/dist/models/schemas/bff/config/index.js.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +4 -4
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +4 -1
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -1
- package/dist/models/schemas/bff/documents/index.d.ts +2 -0
- package/dist/models/schemas/bff/documents/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/documents/index.js +2 -0
- package/dist/models/schemas/bff/documents/index.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +173 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +170 -46
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiriesSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.js +2 -0
- package/dist/models/schemas/bff/enquiriesSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1341 -467
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +10 -10
- package/dist/models/schemas/bff/enquiryDetail/index.d.ts +11 -0
- package/dist/models/schemas/bff/enquiryDetail/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/index.js +11 -0
- package/dist/models/schemas/bff/enquiryDetail/index.js.map +1 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +6 -20
- package/dist/models/schemas/bff/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/index.js +31 -25
- package/dist/models/schemas/bff/index.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +5 -5
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +5 -5
- package/dist/models/schemas/bff/onboardAWorker/index.d.ts +5 -0
- package/dist/models/schemas/bff/onboardAWorker/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/index.js +5 -0
- package/dist/models/schemas/bff/onboardAWorker/index.js.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
- package/package.json +21 -13
- package/dist/models/crm-dynamics/TChangeRequest.d.ts +0 -67
- package/dist/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
- package/dist/models/crm-dynamics/TChangeRequest.js +0 -2
- package/dist/models/crm-dynamics/TChangeRequest.js.map +0 -1
- package/dist/models/crm-dynamics/TEnquiry.d.ts +0 -68
- package/dist/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
- package/dist/models/crm-dynamics/TEnquiry.js +0 -2
- package/dist/models/crm-dynamics/TEnquiry.js.map +0 -1
- package/dist/models/event/TEvent.d.ts +0 -49
- package/dist/models/event/TEvent.d.ts.map +0 -1
- package/dist/models/event/TEvent.js +0 -9
- package/dist/models/event/TEvent.js.map +0 -1
- package/dist/models/event/TEventBase.d.ts +0 -15
- package/dist/models/event/TEventBase.d.ts.map +0 -1
- package/dist/models/event/TEventBase.js +0 -8
- package/dist/models/event/TEventBase.js.map +0 -1
- package/dist/models/event/TEventCategories.d.ts +0 -738
- package/dist/models/event/TEventCategories.d.ts.map +0 -1
- package/dist/models/event/TEventCategories.js +0 -268
- package/dist/models/event/TEventCategories.js.map +0 -1
- package/dist/models/event/TEventRequest.d.ts +0 -37
- package/dist/models/event/TEventRequest.d.ts.map +0 -1
- package/dist/models/event/TEventRequest.js +0 -10
- package/dist/models/event/TEventRequest.js.map +0 -1
- package/dist/models/event/index.d.ts +0 -5
- package/dist/models/event/index.d.ts.map +0 -1
- package/dist/models/event/index.js +0 -5
- package/dist/models/event/index.js.map +0 -1
- package/dist/models/notification/TNotification.d.ts +0 -389
- package/dist/models/notification/TNotification.d.ts.map +0 -1
- package/dist/models/notification/TNotification.js +0 -13
- package/dist/models/notification/TNotification.js.map +0 -1
- package/dist/models/notification/TNotificationRequest.d.ts +0 -361
- package/dist/models/notification/TNotificationRequest.d.ts.map +0 -1
- package/dist/models/notification/TNotificationRequest.js +0 -19
- package/dist/models/notification/TNotificationRequest.js.map +0 -1
- package/dist/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/notification/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/notification/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/notification/index.d.ts +0 -4
- package/dist/models/notification/index.d.ts.map +0 -1
- package/dist/models/notification/index.js +0 -4
- package/dist/models/notification/index.js.map +0 -1
- package/dist/models/objects/ICombinedAssignmetnSCL.d.ts +0 -58
- package/dist/models/objects/ICombinedAssignmetnSCL.d.ts.map +0 -1
- package/dist/models/objects/ICombinedAssignmetnSCL.js +0 -2
- package/dist/models/objects/ICombinedAssignmetnSCL.js.map +0 -1
- package/dist/models/objects/TChangeRequest.d.ts +0 -65
- package/dist/models/objects/TChangeRequest.d.ts.map +0 -1
- package/dist/models/objects/TChangeRequest.js +0 -2
- package/dist/models/objects/TChangeRequest.js.map +0 -1
- package/dist/models/objects/TEnquiry.d.ts +0 -75
- package/dist/models/objects/TEnquiry.d.ts.map +0 -1
- package/dist/models/objects/TEnquiry.js +0 -2
- package/dist/models/objects/TEnquiry.js.map +0 -1
- package/dist/models/objects/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/objects/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/objects/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/objects/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/schemas/TEvent.d.ts +0 -48
- package/dist/models/schemas/TEvent.d.ts.map +0 -1
- package/dist/models/schemas/TEvent.js +0 -9
- package/dist/models/schemas/TEvent.js.map +0 -1
- package/dist/models/schemas/TEventBase.d.ts +0 -15
- package/dist/models/schemas/TEventBase.d.ts.map +0 -1
- package/dist/models/schemas/TEventBase.js +0 -7
- package/dist/models/schemas/TEventBase.js.map +0 -1
- package/dist/models/schemas/TEventCategories.d.ts +0 -737
- package/dist/models/schemas/TEventCategories.d.ts.map +0 -1
- package/dist/models/schemas/TEventCategories.js +0 -268
- package/dist/models/schemas/TEventCategories.js.map +0 -1
- package/dist/models/schemas/TEventRequest.d.ts +0 -36
- package/dist/models/schemas/TEventRequest.d.ts.map +0 -1
- package/dist/models/schemas/TEventRequest.js +0 -10
- package/dist/models/schemas/TEventRequest.js.map +0 -1
- package/dist/models/schemas/TNotification.d.ts +0 -388
- package/dist/models/schemas/TNotification.d.ts.map +0 -1
- package/dist/models/schemas/TNotification.js +0 -12
- package/dist/models/schemas/TNotification.js.map +0 -1
- package/dist/models/schemas/TNotificationRequest.d.ts +0 -360
- package/dist/models/schemas/TNotificationRequest.d.ts.map +0 -1
- package/dist/models/schemas/TNotificationRequest.js +0 -19
- package/dist/models/schemas/TNotificationRequest.js.map +0 -1
- package/dist/models/schemas/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/models/schemas/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/models/schemas/TNotificationsHandlerResponse.js +0 -2
- package/dist/models/schemas/TNotificationsHandlerResponse.js.map +0 -1
- package/dist/models/schemas/notification/index.d.ts.map +0 -1
- package/dist/models/schemas/notification/index.js.map +0 -1
- package/dist/models/types/TCommon.d.ts +0 -16
- package/dist/models/types/TCommon.d.ts.map +0 -1
- package/dist/models/types/TCommon.js +0 -2
- package/dist/models/types/TCommon.js.map +0 -1
- package/dist/models/types/TStages.d.ts +0 -16
- package/dist/models/types/TStages.d.ts.map +0 -1
- package/dist/models/types/TStages.js +0 -2
- package/dist/models/types/TStages.js.map +0 -1
- package/dist/models/user-settings/TServiceUserSettings.d.ts +0 -118
- package/dist/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
- package/dist/models/user-settings/TServiceUserSettings.js +0 -80
- package/dist/models/user-settings/TServiceUserSettings.js.map +0 -1
- package/dist/models/user-settings/index.d.ts +0 -2
- package/dist/models/user-settings/index.d.ts.map +0 -1
- package/dist/models/user-settings/index.js +0 -2
- package/dist/models/user-settings/index.js.map +0 -1
- package/dist/types/enums/LinkedRoles.d.ts +0 -5
- package/dist/types/enums/LinkedRoles.d.ts.map +0 -1
- package/dist/types/enums/RBACPermissions.d.ts +0 -33
- package/dist/types/enums/RBACPermissions.d.ts.map +0 -1
- package/dist/types/enums/Regions.d.ts +0 -10
- package/dist/types/enums/Regions.d.ts.map +0 -1
- package/dist/types/enums/SCLASNStages.d.ts +0 -26
- package/dist/types/enums/SCLASNStages.d.ts.map +0 -1
- package/dist/types/enums/SCLASNStatus.d.ts +0 -13
- package/dist/types/enums/SCLASNStatus.d.ts.map +0 -1
- package/dist/types/enums/SolutionCategories.d.ts +0 -7
- package/dist/types/enums/SolutionCategories.d.ts.map +0 -1
- package/dist/types/enums/SolutionTypes.d.ts +0 -6
- package/dist/types/enums/SolutionTypes.d.ts.map +0 -1
- package/dist/types/enums/index.d.ts +0 -8
- package/dist/types/enums/index.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -2
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IAccount.d.ts +0 -276
- package/dist/types/models/crm-dynamics/IAccount.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IAddresses.d.ts +0 -52
- package/dist/types/models/crm-dynamics/IAddresses.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IApplication.d.ts +0 -27
- package/dist/types/models/crm-dynamics/IApplication.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IBankAccounts.d.ts +0 -42
- package/dist/types/models/crm-dynamics/IBankAccounts.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts +0 -10
- package/dist/types/models/crm-dynamics/ICRMPicklist.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts +0 -14
- package/dist/types/models/crm-dynamics/ICompanyDocument.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IContact.d.ts +0 -311
- package/dist/types/models/crm-dynamics/IContact.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IContractorDocument.d.ts +0 -27
- package/dist/types/models/crm-dynamics/IContractorDocument.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IDocumentBase.d.ts +0 -41
- package/dist/types/models/crm-dynamics/IDocumentBase.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/ISystemUser.d.ts +0 -151
- package/dist/types/models/crm-dynamics/ISystemUser.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts +0 -9
- package/dist/types/models/crm-dynamics/IWebPortalLogin.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/TChangeRequest.d.ts +0 -67
- package/dist/types/models/crm-dynamics/TChangeRequest.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/TEnquiry.d.ts +0 -68
- package/dist/types/models/crm-dynamics/TEnquiry.d.ts.map +0 -1
- package/dist/types/models/crm-dynamics/index.d.ts +0 -14
- package/dist/types/models/crm-dynamics/index.d.ts.map +0 -1
- package/dist/types/models/event/TEvent.d.ts +0 -49
- package/dist/types/models/event/TEvent.d.ts.map +0 -1
- package/dist/types/models/event/TEventBase.d.ts +0 -15
- package/dist/types/models/event/TEventBase.d.ts.map +0 -1
- package/dist/types/models/event/TEventCategories.d.ts +0 -738
- package/dist/types/models/event/TEventCategories.d.ts.map +0 -1
- package/dist/types/models/event/TEventRequest.d.ts +0 -37
- package/dist/types/models/event/TEventRequest.d.ts.map +0 -1
- package/dist/types/models/event/index.d.ts +0 -5
- package/dist/types/models/event/index.d.ts.map +0 -1
- package/dist/types/models/integration-auth0/IAuthUser.d.ts +0 -37
- package/dist/types/models/integration-auth0/IAuthUser.d.ts.map +0 -1
- package/dist/types/models/notification/TNotification.d.ts +0 -389
- package/dist/types/models/notification/TNotification.d.ts.map +0 -1
- package/dist/types/models/notification/TNotificationRequest.d.ts +0 -361
- package/dist/types/models/notification/TNotificationRequest.d.ts.map +0 -1
- package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts +0 -5
- package/dist/types/models/notification/TNotificationsHandlerResponse.d.ts.map +0 -1
- package/dist/types/models/notification/index.d.ts +0 -4
- package/dist/types/models/notification/index.d.ts.map +0 -1
- package/dist/types/models/objects/IAccount.d.ts +0 -58
- package/dist/types/models/objects/IAccount.d.ts.map +0 -1
- package/dist/types/models/objects/IAddress.d.ts +0 -27
- package/dist/types/models/objects/IAddress.d.ts.map +0 -1
- package/dist/types/models/objects/IApplication.d.ts +0 -14
- package/dist/types/models/objects/IApplication.d.ts.map +0 -1
- package/dist/types/models/objects/IBankAccounts.d.ts +0 -38
- package/dist/types/models/objects/IBankAccounts.d.ts.map +0 -1
- package/dist/types/models/objects/ICompany.d.ts +0 -16
- package/dist/types/models/objects/ICompany.d.ts.map +0 -1
- package/dist/types/models/objects/ICompanyDocument.d.ts +0 -61
- package/dist/types/models/objects/ICompanyDocument.d.ts.map +0 -1
- package/dist/types/models/objects/ICompanyPosition.d.ts +0 -6
- package/dist/types/models/objects/ICompanyPosition.d.ts.map +0 -1
- package/dist/types/models/objects/IContact.d.ts +0 -147
- package/dist/types/models/objects/IContact.d.ts.map +0 -1
- package/dist/types/models/objects/IContactMethod.d.ts +0 -9
- package/dist/types/models/objects/IContactMethod.d.ts.map +0 -1
- package/dist/types/models/objects/IContract.d.ts +0 -38
- package/dist/types/models/objects/IContract.d.ts.map +0 -1
- package/dist/types/models/objects/IContractor.d.ts +0 -4
- package/dist/types/models/objects/IContractor.d.ts.map +0 -1
- package/dist/types/models/objects/IContractorDocument.d.ts +0 -60
- package/dist/types/models/objects/IContractorDocument.d.ts.map +0 -1
- package/dist/types/models/objects/ICurrency.d.ts +0 -9
- package/dist/types/models/objects/ICurrency.d.ts.map +0 -1
- package/dist/types/models/objects/IEmployee.d.ts +0 -4
- package/dist/types/models/objects/IEmployee.d.ts.map +0 -1
- package/dist/types/models/objects/INote.d.ts +0 -7
- package/dist/types/models/objects/INote.d.ts.map +0 -1
- package/dist/types/models/objects/IOrganisation.d.ts +0 -31
- package/dist/types/models/objects/IOrganisation.d.ts.map +0 -1
- package/dist/types/models/objects/IPerson.d.ts +0 -14
- package/dist/types/models/objects/IPerson.d.ts.map +0 -1
- package/dist/types/models/objects/ISystemUser.d.ts +0 -15
- package/dist/types/models/objects/ISystemUser.d.ts.map +0 -1
- package/dist/types/models/objects/IUser.d.ts +0 -8
- package/dist/types/models/objects/IUser.d.ts.map +0 -1
- package/dist/types/models/objects/IWebPortalLogin.d.ts +0 -9
- package/dist/types/models/objects/IWebPortalLogin.d.ts.map +0 -1
- package/dist/types/models/objects/TChangeRequest.d.ts +0 -65
- package/dist/types/models/objects/TChangeRequest.d.ts.map +0 -1
- package/dist/types/models/objects/TEnquiry.d.ts +0 -75
- package/dist/types/models/objects/TEnquiry.d.ts.map +0 -1
- package/dist/types/models/objects/index.d.ts +0 -23
- package/dist/types/models/objects/index.d.ts.map +0 -1
- package/dist/types/models/types/TCommon.d.ts +0 -12
- package/dist/types/models/types/TCommon.d.ts.map +0 -1
- package/dist/types/models/types/index.d.ts +0 -2
- package/dist/types/models/types/index.d.ts.map +0 -1
- package/dist/types/models/user-settings/TServiceUserSettings.d.ts +0 -118
- package/dist/types/models/user-settings/TServiceUserSettings.d.ts.map +0 -1
- package/dist/types/services/index.d.ts +0 -2
- package/dist/types/services/index.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/calculate.d.ts +0 -3
- package/dist/types/utils/date-and-time/calculate.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/format.d.ts +0 -2
- package/dist/types/utils/date-and-time/format.d.ts.map +0 -1
- package/dist/types/utils/date-and-time/index.d.ts +0 -3
- package/dist/types/utils/date-and-time/index.d.ts.map +0 -1
- package/dist/types/utils/encoding/index.d.ts +0 -2
- package/dist/types/utils/encoding/index.d.ts.map +0 -1
- package/dist/types/utils/encoding/stringBySecret.d.ts +0 -3
- package/dist/types/utils/encoding/stringBySecret.d.ts.map +0 -1
- package/dist/types/utils/strings/index.d.ts +0 -2
- package/dist/types/utils/strings/index.d.ts.map +0 -1
- package/dist/utils/strings/strings.d.ts +0 -11
- package/dist/utils/strings/strings.d.ts.map +0 -1
- package/dist/utils/strings/strings.js +0 -34
- package/dist/utils/strings/strings.js.map +0 -1
- /package/dist/models/schemas/{notification → bff/referralsSummary}/index.d.ts +0 -0
- /package/dist/models/schemas/{notification → bff/referralsSummary}/index.js +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
import type { TSimulationAPI } from '../simulation/TSimulationAPI.js';
|
|
2
3
|
export declare const EnquiryEntity: {
|
|
3
4
|
isLookupOnly: boolean;
|
|
4
5
|
fieldsPretty: {
|
|
@@ -20,11 +21,11 @@ export declare const EnquiryEntity: {
|
|
|
20
21
|
timezoneRuleVersionNumber: string;
|
|
21
22
|
utcConversionTimezoneCode: string;
|
|
22
23
|
versionNumber: string;
|
|
24
|
+
agencyFormattedValue: string;
|
|
25
|
+
agencyContactFormattedValue: string;
|
|
23
26
|
agencyValue: string;
|
|
24
27
|
agencyContactValue: string;
|
|
25
28
|
simulations: string;
|
|
26
|
-
agencyFormattedValue: string;
|
|
27
|
-
agencyContactFormattedValue: string;
|
|
28
29
|
disqualificationReasonValue: string;
|
|
29
30
|
disqualificationDetailReasonValue: string;
|
|
30
31
|
enquiryId: string;
|
|
@@ -139,11 +140,11 @@ export declare const EnquiryEntity: {
|
|
|
139
140
|
timezoneruleversionnumber?: string | number | null | undefined;
|
|
140
141
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
141
142
|
versionnumber?: number | null | undefined;
|
|
143
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
144
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
142
145
|
_ww_agency_value?: string | null | undefined;
|
|
143
146
|
_ww_agencycontact_value?: string | null | undefined;
|
|
144
147
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
145
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
146
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
147
148
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
148
149
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
149
150
|
ww_enquiryid?: string | undefined;
|
|
@@ -178,11 +179,11 @@ export declare const EnquiryEntity: {
|
|
|
178
179
|
timezoneruleversionnumber?: string | number | null | undefined;
|
|
179
180
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
180
181
|
versionnumber?: number | null | undefined;
|
|
182
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
183
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
181
184
|
_ww_agency_value?: string | null | undefined;
|
|
182
185
|
_ww_agencycontact_value?: string | null | undefined;
|
|
183
186
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
184
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
185
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
186
187
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
187
188
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
188
189
|
ww_enquiryid?: string | undefined;
|
|
@@ -221,11 +222,11 @@ export declare const EnquiryEntity: {
|
|
|
221
222
|
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
222
223
|
readonly ww_salaryillustration_Enquiry_ww_enquiry: z.ZodOptional<z.ZodTypeAny>;
|
|
223
224
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
225
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
226
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
224
227
|
_ww_agency_value?: string | null | undefined;
|
|
225
228
|
_ww_agencycontact_value?: string | null | undefined;
|
|
226
229
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
227
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
228
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
229
230
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
230
231
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
231
232
|
ww_enquiryid?: string | undefined;
|
|
@@ -242,11 +243,11 @@ export declare const EnquiryEntity: {
|
|
|
242
243
|
ww_numberofexpiredsimulations?: number | null | undefined;
|
|
243
244
|
ww_upcomingsimulationexpirydate?: string | null | undefined;
|
|
244
245
|
}, {
|
|
246
|
+
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
247
|
+
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
245
248
|
_ww_agency_value?: string | null | undefined;
|
|
246
249
|
_ww_agencycontact_value?: string | null | undefined;
|
|
247
250
|
ww_salaryillustration_Enquiry_ww_enquiry?: any;
|
|
248
|
-
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
249
|
-
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
250
251
|
_ww_disqualificationreasonlookup_value?: string | null | undefined;
|
|
251
252
|
_ww_disqualificationdetailreason_value?: string | null | undefined;
|
|
252
253
|
ww_enquiryid?: string | undefined;
|
|
@@ -263,46 +264,170 @@ export declare const EnquiryEntity: {
|
|
|
263
264
|
ww_numberofexpiredsimulations?: number | null | undefined;
|
|
264
265
|
ww_upcomingsimulationexpirydate?: string | null | undefined;
|
|
265
266
|
}>;
|
|
266
|
-
SResponseAPI: z.ZodObject<{
|
|
267
|
-
readonly
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
readonly
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
readonly
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
readonly
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
readonly
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
readonly
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
readonly
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
readonly
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
readonly
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
readonly
|
|
304
|
-
|
|
305
|
-
|
|
267
|
+
SResponseAPI: z.ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
268
|
+
readonly _ownerid_value: {
|
|
269
|
+
readonly pretty: "ownerIdValue";
|
|
270
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
271
|
+
};
|
|
272
|
+
readonly _owningbusinessunit_value: {
|
|
273
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
274
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
275
|
+
};
|
|
276
|
+
readonly _owningteam_value: {
|
|
277
|
+
readonly pretty: "owningTeamValue";
|
|
278
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
279
|
+
};
|
|
280
|
+
readonly _owninguser_value: {
|
|
281
|
+
readonly pretty: "owningUserValue";
|
|
282
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
283
|
+
};
|
|
284
|
+
readonly '@odata.etag': {
|
|
285
|
+
readonly pretty: "etag";
|
|
286
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
287
|
+
};
|
|
288
|
+
readonly versionnumber: {
|
|
289
|
+
readonly pretty: "versionNumber";
|
|
290
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
291
|
+
};
|
|
292
|
+
readonly _createdby_value: {
|
|
293
|
+
readonly pretty: "createdByValue";
|
|
294
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
295
|
+
};
|
|
296
|
+
readonly createdon: {
|
|
297
|
+
readonly pretty: "createdOn";
|
|
298
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
299
|
+
};
|
|
300
|
+
readonly _createdonbehalfby_value: {
|
|
301
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
302
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
303
|
+
};
|
|
304
|
+
readonly _modifiedby_value: {
|
|
305
|
+
readonly pretty: "modifiedByValue";
|
|
306
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
307
|
+
};
|
|
308
|
+
readonly modifiedon: {
|
|
309
|
+
readonly pretty: "modifiedOn";
|
|
310
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
311
|
+
};
|
|
312
|
+
readonly _modifiedonbehalfby_value: {
|
|
313
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
314
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
315
|
+
};
|
|
316
|
+
readonly statecode: {
|
|
317
|
+
readonly pretty: "stateCode";
|
|
318
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
319
|
+
};
|
|
320
|
+
readonly statuscode: {
|
|
321
|
+
readonly pretty: "statusCode";
|
|
322
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
323
|
+
};
|
|
324
|
+
readonly importsequencenumber: {
|
|
325
|
+
readonly pretty: "importSequenceNumber";
|
|
326
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
327
|
+
};
|
|
328
|
+
readonly overriddencreatedon: {
|
|
329
|
+
readonly pretty: "overriddenCreatedOn";
|
|
330
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
331
|
+
};
|
|
332
|
+
readonly timezoneruleversionnumber: {
|
|
333
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
334
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
335
|
+
};
|
|
336
|
+
readonly utcconversiontimezonecode: {
|
|
337
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
338
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
339
|
+
};
|
|
340
|
+
} & {
|
|
341
|
+
readonly _ww_disqualificationreasonlookup_value: {
|
|
342
|
+
readonly relationshipName: "ww_DisqualificationReasonLookup";
|
|
343
|
+
readonly entity: "ww_disqualificationreasons";
|
|
344
|
+
readonly pretty: "disqualificationReasonValue";
|
|
345
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
346
|
+
};
|
|
347
|
+
readonly _ww_disqualificationdetailreason_value: {
|
|
348
|
+
readonly relationshipName: "ww_DisqualificationDetailReason";
|
|
349
|
+
readonly entity: "ww_disqualificationreasons";
|
|
350
|
+
readonly pretty: "disqualificationDetailReasonValue";
|
|
351
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
352
|
+
};
|
|
353
|
+
readonly ww_enquiryid: {
|
|
354
|
+
readonly pretty: "enquiryId";
|
|
355
|
+
readonly type: z.ZodString;
|
|
356
|
+
};
|
|
357
|
+
readonly ww_enquirynumber: {
|
|
358
|
+
readonly pretty: "enquiryNumber";
|
|
359
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
360
|
+
};
|
|
361
|
+
readonly ww_enquiryfriendlyname: {
|
|
362
|
+
readonly pretty: "enquiryFriendlyName";
|
|
363
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
364
|
+
};
|
|
365
|
+
readonly _ww_agency_value: {
|
|
366
|
+
readonly relationshipName: "ww_Agency";
|
|
367
|
+
readonly entity: "accounts";
|
|
368
|
+
readonly pretty: "agencyValue";
|
|
369
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
370
|
+
};
|
|
371
|
+
readonly _ww_agencycontact_value: {
|
|
372
|
+
readonly relationshipName: "ww_AgencyContact";
|
|
373
|
+
readonly entity: "contacts";
|
|
374
|
+
readonly pretty: "agencyContactValue";
|
|
375
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
376
|
+
};
|
|
377
|
+
readonly _ww_originatingcase_value: {
|
|
378
|
+
readonly pretty: "originatingCaseValue";
|
|
379
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
380
|
+
};
|
|
381
|
+
readonly ww_enquirystatus: {
|
|
382
|
+
readonly pretty: "enquiryStatus";
|
|
383
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
384
|
+
};
|
|
385
|
+
readonly ww_origin: {
|
|
386
|
+
readonly pretty: "origin";
|
|
387
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
388
|
+
};
|
|
389
|
+
readonly ww_approvedsimulationscount: {
|
|
390
|
+
readonly pretty: "approvedSimulationsCount";
|
|
391
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
392
|
+
};
|
|
393
|
+
readonly ww_pendingapprovalsimulationscount: {
|
|
394
|
+
readonly pretty: "pendingApprovalSimulationsCount";
|
|
395
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
396
|
+
};
|
|
397
|
+
readonly ww_rejectedsimulationscount: {
|
|
398
|
+
readonly pretty: "rejectedSimulationsCount";
|
|
399
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
400
|
+
};
|
|
401
|
+
readonly ww_totalsimulationscount: {
|
|
402
|
+
readonly pretty: "totalSimulationsCount";
|
|
403
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
404
|
+
};
|
|
405
|
+
readonly ww_numberofrejectedsimulationsbywwg: {
|
|
406
|
+
readonly pretty: "numberOfRejectedSimulationsByWwg";
|
|
407
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
408
|
+
};
|
|
409
|
+
readonly ww_numberofexpiredsimulations: {
|
|
410
|
+
readonly pretty: "numberOfExpiredSimulations";
|
|
411
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
412
|
+
};
|
|
413
|
+
readonly ww_upcomingsimulationexpirydate: {
|
|
414
|
+
readonly pretty: "nextSimulationExpiryDate";
|
|
415
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
416
|
+
};
|
|
417
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": {
|
|
418
|
+
readonly pretty: "agencyFormattedValue";
|
|
419
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
420
|
+
};
|
|
421
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": {
|
|
422
|
+
readonly pretty: "agencyContactFormattedValue";
|
|
423
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
424
|
+
};
|
|
425
|
+
readonly ww_salaryillustration_Enquiry_ww_enquiry: {
|
|
426
|
+
readonly pretty: "simulations";
|
|
427
|
+
readonly entityKey: "simulation";
|
|
428
|
+
readonly isArray: true;
|
|
429
|
+
};
|
|
430
|
+
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
306
431
|
enquiryId: string;
|
|
307
432
|
etag?: string | null | undefined;
|
|
308
433
|
versionNumber?: number | null | undefined;
|
|
@@ -322,12 +447,14 @@ export declare const EnquiryEntity: {
|
|
|
322
447
|
owningBusinessUnitValue?: string | null | undefined;
|
|
323
448
|
owningTeamValue?: string | null | undefined;
|
|
324
449
|
owningUserValue?: string | null | undefined;
|
|
450
|
+
agencyValue?: string | null | undefined;
|
|
451
|
+
agencyContactValue?: string | null | undefined;
|
|
452
|
+
agencyFormattedValue?: string | null | undefined;
|
|
453
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
325
454
|
disqualificationReasonValue?: string | null | undefined;
|
|
326
455
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
327
456
|
enquiryNumber?: string | null | undefined;
|
|
328
457
|
enquiryFriendlyName?: string | null | undefined;
|
|
329
|
-
agencyValue?: string | null | undefined;
|
|
330
|
-
agencyContactValue?: string | null | undefined;
|
|
331
458
|
originatingCaseValue?: string | null | undefined;
|
|
332
459
|
enquiryStatus?: number | null | undefined;
|
|
333
460
|
origin?: number | null | undefined;
|
|
@@ -338,8 +465,6 @@ export declare const EnquiryEntity: {
|
|
|
338
465
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
339
466
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
340
467
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
341
|
-
agencyFormattedValue?: string | null | undefined;
|
|
342
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
343
468
|
simulations?: any;
|
|
344
469
|
}, {
|
|
345
470
|
enquiryId: string;
|
|
@@ -361,12 +486,14 @@ export declare const EnquiryEntity: {
|
|
|
361
486
|
owningBusinessUnitValue?: string | null | undefined;
|
|
362
487
|
owningTeamValue?: string | null | undefined;
|
|
363
488
|
owningUserValue?: string | null | undefined;
|
|
489
|
+
agencyValue?: string | null | undefined;
|
|
490
|
+
agencyContactValue?: string | null | undefined;
|
|
491
|
+
agencyFormattedValue?: string | null | undefined;
|
|
492
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
364
493
|
disqualificationReasonValue?: string | null | undefined;
|
|
365
494
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
366
495
|
enquiryNumber?: string | null | undefined;
|
|
367
496
|
enquiryFriendlyName?: string | null | undefined;
|
|
368
|
-
agencyValue?: string | null | undefined;
|
|
369
|
-
agencyContactValue?: string | null | undefined;
|
|
370
497
|
originatingCaseValue?: string | null | undefined;
|
|
371
498
|
enquiryStatus?: number | null | undefined;
|
|
372
499
|
origin?: number | null | undefined;
|
|
@@ -377,8 +504,6 @@ export declare const EnquiryEntity: {
|
|
|
377
504
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
378
505
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
379
506
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
380
|
-
agencyFormattedValue?: string | null | undefined;
|
|
381
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
382
507
|
simulations?: any;
|
|
383
508
|
}>;
|
|
384
509
|
SPayloadAPI: z.ZodObject<{
|
|
@@ -403,13 +528,15 @@ export declare const EnquiryEntity: {
|
|
|
403
528
|
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
404
529
|
readonly simulations: z.ZodOptional<z.ZodTypeAny>;
|
|
405
530
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
531
|
+
agencyValue?: string | null | undefined;
|
|
532
|
+
agencyContactValue?: string | null | undefined;
|
|
533
|
+
agencyFormattedValue?: string | null | undefined;
|
|
534
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
406
535
|
disqualificationReasonValue?: string | null | undefined;
|
|
407
536
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
408
537
|
enquiryId?: string | undefined;
|
|
409
538
|
enquiryNumber?: string | null | undefined;
|
|
410
539
|
enquiryFriendlyName?: string | null | undefined;
|
|
411
|
-
agencyValue?: string | null | undefined;
|
|
412
|
-
agencyContactValue?: string | null | undefined;
|
|
413
540
|
originatingCaseValue?: string | null | undefined;
|
|
414
541
|
enquiryStatus?: number | null | undefined;
|
|
415
542
|
origin?: number | null | undefined;
|
|
@@ -420,17 +547,17 @@ export declare const EnquiryEntity: {
|
|
|
420
547
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
421
548
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
422
549
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
423
|
-
agencyFormattedValue?: string | null | undefined;
|
|
424
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
425
550
|
simulations?: any;
|
|
426
551
|
}, {
|
|
552
|
+
agencyValue?: string | null | undefined;
|
|
553
|
+
agencyContactValue?: string | null | undefined;
|
|
554
|
+
agencyFormattedValue?: string | null | undefined;
|
|
555
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
427
556
|
disqualificationReasonValue?: string | null | undefined;
|
|
428
557
|
disqualificationDetailReasonValue?: string | null | undefined;
|
|
429
558
|
enquiryId?: string | undefined;
|
|
430
559
|
enquiryNumber?: string | null | undefined;
|
|
431
560
|
enquiryFriendlyName?: string | null | undefined;
|
|
432
|
-
agencyValue?: string | null | undefined;
|
|
433
|
-
agencyContactValue?: string | null | undefined;
|
|
434
561
|
originatingCaseValue?: string | null | undefined;
|
|
435
562
|
enquiryStatus?: number | null | undefined;
|
|
436
563
|
origin?: number | null | undefined;
|
|
@@ -441,8 +568,6 @@ export declare const EnquiryEntity: {
|
|
|
441
568
|
numberOfRejectedSimulationsByWwg?: number | null | undefined;
|
|
442
569
|
numberOfExpiredSimulations?: number | null | undefined;
|
|
443
570
|
nextSimulationExpiryDate?: string | null | undefined;
|
|
444
|
-
agencyFormattedValue?: string | null | undefined;
|
|
445
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
446
571
|
simulations?: any;
|
|
447
572
|
}>;
|
|
448
573
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
@@ -450,7 +575,9 @@ export declare const EnquiryEntity: {
|
|
|
450
575
|
};
|
|
451
576
|
export type TEnquiryD365 = z.infer<typeof EnquiryEntity.SResponseD365>;
|
|
452
577
|
export type TEnquiryPayloadD365 = z.infer<typeof EnquiryEntity.SPayloadD365>;
|
|
453
|
-
export type TEnquiryAPI = z.infer<typeof EnquiryEntity.SResponseAPI
|
|
578
|
+
export type TEnquiryAPI = Omit<z.infer<typeof EnquiryEntity.SResponseAPI>, 'simulations'> & {
|
|
579
|
+
simulations?: TSimulationAPI[] | null;
|
|
580
|
+
};
|
|
454
581
|
export type TEnquiryPayloadAPI = z.infer<typeof EnquiryEntity.SPayloadAPI>;
|
|
455
582
|
export declare const SEnquiriesQueryParams: z.ZodEffects<z.ZodType<URLSearchParams, z.ZodTypeDef, URLSearchParams>, {
|
|
456
583
|
filter: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TEnquiryAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/enquiry/TEnquiryAPI.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"TEnquiryAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/enquiry/TEnquiryAPI.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAErE,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGxB,CAAA;AAEF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,aAAa,CAAC,CAAA;AACtE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,YAAY,CAAC,CAAA;AAC5E,MAAM,MAAM,WAAW,GAAG,IAAI,CAC5B,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,YAAY,CAAC,EAC1C,aAAa,CACd,GAAG;IACF,WAAW,CAAC,EAAE,cAAc,EAAE,GAAG,IAAI,CAAA;CACtC,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,WAAW,CAAC,CAAA;AAE1E,eAAO,MAAM,qBAAqB;;;;+BAa9B,CAAA;AAEJ,eAAO,MAAM,mBAAmB;;;;;;;;;;eASf,MAAM;wBACG,OAAO;YACnB,MAAM,GAAG,SAAS;;;;EAM7B,CAAA;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AACzE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TEnquiryAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/enquiry/TEnquiryAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;
|
|
1
|
+
{"version":3,"file":"TEnquiryAPI.js","sourceRoot":"","sources":["../../../../../src/models/schemas/api/enquiry/TEnquiryAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAGhD,MAAM,CAAC,MAAM,aAAa,GAAG,iBAAiB,CAAC;IAC7C,YAAY,EAAE,aAAa;IAC3B,UAAU,EAAE,uBAAuB;CACpC,CAAC,CAAA;AAaF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC;KACnC,UAAU,CAAC,eAAe,CAAC;KAC3B,SAAS,CAAC,MAAM,CAAC,EAAE;IAClB,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;IACnC,MAAM,QAAQ,GAAG,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAA;IAErC,IAAI,CAAC,OAAO,IAAI,CAAC,QAAQ;QAAE,OAAO,SAAS,CAAA;IAE3C,OAAO;QACL,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ;QACpC,EAAE,EAAE,OAAO,IAAI,QAAQ,IAAI,EAAE;QAC7B,eAAe,EAAE,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,MAAM;KAC1D,CAAA;AACH,CAAC,CAAC,CAAA;AAEJ,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC;KACjC,MAAM,CAAC;IACN,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,MAAM,EAAE,CAAC,CAAC,UAAU,CAAC,eAAe,CAAC;CACtC,CAAC;KACD,SAAS,CACR,CACE,KAAK,EAKL,EAAE,CAAC,CAAC;IACJ,SAAS,EAAE,KAAK,CAAC,SAAS;IAC1B,kBAAkB,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,KAAK,MAAM;IACrE,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,SAAS;CAChD,CAAC,CACH,CAAA"}
|