@workwell-global/toolkit 1.1.6 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/enums/EntityNames.d.ts +76 -0
- package/dist/enums/EntityNames.d.ts.map +1 -0
- package/dist/enums/EntityNames.js +75 -0
- package/dist/enums/EntityNames.js.map +1 -0
- package/dist/enums/RBACPermissions.d.ts +1 -0
- package/dist/enums/RBACPermissions.d.ts.map +1 -1
- package/dist/enums/RBACPermissions.js +1 -0
- package/dist/enums/RBACPermissions.js.map +1 -1
- package/dist/enums/RequestOrigin.js.map +1 -1
- package/dist/models/crm-dynamics/IAssignment.d.ts +66 -1
- package/dist/models/crm-dynamics/IAssignment.d.ts.map +1 -1
- package/dist/models/objects/IApplication.d.ts.map +1 -1
- package/dist/models/objects/IAssignment.d.ts +1 -0
- package/dist/models/objects/IAssignment.d.ts.map +1 -1
- package/dist/models/objects/IEvent.d.ts.map +1 -1
- package/dist/models/objects/IEvent.js.map +1 -1
- package/dist/models/objects/IEventCategories.d.ts.map +1 -1
- package/dist/models/objects/IEventCategories.js.map +1 -1
- package/dist/models/objects/IEventRequest.d.ts.map +1 -1
- package/dist/models/objects/IEventRequest.js.map +1 -1
- package/dist/models/objects/INotification.d.ts.map +1 -1
- package/dist/models/objects/INotification.js.map +1 -1
- package/dist/models/objects/INotificationRequest.d.ts.map +1 -1
- package/dist/models/objects/INotificationRequest.js.map +1 -1
- package/dist/models/objects/IOrganisation.d.ts.map +1 -1
- package/dist/models/objects/ISalesChecklist.d.ts.map +1 -1
- package/dist/models/objects/ISalesChecklist.js.map +1 -1
- package/dist/models/schemas/api/_bases/SBaseAPI.d.ts +202 -0
- package/dist/models/schemas/api/_bases/SBaseAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/_bases/SBaseAPI.js +70 -0
- package/dist/models/schemas/api/_bases/SBaseAPI.js.map +1 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.d.ts +132 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.d.ts.map +1 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.js +72 -0
- package/dist/models/schemas/api/_bases/SDocumentBase.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +58 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.js +33 -0
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +10 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js +40 -0
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts +5 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +73 -0
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +6 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +42 -0
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -0
- package/dist/models/schemas/api/account/DAccountAPI.d.ts +627 -0
- package/dist/models/schemas/api/account/DAccountAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/account/DAccountAPI.js +618 -0
- package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -0
- package/dist/models/schemas/api/account/TAccountAPI.d.ts +1455 -0
- package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/account/TAccountAPI.js +9 -0
- package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -0
- package/dist/models/schemas/api/account/index.d.ts +1689 -0
- package/dist/models/schemas/api/account/index.d.ts.map +1 -0
- package/dist/models/schemas/api/account/index.js +13 -0
- package/dist/models/schemas/api/account/index.js.map +1 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +781 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +628 -0
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +1861 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +9 -0
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -0
- package/dist/models/schemas/api/assignment/index.d.ts +2111 -0
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -0
- package/dist/models/schemas/api/assignment/index.js +13 -0
- package/dist/models/schemas/api/assignment/index.js.map +1 -0
- package/dist/models/schemas/api/batch/SBatchAPI.d.ts +21 -0
- package/dist/models/schemas/api/batch/SBatchAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/batch/SBatchAPI.js +9 -0
- package/dist/models/schemas/api/batch/SBatchAPI.js.map +1 -0
- package/dist/models/schemas/api/batch/TBatchAPI.d.ts +24 -0
- package/dist/models/schemas/api/batch/TBatchAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/batch/TBatchAPI.js +3 -0
- package/dist/models/schemas/api/batch/TBatchAPI.js.map +1 -0
- package/dist/models/schemas/api/batch/index.d.ts +3 -0
- package/dist/models/schemas/api/batch/index.d.ts.map +1 -0
- package/dist/models/schemas/api/batch/index.js +3 -0
- package/dist/models/schemas/api/batch/index.js.map +1 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.d.ts +161 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.js +43 -0
- package/dist/models/schemas/api/changeRequest/TChangeRequestAPI.js.map +1 -0
- package/dist/models/schemas/api/changeRequest/index.d.ts +2 -0
- package/dist/models/schemas/api/changeRequest/index.d.ts.map +1 -0
- package/dist/models/schemas/api/changeRequest/index.js +2 -0
- package/dist/models/schemas/api/changeRequest/index.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.d.ts +180 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.js +54 -0
- package/dist/models/schemas/api/companyDocument/DCompanyDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +664 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.js +9 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/index.d.ts +703 -0
- package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -0
- package/dist/models/schemas/api/companyDocument/index.js +12 -0
- package/dist/models/schemas/api/companyDocument/index.js.map +1 -0
- package/dist/models/schemas/api/contact/DContactAPI.d.ts +694 -0
- package/dist/models/schemas/api/contact/DContactAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contact/DContactAPI.js +685 -0
- package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -0
- package/dist/models/schemas/api/contact/TContactAPI.d.ts +1700 -0
- package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contact/TContactAPI.js +9 -0
- package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -0
- package/dist/models/schemas/api/contact/index.d.ts +1935 -0
- package/dist/models/schemas/api/contact/index.d.ts.map +1 -0
- package/dist/models/schemas/api/contact/index.js +13 -0
- package/dist/models/schemas/api/contact/index.js.map +1 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +392 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +247 -0
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +902 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js +9 -0
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/contractorDocument/index.d.ts +1081 -0
- package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -0
- package/dist/models/schemas/api/contractorDocument/index.js +13 -0
- package/dist/models/schemas/api/contractorDocument/index.js.map +1 -0
- package/dist/models/schemas/api/country/DCountryAPI.d.ts +79 -0
- package/dist/models/schemas/api/country/DCountryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/country/DCountryAPI.js +55 -0
- package/dist/models/schemas/api/country/DCountryAPI.js.map +1 -0
- package/dist/models/schemas/api/country/TCountryAPI.d.ts +374 -0
- package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/country/TCountryAPI.js +10 -0
- package/dist/models/schemas/api/country/TCountryAPI.js.map +1 -0
- package/dist/models/schemas/api/country/index.d.ts +388 -0
- package/dist/models/schemas/api/country/index.d.ts.map +1 -0
- package/dist/models/schemas/api/country/index.js +12 -0
- package/dist/models/schemas/api/country/index.js.map +1 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.d.ts +58 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.js +50 -0
- package/dist/models/schemas/api/countryOffering/DCountryOfferingAPI.js.map +1 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +234 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.js +10 -0
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.js.map +1 -0
- package/dist/models/schemas/api/countryOffering/index.d.ts +247 -0
- package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -0
- package/dist/models/schemas/api/countryOffering/index.js +12 -0
- package/dist/models/schemas/api/countryOffering/index.js.map +1 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.d.ts +28 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.js +16 -0
- package/dist/models/schemas/api/currency/DCurrencyAPI.js.map +1 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +234 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.js +10 -0
- package/dist/models/schemas/api/currency/TCurrencyAPI.js.map +1 -0
- package/dist/models/schemas/api/currency/index.d.ts +237 -0
- package/dist/models/schemas/api/currency/index.d.ts.map +1 -0
- package/dist/models/schemas/api/currency/index.js +11 -0
- package/dist/models/schemas/api/currency/index.js.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.d.ts +34 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.js +34 -0
- package/dist/models/schemas/api/disqualificationReason/DDisqualificationAPI.js.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +220 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.js +10 -0
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.js.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/index.d.ts +229 -0
- package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -0
- package/dist/models/schemas/api/disqualificationReason/index.js +12 -0
- package/dist/models/schemas/api/disqualificationReason/index.js.map +1 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.d.ts +18 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.js +8 -0
- package/dist/models/schemas/api/download/SDownloadDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.d.ts +4 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.js +3 -0
- package/dist/models/schemas/api/download/TDownloadDocumentAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +128 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +115 -0
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +479 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js +32 -0
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -0
- package/dist/models/schemas/api/enquiry/index.d.ts +492 -0
- package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -0
- package/dist/models/schemas/api/enquiry/index.js +13 -0
- package/dist/models/schemas/api/enquiry/index.js.map +1 -0
- package/dist/models/schemas/api/index.d.ts +16 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -0
- package/dist/models/schemas/api/index.js +30 -0
- package/dist/models/schemas/api/index.js.map +1 -0
- package/dist/models/schemas/api/margin/DMarginAPI.d.ts +128 -0
- package/dist/models/schemas/api/margin/DMarginAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/margin/DMarginAPI.js +107 -0
- package/dist/models/schemas/api/margin/DMarginAPI.js.map +1 -0
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +403 -0
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/margin/TMarginAPI.js +10 -0
- package/dist/models/schemas/api/margin/TMarginAPI.js.map +1 -0
- package/dist/models/schemas/api/margin/index.d.ts +452 -0
- package/dist/models/schemas/api/margin/index.d.ts.map +1 -0
- package/dist/models/schemas/api/margin/index.js +13 -0
- package/dist/models/schemas/api/margin/index.js.map +1 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts +62 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.js +62 -0
- package/dist/models/schemas/api/nationality/DNationalityAPI.js.map +1 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +276 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.js +10 -0
- package/dist/models/schemas/api/nationality/TNationalityAPI.js.map +1 -0
- package/dist/models/schemas/api/nationality/index.d.ts +301 -0
- package/dist/models/schemas/api/nationality/index.d.ts.map +1 -0
- package/dist/models/schemas/api/nationality/index.js +12 -0
- package/dist/models/schemas/api/nationality/index.js.map +1 -0
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts +699 -0
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referral/DReferralAPI.js +603 -0
- package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -0
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1508 -0
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js +9 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -0
- package/dist/models/schemas/api/referral/index.d.ts +1712 -0
- package/dist/models/schemas/api/referral/index.d.ts.map +1 -0
- package/dist/models/schemas/api/referral/index.js +12 -0
- package/dist/models/schemas/api/referral/index.js.map +1 -0
- package/dist/models/schemas/api/role/DRoleAPI.d.ts +19 -0
- package/dist/models/schemas/api/role/DRoleAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/role/DRoleAPI.js +13 -0
- package/dist/models/schemas/api/role/DRoleAPI.js.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts +207 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.js +10 -0
- package/dist/models/schemas/api/role/TRoleAPI.js.map +1 -0
- package/dist/models/schemas/api/role/index.d.ts +212 -0
- package/dist/models/schemas/api/role/index.d.ts.map +1 -0
- package/dist/models/schemas/api/role/index.js +13 -0
- package/dist/models/schemas/api/role/index.js.map +1 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +265 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +234 -0
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +753 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.js +9 -0
- package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -0
- package/dist/models/schemas/api/simulation/index.d.ts +829 -0
- package/dist/models/schemas/api/simulation/index.d.ts.map +1 -0
- package/dist/models/schemas/api/simulation/index.js +13 -0
- package/dist/models/schemas/api/simulation/index.js.map +1 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.d.ts +213 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.js +102 -0
- package/dist/models/schemas/api/solution/DSolutionAPI.js.map +1 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +821 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.js +10 -0
- package/dist/models/schemas/api/solution/TSolutionAPI.js.map +1 -0
- package/dist/models/schemas/api/solution/index.d.ts +842 -0
- package/dist/models/schemas/api/solution/index.d.ts.map +1 -0
- package/dist/models/schemas/api/solution/index.js +12 -0
- package/dist/models/schemas/api/solution/index.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +1161 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +130 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +44 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js +8 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +36 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js +9 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +36 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js +9 -0
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +86 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js +39 -0
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +67 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js +18 -0
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +31 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js +7 -0
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.js.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts +29 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js +15 -0
- package/dist/models/schemas/bff/documents/SGetDocumentBFF.js.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts +13 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js +6 -0
- package/dist/models/schemas/bff/documents/SGetDocumentDownloadBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +90 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js +36 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +859 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +47 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +584 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +48 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +32 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js +7 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +33 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js +8 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +83 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js +8 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +74 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js +28 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +42 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js +9 -0
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts +38 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js +18 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchEnquiryBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +59 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js +18 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.js.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +147 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js +22 -0
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +21 -0
- package/dist/models/schemas/bff/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/index.js +26 -0
- package/dist/models/schemas/bff/index.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +184 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +22 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts +126 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js +10 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerContact.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +110 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +9 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +64 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +13 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -0
- package/dist/models/types/Application.d.ts.map +1 -1
- package/dist/models/types/Stages.d.ts +1 -1
- package/dist/models/types/Stages.d.ts.map +1 -1
- package/dist/utils/date-and-time/calculate.test.d.ts +2 -0
- package/dist/utils/date-and-time/calculate.test.d.ts.map +1 -0
- package/dist/utils/date-and-time/calculate.test.js +69 -0
- package/dist/utils/date-and-time/calculate.test.js.map +1 -0
- package/dist/utils/date-and-time/format.test.d.ts +2 -0
- package/dist/utils/date-and-time/format.test.d.ts.map +1 -0
- package/dist/utils/date-and-time/format.test.js +30 -0
- package/dist/utils/date-and-time/format.test.js.map +1 -0
- package/dist/utils/encoding/stringBySecret.test.d.ts +2 -0
- package/dist/utils/encoding/stringBySecret.test.d.ts.map +1 -0
- package/dist/utils/encoding/stringBySecret.test.js +61 -0
- package/dist/utils/encoding/stringBySecret.test.js.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/rbac/RBACChecker.d.ts +6 -0
- package/dist/utils/rbac/RBACChecker.d.ts.map +1 -0
- package/dist/utils/rbac/RBACChecker.js +13 -0
- package/dist/utils/rbac/RBACChecker.js.map +1 -0
- package/dist/utils/rbac/index.d.ts +2 -0
- package/dist/utils/rbac/index.d.ts.map +1 -0
- package/dist/utils/rbac/index.js +3 -0
- package/dist/utils/rbac/index.js.map +1 -0
- package/dist/utils/strings/index.d.ts.map +1 -1
- package/dist/utils/strings/index.js.map +1 -1
- package/dist/utils/strings/manipulate.d.ts.map +1 -1
- package/dist/utils/strings/manipulate.js +45 -20
- package/dist/utils/strings/manipulate.js.map +1 -1
- package/dist/utils/strings/manipulate.test.d.ts +2 -0
- package/dist/utils/strings/manipulate.test.d.ts.map +1 -0
- package/dist/utils/strings/manipulate.test.js +46 -0
- package/dist/utils/strings/manipulate.test.js.map +1 -0
- package/dist/utils/strings/sanitize.test.d.ts +2 -0
- package/dist/utils/strings/sanitize.test.d.ts.map +1 -0
- package/dist/utils/strings/sanitize.test.js +20 -0
- package/dist/utils/strings/sanitize.test.js.map +1 -0
- package/package.json +25 -3
|
@@ -0,0 +1,1861 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const AssignmentEntity: {
|
|
3
|
+
isLookupOnly: boolean;
|
|
4
|
+
fieldsPretty: {
|
|
5
|
+
etag: string;
|
|
6
|
+
createdByValue: string;
|
|
7
|
+
createdOnBehalfByValue: string;
|
|
8
|
+
modifiedByValue: string;
|
|
9
|
+
modifiedOnBehalfByValue: string;
|
|
10
|
+
ownerIdValue: string;
|
|
11
|
+
owningBusinessUnitValue: string;
|
|
12
|
+
owningTeamValue: string;
|
|
13
|
+
owningUserValue: string;
|
|
14
|
+
contractorPayRateCurrencyValue: string;
|
|
15
|
+
workCountryValue: string;
|
|
16
|
+
createdOn: string;
|
|
17
|
+
importSequenceNumber: string;
|
|
18
|
+
modifiedOn: string;
|
|
19
|
+
overriddenCreatedOn: string;
|
|
20
|
+
stateCode: string;
|
|
21
|
+
statusCode: string;
|
|
22
|
+
timezoneRuleVersionNumber: string;
|
|
23
|
+
utcConversionTimezoneCode: string;
|
|
24
|
+
versionNumber: string;
|
|
25
|
+
endClient: string;
|
|
26
|
+
totalRevenue: string;
|
|
27
|
+
endDate: string;
|
|
28
|
+
paymentTerms: string;
|
|
29
|
+
zohoBooksSync: string;
|
|
30
|
+
zohoCrmId: string;
|
|
31
|
+
zohoBooksId: string;
|
|
32
|
+
zohoCrmSync: string;
|
|
33
|
+
zohoSyncError: string;
|
|
34
|
+
precisionId: string;
|
|
35
|
+
assignmentId: string;
|
|
36
|
+
assignmentNumber: string;
|
|
37
|
+
assignmentStage: string;
|
|
38
|
+
stageReason: string;
|
|
39
|
+
contractorValue: string;
|
|
40
|
+
region: string;
|
|
41
|
+
attn: string;
|
|
42
|
+
referralValue: string;
|
|
43
|
+
solutionValue: string;
|
|
44
|
+
solutionTypeValue: string;
|
|
45
|
+
workwellGlobalInternalCompanyValue: string;
|
|
46
|
+
otherContractualAgreements: string;
|
|
47
|
+
workPermitSponsorship: string;
|
|
48
|
+
workPermitCost: string;
|
|
49
|
+
workPermitPaidBy: string;
|
|
50
|
+
salesCodeValue: string;
|
|
51
|
+
icpEntityValue: string;
|
|
52
|
+
localEmployingEntityValue: string;
|
|
53
|
+
onboardingFee: string;
|
|
54
|
+
onboardingFeeCurrencyValue: string;
|
|
55
|
+
depositPayable: string;
|
|
56
|
+
value: string;
|
|
57
|
+
waivedByValue: string;
|
|
58
|
+
fxRequirement: string;
|
|
59
|
+
fxInvoicingPattern: string;
|
|
60
|
+
dateReferredToIcp: string;
|
|
61
|
+
dateIcpApprovedRtw: string;
|
|
62
|
+
wwgManagementFeeCurrencyValue: string;
|
|
63
|
+
wwgManagementFeeBasis: string;
|
|
64
|
+
wwgManagementFeePeriod: string;
|
|
65
|
+
wwgManagementFeePercentage: string;
|
|
66
|
+
wwgManagementFeeFixedValueMaxValue: string;
|
|
67
|
+
wwgManagementFeeMinValue: string;
|
|
68
|
+
wwgManagementFeePaidBy: string;
|
|
69
|
+
wwgManagementFeeContractorPercentage: string;
|
|
70
|
+
clientRate: string;
|
|
71
|
+
grossRateSimulation: string;
|
|
72
|
+
marginRate: string;
|
|
73
|
+
employeeGrossSalary: string;
|
|
74
|
+
startUpMarginFixedValueMaxValue: string;
|
|
75
|
+
startUpMarginPaidBy: string;
|
|
76
|
+
preferredInvoiceCurrencyValue: string;
|
|
77
|
+
startUpMarginCurrencyValue: string;
|
|
78
|
+
startUpMarginContractorPercentage: string;
|
|
79
|
+
hiringCompanyValue: string;
|
|
80
|
+
hiringCompanyContactValue: string;
|
|
81
|
+
marginOnlyCompanyValue: string;
|
|
82
|
+
jobType: string;
|
|
83
|
+
employmentContractType: string;
|
|
84
|
+
startDate: string;
|
|
85
|
+
workerEndDate: string;
|
|
86
|
+
workerConfirmedStartDate: string;
|
|
87
|
+
actualEndDate: string;
|
|
88
|
+
jobRole: string;
|
|
89
|
+
remote: string;
|
|
90
|
+
contractPayRate: string;
|
|
91
|
+
contractRateFrequency: string;
|
|
92
|
+
type: string;
|
|
93
|
+
hoursWorked: string;
|
|
94
|
+
hoursWorkedUnit: string;
|
|
95
|
+
specialConditions: string;
|
|
96
|
+
possibilityOfExtension: string;
|
|
97
|
+
isRollingContract: string;
|
|
98
|
+
acceptedDate: string;
|
|
99
|
+
rejectionReason: string;
|
|
100
|
+
notice: string;
|
|
101
|
+
mgtMonthlyFee: string;
|
|
102
|
+
mgtMonthlyFeePaidBy: string;
|
|
103
|
+
expenses: string;
|
|
104
|
+
selfBilling: string;
|
|
105
|
+
contractPaymentFrequency: string;
|
|
106
|
+
grossPay: string;
|
|
107
|
+
engagementConsultantValue: string;
|
|
108
|
+
accountantValue: string;
|
|
109
|
+
icpInternalAccountManagerValue: string;
|
|
110
|
+
icpOperationsContactValue: string;
|
|
111
|
+
icpFinanceContactValue: string;
|
|
112
|
+
workPermitInProgressDurationMinutes: string;
|
|
113
|
+
workPermitInProgressDuration: string;
|
|
114
|
+
allocated: string;
|
|
115
|
+
gatheringDocuments: string;
|
|
116
|
+
preparingApplication: string;
|
|
117
|
+
applicationSubmitted: string;
|
|
118
|
+
onboardingDurationMinutes: string;
|
|
119
|
+
onboardingDuration: string;
|
|
120
|
+
pendingOnboarding: string;
|
|
121
|
+
awaitingDocuments: string;
|
|
122
|
+
registrationSubmitted: string;
|
|
123
|
+
registrationInProgressDurationMinutes: string;
|
|
124
|
+
registrationInProgressDuration: string;
|
|
125
|
+
completed: string;
|
|
126
|
+
complianceApprovalDurationMinutes: string;
|
|
127
|
+
complianceApprovalDuration: string;
|
|
128
|
+
finalCheck: string;
|
|
129
|
+
legalApprovedToIssueDurationMinutes: string;
|
|
130
|
+
legalApprovedToIssueDuration: string;
|
|
131
|
+
contractsInProgressDurationMinutes: string;
|
|
132
|
+
contractsInProgressDuration: string;
|
|
133
|
+
draftingContract: string;
|
|
134
|
+
contractSent: string;
|
|
135
|
+
contractQueries: string;
|
|
136
|
+
signedContractReceived: string;
|
|
137
|
+
legalFinalCheck: string;
|
|
138
|
+
onboarding: string;
|
|
139
|
+
joiner: string;
|
|
140
|
+
active: string;
|
|
141
|
+
reportingStatus: string;
|
|
142
|
+
};
|
|
143
|
+
fieldsD365: {
|
|
144
|
+
readonly ww_assignmentid: "assignmentId";
|
|
145
|
+
readonly ww_assignmentnumber: "assignmentNumber";
|
|
146
|
+
readonly ww_assignmentstage: "assignmentStage";
|
|
147
|
+
readonly ww_stagereason: "stageReason";
|
|
148
|
+
readonly _ww_contractor_value: "contractorValue";
|
|
149
|
+
readonly ww_region: "region";
|
|
150
|
+
readonly ww_attn: "attn";
|
|
151
|
+
readonly _ww_saleschecklist_value: "referralValue";
|
|
152
|
+
readonly _ww_country_value: "workCountryValue";
|
|
153
|
+
readonly _ww_parent_solution_value: "solutionValue";
|
|
154
|
+
readonly _ww_solution_value: "solutionTypeValue";
|
|
155
|
+
readonly _ww_workwellglobalinternalcompany_value: "workwellGlobalInternalCompanyValue";
|
|
156
|
+
readonly ww_othercontractualagreements: "otherContractualAgreements";
|
|
157
|
+
readonly ww_workpermitsponsorship: "workPermitSponsorship";
|
|
158
|
+
readonly ww_workpermitcost: "workPermitCost";
|
|
159
|
+
readonly ww_workpermitpaidby: "workPermitPaidBy";
|
|
160
|
+
readonly _ww_salescode_value: "salesCodeValue";
|
|
161
|
+
readonly _ww_localpartner_value: "icpEntityValue";
|
|
162
|
+
readonly _ww_localemployingentity_value: "localEmployingEntityValue";
|
|
163
|
+
readonly ww_onboardingfee: "onboardingFee";
|
|
164
|
+
readonly _ww_onboardingfeecurrency_value: "onboardingFeeCurrencyValue";
|
|
165
|
+
readonly ww_depositpayable: "depositPayable";
|
|
166
|
+
readonly ww_value: "value";
|
|
167
|
+
readonly _ww_waivedby_value: "waivedByValue";
|
|
168
|
+
readonly ww_fxrequirement: "fxRequirement";
|
|
169
|
+
readonly ww_fxinvoicingpattern: "fxInvoicingPattern";
|
|
170
|
+
readonly ww_datereferredtoicp: "dateReferredToIcp";
|
|
171
|
+
readonly ww_dateicpapprovedrtw: "dateIcpApprovedRtw";
|
|
172
|
+
readonly _ww_margincurrency_value: "wwgManagementFeeCurrencyValue";
|
|
173
|
+
readonly ww_marginbasis: "wwgManagementFeeBasis";
|
|
174
|
+
readonly ww_marginperiod: "wwgManagementFeePeriod";
|
|
175
|
+
readonly ww_marginpercentage: "wwgManagementFeePercentage";
|
|
176
|
+
readonly ww_marginfixedvaluemaxvalue: "wwgManagementFeeFixedValueMaxValue";
|
|
177
|
+
readonly ww_revenuefixedvaluemaxvalue: "wwgManagementFeeFixedValueMaxValue";
|
|
178
|
+
readonly ww_marginminvalue: "wwgManagementFeeMinValue";
|
|
179
|
+
readonly ww_revenueminvalue: "wwgManagementFeeMinValue";
|
|
180
|
+
readonly ww_marginpaidby: "wwgManagementFeePaidBy";
|
|
181
|
+
readonly ww_margincontractorpercentage: "wwgManagementFeeContractorPercentage";
|
|
182
|
+
readonly ww_clientrate: "clientRate";
|
|
183
|
+
readonly ww_grossratesimulation: "grossRateSimulation";
|
|
184
|
+
readonly ww_marginrate: "marginRate";
|
|
185
|
+
readonly ww_employeegrosssalary: "employeeGrossSalary";
|
|
186
|
+
readonly ww_startupmarginfixedvaluemaxvalue: "startUpMarginFixedValueMaxValue";
|
|
187
|
+
readonly ww_startupmarginpaidby: "startUpMarginPaidBy";
|
|
188
|
+
readonly _ww_preferredinvoicecurrency_value: "preferredInvoiceCurrencyValue";
|
|
189
|
+
readonly _ww_startupmargincurrency_value: "startUpMarginCurrencyValue";
|
|
190
|
+
readonly ww_startupmargincontractorpercentage: "startUpMarginContractorPercentage";
|
|
191
|
+
readonly _ww_agency_value: "hiringCompanyValue";
|
|
192
|
+
readonly _ww_agencycontact_value: "hiringCompanyContactValue";
|
|
193
|
+
readonly ww_endclient: "endClient";
|
|
194
|
+
readonly _ww_margincompany_value: "marginOnlyCompanyValue";
|
|
195
|
+
readonly ww_jobtype: "jobType";
|
|
196
|
+
readonly ww_employmentcontracttype: "employmentContractType";
|
|
197
|
+
readonly ww_startdate: "startDate";
|
|
198
|
+
readonly ww_enddate: "endDate";
|
|
199
|
+
readonly ww_workerenddate: "workerEndDate";
|
|
200
|
+
readonly ww_workerconfirmedstartdate: "workerConfirmedStartDate";
|
|
201
|
+
readonly ww_actualenddate: "actualEndDate";
|
|
202
|
+
readonly ww_contractrole: "jobRole";
|
|
203
|
+
readonly ww_remote: "remote";
|
|
204
|
+
readonly _transactioncurrencyid_value: "contractorPayRateCurrencyValue";
|
|
205
|
+
readonly ww_contractrate: "contractPayRate";
|
|
206
|
+
readonly ww_contractratefrequency: "contractRateFrequency";
|
|
207
|
+
readonly ww_type: "type";
|
|
208
|
+
readonly ww_hoursworked: "hoursWorked";
|
|
209
|
+
readonly ww_hoursworkedunit: "hoursWorkedUnit";
|
|
210
|
+
readonly ww_specialconditions: "specialConditions";
|
|
211
|
+
readonly ww_possofextension: "possibilityOfExtension";
|
|
212
|
+
readonly ww_isrollingcontract: "isRollingContract";
|
|
213
|
+
readonly ww_accepteddate: "acceptedDate";
|
|
214
|
+
readonly ww_rejectionreason: "rejectionReason";
|
|
215
|
+
readonly ww_notice: "notice";
|
|
216
|
+
readonly ww_mgtfeemonthlyfee: "mgtMonthlyFee";
|
|
217
|
+
readonly ww_mgtfeemonthlyfeepercentage: "mgtMonthlyFee";
|
|
218
|
+
readonly ww_mgtfeemonthlyfeepaidby: "mgtMonthlyFeePaidBy";
|
|
219
|
+
readonly ww_totalrevenue: "totalRevenue";
|
|
220
|
+
readonly ww_expenses: "expenses";
|
|
221
|
+
readonly ww_precisionid: "precisionId";
|
|
222
|
+
readonly ww_selfbilling: "selfBilling";
|
|
223
|
+
readonly ww_payfrequency: "contractPaymentFrequency";
|
|
224
|
+
readonly ww_zohocrmid: "zohoCrmId";
|
|
225
|
+
readonly ww_zohobooksid: "zohoBooksId";
|
|
226
|
+
readonly ww_zohocrmsync: "zohoCrmSync";
|
|
227
|
+
readonly ww_zohobookssync: "zohoBooksSync";
|
|
228
|
+
readonly ww_zohosyncerror: "zohoSyncError";
|
|
229
|
+
readonly ww_grosspay: "grossPay";
|
|
230
|
+
readonly ww_paymentterms: "paymentTerms";
|
|
231
|
+
readonly _ww_engagementconsultant_value: "engagementConsultantValue";
|
|
232
|
+
readonly _ww_accountant_value: "accountantValue";
|
|
233
|
+
readonly _ww_icpinternalaccountmanager_value: "icpInternalAccountManagerValue";
|
|
234
|
+
readonly _ww_icpoperationscontact_value: "icpOperationsContactValue";
|
|
235
|
+
readonly _ww_icpfinancecontact_value: "icpFinanceContactValue";
|
|
236
|
+
readonly ww_workpermitinprogressdurationminutes: "workPermitInProgressDurationMinutes";
|
|
237
|
+
readonly ww_workpermitinprogressduration: "workPermitInProgressDuration";
|
|
238
|
+
readonly ww_allocated: "allocated";
|
|
239
|
+
readonly ww_gatheringdocuments: "gatheringDocuments";
|
|
240
|
+
readonly ww_preparingapplication: "preparingApplication";
|
|
241
|
+
readonly ww_applicationsubmitted: "applicationSubmitted";
|
|
242
|
+
readonly ww_onboardingdurationminutes: "onboardingDurationMinutes";
|
|
243
|
+
readonly ww_onboardingduration: "onboardingDuration";
|
|
244
|
+
readonly ww_onboarding: "pendingOnboarding";
|
|
245
|
+
readonly ww_awaitingdocuments: "awaitingDocuments";
|
|
246
|
+
readonly ww_onboardingend: "registrationSubmitted";
|
|
247
|
+
readonly ww_registrationinprogressdurationminutes: "registrationInProgressDurationMinutes";
|
|
248
|
+
readonly ww_registrationinprogressduration: "registrationInProgressDuration";
|
|
249
|
+
readonly ww_registrationinprogressend: "completed";
|
|
250
|
+
readonly ww_complianceapprovaldurationminutes: "complianceApprovalDurationMinutes";
|
|
251
|
+
readonly ww_complianceapprovalduration: "complianceApprovalDuration";
|
|
252
|
+
readonly ww_complianceapprovalend: "finalCheck";
|
|
253
|
+
readonly ww_legalapprovedtoissuedurationminutes: "legalApprovedToIssueDurationMinutes";
|
|
254
|
+
readonly ww_legalapprovedtoissueduration: "legalApprovedToIssueDuration";
|
|
255
|
+
readonly ww_contractsinprogressdurationminutes: "contractsInProgressDurationMinutes";
|
|
256
|
+
readonly ww_contractsinprogressduration: "contractsInProgressDuration";
|
|
257
|
+
readonly ww_draftingcontract: "draftingContract";
|
|
258
|
+
readonly ww_contractsent: "contractSent";
|
|
259
|
+
readonly ww_contractqueries: "contractQueries";
|
|
260
|
+
readonly ww_signedcontractreceived: "signedContractReceived";
|
|
261
|
+
readonly ww_contractsinprogressend: "legalFinalCheck";
|
|
262
|
+
readonly ww_onboarding_reportingstatus: "onboarding";
|
|
263
|
+
readonly ww_joiner_reportingstatus: "joiner";
|
|
264
|
+
readonly ww_active_reportingstatus: "active";
|
|
265
|
+
readonly ww_assignmtreportingstatus: "reportingStatus";
|
|
266
|
+
readonly _ownerid_value: "ownerIdValue";
|
|
267
|
+
readonly _owningbusinessunit_value: "owningBusinessUnitValue";
|
|
268
|
+
readonly _owningteam_value: "owningTeamValue";
|
|
269
|
+
readonly _owninguser_value: "owningUserValue";
|
|
270
|
+
readonly '@odata.etag': "etag";
|
|
271
|
+
readonly versionnumber: "versionNumber";
|
|
272
|
+
readonly _createdby_value: "createdByValue";
|
|
273
|
+
readonly createdon: "createdOn";
|
|
274
|
+
readonly _createdonbehalfby_value: "createdOnBehalfByValue";
|
|
275
|
+
readonly _modifiedby_value: "modifiedByValue";
|
|
276
|
+
readonly modifiedon: "modifiedOn";
|
|
277
|
+
readonly _modifiedonbehalfby_value: "modifiedOnBehalfByValue";
|
|
278
|
+
readonly statecode: "stateCode";
|
|
279
|
+
readonly statuscode: "statusCode";
|
|
280
|
+
readonly importsequencenumber: "importSequenceNumber";
|
|
281
|
+
readonly overriddencreatedon: "overriddenCreatedOn";
|
|
282
|
+
readonly timezoneruleversionnumber: "timezoneRuleVersionNumber";
|
|
283
|
+
readonly utcconversiontimezonecode: "utcConversionTimezoneCode";
|
|
284
|
+
};
|
|
285
|
+
SResponseD365: z.ZodObject<{
|
|
286
|
+
readonly _ownerid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
287
|
+
readonly _owningbusinessunit_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
288
|
+
readonly _owningteam_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
289
|
+
readonly _owninguser_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
290
|
+
readonly '@odata.etag': z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>>;
|
|
291
|
+
readonly versionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
292
|
+
readonly _createdby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
293
|
+
readonly createdon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
294
|
+
readonly _createdonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
295
|
+
readonly _modifiedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
296
|
+
readonly modifiedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
297
|
+
readonly _modifiedonbehalfby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
298
|
+
readonly statecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
299
|
+
readonly statuscode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
300
|
+
readonly importsequencenumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
301
|
+
readonly overriddencreatedon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
302
|
+
readonly timezoneruleversionnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
303
|
+
readonly utcconversiontimezonecode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
|
|
304
|
+
readonly ww_assignmentid: z.ZodOptional<z.ZodString>;
|
|
305
|
+
readonly ww_assignmentnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
306
|
+
readonly ww_assignmentstage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
307
|
+
readonly ww_stagereason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
308
|
+
readonly _ww_contractor_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
309
|
+
readonly ww_region: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
310
|
+
readonly ww_attn: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
311
|
+
readonly _ww_saleschecklist_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
312
|
+
readonly _ww_country_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
313
|
+
readonly _ww_parent_solution_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
314
|
+
readonly _ww_solution_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
315
|
+
readonly _ww_workwellglobalinternalcompany_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
316
|
+
readonly ww_othercontractualagreements: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
317
|
+
readonly ww_workpermitsponsorship: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
318
|
+
readonly ww_workpermitcost: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
319
|
+
readonly ww_workpermitpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
320
|
+
readonly _ww_salescode_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
321
|
+
readonly _ww_localpartner_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
322
|
+
readonly _ww_localemployingentity_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
323
|
+
readonly ww_onboardingfee: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
324
|
+
readonly _ww_onboardingfeecurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
325
|
+
readonly ww_depositpayable: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
326
|
+
readonly ww_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
327
|
+
readonly _ww_waivedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
328
|
+
readonly ww_fxrequirement: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
329
|
+
readonly ww_fxinvoicingpattern: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
330
|
+
readonly ww_datereferredtoicp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
331
|
+
readonly ww_dateicpapprovedrtw: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
332
|
+
readonly _ww_margincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
333
|
+
readonly ww_marginbasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
334
|
+
readonly ww_marginperiod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
335
|
+
readonly ww_marginpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
336
|
+
readonly ww_marginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
337
|
+
readonly ww_revenuefixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
338
|
+
readonly ww_marginminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
339
|
+
readonly ww_revenueminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
340
|
+
readonly ww_marginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
341
|
+
readonly ww_margincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
342
|
+
readonly ww_clientrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
343
|
+
readonly ww_grossratesimulation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
344
|
+
readonly ww_marginrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
345
|
+
readonly ww_employeegrosssalary: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
346
|
+
readonly ww_startupmarginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
347
|
+
readonly ww_startupmarginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
348
|
+
readonly _ww_preferredinvoicecurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
349
|
+
readonly _ww_startupmargincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
350
|
+
readonly ww_startupmargincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
351
|
+
readonly _ww_agency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
352
|
+
readonly _ww_agencycontact_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
353
|
+
readonly ww_endclient: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
354
|
+
readonly _ww_margincompany_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
355
|
+
readonly ww_jobtype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
356
|
+
readonly ww_employmentcontracttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
357
|
+
readonly ww_startdate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
358
|
+
readonly ww_enddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
359
|
+
readonly ww_workerenddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
360
|
+
readonly ww_workerconfirmedstartdate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
361
|
+
readonly ww_actualenddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
362
|
+
readonly ww_contractrole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
363
|
+
readonly ww_remote: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
364
|
+
readonly _transactioncurrencyid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
365
|
+
readonly ww_contractrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
366
|
+
readonly ww_contractratefrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
367
|
+
readonly ww_type: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
368
|
+
readonly ww_hoursworked: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
369
|
+
readonly ww_hoursworkedunit: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
370
|
+
readonly ww_specialconditions: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
371
|
+
readonly ww_possofextension: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
372
|
+
readonly ww_isrollingcontract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
373
|
+
readonly ww_accepteddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
374
|
+
readonly ww_rejectionreason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
375
|
+
readonly ww_notice: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
376
|
+
readonly ww_mgtfeemonthlyfee: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
377
|
+
readonly ww_mgtfeemonthlyfeepercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
378
|
+
readonly ww_mgtfeemonthlyfeepaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
379
|
+
readonly ww_totalrevenue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
380
|
+
readonly ww_expenses: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
381
|
+
readonly ww_precisionid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
382
|
+
readonly ww_selfbilling: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
383
|
+
readonly ww_payfrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
384
|
+
readonly ww_zohocrmid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
385
|
+
readonly ww_zohobooksid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
386
|
+
readonly ww_zohocrmsync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
387
|
+
readonly ww_zohobookssync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
388
|
+
readonly ww_zohosyncerror: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
389
|
+
readonly ww_grosspay: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
390
|
+
readonly ww_paymentterms: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
391
|
+
readonly _ww_engagementconsultant_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
392
|
+
readonly _ww_accountant_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
393
|
+
readonly _ww_icpinternalaccountmanager_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
394
|
+
readonly _ww_icpoperationscontact_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
395
|
+
readonly _ww_icpfinancecontact_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
396
|
+
readonly ww_workpermitinprogressdurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
397
|
+
readonly ww_workpermitinprogressduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
398
|
+
readonly ww_allocated: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
399
|
+
readonly ww_gatheringdocuments: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
400
|
+
readonly ww_preparingapplication: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
401
|
+
readonly ww_applicationsubmitted: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
402
|
+
readonly ww_onboardingdurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
403
|
+
readonly ww_onboardingduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
404
|
+
readonly ww_onboarding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
405
|
+
readonly ww_awaitingdocuments: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
406
|
+
readonly ww_onboardingend: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
407
|
+
readonly ww_registrationinprogressdurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
408
|
+
readonly ww_registrationinprogressduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
409
|
+
readonly ww_registrationinprogressend: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
410
|
+
readonly ww_complianceapprovaldurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
411
|
+
readonly ww_complianceapprovalduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
412
|
+
readonly ww_complianceapprovalend: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
413
|
+
readonly ww_legalapprovedtoissuedurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
414
|
+
readonly ww_legalapprovedtoissueduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
415
|
+
readonly ww_contractsinprogressdurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
416
|
+
readonly ww_contractsinprogressduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
417
|
+
readonly ww_draftingcontract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
418
|
+
readonly ww_contractsent: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
419
|
+
readonly ww_contractqueries: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
420
|
+
readonly ww_signedcontractreceived: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
421
|
+
readonly ww_contractsinprogressend: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
422
|
+
readonly ww_onboarding_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
423
|
+
readonly ww_joiner_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
424
|
+
readonly ww_active_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
425
|
+
readonly ww_assignmtreportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
426
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
427
|
+
'@odata.etag'?: string | null | undefined;
|
|
428
|
+
_createdby_value?: string | null | undefined;
|
|
429
|
+
_createdonbehalfby_value?: string | null | undefined;
|
|
430
|
+
_modifiedby_value?: string | null | undefined;
|
|
431
|
+
_modifiedonbehalfby_value?: string | null | undefined;
|
|
432
|
+
_ownerid_value?: string | null | undefined;
|
|
433
|
+
_owningbusinessunit_value?: string | null | undefined;
|
|
434
|
+
_owningteam_value?: string | null | undefined;
|
|
435
|
+
_owninguser_value?: string | null | undefined;
|
|
436
|
+
_transactioncurrencyid_value?: string | null | undefined;
|
|
437
|
+
_ww_country_value?: string | null | undefined;
|
|
438
|
+
createdon?: string | null | undefined;
|
|
439
|
+
importsequencenumber?: number | null | undefined;
|
|
440
|
+
modifiedon?: string | null | undefined;
|
|
441
|
+
overriddencreatedon?: string | null | undefined;
|
|
442
|
+
statecode?: number | null | undefined;
|
|
443
|
+
statuscode?: number | null | undefined;
|
|
444
|
+
timezoneruleversionnumber?: string | number | null | undefined;
|
|
445
|
+
utcconversiontimezonecode?: string | number | null | undefined;
|
|
446
|
+
versionnumber?: number | null | undefined;
|
|
447
|
+
ww_endclient?: string | null | undefined;
|
|
448
|
+
ww_totalrevenue?: number | null | undefined;
|
|
449
|
+
ww_enddate?: string | null | undefined;
|
|
450
|
+
ww_paymentterms?: string | null | undefined;
|
|
451
|
+
ww_zohobookssync?: string | null | undefined;
|
|
452
|
+
ww_zohocrmid?: string | null | undefined;
|
|
453
|
+
ww_zohobooksid?: string | null | undefined;
|
|
454
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
455
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
456
|
+
ww_precisionid?: string | null | undefined;
|
|
457
|
+
ww_assignmentid?: string | undefined;
|
|
458
|
+
ww_assignmentnumber?: string | null | undefined;
|
|
459
|
+
ww_assignmentstage?: number | null | undefined;
|
|
460
|
+
ww_stagereason?: number | null | undefined;
|
|
461
|
+
_ww_contractor_value?: string | null | undefined;
|
|
462
|
+
ww_region?: number | null | undefined;
|
|
463
|
+
ww_attn?: number | null | undefined;
|
|
464
|
+
_ww_saleschecklist_value?: string | null | undefined;
|
|
465
|
+
_ww_parent_solution_value?: string | null | undefined;
|
|
466
|
+
_ww_solution_value?: string | null | undefined;
|
|
467
|
+
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
468
|
+
ww_othercontractualagreements?: string | null | undefined;
|
|
469
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
470
|
+
ww_workpermitcost?: string | null | undefined;
|
|
471
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
472
|
+
_ww_salescode_value?: string | null | undefined;
|
|
473
|
+
_ww_localpartner_value?: string | null | undefined;
|
|
474
|
+
_ww_localemployingentity_value?: string | null | undefined;
|
|
475
|
+
ww_onboardingfee?: number | null | undefined;
|
|
476
|
+
_ww_onboardingfeecurrency_value?: string | null | undefined;
|
|
477
|
+
ww_depositpayable?: number | null | undefined;
|
|
478
|
+
ww_value?: number | null | undefined;
|
|
479
|
+
_ww_waivedby_value?: string | null | undefined;
|
|
480
|
+
ww_fxrequirement?: number | null | undefined;
|
|
481
|
+
ww_fxinvoicingpattern?: number | null | undefined;
|
|
482
|
+
ww_datereferredtoicp?: string | null | undefined;
|
|
483
|
+
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
484
|
+
_ww_margincurrency_value?: string | null | undefined;
|
|
485
|
+
ww_marginbasis?: number | null | undefined;
|
|
486
|
+
ww_marginperiod?: number | null | undefined;
|
|
487
|
+
ww_marginpercentage?: number | null | undefined;
|
|
488
|
+
ww_marginfixedvaluemaxvalue?: number | null | undefined;
|
|
489
|
+
ww_revenuefixedvaluemaxvalue?: number | null | undefined;
|
|
490
|
+
ww_marginminvalue?: number | null | undefined;
|
|
491
|
+
ww_revenueminvalue?: number | null | undefined;
|
|
492
|
+
ww_marginpaidby?: number | null | undefined;
|
|
493
|
+
ww_margincontractorpercentage?: number | null | undefined;
|
|
494
|
+
ww_clientrate?: number | null | undefined;
|
|
495
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
496
|
+
ww_marginrate?: number | null | undefined;
|
|
497
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
498
|
+
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
499
|
+
ww_startupmarginpaidby?: number | null | undefined;
|
|
500
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
501
|
+
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
502
|
+
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
503
|
+
_ww_agency_value?: string | null | undefined;
|
|
504
|
+
_ww_agencycontact_value?: string | null | undefined;
|
|
505
|
+
_ww_margincompany_value?: string | null | undefined;
|
|
506
|
+
ww_jobtype?: number | null | undefined;
|
|
507
|
+
ww_employmentcontracttype?: number | null | undefined;
|
|
508
|
+
ww_startdate?: string | null | undefined;
|
|
509
|
+
ww_workerenddate?: string | null | undefined;
|
|
510
|
+
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
511
|
+
ww_actualenddate?: string | null | undefined;
|
|
512
|
+
ww_contractrole?: string | null | undefined;
|
|
513
|
+
ww_remote?: boolean | null | undefined;
|
|
514
|
+
ww_contractrate?: number | null | undefined;
|
|
515
|
+
ww_contractratefrequency?: number | null | undefined;
|
|
516
|
+
ww_type?: number | null | undefined;
|
|
517
|
+
ww_hoursworked?: number | null | undefined;
|
|
518
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
519
|
+
ww_specialconditions?: string | null | undefined;
|
|
520
|
+
ww_possofextension?: number | null | undefined;
|
|
521
|
+
ww_isrollingcontract?: boolean | null | undefined;
|
|
522
|
+
ww_accepteddate?: string | null | undefined;
|
|
523
|
+
ww_rejectionreason?: string | null | undefined;
|
|
524
|
+
ww_notice?: string | null | undefined;
|
|
525
|
+
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
526
|
+
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
527
|
+
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
528
|
+
ww_expenses?: string | null | undefined;
|
|
529
|
+
ww_selfbilling?: boolean | null | undefined;
|
|
530
|
+
ww_payfrequency?: number | null | undefined;
|
|
531
|
+
ww_grosspay?: boolean | null | undefined;
|
|
532
|
+
_ww_engagementconsultant_value?: string | null | undefined;
|
|
533
|
+
_ww_accountant_value?: string | null | undefined;
|
|
534
|
+
_ww_icpinternalaccountmanager_value?: string | null | undefined;
|
|
535
|
+
_ww_icpoperationscontact_value?: string | null | undefined;
|
|
536
|
+
_ww_icpfinancecontact_value?: string | null | undefined;
|
|
537
|
+
ww_workpermitinprogressdurationminutes?: number | null | undefined;
|
|
538
|
+
ww_workpermitinprogressduration?: string | null | undefined;
|
|
539
|
+
ww_allocated?: string | null | undefined;
|
|
540
|
+
ww_gatheringdocuments?: string | null | undefined;
|
|
541
|
+
ww_preparingapplication?: string | null | undefined;
|
|
542
|
+
ww_applicationsubmitted?: string | null | undefined;
|
|
543
|
+
ww_onboardingdurationminutes?: number | null | undefined;
|
|
544
|
+
ww_onboardingduration?: string | null | undefined;
|
|
545
|
+
ww_onboarding?: string | null | undefined;
|
|
546
|
+
ww_awaitingdocuments?: string | null | undefined;
|
|
547
|
+
ww_onboardingend?: string | null | undefined;
|
|
548
|
+
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
549
|
+
ww_registrationinprogressduration?: string | null | undefined;
|
|
550
|
+
ww_registrationinprogressend?: string | null | undefined;
|
|
551
|
+
ww_complianceapprovaldurationminutes?: number | null | undefined;
|
|
552
|
+
ww_complianceapprovalduration?: string | null | undefined;
|
|
553
|
+
ww_complianceapprovalend?: string | null | undefined;
|
|
554
|
+
ww_legalapprovedtoissuedurationminutes?: number | null | undefined;
|
|
555
|
+
ww_legalapprovedtoissueduration?: string | null | undefined;
|
|
556
|
+
ww_contractsinprogressdurationminutes?: number | null | undefined;
|
|
557
|
+
ww_contractsinprogressduration?: string | null | undefined;
|
|
558
|
+
ww_draftingcontract?: string | null | undefined;
|
|
559
|
+
ww_contractsent?: string | null | undefined;
|
|
560
|
+
ww_contractqueries?: string | null | undefined;
|
|
561
|
+
ww_signedcontractreceived?: string | null | undefined;
|
|
562
|
+
ww_contractsinprogressend?: string | null | undefined;
|
|
563
|
+
ww_onboarding_reportingstatus?: string | null | undefined;
|
|
564
|
+
ww_joiner_reportingstatus?: string | null | undefined;
|
|
565
|
+
ww_active_reportingstatus?: string | null | undefined;
|
|
566
|
+
ww_assignmtreportingstatus?: number | null | undefined;
|
|
567
|
+
}, {
|
|
568
|
+
'@odata.etag'?: string | null | undefined;
|
|
569
|
+
_createdby_value?: string | null | undefined;
|
|
570
|
+
_createdonbehalfby_value?: string | null | undefined;
|
|
571
|
+
_modifiedby_value?: string | null | undefined;
|
|
572
|
+
_modifiedonbehalfby_value?: string | null | undefined;
|
|
573
|
+
_ownerid_value?: string | null | undefined;
|
|
574
|
+
_owningbusinessunit_value?: string | null | undefined;
|
|
575
|
+
_owningteam_value?: string | null | undefined;
|
|
576
|
+
_owninguser_value?: string | null | undefined;
|
|
577
|
+
_transactioncurrencyid_value?: string | null | undefined;
|
|
578
|
+
_ww_country_value?: string | null | undefined;
|
|
579
|
+
createdon?: string | null | undefined;
|
|
580
|
+
importsequencenumber?: number | null | undefined;
|
|
581
|
+
modifiedon?: string | null | undefined;
|
|
582
|
+
overriddencreatedon?: string | null | undefined;
|
|
583
|
+
statecode?: number | null | undefined;
|
|
584
|
+
statuscode?: number | null | undefined;
|
|
585
|
+
timezoneruleversionnumber?: string | number | null | undefined;
|
|
586
|
+
utcconversiontimezonecode?: string | number | null | undefined;
|
|
587
|
+
versionnumber?: number | null | undefined;
|
|
588
|
+
ww_endclient?: string | null | undefined;
|
|
589
|
+
ww_totalrevenue?: number | null | undefined;
|
|
590
|
+
ww_enddate?: string | null | undefined;
|
|
591
|
+
ww_paymentterms?: string | null | undefined;
|
|
592
|
+
ww_zohobookssync?: string | null | undefined;
|
|
593
|
+
ww_zohocrmid?: string | null | undefined;
|
|
594
|
+
ww_zohobooksid?: string | null | undefined;
|
|
595
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
596
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
597
|
+
ww_precisionid?: string | null | undefined;
|
|
598
|
+
ww_assignmentid?: string | undefined;
|
|
599
|
+
ww_assignmentnumber?: string | null | undefined;
|
|
600
|
+
ww_assignmentstage?: number | null | undefined;
|
|
601
|
+
ww_stagereason?: number | null | undefined;
|
|
602
|
+
_ww_contractor_value?: string | null | undefined;
|
|
603
|
+
ww_region?: number | null | undefined;
|
|
604
|
+
ww_attn?: number | null | undefined;
|
|
605
|
+
_ww_saleschecklist_value?: string | null | undefined;
|
|
606
|
+
_ww_parent_solution_value?: string | null | undefined;
|
|
607
|
+
_ww_solution_value?: string | null | undefined;
|
|
608
|
+
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
609
|
+
ww_othercontractualagreements?: string | null | undefined;
|
|
610
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
611
|
+
ww_workpermitcost?: string | null | undefined;
|
|
612
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
613
|
+
_ww_salescode_value?: string | null | undefined;
|
|
614
|
+
_ww_localpartner_value?: string | null | undefined;
|
|
615
|
+
_ww_localemployingentity_value?: string | null | undefined;
|
|
616
|
+
ww_onboardingfee?: number | null | undefined;
|
|
617
|
+
_ww_onboardingfeecurrency_value?: string | null | undefined;
|
|
618
|
+
ww_depositpayable?: number | null | undefined;
|
|
619
|
+
ww_value?: number | null | undefined;
|
|
620
|
+
_ww_waivedby_value?: string | null | undefined;
|
|
621
|
+
ww_fxrequirement?: number | null | undefined;
|
|
622
|
+
ww_fxinvoicingpattern?: number | null | undefined;
|
|
623
|
+
ww_datereferredtoicp?: string | null | undefined;
|
|
624
|
+
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
625
|
+
_ww_margincurrency_value?: string | null | undefined;
|
|
626
|
+
ww_marginbasis?: number | null | undefined;
|
|
627
|
+
ww_marginperiod?: number | null | undefined;
|
|
628
|
+
ww_marginpercentage?: number | null | undefined;
|
|
629
|
+
ww_marginfixedvaluemaxvalue?: number | null | undefined;
|
|
630
|
+
ww_revenuefixedvaluemaxvalue?: number | null | undefined;
|
|
631
|
+
ww_marginminvalue?: number | null | undefined;
|
|
632
|
+
ww_revenueminvalue?: number | null | undefined;
|
|
633
|
+
ww_marginpaidby?: number | null | undefined;
|
|
634
|
+
ww_margincontractorpercentage?: number | null | undefined;
|
|
635
|
+
ww_clientrate?: number | null | undefined;
|
|
636
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
637
|
+
ww_marginrate?: number | null | undefined;
|
|
638
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
639
|
+
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
640
|
+
ww_startupmarginpaidby?: number | null | undefined;
|
|
641
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
642
|
+
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
643
|
+
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
644
|
+
_ww_agency_value?: string | null | undefined;
|
|
645
|
+
_ww_agencycontact_value?: string | null | undefined;
|
|
646
|
+
_ww_margincompany_value?: string | null | undefined;
|
|
647
|
+
ww_jobtype?: number | null | undefined;
|
|
648
|
+
ww_employmentcontracttype?: number | null | undefined;
|
|
649
|
+
ww_startdate?: string | null | undefined;
|
|
650
|
+
ww_workerenddate?: string | null | undefined;
|
|
651
|
+
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
652
|
+
ww_actualenddate?: string | null | undefined;
|
|
653
|
+
ww_contractrole?: string | null | undefined;
|
|
654
|
+
ww_remote?: boolean | null | undefined;
|
|
655
|
+
ww_contractrate?: number | null | undefined;
|
|
656
|
+
ww_contractratefrequency?: number | null | undefined;
|
|
657
|
+
ww_type?: number | null | undefined;
|
|
658
|
+
ww_hoursworked?: number | null | undefined;
|
|
659
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
660
|
+
ww_specialconditions?: string | null | undefined;
|
|
661
|
+
ww_possofextension?: number | null | undefined;
|
|
662
|
+
ww_isrollingcontract?: boolean | null | undefined;
|
|
663
|
+
ww_accepteddate?: string | null | undefined;
|
|
664
|
+
ww_rejectionreason?: string | null | undefined;
|
|
665
|
+
ww_notice?: string | null | undefined;
|
|
666
|
+
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
667
|
+
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
668
|
+
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
669
|
+
ww_expenses?: string | null | undefined;
|
|
670
|
+
ww_selfbilling?: boolean | null | undefined;
|
|
671
|
+
ww_payfrequency?: number | null | undefined;
|
|
672
|
+
ww_grosspay?: boolean | null | undefined;
|
|
673
|
+
_ww_engagementconsultant_value?: string | null | undefined;
|
|
674
|
+
_ww_accountant_value?: string | null | undefined;
|
|
675
|
+
_ww_icpinternalaccountmanager_value?: string | null | undefined;
|
|
676
|
+
_ww_icpoperationscontact_value?: string | null | undefined;
|
|
677
|
+
_ww_icpfinancecontact_value?: string | null | undefined;
|
|
678
|
+
ww_workpermitinprogressdurationminutes?: number | null | undefined;
|
|
679
|
+
ww_workpermitinprogressduration?: string | null | undefined;
|
|
680
|
+
ww_allocated?: string | null | undefined;
|
|
681
|
+
ww_gatheringdocuments?: string | null | undefined;
|
|
682
|
+
ww_preparingapplication?: string | null | undefined;
|
|
683
|
+
ww_applicationsubmitted?: string | null | undefined;
|
|
684
|
+
ww_onboardingdurationminutes?: number | null | undefined;
|
|
685
|
+
ww_onboardingduration?: string | null | undefined;
|
|
686
|
+
ww_onboarding?: string | null | undefined;
|
|
687
|
+
ww_awaitingdocuments?: string | null | undefined;
|
|
688
|
+
ww_onboardingend?: string | null | undefined;
|
|
689
|
+
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
690
|
+
ww_registrationinprogressduration?: string | null | undefined;
|
|
691
|
+
ww_registrationinprogressend?: string | null | undefined;
|
|
692
|
+
ww_complianceapprovaldurationminutes?: number | null | undefined;
|
|
693
|
+
ww_complianceapprovalduration?: string | null | undefined;
|
|
694
|
+
ww_complianceapprovalend?: string | null | undefined;
|
|
695
|
+
ww_legalapprovedtoissuedurationminutes?: number | null | undefined;
|
|
696
|
+
ww_legalapprovedtoissueduration?: string | null | undefined;
|
|
697
|
+
ww_contractsinprogressdurationminutes?: number | null | undefined;
|
|
698
|
+
ww_contractsinprogressduration?: string | null | undefined;
|
|
699
|
+
ww_draftingcontract?: string | null | undefined;
|
|
700
|
+
ww_contractsent?: string | null | undefined;
|
|
701
|
+
ww_contractqueries?: string | null | undefined;
|
|
702
|
+
ww_signedcontractreceived?: string | null | undefined;
|
|
703
|
+
ww_contractsinprogressend?: string | null | undefined;
|
|
704
|
+
ww_onboarding_reportingstatus?: string | null | undefined;
|
|
705
|
+
ww_joiner_reportingstatus?: string | null | undefined;
|
|
706
|
+
ww_active_reportingstatus?: string | null | undefined;
|
|
707
|
+
ww_assignmtreportingstatus?: number | null | undefined;
|
|
708
|
+
}>;
|
|
709
|
+
SPayloadD365: z.ZodObject<{
|
|
710
|
+
readonly ww_assignmentid: z.ZodOptional<z.ZodString>;
|
|
711
|
+
readonly ww_assignmentnumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
712
|
+
readonly ww_assignmentstage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
713
|
+
readonly ww_stagereason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
714
|
+
readonly _ww_contractor_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
715
|
+
readonly ww_region: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
716
|
+
readonly ww_attn: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
717
|
+
readonly _ww_saleschecklist_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
718
|
+
readonly _ww_country_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
719
|
+
readonly _ww_parent_solution_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
720
|
+
readonly _ww_solution_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
721
|
+
readonly _ww_workwellglobalinternalcompany_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
722
|
+
readonly ww_othercontractualagreements: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
723
|
+
readonly ww_workpermitsponsorship: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
724
|
+
readonly ww_workpermitcost: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
725
|
+
readonly ww_workpermitpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
726
|
+
readonly _ww_salescode_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
727
|
+
readonly _ww_localpartner_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
728
|
+
readonly _ww_localemployingentity_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
729
|
+
readonly ww_onboardingfee: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
730
|
+
readonly _ww_onboardingfeecurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
731
|
+
readonly ww_depositpayable: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
732
|
+
readonly ww_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
733
|
+
readonly _ww_waivedby_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
734
|
+
readonly ww_fxrequirement: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
735
|
+
readonly ww_fxinvoicingpattern: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
736
|
+
readonly ww_datereferredtoicp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
737
|
+
readonly ww_dateicpapprovedrtw: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
738
|
+
readonly _ww_margincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
739
|
+
readonly ww_marginbasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
740
|
+
readonly ww_marginperiod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
741
|
+
readonly ww_marginpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
742
|
+
readonly ww_marginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
743
|
+
readonly ww_revenuefixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
744
|
+
readonly ww_marginminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
745
|
+
readonly ww_revenueminvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
746
|
+
readonly ww_marginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
747
|
+
readonly ww_margincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
748
|
+
readonly ww_clientrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
749
|
+
readonly ww_grossratesimulation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
750
|
+
readonly ww_marginrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
751
|
+
readonly ww_employeegrosssalary: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
752
|
+
readonly ww_startupmarginfixedvaluemaxvalue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
753
|
+
readonly ww_startupmarginpaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
754
|
+
readonly _ww_preferredinvoicecurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
755
|
+
readonly _ww_startupmargincurrency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
756
|
+
readonly ww_startupmargincontractorpercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
757
|
+
readonly _ww_agency_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
758
|
+
readonly _ww_agencycontact_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
759
|
+
readonly ww_endclient: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
760
|
+
readonly _ww_margincompany_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
761
|
+
readonly ww_jobtype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
762
|
+
readonly ww_employmentcontracttype: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
763
|
+
readonly ww_startdate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
764
|
+
readonly ww_enddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
765
|
+
readonly ww_workerenddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
766
|
+
readonly ww_workerconfirmedstartdate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
767
|
+
readonly ww_actualenddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
768
|
+
readonly ww_contractrole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
769
|
+
readonly ww_remote: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
770
|
+
readonly _transactioncurrencyid_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
771
|
+
readonly ww_contractrate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
772
|
+
readonly ww_contractratefrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
773
|
+
readonly ww_type: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
774
|
+
readonly ww_hoursworked: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
775
|
+
readonly ww_hoursworkedunit: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
776
|
+
readonly ww_specialconditions: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
777
|
+
readonly ww_possofextension: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
778
|
+
readonly ww_isrollingcontract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
779
|
+
readonly ww_accepteddate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
780
|
+
readonly ww_rejectionreason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
781
|
+
readonly ww_notice: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
782
|
+
readonly ww_mgtfeemonthlyfee: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
783
|
+
readonly ww_mgtfeemonthlyfeepercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
784
|
+
readonly ww_mgtfeemonthlyfeepaidby: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
785
|
+
readonly ww_totalrevenue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
786
|
+
readonly ww_expenses: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
787
|
+
readonly ww_precisionid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
788
|
+
readonly ww_selfbilling: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
789
|
+
readonly ww_payfrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
790
|
+
readonly ww_zohocrmid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
791
|
+
readonly ww_zohobooksid: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
792
|
+
readonly ww_zohocrmsync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
793
|
+
readonly ww_zohobookssync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
794
|
+
readonly ww_zohosyncerror: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
795
|
+
readonly ww_grosspay: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
796
|
+
readonly ww_paymentterms: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
797
|
+
readonly _ww_engagementconsultant_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
798
|
+
readonly _ww_accountant_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
799
|
+
readonly _ww_icpinternalaccountmanager_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
800
|
+
readonly _ww_icpoperationscontact_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
801
|
+
readonly _ww_icpfinancecontact_value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
802
|
+
readonly ww_workpermitinprogressdurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
803
|
+
readonly ww_workpermitinprogressduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
804
|
+
readonly ww_allocated: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
805
|
+
readonly ww_gatheringdocuments: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
806
|
+
readonly ww_preparingapplication: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
807
|
+
readonly ww_applicationsubmitted: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
808
|
+
readonly ww_onboardingdurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
809
|
+
readonly ww_onboardingduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
810
|
+
readonly ww_onboarding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
811
|
+
readonly ww_awaitingdocuments: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
812
|
+
readonly ww_onboardingend: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
813
|
+
readonly ww_registrationinprogressdurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
814
|
+
readonly ww_registrationinprogressduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
815
|
+
readonly ww_registrationinprogressend: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
816
|
+
readonly ww_complianceapprovaldurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
817
|
+
readonly ww_complianceapprovalduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
818
|
+
readonly ww_complianceapprovalend: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
819
|
+
readonly ww_legalapprovedtoissuedurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
820
|
+
readonly ww_legalapprovedtoissueduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
821
|
+
readonly ww_contractsinprogressdurationminutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
822
|
+
readonly ww_contractsinprogressduration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
823
|
+
readonly ww_draftingcontract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
824
|
+
readonly ww_contractsent: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
825
|
+
readonly ww_contractqueries: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
826
|
+
readonly ww_signedcontractreceived: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
827
|
+
readonly ww_contractsinprogressend: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
828
|
+
readonly ww_onboarding_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
829
|
+
readonly ww_joiner_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
830
|
+
readonly ww_active_reportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
831
|
+
readonly ww_assignmtreportingstatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
832
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
833
|
+
_transactioncurrencyid_value?: string | null | undefined;
|
|
834
|
+
_ww_country_value?: string | null | undefined;
|
|
835
|
+
ww_endclient?: string | null | undefined;
|
|
836
|
+
ww_totalrevenue?: number | null | undefined;
|
|
837
|
+
ww_enddate?: string | null | undefined;
|
|
838
|
+
ww_paymentterms?: string | null | undefined;
|
|
839
|
+
ww_zohobookssync?: string | null | undefined;
|
|
840
|
+
ww_zohocrmid?: string | null | undefined;
|
|
841
|
+
ww_zohobooksid?: string | null | undefined;
|
|
842
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
843
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
844
|
+
ww_precisionid?: string | null | undefined;
|
|
845
|
+
ww_assignmentid?: string | undefined;
|
|
846
|
+
ww_assignmentnumber?: string | null | undefined;
|
|
847
|
+
ww_assignmentstage?: number | null | undefined;
|
|
848
|
+
ww_stagereason?: number | null | undefined;
|
|
849
|
+
_ww_contractor_value?: string | null | undefined;
|
|
850
|
+
ww_region?: number | null | undefined;
|
|
851
|
+
ww_attn?: number | null | undefined;
|
|
852
|
+
_ww_saleschecklist_value?: string | null | undefined;
|
|
853
|
+
_ww_parent_solution_value?: string | null | undefined;
|
|
854
|
+
_ww_solution_value?: string | null | undefined;
|
|
855
|
+
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
856
|
+
ww_othercontractualagreements?: string | null | undefined;
|
|
857
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
858
|
+
ww_workpermitcost?: string | null | undefined;
|
|
859
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
860
|
+
_ww_salescode_value?: string | null | undefined;
|
|
861
|
+
_ww_localpartner_value?: string | null | undefined;
|
|
862
|
+
_ww_localemployingentity_value?: string | null | undefined;
|
|
863
|
+
ww_onboardingfee?: number | null | undefined;
|
|
864
|
+
_ww_onboardingfeecurrency_value?: string | null | undefined;
|
|
865
|
+
ww_depositpayable?: number | null | undefined;
|
|
866
|
+
ww_value?: number | null | undefined;
|
|
867
|
+
_ww_waivedby_value?: string | null | undefined;
|
|
868
|
+
ww_fxrequirement?: number | null | undefined;
|
|
869
|
+
ww_fxinvoicingpattern?: number | null | undefined;
|
|
870
|
+
ww_datereferredtoicp?: string | null | undefined;
|
|
871
|
+
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
872
|
+
_ww_margincurrency_value?: string | null | undefined;
|
|
873
|
+
ww_marginbasis?: number | null | undefined;
|
|
874
|
+
ww_marginperiod?: number | null | undefined;
|
|
875
|
+
ww_marginpercentage?: number | null | undefined;
|
|
876
|
+
ww_marginfixedvaluemaxvalue?: number | null | undefined;
|
|
877
|
+
ww_revenuefixedvaluemaxvalue?: number | null | undefined;
|
|
878
|
+
ww_marginminvalue?: number | null | undefined;
|
|
879
|
+
ww_revenueminvalue?: number | null | undefined;
|
|
880
|
+
ww_marginpaidby?: number | null | undefined;
|
|
881
|
+
ww_margincontractorpercentage?: number | null | undefined;
|
|
882
|
+
ww_clientrate?: number | null | undefined;
|
|
883
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
884
|
+
ww_marginrate?: number | null | undefined;
|
|
885
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
886
|
+
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
887
|
+
ww_startupmarginpaidby?: number | null | undefined;
|
|
888
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
889
|
+
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
890
|
+
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
891
|
+
_ww_agency_value?: string | null | undefined;
|
|
892
|
+
_ww_agencycontact_value?: string | null | undefined;
|
|
893
|
+
_ww_margincompany_value?: string | null | undefined;
|
|
894
|
+
ww_jobtype?: number | null | undefined;
|
|
895
|
+
ww_employmentcontracttype?: number | null | undefined;
|
|
896
|
+
ww_startdate?: string | null | undefined;
|
|
897
|
+
ww_workerenddate?: string | null | undefined;
|
|
898
|
+
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
899
|
+
ww_actualenddate?: string | null | undefined;
|
|
900
|
+
ww_contractrole?: string | null | undefined;
|
|
901
|
+
ww_remote?: boolean | null | undefined;
|
|
902
|
+
ww_contractrate?: number | null | undefined;
|
|
903
|
+
ww_contractratefrequency?: number | null | undefined;
|
|
904
|
+
ww_type?: number | null | undefined;
|
|
905
|
+
ww_hoursworked?: number | null | undefined;
|
|
906
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
907
|
+
ww_specialconditions?: string | null | undefined;
|
|
908
|
+
ww_possofextension?: number | null | undefined;
|
|
909
|
+
ww_isrollingcontract?: boolean | null | undefined;
|
|
910
|
+
ww_accepteddate?: string | null | undefined;
|
|
911
|
+
ww_rejectionreason?: string | null | undefined;
|
|
912
|
+
ww_notice?: string | null | undefined;
|
|
913
|
+
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
914
|
+
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
915
|
+
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
916
|
+
ww_expenses?: string | null | undefined;
|
|
917
|
+
ww_selfbilling?: boolean | null | undefined;
|
|
918
|
+
ww_payfrequency?: number | null | undefined;
|
|
919
|
+
ww_grosspay?: boolean | null | undefined;
|
|
920
|
+
_ww_engagementconsultant_value?: string | null | undefined;
|
|
921
|
+
_ww_accountant_value?: string | null | undefined;
|
|
922
|
+
_ww_icpinternalaccountmanager_value?: string | null | undefined;
|
|
923
|
+
_ww_icpoperationscontact_value?: string | null | undefined;
|
|
924
|
+
_ww_icpfinancecontact_value?: string | null | undefined;
|
|
925
|
+
ww_workpermitinprogressdurationminutes?: number | null | undefined;
|
|
926
|
+
ww_workpermitinprogressduration?: string | null | undefined;
|
|
927
|
+
ww_allocated?: string | null | undefined;
|
|
928
|
+
ww_gatheringdocuments?: string | null | undefined;
|
|
929
|
+
ww_preparingapplication?: string | null | undefined;
|
|
930
|
+
ww_applicationsubmitted?: string | null | undefined;
|
|
931
|
+
ww_onboardingdurationminutes?: number | null | undefined;
|
|
932
|
+
ww_onboardingduration?: string | null | undefined;
|
|
933
|
+
ww_onboarding?: string | null | undefined;
|
|
934
|
+
ww_awaitingdocuments?: string | null | undefined;
|
|
935
|
+
ww_onboardingend?: string | null | undefined;
|
|
936
|
+
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
937
|
+
ww_registrationinprogressduration?: string | null | undefined;
|
|
938
|
+
ww_registrationinprogressend?: string | null | undefined;
|
|
939
|
+
ww_complianceapprovaldurationminutes?: number | null | undefined;
|
|
940
|
+
ww_complianceapprovalduration?: string | null | undefined;
|
|
941
|
+
ww_complianceapprovalend?: string | null | undefined;
|
|
942
|
+
ww_legalapprovedtoissuedurationminutes?: number | null | undefined;
|
|
943
|
+
ww_legalapprovedtoissueduration?: string | null | undefined;
|
|
944
|
+
ww_contractsinprogressdurationminutes?: number | null | undefined;
|
|
945
|
+
ww_contractsinprogressduration?: string | null | undefined;
|
|
946
|
+
ww_draftingcontract?: string | null | undefined;
|
|
947
|
+
ww_contractsent?: string | null | undefined;
|
|
948
|
+
ww_contractqueries?: string | null | undefined;
|
|
949
|
+
ww_signedcontractreceived?: string | null | undefined;
|
|
950
|
+
ww_contractsinprogressend?: string | null | undefined;
|
|
951
|
+
ww_onboarding_reportingstatus?: string | null | undefined;
|
|
952
|
+
ww_joiner_reportingstatus?: string | null | undefined;
|
|
953
|
+
ww_active_reportingstatus?: string | null | undefined;
|
|
954
|
+
ww_assignmtreportingstatus?: number | null | undefined;
|
|
955
|
+
}, {
|
|
956
|
+
_transactioncurrencyid_value?: string | null | undefined;
|
|
957
|
+
_ww_country_value?: string | null | undefined;
|
|
958
|
+
ww_endclient?: string | null | undefined;
|
|
959
|
+
ww_totalrevenue?: number | null | undefined;
|
|
960
|
+
ww_enddate?: string | null | undefined;
|
|
961
|
+
ww_paymentterms?: string | null | undefined;
|
|
962
|
+
ww_zohobookssync?: string | null | undefined;
|
|
963
|
+
ww_zohocrmid?: string | null | undefined;
|
|
964
|
+
ww_zohobooksid?: string | null | undefined;
|
|
965
|
+
ww_zohocrmsync?: string | null | undefined;
|
|
966
|
+
ww_zohosyncerror?: string | null | undefined;
|
|
967
|
+
ww_precisionid?: string | null | undefined;
|
|
968
|
+
ww_assignmentid?: string | undefined;
|
|
969
|
+
ww_assignmentnumber?: string | null | undefined;
|
|
970
|
+
ww_assignmentstage?: number | null | undefined;
|
|
971
|
+
ww_stagereason?: number | null | undefined;
|
|
972
|
+
_ww_contractor_value?: string | null | undefined;
|
|
973
|
+
ww_region?: number | null | undefined;
|
|
974
|
+
ww_attn?: number | null | undefined;
|
|
975
|
+
_ww_saleschecklist_value?: string | null | undefined;
|
|
976
|
+
_ww_parent_solution_value?: string | null | undefined;
|
|
977
|
+
_ww_solution_value?: string | null | undefined;
|
|
978
|
+
_ww_workwellglobalinternalcompany_value?: string | null | undefined;
|
|
979
|
+
ww_othercontractualagreements?: string | null | undefined;
|
|
980
|
+
ww_workpermitsponsorship?: boolean | null | undefined;
|
|
981
|
+
ww_workpermitcost?: string | null | undefined;
|
|
982
|
+
ww_workpermitpaidby?: string | null | undefined;
|
|
983
|
+
_ww_salescode_value?: string | null | undefined;
|
|
984
|
+
_ww_localpartner_value?: string | null | undefined;
|
|
985
|
+
_ww_localemployingentity_value?: string | null | undefined;
|
|
986
|
+
ww_onboardingfee?: number | null | undefined;
|
|
987
|
+
_ww_onboardingfeecurrency_value?: string | null | undefined;
|
|
988
|
+
ww_depositpayable?: number | null | undefined;
|
|
989
|
+
ww_value?: number | null | undefined;
|
|
990
|
+
_ww_waivedby_value?: string | null | undefined;
|
|
991
|
+
ww_fxrequirement?: number | null | undefined;
|
|
992
|
+
ww_fxinvoicingpattern?: number | null | undefined;
|
|
993
|
+
ww_datereferredtoicp?: string | null | undefined;
|
|
994
|
+
ww_dateicpapprovedrtw?: string | null | undefined;
|
|
995
|
+
_ww_margincurrency_value?: string | null | undefined;
|
|
996
|
+
ww_marginbasis?: number | null | undefined;
|
|
997
|
+
ww_marginperiod?: number | null | undefined;
|
|
998
|
+
ww_marginpercentage?: number | null | undefined;
|
|
999
|
+
ww_marginfixedvaluemaxvalue?: number | null | undefined;
|
|
1000
|
+
ww_revenuefixedvaluemaxvalue?: number | null | undefined;
|
|
1001
|
+
ww_marginminvalue?: number | null | undefined;
|
|
1002
|
+
ww_revenueminvalue?: number | null | undefined;
|
|
1003
|
+
ww_marginpaidby?: number | null | undefined;
|
|
1004
|
+
ww_margincontractorpercentage?: number | null | undefined;
|
|
1005
|
+
ww_clientrate?: number | null | undefined;
|
|
1006
|
+
ww_grossratesimulation?: number | null | undefined;
|
|
1007
|
+
ww_marginrate?: number | null | undefined;
|
|
1008
|
+
ww_employeegrosssalary?: number | null | undefined;
|
|
1009
|
+
ww_startupmarginfixedvaluemaxvalue?: number | null | undefined;
|
|
1010
|
+
ww_startupmarginpaidby?: number | null | undefined;
|
|
1011
|
+
_ww_preferredinvoicecurrency_value?: string | null | undefined;
|
|
1012
|
+
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
1013
|
+
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
1014
|
+
_ww_agency_value?: string | null | undefined;
|
|
1015
|
+
_ww_agencycontact_value?: string | null | undefined;
|
|
1016
|
+
_ww_margincompany_value?: string | null | undefined;
|
|
1017
|
+
ww_jobtype?: number | null | undefined;
|
|
1018
|
+
ww_employmentcontracttype?: number | null | undefined;
|
|
1019
|
+
ww_startdate?: string | null | undefined;
|
|
1020
|
+
ww_workerenddate?: string | null | undefined;
|
|
1021
|
+
ww_workerconfirmedstartdate?: string | null | undefined;
|
|
1022
|
+
ww_actualenddate?: string | null | undefined;
|
|
1023
|
+
ww_contractrole?: string | null | undefined;
|
|
1024
|
+
ww_remote?: boolean | null | undefined;
|
|
1025
|
+
ww_contractrate?: number | null | undefined;
|
|
1026
|
+
ww_contractratefrequency?: number | null | undefined;
|
|
1027
|
+
ww_type?: number | null | undefined;
|
|
1028
|
+
ww_hoursworked?: number | null | undefined;
|
|
1029
|
+
ww_hoursworkedunit?: number | null | undefined;
|
|
1030
|
+
ww_specialconditions?: string | null | undefined;
|
|
1031
|
+
ww_possofextension?: number | null | undefined;
|
|
1032
|
+
ww_isrollingcontract?: boolean | null | undefined;
|
|
1033
|
+
ww_accepteddate?: string | null | undefined;
|
|
1034
|
+
ww_rejectionreason?: string | null | undefined;
|
|
1035
|
+
ww_notice?: string | null | undefined;
|
|
1036
|
+
ww_mgtfeemonthlyfee?: number | null | undefined;
|
|
1037
|
+
ww_mgtfeemonthlyfeepercentage?: number | null | undefined;
|
|
1038
|
+
ww_mgtfeemonthlyfeepaidby?: number | null | undefined;
|
|
1039
|
+
ww_expenses?: string | null | undefined;
|
|
1040
|
+
ww_selfbilling?: boolean | null | undefined;
|
|
1041
|
+
ww_payfrequency?: number | null | undefined;
|
|
1042
|
+
ww_grosspay?: boolean | null | undefined;
|
|
1043
|
+
_ww_engagementconsultant_value?: string | null | undefined;
|
|
1044
|
+
_ww_accountant_value?: string | null | undefined;
|
|
1045
|
+
_ww_icpinternalaccountmanager_value?: string | null | undefined;
|
|
1046
|
+
_ww_icpoperationscontact_value?: string | null | undefined;
|
|
1047
|
+
_ww_icpfinancecontact_value?: string | null | undefined;
|
|
1048
|
+
ww_workpermitinprogressdurationminutes?: number | null | undefined;
|
|
1049
|
+
ww_workpermitinprogressduration?: string | null | undefined;
|
|
1050
|
+
ww_allocated?: string | null | undefined;
|
|
1051
|
+
ww_gatheringdocuments?: string | null | undefined;
|
|
1052
|
+
ww_preparingapplication?: string | null | undefined;
|
|
1053
|
+
ww_applicationsubmitted?: string | null | undefined;
|
|
1054
|
+
ww_onboardingdurationminutes?: number | null | undefined;
|
|
1055
|
+
ww_onboardingduration?: string | null | undefined;
|
|
1056
|
+
ww_onboarding?: string | null | undefined;
|
|
1057
|
+
ww_awaitingdocuments?: string | null | undefined;
|
|
1058
|
+
ww_onboardingend?: string | null | undefined;
|
|
1059
|
+
ww_registrationinprogressdurationminutes?: number | null | undefined;
|
|
1060
|
+
ww_registrationinprogressduration?: string | null | undefined;
|
|
1061
|
+
ww_registrationinprogressend?: string | null | undefined;
|
|
1062
|
+
ww_complianceapprovaldurationminutes?: number | null | undefined;
|
|
1063
|
+
ww_complianceapprovalduration?: string | null | undefined;
|
|
1064
|
+
ww_complianceapprovalend?: string | null | undefined;
|
|
1065
|
+
ww_legalapprovedtoissuedurationminutes?: number | null | undefined;
|
|
1066
|
+
ww_legalapprovedtoissueduration?: string | null | undefined;
|
|
1067
|
+
ww_contractsinprogressdurationminutes?: number | null | undefined;
|
|
1068
|
+
ww_contractsinprogressduration?: string | null | undefined;
|
|
1069
|
+
ww_draftingcontract?: string | null | undefined;
|
|
1070
|
+
ww_contractsent?: string | null | undefined;
|
|
1071
|
+
ww_contractqueries?: string | null | undefined;
|
|
1072
|
+
ww_signedcontractreceived?: string | null | undefined;
|
|
1073
|
+
ww_contractsinprogressend?: string | null | undefined;
|
|
1074
|
+
ww_onboarding_reportingstatus?: string | null | undefined;
|
|
1075
|
+
ww_joiner_reportingstatus?: string | null | undefined;
|
|
1076
|
+
ww_active_reportingstatus?: string | null | undefined;
|
|
1077
|
+
ww_assignmtreportingstatus?: number | null | undefined;
|
|
1078
|
+
}>;
|
|
1079
|
+
SResponseAPI: z.ZodObject<{
|
|
1080
|
+
readonly ownerIdValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1081
|
+
readonly owningBusinessUnitValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1082
|
+
readonly owningTeamValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1083
|
+
readonly owningUserValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1084
|
+
readonly etag: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
1085
|
+
readonly versionNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1086
|
+
readonly createdByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1087
|
+
readonly createdOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1088
|
+
readonly createdOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1089
|
+
readonly modifiedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1090
|
+
readonly modifiedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1091
|
+
readonly modifiedOnBehalfByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1092
|
+
readonly stateCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1093
|
+
readonly statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1094
|
+
readonly importSequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1095
|
+
readonly overriddenCreatedOn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1096
|
+
readonly timezoneRuleVersionNumber: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1097
|
+
readonly utcConversionTimezoneCode: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1098
|
+
readonly assignmentId: z.ZodString;
|
|
1099
|
+
readonly assignmentNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1100
|
+
readonly assignmentStage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1101
|
+
readonly stageReason: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1102
|
+
readonly contractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1103
|
+
readonly region: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1104
|
+
readonly attn: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1105
|
+
readonly referralValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1106
|
+
readonly workCountryValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1107
|
+
readonly solutionValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1108
|
+
readonly solutionTypeValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1109
|
+
readonly workwellGlobalInternalCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1110
|
+
readonly otherContractualAgreements: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1111
|
+
readonly workPermitSponsorship: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1112
|
+
readonly workPermitCost: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1113
|
+
readonly workPermitPaidBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1114
|
+
readonly salesCodeValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1115
|
+
readonly icpEntityValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1116
|
+
readonly localEmployingEntityValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1117
|
+
readonly onboardingFee: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1118
|
+
readonly onboardingFeeCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1119
|
+
readonly depositPayable: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1120
|
+
readonly value: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1121
|
+
readonly waivedByValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1122
|
+
readonly fxRequirement: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1123
|
+
readonly fxInvoicingPattern: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1124
|
+
readonly dateReferredToIcp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1125
|
+
readonly dateIcpApprovedRtw: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1126
|
+
readonly wwgManagementFeeCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1127
|
+
readonly wwgManagementFeeBasis: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1128
|
+
readonly wwgManagementFeePeriod: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1129
|
+
readonly wwgManagementFeePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1130
|
+
readonly wwgManagementFeeFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1131
|
+
readonly wwgManagementFeeMinValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1132
|
+
readonly wwgManagementFeePaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1133
|
+
readonly wwgManagementFeeContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1134
|
+
readonly clientRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1135
|
+
readonly grossRateSimulation: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1136
|
+
readonly marginRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1137
|
+
readonly employeeGrossSalary: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1138
|
+
readonly startUpMarginFixedValueMaxValue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1139
|
+
readonly startUpMarginPaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1140
|
+
readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1141
|
+
readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1142
|
+
readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1143
|
+
readonly hiringCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1144
|
+
readonly hiringCompanyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1145
|
+
readonly endClient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1146
|
+
readonly marginOnlyCompanyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1147
|
+
readonly jobType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1148
|
+
readonly employmentContractType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1149
|
+
readonly startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1150
|
+
readonly endDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1151
|
+
readonly workerEndDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1152
|
+
readonly workerConfirmedStartDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1153
|
+
readonly actualEndDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1154
|
+
readonly jobRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1155
|
+
readonly remote: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1156
|
+
readonly contractorPayRateCurrencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1157
|
+
readonly contractPayRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1158
|
+
readonly contractRateFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1159
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1160
|
+
readonly hoursWorked: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1161
|
+
readonly hoursWorkedUnit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1162
|
+
readonly specialConditions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1163
|
+
readonly possibilityOfExtension: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1164
|
+
readonly isRollingContract: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1165
|
+
readonly acceptedDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1166
|
+
readonly rejectionReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1167
|
+
readonly notice: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1168
|
+
readonly mgtMonthlyFee: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1169
|
+
readonly mgtMonthlyFeePaidBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1170
|
+
readonly totalRevenue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1171
|
+
readonly expenses: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1172
|
+
readonly precisionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1173
|
+
readonly selfBilling: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1174
|
+
readonly contractPaymentFrequency: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1175
|
+
readonly zohoCrmId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1176
|
+
readonly zohoBooksId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1177
|
+
readonly zohoCrmSync: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1178
|
+
readonly zohoBooksSync: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1179
|
+
readonly zohoSyncError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1180
|
+
readonly grossPay: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1181
|
+
readonly paymentTerms: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1182
|
+
readonly engagementConsultantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1183
|
+
readonly accountantValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1184
|
+
readonly icpInternalAccountManagerValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1185
|
+
readonly icpOperationsContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1186
|
+
readonly icpFinanceContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1187
|
+
readonly workPermitInProgressDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1188
|
+
readonly workPermitInProgressDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1189
|
+
readonly allocated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1190
|
+
readonly gatheringDocuments: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1191
|
+
readonly preparingApplication: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1192
|
+
readonly applicationSubmitted: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1193
|
+
readonly onboardingDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1194
|
+
readonly onboardingDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1195
|
+
readonly pendingOnboarding: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1196
|
+
readonly awaitingDocuments: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1197
|
+
readonly registrationSubmitted: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1198
|
+
readonly registrationInProgressDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1199
|
+
readonly registrationInProgressDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1200
|
+
readonly completed: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1201
|
+
readonly complianceApprovalDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1202
|
+
readonly complianceApprovalDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1203
|
+
readonly finalCheck: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1204
|
+
readonly legalApprovedToIssueDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1205
|
+
readonly legalApprovedToIssueDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1206
|
+
readonly contractsInProgressDurationMinutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1207
|
+
readonly contractsInProgressDuration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1208
|
+
readonly draftingContract: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1209
|
+
readonly contractSent: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1210
|
+
readonly contractQueries: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1211
|
+
readonly signedContractReceived: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1212
|
+
readonly legalFinalCheck: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1213
|
+
readonly onboarding: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1214
|
+
readonly joiner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1215
|
+
readonly active: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1216
|
+
readonly reportingStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1217
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1218
|
+
assignmentId: string;
|
|
1219
|
+
value?: number | null | undefined;
|
|
1220
|
+
type?: number | null | undefined;
|
|
1221
|
+
onboardingFee?: number | null | undefined;
|
|
1222
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
1223
|
+
paymentTerms?: string | null | undefined;
|
|
1224
|
+
zohoBooksSync?: string | null | undefined;
|
|
1225
|
+
zohoCrmId?: string | null | undefined;
|
|
1226
|
+
zohoBooksId?: string | null | undefined;
|
|
1227
|
+
zohoCrmSync?: string | null | undefined;
|
|
1228
|
+
zohoSyncError?: string | null | undefined;
|
|
1229
|
+
precisionId?: string | null | undefined;
|
|
1230
|
+
etag?: string | null | undefined;
|
|
1231
|
+
versionNumber?: number | null | undefined;
|
|
1232
|
+
createdByValue?: string | null | undefined;
|
|
1233
|
+
createdOn?: string | null | undefined;
|
|
1234
|
+
createdOnBehalfByValue?: string | null | undefined;
|
|
1235
|
+
modifiedByValue?: string | null | undefined;
|
|
1236
|
+
modifiedOn?: string | null | undefined;
|
|
1237
|
+
modifiedOnBehalfByValue?: string | null | undefined;
|
|
1238
|
+
stateCode?: number | null | undefined;
|
|
1239
|
+
statusCode?: number | null | undefined;
|
|
1240
|
+
importSequenceNumber?: number | null | undefined;
|
|
1241
|
+
overriddenCreatedOn?: string | null | undefined;
|
|
1242
|
+
timezoneRuleVersionNumber?: string | number | null | undefined;
|
|
1243
|
+
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
1244
|
+
ownerIdValue?: string | null | undefined;
|
|
1245
|
+
owningBusinessUnitValue?: string | null | undefined;
|
|
1246
|
+
owningTeamValue?: string | null | undefined;
|
|
1247
|
+
owningUserValue?: string | null | undefined;
|
|
1248
|
+
active?: string | null | undefined;
|
|
1249
|
+
assignmentNumber?: string | null | undefined;
|
|
1250
|
+
assignmentStage?: number | null | undefined;
|
|
1251
|
+
stageReason?: number | null | undefined;
|
|
1252
|
+
contractorValue?: string | null | undefined;
|
|
1253
|
+
region?: number | null | undefined;
|
|
1254
|
+
attn?: number | null | undefined;
|
|
1255
|
+
referralValue?: string | null | undefined;
|
|
1256
|
+
workCountryValue?: string | null | undefined;
|
|
1257
|
+
solutionValue?: string | null | undefined;
|
|
1258
|
+
solutionTypeValue?: string | null | undefined;
|
|
1259
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1260
|
+
otherContractualAgreements?: string | null | undefined;
|
|
1261
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
1262
|
+
workPermitCost?: string | null | undefined;
|
|
1263
|
+
workPermitPaidBy?: string | null | undefined;
|
|
1264
|
+
salesCodeValue?: string | null | undefined;
|
|
1265
|
+
icpEntityValue?: string | null | undefined;
|
|
1266
|
+
localEmployingEntityValue?: string | null | undefined;
|
|
1267
|
+
depositPayable?: number | null | undefined;
|
|
1268
|
+
waivedByValue?: string | null | undefined;
|
|
1269
|
+
fxRequirement?: number | null | undefined;
|
|
1270
|
+
fxInvoicingPattern?: number | null | undefined;
|
|
1271
|
+
dateReferredToIcp?: string | null | undefined;
|
|
1272
|
+
dateIcpApprovedRtw?: string | null | undefined;
|
|
1273
|
+
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
1274
|
+
wwgManagementFeeBasis?: number | null | undefined;
|
|
1275
|
+
wwgManagementFeePeriod?: number | null | undefined;
|
|
1276
|
+
wwgManagementFeePercentage?: number | null | undefined;
|
|
1277
|
+
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
1278
|
+
wwgManagementFeeMinValue?: number | null | undefined;
|
|
1279
|
+
wwgManagementFeePaidBy?: number | null | undefined;
|
|
1280
|
+
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
1281
|
+
clientRate?: number | null | undefined;
|
|
1282
|
+
grossRateSimulation?: number | null | undefined;
|
|
1283
|
+
marginRate?: number | null | undefined;
|
|
1284
|
+
employeeGrossSalary?: number | null | undefined;
|
|
1285
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1286
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1287
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1288
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1289
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1290
|
+
hiringCompanyValue?: string | null | undefined;
|
|
1291
|
+
hiringCompanyContactValue?: string | null | undefined;
|
|
1292
|
+
endClient?: string | null | undefined;
|
|
1293
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
1294
|
+
jobType?: number | null | undefined;
|
|
1295
|
+
employmentContractType?: number | null | undefined;
|
|
1296
|
+
startDate?: string | null | undefined;
|
|
1297
|
+
endDate?: string | null | undefined;
|
|
1298
|
+
workerEndDate?: string | null | undefined;
|
|
1299
|
+
workerConfirmedStartDate?: string | null | undefined;
|
|
1300
|
+
actualEndDate?: string | null | undefined;
|
|
1301
|
+
jobRole?: string | null | undefined;
|
|
1302
|
+
remote?: boolean | null | undefined;
|
|
1303
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1304
|
+
contractPayRate?: number | null | undefined;
|
|
1305
|
+
contractRateFrequency?: number | null | undefined;
|
|
1306
|
+
hoursWorked?: number | null | undefined;
|
|
1307
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
1308
|
+
specialConditions?: string | null | undefined;
|
|
1309
|
+
possibilityOfExtension?: number | null | undefined;
|
|
1310
|
+
isRollingContract?: boolean | null | undefined;
|
|
1311
|
+
acceptedDate?: string | null | undefined;
|
|
1312
|
+
rejectionReason?: string | null | undefined;
|
|
1313
|
+
notice?: string | null | undefined;
|
|
1314
|
+
mgtMonthlyFee?: number | null | undefined;
|
|
1315
|
+
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
1316
|
+
totalRevenue?: number | null | undefined;
|
|
1317
|
+
expenses?: string | null | undefined;
|
|
1318
|
+
selfBilling?: boolean | null | undefined;
|
|
1319
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
1320
|
+
grossPay?: boolean | null | undefined;
|
|
1321
|
+
engagementConsultantValue?: string | null | undefined;
|
|
1322
|
+
accountantValue?: string | null | undefined;
|
|
1323
|
+
icpInternalAccountManagerValue?: string | null | undefined;
|
|
1324
|
+
icpOperationsContactValue?: string | null | undefined;
|
|
1325
|
+
icpFinanceContactValue?: string | null | undefined;
|
|
1326
|
+
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
1327
|
+
workPermitInProgressDuration?: string | null | undefined;
|
|
1328
|
+
allocated?: string | null | undefined;
|
|
1329
|
+
gatheringDocuments?: string | null | undefined;
|
|
1330
|
+
preparingApplication?: string | null | undefined;
|
|
1331
|
+
applicationSubmitted?: string | null | undefined;
|
|
1332
|
+
onboardingDurationMinutes?: number | null | undefined;
|
|
1333
|
+
onboardingDuration?: string | null | undefined;
|
|
1334
|
+
pendingOnboarding?: string | null | undefined;
|
|
1335
|
+
awaitingDocuments?: string | null | undefined;
|
|
1336
|
+
registrationSubmitted?: string | null | undefined;
|
|
1337
|
+
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
1338
|
+
registrationInProgressDuration?: string | null | undefined;
|
|
1339
|
+
completed?: string | null | undefined;
|
|
1340
|
+
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
1341
|
+
complianceApprovalDuration?: string | null | undefined;
|
|
1342
|
+
finalCheck?: string | null | undefined;
|
|
1343
|
+
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
1344
|
+
legalApprovedToIssueDuration?: string | null | undefined;
|
|
1345
|
+
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
1346
|
+
contractsInProgressDuration?: string | null | undefined;
|
|
1347
|
+
draftingContract?: string | null | undefined;
|
|
1348
|
+
contractSent?: string | null | undefined;
|
|
1349
|
+
contractQueries?: string | null | undefined;
|
|
1350
|
+
signedContractReceived?: string | null | undefined;
|
|
1351
|
+
legalFinalCheck?: string | null | undefined;
|
|
1352
|
+
onboarding?: string | null | undefined;
|
|
1353
|
+
joiner?: string | null | undefined;
|
|
1354
|
+
reportingStatus?: number | null | undefined;
|
|
1355
|
+
}, {
|
|
1356
|
+
assignmentId: string;
|
|
1357
|
+
value?: number | null | undefined;
|
|
1358
|
+
type?: number | null | undefined;
|
|
1359
|
+
onboardingFee?: number | null | undefined;
|
|
1360
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
1361
|
+
paymentTerms?: string | null | undefined;
|
|
1362
|
+
zohoBooksSync?: string | null | undefined;
|
|
1363
|
+
zohoCrmId?: string | null | undefined;
|
|
1364
|
+
zohoBooksId?: string | null | undefined;
|
|
1365
|
+
zohoCrmSync?: string | null | undefined;
|
|
1366
|
+
zohoSyncError?: string | null | undefined;
|
|
1367
|
+
precisionId?: string | null | undefined;
|
|
1368
|
+
etag?: string | null | undefined;
|
|
1369
|
+
versionNumber?: number | null | undefined;
|
|
1370
|
+
createdByValue?: string | null | undefined;
|
|
1371
|
+
createdOn?: string | null | undefined;
|
|
1372
|
+
createdOnBehalfByValue?: string | null | undefined;
|
|
1373
|
+
modifiedByValue?: string | null | undefined;
|
|
1374
|
+
modifiedOn?: string | null | undefined;
|
|
1375
|
+
modifiedOnBehalfByValue?: string | null | undefined;
|
|
1376
|
+
stateCode?: number | null | undefined;
|
|
1377
|
+
statusCode?: number | null | undefined;
|
|
1378
|
+
importSequenceNumber?: number | null | undefined;
|
|
1379
|
+
overriddenCreatedOn?: string | null | undefined;
|
|
1380
|
+
timezoneRuleVersionNumber?: string | number | null | undefined;
|
|
1381
|
+
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
1382
|
+
ownerIdValue?: string | null | undefined;
|
|
1383
|
+
owningBusinessUnitValue?: string | null | undefined;
|
|
1384
|
+
owningTeamValue?: string | null | undefined;
|
|
1385
|
+
owningUserValue?: string | null | undefined;
|
|
1386
|
+
active?: string | null | undefined;
|
|
1387
|
+
assignmentNumber?: string | null | undefined;
|
|
1388
|
+
assignmentStage?: number | null | undefined;
|
|
1389
|
+
stageReason?: number | null | undefined;
|
|
1390
|
+
contractorValue?: string | null | undefined;
|
|
1391
|
+
region?: number | null | undefined;
|
|
1392
|
+
attn?: number | null | undefined;
|
|
1393
|
+
referralValue?: string | null | undefined;
|
|
1394
|
+
workCountryValue?: string | null | undefined;
|
|
1395
|
+
solutionValue?: string | null | undefined;
|
|
1396
|
+
solutionTypeValue?: string | null | undefined;
|
|
1397
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1398
|
+
otherContractualAgreements?: string | null | undefined;
|
|
1399
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
1400
|
+
workPermitCost?: string | null | undefined;
|
|
1401
|
+
workPermitPaidBy?: string | null | undefined;
|
|
1402
|
+
salesCodeValue?: string | null | undefined;
|
|
1403
|
+
icpEntityValue?: string | null | undefined;
|
|
1404
|
+
localEmployingEntityValue?: string | null | undefined;
|
|
1405
|
+
depositPayable?: number | null | undefined;
|
|
1406
|
+
waivedByValue?: string | null | undefined;
|
|
1407
|
+
fxRequirement?: number | null | undefined;
|
|
1408
|
+
fxInvoicingPattern?: number | null | undefined;
|
|
1409
|
+
dateReferredToIcp?: string | null | undefined;
|
|
1410
|
+
dateIcpApprovedRtw?: string | null | undefined;
|
|
1411
|
+
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
1412
|
+
wwgManagementFeeBasis?: number | null | undefined;
|
|
1413
|
+
wwgManagementFeePeriod?: number | null | undefined;
|
|
1414
|
+
wwgManagementFeePercentage?: number | null | undefined;
|
|
1415
|
+
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
1416
|
+
wwgManagementFeeMinValue?: number | null | undefined;
|
|
1417
|
+
wwgManagementFeePaidBy?: number | null | undefined;
|
|
1418
|
+
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
1419
|
+
clientRate?: number | null | undefined;
|
|
1420
|
+
grossRateSimulation?: number | null | undefined;
|
|
1421
|
+
marginRate?: number | null | undefined;
|
|
1422
|
+
employeeGrossSalary?: number | null | undefined;
|
|
1423
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1424
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1425
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1426
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1427
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1428
|
+
hiringCompanyValue?: string | null | undefined;
|
|
1429
|
+
hiringCompanyContactValue?: string | null | undefined;
|
|
1430
|
+
endClient?: string | null | undefined;
|
|
1431
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
1432
|
+
jobType?: number | null | undefined;
|
|
1433
|
+
employmentContractType?: number | null | undefined;
|
|
1434
|
+
startDate?: string | null | undefined;
|
|
1435
|
+
endDate?: string | null | undefined;
|
|
1436
|
+
workerEndDate?: string | null | undefined;
|
|
1437
|
+
workerConfirmedStartDate?: string | null | undefined;
|
|
1438
|
+
actualEndDate?: string | null | undefined;
|
|
1439
|
+
jobRole?: string | null | undefined;
|
|
1440
|
+
remote?: boolean | null | undefined;
|
|
1441
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1442
|
+
contractPayRate?: number | null | undefined;
|
|
1443
|
+
contractRateFrequency?: number | null | undefined;
|
|
1444
|
+
hoursWorked?: number | null | undefined;
|
|
1445
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
1446
|
+
specialConditions?: string | null | undefined;
|
|
1447
|
+
possibilityOfExtension?: number | null | undefined;
|
|
1448
|
+
isRollingContract?: boolean | null | undefined;
|
|
1449
|
+
acceptedDate?: string | null | undefined;
|
|
1450
|
+
rejectionReason?: string | null | undefined;
|
|
1451
|
+
notice?: string | null | undefined;
|
|
1452
|
+
mgtMonthlyFee?: number | null | undefined;
|
|
1453
|
+
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
1454
|
+
totalRevenue?: number | null | undefined;
|
|
1455
|
+
expenses?: string | null | undefined;
|
|
1456
|
+
selfBilling?: boolean | null | undefined;
|
|
1457
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
1458
|
+
grossPay?: boolean | null | undefined;
|
|
1459
|
+
engagementConsultantValue?: string | null | undefined;
|
|
1460
|
+
accountantValue?: string | null | undefined;
|
|
1461
|
+
icpInternalAccountManagerValue?: string | null | undefined;
|
|
1462
|
+
icpOperationsContactValue?: string | null | undefined;
|
|
1463
|
+
icpFinanceContactValue?: string | null | undefined;
|
|
1464
|
+
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
1465
|
+
workPermitInProgressDuration?: string | null | undefined;
|
|
1466
|
+
allocated?: string | null | undefined;
|
|
1467
|
+
gatheringDocuments?: string | null | undefined;
|
|
1468
|
+
preparingApplication?: string | null | undefined;
|
|
1469
|
+
applicationSubmitted?: string | null | undefined;
|
|
1470
|
+
onboardingDurationMinutes?: number | null | undefined;
|
|
1471
|
+
onboardingDuration?: string | null | undefined;
|
|
1472
|
+
pendingOnboarding?: string | null | undefined;
|
|
1473
|
+
awaitingDocuments?: string | null | undefined;
|
|
1474
|
+
registrationSubmitted?: string | null | undefined;
|
|
1475
|
+
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
1476
|
+
registrationInProgressDuration?: string | null | undefined;
|
|
1477
|
+
completed?: string | null | undefined;
|
|
1478
|
+
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
1479
|
+
complianceApprovalDuration?: string | null | undefined;
|
|
1480
|
+
finalCheck?: string | null | undefined;
|
|
1481
|
+
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
1482
|
+
legalApprovedToIssueDuration?: string | null | undefined;
|
|
1483
|
+
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
1484
|
+
contractsInProgressDuration?: string | null | undefined;
|
|
1485
|
+
draftingContract?: string | null | undefined;
|
|
1486
|
+
contractSent?: string | null | undefined;
|
|
1487
|
+
contractQueries?: string | null | undefined;
|
|
1488
|
+
signedContractReceived?: string | null | undefined;
|
|
1489
|
+
legalFinalCheck?: string | null | undefined;
|
|
1490
|
+
onboarding?: string | null | undefined;
|
|
1491
|
+
joiner?: string | null | undefined;
|
|
1492
|
+
reportingStatus?: number | null | undefined;
|
|
1493
|
+
}>;
|
|
1494
|
+
SPayloadAPI: z.ZodObject<{
|
|
1495
|
+
readonly assignmentId: z.ZodOptional<z.ZodString>;
|
|
1496
|
+
readonly assignmentNumber: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1497
|
+
readonly assignmentStage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1498
|
+
readonly stageReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1499
|
+
readonly contractorValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1500
|
+
readonly region: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1501
|
+
readonly attn: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1502
|
+
readonly referralValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1503
|
+
readonly workCountryValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1504
|
+
readonly solutionValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1505
|
+
readonly solutionTypeValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1506
|
+
readonly workwellGlobalInternalCompanyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1507
|
+
readonly otherContractualAgreements: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1508
|
+
readonly workPermitSponsorship: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1509
|
+
readonly workPermitCost: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1510
|
+
readonly workPermitPaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1511
|
+
readonly salesCodeValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1512
|
+
readonly icpEntityValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1513
|
+
readonly localEmployingEntityValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1514
|
+
readonly onboardingFee: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1515
|
+
readonly onboardingFeeCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1516
|
+
readonly depositPayable: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1517
|
+
readonly value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1518
|
+
readonly waivedByValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1519
|
+
readonly fxRequirement: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1520
|
+
readonly fxInvoicingPattern: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1521
|
+
readonly dateReferredToIcp: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1522
|
+
readonly dateIcpApprovedRtw: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1523
|
+
readonly wwgManagementFeeCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1524
|
+
readonly wwgManagementFeeBasis: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1525
|
+
readonly wwgManagementFeePeriod: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1526
|
+
readonly wwgManagementFeePercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1527
|
+
readonly wwgManagementFeeFixedValueMaxValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1528
|
+
readonly wwgManagementFeeMinValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1529
|
+
readonly wwgManagementFeePaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1530
|
+
readonly wwgManagementFeeContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1531
|
+
readonly clientRate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1532
|
+
readonly grossRateSimulation: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1533
|
+
readonly marginRate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1534
|
+
readonly employeeGrossSalary: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1535
|
+
readonly startUpMarginFixedValueMaxValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1536
|
+
readonly startUpMarginPaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1537
|
+
readonly preferredInvoiceCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1538
|
+
readonly startUpMarginCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1539
|
+
readonly startUpMarginContractorPercentage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1540
|
+
readonly hiringCompanyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1541
|
+
readonly hiringCompanyContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1542
|
+
readonly endClient: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1543
|
+
readonly marginOnlyCompanyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1544
|
+
readonly jobType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1545
|
+
readonly employmentContractType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1546
|
+
readonly startDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1547
|
+
readonly endDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1548
|
+
readonly workerEndDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1549
|
+
readonly workerConfirmedStartDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1550
|
+
readonly actualEndDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1551
|
+
readonly jobRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1552
|
+
readonly remote: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1553
|
+
readonly contractorPayRateCurrencyValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1554
|
+
readonly contractPayRate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1555
|
+
readonly contractRateFrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1556
|
+
readonly type: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1557
|
+
readonly hoursWorked: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1558
|
+
readonly hoursWorkedUnit: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1559
|
+
readonly specialConditions: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1560
|
+
readonly possibilityOfExtension: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1561
|
+
readonly isRollingContract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1562
|
+
readonly acceptedDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1563
|
+
readonly rejectionReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1564
|
+
readonly notice: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1565
|
+
readonly mgtMonthlyFee: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1566
|
+
readonly mgtMonthlyFeePaidBy: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1567
|
+
readonly totalRevenue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1568
|
+
readonly expenses: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1569
|
+
readonly precisionId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1570
|
+
readonly selfBilling: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1571
|
+
readonly contractPaymentFrequency: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1572
|
+
readonly zohoCrmId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1573
|
+
readonly zohoBooksId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1574
|
+
readonly zohoCrmSync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1575
|
+
readonly zohoBooksSync: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1576
|
+
readonly zohoSyncError: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1577
|
+
readonly grossPay: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
|
|
1578
|
+
readonly paymentTerms: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1579
|
+
readonly engagementConsultantValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1580
|
+
readonly accountantValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1581
|
+
readonly icpInternalAccountManagerValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1582
|
+
readonly icpOperationsContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1583
|
+
readonly icpFinanceContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1584
|
+
readonly workPermitInProgressDurationMinutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1585
|
+
readonly workPermitInProgressDuration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1586
|
+
readonly allocated: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1587
|
+
readonly gatheringDocuments: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1588
|
+
readonly preparingApplication: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1589
|
+
readonly applicationSubmitted: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1590
|
+
readonly onboardingDurationMinutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1591
|
+
readonly onboardingDuration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1592
|
+
readonly pendingOnboarding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1593
|
+
readonly awaitingDocuments: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1594
|
+
readonly registrationSubmitted: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1595
|
+
readonly registrationInProgressDurationMinutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1596
|
+
readonly registrationInProgressDuration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1597
|
+
readonly completed: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1598
|
+
readonly complianceApprovalDurationMinutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1599
|
+
readonly complianceApprovalDuration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1600
|
+
readonly finalCheck: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1601
|
+
readonly legalApprovedToIssueDurationMinutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1602
|
+
readonly legalApprovedToIssueDuration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1603
|
+
readonly contractsInProgressDurationMinutes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1604
|
+
readonly contractsInProgressDuration: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1605
|
+
readonly draftingContract: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1606
|
+
readonly contractSent: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1607
|
+
readonly contractQueries: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1608
|
+
readonly signedContractReceived: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1609
|
+
readonly legalFinalCheck: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1610
|
+
readonly onboarding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1611
|
+
readonly joiner: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1612
|
+
readonly active: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
1613
|
+
readonly reportingStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
1614
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1615
|
+
value?: number | null | undefined;
|
|
1616
|
+
type?: number | null | undefined;
|
|
1617
|
+
onboardingFee?: number | null | undefined;
|
|
1618
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
1619
|
+
paymentTerms?: string | null | undefined;
|
|
1620
|
+
zohoBooksSync?: string | null | undefined;
|
|
1621
|
+
zohoCrmId?: string | null | undefined;
|
|
1622
|
+
zohoBooksId?: string | null | undefined;
|
|
1623
|
+
zohoCrmSync?: string | null | undefined;
|
|
1624
|
+
zohoSyncError?: string | null | undefined;
|
|
1625
|
+
precisionId?: string | null | undefined;
|
|
1626
|
+
active?: string | null | undefined;
|
|
1627
|
+
assignmentId?: string | undefined;
|
|
1628
|
+
assignmentNumber?: string | null | undefined;
|
|
1629
|
+
assignmentStage?: number | null | undefined;
|
|
1630
|
+
stageReason?: number | null | undefined;
|
|
1631
|
+
contractorValue?: string | null | undefined;
|
|
1632
|
+
region?: number | null | undefined;
|
|
1633
|
+
attn?: number | null | undefined;
|
|
1634
|
+
referralValue?: string | null | undefined;
|
|
1635
|
+
workCountryValue?: string | null | undefined;
|
|
1636
|
+
solutionValue?: string | null | undefined;
|
|
1637
|
+
solutionTypeValue?: string | null | undefined;
|
|
1638
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1639
|
+
otherContractualAgreements?: string | null | undefined;
|
|
1640
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
1641
|
+
workPermitCost?: string | null | undefined;
|
|
1642
|
+
workPermitPaidBy?: string | null | undefined;
|
|
1643
|
+
salesCodeValue?: string | null | undefined;
|
|
1644
|
+
icpEntityValue?: string | null | undefined;
|
|
1645
|
+
localEmployingEntityValue?: string | null | undefined;
|
|
1646
|
+
depositPayable?: number | null | undefined;
|
|
1647
|
+
waivedByValue?: string | null | undefined;
|
|
1648
|
+
fxRequirement?: number | null | undefined;
|
|
1649
|
+
fxInvoicingPattern?: number | null | undefined;
|
|
1650
|
+
dateReferredToIcp?: string | null | undefined;
|
|
1651
|
+
dateIcpApprovedRtw?: string | null | undefined;
|
|
1652
|
+
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
1653
|
+
wwgManagementFeeBasis?: number | null | undefined;
|
|
1654
|
+
wwgManagementFeePeriod?: number | null | undefined;
|
|
1655
|
+
wwgManagementFeePercentage?: number | null | undefined;
|
|
1656
|
+
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
1657
|
+
wwgManagementFeeMinValue?: number | null | undefined;
|
|
1658
|
+
wwgManagementFeePaidBy?: number | null | undefined;
|
|
1659
|
+
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
1660
|
+
clientRate?: number | null | undefined;
|
|
1661
|
+
grossRateSimulation?: number | null | undefined;
|
|
1662
|
+
marginRate?: number | null | undefined;
|
|
1663
|
+
employeeGrossSalary?: number | null | undefined;
|
|
1664
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1665
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1666
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1667
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1668
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1669
|
+
hiringCompanyValue?: string | null | undefined;
|
|
1670
|
+
hiringCompanyContactValue?: string | null | undefined;
|
|
1671
|
+
endClient?: string | null | undefined;
|
|
1672
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
1673
|
+
jobType?: number | null | undefined;
|
|
1674
|
+
employmentContractType?: number | null | undefined;
|
|
1675
|
+
startDate?: string | null | undefined;
|
|
1676
|
+
endDate?: string | null | undefined;
|
|
1677
|
+
workerEndDate?: string | null | undefined;
|
|
1678
|
+
workerConfirmedStartDate?: string | null | undefined;
|
|
1679
|
+
actualEndDate?: string | null | undefined;
|
|
1680
|
+
jobRole?: string | null | undefined;
|
|
1681
|
+
remote?: boolean | null | undefined;
|
|
1682
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1683
|
+
contractPayRate?: number | null | undefined;
|
|
1684
|
+
contractRateFrequency?: number | null | undefined;
|
|
1685
|
+
hoursWorked?: number | null | undefined;
|
|
1686
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
1687
|
+
specialConditions?: string | null | undefined;
|
|
1688
|
+
possibilityOfExtension?: number | null | undefined;
|
|
1689
|
+
isRollingContract?: boolean | null | undefined;
|
|
1690
|
+
acceptedDate?: string | null | undefined;
|
|
1691
|
+
rejectionReason?: string | null | undefined;
|
|
1692
|
+
notice?: string | null | undefined;
|
|
1693
|
+
mgtMonthlyFee?: number | null | undefined;
|
|
1694
|
+
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
1695
|
+
totalRevenue?: number | null | undefined;
|
|
1696
|
+
expenses?: string | null | undefined;
|
|
1697
|
+
selfBilling?: boolean | null | undefined;
|
|
1698
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
1699
|
+
grossPay?: boolean | null | undefined;
|
|
1700
|
+
engagementConsultantValue?: string | null | undefined;
|
|
1701
|
+
accountantValue?: string | null | undefined;
|
|
1702
|
+
icpInternalAccountManagerValue?: string | null | undefined;
|
|
1703
|
+
icpOperationsContactValue?: string | null | undefined;
|
|
1704
|
+
icpFinanceContactValue?: string | null | undefined;
|
|
1705
|
+
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
1706
|
+
workPermitInProgressDuration?: string | null | undefined;
|
|
1707
|
+
allocated?: string | null | undefined;
|
|
1708
|
+
gatheringDocuments?: string | null | undefined;
|
|
1709
|
+
preparingApplication?: string | null | undefined;
|
|
1710
|
+
applicationSubmitted?: string | null | undefined;
|
|
1711
|
+
onboardingDurationMinutes?: number | null | undefined;
|
|
1712
|
+
onboardingDuration?: string | null | undefined;
|
|
1713
|
+
pendingOnboarding?: string | null | undefined;
|
|
1714
|
+
awaitingDocuments?: string | null | undefined;
|
|
1715
|
+
registrationSubmitted?: string | null | undefined;
|
|
1716
|
+
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
1717
|
+
registrationInProgressDuration?: string | null | undefined;
|
|
1718
|
+
completed?: string | null | undefined;
|
|
1719
|
+
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
1720
|
+
complianceApprovalDuration?: string | null | undefined;
|
|
1721
|
+
finalCheck?: string | null | undefined;
|
|
1722
|
+
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
1723
|
+
legalApprovedToIssueDuration?: string | null | undefined;
|
|
1724
|
+
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
1725
|
+
contractsInProgressDuration?: string | null | undefined;
|
|
1726
|
+
draftingContract?: string | null | undefined;
|
|
1727
|
+
contractSent?: string | null | undefined;
|
|
1728
|
+
contractQueries?: string | null | undefined;
|
|
1729
|
+
signedContractReceived?: string | null | undefined;
|
|
1730
|
+
legalFinalCheck?: string | null | undefined;
|
|
1731
|
+
onboarding?: string | null | undefined;
|
|
1732
|
+
joiner?: string | null | undefined;
|
|
1733
|
+
reportingStatus?: number | null | undefined;
|
|
1734
|
+
}, {
|
|
1735
|
+
value?: number | null | undefined;
|
|
1736
|
+
type?: number | null | undefined;
|
|
1737
|
+
onboardingFee?: number | null | undefined;
|
|
1738
|
+
onboardingFeeCurrencyValue?: string | null | undefined;
|
|
1739
|
+
paymentTerms?: string | null | undefined;
|
|
1740
|
+
zohoBooksSync?: string | null | undefined;
|
|
1741
|
+
zohoCrmId?: string | null | undefined;
|
|
1742
|
+
zohoBooksId?: string | null | undefined;
|
|
1743
|
+
zohoCrmSync?: string | null | undefined;
|
|
1744
|
+
zohoSyncError?: string | null | undefined;
|
|
1745
|
+
precisionId?: string | null | undefined;
|
|
1746
|
+
active?: string | null | undefined;
|
|
1747
|
+
assignmentId?: string | undefined;
|
|
1748
|
+
assignmentNumber?: string | null | undefined;
|
|
1749
|
+
assignmentStage?: number | null | undefined;
|
|
1750
|
+
stageReason?: number | null | undefined;
|
|
1751
|
+
contractorValue?: string | null | undefined;
|
|
1752
|
+
region?: number | null | undefined;
|
|
1753
|
+
attn?: number | null | undefined;
|
|
1754
|
+
referralValue?: string | null | undefined;
|
|
1755
|
+
workCountryValue?: string | null | undefined;
|
|
1756
|
+
solutionValue?: string | null | undefined;
|
|
1757
|
+
solutionTypeValue?: string | null | undefined;
|
|
1758
|
+
workwellGlobalInternalCompanyValue?: string | null | undefined;
|
|
1759
|
+
otherContractualAgreements?: string | null | undefined;
|
|
1760
|
+
workPermitSponsorship?: boolean | null | undefined;
|
|
1761
|
+
workPermitCost?: string | null | undefined;
|
|
1762
|
+
workPermitPaidBy?: string | null | undefined;
|
|
1763
|
+
salesCodeValue?: string | null | undefined;
|
|
1764
|
+
icpEntityValue?: string | null | undefined;
|
|
1765
|
+
localEmployingEntityValue?: string | null | undefined;
|
|
1766
|
+
depositPayable?: number | null | undefined;
|
|
1767
|
+
waivedByValue?: string | null | undefined;
|
|
1768
|
+
fxRequirement?: number | null | undefined;
|
|
1769
|
+
fxInvoicingPattern?: number | null | undefined;
|
|
1770
|
+
dateReferredToIcp?: string | null | undefined;
|
|
1771
|
+
dateIcpApprovedRtw?: string | null | undefined;
|
|
1772
|
+
wwgManagementFeeCurrencyValue?: string | null | undefined;
|
|
1773
|
+
wwgManagementFeeBasis?: number | null | undefined;
|
|
1774
|
+
wwgManagementFeePeriod?: number | null | undefined;
|
|
1775
|
+
wwgManagementFeePercentage?: number | null | undefined;
|
|
1776
|
+
wwgManagementFeeFixedValueMaxValue?: number | null | undefined;
|
|
1777
|
+
wwgManagementFeeMinValue?: number | null | undefined;
|
|
1778
|
+
wwgManagementFeePaidBy?: number | null | undefined;
|
|
1779
|
+
wwgManagementFeeContractorPercentage?: number | null | undefined;
|
|
1780
|
+
clientRate?: number | null | undefined;
|
|
1781
|
+
grossRateSimulation?: number | null | undefined;
|
|
1782
|
+
marginRate?: number | null | undefined;
|
|
1783
|
+
employeeGrossSalary?: number | null | undefined;
|
|
1784
|
+
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1785
|
+
startUpMarginPaidBy?: number | null | undefined;
|
|
1786
|
+
preferredInvoiceCurrencyValue?: string | null | undefined;
|
|
1787
|
+
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1788
|
+
startUpMarginContractorPercentage?: number | null | undefined;
|
|
1789
|
+
hiringCompanyValue?: string | null | undefined;
|
|
1790
|
+
hiringCompanyContactValue?: string | null | undefined;
|
|
1791
|
+
endClient?: string | null | undefined;
|
|
1792
|
+
marginOnlyCompanyValue?: string | null | undefined;
|
|
1793
|
+
jobType?: number | null | undefined;
|
|
1794
|
+
employmentContractType?: number | null | undefined;
|
|
1795
|
+
startDate?: string | null | undefined;
|
|
1796
|
+
endDate?: string | null | undefined;
|
|
1797
|
+
workerEndDate?: string | null | undefined;
|
|
1798
|
+
workerConfirmedStartDate?: string | null | undefined;
|
|
1799
|
+
actualEndDate?: string | null | undefined;
|
|
1800
|
+
jobRole?: string | null | undefined;
|
|
1801
|
+
remote?: boolean | null | undefined;
|
|
1802
|
+
contractorPayRateCurrencyValue?: string | null | undefined;
|
|
1803
|
+
contractPayRate?: number | null | undefined;
|
|
1804
|
+
contractRateFrequency?: number | null | undefined;
|
|
1805
|
+
hoursWorked?: number | null | undefined;
|
|
1806
|
+
hoursWorkedUnit?: number | null | undefined;
|
|
1807
|
+
specialConditions?: string | null | undefined;
|
|
1808
|
+
possibilityOfExtension?: number | null | undefined;
|
|
1809
|
+
isRollingContract?: boolean | null | undefined;
|
|
1810
|
+
acceptedDate?: string | null | undefined;
|
|
1811
|
+
rejectionReason?: string | null | undefined;
|
|
1812
|
+
notice?: string | null | undefined;
|
|
1813
|
+
mgtMonthlyFee?: number | null | undefined;
|
|
1814
|
+
mgtMonthlyFeePaidBy?: number | null | undefined;
|
|
1815
|
+
totalRevenue?: number | null | undefined;
|
|
1816
|
+
expenses?: string | null | undefined;
|
|
1817
|
+
selfBilling?: boolean | null | undefined;
|
|
1818
|
+
contractPaymentFrequency?: number | null | undefined;
|
|
1819
|
+
grossPay?: boolean | null | undefined;
|
|
1820
|
+
engagementConsultantValue?: string | null | undefined;
|
|
1821
|
+
accountantValue?: string | null | undefined;
|
|
1822
|
+
icpInternalAccountManagerValue?: string | null | undefined;
|
|
1823
|
+
icpOperationsContactValue?: string | null | undefined;
|
|
1824
|
+
icpFinanceContactValue?: string | null | undefined;
|
|
1825
|
+
workPermitInProgressDurationMinutes?: number | null | undefined;
|
|
1826
|
+
workPermitInProgressDuration?: string | null | undefined;
|
|
1827
|
+
allocated?: string | null | undefined;
|
|
1828
|
+
gatheringDocuments?: string | null | undefined;
|
|
1829
|
+
preparingApplication?: string | null | undefined;
|
|
1830
|
+
applicationSubmitted?: string | null | undefined;
|
|
1831
|
+
onboardingDurationMinutes?: number | null | undefined;
|
|
1832
|
+
onboardingDuration?: string | null | undefined;
|
|
1833
|
+
pendingOnboarding?: string | null | undefined;
|
|
1834
|
+
awaitingDocuments?: string | null | undefined;
|
|
1835
|
+
registrationSubmitted?: string | null | undefined;
|
|
1836
|
+
registrationInProgressDurationMinutes?: number | null | undefined;
|
|
1837
|
+
registrationInProgressDuration?: string | null | undefined;
|
|
1838
|
+
completed?: string | null | undefined;
|
|
1839
|
+
complianceApprovalDurationMinutes?: number | null | undefined;
|
|
1840
|
+
complianceApprovalDuration?: string | null | undefined;
|
|
1841
|
+
finalCheck?: string | null | undefined;
|
|
1842
|
+
legalApprovedToIssueDurationMinutes?: number | null | undefined;
|
|
1843
|
+
legalApprovedToIssueDuration?: string | null | undefined;
|
|
1844
|
+
contractsInProgressDurationMinutes?: number | null | undefined;
|
|
1845
|
+
contractsInProgressDuration?: string | null | undefined;
|
|
1846
|
+
draftingContract?: string | null | undefined;
|
|
1847
|
+
contractSent?: string | null | undefined;
|
|
1848
|
+
contractQueries?: string | null | undefined;
|
|
1849
|
+
signedContractReceived?: string | null | undefined;
|
|
1850
|
+
legalFinalCheck?: string | null | undefined;
|
|
1851
|
+
onboarding?: string | null | undefined;
|
|
1852
|
+
joiner?: string | null | undefined;
|
|
1853
|
+
reportingStatus?: number | null | undefined;
|
|
1854
|
+
}>;
|
|
1855
|
+
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
1856
|
+
mapPrettyToD365: (prettyData: unknown) => Record<string, unknown>;
|
|
1857
|
+
};
|
|
1858
|
+
export type TAssignmentD365 = z.infer<typeof AssignmentEntity.SResponseD365>;
|
|
1859
|
+
export type TAssignmentAPI = z.infer<typeof AssignmentEntity.SResponseAPI>;
|
|
1860
|
+
export type TAssignmentPayloadAPI = z.infer<typeof AssignmentEntity.SPayloadAPI>;
|
|
1861
|
+
//# sourceMappingURL=TAssignmentAPI.d.ts.map
|