@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
|
@@ -26,7 +26,6 @@ export declare const Margin: {
|
|
|
26
26
|
utcConversionTimezoneCode: string;
|
|
27
27
|
versionNumber: string;
|
|
28
28
|
name: string;
|
|
29
|
-
solutionValue: string;
|
|
30
29
|
marginCurrencyValue: string;
|
|
31
30
|
marginBasis: string;
|
|
32
31
|
marginPeriod: string;
|
|
@@ -39,6 +38,7 @@ export declare const Margin: {
|
|
|
39
38
|
startUpMarginPaidBy: string;
|
|
40
39
|
startUpMarginCurrencyValue: string;
|
|
41
40
|
startUpMarginContractorPercentage: string;
|
|
41
|
+
solutionValue: string;
|
|
42
42
|
marginId: string;
|
|
43
43
|
};
|
|
44
44
|
fieldsD365: {
|
|
@@ -133,7 +133,6 @@ export declare const Margin: {
|
|
|
133
133
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
134
134
|
versionnumber?: number | null | undefined;
|
|
135
135
|
ww_name?: string | null | undefined;
|
|
136
|
-
_ww_solution_value?: string | null | undefined;
|
|
137
136
|
_ww_margincurrency_value?: string | null | undefined;
|
|
138
137
|
ww_marginbasis?: number | null | undefined;
|
|
139
138
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -146,6 +145,7 @@ export declare const Margin: {
|
|
|
146
145
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
147
146
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
148
147
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
148
|
+
_ww_solution_value?: string | null | undefined;
|
|
149
149
|
ww_marginid?: string | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
'@odata.etag'?: string | null | undefined;
|
|
@@ -168,7 +168,6 @@ export declare const Margin: {
|
|
|
168
168
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
169
169
|
versionnumber?: number | null | undefined;
|
|
170
170
|
ww_name?: string | null | undefined;
|
|
171
|
-
_ww_solution_value?: string | null | undefined;
|
|
172
171
|
_ww_margincurrency_value?: string | null | undefined;
|
|
173
172
|
ww_marginbasis?: number | null | undefined;
|
|
174
173
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -181,6 +180,7 @@ export declare const Margin: {
|
|
|
181
180
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
182
181
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
183
182
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
183
|
+
_ww_solution_value?: string | null | undefined;
|
|
184
184
|
ww_marginid?: string | undefined;
|
|
185
185
|
}>;
|
|
186
186
|
SPayloadD365: import("zod").ZodObject<{
|
|
@@ -203,7 +203,6 @@ export declare const Margin: {
|
|
|
203
203
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
204
204
|
_ww_country_value?: string | null | undefined;
|
|
205
205
|
ww_name?: string | null | undefined;
|
|
206
|
-
_ww_solution_value?: string | null | undefined;
|
|
207
206
|
_ww_margincurrency_value?: string | null | undefined;
|
|
208
207
|
ww_marginbasis?: number | null | undefined;
|
|
209
208
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -216,11 +215,11 @@ export declare const Margin: {
|
|
|
216
215
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
217
216
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
218
217
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
218
|
+
_ww_solution_value?: string | null | undefined;
|
|
219
219
|
ww_marginid?: string | undefined;
|
|
220
220
|
}, {
|
|
221
221
|
_ww_country_value?: string | null | undefined;
|
|
222
222
|
ww_name?: string | null | undefined;
|
|
223
|
-
_ww_solution_value?: string | null | undefined;
|
|
224
223
|
_ww_margincurrency_value?: string | null | undefined;
|
|
225
224
|
ww_marginbasis?: number | null | undefined;
|
|
226
225
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -233,44 +232,156 @@ export declare const Margin: {
|
|
|
233
232
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
234
233
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
235
234
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
235
|
+
_ww_solution_value?: string | null | undefined;
|
|
236
236
|
ww_marginid?: string | undefined;
|
|
237
237
|
}>;
|
|
238
|
-
SResponseAPI: import("zod").ZodObject<{
|
|
239
|
-
readonly
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
readonly
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
readonly
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
readonly
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
readonly
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
readonly
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
readonly
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
readonly
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
readonly
|
|
272
|
-
|
|
273
|
-
|
|
238
|
+
SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
239
|
+
readonly _ownerid_value: {
|
|
240
|
+
readonly pretty: "ownerIdValue";
|
|
241
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242
|
+
};
|
|
243
|
+
readonly _owningbusinessunit_value: {
|
|
244
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
245
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
246
|
+
};
|
|
247
|
+
readonly _owningteam_value: {
|
|
248
|
+
readonly pretty: "owningTeamValue";
|
|
249
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
250
|
+
};
|
|
251
|
+
readonly _owninguser_value: {
|
|
252
|
+
readonly pretty: "owningUserValue";
|
|
253
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
254
|
+
};
|
|
255
|
+
readonly '@odata.etag': {
|
|
256
|
+
readonly pretty: "etag";
|
|
257
|
+
readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
|
|
258
|
+
};
|
|
259
|
+
readonly versionnumber: {
|
|
260
|
+
readonly pretty: "versionNumber";
|
|
261
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
262
|
+
};
|
|
263
|
+
readonly _createdby_value: {
|
|
264
|
+
readonly pretty: "createdByValue";
|
|
265
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
266
|
+
};
|
|
267
|
+
readonly createdon: {
|
|
268
|
+
readonly pretty: "createdOn";
|
|
269
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
270
|
+
};
|
|
271
|
+
readonly _createdonbehalfby_value: {
|
|
272
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
273
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
274
|
+
};
|
|
275
|
+
readonly _modifiedby_value: {
|
|
276
|
+
readonly pretty: "modifiedByValue";
|
|
277
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
278
|
+
};
|
|
279
|
+
readonly modifiedon: {
|
|
280
|
+
readonly pretty: "modifiedOn";
|
|
281
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
282
|
+
};
|
|
283
|
+
readonly _modifiedonbehalfby_value: {
|
|
284
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
285
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
286
|
+
};
|
|
287
|
+
readonly statecode: {
|
|
288
|
+
readonly pretty: "stateCode";
|
|
289
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
290
|
+
};
|
|
291
|
+
readonly statuscode: {
|
|
292
|
+
readonly pretty: "statusCode";
|
|
293
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
294
|
+
};
|
|
295
|
+
readonly importsequencenumber: {
|
|
296
|
+
readonly pretty: "importSequenceNumber";
|
|
297
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
298
|
+
};
|
|
299
|
+
readonly overriddencreatedon: {
|
|
300
|
+
readonly pretty: "overriddenCreatedOn";
|
|
301
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
302
|
+
};
|
|
303
|
+
readonly timezoneruleversionnumber: {
|
|
304
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
305
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
306
|
+
};
|
|
307
|
+
readonly utcconversiontimezonecode: {
|
|
308
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
309
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
310
|
+
};
|
|
311
|
+
} & {
|
|
312
|
+
readonly ww_marginid: {
|
|
313
|
+
readonly pretty: "marginId";
|
|
314
|
+
readonly type: import("zod").ZodString;
|
|
315
|
+
};
|
|
316
|
+
readonly ww_name: {
|
|
317
|
+
readonly pretty: "name";
|
|
318
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
319
|
+
};
|
|
320
|
+
readonly _ww_country_value: {
|
|
321
|
+
readonly relationshipName: "ww_Country";
|
|
322
|
+
readonly entity: "ww_countries";
|
|
323
|
+
readonly pretty: "countryValue";
|
|
324
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
325
|
+
};
|
|
326
|
+
readonly _ww_solution_value: {
|
|
327
|
+
readonly relationshipName: "ww_Solution";
|
|
328
|
+
readonly entity: "products";
|
|
329
|
+
readonly pretty: "solutionValue";
|
|
330
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
331
|
+
};
|
|
332
|
+
readonly _ww_margincurrency_value: {
|
|
333
|
+
readonly relationshipName: "ww_MarginCurrency";
|
|
334
|
+
readonly entity: "transactioncurrencies";
|
|
335
|
+
readonly pretty: "marginCurrencyValue";
|
|
336
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
337
|
+
};
|
|
338
|
+
readonly ww_marginbasis: {
|
|
339
|
+
readonly pretty: "marginBasis";
|
|
340
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
341
|
+
};
|
|
342
|
+
readonly ww_marginpercentage: {
|
|
343
|
+
readonly pretty: "marginPercentage";
|
|
344
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
345
|
+
};
|
|
346
|
+
readonly ww_marginperiod: {
|
|
347
|
+
readonly pretty: "marginPeriod";
|
|
348
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
349
|
+
};
|
|
350
|
+
readonly ww_marginminvalue: {
|
|
351
|
+
readonly pretty: "marginMinValue";
|
|
352
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
353
|
+
};
|
|
354
|
+
readonly ww_marginfixedvaluemaxvalue: {
|
|
355
|
+
readonly pretty: "marginFixedValueMaxValue";
|
|
356
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
357
|
+
};
|
|
358
|
+
readonly ww_marginpaidby: {
|
|
359
|
+
readonly pretty: "marginPaidBy";
|
|
360
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
361
|
+
};
|
|
362
|
+
readonly ww_margincontractorpercentage: {
|
|
363
|
+
readonly pretty: "marginContractorPercentage";
|
|
364
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
365
|
+
};
|
|
366
|
+
readonly _ww_startupmargincurrency_value: {
|
|
367
|
+
readonly relationshipName: "ww_StartUpMarginCurrency";
|
|
368
|
+
readonly entity: "transactioncurrencies";
|
|
369
|
+
readonly pretty: "startUpMarginCurrencyValue";
|
|
370
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
371
|
+
};
|
|
372
|
+
readonly ww_startupmarginpaidby: {
|
|
373
|
+
readonly pretty: "startUpMarginPaidBy";
|
|
374
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
375
|
+
};
|
|
376
|
+
readonly ww_startupmarginfixedvaluemaxvalue: {
|
|
377
|
+
readonly pretty: "startUpMarginFixedValueMaxValue";
|
|
378
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
379
|
+
};
|
|
380
|
+
readonly ww_startupmargincontractorpercentage: {
|
|
381
|
+
readonly pretty: "startUpMarginContractorPercentage";
|
|
382
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
383
|
+
};
|
|
384
|
+
}>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
274
385
|
marginId: string;
|
|
275
386
|
countryValue?: string | null | undefined;
|
|
276
387
|
etag?: string | null | undefined;
|
|
@@ -292,19 +403,19 @@ export declare const Margin: {
|
|
|
292
403
|
owningTeamValue?: string | null | undefined;
|
|
293
404
|
owningUserValue?: string | null | undefined;
|
|
294
405
|
name?: string | null | undefined;
|
|
295
|
-
solutionValue?: string | null | undefined;
|
|
296
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
297
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
298
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
299
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
300
406
|
marginCurrencyValue?: string | null | undefined;
|
|
301
407
|
marginBasis?: number | null | undefined;
|
|
302
|
-
marginPercentage?: number | null | undefined;
|
|
303
408
|
marginPeriod?: number | null | undefined;
|
|
304
|
-
|
|
409
|
+
marginPercentage?: number | null | undefined;
|
|
305
410
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
411
|
+
marginMinValue?: number | null | undefined;
|
|
306
412
|
marginPaidBy?: number | null | undefined;
|
|
307
413
|
marginContractorPercentage?: number | null | undefined;
|
|
414
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
415
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
416
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
417
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
418
|
+
solutionValue?: string | null | undefined;
|
|
308
419
|
}, {
|
|
309
420
|
marginId: string;
|
|
310
421
|
countryValue?: string | null | undefined;
|
|
@@ -327,19 +438,19 @@ export declare const Margin: {
|
|
|
327
438
|
owningTeamValue?: string | null | undefined;
|
|
328
439
|
owningUserValue?: string | null | undefined;
|
|
329
440
|
name?: string | null | undefined;
|
|
330
|
-
solutionValue?: string | null | undefined;
|
|
331
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
332
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
333
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
334
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
335
441
|
marginCurrencyValue?: string | null | undefined;
|
|
336
442
|
marginBasis?: number | null | undefined;
|
|
337
|
-
marginPercentage?: number | null | undefined;
|
|
338
443
|
marginPeriod?: number | null | undefined;
|
|
339
|
-
|
|
444
|
+
marginPercentage?: number | null | undefined;
|
|
340
445
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
446
|
+
marginMinValue?: number | null | undefined;
|
|
341
447
|
marginPaidBy?: number | null | undefined;
|
|
342
448
|
marginContractorPercentage?: number | null | undefined;
|
|
449
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
450
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
451
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
452
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
453
|
+
solutionValue?: string | null | undefined;
|
|
343
454
|
}>;
|
|
344
455
|
SPayloadAPI: import("zod").ZodObject<{
|
|
345
456
|
readonly marginId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -361,37 +472,37 @@ export declare const Margin: {
|
|
|
361
472
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
362
473
|
countryValue?: string | null | undefined;
|
|
363
474
|
name?: string | null | undefined;
|
|
364
|
-
solutionValue?: string | null | undefined;
|
|
365
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
366
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
367
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
368
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
369
|
-
marginId?: string | undefined;
|
|
370
475
|
marginCurrencyValue?: string | null | undefined;
|
|
371
476
|
marginBasis?: number | null | undefined;
|
|
372
|
-
marginPercentage?: number | null | undefined;
|
|
373
477
|
marginPeriod?: number | null | undefined;
|
|
374
|
-
|
|
478
|
+
marginPercentage?: number | null | undefined;
|
|
375
479
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
480
|
+
marginMinValue?: number | null | undefined;
|
|
376
481
|
marginPaidBy?: number | null | undefined;
|
|
377
482
|
marginContractorPercentage?: number | null | undefined;
|
|
378
|
-
}, {
|
|
379
|
-
countryValue?: string | null | undefined;
|
|
380
|
-
name?: string | null | undefined;
|
|
381
|
-
solutionValue?: string | null | undefined;
|
|
382
483
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
383
484
|
startUpMarginPaidBy?: number | null | undefined;
|
|
384
485
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
385
486
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
487
|
+
solutionValue?: string | null | undefined;
|
|
386
488
|
marginId?: string | undefined;
|
|
489
|
+
}, {
|
|
490
|
+
countryValue?: string | null | undefined;
|
|
491
|
+
name?: string | null | undefined;
|
|
387
492
|
marginCurrencyValue?: string | null | undefined;
|
|
388
493
|
marginBasis?: number | null | undefined;
|
|
389
|
-
marginPercentage?: number | null | undefined;
|
|
390
494
|
marginPeriod?: number | null | undefined;
|
|
391
|
-
|
|
495
|
+
marginPercentage?: number | null | undefined;
|
|
392
496
|
marginFixedValueMaxValue?: number | null | undefined;
|
|
497
|
+
marginMinValue?: number | null | undefined;
|
|
393
498
|
marginPaidBy?: number | null | undefined;
|
|
394
499
|
marginContractorPercentage?: number | null | undefined;
|
|
500
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
501
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
502
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
503
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
504
|
+
solutionValue?: string | null | undefined;
|
|
505
|
+
marginId?: string | undefined;
|
|
395
506
|
}>;
|
|
396
507
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
397
508
|
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/margin/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/margin/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAA;AAID,cAAc,iBAAiB,CAAA"}
|
|
@@ -17,8 +17,6 @@ export declare const NationalityEntity: {
|
|
|
17
17
|
utcConversionTimezoneCode: string;
|
|
18
18
|
versionNumber: string;
|
|
19
19
|
name: string;
|
|
20
|
-
isEu: string;
|
|
21
|
-
organizationIdValue: string;
|
|
22
20
|
nationalityId: string;
|
|
23
21
|
iso2Code: string;
|
|
24
22
|
nationalityFullName: string;
|
|
@@ -26,6 +24,8 @@ export declare const NationalityEntity: {
|
|
|
26
24
|
brpRequired: string;
|
|
27
25
|
wrsRegistrationRequired: string;
|
|
28
26
|
visaRequired: string;
|
|
27
|
+
isEu: string;
|
|
28
|
+
organizationIdValue: string;
|
|
29
29
|
};
|
|
30
30
|
fieldsD365: {
|
|
31
31
|
readonly ww_nationalityid: "nationalityId";
|
|
@@ -94,8 +94,6 @@ export declare const NationalityEntity: {
|
|
|
94
94
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
95
95
|
versionnumber?: number | null | undefined;
|
|
96
96
|
ww_name?: string | null | undefined;
|
|
97
|
-
ww_iseu?: boolean | null | undefined;
|
|
98
|
-
_organizationid_value?: string | null | undefined;
|
|
99
97
|
ww_nationalityid?: string | undefined;
|
|
100
98
|
ww_iso2code?: string | null | undefined;
|
|
101
99
|
ww_nationalityfullname?: string | null | undefined;
|
|
@@ -103,6 +101,8 @@ export declare const NationalityEntity: {
|
|
|
103
101
|
ww_brprequired?: boolean | null | undefined;
|
|
104
102
|
ww_wrsregistrationrequired?: boolean | null | undefined;
|
|
105
103
|
ww_visarequired?: boolean | null | undefined;
|
|
104
|
+
ww_iseu?: boolean | null | undefined;
|
|
105
|
+
_organizationid_value?: string | null | undefined;
|
|
106
106
|
}, {
|
|
107
107
|
'@odata.etag'?: string | null | undefined;
|
|
108
108
|
_createdby_value?: string | null | undefined;
|
|
@@ -119,8 +119,6 @@ export declare const NationalityEntity: {
|
|
|
119
119
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
120
120
|
versionnumber?: number | null | undefined;
|
|
121
121
|
ww_name?: string | null | undefined;
|
|
122
|
-
ww_iseu?: boolean | null | undefined;
|
|
123
|
-
_organizationid_value?: string | null | undefined;
|
|
124
122
|
ww_nationalityid?: string | undefined;
|
|
125
123
|
ww_iso2code?: string | null | undefined;
|
|
126
124
|
ww_nationalityfullname?: string | null | undefined;
|
|
@@ -128,6 +126,8 @@ export declare const NationalityEntity: {
|
|
|
128
126
|
ww_brprequired?: boolean | null | undefined;
|
|
129
127
|
ww_wrsregistrationrequired?: boolean | null | undefined;
|
|
130
128
|
ww_visarequired?: boolean | null | undefined;
|
|
129
|
+
ww_iseu?: boolean | null | undefined;
|
|
130
|
+
_organizationid_value?: string | null | undefined;
|
|
131
131
|
}>;
|
|
132
132
|
SPayloadD365: z.ZodObject<{
|
|
133
133
|
readonly ww_nationalityid: z.ZodOptional<z.ZodString>;
|
|
@@ -141,7 +141,6 @@ export declare const NationalityEntity: {
|
|
|
141
141
|
readonly ww_iseu: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
142
142
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
143
143
|
ww_name?: string | null | undefined;
|
|
144
|
-
ww_iseu?: boolean | null | undefined;
|
|
145
144
|
ww_nationalityid?: string | undefined;
|
|
146
145
|
ww_iso2code?: string | null | undefined;
|
|
147
146
|
ww_nationalityfullname?: string | null | undefined;
|
|
@@ -149,9 +148,9 @@ export declare const NationalityEntity: {
|
|
|
149
148
|
ww_brprequired?: boolean | null | undefined;
|
|
150
149
|
ww_wrsregistrationrequired?: boolean | null | undefined;
|
|
151
150
|
ww_visarequired?: boolean | null | undefined;
|
|
151
|
+
ww_iseu?: boolean | null | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
ww_name?: string | null | undefined;
|
|
154
|
-
ww_iseu?: boolean | null | undefined;
|
|
155
154
|
ww_nationalityid?: string | undefined;
|
|
156
155
|
ww_iso2code?: string | null | undefined;
|
|
157
156
|
ww_nationalityfullname?: string | null | undefined;
|
|
@@ -159,33 +158,107 @@ export declare const NationalityEntity: {
|
|
|
159
158
|
ww_brprequired?: boolean | null | undefined;
|
|
160
159
|
ww_wrsregistrationrequired?: boolean | null | undefined;
|
|
161
160
|
ww_visarequired?: boolean | null | undefined;
|
|
161
|
+
ww_iseu?: boolean | null | undefined;
|
|
162
162
|
}>;
|
|
163
|
-
SResponseAPI: z.ZodObject<{
|
|
164
|
-
readonly
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
readonly
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
readonly
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
readonly
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
readonly
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
readonly
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
163
|
+
SResponseAPI: z.ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
164
|
+
readonly _organizationid_value: {
|
|
165
|
+
readonly pretty: "organizationIdValue";
|
|
166
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
167
|
+
};
|
|
168
|
+
readonly '@odata.etag': {
|
|
169
|
+
readonly pretty: "etag";
|
|
170
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
171
|
+
};
|
|
172
|
+
readonly versionnumber: {
|
|
173
|
+
readonly pretty: "versionNumber";
|
|
174
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
175
|
+
};
|
|
176
|
+
readonly _createdby_value: {
|
|
177
|
+
readonly pretty: "createdByValue";
|
|
178
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
179
|
+
};
|
|
180
|
+
readonly createdon: {
|
|
181
|
+
readonly pretty: "createdOn";
|
|
182
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
183
|
+
};
|
|
184
|
+
readonly _createdonbehalfby_value: {
|
|
185
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
186
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
187
|
+
};
|
|
188
|
+
readonly _modifiedby_value: {
|
|
189
|
+
readonly pretty: "modifiedByValue";
|
|
190
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
191
|
+
};
|
|
192
|
+
readonly modifiedon: {
|
|
193
|
+
readonly pretty: "modifiedOn";
|
|
194
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
195
|
+
};
|
|
196
|
+
readonly _modifiedonbehalfby_value: {
|
|
197
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
198
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
199
|
+
};
|
|
200
|
+
readonly statecode: {
|
|
201
|
+
readonly pretty: "stateCode";
|
|
202
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
203
|
+
};
|
|
204
|
+
readonly statuscode: {
|
|
205
|
+
readonly pretty: "statusCode";
|
|
206
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
207
|
+
};
|
|
208
|
+
readonly importsequencenumber: {
|
|
209
|
+
readonly pretty: "importSequenceNumber";
|
|
210
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
211
|
+
};
|
|
212
|
+
readonly overriddencreatedon: {
|
|
213
|
+
readonly pretty: "overriddenCreatedOn";
|
|
214
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
215
|
+
};
|
|
216
|
+
readonly timezoneruleversionnumber: {
|
|
217
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
218
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
219
|
+
};
|
|
220
|
+
readonly utcconversiontimezonecode: {
|
|
221
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
222
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
223
|
+
};
|
|
224
|
+
} & {
|
|
225
|
+
readonly ww_nationalityid: {
|
|
226
|
+
readonly pretty: "nationalityId";
|
|
227
|
+
readonly type: z.ZodString;
|
|
228
|
+
};
|
|
229
|
+
readonly ww_name: {
|
|
230
|
+
readonly pretty: "name";
|
|
231
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
232
|
+
};
|
|
233
|
+
readonly ww_iso2code: {
|
|
234
|
+
readonly pretty: "iso2Code";
|
|
235
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
236
|
+
};
|
|
237
|
+
readonly ww_nationalityfullname: {
|
|
238
|
+
readonly pretty: "nationalityFullName";
|
|
239
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
240
|
+
};
|
|
241
|
+
readonly ww_sharecoderequired: {
|
|
242
|
+
readonly pretty: "shareCodeRequired";
|
|
243
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
244
|
+
};
|
|
245
|
+
readonly ww_brprequired: {
|
|
246
|
+
readonly pretty: "brpRequired";
|
|
247
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
248
|
+
};
|
|
249
|
+
readonly ww_wrsregistrationrequired: {
|
|
250
|
+
readonly pretty: "wrsRegistrationRequired";
|
|
251
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
252
|
+
};
|
|
253
|
+
readonly ww_visarequired: {
|
|
254
|
+
readonly pretty: "visaRequired";
|
|
255
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
256
|
+
};
|
|
257
|
+
readonly ww_iseu: {
|
|
258
|
+
readonly pretty: "isEu";
|
|
259
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
260
|
+
};
|
|
261
|
+
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
189
262
|
nationalityId: string;
|
|
190
263
|
etag?: string | null | undefined;
|
|
191
264
|
versionNumber?: number | null | undefined;
|
|
@@ -203,13 +276,13 @@ export declare const NationalityEntity: {
|
|
|
203
276
|
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
204
277
|
organizationIdValue?: string | null | undefined;
|
|
205
278
|
name?: string | null | undefined;
|
|
206
|
-
isEu?: boolean | null | undefined;
|
|
207
279
|
iso2Code?: string | null | undefined;
|
|
208
280
|
nationalityFullName?: string | null | undefined;
|
|
209
281
|
shareCodeRequired?: boolean | null | undefined;
|
|
210
282
|
brpRequired?: boolean | null | undefined;
|
|
211
283
|
wrsRegistrationRequired?: boolean | null | undefined;
|
|
212
284
|
visaRequired?: boolean | null | undefined;
|
|
285
|
+
isEu?: boolean | null | undefined;
|
|
213
286
|
}, {
|
|
214
287
|
nationalityId: string;
|
|
215
288
|
etag?: string | null | undefined;
|
|
@@ -228,13 +301,13 @@ export declare const NationalityEntity: {
|
|
|
228
301
|
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
229
302
|
organizationIdValue?: string | null | undefined;
|
|
230
303
|
name?: string | null | undefined;
|
|
231
|
-
isEu?: boolean | null | undefined;
|
|
232
304
|
iso2Code?: string | null | undefined;
|
|
233
305
|
nationalityFullName?: string | null | undefined;
|
|
234
306
|
shareCodeRequired?: boolean | null | undefined;
|
|
235
307
|
brpRequired?: boolean | null | undefined;
|
|
236
308
|
wrsRegistrationRequired?: boolean | null | undefined;
|
|
237
309
|
visaRequired?: boolean | null | undefined;
|
|
310
|
+
isEu?: boolean | null | undefined;
|
|
238
311
|
}>;
|
|
239
312
|
SPayloadAPI: z.ZodObject<{
|
|
240
313
|
readonly nationalityId: z.ZodOptional<z.ZodString>;
|
|
@@ -247,25 +320,25 @@ export declare const NationalityEntity: {
|
|
|
247
320
|
readonly visaRequired: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
248
321
|
readonly isEu: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
249
322
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
250
|
-
name?: string | null | undefined;
|
|
251
|
-
isEu?: boolean | null | undefined;
|
|
252
323
|
nationalityId?: string | undefined;
|
|
324
|
+
name?: string | null | undefined;
|
|
253
325
|
iso2Code?: string | null | undefined;
|
|
254
326
|
nationalityFullName?: string | null | undefined;
|
|
255
327
|
shareCodeRequired?: boolean | null | undefined;
|
|
256
328
|
brpRequired?: boolean | null | undefined;
|
|
257
329
|
wrsRegistrationRequired?: boolean | null | undefined;
|
|
258
330
|
visaRequired?: boolean | null | undefined;
|
|
259
|
-
}, {
|
|
260
|
-
name?: string | null | undefined;
|
|
261
331
|
isEu?: boolean | null | undefined;
|
|
332
|
+
}, {
|
|
262
333
|
nationalityId?: string | undefined;
|
|
334
|
+
name?: string | null | undefined;
|
|
263
335
|
iso2Code?: string | null | undefined;
|
|
264
336
|
nationalityFullName?: string | null | undefined;
|
|
265
337
|
shareCodeRequired?: boolean | null | undefined;
|
|
266
338
|
brpRequired?: boolean | null | undefined;
|
|
267
339
|
wrsRegistrationRequired?: boolean | null | undefined;
|
|
268
340
|
visaRequired?: boolean | null | undefined;
|
|
341
|
+
isEu?: boolean | null | undefined;
|
|
269
342
|
}>;
|
|
270
343
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
271
344
|
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TNationalityAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/nationality/TNationalityAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"TNationalityAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/nationality/TNationalityAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI5B,CAAA;AAGF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,aAAa,CAAC,CAAA;AAC9E,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,YAAY,CAAC,CAAA;AAC5E,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,iBAAiB,CAAC,WAAW,CACrC,CAAA"}
|