@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,347 +1,1113 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<
|
|
3
|
-
readonly
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
readonly
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
readonly
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
readonly
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
readonly
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
readonly
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
readonly
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
readonly
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
readonly
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
readonly
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
readonly
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
readonly
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
readonly
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
readonly
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
readonly
|
|
71
|
-
readonly
|
|
72
|
-
readonly
|
|
73
|
-
readonly
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
readonly
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
readonly
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
readonly
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
readonly
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
readonly
|
|
94
|
-
|
|
95
|
-
|
|
2
|
+
export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
3
|
+
readonly ww_estimatedconfirmedenddate: {
|
|
4
|
+
readonly pretty: "estimatedConfirmedEndDate";
|
|
5
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6
|
+
};
|
|
7
|
+
readonly ww_estimatedconfirmedstartdate: {
|
|
8
|
+
readonly pretty: "estimatedConfirmedStartDate";
|
|
9
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
};
|
|
11
|
+
readonly ww_salaryillustrationid: {
|
|
12
|
+
readonly pretty: "simulationId";
|
|
13
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
};
|
|
15
|
+
readonly ww_simulationid: {
|
|
16
|
+
readonly pretty: "simulationFriendlyId";
|
|
17
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
};
|
|
19
|
+
readonly ww_simulationstatus: {
|
|
20
|
+
readonly pretty: "simulationStatus";
|
|
21
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22
|
+
};
|
|
23
|
+
readonly ww_expirydate: {
|
|
24
|
+
readonly pretty: "expiryDate";
|
|
25
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
};
|
|
27
|
+
readonly ww_jobtitle: {
|
|
28
|
+
readonly pretty: "jobTitle";
|
|
29
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
};
|
|
31
|
+
readonly ww_jobdescription: {
|
|
32
|
+
readonly pretty: "jobDescription";
|
|
33
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
};
|
|
35
|
+
readonly _ww_solution_value: {
|
|
36
|
+
readonly relationshipName: "ww_Solution";
|
|
37
|
+
readonly entity: "products";
|
|
38
|
+
readonly pretty: "solutionValue";
|
|
39
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
};
|
|
41
|
+
readonly _ww_solutiontype_value: {
|
|
42
|
+
readonly relationshipName: "ww_SolutionType";
|
|
43
|
+
readonly entity: "products";
|
|
44
|
+
readonly pretty: "solutionTypeValue";
|
|
45
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
};
|
|
47
|
+
readonly ww_simulationbasedon: {
|
|
48
|
+
readonly pretty: "simulationBasedOn";
|
|
49
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
};
|
|
51
|
+
readonly ww_rate: {
|
|
52
|
+
readonly pretty: "rate";
|
|
53
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
54
|
+
};
|
|
55
|
+
readonly ww_ratefrequency: {
|
|
56
|
+
readonly pretty: "rateFrequency";
|
|
57
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
58
|
+
};
|
|
59
|
+
readonly ww_approvedorrejectedon: {
|
|
60
|
+
readonly pretty: "approvedOrRejectedOn";
|
|
61
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
};
|
|
63
|
+
readonly _ww_rejectionreason_value: {
|
|
64
|
+
readonly relationshipName: "ww_RejectionReason";
|
|
65
|
+
readonly entity: "ww_disqualificationreasons";
|
|
66
|
+
readonly pretty: "rejectionReasonValue";
|
|
67
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
+
};
|
|
69
|
+
readonly _ww_rejectionreasondetail_value: {
|
|
70
|
+
readonly relationshipName: "ww_RejectionReasonDetail";
|
|
71
|
+
readonly entity: "ww_disqualificationreasons";
|
|
72
|
+
readonly pretty: "rejectionReasonDetailValue";
|
|
73
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74
|
+
};
|
|
75
|
+
}> & {
|
|
76
|
+
workCountry: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
77
|
+
readonly _organizationid_value: {
|
|
78
|
+
readonly pretty: "organizationIdValue";
|
|
79
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
80
|
+
};
|
|
81
|
+
readonly '@odata.etag': {
|
|
82
|
+
readonly pretty: "etag";
|
|
83
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
84
|
+
};
|
|
85
|
+
readonly versionnumber: {
|
|
86
|
+
readonly pretty: "versionNumber";
|
|
87
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
88
|
+
};
|
|
89
|
+
readonly _createdby_value: {
|
|
90
|
+
readonly pretty: "createdByValue";
|
|
91
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
92
|
+
};
|
|
93
|
+
readonly createdon: {
|
|
94
|
+
readonly pretty: "createdOn";
|
|
95
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
96
|
+
};
|
|
97
|
+
readonly _createdonbehalfby_value: {
|
|
98
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
99
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
100
|
+
};
|
|
101
|
+
readonly _modifiedby_value: {
|
|
102
|
+
readonly pretty: "modifiedByValue";
|
|
103
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
104
|
+
};
|
|
105
|
+
readonly modifiedon: {
|
|
106
|
+
readonly pretty: "modifiedOn";
|
|
107
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
|
+
};
|
|
109
|
+
readonly _modifiedonbehalfby_value: {
|
|
110
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
111
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
112
|
+
};
|
|
113
|
+
readonly statecode: {
|
|
114
|
+
readonly pretty: "stateCode";
|
|
115
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
116
|
+
};
|
|
117
|
+
readonly statuscode: {
|
|
118
|
+
readonly pretty: "statusCode";
|
|
119
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
120
|
+
};
|
|
121
|
+
readonly importsequencenumber: {
|
|
122
|
+
readonly pretty: "importSequenceNumber";
|
|
123
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
124
|
+
};
|
|
125
|
+
readonly overriddencreatedon: {
|
|
126
|
+
readonly pretty: "overriddenCreatedOn";
|
|
127
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
128
|
+
};
|
|
129
|
+
readonly timezoneruleversionnumber: {
|
|
130
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
131
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
132
|
+
};
|
|
133
|
+
readonly utcconversiontimezonecode: {
|
|
134
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
135
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
136
|
+
};
|
|
137
|
+
} & {
|
|
138
|
+
readonly ww_countryid: {
|
|
139
|
+
readonly pretty: "countryId";
|
|
140
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
141
|
+
};
|
|
142
|
+
readonly ww_name: {
|
|
143
|
+
readonly pretty: "name";
|
|
144
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
145
|
+
};
|
|
146
|
+
readonly ww_code: {
|
|
147
|
+
readonly pretty: "code";
|
|
148
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
149
|
+
};
|
|
150
|
+
readonly ww_altsearchcode: {
|
|
151
|
+
readonly pretty: "altSearchCode";
|
|
152
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
153
|
+
};
|
|
154
|
+
readonly ww_continent: {
|
|
155
|
+
readonly pretty: "continent";
|
|
156
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
157
|
+
};
|
|
158
|
+
readonly ww_wwgentity: {
|
|
159
|
+
readonly pretty: "wwgEntity";
|
|
160
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
161
|
+
};
|
|
162
|
+
readonly _ww_scats_currency_value: {
|
|
163
|
+
readonly pretty: "scatsCurrencyValue";
|
|
164
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
165
|
+
};
|
|
166
|
+
readonly ww_issanctioned: {
|
|
167
|
+
readonly pretty: "isSanctioned";
|
|
168
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
169
|
+
};
|
|
170
|
+
readonly ww_iseu: {
|
|
171
|
+
readonly pretty: "isEu";
|
|
172
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
173
|
+
};
|
|
174
|
+
readonly ww_scats_workpermitservices: {
|
|
175
|
+
readonly pretty: "scatsWorkPermitServices";
|
|
176
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
177
|
+
};
|
|
178
|
+
readonly ww_scats_workpermitservicesnotes: {
|
|
179
|
+
readonly pretty: "scatsWorkermitServicesNotes";
|
|
180
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
181
|
+
};
|
|
182
|
+
readonly ww_scats_averageroi: {
|
|
183
|
+
readonly pretty: "scatsAverageRoi";
|
|
184
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
185
|
+
};
|
|
186
|
+
readonly _ww_scats_contractingcompany_value: {
|
|
187
|
+
readonly pretty: "scatsContractingCompanyValue";
|
|
188
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
189
|
+
};
|
|
190
|
+
readonly ww_scats_fees: {
|
|
191
|
+
readonly pretty: "scatsFees";
|
|
192
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
193
|
+
};
|
|
194
|
+
readonly _ww_scats_partneraccountant_value: {
|
|
195
|
+
readonly pretty: "scatsPartnerAccountantValue";
|
|
196
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
197
|
+
};
|
|
198
|
+
readonly ww_scats_incountryservices: {
|
|
199
|
+
readonly pretty: "scatsInCountryServices";
|
|
200
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
201
|
+
};
|
|
202
|
+
}>, "code">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
96
203
|
code?: string | null | undefined;
|
|
97
204
|
}, {
|
|
98
205
|
code?: string | null | undefined;
|
|
99
206
|
}>, string | null | undefined, {
|
|
100
207
|
code?: string | null | undefined;
|
|
101
208
|
}>>>;
|
|
102
|
-
currency: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
103
|
-
readonly
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
readonly
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
readonly
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
readonly
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
readonly
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
readonly
|
|
124
|
-
|
|
209
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
210
|
+
readonly _organizationid_value: {
|
|
211
|
+
readonly pretty: "organizationIdValue";
|
|
212
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
213
|
+
};
|
|
214
|
+
readonly '@odata.etag': {
|
|
215
|
+
readonly pretty: "etag";
|
|
216
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
217
|
+
};
|
|
218
|
+
readonly versionnumber: {
|
|
219
|
+
readonly pretty: "versionNumber";
|
|
220
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
221
|
+
};
|
|
222
|
+
readonly _createdby_value: {
|
|
223
|
+
readonly pretty: "createdByValue";
|
|
224
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
225
|
+
};
|
|
226
|
+
readonly createdon: {
|
|
227
|
+
readonly pretty: "createdOn";
|
|
228
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
229
|
+
};
|
|
230
|
+
readonly _createdonbehalfby_value: {
|
|
231
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
232
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
233
|
+
};
|
|
234
|
+
readonly _modifiedby_value: {
|
|
235
|
+
readonly pretty: "modifiedByValue";
|
|
236
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
237
|
+
};
|
|
238
|
+
readonly modifiedon: {
|
|
239
|
+
readonly pretty: "modifiedOn";
|
|
240
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
241
|
+
};
|
|
242
|
+
readonly _modifiedonbehalfby_value: {
|
|
243
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
244
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
245
|
+
};
|
|
246
|
+
readonly statecode: {
|
|
247
|
+
readonly pretty: "stateCode";
|
|
248
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
249
|
+
};
|
|
250
|
+
readonly statuscode: {
|
|
251
|
+
readonly pretty: "statusCode";
|
|
252
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
253
|
+
};
|
|
254
|
+
readonly importsequencenumber: {
|
|
255
|
+
readonly pretty: "importSequenceNumber";
|
|
256
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
257
|
+
};
|
|
258
|
+
readonly overriddencreatedon: {
|
|
259
|
+
readonly pretty: "overriddenCreatedOn";
|
|
260
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
261
|
+
};
|
|
262
|
+
readonly timezoneruleversionnumber: {
|
|
263
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
264
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
265
|
+
};
|
|
266
|
+
readonly utcconversiontimezonecode: {
|
|
267
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
268
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
269
|
+
};
|
|
270
|
+
} & {
|
|
271
|
+
readonly transactioncurrencyid: {
|
|
272
|
+
readonly pretty: "currencyId";
|
|
273
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
274
|
+
};
|
|
275
|
+
readonly isocurrencycode: {
|
|
276
|
+
readonly pretty: "isoCode";
|
|
277
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
278
|
+
};
|
|
279
|
+
readonly currencyname: {
|
|
280
|
+
readonly pretty: "currencyName";
|
|
281
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
282
|
+
};
|
|
283
|
+
readonly currencysymbol: {
|
|
284
|
+
readonly pretty: "currencySymbol";
|
|
285
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
286
|
+
};
|
|
287
|
+
readonly currencyprecision: {
|
|
288
|
+
readonly pretty: "currencyPrecision";
|
|
289
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
290
|
+
};
|
|
291
|
+
readonly exchangerate: {
|
|
292
|
+
readonly pretty: "exchangeRate";
|
|
293
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
294
|
+
};
|
|
295
|
+
}>, "isoCode" | "currencySymbol">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
125
296
|
isoCode?: string | null | undefined;
|
|
126
297
|
currencySymbol?: string | null | undefined;
|
|
127
298
|
}, {
|
|
128
299
|
isoCode?: string | null | undefined;
|
|
129
300
|
currencySymbol?: string | null | undefined;
|
|
130
301
|
}>>>;
|
|
131
|
-
solution: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
|
|
132
|
-
readonly
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
readonly
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
readonly
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
readonly
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
readonly
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
readonly
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
readonly
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
readonly
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
readonly
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
readonly
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
readonly
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
readonly
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
readonly
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
readonly
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
readonly
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
readonly
|
|
194
|
-
|
|
195
|
-
|
|
302
|
+
solution: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
303
|
+
readonly _organizationid_value: {
|
|
304
|
+
readonly pretty: "organizationIdValue";
|
|
305
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
306
|
+
};
|
|
307
|
+
readonly '@odata.etag': {
|
|
308
|
+
readonly pretty: "etag";
|
|
309
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
310
|
+
};
|
|
311
|
+
readonly versionnumber: {
|
|
312
|
+
readonly pretty: "versionNumber";
|
|
313
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
314
|
+
};
|
|
315
|
+
readonly _createdby_value: {
|
|
316
|
+
readonly pretty: "createdByValue";
|
|
317
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
318
|
+
};
|
|
319
|
+
readonly createdon: {
|
|
320
|
+
readonly pretty: "createdOn";
|
|
321
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
322
|
+
};
|
|
323
|
+
readonly _createdonbehalfby_value: {
|
|
324
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
325
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
326
|
+
};
|
|
327
|
+
readonly _modifiedby_value: {
|
|
328
|
+
readonly pretty: "modifiedByValue";
|
|
329
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
330
|
+
};
|
|
331
|
+
readonly modifiedon: {
|
|
332
|
+
readonly pretty: "modifiedOn";
|
|
333
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
334
|
+
};
|
|
335
|
+
readonly _modifiedonbehalfby_value: {
|
|
336
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
337
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
338
|
+
};
|
|
339
|
+
readonly statecode: {
|
|
340
|
+
readonly pretty: "stateCode";
|
|
341
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
342
|
+
};
|
|
343
|
+
readonly statuscode: {
|
|
344
|
+
readonly pretty: "statusCode";
|
|
345
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
346
|
+
};
|
|
347
|
+
readonly importsequencenumber: {
|
|
348
|
+
readonly pretty: "importSequenceNumber";
|
|
349
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
350
|
+
};
|
|
351
|
+
readonly overriddencreatedon: {
|
|
352
|
+
readonly pretty: "overriddenCreatedOn";
|
|
353
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
354
|
+
};
|
|
355
|
+
readonly timezoneruleversionnumber: {
|
|
356
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
357
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
358
|
+
};
|
|
359
|
+
readonly utcconversiontimezonecode: {
|
|
360
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
361
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
362
|
+
};
|
|
363
|
+
} & {
|
|
364
|
+
readonly productid: {
|
|
365
|
+
readonly pretty: "productId";
|
|
366
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
367
|
+
};
|
|
368
|
+
readonly name: {
|
|
369
|
+
readonly pretty: "name";
|
|
370
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
371
|
+
};
|
|
372
|
+
readonly productnumber: {
|
|
373
|
+
readonly pretty: "productNumber";
|
|
374
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
375
|
+
};
|
|
376
|
+
readonly description: {
|
|
377
|
+
readonly pretty: "description";
|
|
378
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
379
|
+
};
|
|
380
|
+
readonly ww_locationcode: {
|
|
381
|
+
readonly pretty: "locationCode";
|
|
382
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
383
|
+
};
|
|
384
|
+
readonly ww_costcentrecode: {
|
|
385
|
+
readonly pretty: "costCentreCode";
|
|
386
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
387
|
+
};
|
|
388
|
+
readonly ww_entitlementcentrecode: {
|
|
389
|
+
readonly pretty: "entitlementCentreCode";
|
|
390
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
391
|
+
};
|
|
392
|
+
readonly ww_solutiontype: {
|
|
393
|
+
readonly pretty: "solutionType";
|
|
394
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
395
|
+
};
|
|
396
|
+
readonly ww_specialfeesapply: {
|
|
397
|
+
readonly pretty: "specialFeesApply";
|
|
398
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
399
|
+
};
|
|
400
|
+
readonly price: {
|
|
401
|
+
readonly pretty: "price";
|
|
402
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
403
|
+
};
|
|
404
|
+
readonly price_base: {
|
|
405
|
+
readonly pretty: "priceBase";
|
|
406
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
407
|
+
};
|
|
408
|
+
readonly ww_plusuplift: {
|
|
409
|
+
readonly pretty: "plusUplift";
|
|
410
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
411
|
+
};
|
|
412
|
+
readonly ww_plusuplift_base: {
|
|
413
|
+
readonly pretty: "plusUpliftBase";
|
|
414
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
415
|
+
};
|
|
416
|
+
readonly ww_plusupliftweekly: {
|
|
417
|
+
readonly pretty: "plusUpliftWeekly";
|
|
418
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
419
|
+
};
|
|
420
|
+
readonly ww_plusupliftweekly_base: {
|
|
421
|
+
readonly pretty: "plusUpliftWeeklyBase";
|
|
422
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
423
|
+
};
|
|
424
|
+
readonly ww_plusupliftfortnightly: {
|
|
425
|
+
readonly pretty: "plusUpliftFortnightly";
|
|
426
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
427
|
+
};
|
|
428
|
+
readonly ww_plusupliftfortnightly_base: {
|
|
429
|
+
readonly pretty: "plusUpliftFortnightlyBase";
|
|
430
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
431
|
+
};
|
|
432
|
+
readonly vendorname: {
|
|
433
|
+
readonly pretty: "vendorName";
|
|
434
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
435
|
+
};
|
|
436
|
+
readonly vendorid: {
|
|
437
|
+
readonly pretty: "vendorId";
|
|
438
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
439
|
+
};
|
|
440
|
+
readonly vendorpartnumber: {
|
|
441
|
+
readonly pretty: "vendorPartNumber";
|
|
442
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
443
|
+
};
|
|
444
|
+
readonly suppliername: {
|
|
445
|
+
readonly pretty: "supplierName";
|
|
446
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
447
|
+
};
|
|
448
|
+
readonly _parentProductId_value: {
|
|
449
|
+
readonly pretty: "parentProductId";
|
|
450
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
451
|
+
};
|
|
452
|
+
readonly _defaultuomid_value: {
|
|
453
|
+
readonly pretty: "defaultUomId";
|
|
454
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
455
|
+
};
|
|
456
|
+
readonly _defaultuomscheduleid_value: {
|
|
457
|
+
readonly pretty: "defaultUomScheduleId";
|
|
458
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
459
|
+
};
|
|
460
|
+
readonly _pricelevelid_value: {
|
|
461
|
+
readonly pretty: "priceLevelId";
|
|
462
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
463
|
+
};
|
|
464
|
+
readonly _subjectid_value: {
|
|
465
|
+
readonly pretty: "subjectId";
|
|
466
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
467
|
+
};
|
|
468
|
+
readonly iskit: {
|
|
469
|
+
readonly pretty: "isKit";
|
|
470
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
471
|
+
};
|
|
472
|
+
readonly isstockitem: {
|
|
473
|
+
readonly pretty: "isStockItem";
|
|
474
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
475
|
+
};
|
|
476
|
+
readonly isreparented: {
|
|
477
|
+
readonly pretty: "isReparented";
|
|
478
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
479
|
+
};
|
|
480
|
+
readonly msdyn_gdproptout: {
|
|
481
|
+
readonly pretty: "msdynGdprOptOut";
|
|
482
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
483
|
+
};
|
|
484
|
+
readonly standardcost: {
|
|
485
|
+
readonly pretty: "standardCost";
|
|
486
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
487
|
+
};
|
|
488
|
+
readonly standardcost_base: {
|
|
489
|
+
readonly pretty: "standardCostBase";
|
|
490
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
491
|
+
};
|
|
492
|
+
readonly currentcost: {
|
|
493
|
+
readonly pretty: "currentCost";
|
|
494
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
495
|
+
};
|
|
496
|
+
readonly currentcost_base: {
|
|
497
|
+
readonly pretty: "currentCostBase";
|
|
498
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
499
|
+
};
|
|
500
|
+
readonly msdynce_amount: {
|
|
501
|
+
readonly pretty: "msdynceAmount";
|
|
502
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
503
|
+
};
|
|
504
|
+
readonly msdynce_amount_base: {
|
|
505
|
+
readonly pretty: "msdynceAmountBase";
|
|
506
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
507
|
+
};
|
|
508
|
+
readonly entityimage: {
|
|
509
|
+
readonly pretty: "entityImage";
|
|
510
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
511
|
+
};
|
|
512
|
+
readonly entityimage_url: {
|
|
513
|
+
readonly pretty: "entityImageUrl";
|
|
514
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
515
|
+
};
|
|
516
|
+
readonly entityimageid: {
|
|
517
|
+
readonly pretty: "entityImageId";
|
|
518
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
519
|
+
};
|
|
520
|
+
readonly entityimage_timestamp: {
|
|
521
|
+
readonly pretty: "entityImageTimestamp";
|
|
522
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
523
|
+
};
|
|
524
|
+
readonly validfromdate: {
|
|
525
|
+
readonly pretty: "validFromDate";
|
|
526
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
527
|
+
};
|
|
528
|
+
readonly validtodate: {
|
|
529
|
+
readonly pretty: "validToDate";
|
|
530
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
531
|
+
};
|
|
532
|
+
readonly producttypecode: {
|
|
533
|
+
readonly pretty: "productTypeCode";
|
|
534
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
535
|
+
};
|
|
536
|
+
readonly productstructure: {
|
|
537
|
+
readonly pretty: "productStructure";
|
|
538
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
539
|
+
};
|
|
540
|
+
readonly hierarchypath: {
|
|
541
|
+
readonly pretty: "hierarchyPath";
|
|
542
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
543
|
+
};
|
|
544
|
+
readonly traversedpath: {
|
|
545
|
+
readonly pretty: "traversedPath";
|
|
546
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
547
|
+
};
|
|
548
|
+
readonly processid: {
|
|
549
|
+
readonly pretty: "processId";
|
|
550
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
551
|
+
};
|
|
552
|
+
readonly stageid: {
|
|
553
|
+
readonly pretty: "stageId";
|
|
554
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
555
|
+
};
|
|
556
|
+
}>, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
196
557
|
productNumber?: string | null | undefined;
|
|
197
558
|
}, {
|
|
198
559
|
productNumber?: string | null | undefined;
|
|
199
560
|
}>, string | null | undefined, {
|
|
200
561
|
productNumber?: string | null | undefined;
|
|
201
562
|
}>>>;
|
|
202
|
-
solutionType: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
|
|
203
|
-
readonly
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
readonly
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
readonly
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
readonly
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
readonly
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
readonly
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
readonly
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
readonly
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
readonly
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
readonly
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
readonly
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
readonly
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
readonly
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
readonly
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
readonly
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
readonly
|
|
265
|
-
|
|
266
|
-
|
|
563
|
+
solutionType: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
564
|
+
readonly _organizationid_value: {
|
|
565
|
+
readonly pretty: "organizationIdValue";
|
|
566
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
567
|
+
};
|
|
568
|
+
readonly '@odata.etag': {
|
|
569
|
+
readonly pretty: "etag";
|
|
570
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
571
|
+
};
|
|
572
|
+
readonly versionnumber: {
|
|
573
|
+
readonly pretty: "versionNumber";
|
|
574
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
575
|
+
};
|
|
576
|
+
readonly _createdby_value: {
|
|
577
|
+
readonly pretty: "createdByValue";
|
|
578
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
579
|
+
};
|
|
580
|
+
readonly createdon: {
|
|
581
|
+
readonly pretty: "createdOn";
|
|
582
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
583
|
+
};
|
|
584
|
+
readonly _createdonbehalfby_value: {
|
|
585
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
586
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
587
|
+
};
|
|
588
|
+
readonly _modifiedby_value: {
|
|
589
|
+
readonly pretty: "modifiedByValue";
|
|
590
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
591
|
+
};
|
|
592
|
+
readonly modifiedon: {
|
|
593
|
+
readonly pretty: "modifiedOn";
|
|
594
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
595
|
+
};
|
|
596
|
+
readonly _modifiedonbehalfby_value: {
|
|
597
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
598
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
599
|
+
};
|
|
600
|
+
readonly statecode: {
|
|
601
|
+
readonly pretty: "stateCode";
|
|
602
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
603
|
+
};
|
|
604
|
+
readonly statuscode: {
|
|
605
|
+
readonly pretty: "statusCode";
|
|
606
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
607
|
+
};
|
|
608
|
+
readonly importsequencenumber: {
|
|
609
|
+
readonly pretty: "importSequenceNumber";
|
|
610
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
611
|
+
};
|
|
612
|
+
readonly overriddencreatedon: {
|
|
613
|
+
readonly pretty: "overriddenCreatedOn";
|
|
614
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
615
|
+
};
|
|
616
|
+
readonly timezoneruleversionnumber: {
|
|
617
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
618
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
619
|
+
};
|
|
620
|
+
readonly utcconversiontimezonecode: {
|
|
621
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
622
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
623
|
+
};
|
|
624
|
+
} & {
|
|
625
|
+
readonly productid: {
|
|
626
|
+
readonly pretty: "productId";
|
|
627
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
628
|
+
};
|
|
629
|
+
readonly name: {
|
|
630
|
+
readonly pretty: "name";
|
|
631
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
632
|
+
};
|
|
633
|
+
readonly productnumber: {
|
|
634
|
+
readonly pretty: "productNumber";
|
|
635
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
636
|
+
};
|
|
637
|
+
readonly description: {
|
|
638
|
+
readonly pretty: "description";
|
|
639
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
640
|
+
};
|
|
641
|
+
readonly ww_locationcode: {
|
|
642
|
+
readonly pretty: "locationCode";
|
|
643
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
644
|
+
};
|
|
645
|
+
readonly ww_costcentrecode: {
|
|
646
|
+
readonly pretty: "costCentreCode";
|
|
647
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
648
|
+
};
|
|
649
|
+
readonly ww_entitlementcentrecode: {
|
|
650
|
+
readonly pretty: "entitlementCentreCode";
|
|
651
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
652
|
+
};
|
|
653
|
+
readonly ww_solutiontype: {
|
|
654
|
+
readonly pretty: "solutionType";
|
|
655
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
656
|
+
};
|
|
657
|
+
readonly ww_specialfeesapply: {
|
|
658
|
+
readonly pretty: "specialFeesApply";
|
|
659
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
660
|
+
};
|
|
661
|
+
readonly price: {
|
|
662
|
+
readonly pretty: "price";
|
|
663
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
664
|
+
};
|
|
665
|
+
readonly price_base: {
|
|
666
|
+
readonly pretty: "priceBase";
|
|
667
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
668
|
+
};
|
|
669
|
+
readonly ww_plusuplift: {
|
|
670
|
+
readonly pretty: "plusUplift";
|
|
671
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
672
|
+
};
|
|
673
|
+
readonly ww_plusuplift_base: {
|
|
674
|
+
readonly pretty: "plusUpliftBase";
|
|
675
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
676
|
+
};
|
|
677
|
+
readonly ww_plusupliftweekly: {
|
|
678
|
+
readonly pretty: "plusUpliftWeekly";
|
|
679
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
680
|
+
};
|
|
681
|
+
readonly ww_plusupliftweekly_base: {
|
|
682
|
+
readonly pretty: "plusUpliftWeeklyBase";
|
|
683
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
684
|
+
};
|
|
685
|
+
readonly ww_plusupliftfortnightly: {
|
|
686
|
+
readonly pretty: "plusUpliftFortnightly";
|
|
687
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
688
|
+
};
|
|
689
|
+
readonly ww_plusupliftfortnightly_base: {
|
|
690
|
+
readonly pretty: "plusUpliftFortnightlyBase";
|
|
691
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
692
|
+
};
|
|
693
|
+
readonly vendorname: {
|
|
694
|
+
readonly pretty: "vendorName";
|
|
695
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
696
|
+
};
|
|
697
|
+
readonly vendorid: {
|
|
698
|
+
readonly pretty: "vendorId";
|
|
699
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
700
|
+
};
|
|
701
|
+
readonly vendorpartnumber: {
|
|
702
|
+
readonly pretty: "vendorPartNumber";
|
|
703
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
704
|
+
};
|
|
705
|
+
readonly suppliername: {
|
|
706
|
+
readonly pretty: "supplierName";
|
|
707
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
708
|
+
};
|
|
709
|
+
readonly _parentProductId_value: {
|
|
710
|
+
readonly pretty: "parentProductId";
|
|
711
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
712
|
+
};
|
|
713
|
+
readonly _defaultuomid_value: {
|
|
714
|
+
readonly pretty: "defaultUomId";
|
|
715
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
716
|
+
};
|
|
717
|
+
readonly _defaultuomscheduleid_value: {
|
|
718
|
+
readonly pretty: "defaultUomScheduleId";
|
|
719
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
720
|
+
};
|
|
721
|
+
readonly _pricelevelid_value: {
|
|
722
|
+
readonly pretty: "priceLevelId";
|
|
723
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
724
|
+
};
|
|
725
|
+
readonly _subjectid_value: {
|
|
726
|
+
readonly pretty: "subjectId";
|
|
727
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
728
|
+
};
|
|
729
|
+
readonly iskit: {
|
|
730
|
+
readonly pretty: "isKit";
|
|
731
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
732
|
+
};
|
|
733
|
+
readonly isstockitem: {
|
|
734
|
+
readonly pretty: "isStockItem";
|
|
735
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
736
|
+
};
|
|
737
|
+
readonly isreparented: {
|
|
738
|
+
readonly pretty: "isReparented";
|
|
739
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
740
|
+
};
|
|
741
|
+
readonly msdyn_gdproptout: {
|
|
742
|
+
readonly pretty: "msdynGdprOptOut";
|
|
743
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
744
|
+
};
|
|
745
|
+
readonly standardcost: {
|
|
746
|
+
readonly pretty: "standardCost";
|
|
747
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
748
|
+
};
|
|
749
|
+
readonly standardcost_base: {
|
|
750
|
+
readonly pretty: "standardCostBase";
|
|
751
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
752
|
+
};
|
|
753
|
+
readonly currentcost: {
|
|
754
|
+
readonly pretty: "currentCost";
|
|
755
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
756
|
+
};
|
|
757
|
+
readonly currentcost_base: {
|
|
758
|
+
readonly pretty: "currentCostBase";
|
|
759
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
760
|
+
};
|
|
761
|
+
readonly msdynce_amount: {
|
|
762
|
+
readonly pretty: "msdynceAmount";
|
|
763
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
764
|
+
};
|
|
765
|
+
readonly msdynce_amount_base: {
|
|
766
|
+
readonly pretty: "msdynceAmountBase";
|
|
767
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
768
|
+
};
|
|
769
|
+
readonly entityimage: {
|
|
770
|
+
readonly pretty: "entityImage";
|
|
771
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
772
|
+
};
|
|
773
|
+
readonly entityimage_url: {
|
|
774
|
+
readonly pretty: "entityImageUrl";
|
|
775
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
776
|
+
};
|
|
777
|
+
readonly entityimageid: {
|
|
778
|
+
readonly pretty: "entityImageId";
|
|
779
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
780
|
+
};
|
|
781
|
+
readonly entityimage_timestamp: {
|
|
782
|
+
readonly pretty: "entityImageTimestamp";
|
|
783
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
784
|
+
};
|
|
785
|
+
readonly validfromdate: {
|
|
786
|
+
readonly pretty: "validFromDate";
|
|
787
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
788
|
+
};
|
|
789
|
+
readonly validtodate: {
|
|
790
|
+
readonly pretty: "validToDate";
|
|
791
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
792
|
+
};
|
|
793
|
+
readonly producttypecode: {
|
|
794
|
+
readonly pretty: "productTypeCode";
|
|
795
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
796
|
+
};
|
|
797
|
+
readonly productstructure: {
|
|
798
|
+
readonly pretty: "productStructure";
|
|
799
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
800
|
+
};
|
|
801
|
+
readonly hierarchypath: {
|
|
802
|
+
readonly pretty: "hierarchyPath";
|
|
803
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
804
|
+
};
|
|
805
|
+
readonly traversedpath: {
|
|
806
|
+
readonly pretty: "traversedPath";
|
|
807
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
808
|
+
};
|
|
809
|
+
readonly processid: {
|
|
810
|
+
readonly pretty: "processId";
|
|
811
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
812
|
+
};
|
|
813
|
+
readonly stageid: {
|
|
814
|
+
readonly pretty: "stageId";
|
|
815
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
816
|
+
};
|
|
817
|
+
}>, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
267
818
|
productNumber?: string | null | undefined;
|
|
268
819
|
}, {
|
|
269
820
|
productNumber?: string | null | undefined;
|
|
270
821
|
}>, string | null | undefined, {
|
|
271
822
|
productNumber?: string | null | undefined;
|
|
272
823
|
}>>>;
|
|
273
|
-
simulationDocuments: z.ZodOptional<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
274
|
-
readonly
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
readonly
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
readonly
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
readonly
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
readonly
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
readonly
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
readonly
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
readonly
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
readonly
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
readonly
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
readonly
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
readonly
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
readonly
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
readonly
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
readonly
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
readonly
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
readonly
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
readonly
|
|
343
|
-
|
|
344
|
-
|
|
824
|
+
simulationDocuments: z.ZodOptional<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
825
|
+
readonly _ownerid_value: {
|
|
826
|
+
readonly pretty: "ownerIdValue";
|
|
827
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
828
|
+
};
|
|
829
|
+
readonly _owningbusinessunit_value: {
|
|
830
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
831
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
832
|
+
};
|
|
833
|
+
readonly _owningteam_value: {
|
|
834
|
+
readonly pretty: "owningTeamValue";
|
|
835
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
836
|
+
};
|
|
837
|
+
readonly _owninguser_value: {
|
|
838
|
+
readonly pretty: "owningUserValue";
|
|
839
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
840
|
+
};
|
|
841
|
+
readonly '@odata.etag': {
|
|
842
|
+
readonly pretty: "etag";
|
|
843
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
844
|
+
};
|
|
845
|
+
readonly versionnumber: {
|
|
846
|
+
readonly pretty: "versionNumber";
|
|
847
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
848
|
+
};
|
|
849
|
+
readonly _createdby_value: {
|
|
850
|
+
readonly pretty: "createdByValue";
|
|
851
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
852
|
+
};
|
|
853
|
+
readonly createdon: {
|
|
854
|
+
readonly pretty: "createdOn";
|
|
855
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
856
|
+
};
|
|
857
|
+
readonly _createdonbehalfby_value: {
|
|
858
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
859
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
860
|
+
};
|
|
861
|
+
readonly _modifiedby_value: {
|
|
862
|
+
readonly pretty: "modifiedByValue";
|
|
863
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
864
|
+
};
|
|
865
|
+
readonly modifiedon: {
|
|
866
|
+
readonly pretty: "modifiedOn";
|
|
867
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
868
|
+
};
|
|
869
|
+
readonly _modifiedonbehalfby_value: {
|
|
870
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
871
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
872
|
+
};
|
|
873
|
+
readonly statecode: {
|
|
874
|
+
readonly pretty: "stateCode";
|
|
875
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
876
|
+
};
|
|
877
|
+
readonly statuscode: {
|
|
878
|
+
readonly pretty: "statusCode";
|
|
879
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
880
|
+
};
|
|
881
|
+
readonly importsequencenumber: {
|
|
882
|
+
readonly pretty: "importSequenceNumber";
|
|
883
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
884
|
+
};
|
|
885
|
+
readonly overriddencreatedon: {
|
|
886
|
+
readonly pretty: "overriddenCreatedOn";
|
|
887
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
888
|
+
};
|
|
889
|
+
readonly timezoneruleversionnumber: {
|
|
890
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
891
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
892
|
+
};
|
|
893
|
+
readonly utcconversiontimezonecode: {
|
|
894
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
895
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
896
|
+
};
|
|
897
|
+
} & {
|
|
898
|
+
readonly _ww_contractor_value: {
|
|
899
|
+
readonly relationshipName: "ww_Contractor";
|
|
900
|
+
readonly entity: "contacts";
|
|
901
|
+
readonly pretty: "contractorValue";
|
|
902
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
903
|
+
};
|
|
904
|
+
readonly _ww_directorapproved_value: {
|
|
905
|
+
readonly relationshipName: "ww_DirectorApproved";
|
|
906
|
+
readonly entity: "contacts";
|
|
907
|
+
readonly pretty: "directorApprovedValue";
|
|
908
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
909
|
+
};
|
|
910
|
+
readonly _ww_scats_contractingContractor_value: {
|
|
911
|
+
readonly pretty: "scatsContractingContractorValue";
|
|
912
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
913
|
+
};
|
|
914
|
+
readonly ww_contractordocumentid: {
|
|
915
|
+
readonly pretty: "contractorDocumentId";
|
|
916
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
917
|
+
};
|
|
918
|
+
readonly ww_customeripaddress: {
|
|
919
|
+
readonly pretty: "customerIpAddress";
|
|
920
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
921
|
+
};
|
|
922
|
+
readonly ww_directorapprovalrequired: {
|
|
923
|
+
readonly pretty: "directorApprovalRequired";
|
|
924
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
925
|
+
};
|
|
926
|
+
readonly ww_directorapproveddate: {
|
|
927
|
+
readonly pretty: "directorApprovedDate";
|
|
928
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
929
|
+
};
|
|
930
|
+
readonly ww_documentid: {
|
|
931
|
+
readonly pretty: "documentId";
|
|
932
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
933
|
+
};
|
|
934
|
+
readonly ww_documentreceiveddate: {
|
|
935
|
+
readonly pretty: "documentReceivedDate";
|
|
936
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
937
|
+
};
|
|
938
|
+
readonly ww_documentstatus: {
|
|
939
|
+
readonly pretty: "documentStatus";
|
|
940
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
941
|
+
};
|
|
942
|
+
readonly ww_documentdisplay: {
|
|
943
|
+
readonly pretty: "documentDisplay";
|
|
944
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
945
|
+
};
|
|
946
|
+
readonly ww_file: {
|
|
947
|
+
readonly pretty: "file";
|
|
948
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
949
|
+
};
|
|
950
|
+
readonly ww_file_name: {
|
|
951
|
+
readonly pretty: "fileName";
|
|
952
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
953
|
+
};
|
|
954
|
+
readonly ww_requirescontractorsignature: {
|
|
955
|
+
readonly pretty: "requiresContractorSignature";
|
|
956
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
957
|
+
};
|
|
958
|
+
readonly ww_signedon: {
|
|
959
|
+
readonly pretty: "signedOn";
|
|
960
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
961
|
+
};
|
|
962
|
+
readonly ww_type: {
|
|
963
|
+
readonly pretty: "type";
|
|
964
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
965
|
+
};
|
|
966
|
+
readonly ww_uploadedfromweb: {
|
|
967
|
+
readonly pretty: "uploadedFromWeb";
|
|
968
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
969
|
+
};
|
|
970
|
+
readonly ww_workerapproved: {
|
|
971
|
+
readonly pretty: "workerApproved";
|
|
972
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
973
|
+
};
|
|
974
|
+
readonly ww_Contractor: {
|
|
975
|
+
readonly pretty: "contractor";
|
|
976
|
+
readonly entityKey: "contact";
|
|
977
|
+
};
|
|
978
|
+
readonly ww_DirectorApproved: {
|
|
979
|
+
readonly pretty: "directorApproved";
|
|
980
|
+
readonly entityKey: "contact";
|
|
981
|
+
};
|
|
982
|
+
readonly _ww_account_value: {
|
|
983
|
+
readonly pretty: "accountValue";
|
|
984
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
985
|
+
};
|
|
986
|
+
readonly ww_attachment: {
|
|
987
|
+
readonly pretty: "attachment";
|
|
988
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
989
|
+
};
|
|
990
|
+
readonly ww_attachment_name: {
|
|
991
|
+
readonly pretty: "attachmentName";
|
|
992
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
993
|
+
};
|
|
994
|
+
readonly ww_category: {
|
|
995
|
+
readonly pretty: "category";
|
|
996
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
997
|
+
};
|
|
998
|
+
readonly ww_date6catssigned: {
|
|
999
|
+
readonly pretty: "date6catsSigned";
|
|
1000
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1001
|
+
};
|
|
1002
|
+
readonly ww_dateagencysigned: {
|
|
1003
|
+
readonly pretty: "dateAgencySigned";
|
|
1004
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1005
|
+
};
|
|
1006
|
+
readonly ww_datereceived: {
|
|
1007
|
+
readonly pretty: "dateReceived";
|
|
1008
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1009
|
+
};
|
|
1010
|
+
readonly ww_datereviewed: {
|
|
1011
|
+
readonly pretty: "dateReviewed";
|
|
1012
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1013
|
+
};
|
|
1014
|
+
readonly ww_documentrefnumber: {
|
|
1015
|
+
readonly pretty: "documentRefNumber";
|
|
1016
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1017
|
+
};
|
|
1018
|
+
readonly ww_documenttype: {
|
|
1019
|
+
readonly pretty: "documentType";
|
|
1020
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1021
|
+
};
|
|
1022
|
+
readonly ww_ipaddress: {
|
|
1023
|
+
readonly pretty: "ipAddress";
|
|
1024
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1025
|
+
};
|
|
1026
|
+
readonly ww_name: {
|
|
1027
|
+
readonly pretty: "name";
|
|
1028
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1029
|
+
};
|
|
1030
|
+
readonly ww_signature: {
|
|
1031
|
+
readonly pretty: "signature";
|
|
1032
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1033
|
+
};
|
|
1034
|
+
readonly ww_signature_timestamp: {
|
|
1035
|
+
readonly pretty: "signatureTimestamp";
|
|
1036
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1037
|
+
};
|
|
1038
|
+
readonly ww_signature_url: {
|
|
1039
|
+
readonly pretty: "signatureUrl";
|
|
1040
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1041
|
+
};
|
|
1042
|
+
readonly ww_signatureid: {
|
|
1043
|
+
readonly pretty: "signatureId";
|
|
1044
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1045
|
+
};
|
|
1046
|
+
readonly ww_validfrom: {
|
|
1047
|
+
readonly pretty: "validFrom";
|
|
1048
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1049
|
+
};
|
|
1050
|
+
readonly ww_validto: {
|
|
1051
|
+
readonly pretty: "validTo";
|
|
1052
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1053
|
+
};
|
|
1054
|
+
readonly ww_documentreceivedtime: {
|
|
1055
|
+
readonly pretty: "documentReceivedTime";
|
|
1056
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1057
|
+
};
|
|
1058
|
+
readonly ww_source: {
|
|
1059
|
+
readonly pretty: "source";
|
|
1060
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1061
|
+
};
|
|
1062
|
+
readonly _ww_changerequestdocuments_value: {
|
|
1063
|
+
readonly pretty: "changeRequestDocumentsValue";
|
|
1064
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1065
|
+
};
|
|
1066
|
+
readonly ww_identityverificationstatus: {
|
|
1067
|
+
readonly pretty: "identityVerificationStatus";
|
|
1068
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1069
|
+
};
|
|
1070
|
+
readonly _ww_simulation_value: {
|
|
1071
|
+
readonly pretty: "simulationValue";
|
|
1072
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1073
|
+
};
|
|
1074
|
+
readonly ww_employmenttype: {
|
|
1075
|
+
readonly pretty: "employmentType";
|
|
1076
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1077
|
+
};
|
|
1078
|
+
readonly _ww_assignmentextensions_value: {
|
|
1079
|
+
readonly pretty: "assignmentExtensionsValue";
|
|
1080
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1081
|
+
};
|
|
1082
|
+
readonly ww_reasons: {
|
|
1083
|
+
readonly pretty: "reasons";
|
|
1084
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1085
|
+
};
|
|
1086
|
+
readonly ww_contracttype: {
|
|
1087
|
+
readonly pretty: "contractType";
|
|
1088
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1089
|
+
};
|
|
1090
|
+
readonly ww_requiredbeforelegalapproval: {
|
|
1091
|
+
readonly pretty: "requiredBeforeLegalApproval";
|
|
1092
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1093
|
+
};
|
|
1094
|
+
readonly ww_value: {
|
|
1095
|
+
readonly pretty: "value";
|
|
1096
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1097
|
+
};
|
|
1098
|
+
readonly ww_limitedcompanyname: {
|
|
1099
|
+
readonly pretty: "limitedCompanyName";
|
|
1100
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1101
|
+
};
|
|
1102
|
+
readonly ww_config: {
|
|
1103
|
+
readonly pretty: "config";
|
|
1104
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1105
|
+
};
|
|
1106
|
+
readonly ww_identityverificationurl: {
|
|
1107
|
+
readonly pretty: "identityVerificationUrl";
|
|
1108
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1109
|
+
};
|
|
1110
|
+
}>, "name" | "contractorDocumentId" | "fileName">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
345
1111
|
name?: string | null | undefined;
|
|
346
1112
|
contractorDocumentId?: string | null | undefined;
|
|
347
1113
|
fileName?: string | null | undefined;
|
|
@@ -350,28 +1116,89 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
350
1116
|
contractorDocumentId?: string | null | undefined;
|
|
351
1117
|
fileName?: string | null | undefined;
|
|
352
1118
|
}>>>, "many">>;
|
|
353
|
-
rejectionReason: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
354
|
-
readonly
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
readonly
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
readonly
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
readonly
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
readonly
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
1119
|
+
rejectionReason: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
1120
|
+
readonly _organizationid_value: {
|
|
1121
|
+
readonly pretty: "organizationIdValue";
|
|
1122
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1123
|
+
};
|
|
1124
|
+
readonly '@odata.etag': {
|
|
1125
|
+
readonly pretty: "etag";
|
|
1126
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
1127
|
+
};
|
|
1128
|
+
readonly versionnumber: {
|
|
1129
|
+
readonly pretty: "versionNumber";
|
|
1130
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1131
|
+
};
|
|
1132
|
+
readonly _createdby_value: {
|
|
1133
|
+
readonly pretty: "createdByValue";
|
|
1134
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1135
|
+
};
|
|
1136
|
+
readonly createdon: {
|
|
1137
|
+
readonly pretty: "createdOn";
|
|
1138
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1139
|
+
};
|
|
1140
|
+
readonly _createdonbehalfby_value: {
|
|
1141
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
1142
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1143
|
+
};
|
|
1144
|
+
readonly _modifiedby_value: {
|
|
1145
|
+
readonly pretty: "modifiedByValue";
|
|
1146
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1147
|
+
};
|
|
1148
|
+
readonly modifiedon: {
|
|
1149
|
+
readonly pretty: "modifiedOn";
|
|
1150
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1151
|
+
};
|
|
1152
|
+
readonly _modifiedonbehalfby_value: {
|
|
1153
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
1154
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1155
|
+
};
|
|
1156
|
+
readonly statecode: {
|
|
1157
|
+
readonly pretty: "stateCode";
|
|
1158
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1159
|
+
};
|
|
1160
|
+
readonly statuscode: {
|
|
1161
|
+
readonly pretty: "statusCode";
|
|
1162
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1163
|
+
};
|
|
1164
|
+
readonly importsequencenumber: {
|
|
1165
|
+
readonly pretty: "importSequenceNumber";
|
|
1166
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1167
|
+
};
|
|
1168
|
+
readonly overriddencreatedon: {
|
|
1169
|
+
readonly pretty: "overriddenCreatedOn";
|
|
1170
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1171
|
+
};
|
|
1172
|
+
readonly timezoneruleversionnumber: {
|
|
1173
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
1174
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1175
|
+
};
|
|
1176
|
+
readonly utcconversiontimezonecode: {
|
|
1177
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
1178
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1179
|
+
};
|
|
1180
|
+
} & {
|
|
1181
|
+
readonly ww_disqualificationreasonid: {
|
|
1182
|
+
readonly pretty: "disqualificationReasonId";
|
|
1183
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1184
|
+
};
|
|
1185
|
+
readonly ww_name: {
|
|
1186
|
+
readonly pretty: "name";
|
|
1187
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1188
|
+
};
|
|
1189
|
+
readonly ww_reference: {
|
|
1190
|
+
readonly pretty: "reference";
|
|
1191
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1192
|
+
};
|
|
1193
|
+
readonly ww_type: {
|
|
1194
|
+
readonly pretty: "type";
|
|
1195
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1196
|
+
};
|
|
1197
|
+
readonly _ww_parentdisqualificationreason_value: {
|
|
1198
|
+
readonly pretty: "parentDisqualificationReasonValue";
|
|
1199
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1200
|
+
};
|
|
1201
|
+
}>, "name" | "disqualificationReasonId" | "reference">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
375
1202
|
name?: string | null | undefined;
|
|
376
1203
|
disqualificationReasonId?: string | null | undefined;
|
|
377
1204
|
reference?: string | null | undefined;
|
|
@@ -380,28 +1207,89 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
380
1207
|
disqualificationReasonId?: string | null | undefined;
|
|
381
1208
|
reference?: string | null | undefined;
|
|
382
1209
|
}>>>;
|
|
383
|
-
rejectionReasonDetail: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<{
|
|
384
|
-
readonly
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
readonly
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
readonly
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
readonly
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
readonly
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
1210
|
+
rejectionReasonDetail: z.ZodOptional<z.ZodNullable<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
1211
|
+
readonly _organizationid_value: {
|
|
1212
|
+
readonly pretty: "organizationIdValue";
|
|
1213
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1214
|
+
};
|
|
1215
|
+
readonly '@odata.etag': {
|
|
1216
|
+
readonly pretty: "etag";
|
|
1217
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
1218
|
+
};
|
|
1219
|
+
readonly versionnumber: {
|
|
1220
|
+
readonly pretty: "versionNumber";
|
|
1221
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1222
|
+
};
|
|
1223
|
+
readonly _createdby_value: {
|
|
1224
|
+
readonly pretty: "createdByValue";
|
|
1225
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1226
|
+
};
|
|
1227
|
+
readonly createdon: {
|
|
1228
|
+
readonly pretty: "createdOn";
|
|
1229
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1230
|
+
};
|
|
1231
|
+
readonly _createdonbehalfby_value: {
|
|
1232
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
1233
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1234
|
+
};
|
|
1235
|
+
readonly _modifiedby_value: {
|
|
1236
|
+
readonly pretty: "modifiedByValue";
|
|
1237
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1238
|
+
};
|
|
1239
|
+
readonly modifiedon: {
|
|
1240
|
+
readonly pretty: "modifiedOn";
|
|
1241
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1242
|
+
};
|
|
1243
|
+
readonly _modifiedonbehalfby_value: {
|
|
1244
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
1245
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1246
|
+
};
|
|
1247
|
+
readonly statecode: {
|
|
1248
|
+
readonly pretty: "stateCode";
|
|
1249
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1250
|
+
};
|
|
1251
|
+
readonly statuscode: {
|
|
1252
|
+
readonly pretty: "statusCode";
|
|
1253
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1254
|
+
};
|
|
1255
|
+
readonly importsequencenumber: {
|
|
1256
|
+
readonly pretty: "importSequenceNumber";
|
|
1257
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1258
|
+
};
|
|
1259
|
+
readonly overriddencreatedon: {
|
|
1260
|
+
readonly pretty: "overriddenCreatedOn";
|
|
1261
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1262
|
+
};
|
|
1263
|
+
readonly timezoneruleversionnumber: {
|
|
1264
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
1265
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1266
|
+
};
|
|
1267
|
+
readonly utcconversiontimezonecode: {
|
|
1268
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
1269
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
1270
|
+
};
|
|
1271
|
+
} & {
|
|
1272
|
+
readonly ww_disqualificationreasonid: {
|
|
1273
|
+
readonly pretty: "disqualificationReasonId";
|
|
1274
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1275
|
+
};
|
|
1276
|
+
readonly ww_name: {
|
|
1277
|
+
readonly pretty: "name";
|
|
1278
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1279
|
+
};
|
|
1280
|
+
readonly ww_reference: {
|
|
1281
|
+
readonly pretty: "reference";
|
|
1282
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1283
|
+
};
|
|
1284
|
+
readonly ww_type: {
|
|
1285
|
+
readonly pretty: "type";
|
|
1286
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1287
|
+
};
|
|
1288
|
+
readonly _ww_parentdisqualificationreason_value: {
|
|
1289
|
+
readonly pretty: "parentDisqualificationReasonValue";
|
|
1290
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1291
|
+
};
|
|
1292
|
+
}>, "name" | "disqualificationReasonId" | "reference">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
405
1293
|
name?: string | null | undefined;
|
|
406
1294
|
disqualificationReasonId?: string | null | undefined;
|
|
407
1295
|
reference?: string | null | undefined;
|
|
@@ -416,21 +1304,23 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
416
1304
|
currencySymbol?: string | null | undefined;
|
|
417
1305
|
} | null | undefined;
|
|
418
1306
|
solution?: string | null | undefined;
|
|
419
|
-
|
|
420
|
-
|
|
1307
|
+
jobTitle?: string | null | undefined;
|
|
1308
|
+
solutionType?: string | null | undefined;
|
|
421
1309
|
rejectionReason?: {
|
|
422
1310
|
name?: string | null | undefined;
|
|
423
1311
|
disqualificationReasonId?: string | null | undefined;
|
|
424
1312
|
reference?: string | null | undefined;
|
|
425
1313
|
} | null | undefined;
|
|
426
|
-
jobTitle?: string | null | undefined;
|
|
427
1314
|
jobDescription?: string | null | undefined;
|
|
1315
|
+
workCountry?: string | null | undefined;
|
|
1316
|
+
solutionTypeValue?: string | null | undefined;
|
|
428
1317
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
429
1318
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
430
1319
|
simulationId?: string | null | undefined;
|
|
431
1320
|
simulationFriendlyId?: string | null | undefined;
|
|
432
1321
|
simulationStatus?: number | null | undefined;
|
|
433
1322
|
expiryDate?: string | null | undefined;
|
|
1323
|
+
solutionValue?: string | null | undefined;
|
|
434
1324
|
simulationBasedOn?: number | null | undefined;
|
|
435
1325
|
rate?: number | null | undefined;
|
|
436
1326
|
rateFrequency?: number | null | undefined;
|
|
@@ -442,8 +1332,6 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
442
1332
|
contractorDocumentId?: string | null | undefined;
|
|
443
1333
|
fileName?: string | null | undefined;
|
|
444
1334
|
} | null | undefined)[] | undefined;
|
|
445
|
-
workCountry?: string | null | undefined;
|
|
446
|
-
solutionType?: string | null | undefined;
|
|
447
1335
|
rejectionReasonDetail?: {
|
|
448
1336
|
name?: string | null | undefined;
|
|
449
1337
|
disqualificationReasonId?: string | null | undefined;
|
|
@@ -457,21 +1345,27 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
457
1345
|
solution?: {
|
|
458
1346
|
productNumber?: string | null | undefined;
|
|
459
1347
|
} | null | undefined;
|
|
460
|
-
|
|
461
|
-
|
|
1348
|
+
jobTitle?: string | null | undefined;
|
|
1349
|
+
solutionType?: {
|
|
1350
|
+
productNumber?: string | null | undefined;
|
|
1351
|
+
} | null | undefined;
|
|
462
1352
|
rejectionReason?: {
|
|
463
1353
|
name?: string | null | undefined;
|
|
464
1354
|
disqualificationReasonId?: string | null | undefined;
|
|
465
1355
|
reference?: string | null | undefined;
|
|
466
1356
|
} | null | undefined;
|
|
467
|
-
jobTitle?: string | null | undefined;
|
|
468
1357
|
jobDescription?: string | null | undefined;
|
|
1358
|
+
workCountry?: {
|
|
1359
|
+
code?: string | null | undefined;
|
|
1360
|
+
} | null | undefined;
|
|
1361
|
+
solutionTypeValue?: string | null | undefined;
|
|
469
1362
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
470
1363
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
471
1364
|
simulationId?: string | null | undefined;
|
|
472
1365
|
simulationFriendlyId?: string | null | undefined;
|
|
473
1366
|
simulationStatus?: number | null | undefined;
|
|
474
1367
|
expiryDate?: string | null | undefined;
|
|
1368
|
+
solutionValue?: string | null | undefined;
|
|
475
1369
|
simulationBasedOn?: number | null | undefined;
|
|
476
1370
|
rate?: number | null | undefined;
|
|
477
1371
|
rateFrequency?: number | null | undefined;
|
|
@@ -483,12 +1377,6 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
483
1377
|
contractorDocumentId?: string | null | undefined;
|
|
484
1378
|
fileName?: string | null | undefined;
|
|
485
1379
|
} | null | undefined)[] | undefined;
|
|
486
|
-
workCountry?: {
|
|
487
|
-
code?: string | null | undefined;
|
|
488
|
-
} | null | undefined;
|
|
489
|
-
solutionType?: {
|
|
490
|
-
productNumber?: string | null | undefined;
|
|
491
|
-
} | null | undefined;
|
|
492
1380
|
rejectionReasonDetail?: {
|
|
493
1381
|
name?: string | null | undefined;
|
|
494
1382
|
disqualificationReasonId?: string | null | undefined;
|
|
@@ -502,20 +1390,22 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
502
1390
|
currencySymbol?: string | null | undefined;
|
|
503
1391
|
} | null | undefined;
|
|
504
1392
|
solution?: string | null | undefined;
|
|
505
|
-
|
|
506
|
-
|
|
1393
|
+
jobTitle?: string | null | undefined;
|
|
1394
|
+
solutionType?: string | null | undefined;
|
|
507
1395
|
rejectionReason?: {
|
|
508
1396
|
name?: string | null | undefined;
|
|
509
1397
|
disqualificationReasonId?: string | null | undefined;
|
|
510
1398
|
reference?: string | null | undefined;
|
|
511
1399
|
} | null | undefined;
|
|
512
|
-
jobTitle?: string | null | undefined;
|
|
513
1400
|
jobDescription?: string | null | undefined;
|
|
1401
|
+
workCountry?: string | null | undefined;
|
|
1402
|
+
solutionTypeValue?: string | null | undefined;
|
|
514
1403
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
515
1404
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
516
1405
|
simulationId?: string | null | undefined;
|
|
517
1406
|
simulationFriendlyId?: string | null | undefined;
|
|
518
1407
|
simulationStatus?: number | null | undefined;
|
|
1408
|
+
solutionValue?: string | null | undefined;
|
|
519
1409
|
simulationBasedOn?: number | null | undefined;
|
|
520
1410
|
rate?: number | null | undefined;
|
|
521
1411
|
rateFrequency?: number | null | undefined;
|
|
@@ -527,8 +1417,6 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
527
1417
|
contractorDocumentId?: string | null | undefined;
|
|
528
1418
|
fileName?: string | null | undefined;
|
|
529
1419
|
} | null | undefined)[] | undefined;
|
|
530
|
-
workCountry?: string | null | undefined;
|
|
531
|
-
solutionType?: string | null | undefined;
|
|
532
1420
|
rejectionReasonDetail?: {
|
|
533
1421
|
name?: string | null | undefined;
|
|
534
1422
|
disqualificationReasonId?: string | null | undefined;
|
|
@@ -542,21 +1430,27 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
542
1430
|
solution?: {
|
|
543
1431
|
productNumber?: string | null | undefined;
|
|
544
1432
|
} | null | undefined;
|
|
545
|
-
|
|
546
|
-
|
|
1433
|
+
jobTitle?: string | null | undefined;
|
|
1434
|
+
solutionType?: {
|
|
1435
|
+
productNumber?: string | null | undefined;
|
|
1436
|
+
} | null | undefined;
|
|
547
1437
|
rejectionReason?: {
|
|
548
1438
|
name?: string | null | undefined;
|
|
549
1439
|
disqualificationReasonId?: string | null | undefined;
|
|
550
1440
|
reference?: string | null | undefined;
|
|
551
1441
|
} | null | undefined;
|
|
552
|
-
jobTitle?: string | null | undefined;
|
|
553
1442
|
jobDescription?: string | null | undefined;
|
|
1443
|
+
workCountry?: {
|
|
1444
|
+
code?: string | null | undefined;
|
|
1445
|
+
} | null | undefined;
|
|
1446
|
+
solutionTypeValue?: string | null | undefined;
|
|
554
1447
|
estimatedConfirmedEndDate?: string | null | undefined;
|
|
555
1448
|
estimatedConfirmedStartDate?: string | null | undefined;
|
|
556
1449
|
simulationId?: string | null | undefined;
|
|
557
1450
|
simulationFriendlyId?: string | null | undefined;
|
|
558
1451
|
simulationStatus?: number | null | undefined;
|
|
559
1452
|
expiryDate?: string | null | undefined;
|
|
1453
|
+
solutionValue?: string | null | undefined;
|
|
560
1454
|
simulationBasedOn?: number | null | undefined;
|
|
561
1455
|
rate?: number | null | undefined;
|
|
562
1456
|
rateFrequency?: number | null | undefined;
|
|
@@ -568,12 +1462,6 @@ export declare const SGetEnquirySimBFF: z.ZodEffects<z.ZodObject<Pick<{
|
|
|
568
1462
|
contractorDocumentId?: string | null | undefined;
|
|
569
1463
|
fileName?: string | null | undefined;
|
|
570
1464
|
} | null | undefined)[] | undefined;
|
|
571
|
-
workCountry?: {
|
|
572
|
-
code?: string | null | undefined;
|
|
573
|
-
} | null | undefined;
|
|
574
|
-
solutionType?: {
|
|
575
|
-
productNumber?: string | null | undefined;
|
|
576
|
-
} | null | undefined;
|
|
577
1465
|
rejectionReasonDetail?: {
|
|
578
1466
|
name?: string | null | undefined;
|
|
579
1467
|
disqualificationReasonId?: string | null | undefined;
|