@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
|
@@ -7,7 +7,7 @@ export declare const ReferralEntity: {
|
|
|
7
7
|
createdOnBehalfByValue: string;
|
|
8
8
|
modifiedByValue: string;
|
|
9
9
|
modifiedOnBehalfByValue: string;
|
|
10
|
-
contractorPayRateCurrencyValue: string;
|
|
10
|
+
"assignment/contractorPayRateCurrencyValue": string;
|
|
11
11
|
createdOn: string;
|
|
12
12
|
importSequenceNumber: string;
|
|
13
13
|
modifiedOn: string;
|
|
@@ -17,202 +17,212 @@ export declare const ReferralEntity: {
|
|
|
17
17
|
timezoneRuleVersionNumber: string;
|
|
18
18
|
utcConversionTimezoneCode: string;
|
|
19
19
|
versionNumber: string;
|
|
20
|
-
totalRevenue: string;
|
|
20
|
+
"assignment/totalRevenue": string;
|
|
21
21
|
name: string;
|
|
22
|
-
region: string;
|
|
23
|
-
solutionValue: string;
|
|
24
|
-
workwellGlobalInternalCompanyValue: string;
|
|
25
|
-
otherContractualAgreements: string;
|
|
26
|
-
workPermitSponsorship: string;
|
|
27
|
-
workPermitCost: string;
|
|
28
|
-
workPermitPaidBy: string;
|
|
29
|
-
salesCodeValue: string;
|
|
30
|
-
wwgManagementFeeCurrencyValue: string;
|
|
31
|
-
wwgManagementFeeBasis: string;
|
|
32
|
-
wwgManagementFeePeriod: string;
|
|
33
|
-
wwgManagementFeePercentage: string;
|
|
34
|
-
wwgManagementFeeFixedValueMaxValue: string;
|
|
35
|
-
wwgManagementFeeMinValue: string;
|
|
36
|
-
wwgManagementFeePaidBy: string;
|
|
37
|
-
wwgManagementFeeContractorPercentage: string;
|
|
38
|
-
clientRate: string;
|
|
39
|
-
grossRateSimulation: string;
|
|
40
|
-
marginRate: string;
|
|
41
|
-
employeeGrossSalary: string;
|
|
42
|
-
startUpMarginFixedValueMaxValue: string;
|
|
43
|
-
startUpMarginPaidBy: string;
|
|
44
|
-
preferredInvoiceCurrencyValue: string;
|
|
45
|
-
startUpMarginCurrencyValue: string;
|
|
46
|
-
startUpMarginContractorPercentage: string;
|
|
47
|
-
jobType: string;
|
|
48
|
-
hoursWorkedUnit: string;
|
|
49
22
|
organizationIdValue: string;
|
|
23
|
+
"assignment/parentSolution": string;
|
|
24
|
+
salesCodeValue: string;
|
|
25
|
+
"assignment/region": string;
|
|
26
|
+
"assignment/workwellGlobalInternalCompanyValue": string;
|
|
27
|
+
"assignment/otherContractualAgreements": string;
|
|
28
|
+
"assignment/hoursWorkedUnit": string;
|
|
29
|
+
"assignment/jobType": string;
|
|
30
|
+
"assignment/jobDescription": string;
|
|
31
|
+
"fees/wwgManagementFeeCurrencyValue": string;
|
|
32
|
+
"fees/wwgManagementFeeBasis": string;
|
|
33
|
+
"fees/wwgManagementFeePeriod": string;
|
|
34
|
+
"fees/wwgManagementFeePercentage": string;
|
|
35
|
+
"fees/wwgManagementFeeFixedValueMaxValue": string;
|
|
36
|
+
"fees/wwgManagementFeeMinValue": string;
|
|
37
|
+
"fees/wwgManagementFeePaidBy": string;
|
|
38
|
+
"fees/wwgManagementFeeContractorPercentage": string;
|
|
39
|
+
"fees/startUpMarginFixedValueMaxValue": string;
|
|
40
|
+
"fees/startUpMarginPaidBy": string;
|
|
41
|
+
"fees/startUpMarginCurrencyValue": string;
|
|
42
|
+
"fees/startUpMarginContractorPercentage": string;
|
|
43
|
+
"assignment/preferredInvoiceCurrencyValue": string;
|
|
44
|
+
"rates/clientRate": string;
|
|
45
|
+
"rates/grossRateSimulation": string;
|
|
46
|
+
"rates/marginRate": string;
|
|
47
|
+
"rates/employeeGrossSalary": string;
|
|
48
|
+
"compliance/workPermitSponsorship": string;
|
|
49
|
+
"compliance/workPermitCost": string;
|
|
50
|
+
"compliance/workPermitPaidBy": string;
|
|
51
|
+
"assignment/workCountry": string;
|
|
52
|
+
"assignment/solution": string;
|
|
53
|
+
referralLogs: string;
|
|
54
|
+
"contractor/contractorFormattedValue": string;
|
|
55
|
+
"agency/agencyFormattedValue": string;
|
|
56
|
+
"agency/agencyContactFormattedValue": string;
|
|
50
57
|
referralId: string;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
placeholderForKbSearch: string;
|
|
114
|
-
reportingStatus: string;
|
|
58
|
+
referralFriendlyId: string;
|
|
59
|
+
"progress/stage": string;
|
|
60
|
+
"progress/stageUpdated": string;
|
|
61
|
+
"progress/stageReason": string;
|
|
62
|
+
"progress/happyToProceed": string;
|
|
63
|
+
"progress/campaignValue": string;
|
|
64
|
+
"progress/notGoingAheadReason": string;
|
|
65
|
+
"progress/notGoingAheadReasonDetail": string;
|
|
66
|
+
"progress/reportingStatus": string;
|
|
67
|
+
"contractor/contractorValue": string;
|
|
68
|
+
"assignment/totalRevenueGbp": string;
|
|
69
|
+
"assignment/contractPayRate": string;
|
|
70
|
+
"assignment/contractRateFrequency": string;
|
|
71
|
+
"assignment/contractPaymentFrequency": string;
|
|
72
|
+
"assignment/hoursWorked": string;
|
|
73
|
+
"assignment/countryOfTaxResidenceValue": string;
|
|
74
|
+
"assignment/cityOfWork": string;
|
|
75
|
+
"assignment/onshoreOffshore": string;
|
|
76
|
+
"assignment/isRollingContract": string;
|
|
77
|
+
"assignment/fullTimePartTime": string;
|
|
78
|
+
"assignment/possibilityOfExtension": string;
|
|
79
|
+
"assignment/localAccountantReferralRequired": string;
|
|
80
|
+
"assignment/frameworkAgreementRecD": string;
|
|
81
|
+
"assignment/assignmentScheduleRecD": string;
|
|
82
|
+
"assignment/endClient": string;
|
|
83
|
+
"assignment/startDate": string;
|
|
84
|
+
"assignment/endDate": string;
|
|
85
|
+
"assignment/jobRole": string;
|
|
86
|
+
"fees/marginOnlyCompanyValue": string;
|
|
87
|
+
"agency/agencyValue": string;
|
|
88
|
+
"agency/accountManagerValue": string;
|
|
89
|
+
"agency/agencyBranchValue": string;
|
|
90
|
+
"agency/agencyContactValue": string;
|
|
91
|
+
"compliance/doesContractorRequireRtwInContractCountry": string;
|
|
92
|
+
"compliance/doesContractorHaveRtwInTheContractCountry": string;
|
|
93
|
+
"compliance/ifNoWhoIsArrangingVisa": string;
|
|
94
|
+
"compliance/approvedByValue": string;
|
|
95
|
+
"compliance/approvedOn": string;
|
|
96
|
+
"compliance/rejectReason": string;
|
|
97
|
+
"compliance/complianceStatementRequired": string;
|
|
98
|
+
"compliance/complianceStatementGenerated": string;
|
|
99
|
+
"compliance/doNotChaseForTheFollowingDocuments": string;
|
|
100
|
+
"compliance/solutionConfirmation": string;
|
|
101
|
+
"compliance/salesEmailReviewed": string;
|
|
102
|
+
"compliance/taxSimulationReviewed": string;
|
|
103
|
+
"compliance/feeConfirmedInWriting": string;
|
|
104
|
+
"compliance/passportCopyReviewedForRightToWork": string;
|
|
105
|
+
"compliance/agencyContractIssuedToTheCorrectEntity": string;
|
|
106
|
+
"compliance/contractFeeRatesCurrencyMatchRegForm": string;
|
|
107
|
+
"compliance/contractTemplateToBeUsedValue": string;
|
|
108
|
+
"compliance/specificDocumentsToBeRequested": string;
|
|
109
|
+
"compliance/specialConditions": string;
|
|
110
|
+
"compliance/additionalInformation": string;
|
|
111
|
+
"compliance/willTheContractorBePaidVatByWorkwellGlobal": string;
|
|
112
|
+
"compliance/introductionToInCountryContact": string;
|
|
113
|
+
"compliance/ensureLimosaHasBeenFiled": string;
|
|
114
|
+
"compliance/placeholderForGeneratingComplianceStatement": string;
|
|
115
|
+
"compliance/placeholderForKbSearch": string;
|
|
116
|
+
"origin/originatingEnquiryValue": string;
|
|
117
|
+
"origin/originatingSimulationValue": string;
|
|
118
|
+
"onboarding/sendPortalInvite": string;
|
|
119
|
+
"onboarding/placeholderForSiFlow": string;
|
|
115
120
|
};
|
|
116
121
|
fieldsD365: {
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
119
|
-
readonly ww_stageupdated: "stageUpdated";
|
|
120
|
-
readonly ww_ca_stagereason: "stageReason";
|
|
121
|
-
readonly _ww_ca_contractor_value: "contractorValue";
|
|
122
|
-
readonly ww_region: "region";
|
|
123
|
-
readonly _ww_ca_country_value: "workCountryValue";
|
|
124
|
-
readonly _ww_parent_solution_value: "solutionValue";
|
|
125
|
-
readonly _ww_ca_solutionpackage_value: "solutionTypeValue";
|
|
126
|
-
readonly _ww_workwellglobalinternalcompany_value: "workwellGlobalInternalCompanyValue";
|
|
127
|
-
readonly ww_othercontractualagreements: "otherContractualAgreements";
|
|
128
|
-
readonly _ww_salescode_value: "salesCodeValue";
|
|
129
|
-
readonly _ww_margincurrency_value: "wwgManagementFeeCurrencyValue";
|
|
130
|
-
readonly ww_marginbasis: "wwgManagementFeeBasis";
|
|
131
|
-
readonly ww_marginperiod: "wwgManagementFeePeriod";
|
|
132
|
-
readonly ww_marginfixedvaluemaxvalue: "wwgManagementFeeFixedValueMaxValue";
|
|
133
|
-
readonly ww_marginpercentage: "wwgManagementFeePercentage";
|
|
134
|
-
readonly ww_revenuefixedvaluemaxvalue: "wwgManagementFeeFixedValueMaxValue";
|
|
135
|
-
readonly ww_marginminvalue: "wwgManagementFeeMinValue";
|
|
136
|
-
readonly ww_revenueminvalue: "wwgManagementFeeMinValue";
|
|
137
|
-
readonly ww_marginpaidby: "wwgManagementFeePaidBy";
|
|
138
|
-
readonly ww_margincontractorpercentage: "wwgManagementFeeContractorPercentage";
|
|
139
|
-
readonly ww_clientrate: "clientRate";
|
|
140
|
-
readonly ww_grossratesimulation: "grossRateSimulation";
|
|
141
|
-
readonly ww_marginrate: "marginRate";
|
|
142
|
-
readonly ww_employeegrosssalary: "employeeGrossSalary";
|
|
143
|
-
readonly ww_startupmarginfixedvaluemaxvalue: "startUpMarginFixedValueMaxValue";
|
|
144
|
-
readonly ww_startupmarginpaidby: "startUpMarginPaidBy";
|
|
145
|
-
readonly _ww_startupmargincurrency_value: "startUpMarginCurrencyValue";
|
|
146
|
-
readonly ww_startupmargincontractorpercentage: "startUpMarginContractorPercentage";
|
|
147
|
-
readonly ww_ca_totalrevenue: "totalRevenue";
|
|
148
|
-
readonly ww_ca_totalrevenue_base: "totalRevenueGbp";
|
|
149
|
-
readonly _ww_originatingenquiry_value: "originatingEnquiryValue";
|
|
150
|
-
readonly ww_totalrevenue: "totalRevenue";
|
|
151
|
-
readonly _ww_originatingsimulation_value: "originatingSimulationValue";
|
|
152
|
-
readonly ww_totalrevenuegbpc: "totalRevenueGbp";
|
|
153
|
-
readonly _ww_preferredinvoicecurrency_value: "preferredInvoiceCurrencyValue";
|
|
154
|
-
readonly ww_ca_happytoproceed: "happyToProceed";
|
|
155
|
-
readonly ww_jobdescription: "jobDescription";
|
|
156
|
-
readonly ww_sendportalinvite: "sendPortalInvite";
|
|
157
|
-
readonly ww_ngareason: "notGoingAheadReason";
|
|
158
|
-
readonly _ww_campaign_value: "campaignValue";
|
|
159
|
-
readonly ww_ngareasondetail: "notGoingAheadReasonDetail";
|
|
160
|
-
readonly ww_ww_ca_frmwrk_agrmnt_rcvd: "frameworkAgreementRecD";
|
|
161
|
-
readonly ww_ca_asgn_schd_rcvd: "assignmentScheduleRecD";
|
|
162
|
-
readonly ww_ca_isrollingcontract: "isRollingContract";
|
|
163
|
-
readonly ww_ca_isparttime: "fullTimePartTime";
|
|
164
|
-
readonly ww_ca_possibilityofext: "possibilityOfExtension";
|
|
165
|
-
readonly ww_ca_localaccountantreferralreq: "localAccountantReferralRequired";
|
|
122
|
+
readonly ww_saleschecklistid: "referralId";
|
|
123
|
+
readonly ww_referralid: "referralFriendlyId";
|
|
166
124
|
readonly ww_name: "name";
|
|
167
|
-
readonly
|
|
168
|
-
readonly
|
|
169
|
-
readonly
|
|
170
|
-
readonly
|
|
171
|
-
readonly
|
|
172
|
-
readonly
|
|
173
|
-
readonly
|
|
174
|
-
readonly
|
|
175
|
-
readonly
|
|
176
|
-
readonly
|
|
177
|
-
readonly
|
|
178
|
-
readonly
|
|
179
|
-
readonly
|
|
180
|
-
readonly
|
|
181
|
-
readonly
|
|
182
|
-
readonly
|
|
183
|
-
readonly
|
|
184
|
-
readonly
|
|
185
|
-
readonly
|
|
186
|
-
readonly
|
|
187
|
-
readonly
|
|
188
|
-
readonly
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
191
|
-
readonly
|
|
192
|
-
readonly
|
|
193
|
-
readonly
|
|
194
|
-
readonly
|
|
195
|
-
readonly
|
|
196
|
-
readonly
|
|
197
|
-
readonly
|
|
198
|
-
readonly
|
|
199
|
-
readonly
|
|
200
|
-
readonly
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
212
|
-
readonly
|
|
213
|
-
readonly
|
|
214
|
-
readonly
|
|
215
|
-
readonly
|
|
125
|
+
readonly _ww_salescode_value: "salesCodeValue";
|
|
126
|
+
readonly ww_ca_stage: "progress/stage";
|
|
127
|
+
readonly ww_stageupdated: "progress/stageUpdated";
|
|
128
|
+
readonly ww_ca_stagereason: "progress/stageReason";
|
|
129
|
+
readonly ww_ca_happytoproceed: "progress/happyToProceed";
|
|
130
|
+
readonly _ww_campaign_value: "progress/campaignValue";
|
|
131
|
+
readonly ww_ngareason: "progress/notGoingAheadReason";
|
|
132
|
+
readonly ww_ngareasondetail: "progress/notGoingAheadReasonDetail";
|
|
133
|
+
readonly ww_reportingstatus: "progress/reportingStatus";
|
|
134
|
+
readonly _ww_ca_contractor_value: "contractor/contractorValue";
|
|
135
|
+
readonly "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue": "contractor/contractorFormattedValue";
|
|
136
|
+
readonly ww_region: "assignment/region";
|
|
137
|
+
readonly _ww_workwellglobalinternalcompany_value: "assignment/workwellGlobalInternalCompanyValue";
|
|
138
|
+
readonly ww_othercontractualagreements: "assignment/otherContractualAgreements";
|
|
139
|
+
readonly ww_ca_totalrevenue: "assignment/totalRevenue";
|
|
140
|
+
readonly ww_ca_totalrevenue_base: "assignment/totalRevenueGbp";
|
|
141
|
+
readonly ww_totalrevenue: "assignment/totalRevenue";
|
|
142
|
+
readonly ww_totalrevenuegbpc: "assignment/totalRevenueGbp";
|
|
143
|
+
readonly _transactioncurrencyid_value: "assignment/contractorPayRateCurrencyValue";
|
|
144
|
+
readonly ww_ca_contractrate: "assignment/contractPayRate";
|
|
145
|
+
readonly ww_ca_contractratefrequency: "assignment/contractRateFrequency";
|
|
146
|
+
readonly ww_ca_contractpayfrequency: "assignment/contractPaymentFrequency";
|
|
147
|
+
readonly ww_ca_hoursworked: "assignment/hoursWorked";
|
|
148
|
+
readonly ww_hoursworkedunit: "assignment/hoursWorkedUnit";
|
|
149
|
+
readonly _ww_ca_countryoftaxresidence_value: "assignment/countryOfTaxResidenceValue";
|
|
150
|
+
readonly ww_ca_cityofwork: "assignment/cityOfWork";
|
|
151
|
+
readonly ww_ca_isoffshore: "assignment/onshoreOffshore";
|
|
152
|
+
readonly _ww_preferredinvoicecurrency_value: "assignment/preferredInvoiceCurrencyValue";
|
|
153
|
+
readonly ww_ca_isrollingcontract: "assignment/isRollingContract";
|
|
154
|
+
readonly ww_ca_isparttime: "assignment/fullTimePartTime";
|
|
155
|
+
readonly ww_ca_possibilityofext: "assignment/possibilityOfExtension";
|
|
156
|
+
readonly ww_ca_localaccountantreferralreq: "assignment/localAccountantReferralRequired";
|
|
157
|
+
readonly ww_ww_ca_frmwrk_agrmnt_rcvd: "assignment/frameworkAgreementRecD";
|
|
158
|
+
readonly ww_ca_asgn_schd_rcvd: "assignment/assignmentScheduleRecD";
|
|
159
|
+
readonly ww_ca_endclient: "assignment/endClient";
|
|
160
|
+
readonly ww_jobtype: "assignment/jobType";
|
|
161
|
+
readonly ww_ca_startdate: "assignment/startDate";
|
|
162
|
+
readonly ww_ca_enddate: "assignment/endDate";
|
|
163
|
+
readonly ww_ca_contractrole: "assignment/jobRole";
|
|
164
|
+
readonly ww_jobdescription: "assignment/jobDescription";
|
|
165
|
+
readonly _ww_margincurrency_value: "fees/wwgManagementFeeCurrencyValue";
|
|
166
|
+
readonly ww_marginbasis: "fees/wwgManagementFeeBasis";
|
|
167
|
+
readonly ww_marginperiod: "fees/wwgManagementFeePeriod";
|
|
168
|
+
readonly ww_marginpercentage: "fees/wwgManagementFeePercentage";
|
|
169
|
+
readonly ww_marginfixedvaluemaxvalue: "fees/wwgManagementFeeFixedValueMaxValue";
|
|
170
|
+
readonly ww_revenuefixedvaluemaxvalue: "fees/wwgManagementFeeFixedValueMaxValue";
|
|
171
|
+
readonly ww_marginminvalue: "fees/wwgManagementFeeMinValue";
|
|
172
|
+
readonly ww_revenueminvalue: "fees/wwgManagementFeeMinValue";
|
|
173
|
+
readonly ww_marginpaidby: "fees/wwgManagementFeePaidBy";
|
|
174
|
+
readonly ww_margincontractorpercentage: "fees/wwgManagementFeeContractorPercentage";
|
|
175
|
+
readonly ww_startupmarginfixedvaluemaxvalue: "fees/startUpMarginFixedValueMaxValue";
|
|
176
|
+
readonly ww_startupmarginpaidby: "fees/startUpMarginPaidBy";
|
|
177
|
+
readonly _ww_startupmargincurrency_value: "fees/startUpMarginCurrencyValue";
|
|
178
|
+
readonly ww_startupmargincontractorpercentage: "fees/startUpMarginContractorPercentage";
|
|
179
|
+
readonly _ww_marginonlycompany_value: "fees/marginOnlyCompanyValue";
|
|
180
|
+
readonly ww_clientrate: "rates/clientRate";
|
|
181
|
+
readonly ww_grossratesimulation: "rates/grossRateSimulation";
|
|
182
|
+
readonly ww_marginrate: "rates/marginRate";
|
|
183
|
+
readonly ww_employeegrosssalary: "rates/employeeGrossSalary";
|
|
184
|
+
readonly _ww_ca_agency_value: "agency/agencyValue";
|
|
185
|
+
readonly _ww_accountmanager_value: "agency/accountManagerValue";
|
|
186
|
+
readonly _ww_ca_agencybranch_value: "agency/agencyBranchValue";
|
|
187
|
+
readonly _ww_ca_agencyconsultant_value: "agency/agencyContactValue";
|
|
188
|
+
readonly "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue": "agency/agencyFormattedValue";
|
|
189
|
+
readonly "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue": "agency/agencyContactFormattedValue";
|
|
190
|
+
readonly ww_rtw_requiredincontractcountry: "compliance/doesContractorRequireRtwInContractCountry";
|
|
191
|
+
readonly ww_rtw_haveincontractcountry: "compliance/doesContractorHaveRtwInTheContractCountry";
|
|
192
|
+
readonly ww_rtw_whoisarrangingvisa: "compliance/ifNoWhoIsArrangingVisa";
|
|
193
|
+
readonly _ww_cmpl_approvedby_value: "compliance/approvedByValue";
|
|
194
|
+
readonly ww_cmpl_approvedon: "compliance/approvedOn";
|
|
195
|
+
readonly ww_rejectreason: "compliance/rejectReason";
|
|
196
|
+
readonly ww_cmpl_compliancestatementreq: "compliance/complianceStatementRequired";
|
|
197
|
+
readonly ww_cmpl_compliancestatementgenerated: "compliance/complianceStatementGenerated";
|
|
198
|
+
readonly ww_ww_cmpl_donotchasefordocs: "compliance/doNotChaseForTheFollowingDocuments";
|
|
199
|
+
readonly ww_cmpl_solutionconfirmation: "compliance/solutionConfirmation";
|
|
200
|
+
readonly ww_cmpl_salesemailreviewed: "compliance/salesEmailReviewed";
|
|
201
|
+
readonly ww_cmpl_taxsimulationreviewed: "compliance/taxSimulationReviewed";
|
|
202
|
+
readonly ww_cmpl_feeconfirmedinwriting: "compliance/feeConfirmedInWriting";
|
|
203
|
+
readonly ww_cmpl_passportcopyreviewedrtw: "compliance/passportCopyReviewedForRightToWork";
|
|
204
|
+
readonly ww_cmpl_agencycontractissuedcorrectentity: "compliance/agencyContractIssuedToTheCorrectEntity";
|
|
205
|
+
readonly ww_cmpl_contractfeeratescurrencymatchregform: "compliance/contractFeeRatesCurrencyMatchRegForm";
|
|
206
|
+
readonly _ww_cmpl_contracttemplate_value: "compliance/contractTemplateToBeUsedValue";
|
|
207
|
+
readonly ww_cmpl_specificdocumentsrequested: "compliance/specificDocumentsToBeRequested";
|
|
208
|
+
readonly ww_cmpl_specialconditions: "compliance/specialConditions";
|
|
209
|
+
readonly ww_cmpl_additionalinfo: "compliance/additionalInformation";
|
|
210
|
+
readonly ww_cmpl_willcontractorpaid_vat6cats: "compliance/willTheContractorBePaidVatByWorkwellGlobal";
|
|
211
|
+
readonly ww_cmpl_intro_country_contact: "compliance/introductionToInCountryContact";
|
|
212
|
+
readonly ww_cmpl_ensure_limosa_filed: "compliance/ensureLimosaHasBeenFiled";
|
|
213
|
+
readonly ww_workpermitsponsorship: "compliance/workPermitSponsorship";
|
|
214
|
+
readonly ww_workpermitcost: "compliance/workPermitCost";
|
|
215
|
+
readonly ww_workpermitpaidby: "compliance/workPermitPaidBy";
|
|
216
|
+
readonly ww_placeholdergeneratecmplstatement: "compliance/placeholderForGeneratingComplianceStatement";
|
|
217
|
+
readonly ww_placeholderforkbsearch: "compliance/placeholderForKbSearch";
|
|
218
|
+
readonly _ww_originatingenquiry_value: "origin/originatingEnquiryValue";
|
|
219
|
+
readonly _ww_originatingsimulation_value: "origin/originatingSimulationValue";
|
|
220
|
+
readonly ww_sendportalinvite: "onboarding/sendPortalInvite";
|
|
221
|
+
readonly ww_placeholderforsiflow: "onboarding/placeholderForSiFlow";
|
|
222
|
+
readonly ww_referrallog_Referral_ww_saleschecklist: "referralLogs";
|
|
223
|
+
readonly ww_ca_Country: "assignment/workCountry";
|
|
224
|
+
readonly ww_Parent_Solution: "assignment/parentSolution";
|
|
225
|
+
readonly ww_ca_SolutionPackage: "assignment/solution";
|
|
216
226
|
readonly _organizationid_value: "organizationIdValue";
|
|
217
227
|
readonly '@odata.etag': "etag";
|
|
218
228
|
readonly versionnumber: "versionNumber";
|
|
@@ -245,88 +255,82 @@ export declare const ReferralEntity: {
|
|
|
245
255
|
readonly overriddencreatedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
246
256
|
readonly timezoneruleversionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
247
257
|
readonly utcconversiontimezonecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
258
|
+
readonly ww_saleschecklistid: z.ZodOptional<z.ZodString>;
|
|
248
259
|
readonly ww_referralid: z.ZodOptional<z.ZodString>;
|
|
260
|
+
readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
261
|
+
readonly _ww_salescode_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
249
262
|
readonly ww_ca_stage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
250
263
|
readonly ww_stageupdated: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
251
264
|
readonly ww_ca_stagereason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
265
|
+
readonly ww_ca_happytoproceed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
266
|
+
readonly _ww_campaign_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
267
|
+
readonly ww_ngareason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
268
|
+
readonly ww_ngareasondetail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
269
|
+
readonly ww_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
252
270
|
readonly _ww_ca_contractor_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
271
|
+
readonly "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
253
272
|
readonly ww_region: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
254
|
-
readonly _ww_ca_country_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
255
|
-
readonly _ww_parent_solution_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
256
|
-
readonly _ww_ca_solutionpackage_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
257
273
|
readonly _ww_workwellglobalinternalcompany_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
258
274
|
readonly ww_othercontractualagreements: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
259
|
-
readonly
|
|
275
|
+
readonly ww_ca_totalrevenue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
276
|
+
readonly ww_ca_totalrevenue_base: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
277
|
+
readonly ww_totalrevenue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
278
|
+
readonly ww_totalrevenuegbpc: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
279
|
+
readonly _transactioncurrencyid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
280
|
+
readonly ww_ca_contractrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
281
|
+
readonly ww_ca_contractratefrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
282
|
+
readonly ww_ca_contractpayfrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
283
|
+
readonly ww_ca_hoursworked: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
284
|
+
readonly ww_hoursworkedunit: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
285
|
+
readonly _ww_ca_countryoftaxresidence_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
286
|
+
readonly ww_ca_cityofwork: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
287
|
+
readonly ww_ca_isoffshore: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
288
|
+
readonly _ww_preferredinvoicecurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
289
|
+
readonly ww_ca_isrollingcontract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
290
|
+
readonly ww_ca_isparttime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
291
|
+
readonly ww_ca_possibilityofext: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
292
|
+
readonly ww_ca_localaccountantreferralreq: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
293
|
+
readonly ww_ww_ca_frmwrk_agrmnt_rcvd: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
294
|
+
readonly ww_ca_asgn_schd_rcvd: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
295
|
+
readonly ww_ca_endclient: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
296
|
+
readonly ww_jobtype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
297
|
+
readonly ww_ca_startdate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
298
|
+
readonly ww_ca_enddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
299
|
+
readonly ww_ca_contractrole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
300
|
+
readonly ww_jobdescription: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
260
301
|
readonly _ww_margincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
261
302
|
readonly ww_marginbasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
262
303
|
readonly ww_marginperiod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
263
|
-
readonly ww_marginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
264
304
|
readonly ww_marginpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
305
|
+
readonly ww_marginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
265
306
|
readonly ww_revenuefixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
266
307
|
readonly ww_marginminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
267
308
|
readonly ww_revenueminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
268
309
|
readonly ww_marginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
269
310
|
readonly ww_margincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
270
|
-
readonly ww_clientrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
271
|
-
readonly ww_grossratesimulation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
272
|
-
readonly ww_marginrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
273
|
-
readonly ww_employeegrosssalary: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
274
311
|
readonly ww_startupmarginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
275
312
|
readonly ww_startupmarginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
276
313
|
readonly _ww_startupmargincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
277
314
|
readonly ww_startupmargincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
278
|
-
readonly
|
|
279
|
-
readonly
|
|
280
|
-
readonly
|
|
281
|
-
readonly
|
|
282
|
-
readonly
|
|
283
|
-
readonly ww_totalrevenuegbpc: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
284
|
-
readonly _ww_preferredinvoicecurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
285
|
-
readonly ww_ca_happytoproceed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
286
|
-
readonly ww_jobdescription: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
287
|
-
readonly ww_sendportalinvite: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
288
|
-
readonly ww_ngareason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
289
|
-
readonly _ww_campaign_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
290
|
-
readonly ww_ngareasondetail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
291
|
-
readonly ww_ww_ca_frmwrk_agrmnt_rcvd: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
292
|
-
readonly ww_ca_asgn_schd_rcvd: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
293
|
-
readonly ww_ca_isrollingcontract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
294
|
-
readonly ww_ca_isparttime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
295
|
-
readonly ww_ca_possibilityofext: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
296
|
-
readonly ww_ca_localaccountantreferralreq: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
297
|
-
readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
315
|
+
readonly _ww_marginonlycompany_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
316
|
+
readonly ww_clientrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
317
|
+
readonly ww_grossratesimulation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
318
|
+
readonly ww_marginrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
319
|
+
readonly ww_employeegrosssalary: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
298
320
|
readonly _ww_ca_agency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
299
321
|
readonly _ww_accountmanager_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
300
322
|
readonly _ww_ca_agencybranch_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
301
323
|
readonly _ww_ca_agencyconsultant_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
302
|
-
readonly
|
|
303
|
-
readonly
|
|
304
|
-
readonly ww_jobtype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
305
|
-
readonly ww_ca_startdate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
306
|
-
readonly ww_ca_enddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
307
|
-
readonly ww_ca_contractrole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
308
|
-
readonly _transactioncurrencyid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
309
|
-
readonly ww_ca_contractrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
310
|
-
readonly ww_ca_contractratefrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
311
|
-
readonly ww_ca_contractpayfrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
312
|
-
readonly ww_ca_hoursworked: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
313
|
-
readonly ww_hoursworkedunit: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
314
|
-
readonly _ww_ca_countryoftaxresidence_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
315
|
-
readonly ww_ca_cityofwork: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
316
|
-
readonly ww_ca_isoffshore: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
317
|
-
readonly ww_workpermitsponsorship: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
318
|
-
readonly ww_workpermitcost: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
319
|
-
readonly ww_workpermitpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
324
|
+
readonly "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
325
|
+
readonly "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
320
326
|
readonly ww_rtw_requiredincontractcountry: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
321
327
|
readonly ww_rtw_haveincontractcountry: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
322
328
|
readonly ww_rtw_whoisarrangingvisa: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
323
|
-
readonly ww_placeholderforsiflow: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
324
329
|
readonly _ww_cmpl_approvedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
325
330
|
readonly ww_cmpl_approvedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
326
331
|
readonly ww_rejectreason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
327
332
|
readonly ww_cmpl_compliancestatementreq: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
328
333
|
readonly ww_cmpl_compliancestatementgenerated: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
329
|
-
readonly ww_placeholdergeneratecmplstatement: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
330
334
|
readonly ww_ww_cmpl_donotchasefordocs: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
331
335
|
readonly ww_cmpl_solutionconfirmation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
332
336
|
readonly ww_cmpl_salesemailreviewed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
@@ -342,8 +346,19 @@ export declare const ReferralEntity: {
|
|
|
342
346
|
readonly ww_cmpl_willcontractorpaid_vat6cats: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
343
347
|
readonly ww_cmpl_intro_country_contact: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
344
348
|
readonly ww_cmpl_ensure_limosa_filed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
349
|
+
readonly ww_workpermitsponsorship: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
350
|
+
readonly ww_workpermitcost: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
351
|
+
readonly ww_workpermitpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
352
|
+
readonly ww_placeholdergeneratecmplstatement: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
345
353
|
readonly ww_placeholderforkbsearch: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
346
|
-
readonly
|
|
354
|
+
readonly _ww_originatingenquiry_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
355
|
+
readonly _ww_originatingsimulation_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
356
|
+
readonly ww_sendportalinvite: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
357
|
+
readonly ww_placeholderforsiflow: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
358
|
+
readonly ww_referrallog_Referral_ww_saleschecklist: z.ZodOptional<z.ZodTypeAny>;
|
|
359
|
+
readonly ww_ca_Country: z.ZodOptional<z.ZodTypeAny>;
|
|
360
|
+
readonly ww_Parent_Solution: z.ZodOptional<z.ZodTypeAny>;
|
|
361
|
+
readonly ww_ca_SolutionPackage: z.ZodOptional<z.ZodTypeAny>;
|
|
347
362
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
348
363
|
'@odata.etag'?: string | null | undefined;
|
|
349
364
|
_createdby_value?: string | null | undefined;
|
|
@@ -362,14 +377,15 @@ export declare const ReferralEntity: {
|
|
|
362
377
|
versionnumber?: number | null | undefined;
|
|
363
378
|
ww_totalrevenue?: number | null | undefined;
|
|
364
379
|
ww_name?: string | null | undefined;
|
|
380
|
+
_organizationid_value?: string | null | undefined;
|
|
381
|
+
ww_Parent_Solution?: any;
|
|
382
|
+
_ww_salescode_value?: string | null | undefined;
|
|
365
383
|
ww_region?: number | null | undefined;
|
|
366
|
-
_ww_parent_solution_value?: string | null | undefined;
|
|
367
384
|
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
368
385
|
ww_othercontractualagreements?: string | null | undefined;
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
_ww_salescode_value?: string | null | undefined;
|
|
386
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
387
|
+
ww_jobtype?: number | null | undefined;
|
|
388
|
+
ww_jobdescription?: string | null | undefined;
|
|
373
389
|
_ww_margincurrency_value?: string | null | undefined;
|
|
374
390
|
ww_marginbasis?: number | null | undefined;
|
|
375
391
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -380,68 +396,68 @@ export declare const ReferralEntity: {
|
|
|
380
396
|
ww_revenueminvalue?: number | null | undefined;
|
|
381
397
|
ww_marginpaidby?: number | null | undefined;
|
|
382
398
|
ww_margincontractorpercentage?: number | null | undefined;
|
|
383
|
-
ww_clientrate?: number | null | undefined;
|
|
384
|
-
ww_grossratesimulation?: number | null | undefined;
|
|
385
|
-
ww_marginrate?: number | null | undefined;
|
|
386
|
-
ww_employeegrosssalary?: number | null | undefined;
|
|
387
399
|
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
388
400
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
389
|
-
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
390
401
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
391
402
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
403
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
404
|
+
ww_clientrate?: number | null | undefined;
|
|
405
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
406
|
+
ww_marginrate?: number | null | undefined;
|
|
407
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
408
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
409
|
+
ww_workpermitcost?: string | null | undefined;
|
|
410
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
411
|
+
ww_ca_Country?: any;
|
|
412
|
+
ww_ca_SolutionPackage?: any;
|
|
413
|
+
ww_referrallog_Referral_ww_saleschecklist?: any;
|
|
414
|
+
"_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
415
|
+
"_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
416
|
+
"_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
417
|
+
ww_saleschecklistid?: string | undefined;
|
|
395
418
|
ww_referralid?: string | undefined;
|
|
396
419
|
ww_ca_stage?: number | null | undefined;
|
|
397
420
|
ww_stageupdated?: string | null | undefined;
|
|
398
421
|
ww_ca_stagereason?: number | null | undefined;
|
|
422
|
+
ww_ca_happytoproceed?: string | null | undefined;
|
|
423
|
+
_ww_campaign_value?: string | null | undefined;
|
|
424
|
+
ww_ngareason?: number | null | undefined;
|
|
425
|
+
ww_ngareasondetail?: number | null | undefined;
|
|
426
|
+
ww_reportingstatus?: number | null | undefined;
|
|
399
427
|
_ww_ca_contractor_value?: string | null | undefined;
|
|
400
|
-
_ww_ca_country_value?: string | null | undefined;
|
|
401
|
-
_ww_ca_solutionpackage_value?: string | null | undefined;
|
|
402
428
|
ww_ca_totalrevenue?: number | null | undefined;
|
|
403
429
|
ww_ca_totalrevenue_base?: number | null | undefined;
|
|
404
|
-
_ww_originatingenquiry_value?: string | null | undefined;
|
|
405
|
-
_ww_originatingsimulation_value?: string | null | undefined;
|
|
406
430
|
ww_totalrevenuegbpc?: number | null | undefined;
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
ww_ca_asgn_schd_rcvd?: string | null | undefined;
|
|
431
|
+
ww_ca_contractrate?: number | null | undefined;
|
|
432
|
+
ww_ca_contractratefrequency?: number | null | undefined;
|
|
433
|
+
ww_ca_contractpayfrequency?: number | null | undefined;
|
|
434
|
+
ww_ca_hoursworked?: number | null | undefined;
|
|
435
|
+
_ww_ca_countryoftaxresidence_value?: string | null | undefined;
|
|
436
|
+
ww_ca_cityofwork?: string | null | undefined;
|
|
437
|
+
ww_ca_isoffshore?: boolean | null | undefined;
|
|
415
438
|
ww_ca_isrollingcontract?: boolean | null | undefined;
|
|
416
439
|
ww_ca_isparttime?: boolean | null | undefined;
|
|
417
440
|
ww_ca_possibilityofext?: number | null | undefined;
|
|
418
441
|
ww_ca_localaccountantreferralreq?: boolean | null | undefined;
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
_ww_ca_agencybranch_value?: string | null | undefined;
|
|
422
|
-
_ww_ca_agencyconsultant_value?: string | null | undefined;
|
|
442
|
+
ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
|
|
443
|
+
ww_ca_asgn_schd_rcvd?: string | null | undefined;
|
|
423
444
|
ww_ca_endclient?: string | null | undefined;
|
|
424
|
-
_ww_marginonlycompany_value?: string | null | undefined;
|
|
425
445
|
ww_ca_startdate?: string | null | undefined;
|
|
426
446
|
ww_ca_enddate?: string | null | undefined;
|
|
427
447
|
ww_ca_contractrole?: string | null | undefined;
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
ww_ca_cityofwork?: string | null | undefined;
|
|
434
|
-
ww_ca_isoffshore?: boolean | null | undefined;
|
|
448
|
+
_ww_marginonlycompany_value?: string | null | undefined;
|
|
449
|
+
_ww_ca_agency_value?: string | null | undefined;
|
|
450
|
+
_ww_accountmanager_value?: string | null | undefined;
|
|
451
|
+
_ww_ca_agencybranch_value?: string | null | undefined;
|
|
452
|
+
_ww_ca_agencyconsultant_value?: string | null | undefined;
|
|
435
453
|
ww_rtw_requiredincontractcountry?: boolean | null | undefined;
|
|
436
454
|
ww_rtw_haveincontractcountry?: boolean | null | undefined;
|
|
437
455
|
ww_rtw_whoisarrangingvisa?: number | null | undefined;
|
|
438
|
-
ww_placeholderforsiflow?: string | null | undefined;
|
|
439
456
|
_ww_cmpl_approvedby_value?: string | null | undefined;
|
|
440
457
|
ww_cmpl_approvedon?: string | null | undefined;
|
|
441
458
|
ww_rejectreason?: string | null | undefined;
|
|
442
459
|
ww_cmpl_compliancestatementreq?: boolean | null | undefined;
|
|
443
460
|
ww_cmpl_compliancestatementgenerated?: boolean | null | undefined;
|
|
444
|
-
ww_placeholdergeneratecmplstatement?: string | null | undefined;
|
|
445
461
|
ww_ww_cmpl_donotchasefordocs?: string | null | undefined;
|
|
446
462
|
ww_cmpl_solutionconfirmation?: string | null | undefined;
|
|
447
463
|
ww_cmpl_salesemailreviewed?: boolean | null | undefined;
|
|
@@ -457,8 +473,12 @@ export declare const ReferralEntity: {
|
|
|
457
473
|
ww_cmpl_willcontractorpaid_vat6cats?: number | null | undefined;
|
|
458
474
|
ww_cmpl_intro_country_contact?: boolean | null | undefined;
|
|
459
475
|
ww_cmpl_ensure_limosa_filed?: number | null | undefined;
|
|
476
|
+
ww_placeholdergeneratecmplstatement?: string | null | undefined;
|
|
460
477
|
ww_placeholderforkbsearch?: string | null | undefined;
|
|
461
|
-
|
|
478
|
+
_ww_originatingenquiry_value?: string | null | undefined;
|
|
479
|
+
_ww_originatingsimulation_value?: string | null | undefined;
|
|
480
|
+
ww_sendportalinvite?: number | null | undefined;
|
|
481
|
+
ww_placeholderforsiflow?: string | null | undefined;
|
|
462
482
|
}, {
|
|
463
483
|
'@odata.etag'?: string | null | undefined;
|
|
464
484
|
_createdby_value?: string | null | undefined;
|
|
@@ -477,14 +497,15 @@ export declare const ReferralEntity: {
|
|
|
477
497
|
versionnumber?: number | null | undefined;
|
|
478
498
|
ww_totalrevenue?: number | null | undefined;
|
|
479
499
|
ww_name?: string | null | undefined;
|
|
500
|
+
_organizationid_value?: string | null | undefined;
|
|
501
|
+
ww_Parent_Solution?: any;
|
|
502
|
+
_ww_salescode_value?: string | null | undefined;
|
|
480
503
|
ww_region?: number | null | undefined;
|
|
481
|
-
_ww_parent_solution_value?: string | null | undefined;
|
|
482
504
|
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
483
505
|
ww_othercontractualagreements?: string | null | undefined;
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
_ww_salescode_value?: string | null | undefined;
|
|
506
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
507
|
+
ww_jobtype?: number | null | undefined;
|
|
508
|
+
ww_jobdescription?: string | null | undefined;
|
|
488
509
|
_ww_margincurrency_value?: string | null | undefined;
|
|
489
510
|
ww_marginbasis?: number | null | undefined;
|
|
490
511
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -495,68 +516,68 @@ export declare const ReferralEntity: {
|
|
|
495
516
|
ww_revenueminvalue?: number | null | undefined;
|
|
496
517
|
ww_marginpaidby?: number | null | undefined;
|
|
497
518
|
ww_margincontractorpercentage?: number | null | undefined;
|
|
498
|
-
ww_clientrate?: number | null | undefined;
|
|
499
|
-
ww_grossratesimulation?: number | null | undefined;
|
|
500
|
-
ww_marginrate?: number | null | undefined;
|
|
501
|
-
ww_employeegrosssalary?: number | null | undefined;
|
|
502
519
|
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
503
520
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
504
|
-
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
505
521
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
506
522
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
523
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
524
|
+
ww_clientrate?: number | null | undefined;
|
|
525
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
526
|
+
ww_marginrate?: number | null | undefined;
|
|
527
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
528
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
529
|
+
ww_workpermitcost?: string | null | undefined;
|
|
530
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
531
|
+
ww_ca_Country?: any;
|
|
532
|
+
ww_ca_SolutionPackage?: any;
|
|
533
|
+
ww_referrallog_Referral_ww_saleschecklist?: any;
|
|
534
|
+
"_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
535
|
+
"_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
536
|
+
"_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
537
|
+
ww_saleschecklistid?: string | undefined;
|
|
510
538
|
ww_referralid?: string | undefined;
|
|
511
539
|
ww_ca_stage?: number | null | undefined;
|
|
512
540
|
ww_stageupdated?: string | null | undefined;
|
|
513
541
|
ww_ca_stagereason?: number | null | undefined;
|
|
542
|
+
ww_ca_happytoproceed?: string | null | undefined;
|
|
543
|
+
_ww_campaign_value?: string | null | undefined;
|
|
544
|
+
ww_ngareason?: number | null | undefined;
|
|
545
|
+
ww_ngareasondetail?: number | null | undefined;
|
|
546
|
+
ww_reportingstatus?: number | null | undefined;
|
|
514
547
|
_ww_ca_contractor_value?: string | null | undefined;
|
|
515
|
-
_ww_ca_country_value?: string | null | undefined;
|
|
516
|
-
_ww_ca_solutionpackage_value?: string | null | undefined;
|
|
517
548
|
ww_ca_totalrevenue?: number | null | undefined;
|
|
518
549
|
ww_ca_totalrevenue_base?: number | null | undefined;
|
|
519
|
-
_ww_originatingenquiry_value?: string | null | undefined;
|
|
520
|
-
_ww_originatingsimulation_value?: string | null | undefined;
|
|
521
550
|
ww_totalrevenuegbpc?: number | null | undefined;
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
ww_ca_asgn_schd_rcvd?: string | null | undefined;
|
|
551
|
+
ww_ca_contractrate?: number | null | undefined;
|
|
552
|
+
ww_ca_contractratefrequency?: number | null | undefined;
|
|
553
|
+
ww_ca_contractpayfrequency?: number | null | undefined;
|
|
554
|
+
ww_ca_hoursworked?: number | null | undefined;
|
|
555
|
+
_ww_ca_countryoftaxresidence_value?: string | null | undefined;
|
|
556
|
+
ww_ca_cityofwork?: string | null | undefined;
|
|
557
|
+
ww_ca_isoffshore?: boolean | null | undefined;
|
|
530
558
|
ww_ca_isrollingcontract?: boolean | null | undefined;
|
|
531
559
|
ww_ca_isparttime?: boolean | null | undefined;
|
|
532
560
|
ww_ca_possibilityofext?: number | null | undefined;
|
|
533
561
|
ww_ca_localaccountantreferralreq?: boolean | null | undefined;
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
_ww_ca_agencybranch_value?: string | null | undefined;
|
|
537
|
-
_ww_ca_agencyconsultant_value?: string | null | undefined;
|
|
562
|
+
ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
|
|
563
|
+
ww_ca_asgn_schd_rcvd?: string | null | undefined;
|
|
538
564
|
ww_ca_endclient?: string | null | undefined;
|
|
539
|
-
_ww_marginonlycompany_value?: string | null | undefined;
|
|
540
565
|
ww_ca_startdate?: string | null | undefined;
|
|
541
566
|
ww_ca_enddate?: string | null | undefined;
|
|
542
567
|
ww_ca_contractrole?: string | null | undefined;
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
ww_ca_cityofwork?: string | null | undefined;
|
|
549
|
-
ww_ca_isoffshore?: boolean | null | undefined;
|
|
568
|
+
_ww_marginonlycompany_value?: string | null | undefined;
|
|
569
|
+
_ww_ca_agency_value?: string | null | undefined;
|
|
570
|
+
_ww_accountmanager_value?: string | null | undefined;
|
|
571
|
+
_ww_ca_agencybranch_value?: string | null | undefined;
|
|
572
|
+
_ww_ca_agencyconsultant_value?: string | null | undefined;
|
|
550
573
|
ww_rtw_requiredincontractcountry?: boolean | null | undefined;
|
|
551
574
|
ww_rtw_haveincontractcountry?: boolean | null | undefined;
|
|
552
575
|
ww_rtw_whoisarrangingvisa?: number | null | undefined;
|
|
553
|
-
ww_placeholderforsiflow?: string | null | undefined;
|
|
554
576
|
_ww_cmpl_approvedby_value?: string | null | undefined;
|
|
555
577
|
ww_cmpl_approvedon?: string | null | undefined;
|
|
556
578
|
ww_rejectreason?: string | null | undefined;
|
|
557
579
|
ww_cmpl_compliancestatementreq?: boolean | null | undefined;
|
|
558
580
|
ww_cmpl_compliancestatementgenerated?: boolean | null | undefined;
|
|
559
|
-
ww_placeholdergeneratecmplstatement?: string | null | undefined;
|
|
560
581
|
ww_ww_cmpl_donotchasefordocs?: string | null | undefined;
|
|
561
582
|
ww_cmpl_solutionconfirmation?: string | null | undefined;
|
|
562
583
|
ww_cmpl_salesemailreviewed?: boolean | null | undefined;
|
|
@@ -572,92 +593,90 @@ export declare const ReferralEntity: {
|
|
|
572
593
|
ww_cmpl_willcontractorpaid_vat6cats?: number | null | undefined;
|
|
573
594
|
ww_cmpl_intro_country_contact?: boolean | null | undefined;
|
|
574
595
|
ww_cmpl_ensure_limosa_filed?: number | null | undefined;
|
|
596
|
+
ww_placeholdergeneratecmplstatement?: string | null | undefined;
|
|
575
597
|
ww_placeholderforkbsearch?: string | null | undefined;
|
|
576
|
-
|
|
598
|
+
_ww_originatingenquiry_value?: string | null | undefined;
|
|
599
|
+
_ww_originatingsimulation_value?: string | null | undefined;
|
|
600
|
+
ww_sendportalinvite?: number | null | undefined;
|
|
601
|
+
ww_placeholderforsiflow?: string | null | undefined;
|
|
577
602
|
}>;
|
|
578
603
|
SPayloadD365: z.ZodObject<{
|
|
604
|
+
readonly ww_saleschecklistid: z.ZodOptional<z.ZodString>;
|
|
579
605
|
readonly ww_referralid: z.ZodOptional<z.ZodString>;
|
|
606
|
+
readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
607
|
+
readonly _ww_salescode_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
580
608
|
readonly ww_ca_stage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
581
609
|
readonly ww_stageupdated: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
582
610
|
readonly ww_ca_stagereason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
611
|
+
readonly ww_ca_happytoproceed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
612
|
+
readonly _ww_campaign_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
613
|
+
readonly ww_ngareason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
614
|
+
readonly ww_ngareasondetail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
615
|
+
readonly ww_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
583
616
|
readonly _ww_ca_contractor_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
617
|
+
readonly "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
584
618
|
readonly ww_region: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
585
|
-
readonly _ww_ca_country_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
586
|
-
readonly _ww_parent_solution_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
587
|
-
readonly _ww_ca_solutionpackage_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
588
619
|
readonly _ww_workwellglobalinternalcompany_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
589
620
|
readonly ww_othercontractualagreements: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
590
|
-
readonly
|
|
621
|
+
readonly ww_ca_totalrevenue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
622
|
+
readonly ww_ca_totalrevenue_base: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
623
|
+
readonly ww_totalrevenue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
624
|
+
readonly ww_totalrevenuegbpc: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
625
|
+
readonly _transactioncurrencyid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
626
|
+
readonly ww_ca_contractrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
627
|
+
readonly ww_ca_contractratefrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
628
|
+
readonly ww_ca_contractpayfrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
629
|
+
readonly ww_ca_hoursworked: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
630
|
+
readonly ww_hoursworkedunit: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
631
|
+
readonly _ww_ca_countryoftaxresidence_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
632
|
+
readonly ww_ca_cityofwork: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
633
|
+
readonly ww_ca_isoffshore: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
634
|
+
readonly _ww_preferredinvoicecurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
635
|
+
readonly ww_ca_isrollingcontract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
636
|
+
readonly ww_ca_isparttime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
637
|
+
readonly ww_ca_possibilityofext: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
638
|
+
readonly ww_ca_localaccountantreferralreq: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
639
|
+
readonly ww_ww_ca_frmwrk_agrmnt_rcvd: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
640
|
+
readonly ww_ca_asgn_schd_rcvd: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
641
|
+
readonly ww_ca_endclient: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
642
|
+
readonly ww_jobtype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
643
|
+
readonly ww_ca_startdate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
644
|
+
readonly ww_ca_enddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
645
|
+
readonly ww_ca_contractrole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
646
|
+
readonly ww_jobdescription: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
591
647
|
readonly _ww_margincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
592
648
|
readonly ww_marginbasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
593
649
|
readonly ww_marginperiod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
594
|
-
readonly ww_marginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
595
650
|
readonly ww_marginpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
651
|
+
readonly ww_marginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
596
652
|
readonly ww_revenuefixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
597
653
|
readonly ww_marginminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
598
654
|
readonly ww_revenueminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
599
655
|
readonly ww_marginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
600
656
|
readonly ww_margincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
601
|
-
readonly ww_clientrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
602
|
-
readonly ww_grossratesimulation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
603
|
-
readonly ww_marginrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
604
|
-
readonly ww_employeegrosssalary: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
605
657
|
readonly ww_startupmarginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
606
658
|
readonly ww_startupmarginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
607
659
|
readonly _ww_startupmargincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
608
660
|
readonly ww_startupmargincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
609
|
-
readonly
|
|
610
|
-
readonly
|
|
611
|
-
readonly
|
|
612
|
-
readonly
|
|
613
|
-
readonly
|
|
614
|
-
readonly ww_totalrevenuegbpc: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
615
|
-
readonly _ww_preferredinvoicecurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
616
|
-
readonly ww_ca_happytoproceed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
617
|
-
readonly ww_jobdescription: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
618
|
-
readonly ww_sendportalinvite: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
619
|
-
readonly ww_ngareason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
620
|
-
readonly _ww_campaign_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
621
|
-
readonly ww_ngareasondetail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
622
|
-
readonly ww_ww_ca_frmwrk_agrmnt_rcvd: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
623
|
-
readonly ww_ca_asgn_schd_rcvd: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
624
|
-
readonly ww_ca_isrollingcontract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
625
|
-
readonly ww_ca_isparttime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
626
|
-
readonly ww_ca_possibilityofext: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
627
|
-
readonly ww_ca_localaccountantreferralreq: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
628
|
-
readonly ww_name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
661
|
+
readonly _ww_marginonlycompany_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
662
|
+
readonly ww_clientrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
663
|
+
readonly ww_grossratesimulation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
664
|
+
readonly ww_marginrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
665
|
+
readonly ww_employeegrosssalary: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
629
666
|
readonly _ww_ca_agency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
630
667
|
readonly _ww_accountmanager_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
631
668
|
readonly _ww_ca_agencybranch_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
632
669
|
readonly _ww_ca_agencyconsultant_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
633
|
-
readonly
|
|
634
|
-
readonly
|
|
635
|
-
readonly ww_jobtype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
636
|
-
readonly ww_ca_startdate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
637
|
-
readonly ww_ca_enddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
638
|
-
readonly ww_ca_contractrole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
639
|
-
readonly _transactioncurrencyid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
640
|
-
readonly ww_ca_contractrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
641
|
-
readonly ww_ca_contractratefrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
642
|
-
readonly ww_ca_contractpayfrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
643
|
-
readonly ww_ca_hoursworked: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
644
|
-
readonly ww_hoursworkedunit: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
645
|
-
readonly _ww_ca_countryoftaxresidence_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
646
|
-
readonly ww_ca_cityofwork: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
647
|
-
readonly ww_ca_isoffshore: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
648
|
-
readonly ww_workpermitsponsorship: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
649
|
-
readonly ww_workpermitcost: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
650
|
-
readonly ww_workpermitpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
670
|
+
readonly "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
671
|
+
readonly "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue": z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
651
672
|
readonly ww_rtw_requiredincontractcountry: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
652
673
|
readonly ww_rtw_haveincontractcountry: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
653
674
|
readonly ww_rtw_whoisarrangingvisa: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
654
|
-
readonly ww_placeholderforsiflow: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
655
675
|
readonly _ww_cmpl_approvedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
656
676
|
readonly ww_cmpl_approvedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
657
677
|
readonly ww_rejectreason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
658
678
|
readonly ww_cmpl_compliancestatementreq: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
659
679
|
readonly ww_cmpl_compliancestatementgenerated: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
660
|
-
readonly ww_placeholdergeneratecmplstatement: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
661
680
|
readonly ww_ww_cmpl_donotchasefordocs: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
662
681
|
readonly ww_cmpl_solutionconfirmation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
663
682
|
readonly ww_cmpl_salesemailreviewed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
@@ -673,20 +692,31 @@ export declare const ReferralEntity: {
|
|
|
673
692
|
readonly ww_cmpl_willcontractorpaid_vat6cats: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
674
693
|
readonly ww_cmpl_intro_country_contact: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
675
694
|
readonly ww_cmpl_ensure_limosa_filed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
695
|
+
readonly ww_workpermitsponsorship: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
696
|
+
readonly ww_workpermitcost: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
697
|
+
readonly ww_workpermitpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
698
|
+
readonly ww_placeholdergeneratecmplstatement: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
676
699
|
readonly ww_placeholderforkbsearch: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
677
|
-
readonly
|
|
700
|
+
readonly _ww_originatingenquiry_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
701
|
+
readonly _ww_originatingsimulation_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
702
|
+
readonly ww_sendportalinvite: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
703
|
+
readonly ww_placeholderforsiflow: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
704
|
+
readonly ww_referrallog_Referral_ww_saleschecklist: z.ZodOptional<z.ZodTypeAny>;
|
|
705
|
+
readonly ww_ca_Country: z.ZodOptional<z.ZodTypeAny>;
|
|
706
|
+
readonly ww_Parent_Solution: z.ZodOptional<z.ZodTypeAny>;
|
|
707
|
+
readonly ww_ca_SolutionPackage: z.ZodOptional<z.ZodTypeAny>;
|
|
678
708
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
679
709
|
_transactioncurrencyid_value?: string | null | undefined;
|
|
680
710
|
ww_totalrevenue?: number | null | undefined;
|
|
681
711
|
ww_name?: string | null | undefined;
|
|
712
|
+
ww_Parent_Solution?: any;
|
|
713
|
+
_ww_salescode_value?: string | null | undefined;
|
|
682
714
|
ww_region?: number | null | undefined;
|
|
683
|
-
_ww_parent_solution_value?: string | null | undefined;
|
|
684
715
|
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
685
716
|
ww_othercontractualagreements?: string | null | undefined;
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
_ww_salescode_value?: string | null | undefined;
|
|
717
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
718
|
+
ww_jobtype?: number | null | undefined;
|
|
719
|
+
ww_jobdescription?: string | null | undefined;
|
|
690
720
|
_ww_margincurrency_value?: string | null | undefined;
|
|
691
721
|
ww_marginbasis?: number | null | undefined;
|
|
692
722
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -697,67 +727,68 @@ export declare const ReferralEntity: {
|
|
|
697
727
|
ww_revenueminvalue?: number | null | undefined;
|
|
698
728
|
ww_marginpaidby?: number | null | undefined;
|
|
699
729
|
ww_margincontractorpercentage?: number | null | undefined;
|
|
700
|
-
ww_clientrate?: number | null | undefined;
|
|
701
|
-
ww_grossratesimulation?: number | null | undefined;
|
|
702
|
-
ww_marginrate?: number | null | undefined;
|
|
703
|
-
ww_employeegrosssalary?: number | null | undefined;
|
|
704
730
|
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
705
731
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
706
|
-
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
707
732
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
708
733
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
709
|
-
|
|
710
|
-
|
|
734
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
735
|
+
ww_clientrate?: number | null | undefined;
|
|
736
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
737
|
+
ww_marginrate?: number | null | undefined;
|
|
738
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
739
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
740
|
+
ww_workpermitcost?: string | null | undefined;
|
|
741
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
742
|
+
ww_ca_Country?: any;
|
|
743
|
+
ww_ca_SolutionPackage?: any;
|
|
744
|
+
ww_referrallog_Referral_ww_saleschecklist?: any;
|
|
745
|
+
"_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
746
|
+
"_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
747
|
+
"_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
748
|
+
ww_saleschecklistid?: string | undefined;
|
|
711
749
|
ww_referralid?: string | undefined;
|
|
712
750
|
ww_ca_stage?: number | null | undefined;
|
|
713
751
|
ww_stageupdated?: string | null | undefined;
|
|
714
752
|
ww_ca_stagereason?: number | null | undefined;
|
|
753
|
+
ww_ca_happytoproceed?: string | null | undefined;
|
|
754
|
+
_ww_campaign_value?: string | null | undefined;
|
|
755
|
+
ww_ngareason?: number | null | undefined;
|
|
756
|
+
ww_ngareasondetail?: number | null | undefined;
|
|
757
|
+
ww_reportingstatus?: number | null | undefined;
|
|
715
758
|
_ww_ca_contractor_value?: string | null | undefined;
|
|
716
|
-
_ww_ca_country_value?: string | null | undefined;
|
|
717
|
-
_ww_ca_solutionpackage_value?: string | null | undefined;
|
|
718
759
|
ww_ca_totalrevenue?: number | null | undefined;
|
|
719
760
|
ww_ca_totalrevenue_base?: number | null | undefined;
|
|
720
|
-
_ww_originatingenquiry_value?: string | null | undefined;
|
|
721
|
-
_ww_originatingsimulation_value?: string | null | undefined;
|
|
722
761
|
ww_totalrevenuegbpc?: number | null | undefined;
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
ww_ca_asgn_schd_rcvd?: string | null | undefined;
|
|
762
|
+
ww_ca_contractrate?: number | null | undefined;
|
|
763
|
+
ww_ca_contractratefrequency?: number | null | undefined;
|
|
764
|
+
ww_ca_contractpayfrequency?: number | null | undefined;
|
|
765
|
+
ww_ca_hoursworked?: number | null | undefined;
|
|
766
|
+
_ww_ca_countryoftaxresidence_value?: string | null | undefined;
|
|
767
|
+
ww_ca_cityofwork?: string | null | undefined;
|
|
768
|
+
ww_ca_isoffshore?: boolean | null | undefined;
|
|
731
769
|
ww_ca_isrollingcontract?: boolean | null | undefined;
|
|
732
770
|
ww_ca_isparttime?: boolean | null | undefined;
|
|
733
771
|
ww_ca_possibilityofext?: number | null | undefined;
|
|
734
772
|
ww_ca_localaccountantreferralreq?: boolean | null | undefined;
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
_ww_ca_agencybranch_value?: string | null | undefined;
|
|
738
|
-
_ww_ca_agencyconsultant_value?: string | null | undefined;
|
|
773
|
+
ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
|
|
774
|
+
ww_ca_asgn_schd_rcvd?: string | null | undefined;
|
|
739
775
|
ww_ca_endclient?: string | null | undefined;
|
|
740
|
-
_ww_marginonlycompany_value?: string | null | undefined;
|
|
741
776
|
ww_ca_startdate?: string | null | undefined;
|
|
742
777
|
ww_ca_enddate?: string | null | undefined;
|
|
743
778
|
ww_ca_contractrole?: string | null | undefined;
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
ww_ca_cityofwork?: string | null | undefined;
|
|
750
|
-
ww_ca_isoffshore?: boolean | null | undefined;
|
|
779
|
+
_ww_marginonlycompany_value?: string | null | undefined;
|
|
780
|
+
_ww_ca_agency_value?: string | null | undefined;
|
|
781
|
+
_ww_accountmanager_value?: string | null | undefined;
|
|
782
|
+
_ww_ca_agencybranch_value?: string | null | undefined;
|
|
783
|
+
_ww_ca_agencyconsultant_value?: string | null | undefined;
|
|
751
784
|
ww_rtw_requiredincontractcountry?: boolean | null | undefined;
|
|
752
785
|
ww_rtw_haveincontractcountry?: boolean | null | undefined;
|
|
753
786
|
ww_rtw_whoisarrangingvisa?: number | null | undefined;
|
|
754
|
-
ww_placeholderforsiflow?: string | null | undefined;
|
|
755
787
|
_ww_cmpl_approvedby_value?: string | null | undefined;
|
|
756
788
|
ww_cmpl_approvedon?: string | null | undefined;
|
|
757
789
|
ww_rejectreason?: string | null | undefined;
|
|
758
790
|
ww_cmpl_compliancestatementreq?: boolean | null | undefined;
|
|
759
791
|
ww_cmpl_compliancestatementgenerated?: boolean | null | undefined;
|
|
760
|
-
ww_placeholdergeneratecmplstatement?: string | null | undefined;
|
|
761
792
|
ww_ww_cmpl_donotchasefordocs?: string | null | undefined;
|
|
762
793
|
ww_cmpl_solutionconfirmation?: string | null | undefined;
|
|
763
794
|
ww_cmpl_salesemailreviewed?: boolean | null | undefined;
|
|
@@ -773,20 +804,24 @@ export declare const ReferralEntity: {
|
|
|
773
804
|
ww_cmpl_willcontractorpaid_vat6cats?: number | null | undefined;
|
|
774
805
|
ww_cmpl_intro_country_contact?: boolean | null | undefined;
|
|
775
806
|
ww_cmpl_ensure_limosa_filed?: number | null | undefined;
|
|
807
|
+
ww_placeholdergeneratecmplstatement?: string | null | undefined;
|
|
776
808
|
ww_placeholderforkbsearch?: string | null | undefined;
|
|
777
|
-
|
|
809
|
+
_ww_originatingenquiry_value?: string | null | undefined;
|
|
810
|
+
_ww_originatingsimulation_value?: string | null | undefined;
|
|
811
|
+
ww_sendportalinvite?: number | null | undefined;
|
|
812
|
+
ww_placeholderforsiflow?: string | null | undefined;
|
|
778
813
|
}, {
|
|
779
814
|
_transactioncurrencyid_value?: string | null | undefined;
|
|
780
815
|
ww_totalrevenue?: number | null | undefined;
|
|
781
816
|
ww_name?: string | null | undefined;
|
|
817
|
+
ww_Parent_Solution?: any;
|
|
818
|
+
_ww_salescode_value?: string | null | undefined;
|
|
782
819
|
ww_region?: number | null | undefined;
|
|
783
|
-
_ww_parent_solution_value?: string | null | undefined;
|
|
784
820
|
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
785
821
|
ww_othercontractualagreements?: string | null | undefined;
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
_ww_salescode_value?: string | null | undefined;
|
|
822
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
823
|
+
ww_jobtype?: number | null | undefined;
|
|
824
|
+
ww_jobdescription?: string | null | undefined;
|
|
790
825
|
_ww_margincurrency_value?: string | null | undefined;
|
|
791
826
|
ww_marginbasis?: number | null | undefined;
|
|
792
827
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -797,67 +832,68 @@ export declare const ReferralEntity: {
|
|
|
797
832
|
ww_revenueminvalue?: number | null | undefined;
|
|
798
833
|
ww_marginpaidby?: number | null | undefined;
|
|
799
834
|
ww_margincontractorpercentage?: number | null | undefined;
|
|
800
|
-
ww_clientrate?: number | null | undefined;
|
|
801
|
-
ww_grossratesimulation?: number | null | undefined;
|
|
802
|
-
ww_marginrate?: number | null | undefined;
|
|
803
|
-
ww_employeegrosssalary?: number | null | undefined;
|
|
804
835
|
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
805
836
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
806
|
-
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
807
837
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
808
838
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
809
|
-
|
|
810
|
-
|
|
839
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
840
|
+
ww_clientrate?: number | null | undefined;
|
|
841
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
842
|
+
ww_marginrate?: number | null | undefined;
|
|
843
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
844
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
845
|
+
ww_workpermitcost?: string | null | undefined;
|
|
846
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
847
|
+
ww_ca_Country?: any;
|
|
848
|
+
ww_ca_SolutionPackage?: any;
|
|
849
|
+
ww_referrallog_Referral_ww_saleschecklist?: any;
|
|
850
|
+
"_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
851
|
+
"_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
852
|
+
"_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
853
|
+
ww_saleschecklistid?: string | undefined;
|
|
811
854
|
ww_referralid?: string | undefined;
|
|
812
855
|
ww_ca_stage?: number | null | undefined;
|
|
813
856
|
ww_stageupdated?: string | null | undefined;
|
|
814
857
|
ww_ca_stagereason?: number | null | undefined;
|
|
858
|
+
ww_ca_happytoproceed?: string | null | undefined;
|
|
859
|
+
_ww_campaign_value?: string | null | undefined;
|
|
860
|
+
ww_ngareason?: number | null | undefined;
|
|
861
|
+
ww_ngareasondetail?: number | null | undefined;
|
|
862
|
+
ww_reportingstatus?: number | null | undefined;
|
|
815
863
|
_ww_ca_contractor_value?: string | null | undefined;
|
|
816
|
-
_ww_ca_country_value?: string | null | undefined;
|
|
817
|
-
_ww_ca_solutionpackage_value?: string | null | undefined;
|
|
818
864
|
ww_ca_totalrevenue?: number | null | undefined;
|
|
819
865
|
ww_ca_totalrevenue_base?: number | null | undefined;
|
|
820
|
-
_ww_originatingenquiry_value?: string | null | undefined;
|
|
821
|
-
_ww_originatingsimulation_value?: string | null | undefined;
|
|
822
866
|
ww_totalrevenuegbpc?: number | null | undefined;
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
ww_ca_asgn_schd_rcvd?: string | null | undefined;
|
|
867
|
+
ww_ca_contractrate?: number | null | undefined;
|
|
868
|
+
ww_ca_contractratefrequency?: number | null | undefined;
|
|
869
|
+
ww_ca_contractpayfrequency?: number | null | undefined;
|
|
870
|
+
ww_ca_hoursworked?: number | null | undefined;
|
|
871
|
+
_ww_ca_countryoftaxresidence_value?: string | null | undefined;
|
|
872
|
+
ww_ca_cityofwork?: string | null | undefined;
|
|
873
|
+
ww_ca_isoffshore?: boolean | null | undefined;
|
|
831
874
|
ww_ca_isrollingcontract?: boolean | null | undefined;
|
|
832
875
|
ww_ca_isparttime?: boolean | null | undefined;
|
|
833
876
|
ww_ca_possibilityofext?: number | null | undefined;
|
|
834
877
|
ww_ca_localaccountantreferralreq?: boolean | null | undefined;
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
_ww_ca_agencybranch_value?: string | null | undefined;
|
|
838
|
-
_ww_ca_agencyconsultant_value?: string | null | undefined;
|
|
878
|
+
ww_ww_ca_frmwrk_agrmnt_rcvd?: string | null | undefined;
|
|
879
|
+
ww_ca_asgn_schd_rcvd?: string | null | undefined;
|
|
839
880
|
ww_ca_endclient?: string | null | undefined;
|
|
840
|
-
_ww_marginonlycompany_value?: string | null | undefined;
|
|
841
881
|
ww_ca_startdate?: string | null | undefined;
|
|
842
882
|
ww_ca_enddate?: string | null | undefined;
|
|
843
883
|
ww_ca_contractrole?: string | null | undefined;
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
ww_ca_cityofwork?: string | null | undefined;
|
|
850
|
-
ww_ca_isoffshore?: boolean | null | undefined;
|
|
884
|
+
_ww_marginonlycompany_value?: string | null | undefined;
|
|
885
|
+
_ww_ca_agency_value?: string | null | undefined;
|
|
886
|
+
_ww_accountmanager_value?: string | null | undefined;
|
|
887
|
+
_ww_ca_agencybranch_value?: string | null | undefined;
|
|
888
|
+
_ww_ca_agencyconsultant_value?: string | null | undefined;
|
|
851
889
|
ww_rtw_requiredincontractcountry?: boolean | null | undefined;
|
|
852
890
|
ww_rtw_haveincontractcountry?: boolean | null | undefined;
|
|
853
891
|
ww_rtw_whoisarrangingvisa?: number | null | undefined;
|
|
854
|
-
ww_placeholderforsiflow?: string | null | undefined;
|
|
855
892
|
_ww_cmpl_approvedby_value?: string | null | undefined;
|
|
856
893
|
ww_cmpl_approvedon?: string | null | undefined;
|
|
857
894
|
ww_rejectreason?: string | null | undefined;
|
|
858
895
|
ww_cmpl_compliancestatementreq?: boolean | null | undefined;
|
|
859
896
|
ww_cmpl_compliancestatementgenerated?: boolean | null | undefined;
|
|
860
|
-
ww_placeholdergeneratecmplstatement?: string | null | undefined;
|
|
861
897
|
ww_ww_cmpl_donotchasefordocs?: string | null | undefined;
|
|
862
898
|
ww_cmpl_solutionconfirmation?: string | null | undefined;
|
|
863
899
|
ww_cmpl_salesemailreviewed?: boolean | null | undefined;
|
|
@@ -873,122 +909,634 @@ export declare const ReferralEntity: {
|
|
|
873
909
|
ww_cmpl_willcontractorpaid_vat6cats?: number | null | undefined;
|
|
874
910
|
ww_cmpl_intro_country_contact?: boolean | null | undefined;
|
|
875
911
|
ww_cmpl_ensure_limosa_filed?: number | null | undefined;
|
|
912
|
+
ww_placeholdergeneratecmplstatement?: string | null | undefined;
|
|
876
913
|
ww_placeholderforkbsearch?: string | null | undefined;
|
|
877
|
-
|
|
914
|
+
_ww_originatingenquiry_value?: string | null | undefined;
|
|
915
|
+
_ww_originatingsimulation_value?: string | null | undefined;
|
|
916
|
+
ww_sendportalinvite?: number | null | undefined;
|
|
917
|
+
ww_placeholderforsiflow?: string | null | undefined;
|
|
878
918
|
}>;
|
|
879
|
-
SResponseAPI: z.ZodObject<{
|
|
880
|
-
readonly
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
readonly
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
readonly
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
readonly
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
readonly
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
readonly
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
readonly
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
readonly
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
readonly
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
readonly
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
readonly
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
readonly
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
readonly
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
readonly
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
readonly
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
readonly
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
readonly
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
readonly
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
readonly
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
readonly
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
readonly
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
readonly
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
readonly
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
readonly
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
readonly
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
readonly
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
readonly
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
readonly
|
|
990
|
-
|
|
919
|
+
SResponseAPI: z.ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
920
|
+
readonly _organizationid_value: {
|
|
921
|
+
readonly pretty: "organizationIdValue";
|
|
922
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
923
|
+
};
|
|
924
|
+
readonly '@odata.etag': {
|
|
925
|
+
readonly pretty: "etag";
|
|
926
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
927
|
+
};
|
|
928
|
+
readonly versionnumber: {
|
|
929
|
+
readonly pretty: "versionNumber";
|
|
930
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
931
|
+
};
|
|
932
|
+
readonly _createdby_value: {
|
|
933
|
+
readonly pretty: "createdByValue";
|
|
934
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
935
|
+
};
|
|
936
|
+
readonly createdon: {
|
|
937
|
+
readonly pretty: "createdOn";
|
|
938
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
939
|
+
};
|
|
940
|
+
readonly _createdonbehalfby_value: {
|
|
941
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
942
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
943
|
+
};
|
|
944
|
+
readonly _modifiedby_value: {
|
|
945
|
+
readonly pretty: "modifiedByValue";
|
|
946
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
947
|
+
};
|
|
948
|
+
readonly modifiedon: {
|
|
949
|
+
readonly pretty: "modifiedOn";
|
|
950
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
951
|
+
};
|
|
952
|
+
readonly _modifiedonbehalfby_value: {
|
|
953
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
954
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
955
|
+
};
|
|
956
|
+
readonly statecode: {
|
|
957
|
+
readonly pretty: "stateCode";
|
|
958
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
959
|
+
};
|
|
960
|
+
readonly statuscode: {
|
|
961
|
+
readonly pretty: "statusCode";
|
|
962
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
963
|
+
};
|
|
964
|
+
readonly importsequencenumber: {
|
|
965
|
+
readonly pretty: "importSequenceNumber";
|
|
966
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
967
|
+
};
|
|
968
|
+
readonly overriddencreatedon: {
|
|
969
|
+
readonly pretty: "overriddenCreatedOn";
|
|
970
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
971
|
+
};
|
|
972
|
+
readonly timezoneruleversionnumber: {
|
|
973
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
974
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
975
|
+
};
|
|
976
|
+
readonly utcconversiontimezonecode: {
|
|
977
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
978
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
979
|
+
};
|
|
980
|
+
} & {
|
|
981
|
+
readonly ww_saleschecklistid: {
|
|
982
|
+
readonly pretty: "referralId";
|
|
983
|
+
readonly type: z.ZodString;
|
|
984
|
+
};
|
|
985
|
+
readonly ww_referralid: {
|
|
986
|
+
readonly pretty: "referralFriendlyId";
|
|
987
|
+
readonly type: z.ZodString;
|
|
988
|
+
};
|
|
989
|
+
readonly ww_name: {
|
|
990
|
+
readonly pretty: "name";
|
|
991
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
992
|
+
};
|
|
993
|
+
readonly _ww_salescode_value: {
|
|
994
|
+
readonly pretty: "salesCodeValue";
|
|
995
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
996
|
+
};
|
|
997
|
+
readonly ww_ca_stage: {
|
|
998
|
+
readonly pretty: "progress/stage";
|
|
999
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1000
|
+
};
|
|
1001
|
+
readonly ww_stageupdated: {
|
|
1002
|
+
readonly pretty: "progress/stageUpdated";
|
|
1003
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1004
|
+
};
|
|
1005
|
+
readonly ww_ca_stagereason: {
|
|
1006
|
+
readonly pretty: "progress/stageReason";
|
|
1007
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1008
|
+
};
|
|
1009
|
+
readonly ww_ca_happytoproceed: {
|
|
1010
|
+
readonly pretty: "progress/happyToProceed";
|
|
1011
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1012
|
+
};
|
|
1013
|
+
readonly _ww_campaign_value: {
|
|
1014
|
+
readonly pretty: "progress/campaignValue";
|
|
1015
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1016
|
+
};
|
|
1017
|
+
readonly ww_ngareason: {
|
|
1018
|
+
readonly pretty: "progress/notGoingAheadReason";
|
|
1019
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1020
|
+
};
|
|
1021
|
+
readonly ww_ngareasondetail: {
|
|
1022
|
+
readonly pretty: "progress/notGoingAheadReasonDetail";
|
|
1023
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1024
|
+
};
|
|
1025
|
+
readonly ww_reportingstatus: {
|
|
1026
|
+
readonly pretty: "progress/reportingStatus";
|
|
1027
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1028
|
+
};
|
|
1029
|
+
readonly _ww_ca_contractor_value: {
|
|
1030
|
+
readonly relationshipName: "ww_ca_Contractor";
|
|
1031
|
+
readonly entity: "contacts";
|
|
1032
|
+
readonly pretty: "contractor/contractorValue";
|
|
1033
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1034
|
+
};
|
|
1035
|
+
readonly "_ww_ca_contractor_value@OData.Community.Display.V1.FormattedValue": {
|
|
1036
|
+
readonly pretty: "contractor/contractorFormattedValue";
|
|
1037
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1038
|
+
};
|
|
1039
|
+
readonly ww_region: {
|
|
1040
|
+
readonly pretty: "assignment/region";
|
|
1041
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1042
|
+
};
|
|
1043
|
+
readonly _ww_workwellglobalinternalcompany_value: {
|
|
1044
|
+
readonly relationshipName: "ww_WorkwellGlobalInternalCompany";
|
|
1045
|
+
readonly entity: "accounts";
|
|
1046
|
+
readonly pretty: "assignment/workwellGlobalInternalCompanyValue";
|
|
1047
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1048
|
+
};
|
|
1049
|
+
readonly ww_othercontractualagreements: {
|
|
1050
|
+
readonly pretty: "assignment/otherContractualAgreements";
|
|
1051
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1052
|
+
};
|
|
1053
|
+
readonly ww_ca_totalrevenue: {
|
|
1054
|
+
readonly pretty: "assignment/totalRevenue";
|
|
1055
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1056
|
+
};
|
|
1057
|
+
readonly ww_ca_totalrevenue_base: {
|
|
1058
|
+
readonly pretty: "assignment/totalRevenueGbp";
|
|
1059
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1060
|
+
};
|
|
1061
|
+
readonly ww_totalrevenue: {
|
|
1062
|
+
readonly pretty: "assignment/totalRevenue";
|
|
1063
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1064
|
+
};
|
|
1065
|
+
readonly ww_totalrevenuegbpc: {
|
|
1066
|
+
readonly pretty: "assignment/totalRevenueGbp";
|
|
1067
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1068
|
+
};
|
|
1069
|
+
readonly _transactioncurrencyid_value: {
|
|
1070
|
+
readonly relationshipName: "transactioncurrencyid";
|
|
1071
|
+
readonly entity: "transactioncurrencies";
|
|
1072
|
+
readonly pretty: "assignment/contractorPayRateCurrencyValue";
|
|
1073
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1074
|
+
};
|
|
1075
|
+
readonly ww_ca_contractrate: {
|
|
1076
|
+
readonly pretty: "assignment/contractPayRate";
|
|
1077
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1078
|
+
};
|
|
1079
|
+
readonly ww_ca_contractratefrequency: {
|
|
1080
|
+
readonly pretty: "assignment/contractRateFrequency";
|
|
1081
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1082
|
+
};
|
|
1083
|
+
readonly ww_ca_contractpayfrequency: {
|
|
1084
|
+
readonly pretty: "assignment/contractPaymentFrequency";
|
|
1085
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1086
|
+
};
|
|
1087
|
+
readonly ww_ca_hoursworked: {
|
|
1088
|
+
readonly pretty: "assignment/hoursWorked";
|
|
1089
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1090
|
+
};
|
|
1091
|
+
readonly ww_hoursworkedunit: {
|
|
1092
|
+
readonly pretty: "assignment/hoursWorkedUnit";
|
|
1093
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1094
|
+
};
|
|
1095
|
+
readonly _ww_ca_countryoftaxresidence_value: {
|
|
1096
|
+
readonly relationshipName: "ww_ca_CountryofTaxResidence";
|
|
1097
|
+
readonly entity: "ww_countries";
|
|
1098
|
+
readonly pretty: "assignment/countryOfTaxResidenceValue";
|
|
1099
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1100
|
+
};
|
|
1101
|
+
readonly ww_ca_cityofwork: {
|
|
1102
|
+
readonly pretty: "assignment/cityOfWork";
|
|
1103
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1104
|
+
};
|
|
1105
|
+
readonly ww_ca_isoffshore: {
|
|
1106
|
+
readonly pretty: "assignment/onshoreOffshore";
|
|
1107
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1108
|
+
};
|
|
1109
|
+
readonly _ww_preferredinvoicecurrency_value: {
|
|
1110
|
+
readonly relationshipName: "ww_PreferredInvoiceCurrency";
|
|
1111
|
+
readonly entity: "transactioncurrencies";
|
|
1112
|
+
readonly pretty: "assignment/preferredInvoiceCurrencyValue";
|
|
1113
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1114
|
+
};
|
|
1115
|
+
readonly ww_ca_isrollingcontract: {
|
|
1116
|
+
readonly pretty: "assignment/isRollingContract";
|
|
1117
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1118
|
+
};
|
|
1119
|
+
readonly ww_ca_isparttime: {
|
|
1120
|
+
readonly pretty: "assignment/fullTimePartTime";
|
|
1121
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1122
|
+
};
|
|
1123
|
+
readonly ww_ca_possibilityofext: {
|
|
1124
|
+
readonly pretty: "assignment/possibilityOfExtension";
|
|
1125
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1126
|
+
};
|
|
1127
|
+
readonly ww_ca_localaccountantreferralreq: {
|
|
1128
|
+
readonly pretty: "assignment/localAccountantReferralRequired";
|
|
1129
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1130
|
+
};
|
|
1131
|
+
readonly ww_ww_ca_frmwrk_agrmnt_rcvd: {
|
|
1132
|
+
readonly pretty: "assignment/frameworkAgreementRecD";
|
|
1133
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1134
|
+
};
|
|
1135
|
+
readonly ww_ca_asgn_schd_rcvd: {
|
|
1136
|
+
readonly pretty: "assignment/assignmentScheduleRecD";
|
|
1137
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1138
|
+
};
|
|
1139
|
+
readonly ww_ca_endclient: {
|
|
1140
|
+
readonly pretty: "assignment/endClient";
|
|
1141
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1142
|
+
};
|
|
1143
|
+
readonly ww_jobtype: {
|
|
1144
|
+
readonly pretty: "assignment/jobType";
|
|
1145
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1146
|
+
};
|
|
1147
|
+
readonly ww_ca_startdate: {
|
|
1148
|
+
readonly pretty: "assignment/startDate";
|
|
1149
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1150
|
+
};
|
|
1151
|
+
readonly ww_ca_enddate: {
|
|
1152
|
+
readonly pretty: "assignment/endDate";
|
|
1153
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1154
|
+
};
|
|
1155
|
+
readonly ww_ca_contractrole: {
|
|
1156
|
+
readonly pretty: "assignment/jobRole";
|
|
1157
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1158
|
+
};
|
|
1159
|
+
readonly ww_jobdescription: {
|
|
1160
|
+
readonly pretty: "assignment/jobDescription";
|
|
1161
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1162
|
+
};
|
|
1163
|
+
readonly _ww_margincurrency_value: {
|
|
1164
|
+
readonly relationshipName: "ww_MarginCurrency";
|
|
1165
|
+
readonly entity: "transactioncurrencies";
|
|
1166
|
+
readonly pretty: "fees/wwgManagementFeeCurrencyValue";
|
|
1167
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1168
|
+
};
|
|
1169
|
+
readonly ww_marginbasis: {
|
|
1170
|
+
readonly pretty: "fees/wwgManagementFeeBasis";
|
|
1171
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1172
|
+
};
|
|
1173
|
+
readonly ww_marginperiod: {
|
|
1174
|
+
readonly pretty: "fees/wwgManagementFeePeriod";
|
|
1175
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1176
|
+
};
|
|
1177
|
+
readonly ww_marginpercentage: {
|
|
1178
|
+
readonly pretty: "fees/wwgManagementFeePercentage";
|
|
1179
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1180
|
+
};
|
|
1181
|
+
readonly ww_marginfixedvaluemaxvalue: {
|
|
1182
|
+
readonly pretty: "fees/wwgManagementFeeFixedValueMaxValue";
|
|
1183
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1184
|
+
};
|
|
1185
|
+
readonly ww_revenuefixedvaluemaxvalue: {
|
|
1186
|
+
readonly pretty: "fees/wwgManagementFeeFixedValueMaxValue";
|
|
1187
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1188
|
+
};
|
|
1189
|
+
readonly ww_marginminvalue: {
|
|
1190
|
+
readonly pretty: "fees/wwgManagementFeeMinValue";
|
|
1191
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1192
|
+
};
|
|
1193
|
+
readonly ww_revenueminvalue: {
|
|
1194
|
+
readonly pretty: "fees/wwgManagementFeeMinValue";
|
|
1195
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1196
|
+
};
|
|
1197
|
+
readonly ww_marginpaidby: {
|
|
1198
|
+
readonly pretty: "fees/wwgManagementFeePaidBy";
|
|
1199
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1200
|
+
};
|
|
1201
|
+
readonly ww_margincontractorpercentage: {
|
|
1202
|
+
readonly pretty: "fees/wwgManagementFeeContractorPercentage";
|
|
1203
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1204
|
+
};
|
|
1205
|
+
readonly ww_startupmarginfixedvaluemaxvalue: {
|
|
1206
|
+
readonly pretty: "fees/startUpMarginFixedValueMaxValue";
|
|
1207
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1208
|
+
};
|
|
1209
|
+
readonly ww_startupmarginpaidby: {
|
|
1210
|
+
readonly pretty: "fees/startUpMarginPaidBy";
|
|
1211
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1212
|
+
};
|
|
1213
|
+
readonly _ww_startupmargincurrency_value: {
|
|
1214
|
+
readonly relationshipName: "ww_StartUpMarginCurrency";
|
|
1215
|
+
readonly entity: "transactioncurrencies";
|
|
1216
|
+
readonly pretty: "fees/startUpMarginCurrencyValue";
|
|
1217
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1218
|
+
};
|
|
1219
|
+
readonly ww_startupmargincontractorpercentage: {
|
|
1220
|
+
readonly pretty: "fees/startUpMarginContractorPercentage";
|
|
1221
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1222
|
+
};
|
|
1223
|
+
readonly _ww_marginonlycompany_value: {
|
|
1224
|
+
readonly relationshipName: "ww_MarginOnlyCompany";
|
|
1225
|
+
readonly entity: "accounts";
|
|
1226
|
+
readonly pretty: "fees/marginOnlyCompanyValue";
|
|
1227
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1228
|
+
};
|
|
1229
|
+
readonly ww_clientrate: {
|
|
1230
|
+
readonly pretty: "rates/clientRate";
|
|
1231
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1232
|
+
};
|
|
1233
|
+
readonly ww_grossratesimulation: {
|
|
1234
|
+
readonly pretty: "rates/grossRateSimulation";
|
|
1235
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1236
|
+
};
|
|
1237
|
+
readonly ww_marginrate: {
|
|
1238
|
+
readonly pretty: "rates/marginRate";
|
|
1239
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1240
|
+
};
|
|
1241
|
+
readonly ww_employeegrosssalary: {
|
|
1242
|
+
readonly pretty: "rates/employeeGrossSalary";
|
|
1243
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1244
|
+
};
|
|
1245
|
+
readonly _ww_ca_agency_value: {
|
|
1246
|
+
readonly relationshipName: "ww_ca_Agency";
|
|
1247
|
+
readonly entity: "accounts";
|
|
1248
|
+
readonly pretty: "agency/agencyValue";
|
|
1249
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1250
|
+
};
|
|
1251
|
+
readonly _ww_accountmanager_value: {
|
|
1252
|
+
readonly pretty: "agency/accountManagerValue";
|
|
1253
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1254
|
+
};
|
|
1255
|
+
readonly _ww_ca_agencybranch_value: {
|
|
1256
|
+
readonly relationshipName: "ww_ca_AgencyBranch";
|
|
1257
|
+
readonly entity: "accounts";
|
|
1258
|
+
readonly pretty: "agency/agencyBranchValue";
|
|
1259
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1260
|
+
};
|
|
1261
|
+
readonly _ww_ca_agencyconsultant_value: {
|
|
1262
|
+
readonly relationshipName: "ww_ca_AgencyConsultant";
|
|
1263
|
+
readonly entity: "contacts";
|
|
1264
|
+
readonly pretty: "agency/agencyContactValue";
|
|
1265
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1266
|
+
};
|
|
1267
|
+
readonly "_ww_ca_agency_value@OData.Community.Display.V1.FormattedValue": {
|
|
1268
|
+
readonly pretty: "agency/agencyFormattedValue";
|
|
1269
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1270
|
+
};
|
|
1271
|
+
readonly "_ww_ca_agencycontact_value@OData.Community.Display.V1.FormattedValue": {
|
|
1272
|
+
readonly pretty: "agency/agencyContactFormattedValue";
|
|
1273
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1274
|
+
};
|
|
1275
|
+
readonly ww_rtw_requiredincontractcountry: {
|
|
1276
|
+
readonly pretty: "compliance/doesContractorRequireRtwInContractCountry";
|
|
1277
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1278
|
+
};
|
|
1279
|
+
readonly ww_rtw_haveincontractcountry: {
|
|
1280
|
+
readonly pretty: "compliance/doesContractorHaveRtwInTheContractCountry";
|
|
1281
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1282
|
+
};
|
|
1283
|
+
readonly ww_rtw_whoisarrangingvisa: {
|
|
1284
|
+
readonly pretty: "compliance/ifNoWhoIsArrangingVisa";
|
|
1285
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1286
|
+
};
|
|
1287
|
+
readonly _ww_cmpl_approvedby_value: {
|
|
1288
|
+
readonly pretty: "compliance/approvedByValue";
|
|
1289
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1290
|
+
};
|
|
1291
|
+
readonly ww_cmpl_approvedon: {
|
|
1292
|
+
readonly pretty: "compliance/approvedOn";
|
|
1293
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1294
|
+
};
|
|
1295
|
+
readonly ww_rejectreason: {
|
|
1296
|
+
readonly pretty: "compliance/rejectReason";
|
|
1297
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1298
|
+
};
|
|
1299
|
+
readonly ww_cmpl_compliancestatementreq: {
|
|
1300
|
+
readonly pretty: "compliance/complianceStatementRequired";
|
|
1301
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1302
|
+
};
|
|
1303
|
+
readonly ww_cmpl_compliancestatementgenerated: {
|
|
1304
|
+
readonly pretty: "compliance/complianceStatementGenerated";
|
|
1305
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1306
|
+
};
|
|
1307
|
+
readonly ww_ww_cmpl_donotchasefordocs: {
|
|
1308
|
+
readonly pretty: "compliance/doNotChaseForTheFollowingDocuments";
|
|
1309
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1310
|
+
};
|
|
1311
|
+
readonly ww_cmpl_solutionconfirmation: {
|
|
1312
|
+
readonly pretty: "compliance/solutionConfirmation";
|
|
1313
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1314
|
+
};
|
|
1315
|
+
readonly ww_cmpl_salesemailreviewed: {
|
|
1316
|
+
readonly pretty: "compliance/salesEmailReviewed";
|
|
1317
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1318
|
+
};
|
|
1319
|
+
readonly ww_cmpl_taxsimulationreviewed: {
|
|
1320
|
+
readonly pretty: "compliance/taxSimulationReviewed";
|
|
1321
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1322
|
+
};
|
|
1323
|
+
readonly ww_cmpl_feeconfirmedinwriting: {
|
|
1324
|
+
readonly pretty: "compliance/feeConfirmedInWriting";
|
|
1325
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1326
|
+
};
|
|
1327
|
+
readonly ww_cmpl_passportcopyreviewedrtw: {
|
|
1328
|
+
readonly pretty: "compliance/passportCopyReviewedForRightToWork";
|
|
1329
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1330
|
+
};
|
|
1331
|
+
readonly ww_cmpl_agencycontractissuedcorrectentity: {
|
|
1332
|
+
readonly pretty: "compliance/agencyContractIssuedToTheCorrectEntity";
|
|
1333
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1334
|
+
};
|
|
1335
|
+
readonly ww_cmpl_contractfeeratescurrencymatchregform: {
|
|
1336
|
+
readonly pretty: "compliance/contractFeeRatesCurrencyMatchRegForm";
|
|
1337
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1338
|
+
};
|
|
1339
|
+
readonly _ww_cmpl_contracttemplate_value: {
|
|
1340
|
+
readonly pretty: "compliance/contractTemplateToBeUsedValue";
|
|
1341
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1342
|
+
};
|
|
1343
|
+
readonly ww_cmpl_specificdocumentsrequested: {
|
|
1344
|
+
readonly pretty: "compliance/specificDocumentsToBeRequested";
|
|
1345
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1346
|
+
};
|
|
1347
|
+
readonly ww_cmpl_specialconditions: {
|
|
1348
|
+
readonly pretty: "compliance/specialConditions";
|
|
1349
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1350
|
+
};
|
|
1351
|
+
readonly ww_cmpl_additionalinfo: {
|
|
1352
|
+
readonly pretty: "compliance/additionalInformation";
|
|
1353
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1354
|
+
};
|
|
1355
|
+
readonly ww_cmpl_willcontractorpaid_vat6cats: {
|
|
1356
|
+
readonly pretty: "compliance/willTheContractorBePaidVatByWorkwellGlobal";
|
|
1357
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1358
|
+
};
|
|
1359
|
+
readonly ww_cmpl_intro_country_contact: {
|
|
1360
|
+
readonly pretty: "compliance/introductionToInCountryContact";
|
|
1361
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1362
|
+
};
|
|
1363
|
+
readonly ww_cmpl_ensure_limosa_filed: {
|
|
1364
|
+
readonly pretty: "compliance/ensureLimosaHasBeenFiled";
|
|
1365
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1366
|
+
};
|
|
1367
|
+
readonly ww_workpermitsponsorship: {
|
|
1368
|
+
readonly pretty: "compliance/workPermitSponsorship";
|
|
1369
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1370
|
+
};
|
|
1371
|
+
readonly ww_workpermitcost: {
|
|
1372
|
+
readonly pretty: "compliance/workPermitCost";
|
|
1373
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1374
|
+
};
|
|
1375
|
+
readonly ww_workpermitpaidby: {
|
|
1376
|
+
readonly pretty: "compliance/workPermitPaidBy";
|
|
1377
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1378
|
+
};
|
|
1379
|
+
readonly ww_placeholdergeneratecmplstatement: {
|
|
1380
|
+
readonly pretty: "compliance/placeholderForGeneratingComplianceStatement";
|
|
1381
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1382
|
+
};
|
|
1383
|
+
readonly ww_placeholderforkbsearch: {
|
|
1384
|
+
readonly pretty: "compliance/placeholderForKbSearch";
|
|
1385
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1386
|
+
};
|
|
1387
|
+
readonly _ww_originatingenquiry_value: {
|
|
1388
|
+
readonly relationshipName: "ww_OriginatingEnquiry";
|
|
1389
|
+
readonly entity: "ww_enquiries";
|
|
1390
|
+
readonly pretty: "origin/originatingEnquiryValue";
|
|
1391
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1392
|
+
};
|
|
1393
|
+
readonly _ww_originatingsimulation_value: {
|
|
1394
|
+
readonly relationshipName: "ww_OriginatingSimulation";
|
|
1395
|
+
readonly entity: "ww_salaryillustrations";
|
|
1396
|
+
readonly pretty: "origin/originatingSimulationValue";
|
|
1397
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1398
|
+
};
|
|
1399
|
+
readonly ww_sendportalinvite: {
|
|
1400
|
+
readonly pretty: "onboarding/sendPortalInvite";
|
|
1401
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1402
|
+
};
|
|
1403
|
+
readonly ww_placeholderforsiflow: {
|
|
1404
|
+
readonly pretty: "onboarding/placeholderForSiFlow";
|
|
1405
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1406
|
+
};
|
|
1407
|
+
readonly ww_referrallog_Referral_ww_saleschecklist: {
|
|
1408
|
+
readonly pretty: "referralLogs";
|
|
1409
|
+
readonly entityKey: "referralLog";
|
|
1410
|
+
readonly isArray: true;
|
|
1411
|
+
};
|
|
1412
|
+
readonly ww_ca_Country: {
|
|
1413
|
+
readonly pretty: "assignment/workCountry";
|
|
1414
|
+
readonly entityKey: "country";
|
|
1415
|
+
};
|
|
1416
|
+
readonly ww_Parent_Solution: {
|
|
1417
|
+
readonly pretty: "assignment/parentSolution";
|
|
1418
|
+
readonly entityKey: "solution";
|
|
1419
|
+
};
|
|
1420
|
+
readonly ww_ca_SolutionPackage: {
|
|
1421
|
+
readonly pretty: "assignment/solution";
|
|
1422
|
+
readonly entityKey: "solution";
|
|
1423
|
+
};
|
|
1424
|
+
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1425
|
+
agency: {
|
|
1426
|
+
agencyValue?: string | null | undefined;
|
|
1427
|
+
agencyContactValue?: string | null | undefined;
|
|
1428
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1429
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1430
|
+
accountManagerValue?: string | null | undefined;
|
|
1431
|
+
agencyBranchValue?: string | null | undefined;
|
|
1432
|
+
};
|
|
1433
|
+
assignment: {
|
|
1434
|
+
solution?: any;
|
|
1435
|
+
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1436
|
+
totalRevenue?: number | null | undefined;
|
|
1437
|
+
totalRevenueGbp?: number | null | undefined;
|
|
1438
|
+
endClient?: string | null | undefined;
|
|
1439
|
+
region?: number | null | undefined;
|
|
1440
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1441
|
+
otherContractualAgreements?: string | null | undefined;
|
|
1442
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1443
|
+
contractPayRate?: number | null | undefined;
|
|
1444
|
+
contractRateFrequency?: number | null | undefined;
|
|
1445
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
1446
|
+
hoursWorked?: number | null | undefined;
|
|
1447
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
1448
|
+
jobType?: number | null | undefined;
|
|
1449
|
+
startDate?: string | null | undefined;
|
|
1450
|
+
endDate?: string | null | undefined;
|
|
1451
|
+
jobRole?: string | null | undefined;
|
|
1452
|
+
isRollingContract?: boolean | null | undefined;
|
|
1453
|
+
jobDescription?: string | null | undefined;
|
|
1454
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1455
|
+
possibilityOfExtension?: number | null | undefined;
|
|
1456
|
+
workCountry?: any;
|
|
1457
|
+
parentSolution?: any;
|
|
1458
|
+
cityOfWork?: string | null | undefined;
|
|
1459
|
+
onshoreOffshore?: boolean | null | undefined;
|
|
1460
|
+
fullTimePartTime?: boolean | null | undefined;
|
|
1461
|
+
localAccountantReferralRequired?: boolean | null | undefined;
|
|
1462
|
+
frameworkAgreementRecD?: string | null | undefined;
|
|
1463
|
+
assignmentScheduleRecD?: string | null | undefined;
|
|
1464
|
+
};
|
|
991
1465
|
referralId: string;
|
|
1466
|
+
progress: {
|
|
1467
|
+
stage?: number | null | undefined;
|
|
1468
|
+
stageReason?: number | null | undefined;
|
|
1469
|
+
reportingStatus?: number | null | undefined;
|
|
1470
|
+
stageUpdated?: string | null | undefined;
|
|
1471
|
+
happyToProceed?: string | null | undefined;
|
|
1472
|
+
campaignValue?: string | null | undefined;
|
|
1473
|
+
notGoingAheadReason?: number | null | undefined;
|
|
1474
|
+
notGoingAheadReasonDetail?: number | null | undefined;
|
|
1475
|
+
};
|
|
1476
|
+
contractor: {
|
|
1477
|
+
contractorValue?: string | null | undefined;
|
|
1478
|
+
contractorFormattedValue?: string | null | undefined;
|
|
1479
|
+
};
|
|
1480
|
+
fees: {
|
|
1481
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1482
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1483
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1484
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1485
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
1486
|
+
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
1487
|
+
wwgManagementFeeBasis?: number | null | undefined;
|
|
1488
|
+
wwgManagementFeePeriod?: number | null | undefined;
|
|
1489
|
+
wwgManagementFeePercentage?: number | null | undefined;
|
|
1490
|
+
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
1491
|
+
wwgManagementFeeMinValue?: number | null | undefined;
|
|
1492
|
+
wwgManagementFeePaidBy?: number | null | undefined;
|
|
1493
|
+
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
1494
|
+
};
|
|
1495
|
+
rates: {
|
|
1496
|
+
clientRate?: number | null | undefined;
|
|
1497
|
+
grossRateSimulation?: number | null | undefined;
|
|
1498
|
+
marginRate?: number | null | undefined;
|
|
1499
|
+
employeeGrossSalary?: number | null | undefined;
|
|
1500
|
+
};
|
|
1501
|
+
compliance: {
|
|
1502
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
1503
|
+
workPermitCost?: string | null | undefined;
|
|
1504
|
+
workPermitPaidBy?: string | null | undefined;
|
|
1505
|
+
specialConditions?: string | null | undefined;
|
|
1506
|
+
doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
|
|
1507
|
+
doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
|
|
1508
|
+
ifNoWhoIsArrangingVisa?: number | null | undefined;
|
|
1509
|
+
approvedByValue?: string | null | undefined;
|
|
1510
|
+
approvedOn?: string | null | undefined;
|
|
1511
|
+
rejectReason?: string | null | undefined;
|
|
1512
|
+
complianceStatementRequired?: boolean | null | undefined;
|
|
1513
|
+
complianceStatementGenerated?: boolean | null | undefined;
|
|
1514
|
+
doNotChaseForTheFollowingDocuments?: string | null | undefined;
|
|
1515
|
+
solutionConfirmation?: string | null | undefined;
|
|
1516
|
+
salesEmailReviewed?: boolean | null | undefined;
|
|
1517
|
+
taxSimulationReviewed?: boolean | null | undefined;
|
|
1518
|
+
feeConfirmedInWriting?: boolean | null | undefined;
|
|
1519
|
+
passportCopyReviewedForRightToWork?: boolean | null | undefined;
|
|
1520
|
+
agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
|
|
1521
|
+
contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
|
|
1522
|
+
contractTemplateToBeUsedValue?: string | null | undefined;
|
|
1523
|
+
specificDocumentsToBeRequested?: string | null | undefined;
|
|
1524
|
+
additionalInformation?: string | null | undefined;
|
|
1525
|
+
willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
|
|
1526
|
+
introductionToInCountryContact?: boolean | null | undefined;
|
|
1527
|
+
ensureLimosaHasBeenFiled?: number | null | undefined;
|
|
1528
|
+
placeholderForGeneratingComplianceStatement?: string | null | undefined;
|
|
1529
|
+
placeholderForKbSearch?: string | null | undefined;
|
|
1530
|
+
};
|
|
1531
|
+
onboarding: {
|
|
1532
|
+
sendPortalInvite?: number | null | undefined;
|
|
1533
|
+
placeholderForSiFlow?: string | null | undefined;
|
|
1534
|
+
};
|
|
1535
|
+
origin: {
|
|
1536
|
+
originatingEnquiryValue?: string | null | undefined;
|
|
1537
|
+
originatingSimulationValue?: string | null | undefined;
|
|
1538
|
+
};
|
|
1539
|
+
referralFriendlyId: string;
|
|
992
1540
|
etag?: string | null | undefined;
|
|
993
1541
|
versionNumber?: number | null | undefined;
|
|
994
1542
|
createdByValue?: string | null | undefined;
|
|
@@ -1005,101 +1553,124 @@ export declare const ReferralEntity: {
|
|
|
1005
1553
|
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
1006
1554
|
organizationIdValue?: string | null | undefined;
|
|
1007
1555
|
name?: string | null | undefined;
|
|
1008
|
-
stageReason?: number | null | undefined;
|
|
1009
|
-
contractorValue?: string | null | undefined;
|
|
1010
|
-
region?: number | null | undefined;
|
|
1011
|
-
workCountryValue?: string | null | undefined;
|
|
1012
|
-
solutionValue?: string | null | undefined;
|
|
1013
|
-
solutionTypeValue?: string | null | undefined;
|
|
1014
|
-
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1015
|
-
otherContractualAgreements?: string | null | undefined;
|
|
1016
|
-
workPermitSponsorship?: boolean | null | undefined;
|
|
1017
|
-
workPermitCost?: string | null | undefined;
|
|
1018
|
-
workPermitPaidBy?: string | null | undefined;
|
|
1019
1556
|
salesCodeValue?: string | null | undefined;
|
|
1020
|
-
|
|
1021
|
-
grossRateSimulation?: number | null | undefined;
|
|
1022
|
-
marginRate?: number | null | undefined;
|
|
1023
|
-
employeeGrossSalary?: number | null | undefined;
|
|
1024
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1025
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
1026
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1027
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1028
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1029
|
-
agencyValue?: string | null | undefined;
|
|
1030
|
-
agencyContactValue?: string | null | undefined;
|
|
1031
|
-
endClient?: string | null | undefined;
|
|
1032
|
-
marginOnlyCompanyValue?: string | null | undefined;
|
|
1033
|
-
jobType?: number | null | undefined;
|
|
1034
|
-
startDate?: string | null | undefined;
|
|
1035
|
-
endDate?: string | null | undefined;
|
|
1036
|
-
jobRole?: string | null | undefined;
|
|
1037
|
-
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1038
|
-
contractPayRate?: number | null | undefined;
|
|
1039
|
-
contractRateFrequency?: number | null | undefined;
|
|
1040
|
-
hoursWorked?: number | null | undefined;
|
|
1041
|
-
hoursWorkedUnit?: number | null | undefined;
|
|
1042
|
-
specialConditions?: string | null | undefined;
|
|
1043
|
-
possibilityOfExtension?: number | null | undefined;
|
|
1044
|
-
isRollingContract?: boolean | null | undefined;
|
|
1045
|
-
totalRevenue?: number | null | undefined;
|
|
1046
|
-
reportingStatus?: number | null | undefined;
|
|
1047
|
-
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1048
|
-
totalRevenueGbp?: number | null | undefined;
|
|
1049
|
-
stage?: number | null | undefined;
|
|
1050
|
-
stageUpdated?: string | null | undefined;
|
|
1051
|
-
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
1052
|
-
wwgManagementFeeBasis?: number | null | undefined;
|
|
1053
|
-
wwgManagementFeePeriod?: number | null | undefined;
|
|
1054
|
-
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
1055
|
-
wwgManagementFeePercentage?: number | null | undefined;
|
|
1056
|
-
wwgManagementFeeMinValue?: number | null | undefined;
|
|
1057
|
-
wwgManagementFeePaidBy?: number | null | undefined;
|
|
1058
|
-
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
1059
|
-
originatingEnquiryValue?: string | null | undefined;
|
|
1060
|
-
originatingSimulationValue?: string | null | undefined;
|
|
1061
|
-
happyToProceed?: string | null | undefined;
|
|
1062
|
-
jobDescription?: string | null | undefined;
|
|
1063
|
-
sendPortalInvite?: number | null | undefined;
|
|
1064
|
-
notGoingAheadReason?: number | null | undefined;
|
|
1065
|
-
campaignValue?: string | null | undefined;
|
|
1066
|
-
notGoingAheadReasonDetail?: number | null | undefined;
|
|
1067
|
-
frameworkAgreementRecD?: string | null | undefined;
|
|
1068
|
-
assignmentScheduleRecD?: string | null | undefined;
|
|
1069
|
-
fullTimePartTime?: boolean | null | undefined;
|
|
1070
|
-
localAccountantReferralRequired?: boolean | null | undefined;
|
|
1071
|
-
accountManagerValue?: string | null | undefined;
|
|
1072
|
-
agencyBranchValue?: string | null | undefined;
|
|
1073
|
-
contractPayFrequency?: number | null | undefined;
|
|
1074
|
-
cityOfWork?: string | null | undefined;
|
|
1075
|
-
onshoreOffshore?: boolean | null | undefined;
|
|
1076
|
-
doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
|
|
1077
|
-
doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
|
|
1078
|
-
ifNoWhoIsArrangingVisa?: number | null | undefined;
|
|
1079
|
-
placeholderForSiFlow?: string | null | undefined;
|
|
1080
|
-
approvedByValue?: string | null | undefined;
|
|
1081
|
-
approvedOn?: string | null | undefined;
|
|
1082
|
-
rejectReason?: string | null | undefined;
|
|
1083
|
-
complianceStatementRequired?: boolean | null | undefined;
|
|
1084
|
-
complianceStatementGenerated?: boolean | null | undefined;
|
|
1085
|
-
placeholderForGeneratingComplianceStatement?: string | null | undefined;
|
|
1086
|
-
doNotChaseForTheFollowingDocuments?: string | null | undefined;
|
|
1087
|
-
solutionConfirmation?: string | null | undefined;
|
|
1088
|
-
salesEmailReviewed?: boolean | null | undefined;
|
|
1089
|
-
taxSimulationReviewed?: boolean | null | undefined;
|
|
1090
|
-
feeConfirmedInWriting?: boolean | null | undefined;
|
|
1091
|
-
passportCopyReviewedForRightToWork?: boolean | null | undefined;
|
|
1092
|
-
agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
|
|
1093
|
-
contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
|
|
1094
|
-
contractTemplateToBeUsedValue?: string | null | undefined;
|
|
1095
|
-
specificDocumentsToBeRequested?: string | null | undefined;
|
|
1096
|
-
additionalInformation?: string | null | undefined;
|
|
1097
|
-
willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
|
|
1098
|
-
introductionToInCountryContact?: boolean | null | undefined;
|
|
1099
|
-
ensureLimosaHasBeenFiled?: number | null | undefined;
|
|
1100
|
-
placeholderForKbSearch?: string | null | undefined;
|
|
1557
|
+
referralLogs?: any;
|
|
1101
1558
|
}, {
|
|
1559
|
+
agency: {
|
|
1560
|
+
agencyValue?: string | null | undefined;
|
|
1561
|
+
agencyContactValue?: string | null | undefined;
|
|
1562
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1563
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1564
|
+
accountManagerValue?: string | null | undefined;
|
|
1565
|
+
agencyBranchValue?: string | null | undefined;
|
|
1566
|
+
};
|
|
1567
|
+
assignment: {
|
|
1568
|
+
solution?: any;
|
|
1569
|
+
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1570
|
+
totalRevenue?: number | null | undefined;
|
|
1571
|
+
totalRevenueGbp?: number | null | undefined;
|
|
1572
|
+
endClient?: string | null | undefined;
|
|
1573
|
+
region?: number | null | undefined;
|
|
1574
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1575
|
+
otherContractualAgreements?: string | null | undefined;
|
|
1576
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1577
|
+
contractPayRate?: number | null | undefined;
|
|
1578
|
+
contractRateFrequency?: number | null | undefined;
|
|
1579
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
1580
|
+
hoursWorked?: number | null | undefined;
|
|
1581
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
1582
|
+
jobType?: number | null | undefined;
|
|
1583
|
+
startDate?: string | null | undefined;
|
|
1584
|
+
endDate?: string | null | undefined;
|
|
1585
|
+
jobRole?: string | null | undefined;
|
|
1586
|
+
isRollingContract?: boolean | null | undefined;
|
|
1587
|
+
jobDescription?: string | null | undefined;
|
|
1588
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1589
|
+
possibilityOfExtension?: number | null | undefined;
|
|
1590
|
+
workCountry?: any;
|
|
1591
|
+
parentSolution?: any;
|
|
1592
|
+
cityOfWork?: string | null | undefined;
|
|
1593
|
+
onshoreOffshore?: boolean | null | undefined;
|
|
1594
|
+
fullTimePartTime?: boolean | null | undefined;
|
|
1595
|
+
localAccountantReferralRequired?: boolean | null | undefined;
|
|
1596
|
+
frameworkAgreementRecD?: string | null | undefined;
|
|
1597
|
+
assignmentScheduleRecD?: string | null | undefined;
|
|
1598
|
+
};
|
|
1102
1599
|
referralId: string;
|
|
1600
|
+
progress: {
|
|
1601
|
+
stage?: number | null | undefined;
|
|
1602
|
+
stageReason?: number | null | undefined;
|
|
1603
|
+
reportingStatus?: number | null | undefined;
|
|
1604
|
+
stageUpdated?: string | null | undefined;
|
|
1605
|
+
happyToProceed?: string | null | undefined;
|
|
1606
|
+
campaignValue?: string | null | undefined;
|
|
1607
|
+
notGoingAheadReason?: number | null | undefined;
|
|
1608
|
+
notGoingAheadReasonDetail?: number | null | undefined;
|
|
1609
|
+
};
|
|
1610
|
+
contractor: {
|
|
1611
|
+
contractorValue?: string | null | undefined;
|
|
1612
|
+
contractorFormattedValue?: string | null | undefined;
|
|
1613
|
+
};
|
|
1614
|
+
fees: {
|
|
1615
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1616
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1617
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1618
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1619
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
1620
|
+
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
1621
|
+
wwgManagementFeeBasis?: number | null | undefined;
|
|
1622
|
+
wwgManagementFeePeriod?: number | null | undefined;
|
|
1623
|
+
wwgManagementFeePercentage?: number | null | undefined;
|
|
1624
|
+
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
1625
|
+
wwgManagementFeeMinValue?: number | null | undefined;
|
|
1626
|
+
wwgManagementFeePaidBy?: number | null | undefined;
|
|
1627
|
+
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
1628
|
+
};
|
|
1629
|
+
rates: {
|
|
1630
|
+
clientRate?: number | null | undefined;
|
|
1631
|
+
grossRateSimulation?: number | null | undefined;
|
|
1632
|
+
marginRate?: number | null | undefined;
|
|
1633
|
+
employeeGrossSalary?: number | null | undefined;
|
|
1634
|
+
};
|
|
1635
|
+
compliance: {
|
|
1636
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
1637
|
+
workPermitCost?: string | null | undefined;
|
|
1638
|
+
workPermitPaidBy?: string | null | undefined;
|
|
1639
|
+
specialConditions?: string | null | undefined;
|
|
1640
|
+
doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
|
|
1641
|
+
doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
|
|
1642
|
+
ifNoWhoIsArrangingVisa?: number | null | undefined;
|
|
1643
|
+
approvedByValue?: string | null | undefined;
|
|
1644
|
+
approvedOn?: string | null | undefined;
|
|
1645
|
+
rejectReason?: string | null | undefined;
|
|
1646
|
+
complianceStatementRequired?: boolean | null | undefined;
|
|
1647
|
+
complianceStatementGenerated?: boolean | null | undefined;
|
|
1648
|
+
doNotChaseForTheFollowingDocuments?: string | null | undefined;
|
|
1649
|
+
solutionConfirmation?: string | null | undefined;
|
|
1650
|
+
salesEmailReviewed?: boolean | null | undefined;
|
|
1651
|
+
taxSimulationReviewed?: boolean | null | undefined;
|
|
1652
|
+
feeConfirmedInWriting?: boolean | null | undefined;
|
|
1653
|
+
passportCopyReviewedForRightToWork?: boolean | null | undefined;
|
|
1654
|
+
agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
|
|
1655
|
+
contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
|
|
1656
|
+
contractTemplateToBeUsedValue?: string | null | undefined;
|
|
1657
|
+
specificDocumentsToBeRequested?: string | null | undefined;
|
|
1658
|
+
additionalInformation?: string | null | undefined;
|
|
1659
|
+
willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
|
|
1660
|
+
introductionToInCountryContact?: boolean | null | undefined;
|
|
1661
|
+
ensureLimosaHasBeenFiled?: number | null | undefined;
|
|
1662
|
+
placeholderForGeneratingComplianceStatement?: string | null | undefined;
|
|
1663
|
+
placeholderForKbSearch?: string | null | undefined;
|
|
1664
|
+
};
|
|
1665
|
+
onboarding: {
|
|
1666
|
+
sendPortalInvite?: number | null | undefined;
|
|
1667
|
+
placeholderForSiFlow?: string | null | undefined;
|
|
1668
|
+
};
|
|
1669
|
+
origin: {
|
|
1670
|
+
originatingEnquiryValue?: string | null | undefined;
|
|
1671
|
+
originatingSimulationValue?: string | null | undefined;
|
|
1672
|
+
};
|
|
1673
|
+
referralFriendlyId: string;
|
|
1103
1674
|
etag?: string | null | undefined;
|
|
1104
1675
|
versionNumber?: number | null | undefined;
|
|
1105
1676
|
createdByValue?: string | null | undefined;
|
|
@@ -1116,388 +1687,574 @@ export declare const ReferralEntity: {
|
|
|
1116
1687
|
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
1117
1688
|
organizationIdValue?: string | null | undefined;
|
|
1118
1689
|
name?: string | null | undefined;
|
|
1119
|
-
stageReason?: number | null | undefined;
|
|
1120
|
-
contractorValue?: string | null | undefined;
|
|
1121
|
-
region?: number | null | undefined;
|
|
1122
|
-
workCountryValue?: string | null | undefined;
|
|
1123
|
-
solutionValue?: string | null | undefined;
|
|
1124
|
-
solutionTypeValue?: string | null | undefined;
|
|
1125
|
-
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1126
|
-
otherContractualAgreements?: string | null | undefined;
|
|
1127
|
-
workPermitSponsorship?: boolean | null | undefined;
|
|
1128
|
-
workPermitCost?: string | null | undefined;
|
|
1129
|
-
workPermitPaidBy?: string | null | undefined;
|
|
1130
1690
|
salesCodeValue?: string | null | undefined;
|
|
1131
|
-
|
|
1132
|
-
grossRateSimulation?: number | null | undefined;
|
|
1133
|
-
marginRate?: number | null | undefined;
|
|
1134
|
-
employeeGrossSalary?: number | null | undefined;
|
|
1135
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1136
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
1137
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1138
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1139
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1140
|
-
agencyValue?: string | null | undefined;
|
|
1141
|
-
agencyContactValue?: string | null | undefined;
|
|
1142
|
-
endClient?: string | null | undefined;
|
|
1143
|
-
marginOnlyCompanyValue?: string | null | undefined;
|
|
1144
|
-
jobType?: number | null | undefined;
|
|
1145
|
-
startDate?: string | null | undefined;
|
|
1146
|
-
endDate?: string | null | undefined;
|
|
1147
|
-
jobRole?: string | null | undefined;
|
|
1148
|
-
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1149
|
-
contractPayRate?: number | null | undefined;
|
|
1150
|
-
contractRateFrequency?: number | null | undefined;
|
|
1151
|
-
hoursWorked?: number | null | undefined;
|
|
1152
|
-
hoursWorkedUnit?: number | null | undefined;
|
|
1153
|
-
specialConditions?: string | null | undefined;
|
|
1154
|
-
possibilityOfExtension?: number | null | undefined;
|
|
1155
|
-
isRollingContract?: boolean | null | undefined;
|
|
1156
|
-
totalRevenue?: number | null | undefined;
|
|
1157
|
-
reportingStatus?: number | null | undefined;
|
|
1158
|
-
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1159
|
-
totalRevenueGbp?: number | null | undefined;
|
|
1160
|
-
stage?: number | null | undefined;
|
|
1161
|
-
stageUpdated?: string | null | undefined;
|
|
1162
|
-
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
1163
|
-
wwgManagementFeeBasis?: number | null | undefined;
|
|
1164
|
-
wwgManagementFeePeriod?: number | null | undefined;
|
|
1165
|
-
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
1166
|
-
wwgManagementFeePercentage?: number | null | undefined;
|
|
1167
|
-
wwgManagementFeeMinValue?: number | null | undefined;
|
|
1168
|
-
wwgManagementFeePaidBy?: number | null | undefined;
|
|
1169
|
-
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
1170
|
-
originatingEnquiryValue?: string | null | undefined;
|
|
1171
|
-
originatingSimulationValue?: string | null | undefined;
|
|
1172
|
-
happyToProceed?: string | null | undefined;
|
|
1173
|
-
jobDescription?: string | null | undefined;
|
|
1174
|
-
sendPortalInvite?: number | null | undefined;
|
|
1175
|
-
notGoingAheadReason?: number | null | undefined;
|
|
1176
|
-
campaignValue?: string | null | undefined;
|
|
1177
|
-
notGoingAheadReasonDetail?: number | null | undefined;
|
|
1178
|
-
frameworkAgreementRecD?: string | null | undefined;
|
|
1179
|
-
assignmentScheduleRecD?: string | null | undefined;
|
|
1180
|
-
fullTimePartTime?: boolean | null | undefined;
|
|
1181
|
-
localAccountantReferralRequired?: boolean | null | undefined;
|
|
1182
|
-
accountManagerValue?: string | null | undefined;
|
|
1183
|
-
agencyBranchValue?: string | null | undefined;
|
|
1184
|
-
contractPayFrequency?: number | null | undefined;
|
|
1185
|
-
cityOfWork?: string | null | undefined;
|
|
1186
|
-
onshoreOffshore?: boolean | null | undefined;
|
|
1187
|
-
doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
|
|
1188
|
-
doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
|
|
1189
|
-
ifNoWhoIsArrangingVisa?: number | null | undefined;
|
|
1190
|
-
placeholderForSiFlow?: string | null | undefined;
|
|
1191
|
-
approvedByValue?: string | null | undefined;
|
|
1192
|
-
approvedOn?: string | null | undefined;
|
|
1193
|
-
rejectReason?: string | null | undefined;
|
|
1194
|
-
complianceStatementRequired?: boolean | null | undefined;
|
|
1195
|
-
complianceStatementGenerated?: boolean | null | undefined;
|
|
1196
|
-
placeholderForGeneratingComplianceStatement?: string | null | undefined;
|
|
1197
|
-
doNotChaseForTheFollowingDocuments?: string | null | undefined;
|
|
1198
|
-
solutionConfirmation?: string | null | undefined;
|
|
1199
|
-
salesEmailReviewed?: boolean | null | undefined;
|
|
1200
|
-
taxSimulationReviewed?: boolean | null | undefined;
|
|
1201
|
-
feeConfirmedInWriting?: boolean | null | undefined;
|
|
1202
|
-
passportCopyReviewedForRightToWork?: boolean | null | undefined;
|
|
1203
|
-
agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
|
|
1204
|
-
contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
|
|
1205
|
-
contractTemplateToBeUsedValue?: string | null | undefined;
|
|
1206
|
-
specificDocumentsToBeRequested?: string | null | undefined;
|
|
1207
|
-
additionalInformation?: string | null | undefined;
|
|
1208
|
-
willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
|
|
1209
|
-
introductionToInCountryContact?: boolean | null | undefined;
|
|
1210
|
-
ensureLimosaHasBeenFiled?: number | null | undefined;
|
|
1211
|
-
placeholderForKbSearch?: string | null | undefined;
|
|
1691
|
+
referralLogs?: any;
|
|
1212
1692
|
}>;
|
|
1213
1693
|
SPayloadAPI: z.ZodObject<{
|
|
1214
1694
|
readonly referralId: z.ZodOptional<z.ZodString>;
|
|
1215
|
-
readonly
|
|
1216
|
-
readonly stageUpdated: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1217
|
-
readonly stageReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1218
|
-
readonly contractorValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1219
|
-
readonly region: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1220
|
-
readonly workCountryValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1221
|
-
readonly solutionValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1222
|
-
readonly solutionTypeValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1223
|
-
readonly workwellGlobalInternalCompanyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1224
|
-
readonly otherContractualAgreements: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1225
|
-
readonly salesCodeValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1226
|
-
readonly wwgManagementFeeCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1227
|
-
readonly wwgManagementFeeBasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1228
|
-
readonly wwgManagementFeePeriod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1229
|
-
readonly wwgManagementFeeFixedValueMaxValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1230
|
-
readonly wwgManagementFeePercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1231
|
-
readonly wwgManagementFeeMinValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1232
|
-
readonly wwgManagementFeePaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1233
|
-
readonly wwgManagementFeeContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1234
|
-
readonly clientRate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1235
|
-
readonly grossRateSimulation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1236
|
-
readonly marginRate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1237
|
-
readonly employeeGrossSalary: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1238
|
-
readonly startUpMarginFixedValueMaxValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1239
|
-
readonly startUpMarginPaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1240
|
-
readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1241
|
-
readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1242
|
-
readonly totalRevenue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1243
|
-
readonly totalRevenueGbp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1244
|
-
readonly originatingEnquiryValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1245
|
-
readonly originatingSimulationValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1246
|
-
readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1247
|
-
readonly happyToProceed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1248
|
-
readonly jobDescription: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1249
|
-
readonly sendPortalInvite: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1250
|
-
readonly notGoingAheadReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1251
|
-
readonly campaignValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1252
|
-
readonly notGoingAheadReasonDetail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1253
|
-
readonly frameworkAgreementRecD: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1254
|
-
readonly assignmentScheduleRecD: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1255
|
-
readonly isRollingContract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1256
|
-
readonly fullTimePartTime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1257
|
-
readonly possibilityOfExtension: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1258
|
-
readonly localAccountantReferralRequired: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1695
|
+
readonly referralFriendlyId: z.ZodOptional<z.ZodString>;
|
|
1259
1696
|
readonly name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1260
|
-
readonly
|
|
1261
|
-
readonly
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
readonly
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
readonly
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1697
|
+
readonly salesCodeValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1698
|
+
readonly progress: z.ZodOptional<z.ZodObject<{
|
|
1699
|
+
readonly stage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1700
|
+
readonly stageUpdated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1701
|
+
readonly stageReason: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1702
|
+
readonly happyToProceed: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1703
|
+
readonly campaignValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1704
|
+
readonly notGoingAheadReason: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1705
|
+
readonly notGoingAheadReasonDetail: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1706
|
+
readonly reportingStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1707
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1708
|
+
stage?: number | null | undefined;
|
|
1709
|
+
stageReason?: number | null | undefined;
|
|
1710
|
+
reportingStatus?: number | null | undefined;
|
|
1711
|
+
stageUpdated?: string | null | undefined;
|
|
1712
|
+
happyToProceed?: string | null | undefined;
|
|
1713
|
+
campaignValue?: string | null | undefined;
|
|
1714
|
+
notGoingAheadReason?: number | null | undefined;
|
|
1715
|
+
notGoingAheadReasonDetail?: number | null | undefined;
|
|
1716
|
+
}, {
|
|
1717
|
+
stage?: number | null | undefined;
|
|
1718
|
+
stageReason?: number | null | undefined;
|
|
1719
|
+
reportingStatus?: number | null | undefined;
|
|
1720
|
+
stageUpdated?: string | null | undefined;
|
|
1721
|
+
happyToProceed?: string | null | undefined;
|
|
1722
|
+
campaignValue?: string | null | undefined;
|
|
1723
|
+
notGoingAheadReason?: number | null | undefined;
|
|
1724
|
+
notGoingAheadReasonDetail?: number | null | undefined;
|
|
1725
|
+
}>>;
|
|
1726
|
+
readonly contractor: z.ZodOptional<z.ZodObject<{
|
|
1727
|
+
readonly contractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1728
|
+
readonly contractorFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1729
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1730
|
+
contractorValue?: string | null | undefined;
|
|
1731
|
+
contractorFormattedValue?: string | null | undefined;
|
|
1732
|
+
}, {
|
|
1733
|
+
contractorValue?: string | null | undefined;
|
|
1734
|
+
contractorFormattedValue?: string | null | undefined;
|
|
1735
|
+
}>>;
|
|
1736
|
+
readonly assignment: z.ZodOptional<z.ZodObject<{
|
|
1737
|
+
readonly region: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1738
|
+
readonly workwellGlobalInternalCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1739
|
+
readonly otherContractualAgreements: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1740
|
+
readonly totalRevenue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1741
|
+
readonly totalRevenueGbp: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1742
|
+
readonly contractorPayRateCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1743
|
+
readonly contractPayRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1744
|
+
readonly contractRateFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1745
|
+
readonly contractPaymentFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1746
|
+
readonly hoursWorked: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1747
|
+
readonly hoursWorkedUnit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1748
|
+
readonly countryOfTaxResidenceValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1749
|
+
readonly cityOfWork: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1750
|
+
readonly onshoreOffshore: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1751
|
+
readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1752
|
+
readonly isRollingContract: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1753
|
+
readonly fullTimePartTime: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1754
|
+
readonly possibilityOfExtension: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1755
|
+
readonly localAccountantReferralRequired: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1756
|
+
readonly frameworkAgreementRecD: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1757
|
+
readonly assignmentScheduleRecD: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1758
|
+
readonly endClient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1759
|
+
readonly jobType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1760
|
+
readonly startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1761
|
+
readonly endDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1762
|
+
readonly jobRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1763
|
+
readonly jobDescription: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1764
|
+
readonly workCountry: z.ZodTypeAny;
|
|
1765
|
+
readonly parentSolution: z.ZodTypeAny;
|
|
1766
|
+
readonly solution: z.ZodTypeAny;
|
|
1767
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1768
|
+
solution?: any;
|
|
1769
|
+
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1770
|
+
totalRevenue?: number | null | undefined;
|
|
1771
|
+
totalRevenueGbp?: number | null | undefined;
|
|
1772
|
+
endClient?: string | null | undefined;
|
|
1773
|
+
region?: number | null | undefined;
|
|
1774
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1775
|
+
otherContractualAgreements?: string | null | undefined;
|
|
1776
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1777
|
+
contractPayRate?: number | null | undefined;
|
|
1778
|
+
contractRateFrequency?: number | null | undefined;
|
|
1779
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
1780
|
+
hoursWorked?: number | null | undefined;
|
|
1781
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
1782
|
+
jobType?: number | null | undefined;
|
|
1783
|
+
startDate?: string | null | undefined;
|
|
1784
|
+
endDate?: string | null | undefined;
|
|
1785
|
+
jobRole?: string | null | undefined;
|
|
1786
|
+
isRollingContract?: boolean | null | undefined;
|
|
1787
|
+
jobDescription?: string | null | undefined;
|
|
1788
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1789
|
+
possibilityOfExtension?: number | null | undefined;
|
|
1790
|
+
workCountry?: any;
|
|
1791
|
+
parentSolution?: any;
|
|
1792
|
+
cityOfWork?: string | null | undefined;
|
|
1793
|
+
onshoreOffshore?: boolean | null | undefined;
|
|
1794
|
+
fullTimePartTime?: boolean | null | undefined;
|
|
1795
|
+
localAccountantReferralRequired?: boolean | null | undefined;
|
|
1796
|
+
frameworkAgreementRecD?: string | null | undefined;
|
|
1797
|
+
assignmentScheduleRecD?: string | null | undefined;
|
|
1798
|
+
}, {
|
|
1799
|
+
solution?: any;
|
|
1800
|
+
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1801
|
+
totalRevenue?: number | null | undefined;
|
|
1802
|
+
totalRevenueGbp?: number | null | undefined;
|
|
1803
|
+
endClient?: string | null | undefined;
|
|
1804
|
+
region?: number | null | undefined;
|
|
1805
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1806
|
+
otherContractualAgreements?: string | null | undefined;
|
|
1807
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1808
|
+
contractPayRate?: number | null | undefined;
|
|
1809
|
+
contractRateFrequency?: number | null | undefined;
|
|
1810
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
1811
|
+
hoursWorked?: number | null | undefined;
|
|
1812
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
1813
|
+
jobType?: number | null | undefined;
|
|
1814
|
+
startDate?: string | null | undefined;
|
|
1815
|
+
endDate?: string | null | undefined;
|
|
1816
|
+
jobRole?: string | null | undefined;
|
|
1817
|
+
isRollingContract?: boolean | null | undefined;
|
|
1818
|
+
jobDescription?: string | null | undefined;
|
|
1819
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1820
|
+
possibilityOfExtension?: number | null | undefined;
|
|
1821
|
+
workCountry?: any;
|
|
1822
|
+
parentSolution?: any;
|
|
1823
|
+
cityOfWork?: string | null | undefined;
|
|
1824
|
+
onshoreOffshore?: boolean | null | undefined;
|
|
1825
|
+
fullTimePartTime?: boolean | null | undefined;
|
|
1826
|
+
localAccountantReferralRequired?: boolean | null | undefined;
|
|
1827
|
+
frameworkAgreementRecD?: string | null | undefined;
|
|
1828
|
+
assignmentScheduleRecD?: string | null | undefined;
|
|
1829
|
+
}>>;
|
|
1830
|
+
readonly fees: z.ZodOptional<z.ZodObject<{
|
|
1831
|
+
readonly wwgManagementFeeCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1832
|
+
readonly wwgManagementFeeBasis: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1833
|
+
readonly wwgManagementFeePeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1834
|
+
readonly wwgManagementFeePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1835
|
+
readonly wwgManagementFeeFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1836
|
+
readonly wwgManagementFeeMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1837
|
+
readonly wwgManagementFeePaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1838
|
+
readonly wwgManagementFeeContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1839
|
+
readonly startUpMarginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1840
|
+
readonly startUpMarginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1841
|
+
readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1842
|
+
readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1843
|
+
readonly marginOnlyCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1844
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1845
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1846
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1847
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1848
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1849
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
1850
|
+
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
1851
|
+
wwgManagementFeeBasis?: number | null | undefined;
|
|
1852
|
+
wwgManagementFeePeriod?: number | null | undefined;
|
|
1853
|
+
wwgManagementFeePercentage?: number | null | undefined;
|
|
1854
|
+
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
1855
|
+
wwgManagementFeeMinValue?: number | null | undefined;
|
|
1856
|
+
wwgManagementFeePaidBy?: number | null | undefined;
|
|
1857
|
+
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
1858
|
+
}, {
|
|
1859
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1860
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1861
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1862
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1863
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
1864
|
+
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
1865
|
+
wwgManagementFeeBasis?: number | null | undefined;
|
|
1866
|
+
wwgManagementFeePeriod?: number | null | undefined;
|
|
1867
|
+
wwgManagementFeePercentage?: number | null | undefined;
|
|
1868
|
+
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
1869
|
+
wwgManagementFeeMinValue?: number | null | undefined;
|
|
1870
|
+
wwgManagementFeePaidBy?: number | null | undefined;
|
|
1871
|
+
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
1872
|
+
}>>;
|
|
1873
|
+
readonly rates: z.ZodOptional<z.ZodObject<{
|
|
1874
|
+
readonly clientRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1875
|
+
readonly grossRateSimulation: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1876
|
+
readonly marginRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1877
|
+
readonly employeeGrossSalary: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1878
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1879
|
+
clientRate?: number | null | undefined;
|
|
1880
|
+
grossRateSimulation?: number | null | undefined;
|
|
1881
|
+
marginRate?: number | null | undefined;
|
|
1882
|
+
employeeGrossSalary?: number | null | undefined;
|
|
1883
|
+
}, {
|
|
1884
|
+
clientRate?: number | null | undefined;
|
|
1885
|
+
grossRateSimulation?: number | null | undefined;
|
|
1886
|
+
marginRate?: number | null | undefined;
|
|
1887
|
+
employeeGrossSalary?: number | null | undefined;
|
|
1888
|
+
}>>;
|
|
1889
|
+
readonly agency: z.ZodOptional<z.ZodObject<{
|
|
1890
|
+
readonly agencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1891
|
+
readonly accountManagerValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1892
|
+
readonly agencyBranchValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1893
|
+
readonly agencyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1894
|
+
readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1895
|
+
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1896
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1897
|
+
agencyValue?: string | null | undefined;
|
|
1898
|
+
agencyContactValue?: string | null | undefined;
|
|
1899
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1900
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1901
|
+
accountManagerValue?: string | null | undefined;
|
|
1902
|
+
agencyBranchValue?: string | null | undefined;
|
|
1903
|
+
}, {
|
|
1904
|
+
agencyValue?: string | null | undefined;
|
|
1905
|
+
agencyContactValue?: string | null | undefined;
|
|
1906
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1907
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1908
|
+
accountManagerValue?: string | null | undefined;
|
|
1909
|
+
agencyBranchValue?: string | null | undefined;
|
|
1910
|
+
}>>;
|
|
1911
|
+
readonly compliance: z.ZodOptional<z.ZodObject<{
|
|
1912
|
+
readonly doesContractorRequireRtwInContractCountry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1913
|
+
readonly doesContractorHaveRtwInTheContractCountry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1914
|
+
readonly ifNoWhoIsArrangingVisa: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1915
|
+
readonly approvedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1916
|
+
readonly approvedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1917
|
+
readonly rejectReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1918
|
+
readonly complianceStatementRequired: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1919
|
+
readonly complianceStatementGenerated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1920
|
+
readonly doNotChaseForTheFollowingDocuments: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1921
|
+
readonly solutionConfirmation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1922
|
+
readonly salesEmailReviewed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1923
|
+
readonly taxSimulationReviewed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1924
|
+
readonly feeConfirmedInWriting: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1925
|
+
readonly passportCopyReviewedForRightToWork: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1926
|
+
readonly agencyContractIssuedToTheCorrectEntity: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1927
|
+
readonly contractFeeRatesCurrencyMatchRegForm: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1928
|
+
readonly contractTemplateToBeUsedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1929
|
+
readonly specificDocumentsToBeRequested: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1930
|
+
readonly specialConditions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1931
|
+
readonly additionalInformation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1932
|
+
readonly willTheContractorBePaidVatByWorkwellGlobal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1933
|
+
readonly introductionToInCountryContact: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1934
|
+
readonly ensureLimosaHasBeenFiled: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1935
|
+
readonly workPermitSponsorship: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1936
|
+
readonly workPermitCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1937
|
+
readonly workPermitPaidBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1938
|
+
readonly placeholderForGeneratingComplianceStatement: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1939
|
+
readonly placeholderForKbSearch: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1940
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1941
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
1942
|
+
workPermitCost?: string | null | undefined;
|
|
1943
|
+
workPermitPaidBy?: string | null | undefined;
|
|
1944
|
+
specialConditions?: string | null | undefined;
|
|
1945
|
+
doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
|
|
1946
|
+
doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
|
|
1947
|
+
ifNoWhoIsArrangingVisa?: number | null | undefined;
|
|
1948
|
+
approvedByValue?: string | null | undefined;
|
|
1949
|
+
approvedOn?: string | null | undefined;
|
|
1950
|
+
rejectReason?: string | null | undefined;
|
|
1951
|
+
complianceStatementRequired?: boolean | null | undefined;
|
|
1952
|
+
complianceStatementGenerated?: boolean | null | undefined;
|
|
1953
|
+
doNotChaseForTheFollowingDocuments?: string | null | undefined;
|
|
1954
|
+
solutionConfirmation?: string | null | undefined;
|
|
1955
|
+
salesEmailReviewed?: boolean | null | undefined;
|
|
1956
|
+
taxSimulationReviewed?: boolean | null | undefined;
|
|
1957
|
+
feeConfirmedInWriting?: boolean | null | undefined;
|
|
1958
|
+
passportCopyReviewedForRightToWork?: boolean | null | undefined;
|
|
1959
|
+
agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
|
|
1960
|
+
contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
|
|
1961
|
+
contractTemplateToBeUsedValue?: string | null | undefined;
|
|
1962
|
+
specificDocumentsToBeRequested?: string | null | undefined;
|
|
1963
|
+
additionalInformation?: string | null | undefined;
|
|
1964
|
+
willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
|
|
1965
|
+
introductionToInCountryContact?: boolean | null | undefined;
|
|
1966
|
+
ensureLimosaHasBeenFiled?: number | null | undefined;
|
|
1967
|
+
placeholderForGeneratingComplianceStatement?: string | null | undefined;
|
|
1968
|
+
placeholderForKbSearch?: string | null | undefined;
|
|
1969
|
+
}, {
|
|
1970
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
1971
|
+
workPermitCost?: string | null | undefined;
|
|
1972
|
+
workPermitPaidBy?: string | null | undefined;
|
|
1973
|
+
specialConditions?: string | null | undefined;
|
|
1974
|
+
doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
|
|
1975
|
+
doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
|
|
1976
|
+
ifNoWhoIsArrangingVisa?: number | null | undefined;
|
|
1977
|
+
approvedByValue?: string | null | undefined;
|
|
1978
|
+
approvedOn?: string | null | undefined;
|
|
1979
|
+
rejectReason?: string | null | undefined;
|
|
1980
|
+
complianceStatementRequired?: boolean | null | undefined;
|
|
1981
|
+
complianceStatementGenerated?: boolean | null | undefined;
|
|
1982
|
+
doNotChaseForTheFollowingDocuments?: string | null | undefined;
|
|
1983
|
+
solutionConfirmation?: string | null | undefined;
|
|
1984
|
+
salesEmailReviewed?: boolean | null | undefined;
|
|
1985
|
+
taxSimulationReviewed?: boolean | null | undefined;
|
|
1986
|
+
feeConfirmedInWriting?: boolean | null | undefined;
|
|
1987
|
+
passportCopyReviewedForRightToWork?: boolean | null | undefined;
|
|
1988
|
+
agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
|
|
1989
|
+
contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
|
|
1990
|
+
contractTemplateToBeUsedValue?: string | null | undefined;
|
|
1991
|
+
specificDocumentsToBeRequested?: string | null | undefined;
|
|
1992
|
+
additionalInformation?: string | null | undefined;
|
|
1993
|
+
willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
|
|
1994
|
+
introductionToInCountryContact?: boolean | null | undefined;
|
|
1995
|
+
ensureLimosaHasBeenFiled?: number | null | undefined;
|
|
1996
|
+
placeholderForGeneratingComplianceStatement?: string | null | undefined;
|
|
1997
|
+
placeholderForKbSearch?: string | null | undefined;
|
|
1998
|
+
}>>;
|
|
1999
|
+
readonly origin: z.ZodOptional<z.ZodObject<{
|
|
2000
|
+
readonly originatingEnquiryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2001
|
+
readonly originatingSimulationValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2002
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2003
|
+
originatingEnquiryValue?: string | null | undefined;
|
|
2004
|
+
originatingSimulationValue?: string | null | undefined;
|
|
2005
|
+
}, {
|
|
2006
|
+
originatingEnquiryValue?: string | null | undefined;
|
|
2007
|
+
originatingSimulationValue?: string | null | undefined;
|
|
2008
|
+
}>>;
|
|
2009
|
+
readonly onboarding: z.ZodOptional<z.ZodObject<{
|
|
2010
|
+
readonly sendPortalInvite: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2011
|
+
readonly placeholderForSiFlow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2012
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2013
|
+
sendPortalInvite?: number | null | undefined;
|
|
2014
|
+
placeholderForSiFlow?: string | null | undefined;
|
|
2015
|
+
}, {
|
|
2016
|
+
sendPortalInvite?: number | null | undefined;
|
|
2017
|
+
placeholderForSiFlow?: string | null | undefined;
|
|
2018
|
+
}>>;
|
|
2019
|
+
readonly referralLogs: z.ZodOptional<z.ZodTypeAny>;
|
|
1309
2020
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2021
|
+
agency?: {
|
|
2022
|
+
agencyValue?: string | null | undefined;
|
|
2023
|
+
agencyContactValue?: string | null | undefined;
|
|
2024
|
+
agencyFormattedValue?: string | null | undefined;
|
|
2025
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
2026
|
+
accountManagerValue?: string | null | undefined;
|
|
2027
|
+
agencyBranchValue?: string | null | undefined;
|
|
2028
|
+
} | undefined;
|
|
2029
|
+
assignment?: {
|
|
2030
|
+
solution?: any;
|
|
2031
|
+
countryOfTaxResidenceValue?: string | null | undefined;
|
|
2032
|
+
totalRevenue?: number | null | undefined;
|
|
2033
|
+
totalRevenueGbp?: number | null | undefined;
|
|
2034
|
+
endClient?: string | null | undefined;
|
|
2035
|
+
region?: number | null | undefined;
|
|
2036
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
2037
|
+
otherContractualAgreements?: string | null | undefined;
|
|
2038
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
2039
|
+
contractPayRate?: number | null | undefined;
|
|
2040
|
+
contractRateFrequency?: number | null | undefined;
|
|
2041
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
2042
|
+
hoursWorked?: number | null | undefined;
|
|
2043
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
2044
|
+
jobType?: number | null | undefined;
|
|
2045
|
+
startDate?: string | null | undefined;
|
|
2046
|
+
endDate?: string | null | undefined;
|
|
2047
|
+
jobRole?: string | null | undefined;
|
|
2048
|
+
isRollingContract?: boolean | null | undefined;
|
|
2049
|
+
jobDescription?: string | null | undefined;
|
|
2050
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
2051
|
+
possibilityOfExtension?: number | null | undefined;
|
|
2052
|
+
workCountry?: any;
|
|
2053
|
+
parentSolution?: any;
|
|
2054
|
+
cityOfWork?: string | null | undefined;
|
|
2055
|
+
onshoreOffshore?: boolean | null | undefined;
|
|
2056
|
+
fullTimePartTime?: boolean | null | undefined;
|
|
2057
|
+
localAccountantReferralRequired?: boolean | null | undefined;
|
|
2058
|
+
frameworkAgreementRecD?: string | null | undefined;
|
|
2059
|
+
assignmentScheduleRecD?: string | null | undefined;
|
|
2060
|
+
} | undefined;
|
|
1310
2061
|
name?: string | null | undefined;
|
|
1311
|
-
stageReason?: number | null | undefined;
|
|
1312
|
-
contractorValue?: string | null | undefined;
|
|
1313
|
-
region?: number | null | undefined;
|
|
1314
|
-
workCountryValue?: string | null | undefined;
|
|
1315
|
-
solutionValue?: string | null | undefined;
|
|
1316
|
-
solutionTypeValue?: string | null | undefined;
|
|
1317
|
-
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1318
|
-
otherContractualAgreements?: string | null | undefined;
|
|
1319
|
-
workPermitSponsorship?: boolean | null | undefined;
|
|
1320
|
-
workPermitCost?: string | null | undefined;
|
|
1321
|
-
workPermitPaidBy?: string | null | undefined;
|
|
1322
|
-
salesCodeValue?: string | null | undefined;
|
|
1323
|
-
clientRate?: number | null | undefined;
|
|
1324
|
-
grossRateSimulation?: number | null | undefined;
|
|
1325
|
-
marginRate?: number | null | undefined;
|
|
1326
|
-
employeeGrossSalary?: number | null | undefined;
|
|
1327
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1328
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
1329
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1330
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1331
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1332
|
-
agencyValue?: string | null | undefined;
|
|
1333
|
-
agencyContactValue?: string | null | undefined;
|
|
1334
|
-
endClient?: string | null | undefined;
|
|
1335
|
-
marginOnlyCompanyValue?: string | null | undefined;
|
|
1336
|
-
jobType?: number | null | undefined;
|
|
1337
|
-
startDate?: string | null | undefined;
|
|
1338
|
-
endDate?: string | null | undefined;
|
|
1339
|
-
jobRole?: string | null | undefined;
|
|
1340
|
-
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1341
|
-
contractPayRate?: number | null | undefined;
|
|
1342
|
-
contractRateFrequency?: number | null | undefined;
|
|
1343
|
-
hoursWorked?: number | null | undefined;
|
|
1344
|
-
hoursWorkedUnit?: number | null | undefined;
|
|
1345
|
-
specialConditions?: string | null | undefined;
|
|
1346
|
-
possibilityOfExtension?: number | null | undefined;
|
|
1347
|
-
isRollingContract?: boolean | null | undefined;
|
|
1348
|
-
totalRevenue?: number | null | undefined;
|
|
1349
|
-
reportingStatus?: number | null | undefined;
|
|
1350
|
-
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1351
|
-
totalRevenueGbp?: number | null | undefined;
|
|
1352
2062
|
referralId?: string | undefined;
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
2063
|
+
salesCodeValue?: string | null | undefined;
|
|
2064
|
+
progress?: {
|
|
2065
|
+
stage?: number | null | undefined;
|
|
2066
|
+
stageReason?: number | null | undefined;
|
|
2067
|
+
reportingStatus?: number | null | undefined;
|
|
2068
|
+
stageUpdated?: string | null | undefined;
|
|
2069
|
+
happyToProceed?: string | null | undefined;
|
|
2070
|
+
campaignValue?: string | null | undefined;
|
|
2071
|
+
notGoingAheadReason?: number | null | undefined;
|
|
2072
|
+
notGoingAheadReasonDetail?: number | null | undefined;
|
|
2073
|
+
} | undefined;
|
|
2074
|
+
contractor?: {
|
|
2075
|
+
contractorValue?: string | null | undefined;
|
|
2076
|
+
contractorFormattedValue?: string | null | undefined;
|
|
2077
|
+
} | undefined;
|
|
2078
|
+
fees?: {
|
|
2079
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
2080
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
2081
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
2082
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
2083
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
2084
|
+
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
2085
|
+
wwgManagementFeeBasis?: number | null | undefined;
|
|
2086
|
+
wwgManagementFeePeriod?: number | null | undefined;
|
|
2087
|
+
wwgManagementFeePercentage?: number | null | undefined;
|
|
2088
|
+
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
2089
|
+
wwgManagementFeeMinValue?: number | null | undefined;
|
|
2090
|
+
wwgManagementFeePaidBy?: number | null | undefined;
|
|
2091
|
+
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
2092
|
+
} | undefined;
|
|
2093
|
+
rates?: {
|
|
2094
|
+
clientRate?: number | null | undefined;
|
|
2095
|
+
grossRateSimulation?: number | null | undefined;
|
|
2096
|
+
marginRate?: number | null | undefined;
|
|
2097
|
+
employeeGrossSalary?: number | null | undefined;
|
|
2098
|
+
} | undefined;
|
|
2099
|
+
compliance?: {
|
|
2100
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
2101
|
+
workPermitCost?: string | null | undefined;
|
|
2102
|
+
workPermitPaidBy?: string | null | undefined;
|
|
2103
|
+
specialConditions?: string | null | undefined;
|
|
2104
|
+
doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
|
|
2105
|
+
doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
|
|
2106
|
+
ifNoWhoIsArrangingVisa?: number | null | undefined;
|
|
2107
|
+
approvedByValue?: string | null | undefined;
|
|
2108
|
+
approvedOn?: string | null | undefined;
|
|
2109
|
+
rejectReason?: string | null | undefined;
|
|
2110
|
+
complianceStatementRequired?: boolean | null | undefined;
|
|
2111
|
+
complianceStatementGenerated?: boolean | null | undefined;
|
|
2112
|
+
doNotChaseForTheFollowingDocuments?: string | null | undefined;
|
|
2113
|
+
solutionConfirmation?: string | null | undefined;
|
|
2114
|
+
salesEmailReviewed?: boolean | null | undefined;
|
|
2115
|
+
taxSimulationReviewed?: boolean | null | undefined;
|
|
2116
|
+
feeConfirmedInWriting?: boolean | null | undefined;
|
|
2117
|
+
passportCopyReviewedForRightToWork?: boolean | null | undefined;
|
|
2118
|
+
agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
|
|
2119
|
+
contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
|
|
2120
|
+
contractTemplateToBeUsedValue?: string | null | undefined;
|
|
2121
|
+
specificDocumentsToBeRequested?: string | null | undefined;
|
|
2122
|
+
additionalInformation?: string | null | undefined;
|
|
2123
|
+
willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
|
|
2124
|
+
introductionToInCountryContact?: boolean | null | undefined;
|
|
2125
|
+
ensureLimosaHasBeenFiled?: number | null | undefined;
|
|
2126
|
+
placeholderForGeneratingComplianceStatement?: string | null | undefined;
|
|
2127
|
+
placeholderForKbSearch?: string | null | undefined;
|
|
2128
|
+
} | undefined;
|
|
2129
|
+
onboarding?: {
|
|
2130
|
+
sendPortalInvite?: number | null | undefined;
|
|
2131
|
+
placeholderForSiFlow?: string | null | undefined;
|
|
2132
|
+
} | undefined;
|
|
2133
|
+
origin?: {
|
|
2134
|
+
originatingEnquiryValue?: string | null | undefined;
|
|
2135
|
+
originatingSimulationValue?: string | null | undefined;
|
|
2136
|
+
} | undefined;
|
|
2137
|
+
referralFriendlyId?: string | undefined;
|
|
2138
|
+
referralLogs?: any;
|
|
1405
2139
|
}, {
|
|
2140
|
+
agency?: {
|
|
2141
|
+
agencyValue?: string | null | undefined;
|
|
2142
|
+
agencyContactValue?: string | null | undefined;
|
|
2143
|
+
agencyFormattedValue?: string | null | undefined;
|
|
2144
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
2145
|
+
accountManagerValue?: string | null | undefined;
|
|
2146
|
+
agencyBranchValue?: string | null | undefined;
|
|
2147
|
+
} | undefined;
|
|
2148
|
+
assignment?: {
|
|
2149
|
+
solution?: any;
|
|
2150
|
+
countryOfTaxResidenceValue?: string | null | undefined;
|
|
2151
|
+
totalRevenue?: number | null | undefined;
|
|
2152
|
+
totalRevenueGbp?: number | null | undefined;
|
|
2153
|
+
endClient?: string | null | undefined;
|
|
2154
|
+
region?: number | null | undefined;
|
|
2155
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
2156
|
+
otherContractualAgreements?: string | null | undefined;
|
|
2157
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
2158
|
+
contractPayRate?: number | null | undefined;
|
|
2159
|
+
contractRateFrequency?: number | null | undefined;
|
|
2160
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
2161
|
+
hoursWorked?: number | null | undefined;
|
|
2162
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
2163
|
+
jobType?: number | null | undefined;
|
|
2164
|
+
startDate?: string | null | undefined;
|
|
2165
|
+
endDate?: string | null | undefined;
|
|
2166
|
+
jobRole?: string | null | undefined;
|
|
2167
|
+
isRollingContract?: boolean | null | undefined;
|
|
2168
|
+
jobDescription?: string | null | undefined;
|
|
2169
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
2170
|
+
possibilityOfExtension?: number | null | undefined;
|
|
2171
|
+
workCountry?: any;
|
|
2172
|
+
parentSolution?: any;
|
|
2173
|
+
cityOfWork?: string | null | undefined;
|
|
2174
|
+
onshoreOffshore?: boolean | null | undefined;
|
|
2175
|
+
fullTimePartTime?: boolean | null | undefined;
|
|
2176
|
+
localAccountantReferralRequired?: boolean | null | undefined;
|
|
2177
|
+
frameworkAgreementRecD?: string | null | undefined;
|
|
2178
|
+
assignmentScheduleRecD?: string | null | undefined;
|
|
2179
|
+
} | undefined;
|
|
1406
2180
|
name?: string | null | undefined;
|
|
1407
|
-
stageReason?: number | null | undefined;
|
|
1408
|
-
contractorValue?: string | null | undefined;
|
|
1409
|
-
region?: number | null | undefined;
|
|
1410
|
-
workCountryValue?: string | null | undefined;
|
|
1411
|
-
solutionValue?: string | null | undefined;
|
|
1412
|
-
solutionTypeValue?: string | null | undefined;
|
|
1413
|
-
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1414
|
-
otherContractualAgreements?: string | null | undefined;
|
|
1415
|
-
workPermitSponsorship?: boolean | null | undefined;
|
|
1416
|
-
workPermitCost?: string | null | undefined;
|
|
1417
|
-
workPermitPaidBy?: string | null | undefined;
|
|
1418
|
-
salesCodeValue?: string | null | undefined;
|
|
1419
|
-
clientRate?: number | null | undefined;
|
|
1420
|
-
grossRateSimulation?: number | null | undefined;
|
|
1421
|
-
marginRate?: number | null | undefined;
|
|
1422
|
-
employeeGrossSalary?: number | null | undefined;
|
|
1423
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1424
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
1425
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1426
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1427
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1428
|
-
agencyValue?: string | null | undefined;
|
|
1429
|
-
agencyContactValue?: string | null | undefined;
|
|
1430
|
-
endClient?: string | null | undefined;
|
|
1431
|
-
marginOnlyCompanyValue?: string | null | undefined;
|
|
1432
|
-
jobType?: number | null | undefined;
|
|
1433
|
-
startDate?: string | null | undefined;
|
|
1434
|
-
endDate?: string | null | undefined;
|
|
1435
|
-
jobRole?: string | null | undefined;
|
|
1436
|
-
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1437
|
-
contractPayRate?: number | null | undefined;
|
|
1438
|
-
contractRateFrequency?: number | null | undefined;
|
|
1439
|
-
hoursWorked?: number | null | undefined;
|
|
1440
|
-
hoursWorkedUnit?: number | null | undefined;
|
|
1441
|
-
specialConditions?: string | null | undefined;
|
|
1442
|
-
possibilityOfExtension?: number | null | undefined;
|
|
1443
|
-
isRollingContract?: boolean | null | undefined;
|
|
1444
|
-
totalRevenue?: number | null | undefined;
|
|
1445
|
-
reportingStatus?: number | null | undefined;
|
|
1446
|
-
countryOfTaxResidenceValue?: string | null | undefined;
|
|
1447
|
-
totalRevenueGbp?: number | null | undefined;
|
|
1448
2181
|
referralId?: string | undefined;
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
2182
|
+
salesCodeValue?: string | null | undefined;
|
|
2183
|
+
progress?: {
|
|
2184
|
+
stage?: number | null | undefined;
|
|
2185
|
+
stageReason?: number | null | undefined;
|
|
2186
|
+
reportingStatus?: number | null | undefined;
|
|
2187
|
+
stageUpdated?: string | null | undefined;
|
|
2188
|
+
happyToProceed?: string | null | undefined;
|
|
2189
|
+
campaignValue?: string | null | undefined;
|
|
2190
|
+
notGoingAheadReason?: number | null | undefined;
|
|
2191
|
+
notGoingAheadReasonDetail?: number | null | undefined;
|
|
2192
|
+
} | undefined;
|
|
2193
|
+
contractor?: {
|
|
2194
|
+
contractorValue?: string | null | undefined;
|
|
2195
|
+
contractorFormattedValue?: string | null | undefined;
|
|
2196
|
+
} | undefined;
|
|
2197
|
+
fees?: {
|
|
2198
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
2199
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
2200
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
2201
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
2202
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
2203
|
+
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
2204
|
+
wwgManagementFeeBasis?: number | null | undefined;
|
|
2205
|
+
wwgManagementFeePeriod?: number | null | undefined;
|
|
2206
|
+
wwgManagementFeePercentage?: number | null | undefined;
|
|
2207
|
+
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
2208
|
+
wwgManagementFeeMinValue?: number | null | undefined;
|
|
2209
|
+
wwgManagementFeePaidBy?: number | null | undefined;
|
|
2210
|
+
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
2211
|
+
} | undefined;
|
|
2212
|
+
rates?: {
|
|
2213
|
+
clientRate?: number | null | undefined;
|
|
2214
|
+
grossRateSimulation?: number | null | undefined;
|
|
2215
|
+
marginRate?: number | null | undefined;
|
|
2216
|
+
employeeGrossSalary?: number | null | undefined;
|
|
2217
|
+
} | undefined;
|
|
2218
|
+
compliance?: {
|
|
2219
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
2220
|
+
workPermitCost?: string | null | undefined;
|
|
2221
|
+
workPermitPaidBy?: string | null | undefined;
|
|
2222
|
+
specialConditions?: string | null | undefined;
|
|
2223
|
+
doesContractorRequireRtwInContractCountry?: boolean | null | undefined;
|
|
2224
|
+
doesContractorHaveRtwInTheContractCountry?: boolean | null | undefined;
|
|
2225
|
+
ifNoWhoIsArrangingVisa?: number | null | undefined;
|
|
2226
|
+
approvedByValue?: string | null | undefined;
|
|
2227
|
+
approvedOn?: string | null | undefined;
|
|
2228
|
+
rejectReason?: string | null | undefined;
|
|
2229
|
+
complianceStatementRequired?: boolean | null | undefined;
|
|
2230
|
+
complianceStatementGenerated?: boolean | null | undefined;
|
|
2231
|
+
doNotChaseForTheFollowingDocuments?: string | null | undefined;
|
|
2232
|
+
solutionConfirmation?: string | null | undefined;
|
|
2233
|
+
salesEmailReviewed?: boolean | null | undefined;
|
|
2234
|
+
taxSimulationReviewed?: boolean | null | undefined;
|
|
2235
|
+
feeConfirmedInWriting?: boolean | null | undefined;
|
|
2236
|
+
passportCopyReviewedForRightToWork?: boolean | null | undefined;
|
|
2237
|
+
agencyContractIssuedToTheCorrectEntity?: boolean | null | undefined;
|
|
2238
|
+
contractFeeRatesCurrencyMatchRegForm?: boolean | null | undefined;
|
|
2239
|
+
contractTemplateToBeUsedValue?: string | null | undefined;
|
|
2240
|
+
specificDocumentsToBeRequested?: string | null | undefined;
|
|
2241
|
+
additionalInformation?: string | null | undefined;
|
|
2242
|
+
willTheContractorBePaidVatByWorkwellGlobal?: number | null | undefined;
|
|
2243
|
+
introductionToInCountryContact?: boolean | null | undefined;
|
|
2244
|
+
ensureLimosaHasBeenFiled?: number | null | undefined;
|
|
2245
|
+
placeholderForGeneratingComplianceStatement?: string | null | undefined;
|
|
2246
|
+
placeholderForKbSearch?: string | null | undefined;
|
|
2247
|
+
} | undefined;
|
|
2248
|
+
onboarding?: {
|
|
2249
|
+
sendPortalInvite?: number | null | undefined;
|
|
2250
|
+
placeholderForSiFlow?: string | null | undefined;
|
|
2251
|
+
} | undefined;
|
|
2252
|
+
origin?: {
|
|
2253
|
+
originatingEnquiryValue?: string | null | undefined;
|
|
2254
|
+
originatingSimulationValue?: string | null | undefined;
|
|
2255
|
+
} | undefined;
|
|
2256
|
+
referralFriendlyId?: string | undefined;
|
|
2257
|
+
referralLogs?: any;
|
|
1501
2258
|
}>;
|
|
1502
2259
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
1503
2260
|
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
@@ -1505,4 +2262,12 @@ export declare const ReferralEntity: {
|
|
|
1505
2262
|
export type TReferralD365 = z.infer<typeof ReferralEntity.SResponseD365>;
|
|
1506
2263
|
export type TReferralAPI = z.infer<typeof ReferralEntity.SResponseAPI>;
|
|
1507
2264
|
export type TReferralPayloadAPI = z.infer<typeof ReferralEntity.SPayloadAPI>;
|
|
2265
|
+
export declare const SReferralsQueryParams: z.ZodEffects<z.ZodType<URLSearchParams, z.ZodTypeDef, URLSearchParams>, {
|
|
2266
|
+
filter: "agent" | "agency" | "contractor";
|
|
2267
|
+
id: string;
|
|
2268
|
+
includeChildren: boolean;
|
|
2269
|
+
includeDocuments: boolean;
|
|
2270
|
+
activeOnly?: boolean | undefined;
|
|
2271
|
+
} | undefined, URLSearchParams>;
|
|
2272
|
+
export type TReferralsQueryParams = z.infer<typeof SReferralsQueryParams>;
|
|
1508
2273
|
//# sourceMappingURL=TReferralAPI.d.ts.map
|