@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
|
@@ -64,17 +64,25 @@ export declare const Account: {
|
|
|
64
64
|
financialdirector: string;
|
|
65
65
|
informationprovidedby: string;
|
|
66
66
|
transactioncurrencyid: string;
|
|
67
|
+
accountName: string;
|
|
68
|
+
dateLastContacted: string;
|
|
69
|
+
zohoCrmId: string;
|
|
70
|
+
zohoBooksId: string;
|
|
71
|
+
zohoCrmSync: string;
|
|
72
|
+
zohoBooksSync: string;
|
|
73
|
+
zohoSyncError: string;
|
|
74
|
+
precisionId: string;
|
|
75
|
+
sourceValue: string;
|
|
76
|
+
supplierType: string;
|
|
77
|
+
linkedin: string;
|
|
67
78
|
accountId: string;
|
|
68
79
|
accountNumber: string;
|
|
69
|
-
accountName: string;
|
|
70
80
|
companyHq: string;
|
|
71
81
|
accountStatus: string;
|
|
72
82
|
icpStatus: string;
|
|
73
83
|
industry: string;
|
|
74
84
|
lastReferredDate: string;
|
|
75
85
|
growthPotential: string;
|
|
76
|
-
sourceValue: string;
|
|
77
|
-
supplierType: string;
|
|
78
86
|
subSource1Value: string;
|
|
79
87
|
subSource2Value: string;
|
|
80
88
|
parentAccountValue: string;
|
|
@@ -82,7 +90,6 @@ export declare const Account: {
|
|
|
82
90
|
contractAdministratorValue: string;
|
|
83
91
|
complianceContactValue: string;
|
|
84
92
|
officeEmailValid: string;
|
|
85
|
-
linkedin: string;
|
|
86
93
|
countryValue: string;
|
|
87
94
|
icpFeeCurrencyValue: string;
|
|
88
95
|
icpFeeBase: string;
|
|
@@ -100,16 +107,9 @@ export declare const Account: {
|
|
|
100
107
|
vatNumber: string;
|
|
101
108
|
onPsl: string;
|
|
102
109
|
signedTermsReceived: string;
|
|
103
|
-
dateLastContacted: string;
|
|
104
|
-
zohoBooksSync: string;
|
|
105
110
|
nameOfMdValue: string;
|
|
106
111
|
nameOfFdValue: string;
|
|
107
112
|
employersLiabilityIfApplicable: string;
|
|
108
|
-
zohoCrmId: string;
|
|
109
|
-
zohoBooksId: string;
|
|
110
|
-
zohoCrmSync: string;
|
|
111
|
-
zohoSyncError: string;
|
|
112
|
-
precisionId: string;
|
|
113
113
|
informationProvidedByValue: string;
|
|
114
114
|
informationProvidedOn: string;
|
|
115
115
|
contractorCareConsultantValue: string;
|
|
@@ -398,17 +398,25 @@ export declare const Account: {
|
|
|
398
398
|
ww_FinancialDirector?: any;
|
|
399
399
|
ww_Informationprovidedby?: any;
|
|
400
400
|
transactioncurrencyid?: any;
|
|
401
|
+
name?: string | null | undefined;
|
|
402
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
403
|
+
ww_zohocrmid?: string | null | undefined;
|
|
404
|
+
ww_zohobooksid?: string | null | undefined;
|
|
405
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
406
|
+
ww_zohobookssync?: string | null | undefined;
|
|
407
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
408
|
+
ww_precisionid?: string | null | undefined;
|
|
409
|
+
_ww_source_value?: string | null | undefined;
|
|
410
|
+
ww_suppliertype?: number | null | undefined;
|
|
411
|
+
ww_linkedin?: string | null | undefined;
|
|
401
412
|
accountid?: string | undefined;
|
|
402
413
|
accountnumber?: string | null | undefined;
|
|
403
|
-
name?: string | null | undefined;
|
|
404
414
|
ww_companyhq?: number | null | undefined;
|
|
405
415
|
ww_accountstatus?: number | null | undefined;
|
|
406
416
|
ww_icpstatus?: number | null | undefined;
|
|
407
417
|
ww_industry?: string | null | undefined;
|
|
408
418
|
ww_lastreferreddate?: string | null | undefined;
|
|
409
419
|
ww_growthpotential?: number | null | undefined;
|
|
410
|
-
_ww_source_value?: string | null | undefined;
|
|
411
|
-
ww_suppliertype?: number | null | undefined;
|
|
412
420
|
_ww_source1_value?: string | null | undefined;
|
|
413
421
|
_ww_source2_value?: string | null | undefined;
|
|
414
422
|
_parentaccountid_value?: string | null | undefined;
|
|
@@ -416,7 +424,6 @@ export declare const Account: {
|
|
|
416
424
|
_ww_contractadministrator_value?: string | null | undefined;
|
|
417
425
|
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
418
426
|
ww_isemailvalid?: boolean | null | undefined;
|
|
419
|
-
ww_linkedin?: string | null | undefined;
|
|
420
427
|
_ww_countrylookup_value?: string | null | undefined;
|
|
421
428
|
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
422
429
|
ww_icpfeebasee?: number | null | undefined;
|
|
@@ -435,16 +442,9 @@ export declare const Account: {
|
|
|
435
442
|
ww_onpsl?: boolean | null | undefined;
|
|
436
443
|
ww_paymentterms?: number | null | undefined;
|
|
437
444
|
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
438
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
439
|
-
ww_zohobookssync?: string | null | undefined;
|
|
440
445
|
_ww_managingdirector_value?: string | null | undefined;
|
|
441
446
|
_ww_financialdirector_value?: string | null | undefined;
|
|
442
447
|
ww_employersliability?: number | null | undefined;
|
|
443
|
-
ww_zohocrmid?: string | null | undefined;
|
|
444
|
-
ww_zohobooksid?: string | null | undefined;
|
|
445
|
-
ww_zohocrmsync?: string | null | undefined;
|
|
446
|
-
ww_zohosyncerror?: string | null | undefined;
|
|
447
|
-
ww_precisionid?: string | null | undefined;
|
|
448
448
|
_ww_informationprovidedby_value?: string | null | undefined;
|
|
449
449
|
ww_informationprovidedon?: string | null | undefined;
|
|
450
450
|
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
@@ -509,17 +509,25 @@ export declare const Account: {
|
|
|
509
509
|
ww_FinancialDirector?: any;
|
|
510
510
|
ww_Informationprovidedby?: any;
|
|
511
511
|
transactioncurrencyid?: any;
|
|
512
|
+
name?: string | null | undefined;
|
|
513
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
514
|
+
ww_zohocrmid?: string | null | undefined;
|
|
515
|
+
ww_zohobooksid?: string | null | undefined;
|
|
516
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
517
|
+
ww_zohobookssync?: string | null | undefined;
|
|
518
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
519
|
+
ww_precisionid?: string | null | undefined;
|
|
520
|
+
_ww_source_value?: string | null | undefined;
|
|
521
|
+
ww_suppliertype?: number | null | undefined;
|
|
522
|
+
ww_linkedin?: string | null | undefined;
|
|
512
523
|
accountid?: string | undefined;
|
|
513
524
|
accountnumber?: string | null | undefined;
|
|
514
|
-
name?: string | null | undefined;
|
|
515
525
|
ww_companyhq?: number | null | undefined;
|
|
516
526
|
ww_accountstatus?: number | null | undefined;
|
|
517
527
|
ww_icpstatus?: number | null | undefined;
|
|
518
528
|
ww_industry?: string | null | undefined;
|
|
519
529
|
ww_lastreferreddate?: string | null | undefined;
|
|
520
530
|
ww_growthpotential?: number | null | undefined;
|
|
521
|
-
_ww_source_value?: string | null | undefined;
|
|
522
|
-
ww_suppliertype?: number | null | undefined;
|
|
523
531
|
_ww_source1_value?: string | null | undefined;
|
|
524
532
|
_ww_source2_value?: string | null | undefined;
|
|
525
533
|
_parentaccountid_value?: string | null | undefined;
|
|
@@ -527,7 +535,6 @@ export declare const Account: {
|
|
|
527
535
|
_ww_contractadministrator_value?: string | null | undefined;
|
|
528
536
|
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
529
537
|
ww_isemailvalid?: boolean | null | undefined;
|
|
530
|
-
ww_linkedin?: string | null | undefined;
|
|
531
538
|
_ww_countrylookup_value?: string | null | undefined;
|
|
532
539
|
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
533
540
|
ww_icpfeebasee?: number | null | undefined;
|
|
@@ -546,16 +553,9 @@ export declare const Account: {
|
|
|
546
553
|
ww_onpsl?: boolean | null | undefined;
|
|
547
554
|
ww_paymentterms?: number | null | undefined;
|
|
548
555
|
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
549
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
550
|
-
ww_zohobookssync?: string | null | undefined;
|
|
551
556
|
_ww_managingdirector_value?: string | null | undefined;
|
|
552
557
|
_ww_financialdirector_value?: string | null | undefined;
|
|
553
558
|
ww_employersliability?: number | null | undefined;
|
|
554
|
-
ww_zohocrmid?: string | null | undefined;
|
|
555
|
-
ww_zohobooksid?: string | null | undefined;
|
|
556
|
-
ww_zohocrmsync?: string | null | undefined;
|
|
557
|
-
ww_zohosyncerror?: string | null | undefined;
|
|
558
|
-
ww_precisionid?: string | null | undefined;
|
|
559
559
|
_ww_informationprovidedby_value?: string | null | undefined;
|
|
560
560
|
ww_informationprovidedon?: string | null | undefined;
|
|
561
561
|
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
@@ -696,17 +696,25 @@ export declare const Account: {
|
|
|
696
696
|
ww_FinancialDirector?: any;
|
|
697
697
|
ww_Informationprovidedby?: any;
|
|
698
698
|
transactioncurrencyid?: any;
|
|
699
|
+
name?: string | null | undefined;
|
|
700
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
701
|
+
ww_zohocrmid?: string | null | undefined;
|
|
702
|
+
ww_zohobooksid?: string | null | undefined;
|
|
703
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
704
|
+
ww_zohobookssync?: string | null | undefined;
|
|
705
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
706
|
+
ww_precisionid?: string | null | undefined;
|
|
707
|
+
_ww_source_value?: string | null | undefined;
|
|
708
|
+
ww_suppliertype?: number | null | undefined;
|
|
709
|
+
ww_linkedin?: string | null | undefined;
|
|
699
710
|
accountid?: string | undefined;
|
|
700
711
|
accountnumber?: string | null | undefined;
|
|
701
|
-
name?: string | null | undefined;
|
|
702
712
|
ww_companyhq?: number | null | undefined;
|
|
703
713
|
ww_accountstatus?: number | null | undefined;
|
|
704
714
|
ww_icpstatus?: number | null | undefined;
|
|
705
715
|
ww_industry?: string | null | undefined;
|
|
706
716
|
ww_lastreferreddate?: string | null | undefined;
|
|
707
717
|
ww_growthpotential?: number | null | undefined;
|
|
708
|
-
_ww_source_value?: string | null | undefined;
|
|
709
|
-
ww_suppliertype?: number | null | undefined;
|
|
710
718
|
_ww_source1_value?: string | null | undefined;
|
|
711
719
|
_ww_source2_value?: string | null | undefined;
|
|
712
720
|
_parentaccountid_value?: string | null | undefined;
|
|
@@ -714,7 +722,6 @@ export declare const Account: {
|
|
|
714
722
|
_ww_contractadministrator_value?: string | null | undefined;
|
|
715
723
|
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
716
724
|
ww_isemailvalid?: boolean | null | undefined;
|
|
717
|
-
ww_linkedin?: string | null | undefined;
|
|
718
725
|
_ww_countrylookup_value?: string | null | undefined;
|
|
719
726
|
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
720
727
|
ww_icpfeebasee?: number | null | undefined;
|
|
@@ -733,16 +740,9 @@ export declare const Account: {
|
|
|
733
740
|
ww_onpsl?: boolean | null | undefined;
|
|
734
741
|
ww_paymentterms?: number | null | undefined;
|
|
735
742
|
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
736
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
737
|
-
ww_zohobookssync?: string | null | undefined;
|
|
738
743
|
_ww_managingdirector_value?: string | null | undefined;
|
|
739
744
|
_ww_financialdirector_value?: string | null | undefined;
|
|
740
745
|
ww_employersliability?: number | null | undefined;
|
|
741
|
-
ww_zohocrmid?: string | null | undefined;
|
|
742
|
-
ww_zohobooksid?: string | null | undefined;
|
|
743
|
-
ww_zohocrmsync?: string | null | undefined;
|
|
744
|
-
ww_zohosyncerror?: string | null | undefined;
|
|
745
|
-
ww_precisionid?: string | null | undefined;
|
|
746
746
|
_ww_informationprovidedby_value?: string | null | undefined;
|
|
747
747
|
ww_informationprovidedon?: string | null | undefined;
|
|
748
748
|
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
@@ -789,17 +789,25 @@ export declare const Account: {
|
|
|
789
789
|
ww_FinancialDirector?: any;
|
|
790
790
|
ww_Informationprovidedby?: any;
|
|
791
791
|
transactioncurrencyid?: any;
|
|
792
|
+
name?: string | null | undefined;
|
|
793
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
794
|
+
ww_zohocrmid?: string | null | undefined;
|
|
795
|
+
ww_zohobooksid?: string | null | undefined;
|
|
796
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
797
|
+
ww_zohobookssync?: string | null | undefined;
|
|
798
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
799
|
+
ww_precisionid?: string | null | undefined;
|
|
800
|
+
_ww_source_value?: string | null | undefined;
|
|
801
|
+
ww_suppliertype?: number | null | undefined;
|
|
802
|
+
ww_linkedin?: string | null | undefined;
|
|
792
803
|
accountid?: string | undefined;
|
|
793
804
|
accountnumber?: string | null | undefined;
|
|
794
|
-
name?: string | null | undefined;
|
|
795
805
|
ww_companyhq?: number | null | undefined;
|
|
796
806
|
ww_accountstatus?: number | null | undefined;
|
|
797
807
|
ww_icpstatus?: number | null | undefined;
|
|
798
808
|
ww_industry?: string | null | undefined;
|
|
799
809
|
ww_lastreferreddate?: string | null | undefined;
|
|
800
810
|
ww_growthpotential?: number | null | undefined;
|
|
801
|
-
_ww_source_value?: string | null | undefined;
|
|
802
|
-
ww_suppliertype?: number | null | undefined;
|
|
803
811
|
_ww_source1_value?: string | null | undefined;
|
|
804
812
|
_ww_source2_value?: string | null | undefined;
|
|
805
813
|
_parentaccountid_value?: string | null | undefined;
|
|
@@ -807,7 +815,6 @@ export declare const Account: {
|
|
|
807
815
|
_ww_contractadministrator_value?: string | null | undefined;
|
|
808
816
|
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
809
817
|
ww_isemailvalid?: boolean | null | undefined;
|
|
810
|
-
ww_linkedin?: string | null | undefined;
|
|
811
818
|
_ww_countrylookup_value?: string | null | undefined;
|
|
812
819
|
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
813
820
|
ww_icpfeebasee?: number | null | undefined;
|
|
@@ -826,133 +833,482 @@ export declare const Account: {
|
|
|
826
833
|
ww_onpsl?: boolean | null | undefined;
|
|
827
834
|
ww_paymentterms?: number | null | undefined;
|
|
828
835
|
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
829
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
830
|
-
ww_zohobookssync?: string | null | undefined;
|
|
831
836
|
_ww_managingdirector_value?: string | null | undefined;
|
|
832
837
|
_ww_financialdirector_value?: string | null | undefined;
|
|
833
838
|
ww_employersliability?: number | null | undefined;
|
|
834
|
-
ww_zohocrmid?: string | null | undefined;
|
|
835
|
-
ww_zohobooksid?: string | null | undefined;
|
|
836
|
-
ww_zohocrmsync?: string | null | undefined;
|
|
837
|
-
ww_zohosyncerror?: string | null | undefined;
|
|
838
|
-
ww_precisionid?: string | null | undefined;
|
|
839
839
|
_ww_informationprovidedby_value?: string | null | undefined;
|
|
840
840
|
ww_informationprovidedon?: string | null | undefined;
|
|
841
841
|
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
842
842
|
ww_professionalindemnityinsurance?: number | null | undefined;
|
|
843
843
|
ww_publicliabilityinsurance?: number | null | undefined;
|
|
844
844
|
}>;
|
|
845
|
-
SResponseAPI: import("zod").ZodObject<{
|
|
846
|
-
readonly
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
readonly
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
readonly
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
readonly
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
readonly
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
readonly
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
readonly
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
readonly
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
readonly
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
readonly
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
readonly
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
readonly
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
readonly
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
readonly
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
readonly
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
readonly
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
readonly
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
readonly
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
readonly
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
readonly
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
readonly
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
readonly
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
readonly
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
readonly
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
readonly
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
readonly
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
readonly
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
845
|
+
SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
846
|
+
readonly _ownerid_value: {
|
|
847
|
+
readonly pretty: "ownerIdValue";
|
|
848
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
849
|
+
};
|
|
850
|
+
readonly _owningbusinessunit_value: {
|
|
851
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
852
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
853
|
+
};
|
|
854
|
+
readonly _owningteam_value: {
|
|
855
|
+
readonly pretty: "owningTeamValue";
|
|
856
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
857
|
+
};
|
|
858
|
+
readonly _owninguser_value: {
|
|
859
|
+
readonly pretty: "owningUserValue";
|
|
860
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
861
|
+
};
|
|
862
|
+
readonly '@odata.etag': {
|
|
863
|
+
readonly pretty: "etag";
|
|
864
|
+
readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
|
|
865
|
+
};
|
|
866
|
+
readonly versionnumber: {
|
|
867
|
+
readonly pretty: "versionNumber";
|
|
868
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
869
|
+
};
|
|
870
|
+
readonly _createdby_value: {
|
|
871
|
+
readonly pretty: "createdByValue";
|
|
872
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
873
|
+
};
|
|
874
|
+
readonly createdon: {
|
|
875
|
+
readonly pretty: "createdOn";
|
|
876
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
877
|
+
};
|
|
878
|
+
readonly _createdonbehalfby_value: {
|
|
879
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
880
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
881
|
+
};
|
|
882
|
+
readonly _modifiedby_value: {
|
|
883
|
+
readonly pretty: "modifiedByValue";
|
|
884
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
885
|
+
};
|
|
886
|
+
readonly modifiedon: {
|
|
887
|
+
readonly pretty: "modifiedOn";
|
|
888
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
889
|
+
};
|
|
890
|
+
readonly _modifiedonbehalfby_value: {
|
|
891
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
892
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
893
|
+
};
|
|
894
|
+
readonly statecode: {
|
|
895
|
+
readonly pretty: "stateCode";
|
|
896
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
897
|
+
};
|
|
898
|
+
readonly statuscode: {
|
|
899
|
+
readonly pretty: "statusCode";
|
|
900
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
901
|
+
};
|
|
902
|
+
readonly importsequencenumber: {
|
|
903
|
+
readonly pretty: "importSequenceNumber";
|
|
904
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
905
|
+
};
|
|
906
|
+
readonly overriddencreatedon: {
|
|
907
|
+
readonly pretty: "overriddenCreatedOn";
|
|
908
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
909
|
+
};
|
|
910
|
+
readonly timezoneruleversionnumber: {
|
|
911
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
912
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
913
|
+
};
|
|
914
|
+
readonly utcconversiontimezonecode: {
|
|
915
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
916
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
917
|
+
};
|
|
918
|
+
} & {
|
|
919
|
+
readonly accountid: {
|
|
920
|
+
readonly pretty: "accountId";
|
|
921
|
+
readonly type: import("zod").ZodString;
|
|
922
|
+
};
|
|
923
|
+
readonly customertypecode: {
|
|
924
|
+
readonly pretty: "relationshipType";
|
|
925
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
926
|
+
};
|
|
927
|
+
readonly accountnumber: {
|
|
928
|
+
readonly pretty: "accountNumber";
|
|
929
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
930
|
+
};
|
|
931
|
+
readonly name: {
|
|
932
|
+
readonly pretty: "accountName";
|
|
933
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
934
|
+
};
|
|
935
|
+
readonly ww_companyhq: {
|
|
936
|
+
readonly pretty: "companyHq";
|
|
937
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
938
|
+
};
|
|
939
|
+
readonly ww_accountstatus: {
|
|
940
|
+
readonly pretty: "accountStatus";
|
|
941
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
942
|
+
};
|
|
943
|
+
readonly ww_icpstatus: {
|
|
944
|
+
readonly pretty: "icpStatus";
|
|
945
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
946
|
+
};
|
|
947
|
+
readonly ww_industry: {
|
|
948
|
+
readonly pretty: "industry";
|
|
949
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
950
|
+
};
|
|
951
|
+
readonly ww_lastreferreddate: {
|
|
952
|
+
readonly pretty: "lastReferredDate";
|
|
953
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
954
|
+
};
|
|
955
|
+
readonly ww_growthpotential: {
|
|
956
|
+
readonly pretty: "growthPotential";
|
|
957
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
958
|
+
};
|
|
959
|
+
readonly _ww_source_value: {
|
|
960
|
+
readonly pretty: "sourceValue";
|
|
961
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
962
|
+
};
|
|
963
|
+
readonly ww_suppliertype: {
|
|
964
|
+
readonly pretty: "supplierType";
|
|
965
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
966
|
+
};
|
|
967
|
+
readonly _ww_source1_value: {
|
|
968
|
+
readonly pretty: "subSource1Value";
|
|
969
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
970
|
+
};
|
|
971
|
+
readonly _ww_source2_value: {
|
|
972
|
+
readonly pretty: "subSource2Value";
|
|
973
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
974
|
+
};
|
|
975
|
+
readonly _parentaccountid_value: {
|
|
976
|
+
readonly relationshipName: "parentaccountid";
|
|
977
|
+
readonly entity: "accounts";
|
|
978
|
+
readonly pretty: "parentAccountValue";
|
|
979
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
980
|
+
};
|
|
981
|
+
readonly _primarycontactid_value: {
|
|
982
|
+
readonly relationshipName: "primarycontactid";
|
|
983
|
+
readonly entity: "contacts";
|
|
984
|
+
readonly pretty: "primaryContactValue";
|
|
985
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
986
|
+
};
|
|
987
|
+
readonly _ww_contractadministrator_value: {
|
|
988
|
+
readonly relationshipName: "ww_ContractAdministrator";
|
|
989
|
+
readonly entity: "contacts";
|
|
990
|
+
readonly pretty: "contractAdministratorValue";
|
|
991
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
992
|
+
};
|
|
993
|
+
readonly telephone1: {
|
|
994
|
+
readonly pretty: "businessPhone";
|
|
995
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
996
|
+
};
|
|
997
|
+
readonly _ww_arb_compliancecontact_value: {
|
|
998
|
+
readonly relationshipName: "ww_arb_ComplianceContact";
|
|
999
|
+
readonly entity: "contacts";
|
|
1000
|
+
readonly pretty: "complianceContactValue";
|
|
1001
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1002
|
+
};
|
|
1003
|
+
readonly ww_isphonevalid: {
|
|
1004
|
+
readonly pretty: "businessPhoneValid";
|
|
1005
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1006
|
+
};
|
|
1007
|
+
readonly emailaddress1: {
|
|
1008
|
+
readonly pretty: "officeEmail";
|
|
1009
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1010
|
+
};
|
|
1011
|
+
readonly ww_isemailvalid: {
|
|
1012
|
+
readonly pretty: "officeEmailValid";
|
|
1013
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1014
|
+
};
|
|
1015
|
+
readonly websiteurl: {
|
|
1016
|
+
readonly pretty: "website";
|
|
1017
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1018
|
+
};
|
|
1019
|
+
readonly ww_linkedin: {
|
|
1020
|
+
readonly pretty: "linkedin";
|
|
1021
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1022
|
+
};
|
|
1023
|
+
readonly _ww_countrylookup_value: {
|
|
1024
|
+
readonly relationshipName: "ww_CountryLookup";
|
|
1025
|
+
readonly entity: "ww_countries";
|
|
1026
|
+
readonly pretty: "countryValue";
|
|
1027
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1028
|
+
};
|
|
1029
|
+
readonly _ww_icpfeecurrency_value: {
|
|
1030
|
+
readonly relationshipName: "ww_ICPFeeCurrency";
|
|
1031
|
+
readonly entity: "transactioncurrencies";
|
|
1032
|
+
readonly pretty: "icpFeeCurrencyValue";
|
|
1033
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1034
|
+
};
|
|
1035
|
+
readonly ww_icpfeebasee: {
|
|
1036
|
+
readonly pretty: "icpFeeBase";
|
|
1037
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1038
|
+
};
|
|
1039
|
+
readonly ww_icpfixedvalue: {
|
|
1040
|
+
readonly pretty: "icpFixedValue";
|
|
1041
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1042
|
+
};
|
|
1043
|
+
readonly ww_icp: {
|
|
1044
|
+
readonly pretty: "icp";
|
|
1045
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1046
|
+
};
|
|
1047
|
+
readonly ww_icpminvalue: {
|
|
1048
|
+
readonly pretty: "icpMinValue";
|
|
1049
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1050
|
+
};
|
|
1051
|
+
readonly _ww_internalaccountmanager_value: {
|
|
1052
|
+
readonly pretty: "internalAccountManagerValue";
|
|
1053
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1054
|
+
};
|
|
1055
|
+
readonly ww_icptype: {
|
|
1056
|
+
readonly pretty: "icpSolutionsOffered";
|
|
1057
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1058
|
+
};
|
|
1059
|
+
readonly ww_onboardingfeenumeric: {
|
|
1060
|
+
readonly pretty: "onboardingFee";
|
|
1061
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1062
|
+
};
|
|
1063
|
+
readonly _ww_onboardingfee_value: {
|
|
1064
|
+
readonly relationshipName: "ww_OnboardingFee";
|
|
1065
|
+
readonly entity: "transactioncurrencies";
|
|
1066
|
+
readonly pretty: "onboardingFeeCurrencyValue";
|
|
1067
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1068
|
+
};
|
|
1069
|
+
readonly address1_name: {
|
|
1070
|
+
readonly pretty: "addressLookup";
|
|
1071
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1072
|
+
};
|
|
1073
|
+
readonly ww_useparentforbilling: {
|
|
1074
|
+
readonly pretty: "useParentForBilling";
|
|
1075
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1076
|
+
};
|
|
1077
|
+
readonly address1_line1: {
|
|
1078
|
+
readonly pretty: "street1";
|
|
1079
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1080
|
+
};
|
|
1081
|
+
readonly address1_line2: {
|
|
1082
|
+
readonly pretty: "street2";
|
|
1083
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1084
|
+
};
|
|
1085
|
+
readonly address1_line3: {
|
|
1086
|
+
readonly pretty: "street3";
|
|
1087
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1088
|
+
};
|
|
1089
|
+
readonly address1_city: {
|
|
1090
|
+
readonly pretty: "city";
|
|
1091
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1092
|
+
};
|
|
1093
|
+
readonly address1_stateorprovince: {
|
|
1094
|
+
readonly pretty: "stateProvince";
|
|
1095
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1096
|
+
};
|
|
1097
|
+
readonly address1_postalcode: {
|
|
1098
|
+
readonly pretty: "zipPostalCode";
|
|
1099
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1100
|
+
};
|
|
1101
|
+
readonly address1_country: {
|
|
1102
|
+
readonly pretty: "countryRegion";
|
|
1103
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1104
|
+
};
|
|
1105
|
+
readonly address1_composite: {
|
|
1106
|
+
readonly pretty: "address1";
|
|
1107
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1108
|
+
};
|
|
1109
|
+
readonly ww_billingtype: {
|
|
1110
|
+
readonly pretty: "billingType";
|
|
1111
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1112
|
+
};
|
|
1113
|
+
readonly _ww_billingcontact_value: {
|
|
1114
|
+
readonly relationshipName: "ww_BillingContact";
|
|
1115
|
+
readonly entity: "contacts";
|
|
1116
|
+
readonly pretty: "billingContactValue";
|
|
1117
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1118
|
+
};
|
|
1119
|
+
readonly ww_incorporationnumber: {
|
|
1120
|
+
readonly pretty: "incorporationNumber";
|
|
1121
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1122
|
+
};
|
|
1123
|
+
readonly ww_vatnumber: {
|
|
1124
|
+
readonly pretty: "vatNumber";
|
|
1125
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1126
|
+
};
|
|
1127
|
+
readonly ww_onpsl: {
|
|
1128
|
+
readonly pretty: "onPsl";
|
|
1129
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1130
|
+
};
|
|
1131
|
+
readonly ww_paymentterms: {
|
|
1132
|
+
readonly pretty: "paymentTerms";
|
|
1133
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1134
|
+
};
|
|
1135
|
+
readonly ww_signedtermsrecvd: {
|
|
1136
|
+
readonly pretty: "signedTermsReceived";
|
|
1137
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1138
|
+
};
|
|
1139
|
+
readonly ww_schedulecall: {
|
|
1140
|
+
readonly pretty: "scheduleACall";
|
|
1141
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1142
|
+
};
|
|
1143
|
+
readonly _ww_schedulecallowner_value: {
|
|
1144
|
+
readonly pretty: "scheduleCallOwnerValue";
|
|
1145
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1146
|
+
};
|
|
1147
|
+
readonly _ww_schedulecallqueue_value: {
|
|
1148
|
+
readonly pretty: "scheduleCallQueueValue";
|
|
1149
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1150
|
+
};
|
|
1151
|
+
readonly ww_datelastcontacted: {
|
|
1152
|
+
readonly pretty: "dateLastContacted";
|
|
1153
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1154
|
+
};
|
|
1155
|
+
readonly description: {
|
|
1156
|
+
readonly pretty: "description";
|
|
1157
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1158
|
+
};
|
|
1159
|
+
readonly ww_zohobookssync: {
|
|
1160
|
+
readonly pretty: "zohoBooksSync";
|
|
1161
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1162
|
+
};
|
|
1163
|
+
readonly _ww_managingdirector_value: {
|
|
1164
|
+
readonly relationshipName: "ww_ManagingDirector";
|
|
1165
|
+
readonly entity: "contacts";
|
|
1166
|
+
readonly pretty: "nameOfMdValue";
|
|
1167
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1168
|
+
};
|
|
1169
|
+
readonly _ww_financialdirector_value: {
|
|
1170
|
+
readonly relationshipName: "ww_FinancialDirector";
|
|
1171
|
+
readonly entity: "contacts";
|
|
1172
|
+
readonly pretty: "nameOfFdValue";
|
|
1173
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1174
|
+
};
|
|
1175
|
+
readonly ww_employersliability: {
|
|
1176
|
+
readonly pretty: "employersLiabilityIfApplicable";
|
|
1177
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1178
|
+
};
|
|
1179
|
+
readonly ww_zohocrmid: {
|
|
1180
|
+
readonly pretty: "zohoCrmId";
|
|
1181
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1182
|
+
};
|
|
1183
|
+
readonly ww_zohobooksid: {
|
|
1184
|
+
readonly pretty: "zohoBooksId";
|
|
1185
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1186
|
+
};
|
|
1187
|
+
readonly ww_zohocrmsync: {
|
|
1188
|
+
readonly pretty: "zohoCrmSync";
|
|
1189
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1190
|
+
};
|
|
1191
|
+
readonly ww_zohosyncerror: {
|
|
1192
|
+
readonly pretty: "zohoSyncError";
|
|
1193
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1194
|
+
};
|
|
1195
|
+
readonly ww_precisionid: {
|
|
1196
|
+
readonly pretty: "precisionId";
|
|
1197
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1198
|
+
};
|
|
1199
|
+
readonly preferredcontactmethodcode: {
|
|
1200
|
+
readonly pretty: "contactMethod";
|
|
1201
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1202
|
+
};
|
|
1203
|
+
readonly donotemail: {
|
|
1204
|
+
readonly pretty: "email";
|
|
1205
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1206
|
+
};
|
|
1207
|
+
readonly followemail: {
|
|
1208
|
+
readonly pretty: "followEmail";
|
|
1209
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1210
|
+
};
|
|
1211
|
+
readonly donotbulkemail: {
|
|
1212
|
+
readonly pretty: "bulkEmail";
|
|
1213
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1214
|
+
};
|
|
1215
|
+
readonly donotphone: {
|
|
1216
|
+
readonly pretty: "phone";
|
|
1217
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1218
|
+
};
|
|
1219
|
+
readonly donotfax: {
|
|
1220
|
+
readonly pretty: "fax";
|
|
1221
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1222
|
+
};
|
|
1223
|
+
readonly donotpostalmail: {
|
|
1224
|
+
readonly pretty: "mail";
|
|
1225
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1226
|
+
};
|
|
1227
|
+
readonly _ww_informationprovidedby_value: {
|
|
1228
|
+
readonly relationshipName: "ww_Informationprovidedby";
|
|
1229
|
+
readonly entity: "contacts";
|
|
1230
|
+
readonly pretty: "informationProvidedByValue";
|
|
1231
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1232
|
+
};
|
|
1233
|
+
readonly ww_informationprovidedon: {
|
|
1234
|
+
readonly pretty: "informationProvidedOn";
|
|
1235
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1236
|
+
};
|
|
1237
|
+
readonly _transactioncurrencyid_value: {
|
|
1238
|
+
readonly relationshipName: "transactioncurrencyid";
|
|
1239
|
+
readonly entity: "transactioncurrencies";
|
|
1240
|
+
readonly pretty: "currencyValue";
|
|
1241
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1242
|
+
};
|
|
1243
|
+
readonly paymenttermscode: {
|
|
1244
|
+
readonly pretty: "paymentTerms";
|
|
1245
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1246
|
+
};
|
|
1247
|
+
readonly _ww_scats_contractorcareconsultant_value: {
|
|
1248
|
+
readonly pretty: "contractorCareConsultantValue";
|
|
1249
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1250
|
+
};
|
|
1251
|
+
readonly _ww_owningsite_value: {
|
|
1252
|
+
readonly pretty: "owningSiteValue";
|
|
1253
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1254
|
+
};
|
|
1255
|
+
readonly ww_professionalindemnityinsurance: {
|
|
1256
|
+
readonly pretty: "professionalIndemnityInsurance";
|
|
1257
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1258
|
+
};
|
|
1259
|
+
readonly ww_publicliabilityinsurance: {
|
|
1260
|
+
readonly pretty: "publicLiabilityInsurance";
|
|
1261
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1262
|
+
};
|
|
1263
|
+
readonly parentaccountid: {
|
|
1264
|
+
readonly pretty: "parentaccountid";
|
|
1265
|
+
readonly entityKey: "account";
|
|
1266
|
+
};
|
|
1267
|
+
readonly primarycontactid: {
|
|
1268
|
+
readonly pretty: "primarycontactid";
|
|
1269
|
+
readonly entityKey: "contact";
|
|
1270
|
+
};
|
|
1271
|
+
readonly ww_ContractAdministrator: {
|
|
1272
|
+
readonly pretty: "contractadministrator";
|
|
1273
|
+
readonly entityKey: "contact";
|
|
1274
|
+
};
|
|
1275
|
+
readonly ww_arb_ComplianceContact: {
|
|
1276
|
+
readonly pretty: "arbCompliancecontact";
|
|
1277
|
+
readonly entityKey: "contact";
|
|
1278
|
+
};
|
|
1279
|
+
readonly ww_CountryLookup: {
|
|
1280
|
+
readonly pretty: "countrylookup";
|
|
1281
|
+
readonly entityKey: "country";
|
|
1282
|
+
};
|
|
1283
|
+
readonly ww_ICPFeeCurrency: {
|
|
1284
|
+
readonly pretty: "icpfeecurrency";
|
|
1285
|
+
readonly entityKey: "currency";
|
|
1286
|
+
};
|
|
1287
|
+
readonly ww_OnboardingFee: {
|
|
1288
|
+
readonly pretty: "onboardingfee";
|
|
1289
|
+
readonly entityKey: "currency";
|
|
1290
|
+
};
|
|
1291
|
+
readonly ww_BillingContact: {
|
|
1292
|
+
readonly pretty: "billingcontact";
|
|
1293
|
+
readonly entityKey: "contact";
|
|
1294
|
+
};
|
|
1295
|
+
readonly ww_ManagingDirector: {
|
|
1296
|
+
readonly pretty: "managingdirector";
|
|
1297
|
+
readonly entityKey: "contact";
|
|
1298
|
+
};
|
|
1299
|
+
readonly ww_FinancialDirector: {
|
|
1300
|
+
readonly pretty: "financialdirector";
|
|
1301
|
+
readonly entityKey: "contact";
|
|
1302
|
+
};
|
|
1303
|
+
readonly ww_Informationprovidedby: {
|
|
1304
|
+
readonly pretty: "informationprovidedby";
|
|
1305
|
+
readonly entityKey: "contact";
|
|
1306
|
+
};
|
|
1307
|
+
readonly transactioncurrencyid: {
|
|
1308
|
+
readonly pretty: "transactioncurrencyid";
|
|
1309
|
+
readonly entityKey: "currency";
|
|
1310
|
+
};
|
|
1311
|
+
}>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
956
1312
|
accountId: string;
|
|
957
1313
|
description?: string | null | undefined;
|
|
958
1314
|
fax?: boolean | null | undefined;
|