@workwell-global/toolkit 1.1.10 → 1.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/enums/EntityNames.d.ts +8 -0
- package/dist/enums/EntityNames.d.ts.map +1 -1
- package/dist/enums/EntityNames.js +8 -0
- package/dist/enums/EntityNames.js.map +1 -1
- package/dist/enums/SCLASNStages.d.ts +2 -1
- package/dist/enums/SCLASNStages.d.ts.map +1 -1
- package/dist/enums/SCLASNStages.js +2 -2
- package/dist/enums/SCLASNStages.js.map +1 -1
- package/dist/enums/SCLASNStatus.d.ts +12 -12
- package/dist/enums/SCLASNStatus.d.ts.map +1 -1
- package/dist/enums/SCLASNStatus.js +10 -29
- package/dist/enums/SCLASNStatus.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts +3 -3
- package/dist/models/schemas/api/_entityTools/CreateEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/EntityRegistry.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js +46 -6
- package/dist/models/schemas/api/_entityTools/MappersEntityTools.js.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts +14 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.d.ts.map +1 -1
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js +35 -6
- package/dist/models/schemas/api/_entityTools/SchemasEntityTools.js.map +1 -1
- package/dist/models/schemas/api/account/DAccountAPI.d.ts +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js +12 -12
- package/dist/models/schemas/api/account/DAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.d.ts +539 -167
- package/dist/models/schemas/api/account/TAccountAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/account/TAccountAPI.js.map +1 -1
- package/dist/models/schemas/api/account/index.d.ts +522 -166
- package/dist/models/schemas/api/account/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts +294 -287
- package/dist/models/schemas/api/assignment/DAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js +303 -210
- package/dist/models/schemas/api/assignment/DAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts +2207 -1339
- package/dist/models/schemas/api/assignment/TAssignmentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js +20 -4
- package/dist/models/schemas/api/assignment/TAssignmentAPI.js.map +1 -1
- package/dist/models/schemas/api/assignment/index.d.ts +2208 -1338
- package/dist/models/schemas/api/assignment/index.d.ts.map +1 -1
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js +28 -0
- package/dist/models/schemas/api/assignmentLog/DAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts +400 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js +9 -0
- package/dist/models/schemas/api/assignmentLog/TAssignmentLogAPI.js.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts +405 -0
- package/dist/models/schemas/api/assignmentLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/assignmentLog/index.js +11 -0
- package/dist/models/schemas/api/assignmentLog/index.js.map +1 -0
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/TCompanyDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/companyDocument/index.d.ts +215 -55
- package/dist/models/schemas/api/companyDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/DContactAPI.d.ts +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js +11 -11
- package/dist/models/schemas/api/contact/DContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.d.ts +612 -192
- package/dist/models/schemas/api/contact/TContactAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contact/TContactAPI.js.map +1 -1
- package/dist/models/schemas/api/contact/index.d.ts +595 -191
- package/dist/models/schemas/api/contact/index.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.d.ts +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js +2 -2
- package/dist/models/schemas/api/contractorDocument/DContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts +296 -77
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/contractorDocument/TContractorDocumentAPI.js.map +1 -1
- package/dist/models/schemas/api/contractorDocument/index.d.ts +291 -76
- package/dist/models/schemas/api/contractorDocument/index.d.ts.map +1 -1
- package/dist/models/schemas/api/country/TCountryAPI.d.ts +139 -45
- package/dist/models/schemas/api/country/TCountryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/country/index.d.ts +139 -45
- package/dist/models/schemas/api/country/index.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/TCountryOfferingAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/countryOffering/index.d.ts +95 -25
- package/dist/models/schemas/api/countryOffering/index.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts +87 -23
- package/dist/models/schemas/api/currency/TCurrencyAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/currency/index.d.ts +87 -23
- package/dist/models/schemas/api/currency/index.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/TDisqualificationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/disqualificationReason/index.d.ts +86 -25
- package/dist/models/schemas/api/disqualificationReason/index.d.ts.map +1 -1
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.d.ts +1 -1
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js +2 -2
- package/dist/models/schemas/api/enquiry/DEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts +168 -41
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/enquiry/TEnquiryAPI.js.map +1 -1
- package/dist/models/schemas/api/enquiry/index.d.ts +164 -40
- package/dist/models/schemas/api/enquiry/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.d.ts +2 -0
- package/dist/models/schemas/api/index.d.ts.map +1 -1
- package/dist/models/schemas/api/index.js +2 -0
- package/dist/models/schemas/api/index.js.map +1 -1
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts +156 -45
- package/dist/models/schemas/api/margin/TMarginAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/margin/index.d.ts +156 -45
- package/dist/models/schemas/api/margin/index.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts +113 -40
- package/dist/models/schemas/api/nationality/TNationalityAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/nationality/index.d.ts +113 -40
- package/dist/models/schemas/api/nationality/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts +261 -242
- package/dist/models/schemas/api/referral/DReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/DReferralAPI.js +279 -181
- package/dist/models/schemas/api/referral/DReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts +1789 -1024
- package/dist/models/schemas/api/referral/TReferralAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/TReferralAPI.js +27 -0
- package/dist/models/schemas/api/referral/TReferralAPI.js.map +1 -1
- package/dist/models/schemas/api/referral/index.d.ts +1851 -1024
- package/dist/models/schemas/api/referral/index.d.ts.map +1 -1
- package/dist/models/schemas/api/referral/index.js +1 -0
- package/dist/models/schemas/api/referral/index.js.map +1 -1
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts +52 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js +31 -0
- package/dist/models/schemas/api/referralLog/DReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts +397 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js +9 -0
- package/dist/models/schemas/api/referralLog/TReferralLogAPI.js.map +1 -0
- package/dist/models/schemas/api/referralLog/index.d.ts +402 -0
- package/dist/models/schemas/api/referralLog/index.d.ts.map +1 -0
- package/dist/models/schemas/api/referralLog/index.js +11 -0
- package/dist/models/schemas/api/referralLog/index.js.map +1 -0
- package/dist/models/schemas/api/role/TRoleAPI.d.ts +83 -22
- package/dist/models/schemas/api/role/TRoleAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/role/index.d.ts +83 -22
- package/dist/models/schemas/api/role/index.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/DSimulationAPI.d.ts +7 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js +7 -7
- package/dist/models/schemas/api/simulation/DSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts +316 -104
- package/dist/models/schemas/api/simulation/TSimulationAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/simulation/TSimulationAPI.js.map +1 -1
- package/dist/models/schemas/api/simulation/index.d.ts +300 -103
- package/dist/models/schemas/api/simulation/index.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts +259 -69
- package/dist/models/schemas/api/solution/TSolutionAPI.d.ts.map +1 -1
- package/dist/models/schemas/api/solution/index.d.ts +259 -69
- package/dist/models/schemas/api/solution/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts +162 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js +33 -0
- package/dist/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js +2 -0
- package/dist/models/schemas/bff/assignmentsSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts +755 -199
- package/dist/models/schemas/bff/config/SGetConfigBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js +1 -1
- package/dist/models/schemas/bff/config/SGetConfigBFF.js.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/config/SGetOptionlistCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts +93 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCountryOfferingBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/config/SGetOptionlistCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts +166 -44
- package/dist/models/schemas/bff/config/SGetOptionlistDisqualificationReasonBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts +149 -38
- package/dist/models/schemas/bff/config/SGetOptionlistMarginBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts +83 -22
- package/dist/models/schemas/bff/config/SGetOptionlistRoleBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts +653 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js +116 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAgentSummaryBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts +124 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js +173 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/SGetEngagementsAuditBFF.js.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js +3 -0
- package/dist/models/schemas/bff/engagementsAgentSummary/index.js.map +1 -0
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts +164 -40
- package/dist/models/schemas/bff/enquiriesSummary/SGetEnquiriesSummaryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts +1333 -459
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js +11 -8
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquiryBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts +1279 -391
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js +21 -18
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimBFF.js.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts +87 -23
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimCurrencyBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts +83 -22
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDisqualificationBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts +287 -72
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimDocumentBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts +255 -65
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts +127 -33
- package/dist/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.d.ts.map +1 -1
- package/dist/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.d.ts +9 -9
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts +25 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js +115 -0
- package/dist/models/schemas/bff/helpers/AssignmentHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts +135 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js +82 -0
- package/dist/models/schemas/bff/helpers/ReferralHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts +257 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js +263 -0
- package/dist/models/schemas/bff/helpers/RegionHelper.js.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts +21 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.d.ts.map +1 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js +27 -0
- package/dist/models/schemas/bff/helpers/SolutionHelper.js.map +1 -0
- package/dist/models/schemas/bff/index.d.ts +1 -0
- package/dist/models/schemas/bff/index.d.ts.map +1 -1
- package/dist/models/schemas/bff/index.js +1 -1
- package/dist/models/schemas/bff/index.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorker.d.ts +7 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts +46 -105
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.d.ts.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js +8 -7
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerReferral.js.map +1 -1
- package/dist/models/schemas/bff/onboardAWorker/SPostOnboardAWorkerSimulation.d.ts +7 -7
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts +306 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js +32 -0
- package/dist/models/schemas/bff/referralsSummary/SGetReferralsSummary.js.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts +2 -0
- package/dist/models/schemas/bff/referralsSummary/index.d.ts.map +1 -0
- package/dist/models/schemas/bff/referralsSummary/index.js +2 -0
- package/dist/models/schemas/bff/referralsSummary/index.js.map +1 -0
- package/package.json +3 -2
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts +0 -7
- package/dist/models/schemas/api/engagement/TEngagementAPI.d.ts.map +0 -1
- package/dist/models/schemas/api/engagement/TEngagementAPI.js +0 -15
- package/dist/models/schemas/api/engagement/TEngagementAPI.js.map +0 -1
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts +0 -216
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.d.ts.map +0 -1
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js +0 -21
- package/dist/models/schemas/bff/engagements/SGetEngagementsSummaryBFF.js.map +0 -1
- package/dist/models/schemas/bff/engagements/index.d.ts +0 -2
- package/dist/models/schemas/bff/engagements/index.d.ts.map +0 -1
- package/dist/models/schemas/bff/engagements/index.js +0 -2
- package/dist/models/schemas/bff/engagements/index.js.map +0 -1
|
@@ -1,40 +1,154 @@
|
|
|
1
1
|
import z from 'zod';
|
|
2
|
+
declare const SAccountKeys: z.ZodEnum<["accountStatus", "billingType", "companyHq", "contactMethod", "growthPotential", "icpFeeBase", "icpStatus", "paymentTerms", "relationshipType", "supplierType"]>;
|
|
3
|
+
declare const SAssignmentKeys: z.ZodEnum<["stage", "stageReason", "region", "attn", "workPermitSponsorship", "depositPayable", "fxRequirement", "fxInvoicingPattern", "startUpMarginPaidBy", "jobType", "employmentContractType", "remote", "contractRateFrequency", "type", "hoursWorkedUnit", "possibilityOfExtension", "isRollingContract", "mgtMonthlyFeePaidBy", "selfBilling", "contractPaymentFrequency", "grossPay", "reportingStatus", "marginBasis", "marginPaidBy", "marginPeriod"]>;
|
|
4
|
+
declare const SCompanyDocumentKeys: z.ZodEnum<["category", "companyDocumentStatus", "documentType"]>;
|
|
5
|
+
declare const SContactKeys: z.ZodEnum<["contactIcpType", "contactMethod", "contactStatus", "contractorStatus", "contractorStatusReason", "gender", "maritalStatus", "nokPrefix", "proNouns", "relationshipType", "salutation", "supplierType"]>;
|
|
6
|
+
declare const SContractorDocumentKeys: z.ZodEnum<["category", "contractType", "documentDisplay", "documentStatus", "employmentType", "type"]>;
|
|
7
|
+
declare const SReferralKeys: z.ZodEnum<["contractPayFrequency", "contractRateFrequency", "ensureLimosaHasBeenFiled", "hoursWorkedUnit", "ifNoWhoIsArrangingVisa", "jobType", "notGoingAheadReason", "notGoingAheadReasonDetail", "possibilityOfExtension", "region", "reportingStatus", "sendPortalInvite", "stage", "stageReason", "startUpMarginPaidBy", "willTheContractorBePaidVatByWorkwellGlobal", "wwgManagementFeeBasis", "wwgManagementFeePaidBy", "wwgManagementFeePeriod"]>;
|
|
8
|
+
declare const SOptionEntry: z.ZodObject<{
|
|
9
|
+
id: z.ZodString;
|
|
10
|
+
label: z.ZodString;
|
|
11
|
+
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
12
|
+
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
value: string | number;
|
|
14
|
+
id: string;
|
|
15
|
+
label: string;
|
|
16
|
+
}, {
|
|
17
|
+
value: string | number;
|
|
18
|
+
id: string;
|
|
19
|
+
label: string;
|
|
20
|
+
}>;
|
|
21
|
+
type TOptionEntry = z.infer<typeof SOptionEntry>;
|
|
2
22
|
export declare const SGetConfigBFF: z.ZodObject<{
|
|
3
23
|
optionlists: z.ZodObject<{
|
|
4
24
|
global: z.ZodObject<{
|
|
5
|
-
country: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
6
|
-
readonly
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
readonly
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
readonly
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
readonly
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
readonly
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
readonly
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
readonly
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
readonly
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
25
|
+
country: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
26
|
+
readonly _organizationid_value: {
|
|
27
|
+
readonly pretty: "organizationIdValue";
|
|
28
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
};
|
|
30
|
+
readonly '@odata.etag': {
|
|
31
|
+
readonly pretty: "etag";
|
|
32
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
33
|
+
};
|
|
34
|
+
readonly versionnumber: {
|
|
35
|
+
readonly pretty: "versionNumber";
|
|
36
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
37
|
+
};
|
|
38
|
+
readonly _createdby_value: {
|
|
39
|
+
readonly pretty: "createdByValue";
|
|
40
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
};
|
|
42
|
+
readonly createdon: {
|
|
43
|
+
readonly pretty: "createdOn";
|
|
44
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
};
|
|
46
|
+
readonly _createdonbehalfby_value: {
|
|
47
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
48
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
|
+
};
|
|
50
|
+
readonly _modifiedby_value: {
|
|
51
|
+
readonly pretty: "modifiedByValue";
|
|
52
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
};
|
|
54
|
+
readonly modifiedon: {
|
|
55
|
+
readonly pretty: "modifiedOn";
|
|
56
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
+
};
|
|
58
|
+
readonly _modifiedonbehalfby_value: {
|
|
59
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
60
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61
|
+
};
|
|
62
|
+
readonly statecode: {
|
|
63
|
+
readonly pretty: "stateCode";
|
|
64
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
65
|
+
};
|
|
66
|
+
readonly statuscode: {
|
|
67
|
+
readonly pretty: "statusCode";
|
|
68
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
69
|
+
};
|
|
70
|
+
readonly importsequencenumber: {
|
|
71
|
+
readonly pretty: "importSequenceNumber";
|
|
72
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
73
|
+
};
|
|
74
|
+
readonly overriddencreatedon: {
|
|
75
|
+
readonly pretty: "overriddenCreatedOn";
|
|
76
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
|
+
};
|
|
78
|
+
readonly timezoneruleversionnumber: {
|
|
79
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
80
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
81
|
+
};
|
|
82
|
+
readonly utcconversiontimezonecode: {
|
|
83
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
84
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
85
|
+
};
|
|
86
|
+
} & {
|
|
87
|
+
readonly ww_countryid: {
|
|
88
|
+
readonly pretty: "countryId";
|
|
89
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
|
+
};
|
|
91
|
+
readonly ww_name: {
|
|
92
|
+
readonly pretty: "name";
|
|
93
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
94
|
+
};
|
|
95
|
+
readonly ww_code: {
|
|
96
|
+
readonly pretty: "code";
|
|
97
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98
|
+
};
|
|
99
|
+
readonly ww_altsearchcode: {
|
|
100
|
+
readonly pretty: "altSearchCode";
|
|
101
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
102
|
+
};
|
|
103
|
+
readonly ww_continent: {
|
|
104
|
+
readonly pretty: "continent";
|
|
105
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
106
|
+
};
|
|
107
|
+
readonly ww_wwgentity: {
|
|
108
|
+
readonly pretty: "wwgEntity";
|
|
109
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
110
|
+
};
|
|
111
|
+
readonly _ww_scats_currency_value: {
|
|
112
|
+
readonly pretty: "scatsCurrencyValue";
|
|
113
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
114
|
+
};
|
|
115
|
+
readonly ww_issanctioned: {
|
|
116
|
+
readonly pretty: "isSanctioned";
|
|
117
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
118
|
+
};
|
|
119
|
+
readonly ww_iseu: {
|
|
120
|
+
readonly pretty: "isEu";
|
|
121
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
122
|
+
};
|
|
123
|
+
readonly ww_scats_workpermitservices: {
|
|
124
|
+
readonly pretty: "scatsWorkPermitServices";
|
|
125
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
126
|
+
};
|
|
127
|
+
readonly ww_scats_workpermitservicesnotes: {
|
|
128
|
+
readonly pretty: "scatsWorkermitServicesNotes";
|
|
129
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
130
|
+
};
|
|
131
|
+
readonly ww_scats_averageroi: {
|
|
132
|
+
readonly pretty: "scatsAverageRoi";
|
|
133
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
134
|
+
};
|
|
135
|
+
readonly _ww_scats_contractingcompany_value: {
|
|
136
|
+
readonly pretty: "scatsContractingCompanyValue";
|
|
137
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
138
|
+
};
|
|
139
|
+
readonly ww_scats_fees: {
|
|
140
|
+
readonly pretty: "scatsFees";
|
|
141
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
142
|
+
};
|
|
143
|
+
readonly _ww_scats_partneraccountant_value: {
|
|
144
|
+
readonly pretty: "scatsPartnerAccountantValue";
|
|
145
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
146
|
+
};
|
|
147
|
+
readonly ww_scats_incountryservices: {
|
|
148
|
+
readonly pretty: "scatsInCountryServices";
|
|
149
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
150
|
+
};
|
|
151
|
+
}>, "code" | "name" | "countryId">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
38
152
|
code?: string | null | undefined;
|
|
39
153
|
name?: string | null | undefined;
|
|
40
154
|
countryId?: string | null | undefined;
|
|
@@ -43,29 +157,99 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
43
157
|
name?: string | null | undefined;
|
|
44
158
|
countryId?: string | null | undefined;
|
|
45
159
|
}>>>, "many">;
|
|
46
|
-
countryOffering: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
47
|
-
readonly
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
readonly
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
readonly
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
readonly
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
readonly
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
readonly
|
|
68
|
-
|
|
160
|
+
countryOffering: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
161
|
+
readonly _organizationid_value: {
|
|
162
|
+
readonly pretty: "organizationIdValue";
|
|
163
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
164
|
+
};
|
|
165
|
+
readonly '@odata.etag': {
|
|
166
|
+
readonly pretty: "etag";
|
|
167
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
168
|
+
};
|
|
169
|
+
readonly versionnumber: {
|
|
170
|
+
readonly pretty: "versionNumber";
|
|
171
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
172
|
+
};
|
|
173
|
+
readonly _createdby_value: {
|
|
174
|
+
readonly pretty: "createdByValue";
|
|
175
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
176
|
+
};
|
|
177
|
+
readonly createdon: {
|
|
178
|
+
readonly pretty: "createdOn";
|
|
179
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
180
|
+
};
|
|
181
|
+
readonly _createdonbehalfby_value: {
|
|
182
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
183
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
184
|
+
};
|
|
185
|
+
readonly _modifiedby_value: {
|
|
186
|
+
readonly pretty: "modifiedByValue";
|
|
187
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
188
|
+
};
|
|
189
|
+
readonly modifiedon: {
|
|
190
|
+
readonly pretty: "modifiedOn";
|
|
191
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
192
|
+
};
|
|
193
|
+
readonly _modifiedonbehalfby_value: {
|
|
194
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
195
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
196
|
+
};
|
|
197
|
+
readonly statecode: {
|
|
198
|
+
readonly pretty: "stateCode";
|
|
199
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
200
|
+
};
|
|
201
|
+
readonly statuscode: {
|
|
202
|
+
readonly pretty: "statusCode";
|
|
203
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
204
|
+
};
|
|
205
|
+
readonly importsequencenumber: {
|
|
206
|
+
readonly pretty: "importSequenceNumber";
|
|
207
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
208
|
+
};
|
|
209
|
+
readonly overriddencreatedon: {
|
|
210
|
+
readonly pretty: "overriddenCreatedOn";
|
|
211
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
212
|
+
};
|
|
213
|
+
readonly timezoneruleversionnumber: {
|
|
214
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
215
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
216
|
+
};
|
|
217
|
+
readonly utcconversiontimezonecode: {
|
|
218
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
219
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
220
|
+
};
|
|
221
|
+
} & {
|
|
222
|
+
readonly ww_countryofferingid: {
|
|
223
|
+
readonly pretty: "countryOfferingId";
|
|
224
|
+
readonly type: z.ZodString;
|
|
225
|
+
};
|
|
226
|
+
readonly _ww_country_value: {
|
|
227
|
+
readonly relationshipName: "ww_Country";
|
|
228
|
+
readonly entity: "ww_countries";
|
|
229
|
+
readonly pretty: "countryValue";
|
|
230
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
231
|
+
};
|
|
232
|
+
readonly _ww_solutiontype_value: {
|
|
233
|
+
readonly relationshipName: "ww_SolutionType";
|
|
234
|
+
readonly entity: "products";
|
|
235
|
+
readonly pretty: "solutionTypeValue";
|
|
236
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
237
|
+
};
|
|
238
|
+
readonly _ww_solutionprovider_value: {
|
|
239
|
+
readonly relationshipName: "ww_SolutionProvider";
|
|
240
|
+
readonly entity: "accounts";
|
|
241
|
+
readonly pretty: "solutionProviderValue";
|
|
242
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
243
|
+
};
|
|
244
|
+
readonly ww_current: {
|
|
245
|
+
readonly pretty: "current";
|
|
246
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
247
|
+
};
|
|
248
|
+
readonly ww_minimumduration: {
|
|
249
|
+
readonly pretty: "minimumDuration";
|
|
250
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
251
|
+
};
|
|
252
|
+
}>, "countryValue" | "countryOfferingId" | "solutionTypeValue" | "solutionProviderValue">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
69
253
|
countryOfferingId: string;
|
|
70
254
|
countryValue?: string | null | undefined;
|
|
71
255
|
solutionTypeValue?: string | null | undefined;
|
|
@@ -76,29 +260,93 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
76
260
|
solutionTypeValue?: string | null | undefined;
|
|
77
261
|
solutionProviderValue?: string | null | undefined;
|
|
78
262
|
}>>>, "many">;
|
|
79
|
-
currency: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
80
|
-
readonly
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
readonly
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
readonly
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
readonly
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
readonly
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
readonly
|
|
101
|
-
|
|
263
|
+
currency: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
264
|
+
readonly _organizationid_value: {
|
|
265
|
+
readonly pretty: "organizationIdValue";
|
|
266
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
267
|
+
};
|
|
268
|
+
readonly '@odata.etag': {
|
|
269
|
+
readonly pretty: "etag";
|
|
270
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
271
|
+
};
|
|
272
|
+
readonly versionnumber: {
|
|
273
|
+
readonly pretty: "versionNumber";
|
|
274
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
275
|
+
};
|
|
276
|
+
readonly _createdby_value: {
|
|
277
|
+
readonly pretty: "createdByValue";
|
|
278
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
279
|
+
};
|
|
280
|
+
readonly createdon: {
|
|
281
|
+
readonly pretty: "createdOn";
|
|
282
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
283
|
+
};
|
|
284
|
+
readonly _createdonbehalfby_value: {
|
|
285
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
286
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
287
|
+
};
|
|
288
|
+
readonly _modifiedby_value: {
|
|
289
|
+
readonly pretty: "modifiedByValue";
|
|
290
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
291
|
+
};
|
|
292
|
+
readonly modifiedon: {
|
|
293
|
+
readonly pretty: "modifiedOn";
|
|
294
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
295
|
+
};
|
|
296
|
+
readonly _modifiedonbehalfby_value: {
|
|
297
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
298
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
299
|
+
};
|
|
300
|
+
readonly statecode: {
|
|
301
|
+
readonly pretty: "stateCode";
|
|
302
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
303
|
+
};
|
|
304
|
+
readonly statuscode: {
|
|
305
|
+
readonly pretty: "statusCode";
|
|
306
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
307
|
+
};
|
|
308
|
+
readonly importsequencenumber: {
|
|
309
|
+
readonly pretty: "importSequenceNumber";
|
|
310
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
311
|
+
};
|
|
312
|
+
readonly overriddencreatedon: {
|
|
313
|
+
readonly pretty: "overriddenCreatedOn";
|
|
314
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
315
|
+
};
|
|
316
|
+
readonly timezoneruleversionnumber: {
|
|
317
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
318
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
319
|
+
};
|
|
320
|
+
readonly utcconversiontimezonecode: {
|
|
321
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
322
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
323
|
+
};
|
|
324
|
+
} & {
|
|
325
|
+
readonly transactioncurrencyid: {
|
|
326
|
+
readonly pretty: "currencyId";
|
|
327
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
328
|
+
};
|
|
329
|
+
readonly isocurrencycode: {
|
|
330
|
+
readonly pretty: "isoCode";
|
|
331
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
332
|
+
};
|
|
333
|
+
readonly currencyname: {
|
|
334
|
+
readonly pretty: "currencyName";
|
|
335
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
336
|
+
};
|
|
337
|
+
readonly currencysymbol: {
|
|
338
|
+
readonly pretty: "currencySymbol";
|
|
339
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
340
|
+
};
|
|
341
|
+
readonly currencyprecision: {
|
|
342
|
+
readonly pretty: "currencyPrecision";
|
|
343
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
344
|
+
};
|
|
345
|
+
readonly exchangerate: {
|
|
346
|
+
readonly pretty: "exchangeRate";
|
|
347
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
348
|
+
};
|
|
349
|
+
}>, "isoCode" | "currencyName" | "currencySymbol" | "exchangeRate">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
102
350
|
isoCode?: string | null | undefined;
|
|
103
351
|
currencyName?: string | null | undefined;
|
|
104
352
|
currencySymbol?: string | null | undefined;
|
|
@@ -109,74 +357,245 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
109
357
|
currencySymbol?: string | null | undefined;
|
|
110
358
|
exchangeRate?: number | null | undefined;
|
|
111
359
|
}>>>, "many">;
|
|
112
|
-
role: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
113
|
-
readonly
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
readonly
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
readonly
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
readonly
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
readonly
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
360
|
+
role: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
361
|
+
readonly _ownerid_value: {
|
|
362
|
+
readonly pretty: "ownerIdValue";
|
|
363
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
364
|
+
};
|
|
365
|
+
readonly _owningbusinessunit_value: {
|
|
366
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
367
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
368
|
+
};
|
|
369
|
+
readonly _owningteam_value: {
|
|
370
|
+
readonly pretty: "owningTeamValue";
|
|
371
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
372
|
+
};
|
|
373
|
+
readonly _owninguser_value: {
|
|
374
|
+
readonly pretty: "owningUserValue";
|
|
375
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
376
|
+
};
|
|
377
|
+
readonly '@odata.etag': {
|
|
378
|
+
readonly pretty: "etag";
|
|
379
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
380
|
+
};
|
|
381
|
+
readonly versionnumber: {
|
|
382
|
+
readonly pretty: "versionNumber";
|
|
383
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
384
|
+
};
|
|
385
|
+
readonly _createdby_value: {
|
|
386
|
+
readonly pretty: "createdByValue";
|
|
387
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
388
|
+
};
|
|
389
|
+
readonly createdon: {
|
|
390
|
+
readonly pretty: "createdOn";
|
|
391
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
392
|
+
};
|
|
393
|
+
readonly _createdonbehalfby_value: {
|
|
394
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
395
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
396
|
+
};
|
|
397
|
+
readonly _modifiedby_value: {
|
|
398
|
+
readonly pretty: "modifiedByValue";
|
|
399
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
400
|
+
};
|
|
401
|
+
readonly modifiedon: {
|
|
402
|
+
readonly pretty: "modifiedOn";
|
|
403
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
404
|
+
};
|
|
405
|
+
readonly _modifiedonbehalfby_value: {
|
|
406
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
407
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
408
|
+
};
|
|
409
|
+
readonly statecode: {
|
|
410
|
+
readonly pretty: "stateCode";
|
|
411
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
412
|
+
};
|
|
413
|
+
readonly statuscode: {
|
|
414
|
+
readonly pretty: "statusCode";
|
|
415
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
416
|
+
};
|
|
417
|
+
readonly importsequencenumber: {
|
|
418
|
+
readonly pretty: "importSequenceNumber";
|
|
419
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
420
|
+
};
|
|
421
|
+
readonly overriddencreatedon: {
|
|
422
|
+
readonly pretty: "overriddenCreatedOn";
|
|
423
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
424
|
+
};
|
|
425
|
+
readonly timezoneruleversionnumber: {
|
|
426
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
427
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
428
|
+
};
|
|
429
|
+
readonly utcconversiontimezonecode: {
|
|
430
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
431
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
432
|
+
};
|
|
433
|
+
} & {
|
|
434
|
+
readonly ww_roleid: {
|
|
435
|
+
readonly pretty: "roleId";
|
|
436
|
+
readonly type: z.ZodString;
|
|
437
|
+
};
|
|
438
|
+
readonly ww_name: {
|
|
439
|
+
readonly pretty: "name";
|
|
440
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
441
|
+
};
|
|
442
|
+
}>, "name" | "roleId">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
134
443
|
roleId: string;
|
|
135
444
|
name?: string | null | undefined;
|
|
136
445
|
}, {
|
|
137
446
|
roleId: string;
|
|
138
447
|
name?: string | null | undefined;
|
|
139
448
|
}>>>, "many">;
|
|
140
|
-
margin: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
141
|
-
readonly
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
readonly
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
readonly
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
readonly
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
readonly
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
readonly
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
readonly
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
readonly
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
readonly
|
|
174
|
-
|
|
175
|
-
|
|
449
|
+
margin: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
450
|
+
readonly _ownerid_value: {
|
|
451
|
+
readonly pretty: "ownerIdValue";
|
|
452
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
453
|
+
};
|
|
454
|
+
readonly _owningbusinessunit_value: {
|
|
455
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
456
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
457
|
+
};
|
|
458
|
+
readonly _owningteam_value: {
|
|
459
|
+
readonly pretty: "owningTeamValue";
|
|
460
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
461
|
+
};
|
|
462
|
+
readonly _owninguser_value: {
|
|
463
|
+
readonly pretty: "owningUserValue";
|
|
464
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
465
|
+
};
|
|
466
|
+
readonly '@odata.etag': {
|
|
467
|
+
readonly pretty: "etag";
|
|
468
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
469
|
+
};
|
|
470
|
+
readonly versionnumber: {
|
|
471
|
+
readonly pretty: "versionNumber";
|
|
472
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
473
|
+
};
|
|
474
|
+
readonly _createdby_value: {
|
|
475
|
+
readonly pretty: "createdByValue";
|
|
476
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
477
|
+
};
|
|
478
|
+
readonly createdon: {
|
|
479
|
+
readonly pretty: "createdOn";
|
|
480
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
481
|
+
};
|
|
482
|
+
readonly _createdonbehalfby_value: {
|
|
483
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
484
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
485
|
+
};
|
|
486
|
+
readonly _modifiedby_value: {
|
|
487
|
+
readonly pretty: "modifiedByValue";
|
|
488
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
489
|
+
};
|
|
490
|
+
readonly modifiedon: {
|
|
491
|
+
readonly pretty: "modifiedOn";
|
|
492
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
493
|
+
};
|
|
494
|
+
readonly _modifiedonbehalfby_value: {
|
|
495
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
496
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
497
|
+
};
|
|
498
|
+
readonly statecode: {
|
|
499
|
+
readonly pretty: "stateCode";
|
|
500
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
501
|
+
};
|
|
502
|
+
readonly statuscode: {
|
|
503
|
+
readonly pretty: "statusCode";
|
|
504
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
505
|
+
};
|
|
506
|
+
readonly importsequencenumber: {
|
|
507
|
+
readonly pretty: "importSequenceNumber";
|
|
508
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
509
|
+
};
|
|
510
|
+
readonly overriddencreatedon: {
|
|
511
|
+
readonly pretty: "overriddenCreatedOn";
|
|
512
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
513
|
+
};
|
|
514
|
+
readonly timezoneruleversionnumber: {
|
|
515
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
516
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
517
|
+
};
|
|
518
|
+
readonly utcconversiontimezonecode: {
|
|
519
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
520
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
521
|
+
};
|
|
522
|
+
} & {
|
|
523
|
+
readonly ww_marginid: {
|
|
524
|
+
readonly pretty: "marginId";
|
|
525
|
+
readonly type: z.ZodString;
|
|
526
|
+
};
|
|
527
|
+
readonly ww_name: {
|
|
528
|
+
readonly pretty: "name";
|
|
529
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
530
|
+
};
|
|
531
|
+
readonly _ww_country_value: {
|
|
532
|
+
readonly relationshipName: "ww_Country";
|
|
533
|
+
readonly entity: "ww_countries";
|
|
534
|
+
readonly pretty: "countryValue";
|
|
535
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
536
|
+
};
|
|
537
|
+
readonly _ww_solution_value: {
|
|
538
|
+
readonly relationshipName: "ww_Solution";
|
|
539
|
+
readonly entity: "products";
|
|
540
|
+
readonly pretty: "solutionValue";
|
|
541
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
542
|
+
};
|
|
543
|
+
readonly _ww_margincurrency_value: {
|
|
544
|
+
readonly relationshipName: "ww_MarginCurrency";
|
|
545
|
+
readonly entity: "transactioncurrencies";
|
|
546
|
+
readonly pretty: "marginCurrencyValue";
|
|
547
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
548
|
+
};
|
|
549
|
+
readonly ww_marginbasis: {
|
|
550
|
+
readonly pretty: "marginBasis";
|
|
551
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
552
|
+
};
|
|
553
|
+
readonly ww_marginpercentage: {
|
|
554
|
+
readonly pretty: "marginPercentage";
|
|
555
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
556
|
+
};
|
|
557
|
+
readonly ww_marginperiod: {
|
|
558
|
+
readonly pretty: "marginPeriod";
|
|
559
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
560
|
+
};
|
|
561
|
+
readonly ww_marginminvalue: {
|
|
562
|
+
readonly pretty: "marginMinValue";
|
|
563
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
564
|
+
};
|
|
565
|
+
readonly ww_marginfixedvaluemaxvalue: {
|
|
566
|
+
readonly pretty: "marginFixedValueMaxValue";
|
|
567
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
568
|
+
};
|
|
569
|
+
readonly ww_marginpaidby: {
|
|
570
|
+
readonly pretty: "marginPaidBy";
|
|
571
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
572
|
+
};
|
|
573
|
+
readonly ww_margincontractorpercentage: {
|
|
574
|
+
readonly pretty: "marginContractorPercentage";
|
|
575
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
576
|
+
};
|
|
577
|
+
readonly _ww_startupmargincurrency_value: {
|
|
578
|
+
readonly relationshipName: "ww_StartUpMarginCurrency";
|
|
579
|
+
readonly entity: "transactioncurrencies";
|
|
580
|
+
readonly pretty: "startUpMarginCurrencyValue";
|
|
581
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
582
|
+
};
|
|
583
|
+
readonly ww_startupmarginpaidby: {
|
|
584
|
+
readonly pretty: "startUpMarginPaidBy";
|
|
585
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
586
|
+
};
|
|
587
|
+
readonly ww_startupmarginfixedvaluemaxvalue: {
|
|
588
|
+
readonly pretty: "startUpMarginFixedValueMaxValue";
|
|
589
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
590
|
+
};
|
|
591
|
+
readonly ww_startupmargincontractorpercentage: {
|
|
592
|
+
readonly pretty: "startUpMarginContractorPercentage";
|
|
593
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
594
|
+
};
|
|
595
|
+
}>, "countryValue" | "name" | "marginCurrencyValue" | "marginBasis" | "marginPeriod" | "marginFixedValueMaxValue" | "marginMinValue" | "marginPaidBy" | "startUpMarginFixedValueMaxValue" | "startUpMarginPaidBy" | "startUpMarginCurrencyValue" | "solutionValue" | "marginId">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
176
596
|
marginId: string;
|
|
177
597
|
countryValue?: string | null | undefined;
|
|
178
598
|
name?: string | null | undefined;
|
|
179
|
-
solutionValue?: string | null | undefined;
|
|
180
599
|
marginCurrencyValue?: string | null | undefined;
|
|
181
600
|
marginBasis?: number | null | undefined;
|
|
182
601
|
marginPeriod?: number | null | undefined;
|
|
@@ -186,11 +605,11 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
186
605
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
187
606
|
startUpMarginPaidBy?: number | null | undefined;
|
|
188
607
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
608
|
+
solutionValue?: string | null | undefined;
|
|
189
609
|
}, {
|
|
190
610
|
marginId: string;
|
|
191
611
|
countryValue?: string | null | undefined;
|
|
192
612
|
name?: string | null | undefined;
|
|
193
|
-
solutionValue?: string | null | undefined;
|
|
194
613
|
marginCurrencyValue?: string | null | undefined;
|
|
195
614
|
marginBasis?: number | null | undefined;
|
|
196
615
|
marginPeriod?: number | null | undefined;
|
|
@@ -200,6 +619,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
200
619
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
201
620
|
startUpMarginPaidBy?: number | null | undefined;
|
|
202
621
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
622
|
+
solutionValue?: string | null | undefined;
|
|
203
623
|
}>>>, "many">;
|
|
204
624
|
}, "strip", z.ZodTypeAny, {
|
|
205
625
|
country: ({
|
|
@@ -227,7 +647,6 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
227
647
|
marginId: string;
|
|
228
648
|
countryValue?: string | null | undefined;
|
|
229
649
|
name?: string | null | undefined;
|
|
230
|
-
solutionValue?: string | null | undefined;
|
|
231
650
|
marginCurrencyValue?: string | null | undefined;
|
|
232
651
|
marginBasis?: number | null | undefined;
|
|
233
652
|
marginPeriod?: number | null | undefined;
|
|
@@ -237,6 +656,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
237
656
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
238
657
|
startUpMarginPaidBy?: number | null | undefined;
|
|
239
658
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
659
|
+
solutionValue?: string | null | undefined;
|
|
240
660
|
} | null | undefined)[];
|
|
241
661
|
}, {
|
|
242
662
|
country: ({
|
|
@@ -264,7 +684,6 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
264
684
|
marginId: string;
|
|
265
685
|
countryValue?: string | null | undefined;
|
|
266
686
|
name?: string | null | undefined;
|
|
267
|
-
solutionValue?: string | null | undefined;
|
|
268
687
|
marginCurrencyValue?: string | null | undefined;
|
|
269
688
|
marginBasis?: number | null | undefined;
|
|
270
689
|
marginPeriod?: number | null | undefined;
|
|
@@ -274,6 +693,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
274
693
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
275
694
|
startUpMarginPaidBy?: number | null | undefined;
|
|
276
695
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
696
|
+
solutionValue?: string | null | undefined;
|
|
277
697
|
} | null | undefined)[];
|
|
278
698
|
}>;
|
|
279
699
|
account: z.ZodRecord<z.ZodEnum<["accountStatus", "billingType", "companyHq", "contactMethod", "growthPotential", "icpFeeBase", "icpStatus", "paymentTerms", "relationshipType", "supplierType"]>, z.ZodArray<z.ZodObject<{
|
|
@@ -289,7 +709,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
289
709
|
id: string;
|
|
290
710
|
label: string;
|
|
291
711
|
}>, "many">>;
|
|
292
|
-
assignment: z.ZodRecord<z.ZodEnum<["
|
|
712
|
+
assignment: z.ZodRecord<z.ZodEnum<["stage", "stageReason", "region", "attn", "workPermitSponsorship", "depositPayable", "fxRequirement", "fxInvoicingPattern", "startUpMarginPaidBy", "jobType", "employmentContractType", "remote", "contractRateFrequency", "type", "hoursWorkedUnit", "possibilityOfExtension", "isRollingContract", "mgtMonthlyFeePaidBy", "selfBilling", "contractPaymentFrequency", "grossPay", "reportingStatus", "marginBasis", "marginPaidBy", "marginPeriod"]>, z.ZodArray<z.ZodObject<{
|
|
293
713
|
id: z.ZodString;
|
|
294
714
|
label: z.ZodString;
|
|
295
715
|
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -368,28 +788,89 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
368
788
|
id: string;
|
|
369
789
|
label: string;
|
|
370
790
|
}>, "many">;
|
|
371
|
-
disqualificationReason: z.ZodEffects<z.ZodArray<z.ZodObject<Pick<{
|
|
372
|
-
readonly
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
readonly
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
readonly
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
readonly
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
readonly
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
791
|
+
disqualificationReason: z.ZodEffects<z.ZodArray<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
792
|
+
readonly _organizationid_value: {
|
|
793
|
+
readonly pretty: "organizationIdValue";
|
|
794
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
795
|
+
};
|
|
796
|
+
readonly '@odata.etag': {
|
|
797
|
+
readonly pretty: "etag";
|
|
798
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
799
|
+
};
|
|
800
|
+
readonly versionnumber: {
|
|
801
|
+
readonly pretty: "versionNumber";
|
|
802
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
803
|
+
};
|
|
804
|
+
readonly _createdby_value: {
|
|
805
|
+
readonly pretty: "createdByValue";
|
|
806
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
807
|
+
};
|
|
808
|
+
readonly createdon: {
|
|
809
|
+
readonly pretty: "createdOn";
|
|
810
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
811
|
+
};
|
|
812
|
+
readonly _createdonbehalfby_value: {
|
|
813
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
814
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
815
|
+
};
|
|
816
|
+
readonly _modifiedby_value: {
|
|
817
|
+
readonly pretty: "modifiedByValue";
|
|
818
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
819
|
+
};
|
|
820
|
+
readonly modifiedon: {
|
|
821
|
+
readonly pretty: "modifiedOn";
|
|
822
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
823
|
+
};
|
|
824
|
+
readonly _modifiedonbehalfby_value: {
|
|
825
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
826
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
827
|
+
};
|
|
828
|
+
readonly statecode: {
|
|
829
|
+
readonly pretty: "stateCode";
|
|
830
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
831
|
+
};
|
|
832
|
+
readonly statuscode: {
|
|
833
|
+
readonly pretty: "statusCode";
|
|
834
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
835
|
+
};
|
|
836
|
+
readonly importsequencenumber: {
|
|
837
|
+
readonly pretty: "importSequenceNumber";
|
|
838
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
839
|
+
};
|
|
840
|
+
readonly overriddencreatedon: {
|
|
841
|
+
readonly pretty: "overriddenCreatedOn";
|
|
842
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
843
|
+
};
|
|
844
|
+
readonly timezoneruleversionnumber: {
|
|
845
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
846
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
847
|
+
};
|
|
848
|
+
readonly utcconversiontimezonecode: {
|
|
849
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
850
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
851
|
+
};
|
|
852
|
+
} & {
|
|
853
|
+
readonly ww_disqualificationreasonid: {
|
|
854
|
+
readonly pretty: "disqualificationReasonId";
|
|
855
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
856
|
+
};
|
|
857
|
+
readonly ww_name: {
|
|
858
|
+
readonly pretty: "name";
|
|
859
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
860
|
+
};
|
|
861
|
+
readonly ww_reference: {
|
|
862
|
+
readonly pretty: "reference";
|
|
863
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
864
|
+
};
|
|
865
|
+
readonly ww_type: {
|
|
866
|
+
readonly pretty: "type";
|
|
867
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
868
|
+
};
|
|
869
|
+
readonly _ww_parentdisqualificationreason_value: {
|
|
870
|
+
readonly pretty: "parentDisqualificationReasonValue";
|
|
871
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
872
|
+
};
|
|
873
|
+
}>, "name" | "disqualificationReasonId" | "reference" | "parentDisqualificationReasonValue">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
393
874
|
name?: string | null | undefined;
|
|
394
875
|
disqualificationReasonId?: string | null | undefined;
|
|
395
876
|
reference?: string | null | undefined;
|
|
@@ -534,28 +1015,89 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
534
1015
|
id: string;
|
|
535
1016
|
label: string;
|
|
536
1017
|
}>, "many">;
|
|
537
|
-
disqualificationReason: z.ZodEffects<z.ZodArray<z.ZodObject<Pick<{
|
|
538
|
-
readonly
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
readonly
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
readonly
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
readonly
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
readonly
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
1018
|
+
disqualificationReason: z.ZodEffects<z.ZodArray<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
1019
|
+
readonly _organizationid_value: {
|
|
1020
|
+
readonly pretty: "organizationIdValue";
|
|
1021
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1022
|
+
};
|
|
1023
|
+
readonly '@odata.etag': {
|
|
1024
|
+
readonly pretty: "etag";
|
|
1025
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
1026
|
+
};
|
|
1027
|
+
readonly versionnumber: {
|
|
1028
|
+
readonly pretty: "versionNumber";
|
|
1029
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1030
|
+
};
|
|
1031
|
+
readonly _createdby_value: {
|
|
1032
|
+
readonly pretty: "createdByValue";
|
|
1033
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1034
|
+
};
|
|
1035
|
+
readonly createdon: {
|
|
1036
|
+
readonly pretty: "createdOn";
|
|
1037
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1038
|
+
};
|
|
1039
|
+
readonly _createdonbehalfby_value: {
|
|
1040
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
1041
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1042
|
+
};
|
|
1043
|
+
readonly _modifiedby_value: {
|
|
1044
|
+
readonly pretty: "modifiedByValue";
|
|
1045
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1046
|
+
};
|
|
1047
|
+
readonly modifiedon: {
|
|
1048
|
+
readonly pretty: "modifiedOn";
|
|
1049
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1050
|
+
};
|
|
1051
|
+
readonly _modifiedonbehalfby_value: {
|
|
1052
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
1053
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1054
|
+
};
|
|
1055
|
+
readonly statecode: {
|
|
1056
|
+
readonly pretty: "stateCode";
|
|
1057
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1058
|
+
};
|
|
1059
|
+
readonly statuscode: {
|
|
1060
|
+
readonly pretty: "statusCode";
|
|
1061
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1062
|
+
};
|
|
1063
|
+
readonly importsequencenumber: {
|
|
1064
|
+
readonly pretty: "importSequenceNumber";
|
|
1065
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1066
|
+
};
|
|
1067
|
+
readonly overriddencreatedon: {
|
|
1068
|
+
readonly pretty: "overriddenCreatedOn";
|
|
1069
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1070
|
+
};
|
|
1071
|
+
readonly timezoneruleversionnumber: {
|
|
1072
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
1073
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1074
|
+
};
|
|
1075
|
+
readonly utcconversiontimezonecode: {
|
|
1076
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
1077
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1078
|
+
};
|
|
1079
|
+
} & {
|
|
1080
|
+
readonly ww_disqualificationreasonid: {
|
|
1081
|
+
readonly pretty: "disqualificationReasonId";
|
|
1082
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1083
|
+
};
|
|
1084
|
+
readonly ww_name: {
|
|
1085
|
+
readonly pretty: "name";
|
|
1086
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1087
|
+
};
|
|
1088
|
+
readonly ww_reference: {
|
|
1089
|
+
readonly pretty: "reference";
|
|
1090
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1091
|
+
};
|
|
1092
|
+
readonly ww_type: {
|
|
1093
|
+
readonly pretty: "type";
|
|
1094
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1095
|
+
};
|
|
1096
|
+
readonly _ww_parentdisqualificationreason_value: {
|
|
1097
|
+
readonly pretty: "parentDisqualificationReasonValue";
|
|
1098
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1099
|
+
};
|
|
1100
|
+
}>, "name" | "disqualificationReasonId" | "reference" | "parentDisqualificationReasonValue">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
559
1101
|
name?: string | null | undefined;
|
|
560
1102
|
disqualificationReasonId?: string | null | undefined;
|
|
561
1103
|
reference?: string | null | undefined;
|
|
@@ -662,7 +1204,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
662
1204
|
id: string;
|
|
663
1205
|
label: string;
|
|
664
1206
|
}[]>>;
|
|
665
|
-
assignment: Partial<Record<"type" | "
|
|
1207
|
+
assignment: Partial<Record<"type" | "stage" | "stageReason" | "reportingStatus" | "region" | "attn" | "contractRateFrequency" | "contractPaymentFrequency" | "hoursWorkedUnit" | "jobType" | "employmentContractType" | "remote" | "isRollingContract" | "selfBilling" | "depositPayable" | "marginBasis" | "marginPeriod" | "marginPaidBy" | "mgtMonthlyFeePaidBy" | "startUpMarginPaidBy" | "workPermitSponsorship" | "possibilityOfExtension" | "grossPay" | "fxRequirement" | "fxInvoicingPattern", {
|
|
666
1208
|
value: string | number;
|
|
667
1209
|
id: string;
|
|
668
1210
|
label: string;
|
|
@@ -738,7 +1280,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
738
1280
|
label: string;
|
|
739
1281
|
}[];
|
|
740
1282
|
};
|
|
741
|
-
referral: Partial<Record<"
|
|
1283
|
+
referral: Partial<Record<"stage" | "stageReason" | "reportingStatus" | "region" | "contractRateFrequency" | "hoursWorkedUnit" | "jobType" | "startUpMarginPaidBy" | "possibilityOfExtension" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled" | "sendPortalInvite" | "contractPayFrequency", {
|
|
742
1284
|
value: string | number;
|
|
743
1285
|
id: string;
|
|
744
1286
|
label: string;
|
|
@@ -769,7 +1311,6 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
769
1311
|
marginId: string;
|
|
770
1312
|
countryValue?: string | null | undefined;
|
|
771
1313
|
name?: string | null | undefined;
|
|
772
|
-
solutionValue?: string | null | undefined;
|
|
773
1314
|
marginCurrencyValue?: string | null | undefined;
|
|
774
1315
|
marginBasis?: number | null | undefined;
|
|
775
1316
|
marginPeriod?: number | null | undefined;
|
|
@@ -779,6 +1320,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
779
1320
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
780
1321
|
startUpMarginPaidBy?: number | null | undefined;
|
|
781
1322
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1323
|
+
solutionValue?: string | null | undefined;
|
|
782
1324
|
} | null | undefined)[];
|
|
783
1325
|
};
|
|
784
1326
|
}, {
|
|
@@ -792,7 +1334,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
792
1334
|
id: string;
|
|
793
1335
|
label: string;
|
|
794
1336
|
}[]>>;
|
|
795
|
-
assignment: Partial<Record<"type" | "
|
|
1337
|
+
assignment: Partial<Record<"type" | "stage" | "stageReason" | "reportingStatus" | "region" | "attn" | "contractRateFrequency" | "contractPaymentFrequency" | "hoursWorkedUnit" | "jobType" | "employmentContractType" | "remote" | "isRollingContract" | "selfBilling" | "depositPayable" | "marginBasis" | "marginPeriod" | "marginPaidBy" | "mgtMonthlyFeePaidBy" | "startUpMarginPaidBy" | "workPermitSponsorship" | "possibilityOfExtension" | "grossPay" | "fxRequirement" | "fxInvoicingPattern", {
|
|
796
1338
|
value: string | number;
|
|
797
1339
|
id: string;
|
|
798
1340
|
label: string;
|
|
@@ -858,7 +1400,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
858
1400
|
label: string;
|
|
859
1401
|
}[];
|
|
860
1402
|
};
|
|
861
|
-
referral: Partial<Record<"
|
|
1403
|
+
referral: Partial<Record<"stage" | "stageReason" | "reportingStatus" | "region" | "contractRateFrequency" | "hoursWorkedUnit" | "jobType" | "startUpMarginPaidBy" | "possibilityOfExtension" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled" | "sendPortalInvite" | "contractPayFrequency", {
|
|
862
1404
|
value: string | number;
|
|
863
1405
|
id: string;
|
|
864
1406
|
label: string;
|
|
@@ -889,7 +1431,6 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
889
1431
|
marginId: string;
|
|
890
1432
|
countryValue?: string | null | undefined;
|
|
891
1433
|
name?: string | null | undefined;
|
|
892
|
-
solutionValue?: string | null | undefined;
|
|
893
1434
|
marginCurrencyValue?: string | null | undefined;
|
|
894
1435
|
marginBasis?: number | null | undefined;
|
|
895
1436
|
marginPeriod?: number | null | undefined;
|
|
@@ -899,6 +1440,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
899
1440
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
900
1441
|
startUpMarginPaidBy?: number | null | undefined;
|
|
901
1442
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1443
|
+
solutionValue?: string | null | undefined;
|
|
902
1444
|
} | null | undefined)[];
|
|
903
1445
|
};
|
|
904
1446
|
}>;
|
|
@@ -914,7 +1456,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
914
1456
|
id: string;
|
|
915
1457
|
label: string;
|
|
916
1458
|
}[]>>;
|
|
917
|
-
assignment: Partial<Record<"type" | "
|
|
1459
|
+
assignment: Partial<Record<"type" | "stage" | "stageReason" | "reportingStatus" | "region" | "attn" | "contractRateFrequency" | "contractPaymentFrequency" | "hoursWorkedUnit" | "jobType" | "employmentContractType" | "remote" | "isRollingContract" | "selfBilling" | "depositPayable" | "marginBasis" | "marginPeriod" | "marginPaidBy" | "mgtMonthlyFeePaidBy" | "startUpMarginPaidBy" | "workPermitSponsorship" | "possibilityOfExtension" | "grossPay" | "fxRequirement" | "fxInvoicingPattern", {
|
|
918
1460
|
value: string | number;
|
|
919
1461
|
id: string;
|
|
920
1462
|
label: string;
|
|
@@ -990,7 +1532,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
990
1532
|
label: string;
|
|
991
1533
|
}[];
|
|
992
1534
|
};
|
|
993
|
-
referral: Partial<Record<"
|
|
1535
|
+
referral: Partial<Record<"stage" | "stageReason" | "reportingStatus" | "region" | "contractRateFrequency" | "hoursWorkedUnit" | "jobType" | "startUpMarginPaidBy" | "possibilityOfExtension" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled" | "sendPortalInvite" | "contractPayFrequency", {
|
|
994
1536
|
value: string | number;
|
|
995
1537
|
id: string;
|
|
996
1538
|
label: string;
|
|
@@ -1021,7 +1563,6 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
1021
1563
|
marginId: string;
|
|
1022
1564
|
countryValue?: string | null | undefined;
|
|
1023
1565
|
name?: string | null | undefined;
|
|
1024
|
-
solutionValue?: string | null | undefined;
|
|
1025
1566
|
marginCurrencyValue?: string | null | undefined;
|
|
1026
1567
|
marginBasis?: number | null | undefined;
|
|
1027
1568
|
marginPeriod?: number | null | undefined;
|
|
@@ -1031,6 +1572,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
1031
1572
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1032
1573
|
startUpMarginPaidBy?: number | null | undefined;
|
|
1033
1574
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1575
|
+
solutionValue?: string | null | undefined;
|
|
1034
1576
|
} | null | undefined)[];
|
|
1035
1577
|
};
|
|
1036
1578
|
};
|
|
@@ -1046,7 +1588,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
1046
1588
|
id: string;
|
|
1047
1589
|
label: string;
|
|
1048
1590
|
}[]>>;
|
|
1049
|
-
assignment: Partial<Record<"type" | "
|
|
1591
|
+
assignment: Partial<Record<"type" | "stage" | "stageReason" | "reportingStatus" | "region" | "attn" | "contractRateFrequency" | "contractPaymentFrequency" | "hoursWorkedUnit" | "jobType" | "employmentContractType" | "remote" | "isRollingContract" | "selfBilling" | "depositPayable" | "marginBasis" | "marginPeriod" | "marginPaidBy" | "mgtMonthlyFeePaidBy" | "startUpMarginPaidBy" | "workPermitSponsorship" | "possibilityOfExtension" | "grossPay" | "fxRequirement" | "fxInvoicingPattern", {
|
|
1050
1592
|
value: string | number;
|
|
1051
1593
|
id: string;
|
|
1052
1594
|
label: string;
|
|
@@ -1112,7 +1654,7 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
1112
1654
|
label: string;
|
|
1113
1655
|
}[];
|
|
1114
1656
|
};
|
|
1115
|
-
referral: Partial<Record<"
|
|
1657
|
+
referral: Partial<Record<"stage" | "stageReason" | "reportingStatus" | "region" | "contractRateFrequency" | "hoursWorkedUnit" | "jobType" | "startUpMarginPaidBy" | "possibilityOfExtension" | "notGoingAheadReason" | "notGoingAheadReasonDetail" | "wwgManagementFeeBasis" | "wwgManagementFeePeriod" | "wwgManagementFeePaidBy" | "ifNoWhoIsArrangingVisa" | "willTheContractorBePaidVatByWorkwellGlobal" | "ensureLimosaHasBeenFiled" | "sendPortalInvite" | "contractPayFrequency", {
|
|
1116
1658
|
value: string | number;
|
|
1117
1659
|
id: string;
|
|
1118
1660
|
label: string;
|
|
@@ -1143,7 +1685,6 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
1143
1685
|
marginId: string;
|
|
1144
1686
|
countryValue?: string | null | undefined;
|
|
1145
1687
|
name?: string | null | undefined;
|
|
1146
|
-
solutionValue?: string | null | undefined;
|
|
1147
1688
|
marginCurrencyValue?: string | null | undefined;
|
|
1148
1689
|
marginBasis?: number | null | undefined;
|
|
1149
1690
|
marginPeriod?: number | null | undefined;
|
|
@@ -1153,9 +1694,24 @@ export declare const SGetConfigBFF: z.ZodObject<{
|
|
|
1153
1694
|
startUpMarginFixedValueMaxValue?: number | null | undefined;
|
|
1154
1695
|
startUpMarginPaidBy?: number | null | undefined;
|
|
1155
1696
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
1697
|
+
solutionValue?: string | null | undefined;
|
|
1156
1698
|
} | null | undefined)[];
|
|
1157
1699
|
};
|
|
1158
1700
|
};
|
|
1159
1701
|
}>;
|
|
1160
|
-
|
|
1702
|
+
type TEnumRegistry = {
|
|
1703
|
+
account: z.infer<typeof SAccountKeys>;
|
|
1704
|
+
assignment: z.infer<typeof SAssignmentKeys>;
|
|
1705
|
+
companyDocument: z.infer<typeof SCompanyDocumentKeys>;
|
|
1706
|
+
contact: z.infer<typeof SContactKeys>;
|
|
1707
|
+
contractorDocument: z.infer<typeof SContractorDocumentKeys>;
|
|
1708
|
+
referral: z.infer<typeof SReferralKeys>;
|
|
1709
|
+
};
|
|
1710
|
+
type TInferredConfig = z.infer<typeof SGetConfigBFF>;
|
|
1711
|
+
export type TGetConfigBFF = {
|
|
1712
|
+
optionlists: {
|
|
1713
|
+
[K in keyof TInferredConfig['optionlists']]: K extends keyof TEnumRegistry ? Record<TEnumRegistry[K], TOptionEntry[]> : TInferredConfig['optionlists'][K];
|
|
1714
|
+
};
|
|
1715
|
+
};
|
|
1716
|
+
export {};
|
|
1161
1717
|
//# sourceMappingURL=SGetConfigBFF.d.ts.map
|