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