@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,69 +1,259 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const SSolutionBFF: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
|
|
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
|
-
readonly
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
readonly
|
|
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
|
-
|
|
66
|
-
|
|
2
|
+
export declare const SSolutionBFF: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
3
|
+
readonly _organizationid_value: {
|
|
4
|
+
readonly pretty: "organizationIdValue";
|
|
5
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6
|
+
};
|
|
7
|
+
readonly '@odata.etag': {
|
|
8
|
+
readonly pretty: "etag";
|
|
9
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
10
|
+
};
|
|
11
|
+
readonly versionnumber: {
|
|
12
|
+
readonly pretty: "versionNumber";
|
|
13
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
14
|
+
};
|
|
15
|
+
readonly _createdby_value: {
|
|
16
|
+
readonly pretty: "createdByValue";
|
|
17
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
};
|
|
19
|
+
readonly createdon: {
|
|
20
|
+
readonly pretty: "createdOn";
|
|
21
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
};
|
|
23
|
+
readonly _createdonbehalfby_value: {
|
|
24
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
25
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
};
|
|
27
|
+
readonly _modifiedby_value: {
|
|
28
|
+
readonly pretty: "modifiedByValue";
|
|
29
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
};
|
|
31
|
+
readonly modifiedon: {
|
|
32
|
+
readonly pretty: "modifiedOn";
|
|
33
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
};
|
|
35
|
+
readonly _modifiedonbehalfby_value: {
|
|
36
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
37
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
};
|
|
39
|
+
readonly statecode: {
|
|
40
|
+
readonly pretty: "stateCode";
|
|
41
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
42
|
+
};
|
|
43
|
+
readonly statuscode: {
|
|
44
|
+
readonly pretty: "statusCode";
|
|
45
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
46
|
+
};
|
|
47
|
+
readonly importsequencenumber: {
|
|
48
|
+
readonly pretty: "importSequenceNumber";
|
|
49
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
};
|
|
51
|
+
readonly overriddencreatedon: {
|
|
52
|
+
readonly pretty: "overriddenCreatedOn";
|
|
53
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
};
|
|
55
|
+
readonly timezoneruleversionnumber: {
|
|
56
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
57
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
58
|
+
};
|
|
59
|
+
readonly utcconversiontimezonecode: {
|
|
60
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
61
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
62
|
+
};
|
|
63
|
+
} & {
|
|
64
|
+
readonly productid: {
|
|
65
|
+
readonly pretty: "productId";
|
|
66
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
};
|
|
68
|
+
readonly name: {
|
|
69
|
+
readonly pretty: "name";
|
|
70
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
|
+
};
|
|
72
|
+
readonly productnumber: {
|
|
73
|
+
readonly pretty: "productNumber";
|
|
74
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
|
+
};
|
|
76
|
+
readonly description: {
|
|
77
|
+
readonly pretty: "description";
|
|
78
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
|
+
};
|
|
80
|
+
readonly ww_locationcode: {
|
|
81
|
+
readonly pretty: "locationCode";
|
|
82
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
|
+
};
|
|
84
|
+
readonly ww_costcentrecode: {
|
|
85
|
+
readonly pretty: "costCentreCode";
|
|
86
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
87
|
+
};
|
|
88
|
+
readonly ww_entitlementcentrecode: {
|
|
89
|
+
readonly pretty: "entitlementCentreCode";
|
|
90
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
};
|
|
92
|
+
readonly ww_solutiontype: {
|
|
93
|
+
readonly pretty: "solutionType";
|
|
94
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
95
|
+
};
|
|
96
|
+
readonly ww_specialfeesapply: {
|
|
97
|
+
readonly pretty: "specialFeesApply";
|
|
98
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
99
|
+
};
|
|
100
|
+
readonly price: {
|
|
101
|
+
readonly pretty: "price";
|
|
102
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
103
|
+
};
|
|
104
|
+
readonly price_base: {
|
|
105
|
+
readonly pretty: "priceBase";
|
|
106
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
107
|
+
};
|
|
108
|
+
readonly ww_plusuplift: {
|
|
109
|
+
readonly pretty: "plusUplift";
|
|
110
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
111
|
+
};
|
|
112
|
+
readonly ww_plusuplift_base: {
|
|
113
|
+
readonly pretty: "plusUpliftBase";
|
|
114
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
115
|
+
};
|
|
116
|
+
readonly ww_plusupliftweekly: {
|
|
117
|
+
readonly pretty: "plusUpliftWeekly";
|
|
118
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
|
+
};
|
|
120
|
+
readonly ww_plusupliftweekly_base: {
|
|
121
|
+
readonly pretty: "plusUpliftWeeklyBase";
|
|
122
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
|
+
};
|
|
124
|
+
readonly ww_plusupliftfortnightly: {
|
|
125
|
+
readonly pretty: "plusUpliftFortnightly";
|
|
126
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127
|
+
};
|
|
128
|
+
readonly ww_plusupliftfortnightly_base: {
|
|
129
|
+
readonly pretty: "plusUpliftFortnightlyBase";
|
|
130
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
131
|
+
};
|
|
132
|
+
readonly vendorname: {
|
|
133
|
+
readonly pretty: "vendorName";
|
|
134
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
135
|
+
};
|
|
136
|
+
readonly vendorid: {
|
|
137
|
+
readonly pretty: "vendorId";
|
|
138
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
139
|
+
};
|
|
140
|
+
readonly vendorpartnumber: {
|
|
141
|
+
readonly pretty: "vendorPartNumber";
|
|
142
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
143
|
+
};
|
|
144
|
+
readonly suppliername: {
|
|
145
|
+
readonly pretty: "supplierName";
|
|
146
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
147
|
+
};
|
|
148
|
+
readonly _parentProductId_value: {
|
|
149
|
+
readonly pretty: "parentProductId";
|
|
150
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
151
|
+
};
|
|
152
|
+
readonly _defaultuomid_value: {
|
|
153
|
+
readonly pretty: "defaultUomId";
|
|
154
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
155
|
+
};
|
|
156
|
+
readonly _defaultuomscheduleid_value: {
|
|
157
|
+
readonly pretty: "defaultUomScheduleId";
|
|
158
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
159
|
+
};
|
|
160
|
+
readonly _pricelevelid_value: {
|
|
161
|
+
readonly pretty: "priceLevelId";
|
|
162
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
163
|
+
};
|
|
164
|
+
readonly _subjectid_value: {
|
|
165
|
+
readonly pretty: "subjectId";
|
|
166
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
167
|
+
};
|
|
168
|
+
readonly iskit: {
|
|
169
|
+
readonly pretty: "isKit";
|
|
170
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
171
|
+
};
|
|
172
|
+
readonly isstockitem: {
|
|
173
|
+
readonly pretty: "isStockItem";
|
|
174
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
175
|
+
};
|
|
176
|
+
readonly isreparented: {
|
|
177
|
+
readonly pretty: "isReparented";
|
|
178
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
179
|
+
};
|
|
180
|
+
readonly msdyn_gdproptout: {
|
|
181
|
+
readonly pretty: "msdynGdprOptOut";
|
|
182
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
183
|
+
};
|
|
184
|
+
readonly standardcost: {
|
|
185
|
+
readonly pretty: "standardCost";
|
|
186
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
187
|
+
};
|
|
188
|
+
readonly standardcost_base: {
|
|
189
|
+
readonly pretty: "standardCostBase";
|
|
190
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
191
|
+
};
|
|
192
|
+
readonly currentcost: {
|
|
193
|
+
readonly pretty: "currentCost";
|
|
194
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
195
|
+
};
|
|
196
|
+
readonly currentcost_base: {
|
|
197
|
+
readonly pretty: "currentCostBase";
|
|
198
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
199
|
+
};
|
|
200
|
+
readonly msdynce_amount: {
|
|
201
|
+
readonly pretty: "msdynceAmount";
|
|
202
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
203
|
+
};
|
|
204
|
+
readonly msdynce_amount_base: {
|
|
205
|
+
readonly pretty: "msdynceAmountBase";
|
|
206
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
207
|
+
};
|
|
208
|
+
readonly entityimage: {
|
|
209
|
+
readonly pretty: "entityImage";
|
|
210
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
211
|
+
};
|
|
212
|
+
readonly entityimage_url: {
|
|
213
|
+
readonly pretty: "entityImageUrl";
|
|
214
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
215
|
+
};
|
|
216
|
+
readonly entityimageid: {
|
|
217
|
+
readonly pretty: "entityImageId";
|
|
218
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
219
|
+
};
|
|
220
|
+
readonly entityimage_timestamp: {
|
|
221
|
+
readonly pretty: "entityImageTimestamp";
|
|
222
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
223
|
+
};
|
|
224
|
+
readonly validfromdate: {
|
|
225
|
+
readonly pretty: "validFromDate";
|
|
226
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
227
|
+
};
|
|
228
|
+
readonly validtodate: {
|
|
229
|
+
readonly pretty: "validToDate";
|
|
230
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
231
|
+
};
|
|
232
|
+
readonly producttypecode: {
|
|
233
|
+
readonly pretty: "productTypeCode";
|
|
234
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
235
|
+
};
|
|
236
|
+
readonly productstructure: {
|
|
237
|
+
readonly pretty: "productStructure";
|
|
238
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
239
|
+
};
|
|
240
|
+
readonly hierarchypath: {
|
|
241
|
+
readonly pretty: "hierarchyPath";
|
|
242
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
243
|
+
};
|
|
244
|
+
readonly traversedpath: {
|
|
245
|
+
readonly pretty: "traversedPath";
|
|
246
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
247
|
+
};
|
|
248
|
+
readonly processid: {
|
|
249
|
+
readonly pretty: "processId";
|
|
250
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
251
|
+
};
|
|
252
|
+
readonly stageid: {
|
|
253
|
+
readonly pretty: "stageId";
|
|
254
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
255
|
+
};
|
|
256
|
+
}>, "productNumber">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
67
257
|
productNumber?: string | null | undefined;
|
|
68
258
|
}, {
|
|
69
259
|
productNumber?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SGetEnquirySimSolutionBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAoBvB,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"SGetEnquirySimSolutionBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SGetEnquirySimSolutionBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAoBvB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAOb,CAAA;AAEZ,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAA"}
|
|
@@ -1,37 +1,131 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const SWorkCountryBFF: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<{
|
|
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
|
-
}
|
|
2
|
+
export declare const SWorkCountryBFF: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<Pick<import("../../api/_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
3
|
+
readonly _organizationid_value: {
|
|
4
|
+
readonly pretty: "organizationIdValue";
|
|
5
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6
|
+
};
|
|
7
|
+
readonly '@odata.etag': {
|
|
8
|
+
readonly pretty: "etag";
|
|
9
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
10
|
+
};
|
|
11
|
+
readonly versionnumber: {
|
|
12
|
+
readonly pretty: "versionNumber";
|
|
13
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
14
|
+
};
|
|
15
|
+
readonly _createdby_value: {
|
|
16
|
+
readonly pretty: "createdByValue";
|
|
17
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
};
|
|
19
|
+
readonly createdon: {
|
|
20
|
+
readonly pretty: "createdOn";
|
|
21
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
};
|
|
23
|
+
readonly _createdonbehalfby_value: {
|
|
24
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
25
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
};
|
|
27
|
+
readonly _modifiedby_value: {
|
|
28
|
+
readonly pretty: "modifiedByValue";
|
|
29
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
};
|
|
31
|
+
readonly modifiedon: {
|
|
32
|
+
readonly pretty: "modifiedOn";
|
|
33
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
};
|
|
35
|
+
readonly _modifiedonbehalfby_value: {
|
|
36
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
37
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
};
|
|
39
|
+
readonly statecode: {
|
|
40
|
+
readonly pretty: "stateCode";
|
|
41
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
42
|
+
};
|
|
43
|
+
readonly statuscode: {
|
|
44
|
+
readonly pretty: "statusCode";
|
|
45
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
46
|
+
};
|
|
47
|
+
readonly importsequencenumber: {
|
|
48
|
+
readonly pretty: "importSequenceNumber";
|
|
49
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
};
|
|
51
|
+
readonly overriddencreatedon: {
|
|
52
|
+
readonly pretty: "overriddenCreatedOn";
|
|
53
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
};
|
|
55
|
+
readonly timezoneruleversionnumber: {
|
|
56
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
57
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
58
|
+
};
|
|
59
|
+
readonly utcconversiontimezonecode: {
|
|
60
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
61
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
62
|
+
};
|
|
63
|
+
} & {
|
|
64
|
+
readonly ww_countryid: {
|
|
65
|
+
readonly pretty: "countryId";
|
|
66
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
};
|
|
68
|
+
readonly ww_name: {
|
|
69
|
+
readonly pretty: "name";
|
|
70
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
|
+
};
|
|
72
|
+
readonly ww_code: {
|
|
73
|
+
readonly pretty: "code";
|
|
74
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
|
+
};
|
|
76
|
+
readonly ww_altsearchcode: {
|
|
77
|
+
readonly pretty: "altSearchCode";
|
|
78
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
|
+
};
|
|
80
|
+
readonly ww_continent: {
|
|
81
|
+
readonly pretty: "continent";
|
|
82
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
83
|
+
};
|
|
84
|
+
readonly ww_wwgentity: {
|
|
85
|
+
readonly pretty: "wwgEntity";
|
|
86
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
87
|
+
};
|
|
88
|
+
readonly _ww_scats_currency_value: {
|
|
89
|
+
readonly pretty: "scatsCurrencyValue";
|
|
90
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
};
|
|
92
|
+
readonly ww_issanctioned: {
|
|
93
|
+
readonly pretty: "isSanctioned";
|
|
94
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
95
|
+
};
|
|
96
|
+
readonly ww_iseu: {
|
|
97
|
+
readonly pretty: "isEu";
|
|
98
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
99
|
+
};
|
|
100
|
+
readonly ww_scats_workpermitservices: {
|
|
101
|
+
readonly pretty: "scatsWorkPermitServices";
|
|
102
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
103
|
+
};
|
|
104
|
+
readonly ww_scats_workpermitservicesnotes: {
|
|
105
|
+
readonly pretty: "scatsWorkermitServicesNotes";
|
|
106
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
107
|
+
};
|
|
108
|
+
readonly ww_scats_averageroi: {
|
|
109
|
+
readonly pretty: "scatsAverageRoi";
|
|
110
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
111
|
+
};
|
|
112
|
+
readonly _ww_scats_contractingcompany_value: {
|
|
113
|
+
readonly pretty: "scatsContractingCompanyValue";
|
|
114
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
115
|
+
};
|
|
116
|
+
readonly ww_scats_fees: {
|
|
117
|
+
readonly pretty: "scatsFees";
|
|
118
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
|
+
};
|
|
120
|
+
readonly _ww_scats_partneraccountant_value: {
|
|
121
|
+
readonly pretty: "scatsPartnerAccountantValue";
|
|
122
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
|
+
};
|
|
124
|
+
readonly ww_scats_incountryservices: {
|
|
125
|
+
readonly pretty: "scatsInCountryServices";
|
|
126
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
127
|
+
};
|
|
128
|
+
}>, "code">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
35
129
|
code?: string | null | undefined;
|
|
36
130
|
}, {
|
|
37
131
|
code?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SGetEnquirySimWorkCountryBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"SGetEnquirySimWorkCountryBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SGetEnquirySimWorkCountryBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIhB,CAAA;AAEZ,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA"}
|
|
@@ -34,6 +34,7 @@ export declare const SPatchSimulationBFF: z.ZodObject<Pick<{
|
|
|
34
34
|
readonly simulationTurnaroundTime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
35
35
|
readonly rejectionReasonValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
36
36
|
readonly rejectionReasonDetailValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
37
|
+
readonly decisionContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
37
38
|
readonly simulationDocuments: z.ZodOptional<z.ZodTypeAny>;
|
|
38
39
|
readonly workCountry: z.ZodOptional<z.ZodTypeAny>;
|
|
39
40
|
readonly currency: z.ZodOptional<z.ZodTypeAny>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SPatchSimulationBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"SPatchSimulationBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SPatchSimulationBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI9B,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAErE,eAAO,MAAM,8BAA8B;2BAMd,MAAM;iCACA,MAAM;mBAUtC,CAAA;AAEH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAA"}
|
|
@@ -55,6 +55,7 @@ export declare const SPostEnquiryBFF: z.ZodObject<Pick<{
|
|
|
55
55
|
readonly simulationTurnaroundTime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
56
56
|
readonly rejectionReasonValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
57
57
|
readonly rejectionReasonDetailValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
58
|
+
readonly decisionContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
58
59
|
readonly simulationDocuments: z.ZodOptional<z.ZodTypeAny>;
|
|
59
60
|
readonly workCountry: z.ZodOptional<z.ZodTypeAny>;
|
|
60
61
|
readonly currency: z.ZodOptional<z.ZodTypeAny>;
|
|
@@ -98,6 +99,7 @@ export declare const SPostEnquiryBFF: z.ZodObject<Pick<{
|
|
|
98
99
|
readonly simulationTurnaroundTime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
|
|
99
100
|
readonly rejectionReasonValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
100
101
|
readonly rejectionReasonDetailValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
102
|
+
readonly decisionContactValue: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
101
103
|
readonly simulationDocuments: z.ZodOptional<z.ZodTypeAny>;
|
|
102
104
|
readonly workCountry: z.ZodOptional<z.ZodTypeAny>;
|
|
103
105
|
readonly currency: z.ZodOptional<z.ZodTypeAny>;
|
|
@@ -105,43 +107,43 @@ export declare const SPostEnquiryBFF: z.ZodObject<Pick<{
|
|
|
105
107
|
readonly solutionType: z.ZodOptional<z.ZodTypeAny>;
|
|
106
108
|
readonly rejectionReason: z.ZodOptional<z.ZodTypeAny>;
|
|
107
109
|
readonly rejectionReasonDetail: z.ZodOptional<z.ZodTypeAny>;
|
|
108
|
-
}, "currency" | "solution" | "
|
|
110
|
+
}, "currency" | "solution" | "workCountry" | "rate">, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
109
111
|
currency?: any;
|
|
110
112
|
solution?: any;
|
|
111
|
-
rate?: number | null | undefined;
|
|
112
113
|
workCountry?: any;
|
|
114
|
+
rate?: number | null | undefined;
|
|
113
115
|
}, {
|
|
114
116
|
currency?: any;
|
|
115
117
|
solution?: any;
|
|
116
|
-
rate?: number | null | undefined;
|
|
117
118
|
workCountry?: any;
|
|
119
|
+
rate?: number | null | undefined;
|
|
118
120
|
}>, "many">;
|
|
119
121
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
120
122
|
simulations: {
|
|
121
123
|
currency?: any;
|
|
122
124
|
solution?: any;
|
|
123
|
-
rate?: number | null | undefined;
|
|
124
125
|
workCountry?: any;
|
|
126
|
+
rate?: number | null | undefined;
|
|
125
127
|
}[];
|
|
128
|
+
jobTitle?: string | null | undefined;
|
|
129
|
+
jobDescription?: string | null | undefined;
|
|
126
130
|
agencyValue?: string | null | undefined;
|
|
127
131
|
agencyContactValue?: string | null | undefined;
|
|
128
|
-
jobTitle?: string | null | undefined;
|
|
129
132
|
enquiryFriendlyName?: string | null | undefined;
|
|
130
133
|
enquiryStatus?: number | null | undefined;
|
|
131
|
-
jobDescription?: string | null | undefined;
|
|
132
134
|
}, {
|
|
133
135
|
simulations: {
|
|
134
136
|
currency?: any;
|
|
135
137
|
solution?: any;
|
|
136
|
-
rate?: number | null | undefined;
|
|
137
138
|
workCountry?: any;
|
|
139
|
+
rate?: number | null | undefined;
|
|
138
140
|
}[];
|
|
141
|
+
jobTitle?: string | null | undefined;
|
|
142
|
+
jobDescription?: string | null | undefined;
|
|
139
143
|
agencyValue?: string | null | undefined;
|
|
140
144
|
agencyContactValue?: string | null | undefined;
|
|
141
|
-
jobTitle?: string | null | undefined;
|
|
142
145
|
enquiryFriendlyName?: string | null | undefined;
|
|
143
146
|
enquiryStatus?: number | null | undefined;
|
|
144
|
-
jobDescription?: string | null | undefined;
|
|
145
147
|
}>;
|
|
146
148
|
export type TPostEnquiryBFF = z.infer<typeof SPostEnquiryBFF>;
|
|
147
149
|
//# sourceMappingURL=SPostEnquiryBFF.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SPostEnquiryBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"SPostEnquiryBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/enquiryDetail/SPostEnquiryBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBxB,CAAA;AAEJ,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { TStatusGroup } from '../../../types/Statuses.js';
|
|
2
|
+
import type { TStageDisplayTextKey, TStageDetailDisplayTextKey } from '../../../types/Stages.js';
|
|
3
|
+
import type { TAssignmentAPI } from '../../api/index.js';
|
|
4
|
+
export declare const assignmentStatusDetails: (val: TAssignmentAPI, greaterEndDate: string | undefined | null, type?: "agent" | "worker") => {
|
|
5
|
+
progressedToStatusGroupDate: undefined;
|
|
6
|
+
displayKey: TStageDisplayTextKey;
|
|
7
|
+
detailDisplayKey: TStageDetailDisplayTextKey;
|
|
8
|
+
isTaggedStatus: boolean;
|
|
9
|
+
isChangeRequest: boolean;
|
|
10
|
+
isEndingSoon: boolean;
|
|
11
|
+
status: TStatusGroup;
|
|
12
|
+
statusAgency?: never;
|
|
13
|
+
statusWorker?: never;
|
|
14
|
+
} | {
|
|
15
|
+
progressedToStatusGroupDate: undefined;
|
|
16
|
+
displayKey: TStageDisplayTextKey;
|
|
17
|
+
detailDisplayKey: TStageDetailDisplayTextKey;
|
|
18
|
+
isTaggedStatus: boolean;
|
|
19
|
+
isChangeRequest: boolean;
|
|
20
|
+
isEndingSoon: boolean;
|
|
21
|
+
statusAgency: TStatusGroup;
|
|
22
|
+
statusWorker: TStatusGroup;
|
|
23
|
+
status?: never;
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=AssignmentHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AssignmentHelper.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/helpers/AssignmentHelper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;AAC9D,OAAO,KAAK,EACV,oBAAoB,EACpB,0BAA0B,EAC3B,MAAM,0BAA0B,CAAA;AAGjC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AA4FxD,eAAO,MAAM,uBAAuB,GAClC,KAAK,cAAc,EACnB,gBAAgB,MAAM,GAAG,SAAS,GAAG,IAAI,EACzC,OAAO,OAAO,GAAG,QAAQ;;gBA3Db,oBAAoB;sBACd,0BAA0B;;;;;;;;;gBADhC,oBAAoB;sBACd,0BAA0B;;;;;;;CAyG7C,CAAA"}
|