@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
|
@@ -213,7 +213,7 @@ export declare const referralRelationships: {
|
|
|
213
213
|
readonly relationshipName: "ww_Parent_Solution";
|
|
214
214
|
readonly entity: "products";
|
|
215
215
|
};
|
|
216
|
-
readonly
|
|
216
|
+
readonly solution: {
|
|
217
217
|
readonly relationshipName: "ww_ca_SolutionPackage";
|
|
218
218
|
readonly entity: "products";
|
|
219
219
|
};
|
|
@@ -265,435 +265,454 @@ export declare const referralRelationships: {
|
|
|
265
265
|
readonly relationshipName: "ww_ca_CountryofTaxResidence";
|
|
266
266
|
readonly entity: "ww_countries";
|
|
267
267
|
};
|
|
268
|
+
readonly referralLogs: {
|
|
269
|
+
readonly relationshipName: "ww_referrallog_Referral_ww_saleschecklist";
|
|
270
|
+
readonly entity: "ww_referrallogs";
|
|
271
|
+
};
|
|
268
272
|
};
|
|
269
273
|
export declare const referralFields: {
|
|
270
|
-
readonly
|
|
274
|
+
readonly ww_saleschecklistid: {
|
|
271
275
|
readonly pretty: "referralId";
|
|
272
276
|
readonly type: z.ZodString;
|
|
273
277
|
};
|
|
278
|
+
readonly ww_referralid: {
|
|
279
|
+
readonly pretty: "referralFriendlyId";
|
|
280
|
+
readonly type: z.ZodString;
|
|
281
|
+
};
|
|
282
|
+
readonly ww_name: {
|
|
283
|
+
readonly pretty: "name";
|
|
284
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
285
|
+
};
|
|
286
|
+
readonly _ww_salescode_value: {
|
|
287
|
+
readonly pretty: "salesCodeValue";
|
|
288
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
289
|
+
};
|
|
274
290
|
readonly ww_ca_stage: {
|
|
275
|
-
readonly pretty: "stage";
|
|
291
|
+
readonly pretty: "progress/stage";
|
|
276
292
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
277
293
|
};
|
|
278
294
|
readonly ww_stageupdated: {
|
|
279
|
-
readonly pretty: "stageUpdated";
|
|
295
|
+
readonly pretty: "progress/stageUpdated";
|
|
280
296
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
281
297
|
};
|
|
282
298
|
readonly ww_ca_stagereason: {
|
|
283
|
-
readonly pretty: "stageReason";
|
|
299
|
+
readonly pretty: "progress/stageReason";
|
|
284
300
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
285
301
|
};
|
|
286
|
-
readonly
|
|
287
|
-
readonly
|
|
288
|
-
readonly entity: "contacts";
|
|
289
|
-
readonly pretty: "contractorValue";
|
|
302
|
+
readonly ww_ca_happytoproceed: {
|
|
303
|
+
readonly pretty: "progress/happyToProceed";
|
|
290
304
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
291
305
|
};
|
|
292
|
-
readonly
|
|
293
|
-
readonly pretty: "
|
|
306
|
+
readonly _ww_campaign_value: {
|
|
307
|
+
readonly pretty: "progress/campaignValue";
|
|
308
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
309
|
+
};
|
|
310
|
+
readonly ww_ngareason: {
|
|
311
|
+
readonly pretty: "progress/notGoingAheadReason";
|
|
294
312
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
295
313
|
};
|
|
296
|
-
readonly
|
|
297
|
-
readonly
|
|
298
|
-
readonly
|
|
299
|
-
readonly pretty: "workCountryValue";
|
|
300
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
314
|
+
readonly ww_ngareasondetail: {
|
|
315
|
+
readonly pretty: "progress/notGoingAheadReasonDetail";
|
|
316
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
301
317
|
};
|
|
302
|
-
readonly
|
|
303
|
-
readonly
|
|
304
|
-
readonly
|
|
305
|
-
|
|
318
|
+
readonly ww_reportingstatus: {
|
|
319
|
+
readonly pretty: "progress/reportingStatus";
|
|
320
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
321
|
+
};
|
|
322
|
+
readonly _ww_ca_contractor_value: {
|
|
323
|
+
readonly relationshipName: "ww_ca_Contractor";
|
|
324
|
+
readonly entity: "contacts";
|
|
325
|
+
readonly pretty: "contractor/contractorValue";
|
|
306
326
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
307
327
|
};
|
|
308
|
-
readonly
|
|
309
|
-
readonly
|
|
310
|
-
readonly entity: "products";
|
|
311
|
-
readonly pretty: "solutionTypeValue";
|
|
328
|
+
readonly "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue": {
|
|
329
|
+
readonly pretty: "contractor/contractorFormattedValue";
|
|
312
330
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
313
331
|
};
|
|
332
|
+
readonly ww_region: {
|
|
333
|
+
readonly pretty: "assignment/region";
|
|
334
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
335
|
+
};
|
|
314
336
|
readonly _ww_workwellglobalinternalcompany_value: {
|
|
315
337
|
readonly relationshipName: "ww_WorkwellGlobalInternalCompany";
|
|
316
338
|
readonly entity: "accounts";
|
|
317
|
-
readonly pretty: "workwellGlobalInternalCompanyValue";
|
|
339
|
+
readonly pretty: "assignment/workwellGlobalInternalCompanyValue";
|
|
318
340
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
319
341
|
};
|
|
320
342
|
readonly ww_othercontractualagreements: {
|
|
321
|
-
readonly pretty: "otherContractualAgreements";
|
|
322
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
323
|
-
};
|
|
324
|
-
readonly _ww_salescode_value: {
|
|
325
|
-
readonly pretty: "salesCodeValue";
|
|
326
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
327
|
-
};
|
|
328
|
-
readonly _ww_margincurrency_value: {
|
|
329
|
-
readonly relationshipName: "ww_MarginCurrency";
|
|
330
|
-
readonly entity: "transactioncurrencies";
|
|
331
|
-
readonly pretty: "wwgManagementFeeCurrencyValue";
|
|
343
|
+
readonly pretty: "assignment/otherContractualAgreements";
|
|
332
344
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
333
345
|
};
|
|
334
|
-
readonly
|
|
335
|
-
readonly pretty: "
|
|
336
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
337
|
-
};
|
|
338
|
-
readonly ww_marginperiod: {
|
|
339
|
-
readonly pretty: "wwgManagementFeePeriod";
|
|
340
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
341
|
-
};
|
|
342
|
-
readonly ww_marginfixedvaluemaxvalue: {
|
|
343
|
-
readonly pretty: "wwgManagementFeeFixedValueMaxValue";
|
|
346
|
+
readonly ww_ca_totalrevenue: {
|
|
347
|
+
readonly pretty: "assignment/totalRevenue";
|
|
344
348
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
345
349
|
};
|
|
346
|
-
readonly
|
|
347
|
-
readonly pretty: "
|
|
350
|
+
readonly ww_ca_totalrevenue_base: {
|
|
351
|
+
readonly pretty: "assignment/totalRevenueGbp";
|
|
348
352
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
349
353
|
};
|
|
350
|
-
readonly
|
|
351
|
-
readonly pretty: "
|
|
354
|
+
readonly ww_totalrevenue: {
|
|
355
|
+
readonly pretty: "assignment/totalRevenue";
|
|
352
356
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
353
357
|
};
|
|
354
|
-
readonly
|
|
355
|
-
readonly pretty: "
|
|
358
|
+
readonly ww_totalrevenuegbpc: {
|
|
359
|
+
readonly pretty: "assignment/totalRevenueGbp";
|
|
356
360
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
357
361
|
};
|
|
358
|
-
readonly
|
|
359
|
-
readonly
|
|
360
|
-
readonly
|
|
362
|
+
readonly _transactioncurrencyid_value: {
|
|
363
|
+
readonly relationshipName: "transactioncurrencyid";
|
|
364
|
+
readonly entity: "transactioncurrencies";
|
|
365
|
+
readonly pretty: "assignment/contractorPayRateCurrencyValue";
|
|
366
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
361
367
|
};
|
|
362
|
-
readonly
|
|
363
|
-
readonly pretty: "
|
|
368
|
+
readonly ww_ca_contractrate: {
|
|
369
|
+
readonly pretty: "assignment/contractPayRate";
|
|
364
370
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
365
371
|
};
|
|
366
|
-
readonly
|
|
367
|
-
readonly pretty: "
|
|
372
|
+
readonly ww_ca_contractratefrequency: {
|
|
373
|
+
readonly pretty: "assignment/contractRateFrequency";
|
|
368
374
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
369
375
|
};
|
|
370
|
-
readonly
|
|
371
|
-
readonly pretty: "
|
|
376
|
+
readonly ww_ca_contractpayfrequency: {
|
|
377
|
+
readonly pretty: "assignment/contractPaymentFrequency";
|
|
372
378
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
373
379
|
};
|
|
374
|
-
readonly
|
|
375
|
-
readonly pretty: "
|
|
380
|
+
readonly ww_ca_hoursworked: {
|
|
381
|
+
readonly pretty: "assignment/hoursWorked";
|
|
376
382
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
377
383
|
};
|
|
378
|
-
readonly
|
|
379
|
-
readonly pretty: "
|
|
384
|
+
readonly ww_hoursworkedunit: {
|
|
385
|
+
readonly pretty: "assignment/hoursWorkedUnit";
|
|
380
386
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
381
387
|
};
|
|
382
|
-
readonly
|
|
383
|
-
readonly
|
|
384
|
-
readonly
|
|
388
|
+
readonly _ww_ca_countryoftaxresidence_value: {
|
|
389
|
+
readonly relationshipName: "ww_ca_CountryofTaxResidence";
|
|
390
|
+
readonly entity: "ww_countries";
|
|
391
|
+
readonly pretty: "assignment/countryOfTaxResidenceValue";
|
|
392
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
385
393
|
};
|
|
386
|
-
readonly
|
|
387
|
-
readonly pretty: "
|
|
388
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
394
|
+
readonly ww_ca_cityofwork: {
|
|
395
|
+
readonly pretty: "assignment/cityOfWork";
|
|
396
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
389
397
|
};
|
|
390
|
-
readonly
|
|
391
|
-
readonly pretty: "
|
|
392
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
398
|
+
readonly ww_ca_isoffshore: {
|
|
399
|
+
readonly pretty: "assignment/onshoreOffshore";
|
|
400
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
393
401
|
};
|
|
394
|
-
readonly
|
|
395
|
-
readonly relationshipName: "
|
|
402
|
+
readonly _ww_preferredinvoicecurrency_value: {
|
|
403
|
+
readonly relationshipName: "ww_PreferredInvoiceCurrency";
|
|
396
404
|
readonly entity: "transactioncurrencies";
|
|
397
|
-
readonly pretty: "
|
|
405
|
+
readonly pretty: "assignment/preferredInvoiceCurrencyValue";
|
|
398
406
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
399
407
|
};
|
|
400
|
-
readonly
|
|
401
|
-
readonly pretty: "
|
|
402
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
408
|
+
readonly ww_ca_isrollingcontract: {
|
|
409
|
+
readonly pretty: "assignment/isRollingContract";
|
|
410
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
403
411
|
};
|
|
404
|
-
readonly
|
|
405
|
-
readonly pretty: "
|
|
406
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
412
|
+
readonly ww_ca_isparttime: {
|
|
413
|
+
readonly pretty: "assignment/fullTimePartTime";
|
|
414
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
407
415
|
};
|
|
408
|
-
readonly
|
|
409
|
-
readonly pretty: "
|
|
416
|
+
readonly ww_ca_possibilityofext: {
|
|
417
|
+
readonly pretty: "assignment/possibilityOfExtension";
|
|
410
418
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
411
419
|
};
|
|
412
|
-
readonly
|
|
413
|
-
readonly
|
|
414
|
-
readonly
|
|
415
|
-
|
|
420
|
+
readonly ww_ca_localaccountantreferralreq: {
|
|
421
|
+
readonly pretty: "assignment/localAccountantReferralRequired";
|
|
422
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
423
|
+
};
|
|
424
|
+
readonly ww_ww_ca_frmwrk_agrmnt_rcvd: {
|
|
425
|
+
readonly pretty: "assignment/frameworkAgreementRecD";
|
|
416
426
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
417
427
|
};
|
|
418
|
-
readonly
|
|
419
|
-
readonly pretty: "
|
|
420
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
428
|
+
readonly ww_ca_asgn_schd_rcvd: {
|
|
429
|
+
readonly pretty: "assignment/assignmentScheduleRecD";
|
|
430
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
421
431
|
};
|
|
422
|
-
readonly
|
|
423
|
-
readonly
|
|
424
|
-
readonly entity: "ww_salaryillustrations";
|
|
425
|
-
readonly pretty: "originatingSimulationValue";
|
|
432
|
+
readonly ww_ca_endclient: {
|
|
433
|
+
readonly pretty: "assignment/endClient";
|
|
426
434
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
427
435
|
};
|
|
428
|
-
readonly
|
|
429
|
-
readonly pretty: "
|
|
436
|
+
readonly ww_jobtype: {
|
|
437
|
+
readonly pretty: "assignment/jobType";
|
|
430
438
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
431
439
|
};
|
|
432
|
-
readonly
|
|
433
|
-
readonly
|
|
434
|
-
readonly entity: "transactioncurrencies";
|
|
435
|
-
readonly pretty: "preferredInvoiceCurrencyValue";
|
|
440
|
+
readonly ww_ca_startdate: {
|
|
441
|
+
readonly pretty: "assignment/startDate";
|
|
436
442
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
437
443
|
};
|
|
438
|
-
readonly
|
|
439
|
-
readonly pretty: "
|
|
444
|
+
readonly ww_ca_enddate: {
|
|
445
|
+
readonly pretty: "assignment/endDate";
|
|
440
446
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
441
447
|
};
|
|
442
|
-
readonly
|
|
443
|
-
readonly pretty: "
|
|
448
|
+
readonly ww_ca_contractrole: {
|
|
449
|
+
readonly pretty: "assignment/jobRole";
|
|
444
450
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
445
451
|
};
|
|
446
|
-
readonly
|
|
447
|
-
readonly pretty: "
|
|
448
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
449
|
-
};
|
|
450
|
-
readonly ww_ngareason: {
|
|
451
|
-
readonly pretty: "notGoingAheadReason";
|
|
452
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
452
|
+
readonly ww_jobdescription: {
|
|
453
|
+
readonly pretty: "assignment/jobDescription";
|
|
454
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
453
455
|
};
|
|
454
|
-
readonly
|
|
455
|
-
readonly
|
|
456
|
+
readonly _ww_margincurrency_value: {
|
|
457
|
+
readonly relationshipName: "ww_MarginCurrency";
|
|
458
|
+
readonly entity: "transactioncurrencies";
|
|
459
|
+
readonly pretty: "fees/wwgManagementFeeCurrencyValue";
|
|
456
460
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
457
461
|
};
|
|
458
|
-
readonly
|
|
459
|
-
readonly pretty: "
|
|
462
|
+
readonly ww_marginbasis: {
|
|
463
|
+
readonly pretty: "fees/wwgManagementFeeBasis";
|
|
460
464
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
461
465
|
};
|
|
462
|
-
readonly
|
|
463
|
-
readonly pretty: "
|
|
464
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
466
|
+
readonly ww_marginperiod: {
|
|
467
|
+
readonly pretty: "fees/wwgManagementFeePeriod";
|
|
468
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
465
469
|
};
|
|
466
|
-
readonly
|
|
467
|
-
readonly pretty: "
|
|
468
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
470
|
+
readonly ww_marginpercentage: {
|
|
471
|
+
readonly pretty: "fees/wwgManagementFeePercentage";
|
|
472
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
469
473
|
};
|
|
470
|
-
readonly
|
|
471
|
-
readonly pretty: "
|
|
472
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
474
|
+
readonly ww_marginfixedvaluemaxvalue: {
|
|
475
|
+
readonly pretty: "fees/wwgManagementFeeFixedValueMaxValue";
|
|
476
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
473
477
|
};
|
|
474
|
-
readonly
|
|
475
|
-
readonly pretty: "
|
|
476
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
478
|
+
readonly ww_revenuefixedvaluemaxvalue: {
|
|
479
|
+
readonly pretty: "fees/wwgManagementFeeFixedValueMaxValue";
|
|
480
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
477
481
|
};
|
|
478
|
-
readonly
|
|
479
|
-
readonly pretty: "
|
|
482
|
+
readonly ww_marginminvalue: {
|
|
483
|
+
readonly pretty: "fees/wwgManagementFeeMinValue";
|
|
480
484
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
481
485
|
};
|
|
482
|
-
readonly
|
|
483
|
-
readonly pretty: "
|
|
484
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
486
|
+
readonly ww_revenueminvalue: {
|
|
487
|
+
readonly pretty: "fees/wwgManagementFeeMinValue";
|
|
488
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
485
489
|
};
|
|
486
|
-
readonly
|
|
487
|
-
readonly pretty: "
|
|
488
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
490
|
+
readonly ww_marginpaidby: {
|
|
491
|
+
readonly pretty: "fees/wwgManagementFeePaidBy";
|
|
492
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
489
493
|
};
|
|
490
|
-
readonly
|
|
491
|
-
readonly
|
|
492
|
-
readonly
|
|
493
|
-
readonly pretty: "agencyValue";
|
|
494
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
494
|
+
readonly ww_margincontractorpercentage: {
|
|
495
|
+
readonly pretty: "fees/wwgManagementFeeContractorPercentage";
|
|
496
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
495
497
|
};
|
|
496
|
-
readonly
|
|
497
|
-
readonly pretty: "
|
|
498
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
498
|
+
readonly ww_startupmarginfixedvaluemaxvalue: {
|
|
499
|
+
readonly pretty: "fees/startUpMarginFixedValueMaxValue";
|
|
500
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
499
501
|
};
|
|
500
|
-
readonly
|
|
501
|
-
readonly
|
|
502
|
-
readonly
|
|
503
|
-
readonly pretty: "agencyBranchValue";
|
|
504
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
502
|
+
readonly ww_startupmarginpaidby: {
|
|
503
|
+
readonly pretty: "fees/startUpMarginPaidBy";
|
|
504
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
505
505
|
};
|
|
506
|
-
readonly
|
|
507
|
-
readonly relationshipName: "
|
|
508
|
-
readonly entity: "
|
|
509
|
-
readonly pretty: "
|
|
506
|
+
readonly _ww_startupmargincurrency_value: {
|
|
507
|
+
readonly relationshipName: "ww_StartUpMarginCurrency";
|
|
508
|
+
readonly entity: "transactioncurrencies";
|
|
509
|
+
readonly pretty: "fees/startUpMarginCurrencyValue";
|
|
510
510
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
511
511
|
};
|
|
512
|
-
readonly
|
|
513
|
-
readonly pretty: "
|
|
514
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
512
|
+
readonly ww_startupmargincontractorpercentage: {
|
|
513
|
+
readonly pretty: "fees/startUpMarginContractorPercentage";
|
|
514
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
515
515
|
};
|
|
516
516
|
readonly _ww_marginonlycompany_value: {
|
|
517
517
|
readonly relationshipName: "ww_MarginOnlyCompany";
|
|
518
518
|
readonly entity: "accounts";
|
|
519
|
-
readonly pretty: "marginOnlyCompanyValue";
|
|
520
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
521
|
-
};
|
|
522
|
-
readonly ww_jobtype: {
|
|
523
|
-
readonly pretty: "jobType";
|
|
524
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
525
|
-
};
|
|
526
|
-
readonly ww_ca_startdate: {
|
|
527
|
-
readonly pretty: "startDate";
|
|
528
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
529
|
-
};
|
|
530
|
-
readonly ww_ca_enddate: {
|
|
531
|
-
readonly pretty: "endDate";
|
|
532
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
533
|
-
};
|
|
534
|
-
readonly ww_ca_contractrole: {
|
|
535
|
-
readonly pretty: "jobRole";
|
|
536
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
537
|
-
};
|
|
538
|
-
readonly _transactioncurrencyid_value: {
|
|
539
|
-
readonly relationshipName: "transactioncurrencyid";
|
|
540
|
-
readonly entity: "transactioncurrencies";
|
|
541
|
-
readonly pretty: "contractorPayRateCurrencyValue";
|
|
519
|
+
readonly pretty: "fees/marginOnlyCompanyValue";
|
|
542
520
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
543
521
|
};
|
|
544
|
-
readonly
|
|
545
|
-
readonly pretty: "
|
|
546
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
547
|
-
};
|
|
548
|
-
readonly ww_ca_contractratefrequency: {
|
|
549
|
-
readonly pretty: "contractRateFrequency";
|
|
522
|
+
readonly ww_clientrate: {
|
|
523
|
+
readonly pretty: "rates/clientRate";
|
|
550
524
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
551
525
|
};
|
|
552
|
-
readonly
|
|
553
|
-
readonly pretty: "
|
|
526
|
+
readonly ww_grossratesimulation: {
|
|
527
|
+
readonly pretty: "rates/grossRateSimulation";
|
|
554
528
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
555
529
|
};
|
|
556
|
-
readonly
|
|
557
|
-
readonly pretty: "
|
|
530
|
+
readonly ww_marginrate: {
|
|
531
|
+
readonly pretty: "rates/marginRate";
|
|
558
532
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
559
533
|
};
|
|
560
|
-
readonly
|
|
561
|
-
readonly pretty: "
|
|
534
|
+
readonly ww_employeegrosssalary: {
|
|
535
|
+
readonly pretty: "rates/employeeGrossSalary";
|
|
562
536
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
563
537
|
};
|
|
564
|
-
readonly
|
|
565
|
-
readonly relationshipName: "
|
|
566
|
-
readonly entity: "
|
|
567
|
-
readonly pretty: "
|
|
538
|
+
readonly _ww_ca_agency_value: {
|
|
539
|
+
readonly relationshipName: "ww_ca_Agency";
|
|
540
|
+
readonly entity: "accounts";
|
|
541
|
+
readonly pretty: "agency/agencyValue";
|
|
568
542
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
569
543
|
};
|
|
570
|
-
readonly
|
|
571
|
-
readonly pretty: "
|
|
544
|
+
readonly _ww_accountmanager_value: {
|
|
545
|
+
readonly pretty: "agency/accountManagerValue";
|
|
572
546
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
573
547
|
};
|
|
574
|
-
readonly
|
|
575
|
-
readonly
|
|
576
|
-
readonly
|
|
548
|
+
readonly _ww_ca_agencybranch_value: {
|
|
549
|
+
readonly relationshipName: "ww_ca_AgencyBranch";
|
|
550
|
+
readonly entity: "accounts";
|
|
551
|
+
readonly pretty: "agency/agencyBranchValue";
|
|
552
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
577
553
|
};
|
|
578
|
-
readonly
|
|
579
|
-
readonly
|
|
580
|
-
readonly
|
|
554
|
+
readonly _ww_ca_agencyconsultant_value: {
|
|
555
|
+
readonly relationshipName: "ww_ca_AgencyConsultant";
|
|
556
|
+
readonly entity: "contacts";
|
|
557
|
+
readonly pretty: "agency/agencyContactValue";
|
|
558
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
581
559
|
};
|
|
582
|
-
readonly
|
|
583
|
-
readonly pretty: "
|
|
560
|
+
readonly "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue": {
|
|
561
|
+
readonly pretty: "agency/agencyFormattedValue";
|
|
584
562
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
585
563
|
};
|
|
586
|
-
readonly
|
|
587
|
-
readonly pretty: "
|
|
564
|
+
readonly "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue": {
|
|
565
|
+
readonly pretty: "agency/agencyContactFormattedValue";
|
|
588
566
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
589
567
|
};
|
|
590
568
|
readonly ww_rtw_requiredincontractcountry: {
|
|
591
|
-
readonly pretty: "doesContractorRequireRtwInContractCountry";
|
|
569
|
+
readonly pretty: "compliance/doesContractorRequireRtwInContractCountry";
|
|
592
570
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
593
571
|
};
|
|
594
572
|
readonly ww_rtw_haveincontractcountry: {
|
|
595
|
-
readonly pretty: "doesContractorHaveRtwInTheContractCountry";
|
|
573
|
+
readonly pretty: "compliance/doesContractorHaveRtwInTheContractCountry";
|
|
596
574
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
597
575
|
};
|
|
598
576
|
readonly ww_rtw_whoisarrangingvisa: {
|
|
599
|
-
readonly pretty: "ifNoWhoIsArrangingVisa";
|
|
577
|
+
readonly pretty: "compliance/ifNoWhoIsArrangingVisa";
|
|
600
578
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
601
579
|
};
|
|
602
|
-
readonly ww_placeholderforsiflow: {
|
|
603
|
-
readonly pretty: "placeholderForSiFlow";
|
|
604
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
605
|
-
};
|
|
606
580
|
readonly _ww_cmpl_approvedby_value: {
|
|
607
|
-
readonly pretty: "approvedByValue";
|
|
581
|
+
readonly pretty: "compliance/approvedByValue";
|
|
608
582
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
609
583
|
};
|
|
610
584
|
readonly ww_cmpl_approvedon: {
|
|
611
|
-
readonly pretty: "approvedOn";
|
|
585
|
+
readonly pretty: "compliance/approvedOn";
|
|
612
586
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
613
587
|
};
|
|
614
588
|
readonly ww_rejectreason: {
|
|
615
|
-
readonly pretty: "rejectReason";
|
|
589
|
+
readonly pretty: "compliance/rejectReason";
|
|
616
590
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
617
591
|
};
|
|
618
592
|
readonly ww_cmpl_compliancestatementreq: {
|
|
619
|
-
readonly pretty: "complianceStatementRequired";
|
|
593
|
+
readonly pretty: "compliance/complianceStatementRequired";
|
|
620
594
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
621
595
|
};
|
|
622
596
|
readonly ww_cmpl_compliancestatementgenerated: {
|
|
623
|
-
readonly pretty: "complianceStatementGenerated";
|
|
597
|
+
readonly pretty: "compliance/complianceStatementGenerated";
|
|
624
598
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
625
599
|
};
|
|
626
|
-
readonly ww_placeholdergeneratecmplstatement: {
|
|
627
|
-
readonly pretty: "placeholderForGeneratingComplianceStatement";
|
|
628
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
629
|
-
};
|
|
630
600
|
readonly ww_ww_cmpl_donotchasefordocs: {
|
|
631
|
-
readonly pretty: "doNotChaseForTheFollowingDocuments";
|
|
601
|
+
readonly pretty: "compliance/doNotChaseForTheFollowingDocuments";
|
|
632
602
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
633
603
|
};
|
|
634
604
|
readonly ww_cmpl_solutionconfirmation: {
|
|
635
|
-
readonly pretty: "solutionConfirmation";
|
|
605
|
+
readonly pretty: "compliance/solutionConfirmation";
|
|
636
606
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
637
607
|
};
|
|
638
608
|
readonly ww_cmpl_salesemailreviewed: {
|
|
639
|
-
readonly pretty: "salesEmailReviewed";
|
|
609
|
+
readonly pretty: "compliance/salesEmailReviewed";
|
|
640
610
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
641
611
|
};
|
|
642
612
|
readonly ww_cmpl_taxsimulationreviewed: {
|
|
643
|
-
readonly pretty: "taxSimulationReviewed";
|
|
613
|
+
readonly pretty: "compliance/taxSimulationReviewed";
|
|
644
614
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
645
615
|
};
|
|
646
616
|
readonly ww_cmpl_feeconfirmedinwriting: {
|
|
647
|
-
readonly pretty: "feeConfirmedInWriting";
|
|
617
|
+
readonly pretty: "compliance/feeConfirmedInWriting";
|
|
648
618
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
649
619
|
};
|
|
650
620
|
readonly ww_cmpl_passportcopyreviewedrtw: {
|
|
651
|
-
readonly pretty: "passportCopyReviewedForRightToWork";
|
|
621
|
+
readonly pretty: "compliance/passportCopyReviewedForRightToWork";
|
|
652
622
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
653
623
|
};
|
|
654
624
|
readonly ww_cmpl_agencycontractissuedcorrectentity: {
|
|
655
|
-
readonly pretty: "agencyContractIssuedToTheCorrectEntity";
|
|
625
|
+
readonly pretty: "compliance/agencyContractIssuedToTheCorrectEntity";
|
|
656
626
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
657
627
|
};
|
|
658
628
|
readonly ww_cmpl_contractfeeratescurrencymatchregform: {
|
|
659
|
-
readonly pretty: "contractFeeRatesCurrencyMatchRegForm";
|
|
629
|
+
readonly pretty: "compliance/contractFeeRatesCurrencyMatchRegForm";
|
|
660
630
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
661
631
|
};
|
|
662
632
|
readonly _ww_cmpl_contracttemplate_value: {
|
|
663
|
-
readonly pretty: "contractTemplateToBeUsedValue";
|
|
633
|
+
readonly pretty: "compliance/contractTemplateToBeUsedValue";
|
|
664
634
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
665
635
|
};
|
|
666
636
|
readonly ww_cmpl_specificdocumentsrequested: {
|
|
667
|
-
readonly pretty: "specificDocumentsToBeRequested";
|
|
637
|
+
readonly pretty: "compliance/specificDocumentsToBeRequested";
|
|
668
638
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
669
639
|
};
|
|
670
640
|
readonly ww_cmpl_specialconditions: {
|
|
671
|
-
readonly pretty: "specialConditions";
|
|
641
|
+
readonly pretty: "compliance/specialConditions";
|
|
672
642
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
673
643
|
};
|
|
674
644
|
readonly ww_cmpl_additionalinfo: {
|
|
675
|
-
readonly pretty: "additionalInformation";
|
|
645
|
+
readonly pretty: "compliance/additionalInformation";
|
|
676
646
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
677
647
|
};
|
|
678
648
|
readonly ww_cmpl_willcontractorpaid_vat6cats: {
|
|
679
|
-
readonly pretty: "willTheContractorBePaidVatByWorkwellGlobal";
|
|
649
|
+
readonly pretty: "compliance/willTheContractorBePaidVatByWorkwellGlobal";
|
|
680
650
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
681
651
|
};
|
|
682
652
|
readonly ww_cmpl_intro_country_contact: {
|
|
683
|
-
readonly pretty: "introductionToInCountryContact";
|
|
653
|
+
readonly pretty: "compliance/introductionToInCountryContact";
|
|
684
654
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
685
655
|
};
|
|
686
656
|
readonly ww_cmpl_ensure_limosa_filed: {
|
|
687
|
-
readonly pretty: "ensureLimosaHasBeenFiled";
|
|
657
|
+
readonly pretty: "compliance/ensureLimosaHasBeenFiled";
|
|
688
658
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
689
659
|
};
|
|
660
|
+
readonly ww_workpermitsponsorship: {
|
|
661
|
+
readonly pretty: "compliance/workPermitSponsorship";
|
|
662
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
663
|
+
};
|
|
664
|
+
readonly ww_workpermitcost: {
|
|
665
|
+
readonly pretty: "compliance/workPermitCost";
|
|
666
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
667
|
+
};
|
|
668
|
+
readonly ww_workpermitpaidby: {
|
|
669
|
+
readonly pretty: "compliance/workPermitPaidBy";
|
|
670
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
671
|
+
};
|
|
672
|
+
readonly ww_placeholdergeneratecmplstatement: {
|
|
673
|
+
readonly pretty: "compliance/placeholderForGeneratingComplianceStatement";
|
|
674
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
675
|
+
};
|
|
690
676
|
readonly ww_placeholderforkbsearch: {
|
|
691
|
-
readonly pretty: "placeholderForKbSearch";
|
|
677
|
+
readonly pretty: "compliance/placeholderForKbSearch";
|
|
692
678
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
693
679
|
};
|
|
694
|
-
readonly
|
|
695
|
-
readonly
|
|
680
|
+
readonly _ww_originatingenquiry_value: {
|
|
681
|
+
readonly relationshipName: "ww_OriginatingEnquiry";
|
|
682
|
+
readonly entity: "ww_enquiries";
|
|
683
|
+
readonly pretty: "origin/originatingEnquiryValue";
|
|
684
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
685
|
+
};
|
|
686
|
+
readonly _ww_originatingsimulation_value: {
|
|
687
|
+
readonly relationshipName: "ww_OriginatingSimulation";
|
|
688
|
+
readonly entity: "ww_salaryillustrations";
|
|
689
|
+
readonly pretty: "origin/originatingSimulationValue";
|
|
690
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
691
|
+
};
|
|
692
|
+
readonly ww_sendportalinvite: {
|
|
693
|
+
readonly pretty: "onboarding/sendPortalInvite";
|
|
696
694
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
697
695
|
};
|
|
696
|
+
readonly ww_placeholderforsiflow: {
|
|
697
|
+
readonly pretty: "onboarding/placeholderForSiFlow";
|
|
698
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
699
|
+
};
|
|
700
|
+
readonly ww_referrallog_Referral_ww_saleschecklist: {
|
|
701
|
+
readonly pretty: "referralLogs";
|
|
702
|
+
readonly entityKey: "referralLog";
|
|
703
|
+
readonly isArray: true;
|
|
704
|
+
};
|
|
705
|
+
readonly ww_ca_Country: {
|
|
706
|
+
readonly pretty: "assignment/workCountry";
|
|
707
|
+
readonly entityKey: "country";
|
|
708
|
+
};
|
|
709
|
+
readonly ww_Parent_Solution: {
|
|
710
|
+
readonly pretty: "assignment/parentSolution";
|
|
711
|
+
readonly entityKey: "solution";
|
|
712
|
+
};
|
|
713
|
+
readonly ww_ca_SolutionPackage: {
|
|
714
|
+
readonly pretty: "assignment/solution";
|
|
715
|
+
readonly entityKey: "solution";
|
|
716
|
+
};
|
|
698
717
|
};
|
|
699
718
|
//# sourceMappingURL=DReferralAPI.d.ts.map
|