@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,1455 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const AccountEntity: {
|
|
3
|
+
isLookupOnly: boolean;
|
|
4
|
+
fieldsPretty: {
|
|
5
|
+
etag: string;
|
|
6
|
+
createdByValue: string;
|
|
7
|
+
createdOnBehalfByValue: string;
|
|
8
|
+
modifiedByValue: string;
|
|
9
|
+
modifiedOnBehalfByValue: string;
|
|
10
|
+
ownerIdValue: string;
|
|
11
|
+
owningBusinessUnitValue: string;
|
|
12
|
+
owningTeamValue: string;
|
|
13
|
+
owningUserValue: string;
|
|
14
|
+
currencyValue: string;
|
|
15
|
+
owningSiteValue: string;
|
|
16
|
+
scheduleCallOwnerValue: string;
|
|
17
|
+
scheduleCallQueueValue: string;
|
|
18
|
+
city: string;
|
|
19
|
+
address1: string;
|
|
20
|
+
countryRegion: string;
|
|
21
|
+
street1: string;
|
|
22
|
+
street2: string;
|
|
23
|
+
street3: string;
|
|
24
|
+
addressLookup: string;
|
|
25
|
+
zipPostalCode: string;
|
|
26
|
+
stateProvince: string;
|
|
27
|
+
createdOn: string;
|
|
28
|
+
relationshipType: string;
|
|
29
|
+
description: string;
|
|
30
|
+
bulkEmail: string;
|
|
31
|
+
email: string;
|
|
32
|
+
fax: string;
|
|
33
|
+
phone: string;
|
|
34
|
+
mail: string;
|
|
35
|
+
officeEmail: string;
|
|
36
|
+
followEmail: string;
|
|
37
|
+
importSequenceNumber: string;
|
|
38
|
+
modifiedOn: string;
|
|
39
|
+
overriddenCreatedOn: string;
|
|
40
|
+
paymentTerms: string;
|
|
41
|
+
contactMethod: string;
|
|
42
|
+
stateCode: string;
|
|
43
|
+
statusCode: string;
|
|
44
|
+
businessPhone: string;
|
|
45
|
+
timezoneRuleVersionNumber: string;
|
|
46
|
+
utcConversionTimezoneCode: string;
|
|
47
|
+
versionNumber: string;
|
|
48
|
+
website: string;
|
|
49
|
+
businessPhoneValid: string;
|
|
50
|
+
scheduleACall: string;
|
|
51
|
+
parentaccountid: string;
|
|
52
|
+
primarycontactid: string;
|
|
53
|
+
contractadministrator: string;
|
|
54
|
+
arbCompliancecontact: string;
|
|
55
|
+
countrylookup: string;
|
|
56
|
+
icpfeecurrency: string;
|
|
57
|
+
onboardingfee: string;
|
|
58
|
+
billingcontact: string;
|
|
59
|
+
managingdirector: string;
|
|
60
|
+
financialdirector: string;
|
|
61
|
+
informationprovidedby: string;
|
|
62
|
+
transactioncurrencyid: string;
|
|
63
|
+
accountId: string;
|
|
64
|
+
accountNumber: string;
|
|
65
|
+
accountName: string;
|
|
66
|
+
companyHq: string;
|
|
67
|
+
accountStatus: string;
|
|
68
|
+
icpStatus: string;
|
|
69
|
+
industry: string;
|
|
70
|
+
lastReferredDate: string;
|
|
71
|
+
growthPotential: string;
|
|
72
|
+
sourceValue: string;
|
|
73
|
+
supplierType: string;
|
|
74
|
+
subSource1Value: string;
|
|
75
|
+
subSource2Value: string;
|
|
76
|
+
parentAccountValue: string;
|
|
77
|
+
primaryContactValue: string;
|
|
78
|
+
contractAdministratorValue: string;
|
|
79
|
+
complianceContactValue: string;
|
|
80
|
+
officeEmailValid: string;
|
|
81
|
+
linkedin: string;
|
|
82
|
+
countryValue: string;
|
|
83
|
+
icpFeeCurrencyValue: string;
|
|
84
|
+
icpFeeBase: string;
|
|
85
|
+
icpFixedValue: string;
|
|
86
|
+
icp: string;
|
|
87
|
+
icpMinValue: string;
|
|
88
|
+
internalAccountManagerValue: string;
|
|
89
|
+
icpSolutionsOffered: string;
|
|
90
|
+
onboardingFee: string;
|
|
91
|
+
onboardingFeeCurrencyValue: string;
|
|
92
|
+
useParentForBilling: string;
|
|
93
|
+
billingType: string;
|
|
94
|
+
billingContactValue: string;
|
|
95
|
+
incorporationNumber: string;
|
|
96
|
+
vatNumber: string;
|
|
97
|
+
onPsl: string;
|
|
98
|
+
signedTermsReceived: string;
|
|
99
|
+
dateLastContacted: string;
|
|
100
|
+
zohoBooksSync: string;
|
|
101
|
+
nameOfMdValue: string;
|
|
102
|
+
nameOfFdValue: string;
|
|
103
|
+
employersLiabilityIfApplicable: string;
|
|
104
|
+
zohoCrmId: string;
|
|
105
|
+
zohoBooksId: string;
|
|
106
|
+
zohoCrmSync: string;
|
|
107
|
+
zohoSyncError: string;
|
|
108
|
+
precisionId: string;
|
|
109
|
+
informationProvidedByValue: string;
|
|
110
|
+
informationProvidedOn: string;
|
|
111
|
+
contractorCareConsultantValue: string;
|
|
112
|
+
professionalIndemnityInsurance: string;
|
|
113
|
+
publicLiabilityInsurance: string;
|
|
114
|
+
};
|
|
115
|
+
fieldsD365: {
|
|
116
|
+
readonly accountid: "accountId";
|
|
117
|
+
readonly customertypecode: "relationshipType";
|
|
118
|
+
readonly accountnumber: "accountNumber";
|
|
119
|
+
readonly name: "accountName";
|
|
120
|
+
readonly ww_companyhq: "companyHq";
|
|
121
|
+
readonly ww_accountstatus: "accountStatus";
|
|
122
|
+
readonly ww_icpstatus: "icpStatus";
|
|
123
|
+
readonly ww_industry: "industry";
|
|
124
|
+
readonly ww_lastreferreddate: "lastReferredDate";
|
|
125
|
+
readonly ww_growthpotential: "growthPotential";
|
|
126
|
+
readonly _ww_source_value: "sourceValue";
|
|
127
|
+
readonly ww_suppliertype: "supplierType";
|
|
128
|
+
readonly _ww_source1_value: "subSource1Value";
|
|
129
|
+
readonly _ww_source2_value: "subSource2Value";
|
|
130
|
+
readonly _parentaccountid_value: "parentAccountValue";
|
|
131
|
+
readonly _primarycontactid_value: "primaryContactValue";
|
|
132
|
+
readonly _ww_contractadministrator_value: "contractAdministratorValue";
|
|
133
|
+
readonly telephone1: "businessPhone";
|
|
134
|
+
readonly _ww_arb_compliancecontact_value: "complianceContactValue";
|
|
135
|
+
readonly ww_isphonevalid: "businessPhoneValid";
|
|
136
|
+
readonly emailaddress1: "officeEmail";
|
|
137
|
+
readonly ww_isemailvalid: "officeEmailValid";
|
|
138
|
+
readonly websiteurl: "website";
|
|
139
|
+
readonly ww_linkedin: "linkedin";
|
|
140
|
+
readonly _ww_countrylookup_value: "countryValue";
|
|
141
|
+
readonly _ww_icpfeecurrency_value: "icpFeeCurrencyValue";
|
|
142
|
+
readonly ww_icpfeebasee: "icpFeeBase";
|
|
143
|
+
readonly ww_icpfixedvalue: "icpFixedValue";
|
|
144
|
+
readonly ww_icp: "icp";
|
|
145
|
+
readonly ww_icpminvalue: "icpMinValue";
|
|
146
|
+
readonly _ww_internalaccountmanager_value: "internalAccountManagerValue";
|
|
147
|
+
readonly ww_icptype: "icpSolutionsOffered";
|
|
148
|
+
readonly ww_onboardingfeenumeric: "onboardingFee";
|
|
149
|
+
readonly _ww_onboardingfee_value: "onboardingFeeCurrencyValue";
|
|
150
|
+
readonly address1_name: "addressLookup";
|
|
151
|
+
readonly ww_useparentforbilling: "useParentForBilling";
|
|
152
|
+
readonly address1_line1: "street1";
|
|
153
|
+
readonly address1_line2: "street2";
|
|
154
|
+
readonly address1_line3: "street3";
|
|
155
|
+
readonly address1_city: "city";
|
|
156
|
+
readonly address1_stateorprovince: "stateProvince";
|
|
157
|
+
readonly address1_postalcode: "zipPostalCode";
|
|
158
|
+
readonly address1_country: "countryRegion";
|
|
159
|
+
readonly address1_composite: "address1";
|
|
160
|
+
readonly ww_billingtype: "billingType";
|
|
161
|
+
readonly _ww_billingcontact_value: "billingContactValue";
|
|
162
|
+
readonly ww_incorporationnumber: "incorporationNumber";
|
|
163
|
+
readonly ww_vatnumber: "vatNumber";
|
|
164
|
+
readonly ww_onpsl: "onPsl";
|
|
165
|
+
readonly ww_paymentterms: "paymentTerms";
|
|
166
|
+
readonly ww_signedtermsrecvd: "signedTermsReceived";
|
|
167
|
+
readonly ww_schedulecall: "scheduleACall";
|
|
168
|
+
readonly _ww_schedulecallowner_value: "scheduleCallOwnerValue";
|
|
169
|
+
readonly _ww_schedulecallqueue_value: "scheduleCallQueueValue";
|
|
170
|
+
readonly ww_datelastcontacted: "dateLastContacted";
|
|
171
|
+
readonly description: "description";
|
|
172
|
+
readonly ww_zohobookssync: "zohoBooksSync";
|
|
173
|
+
readonly _ww_managingdirector_value: "nameOfMdValue";
|
|
174
|
+
readonly _ww_financialdirector_value: "nameOfFdValue";
|
|
175
|
+
readonly ww_employersliability: "employersLiabilityIfApplicable";
|
|
176
|
+
readonly ww_zohocrmid: "zohoCrmId";
|
|
177
|
+
readonly ww_zohobooksid: "zohoBooksId";
|
|
178
|
+
readonly ww_zohocrmsync: "zohoCrmSync";
|
|
179
|
+
readonly ww_zohosyncerror: "zohoSyncError";
|
|
180
|
+
readonly ww_precisionid: "precisionId";
|
|
181
|
+
readonly preferredcontactmethodcode: "contactMethod";
|
|
182
|
+
readonly donotemail: "email";
|
|
183
|
+
readonly followemail: "followEmail";
|
|
184
|
+
readonly donotbulkemail: "bulkEmail";
|
|
185
|
+
readonly donotphone: "phone";
|
|
186
|
+
readonly donotfax: "fax";
|
|
187
|
+
readonly donotpostalmail: "mail";
|
|
188
|
+
readonly _ww_informationprovidedby_value: "informationProvidedByValue";
|
|
189
|
+
readonly ww_informationprovidedon: "informationProvidedOn";
|
|
190
|
+
readonly _transactioncurrencyid_value: "currencyValue";
|
|
191
|
+
readonly paymenttermscode: "paymentTerms";
|
|
192
|
+
readonly _ww_scats_contractorcareconsultant_value: "contractorCareConsultantValue";
|
|
193
|
+
readonly _ww_owningsite_value: "owningSiteValue";
|
|
194
|
+
readonly ww_professionalindemnityinsurance: "professionalIndemnityInsurance";
|
|
195
|
+
readonly ww_publicliabilityinsurance: "publicLiabilityInsurance";
|
|
196
|
+
readonly parentaccountid: "parentaccountid";
|
|
197
|
+
readonly primarycontactid: "primarycontactid";
|
|
198
|
+
readonly ww_ContractAdministrator: "contractadministrator";
|
|
199
|
+
readonly ww_arb_ComplianceContact: "arbCompliancecontact";
|
|
200
|
+
readonly ww_CountryLookup: "countrylookup";
|
|
201
|
+
readonly ww_ICPFeeCurrency: "icpfeecurrency";
|
|
202
|
+
readonly ww_OnboardingFee: "onboardingfee";
|
|
203
|
+
readonly ww_BillingContact: "billingcontact";
|
|
204
|
+
readonly ww_ManagingDirector: "managingdirector";
|
|
205
|
+
readonly ww_FinancialDirector: "financialdirector";
|
|
206
|
+
readonly ww_Informationprovidedby: "informationprovidedby";
|
|
207
|
+
readonly transactioncurrencyid: "transactioncurrencyid";
|
|
208
|
+
readonly _ownerid_value: "ownerIdValue";
|
|
209
|
+
readonly _owningbusinessunit_value: "owningBusinessUnitValue";
|
|
210
|
+
readonly _owningteam_value: "owningTeamValue";
|
|
211
|
+
readonly _owninguser_value: "owningUserValue";
|
|
212
|
+
readonly '@odata.etag': "etag";
|
|
213
|
+
readonly versionnumber: "versionNumber";
|
|
214
|
+
readonly _createdby_value: "createdByValue";
|
|
215
|
+
readonly createdon: "createdOn";
|
|
216
|
+
readonly _createdonbehalfby_value: "createdOnBehalfByValue";
|
|
217
|
+
readonly _modifiedby_value: "modifiedByValue";
|
|
218
|
+
readonly modifiedon: "modifiedOn";
|
|
219
|
+
readonly _modifiedonbehalfby_value: "modifiedOnBehalfByValue";
|
|
220
|
+
readonly statecode: "stateCode";
|
|
221
|
+
readonly statuscode: "statusCode";
|
|
222
|
+
readonly importsequencenumber: "importSequenceNumber";
|
|
223
|
+
readonly overriddencreatedon: "overriddenCreatedOn";
|
|
224
|
+
readonly timezoneruleversionnumber: "timezoneRuleVersionNumber";
|
|
225
|
+
readonly utcconversiontimezonecode: "utcConversionTimezoneCode";
|
|
226
|
+
};
|
|
227
|
+
SResponseD365: z.ZodObject<{
|
|
228
|
+
readonly _ownerid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
229
|
+
readonly _owningbusinessunit_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
230
|
+
readonly _owningteam_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
231
|
+
readonly _owninguser_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
232
|
+
readonly '@odata.etag': z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>>;
|
|
233
|
+
readonly versionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
234
|
+
readonly _createdby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
235
|
+
readonly createdon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
236
|
+
readonly _createdonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
237
|
+
readonly _modifiedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
238
|
+
readonly modifiedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
239
|
+
readonly _modifiedonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
240
|
+
readonly statecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
241
|
+
readonly statuscode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
242
|
+
readonly importsequencenumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
243
|
+
readonly overriddencreatedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
244
|
+
readonly timezoneruleversionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
245
|
+
readonly utcconversiontimezonecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
246
|
+
readonly accountid: z.ZodOptional<z.ZodString>;
|
|
247
|
+
readonly customertypecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
248
|
+
readonly accountnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
249
|
+
readonly name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
250
|
+
readonly ww_companyhq: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
251
|
+
readonly ww_accountstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
252
|
+
readonly ww_icpstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
253
|
+
readonly ww_industry: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
254
|
+
readonly ww_lastreferreddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
255
|
+
readonly ww_growthpotential: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
256
|
+
readonly _ww_source_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
257
|
+
readonly ww_suppliertype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
258
|
+
readonly _ww_source1_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
259
|
+
readonly _ww_source2_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
260
|
+
readonly _parentaccountid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
261
|
+
readonly _primarycontactid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
262
|
+
readonly _ww_contractadministrator_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
263
|
+
readonly telephone1: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
264
|
+
readonly _ww_arb_compliancecontact_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
265
|
+
readonly ww_isphonevalid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
266
|
+
readonly emailaddress1: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
267
|
+
readonly ww_isemailvalid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
268
|
+
readonly websiteurl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
269
|
+
readonly ww_linkedin: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
270
|
+
readonly _ww_countrylookup_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
271
|
+
readonly _ww_icpfeecurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
272
|
+
readonly ww_icpfeebasee: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
273
|
+
readonly ww_icpfixedvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
274
|
+
readonly ww_icp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
275
|
+
readonly ww_icpminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
276
|
+
readonly _ww_internalaccountmanager_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
277
|
+
readonly ww_icptype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
278
|
+
readonly ww_onboardingfeenumeric: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
279
|
+
readonly _ww_onboardingfee_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
280
|
+
readonly address1_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
281
|
+
readonly ww_useparentforbilling: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
282
|
+
readonly address1_line1: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
283
|
+
readonly address1_line2: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
284
|
+
readonly address1_line3: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
285
|
+
readonly address1_city: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
286
|
+
readonly address1_stateorprovince: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
287
|
+
readonly address1_postalcode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
288
|
+
readonly address1_country: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
289
|
+
readonly address1_composite: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
290
|
+
readonly ww_billingtype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
291
|
+
readonly _ww_billingcontact_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
292
|
+
readonly ww_incorporationnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
293
|
+
readonly ww_vatnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
294
|
+
readonly ww_onpsl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
295
|
+
readonly ww_paymentterms: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
296
|
+
readonly ww_signedtermsrecvd: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
297
|
+
readonly ww_schedulecall: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
298
|
+
readonly _ww_schedulecallowner_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
299
|
+
readonly _ww_schedulecallqueue_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
300
|
+
readonly ww_datelastcontacted: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
301
|
+
readonly description: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
302
|
+
readonly ww_zohobookssync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
303
|
+
readonly _ww_managingdirector_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
304
|
+
readonly _ww_financialdirector_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
305
|
+
readonly ww_employersliability: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
306
|
+
readonly ww_zohocrmid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
307
|
+
readonly ww_zohobooksid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
308
|
+
readonly ww_zohocrmsync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
309
|
+
readonly ww_zohosyncerror: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
310
|
+
readonly ww_precisionid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
311
|
+
readonly preferredcontactmethodcode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
312
|
+
readonly donotemail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
313
|
+
readonly followemail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
314
|
+
readonly donotbulkemail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
315
|
+
readonly donotphone: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
316
|
+
readonly donotfax: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
317
|
+
readonly donotpostalmail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
318
|
+
readonly _ww_informationprovidedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
319
|
+
readonly ww_informationprovidedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
320
|
+
readonly _transactioncurrencyid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
321
|
+
readonly paymenttermscode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
322
|
+
readonly _ww_scats_contractorcareconsultant_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
323
|
+
readonly _ww_owningsite_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
324
|
+
readonly ww_professionalindemnityinsurance: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
325
|
+
readonly ww_publicliabilityinsurance: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
326
|
+
readonly parentaccountid: z.ZodOptional<z.ZodTypeAny>;
|
|
327
|
+
readonly primarycontactid: z.ZodOptional<z.ZodTypeAny>;
|
|
328
|
+
readonly ww_ContractAdministrator: z.ZodOptional<z.ZodTypeAny>;
|
|
329
|
+
readonly ww_arb_ComplianceContact: z.ZodOptional<z.ZodTypeAny>;
|
|
330
|
+
readonly ww_CountryLookup: z.ZodOptional<z.ZodTypeAny>;
|
|
331
|
+
readonly ww_ICPFeeCurrency: z.ZodOptional<z.ZodTypeAny>;
|
|
332
|
+
readonly ww_OnboardingFee: z.ZodOptional<z.ZodTypeAny>;
|
|
333
|
+
readonly ww_BillingContact: z.ZodOptional<z.ZodTypeAny>;
|
|
334
|
+
readonly ww_ManagingDirector: z.ZodOptional<z.ZodTypeAny>;
|
|
335
|
+
readonly ww_FinancialDirector: z.ZodOptional<z.ZodTypeAny>;
|
|
336
|
+
readonly ww_Informationprovidedby: z.ZodOptional<z.ZodTypeAny>;
|
|
337
|
+
readonly transactioncurrencyid: z.ZodOptional<z.ZodTypeAny>;
|
|
338
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
339
|
+
'@odata.etag'?: string | null | undefined;
|
|
340
|
+
_createdby_value?: string | null | undefined;
|
|
341
|
+
_createdonbehalfby_value?: string | null | undefined;
|
|
342
|
+
_modifiedby_value?: string | null | undefined;
|
|
343
|
+
_modifiedonbehalfby_value?: string | null | undefined;
|
|
344
|
+
_ownerid_value?: string | null | undefined;
|
|
345
|
+
_owningbusinessunit_value?: string | null | undefined;
|
|
346
|
+
_owningteam_value?: string | null | undefined;
|
|
347
|
+
_owninguser_value?: string | null | undefined;
|
|
348
|
+
_transactioncurrencyid_value?: string | null | undefined;
|
|
349
|
+
_ww_owningsite_value?: string | null | undefined;
|
|
350
|
+
_ww_schedulecallowner_value?: string | null | undefined;
|
|
351
|
+
_ww_schedulecallqueue_value?: string | null | undefined;
|
|
352
|
+
address1_city?: string | null | undefined;
|
|
353
|
+
address1_composite?: string | null | undefined;
|
|
354
|
+
address1_country?: string | null | undefined;
|
|
355
|
+
address1_line1?: string | null | undefined;
|
|
356
|
+
address1_line2?: string | null | undefined;
|
|
357
|
+
address1_line3?: string | null | undefined;
|
|
358
|
+
address1_name?: string | null | undefined;
|
|
359
|
+
address1_postalcode?: string | null | undefined;
|
|
360
|
+
address1_stateorprovince?: string | null | undefined;
|
|
361
|
+
createdon?: string | null | undefined;
|
|
362
|
+
customertypecode?: number | null | undefined;
|
|
363
|
+
description?: string | null | undefined;
|
|
364
|
+
donotbulkemail?: boolean | null | undefined;
|
|
365
|
+
donotemail?: boolean | null | undefined;
|
|
366
|
+
donotfax?: boolean | null | undefined;
|
|
367
|
+
donotphone?: boolean | null | undefined;
|
|
368
|
+
donotpostalmail?: boolean | null | undefined;
|
|
369
|
+
emailaddress1?: string | null | undefined;
|
|
370
|
+
followemail?: boolean | null | undefined;
|
|
371
|
+
importsequencenumber?: number | null | undefined;
|
|
372
|
+
modifiedon?: string | null | undefined;
|
|
373
|
+
overriddencreatedon?: string | null | undefined;
|
|
374
|
+
paymenttermscode?: number | null | undefined;
|
|
375
|
+
preferredcontactmethodcode?: number | null | undefined;
|
|
376
|
+
statecode?: number | null | undefined;
|
|
377
|
+
statuscode?: number | null | undefined;
|
|
378
|
+
telephone1?: string | null | undefined;
|
|
379
|
+
timezoneruleversionnumber?: string | number | null | undefined;
|
|
380
|
+
utcconversiontimezonecode?: string | number | null | undefined;
|
|
381
|
+
versionnumber?: number | null | undefined;
|
|
382
|
+
websiteurl?: string | null | undefined;
|
|
383
|
+
ww_isphonevalid?: boolean | null | undefined;
|
|
384
|
+
ww_schedulecall?: string | null | undefined;
|
|
385
|
+
parentaccountid?: any;
|
|
386
|
+
primarycontactid?: any;
|
|
387
|
+
ww_ContractAdministrator?: any;
|
|
388
|
+
ww_arb_ComplianceContact?: any;
|
|
389
|
+
ww_CountryLookup?: any;
|
|
390
|
+
ww_ICPFeeCurrency?: any;
|
|
391
|
+
ww_OnboardingFee?: any;
|
|
392
|
+
ww_BillingContact?: any;
|
|
393
|
+
ww_ManagingDirector?: any;
|
|
394
|
+
ww_FinancialDirector?: any;
|
|
395
|
+
ww_Informationprovidedby?: any;
|
|
396
|
+
transactioncurrencyid?: any;
|
|
397
|
+
accountid?: string | undefined;
|
|
398
|
+
accountnumber?: string | null | undefined;
|
|
399
|
+
name?: string | null | undefined;
|
|
400
|
+
ww_companyhq?: number | null | undefined;
|
|
401
|
+
ww_accountstatus?: number | null | undefined;
|
|
402
|
+
ww_icpstatus?: number | null | undefined;
|
|
403
|
+
ww_industry?: string | null | undefined;
|
|
404
|
+
ww_lastreferreddate?: string | null | undefined;
|
|
405
|
+
ww_growthpotential?: number | null | undefined;
|
|
406
|
+
_ww_source_value?: string | null | undefined;
|
|
407
|
+
ww_suppliertype?: number | null | undefined;
|
|
408
|
+
_ww_source1_value?: string | null | undefined;
|
|
409
|
+
_ww_source2_value?: string | null | undefined;
|
|
410
|
+
_parentaccountid_value?: string | null | undefined;
|
|
411
|
+
_primarycontactid_value?: string | null | undefined;
|
|
412
|
+
_ww_contractadministrator_value?: string | null | undefined;
|
|
413
|
+
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
414
|
+
ww_isemailvalid?: boolean | null | undefined;
|
|
415
|
+
ww_linkedin?: string | null | undefined;
|
|
416
|
+
_ww_countrylookup_value?: string | null | undefined;
|
|
417
|
+
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
418
|
+
ww_icpfeebasee?: number | null | undefined;
|
|
419
|
+
ww_icpfixedvalue?: number | null | undefined;
|
|
420
|
+
ww_icp?: number | null | undefined;
|
|
421
|
+
ww_icpminvalue?: number | null | undefined;
|
|
422
|
+
_ww_internalaccountmanager_value?: string | null | undefined;
|
|
423
|
+
ww_icptype?: string | null | undefined;
|
|
424
|
+
ww_onboardingfeenumeric?: number | null | undefined;
|
|
425
|
+
_ww_onboardingfee_value?: string | null | undefined;
|
|
426
|
+
ww_useparentforbilling?: number | null | undefined;
|
|
427
|
+
ww_billingtype?: number | null | undefined;
|
|
428
|
+
_ww_billingcontact_value?: string | null | undefined;
|
|
429
|
+
ww_incorporationnumber?: string | null | undefined;
|
|
430
|
+
ww_vatnumber?: string | null | undefined;
|
|
431
|
+
ww_onpsl?: boolean | null | undefined;
|
|
432
|
+
ww_paymentterms?: number | null | undefined;
|
|
433
|
+
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
434
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
435
|
+
ww_zohobookssync?: string | null | undefined;
|
|
436
|
+
_ww_managingdirector_value?: string | null | undefined;
|
|
437
|
+
_ww_financialdirector_value?: string | null | undefined;
|
|
438
|
+
ww_employersliability?: number | null | undefined;
|
|
439
|
+
ww_zohocrmid?: string | null | undefined;
|
|
440
|
+
ww_zohobooksid?: string | null | undefined;
|
|
441
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
442
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
443
|
+
ww_precisionid?: string | null | undefined;
|
|
444
|
+
_ww_informationprovidedby_value?: string | null | undefined;
|
|
445
|
+
ww_informationprovidedon?: string | null | undefined;
|
|
446
|
+
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
447
|
+
ww_professionalindemnityinsurance?: number | null | undefined;
|
|
448
|
+
ww_publicliabilityinsurance?: number | null | undefined;
|
|
449
|
+
}, {
|
|
450
|
+
'@odata.etag'?: string | null | undefined;
|
|
451
|
+
_createdby_value?: string | null | undefined;
|
|
452
|
+
_createdonbehalfby_value?: string | null | undefined;
|
|
453
|
+
_modifiedby_value?: string | null | undefined;
|
|
454
|
+
_modifiedonbehalfby_value?: string | null | undefined;
|
|
455
|
+
_ownerid_value?: string | null | undefined;
|
|
456
|
+
_owningbusinessunit_value?: string | null | undefined;
|
|
457
|
+
_owningteam_value?: string | null | undefined;
|
|
458
|
+
_owninguser_value?: string | null | undefined;
|
|
459
|
+
_transactioncurrencyid_value?: string | null | undefined;
|
|
460
|
+
_ww_owningsite_value?: string | null | undefined;
|
|
461
|
+
_ww_schedulecallowner_value?: string | null | undefined;
|
|
462
|
+
_ww_schedulecallqueue_value?: string | null | undefined;
|
|
463
|
+
address1_city?: string | null | undefined;
|
|
464
|
+
address1_composite?: string | null | undefined;
|
|
465
|
+
address1_country?: string | null | undefined;
|
|
466
|
+
address1_line1?: string | null | undefined;
|
|
467
|
+
address1_line2?: string | null | undefined;
|
|
468
|
+
address1_line3?: string | null | undefined;
|
|
469
|
+
address1_name?: string | null | undefined;
|
|
470
|
+
address1_postalcode?: string | null | undefined;
|
|
471
|
+
address1_stateorprovince?: string | null | undefined;
|
|
472
|
+
createdon?: string | null | undefined;
|
|
473
|
+
customertypecode?: number | null | undefined;
|
|
474
|
+
description?: string | null | undefined;
|
|
475
|
+
donotbulkemail?: boolean | null | undefined;
|
|
476
|
+
donotemail?: boolean | null | undefined;
|
|
477
|
+
donotfax?: boolean | null | undefined;
|
|
478
|
+
donotphone?: boolean | null | undefined;
|
|
479
|
+
donotpostalmail?: boolean | null | undefined;
|
|
480
|
+
emailaddress1?: string | null | undefined;
|
|
481
|
+
followemail?: boolean | null | undefined;
|
|
482
|
+
importsequencenumber?: number | null | undefined;
|
|
483
|
+
modifiedon?: string | null | undefined;
|
|
484
|
+
overriddencreatedon?: string | null | undefined;
|
|
485
|
+
paymenttermscode?: number | null | undefined;
|
|
486
|
+
preferredcontactmethodcode?: number | null | undefined;
|
|
487
|
+
statecode?: number | null | undefined;
|
|
488
|
+
statuscode?: number | null | undefined;
|
|
489
|
+
telephone1?: string | null | undefined;
|
|
490
|
+
timezoneruleversionnumber?: string | number | null | undefined;
|
|
491
|
+
utcconversiontimezonecode?: string | number | null | undefined;
|
|
492
|
+
versionnumber?: number | null | undefined;
|
|
493
|
+
websiteurl?: string | null | undefined;
|
|
494
|
+
ww_isphonevalid?: boolean | null | undefined;
|
|
495
|
+
ww_schedulecall?: string | null | undefined;
|
|
496
|
+
parentaccountid?: any;
|
|
497
|
+
primarycontactid?: any;
|
|
498
|
+
ww_ContractAdministrator?: any;
|
|
499
|
+
ww_arb_ComplianceContact?: any;
|
|
500
|
+
ww_CountryLookup?: any;
|
|
501
|
+
ww_ICPFeeCurrency?: any;
|
|
502
|
+
ww_OnboardingFee?: any;
|
|
503
|
+
ww_BillingContact?: any;
|
|
504
|
+
ww_ManagingDirector?: any;
|
|
505
|
+
ww_FinancialDirector?: any;
|
|
506
|
+
ww_Informationprovidedby?: any;
|
|
507
|
+
transactioncurrencyid?: any;
|
|
508
|
+
accountid?: string | undefined;
|
|
509
|
+
accountnumber?: string | null | undefined;
|
|
510
|
+
name?: string | null | undefined;
|
|
511
|
+
ww_companyhq?: number | null | undefined;
|
|
512
|
+
ww_accountstatus?: number | null | undefined;
|
|
513
|
+
ww_icpstatus?: number | null | undefined;
|
|
514
|
+
ww_industry?: string | null | undefined;
|
|
515
|
+
ww_lastreferreddate?: string | null | undefined;
|
|
516
|
+
ww_growthpotential?: number | null | undefined;
|
|
517
|
+
_ww_source_value?: string | null | undefined;
|
|
518
|
+
ww_suppliertype?: number | null | undefined;
|
|
519
|
+
_ww_source1_value?: string | null | undefined;
|
|
520
|
+
_ww_source2_value?: string | null | undefined;
|
|
521
|
+
_parentaccountid_value?: string | null | undefined;
|
|
522
|
+
_primarycontactid_value?: string | null | undefined;
|
|
523
|
+
_ww_contractadministrator_value?: string | null | undefined;
|
|
524
|
+
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
525
|
+
ww_isemailvalid?: boolean | null | undefined;
|
|
526
|
+
ww_linkedin?: string | null | undefined;
|
|
527
|
+
_ww_countrylookup_value?: string | null | undefined;
|
|
528
|
+
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
529
|
+
ww_icpfeebasee?: number | null | undefined;
|
|
530
|
+
ww_icpfixedvalue?: number | null | undefined;
|
|
531
|
+
ww_icp?: number | null | undefined;
|
|
532
|
+
ww_icpminvalue?: number | null | undefined;
|
|
533
|
+
_ww_internalaccountmanager_value?: string | null | undefined;
|
|
534
|
+
ww_icptype?: string | null | undefined;
|
|
535
|
+
ww_onboardingfeenumeric?: number | null | undefined;
|
|
536
|
+
_ww_onboardingfee_value?: string | null | undefined;
|
|
537
|
+
ww_useparentforbilling?: number | null | undefined;
|
|
538
|
+
ww_billingtype?: number | null | undefined;
|
|
539
|
+
_ww_billingcontact_value?: string | null | undefined;
|
|
540
|
+
ww_incorporationnumber?: string | null | undefined;
|
|
541
|
+
ww_vatnumber?: string | null | undefined;
|
|
542
|
+
ww_onpsl?: boolean | null | undefined;
|
|
543
|
+
ww_paymentterms?: number | null | undefined;
|
|
544
|
+
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
545
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
546
|
+
ww_zohobookssync?: string | null | undefined;
|
|
547
|
+
_ww_managingdirector_value?: string | null | undefined;
|
|
548
|
+
_ww_financialdirector_value?: string | null | undefined;
|
|
549
|
+
ww_employersliability?: number | null | undefined;
|
|
550
|
+
ww_zohocrmid?: string | null | undefined;
|
|
551
|
+
ww_zohobooksid?: string | null | undefined;
|
|
552
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
553
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
554
|
+
ww_precisionid?: string | null | undefined;
|
|
555
|
+
_ww_informationprovidedby_value?: string | null | undefined;
|
|
556
|
+
ww_informationprovidedon?: string | null | undefined;
|
|
557
|
+
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
558
|
+
ww_professionalindemnityinsurance?: number | null | undefined;
|
|
559
|
+
ww_publicliabilityinsurance?: number | null | undefined;
|
|
560
|
+
}>;
|
|
561
|
+
SPayloadD365: z.ZodObject<{
|
|
562
|
+
readonly accountid: z.ZodOptional<z.ZodString>;
|
|
563
|
+
readonly customertypecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
564
|
+
readonly accountnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
565
|
+
readonly name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
566
|
+
readonly ww_companyhq: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
567
|
+
readonly ww_accountstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
568
|
+
readonly ww_icpstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
569
|
+
readonly ww_industry: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
570
|
+
readonly ww_lastreferreddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
571
|
+
readonly ww_growthpotential: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
572
|
+
readonly _ww_source_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
573
|
+
readonly ww_suppliertype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
574
|
+
readonly _ww_source1_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
575
|
+
readonly _ww_source2_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
576
|
+
readonly _parentaccountid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
577
|
+
readonly _primarycontactid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
578
|
+
readonly _ww_contractadministrator_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
579
|
+
readonly telephone1: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
580
|
+
readonly _ww_arb_compliancecontact_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
581
|
+
readonly ww_isphonevalid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
582
|
+
readonly emailaddress1: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
583
|
+
readonly ww_isemailvalid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
584
|
+
readonly websiteurl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
585
|
+
readonly ww_linkedin: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
586
|
+
readonly _ww_countrylookup_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
587
|
+
readonly _ww_icpfeecurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
588
|
+
readonly ww_icpfeebasee: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
589
|
+
readonly ww_icpfixedvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
590
|
+
readonly ww_icp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
591
|
+
readonly ww_icpminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
592
|
+
readonly _ww_internalaccountmanager_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
593
|
+
readonly ww_icptype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
594
|
+
readonly ww_onboardingfeenumeric: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
595
|
+
readonly _ww_onboardingfee_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
596
|
+
readonly address1_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
597
|
+
readonly ww_useparentforbilling: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
598
|
+
readonly address1_line1: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
599
|
+
readonly address1_line2: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
600
|
+
readonly address1_line3: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
601
|
+
readonly address1_city: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
602
|
+
readonly address1_stateorprovince: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
603
|
+
readonly address1_postalcode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
604
|
+
readonly address1_country: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
605
|
+
readonly address1_composite: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
606
|
+
readonly ww_billingtype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
607
|
+
readonly _ww_billingcontact_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
608
|
+
readonly ww_incorporationnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
609
|
+
readonly ww_vatnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
610
|
+
readonly ww_onpsl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
611
|
+
readonly ww_paymentterms: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
612
|
+
readonly ww_signedtermsrecvd: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
613
|
+
readonly ww_schedulecall: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
614
|
+
readonly _ww_schedulecallowner_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
615
|
+
readonly _ww_schedulecallqueue_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
616
|
+
readonly ww_datelastcontacted: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
617
|
+
readonly description: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
618
|
+
readonly ww_zohobookssync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
619
|
+
readonly _ww_managingdirector_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
620
|
+
readonly _ww_financialdirector_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
621
|
+
readonly ww_employersliability: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
622
|
+
readonly ww_zohocrmid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
623
|
+
readonly ww_zohobooksid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
624
|
+
readonly ww_zohocrmsync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
625
|
+
readonly ww_zohosyncerror: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
626
|
+
readonly ww_precisionid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
627
|
+
readonly preferredcontactmethodcode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
628
|
+
readonly donotemail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
629
|
+
readonly followemail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
630
|
+
readonly donotbulkemail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
631
|
+
readonly donotphone: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
632
|
+
readonly donotfax: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
633
|
+
readonly donotpostalmail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
634
|
+
readonly _ww_informationprovidedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
635
|
+
readonly ww_informationprovidedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
636
|
+
readonly _transactioncurrencyid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
637
|
+
readonly paymenttermscode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
638
|
+
readonly _ww_scats_contractorcareconsultant_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
639
|
+
readonly _ww_owningsite_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
640
|
+
readonly ww_professionalindemnityinsurance: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
641
|
+
readonly ww_publicliabilityinsurance: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
642
|
+
readonly parentaccountid: z.ZodOptional<z.ZodTypeAny>;
|
|
643
|
+
readonly primarycontactid: z.ZodOptional<z.ZodTypeAny>;
|
|
644
|
+
readonly ww_ContractAdministrator: z.ZodOptional<z.ZodTypeAny>;
|
|
645
|
+
readonly ww_arb_ComplianceContact: z.ZodOptional<z.ZodTypeAny>;
|
|
646
|
+
readonly ww_CountryLookup: z.ZodOptional<z.ZodTypeAny>;
|
|
647
|
+
readonly ww_ICPFeeCurrency: z.ZodOptional<z.ZodTypeAny>;
|
|
648
|
+
readonly ww_OnboardingFee: z.ZodOptional<z.ZodTypeAny>;
|
|
649
|
+
readonly ww_BillingContact: z.ZodOptional<z.ZodTypeAny>;
|
|
650
|
+
readonly ww_ManagingDirector: z.ZodOptional<z.ZodTypeAny>;
|
|
651
|
+
readonly ww_FinancialDirector: z.ZodOptional<z.ZodTypeAny>;
|
|
652
|
+
readonly ww_Informationprovidedby: z.ZodOptional<z.ZodTypeAny>;
|
|
653
|
+
readonly transactioncurrencyid: z.ZodOptional<z.ZodTypeAny>;
|
|
654
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
655
|
+
_transactioncurrencyid_value?: string | null | undefined;
|
|
656
|
+
_ww_owningsite_value?: string | null | undefined;
|
|
657
|
+
_ww_schedulecallowner_value?: string | null | undefined;
|
|
658
|
+
_ww_schedulecallqueue_value?: string | null | undefined;
|
|
659
|
+
address1_city?: string | null | undefined;
|
|
660
|
+
address1_composite?: string | null | undefined;
|
|
661
|
+
address1_country?: string | null | undefined;
|
|
662
|
+
address1_line1?: string | null | undefined;
|
|
663
|
+
address1_line2?: string | null | undefined;
|
|
664
|
+
address1_line3?: string | null | undefined;
|
|
665
|
+
address1_name?: string | null | undefined;
|
|
666
|
+
address1_postalcode?: string | null | undefined;
|
|
667
|
+
address1_stateorprovince?: string | null | undefined;
|
|
668
|
+
customertypecode?: number | null | undefined;
|
|
669
|
+
description?: string | null | undefined;
|
|
670
|
+
donotbulkemail?: boolean | null | undefined;
|
|
671
|
+
donotemail?: boolean | null | undefined;
|
|
672
|
+
donotfax?: boolean | null | undefined;
|
|
673
|
+
donotphone?: boolean | null | undefined;
|
|
674
|
+
donotpostalmail?: boolean | null | undefined;
|
|
675
|
+
emailaddress1?: string | null | undefined;
|
|
676
|
+
followemail?: boolean | null | undefined;
|
|
677
|
+
paymenttermscode?: number | null | undefined;
|
|
678
|
+
preferredcontactmethodcode?: number | null | undefined;
|
|
679
|
+
telephone1?: string | null | undefined;
|
|
680
|
+
websiteurl?: string | null | undefined;
|
|
681
|
+
ww_isphonevalid?: boolean | null | undefined;
|
|
682
|
+
ww_schedulecall?: string | null | undefined;
|
|
683
|
+
parentaccountid?: any;
|
|
684
|
+
primarycontactid?: any;
|
|
685
|
+
ww_ContractAdministrator?: any;
|
|
686
|
+
ww_arb_ComplianceContact?: any;
|
|
687
|
+
ww_CountryLookup?: any;
|
|
688
|
+
ww_ICPFeeCurrency?: any;
|
|
689
|
+
ww_OnboardingFee?: any;
|
|
690
|
+
ww_BillingContact?: any;
|
|
691
|
+
ww_ManagingDirector?: any;
|
|
692
|
+
ww_FinancialDirector?: any;
|
|
693
|
+
ww_Informationprovidedby?: any;
|
|
694
|
+
transactioncurrencyid?: any;
|
|
695
|
+
accountid?: string | undefined;
|
|
696
|
+
accountnumber?: string | null | undefined;
|
|
697
|
+
name?: string | null | undefined;
|
|
698
|
+
ww_companyhq?: number | null | undefined;
|
|
699
|
+
ww_accountstatus?: number | null | undefined;
|
|
700
|
+
ww_icpstatus?: number | null | undefined;
|
|
701
|
+
ww_industry?: string | null | undefined;
|
|
702
|
+
ww_lastreferreddate?: string | null | undefined;
|
|
703
|
+
ww_growthpotential?: number | null | undefined;
|
|
704
|
+
_ww_source_value?: string | null | undefined;
|
|
705
|
+
ww_suppliertype?: number | null | undefined;
|
|
706
|
+
_ww_source1_value?: string | null | undefined;
|
|
707
|
+
_ww_source2_value?: string | null | undefined;
|
|
708
|
+
_parentaccountid_value?: string | null | undefined;
|
|
709
|
+
_primarycontactid_value?: string | null | undefined;
|
|
710
|
+
_ww_contractadministrator_value?: string | null | undefined;
|
|
711
|
+
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
712
|
+
ww_isemailvalid?: boolean | null | undefined;
|
|
713
|
+
ww_linkedin?: string | null | undefined;
|
|
714
|
+
_ww_countrylookup_value?: string | null | undefined;
|
|
715
|
+
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
716
|
+
ww_icpfeebasee?: number | null | undefined;
|
|
717
|
+
ww_icpfixedvalue?: number | null | undefined;
|
|
718
|
+
ww_icp?: number | null | undefined;
|
|
719
|
+
ww_icpminvalue?: number | null | undefined;
|
|
720
|
+
_ww_internalaccountmanager_value?: string | null | undefined;
|
|
721
|
+
ww_icptype?: string | null | undefined;
|
|
722
|
+
ww_onboardingfeenumeric?: number | null | undefined;
|
|
723
|
+
_ww_onboardingfee_value?: string | null | undefined;
|
|
724
|
+
ww_useparentforbilling?: number | null | undefined;
|
|
725
|
+
ww_billingtype?: number | null | undefined;
|
|
726
|
+
_ww_billingcontact_value?: string | null | undefined;
|
|
727
|
+
ww_incorporationnumber?: string | null | undefined;
|
|
728
|
+
ww_vatnumber?: string | null | undefined;
|
|
729
|
+
ww_onpsl?: boolean | null | undefined;
|
|
730
|
+
ww_paymentterms?: number | null | undefined;
|
|
731
|
+
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
732
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
733
|
+
ww_zohobookssync?: string | null | undefined;
|
|
734
|
+
_ww_managingdirector_value?: string | null | undefined;
|
|
735
|
+
_ww_financialdirector_value?: string | null | undefined;
|
|
736
|
+
ww_employersliability?: number | null | undefined;
|
|
737
|
+
ww_zohocrmid?: string | null | undefined;
|
|
738
|
+
ww_zohobooksid?: string | null | undefined;
|
|
739
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
740
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
741
|
+
ww_precisionid?: string | null | undefined;
|
|
742
|
+
_ww_informationprovidedby_value?: string | null | undefined;
|
|
743
|
+
ww_informationprovidedon?: string | null | undefined;
|
|
744
|
+
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
745
|
+
ww_professionalindemnityinsurance?: number | null | undefined;
|
|
746
|
+
ww_publicliabilityinsurance?: number | null | undefined;
|
|
747
|
+
}, {
|
|
748
|
+
_transactioncurrencyid_value?: string | null | undefined;
|
|
749
|
+
_ww_owningsite_value?: string | null | undefined;
|
|
750
|
+
_ww_schedulecallowner_value?: string | null | undefined;
|
|
751
|
+
_ww_schedulecallqueue_value?: string | null | undefined;
|
|
752
|
+
address1_city?: string | null | undefined;
|
|
753
|
+
address1_composite?: string | null | undefined;
|
|
754
|
+
address1_country?: string | null | undefined;
|
|
755
|
+
address1_line1?: string | null | undefined;
|
|
756
|
+
address1_line2?: string | null | undefined;
|
|
757
|
+
address1_line3?: string | null | undefined;
|
|
758
|
+
address1_name?: string | null | undefined;
|
|
759
|
+
address1_postalcode?: string | null | undefined;
|
|
760
|
+
address1_stateorprovince?: string | null | undefined;
|
|
761
|
+
customertypecode?: number | null | undefined;
|
|
762
|
+
description?: string | null | undefined;
|
|
763
|
+
donotbulkemail?: boolean | null | undefined;
|
|
764
|
+
donotemail?: boolean | null | undefined;
|
|
765
|
+
donotfax?: boolean | null | undefined;
|
|
766
|
+
donotphone?: boolean | null | undefined;
|
|
767
|
+
donotpostalmail?: boolean | null | undefined;
|
|
768
|
+
emailaddress1?: string | null | undefined;
|
|
769
|
+
followemail?: boolean | null | undefined;
|
|
770
|
+
paymenttermscode?: number | null | undefined;
|
|
771
|
+
preferredcontactmethodcode?: number | null | undefined;
|
|
772
|
+
telephone1?: string | null | undefined;
|
|
773
|
+
websiteurl?: string | null | undefined;
|
|
774
|
+
ww_isphonevalid?: boolean | null | undefined;
|
|
775
|
+
ww_schedulecall?: string | null | undefined;
|
|
776
|
+
parentaccountid?: any;
|
|
777
|
+
primarycontactid?: any;
|
|
778
|
+
ww_ContractAdministrator?: any;
|
|
779
|
+
ww_arb_ComplianceContact?: any;
|
|
780
|
+
ww_CountryLookup?: any;
|
|
781
|
+
ww_ICPFeeCurrency?: any;
|
|
782
|
+
ww_OnboardingFee?: any;
|
|
783
|
+
ww_BillingContact?: any;
|
|
784
|
+
ww_ManagingDirector?: any;
|
|
785
|
+
ww_FinancialDirector?: any;
|
|
786
|
+
ww_Informationprovidedby?: any;
|
|
787
|
+
transactioncurrencyid?: any;
|
|
788
|
+
accountid?: string | undefined;
|
|
789
|
+
accountnumber?: string | null | undefined;
|
|
790
|
+
name?: string | null | undefined;
|
|
791
|
+
ww_companyhq?: number | null | undefined;
|
|
792
|
+
ww_accountstatus?: number | null | undefined;
|
|
793
|
+
ww_icpstatus?: number | null | undefined;
|
|
794
|
+
ww_industry?: string | null | undefined;
|
|
795
|
+
ww_lastreferreddate?: string | null | undefined;
|
|
796
|
+
ww_growthpotential?: number | null | undefined;
|
|
797
|
+
_ww_source_value?: string | null | undefined;
|
|
798
|
+
ww_suppliertype?: number | null | undefined;
|
|
799
|
+
_ww_source1_value?: string | null | undefined;
|
|
800
|
+
_ww_source2_value?: string | null | undefined;
|
|
801
|
+
_parentaccountid_value?: string | null | undefined;
|
|
802
|
+
_primarycontactid_value?: string | null | undefined;
|
|
803
|
+
_ww_contractadministrator_value?: string | null | undefined;
|
|
804
|
+
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
805
|
+
ww_isemailvalid?: boolean | null | undefined;
|
|
806
|
+
ww_linkedin?: string | null | undefined;
|
|
807
|
+
_ww_countrylookup_value?: string | null | undefined;
|
|
808
|
+
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
809
|
+
ww_icpfeebasee?: number | null | undefined;
|
|
810
|
+
ww_icpfixedvalue?: number | null | undefined;
|
|
811
|
+
ww_icp?: number | null | undefined;
|
|
812
|
+
ww_icpminvalue?: number | null | undefined;
|
|
813
|
+
_ww_internalaccountmanager_value?: string | null | undefined;
|
|
814
|
+
ww_icptype?: string | null | undefined;
|
|
815
|
+
ww_onboardingfeenumeric?: number | null | undefined;
|
|
816
|
+
_ww_onboardingfee_value?: string | null | undefined;
|
|
817
|
+
ww_useparentforbilling?: number | null | undefined;
|
|
818
|
+
ww_billingtype?: number | null | undefined;
|
|
819
|
+
_ww_billingcontact_value?: string | null | undefined;
|
|
820
|
+
ww_incorporationnumber?: string | null | undefined;
|
|
821
|
+
ww_vatnumber?: string | null | undefined;
|
|
822
|
+
ww_onpsl?: boolean | null | undefined;
|
|
823
|
+
ww_paymentterms?: number | null | undefined;
|
|
824
|
+
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
825
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
826
|
+
ww_zohobookssync?: string | null | undefined;
|
|
827
|
+
_ww_managingdirector_value?: string | null | undefined;
|
|
828
|
+
_ww_financialdirector_value?: string | null | undefined;
|
|
829
|
+
ww_employersliability?: number | null | undefined;
|
|
830
|
+
ww_zohocrmid?: string | null | undefined;
|
|
831
|
+
ww_zohobooksid?: string | null | undefined;
|
|
832
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
833
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
834
|
+
ww_precisionid?: string | null | undefined;
|
|
835
|
+
_ww_informationprovidedby_value?: string | null | undefined;
|
|
836
|
+
ww_informationprovidedon?: string | null | undefined;
|
|
837
|
+
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
838
|
+
ww_professionalindemnityinsurance?: number | null | undefined;
|
|
839
|
+
ww_publicliabilityinsurance?: number | null | undefined;
|
|
840
|
+
}>;
|
|
841
|
+
SResponseAPI: z.ZodObject<{
|
|
842
|
+
readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
843
|
+
readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
844
|
+
readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
845
|
+
readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
846
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
847
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
848
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
849
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
850
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
851
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
852
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
853
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
854
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
855
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
856
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
857
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
858
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
859
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
860
|
+
readonly accountId: z.ZodString;
|
|
861
|
+
readonly relationshipType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
862
|
+
readonly accountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
863
|
+
readonly accountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
864
|
+
readonly companyHq: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
865
|
+
readonly accountStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
866
|
+
readonly icpStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
867
|
+
readonly industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
868
|
+
readonly lastReferredDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
869
|
+
readonly growthPotential: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
870
|
+
readonly sourceValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
871
|
+
readonly supplierType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
872
|
+
readonly subSource1Value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
873
|
+
readonly subSource2Value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
874
|
+
readonly parentAccountValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
875
|
+
readonly primaryContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
876
|
+
readonly contractAdministratorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
877
|
+
readonly businessPhone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
878
|
+
readonly complianceContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
879
|
+
readonly businessPhoneValid: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
880
|
+
readonly officeEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
881
|
+
readonly officeEmailValid: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
882
|
+
readonly website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
883
|
+
readonly linkedin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
884
|
+
readonly countryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
885
|
+
readonly icpFeeCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
886
|
+
readonly icpFeeBase: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
887
|
+
readonly icpFixedValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
888
|
+
readonly icp: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
889
|
+
readonly icpMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
890
|
+
readonly internalAccountManagerValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
891
|
+
readonly icpSolutionsOffered: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
892
|
+
readonly onboardingFee: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
893
|
+
readonly onboardingFeeCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
894
|
+
readonly addressLookup: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
895
|
+
readonly useParentForBilling: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
896
|
+
readonly street1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
897
|
+
readonly street2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
898
|
+
readonly street3: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
899
|
+
readonly city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
900
|
+
readonly stateProvince: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
901
|
+
readonly zipPostalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
902
|
+
readonly countryRegion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
903
|
+
readonly address1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
904
|
+
readonly billingType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
905
|
+
readonly billingContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
906
|
+
readonly incorporationNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
907
|
+
readonly vatNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
908
|
+
readonly onPsl: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
909
|
+
readonly paymentTerms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
910
|
+
readonly signedTermsReceived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
911
|
+
readonly scheduleACall: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
912
|
+
readonly scheduleCallOwnerValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
913
|
+
readonly scheduleCallQueueValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
914
|
+
readonly dateLastContacted: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
915
|
+
readonly description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
916
|
+
readonly zohoBooksSync: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
917
|
+
readonly nameOfMdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
918
|
+
readonly nameOfFdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
919
|
+
readonly employersLiabilityIfApplicable: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
920
|
+
readonly zohoCrmId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
921
|
+
readonly zohoBooksId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
922
|
+
readonly zohoCrmSync: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
923
|
+
readonly zohoSyncError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
924
|
+
readonly precisionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
925
|
+
readonly contactMethod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
926
|
+
readonly email: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
927
|
+
readonly followEmail: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
928
|
+
readonly bulkEmail: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
929
|
+
readonly phone: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
930
|
+
readonly fax: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
931
|
+
readonly mail: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
932
|
+
readonly informationProvidedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
933
|
+
readonly informationProvidedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
934
|
+
readonly currencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
935
|
+
readonly contractorCareConsultantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
936
|
+
readonly owningSiteValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
937
|
+
readonly professionalIndemnityInsurance: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
938
|
+
readonly publicLiabilityInsurance: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
939
|
+
readonly parentaccountid: z.ZodTypeAny;
|
|
940
|
+
readonly primarycontactid: z.ZodTypeAny;
|
|
941
|
+
readonly contractadministrator: z.ZodTypeAny;
|
|
942
|
+
readonly arbCompliancecontact: z.ZodTypeAny;
|
|
943
|
+
readonly countrylookup: z.ZodTypeAny;
|
|
944
|
+
readonly icpfeecurrency: z.ZodTypeAny;
|
|
945
|
+
readonly onboardingfee: z.ZodTypeAny;
|
|
946
|
+
readonly billingcontact: z.ZodTypeAny;
|
|
947
|
+
readonly managingdirector: z.ZodTypeAny;
|
|
948
|
+
readonly financialdirector: z.ZodTypeAny;
|
|
949
|
+
readonly informationprovidedby: z.ZodTypeAny;
|
|
950
|
+
readonly transactioncurrencyid: z.ZodTypeAny;
|
|
951
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
952
|
+
accountId: string;
|
|
953
|
+
description?: string | null | undefined;
|
|
954
|
+
fax?: boolean | null | undefined;
|
|
955
|
+
parentaccountid?: any;
|
|
956
|
+
primarycontactid?: any;
|
|
957
|
+
transactioncurrencyid?: any;
|
|
958
|
+
relationshipType?: number | null | undefined;
|
|
959
|
+
accountNumber?: string | null | undefined;
|
|
960
|
+
accountName?: string | null | undefined;
|
|
961
|
+
companyHq?: number | null | undefined;
|
|
962
|
+
accountStatus?: number | null | undefined;
|
|
963
|
+
icpStatus?: number | null | undefined;
|
|
964
|
+
industry?: string | null | undefined;
|
|
965
|
+
lastReferredDate?: string | null | undefined;
|
|
966
|
+
growthPotential?: number | null | undefined;
|
|
967
|
+
sourceValue?: string | null | undefined;
|
|
968
|
+
supplierType?: number | null | undefined;
|
|
969
|
+
subSource1Value?: string | null | undefined;
|
|
970
|
+
subSource2Value?: string | null | undefined;
|
|
971
|
+
parentAccountValue?: string | null | undefined;
|
|
972
|
+
primaryContactValue?: string | null | undefined;
|
|
973
|
+
contractAdministratorValue?: string | null | undefined;
|
|
974
|
+
businessPhone?: string | null | undefined;
|
|
975
|
+
complianceContactValue?: string | null | undefined;
|
|
976
|
+
businessPhoneValid?: boolean | null | undefined;
|
|
977
|
+
officeEmail?: string | null | undefined;
|
|
978
|
+
officeEmailValid?: boolean | null | undefined;
|
|
979
|
+
website?: string | null | undefined;
|
|
980
|
+
linkedin?: string | null | undefined;
|
|
981
|
+
countryValue?: string | null | undefined;
|
|
982
|
+
icpFeeCurrencyValue?: string | null | undefined;
|
|
983
|
+
icpFeeBase?: number | null | undefined;
|
|
984
|
+
icpFixedValue?: number | null | undefined;
|
|
985
|
+
icp?: number | null | undefined;
|
|
986
|
+
icpMinValue?: number | null | undefined;
|
|
987
|
+
internalAccountManagerValue?: string | null | undefined;
|
|
988
|
+
icpSolutionsOffered?: string | null | undefined;
|
|
989
|
+
onboardingFee?: number | null | undefined;
|
|
990
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
991
|
+
addressLookup?: string | null | undefined;
|
|
992
|
+
useParentForBilling?: number | null | undefined;
|
|
993
|
+
street1?: string | null | undefined;
|
|
994
|
+
street2?: string | null | undefined;
|
|
995
|
+
street3?: string | null | undefined;
|
|
996
|
+
city?: string | null | undefined;
|
|
997
|
+
stateProvince?: string | null | undefined;
|
|
998
|
+
zipPostalCode?: string | null | undefined;
|
|
999
|
+
countryRegion?: string | null | undefined;
|
|
1000
|
+
address1?: string | null | undefined;
|
|
1001
|
+
billingType?: number | null | undefined;
|
|
1002
|
+
billingContactValue?: string | null | undefined;
|
|
1003
|
+
incorporationNumber?: string | null | undefined;
|
|
1004
|
+
vatNumber?: string | null | undefined;
|
|
1005
|
+
onPsl?: boolean | null | undefined;
|
|
1006
|
+
paymentTerms?: number | null | undefined;
|
|
1007
|
+
signedTermsReceived?: boolean | null | undefined;
|
|
1008
|
+
scheduleACall?: string | null | undefined;
|
|
1009
|
+
scheduleCallOwnerValue?: string | null | undefined;
|
|
1010
|
+
scheduleCallQueueValue?: string | null | undefined;
|
|
1011
|
+
dateLastContacted?: string | null | undefined;
|
|
1012
|
+
zohoBooksSync?: string | null | undefined;
|
|
1013
|
+
nameOfMdValue?: string | null | undefined;
|
|
1014
|
+
nameOfFdValue?: string | null | undefined;
|
|
1015
|
+
employersLiabilityIfApplicable?: number | null | undefined;
|
|
1016
|
+
zohoCrmId?: string | null | undefined;
|
|
1017
|
+
zohoBooksId?: string | null | undefined;
|
|
1018
|
+
zohoCrmSync?: string | null | undefined;
|
|
1019
|
+
zohoSyncError?: string | null | undefined;
|
|
1020
|
+
precisionId?: string | null | undefined;
|
|
1021
|
+
contactMethod?: number | null | undefined;
|
|
1022
|
+
email?: boolean | null | undefined;
|
|
1023
|
+
followEmail?: boolean | null | undefined;
|
|
1024
|
+
bulkEmail?: boolean | null | undefined;
|
|
1025
|
+
phone?: boolean | null | undefined;
|
|
1026
|
+
mail?: boolean | null | undefined;
|
|
1027
|
+
informationProvidedByValue?: string | null | undefined;
|
|
1028
|
+
informationProvidedOn?: string | null | undefined;
|
|
1029
|
+
currencyValue?: string | null | undefined;
|
|
1030
|
+
contractorCareConsultantValue?: string | null | undefined;
|
|
1031
|
+
owningSiteValue?: string | null | undefined;
|
|
1032
|
+
professionalIndemnityInsurance?: number | null | undefined;
|
|
1033
|
+
publicLiabilityInsurance?: number | null | undefined;
|
|
1034
|
+
contractadministrator?: any;
|
|
1035
|
+
arbCompliancecontact?: any;
|
|
1036
|
+
countrylookup?: any;
|
|
1037
|
+
icpfeecurrency?: any;
|
|
1038
|
+
onboardingfee?: any;
|
|
1039
|
+
billingcontact?: any;
|
|
1040
|
+
managingdirector?: any;
|
|
1041
|
+
financialdirector?: any;
|
|
1042
|
+
informationprovidedby?: any;
|
|
1043
|
+
etag?: string | null | undefined;
|
|
1044
|
+
versionNumber?: number | null | undefined;
|
|
1045
|
+
createdByValue?: string | null | undefined;
|
|
1046
|
+
createdOn?: string | null | undefined;
|
|
1047
|
+
createdOnBehalfByValue?: string | null | undefined;
|
|
1048
|
+
modifiedByValue?: string | null | undefined;
|
|
1049
|
+
modifiedOn?: string | null | undefined;
|
|
1050
|
+
modifiedOnBehalfByValue?: string | null | undefined;
|
|
1051
|
+
stateCode?: number | null | undefined;
|
|
1052
|
+
statusCode?: number | null | undefined;
|
|
1053
|
+
importSequenceNumber?: number | null | undefined;
|
|
1054
|
+
overriddenCreatedOn?: string | null | undefined;
|
|
1055
|
+
timezoneRuleVersionNumber?: string | number | null | undefined;
|
|
1056
|
+
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
1057
|
+
ownerIdValue?: string | null | undefined;
|
|
1058
|
+
owningBusinessUnitValue?: string | null | undefined;
|
|
1059
|
+
owningTeamValue?: string | null | undefined;
|
|
1060
|
+
owningUserValue?: string | null | undefined;
|
|
1061
|
+
}, {
|
|
1062
|
+
accountId: string;
|
|
1063
|
+
description?: string | null | undefined;
|
|
1064
|
+
fax?: boolean | null | undefined;
|
|
1065
|
+
parentaccountid?: any;
|
|
1066
|
+
primarycontactid?: any;
|
|
1067
|
+
transactioncurrencyid?: any;
|
|
1068
|
+
relationshipType?: number | null | undefined;
|
|
1069
|
+
accountNumber?: string | null | undefined;
|
|
1070
|
+
accountName?: string | null | undefined;
|
|
1071
|
+
companyHq?: number | null | undefined;
|
|
1072
|
+
accountStatus?: number | null | undefined;
|
|
1073
|
+
icpStatus?: number | null | undefined;
|
|
1074
|
+
industry?: string | null | undefined;
|
|
1075
|
+
lastReferredDate?: string | null | undefined;
|
|
1076
|
+
growthPotential?: number | null | undefined;
|
|
1077
|
+
sourceValue?: string | null | undefined;
|
|
1078
|
+
supplierType?: number | null | undefined;
|
|
1079
|
+
subSource1Value?: string | null | undefined;
|
|
1080
|
+
subSource2Value?: string | null | undefined;
|
|
1081
|
+
parentAccountValue?: string | null | undefined;
|
|
1082
|
+
primaryContactValue?: string | null | undefined;
|
|
1083
|
+
contractAdministratorValue?: string | null | undefined;
|
|
1084
|
+
businessPhone?: string | null | undefined;
|
|
1085
|
+
complianceContactValue?: string | null | undefined;
|
|
1086
|
+
businessPhoneValid?: boolean | null | undefined;
|
|
1087
|
+
officeEmail?: string | null | undefined;
|
|
1088
|
+
officeEmailValid?: boolean | null | undefined;
|
|
1089
|
+
website?: string | null | undefined;
|
|
1090
|
+
linkedin?: string | null | undefined;
|
|
1091
|
+
countryValue?: string | null | undefined;
|
|
1092
|
+
icpFeeCurrencyValue?: string | null | undefined;
|
|
1093
|
+
icpFeeBase?: number | null | undefined;
|
|
1094
|
+
icpFixedValue?: number | null | undefined;
|
|
1095
|
+
icp?: number | null | undefined;
|
|
1096
|
+
icpMinValue?: number | null | undefined;
|
|
1097
|
+
internalAccountManagerValue?: string | null | undefined;
|
|
1098
|
+
icpSolutionsOffered?: string | null | undefined;
|
|
1099
|
+
onboardingFee?: number | null | undefined;
|
|
1100
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
1101
|
+
addressLookup?: string | null | undefined;
|
|
1102
|
+
useParentForBilling?: number | null | undefined;
|
|
1103
|
+
street1?: string | null | undefined;
|
|
1104
|
+
street2?: string | null | undefined;
|
|
1105
|
+
street3?: string | null | undefined;
|
|
1106
|
+
city?: string | null | undefined;
|
|
1107
|
+
stateProvince?: string | null | undefined;
|
|
1108
|
+
zipPostalCode?: string | null | undefined;
|
|
1109
|
+
countryRegion?: string | null | undefined;
|
|
1110
|
+
address1?: string | null | undefined;
|
|
1111
|
+
billingType?: number | null | undefined;
|
|
1112
|
+
billingContactValue?: string | null | undefined;
|
|
1113
|
+
incorporationNumber?: string | null | undefined;
|
|
1114
|
+
vatNumber?: string | null | undefined;
|
|
1115
|
+
onPsl?: boolean | null | undefined;
|
|
1116
|
+
paymentTerms?: number | null | undefined;
|
|
1117
|
+
signedTermsReceived?: boolean | null | undefined;
|
|
1118
|
+
scheduleACall?: string | null | undefined;
|
|
1119
|
+
scheduleCallOwnerValue?: string | null | undefined;
|
|
1120
|
+
scheduleCallQueueValue?: string | null | undefined;
|
|
1121
|
+
dateLastContacted?: string | null | undefined;
|
|
1122
|
+
zohoBooksSync?: string | null | undefined;
|
|
1123
|
+
nameOfMdValue?: string | null | undefined;
|
|
1124
|
+
nameOfFdValue?: string | null | undefined;
|
|
1125
|
+
employersLiabilityIfApplicable?: number | null | undefined;
|
|
1126
|
+
zohoCrmId?: string | null | undefined;
|
|
1127
|
+
zohoBooksId?: string | null | undefined;
|
|
1128
|
+
zohoCrmSync?: string | null | undefined;
|
|
1129
|
+
zohoSyncError?: string | null | undefined;
|
|
1130
|
+
precisionId?: string | null | undefined;
|
|
1131
|
+
contactMethod?: number | null | undefined;
|
|
1132
|
+
email?: boolean | null | undefined;
|
|
1133
|
+
followEmail?: boolean | null | undefined;
|
|
1134
|
+
bulkEmail?: boolean | null | undefined;
|
|
1135
|
+
phone?: boolean | null | undefined;
|
|
1136
|
+
mail?: boolean | null | undefined;
|
|
1137
|
+
informationProvidedByValue?: string | null | undefined;
|
|
1138
|
+
informationProvidedOn?: string | null | undefined;
|
|
1139
|
+
currencyValue?: string | null | undefined;
|
|
1140
|
+
contractorCareConsultantValue?: string | null | undefined;
|
|
1141
|
+
owningSiteValue?: string | null | undefined;
|
|
1142
|
+
professionalIndemnityInsurance?: number | null | undefined;
|
|
1143
|
+
publicLiabilityInsurance?: number | null | undefined;
|
|
1144
|
+
contractadministrator?: any;
|
|
1145
|
+
arbCompliancecontact?: any;
|
|
1146
|
+
countrylookup?: any;
|
|
1147
|
+
icpfeecurrency?: any;
|
|
1148
|
+
onboardingfee?: any;
|
|
1149
|
+
billingcontact?: any;
|
|
1150
|
+
managingdirector?: any;
|
|
1151
|
+
financialdirector?: any;
|
|
1152
|
+
informationprovidedby?: any;
|
|
1153
|
+
etag?: string | null | undefined;
|
|
1154
|
+
versionNumber?: number | null | undefined;
|
|
1155
|
+
createdByValue?: string | null | undefined;
|
|
1156
|
+
createdOn?: string | null | undefined;
|
|
1157
|
+
createdOnBehalfByValue?: string | null | undefined;
|
|
1158
|
+
modifiedByValue?: string | null | undefined;
|
|
1159
|
+
modifiedOn?: string | null | undefined;
|
|
1160
|
+
modifiedOnBehalfByValue?: string | null | undefined;
|
|
1161
|
+
stateCode?: number | null | undefined;
|
|
1162
|
+
statusCode?: number | null | undefined;
|
|
1163
|
+
importSequenceNumber?: number | null | undefined;
|
|
1164
|
+
overriddenCreatedOn?: string | null | undefined;
|
|
1165
|
+
timezoneRuleVersionNumber?: string | number | null | undefined;
|
|
1166
|
+
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
1167
|
+
ownerIdValue?: string | null | undefined;
|
|
1168
|
+
owningBusinessUnitValue?: string | null | undefined;
|
|
1169
|
+
owningTeamValue?: string | null | undefined;
|
|
1170
|
+
owningUserValue?: string | null | undefined;
|
|
1171
|
+
}>;
|
|
1172
|
+
SPayloadAPI: z.ZodObject<{
|
|
1173
|
+
readonly accountId: z.ZodOptional<z.ZodString>;
|
|
1174
|
+
readonly relationshipType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1175
|
+
readonly accountNumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1176
|
+
readonly accountName: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1177
|
+
readonly companyHq: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1178
|
+
readonly accountStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1179
|
+
readonly icpStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1180
|
+
readonly industry: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1181
|
+
readonly lastReferredDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1182
|
+
readonly growthPotential: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1183
|
+
readonly sourceValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1184
|
+
readonly supplierType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1185
|
+
readonly subSource1Value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1186
|
+
readonly subSource2Value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1187
|
+
readonly parentAccountValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1188
|
+
readonly primaryContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1189
|
+
readonly contractAdministratorValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1190
|
+
readonly businessPhone: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1191
|
+
readonly complianceContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1192
|
+
readonly businessPhoneValid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1193
|
+
readonly officeEmail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1194
|
+
readonly officeEmailValid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1195
|
+
readonly website: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1196
|
+
readonly linkedin: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1197
|
+
readonly countryValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1198
|
+
readonly icpFeeCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1199
|
+
readonly icpFeeBase: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1200
|
+
readonly icpFixedValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1201
|
+
readonly icp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1202
|
+
readonly icpMinValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1203
|
+
readonly internalAccountManagerValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1204
|
+
readonly icpSolutionsOffered: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1205
|
+
readonly onboardingFee: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1206
|
+
readonly onboardingFeeCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1207
|
+
readonly addressLookup: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1208
|
+
readonly useParentForBilling: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1209
|
+
readonly street1: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1210
|
+
readonly street2: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1211
|
+
readonly street3: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1212
|
+
readonly city: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1213
|
+
readonly stateProvince: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1214
|
+
readonly zipPostalCode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1215
|
+
readonly countryRegion: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1216
|
+
readonly address1: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1217
|
+
readonly billingType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1218
|
+
readonly billingContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1219
|
+
readonly incorporationNumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1220
|
+
readonly vatNumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1221
|
+
readonly onPsl: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1222
|
+
readonly paymentTerms: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1223
|
+
readonly signedTermsReceived: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1224
|
+
readonly scheduleACall: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1225
|
+
readonly scheduleCallOwnerValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1226
|
+
readonly scheduleCallQueueValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1227
|
+
readonly dateLastContacted: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1228
|
+
readonly description: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1229
|
+
readonly zohoBooksSync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1230
|
+
readonly nameOfMdValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1231
|
+
readonly nameOfFdValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1232
|
+
readonly employersLiabilityIfApplicable: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1233
|
+
readonly zohoCrmId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1234
|
+
readonly zohoBooksId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1235
|
+
readonly zohoCrmSync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1236
|
+
readonly zohoSyncError: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1237
|
+
readonly precisionId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1238
|
+
readonly contactMethod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1239
|
+
readonly email: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1240
|
+
readonly followEmail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1241
|
+
readonly bulkEmail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1242
|
+
readonly phone: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1243
|
+
readonly fax: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1244
|
+
readonly mail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1245
|
+
readonly informationProvidedByValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1246
|
+
readonly informationProvidedOn: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1247
|
+
readonly currencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1248
|
+
readonly contractorCareConsultantValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1249
|
+
readonly owningSiteValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1250
|
+
readonly professionalIndemnityInsurance: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1251
|
+
readonly publicLiabilityInsurance: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1252
|
+
readonly parentaccountid: z.ZodOptional<z.ZodTypeAny>;
|
|
1253
|
+
readonly primarycontactid: z.ZodOptional<z.ZodTypeAny>;
|
|
1254
|
+
readonly contractadministrator: z.ZodOptional<z.ZodTypeAny>;
|
|
1255
|
+
readonly arbCompliancecontact: z.ZodOptional<z.ZodTypeAny>;
|
|
1256
|
+
readonly countrylookup: z.ZodOptional<z.ZodTypeAny>;
|
|
1257
|
+
readonly icpfeecurrency: z.ZodOptional<z.ZodTypeAny>;
|
|
1258
|
+
readonly onboardingfee: z.ZodOptional<z.ZodTypeAny>;
|
|
1259
|
+
readonly billingcontact: z.ZodOptional<z.ZodTypeAny>;
|
|
1260
|
+
readonly managingdirector: z.ZodOptional<z.ZodTypeAny>;
|
|
1261
|
+
readonly financialdirector: z.ZodOptional<z.ZodTypeAny>;
|
|
1262
|
+
readonly informationprovidedby: z.ZodOptional<z.ZodTypeAny>;
|
|
1263
|
+
readonly transactioncurrencyid: z.ZodOptional<z.ZodTypeAny>;
|
|
1264
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1265
|
+
description?: string | null | undefined;
|
|
1266
|
+
fax?: boolean | null | undefined;
|
|
1267
|
+
parentaccountid?: any;
|
|
1268
|
+
primarycontactid?: any;
|
|
1269
|
+
transactioncurrencyid?: any;
|
|
1270
|
+
accountId?: string | undefined;
|
|
1271
|
+
relationshipType?: number | null | undefined;
|
|
1272
|
+
accountNumber?: string | null | undefined;
|
|
1273
|
+
accountName?: string | null | undefined;
|
|
1274
|
+
companyHq?: number | null | undefined;
|
|
1275
|
+
accountStatus?: number | null | undefined;
|
|
1276
|
+
icpStatus?: number | null | undefined;
|
|
1277
|
+
industry?: string | null | undefined;
|
|
1278
|
+
lastReferredDate?: string | null | undefined;
|
|
1279
|
+
growthPotential?: number | null | undefined;
|
|
1280
|
+
sourceValue?: string | null | undefined;
|
|
1281
|
+
supplierType?: number | null | undefined;
|
|
1282
|
+
subSource1Value?: string | null | undefined;
|
|
1283
|
+
subSource2Value?: string | null | undefined;
|
|
1284
|
+
parentAccountValue?: string | null | undefined;
|
|
1285
|
+
primaryContactValue?: string | null | undefined;
|
|
1286
|
+
contractAdministratorValue?: string | null | undefined;
|
|
1287
|
+
businessPhone?: string | null | undefined;
|
|
1288
|
+
complianceContactValue?: string | null | undefined;
|
|
1289
|
+
businessPhoneValid?: boolean | null | undefined;
|
|
1290
|
+
officeEmail?: string | null | undefined;
|
|
1291
|
+
officeEmailValid?: boolean | null | undefined;
|
|
1292
|
+
website?: string | null | undefined;
|
|
1293
|
+
linkedin?: string | null | undefined;
|
|
1294
|
+
countryValue?: string | null | undefined;
|
|
1295
|
+
icpFeeCurrencyValue?: string | null | undefined;
|
|
1296
|
+
icpFeeBase?: number | null | undefined;
|
|
1297
|
+
icpFixedValue?: number | null | undefined;
|
|
1298
|
+
icp?: number | null | undefined;
|
|
1299
|
+
icpMinValue?: number | null | undefined;
|
|
1300
|
+
internalAccountManagerValue?: string | null | undefined;
|
|
1301
|
+
icpSolutionsOffered?: string | null | undefined;
|
|
1302
|
+
onboardingFee?: number | null | undefined;
|
|
1303
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
1304
|
+
addressLookup?: string | null | undefined;
|
|
1305
|
+
useParentForBilling?: number | null | undefined;
|
|
1306
|
+
street1?: string | null | undefined;
|
|
1307
|
+
street2?: string | null | undefined;
|
|
1308
|
+
street3?: string | null | undefined;
|
|
1309
|
+
city?: string | null | undefined;
|
|
1310
|
+
stateProvince?: string | null | undefined;
|
|
1311
|
+
zipPostalCode?: string | null | undefined;
|
|
1312
|
+
countryRegion?: string | null | undefined;
|
|
1313
|
+
address1?: string | null | undefined;
|
|
1314
|
+
billingType?: number | null | undefined;
|
|
1315
|
+
billingContactValue?: string | null | undefined;
|
|
1316
|
+
incorporationNumber?: string | null | undefined;
|
|
1317
|
+
vatNumber?: string | null | undefined;
|
|
1318
|
+
onPsl?: boolean | null | undefined;
|
|
1319
|
+
paymentTerms?: number | null | undefined;
|
|
1320
|
+
signedTermsReceived?: boolean | null | undefined;
|
|
1321
|
+
scheduleACall?: string | null | undefined;
|
|
1322
|
+
scheduleCallOwnerValue?: string | null | undefined;
|
|
1323
|
+
scheduleCallQueueValue?: string | null | undefined;
|
|
1324
|
+
dateLastContacted?: string | null | undefined;
|
|
1325
|
+
zohoBooksSync?: string | null | undefined;
|
|
1326
|
+
nameOfMdValue?: string | null | undefined;
|
|
1327
|
+
nameOfFdValue?: string | null | undefined;
|
|
1328
|
+
employersLiabilityIfApplicable?: number | null | undefined;
|
|
1329
|
+
zohoCrmId?: string | null | undefined;
|
|
1330
|
+
zohoBooksId?: string | null | undefined;
|
|
1331
|
+
zohoCrmSync?: string | null | undefined;
|
|
1332
|
+
zohoSyncError?: string | null | undefined;
|
|
1333
|
+
precisionId?: string | null | undefined;
|
|
1334
|
+
contactMethod?: number | null | undefined;
|
|
1335
|
+
email?: boolean | null | undefined;
|
|
1336
|
+
followEmail?: boolean | null | undefined;
|
|
1337
|
+
bulkEmail?: boolean | null | undefined;
|
|
1338
|
+
phone?: boolean | null | undefined;
|
|
1339
|
+
mail?: boolean | null | undefined;
|
|
1340
|
+
informationProvidedByValue?: string | null | undefined;
|
|
1341
|
+
informationProvidedOn?: string | null | undefined;
|
|
1342
|
+
currencyValue?: string | null | undefined;
|
|
1343
|
+
contractorCareConsultantValue?: string | null | undefined;
|
|
1344
|
+
owningSiteValue?: string | null | undefined;
|
|
1345
|
+
professionalIndemnityInsurance?: number | null | undefined;
|
|
1346
|
+
publicLiabilityInsurance?: number | null | undefined;
|
|
1347
|
+
contractadministrator?: any;
|
|
1348
|
+
arbCompliancecontact?: any;
|
|
1349
|
+
countrylookup?: any;
|
|
1350
|
+
icpfeecurrency?: any;
|
|
1351
|
+
onboardingfee?: any;
|
|
1352
|
+
billingcontact?: any;
|
|
1353
|
+
managingdirector?: any;
|
|
1354
|
+
financialdirector?: any;
|
|
1355
|
+
informationprovidedby?: any;
|
|
1356
|
+
}, {
|
|
1357
|
+
description?: string | null | undefined;
|
|
1358
|
+
fax?: boolean | null | undefined;
|
|
1359
|
+
parentaccountid?: any;
|
|
1360
|
+
primarycontactid?: any;
|
|
1361
|
+
transactioncurrencyid?: any;
|
|
1362
|
+
accountId?: string | undefined;
|
|
1363
|
+
relationshipType?: number | null | undefined;
|
|
1364
|
+
accountNumber?: string | null | undefined;
|
|
1365
|
+
accountName?: string | null | undefined;
|
|
1366
|
+
companyHq?: number | null | undefined;
|
|
1367
|
+
accountStatus?: number | null | undefined;
|
|
1368
|
+
icpStatus?: number | null | undefined;
|
|
1369
|
+
industry?: string | null | undefined;
|
|
1370
|
+
lastReferredDate?: string | null | undefined;
|
|
1371
|
+
growthPotential?: number | null | undefined;
|
|
1372
|
+
sourceValue?: string | null | undefined;
|
|
1373
|
+
supplierType?: number | null | undefined;
|
|
1374
|
+
subSource1Value?: string | null | undefined;
|
|
1375
|
+
subSource2Value?: string | null | undefined;
|
|
1376
|
+
parentAccountValue?: string | null | undefined;
|
|
1377
|
+
primaryContactValue?: string | null | undefined;
|
|
1378
|
+
contractAdministratorValue?: string | null | undefined;
|
|
1379
|
+
businessPhone?: string | null | undefined;
|
|
1380
|
+
complianceContactValue?: string | null | undefined;
|
|
1381
|
+
businessPhoneValid?: boolean | null | undefined;
|
|
1382
|
+
officeEmail?: string | null | undefined;
|
|
1383
|
+
officeEmailValid?: boolean | null | undefined;
|
|
1384
|
+
website?: string | null | undefined;
|
|
1385
|
+
linkedin?: string | null | undefined;
|
|
1386
|
+
countryValue?: string | null | undefined;
|
|
1387
|
+
icpFeeCurrencyValue?: string | null | undefined;
|
|
1388
|
+
icpFeeBase?: number | null | undefined;
|
|
1389
|
+
icpFixedValue?: number | null | undefined;
|
|
1390
|
+
icp?: number | null | undefined;
|
|
1391
|
+
icpMinValue?: number | null | undefined;
|
|
1392
|
+
internalAccountManagerValue?: string | null | undefined;
|
|
1393
|
+
icpSolutionsOffered?: string | null | undefined;
|
|
1394
|
+
onboardingFee?: number | null | undefined;
|
|
1395
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
1396
|
+
addressLookup?: string | null | undefined;
|
|
1397
|
+
useParentForBilling?: number | null | undefined;
|
|
1398
|
+
street1?: string | null | undefined;
|
|
1399
|
+
street2?: string | null | undefined;
|
|
1400
|
+
street3?: string | null | undefined;
|
|
1401
|
+
city?: string | null | undefined;
|
|
1402
|
+
stateProvince?: string | null | undefined;
|
|
1403
|
+
zipPostalCode?: string | null | undefined;
|
|
1404
|
+
countryRegion?: string | null | undefined;
|
|
1405
|
+
address1?: string | null | undefined;
|
|
1406
|
+
billingType?: number | null | undefined;
|
|
1407
|
+
billingContactValue?: string | null | undefined;
|
|
1408
|
+
incorporationNumber?: string | null | undefined;
|
|
1409
|
+
vatNumber?: string | null | undefined;
|
|
1410
|
+
onPsl?: boolean | null | undefined;
|
|
1411
|
+
paymentTerms?: number | null | undefined;
|
|
1412
|
+
signedTermsReceived?: boolean | null | undefined;
|
|
1413
|
+
scheduleACall?: string | null | undefined;
|
|
1414
|
+
scheduleCallOwnerValue?: string | null | undefined;
|
|
1415
|
+
scheduleCallQueueValue?: string | null | undefined;
|
|
1416
|
+
dateLastContacted?: string | null | undefined;
|
|
1417
|
+
zohoBooksSync?: string | null | undefined;
|
|
1418
|
+
nameOfMdValue?: string | null | undefined;
|
|
1419
|
+
nameOfFdValue?: string | null | undefined;
|
|
1420
|
+
employersLiabilityIfApplicable?: number | null | undefined;
|
|
1421
|
+
zohoCrmId?: string | null | undefined;
|
|
1422
|
+
zohoBooksId?: string | null | undefined;
|
|
1423
|
+
zohoCrmSync?: string | null | undefined;
|
|
1424
|
+
zohoSyncError?: string | null | undefined;
|
|
1425
|
+
precisionId?: string | null | undefined;
|
|
1426
|
+
contactMethod?: number | null | undefined;
|
|
1427
|
+
email?: boolean | null | undefined;
|
|
1428
|
+
followEmail?: boolean | null | undefined;
|
|
1429
|
+
bulkEmail?: boolean | null | undefined;
|
|
1430
|
+
phone?: boolean | null | undefined;
|
|
1431
|
+
mail?: boolean | null | undefined;
|
|
1432
|
+
informationProvidedByValue?: string | null | undefined;
|
|
1433
|
+
informationProvidedOn?: string | null | undefined;
|
|
1434
|
+
currencyValue?: string | null | undefined;
|
|
1435
|
+
contractorCareConsultantValue?: string | null | undefined;
|
|
1436
|
+
owningSiteValue?: string | null | undefined;
|
|
1437
|
+
professionalIndemnityInsurance?: number | null | undefined;
|
|
1438
|
+
publicLiabilityInsurance?: number | null | undefined;
|
|
1439
|
+
contractadministrator?: any;
|
|
1440
|
+
arbCompliancecontact?: any;
|
|
1441
|
+
countrylookup?: any;
|
|
1442
|
+
icpfeecurrency?: any;
|
|
1443
|
+
onboardingfee?: any;
|
|
1444
|
+
billingcontact?: any;
|
|
1445
|
+
managingdirector?: any;
|
|
1446
|
+
financialdirector?: any;
|
|
1447
|
+
informationprovidedby?: any;
|
|
1448
|
+
}>;
|
|
1449
|
+
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
1450
|
+
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
1451
|
+
};
|
|
1452
|
+
export type TAccountD365 = z.infer<typeof AccountEntity.SResponseD365>;
|
|
1453
|
+
export type TAccountAPI = z.infer<typeof AccountEntity.SResponseAPI>;
|
|
1454
|
+
export type TAccountPayloadAPI = z.infer<typeof AccountEntity.SPayloadAPI>;
|
|
1455
|
+
//# sourceMappingURL=TAccountAPI.d.ts.map
|