@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
|
@@ -476,71 +476,261 @@ export declare const Solution: {
|
|
|
476
476
|
productstructure?: number | null | undefined;
|
|
477
477
|
hierarchypath?: string | null | undefined;
|
|
478
478
|
}>;
|
|
479
|
-
SResponseAPI: import("zod").ZodObject<{
|
|
480
|
-
readonly
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
readonly
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
readonly
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
readonly
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
readonly
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
readonly
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
readonly
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
readonly
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
readonly
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
readonly
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
readonly
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
readonly
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
readonly
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
readonly
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
readonly
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
readonly
|
|
542
|
-
|
|
543
|
-
|
|
479
|
+
SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
480
|
+
readonly _organizationid_value: {
|
|
481
|
+
readonly pretty: "organizationIdValue";
|
|
482
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
483
|
+
};
|
|
484
|
+
readonly '@odata.etag': {
|
|
485
|
+
readonly pretty: "etag";
|
|
486
|
+
readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
|
|
487
|
+
};
|
|
488
|
+
readonly versionnumber: {
|
|
489
|
+
readonly pretty: "versionNumber";
|
|
490
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
491
|
+
};
|
|
492
|
+
readonly _createdby_value: {
|
|
493
|
+
readonly pretty: "createdByValue";
|
|
494
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
495
|
+
};
|
|
496
|
+
readonly createdon: {
|
|
497
|
+
readonly pretty: "createdOn";
|
|
498
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
499
|
+
};
|
|
500
|
+
readonly _createdonbehalfby_value: {
|
|
501
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
502
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
503
|
+
};
|
|
504
|
+
readonly _modifiedby_value: {
|
|
505
|
+
readonly pretty: "modifiedByValue";
|
|
506
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
507
|
+
};
|
|
508
|
+
readonly modifiedon: {
|
|
509
|
+
readonly pretty: "modifiedOn";
|
|
510
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
511
|
+
};
|
|
512
|
+
readonly _modifiedonbehalfby_value: {
|
|
513
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
514
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
515
|
+
};
|
|
516
|
+
readonly statecode: {
|
|
517
|
+
readonly pretty: "stateCode";
|
|
518
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
519
|
+
};
|
|
520
|
+
readonly statuscode: {
|
|
521
|
+
readonly pretty: "statusCode";
|
|
522
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
523
|
+
};
|
|
524
|
+
readonly importsequencenumber: {
|
|
525
|
+
readonly pretty: "importSequenceNumber";
|
|
526
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
527
|
+
};
|
|
528
|
+
readonly overriddencreatedon: {
|
|
529
|
+
readonly pretty: "overriddenCreatedOn";
|
|
530
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
531
|
+
};
|
|
532
|
+
readonly timezoneruleversionnumber: {
|
|
533
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
534
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
535
|
+
};
|
|
536
|
+
readonly utcconversiontimezonecode: {
|
|
537
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
538
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
539
|
+
};
|
|
540
|
+
} & {
|
|
541
|
+
readonly productid: {
|
|
542
|
+
readonly pretty: "productId";
|
|
543
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
544
|
+
};
|
|
545
|
+
readonly name: {
|
|
546
|
+
readonly pretty: "name";
|
|
547
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
548
|
+
};
|
|
549
|
+
readonly productnumber: {
|
|
550
|
+
readonly pretty: "productNumber";
|
|
551
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
552
|
+
};
|
|
553
|
+
readonly description: {
|
|
554
|
+
readonly pretty: "description";
|
|
555
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
556
|
+
};
|
|
557
|
+
readonly ww_locationcode: {
|
|
558
|
+
readonly pretty: "locationCode";
|
|
559
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
560
|
+
};
|
|
561
|
+
readonly ww_costcentrecode: {
|
|
562
|
+
readonly pretty: "costCentreCode";
|
|
563
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
564
|
+
};
|
|
565
|
+
readonly ww_entitlementcentrecode: {
|
|
566
|
+
readonly pretty: "entitlementCentreCode";
|
|
567
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
568
|
+
};
|
|
569
|
+
readonly ww_solutiontype: {
|
|
570
|
+
readonly pretty: "solutionType";
|
|
571
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
572
|
+
};
|
|
573
|
+
readonly ww_specialfeesapply: {
|
|
574
|
+
readonly pretty: "specialFeesApply";
|
|
575
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
576
|
+
};
|
|
577
|
+
readonly price: {
|
|
578
|
+
readonly pretty: "price";
|
|
579
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
580
|
+
};
|
|
581
|
+
readonly price_base: {
|
|
582
|
+
readonly pretty: "priceBase";
|
|
583
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
584
|
+
};
|
|
585
|
+
readonly ww_plusuplift: {
|
|
586
|
+
readonly pretty: "plusUplift";
|
|
587
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
588
|
+
};
|
|
589
|
+
readonly ww_plusuplift_base: {
|
|
590
|
+
readonly pretty: "plusUpliftBase";
|
|
591
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
592
|
+
};
|
|
593
|
+
readonly ww_plusupliftweekly: {
|
|
594
|
+
readonly pretty: "plusUpliftWeekly";
|
|
595
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
596
|
+
};
|
|
597
|
+
readonly ww_plusupliftweekly_base: {
|
|
598
|
+
readonly pretty: "plusUpliftWeeklyBase";
|
|
599
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
600
|
+
};
|
|
601
|
+
readonly ww_plusupliftfortnightly: {
|
|
602
|
+
readonly pretty: "plusUpliftFortnightly";
|
|
603
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
604
|
+
};
|
|
605
|
+
readonly ww_plusupliftfortnightly_base: {
|
|
606
|
+
readonly pretty: "plusUpliftFortnightlyBase";
|
|
607
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
608
|
+
};
|
|
609
|
+
readonly vendorname: {
|
|
610
|
+
readonly pretty: "vendorName";
|
|
611
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
612
|
+
};
|
|
613
|
+
readonly vendorid: {
|
|
614
|
+
readonly pretty: "vendorId";
|
|
615
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
616
|
+
};
|
|
617
|
+
readonly vendorpartnumber: {
|
|
618
|
+
readonly pretty: "vendorPartNumber";
|
|
619
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
620
|
+
};
|
|
621
|
+
readonly suppliername: {
|
|
622
|
+
readonly pretty: "supplierName";
|
|
623
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
624
|
+
};
|
|
625
|
+
readonly _parentProductId_value: {
|
|
626
|
+
readonly pretty: "parentProductId";
|
|
627
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
628
|
+
};
|
|
629
|
+
readonly _defaultuomid_value: {
|
|
630
|
+
readonly pretty: "defaultUomId";
|
|
631
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
632
|
+
};
|
|
633
|
+
readonly _defaultuomscheduleid_value: {
|
|
634
|
+
readonly pretty: "defaultUomScheduleId";
|
|
635
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
636
|
+
};
|
|
637
|
+
readonly _pricelevelid_value: {
|
|
638
|
+
readonly pretty: "priceLevelId";
|
|
639
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
640
|
+
};
|
|
641
|
+
readonly _subjectid_value: {
|
|
642
|
+
readonly pretty: "subjectId";
|
|
643
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
644
|
+
};
|
|
645
|
+
readonly iskit: {
|
|
646
|
+
readonly pretty: "isKit";
|
|
647
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
648
|
+
};
|
|
649
|
+
readonly isstockitem: {
|
|
650
|
+
readonly pretty: "isStockItem";
|
|
651
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
652
|
+
};
|
|
653
|
+
readonly isreparented: {
|
|
654
|
+
readonly pretty: "isReparented";
|
|
655
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
656
|
+
};
|
|
657
|
+
readonly msdyn_gdproptout: {
|
|
658
|
+
readonly pretty: "msdynGdprOptOut";
|
|
659
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
660
|
+
};
|
|
661
|
+
readonly standardcost: {
|
|
662
|
+
readonly pretty: "standardCost";
|
|
663
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
664
|
+
};
|
|
665
|
+
readonly standardcost_base: {
|
|
666
|
+
readonly pretty: "standardCostBase";
|
|
667
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
668
|
+
};
|
|
669
|
+
readonly currentcost: {
|
|
670
|
+
readonly pretty: "currentCost";
|
|
671
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
672
|
+
};
|
|
673
|
+
readonly currentcost_base: {
|
|
674
|
+
readonly pretty: "currentCostBase";
|
|
675
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
676
|
+
};
|
|
677
|
+
readonly msdynce_amount: {
|
|
678
|
+
readonly pretty: "msdynceAmount";
|
|
679
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
680
|
+
};
|
|
681
|
+
readonly msdynce_amount_base: {
|
|
682
|
+
readonly pretty: "msdynceAmountBase";
|
|
683
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
684
|
+
};
|
|
685
|
+
readonly entityimage: {
|
|
686
|
+
readonly pretty: "entityImage";
|
|
687
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
688
|
+
};
|
|
689
|
+
readonly entityimage_url: {
|
|
690
|
+
readonly pretty: "entityImageUrl";
|
|
691
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
692
|
+
};
|
|
693
|
+
readonly entityimageid: {
|
|
694
|
+
readonly pretty: "entityImageId";
|
|
695
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
696
|
+
};
|
|
697
|
+
readonly entityimage_timestamp: {
|
|
698
|
+
readonly pretty: "entityImageTimestamp";
|
|
699
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
700
|
+
};
|
|
701
|
+
readonly validfromdate: {
|
|
702
|
+
readonly pretty: "validFromDate";
|
|
703
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
704
|
+
};
|
|
705
|
+
readonly validtodate: {
|
|
706
|
+
readonly pretty: "validToDate";
|
|
707
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
708
|
+
};
|
|
709
|
+
readonly producttypecode: {
|
|
710
|
+
readonly pretty: "productTypeCode";
|
|
711
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
712
|
+
};
|
|
713
|
+
readonly productstructure: {
|
|
714
|
+
readonly pretty: "productStructure";
|
|
715
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
716
|
+
};
|
|
717
|
+
readonly hierarchypath: {
|
|
718
|
+
readonly pretty: "hierarchyPath";
|
|
719
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
720
|
+
};
|
|
721
|
+
readonly traversedpath: {
|
|
722
|
+
readonly pretty: "traversedPath";
|
|
723
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
724
|
+
};
|
|
725
|
+
readonly processid: {
|
|
726
|
+
readonly pretty: "processId";
|
|
727
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
728
|
+
};
|
|
729
|
+
readonly stageid: {
|
|
730
|
+
readonly pretty: "stageId";
|
|
731
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
732
|
+
};
|
|
733
|
+
}>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
544
734
|
description?: string | null | undefined;
|
|
545
735
|
etag?: string | null | undefined;
|
|
546
736
|
versionNumber?: number | null | undefined;
|
|
@@ -558,12 +748,12 @@ export declare const Solution: {
|
|
|
558
748
|
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
559
749
|
organizationIdValue?: string | null | undefined;
|
|
560
750
|
name?: string | null | undefined;
|
|
561
|
-
solutionType?: string | null | undefined;
|
|
562
751
|
productId?: string | null | undefined;
|
|
563
752
|
productNumber?: string | null | undefined;
|
|
564
753
|
locationCode?: string | null | undefined;
|
|
565
754
|
costCentreCode?: string | null | undefined;
|
|
566
755
|
entitlementCentreCode?: string | null | undefined;
|
|
756
|
+
solutionType?: string | null | undefined;
|
|
567
757
|
specialFeesApply?: boolean | null | undefined;
|
|
568
758
|
price?: string | null | undefined;
|
|
569
759
|
priceBase?: string | null | undefined;
|
|
@@ -622,12 +812,12 @@ export declare const Solution: {
|
|
|
622
812
|
utcConversionTimezoneCode?: string | number | null | undefined;
|
|
623
813
|
organizationIdValue?: string | null | undefined;
|
|
624
814
|
name?: string | null | undefined;
|
|
625
|
-
solutionType?: string | null | undefined;
|
|
626
815
|
productId?: string | null | undefined;
|
|
627
816
|
productNumber?: string | null | undefined;
|
|
628
817
|
locationCode?: string | null | undefined;
|
|
629
818
|
costCentreCode?: string | null | undefined;
|
|
630
819
|
entitlementCentreCode?: string | null | undefined;
|
|
820
|
+
solutionType?: string | null | undefined;
|
|
631
821
|
specialFeesApply?: boolean | null | undefined;
|
|
632
822
|
price?: string | null | undefined;
|
|
633
823
|
priceBase?: string | null | undefined;
|
|
@@ -721,12 +911,12 @@ export declare const Solution: {
|
|
|
721
911
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
722
912
|
description?: string | null | undefined;
|
|
723
913
|
name?: string | null | undefined;
|
|
724
|
-
solutionType?: string | null | undefined;
|
|
725
914
|
productId?: string | null | undefined;
|
|
726
915
|
productNumber?: string | null | undefined;
|
|
727
916
|
locationCode?: string | null | undefined;
|
|
728
917
|
costCentreCode?: string | null | undefined;
|
|
729
918
|
entitlementCentreCode?: string | null | undefined;
|
|
919
|
+
solutionType?: string | null | undefined;
|
|
730
920
|
specialFeesApply?: boolean | null | undefined;
|
|
731
921
|
price?: string | null | undefined;
|
|
732
922
|
priceBase?: string | null | undefined;
|
|
@@ -770,12 +960,12 @@ export declare const Solution: {
|
|
|
770
960
|
}, {
|
|
771
961
|
description?: string | null | undefined;
|
|
772
962
|
name?: string | null | undefined;
|
|
773
|
-
solutionType?: string | null | undefined;
|
|
774
963
|
productId?: string | null | undefined;
|
|
775
964
|
productNumber?: string | null | undefined;
|
|
776
965
|
locationCode?: string | null | undefined;
|
|
777
966
|
costCentreCode?: string | null | undefined;
|
|
778
967
|
entitlementCentreCode?: string | null | undefined;
|
|
968
|
+
solutionType?: string | null | undefined;
|
|
779
969
|
specialFeesApply?: boolean | null | undefined;
|
|
780
970
|
price?: string | null | undefined;
|
|
781
971
|
priceBase?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/solution/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/solution/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIpB,CAAA;AAID,cAAc,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SGetAssignmentSummaryBFF: z.ZodEffects<z.ZodObject<{
|
|
3
|
+
readonly assignmentId: z.ZodOptional<z.ZodString>;
|
|
4
|
+
readonly referralId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5
|
+
readonly progress: z.ZodOptional<z.ZodObject<{
|
|
6
|
+
readonly stage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7
|
+
readonly stageReason: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8
|
+
readonly reportingStatus: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
10
|
+
stage?: number | null | undefined;
|
|
11
|
+
stageReason?: number | null | undefined;
|
|
12
|
+
reportingStatus?: number | null | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
stage?: number | null | undefined;
|
|
15
|
+
stageReason?: number | null | undefined;
|
|
16
|
+
reportingStatus?: number | null | undefined;
|
|
17
|
+
}>>;
|
|
18
|
+
readonly contractor: z.ZodOptional<z.ZodObject<{
|
|
19
|
+
readonly contractorValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
21
|
+
contractorValue?: string | null | undefined;
|
|
22
|
+
}, {
|
|
23
|
+
contractorValue?: string | null | undefined;
|
|
24
|
+
}>>;
|
|
25
|
+
readonly assignment: z.ZodOptional<z.ZodObject<{
|
|
26
|
+
readonly jobType: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
readonly startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
readonly endDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
readonly actualEndDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
31
|
+
jobType?: number | null | undefined;
|
|
32
|
+
startDate?: string | null | undefined;
|
|
33
|
+
endDate?: string | null | undefined;
|
|
34
|
+
actualEndDate?: string | null | undefined;
|
|
35
|
+
}, {
|
|
36
|
+
jobType?: number | null | undefined;
|
|
37
|
+
startDate?: string | null | undefined;
|
|
38
|
+
endDate?: string | null | undefined;
|
|
39
|
+
actualEndDate?: string | null | undefined;
|
|
40
|
+
}>>;
|
|
41
|
+
readonly agency: z.ZodOptional<z.ZodObject<{
|
|
42
|
+
readonly agencyValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
readonly agencyContactValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
+
readonly agencyFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
readonly agencyContactFormattedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
47
|
+
agencyValue?: string | null | undefined;
|
|
48
|
+
agencyContactValue?: string | null | undefined;
|
|
49
|
+
agencyFormattedValue?: string | null | undefined;
|
|
50
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
51
|
+
}, {
|
|
52
|
+
agencyValue?: string | null | undefined;
|
|
53
|
+
agencyContactValue?: string | null | undefined;
|
|
54
|
+
agencyFormattedValue?: string | null | undefined;
|
|
55
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
56
|
+
}>>;
|
|
57
|
+
} & {
|
|
58
|
+
type: z.ZodCatch<z.ZodLiteral<"assignment">>;
|
|
59
|
+
stageReasonLastChangedAt: z.ZodCatch<z.ZodNullable<z.ZodString>>;
|
|
60
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
61
|
+
type: "assignment";
|
|
62
|
+
stageReasonLastChangedAt: string | null;
|
|
63
|
+
agency?: {
|
|
64
|
+
agencyValue?: string | null | undefined;
|
|
65
|
+
agencyContactValue?: string | null | undefined;
|
|
66
|
+
agencyFormattedValue?: string | null | undefined;
|
|
67
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
68
|
+
} | undefined;
|
|
69
|
+
assignment?: {
|
|
70
|
+
jobType?: number | null | undefined;
|
|
71
|
+
startDate?: string | null | undefined;
|
|
72
|
+
endDate?: string | null | undefined;
|
|
73
|
+
actualEndDate?: string | null | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
assignmentId?: string | undefined;
|
|
76
|
+
referralId?: string | null | undefined;
|
|
77
|
+
progress?: {
|
|
78
|
+
stage?: number | null | undefined;
|
|
79
|
+
stageReason?: number | null | undefined;
|
|
80
|
+
reportingStatus?: number | null | undefined;
|
|
81
|
+
} | undefined;
|
|
82
|
+
contractor?: {
|
|
83
|
+
contractorValue?: string | null | undefined;
|
|
84
|
+
} | undefined;
|
|
85
|
+
}, {
|
|
86
|
+
agency?: {
|
|
87
|
+
agencyValue?: string | null | undefined;
|
|
88
|
+
agencyContactValue?: string | null | undefined;
|
|
89
|
+
agencyFormattedValue?: string | null | undefined;
|
|
90
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
91
|
+
} | undefined;
|
|
92
|
+
type?: unknown;
|
|
93
|
+
assignment?: {
|
|
94
|
+
jobType?: number | null | undefined;
|
|
95
|
+
startDate?: string | null | undefined;
|
|
96
|
+
endDate?: string | null | undefined;
|
|
97
|
+
actualEndDate?: string | null | undefined;
|
|
98
|
+
} | undefined;
|
|
99
|
+
assignmentId?: string | undefined;
|
|
100
|
+
referralId?: string | null | undefined;
|
|
101
|
+
progress?: {
|
|
102
|
+
stage?: number | null | undefined;
|
|
103
|
+
stageReason?: number | null | undefined;
|
|
104
|
+
reportingStatus?: number | null | undefined;
|
|
105
|
+
} | undefined;
|
|
106
|
+
contractor?: {
|
|
107
|
+
contractorValue?: string | null | undefined;
|
|
108
|
+
} | undefined;
|
|
109
|
+
stageReasonLastChangedAt?: unknown;
|
|
110
|
+
}>, {
|
|
111
|
+
type: "assignment";
|
|
112
|
+
stageReasonLastChangedAt: string | null;
|
|
113
|
+
agency?: {
|
|
114
|
+
agencyValue?: string | null | undefined;
|
|
115
|
+
agencyContactValue?: string | null | undefined;
|
|
116
|
+
agencyFormattedValue?: string | null | undefined;
|
|
117
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
118
|
+
} | undefined;
|
|
119
|
+
assignment?: {
|
|
120
|
+
jobType?: number | null | undefined;
|
|
121
|
+
startDate?: string | null | undefined;
|
|
122
|
+
endDate?: string | null | undefined;
|
|
123
|
+
actualEndDate?: string | null | undefined;
|
|
124
|
+
} | undefined;
|
|
125
|
+
assignmentId?: string | undefined;
|
|
126
|
+
referralId?: string | null | undefined;
|
|
127
|
+
progress?: {
|
|
128
|
+
stage?: number | null | undefined;
|
|
129
|
+
stageReason?: number | null | undefined;
|
|
130
|
+
reportingStatus?: number | null | undefined;
|
|
131
|
+
} | undefined;
|
|
132
|
+
contractor?: {
|
|
133
|
+
contractorValue?: string | null | undefined;
|
|
134
|
+
} | undefined;
|
|
135
|
+
}, {
|
|
136
|
+
agency?: {
|
|
137
|
+
agencyValue?: string | null | undefined;
|
|
138
|
+
agencyContactValue?: string | null | undefined;
|
|
139
|
+
agencyFormattedValue?: string | null | undefined;
|
|
140
|
+
agencyContactFormattedValue?: string | null | undefined;
|
|
141
|
+
} | undefined;
|
|
142
|
+
type?: unknown;
|
|
143
|
+
assignment?: {
|
|
144
|
+
jobType?: number | null | undefined;
|
|
145
|
+
startDate?: string | null | undefined;
|
|
146
|
+
endDate?: string | null | undefined;
|
|
147
|
+
actualEndDate?: string | null | undefined;
|
|
148
|
+
} | undefined;
|
|
149
|
+
assignmentId?: string | undefined;
|
|
150
|
+
referralId?: string | null | undefined;
|
|
151
|
+
progress?: {
|
|
152
|
+
stage?: number | null | undefined;
|
|
153
|
+
stageReason?: number | null | undefined;
|
|
154
|
+
reportingStatus?: number | null | undefined;
|
|
155
|
+
} | undefined;
|
|
156
|
+
contractor?: {
|
|
157
|
+
contractorValue?: string | null | undefined;
|
|
158
|
+
} | undefined;
|
|
159
|
+
stageReasonLastChangedAt?: unknown;
|
|
160
|
+
}>;
|
|
161
|
+
export type TGetAssignmentSummaryBFF = z.infer<typeof SGetAssignmentSummaryBFF>;
|
|
162
|
+
//# sourceMappingURL=SGetAssignmentsSummaryBFF.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SGetAssignmentsSummaryBFF.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AA8BvB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASnC,CAAA;AAEF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { assignmentFields } from '../../api/assignment/DAssignmentAPI.js';
|
|
3
|
+
import { createPrettySchema, pickPrettyFields, } from '../../api/_entityTools/SchemasEntityTools.js';
|
|
4
|
+
import { assignmentStatusDetails } from '../helpers/AssignmentHelper.js';
|
|
5
|
+
const SAssignmentBase = createPrettySchema(pickPrettyFields(assignmentFields, [
|
|
6
|
+
'assignmentId',
|
|
7
|
+
'referralId',
|
|
8
|
+
'agency/agencyValue',
|
|
9
|
+
'agency/agencyFormattedValue',
|
|
10
|
+
'agency/agencyContactValue',
|
|
11
|
+
'agency/agencyContactFormattedValue',
|
|
12
|
+
'progress/stage',
|
|
13
|
+
'progress/stageReason',
|
|
14
|
+
'progress/reportingStatus',
|
|
15
|
+
'assignment/startDate',
|
|
16
|
+
'assignment/endDate',
|
|
17
|
+
'assignment/jobType',
|
|
18
|
+
'assignment/actualEndDate',
|
|
19
|
+
'contractor/contractorValue',
|
|
20
|
+
// 'assignment/workCountryValue',
|
|
21
|
+
// 'assignment/solutionValue',
|
|
22
|
+
])).partial();
|
|
23
|
+
export const SGetAssignmentSummaryBFF = SAssignmentBase.extend({
|
|
24
|
+
type: z.literal('assignment').catch('assignment'),
|
|
25
|
+
stageReasonLastChangedAt: z.string().nullable().catch(null),
|
|
26
|
+
}).transform(val => {
|
|
27
|
+
return {
|
|
28
|
+
...val,
|
|
29
|
+
// statusDetails: assignmentStatusDetails(val as unknown as TAssignmentAPI),
|
|
30
|
+
// countryRegion: val.assignment?.workCountryValue,
|
|
31
|
+
};
|
|
32
|
+
});
|
|
33
|
+
//# sourceMappingURL=SGetAssignmentsSummaryBFF.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SGetAssignmentsSummaryBFF.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/assignmentsSummary/SGetAssignmentsSummaryBFF.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EACL,kBAAkB,EAClB,gBAAgB,GACjB,MAAM,8CAA8C,CAAA;AACrD,OAAO,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAA;AAGxE,MAAM,eAAe,GAAG,kBAAkB,CACxC,gBAAgB,CAAC,gBAAgB,EAAE;IACjC,cAAc;IACd,YAAY;IACZ,oBAAoB;IACpB,6BAA6B;IAC7B,2BAA2B;IAC3B,oCAAoC;IACpC,gBAAgB;IAChB,sBAAsB;IACtB,0BAA0B;IAC1B,sBAAsB;IACtB,oBAAoB;IACpB,oBAAoB;IACpB,0BAA0B;IAC1B,4BAA4B;IAC5B,iCAAiC;IACjC,8BAA8B;CAC/B,CAAC,CACH,CAAC,OAAO,EAAE,CAAA;AAEX,MAAM,CAAC,MAAM,wBAAwB,GAAG,eAAe,CAAC,MAAM,CAAC;IAC7D,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC;IACjD,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC;CAC5D,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE;IACjB,OAAO;QACL,GAAG,GAAG;QACN,4EAA4E;QAC5E,mDAAmD;KACpD,CAAA;AACH,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/assignmentsSummary/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/schemas/bff/assignmentsSummary/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
|