@workwell-global/toolkit 1.1.10 → 1.1.14
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.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 +294 -287
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +303 -210
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2207 -1339
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +20 -4
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/index.d.ts +2208 -1338
- 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/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 +168 -41
- 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 +164 -40
- package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.d.ts +2 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.js +2 -0
- package/dist/models/schemas/api/index.js.map +1 -1
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +156 -45
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/margin/index.d.ts +156 -45
- 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 +17 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +16 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +335 -104
- 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 +323 -103
- 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 +755 -199
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +1 -1
- 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 +149 -38
- 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/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 +177 -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 +164 -40
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1333 -459
- 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/SPatchSimulationBFF.d.ts +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +11 -9
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -1
- 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 +1 -0
- package/dist/models/schemas/bff/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/index.js +1 -1
- package/dist/models/schemas/bff/index.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +10 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -1
- 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 +10 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -1
- 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 +2 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.js +2 -0
- package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
- package/package.json +3 -2
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +0 -7
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +0 -1
- package/dist/models/schemas/api/engagement/TEngagementAPI.js +0 -15
- package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +0 -1
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +0 -216
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +0 -1
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +0 -21
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +0 -1
- package/dist/models/schemas/bff/engagements/index.d.ts +0 -2
- package/dist/models/schemas/bff/engagements/index.d.ts.map +0 -1
- package/dist/models/schemas/bff/engagements/index.js +0 -2
- package/dist/models/schemas/bff/engagements/index.js.map +0 -1
|
@@ -102,16 +102,6 @@ export declare const Contact: {
|
|
|
102
102
|
totalRevenueGbp: string;
|
|
103
103
|
workEmailValid: string;
|
|
104
104
|
workMobileValid: string;
|
|
105
|
-
sourceValue: string;
|
|
106
|
-
supplierType: string;
|
|
107
|
-
linkedin: string;
|
|
108
|
-
dateLastContacted: string;
|
|
109
|
-
zohoBooksSync: string;
|
|
110
|
-
zohoCrmId: string;
|
|
111
|
-
zohoBooksId: string;
|
|
112
|
-
zohoCrmSync: string;
|
|
113
|
-
zohoSyncError: string;
|
|
114
|
-
precisionId: string;
|
|
115
105
|
parentCustomerIdAccount: string;
|
|
116
106
|
contractingCompany: string;
|
|
117
107
|
referralBusiness: string;
|
|
@@ -126,12 +116,22 @@ export declare const Contact: {
|
|
|
126
116
|
contactStatus: string;
|
|
127
117
|
contactIcpType: string;
|
|
128
118
|
lastCheckIn: string;
|
|
119
|
+
dateLastContacted: string;
|
|
129
120
|
referralBusinessUnitValue: string;
|
|
130
121
|
referringBusinessUserValue: string;
|
|
122
|
+
zohoCrmId: string;
|
|
123
|
+
zohoBooksId: string;
|
|
124
|
+
zohoCrmSync: string;
|
|
125
|
+
zohoBooksSync: string;
|
|
126
|
+
zohoSyncError: string;
|
|
127
|
+
precisionId: string;
|
|
128
|
+
sourceValue: string;
|
|
131
129
|
subSource1Value: string;
|
|
132
130
|
subSource2Value: string;
|
|
131
|
+
supplierType: string;
|
|
133
132
|
facebook: string;
|
|
134
133
|
twitter: string;
|
|
134
|
+
linkedin: string;
|
|
135
135
|
referringCampaignValue: string;
|
|
136
136
|
};
|
|
137
137
|
fieldsD365: {
|
|
@@ -488,16 +488,6 @@ export declare const Contact: {
|
|
|
488
488
|
ww_totalrevenue_base?: number | null | undefined;
|
|
489
489
|
ww_workemailvalid?: boolean | null | undefined;
|
|
490
490
|
ww_workmobilevalid?: boolean | null | undefined;
|
|
491
|
-
_ww_source_value?: string | null | undefined;
|
|
492
|
-
ww_suppliertype?: number | null | undefined;
|
|
493
|
-
ww_linkedin?: string | null | undefined;
|
|
494
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
495
|
-
ww_zohobookssync?: string | null | undefined;
|
|
496
|
-
ww_zohocrmid?: string | null | undefined;
|
|
497
|
-
ww_zohobooksid?: string | null | undefined;
|
|
498
|
-
ww_zohocrmsync?: string | null | undefined;
|
|
499
|
-
ww_zohosyncerror?: string | null | undefined;
|
|
500
|
-
ww_precisionid?: string | null | undefined;
|
|
501
491
|
parentcustomerid_account?: any;
|
|
502
492
|
ww_ContractingCompany?: any;
|
|
503
493
|
ww_ReferralBusiness?: any;
|
|
@@ -512,12 +502,22 @@ export declare const Contact: {
|
|
|
512
502
|
ww_contactstatus?: number | null | undefined;
|
|
513
503
|
ww_contacticptype?: number | null | undefined;
|
|
514
504
|
ww_lastcheckin?: string | null | undefined;
|
|
505
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
515
506
|
_ww_referralbusinessunit_value?: string | null | undefined;
|
|
516
507
|
_ww_referringbusinessuser_value?: string | null | undefined;
|
|
508
|
+
ww_zohocrmid?: string | null | undefined;
|
|
509
|
+
ww_zohobooksid?: string | null | undefined;
|
|
510
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
511
|
+
ww_zohobookssync?: string | null | undefined;
|
|
512
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
513
|
+
ww_precisionid?: string | null | undefined;
|
|
514
|
+
_ww_source_value?: string | null | undefined;
|
|
517
515
|
_ww_subsource1_value?: string | null | undefined;
|
|
518
516
|
_ww_subsourcee2_value?: string | null | undefined;
|
|
517
|
+
ww_suppliertype?: number | null | undefined;
|
|
519
518
|
ww_facebook?: string | null | undefined;
|
|
520
519
|
ww_twitter?: string | null | undefined;
|
|
520
|
+
ww_linkedin?: string | null | undefined;
|
|
521
521
|
_ww_referringcampaign_value?: string | null | undefined;
|
|
522
522
|
}, {
|
|
523
523
|
'@odata.etag'?: string | null | undefined;
|
|
@@ -616,16 +616,6 @@ export declare const Contact: {
|
|
|
616
616
|
ww_totalrevenue_base?: number | null | undefined;
|
|
617
617
|
ww_workemailvalid?: boolean | null | undefined;
|
|
618
618
|
ww_workmobilevalid?: boolean | null | undefined;
|
|
619
|
-
_ww_source_value?: string | null | undefined;
|
|
620
|
-
ww_suppliertype?: number | null | undefined;
|
|
621
|
-
ww_linkedin?: string | null | undefined;
|
|
622
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
623
|
-
ww_zohobookssync?: string | null | undefined;
|
|
624
|
-
ww_zohocrmid?: string | null | undefined;
|
|
625
|
-
ww_zohobooksid?: string | null | undefined;
|
|
626
|
-
ww_zohocrmsync?: string | null | undefined;
|
|
627
|
-
ww_zohosyncerror?: string | null | undefined;
|
|
628
|
-
ww_precisionid?: string | null | undefined;
|
|
629
619
|
parentcustomerid_account?: any;
|
|
630
620
|
ww_ContractingCompany?: any;
|
|
631
621
|
ww_ReferralBusiness?: any;
|
|
@@ -640,12 +630,22 @@ export declare const Contact: {
|
|
|
640
630
|
ww_contactstatus?: number | null | undefined;
|
|
641
631
|
ww_contacticptype?: number | null | undefined;
|
|
642
632
|
ww_lastcheckin?: string | null | undefined;
|
|
633
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
643
634
|
_ww_referralbusinessunit_value?: string | null | undefined;
|
|
644
635
|
_ww_referringbusinessuser_value?: string | null | undefined;
|
|
636
|
+
ww_zohocrmid?: string | null | undefined;
|
|
637
|
+
ww_zohobooksid?: string | null | undefined;
|
|
638
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
639
|
+
ww_zohobookssync?: string | null | undefined;
|
|
640
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
641
|
+
ww_precisionid?: string | null | undefined;
|
|
642
|
+
_ww_source_value?: string | null | undefined;
|
|
645
643
|
_ww_subsource1_value?: string | null | undefined;
|
|
646
644
|
_ww_subsourcee2_value?: string | null | undefined;
|
|
645
|
+
ww_suppliertype?: number | null | undefined;
|
|
647
646
|
ww_facebook?: string | null | undefined;
|
|
648
647
|
ww_twitter?: string | null | undefined;
|
|
648
|
+
ww_linkedin?: string | null | undefined;
|
|
649
649
|
_ww_referringcampaign_value?: string | null | undefined;
|
|
650
650
|
}>;
|
|
651
651
|
SPayloadD365: import("zod").ZodObject<{
|
|
@@ -837,16 +837,6 @@ export declare const Contact: {
|
|
|
837
837
|
ww_totalrevenue_base?: number | null | undefined;
|
|
838
838
|
ww_workemailvalid?: boolean | null | undefined;
|
|
839
839
|
ww_workmobilevalid?: boolean | null | undefined;
|
|
840
|
-
_ww_source_value?: string | null | undefined;
|
|
841
|
-
ww_suppliertype?: number | null | undefined;
|
|
842
|
-
ww_linkedin?: string | null | undefined;
|
|
843
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
844
|
-
ww_zohobookssync?: string | null | undefined;
|
|
845
|
-
ww_zohocrmid?: string | null | undefined;
|
|
846
|
-
ww_zohobooksid?: string | null | undefined;
|
|
847
|
-
ww_zohocrmsync?: string | null | undefined;
|
|
848
|
-
ww_zohosyncerror?: string | null | undefined;
|
|
849
|
-
ww_precisionid?: string | null | undefined;
|
|
850
840
|
parentcustomerid_account?: any;
|
|
851
841
|
ww_ContractingCompany?: any;
|
|
852
842
|
ww_ReferralBusiness?: any;
|
|
@@ -861,12 +851,22 @@ export declare const Contact: {
|
|
|
861
851
|
ww_contactstatus?: number | null | undefined;
|
|
862
852
|
ww_contacticptype?: number | null | undefined;
|
|
863
853
|
ww_lastcheckin?: string | null | undefined;
|
|
854
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
864
855
|
_ww_referralbusinessunit_value?: string | null | undefined;
|
|
865
856
|
_ww_referringbusinessuser_value?: string | null | undefined;
|
|
857
|
+
ww_zohocrmid?: string | null | undefined;
|
|
858
|
+
ww_zohobooksid?: string | null | undefined;
|
|
859
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
860
|
+
ww_zohobookssync?: string | null | undefined;
|
|
861
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
862
|
+
ww_precisionid?: string | null | undefined;
|
|
863
|
+
_ww_source_value?: string | null | undefined;
|
|
866
864
|
_ww_subsource1_value?: string | null | undefined;
|
|
867
865
|
_ww_subsourcee2_value?: string | null | undefined;
|
|
866
|
+
ww_suppliertype?: number | null | undefined;
|
|
868
867
|
ww_facebook?: string | null | undefined;
|
|
869
868
|
ww_twitter?: string | null | undefined;
|
|
869
|
+
ww_linkedin?: string | null | undefined;
|
|
870
870
|
_ww_referringcampaign_value?: string | null | undefined;
|
|
871
871
|
}, {
|
|
872
872
|
_parentcustomerid_value?: string | null | undefined;
|
|
@@ -947,16 +947,6 @@ export declare const Contact: {
|
|
|
947
947
|
ww_totalrevenue_base?: number | null | undefined;
|
|
948
948
|
ww_workemailvalid?: boolean | null | undefined;
|
|
949
949
|
ww_workmobilevalid?: boolean | null | undefined;
|
|
950
|
-
_ww_source_value?: string | null | undefined;
|
|
951
|
-
ww_suppliertype?: number | null | undefined;
|
|
952
|
-
ww_linkedin?: string | null | undefined;
|
|
953
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
954
|
-
ww_zohobookssync?: string | null | undefined;
|
|
955
|
-
ww_zohocrmid?: string | null | undefined;
|
|
956
|
-
ww_zohobooksid?: string | null | undefined;
|
|
957
|
-
ww_zohocrmsync?: string | null | undefined;
|
|
958
|
-
ww_zohosyncerror?: string | null | undefined;
|
|
959
|
-
ww_precisionid?: string | null | undefined;
|
|
960
950
|
parentcustomerid_account?: any;
|
|
961
951
|
ww_ContractingCompany?: any;
|
|
962
952
|
ww_ReferralBusiness?: any;
|
|
@@ -971,143 +961,557 @@ export declare const Contact: {
|
|
|
971
961
|
ww_contactstatus?: number | null | undefined;
|
|
972
962
|
ww_contacticptype?: number | null | undefined;
|
|
973
963
|
ww_lastcheckin?: string | null | undefined;
|
|
964
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
974
965
|
_ww_referralbusinessunit_value?: string | null | undefined;
|
|
975
966
|
_ww_referringbusinessuser_value?: string | null | undefined;
|
|
967
|
+
ww_zohocrmid?: string | null | undefined;
|
|
968
|
+
ww_zohobooksid?: string | null | undefined;
|
|
969
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
970
|
+
ww_zohobookssync?: string | null | undefined;
|
|
971
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
972
|
+
ww_precisionid?: string | null | undefined;
|
|
973
|
+
_ww_source_value?: string | null | undefined;
|
|
976
974
|
_ww_subsource1_value?: string | null | undefined;
|
|
977
975
|
_ww_subsourcee2_value?: string | null | undefined;
|
|
976
|
+
ww_suppliertype?: number | null | undefined;
|
|
978
977
|
ww_facebook?: string | null | undefined;
|
|
979
978
|
ww_twitter?: string | null | undefined;
|
|
979
|
+
ww_linkedin?: string | null | undefined;
|
|
980
980
|
_ww_referringcampaign_value?: string | null | undefined;
|
|
981
981
|
}>;
|
|
982
|
-
SResponseAPI: import("zod").ZodObject<{
|
|
983
|
-
readonly
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
readonly
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
readonly
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
readonly
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
readonly
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
readonly
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
readonly
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
readonly
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
readonly
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
readonly
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
readonly
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
readonly
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
readonly
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
readonly
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
readonly
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
readonly
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
readonly
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
readonly
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
readonly
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
readonly
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
readonly
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
readonly
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
readonly
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
readonly
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
readonly
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
readonly
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
readonly
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
readonly
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
readonly
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
readonly
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
readonly
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
readonly
|
|
1109
|
-
|
|
1110
|
-
|
|
982
|
+
SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
983
|
+
readonly _ownerid_value: {
|
|
984
|
+
readonly pretty: "ownerIdValue";
|
|
985
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
986
|
+
};
|
|
987
|
+
readonly _owningbusinessunit_value: {
|
|
988
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
989
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
990
|
+
};
|
|
991
|
+
readonly _owningteam_value: {
|
|
992
|
+
readonly pretty: "owningTeamValue";
|
|
993
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
994
|
+
};
|
|
995
|
+
readonly _owninguser_value: {
|
|
996
|
+
readonly pretty: "owningUserValue";
|
|
997
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
998
|
+
};
|
|
999
|
+
readonly '@odata.etag': {
|
|
1000
|
+
readonly pretty: "etag";
|
|
1001
|
+
readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
|
|
1002
|
+
};
|
|
1003
|
+
readonly versionnumber: {
|
|
1004
|
+
readonly pretty: "versionNumber";
|
|
1005
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1006
|
+
};
|
|
1007
|
+
readonly _createdby_value: {
|
|
1008
|
+
readonly pretty: "createdByValue";
|
|
1009
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1010
|
+
};
|
|
1011
|
+
readonly createdon: {
|
|
1012
|
+
readonly pretty: "createdOn";
|
|
1013
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1014
|
+
};
|
|
1015
|
+
readonly _createdonbehalfby_value: {
|
|
1016
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
1017
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1018
|
+
};
|
|
1019
|
+
readonly _modifiedby_value: {
|
|
1020
|
+
readonly pretty: "modifiedByValue";
|
|
1021
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1022
|
+
};
|
|
1023
|
+
readonly modifiedon: {
|
|
1024
|
+
readonly pretty: "modifiedOn";
|
|
1025
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1026
|
+
};
|
|
1027
|
+
readonly _modifiedonbehalfby_value: {
|
|
1028
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
1029
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1030
|
+
};
|
|
1031
|
+
readonly statecode: {
|
|
1032
|
+
readonly pretty: "stateCode";
|
|
1033
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1034
|
+
};
|
|
1035
|
+
readonly statuscode: {
|
|
1036
|
+
readonly pretty: "statusCode";
|
|
1037
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1038
|
+
};
|
|
1039
|
+
readonly importsequencenumber: {
|
|
1040
|
+
readonly pretty: "importSequenceNumber";
|
|
1041
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1042
|
+
};
|
|
1043
|
+
readonly overriddencreatedon: {
|
|
1044
|
+
readonly pretty: "overriddenCreatedOn";
|
|
1045
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1046
|
+
};
|
|
1047
|
+
readonly timezoneruleversionnumber: {
|
|
1048
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
1049
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
1050
|
+
};
|
|
1051
|
+
readonly utcconversiontimezonecode: {
|
|
1052
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
1053
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
1054
|
+
};
|
|
1055
|
+
} & {
|
|
1056
|
+
readonly contactid: {
|
|
1057
|
+
readonly pretty: "contactId";
|
|
1058
|
+
readonly type: import("zod").ZodString;
|
|
1059
|
+
};
|
|
1060
|
+
readonly customertypecode: {
|
|
1061
|
+
readonly pretty: "relationshipType";
|
|
1062
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1063
|
+
};
|
|
1064
|
+
readonly ww_salutation: {
|
|
1065
|
+
readonly pretty: "salutation";
|
|
1066
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1067
|
+
};
|
|
1068
|
+
readonly ww_pronouns: {
|
|
1069
|
+
readonly pretty: "proNouns";
|
|
1070
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1071
|
+
};
|
|
1072
|
+
readonly firstname: {
|
|
1073
|
+
readonly pretty: "firstName";
|
|
1074
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1075
|
+
};
|
|
1076
|
+
readonly middlename: {
|
|
1077
|
+
readonly pretty: "middleName";
|
|
1078
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1079
|
+
};
|
|
1080
|
+
readonly lastname: {
|
|
1081
|
+
readonly pretty: "lastName";
|
|
1082
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1083
|
+
};
|
|
1084
|
+
readonly ww_contactstatus: {
|
|
1085
|
+
readonly pretty: "contactStatus";
|
|
1086
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1087
|
+
};
|
|
1088
|
+
readonly adx_timezone: {
|
|
1089
|
+
readonly pretty: "timeZone";
|
|
1090
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1091
|
+
};
|
|
1092
|
+
readonly nickname: {
|
|
1093
|
+
readonly pretty: "nickname";
|
|
1094
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1095
|
+
};
|
|
1096
|
+
readonly ww_contacticptype: {
|
|
1097
|
+
readonly pretty: "contactIcpType";
|
|
1098
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1099
|
+
};
|
|
1100
|
+
readonly ww_contractorstatus: {
|
|
1101
|
+
readonly pretty: "contractorStatus";
|
|
1102
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1103
|
+
};
|
|
1104
|
+
readonly ww_contractorstatusreason: {
|
|
1105
|
+
readonly pretty: "contractorStatusReason";
|
|
1106
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1107
|
+
};
|
|
1108
|
+
readonly websiteurl: {
|
|
1109
|
+
readonly pretty: "website";
|
|
1110
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1111
|
+
};
|
|
1112
|
+
readonly jobtitle: {
|
|
1113
|
+
readonly pretty: "jobTitle";
|
|
1114
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1115
|
+
};
|
|
1116
|
+
readonly description: {
|
|
1117
|
+
readonly pretty: "description";
|
|
1118
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1119
|
+
};
|
|
1120
|
+
readonly ww_schedulecall: {
|
|
1121
|
+
readonly pretty: "scheduleACall";
|
|
1122
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1123
|
+
};
|
|
1124
|
+
readonly _ww_schedulecallowner_value: {
|
|
1125
|
+
readonly pretty: "scheduleCallOwnerValue";
|
|
1126
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1127
|
+
};
|
|
1128
|
+
readonly _ww_schedulecallqueue_value: {
|
|
1129
|
+
readonly pretty: "scheduleCallQueueValue";
|
|
1130
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1131
|
+
};
|
|
1132
|
+
readonly ww_lastcheckin: {
|
|
1133
|
+
readonly pretty: "lastCheckIn";
|
|
1134
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1135
|
+
};
|
|
1136
|
+
readonly businesscard: {
|
|
1137
|
+
readonly pretty: "businessCard";
|
|
1138
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1139
|
+
};
|
|
1140
|
+
readonly emailaddress1: {
|
|
1141
|
+
readonly pretty: "primaryEmail";
|
|
1142
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1143
|
+
};
|
|
1144
|
+
readonly ww_emailvalid: {
|
|
1145
|
+
readonly pretty: "emailValid";
|
|
1146
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1147
|
+
};
|
|
1148
|
+
readonly mobilephone: {
|
|
1149
|
+
readonly pretty: "mobilePhone";
|
|
1150
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1151
|
+
};
|
|
1152
|
+
readonly ww_isphonevalid: {
|
|
1153
|
+
readonly pretty: "phoneValid";
|
|
1154
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1155
|
+
};
|
|
1156
|
+
readonly home2: {
|
|
1157
|
+
readonly pretty: "phone";
|
|
1158
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1159
|
+
};
|
|
1160
|
+
readonly ww_officephonevalid: {
|
|
1161
|
+
readonly pretty: "officePhoneValid";
|
|
1162
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1163
|
+
};
|
|
1164
|
+
readonly _parentcustomerid_value: {
|
|
1165
|
+
readonly relationshipName: "parentcustomerid_account";
|
|
1166
|
+
readonly entity: "accounts";
|
|
1167
|
+
readonly pretty: "parentAccountValue";
|
|
1168
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1169
|
+
};
|
|
1170
|
+
readonly emailaddress2: {
|
|
1171
|
+
readonly pretty: "secondaryEMail";
|
|
1172
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1173
|
+
};
|
|
1174
|
+
readonly ww_secondaryemailvalid: {
|
|
1175
|
+
readonly pretty: "secondaryEmailValid";
|
|
1176
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1177
|
+
};
|
|
1178
|
+
readonly telephone3: {
|
|
1179
|
+
readonly pretty: "workMobile";
|
|
1180
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1181
|
+
};
|
|
1182
|
+
readonly ww_workmobilevalid: {
|
|
1183
|
+
readonly pretty: "workMobileValid";
|
|
1184
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1185
|
+
};
|
|
1186
|
+
readonly emailaddress3: {
|
|
1187
|
+
readonly pretty: "workEmail";
|
|
1188
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1189
|
+
};
|
|
1190
|
+
readonly ww_workemailvalid: {
|
|
1191
|
+
readonly pretty: "workEmailValid";
|
|
1192
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1193
|
+
};
|
|
1194
|
+
readonly ww_followupscheduled: {
|
|
1195
|
+
readonly pretty: "followUpScheduled";
|
|
1196
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1197
|
+
};
|
|
1198
|
+
readonly ww_datelastcontacted: {
|
|
1199
|
+
readonly pretty: "dateLastContacted";
|
|
1200
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1201
|
+
};
|
|
1202
|
+
readonly address1_name: {
|
|
1203
|
+
readonly pretty: "addressLookup";
|
|
1204
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1205
|
+
};
|
|
1206
|
+
readonly address1_line1: {
|
|
1207
|
+
readonly pretty: "street1";
|
|
1208
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1209
|
+
};
|
|
1210
|
+
readonly address1_line2: {
|
|
1211
|
+
readonly pretty: "street2";
|
|
1212
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1213
|
+
};
|
|
1214
|
+
readonly address1_line3: {
|
|
1215
|
+
readonly pretty: "street3";
|
|
1216
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1217
|
+
};
|
|
1218
|
+
readonly address1_city: {
|
|
1219
|
+
readonly pretty: "city";
|
|
1220
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1221
|
+
};
|
|
1222
|
+
readonly address1_county: {
|
|
1223
|
+
readonly pretty: "county";
|
|
1224
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1225
|
+
};
|
|
1226
|
+
readonly address1_postalcode: {
|
|
1227
|
+
readonly pretty: "postcode";
|
|
1228
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1229
|
+
};
|
|
1230
|
+
readonly address1_country: {
|
|
1231
|
+
readonly pretty: "country";
|
|
1232
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1233
|
+
};
|
|
1234
|
+
readonly _ww_contractingcompany_value: {
|
|
1235
|
+
readonly relationshipName: "ww_ContractingCompany";
|
|
1236
|
+
readonly entity: "accounts";
|
|
1237
|
+
readonly pretty: "contractingCompanyValue";
|
|
1238
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1239
|
+
};
|
|
1240
|
+
readonly _ww_salesexecutive_value: {
|
|
1241
|
+
readonly pretty: "salesExecutiveValue";
|
|
1242
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1243
|
+
};
|
|
1244
|
+
readonly _ww_contractorcareconsultant_value: {
|
|
1245
|
+
readonly pretty: "contractorCareConsultantValue";
|
|
1246
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1247
|
+
};
|
|
1248
|
+
readonly _ww_referralbusiness_value: {
|
|
1249
|
+
readonly relationshipName: "ww_ReferralBusiness";
|
|
1250
|
+
readonly entity: "accounts";
|
|
1251
|
+
readonly pretty: "referralBusinessValue";
|
|
1252
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1253
|
+
};
|
|
1254
|
+
readonly _ww_referringbusinesscontact_value: {
|
|
1255
|
+
readonly relationshipName: "ww_ReferringBusinessContact";
|
|
1256
|
+
readonly entity: "contacts";
|
|
1257
|
+
readonly pretty: "referringBusinessContactValue";
|
|
1258
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1259
|
+
};
|
|
1260
|
+
readonly _ww_referralbusinessunit_value: {
|
|
1261
|
+
readonly pretty: "referralBusinessUnitValue";
|
|
1262
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1263
|
+
};
|
|
1264
|
+
readonly _ww_referringbusinessuser_value: {
|
|
1265
|
+
readonly pretty: "referringBusinessUserValue";
|
|
1266
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1267
|
+
};
|
|
1268
|
+
readonly birthdate: {
|
|
1269
|
+
readonly pretty: "dateOfBirth";
|
|
1270
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1271
|
+
};
|
|
1272
|
+
readonly gendercode: {
|
|
1273
|
+
readonly pretty: "gender";
|
|
1274
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1275
|
+
};
|
|
1276
|
+
readonly familystatuscode: {
|
|
1277
|
+
readonly pretty: "maritalStatus";
|
|
1278
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1279
|
+
};
|
|
1280
|
+
readonly spousesname: {
|
|
1281
|
+
readonly pretty: "spousePartnerName";
|
|
1282
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1283
|
+
};
|
|
1284
|
+
readonly _ww_nationality_value: {
|
|
1285
|
+
readonly relationshipName: "ww_Nationality";
|
|
1286
|
+
readonly entity: "ww_nationalities";
|
|
1287
|
+
readonly pretty: "nationalityValue";
|
|
1288
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1289
|
+
};
|
|
1290
|
+
readonly _ww_scats_countryoftaxresidence_value: {
|
|
1291
|
+
readonly relationshipName: "ww_scats_CountryofTaxResidence";
|
|
1292
|
+
readonly entity: "ww_countries";
|
|
1293
|
+
readonly pretty: "countryOfTaxResidenceValue";
|
|
1294
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1295
|
+
};
|
|
1296
|
+
readonly ww_zohocrmid: {
|
|
1297
|
+
readonly pretty: "zohoCrmId";
|
|
1298
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1299
|
+
};
|
|
1300
|
+
readonly ww_zohobooksid: {
|
|
1301
|
+
readonly pretty: "zohoBooksId";
|
|
1302
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1303
|
+
};
|
|
1304
|
+
readonly ww_zohocrmsync: {
|
|
1305
|
+
readonly pretty: "zohoCrmSync";
|
|
1306
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1307
|
+
};
|
|
1308
|
+
readonly ww_zohobookssync: {
|
|
1309
|
+
readonly pretty: "zohoBooksSync";
|
|
1310
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1311
|
+
};
|
|
1312
|
+
readonly ww_zohosyncerror: {
|
|
1313
|
+
readonly pretty: "zohoSyncError";
|
|
1314
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1315
|
+
};
|
|
1316
|
+
readonly ww_precisionid: {
|
|
1317
|
+
readonly pretty: "precisionId";
|
|
1318
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1319
|
+
};
|
|
1320
|
+
readonly telephone2: {
|
|
1321
|
+
readonly pretty: "homePhone";
|
|
1322
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1323
|
+
};
|
|
1324
|
+
readonly ww_nextofkinprefix: {
|
|
1325
|
+
readonly pretty: "nokPrefix";
|
|
1326
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1327
|
+
};
|
|
1328
|
+
readonly ww_nextofkinfirstname: {
|
|
1329
|
+
readonly pretty: "nokFirstName";
|
|
1330
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1331
|
+
};
|
|
1332
|
+
readonly ww_nextofkinlastname: {
|
|
1333
|
+
readonly pretty: "nokLastName";
|
|
1334
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1335
|
+
};
|
|
1336
|
+
readonly ww_nextofkinrelationship: {
|
|
1337
|
+
readonly pretty: "nokRelationshipToYou";
|
|
1338
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1339
|
+
};
|
|
1340
|
+
readonly ww_nextofkincontactnumber: {
|
|
1341
|
+
readonly pretty: "contactNumber";
|
|
1342
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1343
|
+
};
|
|
1344
|
+
readonly ww_nextofkinemail: {
|
|
1345
|
+
readonly pretty: "nokEmail";
|
|
1346
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1347
|
+
};
|
|
1348
|
+
readonly ww_nextofkinaddress: {
|
|
1349
|
+
readonly pretty: "address";
|
|
1350
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1351
|
+
};
|
|
1352
|
+
readonly donotsendmm: {
|
|
1353
|
+
readonly pretty: "marketingMaterials";
|
|
1354
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1355
|
+
};
|
|
1356
|
+
readonly _ww_source_value: {
|
|
1357
|
+
readonly pretty: "sourceValue";
|
|
1358
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1359
|
+
};
|
|
1360
|
+
readonly _ww_subsource1_value: {
|
|
1361
|
+
readonly pretty: "subSource1Value";
|
|
1362
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1363
|
+
};
|
|
1364
|
+
readonly _ww_subsourcee2_value: {
|
|
1365
|
+
readonly pretty: "subSource2Value";
|
|
1366
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1367
|
+
};
|
|
1368
|
+
readonly ww_suppliertype: {
|
|
1369
|
+
readonly pretty: "supplierType";
|
|
1370
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1371
|
+
};
|
|
1372
|
+
readonly preferredcontactmethodcode: {
|
|
1373
|
+
readonly pretty: "contactMethod";
|
|
1374
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1375
|
+
};
|
|
1376
|
+
readonly donotemail: {
|
|
1377
|
+
readonly pretty: "email";
|
|
1378
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1379
|
+
};
|
|
1380
|
+
readonly followemail: {
|
|
1381
|
+
readonly pretty: "followEmail";
|
|
1382
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1383
|
+
};
|
|
1384
|
+
readonly donotbulkemail: {
|
|
1385
|
+
readonly pretty: "bulkEmail";
|
|
1386
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1387
|
+
};
|
|
1388
|
+
readonly donotphone: {
|
|
1389
|
+
readonly pretty: "doNotPhone";
|
|
1390
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1391
|
+
};
|
|
1392
|
+
readonly donotfax: {
|
|
1393
|
+
readonly pretty: "fax";
|
|
1394
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1395
|
+
};
|
|
1396
|
+
readonly donotpostalmail: {
|
|
1397
|
+
readonly pretty: "mail";
|
|
1398
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1399
|
+
};
|
|
1400
|
+
readonly ww_facebook: {
|
|
1401
|
+
readonly pretty: "facebook";
|
|
1402
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1403
|
+
};
|
|
1404
|
+
readonly ww_twitter: {
|
|
1405
|
+
readonly pretty: "twitter";
|
|
1406
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1407
|
+
};
|
|
1408
|
+
readonly ww_linkedin: {
|
|
1409
|
+
readonly pretty: "linkedin";
|
|
1410
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1411
|
+
};
|
|
1412
|
+
readonly _ww_referringagency_value: {
|
|
1413
|
+
readonly relationshipName: "ww_ReferringAgency";
|
|
1414
|
+
readonly entity: "accounts";
|
|
1415
|
+
readonly pretty: "referringAgencyValue";
|
|
1416
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1417
|
+
};
|
|
1418
|
+
readonly _ww_referringagencybranch_value: {
|
|
1419
|
+
readonly relationshipName: "ww_ReferringAgencyBranch";
|
|
1420
|
+
readonly entity: "accounts";
|
|
1421
|
+
readonly pretty: "referringAgencyBranchValue";
|
|
1422
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1423
|
+
};
|
|
1424
|
+
readonly _ww_referringagent_value: {
|
|
1425
|
+
readonly relationshipName: "ww_ReferringAgent";
|
|
1426
|
+
readonly entity: "contacts";
|
|
1427
|
+
readonly pretty: "agencyContactReferringAgentValue";
|
|
1428
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1429
|
+
};
|
|
1430
|
+
readonly _ww_referringcampaign_value: {
|
|
1431
|
+
readonly pretty: "referringCampaignValue";
|
|
1432
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1433
|
+
};
|
|
1434
|
+
readonly _ww_scats_contractlocation_value: {
|
|
1435
|
+
readonly relationshipName: "ww_scats_ContractLocation";
|
|
1436
|
+
readonly entity: "ww_countries";
|
|
1437
|
+
readonly pretty: "workCountryValue";
|
|
1438
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1439
|
+
};
|
|
1440
|
+
readonly ww_scats_contractlocationtimezone: {
|
|
1441
|
+
readonly pretty: "contractLocationTimezone";
|
|
1442
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1443
|
+
};
|
|
1444
|
+
readonly _ww_solutionpackage_value: {
|
|
1445
|
+
readonly relationshipName: "ww_SolutionPackage";
|
|
1446
|
+
readonly entity: "products";
|
|
1447
|
+
readonly pretty: "solutionPackageValue";
|
|
1448
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1449
|
+
};
|
|
1450
|
+
readonly ww_scl_startdate: {
|
|
1451
|
+
readonly pretty: "assignmentStartDate";
|
|
1452
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1453
|
+
};
|
|
1454
|
+
readonly ww_totalrevenue: {
|
|
1455
|
+
readonly pretty: "totalRevenue";
|
|
1456
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1457
|
+
};
|
|
1458
|
+
readonly ww_totalrevenue_base: {
|
|
1459
|
+
readonly pretty: "totalRevenueGbp";
|
|
1460
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1461
|
+
};
|
|
1462
|
+
readonly ww_endclient: {
|
|
1463
|
+
readonly pretty: "endClient";
|
|
1464
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1465
|
+
};
|
|
1466
|
+
readonly _ww_owningsite_value: {
|
|
1467
|
+
readonly pretty: "owningSiteValue";
|
|
1468
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1469
|
+
};
|
|
1470
|
+
readonly parentcustomerid_account: {
|
|
1471
|
+
readonly pretty: "parentCustomerIdAccount";
|
|
1472
|
+
readonly entityKey: "account";
|
|
1473
|
+
};
|
|
1474
|
+
readonly ww_ContractingCompany: {
|
|
1475
|
+
readonly pretty: "contractingCompany";
|
|
1476
|
+
readonly entityKey: "account";
|
|
1477
|
+
};
|
|
1478
|
+
readonly ww_ReferralBusiness: {
|
|
1479
|
+
readonly pretty: "referralBusiness";
|
|
1480
|
+
readonly entityKey: "account";
|
|
1481
|
+
};
|
|
1482
|
+
readonly ww_ReferringBusinessContact: {
|
|
1483
|
+
readonly pretty: "referringBusinessContact";
|
|
1484
|
+
readonly entityKey: "contact";
|
|
1485
|
+
};
|
|
1486
|
+
readonly ww_Nationality: {
|
|
1487
|
+
readonly pretty: "nationality";
|
|
1488
|
+
readonly entityKey: "nationality";
|
|
1489
|
+
};
|
|
1490
|
+
readonly ww_scats_CountryofTaxResidence: {
|
|
1491
|
+
readonly pretty: "scatsCountryOfTaxResidence";
|
|
1492
|
+
readonly entityKey: "country";
|
|
1493
|
+
};
|
|
1494
|
+
readonly ww_ReferringAgency: {
|
|
1495
|
+
readonly pretty: "referringAgency";
|
|
1496
|
+
readonly entityKey: "account";
|
|
1497
|
+
};
|
|
1498
|
+
readonly ww_ReferringAgencyBranch: {
|
|
1499
|
+
readonly pretty: "referringAgencyBranch";
|
|
1500
|
+
readonly entityKey: "account";
|
|
1501
|
+
};
|
|
1502
|
+
readonly ww_ReferringAgent: {
|
|
1503
|
+
readonly pretty: "referringAgent";
|
|
1504
|
+
readonly entityKey: "contact";
|
|
1505
|
+
};
|
|
1506
|
+
readonly ww_scats_ContractLocation: {
|
|
1507
|
+
readonly pretty: "scatsContractLocation";
|
|
1508
|
+
readonly entityKey: "country";
|
|
1509
|
+
};
|
|
1510
|
+
readonly ww_SolutionPackage: {
|
|
1511
|
+
readonly pretty: "solutionPackage";
|
|
1512
|
+
readonly entityKey: "solution";
|
|
1513
|
+
};
|
|
1514
|
+
}>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
1111
1515
|
contactId: string;
|
|
1112
1516
|
description?: string | null | undefined;
|
|
1113
1517
|
fax?: boolean | null | undefined;
|
|
@@ -1164,9 +1568,6 @@ export declare const Contact: {
|
|
|
1164
1568
|
owningBusinessUnitValue?: string | null | undefined;
|
|
1165
1569
|
owningTeamValue?: string | null | undefined;
|
|
1166
1570
|
owningUserValue?: string | null | undefined;
|
|
1167
|
-
workCountryValue?: string | null | undefined;
|
|
1168
|
-
endClient?: string | null | undefined;
|
|
1169
|
-
totalRevenue?: number | null | undefined;
|
|
1170
1571
|
proNouns?: number | null | undefined;
|
|
1171
1572
|
firstName?: string | null | undefined;
|
|
1172
1573
|
middleName?: string | null | undefined;
|
|
@@ -1221,10 +1622,13 @@ export declare const Contact: {
|
|
|
1221
1622
|
referringAgencyBranchValue?: string | null | undefined;
|
|
1222
1623
|
agencyContactReferringAgentValue?: string | null | undefined;
|
|
1223
1624
|
referringCampaignValue?: string | null | undefined;
|
|
1625
|
+
workCountryValue?: string | null | undefined;
|
|
1224
1626
|
contractLocationTimezone?: number | null | undefined;
|
|
1225
1627
|
solutionPackageValue?: string | null | undefined;
|
|
1226
1628
|
assignmentStartDate?: string | null | undefined;
|
|
1629
|
+
totalRevenue?: number | null | undefined;
|
|
1227
1630
|
totalRevenueGbp?: number | null | undefined;
|
|
1631
|
+
endClient?: string | null | undefined;
|
|
1228
1632
|
parentCustomerIdAccount?: any;
|
|
1229
1633
|
contractingCompany?: any;
|
|
1230
1634
|
referralBusiness?: any;
|
|
@@ -1292,9 +1696,6 @@ export declare const Contact: {
|
|
|
1292
1696
|
owningBusinessUnitValue?: string | null | undefined;
|
|
1293
1697
|
owningTeamValue?: string | null | undefined;
|
|
1294
1698
|
owningUserValue?: string | null | undefined;
|
|
1295
|
-
workCountryValue?: string | null | undefined;
|
|
1296
|
-
endClient?: string | null | undefined;
|
|
1297
|
-
totalRevenue?: number | null | undefined;
|
|
1298
1699
|
proNouns?: number | null | undefined;
|
|
1299
1700
|
firstName?: string | null | undefined;
|
|
1300
1701
|
middleName?: string | null | undefined;
|
|
@@ -1349,10 +1750,13 @@ export declare const Contact: {
|
|
|
1349
1750
|
referringAgencyBranchValue?: string | null | undefined;
|
|
1350
1751
|
agencyContactReferringAgentValue?: string | null | undefined;
|
|
1351
1752
|
referringCampaignValue?: string | null | undefined;
|
|
1753
|
+
workCountryValue?: string | null | undefined;
|
|
1352
1754
|
contractLocationTimezone?: number | null | undefined;
|
|
1353
1755
|
solutionPackageValue?: string | null | undefined;
|
|
1354
1756
|
assignmentStartDate?: string | null | undefined;
|
|
1757
|
+
totalRevenue?: number | null | undefined;
|
|
1355
1758
|
totalRevenueGbp?: number | null | undefined;
|
|
1759
|
+
endClient?: string | null | undefined;
|
|
1356
1760
|
parentCustomerIdAccount?: any;
|
|
1357
1761
|
contractingCompany?: any;
|
|
1358
1762
|
referralBusiness?: any;
|
|
@@ -1512,9 +1916,6 @@ export declare const Contact: {
|
|
|
1512
1916
|
mail?: boolean | null | undefined;
|
|
1513
1917
|
contractorCareConsultantValue?: string | null | undefined;
|
|
1514
1918
|
owningSiteValue?: string | null | undefined;
|
|
1515
|
-
workCountryValue?: string | null | undefined;
|
|
1516
|
-
endClient?: string | null | undefined;
|
|
1517
|
-
totalRevenue?: number | null | undefined;
|
|
1518
1919
|
contactId?: string | undefined;
|
|
1519
1920
|
proNouns?: number | null | undefined;
|
|
1520
1921
|
firstName?: string | null | undefined;
|
|
@@ -1570,10 +1971,13 @@ export declare const Contact: {
|
|
|
1570
1971
|
referringAgencyBranchValue?: string | null | undefined;
|
|
1571
1972
|
agencyContactReferringAgentValue?: string | null | undefined;
|
|
1572
1973
|
referringCampaignValue?: string | null | undefined;
|
|
1974
|
+
workCountryValue?: string | null | undefined;
|
|
1573
1975
|
contractLocationTimezone?: number | null | undefined;
|
|
1574
1976
|
solutionPackageValue?: string | null | undefined;
|
|
1575
1977
|
assignmentStartDate?: string | null | undefined;
|
|
1978
|
+
totalRevenue?: number | null | undefined;
|
|
1576
1979
|
totalRevenueGbp?: number | null | undefined;
|
|
1980
|
+
endClient?: string | null | undefined;
|
|
1577
1981
|
parentCustomerIdAccount?: any;
|
|
1578
1982
|
contractingCompany?: any;
|
|
1579
1983
|
referralBusiness?: any;
|
|
@@ -1622,9 +2026,6 @@ export declare const Contact: {
|
|
|
1622
2026
|
mail?: boolean | null | undefined;
|
|
1623
2027
|
contractorCareConsultantValue?: string | null | undefined;
|
|
1624
2028
|
owningSiteValue?: string | null | undefined;
|
|
1625
|
-
workCountryValue?: string | null | undefined;
|
|
1626
|
-
endClient?: string | null | undefined;
|
|
1627
|
-
totalRevenue?: number | null | undefined;
|
|
1628
2029
|
contactId?: string | undefined;
|
|
1629
2030
|
proNouns?: number | null | undefined;
|
|
1630
2031
|
firstName?: string | null | undefined;
|
|
@@ -1680,10 +2081,13 @@ export declare const Contact: {
|
|
|
1680
2081
|
referringAgencyBranchValue?: string | null | undefined;
|
|
1681
2082
|
agencyContactReferringAgentValue?: string | null | undefined;
|
|
1682
2083
|
referringCampaignValue?: string | null | undefined;
|
|
2084
|
+
workCountryValue?: string | null | undefined;
|
|
1683
2085
|
contractLocationTimezone?: number | null | undefined;
|
|
1684
2086
|
solutionPackageValue?: string | null | undefined;
|
|
1685
2087
|
assignmentStartDate?: string | null | undefined;
|
|
2088
|
+
totalRevenue?: number | null | undefined;
|
|
1686
2089
|
totalRevenueGbp?: number | null | undefined;
|
|
2090
|
+
endClient?: string | null | undefined;
|
|
1687
2091
|
parentCustomerIdAccount?: any;
|
|
1688
2092
|
contractingCompany?: any;
|
|
1689
2093
|
referralBusiness?: any;
|