@workwell-global/toolkit 1.1.10 → 1.1.14
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 +17 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +16 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +335 -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 +323 -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 +177 -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/SPatchSimulationBFF.d.ts +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +11 -9
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -1
- 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 +10 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -1
- 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 +10 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -1
- 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
|
@@ -15,8 +15,7 @@ export declare const Assignment: {
|
|
|
15
15
|
owningBusinessUnitValue: string;
|
|
16
16
|
owningTeamValue: string;
|
|
17
17
|
owningUserValue: string;
|
|
18
|
-
contractorPayRateCurrencyValue: string;
|
|
19
|
-
workCountryValue: string;
|
|
18
|
+
"assignment/contractorPayRateCurrencyValue": string;
|
|
20
19
|
createdOn: string;
|
|
21
20
|
importSequenceNumber: string;
|
|
22
21
|
modifiedOn: string;
|
|
@@ -26,251 +25,259 @@ export declare const Assignment: {
|
|
|
26
25
|
timezoneRuleVersionNumber: string;
|
|
27
26
|
utcConversionTimezoneCode: string;
|
|
28
27
|
versionNumber: string;
|
|
29
|
-
endClient: string;
|
|
30
|
-
totalRevenue: string;
|
|
31
|
-
endDate: string;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
zohoCrmSync: string;
|
|
37
|
-
zohoSyncError: string;
|
|
28
|
+
"assignment/endClient": string;
|
|
29
|
+
"assignment/totalRevenue": string;
|
|
30
|
+
"assignment/endDate": string;
|
|
31
|
+
"zoho/zohoBooksId": string;
|
|
32
|
+
"zoho/zohoCrmSync": string;
|
|
33
|
+
"zoho/zohoBooksSync": string;
|
|
34
|
+
"zoho/zohoSyncError": string;
|
|
38
35
|
precisionId: string;
|
|
39
|
-
|
|
40
|
-
|
|
36
|
+
"assignment/paymentTerms": string;
|
|
37
|
+
"assignment/workCountry": string;
|
|
38
|
+
"assignment/parentSolution": string;
|
|
39
|
+
"assignment/solution": string;
|
|
40
|
+
assignmentLogs: string;
|
|
41
|
+
"contractor/contractorFormattedValue": string;
|
|
42
|
+
"agency/agencyFormattedValue": string;
|
|
43
|
+
"agency/agencyContactFormattedValue": string;
|
|
41
44
|
assignmentId: string;
|
|
42
45
|
assignmentNumber: string;
|
|
43
|
-
|
|
44
|
-
stageReason: string;
|
|
45
|
-
contractorValue: string;
|
|
46
|
-
region: string;
|
|
47
|
-
attn: string;
|
|
48
|
-
referralValue: string;
|
|
49
|
-
solutionValue: string;
|
|
50
|
-
solutionTypeValue: string;
|
|
51
|
-
workwellGlobalInternalCompanyValue: string;
|
|
52
|
-
otherContractualAgreements: string;
|
|
53
|
-
workPermitSponsorship: string;
|
|
54
|
-
workPermitCost: string;
|
|
55
|
-
workPermitPaidBy: string;
|
|
46
|
+
referralId: string;
|
|
56
47
|
salesCodeValue: string;
|
|
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
|
-
|
|
114
|
-
accountantValue: string;
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
48
|
+
"zoho/zohoCrmId": string;
|
|
49
|
+
"progress/stage": string;
|
|
50
|
+
"progress/stageReason": string;
|
|
51
|
+
"progress/rejectionReason": string;
|
|
52
|
+
"progress/reportingStatus": string;
|
|
53
|
+
"contractor/contractorValue": string;
|
|
54
|
+
"assignment/region": string;
|
|
55
|
+
"assignment/attn": string;
|
|
56
|
+
"assignment/workwellGlobalInternalCompanyValue": string;
|
|
57
|
+
"assignment/otherContractualAgreements": string;
|
|
58
|
+
"assignment/contractPayRate": string;
|
|
59
|
+
"assignment/contractRateFrequency": string;
|
|
60
|
+
"assignment/contractPaymentFrequency": string;
|
|
61
|
+
"assignment/hoursWorked": string;
|
|
62
|
+
"assignment/hoursWorkedUnit": string;
|
|
63
|
+
"assignment/jobType": string;
|
|
64
|
+
"assignment/employmentContractType": string;
|
|
65
|
+
"assignment/startDate": string;
|
|
66
|
+
"assignment/workerConfirmedStartDate": string;
|
|
67
|
+
"assignment/workerEndDate": string;
|
|
68
|
+
"assignment/actualEndDate": string;
|
|
69
|
+
"assignment/jobRole": string;
|
|
70
|
+
"assignment/remote": string;
|
|
71
|
+
"assignment/isRollingContract": string;
|
|
72
|
+
"assignment/notice": string;
|
|
73
|
+
"assignment/jobDescription": string;
|
|
74
|
+
"assignment/selfBilling": string;
|
|
75
|
+
"fees/onboardingFee": string;
|
|
76
|
+
"fees/onboardingFeeCurrencyValue": string;
|
|
77
|
+
"fees/depositPayable": string;
|
|
78
|
+
"fees/depositValue": string;
|
|
79
|
+
"fees/waivedByValue": string;
|
|
80
|
+
"fees/marginCurrencyValue": string;
|
|
81
|
+
"fees/marginBasis": string;
|
|
82
|
+
"fees/marginPeriod": string;
|
|
83
|
+
"fees/marginPercentage": string;
|
|
84
|
+
"fees/marginFixedValueMaxValue": string;
|
|
85
|
+
"fees/marginMinValue": string;
|
|
86
|
+
"fees/marginPaidBy": string;
|
|
87
|
+
"fees/marginContractorPercentage": string;
|
|
88
|
+
"fees/mgtMonthlyFee": string;
|
|
89
|
+
"fees/mgtMonthlyFeePercentage": string;
|
|
90
|
+
"fees/mgtMonthlyFeePaidBy": string;
|
|
91
|
+
"fees/startUpMarginFixedValueMaxValue": string;
|
|
92
|
+
"fees/startUpMarginPaidBy": string;
|
|
93
|
+
"fees/startUpMarginCurrencyValue": string;
|
|
94
|
+
"fees/startUpMarginContractorPercentage": string;
|
|
95
|
+
"fees/preferredInvoiceCurrencyValue": string;
|
|
96
|
+
"rates/clientRate": string;
|
|
97
|
+
"rates/grossRateSimulation": string;
|
|
98
|
+
"rates/marginRate": string;
|
|
99
|
+
"rates/employeeGrossSalary": string;
|
|
100
|
+
"agency/agencyValue": string;
|
|
101
|
+
"agency/agencyContactValue": string;
|
|
102
|
+
"agency/marginOnlyCompanyValue": string;
|
|
103
|
+
"contacts/icpEntityValue": string;
|
|
104
|
+
"contacts/localEmployingEntityValue": string;
|
|
105
|
+
"contacts/accountantValue": string;
|
|
106
|
+
"contacts/engagementConsultantValue": string;
|
|
107
|
+
"contacts/icpInternalAccountManagerValue": string;
|
|
108
|
+
"contacts/icpOperationsContactValue": string;
|
|
109
|
+
"contacts/icpFinanceContactValue": string;
|
|
110
|
+
"compliance/workPermitSponsorship": string;
|
|
111
|
+
"compliance/workPermitCost": string;
|
|
112
|
+
"compliance/workPermitPaidBy": string;
|
|
113
|
+
"compliance/specialConditions": string;
|
|
114
|
+
"compliance/possibilityOfExtension": string;
|
|
115
|
+
"compliance/type": string;
|
|
116
|
+
"compliance/grossPay": string;
|
|
117
|
+
"compliance/expenses": string;
|
|
118
|
+
"compliance/acceptedDate": string;
|
|
119
|
+
"compliance/dateReferredToIcp": string;
|
|
120
|
+
"compliance/dateIcpApprovedRtw": string;
|
|
121
|
+
"compliance/fxRequirement": string;
|
|
122
|
+
"compliance/fxInvoicingPattern": string;
|
|
123
|
+
"progress/onboardingDurationMinutes": string;
|
|
124
|
+
"progress/onboardingDuration": string;
|
|
125
|
+
"progress/pendingOnboarding": string;
|
|
126
|
+
"progress/awaitingDocuments": string;
|
|
127
|
+
"progress/registrationSubmitted": string;
|
|
128
|
+
"progress/onboardingStatus": string;
|
|
129
|
+
"progress/joinerStatus": string;
|
|
130
|
+
"progress/activeStatus": string;
|
|
131
|
+
"progress/workPermitInProgressDurationMinutes": string;
|
|
132
|
+
"progress/workPermitInProgressDuration": string;
|
|
133
|
+
"progress/allocated": string;
|
|
134
|
+
"progress/gatheringDocuments": string;
|
|
135
|
+
"progress/preparingApplication": string;
|
|
136
|
+
"progress/applicationSubmitted": string;
|
|
137
|
+
"progress/registrationInProgressDuration": string;
|
|
138
|
+
"progress/completed": string;
|
|
139
|
+
"progress/complianceApprovalDurationMinutes": string;
|
|
140
|
+
"progress/complianceApprovalDuration": string;
|
|
141
|
+
"progress/finalCheck": string;
|
|
142
|
+
"progress/legalApprovedToIssueDurationMinutes": string;
|
|
143
|
+
"progress/legalApprovedToIssueDuration": string;
|
|
144
|
+
"progress/contractsInProgressDurationMinutes": string;
|
|
145
|
+
"progress/contractsInProgressDuration": string;
|
|
146
|
+
"progress/draftingContract": string;
|
|
147
|
+
"progress/contractSent": string;
|
|
148
|
+
"progress/contractQueries": string;
|
|
149
|
+
"progress/signedContractReceived": string;
|
|
150
|
+
"progress/legalFinalCheck": string;
|
|
151
|
+
"progress/registrationInProgressDurationMinutes": string;
|
|
148
152
|
};
|
|
149
153
|
fieldsD365: {
|
|
150
154
|
readonly ww_assignmentid: "assignmentId";
|
|
151
155
|
readonly ww_assignmentnumber: "assignmentNumber";
|
|
152
|
-
readonly
|
|
153
|
-
readonly ww_stagereason: "stageReason";
|
|
154
|
-
readonly _ww_contractor_value: "contractorValue";
|
|
155
|
-
readonly ww_region: "region";
|
|
156
|
-
readonly ww_attn: "attn";
|
|
157
|
-
readonly _ww_saleschecklist_value: "referralValue";
|
|
158
|
-
readonly _ww_country_value: "workCountryValue";
|
|
159
|
-
readonly _ww_parent_solution_value: "solutionValue";
|
|
160
|
-
readonly _ww_solution_value: "solutionTypeValue";
|
|
161
|
-
readonly _ww_workwellglobalinternalcompany_value: "workwellGlobalInternalCompanyValue";
|
|
162
|
-
readonly ww_othercontractualagreements: "otherContractualAgreements";
|
|
163
|
-
readonly ww_workpermitsponsorship: "workPermitSponsorship";
|
|
164
|
-
readonly ww_workpermitcost: "workPermitCost";
|
|
165
|
-
readonly ww_workpermitpaidby: "workPermitPaidBy";
|
|
156
|
+
readonly _ww_saleschecklist_value: "referralId";
|
|
166
157
|
readonly _ww_salescode_value: "salesCodeValue";
|
|
167
|
-
readonly _ww_localpartner_value: "icpEntityValue";
|
|
168
|
-
readonly _ww_localemployingentity_value: "localEmployingEntityValue";
|
|
169
|
-
readonly ww_onboardingfee: "onboardingFee";
|
|
170
|
-
readonly _ww_onboardingfeecurrency_value: "onboardingFeeCurrencyValue";
|
|
171
|
-
readonly ww_depositpayable: "depositPayable";
|
|
172
|
-
readonly ww_value: "value";
|
|
173
|
-
readonly _ww_waivedby_value: "waivedByValue";
|
|
174
|
-
readonly ww_fxrequirement: "fxRequirement";
|
|
175
|
-
readonly ww_fxinvoicingpattern: "fxInvoicingPattern";
|
|
176
|
-
readonly ww_datereferredtoicp: "dateReferredToIcp";
|
|
177
|
-
readonly ww_dateicpapprovedrtw: "dateIcpApprovedRtw";
|
|
178
|
-
readonly _ww_margincurrency_value: "marginCurrencyValue";
|
|
179
|
-
readonly ww_marginbasis: "marginBasis";
|
|
180
|
-
readonly ww_marginperiod: "marginPeriod";
|
|
181
|
-
readonly ww_marginpercentage: "marginPercentage";
|
|
182
|
-
readonly ww_marginfixedvaluemaxvalue: "marginFixedValueMaxValue";
|
|
183
|
-
readonly ww_revenuefixedvaluemaxvalue: "marginFixedValueMaxValue";
|
|
184
|
-
readonly ww_marginminvalue: "marginMinValue";
|
|
185
|
-
readonly ww_revenueminvalue: "marginMinValue";
|
|
186
|
-
readonly ww_marginpaidby: "marginPaidBy";
|
|
187
|
-
readonly ww_margincontractorpercentage: "marginContractorPercentage";
|
|
188
|
-
readonly ww_clientrate: "clientRate";
|
|
189
|
-
readonly ww_grossratesimulation: "grossRateSimulation";
|
|
190
|
-
readonly ww_marginrate: "marginRate";
|
|
191
|
-
readonly ww_employeegrosssalary: "employeeGrossSalary";
|
|
192
|
-
readonly ww_startupmarginfixedvaluemaxvalue: "startUpMarginFixedValueMaxValue";
|
|
193
|
-
readonly ww_startupmarginpaidby: "startUpMarginPaidBy";
|
|
194
|
-
readonly _ww_preferredinvoicecurrency_value: "preferredInvoiceCurrencyValue";
|
|
195
|
-
readonly _ww_startupmargincurrency_value: "startUpMarginCurrencyValue";
|
|
196
|
-
readonly ww_startupmargincontractorpercentage: "startUpMarginContractorPercentage";
|
|
197
|
-
readonly _ww_agency_value: "agencyValue";
|
|
198
|
-
readonly _ww_agencycontact_value: "agencyContactValue";
|
|
199
|
-
readonly ww_endclient: "endClient";
|
|
200
|
-
readonly _ww_margincompany_value: "marginOnlyCompanyValue";
|
|
201
|
-
readonly ww_jobtype: "jobType";
|
|
202
|
-
readonly ww_employmentcontracttype: "employmentContractType";
|
|
203
|
-
readonly ww_startdate: "startDate";
|
|
204
|
-
readonly ww_enddate: "endDate";
|
|
205
|
-
readonly ww_workerenddate: "workerEndDate";
|
|
206
|
-
readonly ww_workerconfirmedstartdate: "workerConfirmedStartDate";
|
|
207
|
-
readonly ww_actualenddate: "actualEndDate";
|
|
208
|
-
readonly ww_contractrole: "jobRole";
|
|
209
|
-
readonly ww_remote: "remote";
|
|
210
|
-
readonly _transactioncurrencyid_value: "contractorPayRateCurrencyValue";
|
|
211
|
-
readonly ww_contractrate: "contractPayRate";
|
|
212
|
-
readonly ww_contractratefrequency: "contractRateFrequency";
|
|
213
|
-
readonly ww_type: "type";
|
|
214
|
-
readonly ww_hoursworked: "hoursWorked";
|
|
215
|
-
readonly ww_hoursworkedunit: "hoursWorkedUnit";
|
|
216
|
-
readonly ww_specialconditions: "specialConditions";
|
|
217
|
-
readonly ww_possofextension: "possibilityOfExtension";
|
|
218
|
-
readonly ww_isrollingcontract: "isRollingContract";
|
|
219
|
-
readonly ww_accepteddate: "acceptedDate";
|
|
220
|
-
readonly ww_rejectionreason: "rejectionReason";
|
|
221
|
-
readonly ww_notice: "notice";
|
|
222
|
-
readonly ww_mgtfeemonthlyfee: "mgtMonthlyFee";
|
|
223
|
-
readonly ww_mgtfeemonthlyfeepercentage: "mgtMonthlyFee";
|
|
224
|
-
readonly ww_mgtfeemonthlyfeepaidby: "mgtMonthlyFeePaidBy";
|
|
225
|
-
readonly ww_totalrevenue: "totalRevenue";
|
|
226
|
-
readonly ww_expenses: "expenses";
|
|
227
158
|
readonly ww_precisionid: "precisionId";
|
|
228
|
-
readonly
|
|
229
|
-
readonly
|
|
230
|
-
readonly
|
|
231
|
-
readonly
|
|
232
|
-
readonly
|
|
233
|
-
readonly
|
|
234
|
-
readonly
|
|
235
|
-
readonly
|
|
236
|
-
readonly
|
|
237
|
-
readonly
|
|
238
|
-
readonly
|
|
239
|
-
readonly
|
|
240
|
-
readonly
|
|
241
|
-
readonly
|
|
242
|
-
readonly
|
|
243
|
-
readonly
|
|
244
|
-
readonly
|
|
245
|
-
readonly
|
|
246
|
-
readonly
|
|
247
|
-
readonly
|
|
248
|
-
readonly
|
|
249
|
-
readonly
|
|
250
|
-
readonly
|
|
251
|
-
readonly
|
|
252
|
-
readonly
|
|
253
|
-
readonly
|
|
254
|
-
readonly
|
|
255
|
-
readonly
|
|
256
|
-
readonly
|
|
257
|
-
readonly
|
|
258
|
-
readonly
|
|
259
|
-
readonly
|
|
260
|
-
readonly
|
|
261
|
-
readonly
|
|
262
|
-
readonly
|
|
263
|
-
readonly
|
|
264
|
-
readonly
|
|
265
|
-
readonly
|
|
266
|
-
readonly
|
|
267
|
-
readonly
|
|
268
|
-
readonly
|
|
269
|
-
readonly
|
|
270
|
-
readonly
|
|
271
|
-
readonly
|
|
272
|
-
readonly
|
|
273
|
-
readonly
|
|
159
|
+
readonly ww_zohoCrmid: "zoho/zohoCrmId";
|
|
160
|
+
readonly ww_zohobooksid: "zoho/zohoBooksId";
|
|
161
|
+
readonly ww_zohocrmsync: "zoho/zohoCrmSync";
|
|
162
|
+
readonly ww_zohobookssync: "zoho/zohoBooksSync";
|
|
163
|
+
readonly ww_zohosyncerror: "zoho/zohoSyncError";
|
|
164
|
+
readonly ww_assignmentstage: "progress/stage";
|
|
165
|
+
readonly ww_stagereason: "progress/stageReason";
|
|
166
|
+
readonly ww_rejectionreason: "progress/rejectionReason";
|
|
167
|
+
readonly ww_assignmtreportingstatus: "progress/reportingStatus";
|
|
168
|
+
readonly _ww_contractor_value: "contractor/contractorValue";
|
|
169
|
+
readonly "_ww_contractor_value@OData.Community.Display.V1.FormattedValue": "contractor/contractorFormattedValue";
|
|
170
|
+
readonly ww_region: "assignment/region";
|
|
171
|
+
readonly ww_attn: "assignment/attn";
|
|
172
|
+
readonly _ww_workwellglobalinternalcompany_value: "assignment/workwellGlobalInternalCompanyValue";
|
|
173
|
+
readonly ww_othercontractualagreements: "assignment/otherContractualAgreements";
|
|
174
|
+
readonly _transactioncurrencyid_value: "assignment/contractorPayRateCurrencyValue";
|
|
175
|
+
readonly ww_contractrate: "assignment/contractPayRate";
|
|
176
|
+
readonly ww_contractratefrequency: "assignment/contractRateFrequency";
|
|
177
|
+
readonly ww_payfrequency: "assignment/contractPaymentFrequency";
|
|
178
|
+
readonly ww_hoursworked: "assignment/hoursWorked";
|
|
179
|
+
readonly ww_hoursworkedunit: "assignment/hoursWorkedUnit";
|
|
180
|
+
readonly ww_totalrevenue: "assignment/totalRevenue";
|
|
181
|
+
readonly ww_jobtype: "assignment/jobType";
|
|
182
|
+
readonly ww_employmentcontracttype: "assignment/employmentContractType";
|
|
183
|
+
readonly ww_startdate: "assignment/startDate";
|
|
184
|
+
readonly ww_enddate: "assignment/endDate";
|
|
185
|
+
readonly ww_workerconfirmedstartdate: "assignment/workerConfirmedStartDate";
|
|
186
|
+
readonly ww_workerenddate: "assignment/workerEndDate";
|
|
187
|
+
readonly ww_actualenddate: "assignment/actualEndDate";
|
|
188
|
+
readonly ww_contractrole: "assignment/jobRole";
|
|
189
|
+
readonly ww_remote: "assignment/remote";
|
|
190
|
+
readonly ww_isrollingcontract: "assignment/isRollingContract";
|
|
191
|
+
readonly ww_notice: "assignment/notice";
|
|
192
|
+
readonly ww_jobdescription: "assignment/jobDescription";
|
|
193
|
+
readonly ww_endclient: "assignment/endClient";
|
|
194
|
+
readonly ww_paymentterms: "assignment/paymentTerms";
|
|
195
|
+
readonly ww_selfbilling: "assignment/selfBilling";
|
|
196
|
+
readonly ww_onboardingfee: "fees/onboardingFee";
|
|
197
|
+
readonly _ww_onboardingfeecurrency_value: "fees/onboardingFeeCurrencyValue";
|
|
198
|
+
readonly ww_depositpayable: "fees/depositPayable";
|
|
199
|
+
readonly ww_value: "fees/depositValue";
|
|
200
|
+
readonly _ww_waivedby_value: "fees/waivedByValue";
|
|
201
|
+
readonly _ww_margincurrency_value: "fees/marginCurrencyValue";
|
|
202
|
+
readonly ww_marginbasis: "fees/marginBasis";
|
|
203
|
+
readonly ww_marginperiod: "fees/marginPeriod";
|
|
204
|
+
readonly ww_marginpercentage: "fees/marginPercentage";
|
|
205
|
+
readonly ww_marginfixedvaluemaxvalue: "fees/marginFixedValueMaxValue";
|
|
206
|
+
readonly ww_revenuefixedvaluemaxvalue: "fees/marginFixedValueMaxValue";
|
|
207
|
+
readonly ww_marginminvalue: "fees/marginMinValue";
|
|
208
|
+
readonly ww_revenueminvalue: "fees/marginMinValue";
|
|
209
|
+
readonly ww_marginpaidby: "fees/marginPaidBy";
|
|
210
|
+
readonly ww_margincontractorpercentage: "fees/marginContractorPercentage";
|
|
211
|
+
readonly ww_mgtfeemonthlyfee: "fees/mgtMonthlyFee";
|
|
212
|
+
readonly ww_mgtfeemonthlyfeepercentage: "fees/mgtMonthlyFeePercentage";
|
|
213
|
+
readonly ww_mgtfeemonthlyfeepaidby: "fees/mgtMonthlyFeePaidBy";
|
|
214
|
+
readonly ww_startupmarginfixedvaluemaxvalue: "fees/startUpMarginFixedValueMaxValue";
|
|
215
|
+
readonly ww_startupmarginpaidby: "fees/startUpMarginPaidBy";
|
|
216
|
+
readonly _ww_startupmargincurrency_value: "fees/startUpMarginCurrencyValue";
|
|
217
|
+
readonly ww_startupmargincontractorpercentage: "fees/startUpMarginContractorPercentage";
|
|
218
|
+
readonly _ww_preferredinvoicecurrency_value: "fees/preferredInvoiceCurrencyValue";
|
|
219
|
+
readonly ww_clientrate: "rates/clientRate";
|
|
220
|
+
readonly ww_grossratesimulation: "rates/grossRateSimulation";
|
|
221
|
+
readonly ww_marginrate: "rates/marginRate";
|
|
222
|
+
readonly ww_employeegrosssalary: "rates/employeeGrossSalary";
|
|
223
|
+
readonly _ww_agency_value: "agency/agencyValue";
|
|
224
|
+
readonly _ww_agencycontact_value: "agency/agencyContactValue";
|
|
225
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": "agency/agencyFormattedValue";
|
|
226
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": "agency/agencyContactFormattedValue";
|
|
227
|
+
readonly _ww_margincompany_value: "agency/marginOnlyCompanyValue";
|
|
228
|
+
readonly _ww_localpartner_value: "contacts/icpEntityValue";
|
|
229
|
+
readonly _ww_localemployingentity_value: "contacts/localEmployingEntityValue";
|
|
230
|
+
readonly _ww_accountant_value: "contacts/accountantValue";
|
|
231
|
+
readonly _ww_engagementconsultant_value: "contacts/engagementConsultantValue";
|
|
232
|
+
readonly _ww_icpinternalaccountmanager_value: "contacts/icpInternalAccountManagerValue";
|
|
233
|
+
readonly _ww_icpoperationscontact_value: "contacts/icpOperationsContactValue";
|
|
234
|
+
readonly _ww_icpfinancecontact_value: "contacts/icpFinanceContactValue";
|
|
235
|
+
readonly ww_workpermitsponsorship: "compliance/workPermitSponsorship";
|
|
236
|
+
readonly ww_workpermitcost: "compliance/workPermitCost";
|
|
237
|
+
readonly ww_workpermitpaidby: "compliance/workPermitPaidBy";
|
|
238
|
+
readonly ww_specialconditions: "compliance/specialConditions";
|
|
239
|
+
readonly ww_possofextension: "compliance/possibilityOfExtension";
|
|
240
|
+
readonly ww_type: "compliance/type";
|
|
241
|
+
readonly ww_grosspay: "compliance/grossPay";
|
|
242
|
+
readonly ww_expenses: "compliance/expenses";
|
|
243
|
+
readonly ww_accepteddate: "compliance/acceptedDate";
|
|
244
|
+
readonly ww_datereferredtoicp: "compliance/dateReferredToIcp";
|
|
245
|
+
readonly ww_dateicpapprovedrtw: "compliance/dateIcpApprovedRtw";
|
|
246
|
+
readonly ww_fxrequirement: "compliance/fxRequirement";
|
|
247
|
+
readonly ww_fxinvoicingpattern: "compliance/fxInvoicingPattern";
|
|
248
|
+
readonly ww_onboardingdurationminutes: "progress/onboardingDurationMinutes";
|
|
249
|
+
readonly ww_onboardingduration: "progress/onboardingDuration";
|
|
250
|
+
readonly ww_onboarding: "progress/pendingOnboarding";
|
|
251
|
+
readonly ww_awaitingdocuments: "progress/awaitingDocuments";
|
|
252
|
+
readonly ww_onboardingend: "progress/registrationSubmitted";
|
|
253
|
+
readonly ww_onboarding_reportingstatus: "progress/onboardingStatus";
|
|
254
|
+
readonly ww_joiner_reportingstatus: "progress/joinerStatus";
|
|
255
|
+
readonly ww_active_reportingstatus: "progress/activeStatus";
|
|
256
|
+
readonly ww_workpermitinprogressdurationminutes: "progress/workPermitInProgressDurationMinutes";
|
|
257
|
+
readonly ww_workpermitinprogressduration: "progress/workPermitInProgressDuration";
|
|
258
|
+
readonly ww_allocated: "progress/allocated";
|
|
259
|
+
readonly ww_gatheringdocuments: "progress/gatheringDocuments";
|
|
260
|
+
readonly ww_preparingapplication: "progress/preparingApplication";
|
|
261
|
+
readonly ww_applicationsubmitted: "progress/applicationSubmitted";
|
|
262
|
+
readonly ww_registrationinprogressduration: "progress/registrationInProgressDuration";
|
|
263
|
+
readonly ww_registrationinprogressend: "progress/completed";
|
|
264
|
+
readonly ww_complianceapprovaldurationminutes: "progress/complianceApprovalDurationMinutes";
|
|
265
|
+
readonly ww_complianceapprovalduration: "progress/complianceApprovalDuration";
|
|
266
|
+
readonly ww_complianceapprovalend: "progress/finalCheck";
|
|
267
|
+
readonly ww_legalapprovedtoissuedurationminutes: "progress/legalApprovedToIssueDurationMinutes";
|
|
268
|
+
readonly ww_legalapprovedtoissueduration: "progress/legalApprovedToIssueDuration";
|
|
269
|
+
readonly ww_contractsinprogressdurationminutes: "progress/contractsInProgressDurationMinutes";
|
|
270
|
+
readonly ww_contractsinprogressduration: "progress/contractsInProgressDuration";
|
|
271
|
+
readonly ww_draftingcontract: "progress/draftingContract";
|
|
272
|
+
readonly ww_contractsent: "progress/contractSent";
|
|
273
|
+
readonly ww_contractqueries: "progress/contractQueries";
|
|
274
|
+
readonly ww_signedcontractreceived: "progress/signedContractReceived";
|
|
275
|
+
readonly ww_contractsinprogressend: "progress/legalFinalCheck";
|
|
276
|
+
readonly ww_registrationinprogressdurationminutes: "progress/registrationInProgressDurationMinutes";
|
|
277
|
+
readonly ww_Assignment_ww_Assignment_ww_AssignmentLog: "assignmentLogs";
|
|
278
|
+
readonly ww_Country: "assignment/workCountry";
|
|
279
|
+
readonly ww_Parent_Solution: "assignment/parentSolution";
|
|
280
|
+
readonly ww_Solution: "assignment/solution";
|
|
274
281
|
readonly _ownerid_value: "ownerIdValue";
|
|
275
282
|
readonly _owningbusinessunit_value: "owningBusinessUnitValue";
|
|
276
283
|
readonly _owningteam_value: "owningTeamValue";
|
|
@@ -311,32 +318,51 @@ export declare const Assignment: {
|
|
|
311
318
|
readonly utcconversiontimezonecode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>>;
|
|
312
319
|
readonly ww_assignmentid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
313
320
|
readonly ww_assignmentnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
321
|
+
readonly _ww_saleschecklist_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
322
|
+
readonly _ww_salescode_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
323
|
+
readonly ww_precisionid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
324
|
+
readonly ww_zohoCrmid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
325
|
+
readonly ww_zohobooksid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
326
|
+
readonly ww_zohocrmsync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
327
|
+
readonly ww_zohobookssync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
328
|
+
readonly ww_zohosyncerror: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
314
329
|
readonly ww_assignmentstage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
315
330
|
readonly ww_stagereason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
331
|
+
readonly ww_rejectionreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
332
|
+
readonly ww_assignmtreportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
316
333
|
readonly _ww_contractor_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
334
|
+
readonly "_ww_contractor_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
317
335
|
readonly ww_region: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
318
336
|
readonly ww_attn: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
319
|
-
readonly _ww_saleschecklist_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
320
|
-
readonly _ww_country_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
321
|
-
readonly _ww_parent_solution_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
322
|
-
readonly _ww_solution_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
323
337
|
readonly _ww_workwellglobalinternalcompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
324
338
|
readonly ww_othercontractualagreements: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
325
|
-
readonly
|
|
326
|
-
readonly
|
|
327
|
-
readonly
|
|
328
|
-
readonly
|
|
329
|
-
readonly
|
|
330
|
-
readonly
|
|
339
|
+
readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
340
|
+
readonly ww_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
341
|
+
readonly ww_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
342
|
+
readonly ww_payfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
343
|
+
readonly ww_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
344
|
+
readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
345
|
+
readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
346
|
+
readonly ww_jobtype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
347
|
+
readonly ww_employmentcontracttype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
348
|
+
readonly ww_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
349
|
+
readonly ww_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
350
|
+
readonly ww_workerconfirmedstartdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
351
|
+
readonly ww_workerenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
352
|
+
readonly ww_actualenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
353
|
+
readonly ww_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
354
|
+
readonly ww_remote: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
355
|
+
readonly ww_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
356
|
+
readonly ww_notice: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
357
|
+
readonly ww_jobdescription: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
358
|
+
readonly ww_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
359
|
+
readonly ww_paymentterms: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
360
|
+
readonly ww_selfbilling: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
331
361
|
readonly ww_onboardingfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
332
362
|
readonly _ww_onboardingfeecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
333
363
|
readonly ww_depositpayable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
334
364
|
readonly ww_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
335
365
|
readonly _ww_waivedby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
336
|
-
readonly ww_fxrequirement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
337
|
-
readonly ww_fxinvoicingpattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
338
|
-
readonly ww_datereferredtoicp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
339
|
-
readonly ww_dateicpapprovedrtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
340
366
|
readonly _ww_margincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
341
367
|
readonly ww_marginbasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
342
368
|
readonly ww_marginperiod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
@@ -347,72 +373,57 @@ export declare const Assignment: {
|
|
|
347
373
|
readonly ww_revenueminvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
348
374
|
readonly ww_marginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
349
375
|
readonly ww_margincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
350
|
-
readonly
|
|
351
|
-
readonly
|
|
352
|
-
readonly
|
|
353
|
-
readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
376
|
+
readonly ww_mgtfeemonthlyfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
377
|
+
readonly ww_mgtfeemonthlyfeepercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
378
|
+
readonly ww_mgtfeemonthlyfeepaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
354
379
|
readonly ww_startupmarginfixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
355
380
|
readonly ww_startupmarginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
356
|
-
readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
357
381
|
readonly _ww_startupmargincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
358
382
|
readonly ww_startupmargincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
383
|
+
readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
384
|
+
readonly ww_clientrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
385
|
+
readonly ww_grossratesimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
386
|
+
readonly ww_marginrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
387
|
+
readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
359
388
|
readonly _ww_agency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
360
389
|
readonly _ww_agencycontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
361
|
-
readonly
|
|
390
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
391
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
362
392
|
readonly _ww_margincompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
363
|
-
readonly
|
|
364
|
-
readonly
|
|
365
|
-
readonly ww_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
366
|
-
readonly ww_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
367
|
-
readonly ww_workerenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
368
|
-
readonly ww_workerconfirmedstartdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
369
|
-
readonly ww_actualenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
370
|
-
readonly ww_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
371
|
-
readonly ww_remote: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
372
|
-
readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
373
|
-
readonly ww_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
374
|
-
readonly ww_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
375
|
-
readonly ww_type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
376
|
-
readonly ww_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
377
|
-
readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
378
|
-
readonly ww_specialconditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
379
|
-
readonly ww_possofextension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
380
|
-
readonly ww_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
381
|
-
readonly ww_accepteddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
382
|
-
readonly ww_rejectionreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
383
|
-
readonly ww_notice: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
384
|
-
readonly ww_mgtfeemonthlyfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
385
|
-
readonly ww_mgtfeemonthlyfeepercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
386
|
-
readonly ww_mgtfeemonthlyfeepaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
387
|
-
readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
388
|
-
readonly ww_expenses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
389
|
-
readonly ww_precisionid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
390
|
-
readonly ww_selfbilling: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
391
|
-
readonly ww_payfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
392
|
-
readonly ww_zohocrmid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
393
|
-
readonly ww_zohobooksid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
394
|
-
readonly ww_zohocrmsync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
395
|
-
readonly ww_zohobookssync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
396
|
-
readonly ww_zohosyncerror: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
397
|
-
readonly ww_grosspay: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
398
|
-
readonly ww_paymentterms: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
399
|
-
readonly _ww_engagementconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
393
|
+
readonly _ww_localpartner_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
394
|
+
readonly _ww_localemployingentity_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
400
395
|
readonly _ww_accountant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
396
|
+
readonly _ww_engagementconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
401
397
|
readonly _ww_icpinternalaccountmanager_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
402
398
|
readonly _ww_icpoperationscontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
403
399
|
readonly _ww_icpfinancecontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
400
|
+
readonly ww_workpermitsponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
401
|
+
readonly ww_workpermitcost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
402
|
+
readonly ww_workpermitpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
403
|
+
readonly ww_specialconditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
404
|
+
readonly ww_possofextension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
405
|
+
readonly ww_type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
406
|
+
readonly ww_grosspay: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
407
|
+
readonly ww_expenses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
408
|
+
readonly ww_accepteddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
409
|
+
readonly ww_datereferredtoicp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
410
|
+
readonly ww_dateicpapprovedrtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
411
|
+
readonly ww_fxrequirement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
412
|
+
readonly ww_fxinvoicingpattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
413
|
+
readonly ww_onboardingdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
414
|
+
readonly ww_onboardingduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
415
|
+
readonly ww_onboarding: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
416
|
+
readonly ww_awaitingdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
417
|
+
readonly ww_onboardingend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
418
|
+
readonly ww_onboarding_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
419
|
+
readonly ww_joiner_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
420
|
+
readonly ww_active_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
404
421
|
readonly ww_workpermitinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
405
422
|
readonly ww_workpermitinprogressduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
406
423
|
readonly ww_allocated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
407
424
|
readonly ww_gatheringdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
408
425
|
readonly ww_preparingapplication: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
409
426
|
readonly ww_applicationsubmitted: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
410
|
-
readonly ww_onboardingdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
411
|
-
readonly ww_onboardingduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
412
|
-
readonly ww_onboarding: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
413
|
-
readonly ww_awaitingdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
414
|
-
readonly ww_onboardingend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
415
|
-
readonly ww_registrationinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
416
427
|
readonly ww_registrationinprogressduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
417
428
|
readonly ww_registrationinprogressend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
418
429
|
readonly ww_complianceapprovaldurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
@@ -427,12 +438,11 @@ export declare const Assignment: {
|
|
|
427
438
|
readonly ww_contractqueries: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
428
439
|
readonly ww_signedcontractreceived: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
429
440
|
readonly ww_contractsinprogressend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
430
|
-
readonly
|
|
431
|
-
readonly
|
|
432
|
-
readonly
|
|
433
|
-
readonly
|
|
434
|
-
readonly
|
|
435
|
-
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
441
|
+
readonly ww_registrationinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
442
|
+
readonly ww_Assignment_ww_Assignment_ww_AssignmentLog: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
443
|
+
readonly ww_Country: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
444
|
+
readonly ww_Parent_Solution: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
445
|
+
readonly ww_Solution: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
436
446
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
437
447
|
'@odata.etag'?: string | null | undefined;
|
|
438
448
|
_createdby_value?: string | null | undefined;
|
|
@@ -444,7 +454,6 @@ export declare const Assignment: {
|
|
|
444
454
|
_owningteam_value?: string | null | undefined;
|
|
445
455
|
_owninguser_value?: string | null | undefined;
|
|
446
456
|
_transactioncurrencyid_value?: string | null | undefined;
|
|
447
|
-
_ww_country_value?: string | null | undefined;
|
|
448
457
|
createdon?: string | null | undefined;
|
|
449
458
|
importsequencenumber?: number | null | undefined;
|
|
450
459
|
modifiedon?: string | null | undefined;
|
|
@@ -457,42 +466,55 @@ export declare const Assignment: {
|
|
|
457
466
|
ww_endclient?: string | null | undefined;
|
|
458
467
|
ww_totalrevenue?: number | null | undefined;
|
|
459
468
|
ww_enddate?: string | null | undefined;
|
|
460
|
-
ww_paymentterms?: string | null | undefined;
|
|
461
|
-
ww_zohobookssync?: string | null | undefined;
|
|
462
|
-
ww_zohocrmid?: string | null | undefined;
|
|
463
469
|
ww_zohobooksid?: string | null | undefined;
|
|
464
470
|
ww_zohocrmsync?: string | null | undefined;
|
|
471
|
+
ww_zohobookssync?: string | null | undefined;
|
|
465
472
|
ww_zohosyncerror?: string | null | undefined;
|
|
466
473
|
ww_precisionid?: string | null | undefined;
|
|
474
|
+
ww_paymentterms?: string | null | undefined;
|
|
475
|
+
ww_Country?: any;
|
|
476
|
+
ww_Parent_Solution?: any;
|
|
477
|
+
ww_Solution?: any;
|
|
478
|
+
ww_Assignment_ww_Assignment_ww_AssignmentLog?: any;
|
|
479
|
+
"_ww_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
467
480
|
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
468
481
|
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
469
482
|
ww_assignmentid?: string | undefined;
|
|
470
483
|
ww_assignmentnumber?: string | null | undefined;
|
|
484
|
+
_ww_saleschecklist_value?: string | null | undefined;
|
|
485
|
+
_ww_salescode_value?: string | null | undefined;
|
|
486
|
+
ww_zohoCrmid?: string | null | undefined;
|
|
471
487
|
ww_assignmentstage?: number | null | undefined;
|
|
472
488
|
ww_stagereason?: number | null | undefined;
|
|
489
|
+
ww_rejectionreason?: string | null | undefined;
|
|
490
|
+
ww_assignmtreportingstatus?: number | null | undefined;
|
|
473
491
|
_ww_contractor_value?: string | null | undefined;
|
|
474
492
|
ww_region?: number | null | undefined;
|
|
475
493
|
ww_attn?: number | null | undefined;
|
|
476
|
-
_ww_saleschecklist_value?: string | null | undefined;
|
|
477
|
-
_ww_parent_solution_value?: string | null | undefined;
|
|
478
|
-
_ww_solution_value?: string | null | undefined;
|
|
479
494
|
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
480
495
|
ww_othercontractualagreements?: string | null | undefined;
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
496
|
+
ww_contractrate?: number | null | undefined;
|
|
497
|
+
ww_contractratefrequency?: number | null | undefined;
|
|
498
|
+
ww_payfrequency?: number | null | undefined;
|
|
499
|
+
ww_hoursworked?: number | null | undefined;
|
|
500
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
501
|
+
ww_jobtype?: number | null | undefined;
|
|
502
|
+
ww_employmentcontracttype?: number | null | undefined;
|
|
503
|
+
ww_startdate?: string | null | undefined;
|
|
504
|
+
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
505
|
+
ww_workerenddate?: string | null | undefined;
|
|
506
|
+
ww_actualenddate?: string | null | undefined;
|
|
507
|
+
ww_contractrole?: string | null | undefined;
|
|
508
|
+
ww_remote?: boolean | null | undefined;
|
|
509
|
+
ww_isrollingcontract?: boolean | null | undefined;
|
|
510
|
+
ww_notice?: string | null | undefined;
|
|
511
|
+
ww_jobdescription?: string | null | undefined;
|
|
512
|
+
ww_selfbilling?: boolean | null | undefined;
|
|
487
513
|
ww_onboardingfee?: number | null | undefined;
|
|
488
514
|
_ww_onboardingfeecurrency_value?: string | null | undefined;
|
|
489
515
|
ww_depositpayable?: number | null | undefined;
|
|
490
516
|
ww_value?: number | null | undefined;
|
|
491
517
|
_ww_waivedby_value?: string | null | undefined;
|
|
492
|
-
ww_fxrequirement?: number | null | undefined;
|
|
493
|
-
ww_fxinvoicingpattern?: number | null | undefined;
|
|
494
|
-
ww_datereferredtoicp?: string | null | undefined;
|
|
495
|
-
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
496
518
|
_ww_margincurrency_value?: string | null | undefined;
|
|
497
519
|
ww_marginbasis?: number | null | undefined;
|
|
498
520
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -503,61 +525,55 @@ export declare const Assignment: {
|
|
|
503
525
|
ww_revenueminvalue?: number | null | undefined;
|
|
504
526
|
ww_marginpaidby?: number | null | undefined;
|
|
505
527
|
ww_margincontractorpercentage?: number | null | undefined;
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
ww_employeegrosssalary?: number | null | undefined;
|
|
528
|
+
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
529
|
+
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
530
|
+
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
510
531
|
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
511
532
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
512
|
-
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
513
533
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
514
534
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
535
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
536
|
+
ww_clientrate?: number | null | undefined;
|
|
537
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
538
|
+
ww_marginrate?: number | null | undefined;
|
|
539
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
515
540
|
_ww_agency_value?: string | null | undefined;
|
|
516
541
|
_ww_agencycontact_value?: string | null | undefined;
|
|
517
542
|
_ww_margincompany_value?: string | null | undefined;
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
ww_startdate?: string | null | undefined;
|
|
521
|
-
ww_workerenddate?: string | null | undefined;
|
|
522
|
-
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
523
|
-
ww_actualenddate?: string | null | undefined;
|
|
524
|
-
ww_contractrole?: string | null | undefined;
|
|
525
|
-
ww_remote?: boolean | null | undefined;
|
|
526
|
-
ww_contractrate?: number | null | undefined;
|
|
527
|
-
ww_contractratefrequency?: number | null | undefined;
|
|
528
|
-
ww_type?: number | null | undefined;
|
|
529
|
-
ww_hoursworked?: number | null | undefined;
|
|
530
|
-
ww_hoursworkedunit?: number | null | undefined;
|
|
531
|
-
ww_specialconditions?: string | null | undefined;
|
|
532
|
-
ww_possofextension?: number | null | undefined;
|
|
533
|
-
ww_isrollingcontract?: boolean | null | undefined;
|
|
534
|
-
ww_accepteddate?: string | null | undefined;
|
|
535
|
-
ww_rejectionreason?: string | null | undefined;
|
|
536
|
-
ww_notice?: string | null | undefined;
|
|
537
|
-
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
538
|
-
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
539
|
-
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
540
|
-
ww_expenses?: string | null | undefined;
|
|
541
|
-
ww_selfbilling?: boolean | null | undefined;
|
|
542
|
-
ww_payfrequency?: number | null | undefined;
|
|
543
|
-
ww_grosspay?: boolean | null | undefined;
|
|
544
|
-
_ww_engagementconsultant_value?: string | null | undefined;
|
|
543
|
+
_ww_localpartner_value?: string | null | undefined;
|
|
544
|
+
_ww_localemployingentity_value?: string | null | undefined;
|
|
545
545
|
_ww_accountant_value?: string | null | undefined;
|
|
546
|
+
_ww_engagementconsultant_value?: string | null | undefined;
|
|
546
547
|
_ww_icpinternalaccountmanager_value?: string | null | undefined;
|
|
547
548
|
_ww_icpoperationscontact_value?: string | null | undefined;
|
|
548
549
|
_ww_icpfinancecontact_value?: string | null | undefined;
|
|
550
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
551
|
+
ww_workpermitcost?: string | null | undefined;
|
|
552
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
553
|
+
ww_specialconditions?: string | null | undefined;
|
|
554
|
+
ww_possofextension?: number | null | undefined;
|
|
555
|
+
ww_type?: number | null | undefined;
|
|
556
|
+
ww_grosspay?: boolean | null | undefined;
|
|
557
|
+
ww_expenses?: string | null | undefined;
|
|
558
|
+
ww_accepteddate?: string | null | undefined;
|
|
559
|
+
ww_datereferredtoicp?: string | null | undefined;
|
|
560
|
+
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
561
|
+
ww_fxrequirement?: number | null | undefined;
|
|
562
|
+
ww_fxinvoicingpattern?: number | null | undefined;
|
|
563
|
+
ww_onboardingdurationminutes?: number | null | undefined;
|
|
564
|
+
ww_onboardingduration?: string | null | undefined;
|
|
565
|
+
ww_onboarding?: string | null | undefined;
|
|
566
|
+
ww_awaitingdocuments?: string | null | undefined;
|
|
567
|
+
ww_onboardingend?: string | null | undefined;
|
|
568
|
+
ww_onboarding_reportingstatus?: string | null | undefined;
|
|
569
|
+
ww_joiner_reportingstatus?: string | null | undefined;
|
|
570
|
+
ww_active_reportingstatus?: string | null | undefined;
|
|
549
571
|
ww_workpermitinprogressdurationminutes?: number | null | undefined;
|
|
550
572
|
ww_workpermitinprogressduration?: string | null | undefined;
|
|
551
573
|
ww_allocated?: string | null | undefined;
|
|
552
574
|
ww_gatheringdocuments?: string | null | undefined;
|
|
553
575
|
ww_preparingapplication?: string | null | undefined;
|
|
554
576
|
ww_applicationsubmitted?: string | null | undefined;
|
|
555
|
-
ww_onboardingdurationminutes?: number | null | undefined;
|
|
556
|
-
ww_onboardingduration?: string | null | undefined;
|
|
557
|
-
ww_onboarding?: string | null | undefined;
|
|
558
|
-
ww_awaitingdocuments?: string | null | undefined;
|
|
559
|
-
ww_onboardingend?: string | null | undefined;
|
|
560
|
-
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
561
577
|
ww_registrationinprogressduration?: string | null | undefined;
|
|
562
578
|
ww_registrationinprogressend?: string | null | undefined;
|
|
563
579
|
ww_complianceapprovaldurationminutes?: number | null | undefined;
|
|
@@ -572,10 +588,7 @@ export declare const Assignment: {
|
|
|
572
588
|
ww_contractqueries?: string | null | undefined;
|
|
573
589
|
ww_signedcontractreceived?: string | null | undefined;
|
|
574
590
|
ww_contractsinprogressend?: string | null | undefined;
|
|
575
|
-
|
|
576
|
-
ww_joiner_reportingstatus?: string | null | undefined;
|
|
577
|
-
ww_active_reportingstatus?: string | null | undefined;
|
|
578
|
-
ww_assignmtreportingstatus?: number | null | undefined;
|
|
591
|
+
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
579
592
|
}, {
|
|
580
593
|
'@odata.etag'?: string | null | undefined;
|
|
581
594
|
_createdby_value?: string | null | undefined;
|
|
@@ -587,7 +600,6 @@ export declare const Assignment: {
|
|
|
587
600
|
_owningteam_value?: string | null | undefined;
|
|
588
601
|
_owninguser_value?: string | null | undefined;
|
|
589
602
|
_transactioncurrencyid_value?: string | null | undefined;
|
|
590
|
-
_ww_country_value?: string | null | undefined;
|
|
591
603
|
createdon?: string | null | undefined;
|
|
592
604
|
importsequencenumber?: number | null | undefined;
|
|
593
605
|
modifiedon?: string | null | undefined;
|
|
@@ -600,42 +612,55 @@ export declare const Assignment: {
|
|
|
600
612
|
ww_endclient?: string | null | undefined;
|
|
601
613
|
ww_totalrevenue?: number | null | undefined;
|
|
602
614
|
ww_enddate?: string | null | undefined;
|
|
603
|
-
ww_paymentterms?: string | null | undefined;
|
|
604
|
-
ww_zohobookssync?: string | null | undefined;
|
|
605
|
-
ww_zohocrmid?: string | null | undefined;
|
|
606
615
|
ww_zohobooksid?: string | null | undefined;
|
|
607
616
|
ww_zohocrmsync?: string | null | undefined;
|
|
617
|
+
ww_zohobookssync?: string | null | undefined;
|
|
608
618
|
ww_zohosyncerror?: string | null | undefined;
|
|
609
619
|
ww_precisionid?: string | null | undefined;
|
|
620
|
+
ww_paymentterms?: string | null | undefined;
|
|
621
|
+
ww_Country?: any;
|
|
622
|
+
ww_Parent_Solution?: any;
|
|
623
|
+
ww_Solution?: any;
|
|
624
|
+
ww_Assignment_ww_Assignment_ww_AssignmentLog?: any;
|
|
625
|
+
"_ww_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
610
626
|
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
611
627
|
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
612
628
|
ww_assignmentid?: string | undefined;
|
|
613
629
|
ww_assignmentnumber?: string | null | undefined;
|
|
630
|
+
_ww_saleschecklist_value?: string | null | undefined;
|
|
631
|
+
_ww_salescode_value?: string | null | undefined;
|
|
632
|
+
ww_zohoCrmid?: string | null | undefined;
|
|
614
633
|
ww_assignmentstage?: number | null | undefined;
|
|
615
634
|
ww_stagereason?: number | null | undefined;
|
|
635
|
+
ww_rejectionreason?: string | null | undefined;
|
|
636
|
+
ww_assignmtreportingstatus?: number | null | undefined;
|
|
616
637
|
_ww_contractor_value?: string | null | undefined;
|
|
617
638
|
ww_region?: number | null | undefined;
|
|
618
639
|
ww_attn?: number | null | undefined;
|
|
619
|
-
_ww_saleschecklist_value?: string | null | undefined;
|
|
620
|
-
_ww_parent_solution_value?: string | null | undefined;
|
|
621
|
-
_ww_solution_value?: string | null | undefined;
|
|
622
640
|
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
623
641
|
ww_othercontractualagreements?: string | null | undefined;
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
642
|
+
ww_contractrate?: number | null | undefined;
|
|
643
|
+
ww_contractratefrequency?: number | null | undefined;
|
|
644
|
+
ww_payfrequency?: number | null | undefined;
|
|
645
|
+
ww_hoursworked?: number | null | undefined;
|
|
646
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
647
|
+
ww_jobtype?: number | null | undefined;
|
|
648
|
+
ww_employmentcontracttype?: number | null | undefined;
|
|
649
|
+
ww_startdate?: string | null | undefined;
|
|
650
|
+
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
651
|
+
ww_workerenddate?: string | null | undefined;
|
|
652
|
+
ww_actualenddate?: string | null | undefined;
|
|
653
|
+
ww_contractrole?: string | null | undefined;
|
|
654
|
+
ww_remote?: boolean | null | undefined;
|
|
655
|
+
ww_isrollingcontract?: boolean | null | undefined;
|
|
656
|
+
ww_notice?: string | null | undefined;
|
|
657
|
+
ww_jobdescription?: string | null | undefined;
|
|
658
|
+
ww_selfbilling?: boolean | null | undefined;
|
|
630
659
|
ww_onboardingfee?: number | null | undefined;
|
|
631
660
|
_ww_onboardingfeecurrency_value?: string | null | undefined;
|
|
632
661
|
ww_depositpayable?: number | null | undefined;
|
|
633
662
|
ww_value?: number | null | undefined;
|
|
634
663
|
_ww_waivedby_value?: string | null | undefined;
|
|
635
|
-
ww_fxrequirement?: number | null | undefined;
|
|
636
|
-
ww_fxinvoicingpattern?: number | null | undefined;
|
|
637
|
-
ww_datereferredtoicp?: string | null | undefined;
|
|
638
|
-
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
639
664
|
_ww_margincurrency_value?: string | null | undefined;
|
|
640
665
|
ww_marginbasis?: number | null | undefined;
|
|
641
666
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -646,61 +671,55 @@ export declare const Assignment: {
|
|
|
646
671
|
ww_revenueminvalue?: number | null | undefined;
|
|
647
672
|
ww_marginpaidby?: number | null | undefined;
|
|
648
673
|
ww_margincontractorpercentage?: number | null | undefined;
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
ww_employeegrosssalary?: number | null | undefined;
|
|
674
|
+
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
675
|
+
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
676
|
+
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
653
677
|
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
654
678
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
655
|
-
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
656
679
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
657
680
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
681
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
682
|
+
ww_clientrate?: number | null | undefined;
|
|
683
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
684
|
+
ww_marginrate?: number | null | undefined;
|
|
685
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
658
686
|
_ww_agency_value?: string | null | undefined;
|
|
659
687
|
_ww_agencycontact_value?: string | null | undefined;
|
|
660
688
|
_ww_margincompany_value?: string | null | undefined;
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
ww_startdate?: string | null | undefined;
|
|
664
|
-
ww_workerenddate?: string | null | undefined;
|
|
665
|
-
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
666
|
-
ww_actualenddate?: string | null | undefined;
|
|
667
|
-
ww_contractrole?: string | null | undefined;
|
|
668
|
-
ww_remote?: boolean | null | undefined;
|
|
669
|
-
ww_contractrate?: number | null | undefined;
|
|
670
|
-
ww_contractratefrequency?: number | null | undefined;
|
|
671
|
-
ww_type?: number | null | undefined;
|
|
672
|
-
ww_hoursworked?: number | null | undefined;
|
|
673
|
-
ww_hoursworkedunit?: number | null | undefined;
|
|
674
|
-
ww_specialconditions?: string | null | undefined;
|
|
675
|
-
ww_possofextension?: number | null | undefined;
|
|
676
|
-
ww_isrollingcontract?: boolean | null | undefined;
|
|
677
|
-
ww_accepteddate?: string | null | undefined;
|
|
678
|
-
ww_rejectionreason?: string | null | undefined;
|
|
679
|
-
ww_notice?: string | null | undefined;
|
|
680
|
-
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
681
|
-
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
682
|
-
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
683
|
-
ww_expenses?: string | null | undefined;
|
|
684
|
-
ww_selfbilling?: boolean | null | undefined;
|
|
685
|
-
ww_payfrequency?: number | null | undefined;
|
|
686
|
-
ww_grosspay?: boolean | null | undefined;
|
|
687
|
-
_ww_engagementconsultant_value?: string | null | undefined;
|
|
689
|
+
_ww_localpartner_value?: string | null | undefined;
|
|
690
|
+
_ww_localemployingentity_value?: string | null | undefined;
|
|
688
691
|
_ww_accountant_value?: string | null | undefined;
|
|
692
|
+
_ww_engagementconsultant_value?: string | null | undefined;
|
|
689
693
|
_ww_icpinternalaccountmanager_value?: string | null | undefined;
|
|
690
694
|
_ww_icpoperationscontact_value?: string | null | undefined;
|
|
691
695
|
_ww_icpfinancecontact_value?: string | null | undefined;
|
|
696
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
697
|
+
ww_workpermitcost?: string | null | undefined;
|
|
698
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
699
|
+
ww_specialconditions?: string | null | undefined;
|
|
700
|
+
ww_possofextension?: number | null | undefined;
|
|
701
|
+
ww_type?: number | null | undefined;
|
|
702
|
+
ww_grosspay?: boolean | null | undefined;
|
|
703
|
+
ww_expenses?: string | null | undefined;
|
|
704
|
+
ww_accepteddate?: string | null | undefined;
|
|
705
|
+
ww_datereferredtoicp?: string | null | undefined;
|
|
706
|
+
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
707
|
+
ww_fxrequirement?: number | null | undefined;
|
|
708
|
+
ww_fxinvoicingpattern?: number | null | undefined;
|
|
709
|
+
ww_onboardingdurationminutes?: number | null | undefined;
|
|
710
|
+
ww_onboardingduration?: string | null | undefined;
|
|
711
|
+
ww_onboarding?: string | null | undefined;
|
|
712
|
+
ww_awaitingdocuments?: string | null | undefined;
|
|
713
|
+
ww_onboardingend?: string | null | undefined;
|
|
714
|
+
ww_onboarding_reportingstatus?: string | null | undefined;
|
|
715
|
+
ww_joiner_reportingstatus?: string | null | undefined;
|
|
716
|
+
ww_active_reportingstatus?: string | null | undefined;
|
|
692
717
|
ww_workpermitinprogressdurationminutes?: number | null | undefined;
|
|
693
718
|
ww_workpermitinprogressduration?: string | null | undefined;
|
|
694
719
|
ww_allocated?: string | null | undefined;
|
|
695
720
|
ww_gatheringdocuments?: string | null | undefined;
|
|
696
721
|
ww_preparingapplication?: string | null | undefined;
|
|
697
722
|
ww_applicationsubmitted?: string | null | undefined;
|
|
698
|
-
ww_onboardingdurationminutes?: number | null | undefined;
|
|
699
|
-
ww_onboardingduration?: string | null | undefined;
|
|
700
|
-
ww_onboarding?: string | null | undefined;
|
|
701
|
-
ww_awaitingdocuments?: string | null | undefined;
|
|
702
|
-
ww_onboardingend?: string | null | undefined;
|
|
703
|
-
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
704
723
|
ww_registrationinprogressduration?: string | null | undefined;
|
|
705
724
|
ww_registrationinprogressend?: string | null | undefined;
|
|
706
725
|
ww_complianceapprovaldurationminutes?: number | null | undefined;
|
|
@@ -715,40 +734,56 @@ export declare const Assignment: {
|
|
|
715
734
|
ww_contractqueries?: string | null | undefined;
|
|
716
735
|
ww_signedcontractreceived?: string | null | undefined;
|
|
717
736
|
ww_contractsinprogressend?: string | null | undefined;
|
|
718
|
-
|
|
719
|
-
ww_joiner_reportingstatus?: string | null | undefined;
|
|
720
|
-
ww_active_reportingstatus?: string | null | undefined;
|
|
721
|
-
ww_assignmtreportingstatus?: number | null | undefined;
|
|
737
|
+
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
722
738
|
}>;
|
|
723
739
|
SPayloadD365: import("zod").ZodObject<{
|
|
724
740
|
readonly ww_assignmentid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
725
741
|
readonly ww_assignmentnumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
742
|
+
readonly _ww_saleschecklist_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
743
|
+
readonly _ww_salescode_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
744
|
+
readonly ww_precisionid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
745
|
+
readonly ww_zohoCrmid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
746
|
+
readonly ww_zohobooksid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
747
|
+
readonly ww_zohocrmsync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
748
|
+
readonly ww_zohobookssync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
749
|
+
readonly ww_zohosyncerror: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
726
750
|
readonly ww_assignmentstage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
727
751
|
readonly ww_stagereason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
752
|
+
readonly ww_rejectionreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
753
|
+
readonly ww_assignmtreportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
728
754
|
readonly _ww_contractor_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
755
|
+
readonly "_ww_contractor_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
729
756
|
readonly ww_region: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
730
757
|
readonly ww_attn: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
731
|
-
readonly _ww_saleschecklist_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
732
|
-
readonly _ww_country_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
733
|
-
readonly _ww_parent_solution_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
734
|
-
readonly _ww_solution_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
735
758
|
readonly _ww_workwellglobalinternalcompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
736
759
|
readonly ww_othercontractualagreements: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
737
|
-
readonly
|
|
738
|
-
readonly
|
|
739
|
-
readonly
|
|
740
|
-
readonly
|
|
741
|
-
readonly
|
|
742
|
-
readonly
|
|
760
|
+
readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
761
|
+
readonly ww_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
762
|
+
readonly ww_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
763
|
+
readonly ww_payfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
764
|
+
readonly ww_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
765
|
+
readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
766
|
+
readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
767
|
+
readonly ww_jobtype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
768
|
+
readonly ww_employmentcontracttype: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
769
|
+
readonly ww_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
770
|
+
readonly ww_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
771
|
+
readonly ww_workerconfirmedstartdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
772
|
+
readonly ww_workerenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
773
|
+
readonly ww_actualenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
774
|
+
readonly ww_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
775
|
+
readonly ww_remote: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
776
|
+
readonly ww_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
777
|
+
readonly ww_notice: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
778
|
+
readonly ww_jobdescription: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
779
|
+
readonly ww_endclient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
780
|
+
readonly ww_paymentterms: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
781
|
+
readonly ww_selfbilling: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
743
782
|
readonly ww_onboardingfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
744
783
|
readonly _ww_onboardingfeecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
745
784
|
readonly ww_depositpayable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
746
785
|
readonly ww_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
747
786
|
readonly _ww_waivedby_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
748
|
-
readonly ww_fxrequirement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
749
|
-
readonly ww_fxinvoicingpattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
750
|
-
readonly ww_datereferredtoicp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
751
|
-
readonly ww_dateicpapprovedrtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
752
787
|
readonly _ww_margincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
753
788
|
readonly ww_marginbasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
754
789
|
readonly ww_marginperiod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
@@ -759,72 +794,57 @@ export declare const Assignment: {
|
|
|
759
794
|
readonly ww_revenueminvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
760
795
|
readonly ww_marginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
761
796
|
readonly ww_margincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
762
|
-
readonly
|
|
763
|
-
readonly
|
|
764
|
-
readonly
|
|
765
|
-
readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
797
|
+
readonly ww_mgtfeemonthlyfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
798
|
+
readonly ww_mgtfeemonthlyfeepercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
799
|
+
readonly ww_mgtfeemonthlyfeepaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
766
800
|
readonly ww_startupmarginfixedvaluemaxvalue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
767
801
|
readonly ww_startupmarginpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
768
|
-
readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
769
802
|
readonly _ww_startupmargincurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
770
803
|
readonly ww_startupmargincontractorpercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
804
|
+
readonly _ww_preferredinvoicecurrency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
805
|
+
readonly ww_clientrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
806
|
+
readonly ww_grossratesimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
807
|
+
readonly ww_marginrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
808
|
+
readonly ww_employeegrosssalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
771
809
|
readonly _ww_agency_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
772
810
|
readonly _ww_agencycontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
773
|
-
readonly
|
|
811
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
812
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
774
813
|
readonly _ww_margincompany_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
775
|
-
readonly
|
|
776
|
-
readonly
|
|
777
|
-
readonly ww_startdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
778
|
-
readonly ww_enddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
779
|
-
readonly ww_workerenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
780
|
-
readonly ww_workerconfirmedstartdate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
781
|
-
readonly ww_actualenddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
782
|
-
readonly ww_contractrole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
783
|
-
readonly ww_remote: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
784
|
-
readonly _transactioncurrencyid_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
785
|
-
readonly ww_contractrate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
786
|
-
readonly ww_contractratefrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
787
|
-
readonly ww_type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
788
|
-
readonly ww_hoursworked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
789
|
-
readonly ww_hoursworkedunit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
790
|
-
readonly ww_specialconditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
791
|
-
readonly ww_possofextension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
792
|
-
readonly ww_isrollingcontract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
793
|
-
readonly ww_accepteddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
794
|
-
readonly ww_rejectionreason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
795
|
-
readonly ww_notice: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
796
|
-
readonly ww_mgtfeemonthlyfee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
797
|
-
readonly ww_mgtfeemonthlyfeepercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
798
|
-
readonly ww_mgtfeemonthlyfeepaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
799
|
-
readonly ww_totalrevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
800
|
-
readonly ww_expenses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
801
|
-
readonly ww_precisionid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
802
|
-
readonly ww_selfbilling: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
803
|
-
readonly ww_payfrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
804
|
-
readonly ww_zohocrmid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
805
|
-
readonly ww_zohobooksid: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
806
|
-
readonly ww_zohocrmsync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
807
|
-
readonly ww_zohobookssync: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
808
|
-
readonly ww_zohosyncerror: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
809
|
-
readonly ww_grosspay: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
810
|
-
readonly ww_paymentterms: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
811
|
-
readonly _ww_engagementconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
814
|
+
readonly _ww_localpartner_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
815
|
+
readonly _ww_localemployingentity_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
812
816
|
readonly _ww_accountant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
817
|
+
readonly _ww_engagementconsultant_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
813
818
|
readonly _ww_icpinternalaccountmanager_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
814
819
|
readonly _ww_icpoperationscontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
815
820
|
readonly _ww_icpfinancecontact_value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
821
|
+
readonly ww_workpermitsponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
822
|
+
readonly ww_workpermitcost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
823
|
+
readonly ww_workpermitpaidby: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
824
|
+
readonly ww_specialconditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
825
|
+
readonly ww_possofextension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
826
|
+
readonly ww_type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
827
|
+
readonly ww_grosspay: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
828
|
+
readonly ww_expenses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
829
|
+
readonly ww_accepteddate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
830
|
+
readonly ww_datereferredtoicp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
831
|
+
readonly ww_dateicpapprovedrtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
832
|
+
readonly ww_fxrequirement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
833
|
+
readonly ww_fxinvoicingpattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
834
|
+
readonly ww_onboardingdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
835
|
+
readonly ww_onboardingduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
836
|
+
readonly ww_onboarding: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
837
|
+
readonly ww_awaitingdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
838
|
+
readonly ww_onboardingend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
839
|
+
readonly ww_onboarding_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
840
|
+
readonly ww_joiner_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
841
|
+
readonly ww_active_reportingstatus: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
816
842
|
readonly ww_workpermitinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
817
843
|
readonly ww_workpermitinprogressduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
818
844
|
readonly ww_allocated: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
819
845
|
readonly ww_gatheringdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
820
846
|
readonly ww_preparingapplication: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
821
847
|
readonly ww_applicationsubmitted: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
822
|
-
readonly ww_onboardingdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
823
|
-
readonly ww_onboardingduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
824
|
-
readonly ww_onboarding: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
825
|
-
readonly ww_awaitingdocuments: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
826
|
-
readonly ww_onboardingend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
827
|
-
readonly ww_registrationinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
828
848
|
readonly ww_registrationinprogressduration: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
829
849
|
readonly ww_registrationinprogressend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
830
850
|
readonly ww_complianceapprovaldurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
@@ -839,54 +859,65 @@ export declare const Assignment: {
|
|
|
839
859
|
readonly ww_contractqueries: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
840
860
|
readonly ww_signedcontractreceived: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
841
861
|
readonly ww_contractsinprogressend: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
842
|
-
readonly
|
|
843
|
-
readonly
|
|
844
|
-
readonly
|
|
845
|
-
readonly
|
|
846
|
-
readonly
|
|
847
|
-
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
862
|
+
readonly ww_registrationinprogressdurationminutes: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
863
|
+
readonly ww_Assignment_ww_Assignment_ww_AssignmentLog: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
864
|
+
readonly ww_Country: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
865
|
+
readonly ww_Parent_Solution: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
866
|
+
readonly ww_Solution: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
848
867
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
849
868
|
_transactioncurrencyid_value?: string | null | undefined;
|
|
850
|
-
_ww_country_value?: string | null | undefined;
|
|
851
869
|
ww_endclient?: string | null | undefined;
|
|
852
870
|
ww_totalrevenue?: number | null | undefined;
|
|
853
871
|
ww_enddate?: string | null | undefined;
|
|
854
|
-
ww_paymentterms?: string | null | undefined;
|
|
855
|
-
ww_zohobookssync?: string | null | undefined;
|
|
856
|
-
ww_zohocrmid?: string | null | undefined;
|
|
857
872
|
ww_zohobooksid?: string | null | undefined;
|
|
858
873
|
ww_zohocrmsync?: string | null | undefined;
|
|
874
|
+
ww_zohobookssync?: string | null | undefined;
|
|
859
875
|
ww_zohosyncerror?: string | null | undefined;
|
|
860
876
|
ww_precisionid?: string | null | undefined;
|
|
877
|
+
ww_paymentterms?: string | null | undefined;
|
|
878
|
+
ww_Country?: any;
|
|
879
|
+
ww_Parent_Solution?: any;
|
|
880
|
+
ww_Solution?: any;
|
|
881
|
+
ww_Assignment_ww_Assignment_ww_AssignmentLog?: any;
|
|
882
|
+
"_ww_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
861
883
|
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
862
884
|
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
863
885
|
ww_assignmentid?: string | undefined;
|
|
864
886
|
ww_assignmentnumber?: string | null | undefined;
|
|
887
|
+
_ww_saleschecklist_value?: string | null | undefined;
|
|
888
|
+
_ww_salescode_value?: string | null | undefined;
|
|
889
|
+
ww_zohoCrmid?: string | null | undefined;
|
|
865
890
|
ww_assignmentstage?: number | null | undefined;
|
|
866
891
|
ww_stagereason?: number | null | undefined;
|
|
892
|
+
ww_rejectionreason?: string | null | undefined;
|
|
893
|
+
ww_assignmtreportingstatus?: number | null | undefined;
|
|
867
894
|
_ww_contractor_value?: string | null | undefined;
|
|
868
895
|
ww_region?: number | null | undefined;
|
|
869
896
|
ww_attn?: number | null | undefined;
|
|
870
|
-
_ww_saleschecklist_value?: string | null | undefined;
|
|
871
|
-
_ww_parent_solution_value?: string | null | undefined;
|
|
872
|
-
_ww_solution_value?: string | null | undefined;
|
|
873
897
|
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
874
898
|
ww_othercontractualagreements?: string | null | undefined;
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
899
|
+
ww_contractrate?: number | null | undefined;
|
|
900
|
+
ww_contractratefrequency?: number | null | undefined;
|
|
901
|
+
ww_payfrequency?: number | null | undefined;
|
|
902
|
+
ww_hoursworked?: number | null | undefined;
|
|
903
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
904
|
+
ww_jobtype?: number | null | undefined;
|
|
905
|
+
ww_employmentcontracttype?: number | null | undefined;
|
|
906
|
+
ww_startdate?: string | null | undefined;
|
|
907
|
+
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
908
|
+
ww_workerenddate?: string | null | undefined;
|
|
909
|
+
ww_actualenddate?: string | null | undefined;
|
|
910
|
+
ww_contractrole?: string | null | undefined;
|
|
911
|
+
ww_remote?: boolean | null | undefined;
|
|
912
|
+
ww_isrollingcontract?: boolean | null | undefined;
|
|
913
|
+
ww_notice?: string | null | undefined;
|
|
914
|
+
ww_jobdescription?: string | null | undefined;
|
|
915
|
+
ww_selfbilling?: boolean | null | undefined;
|
|
881
916
|
ww_onboardingfee?: number | null | undefined;
|
|
882
917
|
_ww_onboardingfeecurrency_value?: string | null | undefined;
|
|
883
918
|
ww_depositpayable?: number | null | undefined;
|
|
884
919
|
ww_value?: number | null | undefined;
|
|
885
920
|
_ww_waivedby_value?: string | null | undefined;
|
|
886
|
-
ww_fxrequirement?: number | null | undefined;
|
|
887
|
-
ww_fxinvoicingpattern?: number | null | undefined;
|
|
888
|
-
ww_datereferredtoicp?: string | null | undefined;
|
|
889
|
-
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
890
921
|
_ww_margincurrency_value?: string | null | undefined;
|
|
891
922
|
ww_marginbasis?: number | null | undefined;
|
|
892
923
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -897,61 +928,55 @@ export declare const Assignment: {
|
|
|
897
928
|
ww_revenueminvalue?: number | null | undefined;
|
|
898
929
|
ww_marginpaidby?: number | null | undefined;
|
|
899
930
|
ww_margincontractorpercentage?: number | null | undefined;
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
ww_employeegrosssalary?: number | null | undefined;
|
|
931
|
+
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
932
|
+
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
933
|
+
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
904
934
|
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
905
935
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
906
|
-
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
907
936
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
908
937
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
938
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
939
|
+
ww_clientrate?: number | null | undefined;
|
|
940
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
941
|
+
ww_marginrate?: number | null | undefined;
|
|
942
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
909
943
|
_ww_agency_value?: string | null | undefined;
|
|
910
944
|
_ww_agencycontact_value?: string | null | undefined;
|
|
911
945
|
_ww_margincompany_value?: string | null | undefined;
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
ww_startdate?: string | null | undefined;
|
|
915
|
-
ww_workerenddate?: string | null | undefined;
|
|
916
|
-
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
917
|
-
ww_actualenddate?: string | null | undefined;
|
|
918
|
-
ww_contractrole?: string | null | undefined;
|
|
919
|
-
ww_remote?: boolean | null | undefined;
|
|
920
|
-
ww_contractrate?: number | null | undefined;
|
|
921
|
-
ww_contractratefrequency?: number | null | undefined;
|
|
922
|
-
ww_type?: number | null | undefined;
|
|
923
|
-
ww_hoursworked?: number | null | undefined;
|
|
924
|
-
ww_hoursworkedunit?: number | null | undefined;
|
|
925
|
-
ww_specialconditions?: string | null | undefined;
|
|
926
|
-
ww_possofextension?: number | null | undefined;
|
|
927
|
-
ww_isrollingcontract?: boolean | null | undefined;
|
|
928
|
-
ww_accepteddate?: string | null | undefined;
|
|
929
|
-
ww_rejectionreason?: string | null | undefined;
|
|
930
|
-
ww_notice?: string | null | undefined;
|
|
931
|
-
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
932
|
-
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
933
|
-
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
934
|
-
ww_expenses?: string | null | undefined;
|
|
935
|
-
ww_selfbilling?: boolean | null | undefined;
|
|
936
|
-
ww_payfrequency?: number | null | undefined;
|
|
937
|
-
ww_grosspay?: boolean | null | undefined;
|
|
938
|
-
_ww_engagementconsultant_value?: string | null | undefined;
|
|
946
|
+
_ww_localpartner_value?: string | null | undefined;
|
|
947
|
+
_ww_localemployingentity_value?: string | null | undefined;
|
|
939
948
|
_ww_accountant_value?: string | null | undefined;
|
|
949
|
+
_ww_engagementconsultant_value?: string | null | undefined;
|
|
940
950
|
_ww_icpinternalaccountmanager_value?: string | null | undefined;
|
|
941
951
|
_ww_icpoperationscontact_value?: string | null | undefined;
|
|
942
952
|
_ww_icpfinancecontact_value?: string | null | undefined;
|
|
953
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
954
|
+
ww_workpermitcost?: string | null | undefined;
|
|
955
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
956
|
+
ww_specialconditions?: string | null | undefined;
|
|
957
|
+
ww_possofextension?: number | null | undefined;
|
|
958
|
+
ww_type?: number | null | undefined;
|
|
959
|
+
ww_grosspay?: boolean | null | undefined;
|
|
960
|
+
ww_expenses?: string | null | undefined;
|
|
961
|
+
ww_accepteddate?: string | null | undefined;
|
|
962
|
+
ww_datereferredtoicp?: string | null | undefined;
|
|
963
|
+
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
964
|
+
ww_fxrequirement?: number | null | undefined;
|
|
965
|
+
ww_fxinvoicingpattern?: number | null | undefined;
|
|
966
|
+
ww_onboardingdurationminutes?: number | null | undefined;
|
|
967
|
+
ww_onboardingduration?: string | null | undefined;
|
|
968
|
+
ww_onboarding?: string | null | undefined;
|
|
969
|
+
ww_awaitingdocuments?: string | null | undefined;
|
|
970
|
+
ww_onboardingend?: string | null | undefined;
|
|
971
|
+
ww_onboarding_reportingstatus?: string | null | undefined;
|
|
972
|
+
ww_joiner_reportingstatus?: string | null | undefined;
|
|
973
|
+
ww_active_reportingstatus?: string | null | undefined;
|
|
943
974
|
ww_workpermitinprogressdurationminutes?: number | null | undefined;
|
|
944
975
|
ww_workpermitinprogressduration?: string | null | undefined;
|
|
945
976
|
ww_allocated?: string | null | undefined;
|
|
946
977
|
ww_gatheringdocuments?: string | null | undefined;
|
|
947
978
|
ww_preparingapplication?: string | null | undefined;
|
|
948
979
|
ww_applicationsubmitted?: string | null | undefined;
|
|
949
|
-
ww_onboardingdurationminutes?: number | null | undefined;
|
|
950
|
-
ww_onboardingduration?: string | null | undefined;
|
|
951
|
-
ww_onboarding?: string | null | undefined;
|
|
952
|
-
ww_awaitingdocuments?: string | null | undefined;
|
|
953
|
-
ww_onboardingend?: string | null | undefined;
|
|
954
|
-
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
955
980
|
ww_registrationinprogressduration?: string | null | undefined;
|
|
956
981
|
ww_registrationinprogressend?: string | null | undefined;
|
|
957
982
|
ww_complianceapprovaldurationminutes?: number | null | undefined;
|
|
@@ -966,52 +991,61 @@ export declare const Assignment: {
|
|
|
966
991
|
ww_contractqueries?: string | null | undefined;
|
|
967
992
|
ww_signedcontractreceived?: string | null | undefined;
|
|
968
993
|
ww_contractsinprogressend?: string | null | undefined;
|
|
969
|
-
|
|
970
|
-
ww_joiner_reportingstatus?: string | null | undefined;
|
|
971
|
-
ww_active_reportingstatus?: string | null | undefined;
|
|
972
|
-
ww_assignmtreportingstatus?: number | null | undefined;
|
|
994
|
+
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
973
995
|
}, {
|
|
974
996
|
_transactioncurrencyid_value?: string | null | undefined;
|
|
975
|
-
_ww_country_value?: string | null | undefined;
|
|
976
997
|
ww_endclient?: string | null | undefined;
|
|
977
998
|
ww_totalrevenue?: number | null | undefined;
|
|
978
999
|
ww_enddate?: string | null | undefined;
|
|
979
|
-
ww_paymentterms?: string | null | undefined;
|
|
980
|
-
ww_zohobookssync?: string | null | undefined;
|
|
981
|
-
ww_zohocrmid?: string | null | undefined;
|
|
982
1000
|
ww_zohobooksid?: string | null | undefined;
|
|
983
1001
|
ww_zohocrmsync?: string | null | undefined;
|
|
1002
|
+
ww_zohobookssync?: string | null | undefined;
|
|
984
1003
|
ww_zohosyncerror?: string | null | undefined;
|
|
985
1004
|
ww_precisionid?: string | null | undefined;
|
|
1005
|
+
ww_paymentterms?: string | null | undefined;
|
|
1006
|
+
ww_Country?: any;
|
|
1007
|
+
ww_Parent_Solution?: any;
|
|
1008
|
+
ww_Solution?: any;
|
|
1009
|
+
ww_Assignment_ww_Assignment_ww_AssignmentLog?: any;
|
|
1010
|
+
"_ww_contractor_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
986
1011
|
"_ww_agency_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
987
1012
|
"_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue"?: string | null | undefined;
|
|
988
1013
|
ww_assignmentid?: string | undefined;
|
|
989
1014
|
ww_assignmentnumber?: string | null | undefined;
|
|
1015
|
+
_ww_saleschecklist_value?: string | null | undefined;
|
|
1016
|
+
_ww_salescode_value?: string | null | undefined;
|
|
1017
|
+
ww_zohoCrmid?: string | null | undefined;
|
|
990
1018
|
ww_assignmentstage?: number | null | undefined;
|
|
991
1019
|
ww_stagereason?: number | null | undefined;
|
|
1020
|
+
ww_rejectionreason?: string | null | undefined;
|
|
1021
|
+
ww_assignmtreportingstatus?: number | null | undefined;
|
|
992
1022
|
_ww_contractor_value?: string | null | undefined;
|
|
993
1023
|
ww_region?: number | null | undefined;
|
|
994
1024
|
ww_attn?: number | null | undefined;
|
|
995
|
-
_ww_saleschecklist_value?: string | null | undefined;
|
|
996
|
-
_ww_parent_solution_value?: string | null | undefined;
|
|
997
|
-
_ww_solution_value?: string | null | undefined;
|
|
998
1025
|
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
999
1026
|
ww_othercontractualagreements?: string | null | undefined;
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1027
|
+
ww_contractrate?: number | null | undefined;
|
|
1028
|
+
ww_contractratefrequency?: number | null | undefined;
|
|
1029
|
+
ww_payfrequency?: number | null | undefined;
|
|
1030
|
+
ww_hoursworked?: number | null | undefined;
|
|
1031
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
1032
|
+
ww_jobtype?: number | null | undefined;
|
|
1033
|
+
ww_employmentcontracttype?: number | null | undefined;
|
|
1034
|
+
ww_startdate?: string | null | undefined;
|
|
1035
|
+
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
1036
|
+
ww_workerenddate?: string | null | undefined;
|
|
1037
|
+
ww_actualenddate?: string | null | undefined;
|
|
1038
|
+
ww_contractrole?: string | null | undefined;
|
|
1039
|
+
ww_remote?: boolean | null | undefined;
|
|
1040
|
+
ww_isrollingcontract?: boolean | null | undefined;
|
|
1041
|
+
ww_notice?: string | null | undefined;
|
|
1042
|
+
ww_jobdescription?: string | null | undefined;
|
|
1043
|
+
ww_selfbilling?: boolean | null | undefined;
|
|
1006
1044
|
ww_onboardingfee?: number | null | undefined;
|
|
1007
1045
|
_ww_onboardingfeecurrency_value?: string | null | undefined;
|
|
1008
1046
|
ww_depositpayable?: number | null | undefined;
|
|
1009
1047
|
ww_value?: number | null | undefined;
|
|
1010
1048
|
_ww_waivedby_value?: string | null | undefined;
|
|
1011
|
-
ww_fxrequirement?: number | null | undefined;
|
|
1012
|
-
ww_fxinvoicingpattern?: number | null | undefined;
|
|
1013
|
-
ww_datereferredtoicp?: string | null | undefined;
|
|
1014
|
-
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
1015
1049
|
_ww_margincurrency_value?: string | null | undefined;
|
|
1016
1050
|
ww_marginbasis?: number | null | undefined;
|
|
1017
1051
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -1022,61 +1056,55 @@ export declare const Assignment: {
|
|
|
1022
1056
|
ww_revenueminvalue?: number | null | undefined;
|
|
1023
1057
|
ww_marginpaidby?: number | null | undefined;
|
|
1024
1058
|
ww_margincontractorpercentage?: number | null | undefined;
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
ww_employeegrosssalary?: number | null | undefined;
|
|
1059
|
+
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
1060
|
+
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
1061
|
+
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
1029
1062
|
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
1030
1063
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
1031
|
-
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
1032
1064
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
1033
1065
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
1066
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
1067
|
+
ww_clientrate?: number | null | undefined;
|
|
1068
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
1069
|
+
ww_marginrate?: number | null | undefined;
|
|
1070
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
1034
1071
|
_ww_agency_value?: string | null | undefined;
|
|
1035
1072
|
_ww_agencycontact_value?: string | null | undefined;
|
|
1036
1073
|
_ww_margincompany_value?: string | null | undefined;
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
ww_startdate?: string | null | undefined;
|
|
1040
|
-
ww_workerenddate?: string | null | undefined;
|
|
1041
|
-
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
1042
|
-
ww_actualenddate?: string | null | undefined;
|
|
1043
|
-
ww_contractrole?: string | null | undefined;
|
|
1044
|
-
ww_remote?: boolean | null | undefined;
|
|
1045
|
-
ww_contractrate?: number | null | undefined;
|
|
1046
|
-
ww_contractratefrequency?: number | null | undefined;
|
|
1047
|
-
ww_type?: number | null | undefined;
|
|
1048
|
-
ww_hoursworked?: number | null | undefined;
|
|
1049
|
-
ww_hoursworkedunit?: number | null | undefined;
|
|
1050
|
-
ww_specialconditions?: string | null | undefined;
|
|
1051
|
-
ww_possofextension?: number | null | undefined;
|
|
1052
|
-
ww_isrollingcontract?: boolean | null | undefined;
|
|
1053
|
-
ww_accepteddate?: string | null | undefined;
|
|
1054
|
-
ww_rejectionreason?: string | null | undefined;
|
|
1055
|
-
ww_notice?: string | null | undefined;
|
|
1056
|
-
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
1057
|
-
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
1058
|
-
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
1059
|
-
ww_expenses?: string | null | undefined;
|
|
1060
|
-
ww_selfbilling?: boolean | null | undefined;
|
|
1061
|
-
ww_payfrequency?: number | null | undefined;
|
|
1062
|
-
ww_grosspay?: boolean | null | undefined;
|
|
1063
|
-
_ww_engagementconsultant_value?: string | null | undefined;
|
|
1074
|
+
_ww_localpartner_value?: string | null | undefined;
|
|
1075
|
+
_ww_localemployingentity_value?: string | null | undefined;
|
|
1064
1076
|
_ww_accountant_value?: string | null | undefined;
|
|
1077
|
+
_ww_engagementconsultant_value?: string | null | undefined;
|
|
1065
1078
|
_ww_icpinternalaccountmanager_value?: string | null | undefined;
|
|
1066
1079
|
_ww_icpoperationscontact_value?: string | null | undefined;
|
|
1067
1080
|
_ww_icpfinancecontact_value?: string | null | undefined;
|
|
1081
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
1082
|
+
ww_workpermitcost?: string | null | undefined;
|
|
1083
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
1084
|
+
ww_specialconditions?: string | null | undefined;
|
|
1085
|
+
ww_possofextension?: number | null | undefined;
|
|
1086
|
+
ww_type?: number | null | undefined;
|
|
1087
|
+
ww_grosspay?: boolean | null | undefined;
|
|
1088
|
+
ww_expenses?: string | null | undefined;
|
|
1089
|
+
ww_accepteddate?: string | null | undefined;
|
|
1090
|
+
ww_datereferredtoicp?: string | null | undefined;
|
|
1091
|
+
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
1092
|
+
ww_fxrequirement?: number | null | undefined;
|
|
1093
|
+
ww_fxinvoicingpattern?: number | null | undefined;
|
|
1094
|
+
ww_onboardingdurationminutes?: number | null | undefined;
|
|
1095
|
+
ww_onboardingduration?: string | null | undefined;
|
|
1096
|
+
ww_onboarding?: string | null | undefined;
|
|
1097
|
+
ww_awaitingdocuments?: string | null | undefined;
|
|
1098
|
+
ww_onboardingend?: string | null | undefined;
|
|
1099
|
+
ww_onboarding_reportingstatus?: string | null | undefined;
|
|
1100
|
+
ww_joiner_reportingstatus?: string | null | undefined;
|
|
1101
|
+
ww_active_reportingstatus?: string | null | undefined;
|
|
1068
1102
|
ww_workpermitinprogressdurationminutes?: number | null | undefined;
|
|
1069
1103
|
ww_workpermitinprogressduration?: string | null | undefined;
|
|
1070
1104
|
ww_allocated?: string | null | undefined;
|
|
1071
1105
|
ww_gatheringdocuments?: string | null | undefined;
|
|
1072
1106
|
ww_preparingapplication?: string | null | undefined;
|
|
1073
1107
|
ww_applicationsubmitted?: string | null | undefined;
|
|
1074
|
-
ww_onboardingdurationminutes?: number | null | undefined;
|
|
1075
|
-
ww_onboardingduration?: string | null | undefined;
|
|
1076
|
-
ww_onboarding?: string | null | undefined;
|
|
1077
|
-
ww_awaitingdocuments?: string | null | undefined;
|
|
1078
|
-
ww_onboardingend?: string | null | undefined;
|
|
1079
|
-
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
1080
1108
|
ww_registrationinprogressduration?: string | null | undefined;
|
|
1081
1109
|
ww_registrationinprogressend?: string | null | undefined;
|
|
1082
1110
|
ww_complianceapprovaldurationminutes?: number | null | undefined;
|
|
@@ -1091,163 +1119,762 @@ export declare const Assignment: {
|
|
|
1091
1119
|
ww_contractqueries?: string | null | undefined;
|
|
1092
1120
|
ww_signedcontractreceived?: string | null | undefined;
|
|
1093
1121
|
ww_contractsinprogressend?: string | null | undefined;
|
|
1094
|
-
|
|
1095
|
-
ww_joiner_reportingstatus?: string | null | undefined;
|
|
1096
|
-
ww_active_reportingstatus?: string | null | undefined;
|
|
1097
|
-
ww_assignmtreportingstatus?: number | null | undefined;
|
|
1122
|
+
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
1098
1123
|
}>;
|
|
1099
|
-
SResponseAPI: import("zod").ZodObject<{
|
|
1100
|
-
readonly
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
readonly
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
readonly
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
readonly
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
readonly
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
readonly
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
readonly
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
readonly
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
readonly
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
readonly
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
readonly
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
readonly
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
readonly
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
readonly
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
readonly
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
readonly
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
readonly
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
readonly
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
readonly
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
readonly
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
readonly
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
readonly
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
readonly
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
readonly
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
readonly
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
readonly
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
readonly
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
readonly
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
readonly
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
readonly
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
readonly
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
readonly
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
readonly
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
readonly
|
|
1238
|
-
|
|
1239
|
-
|
|
1124
|
+
SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
1125
|
+
readonly _ownerid_value: {
|
|
1126
|
+
readonly pretty: "ownerIdValue";
|
|
1127
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1128
|
+
};
|
|
1129
|
+
readonly _owningbusinessunit_value: {
|
|
1130
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
1131
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1132
|
+
};
|
|
1133
|
+
readonly _owningteam_value: {
|
|
1134
|
+
readonly pretty: "owningTeamValue";
|
|
1135
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1136
|
+
};
|
|
1137
|
+
readonly _owninguser_value: {
|
|
1138
|
+
readonly pretty: "owningUserValue";
|
|
1139
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1140
|
+
};
|
|
1141
|
+
readonly '@odata.etag': {
|
|
1142
|
+
readonly pretty: "etag";
|
|
1143
|
+
readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
|
|
1144
|
+
};
|
|
1145
|
+
readonly versionnumber: {
|
|
1146
|
+
readonly pretty: "versionNumber";
|
|
1147
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1148
|
+
};
|
|
1149
|
+
readonly _createdby_value: {
|
|
1150
|
+
readonly pretty: "createdByValue";
|
|
1151
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1152
|
+
};
|
|
1153
|
+
readonly createdon: {
|
|
1154
|
+
readonly pretty: "createdOn";
|
|
1155
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1156
|
+
};
|
|
1157
|
+
readonly _createdonbehalfby_value: {
|
|
1158
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
1159
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1160
|
+
};
|
|
1161
|
+
readonly _modifiedby_value: {
|
|
1162
|
+
readonly pretty: "modifiedByValue";
|
|
1163
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1164
|
+
};
|
|
1165
|
+
readonly modifiedon: {
|
|
1166
|
+
readonly pretty: "modifiedOn";
|
|
1167
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1168
|
+
};
|
|
1169
|
+
readonly _modifiedonbehalfby_value: {
|
|
1170
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
1171
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1172
|
+
};
|
|
1173
|
+
readonly statecode: {
|
|
1174
|
+
readonly pretty: "stateCode";
|
|
1175
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1176
|
+
};
|
|
1177
|
+
readonly statuscode: {
|
|
1178
|
+
readonly pretty: "statusCode";
|
|
1179
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1180
|
+
};
|
|
1181
|
+
readonly importsequencenumber: {
|
|
1182
|
+
readonly pretty: "importSequenceNumber";
|
|
1183
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1184
|
+
};
|
|
1185
|
+
readonly overriddencreatedon: {
|
|
1186
|
+
readonly pretty: "overriddenCreatedOn";
|
|
1187
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1188
|
+
};
|
|
1189
|
+
readonly timezoneruleversionnumber: {
|
|
1190
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
1191
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
1192
|
+
};
|
|
1193
|
+
readonly utcconversiontimezonecode: {
|
|
1194
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
1195
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
1196
|
+
};
|
|
1197
|
+
} & {
|
|
1198
|
+
readonly ww_assignmentid: {
|
|
1199
|
+
readonly pretty: "assignmentId";
|
|
1200
|
+
readonly type: import("zod").ZodString;
|
|
1201
|
+
};
|
|
1202
|
+
readonly ww_assignmentnumber: {
|
|
1203
|
+
readonly pretty: "assignmentNumber";
|
|
1204
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1205
|
+
};
|
|
1206
|
+
readonly _ww_saleschecklist_value: {
|
|
1207
|
+
readonly relationshipName: "ww_SalesChecklist";
|
|
1208
|
+
readonly entity: "ww_saleschecklists";
|
|
1209
|
+
readonly pretty: "referralId";
|
|
1210
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1211
|
+
};
|
|
1212
|
+
readonly _ww_salescode_value: {
|
|
1213
|
+
readonly pretty: "salesCodeValue";
|
|
1214
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1215
|
+
};
|
|
1216
|
+
readonly ww_precisionid: {
|
|
1217
|
+
readonly pretty: "precisionId";
|
|
1218
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1219
|
+
};
|
|
1220
|
+
readonly ww_zohoCrmid: {
|
|
1221
|
+
readonly pretty: "zoho/zohoCrmId";
|
|
1222
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1223
|
+
};
|
|
1224
|
+
readonly ww_zohobooksid: {
|
|
1225
|
+
readonly pretty: "zoho/zohoBooksId";
|
|
1226
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1227
|
+
};
|
|
1228
|
+
readonly ww_zohocrmsync: {
|
|
1229
|
+
readonly pretty: "zoho/zohoCrmSync";
|
|
1230
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1231
|
+
};
|
|
1232
|
+
readonly ww_zohobookssync: {
|
|
1233
|
+
readonly pretty: "zoho/zohoBooksSync";
|
|
1234
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1235
|
+
};
|
|
1236
|
+
readonly ww_zohosyncerror: {
|
|
1237
|
+
readonly pretty: "zoho/zohoSyncError";
|
|
1238
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1239
|
+
};
|
|
1240
|
+
readonly ww_assignmentstage: {
|
|
1241
|
+
readonly pretty: "progress/stage";
|
|
1242
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1243
|
+
};
|
|
1244
|
+
readonly ww_stagereason: {
|
|
1245
|
+
readonly pretty: "progress/stageReason";
|
|
1246
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1247
|
+
};
|
|
1248
|
+
readonly ww_rejectionreason: {
|
|
1249
|
+
readonly pretty: "progress/rejectionReason";
|
|
1250
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1251
|
+
};
|
|
1252
|
+
readonly ww_assignmtreportingstatus: {
|
|
1253
|
+
readonly pretty: "progress/reportingStatus";
|
|
1254
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1255
|
+
};
|
|
1256
|
+
readonly _ww_contractor_value: {
|
|
1257
|
+
readonly relationshipName: "ww_Contractor";
|
|
1258
|
+
readonly entity: "contacts";
|
|
1259
|
+
readonly pretty: "contractor/contractorValue";
|
|
1260
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1261
|
+
};
|
|
1262
|
+
readonly "_ww_contractor_value@OData.Community.Display.V1.FormattedValue": {
|
|
1263
|
+
readonly pretty: "contractor/contractorFormattedValue";
|
|
1264
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1265
|
+
};
|
|
1266
|
+
readonly ww_region: {
|
|
1267
|
+
readonly pretty: "assignment/region";
|
|
1268
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1269
|
+
};
|
|
1270
|
+
readonly ww_attn: {
|
|
1271
|
+
readonly pretty: "assignment/attn";
|
|
1272
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1273
|
+
};
|
|
1274
|
+
readonly _ww_workwellglobalinternalcompany_value: {
|
|
1275
|
+
readonly relationshipName: "ww_WorkwellGlobalInternalCompany";
|
|
1276
|
+
readonly entity: "accounts";
|
|
1277
|
+
readonly pretty: "assignment/workwellGlobalInternalCompanyValue";
|
|
1278
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1279
|
+
};
|
|
1280
|
+
readonly ww_othercontractualagreements: {
|
|
1281
|
+
readonly pretty: "assignment/otherContractualAgreements";
|
|
1282
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1283
|
+
};
|
|
1284
|
+
readonly _transactioncurrencyid_value: {
|
|
1285
|
+
readonly relationshipName: "transactioncurrencyid";
|
|
1286
|
+
readonly entity: "transactioncurrencies";
|
|
1287
|
+
readonly pretty: "assignment/contractorPayRateCurrencyValue";
|
|
1288
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1289
|
+
};
|
|
1290
|
+
readonly ww_contractrate: {
|
|
1291
|
+
readonly pretty: "assignment/contractPayRate";
|
|
1292
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1293
|
+
};
|
|
1294
|
+
readonly ww_contractratefrequency: {
|
|
1295
|
+
readonly pretty: "assignment/contractRateFrequency";
|
|
1296
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1297
|
+
};
|
|
1298
|
+
readonly ww_payfrequency: {
|
|
1299
|
+
readonly pretty: "assignment/contractPaymentFrequency";
|
|
1300
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1301
|
+
};
|
|
1302
|
+
readonly ww_hoursworked: {
|
|
1303
|
+
readonly pretty: "assignment/hoursWorked";
|
|
1304
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1305
|
+
};
|
|
1306
|
+
readonly ww_hoursworkedunit: {
|
|
1307
|
+
readonly pretty: "assignment/hoursWorkedUnit";
|
|
1308
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1309
|
+
};
|
|
1310
|
+
readonly ww_totalrevenue: {
|
|
1311
|
+
readonly pretty: "assignment/totalRevenue";
|
|
1312
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1313
|
+
};
|
|
1314
|
+
readonly ww_jobtype: {
|
|
1315
|
+
readonly pretty: "assignment/jobType";
|
|
1316
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1317
|
+
};
|
|
1318
|
+
readonly ww_employmentcontracttype: {
|
|
1319
|
+
readonly pretty: "assignment/employmentContractType";
|
|
1320
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1321
|
+
};
|
|
1322
|
+
readonly ww_startdate: {
|
|
1323
|
+
readonly pretty: "assignment/startDate";
|
|
1324
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1325
|
+
};
|
|
1326
|
+
readonly ww_enddate: {
|
|
1327
|
+
readonly pretty: "assignment/endDate";
|
|
1328
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1329
|
+
};
|
|
1330
|
+
readonly ww_workerconfirmedstartdate: {
|
|
1331
|
+
readonly pretty: "assignment/workerConfirmedStartDate";
|
|
1332
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1333
|
+
};
|
|
1334
|
+
readonly ww_workerenddate: {
|
|
1335
|
+
readonly pretty: "assignment/workerEndDate";
|
|
1336
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1337
|
+
};
|
|
1338
|
+
readonly ww_actualenddate: {
|
|
1339
|
+
readonly pretty: "assignment/actualEndDate";
|
|
1340
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1341
|
+
};
|
|
1342
|
+
readonly ww_contractrole: {
|
|
1343
|
+
readonly pretty: "assignment/jobRole";
|
|
1344
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1345
|
+
};
|
|
1346
|
+
readonly ww_remote: {
|
|
1347
|
+
readonly pretty: "assignment/remote";
|
|
1348
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1349
|
+
};
|
|
1350
|
+
readonly ww_isrollingcontract: {
|
|
1351
|
+
readonly pretty: "assignment/isRollingContract";
|
|
1352
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1353
|
+
};
|
|
1354
|
+
readonly ww_notice: {
|
|
1355
|
+
readonly pretty: "assignment/notice";
|
|
1356
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1357
|
+
};
|
|
1358
|
+
readonly ww_jobdescription: {
|
|
1359
|
+
readonly pretty: "assignment/jobDescription";
|
|
1360
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1361
|
+
};
|
|
1362
|
+
readonly ww_endclient: {
|
|
1363
|
+
readonly pretty: "assignment/endClient";
|
|
1364
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1365
|
+
};
|
|
1366
|
+
readonly ww_paymentterms: {
|
|
1367
|
+
readonly pretty: "assignment/paymentTerms";
|
|
1368
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1369
|
+
};
|
|
1370
|
+
readonly ww_selfbilling: {
|
|
1371
|
+
readonly pretty: "assignment/selfBilling";
|
|
1372
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1373
|
+
};
|
|
1374
|
+
readonly ww_onboardingfee: {
|
|
1375
|
+
readonly pretty: "fees/onboardingFee";
|
|
1376
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1377
|
+
};
|
|
1378
|
+
readonly _ww_onboardingfeecurrency_value: {
|
|
1379
|
+
readonly relationshipName: "ww_OnboardingFeeCurrency";
|
|
1380
|
+
readonly entity: "transactioncurrencies";
|
|
1381
|
+
readonly pretty: "fees/onboardingFeeCurrencyValue";
|
|
1382
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1383
|
+
};
|
|
1384
|
+
readonly ww_depositpayable: {
|
|
1385
|
+
readonly pretty: "fees/depositPayable";
|
|
1386
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1387
|
+
};
|
|
1388
|
+
readonly ww_value: {
|
|
1389
|
+
readonly pretty: "fees/depositValue";
|
|
1390
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1391
|
+
};
|
|
1392
|
+
readonly _ww_waivedby_value: {
|
|
1393
|
+
readonly pretty: "fees/waivedByValue";
|
|
1394
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1395
|
+
};
|
|
1396
|
+
readonly _ww_margincurrency_value: {
|
|
1397
|
+
readonly relationshipName: "ww_MarginCurrency";
|
|
1398
|
+
readonly entity: "transactioncurrencies";
|
|
1399
|
+
readonly pretty: "fees/marginCurrencyValue";
|
|
1400
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1401
|
+
};
|
|
1402
|
+
readonly ww_marginbasis: {
|
|
1403
|
+
readonly pretty: "fees/marginBasis";
|
|
1404
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1405
|
+
};
|
|
1406
|
+
readonly ww_marginperiod: {
|
|
1407
|
+
readonly pretty: "fees/marginPeriod";
|
|
1408
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1409
|
+
};
|
|
1410
|
+
readonly ww_marginpercentage: {
|
|
1411
|
+
readonly pretty: "fees/marginPercentage";
|
|
1412
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1413
|
+
};
|
|
1414
|
+
readonly ww_marginfixedvaluemaxvalue: {
|
|
1415
|
+
readonly pretty: "fees/marginFixedValueMaxValue";
|
|
1416
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1417
|
+
};
|
|
1418
|
+
readonly ww_revenuefixedvaluemaxvalue: {
|
|
1419
|
+
readonly pretty: "fees/marginFixedValueMaxValue";
|
|
1420
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1421
|
+
};
|
|
1422
|
+
readonly ww_marginminvalue: {
|
|
1423
|
+
readonly pretty: "fees/marginMinValue";
|
|
1424
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1425
|
+
};
|
|
1426
|
+
readonly ww_revenueminvalue: {
|
|
1427
|
+
readonly pretty: "fees/marginMinValue";
|
|
1428
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1429
|
+
};
|
|
1430
|
+
readonly ww_marginpaidby: {
|
|
1431
|
+
readonly pretty: "fees/marginPaidBy";
|
|
1432
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1433
|
+
};
|
|
1434
|
+
readonly ww_margincontractorpercentage: {
|
|
1435
|
+
readonly pretty: "fees/marginContractorPercentage";
|
|
1436
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1437
|
+
};
|
|
1438
|
+
readonly ww_mgtfeemonthlyfee: {
|
|
1439
|
+
readonly pretty: "fees/mgtMonthlyFee";
|
|
1440
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1441
|
+
};
|
|
1442
|
+
readonly ww_mgtfeemonthlyfeepercentage: {
|
|
1443
|
+
readonly pretty: "fees/mgtMonthlyFeePercentage";
|
|
1444
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1445
|
+
};
|
|
1446
|
+
readonly ww_mgtfeemonthlyfeepaidby: {
|
|
1447
|
+
readonly pretty: "fees/mgtMonthlyFeePaidBy";
|
|
1448
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1449
|
+
};
|
|
1450
|
+
readonly ww_startupmarginfixedvaluemaxvalue: {
|
|
1451
|
+
readonly pretty: "fees/startUpMarginFixedValueMaxValue";
|
|
1452
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1453
|
+
};
|
|
1454
|
+
readonly ww_startupmarginpaidby: {
|
|
1455
|
+
readonly pretty: "fees/startUpMarginPaidBy";
|
|
1456
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1457
|
+
};
|
|
1458
|
+
readonly _ww_startupmargincurrency_value: {
|
|
1459
|
+
readonly relationshipName: "ww_StartUpMarginCurrency";
|
|
1460
|
+
readonly entity: "transactioncurrencies";
|
|
1461
|
+
readonly pretty: "fees/startUpMarginCurrencyValue";
|
|
1462
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1463
|
+
};
|
|
1464
|
+
readonly ww_startupmargincontractorpercentage: {
|
|
1465
|
+
readonly pretty: "fees/startUpMarginContractorPercentage";
|
|
1466
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1467
|
+
};
|
|
1468
|
+
readonly _ww_preferredinvoicecurrency_value: {
|
|
1469
|
+
readonly relationshipName: "ww_PreferredInvoiceCurrency";
|
|
1470
|
+
readonly entity: "transactioncurrencies";
|
|
1471
|
+
readonly pretty: "fees/preferredInvoiceCurrencyValue";
|
|
1472
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1473
|
+
};
|
|
1474
|
+
readonly ww_clientrate: {
|
|
1475
|
+
readonly pretty: "rates/clientRate";
|
|
1476
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1477
|
+
};
|
|
1478
|
+
readonly ww_grossratesimulation: {
|
|
1479
|
+
readonly pretty: "rates/grossRateSimulation";
|
|
1480
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1481
|
+
};
|
|
1482
|
+
readonly ww_marginrate: {
|
|
1483
|
+
readonly pretty: "rates/marginRate";
|
|
1484
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1485
|
+
};
|
|
1486
|
+
readonly ww_employeegrosssalary: {
|
|
1487
|
+
readonly pretty: "rates/employeeGrossSalary";
|
|
1488
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1489
|
+
};
|
|
1490
|
+
readonly _ww_agency_value: {
|
|
1491
|
+
readonly relationshipName: "ww_Agency";
|
|
1492
|
+
readonly entity: "accounts";
|
|
1493
|
+
readonly pretty: "agency/agencyValue";
|
|
1494
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1495
|
+
};
|
|
1496
|
+
readonly _ww_agencycontact_value: {
|
|
1497
|
+
readonly relationshipName: "ww_AgencyContact";
|
|
1498
|
+
readonly entity: "contacts";
|
|
1499
|
+
readonly pretty: "agency/agencyContactValue";
|
|
1500
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1501
|
+
};
|
|
1502
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": {
|
|
1503
|
+
readonly pretty: "agency/agencyFormattedValue";
|
|
1504
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1505
|
+
};
|
|
1506
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": {
|
|
1507
|
+
readonly pretty: "agency/agencyContactFormattedValue";
|
|
1508
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1509
|
+
};
|
|
1510
|
+
readonly _ww_margincompany_value: {
|
|
1511
|
+
readonly relationshipName: "ww_MarginCompany";
|
|
1512
|
+
readonly entity: "accounts";
|
|
1513
|
+
readonly pretty: "agency/marginOnlyCompanyValue";
|
|
1514
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1515
|
+
};
|
|
1516
|
+
readonly _ww_localpartner_value: {
|
|
1517
|
+
readonly relationshipName: "ww_LocalPartner";
|
|
1518
|
+
readonly entity: "accounts";
|
|
1519
|
+
readonly pretty: "contacts/icpEntityValue";
|
|
1520
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1521
|
+
};
|
|
1522
|
+
readonly _ww_localemployingentity_value: {
|
|
1523
|
+
readonly relationshipName: "ww_LocalEmployingEntity";
|
|
1524
|
+
readonly entity: "accounts";
|
|
1525
|
+
readonly pretty: "contacts/localEmployingEntityValue";
|
|
1526
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1527
|
+
};
|
|
1528
|
+
readonly _ww_accountant_value: {
|
|
1529
|
+
readonly relationshipName: "ww_Accountant";
|
|
1530
|
+
readonly entity: "accounts";
|
|
1531
|
+
readonly pretty: "contacts/accountantValue";
|
|
1532
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1533
|
+
};
|
|
1534
|
+
readonly _ww_engagementconsultant_value: {
|
|
1535
|
+
readonly pretty: "contacts/engagementConsultantValue";
|
|
1536
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1537
|
+
};
|
|
1538
|
+
readonly _ww_icpinternalaccountmanager_value: {
|
|
1539
|
+
readonly pretty: "contacts/icpInternalAccountManagerValue";
|
|
1540
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1541
|
+
};
|
|
1542
|
+
readonly _ww_icpoperationscontact_value: {
|
|
1543
|
+
readonly relationshipName: "ww_ICPOperationsContact";
|
|
1544
|
+
readonly entity: "contacts";
|
|
1545
|
+
readonly pretty: "contacts/icpOperationsContactValue";
|
|
1546
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1547
|
+
};
|
|
1548
|
+
readonly _ww_icpfinancecontact_value: {
|
|
1549
|
+
readonly relationshipName: "ww_ICPFinanceContact";
|
|
1550
|
+
readonly entity: "contacts";
|
|
1551
|
+
readonly pretty: "contacts/icpFinanceContactValue";
|
|
1552
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1553
|
+
};
|
|
1554
|
+
readonly ww_workpermitsponsorship: {
|
|
1555
|
+
readonly pretty: "compliance/workPermitSponsorship";
|
|
1556
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1557
|
+
};
|
|
1558
|
+
readonly ww_workpermitcost: {
|
|
1559
|
+
readonly pretty: "compliance/workPermitCost";
|
|
1560
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1561
|
+
};
|
|
1562
|
+
readonly ww_workpermitpaidby: {
|
|
1563
|
+
readonly pretty: "compliance/workPermitPaidBy";
|
|
1564
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1565
|
+
};
|
|
1566
|
+
readonly ww_specialconditions: {
|
|
1567
|
+
readonly pretty: "compliance/specialConditions";
|
|
1568
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1569
|
+
};
|
|
1570
|
+
readonly ww_possofextension: {
|
|
1571
|
+
readonly pretty: "compliance/possibilityOfExtension";
|
|
1572
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1573
|
+
};
|
|
1574
|
+
readonly ww_type: {
|
|
1575
|
+
readonly pretty: "compliance/type";
|
|
1576
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1577
|
+
};
|
|
1578
|
+
readonly ww_grosspay: {
|
|
1579
|
+
readonly pretty: "compliance/grossPay";
|
|
1580
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
1581
|
+
};
|
|
1582
|
+
readonly ww_expenses: {
|
|
1583
|
+
readonly pretty: "compliance/expenses";
|
|
1584
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1585
|
+
};
|
|
1586
|
+
readonly ww_accepteddate: {
|
|
1587
|
+
readonly pretty: "compliance/acceptedDate";
|
|
1588
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1589
|
+
};
|
|
1590
|
+
readonly ww_datereferredtoicp: {
|
|
1591
|
+
readonly pretty: "compliance/dateReferredToIcp";
|
|
1592
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1593
|
+
};
|
|
1594
|
+
readonly ww_dateicpapprovedrtw: {
|
|
1595
|
+
readonly pretty: "compliance/dateIcpApprovedRtw";
|
|
1596
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1597
|
+
};
|
|
1598
|
+
readonly ww_fxrequirement: {
|
|
1599
|
+
readonly pretty: "compliance/fxRequirement";
|
|
1600
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1601
|
+
};
|
|
1602
|
+
readonly ww_fxinvoicingpattern: {
|
|
1603
|
+
readonly pretty: "compliance/fxInvoicingPattern";
|
|
1604
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1605
|
+
};
|
|
1606
|
+
readonly ww_onboardingdurationminutes: {
|
|
1607
|
+
readonly pretty: "progress/onboardingDurationMinutes";
|
|
1608
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1609
|
+
};
|
|
1610
|
+
readonly ww_onboardingduration: {
|
|
1611
|
+
readonly pretty: "progress/onboardingDuration";
|
|
1612
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1613
|
+
};
|
|
1614
|
+
readonly ww_onboarding: {
|
|
1615
|
+
readonly pretty: "progress/pendingOnboarding";
|
|
1616
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1617
|
+
};
|
|
1618
|
+
readonly ww_awaitingdocuments: {
|
|
1619
|
+
readonly pretty: "progress/awaitingDocuments";
|
|
1620
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1621
|
+
};
|
|
1622
|
+
readonly ww_onboardingend: {
|
|
1623
|
+
readonly pretty: "progress/registrationSubmitted";
|
|
1624
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1625
|
+
};
|
|
1626
|
+
readonly ww_onboarding_reportingstatus: {
|
|
1627
|
+
readonly pretty: "progress/onboardingStatus";
|
|
1628
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1629
|
+
};
|
|
1630
|
+
readonly ww_joiner_reportingstatus: {
|
|
1631
|
+
readonly pretty: "progress/joinerStatus";
|
|
1632
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1633
|
+
};
|
|
1634
|
+
readonly ww_active_reportingstatus: {
|
|
1635
|
+
readonly pretty: "progress/activeStatus";
|
|
1636
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1637
|
+
};
|
|
1638
|
+
readonly ww_workpermitinprogressdurationminutes: {
|
|
1639
|
+
readonly pretty: "progress/workPermitInProgressDurationMinutes";
|
|
1640
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1641
|
+
};
|
|
1642
|
+
readonly ww_workpermitinprogressduration: {
|
|
1643
|
+
readonly pretty: "progress/workPermitInProgressDuration";
|
|
1644
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1645
|
+
};
|
|
1646
|
+
readonly ww_allocated: {
|
|
1647
|
+
readonly pretty: "progress/allocated";
|
|
1648
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1649
|
+
};
|
|
1650
|
+
readonly ww_gatheringdocuments: {
|
|
1651
|
+
readonly pretty: "progress/gatheringDocuments";
|
|
1652
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1653
|
+
};
|
|
1654
|
+
readonly ww_preparingapplication: {
|
|
1655
|
+
readonly pretty: "progress/preparingApplication";
|
|
1656
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1657
|
+
};
|
|
1658
|
+
readonly ww_applicationsubmitted: {
|
|
1659
|
+
readonly pretty: "progress/applicationSubmitted";
|
|
1660
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1661
|
+
};
|
|
1662
|
+
readonly ww_registrationinprogressduration: {
|
|
1663
|
+
readonly pretty: "progress/registrationInProgressDuration";
|
|
1664
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1665
|
+
};
|
|
1666
|
+
readonly ww_registrationinprogressend: {
|
|
1667
|
+
readonly pretty: "progress/completed";
|
|
1668
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1669
|
+
};
|
|
1670
|
+
readonly ww_complianceapprovaldurationminutes: {
|
|
1671
|
+
readonly pretty: "progress/complianceApprovalDurationMinutes";
|
|
1672
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1673
|
+
};
|
|
1674
|
+
readonly ww_complianceapprovalduration: {
|
|
1675
|
+
readonly pretty: "progress/complianceApprovalDuration";
|
|
1676
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1677
|
+
};
|
|
1678
|
+
readonly ww_complianceapprovalend: {
|
|
1679
|
+
readonly pretty: "progress/finalCheck";
|
|
1680
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1681
|
+
};
|
|
1682
|
+
readonly ww_legalapprovedtoissuedurationminutes: {
|
|
1683
|
+
readonly pretty: "progress/legalApprovedToIssueDurationMinutes";
|
|
1684
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1685
|
+
};
|
|
1686
|
+
readonly ww_legalapprovedtoissueduration: {
|
|
1687
|
+
readonly pretty: "progress/legalApprovedToIssueDuration";
|
|
1688
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1689
|
+
};
|
|
1690
|
+
readonly ww_contractsinprogressdurationminutes: {
|
|
1691
|
+
readonly pretty: "progress/contractsInProgressDurationMinutes";
|
|
1692
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1693
|
+
};
|
|
1694
|
+
readonly ww_contractsinprogressduration: {
|
|
1695
|
+
readonly pretty: "progress/contractsInProgressDuration";
|
|
1696
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1697
|
+
};
|
|
1698
|
+
readonly ww_draftingcontract: {
|
|
1699
|
+
readonly pretty: "progress/draftingContract";
|
|
1700
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1701
|
+
};
|
|
1702
|
+
readonly ww_contractsent: {
|
|
1703
|
+
readonly pretty: "progress/contractSent";
|
|
1704
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1705
|
+
};
|
|
1706
|
+
readonly ww_contractqueries: {
|
|
1707
|
+
readonly pretty: "progress/contractQueries";
|
|
1708
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1709
|
+
};
|
|
1710
|
+
readonly ww_signedcontractreceived: {
|
|
1711
|
+
readonly pretty: "progress/signedContractReceived";
|
|
1712
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1713
|
+
};
|
|
1714
|
+
readonly ww_contractsinprogressend: {
|
|
1715
|
+
readonly pretty: "progress/legalFinalCheck";
|
|
1716
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1717
|
+
};
|
|
1718
|
+
readonly ww_registrationinprogressdurationminutes: {
|
|
1719
|
+
readonly pretty: "progress/registrationInProgressDurationMinutes";
|
|
1720
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1721
|
+
};
|
|
1722
|
+
readonly ww_Assignment_ww_Assignment_ww_AssignmentLog: {
|
|
1723
|
+
readonly pretty: "assignmentLogs";
|
|
1724
|
+
readonly entityKey: "assignmentLog";
|
|
1725
|
+
readonly isArray: true;
|
|
1726
|
+
};
|
|
1727
|
+
readonly ww_Country: {
|
|
1728
|
+
readonly pretty: "assignment/workCountry";
|
|
1729
|
+
readonly entityKey: "country";
|
|
1730
|
+
};
|
|
1731
|
+
readonly ww_Parent_Solution: {
|
|
1732
|
+
readonly pretty: "assignment/parentSolution";
|
|
1733
|
+
readonly entityKey: "solution";
|
|
1734
|
+
};
|
|
1735
|
+
readonly ww_Solution: {
|
|
1736
|
+
readonly pretty: "assignment/solution";
|
|
1737
|
+
readonly entityKey: "solution";
|
|
1738
|
+
};
|
|
1739
|
+
}>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
1740
|
+
contacts: {
|
|
1741
|
+
icpEntityValue?: string | null | undefined;
|
|
1742
|
+
localEmployingEntityValue?: string | null | undefined;
|
|
1743
|
+
accountantValue?: string | null | undefined;
|
|
1744
|
+
engagementConsultantValue?: string | null | undefined;
|
|
1745
|
+
icpInternalAccountManagerValue?: string | null | undefined;
|
|
1746
|
+
icpOperationsContactValue?: string | null | undefined;
|
|
1747
|
+
icpFinanceContactValue?: string | null | undefined;
|
|
1748
|
+
};
|
|
1749
|
+
agency: {
|
|
1750
|
+
agencyValue?: string | null | undefined;
|
|
1751
|
+
agencyContactValue?: string | null | undefined;
|
|
1752
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1753
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1754
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
1755
|
+
};
|
|
1756
|
+
assignment: {
|
|
1757
|
+
solution?: any;
|
|
1758
|
+
paymentTerms?: string | null | undefined;
|
|
1759
|
+
totalRevenue?: number | null | undefined;
|
|
1760
|
+
endClient?: string | null | undefined;
|
|
1761
|
+
region?: number | null | undefined;
|
|
1762
|
+
attn?: number | null | undefined;
|
|
1763
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1764
|
+
otherContractualAgreements?: string | null | undefined;
|
|
1765
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1766
|
+
contractPayRate?: number | null | undefined;
|
|
1767
|
+
contractRateFrequency?: number | null | undefined;
|
|
1768
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
1769
|
+
hoursWorked?: number | null | undefined;
|
|
1770
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
1771
|
+
jobType?: number | null | undefined;
|
|
1772
|
+
employmentContractType?: number | null | undefined;
|
|
1773
|
+
startDate?: string | null | undefined;
|
|
1774
|
+
endDate?: string | null | undefined;
|
|
1775
|
+
workerConfirmedStartDate?: string | null | undefined;
|
|
1776
|
+
workerEndDate?: string | null | undefined;
|
|
1777
|
+
actualEndDate?: string | null | undefined;
|
|
1778
|
+
jobRole?: string | null | undefined;
|
|
1779
|
+
remote?: boolean | null | undefined;
|
|
1780
|
+
isRollingContract?: boolean | null | undefined;
|
|
1781
|
+
notice?: string | null | undefined;
|
|
1782
|
+
jobDescription?: string | null | undefined;
|
|
1783
|
+
selfBilling?: boolean | null | undefined;
|
|
1784
|
+
workCountry?: any;
|
|
1785
|
+
parentSolution?: any;
|
|
1786
|
+
};
|
|
1240
1787
|
assignmentId: string;
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1788
|
+
zoho: {
|
|
1789
|
+
zohoBooksSync?: string | null | undefined;
|
|
1790
|
+
zohoCrmId?: string | null | undefined;
|
|
1791
|
+
zohoBooksId?: string | null | undefined;
|
|
1792
|
+
zohoCrmSync?: string | null | undefined;
|
|
1793
|
+
zohoSyncError?: string | null | undefined;
|
|
1794
|
+
};
|
|
1795
|
+
progress: {
|
|
1796
|
+
stage?: number | null | undefined;
|
|
1797
|
+
stageReason?: number | null | undefined;
|
|
1798
|
+
rejectionReason?: string | null | undefined;
|
|
1799
|
+
reportingStatus?: number | null | undefined;
|
|
1800
|
+
onboardingDurationMinutes?: number | null | undefined;
|
|
1801
|
+
onboardingDuration?: string | null | undefined;
|
|
1802
|
+
pendingOnboarding?: string | null | undefined;
|
|
1803
|
+
awaitingDocuments?: string | null | undefined;
|
|
1804
|
+
registrationSubmitted?: string | null | undefined;
|
|
1805
|
+
onboardingStatus?: string | null | undefined;
|
|
1806
|
+
joinerStatus?: string | null | undefined;
|
|
1807
|
+
activeStatus?: string | null | undefined;
|
|
1808
|
+
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
1809
|
+
workPermitInProgressDuration?: string | null | undefined;
|
|
1810
|
+
allocated?: string | null | undefined;
|
|
1811
|
+
gatheringDocuments?: string | null | undefined;
|
|
1812
|
+
preparingApplication?: string | null | undefined;
|
|
1813
|
+
applicationSubmitted?: string | null | undefined;
|
|
1814
|
+
registrationInProgressDuration?: string | null | undefined;
|
|
1815
|
+
completed?: string | null | undefined;
|
|
1816
|
+
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
1817
|
+
complianceApprovalDuration?: string | null | undefined;
|
|
1818
|
+
finalCheck?: string | null | undefined;
|
|
1819
|
+
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
1820
|
+
legalApprovedToIssueDuration?: string | null | undefined;
|
|
1821
|
+
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
1822
|
+
contractsInProgressDuration?: string | null | undefined;
|
|
1823
|
+
draftingContract?: string | null | undefined;
|
|
1824
|
+
contractSent?: string | null | undefined;
|
|
1825
|
+
contractQueries?: string | null | undefined;
|
|
1826
|
+
signedContractReceived?: string | null | undefined;
|
|
1827
|
+
legalFinalCheck?: string | null | undefined;
|
|
1828
|
+
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
1829
|
+
};
|
|
1830
|
+
contractor: {
|
|
1831
|
+
contractorValue?: string | null | undefined;
|
|
1832
|
+
contractorFormattedValue?: string | null | undefined;
|
|
1833
|
+
};
|
|
1834
|
+
fees: {
|
|
1835
|
+
onboardingFee?: number | null | undefined;
|
|
1836
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
1837
|
+
depositPayable?: number | null | undefined;
|
|
1838
|
+
depositValue?: number | null | undefined;
|
|
1839
|
+
waivedByValue?: string | null | undefined;
|
|
1840
|
+
marginCurrencyValue?: string | null | undefined;
|
|
1841
|
+
marginBasis?: number | null | undefined;
|
|
1842
|
+
marginPeriod?: number | null | undefined;
|
|
1843
|
+
marginPercentage?: number | null | undefined;
|
|
1844
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
1845
|
+
marginMinValue?: number | null | undefined;
|
|
1846
|
+
marginPaidBy?: number | null | undefined;
|
|
1847
|
+
marginContractorPercentage?: number | null | undefined;
|
|
1848
|
+
mgtMonthlyFee?: number | null | undefined;
|
|
1849
|
+
mgtMonthlyFeePercentage?: number | null | undefined;
|
|
1850
|
+
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
1851
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1852
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1853
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1854
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1855
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1856
|
+
};
|
|
1857
|
+
rates: {
|
|
1858
|
+
clientRate?: number | null | undefined;
|
|
1859
|
+
grossRateSimulation?: number | null | undefined;
|
|
1860
|
+
marginRate?: number | null | undefined;
|
|
1861
|
+
employeeGrossSalary?: number | null | undefined;
|
|
1862
|
+
};
|
|
1863
|
+
compliance: {
|
|
1864
|
+
type?: number | null | undefined;
|
|
1865
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
1866
|
+
workPermitCost?: string | null | undefined;
|
|
1867
|
+
workPermitPaidBy?: string | null | undefined;
|
|
1868
|
+
specialConditions?: string | null | undefined;
|
|
1869
|
+
possibilityOfExtension?: number | null | undefined;
|
|
1870
|
+
grossPay?: boolean | null | undefined;
|
|
1871
|
+
expenses?: string | null | undefined;
|
|
1872
|
+
acceptedDate?: string | null | undefined;
|
|
1873
|
+
dateReferredToIcp?: string | null | undefined;
|
|
1874
|
+
dateIcpApprovedRtw?: string | null | undefined;
|
|
1875
|
+
fxRequirement?: number | null | undefined;
|
|
1876
|
+
fxInvoicingPattern?: number | null | undefined;
|
|
1877
|
+
};
|
|
1251
1878
|
precisionId?: string | null | undefined;
|
|
1252
1879
|
etag?: string | null | undefined;
|
|
1253
1880
|
versionNumber?: number | null | undefined;
|
|
@@ -1267,127 +1894,149 @@ export declare const Assignment: {
|
|
|
1267
1894
|
owningBusinessUnitValue?: string | null | undefined;
|
|
1268
1895
|
owningTeamValue?: string | null | undefined;
|
|
1269
1896
|
owningUserValue?: string | null | undefined;
|
|
1270
|
-
active?: string | null | undefined;
|
|
1271
1897
|
assignmentNumber?: string | null | undefined;
|
|
1272
|
-
|
|
1273
|
-
stageReason?: number | null | undefined;
|
|
1274
|
-
contractorValue?: string | null | undefined;
|
|
1275
|
-
region?: number | null | undefined;
|
|
1276
|
-
attn?: number | null | undefined;
|
|
1277
|
-
referralValue?: string | null | undefined;
|
|
1278
|
-
workCountryValue?: string | null | undefined;
|
|
1279
|
-
solutionValue?: string | null | undefined;
|
|
1280
|
-
solutionTypeValue?: string | null | undefined;
|
|
1281
|
-
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1282
|
-
otherContractualAgreements?: string | null | undefined;
|
|
1283
|
-
workPermitSponsorship?: boolean | null | undefined;
|
|
1284
|
-
workPermitCost?: string | null | undefined;
|
|
1285
|
-
workPermitPaidBy?: string | null | undefined;
|
|
1898
|
+
referralId?: string | null | undefined;
|
|
1286
1899
|
salesCodeValue?: string | null | undefined;
|
|
1287
|
-
|
|
1288
|
-
localEmployingEntityValue?: string | null | undefined;
|
|
1289
|
-
depositPayable?: number | null | undefined;
|
|
1290
|
-
waivedByValue?: string | null | undefined;
|
|
1291
|
-
fxRequirement?: number | null | undefined;
|
|
1292
|
-
fxInvoicingPattern?: number | null | undefined;
|
|
1293
|
-
dateReferredToIcp?: string | null | undefined;
|
|
1294
|
-
dateIcpApprovedRtw?: string | null | undefined;
|
|
1295
|
-
marginCurrencyValue?: string | null | undefined;
|
|
1296
|
-
marginBasis?: number | null | undefined;
|
|
1297
|
-
marginPeriod?: number | null | undefined;
|
|
1298
|
-
marginPercentage?: number | null | undefined;
|
|
1299
|
-
marginFixedValueMaxValue?: number | null | undefined;
|
|
1300
|
-
marginMinValue?: number | null | undefined;
|
|
1301
|
-
marginPaidBy?: number | null | undefined;
|
|
1302
|
-
marginContractorPercentage?: number | null | undefined;
|
|
1303
|
-
clientRate?: number | null | undefined;
|
|
1304
|
-
grossRateSimulation?: number | null | undefined;
|
|
1305
|
-
marginRate?: number | null | undefined;
|
|
1306
|
-
employeeGrossSalary?: number | null | undefined;
|
|
1307
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1308
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
1309
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1310
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1311
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1312
|
-
agencyValue?: string | null | undefined;
|
|
1313
|
-
agencyContactValue?: string | null | undefined;
|
|
1314
|
-
endClient?: string | null | undefined;
|
|
1315
|
-
marginOnlyCompanyValue?: string | null | undefined;
|
|
1316
|
-
jobType?: number | null | undefined;
|
|
1317
|
-
employmentContractType?: number | null | undefined;
|
|
1318
|
-
startDate?: string | null | undefined;
|
|
1319
|
-
endDate?: string | null | undefined;
|
|
1320
|
-
workerEndDate?: string | null | undefined;
|
|
1321
|
-
workerConfirmedStartDate?: string | null | undefined;
|
|
1322
|
-
actualEndDate?: string | null | undefined;
|
|
1323
|
-
jobRole?: string | null | undefined;
|
|
1324
|
-
remote?: boolean | null | undefined;
|
|
1325
|
-
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1326
|
-
contractPayRate?: number | null | undefined;
|
|
1327
|
-
contractRateFrequency?: number | null | undefined;
|
|
1328
|
-
hoursWorked?: number | null | undefined;
|
|
1329
|
-
hoursWorkedUnit?: number | null | undefined;
|
|
1330
|
-
specialConditions?: string | null | undefined;
|
|
1331
|
-
possibilityOfExtension?: number | null | undefined;
|
|
1332
|
-
isRollingContract?: boolean | null | undefined;
|
|
1333
|
-
acceptedDate?: string | null | undefined;
|
|
1334
|
-
rejectionReason?: string | null | undefined;
|
|
1335
|
-
notice?: string | null | undefined;
|
|
1336
|
-
mgtMonthlyFee?: number | null | undefined;
|
|
1337
|
-
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
1338
|
-
totalRevenue?: number | null | undefined;
|
|
1339
|
-
expenses?: string | null | undefined;
|
|
1340
|
-
selfBilling?: boolean | null | undefined;
|
|
1341
|
-
contractPaymentFrequency?: number | null | undefined;
|
|
1342
|
-
grossPay?: boolean | null | undefined;
|
|
1343
|
-
engagementConsultantValue?: string | null | undefined;
|
|
1344
|
-
accountantValue?: string | null | undefined;
|
|
1345
|
-
icpInternalAccountManagerValue?: string | null | undefined;
|
|
1346
|
-
icpOperationsContactValue?: string | null | undefined;
|
|
1347
|
-
icpFinanceContactValue?: string | null | undefined;
|
|
1348
|
-
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
1349
|
-
workPermitInProgressDuration?: string | null | undefined;
|
|
1350
|
-
allocated?: string | null | undefined;
|
|
1351
|
-
gatheringDocuments?: string | null | undefined;
|
|
1352
|
-
preparingApplication?: string | null | undefined;
|
|
1353
|
-
applicationSubmitted?: string | null | undefined;
|
|
1354
|
-
onboardingDurationMinutes?: number | null | undefined;
|
|
1355
|
-
onboardingDuration?: string | null | undefined;
|
|
1356
|
-
pendingOnboarding?: string | null | undefined;
|
|
1357
|
-
awaitingDocuments?: string | null | undefined;
|
|
1358
|
-
registrationSubmitted?: string | null | undefined;
|
|
1359
|
-
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
1360
|
-
registrationInProgressDuration?: string | null | undefined;
|
|
1361
|
-
completed?: string | null | undefined;
|
|
1362
|
-
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
1363
|
-
complianceApprovalDuration?: string | null | undefined;
|
|
1364
|
-
finalCheck?: string | null | undefined;
|
|
1365
|
-
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
1366
|
-
legalApprovedToIssueDuration?: string | null | undefined;
|
|
1367
|
-
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
1368
|
-
contractsInProgressDuration?: string | null | undefined;
|
|
1369
|
-
draftingContract?: string | null | undefined;
|
|
1370
|
-
contractSent?: string | null | undefined;
|
|
1371
|
-
contractQueries?: string | null | undefined;
|
|
1372
|
-
signedContractReceived?: string | null | undefined;
|
|
1373
|
-
legalFinalCheck?: string | null | undefined;
|
|
1374
|
-
onboarding?: string | null | undefined;
|
|
1375
|
-
joiner?: string | null | undefined;
|
|
1376
|
-
reportingStatus?: number | null | undefined;
|
|
1377
|
-
agencyFormattedValue?: string | null | undefined;
|
|
1378
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
1900
|
+
assignmentLogs?: any;
|
|
1379
1901
|
}, {
|
|
1902
|
+
contacts: {
|
|
1903
|
+
icpEntityValue?: string | null | undefined;
|
|
1904
|
+
localEmployingEntityValue?: string | null | undefined;
|
|
1905
|
+
accountantValue?: string | null | undefined;
|
|
1906
|
+
engagementConsultantValue?: string | null | undefined;
|
|
1907
|
+
icpInternalAccountManagerValue?: string | null | undefined;
|
|
1908
|
+
icpOperationsContactValue?: string | null | undefined;
|
|
1909
|
+
icpFinanceContactValue?: string | null | undefined;
|
|
1910
|
+
};
|
|
1911
|
+
agency: {
|
|
1912
|
+
agencyValue?: string | null | undefined;
|
|
1913
|
+
agencyContactValue?: string | null | undefined;
|
|
1914
|
+
agencyFormattedValue?: string | null | undefined;
|
|
1915
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
1916
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
1917
|
+
};
|
|
1918
|
+
assignment: {
|
|
1919
|
+
solution?: any;
|
|
1920
|
+
paymentTerms?: string | null | undefined;
|
|
1921
|
+
totalRevenue?: number | null | undefined;
|
|
1922
|
+
endClient?: string | null | undefined;
|
|
1923
|
+
region?: number | null | undefined;
|
|
1924
|
+
attn?: number | null | undefined;
|
|
1925
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1926
|
+
otherContractualAgreements?: string | null | undefined;
|
|
1927
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1928
|
+
contractPayRate?: number | null | undefined;
|
|
1929
|
+
contractRateFrequency?: number | null | undefined;
|
|
1930
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
1931
|
+
hoursWorked?: number | null | undefined;
|
|
1932
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
1933
|
+
jobType?: number | null | undefined;
|
|
1934
|
+
employmentContractType?: number | null | undefined;
|
|
1935
|
+
startDate?: string | null | undefined;
|
|
1936
|
+
endDate?: string | null | undefined;
|
|
1937
|
+
workerConfirmedStartDate?: string | null | undefined;
|
|
1938
|
+
workerEndDate?: string | null | undefined;
|
|
1939
|
+
actualEndDate?: string | null | undefined;
|
|
1940
|
+
jobRole?: string | null | undefined;
|
|
1941
|
+
remote?: boolean | null | undefined;
|
|
1942
|
+
isRollingContract?: boolean | null | undefined;
|
|
1943
|
+
notice?: string | null | undefined;
|
|
1944
|
+
jobDescription?: string | null | undefined;
|
|
1945
|
+
selfBilling?: boolean | null | undefined;
|
|
1946
|
+
workCountry?: any;
|
|
1947
|
+
parentSolution?: any;
|
|
1948
|
+
};
|
|
1380
1949
|
assignmentId: string;
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1950
|
+
zoho: {
|
|
1951
|
+
zohoBooksSync?: string | null | undefined;
|
|
1952
|
+
zohoCrmId?: string | null | undefined;
|
|
1953
|
+
zohoBooksId?: string | null | undefined;
|
|
1954
|
+
zohoCrmSync?: string | null | undefined;
|
|
1955
|
+
zohoSyncError?: string | null | undefined;
|
|
1956
|
+
};
|
|
1957
|
+
progress: {
|
|
1958
|
+
stage?: number | null | undefined;
|
|
1959
|
+
stageReason?: number | null | undefined;
|
|
1960
|
+
rejectionReason?: string | null | undefined;
|
|
1961
|
+
reportingStatus?: number | null | undefined;
|
|
1962
|
+
onboardingDurationMinutes?: number | null | undefined;
|
|
1963
|
+
onboardingDuration?: string | null | undefined;
|
|
1964
|
+
pendingOnboarding?: string | null | undefined;
|
|
1965
|
+
awaitingDocuments?: string | null | undefined;
|
|
1966
|
+
registrationSubmitted?: string | null | undefined;
|
|
1967
|
+
onboardingStatus?: string | null | undefined;
|
|
1968
|
+
joinerStatus?: string | null | undefined;
|
|
1969
|
+
activeStatus?: string | null | undefined;
|
|
1970
|
+
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
1971
|
+
workPermitInProgressDuration?: string | null | undefined;
|
|
1972
|
+
allocated?: string | null | undefined;
|
|
1973
|
+
gatheringDocuments?: string | null | undefined;
|
|
1974
|
+
preparingApplication?: string | null | undefined;
|
|
1975
|
+
applicationSubmitted?: string | null | undefined;
|
|
1976
|
+
registrationInProgressDuration?: string | null | undefined;
|
|
1977
|
+
completed?: string | null | undefined;
|
|
1978
|
+
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
1979
|
+
complianceApprovalDuration?: string | null | undefined;
|
|
1980
|
+
finalCheck?: string | null | undefined;
|
|
1981
|
+
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
1982
|
+
legalApprovedToIssueDuration?: string | null | undefined;
|
|
1983
|
+
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
1984
|
+
contractsInProgressDuration?: string | null | undefined;
|
|
1985
|
+
draftingContract?: string | null | undefined;
|
|
1986
|
+
contractSent?: string | null | undefined;
|
|
1987
|
+
contractQueries?: string | null | undefined;
|
|
1988
|
+
signedContractReceived?: string | null | undefined;
|
|
1989
|
+
legalFinalCheck?: string | null | undefined;
|
|
1990
|
+
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
1991
|
+
};
|
|
1992
|
+
contractor: {
|
|
1993
|
+
contractorValue?: string | null | undefined;
|
|
1994
|
+
contractorFormattedValue?: string | null | undefined;
|
|
1995
|
+
};
|
|
1996
|
+
fees: {
|
|
1997
|
+
onboardingFee?: number | null | undefined;
|
|
1998
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
1999
|
+
depositPayable?: number | null | undefined;
|
|
2000
|
+
depositValue?: number | null | undefined;
|
|
2001
|
+
waivedByValue?: string | null | undefined;
|
|
2002
|
+
marginCurrencyValue?: string | null | undefined;
|
|
2003
|
+
marginBasis?: number | null | undefined;
|
|
2004
|
+
marginPeriod?: number | null | undefined;
|
|
2005
|
+
marginPercentage?: number | null | undefined;
|
|
2006
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
2007
|
+
marginMinValue?: number | null | undefined;
|
|
2008
|
+
marginPaidBy?: number | null | undefined;
|
|
2009
|
+
marginContractorPercentage?: number | null | undefined;
|
|
2010
|
+
mgtMonthlyFee?: number | null | undefined;
|
|
2011
|
+
mgtMonthlyFeePercentage?: number | null | undefined;
|
|
2012
|
+
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
2013
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
2014
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
2015
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
2016
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
2017
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
2018
|
+
};
|
|
2019
|
+
rates: {
|
|
2020
|
+
clientRate?: number | null | undefined;
|
|
2021
|
+
grossRateSimulation?: number | null | undefined;
|
|
2022
|
+
marginRate?: number | null | undefined;
|
|
2023
|
+
employeeGrossSalary?: number | null | undefined;
|
|
2024
|
+
};
|
|
2025
|
+
compliance: {
|
|
2026
|
+
type?: number | null | undefined;
|
|
2027
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
2028
|
+
workPermitCost?: string | null | undefined;
|
|
2029
|
+
workPermitPaidBy?: string | null | undefined;
|
|
2030
|
+
specialConditions?: string | null | undefined;
|
|
2031
|
+
possibilityOfExtension?: number | null | undefined;
|
|
2032
|
+
grossPay?: boolean | null | undefined;
|
|
2033
|
+
expenses?: string | null | undefined;
|
|
2034
|
+
acceptedDate?: string | null | undefined;
|
|
2035
|
+
dateReferredToIcp?: string | null | undefined;
|
|
2036
|
+
dateIcpApprovedRtw?: string | null | undefined;
|
|
2037
|
+
fxRequirement?: number | null | undefined;
|
|
2038
|
+
fxInvoicingPattern?: number | null | undefined;
|
|
2039
|
+
};
|
|
1391
2040
|
precisionId?: string | null | undefined;
|
|
1392
2041
|
etag?: string | null | undefined;
|
|
1393
2042
|
versionNumber?: number | null | undefined;
|
|
@@ -1407,482 +2056,699 @@ export declare const Assignment: {
|
|
|
1407
2056
|
owningBusinessUnitValue?: string | null | undefined;
|
|
1408
2057
|
owningTeamValue?: string | null | undefined;
|
|
1409
2058
|
owningUserValue?: string | null | undefined;
|
|
1410
|
-
active?: string | null | undefined;
|
|
1411
2059
|
assignmentNumber?: string | null | undefined;
|
|
1412
|
-
|
|
1413
|
-
stageReason?: number | null | undefined;
|
|
1414
|
-
contractorValue?: string | null | undefined;
|
|
1415
|
-
region?: number | null | undefined;
|
|
1416
|
-
attn?: number | null | undefined;
|
|
1417
|
-
referralValue?: string | null | undefined;
|
|
1418
|
-
workCountryValue?: string | null | undefined;
|
|
1419
|
-
solutionValue?: string | null | undefined;
|
|
1420
|
-
solutionTypeValue?: string | null | undefined;
|
|
1421
|
-
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1422
|
-
otherContractualAgreements?: string | null | undefined;
|
|
1423
|
-
workPermitSponsorship?: boolean | null | undefined;
|
|
1424
|
-
workPermitCost?: string | null | undefined;
|
|
1425
|
-
workPermitPaidBy?: string | null | undefined;
|
|
2060
|
+
referralId?: string | null | undefined;
|
|
1426
2061
|
salesCodeValue?: string | null | undefined;
|
|
1427
|
-
|
|
1428
|
-
localEmployingEntityValue?: string | null | undefined;
|
|
1429
|
-
depositPayable?: number | null | undefined;
|
|
1430
|
-
waivedByValue?: string | null | undefined;
|
|
1431
|
-
fxRequirement?: number | null | undefined;
|
|
1432
|
-
fxInvoicingPattern?: number | null | undefined;
|
|
1433
|
-
dateReferredToIcp?: string | null | undefined;
|
|
1434
|
-
dateIcpApprovedRtw?: string | null | undefined;
|
|
1435
|
-
marginCurrencyValue?: string | null | undefined;
|
|
1436
|
-
marginBasis?: number | null | undefined;
|
|
1437
|
-
marginPeriod?: number | null | undefined;
|
|
1438
|
-
marginPercentage?: number | null | undefined;
|
|
1439
|
-
marginFixedValueMaxValue?: number | null | undefined;
|
|
1440
|
-
marginMinValue?: number | null | undefined;
|
|
1441
|
-
marginPaidBy?: number | null | undefined;
|
|
1442
|
-
marginContractorPercentage?: number | null | undefined;
|
|
1443
|
-
clientRate?: number | null | undefined;
|
|
1444
|
-
grossRateSimulation?: number | null | undefined;
|
|
1445
|
-
marginRate?: number | null | undefined;
|
|
1446
|
-
employeeGrossSalary?: number | null | undefined;
|
|
1447
|
-
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1448
|
-
startUpMarginPaidBy?: number | null | undefined;
|
|
1449
|
-
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1450
|
-
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1451
|
-
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1452
|
-
agencyValue?: string | null | undefined;
|
|
1453
|
-
agencyContactValue?: string | null | undefined;
|
|
1454
|
-
endClient?: string | null | undefined;
|
|
1455
|
-
marginOnlyCompanyValue?: string | null | undefined;
|
|
1456
|
-
jobType?: number | null | undefined;
|
|
1457
|
-
employmentContractType?: number | null | undefined;
|
|
1458
|
-
startDate?: string | null | undefined;
|
|
1459
|
-
endDate?: string | null | undefined;
|
|
1460
|
-
workerEndDate?: string | null | undefined;
|
|
1461
|
-
workerConfirmedStartDate?: string | null | undefined;
|
|
1462
|
-
actualEndDate?: string | null | undefined;
|
|
1463
|
-
jobRole?: string | null | undefined;
|
|
1464
|
-
remote?: boolean | null | undefined;
|
|
1465
|
-
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1466
|
-
contractPayRate?: number | null | undefined;
|
|
1467
|
-
contractRateFrequency?: number | null | undefined;
|
|
1468
|
-
hoursWorked?: number | null | undefined;
|
|
1469
|
-
hoursWorkedUnit?: number | null | undefined;
|
|
1470
|
-
specialConditions?: string | null | undefined;
|
|
1471
|
-
possibilityOfExtension?: number | null | undefined;
|
|
1472
|
-
isRollingContract?: boolean | null | undefined;
|
|
1473
|
-
acceptedDate?: string | null | undefined;
|
|
1474
|
-
rejectionReason?: string | null | undefined;
|
|
1475
|
-
notice?: string | null | undefined;
|
|
1476
|
-
mgtMonthlyFee?: number | null | undefined;
|
|
1477
|
-
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
1478
|
-
totalRevenue?: number | null | undefined;
|
|
1479
|
-
expenses?: string | null | undefined;
|
|
1480
|
-
selfBilling?: boolean | null | undefined;
|
|
1481
|
-
contractPaymentFrequency?: number | null | undefined;
|
|
1482
|
-
grossPay?: boolean | null | undefined;
|
|
1483
|
-
engagementConsultantValue?: string | null | undefined;
|
|
1484
|
-
accountantValue?: string | null | undefined;
|
|
1485
|
-
icpInternalAccountManagerValue?: string | null | undefined;
|
|
1486
|
-
icpOperationsContactValue?: string | null | undefined;
|
|
1487
|
-
icpFinanceContactValue?: string | null | undefined;
|
|
1488
|
-
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
1489
|
-
workPermitInProgressDuration?: string | null | undefined;
|
|
1490
|
-
allocated?: string | null | undefined;
|
|
1491
|
-
gatheringDocuments?: string | null | undefined;
|
|
1492
|
-
preparingApplication?: string | null | undefined;
|
|
1493
|
-
applicationSubmitted?: string | null | undefined;
|
|
1494
|
-
onboardingDurationMinutes?: number | null | undefined;
|
|
1495
|
-
onboardingDuration?: string | null | undefined;
|
|
1496
|
-
pendingOnboarding?: string | null | undefined;
|
|
1497
|
-
awaitingDocuments?: string | null | undefined;
|
|
1498
|
-
registrationSubmitted?: string | null | undefined;
|
|
1499
|
-
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
1500
|
-
registrationInProgressDuration?: string | null | undefined;
|
|
1501
|
-
completed?: string | null | undefined;
|
|
1502
|
-
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
1503
|
-
complianceApprovalDuration?: string | null | undefined;
|
|
1504
|
-
finalCheck?: string | null | undefined;
|
|
1505
|
-
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
1506
|
-
legalApprovedToIssueDuration?: string | null | undefined;
|
|
1507
|
-
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
1508
|
-
contractsInProgressDuration?: string | null | undefined;
|
|
1509
|
-
draftingContract?: string | null | undefined;
|
|
1510
|
-
contractSent?: string | null | undefined;
|
|
1511
|
-
contractQueries?: string | null | undefined;
|
|
1512
|
-
signedContractReceived?: string | null | undefined;
|
|
1513
|
-
legalFinalCheck?: string | null | undefined;
|
|
1514
|
-
onboarding?: string | null | undefined;
|
|
1515
|
-
joiner?: string | null | undefined;
|
|
1516
|
-
reportingStatus?: number | null | undefined;
|
|
1517
|
-
agencyFormattedValue?: string | null | undefined;
|
|
1518
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
2062
|
+
assignmentLogs?: any;
|
|
1519
2063
|
}>;
|
|
1520
2064
|
SPayloadAPI: import("zod").ZodObject<{
|
|
1521
2065
|
readonly assignmentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1522
2066
|
readonly assignmentNumber: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1523
|
-
readonly
|
|
1524
|
-
readonly stageReason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1525
|
-
readonly contractorValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1526
|
-
readonly region: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1527
|
-
readonly attn: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1528
|
-
readonly referralValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1529
|
-
readonly workCountryValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1530
|
-
readonly solutionValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1531
|
-
readonly solutionTypeValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1532
|
-
readonly workwellGlobalInternalCompanyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1533
|
-
readonly otherContractualAgreements: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1534
|
-
readonly workPermitSponsorship: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1535
|
-
readonly workPermitCost: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1536
|
-
readonly workPermitPaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
2067
|
+
readonly referralId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1537
2068
|
readonly salesCodeValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1538
|
-
readonly icpEntityValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1539
|
-
readonly localEmployingEntityValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1540
|
-
readonly onboardingFee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1541
|
-
readonly onboardingFeeCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1542
|
-
readonly depositPayable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1543
|
-
readonly value: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1544
|
-
readonly waivedByValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1545
|
-
readonly fxRequirement: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1546
|
-
readonly fxInvoicingPattern: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1547
|
-
readonly dateReferredToIcp: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1548
|
-
readonly dateIcpApprovedRtw: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1549
|
-
readonly marginCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1550
|
-
readonly marginBasis: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1551
|
-
readonly marginPeriod: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1552
|
-
readonly marginPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1553
|
-
readonly marginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1554
|
-
readonly marginMinValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1555
|
-
readonly marginPaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1556
|
-
readonly marginContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1557
|
-
readonly clientRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1558
|
-
readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1559
|
-
readonly marginRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1560
|
-
readonly employeeGrossSalary: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1561
|
-
readonly startUpMarginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1562
|
-
readonly startUpMarginPaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1563
|
-
readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1564
|
-
readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1565
|
-
readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1566
|
-
readonly agencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1567
|
-
readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1568
|
-
readonly endClient: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1569
|
-
readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1570
|
-
readonly jobType: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1571
|
-
readonly employmentContractType: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1572
|
-
readonly startDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1573
|
-
readonly endDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1574
|
-
readonly workerEndDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1575
|
-
readonly workerConfirmedStartDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1576
|
-
readonly actualEndDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1577
|
-
readonly jobRole: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1578
|
-
readonly remote: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1579
|
-
readonly contractorPayRateCurrencyValue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1580
|
-
readonly contractPayRate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1581
|
-
readonly contractRateFrequency: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1582
|
-
readonly type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1583
|
-
readonly hoursWorked: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1584
|
-
readonly hoursWorkedUnit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1585
|
-
readonly specialConditions: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1586
|
-
readonly possibilityOfExtension: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1587
|
-
readonly isRollingContract: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>>;
|
|
1588
|
-
readonly acceptedDate: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1589
|
-
readonly rejectionReason: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1590
|
-
readonly notice: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1591
|
-
readonly mgtMonthlyFee: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1592
|
-
readonly mgtMonthlyFeePaidBy: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1593
|
-
readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
1594
|
-
readonly expenses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1595
2069
|
readonly precisionId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1596
|
-
readonly
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
readonly
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
2070
|
+
readonly zoho: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2071
|
+
readonly zohoCrmId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2072
|
+
readonly zohoBooksId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2073
|
+
readonly zohoCrmSync: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2074
|
+
readonly zohoBooksSync: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2075
|
+
readonly zohoSyncError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2076
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
2077
|
+
zohoBooksSync?: string | null | undefined;
|
|
2078
|
+
zohoCrmId?: string | null | undefined;
|
|
2079
|
+
zohoBooksId?: string | null | undefined;
|
|
2080
|
+
zohoCrmSync?: string | null | undefined;
|
|
2081
|
+
zohoSyncError?: string | null | undefined;
|
|
2082
|
+
}, {
|
|
2083
|
+
zohoBooksSync?: string | null | undefined;
|
|
2084
|
+
zohoCrmId?: string | null | undefined;
|
|
2085
|
+
zohoBooksId?: string | null | undefined;
|
|
2086
|
+
zohoCrmSync?: string | null | undefined;
|
|
2087
|
+
zohoSyncError?: string | null | undefined;
|
|
2088
|
+
}>>;
|
|
2089
|
+
readonly progress: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2090
|
+
readonly stage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2091
|
+
readonly stageReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2092
|
+
readonly rejectionReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2093
|
+
readonly reportingStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2094
|
+
readonly onboardingDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2095
|
+
readonly onboardingDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2096
|
+
readonly pendingOnboarding: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2097
|
+
readonly awaitingDocuments: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2098
|
+
readonly registrationSubmitted: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2099
|
+
readonly onboardingStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2100
|
+
readonly joinerStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2101
|
+
readonly activeStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2102
|
+
readonly workPermitInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2103
|
+
readonly workPermitInProgressDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2104
|
+
readonly allocated: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2105
|
+
readonly gatheringDocuments: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2106
|
+
readonly preparingApplication: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2107
|
+
readonly applicationSubmitted: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2108
|
+
readonly registrationInProgressDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2109
|
+
readonly completed: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2110
|
+
readonly complianceApprovalDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2111
|
+
readonly complianceApprovalDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2112
|
+
readonly finalCheck: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2113
|
+
readonly legalApprovedToIssueDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2114
|
+
readonly legalApprovedToIssueDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2115
|
+
readonly contractsInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2116
|
+
readonly contractsInProgressDuration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2117
|
+
readonly draftingContract: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2118
|
+
readonly contractSent: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2119
|
+
readonly contractQueries: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2120
|
+
readonly signedContractReceived: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2121
|
+
readonly legalFinalCheck: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2122
|
+
readonly registrationInProgressDurationMinutes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2123
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
2124
|
+
stage?: number | null | undefined;
|
|
2125
|
+
stageReason?: number | null | undefined;
|
|
2126
|
+
rejectionReason?: string | null | undefined;
|
|
2127
|
+
reportingStatus?: number | null | undefined;
|
|
2128
|
+
onboardingDurationMinutes?: number | null | undefined;
|
|
2129
|
+
onboardingDuration?: string | null | undefined;
|
|
2130
|
+
pendingOnboarding?: string | null | undefined;
|
|
2131
|
+
awaitingDocuments?: string | null | undefined;
|
|
2132
|
+
registrationSubmitted?: string | null | undefined;
|
|
2133
|
+
onboardingStatus?: string | null | undefined;
|
|
2134
|
+
joinerStatus?: string | null | undefined;
|
|
2135
|
+
activeStatus?: string | null | undefined;
|
|
2136
|
+
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
2137
|
+
workPermitInProgressDuration?: string | null | undefined;
|
|
2138
|
+
allocated?: string | null | undefined;
|
|
2139
|
+
gatheringDocuments?: string | null | undefined;
|
|
2140
|
+
preparingApplication?: string | null | undefined;
|
|
2141
|
+
applicationSubmitted?: string | null | undefined;
|
|
2142
|
+
registrationInProgressDuration?: string | null | undefined;
|
|
2143
|
+
completed?: string | null | undefined;
|
|
2144
|
+
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
2145
|
+
complianceApprovalDuration?: string | null | undefined;
|
|
2146
|
+
finalCheck?: string | null | undefined;
|
|
2147
|
+
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
2148
|
+
legalApprovedToIssueDuration?: string | null | undefined;
|
|
2149
|
+
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
2150
|
+
contractsInProgressDuration?: string | null | undefined;
|
|
2151
|
+
draftingContract?: string | null | undefined;
|
|
2152
|
+
contractSent?: string | null | undefined;
|
|
2153
|
+
contractQueries?: string | null | undefined;
|
|
2154
|
+
signedContractReceived?: string | null | undefined;
|
|
2155
|
+
legalFinalCheck?: string | null | undefined;
|
|
2156
|
+
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
2157
|
+
}, {
|
|
2158
|
+
stage?: number | null | undefined;
|
|
2159
|
+
stageReason?: number | null | undefined;
|
|
2160
|
+
rejectionReason?: string | null | undefined;
|
|
2161
|
+
reportingStatus?: number | null | undefined;
|
|
2162
|
+
onboardingDurationMinutes?: number | null | undefined;
|
|
2163
|
+
onboardingDuration?: string | null | undefined;
|
|
2164
|
+
pendingOnboarding?: string | null | undefined;
|
|
2165
|
+
awaitingDocuments?: string | null | undefined;
|
|
2166
|
+
registrationSubmitted?: string | null | undefined;
|
|
2167
|
+
onboardingStatus?: string | null | undefined;
|
|
2168
|
+
joinerStatus?: string | null | undefined;
|
|
2169
|
+
activeStatus?: string | null | undefined;
|
|
2170
|
+
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
2171
|
+
workPermitInProgressDuration?: string | null | undefined;
|
|
2172
|
+
allocated?: string | null | undefined;
|
|
2173
|
+
gatheringDocuments?: string | null | undefined;
|
|
2174
|
+
preparingApplication?: string | null | undefined;
|
|
2175
|
+
applicationSubmitted?: string | null | undefined;
|
|
2176
|
+
registrationInProgressDuration?: string | null | undefined;
|
|
2177
|
+
completed?: string | null | undefined;
|
|
2178
|
+
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
2179
|
+
complianceApprovalDuration?: string | null | undefined;
|
|
2180
|
+
finalCheck?: string | null | undefined;
|
|
2181
|
+
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
2182
|
+
legalApprovedToIssueDuration?: string | null | undefined;
|
|
2183
|
+
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
2184
|
+
contractsInProgressDuration?: string | null | undefined;
|
|
2185
|
+
draftingContract?: string | null | undefined;
|
|
2186
|
+
contractSent?: string | null | undefined;
|
|
2187
|
+
contractQueries?: string | null | undefined;
|
|
2188
|
+
signedContractReceived?: string | null | undefined;
|
|
2189
|
+
legalFinalCheck?: string | null | undefined;
|
|
2190
|
+
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
2191
|
+
}>>;
|
|
2192
|
+
readonly contractor: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2193
|
+
readonly contractorValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2194
|
+
readonly contractorFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2195
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
2196
|
+
contractorValue?: string | null | undefined;
|
|
2197
|
+
contractorFormattedValue?: string | null | undefined;
|
|
2198
|
+
}, {
|
|
2199
|
+
contractorValue?: string | null | undefined;
|
|
2200
|
+
contractorFormattedValue?: string | null | undefined;
|
|
2201
|
+
}>>;
|
|
2202
|
+
readonly assignment: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2203
|
+
readonly region: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2204
|
+
readonly attn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2205
|
+
readonly workwellGlobalInternalCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2206
|
+
readonly otherContractualAgreements: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2207
|
+
readonly contractorPayRateCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2208
|
+
readonly contractPayRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2209
|
+
readonly contractRateFrequency: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2210
|
+
readonly contractPaymentFrequency: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2211
|
+
readonly hoursWorked: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2212
|
+
readonly hoursWorkedUnit: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2213
|
+
readonly totalRevenue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2214
|
+
readonly jobType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2215
|
+
readonly employmentContractType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2216
|
+
readonly startDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2217
|
+
readonly endDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2218
|
+
readonly workerConfirmedStartDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2219
|
+
readonly workerEndDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2220
|
+
readonly actualEndDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2221
|
+
readonly jobRole: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2222
|
+
readonly remote: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
2223
|
+
readonly isRollingContract: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
2224
|
+
readonly notice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2225
|
+
readonly jobDescription: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2226
|
+
readonly endClient: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2227
|
+
readonly paymentTerms: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2228
|
+
readonly selfBilling: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
2229
|
+
readonly workCountry: import("zod").ZodTypeAny;
|
|
2230
|
+
readonly parentSolution: import("zod").ZodTypeAny;
|
|
2231
|
+
readonly solution: import("zod").ZodTypeAny;
|
|
2232
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
2233
|
+
solution?: any;
|
|
2234
|
+
paymentTerms?: string | null | undefined;
|
|
2235
|
+
totalRevenue?: number | null | undefined;
|
|
2236
|
+
endClient?: string | null | undefined;
|
|
2237
|
+
region?: number | null | undefined;
|
|
2238
|
+
attn?: number | null | undefined;
|
|
2239
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
2240
|
+
otherContractualAgreements?: string | null | undefined;
|
|
2241
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
2242
|
+
contractPayRate?: number | null | undefined;
|
|
2243
|
+
contractRateFrequency?: number | null | undefined;
|
|
2244
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
2245
|
+
hoursWorked?: number | null | undefined;
|
|
2246
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
2247
|
+
jobType?: number | null | undefined;
|
|
2248
|
+
employmentContractType?: number | null | undefined;
|
|
2249
|
+
startDate?: string | null | undefined;
|
|
2250
|
+
endDate?: string | null | undefined;
|
|
2251
|
+
workerConfirmedStartDate?: string | null | undefined;
|
|
2252
|
+
workerEndDate?: string | null | undefined;
|
|
2253
|
+
actualEndDate?: string | null | undefined;
|
|
2254
|
+
jobRole?: string | null | undefined;
|
|
2255
|
+
remote?: boolean | null | undefined;
|
|
2256
|
+
isRollingContract?: boolean | null | undefined;
|
|
2257
|
+
notice?: string | null | undefined;
|
|
2258
|
+
jobDescription?: string | null | undefined;
|
|
2259
|
+
selfBilling?: boolean | null | undefined;
|
|
2260
|
+
workCountry?: any;
|
|
2261
|
+
parentSolution?: any;
|
|
2262
|
+
}, {
|
|
2263
|
+
solution?: any;
|
|
2264
|
+
paymentTerms?: string | null | undefined;
|
|
2265
|
+
totalRevenue?: number | null | undefined;
|
|
2266
|
+
endClient?: string | null | undefined;
|
|
2267
|
+
region?: number | null | undefined;
|
|
2268
|
+
attn?: number | null | undefined;
|
|
2269
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
2270
|
+
otherContractualAgreements?: string | null | undefined;
|
|
2271
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
2272
|
+
contractPayRate?: number | null | undefined;
|
|
2273
|
+
contractRateFrequency?: number | null | undefined;
|
|
2274
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
2275
|
+
hoursWorked?: number | null | undefined;
|
|
2276
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
2277
|
+
jobType?: number | null | undefined;
|
|
2278
|
+
employmentContractType?: number | null | undefined;
|
|
2279
|
+
startDate?: string | null | undefined;
|
|
2280
|
+
endDate?: string | null | undefined;
|
|
2281
|
+
workerConfirmedStartDate?: string | null | undefined;
|
|
2282
|
+
workerEndDate?: string | null | undefined;
|
|
2283
|
+
actualEndDate?: string | null | undefined;
|
|
2284
|
+
jobRole?: string | null | undefined;
|
|
2285
|
+
remote?: boolean | null | undefined;
|
|
2286
|
+
isRollingContract?: boolean | null | undefined;
|
|
2287
|
+
notice?: string | null | undefined;
|
|
2288
|
+
jobDescription?: string | null | undefined;
|
|
2289
|
+
selfBilling?: boolean | null | undefined;
|
|
2290
|
+
workCountry?: any;
|
|
2291
|
+
parentSolution?: any;
|
|
2292
|
+
}>>;
|
|
2293
|
+
readonly fees: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2294
|
+
readonly onboardingFee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2295
|
+
readonly onboardingFeeCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2296
|
+
readonly depositPayable: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2297
|
+
readonly depositValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2298
|
+
readonly waivedByValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2299
|
+
readonly marginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2300
|
+
readonly marginBasis: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2301
|
+
readonly marginPeriod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2302
|
+
readonly marginPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2303
|
+
readonly marginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2304
|
+
readonly marginMinValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2305
|
+
readonly marginPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2306
|
+
readonly marginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2307
|
+
readonly mgtMonthlyFee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2308
|
+
readonly mgtMonthlyFeePercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2309
|
+
readonly mgtMonthlyFeePaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2310
|
+
readonly startUpMarginFixedValueMaxValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2311
|
+
readonly startUpMarginPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2312
|
+
readonly startUpMarginCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2313
|
+
readonly startUpMarginContractorPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2314
|
+
readonly preferredInvoiceCurrencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2315
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
2316
|
+
onboardingFee?: number | null | undefined;
|
|
2317
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
2318
|
+
depositPayable?: number | null | undefined;
|
|
2319
|
+
depositValue?: number | null | undefined;
|
|
2320
|
+
waivedByValue?: string | null | undefined;
|
|
2321
|
+
marginCurrencyValue?: string | null | undefined;
|
|
2322
|
+
marginBasis?: number | null | undefined;
|
|
2323
|
+
marginPeriod?: number | null | undefined;
|
|
2324
|
+
marginPercentage?: number | null | undefined;
|
|
2325
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
2326
|
+
marginMinValue?: number | null | undefined;
|
|
2327
|
+
marginPaidBy?: number | null | undefined;
|
|
2328
|
+
marginContractorPercentage?: number | null | undefined;
|
|
2329
|
+
mgtMonthlyFee?: number | null | undefined;
|
|
2330
|
+
mgtMonthlyFeePercentage?: number | null | undefined;
|
|
2331
|
+
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
2332
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
2333
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
2334
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
2335
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
2336
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
2337
|
+
}, {
|
|
2338
|
+
onboardingFee?: number | null | undefined;
|
|
2339
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
2340
|
+
depositPayable?: number | null | undefined;
|
|
2341
|
+
depositValue?: number | null | undefined;
|
|
2342
|
+
waivedByValue?: string | null | undefined;
|
|
2343
|
+
marginCurrencyValue?: string | null | undefined;
|
|
2344
|
+
marginBasis?: number | null | undefined;
|
|
2345
|
+
marginPeriod?: number | null | undefined;
|
|
2346
|
+
marginPercentage?: number | null | undefined;
|
|
2347
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
2348
|
+
marginMinValue?: number | null | undefined;
|
|
2349
|
+
marginPaidBy?: number | null | undefined;
|
|
2350
|
+
marginContractorPercentage?: number | null | undefined;
|
|
2351
|
+
mgtMonthlyFee?: number | null | undefined;
|
|
2352
|
+
mgtMonthlyFeePercentage?: number | null | undefined;
|
|
2353
|
+
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
2354
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
2355
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
2356
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
2357
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
2358
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
2359
|
+
}>>;
|
|
2360
|
+
readonly rates: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2361
|
+
readonly clientRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2362
|
+
readonly grossRateSimulation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2363
|
+
readonly marginRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2364
|
+
readonly employeeGrossSalary: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2365
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
2366
|
+
clientRate?: number | null | undefined;
|
|
2367
|
+
grossRateSimulation?: number | null | undefined;
|
|
2368
|
+
marginRate?: number | null | undefined;
|
|
2369
|
+
employeeGrossSalary?: number | null | undefined;
|
|
2370
|
+
}, {
|
|
2371
|
+
clientRate?: number | null | undefined;
|
|
2372
|
+
grossRateSimulation?: number | null | undefined;
|
|
2373
|
+
marginRate?: number | null | undefined;
|
|
2374
|
+
employeeGrossSalary?: number | null | undefined;
|
|
2375
|
+
}>>;
|
|
2376
|
+
readonly agency: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2377
|
+
readonly agencyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2378
|
+
readonly agencyContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2379
|
+
readonly agencyFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2380
|
+
readonly agencyContactFormattedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2381
|
+
readonly marginOnlyCompanyValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2382
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
2383
|
+
agencyValue?: string | null | undefined;
|
|
2384
|
+
agencyContactValue?: string | null | undefined;
|
|
2385
|
+
agencyFormattedValue?: string | null | undefined;
|
|
2386
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
2387
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
2388
|
+
}, {
|
|
2389
|
+
agencyValue?: string | null | undefined;
|
|
2390
|
+
agencyContactValue?: string | null | undefined;
|
|
2391
|
+
agencyFormattedValue?: string | null | undefined;
|
|
2392
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
2393
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
2394
|
+
}>>;
|
|
2395
|
+
readonly contacts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2396
|
+
readonly icpEntityValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2397
|
+
readonly localEmployingEntityValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2398
|
+
readonly accountantValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2399
|
+
readonly engagementConsultantValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2400
|
+
readonly icpInternalAccountManagerValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2401
|
+
readonly icpOperationsContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2402
|
+
readonly icpFinanceContactValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2403
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
2404
|
+
icpEntityValue?: string | null | undefined;
|
|
2405
|
+
localEmployingEntityValue?: string | null | undefined;
|
|
2406
|
+
accountantValue?: string | null | undefined;
|
|
2407
|
+
engagementConsultantValue?: string | null | undefined;
|
|
2408
|
+
icpInternalAccountManagerValue?: string | null | undefined;
|
|
2409
|
+
icpOperationsContactValue?: string | null | undefined;
|
|
2410
|
+
icpFinanceContactValue?: string | null | undefined;
|
|
2411
|
+
}, {
|
|
2412
|
+
icpEntityValue?: string | null | undefined;
|
|
2413
|
+
localEmployingEntityValue?: string | null | undefined;
|
|
2414
|
+
accountantValue?: string | null | undefined;
|
|
2415
|
+
engagementConsultantValue?: string | null | undefined;
|
|
2416
|
+
icpInternalAccountManagerValue?: string | null | undefined;
|
|
2417
|
+
icpOperationsContactValue?: string | null | undefined;
|
|
2418
|
+
icpFinanceContactValue?: string | null | undefined;
|
|
2419
|
+
}>>;
|
|
2420
|
+
readonly compliance: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2421
|
+
readonly workPermitSponsorship: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
2422
|
+
readonly workPermitCost: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2423
|
+
readonly workPermitPaidBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2424
|
+
readonly specialConditions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2425
|
+
readonly possibilityOfExtension: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2426
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2427
|
+
readonly grossPay: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
2428
|
+
readonly expenses: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2429
|
+
readonly acceptedDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2430
|
+
readonly dateReferredToIcp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2431
|
+
readonly dateIcpApprovedRtw: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2432
|
+
readonly fxRequirement: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2433
|
+
readonly fxInvoicingPattern: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2434
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
2435
|
+
type?: number | null | undefined;
|
|
2436
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
2437
|
+
workPermitCost?: string | null | undefined;
|
|
2438
|
+
workPermitPaidBy?: string | null | undefined;
|
|
2439
|
+
specialConditions?: string | null | undefined;
|
|
2440
|
+
possibilityOfExtension?: number | null | undefined;
|
|
2441
|
+
grossPay?: boolean | null | undefined;
|
|
2442
|
+
expenses?: string | null | undefined;
|
|
2443
|
+
acceptedDate?: string | null | undefined;
|
|
2444
|
+
dateReferredToIcp?: string | null | undefined;
|
|
2445
|
+
dateIcpApprovedRtw?: string | null | undefined;
|
|
2446
|
+
fxRequirement?: number | null | undefined;
|
|
2447
|
+
fxInvoicingPattern?: number | null | undefined;
|
|
2448
|
+
}, {
|
|
2449
|
+
type?: number | null | undefined;
|
|
2450
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
2451
|
+
workPermitCost?: string | null | undefined;
|
|
2452
|
+
workPermitPaidBy?: string | null | undefined;
|
|
2453
|
+
specialConditions?: string | null | undefined;
|
|
2454
|
+
possibilityOfExtension?: number | null | undefined;
|
|
2455
|
+
grossPay?: boolean | null | undefined;
|
|
2456
|
+
expenses?: string | null | undefined;
|
|
2457
|
+
acceptedDate?: string | null | undefined;
|
|
2458
|
+
dateReferredToIcp?: string | null | undefined;
|
|
2459
|
+
dateIcpApprovedRtw?: string | null | undefined;
|
|
2460
|
+
fxRequirement?: number | null | undefined;
|
|
2461
|
+
fxInvoicingPattern?: number | null | undefined;
|
|
2462
|
+
}>>;
|
|
2463
|
+
readonly assignmentLogs: import("zod").ZodOptional<import("zod").ZodTypeAny>;
|
|
1642
2464
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
2465
|
+
contacts?: {
|
|
2466
|
+
icpEntityValue?: string | null | undefined;
|
|
2467
|
+
localEmployingEntityValue?: string | null | undefined;
|
|
2468
|
+
accountantValue?: string | null | undefined;
|
|
2469
|
+
engagementConsultantValue?: string | null | undefined;
|
|
2470
|
+
icpInternalAccountManagerValue?: string | null | undefined;
|
|
2471
|
+
icpOperationsContactValue?: string | null | undefined;
|
|
2472
|
+
icpFinanceContactValue?: string | null | undefined;
|
|
2473
|
+
} | undefined;
|
|
2474
|
+
agency?: {
|
|
2475
|
+
agencyValue?: string | null | undefined;
|
|
2476
|
+
agencyContactValue?: string | null | undefined;
|
|
2477
|
+
agencyFormattedValue?: string | null | undefined;
|
|
2478
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
2479
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
2480
|
+
} | undefined;
|
|
2481
|
+
assignment?: {
|
|
2482
|
+
solution?: any;
|
|
2483
|
+
paymentTerms?: string | null | undefined;
|
|
2484
|
+
totalRevenue?: number | null | undefined;
|
|
2485
|
+
endClient?: string | null | undefined;
|
|
2486
|
+
region?: number | null | undefined;
|
|
2487
|
+
attn?: number | null | undefined;
|
|
2488
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
2489
|
+
otherContractualAgreements?: string | null | undefined;
|
|
2490
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
2491
|
+
contractPayRate?: number | null | undefined;
|
|
2492
|
+
contractRateFrequency?: number | null | undefined;
|
|
2493
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
2494
|
+
hoursWorked?: number | null | undefined;
|
|
2495
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
2496
|
+
jobType?: number | null | undefined;
|
|
2497
|
+
employmentContractType?: number | null | undefined;
|
|
2498
|
+
startDate?: string | null | undefined;
|
|
2499
|
+
endDate?: string | null | undefined;
|
|
2500
|
+
workerConfirmedStartDate?: string | null | undefined;
|
|
2501
|
+
workerEndDate?: string | null | undefined;
|
|
2502
|
+
actualEndDate?: string | null | undefined;
|
|
2503
|
+
jobRole?: string | null | undefined;
|
|
2504
|
+
remote?: boolean | null | undefined;
|
|
2505
|
+
isRollingContract?: boolean | null | undefined;
|
|
2506
|
+
notice?: string | null | undefined;
|
|
2507
|
+
jobDescription?: string | null | undefined;
|
|
2508
|
+
selfBilling?: boolean | null | undefined;
|
|
2509
|
+
workCountry?: any;
|
|
2510
|
+
parentSolution?: any;
|
|
2511
|
+
} | undefined;
|
|
1653
2512
|
precisionId?: string | null | undefined;
|
|
1654
|
-
active?: string | null | undefined;
|
|
1655
2513
|
assignmentId?: string | undefined;
|
|
1656
2514
|
assignmentNumber?: string | null | undefined;
|
|
1657
|
-
|
|
1658
|
-
stageReason?: number | null | undefined;
|
|
1659
|
-
contractorValue?: string | null | undefined;
|
|
1660
|
-
region?: number | null | undefined;
|
|
1661
|
-
attn?: number | null | undefined;
|
|
1662
|
-
referralValue?: string | null | undefined;
|
|
1663
|
-
workCountryValue?: string | null | undefined;
|
|
1664
|
-
solutionValue?: string | null | undefined;
|
|
1665
|
-
solutionTypeValue?: string | null | undefined;
|
|
1666
|
-
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1667
|
-
otherContractualAgreements?: string | null | undefined;
|
|
1668
|
-
workPermitSponsorship?: boolean | null | undefined;
|
|
1669
|
-
workPermitCost?: string | null | undefined;
|
|
1670
|
-
workPermitPaidBy?: string | null | undefined;
|
|
2515
|
+
referralId?: string | null | undefined;
|
|
1671
2516
|
salesCodeValue?: string | null | undefined;
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
2517
|
+
assignmentLogs?: any;
|
|
2518
|
+
zoho?: {
|
|
2519
|
+
zohoBooksSync?: string | null | undefined;
|
|
2520
|
+
zohoCrmId?: string | null | undefined;
|
|
2521
|
+
zohoBooksId?: string | null | undefined;
|
|
2522
|
+
zohoCrmSync?: string | null | undefined;
|
|
2523
|
+
zohoSyncError?: string | null | undefined;
|
|
2524
|
+
} | undefined;
|
|
2525
|
+
progress?: {
|
|
2526
|
+
stage?: number | null | undefined;
|
|
2527
|
+
stageReason?: number | null | undefined;
|
|
2528
|
+
rejectionReason?: string | null | undefined;
|
|
2529
|
+
reportingStatus?: number | null | undefined;
|
|
2530
|
+
onboardingDurationMinutes?: number | null | undefined;
|
|
2531
|
+
onboardingDuration?: string | null | undefined;
|
|
2532
|
+
pendingOnboarding?: string | null | undefined;
|
|
2533
|
+
awaitingDocuments?: string | null | undefined;
|
|
2534
|
+
registrationSubmitted?: string | null | undefined;
|
|
2535
|
+
onboardingStatus?: string | null | undefined;
|
|
2536
|
+
joinerStatus?: string | null | undefined;
|
|
2537
|
+
activeStatus?: string | null | undefined;
|
|
2538
|
+
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
2539
|
+
workPermitInProgressDuration?: string | null | undefined;
|
|
2540
|
+
allocated?: string | null | undefined;
|
|
2541
|
+
gatheringDocuments?: string | null | undefined;
|
|
2542
|
+
preparingApplication?: string | null | undefined;
|
|
2543
|
+
applicationSubmitted?: string | null | undefined;
|
|
2544
|
+
registrationInProgressDuration?: string | null | undefined;
|
|
2545
|
+
completed?: string | null | undefined;
|
|
2546
|
+
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
2547
|
+
complianceApprovalDuration?: string | null | undefined;
|
|
2548
|
+
finalCheck?: string | null | undefined;
|
|
2549
|
+
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
2550
|
+
legalApprovedToIssueDuration?: string | null | undefined;
|
|
2551
|
+
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
2552
|
+
contractsInProgressDuration?: string | null | undefined;
|
|
2553
|
+
draftingContract?: string | null | undefined;
|
|
2554
|
+
contractSent?: string | null | undefined;
|
|
2555
|
+
contractQueries?: string | null | undefined;
|
|
2556
|
+
signedContractReceived?: string | null | undefined;
|
|
2557
|
+
legalFinalCheck?: string | null | undefined;
|
|
2558
|
+
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
2559
|
+
} | undefined;
|
|
2560
|
+
contractor?: {
|
|
2561
|
+
contractorValue?: string | null | undefined;
|
|
2562
|
+
contractorFormattedValue?: string | null | undefined;
|
|
2563
|
+
} | undefined;
|
|
2564
|
+
fees?: {
|
|
2565
|
+
onboardingFee?: number | null | undefined;
|
|
2566
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
2567
|
+
depositPayable?: number | null | undefined;
|
|
2568
|
+
depositValue?: number | null | undefined;
|
|
2569
|
+
waivedByValue?: string | null | undefined;
|
|
2570
|
+
marginCurrencyValue?: string | null | undefined;
|
|
2571
|
+
marginBasis?: number | null | undefined;
|
|
2572
|
+
marginPeriod?: number | null | undefined;
|
|
2573
|
+
marginPercentage?: number | null | undefined;
|
|
2574
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
2575
|
+
marginMinValue?: number | null | undefined;
|
|
2576
|
+
marginPaidBy?: number | null | undefined;
|
|
2577
|
+
marginContractorPercentage?: number | null | undefined;
|
|
2578
|
+
mgtMonthlyFee?: number | null | undefined;
|
|
2579
|
+
mgtMonthlyFeePercentage?: number | null | undefined;
|
|
2580
|
+
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
2581
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
2582
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
2583
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
2584
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
2585
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
2586
|
+
} | undefined;
|
|
2587
|
+
rates?: {
|
|
2588
|
+
clientRate?: number | null | undefined;
|
|
2589
|
+
grossRateSimulation?: number | null | undefined;
|
|
2590
|
+
marginRate?: number | null | undefined;
|
|
2591
|
+
employeeGrossSalary?: number | null | undefined;
|
|
2592
|
+
} | undefined;
|
|
2593
|
+
compliance?: {
|
|
2594
|
+
type?: number | null | undefined;
|
|
2595
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
2596
|
+
workPermitCost?: string | null | undefined;
|
|
2597
|
+
workPermitPaidBy?: string | null | undefined;
|
|
2598
|
+
specialConditions?: string | null | undefined;
|
|
2599
|
+
possibilityOfExtension?: number | null | undefined;
|
|
2600
|
+
grossPay?: boolean | null | undefined;
|
|
2601
|
+
expenses?: string | null | undefined;
|
|
2602
|
+
acceptedDate?: string | null | undefined;
|
|
2603
|
+
dateReferredToIcp?: string | null | undefined;
|
|
2604
|
+
dateIcpApprovedRtw?: string | null | undefined;
|
|
2605
|
+
fxRequirement?: number | null | undefined;
|
|
2606
|
+
fxInvoicingPattern?: number | null | undefined;
|
|
2607
|
+
} | undefined;
|
|
1764
2608
|
}, {
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
2609
|
+
contacts?: {
|
|
2610
|
+
icpEntityValue?: string | null | undefined;
|
|
2611
|
+
localEmployingEntityValue?: string | null | undefined;
|
|
2612
|
+
accountantValue?: string | null | undefined;
|
|
2613
|
+
engagementConsultantValue?: string | null | undefined;
|
|
2614
|
+
icpInternalAccountManagerValue?: string | null | undefined;
|
|
2615
|
+
icpOperationsContactValue?: string | null | undefined;
|
|
2616
|
+
icpFinanceContactValue?: string | null | undefined;
|
|
2617
|
+
} | undefined;
|
|
2618
|
+
agency?: {
|
|
2619
|
+
agencyValue?: string | null | undefined;
|
|
2620
|
+
agencyContactValue?: string | null | undefined;
|
|
2621
|
+
agencyFormattedValue?: string | null | undefined;
|
|
2622
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
2623
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
2624
|
+
} | undefined;
|
|
2625
|
+
assignment?: {
|
|
2626
|
+
solution?: any;
|
|
2627
|
+
paymentTerms?: string | null | undefined;
|
|
2628
|
+
totalRevenue?: number | null | undefined;
|
|
2629
|
+
endClient?: string | null | undefined;
|
|
2630
|
+
region?: number | null | undefined;
|
|
2631
|
+
attn?: number | null | undefined;
|
|
2632
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
2633
|
+
otherContractualAgreements?: string | null | undefined;
|
|
2634
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
2635
|
+
contractPayRate?: number | null | undefined;
|
|
2636
|
+
contractRateFrequency?: number | null | undefined;
|
|
2637
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
2638
|
+
hoursWorked?: number | null | undefined;
|
|
2639
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
2640
|
+
jobType?: number | null | undefined;
|
|
2641
|
+
employmentContractType?: number | null | undefined;
|
|
2642
|
+
startDate?: string | null | undefined;
|
|
2643
|
+
endDate?: string | null | undefined;
|
|
2644
|
+
workerConfirmedStartDate?: string | null | undefined;
|
|
2645
|
+
workerEndDate?: string | null | undefined;
|
|
2646
|
+
actualEndDate?: string | null | undefined;
|
|
2647
|
+
jobRole?: string | null | undefined;
|
|
2648
|
+
remote?: boolean | null | undefined;
|
|
2649
|
+
isRollingContract?: boolean | null | undefined;
|
|
2650
|
+
notice?: string | null | undefined;
|
|
2651
|
+
jobDescription?: string | null | undefined;
|
|
2652
|
+
selfBilling?: boolean | null | undefined;
|
|
2653
|
+
workCountry?: any;
|
|
2654
|
+
parentSolution?: any;
|
|
2655
|
+
} | undefined;
|
|
1775
2656
|
precisionId?: string | null | undefined;
|
|
1776
|
-
active?: string | null | undefined;
|
|
1777
2657
|
assignmentId?: string | undefined;
|
|
1778
2658
|
assignmentNumber?: string | null | undefined;
|
|
1779
|
-
|
|
1780
|
-
stageReason?: number | null | undefined;
|
|
1781
|
-
contractorValue?: string | null | undefined;
|
|
1782
|
-
region?: number | null | undefined;
|
|
1783
|
-
attn?: number | null | undefined;
|
|
1784
|
-
referralValue?: string | null | undefined;
|
|
1785
|
-
workCountryValue?: string | null | undefined;
|
|
1786
|
-
solutionValue?: string | null | undefined;
|
|
1787
|
-
solutionTypeValue?: string | null | undefined;
|
|
1788
|
-
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1789
|
-
otherContractualAgreements?: string | null | undefined;
|
|
1790
|
-
workPermitSponsorship?: boolean | null | undefined;
|
|
1791
|
-
workPermitCost?: string | null | undefined;
|
|
1792
|
-
workPermitPaidBy?: string | null | undefined;
|
|
2659
|
+
referralId?: string | null | undefined;
|
|
1793
2660
|
salesCodeValue?: string | null | undefined;
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
agencyContactFormattedValue?: string | null | undefined;
|
|
2661
|
+
assignmentLogs?: any;
|
|
2662
|
+
zoho?: {
|
|
2663
|
+
zohoBooksSync?: string | null | undefined;
|
|
2664
|
+
zohoCrmId?: string | null | undefined;
|
|
2665
|
+
zohoBooksId?: string | null | undefined;
|
|
2666
|
+
zohoCrmSync?: string | null | undefined;
|
|
2667
|
+
zohoSyncError?: string | null | undefined;
|
|
2668
|
+
} | undefined;
|
|
2669
|
+
progress?: {
|
|
2670
|
+
stage?: number | null | undefined;
|
|
2671
|
+
stageReason?: number | null | undefined;
|
|
2672
|
+
rejectionReason?: string | null | undefined;
|
|
2673
|
+
reportingStatus?: number | null | undefined;
|
|
2674
|
+
onboardingDurationMinutes?: number | null | undefined;
|
|
2675
|
+
onboardingDuration?: string | null | undefined;
|
|
2676
|
+
pendingOnboarding?: string | null | undefined;
|
|
2677
|
+
awaitingDocuments?: string | null | undefined;
|
|
2678
|
+
registrationSubmitted?: string | null | undefined;
|
|
2679
|
+
onboardingStatus?: string | null | undefined;
|
|
2680
|
+
joinerStatus?: string | null | undefined;
|
|
2681
|
+
activeStatus?: string | null | undefined;
|
|
2682
|
+
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
2683
|
+
workPermitInProgressDuration?: string | null | undefined;
|
|
2684
|
+
allocated?: string | null | undefined;
|
|
2685
|
+
gatheringDocuments?: string | null | undefined;
|
|
2686
|
+
preparingApplication?: string | null | undefined;
|
|
2687
|
+
applicationSubmitted?: string | null | undefined;
|
|
2688
|
+
registrationInProgressDuration?: string | null | undefined;
|
|
2689
|
+
completed?: string | null | undefined;
|
|
2690
|
+
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
2691
|
+
complianceApprovalDuration?: string | null | undefined;
|
|
2692
|
+
finalCheck?: string | null | undefined;
|
|
2693
|
+
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
2694
|
+
legalApprovedToIssueDuration?: string | null | undefined;
|
|
2695
|
+
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
2696
|
+
contractsInProgressDuration?: string | null | undefined;
|
|
2697
|
+
draftingContract?: string | null | undefined;
|
|
2698
|
+
contractSent?: string | null | undefined;
|
|
2699
|
+
contractQueries?: string | null | undefined;
|
|
2700
|
+
signedContractReceived?: string | null | undefined;
|
|
2701
|
+
legalFinalCheck?: string | null | undefined;
|
|
2702
|
+
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
2703
|
+
} | undefined;
|
|
2704
|
+
contractor?: {
|
|
2705
|
+
contractorValue?: string | null | undefined;
|
|
2706
|
+
contractorFormattedValue?: string | null | undefined;
|
|
2707
|
+
} | undefined;
|
|
2708
|
+
fees?: {
|
|
2709
|
+
onboardingFee?: number | null | undefined;
|
|
2710
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
2711
|
+
depositPayable?: number | null | undefined;
|
|
2712
|
+
depositValue?: number | null | undefined;
|
|
2713
|
+
waivedByValue?: string | null | undefined;
|
|
2714
|
+
marginCurrencyValue?: string | null | undefined;
|
|
2715
|
+
marginBasis?: number | null | undefined;
|
|
2716
|
+
marginPeriod?: number | null | undefined;
|
|
2717
|
+
marginPercentage?: number | null | undefined;
|
|
2718
|
+
marginFixedValueMaxValue?: number | null | undefined;
|
|
2719
|
+
marginMinValue?: number | null | undefined;
|
|
2720
|
+
marginPaidBy?: number | null | undefined;
|
|
2721
|
+
marginContractorPercentage?: number | null | undefined;
|
|
2722
|
+
mgtMonthlyFee?: number | null | undefined;
|
|
2723
|
+
mgtMonthlyFeePercentage?: number | null | undefined;
|
|
2724
|
+
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
2725
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
2726
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
2727
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
2728
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
2729
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
2730
|
+
} | undefined;
|
|
2731
|
+
rates?: {
|
|
2732
|
+
clientRate?: number | null | undefined;
|
|
2733
|
+
grossRateSimulation?: number | null | undefined;
|
|
2734
|
+
marginRate?: number | null | undefined;
|
|
2735
|
+
employeeGrossSalary?: number | null | undefined;
|
|
2736
|
+
} | undefined;
|
|
2737
|
+
compliance?: {
|
|
2738
|
+
type?: number | null | undefined;
|
|
2739
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
2740
|
+
workPermitCost?: string | null | undefined;
|
|
2741
|
+
workPermitPaidBy?: string | null | undefined;
|
|
2742
|
+
specialConditions?: string | null | undefined;
|
|
2743
|
+
possibilityOfExtension?: number | null | undefined;
|
|
2744
|
+
grossPay?: boolean | null | undefined;
|
|
2745
|
+
expenses?: string | null | undefined;
|
|
2746
|
+
acceptedDate?: string | null | undefined;
|
|
2747
|
+
dateReferredToIcp?: string | null | undefined;
|
|
2748
|
+
dateIcpApprovedRtw?: string | null | undefined;
|
|
2749
|
+
fxRequirement?: number | null | undefined;
|
|
2750
|
+
fxInvoicingPattern?: number | null | undefined;
|
|
2751
|
+
} | undefined;
|
|
1886
2752
|
}>;
|
|
1887
2753
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
1888
2754
|
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
@@ -1892,7 +2758,7 @@ export declare const Assignment: {
|
|
|
1892
2758
|
readonly relationshipName: "ww_Contractor";
|
|
1893
2759
|
readonly entity: "contacts";
|
|
1894
2760
|
};
|
|
1895
|
-
readonly
|
|
2761
|
+
readonly referral: {
|
|
1896
2762
|
readonly relationshipName: "ww_SalesChecklist";
|
|
1897
2763
|
readonly entity: "ww_saleschecklists";
|
|
1898
2764
|
};
|
|
@@ -1964,6 +2830,10 @@ export declare const Assignment: {
|
|
|
1964
2830
|
readonly relationshipName: "ww_ICPFinanceContact";
|
|
1965
2831
|
readonly entity: "contacts";
|
|
1966
2832
|
};
|
|
2833
|
+
readonly assignmentLogs: {
|
|
2834
|
+
readonly relationshipName: "ww_Assignment_ww_Assignment_ww_AssignmentLog";
|
|
2835
|
+
readonly entity: "ww_assignmentlogs";
|
|
2836
|
+
};
|
|
1967
2837
|
};
|
|
1968
2838
|
Options: {
|
|
1969
2839
|
readonly AssignmentStage: {
|