@workwell-global/toolkit 1.1.10 → 1.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/enums/EntityNames.d.ts +8 -0
- package/dist/enums/EntityNames.d.ts.map +1 -1
- package/dist/enums/EntityNames.js +8 -0
- package/dist/enums/EntityNames.js.map +1 -1
- package/dist/enums/SCLASNStages.d.ts +2 -1
- package/dist/enums/SCLASNStages.d.ts.map +1 -1
- package/dist/enums/SCLASNStages.js +2 -2
- package/dist/enums/SCLASNStages.js.map +1 -1
- package/dist/enums/SCLASNStatus.d.ts +12 -12
- package/dist/enums/SCLASNStatus.d.ts.map +1 -1
- package/dist/enums/SCLASNStatus.js +10 -29
- package/dist/enums/SCLASNStatus.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
- package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
- package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/index.d.ts +522 -166
- package/dist/models/schemas/api/account/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +294 -287
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +303 -210
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2207 -1339
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +20 -4
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/index.d.ts +2208 -1338
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.js +11 -0
- package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
- package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/index.d.ts +595 -191
- package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
- package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
- package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/country/index.d.ts +139 -45
- package/dist/models/schemas/api/country/index.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/index.d.ts +87 -23
- package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +168 -41
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/index.d.ts +164 -40
- package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.d.ts +2 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.js +2 -0
- package/dist/models/schemas/api/index.js.map +1 -1
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +156 -45
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/margin/index.d.ts +156 -45
- package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/index.d.ts +113 -40
- package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
- package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
- package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/index.js +1 -0
- package/dist/models/schemas/api/referral/index.js.map +1 -1
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
- package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/index.js +11 -0
- package/dist/models/schemas/api/referralLog/index.js.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
- package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/role/index.d.ts +83 -22
- package/dist/models/schemas/api/role/index.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +17 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +16 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +335 -104
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/index.d.ts +323 -103
- package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/index.d.ts +259 -69
- package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +755 -199
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +149 -38
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +177 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +164 -40
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1333 -459
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts +1 -0
- package/dist/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +11 -9
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +1 -0
- package/dist/models/schemas/bff/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/index.js +1 -1
- package/dist/models/schemas/bff/index.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +10 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +10 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js +1 -0
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.js.map +1 -1
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.js +2 -0
- package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
- package/package.json +3 -2
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +0 -7
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +0 -1
- package/dist/models/schemas/api/engagement/TEngagementAPI.js +0 -15
- package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +0 -1
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +0 -216
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +0 -1
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +0 -21
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +0 -1
- package/dist/models/schemas/bff/engagements/index.d.ts +0 -2
- package/dist/models/schemas/bff/engagements/index.d.ts.map +0 -1
- package/dist/models/schemas/bff/engagements/index.js +0 -2
- package/dist/models/schemas/bff/engagements/index.js.map +0 -1
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const assignmentMetadata: {
|
|
3
|
-
readonly logicalName: "ww_assignment";
|
|
4
|
-
readonly entitySetName: "ww_assignments";
|
|
5
|
-
};
|
|
6
2
|
export declare const assignmentOptions: {
|
|
7
3
|
readonly AssignmentStage: {
|
|
8
4
|
readonly legalApprovedToIssue: 127840000;
|
|
@@ -177,7 +173,7 @@ export declare const assignmentRelationships: {
|
|
|
177
173
|
readonly relationshipName: "ww_Contractor";
|
|
178
174
|
readonly entity: "contacts";
|
|
179
175
|
};
|
|
180
|
-
readonly
|
|
176
|
+
readonly referral: {
|
|
181
177
|
readonly relationshipName: "ww_SalesChecklist";
|
|
182
178
|
readonly entity: "ww_saleschecklists";
|
|
183
179
|
};
|
|
@@ -249,6 +245,10 @@ export declare const assignmentRelationships: {
|
|
|
249
245
|
readonly relationshipName: "ww_ICPFinanceContact";
|
|
250
246
|
readonly entity: "contacts";
|
|
251
247
|
};
|
|
248
|
+
readonly assignmentLogs: {
|
|
249
|
+
readonly relationshipName: "ww_Assignment_ww_Assignment_ww_AssignmentLog";
|
|
250
|
+
readonly entity: "ww_assignmentlogs";
|
|
251
|
+
};
|
|
252
252
|
};
|
|
253
253
|
export declare const assignmentFields: {
|
|
254
254
|
readonly ww_assignmentid: {
|
|
@@ -259,531 +259,538 @@ export declare const assignmentFields: {
|
|
|
259
259
|
readonly pretty: "assignmentNumber";
|
|
260
260
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
261
261
|
};
|
|
262
|
+
readonly _ww_saleschecklist_value: {
|
|
263
|
+
readonly relationshipName: "ww_SalesChecklist";
|
|
264
|
+
readonly entity: "ww_saleschecklists";
|
|
265
|
+
readonly pretty: "referralId";
|
|
266
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
267
|
+
};
|
|
268
|
+
readonly _ww_salescode_value: {
|
|
269
|
+
readonly pretty: "salesCodeValue";
|
|
270
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
271
|
+
};
|
|
272
|
+
readonly ww_precisionid: {
|
|
273
|
+
readonly pretty: "precisionId";
|
|
274
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
275
|
+
};
|
|
276
|
+
readonly ww_zohoCrmid: {
|
|
277
|
+
readonly pretty: "zoho/zohoCrmId";
|
|
278
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
279
|
+
};
|
|
280
|
+
readonly ww_zohobooksid: {
|
|
281
|
+
readonly pretty: "zoho/zohoBooksId";
|
|
282
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
283
|
+
};
|
|
284
|
+
readonly ww_zohocrmsync: {
|
|
285
|
+
readonly pretty: "zoho/zohoCrmSync";
|
|
286
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
287
|
+
};
|
|
288
|
+
readonly ww_zohobookssync: {
|
|
289
|
+
readonly pretty: "zoho/zohoBooksSync";
|
|
290
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
291
|
+
};
|
|
292
|
+
readonly ww_zohosyncerror: {
|
|
293
|
+
readonly pretty: "zoho/zohoSyncError";
|
|
294
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
295
|
+
};
|
|
262
296
|
readonly ww_assignmentstage: {
|
|
263
|
-
readonly pretty: "
|
|
297
|
+
readonly pretty: "progress/stage";
|
|
264
298
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
265
299
|
};
|
|
266
300
|
readonly ww_stagereason: {
|
|
267
|
-
readonly pretty: "stageReason";
|
|
301
|
+
readonly pretty: "progress/stageReason";
|
|
302
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
303
|
+
};
|
|
304
|
+
readonly ww_rejectionreason: {
|
|
305
|
+
readonly pretty: "progress/rejectionReason";
|
|
306
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
307
|
+
};
|
|
308
|
+
readonly ww_assignmtreportingstatus: {
|
|
309
|
+
readonly pretty: "progress/reportingStatus";
|
|
268
310
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
269
311
|
};
|
|
270
312
|
readonly _ww_contractor_value: {
|
|
271
313
|
readonly relationshipName: "ww_Contractor";
|
|
272
314
|
readonly entity: "contacts";
|
|
273
|
-
readonly pretty: "contractorValue";
|
|
315
|
+
readonly pretty: "contractor/contractorValue";
|
|
316
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
317
|
+
};
|
|
318
|
+
readonly "_ww_contractor_value@OData.Community.Display.V1.FormattedValue": {
|
|
319
|
+
readonly pretty: "contractor/contractorFormattedValue";
|
|
274
320
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
275
321
|
};
|
|
276
322
|
readonly ww_region: {
|
|
277
|
-
readonly pretty: "region";
|
|
323
|
+
readonly pretty: "assignment/region";
|
|
278
324
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
279
325
|
};
|
|
280
326
|
readonly ww_attn: {
|
|
281
|
-
readonly pretty: "attn";
|
|
327
|
+
readonly pretty: "assignment/attn";
|
|
282
328
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
283
329
|
};
|
|
284
|
-
readonly
|
|
285
|
-
readonly relationshipName: "
|
|
286
|
-
readonly entity: "
|
|
287
|
-
readonly pretty: "
|
|
330
|
+
readonly _ww_workwellglobalinternalcompany_value: {
|
|
331
|
+
readonly relationshipName: "ww_WorkwellGlobalInternalCompany";
|
|
332
|
+
readonly entity: "accounts";
|
|
333
|
+
readonly pretty: "assignment/workwellGlobalInternalCompanyValue";
|
|
288
334
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
289
335
|
};
|
|
290
|
-
readonly
|
|
291
|
-
readonly
|
|
292
|
-
readonly entity: "ww_countries";
|
|
293
|
-
readonly pretty: "workCountryValue";
|
|
336
|
+
readonly ww_othercontractualagreements: {
|
|
337
|
+
readonly pretty: "assignment/otherContractualAgreements";
|
|
294
338
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
295
339
|
};
|
|
296
|
-
readonly
|
|
297
|
-
readonly relationshipName: "
|
|
298
|
-
readonly entity: "
|
|
299
|
-
readonly pretty: "
|
|
340
|
+
readonly _transactioncurrencyid_value: {
|
|
341
|
+
readonly relationshipName: "transactioncurrencyid";
|
|
342
|
+
readonly entity: "transactioncurrencies";
|
|
343
|
+
readonly pretty: "assignment/contractorPayRateCurrencyValue";
|
|
300
344
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
301
345
|
};
|
|
302
|
-
readonly
|
|
303
|
-
readonly
|
|
304
|
-
readonly
|
|
305
|
-
|
|
346
|
+
readonly ww_contractrate: {
|
|
347
|
+
readonly pretty: "assignment/contractPayRate";
|
|
348
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
349
|
+
};
|
|
350
|
+
readonly ww_contractratefrequency: {
|
|
351
|
+
readonly pretty: "assignment/contractRateFrequency";
|
|
352
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
353
|
+
};
|
|
354
|
+
readonly ww_payfrequency: {
|
|
355
|
+
readonly pretty: "assignment/contractPaymentFrequency";
|
|
356
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
357
|
+
};
|
|
358
|
+
readonly ww_hoursworked: {
|
|
359
|
+
readonly pretty: "assignment/hoursWorked";
|
|
360
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
361
|
+
};
|
|
362
|
+
readonly ww_hoursworkedunit: {
|
|
363
|
+
readonly pretty: "assignment/hoursWorkedUnit";
|
|
364
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
365
|
+
};
|
|
366
|
+
readonly ww_totalrevenue: {
|
|
367
|
+
readonly pretty: "assignment/totalRevenue";
|
|
368
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
369
|
+
};
|
|
370
|
+
readonly ww_jobtype: {
|
|
371
|
+
readonly pretty: "assignment/jobType";
|
|
372
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
373
|
+
};
|
|
374
|
+
readonly ww_employmentcontracttype: {
|
|
375
|
+
readonly pretty: "assignment/employmentContractType";
|
|
376
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
377
|
+
};
|
|
378
|
+
readonly ww_startdate: {
|
|
379
|
+
readonly pretty: "assignment/startDate";
|
|
306
380
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
307
381
|
};
|
|
308
|
-
readonly
|
|
309
|
-
readonly
|
|
310
|
-
readonly entity: "accounts";
|
|
311
|
-
readonly pretty: "workwellGlobalInternalCompanyValue";
|
|
382
|
+
readonly ww_enddate: {
|
|
383
|
+
readonly pretty: "assignment/endDate";
|
|
312
384
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
313
385
|
};
|
|
314
|
-
readonly
|
|
315
|
-
readonly pretty: "
|
|
386
|
+
readonly ww_workerconfirmedstartdate: {
|
|
387
|
+
readonly pretty: "assignment/workerConfirmedStartDate";
|
|
316
388
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
317
389
|
};
|
|
318
|
-
readonly
|
|
319
|
-
readonly pretty: "
|
|
320
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
390
|
+
readonly ww_workerenddate: {
|
|
391
|
+
readonly pretty: "assignment/workerEndDate";
|
|
392
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
321
393
|
};
|
|
322
|
-
readonly
|
|
323
|
-
readonly pretty: "
|
|
394
|
+
readonly ww_actualenddate: {
|
|
395
|
+
readonly pretty: "assignment/actualEndDate";
|
|
324
396
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
325
397
|
};
|
|
326
|
-
readonly
|
|
327
|
-
readonly pretty: "
|
|
398
|
+
readonly ww_contractrole: {
|
|
399
|
+
readonly pretty: "assignment/jobRole";
|
|
328
400
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
329
401
|
};
|
|
330
|
-
readonly
|
|
331
|
-
readonly pretty: "
|
|
402
|
+
readonly ww_remote: {
|
|
403
|
+
readonly pretty: "assignment/remote";
|
|
404
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
405
|
+
};
|
|
406
|
+
readonly ww_isrollingcontract: {
|
|
407
|
+
readonly pretty: "assignment/isRollingContract";
|
|
408
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
409
|
+
};
|
|
410
|
+
readonly ww_notice: {
|
|
411
|
+
readonly pretty: "assignment/notice";
|
|
332
412
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
333
413
|
};
|
|
334
|
-
readonly
|
|
335
|
-
readonly
|
|
336
|
-
readonly entity: "accounts";
|
|
337
|
-
readonly pretty: "icpEntityValue";
|
|
414
|
+
readonly ww_jobdescription: {
|
|
415
|
+
readonly pretty: "assignment/jobDescription";
|
|
338
416
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
339
417
|
};
|
|
340
|
-
readonly
|
|
341
|
-
readonly
|
|
342
|
-
readonly entity: "accounts";
|
|
343
|
-
readonly pretty: "localEmployingEntityValue";
|
|
418
|
+
readonly ww_endclient: {
|
|
419
|
+
readonly pretty: "assignment/endClient";
|
|
344
420
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
345
421
|
};
|
|
422
|
+
readonly ww_paymentterms: {
|
|
423
|
+
readonly pretty: "assignment/paymentTerms";
|
|
424
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
425
|
+
};
|
|
426
|
+
readonly ww_selfbilling: {
|
|
427
|
+
readonly pretty: "assignment/selfBilling";
|
|
428
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
429
|
+
};
|
|
346
430
|
readonly ww_onboardingfee: {
|
|
347
|
-
readonly pretty: "onboardingFee";
|
|
431
|
+
readonly pretty: "fees/onboardingFee";
|
|
348
432
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
349
433
|
};
|
|
350
434
|
readonly _ww_onboardingfeecurrency_value: {
|
|
351
435
|
readonly relationshipName: "ww_OnboardingFeeCurrency";
|
|
352
436
|
readonly entity: "transactioncurrencies";
|
|
353
|
-
readonly pretty: "onboardingFeeCurrencyValue";
|
|
437
|
+
readonly pretty: "fees/onboardingFeeCurrencyValue";
|
|
354
438
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
355
439
|
};
|
|
356
440
|
readonly ww_depositpayable: {
|
|
357
|
-
readonly pretty: "depositPayable";
|
|
441
|
+
readonly pretty: "fees/depositPayable";
|
|
358
442
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
359
443
|
};
|
|
360
444
|
readonly ww_value: {
|
|
361
|
-
readonly pretty: "
|
|
445
|
+
readonly pretty: "fees/depositValue";
|
|
362
446
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
363
447
|
};
|
|
364
448
|
readonly _ww_waivedby_value: {
|
|
365
|
-
readonly pretty: "waivedByValue";
|
|
366
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
367
|
-
};
|
|
368
|
-
readonly ww_fxrequirement: {
|
|
369
|
-
readonly pretty: "fxRequirement";
|
|
370
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
371
|
-
};
|
|
372
|
-
readonly ww_fxinvoicingpattern: {
|
|
373
|
-
readonly pretty: "fxInvoicingPattern";
|
|
374
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
375
|
-
};
|
|
376
|
-
readonly ww_datereferredtoicp: {
|
|
377
|
-
readonly pretty: "dateReferredToIcp";
|
|
378
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
379
|
-
};
|
|
380
|
-
readonly ww_dateicpapprovedrtw: {
|
|
381
|
-
readonly pretty: "dateIcpApprovedRtw";
|
|
449
|
+
readonly pretty: "fees/waivedByValue";
|
|
382
450
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
383
451
|
};
|
|
384
452
|
readonly _ww_margincurrency_value: {
|
|
385
453
|
readonly relationshipName: "ww_MarginCurrency";
|
|
386
454
|
readonly entity: "transactioncurrencies";
|
|
387
|
-
readonly pretty: "marginCurrencyValue";
|
|
455
|
+
readonly pretty: "fees/marginCurrencyValue";
|
|
388
456
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
389
457
|
};
|
|
390
458
|
readonly ww_marginbasis: {
|
|
391
|
-
readonly pretty: "marginBasis";
|
|
459
|
+
readonly pretty: "fees/marginBasis";
|
|
392
460
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
393
461
|
};
|
|
394
462
|
readonly ww_marginperiod: {
|
|
395
|
-
readonly pretty: "marginPeriod";
|
|
463
|
+
readonly pretty: "fees/marginPeriod";
|
|
396
464
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
397
465
|
};
|
|
398
466
|
readonly ww_marginpercentage: {
|
|
399
|
-
readonly pretty: "marginPercentage";
|
|
467
|
+
readonly pretty: "fees/marginPercentage";
|
|
400
468
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
401
469
|
};
|
|
402
470
|
readonly ww_marginfixedvaluemaxvalue: {
|
|
403
|
-
readonly pretty: "marginFixedValueMaxValue";
|
|
471
|
+
readonly pretty: "fees/marginFixedValueMaxValue";
|
|
404
472
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
405
473
|
};
|
|
406
474
|
readonly ww_revenuefixedvaluemaxvalue: {
|
|
407
|
-
readonly pretty: "marginFixedValueMaxValue";
|
|
475
|
+
readonly pretty: "fees/marginFixedValueMaxValue";
|
|
408
476
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
409
477
|
};
|
|
410
478
|
readonly ww_marginminvalue: {
|
|
411
|
-
readonly pretty: "marginMinValue";
|
|
479
|
+
readonly pretty: "fees/marginMinValue";
|
|
412
480
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
413
481
|
};
|
|
414
482
|
readonly ww_revenueminvalue: {
|
|
415
|
-
readonly pretty: "marginMinValue";
|
|
483
|
+
readonly pretty: "fees/marginMinValue";
|
|
416
484
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
417
485
|
};
|
|
418
486
|
readonly ww_marginpaidby: {
|
|
419
|
-
readonly pretty: "marginPaidBy";
|
|
487
|
+
readonly pretty: "fees/marginPaidBy";
|
|
420
488
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
421
489
|
};
|
|
422
490
|
readonly ww_margincontractorpercentage: {
|
|
423
|
-
readonly pretty: "marginContractorPercentage";
|
|
424
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
425
|
-
};
|
|
426
|
-
readonly ww_clientrate: {
|
|
427
|
-
readonly pretty: "clientRate";
|
|
491
|
+
readonly pretty: "fees/marginContractorPercentage";
|
|
428
492
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
429
493
|
};
|
|
430
|
-
readonly
|
|
431
|
-
readonly pretty: "
|
|
494
|
+
readonly ww_mgtfeemonthlyfee: {
|
|
495
|
+
readonly pretty: "fees/mgtMonthlyFee";
|
|
432
496
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
433
497
|
};
|
|
434
|
-
readonly
|
|
435
|
-
readonly pretty: "
|
|
498
|
+
readonly ww_mgtfeemonthlyfeepercentage: {
|
|
499
|
+
readonly pretty: "fees/mgtMonthlyFeePercentage";
|
|
436
500
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
437
501
|
};
|
|
438
|
-
readonly
|
|
439
|
-
readonly pretty: "
|
|
502
|
+
readonly ww_mgtfeemonthlyfeepaidby: {
|
|
503
|
+
readonly pretty: "fees/mgtMonthlyFeePaidBy";
|
|
440
504
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
441
505
|
};
|
|
442
506
|
readonly ww_startupmarginfixedvaluemaxvalue: {
|
|
443
|
-
readonly pretty: "startUpMarginFixedValueMaxValue";
|
|
507
|
+
readonly pretty: "fees/startUpMarginFixedValueMaxValue";
|
|
444
508
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
445
509
|
};
|
|
446
510
|
readonly ww_startupmarginpaidby: {
|
|
447
|
-
readonly pretty: "startUpMarginPaidBy";
|
|
511
|
+
readonly pretty: "fees/startUpMarginPaidBy";
|
|
448
512
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
449
513
|
};
|
|
450
|
-
readonly _ww_preferredinvoicecurrency_value: {
|
|
451
|
-
readonly relationshipName: "ww_PreferredInvoiceCurrency";
|
|
452
|
-
readonly entity: "transactioncurrencies";
|
|
453
|
-
readonly pretty: "preferredInvoiceCurrencyValue";
|
|
454
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
455
|
-
};
|
|
456
514
|
readonly _ww_startupmargincurrency_value: {
|
|
457
515
|
readonly relationshipName: "ww_StartUpMarginCurrency";
|
|
458
516
|
readonly entity: "transactioncurrencies";
|
|
459
|
-
readonly pretty: "startUpMarginCurrencyValue";
|
|
517
|
+
readonly pretty: "fees/startUpMarginCurrencyValue";
|
|
460
518
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
461
519
|
};
|
|
462
520
|
readonly ww_startupmargincontractorpercentage: {
|
|
463
|
-
readonly pretty: "startUpMarginContractorPercentage";
|
|
521
|
+
readonly pretty: "fees/startUpMarginContractorPercentage";
|
|
522
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
523
|
+
};
|
|
524
|
+
readonly _ww_preferredinvoicecurrency_value: {
|
|
525
|
+
readonly relationshipName: "ww_PreferredInvoiceCurrency";
|
|
526
|
+
readonly entity: "transactioncurrencies";
|
|
527
|
+
readonly pretty: "fees/preferredInvoiceCurrencyValue";
|
|
528
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
529
|
+
};
|
|
530
|
+
readonly ww_clientrate: {
|
|
531
|
+
readonly pretty: "rates/clientRate";
|
|
532
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
533
|
+
};
|
|
534
|
+
readonly ww_grossratesimulation: {
|
|
535
|
+
readonly pretty: "rates/grossRateSimulation";
|
|
536
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
537
|
+
};
|
|
538
|
+
readonly ww_marginrate: {
|
|
539
|
+
readonly pretty: "rates/marginRate";
|
|
540
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
541
|
+
};
|
|
542
|
+
readonly ww_employeegrosssalary: {
|
|
543
|
+
readonly pretty: "rates/employeeGrossSalary";
|
|
464
544
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
465
545
|
};
|
|
466
546
|
readonly _ww_agency_value: {
|
|
467
547
|
readonly relationshipName: "ww_Agency";
|
|
468
548
|
readonly entity: "accounts";
|
|
469
|
-
readonly pretty: "agencyValue";
|
|
549
|
+
readonly pretty: "agency/agencyValue";
|
|
470
550
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
471
551
|
};
|
|
472
552
|
readonly _ww_agencycontact_value: {
|
|
473
553
|
readonly relationshipName: "ww_AgencyContact";
|
|
474
554
|
readonly entity: "contacts";
|
|
475
|
-
readonly pretty: "agencyContactValue";
|
|
555
|
+
readonly pretty: "agency/agencyContactValue";
|
|
476
556
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
477
557
|
};
|
|
478
|
-
readonly
|
|
479
|
-
readonly pretty: "
|
|
558
|
+
readonly "_ww_agency_value@OData.Community.Display.V1.FormattedValue": {
|
|
559
|
+
readonly pretty: "agency/agencyFormattedValue";
|
|
560
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
561
|
+
};
|
|
562
|
+
readonly "_ww_agencycontact_value@OData.Community.Display.V1.FormattedValue": {
|
|
563
|
+
readonly pretty: "agency/agencyContactFormattedValue";
|
|
480
564
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
481
565
|
};
|
|
482
566
|
readonly _ww_margincompany_value: {
|
|
483
567
|
readonly relationshipName: "ww_MarginCompany";
|
|
484
568
|
readonly entity: "accounts";
|
|
485
|
-
readonly pretty: "marginOnlyCompanyValue";
|
|
569
|
+
readonly pretty: "agency/marginOnlyCompanyValue";
|
|
486
570
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
487
571
|
};
|
|
488
|
-
readonly
|
|
489
|
-
readonly
|
|
490
|
-
readonly
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
readonly pretty: "employmentContractType";
|
|
494
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
572
|
+
readonly _ww_localpartner_value: {
|
|
573
|
+
readonly relationshipName: "ww_LocalPartner";
|
|
574
|
+
readonly entity: "accounts";
|
|
575
|
+
readonly pretty: "contacts/icpEntityValue";
|
|
576
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
495
577
|
};
|
|
496
|
-
readonly
|
|
497
|
-
readonly
|
|
578
|
+
readonly _ww_localemployingentity_value: {
|
|
579
|
+
readonly relationshipName: "ww_LocalEmployingEntity";
|
|
580
|
+
readonly entity: "accounts";
|
|
581
|
+
readonly pretty: "contacts/localEmployingEntityValue";
|
|
498
582
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
499
583
|
};
|
|
500
|
-
readonly
|
|
501
|
-
readonly
|
|
584
|
+
readonly _ww_accountant_value: {
|
|
585
|
+
readonly relationshipName: "ww_Accountant";
|
|
586
|
+
readonly entity: "accounts";
|
|
587
|
+
readonly pretty: "contacts/accountantValue";
|
|
502
588
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
503
589
|
};
|
|
504
|
-
readonly
|
|
505
|
-
readonly pretty: "
|
|
590
|
+
readonly _ww_engagementconsultant_value: {
|
|
591
|
+
readonly pretty: "contacts/engagementConsultantValue";
|
|
506
592
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
507
593
|
};
|
|
508
|
-
readonly
|
|
509
|
-
readonly pretty: "
|
|
594
|
+
readonly _ww_icpinternalaccountmanager_value: {
|
|
595
|
+
readonly pretty: "contacts/icpInternalAccountManagerValue";
|
|
510
596
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
511
597
|
};
|
|
512
|
-
readonly
|
|
513
|
-
readonly
|
|
598
|
+
readonly _ww_icpoperationscontact_value: {
|
|
599
|
+
readonly relationshipName: "ww_ICPOperationsContact";
|
|
600
|
+
readonly entity: "contacts";
|
|
601
|
+
readonly pretty: "contacts/icpOperationsContactValue";
|
|
514
602
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
515
603
|
};
|
|
516
|
-
readonly
|
|
517
|
-
readonly
|
|
604
|
+
readonly _ww_icpfinancecontact_value: {
|
|
605
|
+
readonly relationshipName: "ww_ICPFinanceContact";
|
|
606
|
+
readonly entity: "contacts";
|
|
607
|
+
readonly pretty: "contacts/icpFinanceContactValue";
|
|
518
608
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
519
609
|
};
|
|
520
|
-
readonly
|
|
521
|
-
readonly pretty: "
|
|
610
|
+
readonly ww_workpermitsponsorship: {
|
|
611
|
+
readonly pretty: "compliance/workPermitSponsorship";
|
|
522
612
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
523
613
|
};
|
|
524
|
-
readonly
|
|
525
|
-
readonly
|
|
526
|
-
readonly entity: "transactioncurrencies";
|
|
527
|
-
readonly pretty: "contractorPayRateCurrencyValue";
|
|
614
|
+
readonly ww_workpermitcost: {
|
|
615
|
+
readonly pretty: "compliance/workPermitCost";
|
|
528
616
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
529
617
|
};
|
|
530
|
-
readonly
|
|
531
|
-
readonly pretty: "
|
|
532
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
533
|
-
};
|
|
534
|
-
readonly ww_contractratefrequency: {
|
|
535
|
-
readonly pretty: "contractRateFrequency";
|
|
536
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
537
|
-
};
|
|
538
|
-
readonly ww_type: {
|
|
539
|
-
readonly pretty: "type";
|
|
540
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
541
|
-
};
|
|
542
|
-
readonly ww_hoursworked: {
|
|
543
|
-
readonly pretty: "hoursWorked";
|
|
544
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
545
|
-
};
|
|
546
|
-
readonly ww_hoursworkedunit: {
|
|
547
|
-
readonly pretty: "hoursWorkedUnit";
|
|
548
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
618
|
+
readonly ww_workpermitpaidby: {
|
|
619
|
+
readonly pretty: "compliance/workPermitPaidBy";
|
|
620
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
549
621
|
};
|
|
550
622
|
readonly ww_specialconditions: {
|
|
551
|
-
readonly pretty: "specialConditions";
|
|
623
|
+
readonly pretty: "compliance/specialConditions";
|
|
552
624
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
553
625
|
};
|
|
554
626
|
readonly ww_possofextension: {
|
|
555
|
-
readonly pretty: "possibilityOfExtension";
|
|
627
|
+
readonly pretty: "compliance/possibilityOfExtension";
|
|
556
628
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
557
629
|
};
|
|
558
|
-
readonly
|
|
559
|
-
readonly pretty: "
|
|
630
|
+
readonly ww_type: {
|
|
631
|
+
readonly pretty: "compliance/type";
|
|
632
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
633
|
+
};
|
|
634
|
+
readonly ww_grosspay: {
|
|
635
|
+
readonly pretty: "compliance/grossPay";
|
|
560
636
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
561
637
|
};
|
|
562
|
-
readonly
|
|
563
|
-
readonly pretty: "
|
|
638
|
+
readonly ww_expenses: {
|
|
639
|
+
readonly pretty: "compliance/expenses";
|
|
564
640
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
565
641
|
};
|
|
566
|
-
readonly
|
|
567
|
-
readonly pretty: "
|
|
642
|
+
readonly ww_accepteddate: {
|
|
643
|
+
readonly pretty: "compliance/acceptedDate";
|
|
568
644
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
569
645
|
};
|
|
570
|
-
readonly
|
|
571
|
-
readonly pretty: "
|
|
646
|
+
readonly ww_datereferredtoicp: {
|
|
647
|
+
readonly pretty: "compliance/dateReferredToIcp";
|
|
572
648
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
573
649
|
};
|
|
574
|
-
readonly
|
|
575
|
-
readonly pretty: "
|
|
576
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
577
|
-
};
|
|
578
|
-
readonly ww_mgtfeemonthlyfeepercentage: {
|
|
579
|
-
readonly pretty: "mgtMonthlyFee";
|
|
580
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
650
|
+
readonly ww_dateicpapprovedrtw: {
|
|
651
|
+
readonly pretty: "compliance/dateIcpApprovedRtw";
|
|
652
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
581
653
|
};
|
|
582
|
-
readonly
|
|
583
|
-
readonly pretty: "
|
|
654
|
+
readonly ww_fxrequirement: {
|
|
655
|
+
readonly pretty: "compliance/fxRequirement";
|
|
584
656
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
585
657
|
};
|
|
586
|
-
readonly
|
|
587
|
-
readonly pretty: "
|
|
658
|
+
readonly ww_fxinvoicingpattern: {
|
|
659
|
+
readonly pretty: "compliance/fxInvoicingPattern";
|
|
588
660
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
589
661
|
};
|
|
590
|
-
readonly
|
|
591
|
-
readonly pretty: "
|
|
592
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
593
|
-
};
|
|
594
|
-
readonly ww_precisionid: {
|
|
595
|
-
readonly pretty: "precisionId";
|
|
596
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
597
|
-
};
|
|
598
|
-
readonly ww_selfbilling: {
|
|
599
|
-
readonly pretty: "selfBilling";
|
|
600
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
601
|
-
};
|
|
602
|
-
readonly ww_payfrequency: {
|
|
603
|
-
readonly pretty: "contractPaymentFrequency";
|
|
662
|
+
readonly ww_onboardingdurationminutes: {
|
|
663
|
+
readonly pretty: "progress/onboardingDurationMinutes";
|
|
604
664
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
605
665
|
};
|
|
606
|
-
readonly
|
|
607
|
-
readonly pretty: "
|
|
608
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
609
|
-
};
|
|
610
|
-
readonly ww_zohobooksid: {
|
|
611
|
-
readonly pretty: "zohoBooksId";
|
|
612
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
613
|
-
};
|
|
614
|
-
readonly ww_zohocrmsync: {
|
|
615
|
-
readonly pretty: "zohoCrmSync";
|
|
616
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
617
|
-
};
|
|
618
|
-
readonly ww_zohobookssync: {
|
|
619
|
-
readonly pretty: "zohoBooksSync";
|
|
620
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
621
|
-
};
|
|
622
|
-
readonly ww_zohosyncerror: {
|
|
623
|
-
readonly pretty: "zohoSyncError";
|
|
666
|
+
readonly ww_onboardingduration: {
|
|
667
|
+
readonly pretty: "progress/onboardingDuration";
|
|
624
668
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
625
669
|
};
|
|
626
|
-
readonly
|
|
627
|
-
readonly pretty: "
|
|
628
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
629
|
-
};
|
|
630
|
-
readonly ww_paymentterms: {
|
|
631
|
-
readonly pretty: "paymentTerms";
|
|
670
|
+
readonly ww_onboarding: {
|
|
671
|
+
readonly pretty: "progress/pendingOnboarding";
|
|
632
672
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
633
673
|
};
|
|
634
|
-
readonly
|
|
635
|
-
readonly pretty: "
|
|
674
|
+
readonly ww_awaitingdocuments: {
|
|
675
|
+
readonly pretty: "progress/awaitingDocuments";
|
|
636
676
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
637
677
|
};
|
|
638
|
-
readonly
|
|
639
|
-
readonly
|
|
640
|
-
readonly entity: "accounts";
|
|
641
|
-
readonly pretty: "accountantValue";
|
|
678
|
+
readonly ww_onboardingend: {
|
|
679
|
+
readonly pretty: "progress/registrationSubmitted";
|
|
642
680
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
643
681
|
};
|
|
644
|
-
readonly
|
|
645
|
-
readonly pretty: "
|
|
682
|
+
readonly ww_onboarding_reportingstatus: {
|
|
683
|
+
readonly pretty: "progress/onboardingStatus";
|
|
646
684
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
647
685
|
};
|
|
648
|
-
readonly
|
|
649
|
-
readonly
|
|
650
|
-
readonly entity: "contacts";
|
|
651
|
-
readonly pretty: "icpOperationsContactValue";
|
|
686
|
+
readonly ww_joiner_reportingstatus: {
|
|
687
|
+
readonly pretty: "progress/joinerStatus";
|
|
652
688
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
653
689
|
};
|
|
654
|
-
readonly
|
|
655
|
-
readonly
|
|
656
|
-
readonly entity: "contacts";
|
|
657
|
-
readonly pretty: "icpFinanceContactValue";
|
|
690
|
+
readonly ww_active_reportingstatus: {
|
|
691
|
+
readonly pretty: "progress/activeStatus";
|
|
658
692
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
659
693
|
};
|
|
660
694
|
readonly ww_workpermitinprogressdurationminutes: {
|
|
661
|
-
readonly pretty: "workPermitInProgressDurationMinutes";
|
|
695
|
+
readonly pretty: "progress/workPermitInProgressDurationMinutes";
|
|
662
696
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
663
697
|
};
|
|
664
698
|
readonly ww_workpermitinprogressduration: {
|
|
665
|
-
readonly pretty: "workPermitInProgressDuration";
|
|
699
|
+
readonly pretty: "progress/workPermitInProgressDuration";
|
|
666
700
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
667
701
|
};
|
|
668
702
|
readonly ww_allocated: {
|
|
669
|
-
readonly pretty: "allocated";
|
|
703
|
+
readonly pretty: "progress/allocated";
|
|
670
704
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
671
705
|
};
|
|
672
706
|
readonly ww_gatheringdocuments: {
|
|
673
|
-
readonly pretty: "gatheringDocuments";
|
|
707
|
+
readonly pretty: "progress/gatheringDocuments";
|
|
674
708
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
675
709
|
};
|
|
676
710
|
readonly ww_preparingapplication: {
|
|
677
|
-
readonly pretty: "preparingApplication";
|
|
711
|
+
readonly pretty: "progress/preparingApplication";
|
|
678
712
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
679
713
|
};
|
|
680
714
|
readonly ww_applicationsubmitted: {
|
|
681
|
-
readonly pretty: "applicationSubmitted";
|
|
682
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
683
|
-
};
|
|
684
|
-
readonly ww_onboardingdurationminutes: {
|
|
685
|
-
readonly pretty: "onboardingDurationMinutes";
|
|
686
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
687
|
-
};
|
|
688
|
-
readonly ww_onboardingduration: {
|
|
689
|
-
readonly pretty: "onboardingDuration";
|
|
690
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
691
|
-
};
|
|
692
|
-
readonly ww_onboarding: {
|
|
693
|
-
readonly pretty: "pendingOnboarding";
|
|
715
|
+
readonly pretty: "progress/applicationSubmitted";
|
|
694
716
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
695
717
|
};
|
|
696
|
-
readonly ww_awaitingdocuments: {
|
|
697
|
-
readonly pretty: "awaitingDocuments";
|
|
698
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
699
|
-
};
|
|
700
|
-
readonly ww_onboardingend: {
|
|
701
|
-
readonly pretty: "registrationSubmitted";
|
|
702
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
703
|
-
};
|
|
704
|
-
readonly ww_registrationinprogressdurationminutes: {
|
|
705
|
-
readonly pretty: "registrationInProgressDurationMinutes";
|
|
706
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
707
|
-
};
|
|
708
718
|
readonly ww_registrationinprogressduration: {
|
|
709
|
-
readonly pretty: "registrationInProgressDuration";
|
|
719
|
+
readonly pretty: "progress/registrationInProgressDuration";
|
|
710
720
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
711
721
|
};
|
|
712
722
|
readonly ww_registrationinprogressend: {
|
|
713
|
-
readonly pretty: "completed";
|
|
723
|
+
readonly pretty: "progress/completed";
|
|
714
724
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
715
725
|
};
|
|
716
726
|
readonly ww_complianceapprovaldurationminutes: {
|
|
717
|
-
readonly pretty: "complianceApprovalDurationMinutes";
|
|
727
|
+
readonly pretty: "progress/complianceApprovalDurationMinutes";
|
|
718
728
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
719
729
|
};
|
|
720
730
|
readonly ww_complianceapprovalduration: {
|
|
721
|
-
readonly pretty: "complianceApprovalDuration";
|
|
731
|
+
readonly pretty: "progress/complianceApprovalDuration";
|
|
722
732
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
723
733
|
};
|
|
724
734
|
readonly ww_complianceapprovalend: {
|
|
725
|
-
readonly pretty: "finalCheck";
|
|
735
|
+
readonly pretty: "progress/finalCheck";
|
|
726
736
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
727
737
|
};
|
|
728
738
|
readonly ww_legalapprovedtoissuedurationminutes: {
|
|
729
|
-
readonly pretty: "legalApprovedToIssueDurationMinutes";
|
|
739
|
+
readonly pretty: "progress/legalApprovedToIssueDurationMinutes";
|
|
730
740
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
731
741
|
};
|
|
732
742
|
readonly ww_legalapprovedtoissueduration: {
|
|
733
|
-
readonly pretty: "legalApprovedToIssueDuration";
|
|
743
|
+
readonly pretty: "progress/legalApprovedToIssueDuration";
|
|
734
744
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
735
745
|
};
|
|
736
746
|
readonly ww_contractsinprogressdurationminutes: {
|
|
737
|
-
readonly pretty: "contractsInProgressDurationMinutes";
|
|
747
|
+
readonly pretty: "progress/contractsInProgressDurationMinutes";
|
|
738
748
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
739
749
|
};
|
|
740
750
|
readonly ww_contractsinprogressduration: {
|
|
741
|
-
readonly pretty: "contractsInProgressDuration";
|
|
751
|
+
readonly pretty: "progress/contractsInProgressDuration";
|
|
742
752
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
743
753
|
};
|
|
744
754
|
readonly ww_draftingcontract: {
|
|
745
|
-
readonly pretty: "draftingContract";
|
|
755
|
+
readonly pretty: "progress/draftingContract";
|
|
746
756
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
747
757
|
};
|
|
748
758
|
readonly ww_contractsent: {
|
|
749
|
-
readonly pretty: "contractSent";
|
|
759
|
+
readonly pretty: "progress/contractSent";
|
|
750
760
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
751
761
|
};
|
|
752
762
|
readonly ww_contractqueries: {
|
|
753
|
-
readonly pretty: "contractQueries";
|
|
763
|
+
readonly pretty: "progress/contractQueries";
|
|
754
764
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
755
765
|
};
|
|
756
766
|
readonly ww_signedcontractreceived: {
|
|
757
|
-
readonly pretty: "signedContractReceived";
|
|
767
|
+
readonly pretty: "progress/signedContractReceived";
|
|
758
768
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
759
769
|
};
|
|
760
770
|
readonly ww_contractsinprogressend: {
|
|
761
|
-
readonly pretty: "legalFinalCheck";
|
|
762
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
763
|
-
};
|
|
764
|
-
readonly ww_onboarding_reportingstatus: {
|
|
765
|
-
readonly pretty: "onboarding";
|
|
771
|
+
readonly pretty: "progress/legalFinalCheck";
|
|
766
772
|
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
767
773
|
};
|
|
768
|
-
readonly
|
|
769
|
-
readonly pretty: "
|
|
770
|
-
readonly type: z.ZodOptional<z.ZodNullable<z.
|
|
774
|
+
readonly ww_registrationinprogressdurationminutes: {
|
|
775
|
+
readonly pretty: "progress/registrationInProgressDurationMinutes";
|
|
776
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
771
777
|
};
|
|
772
|
-
readonly
|
|
773
|
-
readonly pretty: "
|
|
774
|
-
readonly
|
|
778
|
+
readonly ww_Assignment_ww_Assignment_ww_AssignmentLog: {
|
|
779
|
+
readonly pretty: "assignmentLogs";
|
|
780
|
+
readonly entityKey: "assignmentLog";
|
|
781
|
+
readonly isArray: true;
|
|
775
782
|
};
|
|
776
|
-
readonly
|
|
777
|
-
readonly pretty: "
|
|
778
|
-
readonly
|
|
783
|
+
readonly ww_Country: {
|
|
784
|
+
readonly pretty: "assignment/workCountry";
|
|
785
|
+
readonly entityKey: "country";
|
|
779
786
|
};
|
|
780
|
-
readonly
|
|
781
|
-
readonly pretty: "
|
|
782
|
-
readonly
|
|
787
|
+
readonly ww_Parent_Solution: {
|
|
788
|
+
readonly pretty: "assignment/parentSolution";
|
|
789
|
+
readonly entityKey: "solution";
|
|
783
790
|
};
|
|
784
|
-
readonly
|
|
785
|
-
readonly pretty: "
|
|
786
|
-
readonly
|
|
791
|
+
readonly ww_Solution: {
|
|
792
|
+
readonly pretty: "assignment/solution";
|
|
793
|
+
readonly entityKey: "solution";
|
|
787
794
|
};
|
|
788
795
|
};
|
|
789
796
|
//# sourceMappingURL=DAssignmentAPI.d.ts.map
|