@workwell-global/toolkit 1.1.10 → 1.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/enums/EntityNames.d.ts +8 -0
- package/dist/enums/EntityNames.d.ts.map +1 -1
- package/dist/enums/EntityNames.js +8 -0
- package/dist/enums/EntityNames.js.map +1 -1
- package/dist/enums/SCLASNStages.d.ts +2 -1
- package/dist/enums/SCLASNStages.d.ts.map +1 -1
- package/dist/enums/SCLASNStages.js +2 -2
- package/dist/enums/SCLASNStages.js.map +1 -1
- package/dist/enums/SCLASNStatus.d.ts +12 -12
- package/dist/enums/SCLASNStatus.d.ts.map +1 -1
- package/dist/enums/SCLASNStatus.js +10 -29
- package/dist/enums/SCLASNStatus.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
- package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
- package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/index.d.ts +522 -166
- package/dist/models/schemas/api/account/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +294 -287
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +303 -210
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2207 -1339
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +20 -4
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/index.d.ts +2208 -1338
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.js +11 -0
- package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
- package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/index.d.ts +595 -191
- package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
- package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
- package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/country/index.d.ts +139 -45
- package/dist/models/schemas/api/country/index.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/index.d.ts +87 -23
- package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +168 -41
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/index.d.ts +164 -40
- package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.d.ts +2 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.js +2 -0
- package/dist/models/schemas/api/index.js.map +1 -1
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +156 -45
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/margin/index.d.ts +156 -45
- package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/index.d.ts +113 -40
- package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
- package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
- package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/index.js +1 -0
- package/dist/models/schemas/api/referral/index.js.map +1 -1
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
- package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/index.js +11 -0
- package/dist/models/schemas/api/referralLog/index.js.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
- package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/role/index.d.ts +83 -22
- package/dist/models/schemas/api/role/index.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +7 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +7 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +316 -104
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/index.d.ts +300 -103
- package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/index.d.ts +259 -69
- package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +755 -199
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +149 -38
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +173 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +164 -40
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1333 -459
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +9 -9
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +1 -0
- package/dist/models/schemas/bff/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/index.js +1 -1
- package/dist/models/schemas/bff/index.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +7 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +7 -7
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.js +2 -0
- package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
- package/package.json +3 -2
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +0 -7
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +0 -1
- package/dist/models/schemas/api/engagement/TEngagementAPI.js +0 -15
- package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +0 -1
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +0 -216
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +0 -1
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +0 -21
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +0 -1
- package/dist/models/schemas/bff/engagements/index.d.ts +0 -2
- package/dist/models/schemas/bff/engagements/index.d.ts.map +0 -1
- package/dist/models/schemas/bff/engagements/index.js +0 -2
- package/dist/models/schemas/bff/engagements/index.js.map +0 -1
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
import type { TContactAPI } from '../contact/TContactAPI.js';
|
|
3
|
+
import type { TCountryAPI } from '../country/TCountryAPI.js';
|
|
4
|
+
import type { TCurrencyAPI } from '../currency/TCurrencyAPI.js';
|
|
2
5
|
export declare const AccountEntity: {
|
|
3
6
|
isLookupOnly: boolean;
|
|
4
7
|
fieldsPretty: {
|
|
@@ -60,17 +63,25 @@ export declare const AccountEntity: {
|
|
|
60
63
|
financialdirector: string;
|
|
61
64
|
informationprovidedby: string;
|
|
62
65
|
transactioncurrencyid: string;
|
|
66
|
+
accountName: string;
|
|
67
|
+
dateLastContacted: string;
|
|
68
|
+
zohoCrmId: string;
|
|
69
|
+
zohoBooksId: string;
|
|
70
|
+
zohoCrmSync: string;
|
|
71
|
+
zohoBooksSync: string;
|
|
72
|
+
zohoSyncError: string;
|
|
73
|
+
precisionId: string;
|
|
74
|
+
sourceValue: string;
|
|
75
|
+
supplierType: string;
|
|
76
|
+
linkedin: string;
|
|
63
77
|
accountId: string;
|
|
64
78
|
accountNumber: string;
|
|
65
|
-
accountName: string;
|
|
66
79
|
companyHq: string;
|
|
67
80
|
accountStatus: string;
|
|
68
81
|
icpStatus: string;
|
|
69
82
|
industry: string;
|
|
70
83
|
lastReferredDate: string;
|
|
71
84
|
growthPotential: string;
|
|
72
|
-
sourceValue: string;
|
|
73
|
-
supplierType: string;
|
|
74
85
|
subSource1Value: string;
|
|
75
86
|
subSource2Value: string;
|
|
76
87
|
parentAccountValue: string;
|
|
@@ -78,7 +89,6 @@ export declare const AccountEntity: {
|
|
|
78
89
|
contractAdministratorValue: string;
|
|
79
90
|
complianceContactValue: string;
|
|
80
91
|
officeEmailValid: string;
|
|
81
|
-
linkedin: string;
|
|
82
92
|
countryValue: string;
|
|
83
93
|
icpFeeCurrencyValue: string;
|
|
84
94
|
icpFeeBase: string;
|
|
@@ -96,16 +106,9 @@ export declare const AccountEntity: {
|
|
|
96
106
|
vatNumber: string;
|
|
97
107
|
onPsl: string;
|
|
98
108
|
signedTermsReceived: string;
|
|
99
|
-
dateLastContacted: string;
|
|
100
|
-
zohoBooksSync: string;
|
|
101
109
|
nameOfMdValue: string;
|
|
102
110
|
nameOfFdValue: string;
|
|
103
111
|
employersLiabilityIfApplicable: string;
|
|
104
|
-
zohoCrmId: string;
|
|
105
|
-
zohoBooksId: string;
|
|
106
|
-
zohoCrmSync: string;
|
|
107
|
-
zohoSyncError: string;
|
|
108
|
-
precisionId: string;
|
|
109
112
|
informationProvidedByValue: string;
|
|
110
113
|
informationProvidedOn: string;
|
|
111
114
|
contractorCareConsultantValue: string;
|
|
@@ -394,17 +397,25 @@ export declare const AccountEntity: {
|
|
|
394
397
|
ww_FinancialDirector?: any;
|
|
395
398
|
ww_Informationprovidedby?: any;
|
|
396
399
|
transactioncurrencyid?: any;
|
|
400
|
+
name?: string | null | undefined;
|
|
401
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
402
|
+
ww_zohocrmid?: string | null | undefined;
|
|
403
|
+
ww_zohobooksid?: string | null | undefined;
|
|
404
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
405
|
+
ww_zohobookssync?: string | null | undefined;
|
|
406
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
407
|
+
ww_precisionid?: string | null | undefined;
|
|
408
|
+
_ww_source_value?: string | null | undefined;
|
|
409
|
+
ww_suppliertype?: number | null | undefined;
|
|
410
|
+
ww_linkedin?: string | null | undefined;
|
|
397
411
|
accountid?: string | undefined;
|
|
398
412
|
accountnumber?: string | null | undefined;
|
|
399
|
-
name?: string | null | undefined;
|
|
400
413
|
ww_companyhq?: number | null | undefined;
|
|
401
414
|
ww_accountstatus?: number | null | undefined;
|
|
402
415
|
ww_icpstatus?: number | null | undefined;
|
|
403
416
|
ww_industry?: string | null | undefined;
|
|
404
417
|
ww_lastreferreddate?: string | null | undefined;
|
|
405
418
|
ww_growthpotential?: number | null | undefined;
|
|
406
|
-
_ww_source_value?: string | null | undefined;
|
|
407
|
-
ww_suppliertype?: number | null | undefined;
|
|
408
419
|
_ww_source1_value?: string | null | undefined;
|
|
409
420
|
_ww_source2_value?: string | null | undefined;
|
|
410
421
|
_parentaccountid_value?: string | null | undefined;
|
|
@@ -412,7 +423,6 @@ export declare const AccountEntity: {
|
|
|
412
423
|
_ww_contractadministrator_value?: string | null | undefined;
|
|
413
424
|
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
414
425
|
ww_isemailvalid?: boolean | null | undefined;
|
|
415
|
-
ww_linkedin?: string | null | undefined;
|
|
416
426
|
_ww_countrylookup_value?: string | null | undefined;
|
|
417
427
|
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
418
428
|
ww_icpfeebasee?: number | null | undefined;
|
|
@@ -431,16 +441,9 @@ export declare const AccountEntity: {
|
|
|
431
441
|
ww_onpsl?: boolean | null | undefined;
|
|
432
442
|
ww_paymentterms?: number | null | undefined;
|
|
433
443
|
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
434
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
435
|
-
ww_zohobookssync?: string | null | undefined;
|
|
436
444
|
_ww_managingdirector_value?: string | null | undefined;
|
|
437
445
|
_ww_financialdirector_value?: string | null | undefined;
|
|
438
446
|
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
447
|
_ww_informationprovidedby_value?: string | null | undefined;
|
|
445
448
|
ww_informationprovidedon?: string | null | undefined;
|
|
446
449
|
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
@@ -505,17 +508,25 @@ export declare const AccountEntity: {
|
|
|
505
508
|
ww_FinancialDirector?: any;
|
|
506
509
|
ww_Informationprovidedby?: any;
|
|
507
510
|
transactioncurrencyid?: any;
|
|
511
|
+
name?: string | null | undefined;
|
|
512
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
513
|
+
ww_zohocrmid?: string | null | undefined;
|
|
514
|
+
ww_zohobooksid?: string | null | undefined;
|
|
515
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
516
|
+
ww_zohobookssync?: string | null | undefined;
|
|
517
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
518
|
+
ww_precisionid?: string | null | undefined;
|
|
519
|
+
_ww_source_value?: string | null | undefined;
|
|
520
|
+
ww_suppliertype?: number | null | undefined;
|
|
521
|
+
ww_linkedin?: string | null | undefined;
|
|
508
522
|
accountid?: string | undefined;
|
|
509
523
|
accountnumber?: string | null | undefined;
|
|
510
|
-
name?: string | null | undefined;
|
|
511
524
|
ww_companyhq?: number | null | undefined;
|
|
512
525
|
ww_accountstatus?: number | null | undefined;
|
|
513
526
|
ww_icpstatus?: number | null | undefined;
|
|
514
527
|
ww_industry?: string | null | undefined;
|
|
515
528
|
ww_lastreferreddate?: string | null | undefined;
|
|
516
529
|
ww_growthpotential?: number | null | undefined;
|
|
517
|
-
_ww_source_value?: string | null | undefined;
|
|
518
|
-
ww_suppliertype?: number | null | undefined;
|
|
519
530
|
_ww_source1_value?: string | null | undefined;
|
|
520
531
|
_ww_source2_value?: string | null | undefined;
|
|
521
532
|
_parentaccountid_value?: string | null | undefined;
|
|
@@ -523,7 +534,6 @@ export declare const AccountEntity: {
|
|
|
523
534
|
_ww_contractadministrator_value?: string | null | undefined;
|
|
524
535
|
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
525
536
|
ww_isemailvalid?: boolean | null | undefined;
|
|
526
|
-
ww_linkedin?: string | null | undefined;
|
|
527
537
|
_ww_countrylookup_value?: string | null | undefined;
|
|
528
538
|
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
529
539
|
ww_icpfeebasee?: number | null | undefined;
|
|
@@ -542,16 +552,9 @@ export declare const AccountEntity: {
|
|
|
542
552
|
ww_onpsl?: boolean | null | undefined;
|
|
543
553
|
ww_paymentterms?: number | null | undefined;
|
|
544
554
|
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
545
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
546
|
-
ww_zohobookssync?: string | null | undefined;
|
|
547
555
|
_ww_managingdirector_value?: string | null | undefined;
|
|
548
556
|
_ww_financialdirector_value?: string | null | undefined;
|
|
549
557
|
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
558
|
_ww_informationprovidedby_value?: string | null | undefined;
|
|
556
559
|
ww_informationprovidedon?: string | null | undefined;
|
|
557
560
|
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
@@ -692,17 +695,25 @@ export declare const AccountEntity: {
|
|
|
692
695
|
ww_FinancialDirector?: any;
|
|
693
696
|
ww_Informationprovidedby?: any;
|
|
694
697
|
transactioncurrencyid?: any;
|
|
698
|
+
name?: string | null | undefined;
|
|
699
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
700
|
+
ww_zohocrmid?: string | null | undefined;
|
|
701
|
+
ww_zohobooksid?: string | null | undefined;
|
|
702
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
703
|
+
ww_zohobookssync?: string | null | undefined;
|
|
704
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
705
|
+
ww_precisionid?: string | null | undefined;
|
|
706
|
+
_ww_source_value?: string | null | undefined;
|
|
707
|
+
ww_suppliertype?: number | null | undefined;
|
|
708
|
+
ww_linkedin?: string | null | undefined;
|
|
695
709
|
accountid?: string | undefined;
|
|
696
710
|
accountnumber?: string | null | undefined;
|
|
697
|
-
name?: string | null | undefined;
|
|
698
711
|
ww_companyhq?: number | null | undefined;
|
|
699
712
|
ww_accountstatus?: number | null | undefined;
|
|
700
713
|
ww_icpstatus?: number | null | undefined;
|
|
701
714
|
ww_industry?: string | null | undefined;
|
|
702
715
|
ww_lastreferreddate?: string | null | undefined;
|
|
703
716
|
ww_growthpotential?: number | null | undefined;
|
|
704
|
-
_ww_source_value?: string | null | undefined;
|
|
705
|
-
ww_suppliertype?: number | null | undefined;
|
|
706
717
|
_ww_source1_value?: string | null | undefined;
|
|
707
718
|
_ww_source2_value?: string | null | undefined;
|
|
708
719
|
_parentaccountid_value?: string | null | undefined;
|
|
@@ -710,7 +721,6 @@ export declare const AccountEntity: {
|
|
|
710
721
|
_ww_contractadministrator_value?: string | null | undefined;
|
|
711
722
|
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
712
723
|
ww_isemailvalid?: boolean | null | undefined;
|
|
713
|
-
ww_linkedin?: string | null | undefined;
|
|
714
724
|
_ww_countrylookup_value?: string | null | undefined;
|
|
715
725
|
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
716
726
|
ww_icpfeebasee?: number | null | undefined;
|
|
@@ -729,16 +739,9 @@ export declare const AccountEntity: {
|
|
|
729
739
|
ww_onpsl?: boolean | null | undefined;
|
|
730
740
|
ww_paymentterms?: number | null | undefined;
|
|
731
741
|
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
732
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
733
|
-
ww_zohobookssync?: string | null | undefined;
|
|
734
742
|
_ww_managingdirector_value?: string | null | undefined;
|
|
735
743
|
_ww_financialdirector_value?: string | null | undefined;
|
|
736
744
|
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
745
|
_ww_informationprovidedby_value?: string | null | undefined;
|
|
743
746
|
ww_informationprovidedon?: string | null | undefined;
|
|
744
747
|
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
@@ -785,17 +788,25 @@ export declare const AccountEntity: {
|
|
|
785
788
|
ww_FinancialDirector?: any;
|
|
786
789
|
ww_Informationprovidedby?: any;
|
|
787
790
|
transactioncurrencyid?: any;
|
|
791
|
+
name?: string | null | undefined;
|
|
792
|
+
ww_datelastcontacted?: string | null | undefined;
|
|
793
|
+
ww_zohocrmid?: string | null | undefined;
|
|
794
|
+
ww_zohobooksid?: string | null | undefined;
|
|
795
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
796
|
+
ww_zohobookssync?: string | null | undefined;
|
|
797
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
798
|
+
ww_precisionid?: string | null | undefined;
|
|
799
|
+
_ww_source_value?: string | null | undefined;
|
|
800
|
+
ww_suppliertype?: number | null | undefined;
|
|
801
|
+
ww_linkedin?: string | null | undefined;
|
|
788
802
|
accountid?: string | undefined;
|
|
789
803
|
accountnumber?: string | null | undefined;
|
|
790
|
-
name?: string | null | undefined;
|
|
791
804
|
ww_companyhq?: number | null | undefined;
|
|
792
805
|
ww_accountstatus?: number | null | undefined;
|
|
793
806
|
ww_icpstatus?: number | null | undefined;
|
|
794
807
|
ww_industry?: string | null | undefined;
|
|
795
808
|
ww_lastreferreddate?: string | null | undefined;
|
|
796
809
|
ww_growthpotential?: number | null | undefined;
|
|
797
|
-
_ww_source_value?: string | null | undefined;
|
|
798
|
-
ww_suppliertype?: number | null | undefined;
|
|
799
810
|
_ww_source1_value?: string | null | undefined;
|
|
800
811
|
_ww_source2_value?: string | null | undefined;
|
|
801
812
|
_parentaccountid_value?: string | null | undefined;
|
|
@@ -803,7 +814,6 @@ export declare const AccountEntity: {
|
|
|
803
814
|
_ww_contractadministrator_value?: string | null | undefined;
|
|
804
815
|
_ww_arb_compliancecontact_value?: string | null | undefined;
|
|
805
816
|
ww_isemailvalid?: boolean | null | undefined;
|
|
806
|
-
ww_linkedin?: string | null | undefined;
|
|
807
817
|
_ww_countrylookup_value?: string | null | undefined;
|
|
808
818
|
_ww_icpfeecurrency_value?: string | null | undefined;
|
|
809
819
|
ww_icpfeebasee?: number | null | undefined;
|
|
@@ -822,133 +832,482 @@ export declare const AccountEntity: {
|
|
|
822
832
|
ww_onpsl?: boolean | null | undefined;
|
|
823
833
|
ww_paymentterms?: number | null | undefined;
|
|
824
834
|
ww_signedtermsrecvd?: boolean | null | undefined;
|
|
825
|
-
ww_datelastcontacted?: string | null | undefined;
|
|
826
|
-
ww_zohobookssync?: string | null | undefined;
|
|
827
835
|
_ww_managingdirector_value?: string | null | undefined;
|
|
828
836
|
_ww_financialdirector_value?: string | null | undefined;
|
|
829
837
|
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
838
|
_ww_informationprovidedby_value?: string | null | undefined;
|
|
836
839
|
ww_informationprovidedon?: string | null | undefined;
|
|
837
840
|
_ww_scats_contractorcareconsultant_value?: string | null | undefined;
|
|
838
841
|
ww_professionalindemnityinsurance?: number | null | undefined;
|
|
839
842
|
ww_publicliabilityinsurance?: number | null | undefined;
|
|
840
843
|
}>;
|
|
841
|
-
SResponseAPI: z.ZodObject<{
|
|
842
|
-
readonly
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
readonly
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
readonly
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
readonly
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
readonly
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
readonly
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
readonly
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
readonly
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
readonly
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
readonly
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
readonly
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
readonly
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
readonly
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
readonly
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
readonly
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
readonly
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
readonly
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
readonly
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
readonly
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
readonly
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
readonly
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
readonly
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
readonly
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
readonly
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
readonly
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
readonly
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
readonly
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
844
|
+
SResponseAPI: z.ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
845
|
+
readonly _ownerid_value: {
|
|
846
|
+
readonly pretty: "ownerIdValue";
|
|
847
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
848
|
+
};
|
|
849
|
+
readonly _owningbusinessunit_value: {
|
|
850
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
851
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
852
|
+
};
|
|
853
|
+
readonly _owningteam_value: {
|
|
854
|
+
readonly pretty: "owningTeamValue";
|
|
855
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
856
|
+
};
|
|
857
|
+
readonly _owninguser_value: {
|
|
858
|
+
readonly pretty: "owningUserValue";
|
|
859
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
860
|
+
};
|
|
861
|
+
readonly '@odata.etag': {
|
|
862
|
+
readonly pretty: "etag";
|
|
863
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
864
|
+
};
|
|
865
|
+
readonly versionnumber: {
|
|
866
|
+
readonly pretty: "versionNumber";
|
|
867
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
868
|
+
};
|
|
869
|
+
readonly _createdby_value: {
|
|
870
|
+
readonly pretty: "createdByValue";
|
|
871
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
872
|
+
};
|
|
873
|
+
readonly createdon: {
|
|
874
|
+
readonly pretty: "createdOn";
|
|
875
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
876
|
+
};
|
|
877
|
+
readonly _createdonbehalfby_value: {
|
|
878
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
879
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
880
|
+
};
|
|
881
|
+
readonly _modifiedby_value: {
|
|
882
|
+
readonly pretty: "modifiedByValue";
|
|
883
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
884
|
+
};
|
|
885
|
+
readonly modifiedon: {
|
|
886
|
+
readonly pretty: "modifiedOn";
|
|
887
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
888
|
+
};
|
|
889
|
+
readonly _modifiedonbehalfby_value: {
|
|
890
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
891
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
892
|
+
};
|
|
893
|
+
readonly statecode: {
|
|
894
|
+
readonly pretty: "stateCode";
|
|
895
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
896
|
+
};
|
|
897
|
+
readonly statuscode: {
|
|
898
|
+
readonly pretty: "statusCode";
|
|
899
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
900
|
+
};
|
|
901
|
+
readonly importsequencenumber: {
|
|
902
|
+
readonly pretty: "importSequenceNumber";
|
|
903
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
904
|
+
};
|
|
905
|
+
readonly overriddencreatedon: {
|
|
906
|
+
readonly pretty: "overriddenCreatedOn";
|
|
907
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
908
|
+
};
|
|
909
|
+
readonly timezoneruleversionnumber: {
|
|
910
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
911
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
912
|
+
};
|
|
913
|
+
readonly utcconversiontimezonecode: {
|
|
914
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
915
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
916
|
+
};
|
|
917
|
+
} & {
|
|
918
|
+
readonly accountid: {
|
|
919
|
+
readonly pretty: "accountId";
|
|
920
|
+
readonly type: z.ZodString;
|
|
921
|
+
};
|
|
922
|
+
readonly customertypecode: {
|
|
923
|
+
readonly pretty: "relationshipType";
|
|
924
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
925
|
+
};
|
|
926
|
+
readonly accountnumber: {
|
|
927
|
+
readonly pretty: "accountNumber";
|
|
928
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
929
|
+
};
|
|
930
|
+
readonly name: {
|
|
931
|
+
readonly pretty: "accountName";
|
|
932
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
933
|
+
};
|
|
934
|
+
readonly ww_companyhq: {
|
|
935
|
+
readonly pretty: "companyHq";
|
|
936
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
937
|
+
};
|
|
938
|
+
readonly ww_accountstatus: {
|
|
939
|
+
readonly pretty: "accountStatus";
|
|
940
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
941
|
+
};
|
|
942
|
+
readonly ww_icpstatus: {
|
|
943
|
+
readonly pretty: "icpStatus";
|
|
944
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
945
|
+
};
|
|
946
|
+
readonly ww_industry: {
|
|
947
|
+
readonly pretty: "industry";
|
|
948
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
949
|
+
};
|
|
950
|
+
readonly ww_lastreferreddate: {
|
|
951
|
+
readonly pretty: "lastReferredDate";
|
|
952
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
953
|
+
};
|
|
954
|
+
readonly ww_growthpotential: {
|
|
955
|
+
readonly pretty: "growthPotential";
|
|
956
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
957
|
+
};
|
|
958
|
+
readonly _ww_source_value: {
|
|
959
|
+
readonly pretty: "sourceValue";
|
|
960
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
961
|
+
};
|
|
962
|
+
readonly ww_suppliertype: {
|
|
963
|
+
readonly pretty: "supplierType";
|
|
964
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
965
|
+
};
|
|
966
|
+
readonly _ww_source1_value: {
|
|
967
|
+
readonly pretty: "subSource1Value";
|
|
968
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
969
|
+
};
|
|
970
|
+
readonly _ww_source2_value: {
|
|
971
|
+
readonly pretty: "subSource2Value";
|
|
972
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
973
|
+
};
|
|
974
|
+
readonly _parentaccountid_value: {
|
|
975
|
+
readonly relationshipName: "parentaccountid";
|
|
976
|
+
readonly entity: "accounts";
|
|
977
|
+
readonly pretty: "parentAccountValue";
|
|
978
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
979
|
+
};
|
|
980
|
+
readonly _primarycontactid_value: {
|
|
981
|
+
readonly relationshipName: "primarycontactid";
|
|
982
|
+
readonly entity: "contacts";
|
|
983
|
+
readonly pretty: "primaryContactValue";
|
|
984
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
985
|
+
};
|
|
986
|
+
readonly _ww_contractadministrator_value: {
|
|
987
|
+
readonly relationshipName: "ww_ContractAdministrator";
|
|
988
|
+
readonly entity: "contacts";
|
|
989
|
+
readonly pretty: "contractAdministratorValue";
|
|
990
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
991
|
+
};
|
|
992
|
+
readonly telephone1: {
|
|
993
|
+
readonly pretty: "businessPhone";
|
|
994
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
995
|
+
};
|
|
996
|
+
readonly _ww_arb_compliancecontact_value: {
|
|
997
|
+
readonly relationshipName: "ww_arb_ComplianceContact";
|
|
998
|
+
readonly entity: "contacts";
|
|
999
|
+
readonly pretty: "complianceContactValue";
|
|
1000
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1001
|
+
};
|
|
1002
|
+
readonly ww_isphonevalid: {
|
|
1003
|
+
readonly pretty: "businessPhoneValid";
|
|
1004
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1005
|
+
};
|
|
1006
|
+
readonly emailaddress1: {
|
|
1007
|
+
readonly pretty: "officeEmail";
|
|
1008
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1009
|
+
};
|
|
1010
|
+
readonly ww_isemailvalid: {
|
|
1011
|
+
readonly pretty: "officeEmailValid";
|
|
1012
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1013
|
+
};
|
|
1014
|
+
readonly websiteurl: {
|
|
1015
|
+
readonly pretty: "website";
|
|
1016
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1017
|
+
};
|
|
1018
|
+
readonly ww_linkedin: {
|
|
1019
|
+
readonly pretty: "linkedin";
|
|
1020
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1021
|
+
};
|
|
1022
|
+
readonly _ww_countrylookup_value: {
|
|
1023
|
+
readonly relationshipName: "ww_CountryLookup";
|
|
1024
|
+
readonly entity: "ww_countries";
|
|
1025
|
+
readonly pretty: "countryValue";
|
|
1026
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1027
|
+
};
|
|
1028
|
+
readonly _ww_icpfeecurrency_value: {
|
|
1029
|
+
readonly relationshipName: "ww_ICPFeeCurrency";
|
|
1030
|
+
readonly entity: "transactioncurrencies";
|
|
1031
|
+
readonly pretty: "icpFeeCurrencyValue";
|
|
1032
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1033
|
+
};
|
|
1034
|
+
readonly ww_icpfeebasee: {
|
|
1035
|
+
readonly pretty: "icpFeeBase";
|
|
1036
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1037
|
+
};
|
|
1038
|
+
readonly ww_icpfixedvalue: {
|
|
1039
|
+
readonly pretty: "icpFixedValue";
|
|
1040
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1041
|
+
};
|
|
1042
|
+
readonly ww_icp: {
|
|
1043
|
+
readonly pretty: "icp";
|
|
1044
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1045
|
+
};
|
|
1046
|
+
readonly ww_icpminvalue: {
|
|
1047
|
+
readonly pretty: "icpMinValue";
|
|
1048
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1049
|
+
};
|
|
1050
|
+
readonly _ww_internalaccountmanager_value: {
|
|
1051
|
+
readonly pretty: "internalAccountManagerValue";
|
|
1052
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1053
|
+
};
|
|
1054
|
+
readonly ww_icptype: {
|
|
1055
|
+
readonly pretty: "icpSolutionsOffered";
|
|
1056
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1057
|
+
};
|
|
1058
|
+
readonly ww_onboardingfeenumeric: {
|
|
1059
|
+
readonly pretty: "onboardingFee";
|
|
1060
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1061
|
+
};
|
|
1062
|
+
readonly _ww_onboardingfee_value: {
|
|
1063
|
+
readonly relationshipName: "ww_OnboardingFee";
|
|
1064
|
+
readonly entity: "transactioncurrencies";
|
|
1065
|
+
readonly pretty: "onboardingFeeCurrencyValue";
|
|
1066
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1067
|
+
};
|
|
1068
|
+
readonly address1_name: {
|
|
1069
|
+
readonly pretty: "addressLookup";
|
|
1070
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1071
|
+
};
|
|
1072
|
+
readonly ww_useparentforbilling: {
|
|
1073
|
+
readonly pretty: "useParentForBilling";
|
|
1074
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1075
|
+
};
|
|
1076
|
+
readonly address1_line1: {
|
|
1077
|
+
readonly pretty: "street1";
|
|
1078
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1079
|
+
};
|
|
1080
|
+
readonly address1_line2: {
|
|
1081
|
+
readonly pretty: "street2";
|
|
1082
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1083
|
+
};
|
|
1084
|
+
readonly address1_line3: {
|
|
1085
|
+
readonly pretty: "street3";
|
|
1086
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1087
|
+
};
|
|
1088
|
+
readonly address1_city: {
|
|
1089
|
+
readonly pretty: "city";
|
|
1090
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1091
|
+
};
|
|
1092
|
+
readonly address1_stateorprovince: {
|
|
1093
|
+
readonly pretty: "stateProvince";
|
|
1094
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1095
|
+
};
|
|
1096
|
+
readonly address1_postalcode: {
|
|
1097
|
+
readonly pretty: "zipPostalCode";
|
|
1098
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1099
|
+
};
|
|
1100
|
+
readonly address1_country: {
|
|
1101
|
+
readonly pretty: "countryRegion";
|
|
1102
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1103
|
+
};
|
|
1104
|
+
readonly address1_composite: {
|
|
1105
|
+
readonly pretty: "address1";
|
|
1106
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1107
|
+
};
|
|
1108
|
+
readonly ww_billingtype: {
|
|
1109
|
+
readonly pretty: "billingType";
|
|
1110
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1111
|
+
};
|
|
1112
|
+
readonly _ww_billingcontact_value: {
|
|
1113
|
+
readonly relationshipName: "ww_BillingContact";
|
|
1114
|
+
readonly entity: "contacts";
|
|
1115
|
+
readonly pretty: "billingContactValue";
|
|
1116
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1117
|
+
};
|
|
1118
|
+
readonly ww_incorporationnumber: {
|
|
1119
|
+
readonly pretty: "incorporationNumber";
|
|
1120
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1121
|
+
};
|
|
1122
|
+
readonly ww_vatnumber: {
|
|
1123
|
+
readonly pretty: "vatNumber";
|
|
1124
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1125
|
+
};
|
|
1126
|
+
readonly ww_onpsl: {
|
|
1127
|
+
readonly pretty: "onPsl";
|
|
1128
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1129
|
+
};
|
|
1130
|
+
readonly ww_paymentterms: {
|
|
1131
|
+
readonly pretty: "paymentTerms";
|
|
1132
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1133
|
+
};
|
|
1134
|
+
readonly ww_signedtermsrecvd: {
|
|
1135
|
+
readonly pretty: "signedTermsReceived";
|
|
1136
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1137
|
+
};
|
|
1138
|
+
readonly ww_schedulecall: {
|
|
1139
|
+
readonly pretty: "scheduleACall";
|
|
1140
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1141
|
+
};
|
|
1142
|
+
readonly _ww_schedulecallowner_value: {
|
|
1143
|
+
readonly pretty: "scheduleCallOwnerValue";
|
|
1144
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1145
|
+
};
|
|
1146
|
+
readonly _ww_schedulecallqueue_value: {
|
|
1147
|
+
readonly pretty: "scheduleCallQueueValue";
|
|
1148
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1149
|
+
};
|
|
1150
|
+
readonly ww_datelastcontacted: {
|
|
1151
|
+
readonly pretty: "dateLastContacted";
|
|
1152
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1153
|
+
};
|
|
1154
|
+
readonly description: {
|
|
1155
|
+
readonly pretty: "description";
|
|
1156
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1157
|
+
};
|
|
1158
|
+
readonly ww_zohobookssync: {
|
|
1159
|
+
readonly pretty: "zohoBooksSync";
|
|
1160
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1161
|
+
};
|
|
1162
|
+
readonly _ww_managingdirector_value: {
|
|
1163
|
+
readonly relationshipName: "ww_ManagingDirector";
|
|
1164
|
+
readonly entity: "contacts";
|
|
1165
|
+
readonly pretty: "nameOfMdValue";
|
|
1166
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1167
|
+
};
|
|
1168
|
+
readonly _ww_financialdirector_value: {
|
|
1169
|
+
readonly relationshipName: "ww_FinancialDirector";
|
|
1170
|
+
readonly entity: "contacts";
|
|
1171
|
+
readonly pretty: "nameOfFdValue";
|
|
1172
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1173
|
+
};
|
|
1174
|
+
readonly ww_employersliability: {
|
|
1175
|
+
readonly pretty: "employersLiabilityIfApplicable";
|
|
1176
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1177
|
+
};
|
|
1178
|
+
readonly ww_zohocrmid: {
|
|
1179
|
+
readonly pretty: "zohoCrmId";
|
|
1180
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1181
|
+
};
|
|
1182
|
+
readonly ww_zohobooksid: {
|
|
1183
|
+
readonly pretty: "zohoBooksId";
|
|
1184
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1185
|
+
};
|
|
1186
|
+
readonly ww_zohocrmsync: {
|
|
1187
|
+
readonly pretty: "zohoCrmSync";
|
|
1188
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1189
|
+
};
|
|
1190
|
+
readonly ww_zohosyncerror: {
|
|
1191
|
+
readonly pretty: "zohoSyncError";
|
|
1192
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1193
|
+
};
|
|
1194
|
+
readonly ww_precisionid: {
|
|
1195
|
+
readonly pretty: "precisionId";
|
|
1196
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1197
|
+
};
|
|
1198
|
+
readonly preferredcontactmethodcode: {
|
|
1199
|
+
readonly pretty: "contactMethod";
|
|
1200
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1201
|
+
};
|
|
1202
|
+
readonly donotemail: {
|
|
1203
|
+
readonly pretty: "email";
|
|
1204
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1205
|
+
};
|
|
1206
|
+
readonly followemail: {
|
|
1207
|
+
readonly pretty: "followEmail";
|
|
1208
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1209
|
+
};
|
|
1210
|
+
readonly donotbulkemail: {
|
|
1211
|
+
readonly pretty: "bulkEmail";
|
|
1212
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1213
|
+
};
|
|
1214
|
+
readonly donotphone: {
|
|
1215
|
+
readonly pretty: "phone";
|
|
1216
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1217
|
+
};
|
|
1218
|
+
readonly donotfax: {
|
|
1219
|
+
readonly pretty: "fax";
|
|
1220
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1221
|
+
};
|
|
1222
|
+
readonly donotpostalmail: {
|
|
1223
|
+
readonly pretty: "mail";
|
|
1224
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1225
|
+
};
|
|
1226
|
+
readonly _ww_informationprovidedby_value: {
|
|
1227
|
+
readonly relationshipName: "ww_Informationprovidedby";
|
|
1228
|
+
readonly entity: "contacts";
|
|
1229
|
+
readonly pretty: "informationProvidedByValue";
|
|
1230
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1231
|
+
};
|
|
1232
|
+
readonly ww_informationprovidedon: {
|
|
1233
|
+
readonly pretty: "informationProvidedOn";
|
|
1234
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1235
|
+
};
|
|
1236
|
+
readonly _transactioncurrencyid_value: {
|
|
1237
|
+
readonly relationshipName: "transactioncurrencyid";
|
|
1238
|
+
readonly entity: "transactioncurrencies";
|
|
1239
|
+
readonly pretty: "currencyValue";
|
|
1240
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1241
|
+
};
|
|
1242
|
+
readonly paymenttermscode: {
|
|
1243
|
+
readonly pretty: "paymentTerms";
|
|
1244
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1245
|
+
};
|
|
1246
|
+
readonly _ww_scats_contractorcareconsultant_value: {
|
|
1247
|
+
readonly pretty: "contractorCareConsultantValue";
|
|
1248
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1249
|
+
};
|
|
1250
|
+
readonly _ww_owningsite_value: {
|
|
1251
|
+
readonly pretty: "owningSiteValue";
|
|
1252
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1253
|
+
};
|
|
1254
|
+
readonly ww_professionalindemnityinsurance: {
|
|
1255
|
+
readonly pretty: "professionalIndemnityInsurance";
|
|
1256
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1257
|
+
};
|
|
1258
|
+
readonly ww_publicliabilityinsurance: {
|
|
1259
|
+
readonly pretty: "publicLiabilityInsurance";
|
|
1260
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1261
|
+
};
|
|
1262
|
+
readonly parentaccountid: {
|
|
1263
|
+
readonly pretty: "parentaccountid";
|
|
1264
|
+
readonly entityKey: "account";
|
|
1265
|
+
};
|
|
1266
|
+
readonly primarycontactid: {
|
|
1267
|
+
readonly pretty: "primarycontactid";
|
|
1268
|
+
readonly entityKey: "contact";
|
|
1269
|
+
};
|
|
1270
|
+
readonly ww_ContractAdministrator: {
|
|
1271
|
+
readonly pretty: "contractadministrator";
|
|
1272
|
+
readonly entityKey: "contact";
|
|
1273
|
+
};
|
|
1274
|
+
readonly ww_arb_ComplianceContact: {
|
|
1275
|
+
readonly pretty: "arbCompliancecontact";
|
|
1276
|
+
readonly entityKey: "contact";
|
|
1277
|
+
};
|
|
1278
|
+
readonly ww_CountryLookup: {
|
|
1279
|
+
readonly pretty: "countrylookup";
|
|
1280
|
+
readonly entityKey: "country";
|
|
1281
|
+
};
|
|
1282
|
+
readonly ww_ICPFeeCurrency: {
|
|
1283
|
+
readonly pretty: "icpfeecurrency";
|
|
1284
|
+
readonly entityKey: "currency";
|
|
1285
|
+
};
|
|
1286
|
+
readonly ww_OnboardingFee: {
|
|
1287
|
+
readonly pretty: "onboardingfee";
|
|
1288
|
+
readonly entityKey: "currency";
|
|
1289
|
+
};
|
|
1290
|
+
readonly ww_BillingContact: {
|
|
1291
|
+
readonly pretty: "billingcontact";
|
|
1292
|
+
readonly entityKey: "contact";
|
|
1293
|
+
};
|
|
1294
|
+
readonly ww_ManagingDirector: {
|
|
1295
|
+
readonly pretty: "managingdirector";
|
|
1296
|
+
readonly entityKey: "contact";
|
|
1297
|
+
};
|
|
1298
|
+
readonly ww_FinancialDirector: {
|
|
1299
|
+
readonly pretty: "financialdirector";
|
|
1300
|
+
readonly entityKey: "contact";
|
|
1301
|
+
};
|
|
1302
|
+
readonly ww_Informationprovidedby: {
|
|
1303
|
+
readonly pretty: "informationprovidedby";
|
|
1304
|
+
readonly entityKey: "contact";
|
|
1305
|
+
};
|
|
1306
|
+
readonly transactioncurrencyid: {
|
|
1307
|
+
readonly pretty: "transactioncurrencyid";
|
|
1308
|
+
readonly entityKey: "currency";
|
|
1309
|
+
};
|
|
1310
|
+
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
952
1311
|
accountId: string;
|
|
953
1312
|
description?: string | null | undefined;
|
|
954
1313
|
fax?: boolean | null | undefined;
|
|
@@ -1450,6 +1809,19 @@ export declare const AccountEntity: {
|
|
|
1450
1809
|
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
1451
1810
|
};
|
|
1452
1811
|
export type TAccountD365 = z.infer<typeof AccountEntity.SResponseD365>;
|
|
1453
|
-
export type TAccountAPI = z.infer<typeof AccountEntity.SResponseAPI
|
|
1812
|
+
export type TAccountAPI = Omit<z.infer<typeof AccountEntity.SResponseAPI>, 'parentaccountid' | 'primarycontactid' | 'contractadministrator' | 'arbCompliancecontact' | 'countrylookup' | 'icpfeecurrency' | 'onboardingfee' | 'billingcontact' | 'managingdirector' | 'financialdirector' | 'informationprovidedby' | 'transactioncurrencyid'> & {
|
|
1813
|
+
parentaccountid?: TAccountAPI | null;
|
|
1814
|
+
primarycontactid?: TContactAPI | null;
|
|
1815
|
+
contractadministrator?: TContactAPI | null;
|
|
1816
|
+
arbCompliancecontact?: TContactAPI | null;
|
|
1817
|
+
countrylookup?: TCountryAPI | null;
|
|
1818
|
+
icpfeecurrency?: TCurrencyAPI | null;
|
|
1819
|
+
onboardingfee?: TCurrencyAPI | null;
|
|
1820
|
+
billingcontact?: TContactAPI | null;
|
|
1821
|
+
managingdirector?: TContactAPI | null;
|
|
1822
|
+
financialdirector?: TContactAPI | null;
|
|
1823
|
+
informationprovidedby?: TContactAPI | null;
|
|
1824
|
+
transactioncurrencyid?: TCurrencyAPI | null;
|
|
1825
|
+
};
|
|
1454
1826
|
export type TAccountPayloadAPI = z.infer<typeof AccountEntity.SPayloadAPI>;
|
|
1455
1827
|
//# sourceMappingURL=TAccountAPI.d.ts.map
|