@workwell-global/toolkit 1.1.6 → 1.1.9
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 +76 -0
- package/dist/enums/EntityNames.d.ts.map +1 -0
- package/dist/enums/EntityNames.js +75 -0
- package/dist/enums/EntityNames.js.map +1 -0
- package/dist/enums/RBACPermissions.d.ts +1 -0
- package/dist/enums/RBACPermissions.d.ts.map +1 -1
- package/dist/enums/RBACPermissions.js +1 -0
- package/dist/enums/RBACPermissions.js.map +1 -1
- package/dist/enums/RequestOrigin.js.map +1 -1
- package/dist/models/crm-dynamics/IAssignment.d.ts +66 -1
- package/dist/models/crm-dynamics/IAssignment.d.ts.map +1 -1
- package/dist/models/objects/IApplication.d.ts.map +1 -1
- package/dist/models/objects/IAssignment.d.ts +1 -0
- package/dist/models/objects/IAssignment.d.ts.map +1 -1
- package/dist/models/objects/IEvent.d.ts.map +1 -1
- package/dist/models/objects/IEvent.js.map +1 -1
- package/dist/models/objects/IEventCategories.d.ts.map +1 -1
- package/dist/models/objects/IEventCategories.js.map +1 -1
- package/dist/models/objects/IEventRequest.d.ts.map +1 -1
- package/dist/models/objects/IEventRequest.js.map +1 -1
- package/dist/models/objects/INotification.d.ts.map +1 -1
- package/dist/models/objects/INotification.js.map +1 -1
- package/dist/models/objects/INotificationRequest.d.ts.map +1 -1
- package/dist/models/objects/INotificationRequest.js.map +1 -1
- package/dist/models/objects/IOrganisation.d.ts.map +1 -1
- package/dist/models/objects/ISalesChecklist.d.ts.map +1 -1
- package/dist/models/objects/ISalesChecklist.js.map +1 -1
- package/dist/models/schemas/api/_bases/SBaseAPI.d.ts +202 -0
- package/dist/models/schemas/api/_bases/SBaseAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/_bases/SBaseAPI.js +70 -0
- package/dist/models/schemas/api/_bases/SBaseAPI.js.map +1 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.d.ts +132 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.d.ts.map +1 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.js +72 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +58 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.js +33 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +10 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js +40 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts +5 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +73 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +6 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +42 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -0
- package/dist/models/schemas/api/account/DAccountAPI.d.ts +627 -0
- package/dist/models/schemas/api/account/DAccountAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/account/DAccountAPI.js +618 -0
- package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -0
- package/dist/models/schemas/api/account/TAccountAPI.d.ts +1455 -0
- package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/account/TAccountAPI.js +9 -0
- package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -0
- package/dist/models/schemas/api/account/index.d.ts +1689 -0
- package/dist/models/schemas/api/account/index.d.ts.map +1 -0
- package/dist/models/schemas/api/account/index.js +13 -0
- package/dist/models/schemas/api/account/index.js.map +1 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +781 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +628 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +1861 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +9 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -0
- package/dist/models/schemas/api/assignment/index.d.ts +2111 -0
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -0
- package/dist/models/schemas/api/assignment/index.js +13 -0
- package/dist/models/schemas/api/assignment/index.js.map +1 -0
- package/dist/models/schemas/api/batch/SBatchAPI.d.ts +21 -0
- package/dist/models/schemas/api/batch/SBatchAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/batch/SBatchAPI.js +9 -0
- package/dist/models/schemas/api/batch/SBatchAPI.js.map +1 -0
- package/dist/models/schemas/api/batch/TBatchAPI.d.ts +24 -0
- package/dist/models/schemas/api/batch/TBatchAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/batch/TBatchAPI.js +3 -0
- package/dist/models/schemas/api/batch/TBatchAPI.js.map +1 -0
- package/dist/models/schemas/api/batch/index.d.ts +3 -0
- package/dist/models/schemas/api/batch/index.d.ts.map +1 -0
- package/dist/models/schemas/api/batch/index.js +3 -0
- package/dist/models/schemas/api/batch/index.js.map +1 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.d.ts +161 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.js +43 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.js.map +1 -0
- package/dist/models/schemas/api/changeRequest/index.d.ts +2 -0
- package/dist/models/schemas/api/changeRequest/index.d.ts.map +1 -0
- package/dist/models/schemas/api/changeRequest/index.js +2 -0
- package/dist/models/schemas/api/changeRequest/index.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.d.ts +180 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.js +54 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +664 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.js +9 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/index.d.ts +703 -0
- package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -0
- package/dist/models/schemas/api/companyDocument/index.js +12 -0
- package/dist/models/schemas/api/companyDocument/index.js.map +1 -0
- package/dist/models/schemas/api/contact/DContactAPI.d.ts +694 -0
- package/dist/models/schemas/api/contact/DContactAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contact/DContactAPI.js +685 -0
- package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -0
- package/dist/models/schemas/api/contact/TContactAPI.d.ts +1700 -0
- package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contact/TContactAPI.js +9 -0
- package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -0
- package/dist/models/schemas/api/contact/index.d.ts +1935 -0
- package/dist/models/schemas/api/contact/index.d.ts.map +1 -0
- package/dist/models/schemas/api/contact/index.js +13 -0
- package/dist/models/schemas/api/contact/index.js.map +1 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +392 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +247 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +902 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js +9 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/contractorDocument/index.d.ts +1081 -0
- package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -0
- package/dist/models/schemas/api/contractorDocument/index.js +13 -0
- package/dist/models/schemas/api/contractorDocument/index.js.map +1 -0
- package/dist/models/schemas/api/country/DCountryAPI.d.ts +79 -0
- package/dist/models/schemas/api/country/DCountryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/country/DCountryAPI.js +55 -0
- package/dist/models/schemas/api/country/DCountryAPI.js.map +1 -0
- package/dist/models/schemas/api/country/TCountryAPI.d.ts +374 -0
- package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/country/TCountryAPI.js +10 -0
- package/dist/models/schemas/api/country/TCountryAPI.js.map +1 -0
- package/dist/models/schemas/api/country/index.d.ts +388 -0
- package/dist/models/schemas/api/country/index.d.ts.map +1 -0
- package/dist/models/schemas/api/country/index.js +12 -0
- package/dist/models/schemas/api/country/index.js.map +1 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.d.ts +58 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.js +50 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.js.map +1 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +234 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.js +10 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.js.map +1 -0
- package/dist/models/schemas/api/countryOffering/index.d.ts +247 -0
- package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -0
- package/dist/models/schemas/api/countryOffering/index.js +12 -0
- package/dist/models/schemas/api/countryOffering/index.js.map +1 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.d.ts +28 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.js +16 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.js.map +1 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +234 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.js +10 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.js.map +1 -0
- package/dist/models/schemas/api/currency/index.d.ts +237 -0
- package/dist/models/schemas/api/currency/index.d.ts.map +1 -0
- package/dist/models/schemas/api/currency/index.js +11 -0
- package/dist/models/schemas/api/currency/index.js.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.d.ts +34 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.js +34 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.js.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +220 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.js +10 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.js.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/index.d.ts +229 -0
- package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/index.js +12 -0
- package/dist/models/schemas/api/disqualificationReason/index.js.map +1 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.d.ts +18 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.js +8 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.d.ts +4 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.js +3 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +128 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +115 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +479 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js +32 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/index.d.ts +492 -0
- package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -0
- package/dist/models/schemas/api/enquiry/index.js +13 -0
- package/dist/models/schemas/api/enquiry/index.js.map +1 -0
- package/dist/models/schemas/api/index.d.ts +16 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -0
- package/dist/models/schemas/api/index.js +30 -0
- package/dist/models/schemas/api/index.js.map +1 -0
- package/dist/models/schemas/api/margin/DMarginAPI.d.ts +128 -0
- package/dist/models/schemas/api/margin/DMarginAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/margin/DMarginAPI.js +107 -0
- package/dist/models/schemas/api/margin/DMarginAPI.js.map +1 -0
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +403 -0
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/margin/TMarginAPI.js +10 -0
- package/dist/models/schemas/api/margin/TMarginAPI.js.map +1 -0
- package/dist/models/schemas/api/margin/index.d.ts +452 -0
- package/dist/models/schemas/api/margin/index.d.ts.map +1 -0
- package/dist/models/schemas/api/margin/index.js +13 -0
- package/dist/models/schemas/api/margin/index.js.map +1 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts +62 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.js +62 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.js.map +1 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +276 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.js +10 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.js.map +1 -0
- package/dist/models/schemas/api/nationality/index.d.ts +301 -0
- package/dist/models/schemas/api/nationality/index.d.ts.map +1 -0
- package/dist/models/schemas/api/nationality/index.js +12 -0
- package/dist/models/schemas/api/nationality/index.js.map +1 -0
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts +699 -0
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referral/DReferralAPI.js +603 -0
- package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -0
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1508 -0
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js +9 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -0
- package/dist/models/schemas/api/referral/index.d.ts +1712 -0
- package/dist/models/schemas/api/referral/index.d.ts.map +1 -0
- package/dist/models/schemas/api/referral/index.js +12 -0
- package/dist/models/schemas/api/referral/index.js.map +1 -0
- package/dist/models/schemas/api/role/DRoleAPI.d.ts +19 -0
- package/dist/models/schemas/api/role/DRoleAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/role/DRoleAPI.js +13 -0
- package/dist/models/schemas/api/role/DRoleAPI.js.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts +207 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.js +10 -0
- package/dist/models/schemas/api/role/TRoleAPI.js.map +1 -0
- package/dist/models/schemas/api/role/index.d.ts +212 -0
- package/dist/models/schemas/api/role/index.d.ts.map +1 -0
- package/dist/models/schemas/api/role/index.js +13 -0
- package/dist/models/schemas/api/role/index.js.map +1 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +265 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +234 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +753 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.js +9 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -0
- package/dist/models/schemas/api/simulation/index.d.ts +829 -0
- package/dist/models/schemas/api/simulation/index.d.ts.map +1 -0
- package/dist/models/schemas/api/simulation/index.js +13 -0
- package/dist/models/schemas/api/simulation/index.js.map +1 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.d.ts +213 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.js +102 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.js.map +1 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +821 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.js +10 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.js.map +1 -0
- package/dist/models/schemas/api/solution/index.d.ts +842 -0
- package/dist/models/schemas/api/solution/index.d.ts.map +1 -0
- package/dist/models/schemas/api/solution/index.js +12 -0
- package/dist/models/schemas/api/solution/index.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +1161 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +130 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +44 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js +8 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +36 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js +9 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +36 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js +9 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +86 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js +39 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +67 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js +18 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +31 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js +7 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +29 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +15 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts +13 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js +6 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +90 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js +36 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +859 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +47 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +584 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +48 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +32 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js +7 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +33 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js +8 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +83 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js +8 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +74 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js +28 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +42 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js +9 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts +38 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js +18 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +59 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js +18 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +147 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js +22 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +21 -0
- package/dist/models/schemas/bff/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/index.js +26 -0
- package/dist/models/schemas/bff/index.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +184 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +22 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts +126 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js +10 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +110 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +9 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +64 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +13 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -0
- package/dist/models/types/Application.d.ts.map +1 -1
- package/dist/models/types/Stages.d.ts +1 -1
- package/dist/models/types/Stages.d.ts.map +1 -1
- package/dist/utils/date-and-time/calculate.test.d.ts +2 -0
- package/dist/utils/date-and-time/calculate.test.d.ts.map +1 -0
- package/dist/utils/date-and-time/calculate.test.js +69 -0
- package/dist/utils/date-and-time/calculate.test.js.map +1 -0
- package/dist/utils/date-and-time/format.test.d.ts +2 -0
- package/dist/utils/date-and-time/format.test.d.ts.map +1 -0
- package/dist/utils/date-and-time/format.test.js +30 -0
- package/dist/utils/date-and-time/format.test.js.map +1 -0
- package/dist/utils/encoding/stringBySecret.test.d.ts +2 -0
- package/dist/utils/encoding/stringBySecret.test.d.ts.map +1 -0
- package/dist/utils/encoding/stringBySecret.test.js +61 -0
- package/dist/utils/encoding/stringBySecret.test.js.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/rbac/RBACChecker.d.ts +6 -0
- package/dist/utils/rbac/RBACChecker.d.ts.map +1 -0
- package/dist/utils/rbac/RBACChecker.js +13 -0
- package/dist/utils/rbac/RBACChecker.js.map +1 -0
- package/dist/utils/rbac/index.d.ts +2 -0
- package/dist/utils/rbac/index.d.ts.map +1 -0
- package/dist/utils/rbac/index.js +3 -0
- package/dist/utils/rbac/index.js.map +1 -0
- package/dist/utils/strings/index.d.ts.map +1 -1
- package/dist/utils/strings/index.js.map +1 -1
- package/dist/utils/strings/manipulate.d.ts.map +1 -1
- package/dist/utils/strings/manipulate.js +45 -20
- package/dist/utils/strings/manipulate.js.map +1 -1
- package/dist/utils/strings/manipulate.test.d.ts +2 -0
- package/dist/utils/strings/manipulate.test.d.ts.map +1 -0
- package/dist/utils/strings/manipulate.test.js +46 -0
- package/dist/utils/strings/manipulate.test.js.map +1 -0
- package/dist/utils/strings/sanitize.test.d.ts +2 -0
- package/dist/utils/strings/sanitize.test.d.ts.map +1 -0
- package/dist/utils/strings/sanitize.test.js +20 -0
- package/dist/utils/strings/sanitize.test.js.map +1 -0
- package/package.json +25 -3
|
@@ -0,0 +1,1935 @@
|
|
|
1
|
+
export declare const Contact: {
|
|
2
|
+
Metadata: {
|
|
3
|
+
readonly logicalName: "contact";
|
|
4
|
+
readonly entitySetName: "contacts";
|
|
5
|
+
};
|
|
6
|
+
Tools: {
|
|
7
|
+
isLookupOnly: boolean;
|
|
8
|
+
fieldsPretty: {
|
|
9
|
+
etag: string;
|
|
10
|
+
createdByValue: string;
|
|
11
|
+
createdOnBehalfByValue: string;
|
|
12
|
+
modifiedByValue: string;
|
|
13
|
+
modifiedOnBehalfByValue: string;
|
|
14
|
+
ownerIdValue: string;
|
|
15
|
+
owningBusinessUnitValue: string;
|
|
16
|
+
owningTeamValue: string;
|
|
17
|
+
owningUserValue: string;
|
|
18
|
+
parentAccountValue: string;
|
|
19
|
+
contractingCompanyValue: string;
|
|
20
|
+
contractorCareConsultantValue: string;
|
|
21
|
+
nationalityValue: string;
|
|
22
|
+
owningSiteValue: string;
|
|
23
|
+
referralBusinessValue: string;
|
|
24
|
+
referringAgencyValue: string;
|
|
25
|
+
referringAgencyBranchValue: string;
|
|
26
|
+
agencyContactReferringAgentValue: string;
|
|
27
|
+
referringBusinessContactValue: string;
|
|
28
|
+
salesExecutiveValue: string;
|
|
29
|
+
workCountryValue: string;
|
|
30
|
+
countryOfTaxResidenceValue: string;
|
|
31
|
+
scheduleCallOwnerValue: string;
|
|
32
|
+
scheduleCallQueueValue: string;
|
|
33
|
+
solutionPackageValue: string;
|
|
34
|
+
city: string;
|
|
35
|
+
country: string;
|
|
36
|
+
county: string;
|
|
37
|
+
street1: string;
|
|
38
|
+
street2: string;
|
|
39
|
+
street3: string;
|
|
40
|
+
addressLookup: string;
|
|
41
|
+
postcode: string;
|
|
42
|
+
timeZone: string;
|
|
43
|
+
dateOfBirth: string;
|
|
44
|
+
businessCard: string;
|
|
45
|
+
contactId: string;
|
|
46
|
+
createdOn: string;
|
|
47
|
+
relationshipType: string;
|
|
48
|
+
description: string;
|
|
49
|
+
bulkEmail: string;
|
|
50
|
+
email: string;
|
|
51
|
+
fax: string;
|
|
52
|
+
doNotPhone: string;
|
|
53
|
+
mail: string;
|
|
54
|
+
marketingMaterials: string;
|
|
55
|
+
primaryEmail: string;
|
|
56
|
+
secondaryEMail: string;
|
|
57
|
+
workEmail: string;
|
|
58
|
+
maritalStatus: string;
|
|
59
|
+
firstName: string;
|
|
60
|
+
followEmail: string;
|
|
61
|
+
gender: string;
|
|
62
|
+
phone: string;
|
|
63
|
+
importSequenceNumber: string;
|
|
64
|
+
jobTitle: string;
|
|
65
|
+
lastName: string;
|
|
66
|
+
middleName: string;
|
|
67
|
+
mobilePhone: string;
|
|
68
|
+
modifiedOn: string;
|
|
69
|
+
nickname: string;
|
|
70
|
+
overriddenCreatedOn: string;
|
|
71
|
+
contactMethod: string;
|
|
72
|
+
spousePartnerName: string;
|
|
73
|
+
stateCode: string;
|
|
74
|
+
statusCode: string;
|
|
75
|
+
homePhone: string;
|
|
76
|
+
workMobile: string;
|
|
77
|
+
timezoneRuleVersionNumber: string;
|
|
78
|
+
utcConversionTimezoneCode: string;
|
|
79
|
+
versionNumber: string;
|
|
80
|
+
website: string;
|
|
81
|
+
contractorStatus: string;
|
|
82
|
+
contractorStatusReason: string;
|
|
83
|
+
emailValid: string;
|
|
84
|
+
endClient: string;
|
|
85
|
+
followUpScheduled: string;
|
|
86
|
+
phoneValid: string;
|
|
87
|
+
address: string;
|
|
88
|
+
contactNumber: string;
|
|
89
|
+
nokEmail: string;
|
|
90
|
+
nokFirstName: string;
|
|
91
|
+
nokLastName: string;
|
|
92
|
+
nokPrefix: string;
|
|
93
|
+
nokRelationshipToYou: string;
|
|
94
|
+
officePhoneValid: string;
|
|
95
|
+
proNouns: string;
|
|
96
|
+
salutation: string;
|
|
97
|
+
contractLocationTimezone: string;
|
|
98
|
+
scheduleACall: string;
|
|
99
|
+
assignmentStartDate: string;
|
|
100
|
+
secondaryEmailValid: string;
|
|
101
|
+
totalRevenue: string;
|
|
102
|
+
totalRevenueGbp: string;
|
|
103
|
+
workEmailValid: string;
|
|
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
|
+
parentCustomerIdAccount: string;
|
|
116
|
+
contractingCompany: string;
|
|
117
|
+
referralBusiness: string;
|
|
118
|
+
referringBusinessContact: string;
|
|
119
|
+
nationality: string;
|
|
120
|
+
scatsCountryOfTaxResidence: string;
|
|
121
|
+
referringAgency: string;
|
|
122
|
+
referringAgencyBranch: string;
|
|
123
|
+
referringAgent: string;
|
|
124
|
+
scatsContractLocation: string;
|
|
125
|
+
solutionPackage: string;
|
|
126
|
+
contactStatus: string;
|
|
127
|
+
contactIcpType: string;
|
|
128
|
+
lastCheckIn: string;
|
|
129
|
+
referralBusinessUnitValue: string;
|
|
130
|
+
referringBusinessUserValue: string;
|
|
131
|
+
subSource1Value: string;
|
|
132
|
+
subSource2Value: string;
|
|
133
|
+
facebook: string;
|
|
134
|
+
twitter: string;
|
|
135
|
+
referringCampaignValue: string;
|
|
136
|
+
};
|
|
137
|
+
fieldsD365: {
|
|
138
|
+
readonly contactid: "contactId";
|
|
139
|
+
readonly customertypecode: "relationshipType";
|
|
140
|
+
readonly ww_salutation: "salutation";
|
|
141
|
+
readonly ww_pronouns: "proNouns";
|
|
142
|
+
readonly firstname: "firstName";
|
|
143
|
+
readonly middlename: "middleName";
|
|
144
|
+
readonly lastname: "lastName";
|
|
145
|
+
readonly ww_contactstatus: "contactStatus";
|
|
146
|
+
readonly adx_timezone: "timeZone";
|
|
147
|
+
readonly nickname: "nickname";
|
|
148
|
+
readonly ww_contacticptype: "contactIcpType";
|
|
149
|
+
readonly ww_contractorstatus: "contractorStatus";
|
|
150
|
+
readonly ww_contractorstatusreason: "contractorStatusReason";
|
|
151
|
+
readonly websiteurl: "website";
|
|
152
|
+
readonly jobtitle: "jobTitle";
|
|
153
|
+
readonly description: "description";
|
|
154
|
+
readonly ww_schedulecall: "scheduleACall";
|
|
155
|
+
readonly _ww_schedulecallowner_value: "scheduleCallOwnerValue";
|
|
156
|
+
readonly _ww_schedulecallqueue_value: "scheduleCallQueueValue";
|
|
157
|
+
readonly ww_lastcheckin: "lastCheckIn";
|
|
158
|
+
readonly businesscard: "businessCard";
|
|
159
|
+
readonly emailaddress1: "primaryEmail";
|
|
160
|
+
readonly ww_emailvalid: "emailValid";
|
|
161
|
+
readonly mobilephone: "mobilePhone";
|
|
162
|
+
readonly ww_isphonevalid: "phoneValid";
|
|
163
|
+
readonly home2: "phone";
|
|
164
|
+
readonly ww_officephonevalid: "officePhoneValid";
|
|
165
|
+
readonly _parentcustomerid_value: "parentAccountValue";
|
|
166
|
+
readonly emailaddress2: "secondaryEMail";
|
|
167
|
+
readonly ww_secondaryemailvalid: "secondaryEmailValid";
|
|
168
|
+
readonly telephone3: "workMobile";
|
|
169
|
+
readonly ww_workmobilevalid: "workMobileValid";
|
|
170
|
+
readonly emailaddress3: "workEmail";
|
|
171
|
+
readonly ww_workemailvalid: "workEmailValid";
|
|
172
|
+
readonly ww_followupscheduled: "followUpScheduled";
|
|
173
|
+
readonly ww_datelastcontacted: "dateLastContacted";
|
|
174
|
+
readonly address1_name: "addressLookup";
|
|
175
|
+
readonly address1_line1: "street1";
|
|
176
|
+
readonly address1_line2: "street2";
|
|
177
|
+
readonly address1_line3: "street3";
|
|
178
|
+
readonly address1_city: "city";
|
|
179
|
+
readonly address1_county: "county";
|
|
180
|
+
readonly address1_postalcode: "postcode";
|
|
181
|
+
readonly address1_country: "country";
|
|
182
|
+
readonly _ww_contractingcompany_value: "contractingCompanyValue";
|
|
183
|
+
readonly _ww_salesexecutive_value: "salesExecutiveValue";
|
|
184
|
+
readonly _ww_contractorcareconsultant_value: "contractorCareConsultantValue";
|
|
185
|
+
readonly _ww_referralbusiness_value: "referralBusinessValue";
|
|
186
|
+
readonly _ww_referringbusinesscontact_value: "referringBusinessContactValue";
|
|
187
|
+
readonly _ww_referralbusinessunit_value: "referralBusinessUnitValue";
|
|
188
|
+
readonly _ww_referringbusinessuser_value: "referringBusinessUserValue";
|
|
189
|
+
readonly birthdate: "dateOfBirth";
|
|
190
|
+
readonly gendercode: "gender";
|
|
191
|
+
readonly familystatuscode: "maritalStatus";
|
|
192
|
+
readonly spousesname: "spousePartnerName";
|
|
193
|
+
readonly _ww_nationality_value: "nationalityValue";
|
|
194
|
+
readonly _ww_scats_countryoftaxresidence_value: "countryOfTaxResidenceValue";
|
|
195
|
+
readonly ww_zohocrmid: "zohoCrmId";
|
|
196
|
+
readonly ww_zohobooksid: "zohoBooksId";
|
|
197
|
+
readonly ww_zohocrmsync: "zohoCrmSync";
|
|
198
|
+
readonly ww_zohobookssync: "zohoBooksSync";
|
|
199
|
+
readonly ww_zohosyncerror: "zohoSyncError";
|
|
200
|
+
readonly ww_precisionid: "precisionId";
|
|
201
|
+
readonly telephone2: "homePhone";
|
|
202
|
+
readonly ww_nextofkinprefix: "nokPrefix";
|
|
203
|
+
readonly ww_nextofkinfirstname: "nokFirstName";
|
|
204
|
+
readonly ww_nextofkinlastname: "nokLastName";
|
|
205
|
+
readonly ww_nextofkinrelationship: "nokRelationshipToYou";
|
|
206
|
+
readonly ww_nextofkincontactnumber: "contactNumber";
|
|
207
|
+
readonly ww_nextofkinemail: "nokEmail";
|
|
208
|
+
readonly ww_nextofkinaddress: "address";
|
|
209
|
+
readonly donotsendmm: "marketingMaterials";
|
|
210
|
+
readonly _ww_source_value: "sourceValue";
|
|
211
|
+
readonly _ww_subsource1_value: "subSource1Value";
|
|
212
|
+
readonly _ww_subsourcee2_value: "subSource2Value";
|
|
213
|
+
readonly ww_suppliertype: "supplierType";
|
|
214
|
+
readonly preferredcontactmethodcode: "contactMethod";
|
|
215
|
+
readonly donotemail: "email";
|
|
216
|
+
readonly followemail: "followEmail";
|
|
217
|
+
readonly donotbulkemail: "bulkEmail";
|
|
218
|
+
readonly donotphone: "doNotPhone";
|
|
219
|
+
readonly donotfax: "fax";
|
|
220
|
+
readonly donotpostalmail: "mail";
|
|
221
|
+
readonly ww_facebook: "facebook";
|
|
222
|
+
readonly ww_twitter: "twitter";
|
|
223
|
+
readonly ww_linkedin: "linkedin";
|
|
224
|
+
readonly _ww_referringagency_value: "referringAgencyValue";
|
|
225
|
+
readonly _ww_referringagencybranch_value: "referringAgencyBranchValue";
|
|
226
|
+
readonly _ww_referringagent_value: "agencyContactReferringAgentValue";
|
|
227
|
+
readonly _ww_referringcampaign_value: "referringCampaignValue";
|
|
228
|
+
readonly _ww_scats_contractlocation_value: "workCountryValue";
|
|
229
|
+
readonly ww_scats_contractlocationtimezone: "contractLocationTimezone";
|
|
230
|
+
readonly _ww_solutionpackage_value: "solutionPackageValue";
|
|
231
|
+
readonly ww_scl_startdate: "assignmentStartDate";
|
|
232
|
+
readonly ww_totalrevenue: "totalRevenue";
|
|
233
|
+
readonly ww_totalrevenue_base: "totalRevenueGbp";
|
|
234
|
+
readonly ww_endclient: "endClient";
|
|
235
|
+
readonly _ww_owningsite_value: "owningSiteValue";
|
|
236
|
+
readonly parentcustomerid_account: "parentCustomerIdAccount";
|
|
237
|
+
readonly ww_ContractingCompany: "contractingCompany";
|
|
238
|
+
readonly ww_ReferralBusiness: "referralBusiness";
|
|
239
|
+
readonly ww_ReferringBusinessContact: "referringBusinessContact";
|
|
240
|
+
readonly ww_Nationality: "nationality";
|
|
241
|
+
readonly ww_scats_CountryofTaxResidence: "scatsCountryOfTaxResidence";
|
|
242
|
+
readonly ww_ReferringAgency: "referringAgency";
|
|
243
|
+
readonly ww_ReferringAgencyBranch: "referringAgencyBranch";
|
|
244
|
+
readonly ww_ReferringAgent: "referringAgent";
|
|
245
|
+
readonly ww_scats_ContractLocation: "scatsContractLocation";
|
|
246
|
+
readonly ww_SolutionPackage: "solutionPackage";
|
|
247
|
+
readonly _ownerid_value: "ownerIdValue";
|
|
248
|
+
readonly _owningbusinessunit_value: "owningBusinessUnitValue";
|
|
249
|
+
readonly _owningteam_value: "owningTeamValue";
|
|
250
|
+
readonly _owninguser_value: "owningUserValue";
|
|
251
|
+
readonly '@odata.etag': "etag";
|
|
252
|
+
readonly versionnumber: "versionNumber";
|
|
253
|
+
readonly _createdby_value: "createdByValue";
|
|
254
|
+
readonly createdon: "createdOn";
|
|
255
|
+
readonly _createdonbehalfby_value: "createdOnBehalfByValue";
|
|
256
|
+
readonly _modifiedby_value: "modifiedByValue";
|
|
257
|
+
readonly modifiedon: "modifiedOn";
|
|
258
|
+
readonly _modifiedonbehalfby_value: "modifiedOnBehalfByValue";
|
|
259
|
+
readonly statecode: "stateCode";
|
|
260
|
+
readonly statuscode: "statusCode";
|
|
261
|
+
readonly importsequencenumber: "importSequenceNumber";
|
|
262
|
+
readonly overriddencreatedon: "overriddenCreatedOn";
|
|
263
|
+
readonly timezoneruleversionnumber: "timezoneRuleVersionNumber";
|
|
264
|
+
readonly utcconversiontimezonecode: "utcConversionTimezoneCode";
|
|
265
|
+
};
|
|
266
|
+
SResponseD365: import("zod").ZodObject<{
|
|
267
|
+
readonly _ownerid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
268
|
+
readonly _owningbusinessunit_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
269
|
+
readonly _owningteam_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
270
|
+
readonly _owninguser_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
271
|
+
readonly '@odata.etag': import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>>;
|
|
272
|
+
readonly versionnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
273
|
+
readonly _createdby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
274
|
+
readonly createdon: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
275
|
+
readonly _createdonbehalfby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
276
|
+
readonly _modifiedby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
277
|
+
readonly modifiedon: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
278
|
+
readonly _modifiedonbehalfby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
279
|
+
readonly statecode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
280
|
+
readonly statuscode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
281
|
+
readonly importsequencenumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
282
|
+
readonly overriddencreatedon: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
283
|
+
readonly timezoneruleversionnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>>;
|
|
284
|
+
readonly utcconversiontimezonecode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>>;
|
|
285
|
+
readonly contactid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
286
|
+
readonly customertypecode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
287
|
+
readonly ww_salutation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
288
|
+
readonly ww_pronouns: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
289
|
+
readonly firstname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
290
|
+
readonly middlename: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
291
|
+
readonly lastname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
292
|
+
readonly ww_contactstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
293
|
+
readonly adx_timezone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
294
|
+
readonly nickname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
295
|
+
readonly ww_contacticptype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
296
|
+
readonly ww_contractorstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
297
|
+
readonly ww_contractorstatusreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
298
|
+
readonly websiteurl: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
299
|
+
readonly jobtitle: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
300
|
+
readonly description: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
301
|
+
readonly ww_schedulecall: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
302
|
+
readonly _ww_schedulecallowner_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
303
|
+
readonly _ww_schedulecallqueue_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
304
|
+
readonly ww_lastcheckin: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
305
|
+
readonly businesscard: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
306
|
+
readonly emailaddress1: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
307
|
+
readonly ww_emailvalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
308
|
+
readonly mobilephone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
309
|
+
readonly ww_isphonevalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
310
|
+
readonly home2: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
311
|
+
readonly ww_officephonevalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
312
|
+
readonly _parentcustomerid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
313
|
+
readonly emailaddress2: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
314
|
+
readonly ww_secondaryemailvalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
315
|
+
readonly telephone3: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
316
|
+
readonly ww_workmobilevalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
317
|
+
readonly emailaddress3: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
318
|
+
readonly ww_workemailvalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
319
|
+
readonly ww_followupscheduled: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
320
|
+
readonly ww_datelastcontacted: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
321
|
+
readonly address1_name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
322
|
+
readonly address1_line1: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
323
|
+
readonly address1_line2: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
324
|
+
readonly address1_line3: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
325
|
+
readonly address1_city: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
326
|
+
readonly address1_county: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
327
|
+
readonly address1_postalcode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
328
|
+
readonly address1_country: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
329
|
+
readonly _ww_contractingcompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
330
|
+
readonly _ww_salesexecutive_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
331
|
+
readonly _ww_contractorcareconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
332
|
+
readonly _ww_referralbusiness_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
333
|
+
readonly _ww_referringbusinesscontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
334
|
+
readonly _ww_referralbusinessunit_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
335
|
+
readonly _ww_referringbusinessuser_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
336
|
+
readonly birthdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
337
|
+
readonly gendercode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
338
|
+
readonly familystatuscode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
339
|
+
readonly spousesname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
340
|
+
readonly _ww_nationality_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
341
|
+
readonly _ww_scats_countryoftaxresidence_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
342
|
+
readonly ww_zohocrmid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
343
|
+
readonly ww_zohobooksid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
344
|
+
readonly ww_zohocrmsync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
345
|
+
readonly ww_zohobookssync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
346
|
+
readonly ww_zohosyncerror: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
347
|
+
readonly ww_precisionid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
348
|
+
readonly telephone2: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
349
|
+
readonly ww_nextofkinprefix: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
350
|
+
readonly ww_nextofkinfirstname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
351
|
+
readonly ww_nextofkinlastname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
352
|
+
readonly ww_nextofkinrelationship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
353
|
+
readonly ww_nextofkincontactnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
354
|
+
readonly ww_nextofkinemail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
355
|
+
readonly ww_nextofkinaddress: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
356
|
+
readonly donotsendmm: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
357
|
+
readonly _ww_source_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
358
|
+
readonly _ww_subsource1_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
359
|
+
readonly _ww_subsourcee2_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
360
|
+
readonly ww_suppliertype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
361
|
+
readonly preferredcontactmethodcode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
362
|
+
readonly donotemail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
363
|
+
readonly followemail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
364
|
+
readonly donotbulkemail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
365
|
+
readonly donotphone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
366
|
+
readonly donotfax: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
367
|
+
readonly donotpostalmail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
368
|
+
readonly ww_facebook: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
369
|
+
readonly ww_twitter: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
370
|
+
readonly ww_linkedin: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
371
|
+
readonly _ww_referringagency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
372
|
+
readonly _ww_referringagencybranch_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
373
|
+
readonly _ww_referringagent_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
374
|
+
readonly _ww_referringcampaign_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
375
|
+
readonly _ww_scats_contractlocation_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
376
|
+
readonly ww_scats_contractlocationtimezone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
377
|
+
readonly _ww_solutionpackage_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
378
|
+
readonly ww_scl_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
379
|
+
readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
380
|
+
readonly ww_totalrevenue_base: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
381
|
+
readonly ww_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
382
|
+
readonly _ww_owningsite_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
383
|
+
readonly parentcustomerid_account: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
384
|
+
readonly ww_ContractingCompany: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
385
|
+
readonly ww_ReferralBusiness: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
386
|
+
readonly ww_ReferringBusinessContact: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
387
|
+
readonly ww_Nationality: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
388
|
+
readonly ww_scats_CountryofTaxResidence: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
389
|
+
readonly ww_ReferringAgency: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
390
|
+
readonly ww_ReferringAgencyBranch: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
391
|
+
readonly ww_ReferringAgent: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
392
|
+
readonly ww_scats_ContractLocation: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
393
|
+
readonly ww_SolutionPackage: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
394
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
395
|
+
'@odata.etag'?: string | null | undefined;
|
|
396
|
+
_createdby_value?: string | null | undefined;
|
|
397
|
+
_createdonbehalfby_value?: string | null | undefined;
|
|
398
|
+
_modifiedby_value?: string | null | undefined;
|
|
399
|
+
_modifiedonbehalfby_value?: string | null | undefined;
|
|
400
|
+
_ownerid_value?: string | null | undefined;
|
|
401
|
+
_owningbusinessunit_value?: string | null | undefined;
|
|
402
|
+
_owningteam_value?: string | null | undefined;
|
|
403
|
+
_owninguser_value?: string | null | undefined;
|
|
404
|
+
_parentcustomerid_value?: string | null | undefined;
|
|
405
|
+
_ww_contractingcompany_value?: string | null | undefined;
|
|
406
|
+
_ww_contractorcareconsultant_value?: string | null | undefined;
|
|
407
|
+
_ww_nationality_value?: string | null | undefined;
|
|
408
|
+
_ww_owningsite_value?: string | null | undefined;
|
|
409
|
+
_ww_referralbusiness_value?: string | null | undefined;
|
|
410
|
+
_ww_referringagency_value?: string | null | undefined;
|
|
411
|
+
_ww_referringagencybranch_value?: string | null | undefined;
|
|
412
|
+
_ww_referringagent_value?: string | null | undefined;
|
|
413
|
+
_ww_referringbusinesscontact_value?: string | null | undefined;
|
|
414
|
+
_ww_salesexecutive_value?: string | null | undefined;
|
|
415
|
+
_ww_scats_contractlocation_value?: string | null | undefined;
|
|
416
|
+
_ww_scats_countryoftaxresidence_value?: string | null | undefined;
|
|
417
|
+
_ww_schedulecallowner_value?: string | null | undefined;
|
|
418
|
+
_ww_schedulecallqueue_value?: string | null | undefined;
|
|
419
|
+
_ww_solutionpackage_value?: string | null | undefined;
|
|
420
|
+
address1_city?: string | null | undefined;
|
|
421
|
+
address1_country?: string | null | undefined;
|
|
422
|
+
address1_county?: string | null | undefined;
|
|
423
|
+
address1_line1?: string | null | undefined;
|
|
424
|
+
address1_line2?: string | null | undefined;
|
|
425
|
+
address1_line3?: string | null | undefined;
|
|
426
|
+
address1_name?: string | null | undefined;
|
|
427
|
+
address1_postalcode?: string | null | undefined;
|
|
428
|
+
adx_timezone?: number | null | undefined;
|
|
429
|
+
birthdate?: string | null | undefined;
|
|
430
|
+
businesscard?: string | null | undefined;
|
|
431
|
+
contactid?: string | undefined;
|
|
432
|
+
createdon?: string | null | undefined;
|
|
433
|
+
customertypecode?: number | null | undefined;
|
|
434
|
+
description?: string | null | undefined;
|
|
435
|
+
donotbulkemail?: boolean | null | undefined;
|
|
436
|
+
donotemail?: boolean | null | undefined;
|
|
437
|
+
donotfax?: boolean | null | undefined;
|
|
438
|
+
donotphone?: boolean | null | undefined;
|
|
439
|
+
donotpostalmail?: boolean | null | undefined;
|
|
440
|
+
donotsendmm?: boolean | null | undefined;
|
|
441
|
+
emailaddress1?: string | null | undefined;
|
|
442
|
+
emailaddress2?: string | null | undefined;
|
|
443
|
+
emailaddress3?: string | null | undefined;
|
|
444
|
+
familystatuscode?: number | null | undefined;
|
|
445
|
+
firstname?: string | null | undefined;
|
|
446
|
+
followemail?: boolean | null | undefined;
|
|
447
|
+
gendercode?: number | null | undefined;
|
|
448
|
+
home2?: string | null | undefined;
|
|
449
|
+
importsequencenumber?: number | null | undefined;
|
|
450
|
+
jobtitle?: string | null | undefined;
|
|
451
|
+
lastname?: string | null | undefined;
|
|
452
|
+
middlename?: string | null | undefined;
|
|
453
|
+
mobilephone?: string | null | undefined;
|
|
454
|
+
modifiedon?: string | null | undefined;
|
|
455
|
+
nickname?: string | null | undefined;
|
|
456
|
+
overriddencreatedon?: string | null | undefined;
|
|
457
|
+
preferredcontactmethodcode?: number | null | undefined;
|
|
458
|
+
spousesname?: string | null | undefined;
|
|
459
|
+
statecode?: number | null | undefined;
|
|
460
|
+
statuscode?: number | null | undefined;
|
|
461
|
+
telephone2?: string | null | undefined;
|
|
462
|
+
telephone3?: string | null | undefined;
|
|
463
|
+
timezoneruleversionnumber?: string | number | null | undefined;
|
|
464
|
+
utcconversiontimezonecode?: string | number | null | undefined;
|
|
465
|
+
versionnumber?: number | null | undefined;
|
|
466
|
+
websiteurl?: string | null | undefined;
|
|
467
|
+
ww_contractorstatus?: number | null | undefined;
|
|
468
|
+
ww_contractorstatusreason?: number | null | undefined;
|
|
469
|
+
ww_emailvalid?: boolean | null | undefined;
|
|
470
|
+
ww_endclient?: string | null | undefined;
|
|
471
|
+
ww_followupscheduled?: string | null | undefined;
|
|
472
|
+
ww_isphonevalid?: boolean | null | undefined;
|
|
473
|
+
ww_nextofkinaddress?: string | null | undefined;
|
|
474
|
+
ww_nextofkincontactnumber?: string | null | undefined;
|
|
475
|
+
ww_nextofkinemail?: string | null | undefined;
|
|
476
|
+
ww_nextofkinfirstname?: string | null | undefined;
|
|
477
|
+
ww_nextofkinlastname?: string | null | undefined;
|
|
478
|
+
ww_nextofkinprefix?: number | null | undefined;
|
|
479
|
+
ww_nextofkinrelationship?: string | null | undefined;
|
|
480
|
+
ww_officephonevalid?: boolean | null | undefined;
|
|
481
|
+
ww_pronouns?: number | null | undefined;
|
|
482
|
+
ww_salutation?: number | null | undefined;
|
|
483
|
+
ww_scats_contractlocationtimezone?: number | null | undefined;
|
|
484
|
+
ww_schedulecall?: string | null | undefined;
|
|
485
|
+
ww_scl_startdate?: string | null | undefined;
|
|
486
|
+
ww_secondaryemailvalid?: boolean | null | undefined;
|
|
487
|
+
ww_totalrevenue?: number | null | undefined;
|
|
488
|
+
ww_totalrevenue_base?: number | null | undefined;
|
|
489
|
+
ww_workemailvalid?: boolean | null | undefined;
|
|
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
|
+
parentcustomerid_account?: any;
|
|
502
|
+
ww_ContractingCompany?: any;
|
|
503
|
+
ww_ReferralBusiness?: any;
|
|
504
|
+
ww_ReferringBusinessContact?: any;
|
|
505
|
+
ww_Nationality?: any;
|
|
506
|
+
ww_scats_CountryofTaxResidence?: any;
|
|
507
|
+
ww_ReferringAgency?: any;
|
|
508
|
+
ww_ReferringAgencyBranch?: any;
|
|
509
|
+
ww_ReferringAgent?: any;
|
|
510
|
+
ww_scats_ContractLocation?: any;
|
|
511
|
+
ww_SolutionPackage?: any;
|
|
512
|
+
ww_contactstatus?: number | null | undefined;
|
|
513
|
+
ww_contacticptype?: number | null | undefined;
|
|
514
|
+
ww_lastcheckin?: string | null | undefined;
|
|
515
|
+
_ww_referralbusinessunit_value?: string | null | undefined;
|
|
516
|
+
_ww_referringbusinessuser_value?: string | null | undefined;
|
|
517
|
+
_ww_subsource1_value?: string | null | undefined;
|
|
518
|
+
_ww_subsourcee2_value?: string | null | undefined;
|
|
519
|
+
ww_facebook?: string | null | undefined;
|
|
520
|
+
ww_twitter?: string | null | undefined;
|
|
521
|
+
_ww_referringcampaign_value?: string | null | undefined;
|
|
522
|
+
}, {
|
|
523
|
+
'@odata.etag'?: string | null | undefined;
|
|
524
|
+
_createdby_value?: string | null | undefined;
|
|
525
|
+
_createdonbehalfby_value?: string | null | undefined;
|
|
526
|
+
_modifiedby_value?: string | null | undefined;
|
|
527
|
+
_modifiedonbehalfby_value?: string | null | undefined;
|
|
528
|
+
_ownerid_value?: string | null | undefined;
|
|
529
|
+
_owningbusinessunit_value?: string | null | undefined;
|
|
530
|
+
_owningteam_value?: string | null | undefined;
|
|
531
|
+
_owninguser_value?: string | null | undefined;
|
|
532
|
+
_parentcustomerid_value?: string | null | undefined;
|
|
533
|
+
_ww_contractingcompany_value?: string | null | undefined;
|
|
534
|
+
_ww_contractorcareconsultant_value?: string | null | undefined;
|
|
535
|
+
_ww_nationality_value?: string | null | undefined;
|
|
536
|
+
_ww_owningsite_value?: string | null | undefined;
|
|
537
|
+
_ww_referralbusiness_value?: string | null | undefined;
|
|
538
|
+
_ww_referringagency_value?: string | null | undefined;
|
|
539
|
+
_ww_referringagencybranch_value?: string | null | undefined;
|
|
540
|
+
_ww_referringagent_value?: string | null | undefined;
|
|
541
|
+
_ww_referringbusinesscontact_value?: string | null | undefined;
|
|
542
|
+
_ww_salesexecutive_value?: string | null | undefined;
|
|
543
|
+
_ww_scats_contractlocation_value?: string | null | undefined;
|
|
544
|
+
_ww_scats_countryoftaxresidence_value?: string | null | undefined;
|
|
545
|
+
_ww_schedulecallowner_value?: string | null | undefined;
|
|
546
|
+
_ww_schedulecallqueue_value?: string | null | undefined;
|
|
547
|
+
_ww_solutionpackage_value?: string | null | undefined;
|
|
548
|
+
address1_city?: string | null | undefined;
|
|
549
|
+
address1_country?: string | null | undefined;
|
|
550
|
+
address1_county?: string | null | undefined;
|
|
551
|
+
address1_line1?: string | null | undefined;
|
|
552
|
+
address1_line2?: string | null | undefined;
|
|
553
|
+
address1_line3?: string | null | undefined;
|
|
554
|
+
address1_name?: string | null | undefined;
|
|
555
|
+
address1_postalcode?: string | null | undefined;
|
|
556
|
+
adx_timezone?: number | null | undefined;
|
|
557
|
+
birthdate?: string | null | undefined;
|
|
558
|
+
businesscard?: string | null | undefined;
|
|
559
|
+
contactid?: string | undefined;
|
|
560
|
+
createdon?: string | null | undefined;
|
|
561
|
+
customertypecode?: number | null | undefined;
|
|
562
|
+
description?: string | null | undefined;
|
|
563
|
+
donotbulkemail?: boolean | null | undefined;
|
|
564
|
+
donotemail?: boolean | null | undefined;
|
|
565
|
+
donotfax?: boolean | null | undefined;
|
|
566
|
+
donotphone?: boolean | null | undefined;
|
|
567
|
+
donotpostalmail?: boolean | null | undefined;
|
|
568
|
+
donotsendmm?: boolean | null | undefined;
|
|
569
|
+
emailaddress1?: string | null | undefined;
|
|
570
|
+
emailaddress2?: string | null | undefined;
|
|
571
|
+
emailaddress3?: string | null | undefined;
|
|
572
|
+
familystatuscode?: number | null | undefined;
|
|
573
|
+
firstname?: string | null | undefined;
|
|
574
|
+
followemail?: boolean | null | undefined;
|
|
575
|
+
gendercode?: number | null | undefined;
|
|
576
|
+
home2?: string | null | undefined;
|
|
577
|
+
importsequencenumber?: number | null | undefined;
|
|
578
|
+
jobtitle?: string | null | undefined;
|
|
579
|
+
lastname?: string | null | undefined;
|
|
580
|
+
middlename?: string | null | undefined;
|
|
581
|
+
mobilephone?: string | null | undefined;
|
|
582
|
+
modifiedon?: string | null | undefined;
|
|
583
|
+
nickname?: string | null | undefined;
|
|
584
|
+
overriddencreatedon?: string | null | undefined;
|
|
585
|
+
preferredcontactmethodcode?: number | null | undefined;
|
|
586
|
+
spousesname?: string | null | undefined;
|
|
587
|
+
statecode?: number | null | undefined;
|
|
588
|
+
statuscode?: number | null | undefined;
|
|
589
|
+
telephone2?: string | null | undefined;
|
|
590
|
+
telephone3?: string | null | undefined;
|
|
591
|
+
timezoneruleversionnumber?: string | number | null | undefined;
|
|
592
|
+
utcconversiontimezonecode?: string | number | null | undefined;
|
|
593
|
+
versionnumber?: number | null | undefined;
|
|
594
|
+
websiteurl?: string | null | undefined;
|
|
595
|
+
ww_contractorstatus?: number | null | undefined;
|
|
596
|
+
ww_contractorstatusreason?: number | null | undefined;
|
|
597
|
+
ww_emailvalid?: boolean | null | undefined;
|
|
598
|
+
ww_endclient?: string | null | undefined;
|
|
599
|
+
ww_followupscheduled?: string | null | undefined;
|
|
600
|
+
ww_isphonevalid?: boolean | null | undefined;
|
|
601
|
+
ww_nextofkinaddress?: string | null | undefined;
|
|
602
|
+
ww_nextofkincontactnumber?: string | null | undefined;
|
|
603
|
+
ww_nextofkinemail?: string | null | undefined;
|
|
604
|
+
ww_nextofkinfirstname?: string | null | undefined;
|
|
605
|
+
ww_nextofkinlastname?: string | null | undefined;
|
|
606
|
+
ww_nextofkinprefix?: number | null | undefined;
|
|
607
|
+
ww_nextofkinrelationship?: string | null | undefined;
|
|
608
|
+
ww_officephonevalid?: boolean | null | undefined;
|
|
609
|
+
ww_pronouns?: number | null | undefined;
|
|
610
|
+
ww_salutation?: number | null | undefined;
|
|
611
|
+
ww_scats_contractlocationtimezone?: number | null | undefined;
|
|
612
|
+
ww_schedulecall?: string | null | undefined;
|
|
613
|
+
ww_scl_startdate?: string | null | undefined;
|
|
614
|
+
ww_secondaryemailvalid?: boolean | null | undefined;
|
|
615
|
+
ww_totalrevenue?: number | null | undefined;
|
|
616
|
+
ww_totalrevenue_base?: number | null | undefined;
|
|
617
|
+
ww_workemailvalid?: boolean | null | undefined;
|
|
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
|
+
parentcustomerid_account?: any;
|
|
630
|
+
ww_ContractingCompany?: any;
|
|
631
|
+
ww_ReferralBusiness?: any;
|
|
632
|
+
ww_ReferringBusinessContact?: any;
|
|
633
|
+
ww_Nationality?: any;
|
|
634
|
+
ww_scats_CountryofTaxResidence?: any;
|
|
635
|
+
ww_ReferringAgency?: any;
|
|
636
|
+
ww_ReferringAgencyBranch?: any;
|
|
637
|
+
ww_ReferringAgent?: any;
|
|
638
|
+
ww_scats_ContractLocation?: any;
|
|
639
|
+
ww_SolutionPackage?: any;
|
|
640
|
+
ww_contactstatus?: number | null | undefined;
|
|
641
|
+
ww_contacticptype?: number | null | undefined;
|
|
642
|
+
ww_lastcheckin?: string | null | undefined;
|
|
643
|
+
_ww_referralbusinessunit_value?: string | null | undefined;
|
|
644
|
+
_ww_referringbusinessuser_value?: string | null | undefined;
|
|
645
|
+
_ww_subsource1_value?: string | null | undefined;
|
|
646
|
+
_ww_subsourcee2_value?: string | null | undefined;
|
|
647
|
+
ww_facebook?: string | null | undefined;
|
|
648
|
+
ww_twitter?: string | null | undefined;
|
|
649
|
+
_ww_referringcampaign_value?: string | null | undefined;
|
|
650
|
+
}>;
|
|
651
|
+
SPayloadD365: import("zod").ZodObject<{
|
|
652
|
+
readonly contactid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
653
|
+
readonly customertypecode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
654
|
+
readonly ww_salutation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
655
|
+
readonly ww_pronouns: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
656
|
+
readonly firstname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
657
|
+
readonly middlename: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
658
|
+
readonly lastname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
659
|
+
readonly ww_contactstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
660
|
+
readonly adx_timezone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
661
|
+
readonly nickname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
662
|
+
readonly ww_contacticptype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
663
|
+
readonly ww_contractorstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
664
|
+
readonly ww_contractorstatusreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
665
|
+
readonly websiteurl: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
666
|
+
readonly jobtitle: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
667
|
+
readonly description: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
668
|
+
readonly ww_schedulecall: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
669
|
+
readonly _ww_schedulecallowner_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
670
|
+
readonly _ww_schedulecallqueue_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
671
|
+
readonly ww_lastcheckin: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
672
|
+
readonly businesscard: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
673
|
+
readonly emailaddress1: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
674
|
+
readonly ww_emailvalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
675
|
+
readonly mobilephone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
676
|
+
readonly ww_isphonevalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
677
|
+
readonly home2: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
678
|
+
readonly ww_officephonevalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
679
|
+
readonly _parentcustomerid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
680
|
+
readonly emailaddress2: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
681
|
+
readonly ww_secondaryemailvalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
682
|
+
readonly telephone3: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
683
|
+
readonly ww_workmobilevalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
684
|
+
readonly emailaddress3: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
685
|
+
readonly ww_workemailvalid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
686
|
+
readonly ww_followupscheduled: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
687
|
+
readonly ww_datelastcontacted: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
688
|
+
readonly address1_name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
689
|
+
readonly address1_line1: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
690
|
+
readonly address1_line2: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
691
|
+
readonly address1_line3: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
692
|
+
readonly address1_city: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
693
|
+
readonly address1_county: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
694
|
+
readonly address1_postalcode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
695
|
+
readonly address1_country: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
696
|
+
readonly _ww_contractingcompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
697
|
+
readonly _ww_salesexecutive_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
698
|
+
readonly _ww_contractorcareconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
699
|
+
readonly _ww_referralbusiness_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
700
|
+
readonly _ww_referringbusinesscontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
701
|
+
readonly _ww_referralbusinessunit_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
702
|
+
readonly _ww_referringbusinessuser_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
703
|
+
readonly birthdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
704
|
+
readonly gendercode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
705
|
+
readonly familystatuscode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
706
|
+
readonly spousesname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
707
|
+
readonly _ww_nationality_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
708
|
+
readonly _ww_scats_countryoftaxresidence_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
709
|
+
readonly ww_zohocrmid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
710
|
+
readonly ww_zohobooksid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
711
|
+
readonly ww_zohocrmsync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
712
|
+
readonly ww_zohobookssync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
713
|
+
readonly ww_zohosyncerror: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
714
|
+
readonly ww_precisionid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
715
|
+
readonly telephone2: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
716
|
+
readonly ww_nextofkinprefix: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
717
|
+
readonly ww_nextofkinfirstname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
718
|
+
readonly ww_nextofkinlastname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
719
|
+
readonly ww_nextofkinrelationship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
720
|
+
readonly ww_nextofkincontactnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
721
|
+
readonly ww_nextofkinemail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
722
|
+
readonly ww_nextofkinaddress: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
723
|
+
readonly donotsendmm: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
724
|
+
readonly _ww_source_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
725
|
+
readonly _ww_subsource1_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
726
|
+
readonly _ww_subsourcee2_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
727
|
+
readonly ww_suppliertype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
728
|
+
readonly preferredcontactmethodcode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
729
|
+
readonly donotemail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
730
|
+
readonly followemail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
731
|
+
readonly donotbulkemail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
732
|
+
readonly donotphone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
733
|
+
readonly donotfax: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
734
|
+
readonly donotpostalmail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
735
|
+
readonly ww_facebook: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
736
|
+
readonly ww_twitter: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
737
|
+
readonly ww_linkedin: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
738
|
+
readonly _ww_referringagency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
739
|
+
readonly _ww_referringagencybranch_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
740
|
+
readonly _ww_referringagent_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
741
|
+
readonly _ww_referringcampaign_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
742
|
+
readonly _ww_scats_contractlocation_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
743
|
+
readonly ww_scats_contractlocationtimezone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
744
|
+
readonly _ww_solutionpackage_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
745
|
+
readonly ww_scl_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
746
|
+
readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
747
|
+
readonly ww_totalrevenue_base: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
748
|
+
readonly ww_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
749
|
+
readonly _ww_owningsite_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
750
|
+
readonly parentcustomerid_account: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
751
|
+
readonly ww_ContractingCompany: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
752
|
+
readonly ww_ReferralBusiness: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
753
|
+
readonly ww_ReferringBusinessContact: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
754
|
+
readonly ww_Nationality: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
755
|
+
readonly ww_scats_CountryofTaxResidence: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
756
|
+
readonly ww_ReferringAgency: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
757
|
+
readonly ww_ReferringAgencyBranch: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
758
|
+
readonly ww_ReferringAgent: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
759
|
+
readonly ww_scats_ContractLocation: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
760
|
+
readonly ww_SolutionPackage: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
761
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
762
|
+
_parentcustomerid_value?: string | null | undefined;
|
|
763
|
+
_ww_contractingcompany_value?: string | null | undefined;
|
|
764
|
+
_ww_contractorcareconsultant_value?: string | null | undefined;
|
|
765
|
+
_ww_nationality_value?: string | null | undefined;
|
|
766
|
+
_ww_owningsite_value?: string | null | undefined;
|
|
767
|
+
_ww_referralbusiness_value?: string | null | undefined;
|
|
768
|
+
_ww_referringagency_value?: string | null | undefined;
|
|
769
|
+
_ww_referringagencybranch_value?: string | null | undefined;
|
|
770
|
+
_ww_referringagent_value?: string | null | undefined;
|
|
771
|
+
_ww_referringbusinesscontact_value?: string | null | undefined;
|
|
772
|
+
_ww_salesexecutive_value?: string | null | undefined;
|
|
773
|
+
_ww_scats_contractlocation_value?: string | null | undefined;
|
|
774
|
+
_ww_scats_countryoftaxresidence_value?: string | null | undefined;
|
|
775
|
+
_ww_schedulecallowner_value?: string | null | undefined;
|
|
776
|
+
_ww_schedulecallqueue_value?: string | null | undefined;
|
|
777
|
+
_ww_solutionpackage_value?: string | null | undefined;
|
|
778
|
+
address1_city?: string | null | undefined;
|
|
779
|
+
address1_country?: string | null | undefined;
|
|
780
|
+
address1_county?: string | null | undefined;
|
|
781
|
+
address1_line1?: string | null | undefined;
|
|
782
|
+
address1_line2?: string | null | undefined;
|
|
783
|
+
address1_line3?: string | null | undefined;
|
|
784
|
+
address1_name?: string | null | undefined;
|
|
785
|
+
address1_postalcode?: string | null | undefined;
|
|
786
|
+
adx_timezone?: number | null | undefined;
|
|
787
|
+
birthdate?: string | null | undefined;
|
|
788
|
+
businesscard?: string | null | undefined;
|
|
789
|
+
contactid?: string | undefined;
|
|
790
|
+
customertypecode?: number | null | undefined;
|
|
791
|
+
description?: string | null | undefined;
|
|
792
|
+
donotbulkemail?: boolean | null | undefined;
|
|
793
|
+
donotemail?: boolean | null | undefined;
|
|
794
|
+
donotfax?: boolean | null | undefined;
|
|
795
|
+
donotphone?: boolean | null | undefined;
|
|
796
|
+
donotpostalmail?: boolean | null | undefined;
|
|
797
|
+
donotsendmm?: boolean | null | undefined;
|
|
798
|
+
emailaddress1?: string | null | undefined;
|
|
799
|
+
emailaddress2?: string | null | undefined;
|
|
800
|
+
emailaddress3?: string | null | undefined;
|
|
801
|
+
familystatuscode?: number | null | undefined;
|
|
802
|
+
firstname?: string | null | undefined;
|
|
803
|
+
followemail?: boolean | null | undefined;
|
|
804
|
+
gendercode?: number | null | undefined;
|
|
805
|
+
home2?: string | null | undefined;
|
|
806
|
+
jobtitle?: string | null | undefined;
|
|
807
|
+
lastname?: string | null | undefined;
|
|
808
|
+
middlename?: string | null | undefined;
|
|
809
|
+
mobilephone?: string | null | undefined;
|
|
810
|
+
nickname?: string | null | undefined;
|
|
811
|
+
preferredcontactmethodcode?: number | null | undefined;
|
|
812
|
+
spousesname?: string | null | undefined;
|
|
813
|
+
telephone2?: string | null | undefined;
|
|
814
|
+
telephone3?: string | null | undefined;
|
|
815
|
+
websiteurl?: string | null | undefined;
|
|
816
|
+
ww_contractorstatus?: number | null | undefined;
|
|
817
|
+
ww_contractorstatusreason?: number | null | undefined;
|
|
818
|
+
ww_emailvalid?: boolean | null | undefined;
|
|
819
|
+
ww_endclient?: string | null | undefined;
|
|
820
|
+
ww_followupscheduled?: string | null | undefined;
|
|
821
|
+
ww_isphonevalid?: boolean | null | undefined;
|
|
822
|
+
ww_nextofkinaddress?: string | null | undefined;
|
|
823
|
+
ww_nextofkincontactnumber?: string | null | undefined;
|
|
824
|
+
ww_nextofkinemail?: string | null | undefined;
|
|
825
|
+
ww_nextofkinfirstname?: string | null | undefined;
|
|
826
|
+
ww_nextofkinlastname?: string | null | undefined;
|
|
827
|
+
ww_nextofkinprefix?: number | null | undefined;
|
|
828
|
+
ww_nextofkinrelationship?: string | null | undefined;
|
|
829
|
+
ww_officephonevalid?: boolean | null | undefined;
|
|
830
|
+
ww_pronouns?: number | null | undefined;
|
|
831
|
+
ww_salutation?: number | null | undefined;
|
|
832
|
+
ww_scats_contractlocationtimezone?: number | null | undefined;
|
|
833
|
+
ww_schedulecall?: string | null | undefined;
|
|
834
|
+
ww_scl_startdate?: string | null | undefined;
|
|
835
|
+
ww_secondaryemailvalid?: boolean | null | undefined;
|
|
836
|
+
ww_totalrevenue?: number | null | undefined;
|
|
837
|
+
ww_totalrevenue_base?: number | null | undefined;
|
|
838
|
+
ww_workemailvalid?: boolean | null | undefined;
|
|
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
|
+
parentcustomerid_account?: any;
|
|
851
|
+
ww_ContractingCompany?: any;
|
|
852
|
+
ww_ReferralBusiness?: any;
|
|
853
|
+
ww_ReferringBusinessContact?: any;
|
|
854
|
+
ww_Nationality?: any;
|
|
855
|
+
ww_scats_CountryofTaxResidence?: any;
|
|
856
|
+
ww_ReferringAgency?: any;
|
|
857
|
+
ww_ReferringAgencyBranch?: any;
|
|
858
|
+
ww_ReferringAgent?: any;
|
|
859
|
+
ww_scats_ContractLocation?: any;
|
|
860
|
+
ww_SolutionPackage?: any;
|
|
861
|
+
ww_contactstatus?: number | null | undefined;
|
|
862
|
+
ww_contacticptype?: number | null | undefined;
|
|
863
|
+
ww_lastcheckin?: string | null | undefined;
|
|
864
|
+
_ww_referralbusinessunit_value?: string | null | undefined;
|
|
865
|
+
_ww_referringbusinessuser_value?: string | null | undefined;
|
|
866
|
+
_ww_subsource1_value?: string | null | undefined;
|
|
867
|
+
_ww_subsourcee2_value?: string | null | undefined;
|
|
868
|
+
ww_facebook?: string | null | undefined;
|
|
869
|
+
ww_twitter?: string | null | undefined;
|
|
870
|
+
_ww_referringcampaign_value?: string | null | undefined;
|
|
871
|
+
}, {
|
|
872
|
+
_parentcustomerid_value?: string | null | undefined;
|
|
873
|
+
_ww_contractingcompany_value?: string | null | undefined;
|
|
874
|
+
_ww_contractorcareconsultant_value?: string | null | undefined;
|
|
875
|
+
_ww_nationality_value?: string | null | undefined;
|
|
876
|
+
_ww_owningsite_value?: string | null | undefined;
|
|
877
|
+
_ww_referralbusiness_value?: string | null | undefined;
|
|
878
|
+
_ww_referringagency_value?: string | null | undefined;
|
|
879
|
+
_ww_referringagencybranch_value?: string | null | undefined;
|
|
880
|
+
_ww_referringagent_value?: string | null | undefined;
|
|
881
|
+
_ww_referringbusinesscontact_value?: string | null | undefined;
|
|
882
|
+
_ww_salesexecutive_value?: string | null | undefined;
|
|
883
|
+
_ww_scats_contractlocation_value?: string | null | undefined;
|
|
884
|
+
_ww_scats_countryoftaxresidence_value?: string | null | undefined;
|
|
885
|
+
_ww_schedulecallowner_value?: string | null | undefined;
|
|
886
|
+
_ww_schedulecallqueue_value?: string | null | undefined;
|
|
887
|
+
_ww_solutionpackage_value?: string | null | undefined;
|
|
888
|
+
address1_city?: string | null | undefined;
|
|
889
|
+
address1_country?: string | null | undefined;
|
|
890
|
+
address1_county?: string | null | undefined;
|
|
891
|
+
address1_line1?: string | null | undefined;
|
|
892
|
+
address1_line2?: string | null | undefined;
|
|
893
|
+
address1_line3?: string | null | undefined;
|
|
894
|
+
address1_name?: string | null | undefined;
|
|
895
|
+
address1_postalcode?: string | null | undefined;
|
|
896
|
+
adx_timezone?: number | null | undefined;
|
|
897
|
+
birthdate?: string | null | undefined;
|
|
898
|
+
businesscard?: string | null | undefined;
|
|
899
|
+
contactid?: string | undefined;
|
|
900
|
+
customertypecode?: number | null | undefined;
|
|
901
|
+
description?: string | null | undefined;
|
|
902
|
+
donotbulkemail?: boolean | null | undefined;
|
|
903
|
+
donotemail?: boolean | null | undefined;
|
|
904
|
+
donotfax?: boolean | null | undefined;
|
|
905
|
+
donotphone?: boolean | null | undefined;
|
|
906
|
+
donotpostalmail?: boolean | null | undefined;
|
|
907
|
+
donotsendmm?: boolean | null | undefined;
|
|
908
|
+
emailaddress1?: string | null | undefined;
|
|
909
|
+
emailaddress2?: string | null | undefined;
|
|
910
|
+
emailaddress3?: string | null | undefined;
|
|
911
|
+
familystatuscode?: number | null | undefined;
|
|
912
|
+
firstname?: string | null | undefined;
|
|
913
|
+
followemail?: boolean | null | undefined;
|
|
914
|
+
gendercode?: number | null | undefined;
|
|
915
|
+
home2?: string | null | undefined;
|
|
916
|
+
jobtitle?: string | null | undefined;
|
|
917
|
+
lastname?: string | null | undefined;
|
|
918
|
+
middlename?: string | null | undefined;
|
|
919
|
+
mobilephone?: string | null | undefined;
|
|
920
|
+
nickname?: string | null | undefined;
|
|
921
|
+
preferredcontactmethodcode?: number | null | undefined;
|
|
922
|
+
spousesname?: string | null | undefined;
|
|
923
|
+
telephone2?: string | null | undefined;
|
|
924
|
+
telephone3?: string | null | undefined;
|
|
925
|
+
websiteurl?: string | null | undefined;
|
|
926
|
+
ww_contractorstatus?: number | null | undefined;
|
|
927
|
+
ww_contractorstatusreason?: number | null | undefined;
|
|
928
|
+
ww_emailvalid?: boolean | null | undefined;
|
|
929
|
+
ww_endclient?: string | null | undefined;
|
|
930
|
+
ww_followupscheduled?: string | null | undefined;
|
|
931
|
+
ww_isphonevalid?: boolean | null | undefined;
|
|
932
|
+
ww_nextofkinaddress?: string | null | undefined;
|
|
933
|
+
ww_nextofkincontactnumber?: string | null | undefined;
|
|
934
|
+
ww_nextofkinemail?: string | null | undefined;
|
|
935
|
+
ww_nextofkinfirstname?: string | null | undefined;
|
|
936
|
+
ww_nextofkinlastname?: string | null | undefined;
|
|
937
|
+
ww_nextofkinprefix?: number | null | undefined;
|
|
938
|
+
ww_nextofkinrelationship?: string | null | undefined;
|
|
939
|
+
ww_officephonevalid?: boolean | null | undefined;
|
|
940
|
+
ww_pronouns?: number | null | undefined;
|
|
941
|
+
ww_salutation?: number | null | undefined;
|
|
942
|
+
ww_scats_contractlocationtimezone?: number | null | undefined;
|
|
943
|
+
ww_schedulecall?: string | null | undefined;
|
|
944
|
+
ww_scl_startdate?: string | null | undefined;
|
|
945
|
+
ww_secondaryemailvalid?: boolean | null | undefined;
|
|
946
|
+
ww_totalrevenue?: number | null | undefined;
|
|
947
|
+
ww_totalrevenue_base?: number | null | undefined;
|
|
948
|
+
ww_workemailvalid?: boolean | null | undefined;
|
|
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
|
+
parentcustomerid_account?: any;
|
|
961
|
+
ww_ContractingCompany?: any;
|
|
962
|
+
ww_ReferralBusiness?: any;
|
|
963
|
+
ww_ReferringBusinessContact?: any;
|
|
964
|
+
ww_Nationality?: any;
|
|
965
|
+
ww_scats_CountryofTaxResidence?: any;
|
|
966
|
+
ww_ReferringAgency?: any;
|
|
967
|
+
ww_ReferringAgencyBranch?: any;
|
|
968
|
+
ww_ReferringAgent?: any;
|
|
969
|
+
ww_scats_ContractLocation?: any;
|
|
970
|
+
ww_SolutionPackage?: any;
|
|
971
|
+
ww_contactstatus?: number | null | undefined;
|
|
972
|
+
ww_contacticptype?: number | null | undefined;
|
|
973
|
+
ww_lastcheckin?: string | null | undefined;
|
|
974
|
+
_ww_referralbusinessunit_value?: string | null | undefined;
|
|
975
|
+
_ww_referringbusinessuser_value?: string | null | undefined;
|
|
976
|
+
_ww_subsource1_value?: string | null | undefined;
|
|
977
|
+
_ww_subsourcee2_value?: string | null | undefined;
|
|
978
|
+
ww_facebook?: string | null | undefined;
|
|
979
|
+
ww_twitter?: string | null | undefined;
|
|
980
|
+
_ww_referringcampaign_value?: string | null | undefined;
|
|
981
|
+
}>;
|
|
982
|
+
SResponseAPI: import("zod").ZodObject<{
|
|
983
|
+
readonly ownerIdValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
984
|
+
readonly owningBusinessUnitValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
985
|
+
readonly owningTeamValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
986
|
+
readonly owningUserValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
987
|
+
readonly etag: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
|
|
988
|
+
readonly versionNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
989
|
+
readonly createdByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
990
|
+
readonly createdOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
991
|
+
readonly createdOnBehalfByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
992
|
+
readonly modifiedByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
993
|
+
readonly modifiedOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
994
|
+
readonly modifiedOnBehalfByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
995
|
+
readonly stateCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
996
|
+
readonly statusCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
997
|
+
readonly importSequenceNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
998
|
+
readonly overriddenCreatedOn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
999
|
+
readonly timezoneRuleVersionNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
1000
|
+
readonly utcConversionTimezoneCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
1001
|
+
readonly contactId: import("zod").ZodString;
|
|
1002
|
+
readonly relationshipType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1003
|
+
readonly salutation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1004
|
+
readonly proNouns: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1005
|
+
readonly firstName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1006
|
+
readonly middleName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1007
|
+
readonly lastName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1008
|
+
readonly contactStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1009
|
+
readonly timeZone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1010
|
+
readonly nickname: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1011
|
+
readonly contactIcpType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1012
|
+
readonly contractorStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1013
|
+
readonly contractorStatusReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1014
|
+
readonly website: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1015
|
+
readonly jobTitle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1016
|
+
readonly description: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1017
|
+
readonly scheduleACall: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1018
|
+
readonly scheduleCallOwnerValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1019
|
+
readonly scheduleCallQueueValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1020
|
+
readonly lastCheckIn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1021
|
+
readonly businessCard: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1022
|
+
readonly primaryEmail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1023
|
+
readonly emailValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1024
|
+
readonly mobilePhone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1025
|
+
readonly phoneValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1026
|
+
readonly phone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1027
|
+
readonly officePhoneValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1028
|
+
readonly parentAccountValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1029
|
+
readonly secondaryEMail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1030
|
+
readonly secondaryEmailValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1031
|
+
readonly workMobile: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1032
|
+
readonly workMobileValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1033
|
+
readonly workEmail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1034
|
+
readonly workEmailValid: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1035
|
+
readonly followUpScheduled: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1036
|
+
readonly dateLastContacted: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1037
|
+
readonly addressLookup: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1038
|
+
readonly street1: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1039
|
+
readonly street2: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1040
|
+
readonly street3: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1041
|
+
readonly city: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1042
|
+
readonly county: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1043
|
+
readonly postcode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1044
|
+
readonly country: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1045
|
+
readonly contractingCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1046
|
+
readonly salesExecutiveValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1047
|
+
readonly contractorCareConsultantValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1048
|
+
readonly referralBusinessValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1049
|
+
readonly referringBusinessContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1050
|
+
readonly referralBusinessUnitValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1051
|
+
readonly referringBusinessUserValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1052
|
+
readonly dateOfBirth: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1053
|
+
readonly gender: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1054
|
+
readonly maritalStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1055
|
+
readonly spousePartnerName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1056
|
+
readonly nationalityValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1057
|
+
readonly countryOfTaxResidenceValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1058
|
+
readonly zohoCrmId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1059
|
+
readonly zohoBooksId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1060
|
+
readonly zohoCrmSync: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1061
|
+
readonly zohoBooksSync: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1062
|
+
readonly zohoSyncError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1063
|
+
readonly precisionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1064
|
+
readonly homePhone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1065
|
+
readonly nokPrefix: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1066
|
+
readonly nokFirstName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1067
|
+
readonly nokLastName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1068
|
+
readonly nokRelationshipToYou: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1069
|
+
readonly contactNumber: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1070
|
+
readonly nokEmail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1071
|
+
readonly address: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1072
|
+
readonly marketingMaterials: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1073
|
+
readonly sourceValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1074
|
+
readonly subSource1Value: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1075
|
+
readonly subSource2Value: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1076
|
+
readonly supplierType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1077
|
+
readonly contactMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1078
|
+
readonly email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1079
|
+
readonly followEmail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1080
|
+
readonly bulkEmail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1081
|
+
readonly doNotPhone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1082
|
+
readonly fax: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1083
|
+
readonly mail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1084
|
+
readonly facebook: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1085
|
+
readonly twitter: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1086
|
+
readonly linkedin: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1087
|
+
readonly referringAgencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1088
|
+
readonly referringAgencyBranchValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1089
|
+
readonly agencyContactReferringAgentValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1090
|
+
readonly referringCampaignValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1091
|
+
readonly workCountryValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1092
|
+
readonly contractLocationTimezone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1093
|
+
readonly solutionPackageValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1094
|
+
readonly assignmentStartDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1095
|
+
readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1096
|
+
readonly totalRevenueGbp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1097
|
+
readonly endClient: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1098
|
+
readonly owningSiteValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1099
|
+
readonly parentCustomerIdAccount: import("zod").ZodTypeAny;
|
|
1100
|
+
readonly contractingCompany: import("zod").ZodTypeAny;
|
|
1101
|
+
readonly referralBusiness: import("zod").ZodTypeAny;
|
|
1102
|
+
readonly referringBusinessContact: import("zod").ZodTypeAny;
|
|
1103
|
+
readonly nationality: import("zod").ZodTypeAny;
|
|
1104
|
+
readonly scatsCountryOfTaxResidence: import("zod").ZodTypeAny;
|
|
1105
|
+
readonly referringAgency: import("zod").ZodTypeAny;
|
|
1106
|
+
readonly referringAgencyBranch: import("zod").ZodTypeAny;
|
|
1107
|
+
readonly referringAgent: import("zod").ZodTypeAny;
|
|
1108
|
+
readonly scatsContractLocation: import("zod").ZodTypeAny;
|
|
1109
|
+
readonly solutionPackage: import("zod").ZodTypeAny;
|
|
1110
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
1111
|
+
contactId: string;
|
|
1112
|
+
description?: string | null | undefined;
|
|
1113
|
+
fax?: boolean | null | undefined;
|
|
1114
|
+
nickname?: string | null | undefined;
|
|
1115
|
+
salutation?: number | null | undefined;
|
|
1116
|
+
country?: string | null | undefined;
|
|
1117
|
+
nationality?: any;
|
|
1118
|
+
relationshipType?: number | null | undefined;
|
|
1119
|
+
sourceValue?: string | null | undefined;
|
|
1120
|
+
supplierType?: number | null | undefined;
|
|
1121
|
+
subSource1Value?: string | null | undefined;
|
|
1122
|
+
subSource2Value?: string | null | undefined;
|
|
1123
|
+
parentAccountValue?: string | null | undefined;
|
|
1124
|
+
website?: string | null | undefined;
|
|
1125
|
+
linkedin?: string | null | undefined;
|
|
1126
|
+
addressLookup?: string | null | undefined;
|
|
1127
|
+
street1?: string | null | undefined;
|
|
1128
|
+
street2?: string | null | undefined;
|
|
1129
|
+
street3?: string | null | undefined;
|
|
1130
|
+
city?: string | null | undefined;
|
|
1131
|
+
scheduleACall?: string | null | undefined;
|
|
1132
|
+
scheduleCallOwnerValue?: string | null | undefined;
|
|
1133
|
+
scheduleCallQueueValue?: string | null | undefined;
|
|
1134
|
+
dateLastContacted?: string | null | undefined;
|
|
1135
|
+
zohoBooksSync?: string | null | undefined;
|
|
1136
|
+
zohoCrmId?: string | null | undefined;
|
|
1137
|
+
zohoBooksId?: string | null | undefined;
|
|
1138
|
+
zohoCrmSync?: string | null | undefined;
|
|
1139
|
+
zohoSyncError?: string | null | undefined;
|
|
1140
|
+
precisionId?: string | null | undefined;
|
|
1141
|
+
contactMethod?: number | null | undefined;
|
|
1142
|
+
email?: boolean | null | undefined;
|
|
1143
|
+
followEmail?: boolean | null | undefined;
|
|
1144
|
+
bulkEmail?: boolean | null | undefined;
|
|
1145
|
+
phone?: string | null | undefined;
|
|
1146
|
+
mail?: boolean | null | undefined;
|
|
1147
|
+
contractorCareConsultantValue?: string | null | undefined;
|
|
1148
|
+
owningSiteValue?: string | null | undefined;
|
|
1149
|
+
etag?: string | null | undefined;
|
|
1150
|
+
versionNumber?: number | null | undefined;
|
|
1151
|
+
createdByValue?: string | null | undefined;
|
|
1152
|
+
createdOn?: string | null | undefined;
|
|
1153
|
+
createdOnBehalfByValue?: string | null | undefined;
|
|
1154
|
+
modifiedByValue?: string | null | undefined;
|
|
1155
|
+
modifiedOn?: string | null | undefined;
|
|
1156
|
+
modifiedOnBehalfByValue?: string | null | undefined;
|
|
1157
|
+
stateCode?: number | null | undefined;
|
|
1158
|
+
statusCode?: number | null | undefined;
|
|
1159
|
+
importSequenceNumber?: number | null | undefined;
|
|
1160
|
+
overriddenCreatedOn?: string | null | undefined;
|
|
1161
|
+
timezoneRuleVersionNumber?: string | number | null | undefined;
|
|
1162
|
+
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
1163
|
+
ownerIdValue?: string | null | undefined;
|
|
1164
|
+
owningBusinessUnitValue?: string | null | undefined;
|
|
1165
|
+
owningTeamValue?: string | null | undefined;
|
|
1166
|
+
owningUserValue?: string | null | undefined;
|
|
1167
|
+
workCountryValue?: string | null | undefined;
|
|
1168
|
+
endClient?: string | null | undefined;
|
|
1169
|
+
totalRevenue?: number | null | undefined;
|
|
1170
|
+
proNouns?: number | null | undefined;
|
|
1171
|
+
firstName?: string | null | undefined;
|
|
1172
|
+
middleName?: string | null | undefined;
|
|
1173
|
+
lastName?: string | null | undefined;
|
|
1174
|
+
contactStatus?: number | null | undefined;
|
|
1175
|
+
timeZone?: number | null | undefined;
|
|
1176
|
+
contactIcpType?: number | null | undefined;
|
|
1177
|
+
contractorStatus?: number | null | undefined;
|
|
1178
|
+
contractorStatusReason?: number | null | undefined;
|
|
1179
|
+
jobTitle?: string | null | undefined;
|
|
1180
|
+
lastCheckIn?: string | null | undefined;
|
|
1181
|
+
businessCard?: string | null | undefined;
|
|
1182
|
+
primaryEmail?: string | null | undefined;
|
|
1183
|
+
emailValid?: boolean | null | undefined;
|
|
1184
|
+
mobilePhone?: string | null | undefined;
|
|
1185
|
+
phoneValid?: boolean | null | undefined;
|
|
1186
|
+
officePhoneValid?: boolean | null | undefined;
|
|
1187
|
+
secondaryEMail?: string | null | undefined;
|
|
1188
|
+
secondaryEmailValid?: boolean | null | undefined;
|
|
1189
|
+
workMobile?: string | null | undefined;
|
|
1190
|
+
workMobileValid?: boolean | null | undefined;
|
|
1191
|
+
workEmail?: string | null | undefined;
|
|
1192
|
+
workEmailValid?: boolean | null | undefined;
|
|
1193
|
+
followUpScheduled?: string | null | undefined;
|
|
1194
|
+
county?: string | null | undefined;
|
|
1195
|
+
postcode?: string | null | undefined;
|
|
1196
|
+
contractingCompanyValue?: string | null | undefined;
|
|
1197
|
+
salesExecutiveValue?: string | null | undefined;
|
|
1198
|
+
referralBusinessValue?: string | null | undefined;
|
|
1199
|
+
referringBusinessContactValue?: string | null | undefined;
|
|
1200
|
+
referralBusinessUnitValue?: string | null | undefined;
|
|
1201
|
+
referringBusinessUserValue?: string | null | undefined;
|
|
1202
|
+
dateOfBirth?: string | null | undefined;
|
|
1203
|
+
gender?: number | null | undefined;
|
|
1204
|
+
maritalStatus?: number | null | undefined;
|
|
1205
|
+
spousePartnerName?: string | null | undefined;
|
|
1206
|
+
nationalityValue?: string | null | undefined;
|
|
1207
|
+
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1208
|
+
homePhone?: string | null | undefined;
|
|
1209
|
+
nokPrefix?: number | null | undefined;
|
|
1210
|
+
nokFirstName?: string | null | undefined;
|
|
1211
|
+
nokLastName?: string | null | undefined;
|
|
1212
|
+
nokRelationshipToYou?: string | null | undefined;
|
|
1213
|
+
contactNumber?: string | null | undefined;
|
|
1214
|
+
nokEmail?: string | null | undefined;
|
|
1215
|
+
address?: string | null | undefined;
|
|
1216
|
+
marketingMaterials?: boolean | null | undefined;
|
|
1217
|
+
doNotPhone?: boolean | null | undefined;
|
|
1218
|
+
facebook?: string | null | undefined;
|
|
1219
|
+
twitter?: string | null | undefined;
|
|
1220
|
+
referringAgencyValue?: string | null | undefined;
|
|
1221
|
+
referringAgencyBranchValue?: string | null | undefined;
|
|
1222
|
+
agencyContactReferringAgentValue?: string | null | undefined;
|
|
1223
|
+
referringCampaignValue?: string | null | undefined;
|
|
1224
|
+
contractLocationTimezone?: number | null | undefined;
|
|
1225
|
+
solutionPackageValue?: string | null | undefined;
|
|
1226
|
+
assignmentStartDate?: string | null | undefined;
|
|
1227
|
+
totalRevenueGbp?: number | null | undefined;
|
|
1228
|
+
parentCustomerIdAccount?: any;
|
|
1229
|
+
contractingCompany?: any;
|
|
1230
|
+
referralBusiness?: any;
|
|
1231
|
+
referringBusinessContact?: any;
|
|
1232
|
+
scatsCountryOfTaxResidence?: any;
|
|
1233
|
+
referringAgency?: any;
|
|
1234
|
+
referringAgencyBranch?: any;
|
|
1235
|
+
referringAgent?: any;
|
|
1236
|
+
scatsContractLocation?: any;
|
|
1237
|
+
solutionPackage?: any;
|
|
1238
|
+
}, {
|
|
1239
|
+
contactId: string;
|
|
1240
|
+
description?: string | null | undefined;
|
|
1241
|
+
fax?: boolean | null | undefined;
|
|
1242
|
+
nickname?: string | null | undefined;
|
|
1243
|
+
salutation?: number | null | undefined;
|
|
1244
|
+
country?: string | null | undefined;
|
|
1245
|
+
nationality?: any;
|
|
1246
|
+
relationshipType?: number | null | undefined;
|
|
1247
|
+
sourceValue?: string | null | undefined;
|
|
1248
|
+
supplierType?: number | null | undefined;
|
|
1249
|
+
subSource1Value?: string | null | undefined;
|
|
1250
|
+
subSource2Value?: string | null | undefined;
|
|
1251
|
+
parentAccountValue?: string | null | undefined;
|
|
1252
|
+
website?: string | null | undefined;
|
|
1253
|
+
linkedin?: string | null | undefined;
|
|
1254
|
+
addressLookup?: string | null | undefined;
|
|
1255
|
+
street1?: string | null | undefined;
|
|
1256
|
+
street2?: string | null | undefined;
|
|
1257
|
+
street3?: string | null | undefined;
|
|
1258
|
+
city?: string | null | undefined;
|
|
1259
|
+
scheduleACall?: string | null | undefined;
|
|
1260
|
+
scheduleCallOwnerValue?: string | null | undefined;
|
|
1261
|
+
scheduleCallQueueValue?: string | null | undefined;
|
|
1262
|
+
dateLastContacted?: string | null | undefined;
|
|
1263
|
+
zohoBooksSync?: string | null | undefined;
|
|
1264
|
+
zohoCrmId?: string | null | undefined;
|
|
1265
|
+
zohoBooksId?: string | null | undefined;
|
|
1266
|
+
zohoCrmSync?: string | null | undefined;
|
|
1267
|
+
zohoSyncError?: string | null | undefined;
|
|
1268
|
+
precisionId?: string | null | undefined;
|
|
1269
|
+
contactMethod?: number | null | undefined;
|
|
1270
|
+
email?: boolean | null | undefined;
|
|
1271
|
+
followEmail?: boolean | null | undefined;
|
|
1272
|
+
bulkEmail?: boolean | null | undefined;
|
|
1273
|
+
phone?: string | null | undefined;
|
|
1274
|
+
mail?: boolean | null | undefined;
|
|
1275
|
+
contractorCareConsultantValue?: string | null | undefined;
|
|
1276
|
+
owningSiteValue?: string | null | undefined;
|
|
1277
|
+
etag?: string | null | undefined;
|
|
1278
|
+
versionNumber?: number | null | undefined;
|
|
1279
|
+
createdByValue?: string | null | undefined;
|
|
1280
|
+
createdOn?: string | null | undefined;
|
|
1281
|
+
createdOnBehalfByValue?: string | null | undefined;
|
|
1282
|
+
modifiedByValue?: string | null | undefined;
|
|
1283
|
+
modifiedOn?: string | null | undefined;
|
|
1284
|
+
modifiedOnBehalfByValue?: string | null | undefined;
|
|
1285
|
+
stateCode?: number | null | undefined;
|
|
1286
|
+
statusCode?: number | null | undefined;
|
|
1287
|
+
importSequenceNumber?: number | null | undefined;
|
|
1288
|
+
overriddenCreatedOn?: string | null | undefined;
|
|
1289
|
+
timezoneRuleVersionNumber?: string | number | null | undefined;
|
|
1290
|
+
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
1291
|
+
ownerIdValue?: string | null | undefined;
|
|
1292
|
+
owningBusinessUnitValue?: string | null | undefined;
|
|
1293
|
+
owningTeamValue?: string | null | undefined;
|
|
1294
|
+
owningUserValue?: string | null | undefined;
|
|
1295
|
+
workCountryValue?: string | null | undefined;
|
|
1296
|
+
endClient?: string | null | undefined;
|
|
1297
|
+
totalRevenue?: number | null | undefined;
|
|
1298
|
+
proNouns?: number | null | undefined;
|
|
1299
|
+
firstName?: string | null | undefined;
|
|
1300
|
+
middleName?: string | null | undefined;
|
|
1301
|
+
lastName?: string | null | undefined;
|
|
1302
|
+
contactStatus?: number | null | undefined;
|
|
1303
|
+
timeZone?: number | null | undefined;
|
|
1304
|
+
contactIcpType?: number | null | undefined;
|
|
1305
|
+
contractorStatus?: number | null | undefined;
|
|
1306
|
+
contractorStatusReason?: number | null | undefined;
|
|
1307
|
+
jobTitle?: string | null | undefined;
|
|
1308
|
+
lastCheckIn?: string | null | undefined;
|
|
1309
|
+
businessCard?: string | null | undefined;
|
|
1310
|
+
primaryEmail?: string | null | undefined;
|
|
1311
|
+
emailValid?: boolean | null | undefined;
|
|
1312
|
+
mobilePhone?: string | null | undefined;
|
|
1313
|
+
phoneValid?: boolean | null | undefined;
|
|
1314
|
+
officePhoneValid?: boolean | null | undefined;
|
|
1315
|
+
secondaryEMail?: string | null | undefined;
|
|
1316
|
+
secondaryEmailValid?: boolean | null | undefined;
|
|
1317
|
+
workMobile?: string | null | undefined;
|
|
1318
|
+
workMobileValid?: boolean | null | undefined;
|
|
1319
|
+
workEmail?: string | null | undefined;
|
|
1320
|
+
workEmailValid?: boolean | null | undefined;
|
|
1321
|
+
followUpScheduled?: string | null | undefined;
|
|
1322
|
+
county?: string | null | undefined;
|
|
1323
|
+
postcode?: string | null | undefined;
|
|
1324
|
+
contractingCompanyValue?: string | null | undefined;
|
|
1325
|
+
salesExecutiveValue?: string | null | undefined;
|
|
1326
|
+
referralBusinessValue?: string | null | undefined;
|
|
1327
|
+
referringBusinessContactValue?: string | null | undefined;
|
|
1328
|
+
referralBusinessUnitValue?: string | null | undefined;
|
|
1329
|
+
referringBusinessUserValue?: string | null | undefined;
|
|
1330
|
+
dateOfBirth?: string | null | undefined;
|
|
1331
|
+
gender?: number | null | undefined;
|
|
1332
|
+
maritalStatus?: number | null | undefined;
|
|
1333
|
+
spousePartnerName?: string | null | undefined;
|
|
1334
|
+
nationalityValue?: string | null | undefined;
|
|
1335
|
+
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1336
|
+
homePhone?: string | null | undefined;
|
|
1337
|
+
nokPrefix?: number | null | undefined;
|
|
1338
|
+
nokFirstName?: string | null | undefined;
|
|
1339
|
+
nokLastName?: string | null | undefined;
|
|
1340
|
+
nokRelationshipToYou?: string | null | undefined;
|
|
1341
|
+
contactNumber?: string | null | undefined;
|
|
1342
|
+
nokEmail?: string | null | undefined;
|
|
1343
|
+
address?: string | null | undefined;
|
|
1344
|
+
marketingMaterials?: boolean | null | undefined;
|
|
1345
|
+
doNotPhone?: boolean | null | undefined;
|
|
1346
|
+
facebook?: string | null | undefined;
|
|
1347
|
+
twitter?: string | null | undefined;
|
|
1348
|
+
referringAgencyValue?: string | null | undefined;
|
|
1349
|
+
referringAgencyBranchValue?: string | null | undefined;
|
|
1350
|
+
agencyContactReferringAgentValue?: string | null | undefined;
|
|
1351
|
+
referringCampaignValue?: string | null | undefined;
|
|
1352
|
+
contractLocationTimezone?: number | null | undefined;
|
|
1353
|
+
solutionPackageValue?: string | null | undefined;
|
|
1354
|
+
assignmentStartDate?: string | null | undefined;
|
|
1355
|
+
totalRevenueGbp?: number | null | undefined;
|
|
1356
|
+
parentCustomerIdAccount?: any;
|
|
1357
|
+
contractingCompany?: any;
|
|
1358
|
+
referralBusiness?: any;
|
|
1359
|
+
referringBusinessContact?: any;
|
|
1360
|
+
scatsCountryOfTaxResidence?: any;
|
|
1361
|
+
referringAgency?: any;
|
|
1362
|
+
referringAgencyBranch?: any;
|
|
1363
|
+
referringAgent?: any;
|
|
1364
|
+
scatsContractLocation?: any;
|
|
1365
|
+
solutionPackage?: any;
|
|
1366
|
+
}>;
|
|
1367
|
+
SPayloadAPI: import("zod").ZodObject<{
|
|
1368
|
+
readonly contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1369
|
+
readonly relationshipType: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1370
|
+
readonly salutation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1371
|
+
readonly proNouns: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1372
|
+
readonly firstName: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1373
|
+
readonly middleName: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1374
|
+
readonly lastName: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1375
|
+
readonly contactStatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1376
|
+
readonly timeZone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1377
|
+
readonly nickname: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1378
|
+
readonly contactIcpType: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1379
|
+
readonly contractorStatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1380
|
+
readonly contractorStatusReason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1381
|
+
readonly website: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1382
|
+
readonly jobTitle: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1383
|
+
readonly description: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1384
|
+
readonly scheduleACall: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1385
|
+
readonly scheduleCallOwnerValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1386
|
+
readonly scheduleCallQueueValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1387
|
+
readonly lastCheckIn: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1388
|
+
readonly businessCard: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1389
|
+
readonly primaryEmail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1390
|
+
readonly emailValid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1391
|
+
readonly mobilePhone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1392
|
+
readonly phoneValid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1393
|
+
readonly phone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1394
|
+
readonly officePhoneValid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1395
|
+
readonly parentAccountValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1396
|
+
readonly secondaryEMail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1397
|
+
readonly secondaryEmailValid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1398
|
+
readonly workMobile: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1399
|
+
readonly workMobileValid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1400
|
+
readonly workEmail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1401
|
+
readonly workEmailValid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1402
|
+
readonly followUpScheduled: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1403
|
+
readonly dateLastContacted: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1404
|
+
readonly addressLookup: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1405
|
+
readonly street1: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1406
|
+
readonly street2: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1407
|
+
readonly street3: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1408
|
+
readonly city: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1409
|
+
readonly county: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1410
|
+
readonly postcode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1411
|
+
readonly country: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1412
|
+
readonly contractingCompanyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1413
|
+
readonly salesExecutiveValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1414
|
+
readonly contractorCareConsultantValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1415
|
+
readonly referralBusinessValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1416
|
+
readonly referringBusinessContactValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1417
|
+
readonly referralBusinessUnitValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1418
|
+
readonly referringBusinessUserValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1419
|
+
readonly dateOfBirth: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1420
|
+
readonly gender: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1421
|
+
readonly maritalStatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1422
|
+
readonly spousePartnerName: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1423
|
+
readonly nationalityValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1424
|
+
readonly countryOfTaxResidenceValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1425
|
+
readonly zohoCrmId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1426
|
+
readonly zohoBooksId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1427
|
+
readonly zohoCrmSync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1428
|
+
readonly zohoBooksSync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1429
|
+
readonly zohoSyncError: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1430
|
+
readonly precisionId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1431
|
+
readonly homePhone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1432
|
+
readonly nokPrefix: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1433
|
+
readonly nokFirstName: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1434
|
+
readonly nokLastName: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1435
|
+
readonly nokRelationshipToYou: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1436
|
+
readonly contactNumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1437
|
+
readonly nokEmail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1438
|
+
readonly address: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1439
|
+
readonly marketingMaterials: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1440
|
+
readonly sourceValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1441
|
+
readonly subSource1Value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1442
|
+
readonly subSource2Value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1443
|
+
readonly supplierType: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1444
|
+
readonly contactMethod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1445
|
+
readonly email: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1446
|
+
readonly followEmail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1447
|
+
readonly bulkEmail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1448
|
+
readonly doNotPhone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1449
|
+
readonly fax: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1450
|
+
readonly mail: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1451
|
+
readonly facebook: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1452
|
+
readonly twitter: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1453
|
+
readonly linkedin: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1454
|
+
readonly referringAgencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1455
|
+
readonly referringAgencyBranchValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1456
|
+
readonly agencyContactReferringAgentValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1457
|
+
readonly referringCampaignValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1458
|
+
readonly workCountryValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1459
|
+
readonly contractLocationTimezone: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1460
|
+
readonly solutionPackageValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1461
|
+
readonly assignmentStartDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1462
|
+
readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1463
|
+
readonly totalRevenueGbp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1464
|
+
readonly endClient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1465
|
+
readonly owningSiteValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1466
|
+
readonly parentCustomerIdAccount: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1467
|
+
readonly contractingCompany: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1468
|
+
readonly referralBusiness: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1469
|
+
readonly referringBusinessContact: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1470
|
+
readonly nationality: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1471
|
+
readonly scatsCountryOfTaxResidence: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1472
|
+
readonly referringAgency: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1473
|
+
readonly referringAgencyBranch: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1474
|
+
readonly referringAgent: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1475
|
+
readonly scatsContractLocation: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1476
|
+
readonly solutionPackage: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1477
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
1478
|
+
description?: string | null | undefined;
|
|
1479
|
+
fax?: boolean | null | undefined;
|
|
1480
|
+
nickname?: string | null | undefined;
|
|
1481
|
+
salutation?: number | null | undefined;
|
|
1482
|
+
country?: string | null | undefined;
|
|
1483
|
+
nationality?: any;
|
|
1484
|
+
relationshipType?: number | null | undefined;
|
|
1485
|
+
sourceValue?: string | null | undefined;
|
|
1486
|
+
supplierType?: number | null | undefined;
|
|
1487
|
+
subSource1Value?: string | null | undefined;
|
|
1488
|
+
subSource2Value?: string | null | undefined;
|
|
1489
|
+
parentAccountValue?: string | null | undefined;
|
|
1490
|
+
website?: string | null | undefined;
|
|
1491
|
+
linkedin?: string | null | undefined;
|
|
1492
|
+
addressLookup?: string | null | undefined;
|
|
1493
|
+
street1?: string | null | undefined;
|
|
1494
|
+
street2?: string | null | undefined;
|
|
1495
|
+
street3?: string | null | undefined;
|
|
1496
|
+
city?: string | null | undefined;
|
|
1497
|
+
scheduleACall?: string | null | undefined;
|
|
1498
|
+
scheduleCallOwnerValue?: string | null | undefined;
|
|
1499
|
+
scheduleCallQueueValue?: string | null | undefined;
|
|
1500
|
+
dateLastContacted?: string | null | undefined;
|
|
1501
|
+
zohoBooksSync?: string | null | undefined;
|
|
1502
|
+
zohoCrmId?: string | null | undefined;
|
|
1503
|
+
zohoBooksId?: string | null | undefined;
|
|
1504
|
+
zohoCrmSync?: string | null | undefined;
|
|
1505
|
+
zohoSyncError?: string | null | undefined;
|
|
1506
|
+
precisionId?: string | null | undefined;
|
|
1507
|
+
contactMethod?: number | null | undefined;
|
|
1508
|
+
email?: boolean | null | undefined;
|
|
1509
|
+
followEmail?: boolean | null | undefined;
|
|
1510
|
+
bulkEmail?: boolean | null | undefined;
|
|
1511
|
+
phone?: string | null | undefined;
|
|
1512
|
+
mail?: boolean | null | undefined;
|
|
1513
|
+
contractorCareConsultantValue?: string | null | undefined;
|
|
1514
|
+
owningSiteValue?: string | null | undefined;
|
|
1515
|
+
workCountryValue?: string | null | undefined;
|
|
1516
|
+
endClient?: string | null | undefined;
|
|
1517
|
+
totalRevenue?: number | null | undefined;
|
|
1518
|
+
contactId?: string | undefined;
|
|
1519
|
+
proNouns?: number | null | undefined;
|
|
1520
|
+
firstName?: string | null | undefined;
|
|
1521
|
+
middleName?: string | null | undefined;
|
|
1522
|
+
lastName?: string | null | undefined;
|
|
1523
|
+
contactStatus?: number | null | undefined;
|
|
1524
|
+
timeZone?: number | null | undefined;
|
|
1525
|
+
contactIcpType?: number | null | undefined;
|
|
1526
|
+
contractorStatus?: number | null | undefined;
|
|
1527
|
+
contractorStatusReason?: number | null | undefined;
|
|
1528
|
+
jobTitle?: string | null | undefined;
|
|
1529
|
+
lastCheckIn?: string | null | undefined;
|
|
1530
|
+
businessCard?: string | null | undefined;
|
|
1531
|
+
primaryEmail?: string | null | undefined;
|
|
1532
|
+
emailValid?: boolean | null | undefined;
|
|
1533
|
+
mobilePhone?: string | null | undefined;
|
|
1534
|
+
phoneValid?: boolean | null | undefined;
|
|
1535
|
+
officePhoneValid?: boolean | null | undefined;
|
|
1536
|
+
secondaryEMail?: string | null | undefined;
|
|
1537
|
+
secondaryEmailValid?: boolean | null | undefined;
|
|
1538
|
+
workMobile?: string | null | undefined;
|
|
1539
|
+
workMobileValid?: boolean | null | undefined;
|
|
1540
|
+
workEmail?: string | null | undefined;
|
|
1541
|
+
workEmailValid?: boolean | null | undefined;
|
|
1542
|
+
followUpScheduled?: string | null | undefined;
|
|
1543
|
+
county?: string | null | undefined;
|
|
1544
|
+
postcode?: string | null | undefined;
|
|
1545
|
+
contractingCompanyValue?: string | null | undefined;
|
|
1546
|
+
salesExecutiveValue?: string | null | undefined;
|
|
1547
|
+
referralBusinessValue?: string | null | undefined;
|
|
1548
|
+
referringBusinessContactValue?: string | null | undefined;
|
|
1549
|
+
referralBusinessUnitValue?: string | null | undefined;
|
|
1550
|
+
referringBusinessUserValue?: string | null | undefined;
|
|
1551
|
+
dateOfBirth?: string | null | undefined;
|
|
1552
|
+
gender?: number | null | undefined;
|
|
1553
|
+
maritalStatus?: number | null | undefined;
|
|
1554
|
+
spousePartnerName?: string | null | undefined;
|
|
1555
|
+
nationalityValue?: string | null | undefined;
|
|
1556
|
+
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1557
|
+
homePhone?: string | null | undefined;
|
|
1558
|
+
nokPrefix?: number | null | undefined;
|
|
1559
|
+
nokFirstName?: string | null | undefined;
|
|
1560
|
+
nokLastName?: string | null | undefined;
|
|
1561
|
+
nokRelationshipToYou?: string | null | undefined;
|
|
1562
|
+
contactNumber?: string | null | undefined;
|
|
1563
|
+
nokEmail?: string | null | undefined;
|
|
1564
|
+
address?: string | null | undefined;
|
|
1565
|
+
marketingMaterials?: boolean | null | undefined;
|
|
1566
|
+
doNotPhone?: boolean | null | undefined;
|
|
1567
|
+
facebook?: string | null | undefined;
|
|
1568
|
+
twitter?: string | null | undefined;
|
|
1569
|
+
referringAgencyValue?: string | null | undefined;
|
|
1570
|
+
referringAgencyBranchValue?: string | null | undefined;
|
|
1571
|
+
agencyContactReferringAgentValue?: string | null | undefined;
|
|
1572
|
+
referringCampaignValue?: string | null | undefined;
|
|
1573
|
+
contractLocationTimezone?: number | null | undefined;
|
|
1574
|
+
solutionPackageValue?: string | null | undefined;
|
|
1575
|
+
assignmentStartDate?: string | null | undefined;
|
|
1576
|
+
totalRevenueGbp?: number | null | undefined;
|
|
1577
|
+
parentCustomerIdAccount?: any;
|
|
1578
|
+
contractingCompany?: any;
|
|
1579
|
+
referralBusiness?: any;
|
|
1580
|
+
referringBusinessContact?: any;
|
|
1581
|
+
scatsCountryOfTaxResidence?: any;
|
|
1582
|
+
referringAgency?: any;
|
|
1583
|
+
referringAgencyBranch?: any;
|
|
1584
|
+
referringAgent?: any;
|
|
1585
|
+
scatsContractLocation?: any;
|
|
1586
|
+
solutionPackage?: any;
|
|
1587
|
+
}, {
|
|
1588
|
+
description?: string | null | undefined;
|
|
1589
|
+
fax?: boolean | null | undefined;
|
|
1590
|
+
nickname?: string | null | undefined;
|
|
1591
|
+
salutation?: number | null | undefined;
|
|
1592
|
+
country?: string | null | undefined;
|
|
1593
|
+
nationality?: any;
|
|
1594
|
+
relationshipType?: number | null | undefined;
|
|
1595
|
+
sourceValue?: string | null | undefined;
|
|
1596
|
+
supplierType?: number | null | undefined;
|
|
1597
|
+
subSource1Value?: string | null | undefined;
|
|
1598
|
+
subSource2Value?: string | null | undefined;
|
|
1599
|
+
parentAccountValue?: string | null | undefined;
|
|
1600
|
+
website?: string | null | undefined;
|
|
1601
|
+
linkedin?: string | null | undefined;
|
|
1602
|
+
addressLookup?: string | null | undefined;
|
|
1603
|
+
street1?: string | null | undefined;
|
|
1604
|
+
street2?: string | null | undefined;
|
|
1605
|
+
street3?: string | null | undefined;
|
|
1606
|
+
city?: string | null | undefined;
|
|
1607
|
+
scheduleACall?: string | null | undefined;
|
|
1608
|
+
scheduleCallOwnerValue?: string | null | undefined;
|
|
1609
|
+
scheduleCallQueueValue?: string | null | undefined;
|
|
1610
|
+
dateLastContacted?: string | null | undefined;
|
|
1611
|
+
zohoBooksSync?: string | null | undefined;
|
|
1612
|
+
zohoCrmId?: string | null | undefined;
|
|
1613
|
+
zohoBooksId?: string | null | undefined;
|
|
1614
|
+
zohoCrmSync?: string | null | undefined;
|
|
1615
|
+
zohoSyncError?: string | null | undefined;
|
|
1616
|
+
precisionId?: string | null | undefined;
|
|
1617
|
+
contactMethod?: number | null | undefined;
|
|
1618
|
+
email?: boolean | null | undefined;
|
|
1619
|
+
followEmail?: boolean | null | undefined;
|
|
1620
|
+
bulkEmail?: boolean | null | undefined;
|
|
1621
|
+
phone?: string | null | undefined;
|
|
1622
|
+
mail?: boolean | null | undefined;
|
|
1623
|
+
contractorCareConsultantValue?: string | null | undefined;
|
|
1624
|
+
owningSiteValue?: string | null | undefined;
|
|
1625
|
+
workCountryValue?: string | null | undefined;
|
|
1626
|
+
endClient?: string | null | undefined;
|
|
1627
|
+
totalRevenue?: number | null | undefined;
|
|
1628
|
+
contactId?: string | undefined;
|
|
1629
|
+
proNouns?: number | null | undefined;
|
|
1630
|
+
firstName?: string | null | undefined;
|
|
1631
|
+
middleName?: string | null | undefined;
|
|
1632
|
+
lastName?: string | null | undefined;
|
|
1633
|
+
contactStatus?: number | null | undefined;
|
|
1634
|
+
timeZone?: number | null | undefined;
|
|
1635
|
+
contactIcpType?: number | null | undefined;
|
|
1636
|
+
contractorStatus?: number | null | undefined;
|
|
1637
|
+
contractorStatusReason?: number | null | undefined;
|
|
1638
|
+
jobTitle?: string | null | undefined;
|
|
1639
|
+
lastCheckIn?: string | null | undefined;
|
|
1640
|
+
businessCard?: string | null | undefined;
|
|
1641
|
+
primaryEmail?: string | null | undefined;
|
|
1642
|
+
emailValid?: boolean | null | undefined;
|
|
1643
|
+
mobilePhone?: string | null | undefined;
|
|
1644
|
+
phoneValid?: boolean | null | undefined;
|
|
1645
|
+
officePhoneValid?: boolean | null | undefined;
|
|
1646
|
+
secondaryEMail?: string | null | undefined;
|
|
1647
|
+
secondaryEmailValid?: boolean | null | undefined;
|
|
1648
|
+
workMobile?: string | null | undefined;
|
|
1649
|
+
workMobileValid?: boolean | null | undefined;
|
|
1650
|
+
workEmail?: string | null | undefined;
|
|
1651
|
+
workEmailValid?: boolean | null | undefined;
|
|
1652
|
+
followUpScheduled?: string | null | undefined;
|
|
1653
|
+
county?: string | null | undefined;
|
|
1654
|
+
postcode?: string | null | undefined;
|
|
1655
|
+
contractingCompanyValue?: string | null | undefined;
|
|
1656
|
+
salesExecutiveValue?: string | null | undefined;
|
|
1657
|
+
referralBusinessValue?: string | null | undefined;
|
|
1658
|
+
referringBusinessContactValue?: string | null | undefined;
|
|
1659
|
+
referralBusinessUnitValue?: string | null | undefined;
|
|
1660
|
+
referringBusinessUserValue?: string | null | undefined;
|
|
1661
|
+
dateOfBirth?: string | null | undefined;
|
|
1662
|
+
gender?: number | null | undefined;
|
|
1663
|
+
maritalStatus?: number | null | undefined;
|
|
1664
|
+
spousePartnerName?: string | null | undefined;
|
|
1665
|
+
nationalityValue?: string | null | undefined;
|
|
1666
|
+
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1667
|
+
homePhone?: string | null | undefined;
|
|
1668
|
+
nokPrefix?: number | null | undefined;
|
|
1669
|
+
nokFirstName?: string | null | undefined;
|
|
1670
|
+
nokLastName?: string | null | undefined;
|
|
1671
|
+
nokRelationshipToYou?: string | null | undefined;
|
|
1672
|
+
contactNumber?: string | null | undefined;
|
|
1673
|
+
nokEmail?: string | null | undefined;
|
|
1674
|
+
address?: string | null | undefined;
|
|
1675
|
+
marketingMaterials?: boolean | null | undefined;
|
|
1676
|
+
doNotPhone?: boolean | null | undefined;
|
|
1677
|
+
facebook?: string | null | undefined;
|
|
1678
|
+
twitter?: string | null | undefined;
|
|
1679
|
+
referringAgencyValue?: string | null | undefined;
|
|
1680
|
+
referringAgencyBranchValue?: string | null | undefined;
|
|
1681
|
+
agencyContactReferringAgentValue?: string | null | undefined;
|
|
1682
|
+
referringCampaignValue?: string | null | undefined;
|
|
1683
|
+
contractLocationTimezone?: number | null | undefined;
|
|
1684
|
+
solutionPackageValue?: string | null | undefined;
|
|
1685
|
+
assignmentStartDate?: string | null | undefined;
|
|
1686
|
+
totalRevenueGbp?: number | null | undefined;
|
|
1687
|
+
parentCustomerIdAccount?: any;
|
|
1688
|
+
contractingCompany?: any;
|
|
1689
|
+
referralBusiness?: any;
|
|
1690
|
+
referringBusinessContact?: any;
|
|
1691
|
+
scatsCountryOfTaxResidence?: any;
|
|
1692
|
+
referringAgency?: any;
|
|
1693
|
+
referringAgencyBranch?: any;
|
|
1694
|
+
referringAgent?: any;
|
|
1695
|
+
scatsContractLocation?: any;
|
|
1696
|
+
solutionPackage?: any;
|
|
1697
|
+
}>;
|
|
1698
|
+
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
1699
|
+
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
1700
|
+
};
|
|
1701
|
+
Relationships: {
|
|
1702
|
+
readonly parentcustomeridAccount: {
|
|
1703
|
+
readonly relationshipName: "parentcustomerid_account";
|
|
1704
|
+
readonly entity: "accounts";
|
|
1705
|
+
};
|
|
1706
|
+
readonly contractingcompany: {
|
|
1707
|
+
readonly relationshipName: "ww_ContractingCompany";
|
|
1708
|
+
readonly entity: "accounts";
|
|
1709
|
+
};
|
|
1710
|
+
readonly referralbusiness: {
|
|
1711
|
+
readonly relationshipName: "ww_ReferralBusiness";
|
|
1712
|
+
readonly entity: "accounts";
|
|
1713
|
+
};
|
|
1714
|
+
readonly referringbusinesscontact: {
|
|
1715
|
+
readonly relationshipName: "ww_ReferringBusinessContact";
|
|
1716
|
+
readonly entity: "contacts";
|
|
1717
|
+
};
|
|
1718
|
+
readonly nationality: {
|
|
1719
|
+
readonly relationshipName: "ww_Nationality";
|
|
1720
|
+
readonly entity: "ww_nationalities";
|
|
1721
|
+
};
|
|
1722
|
+
readonly scatsCountryoftaxresidence: {
|
|
1723
|
+
readonly relationshipName: "ww_scats_CountryofTaxResidence";
|
|
1724
|
+
readonly entity: "ww_countries";
|
|
1725
|
+
};
|
|
1726
|
+
readonly referringagency: {
|
|
1727
|
+
readonly relationshipName: "ww_ReferringAgency";
|
|
1728
|
+
readonly entity: "accounts";
|
|
1729
|
+
};
|
|
1730
|
+
readonly referringagencybranch: {
|
|
1731
|
+
readonly relationshipName: "ww_ReferringAgencyBranch";
|
|
1732
|
+
readonly entity: "accounts";
|
|
1733
|
+
};
|
|
1734
|
+
readonly referringagent: {
|
|
1735
|
+
readonly relationshipName: "ww_ReferringAgent";
|
|
1736
|
+
readonly entity: "contacts";
|
|
1737
|
+
};
|
|
1738
|
+
readonly scatsContractlocation: {
|
|
1739
|
+
readonly relationshipName: "ww_scats_ContractLocation";
|
|
1740
|
+
readonly entity: "ww_countries";
|
|
1741
|
+
};
|
|
1742
|
+
readonly solutionpackage: {
|
|
1743
|
+
readonly relationshipName: "ww_SolutionPackage";
|
|
1744
|
+
readonly entity: "products";
|
|
1745
|
+
};
|
|
1746
|
+
};
|
|
1747
|
+
Options: {
|
|
1748
|
+
readonly RelationshipType: {
|
|
1749
|
+
readonly accountantContact: 127840011;
|
|
1750
|
+
readonly affiliateContact: 127840001;
|
|
1751
|
+
readonly agencyContact: 127840002;
|
|
1752
|
+
readonly competitorContact: 127840003;
|
|
1753
|
+
readonly contractor: 127840004;
|
|
1754
|
+
readonly directClientContact: 127840006;
|
|
1755
|
+
readonly immigrationAgent: 127840012;
|
|
1756
|
+
readonly limitedCompanyContact: 127840010;
|
|
1757
|
+
readonly icpContact: 127840013;
|
|
1758
|
+
readonly marketingContact: 127840007;
|
|
1759
|
+
readonly payrollBureauContact: 127840008;
|
|
1760
|
+
readonly supplierContact: 127840009;
|
|
1761
|
+
readonly geo: 127840014;
|
|
1762
|
+
readonly supplier: 127840015;
|
|
1763
|
+
readonly other: 127840016;
|
|
1764
|
+
};
|
|
1765
|
+
readonly Salutation: {
|
|
1766
|
+
readonly mr: 127840000;
|
|
1767
|
+
readonly mrs: 127840001;
|
|
1768
|
+
readonly miss: 127840002;
|
|
1769
|
+
readonly ms: 127840003;
|
|
1770
|
+
readonly dr: 127840004;
|
|
1771
|
+
readonly sir: 127840005;
|
|
1772
|
+
readonly prof: 127840006;
|
|
1773
|
+
readonly rev: 127840007;
|
|
1774
|
+
};
|
|
1775
|
+
readonly ProNouns: {
|
|
1776
|
+
readonly sheHer: 127840000;
|
|
1777
|
+
readonly theyThem: 127840001;
|
|
1778
|
+
readonly heHim: 127840002;
|
|
1779
|
+
};
|
|
1780
|
+
readonly ContactStatus: {
|
|
1781
|
+
readonly active: 127840000;
|
|
1782
|
+
readonly inactive: 127840001;
|
|
1783
|
+
};
|
|
1784
|
+
readonly ContactIcpType: {
|
|
1785
|
+
readonly operational: 127840000;
|
|
1786
|
+
readonly finance: 127840001;
|
|
1787
|
+
readonly escalations: 127840002;
|
|
1788
|
+
readonly commercial: 127840003;
|
|
1789
|
+
};
|
|
1790
|
+
readonly ContractorStatusReason: {
|
|
1791
|
+
readonly awaitingAgencyContract: 127840000;
|
|
1792
|
+
readonly awaitingContractorDocuments: 127840001;
|
|
1793
|
+
readonly awaitingBoth: 127840002;
|
|
1794
|
+
};
|
|
1795
|
+
readonly EmailValid: {
|
|
1796
|
+
readonly no: 0;
|
|
1797
|
+
readonly yes: 1;
|
|
1798
|
+
};
|
|
1799
|
+
readonly PhoneValid: {
|
|
1800
|
+
readonly no: 0;
|
|
1801
|
+
readonly yes: 1;
|
|
1802
|
+
};
|
|
1803
|
+
readonly OfficePhoneValid: {
|
|
1804
|
+
readonly no: 0;
|
|
1805
|
+
readonly yes: 1;
|
|
1806
|
+
};
|
|
1807
|
+
readonly SecondaryEmailValid: {
|
|
1808
|
+
readonly no: 0;
|
|
1809
|
+
readonly yes: 1;
|
|
1810
|
+
};
|
|
1811
|
+
readonly WorkMobileValid: {
|
|
1812
|
+
readonly no: 0;
|
|
1813
|
+
readonly yes: 1;
|
|
1814
|
+
};
|
|
1815
|
+
readonly WorkEmailValid: {
|
|
1816
|
+
readonly no: 0;
|
|
1817
|
+
readonly yes: 1;
|
|
1818
|
+
};
|
|
1819
|
+
readonly Gender: {
|
|
1820
|
+
readonly male: 1;
|
|
1821
|
+
readonly female: 2;
|
|
1822
|
+
};
|
|
1823
|
+
readonly MaritalStatus: {
|
|
1824
|
+
readonly single: 1;
|
|
1825
|
+
readonly married: 2;
|
|
1826
|
+
readonly divorced: 3;
|
|
1827
|
+
readonly widowed: 4;
|
|
1828
|
+
};
|
|
1829
|
+
readonly Prefix: {
|
|
1830
|
+
readonly mr: 127840000;
|
|
1831
|
+
readonly mrs: 127840001;
|
|
1832
|
+
readonly miss: 127840002;
|
|
1833
|
+
readonly ms: 127840003;
|
|
1834
|
+
readonly dr: 127840004;
|
|
1835
|
+
readonly sir: 127840005;
|
|
1836
|
+
readonly prof: 127840006;
|
|
1837
|
+
readonly rev: 127840007;
|
|
1838
|
+
};
|
|
1839
|
+
readonly MarketingMaterials: {
|
|
1840
|
+
readonly no: 0;
|
|
1841
|
+
readonly yes: 1;
|
|
1842
|
+
};
|
|
1843
|
+
readonly SupplierType: {
|
|
1844
|
+
readonly immigration: 127840000;
|
|
1845
|
+
readonly legal: 127840001;
|
|
1846
|
+
readonly marketing: 127840002;
|
|
1847
|
+
readonly financing: 127840003;
|
|
1848
|
+
readonly economicDevelopment: 127840004;
|
|
1849
|
+
readonly payrollServicesUsPeoGeoEtc: 127840005;
|
|
1850
|
+
readonly payrollServicesIntlPeoGeoEtc: 127840006;
|
|
1851
|
+
readonly accountingAndTax: 127840007;
|
|
1852
|
+
readonly realEstate: 127840008;
|
|
1853
|
+
readonly staffingNetwork: 127840009;
|
|
1854
|
+
readonly technologyAndAutomation: 127840010;
|
|
1855
|
+
readonly insurance: 127840011;
|
|
1856
|
+
readonly manufacturing: 127840012;
|
|
1857
|
+
readonly recruitingTalent: 127840013;
|
|
1858
|
+
readonly telecom: 127840014;
|
|
1859
|
+
readonly logisticsTransport: 127840015;
|
|
1860
|
+
readonly energy: 127840016;
|
|
1861
|
+
readonly businessConsulting: 127840017;
|
|
1862
|
+
readonly other: 127840018;
|
|
1863
|
+
};
|
|
1864
|
+
readonly ContactMethod: {
|
|
1865
|
+
readonly any: 1;
|
|
1866
|
+
readonly email: 2;
|
|
1867
|
+
readonly phone: 3;
|
|
1868
|
+
readonly fax: 4;
|
|
1869
|
+
readonly mail: 5;
|
|
1870
|
+
};
|
|
1871
|
+
readonly PreferredMethodOfContact: {
|
|
1872
|
+
readonly any: 1;
|
|
1873
|
+
readonly email: 2;
|
|
1874
|
+
readonly phone: 3;
|
|
1875
|
+
readonly fax: 4;
|
|
1876
|
+
readonly mail: 5;
|
|
1877
|
+
};
|
|
1878
|
+
readonly Email: {
|
|
1879
|
+
readonly no: 0;
|
|
1880
|
+
readonly yes: 1;
|
|
1881
|
+
};
|
|
1882
|
+
readonly FollowEmail: {
|
|
1883
|
+
readonly no: 0;
|
|
1884
|
+
readonly yes: 1;
|
|
1885
|
+
};
|
|
1886
|
+
readonly BulkEmail: {
|
|
1887
|
+
readonly no: 0;
|
|
1888
|
+
readonly yes: 1;
|
|
1889
|
+
};
|
|
1890
|
+
readonly Phone: {
|
|
1891
|
+
readonly no: 0;
|
|
1892
|
+
readonly yes: 1;
|
|
1893
|
+
};
|
|
1894
|
+
readonly Fax: {
|
|
1895
|
+
readonly no: 0;
|
|
1896
|
+
readonly yes: 1;
|
|
1897
|
+
};
|
|
1898
|
+
readonly Mail: {
|
|
1899
|
+
readonly no: 0;
|
|
1900
|
+
readonly yes: 1;
|
|
1901
|
+
};
|
|
1902
|
+
readonly ContractorStatus: {
|
|
1903
|
+
readonly prospect: 127840000;
|
|
1904
|
+
readonly returningClient: 127840001;
|
|
1905
|
+
readonly enquiry: 127840002;
|
|
1906
|
+
readonly notGoingAhead: 127840003;
|
|
1907
|
+
readonly salesAdminBoth: 127840004;
|
|
1908
|
+
readonly salesAdminAgency: 127840005;
|
|
1909
|
+
readonly salesAdminContractor: 127840006;
|
|
1910
|
+
readonly welcome: 127840007;
|
|
1911
|
+
readonly waitingApproval: 127840023;
|
|
1912
|
+
readonly onContract: 127840008;
|
|
1913
|
+
readonly live: 127840009;
|
|
1914
|
+
readonly maternityLeave: 127840010;
|
|
1915
|
+
readonly adoptionLeave: 127840011;
|
|
1916
|
+
readonly deceased: 127840012;
|
|
1917
|
+
readonly suspended: 127840013;
|
|
1918
|
+
readonly transferringProduct: 127840014;
|
|
1919
|
+
readonly payrollEnd: 127840015;
|
|
1920
|
+
readonly contractEnd: 127840016;
|
|
1921
|
+
readonly owesFunds: 127840017;
|
|
1922
|
+
readonly p45Required: 127840018;
|
|
1923
|
+
readonly p45Issued: 127840019;
|
|
1924
|
+
readonly terminatedSeOnly: 127840020;
|
|
1925
|
+
readonly archived: 127840022;
|
|
1926
|
+
readonly onboarding: 127840024;
|
|
1927
|
+
readonly liveNotReferring: 127840025;
|
|
1928
|
+
readonly cold: 127840026;
|
|
1929
|
+
readonly left: 127840027;
|
|
1930
|
+
readonly inactive: 127840028;
|
|
1931
|
+
};
|
|
1932
|
+
};
|
|
1933
|
+
};
|
|
1934
|
+
export * from './TContactAPI.js';
|
|
1935
|
+
//# sourceMappingURL=index.d.ts.map
|