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