@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
|
@@ -22,7 +22,6 @@ export declare const MarginEntity: {
|
|
|
22
22
|
utcConversionTimezoneCode: string;
|
|
23
23
|
versionNumber: string;
|
|
24
24
|
name: string;
|
|
25
|
-
solutionValue: string;
|
|
26
25
|
marginCurrencyValue: string;
|
|
27
26
|
marginBasis: string;
|
|
28
27
|
marginPeriod: string;
|
|
@@ -35,6 +34,7 @@ export declare const MarginEntity: {
|
|
|
35
34
|
startUpMarginPaidBy: string;
|
|
36
35
|
startUpMarginCurrencyValue: string;
|
|
37
36
|
startUpMarginContractorPercentage: string;
|
|
37
|
+
solutionValue: string;
|
|
38
38
|
marginId: string;
|
|
39
39
|
};
|
|
40
40
|
fieldsD365: {
|
|
@@ -129,7 +129,6 @@ export declare const MarginEntity: {
|
|
|
129
129
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
130
130
|
versionnumber?: number | null | undefined;
|
|
131
131
|
ww_name?: string | null | undefined;
|
|
132
|
-
_ww_solution_value?: string | null | undefined;
|
|
133
132
|
_ww_margincurrency_value?: string | null | undefined;
|
|
134
133
|
ww_marginbasis?: number | null | undefined;
|
|
135
134
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -142,6 +141,7 @@ export declare const MarginEntity: {
|
|
|
142
141
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
143
142
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
144
143
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
144
|
+
_ww_solution_value?: string | null | undefined;
|
|
145
145
|
ww_marginid?: string | undefined;
|
|
146
146
|
}, {
|
|
147
147
|
'@odata.etag'?: string | null | undefined;
|
|
@@ -164,7 +164,6 @@ export declare const MarginEntity: {
|
|
|
164
164
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
165
165
|
versionnumber?: number | null | undefined;
|
|
166
166
|
ww_name?: string | null | undefined;
|
|
167
|
-
_ww_solution_value?: string | null | undefined;
|
|
168
167
|
_ww_margincurrency_value?: string | null | undefined;
|
|
169
168
|
ww_marginbasis?: number | null | undefined;
|
|
170
169
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -177,6 +176,7 @@ export declare const MarginEntity: {
|
|
|
177
176
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
178
177
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
179
178
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
179
|
+
_ww_solution_value?: string | null | undefined;
|
|
180
180
|
ww_marginid?: string | undefined;
|
|
181
181
|
}>;
|
|
182
182
|
SPayloadD365: z.ZodObject<{
|
|
@@ -199,7 +199,6 @@ export declare const MarginEntity: {
|
|
|
199
199
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
200
200
|
_ww_country_value?: string | null | undefined;
|
|
201
201
|
ww_name?: string | null | undefined;
|
|
202
|
-
_ww_solution_value?: string | null | undefined;
|
|
203
202
|
_ww_margincurrency_value?: string | null | undefined;
|
|
204
203
|
ww_marginbasis?: number | null | undefined;
|
|
205
204
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -212,11 +211,11 @@ export declare const MarginEntity: {
|
|
|
212
211
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
213
212
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
214
213
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
214
|
+
_ww_solution_value?: string | null | undefined;
|
|
215
215
|
ww_marginid?: string | undefined;
|
|
216
216
|
}, {
|
|
217
217
|
_ww_country_value?: string | null | undefined;
|
|
218
218
|
ww_name?: string | null | undefined;
|
|
219
|
-
_ww_solution_value?: string | null | undefined;
|
|
220
219
|
_ww_margincurrency_value?: string | null | undefined;
|
|
221
220
|
ww_marginbasis?: number | null | undefined;
|
|
222
221
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -229,44 +228,156 @@ export declare const MarginEntity: {
|
|
|
229
228
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
230
229
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
231
230
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
231
|
+
_ww_solution_value?: string | null | undefined;
|
|
232
232
|
ww_marginid?: string | undefined;
|
|
233
233
|
}>;
|
|
234
|
-
SResponseAPI: z.ZodObject<{
|
|
235
|
-
readonly
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
readonly
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
readonly
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
readonly
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
readonly
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
readonly
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
readonly
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
readonly
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
readonly
|
|
268
|
-
|
|
269
|
-
|
|
234
|
+
SResponseAPI: z.ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
235
|
+
readonly _ownerid_value: {
|
|
236
|
+
readonly pretty: "ownerIdValue";
|
|
237
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
238
|
+
};
|
|
239
|
+
readonly _owningbusinessunit_value: {
|
|
240
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
241
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
242
|
+
};
|
|
243
|
+
readonly _owningteam_value: {
|
|
244
|
+
readonly pretty: "owningTeamValue";
|
|
245
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
246
|
+
};
|
|
247
|
+
readonly _owninguser_value: {
|
|
248
|
+
readonly pretty: "owningUserValue";
|
|
249
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
250
|
+
};
|
|
251
|
+
readonly '@odata.etag': {
|
|
252
|
+
readonly pretty: "etag";
|
|
253
|
+
readonly type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>;
|
|
254
|
+
};
|
|
255
|
+
readonly versionnumber: {
|
|
256
|
+
readonly pretty: "versionNumber";
|
|
257
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
258
|
+
};
|
|
259
|
+
readonly _createdby_value: {
|
|
260
|
+
readonly pretty: "createdByValue";
|
|
261
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
262
|
+
};
|
|
263
|
+
readonly createdon: {
|
|
264
|
+
readonly pretty: "createdOn";
|
|
265
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
266
|
+
};
|
|
267
|
+
readonly _createdonbehalfby_value: {
|
|
268
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
269
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
270
|
+
};
|
|
271
|
+
readonly _modifiedby_value: {
|
|
272
|
+
readonly pretty: "modifiedByValue";
|
|
273
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
274
|
+
};
|
|
275
|
+
readonly modifiedon: {
|
|
276
|
+
readonly pretty: "modifiedOn";
|
|
277
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
278
|
+
};
|
|
279
|
+
readonly _modifiedonbehalfby_value: {
|
|
280
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
281
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
282
|
+
};
|
|
283
|
+
readonly statecode: {
|
|
284
|
+
readonly pretty: "stateCode";
|
|
285
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
286
|
+
};
|
|
287
|
+
readonly statuscode: {
|
|
288
|
+
readonly pretty: "statusCode";
|
|
289
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
290
|
+
};
|
|
291
|
+
readonly importsequencenumber: {
|
|
292
|
+
readonly pretty: "importSequenceNumber";
|
|
293
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
294
|
+
};
|
|
295
|
+
readonly overriddencreatedon: {
|
|
296
|
+
readonly pretty: "overriddenCreatedOn";
|
|
297
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
298
|
+
};
|
|
299
|
+
readonly timezoneruleversionnumber: {
|
|
300
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
301
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
302
|
+
};
|
|
303
|
+
readonly utcconversiontimezonecode: {
|
|
304
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
305
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
|
|
306
|
+
};
|
|
307
|
+
} & {
|
|
308
|
+
readonly ww_marginid: {
|
|
309
|
+
readonly pretty: "marginId";
|
|
310
|
+
readonly type: z.ZodString;
|
|
311
|
+
};
|
|
312
|
+
readonly ww_name: {
|
|
313
|
+
readonly pretty: "name";
|
|
314
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
315
|
+
};
|
|
316
|
+
readonly _ww_country_value: {
|
|
317
|
+
readonly relationshipName: "ww_Country";
|
|
318
|
+
readonly entity: "ww_countries";
|
|
319
|
+
readonly pretty: "countryValue";
|
|
320
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
321
|
+
};
|
|
322
|
+
readonly _ww_solution_value: {
|
|
323
|
+
readonly relationshipName: "ww_Solution";
|
|
324
|
+
readonly entity: "products";
|
|
325
|
+
readonly pretty: "solutionValue";
|
|
326
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
327
|
+
};
|
|
328
|
+
readonly _ww_margincurrency_value: {
|
|
329
|
+
readonly relationshipName: "ww_MarginCurrency";
|
|
330
|
+
readonly entity: "transactioncurrencies";
|
|
331
|
+
readonly pretty: "marginCurrencyValue";
|
|
332
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
333
|
+
};
|
|
334
|
+
readonly ww_marginbasis: {
|
|
335
|
+
readonly pretty: "marginBasis";
|
|
336
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
337
|
+
};
|
|
338
|
+
readonly ww_marginpercentage: {
|
|
339
|
+
readonly pretty: "marginPercentage";
|
|
340
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
341
|
+
};
|
|
342
|
+
readonly ww_marginperiod: {
|
|
343
|
+
readonly pretty: "marginPeriod";
|
|
344
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
345
|
+
};
|
|
346
|
+
readonly ww_marginminvalue: {
|
|
347
|
+
readonly pretty: "marginMinValue";
|
|
348
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
349
|
+
};
|
|
350
|
+
readonly ww_marginfixedvaluemaxvalue: {
|
|
351
|
+
readonly pretty: "marginFixedValueMaxValue";
|
|
352
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
353
|
+
};
|
|
354
|
+
readonly ww_marginpaidby: {
|
|
355
|
+
readonly pretty: "marginPaidBy";
|
|
356
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
357
|
+
};
|
|
358
|
+
readonly ww_margincontractorpercentage: {
|
|
359
|
+
readonly pretty: "marginContractorPercentage";
|
|
360
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
361
|
+
};
|
|
362
|
+
readonly _ww_startupmargincurrency_value: {
|
|
363
|
+
readonly relationshipName: "ww_StartUpMarginCurrency";
|
|
364
|
+
readonly entity: "transactioncurrencies";
|
|
365
|
+
readonly pretty: "startUpMarginCurrencyValue";
|
|
366
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
367
|
+
};
|
|
368
|
+
readonly ww_startupmarginpaidby: {
|
|
369
|
+
readonly pretty: "startUpMarginPaidBy";
|
|
370
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
371
|
+
};
|
|
372
|
+
readonly ww_startupmarginfixedvaluemaxvalue: {
|
|
373
|
+
readonly pretty: "startUpMarginFixedValueMaxValue";
|
|
374
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
375
|
+
};
|
|
376
|
+
readonly ww_startupmargincontractorpercentage: {
|
|
377
|
+
readonly pretty: "startUpMarginContractorPercentage";
|
|
378
|
+
readonly type: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
379
|
+
};
|
|
380
|
+
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
270
381
|
marginId: string;
|
|
271
382
|
countryValue?: string | null | undefined;
|
|
272
383
|
etag?: string | null | undefined;
|
|
@@ -288,7 +399,6 @@ export declare const MarginEntity: {
|
|
|
288
399
|
owningTeamValue?: string | null | undefined;
|
|
289
400
|
owningUserValue?: string | null | undefined;
|
|
290
401
|
name?: string | null | undefined;
|
|
291
|
-
solutionValue?: string | null | undefined;
|
|
292
402
|
marginCurrencyValue?: string | null | undefined;
|
|
293
403
|
marginBasis?: number | null | undefined;
|
|
294
404
|
marginPeriod?: number | null | undefined;
|
|
@@ -301,6 +411,7 @@ export declare const MarginEntity: {
|
|
|
301
411
|
startUpMarginPaidBy?: number | null | undefined;
|
|
302
412
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
303
413
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
414
|
+
solutionValue?: string | null | undefined;
|
|
304
415
|
}, {
|
|
305
416
|
marginId: string;
|
|
306
417
|
countryValue?: string | null | undefined;
|
|
@@ -323,7 +434,6 @@ export declare const MarginEntity: {
|
|
|
323
434
|
owningTeamValue?: string | null | undefined;
|
|
324
435
|
owningUserValue?: string | null | undefined;
|
|
325
436
|
name?: string | null | undefined;
|
|
326
|
-
solutionValue?: string | null | undefined;
|
|
327
437
|
marginCurrencyValue?: string | null | undefined;
|
|
328
438
|
marginBasis?: number | null | undefined;
|
|
329
439
|
marginPeriod?: number | null | undefined;
|
|
@@ -336,6 +446,7 @@ export declare const MarginEntity: {
|
|
|
336
446
|
startUpMarginPaidBy?: number | null | undefined;
|
|
337
447
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
338
448
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
449
|
+
solutionValue?: string | null | undefined;
|
|
339
450
|
}>;
|
|
340
451
|
SPayloadAPI: z.ZodObject<{
|
|
341
452
|
readonly marginId: z.ZodOptional<z.ZodString>;
|
|
@@ -357,7 +468,6 @@ export declare const MarginEntity: {
|
|
|
357
468
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
358
469
|
countryValue?: string | null | undefined;
|
|
359
470
|
name?: string | null | undefined;
|
|
360
|
-
solutionValue?: string | null | undefined;
|
|
361
471
|
marginCurrencyValue?: string | null | undefined;
|
|
362
472
|
marginBasis?: number | null | undefined;
|
|
363
473
|
marginPeriod?: number | null | undefined;
|
|
@@ -370,11 +480,11 @@ export declare const MarginEntity: {
|
|
|
370
480
|
startUpMarginPaidBy?: number | null | undefined;
|
|
371
481
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
372
482
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
483
|
+
solutionValue?: string | null | undefined;
|
|
373
484
|
marginId?: string | undefined;
|
|
374
485
|
}, {
|
|
375
486
|
countryValue?: string | null | undefined;
|
|
376
487
|
name?: string | null | undefined;
|
|
377
|
-
solutionValue?: string | null | undefined;
|
|
378
488
|
marginCurrencyValue?: string | null | undefined;
|
|
379
489
|
marginBasis?: number | null | undefined;
|
|
380
490
|
marginPeriod?: number | null | undefined;
|
|
@@ -387,6 +497,7 @@ export declare const MarginEntity: {
|
|
|
387
497
|
startUpMarginPaidBy?: number | null | undefined;
|
|
388
498
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
389
499
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
500
|
+
solutionValue?: string | null | undefined;
|
|
390
501
|
marginId?: string | undefined;
|
|
391
502
|
}>;
|
|
392
503
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TMarginAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/margin/TMarginAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"TMarginAPI.d.ts","sourceRoot":"","sources":["../../../../../src/models/schemas/api/margin/TMarginAPI.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIvB,CAAA;AAEF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,aAAa,CAAC,CAAA;AACpE,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,YAAY,CAAC,CAAA;AAClE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,WAAW,CAAC,CAAA;AACxE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,YAAY,CAAC,CAAA;AAE1E,MAAM,MAAM,sBAAsB,GAAG;IACnC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAA;CAC/B,CAAA"}
|
|
@@ -26,7 +26,6 @@ export declare const Margin: {
|
|
|
26
26
|
utcConversionTimezoneCode: string;
|
|
27
27
|
versionNumber: string;
|
|
28
28
|
name: string;
|
|
29
|
-
solutionValue: string;
|
|
30
29
|
marginCurrencyValue: string;
|
|
31
30
|
marginBasis: string;
|
|
32
31
|
marginPeriod: string;
|
|
@@ -39,6 +38,7 @@ export declare const Margin: {
|
|
|
39
38
|
startUpMarginPaidBy: string;
|
|
40
39
|
startUpMarginCurrencyValue: string;
|
|
41
40
|
startUpMarginContractorPercentage: string;
|
|
41
|
+
solutionValue: string;
|
|
42
42
|
marginId: string;
|
|
43
43
|
};
|
|
44
44
|
fieldsD365: {
|
|
@@ -133,7 +133,6 @@ export declare const Margin: {
|
|
|
133
133
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
134
134
|
versionnumber?: number | null | undefined;
|
|
135
135
|
ww_name?: string | null | undefined;
|
|
136
|
-
_ww_solution_value?: string | null | undefined;
|
|
137
136
|
_ww_margincurrency_value?: string | null | undefined;
|
|
138
137
|
ww_marginbasis?: number | null | undefined;
|
|
139
138
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -146,6 +145,7 @@ export declare const Margin: {
|
|
|
146
145
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
147
146
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
148
147
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
148
|
+
_ww_solution_value?: string | null | undefined;
|
|
149
149
|
ww_marginid?: string | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
'@odata.etag'?: string | null | undefined;
|
|
@@ -168,7 +168,6 @@ export declare const Margin: {
|
|
|
168
168
|
utcconversiontimezonecode?: string | number | null | undefined;
|
|
169
169
|
versionnumber?: number | null | undefined;
|
|
170
170
|
ww_name?: string | null | undefined;
|
|
171
|
-
_ww_solution_value?: string | null | undefined;
|
|
172
171
|
_ww_margincurrency_value?: string | null | undefined;
|
|
173
172
|
ww_marginbasis?: number | null | undefined;
|
|
174
173
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -181,6 +180,7 @@ export declare const Margin: {
|
|
|
181
180
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
182
181
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
183
182
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
183
|
+
_ww_solution_value?: string | null | undefined;
|
|
184
184
|
ww_marginid?: string | undefined;
|
|
185
185
|
}>;
|
|
186
186
|
SPayloadD365: import("zod").ZodObject<{
|
|
@@ -203,7 +203,6 @@ export declare const Margin: {
|
|
|
203
203
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
204
204
|
_ww_country_value?: string | null | undefined;
|
|
205
205
|
ww_name?: string | null | undefined;
|
|
206
|
-
_ww_solution_value?: string | null | undefined;
|
|
207
206
|
_ww_margincurrency_value?: string | null | undefined;
|
|
208
207
|
ww_marginbasis?: number | null | undefined;
|
|
209
208
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -216,11 +215,11 @@ export declare const Margin: {
|
|
|
216
215
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
217
216
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
218
217
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
218
|
+
_ww_solution_value?: string | null | undefined;
|
|
219
219
|
ww_marginid?: string | undefined;
|
|
220
220
|
}, {
|
|
221
221
|
_ww_country_value?: string | null | undefined;
|
|
222
222
|
ww_name?: string | null | undefined;
|
|
223
|
-
_ww_solution_value?: string | null | undefined;
|
|
224
223
|
_ww_margincurrency_value?: string | null | undefined;
|
|
225
224
|
ww_marginbasis?: number | null | undefined;
|
|
226
225
|
ww_marginperiod?: number | null | undefined;
|
|
@@ -233,44 +232,156 @@ export declare const Margin: {
|
|
|
233
232
|
ww_startupmarginpaidby?: number | null | undefined;
|
|
234
233
|
_ww_startupmargincurrency_value?: string | null | undefined;
|
|
235
234
|
ww_startupmargincontractorpercentage?: number | null | undefined;
|
|
235
|
+
_ww_solution_value?: string | null | undefined;
|
|
236
236
|
ww_marginid?: string | undefined;
|
|
237
237
|
}>;
|
|
238
|
-
SResponseAPI: import("zod").ZodObject<{
|
|
239
|
-
readonly
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
readonly
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
readonly
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
readonly
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
readonly
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
readonly
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
readonly
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
readonly
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
readonly
|
|
272
|
-
|
|
273
|
-
|
|
238
|
+
SResponseAPI: import("zod").ZodObject<import("../_entityTools/SchemasEntityTools.js").TPrettyShape<{
|
|
239
|
+
readonly _ownerid_value: {
|
|
240
|
+
readonly pretty: "ownerIdValue";
|
|
241
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
242
|
+
};
|
|
243
|
+
readonly _owningbusinessunit_value: {
|
|
244
|
+
readonly pretty: "owningBusinessUnitValue";
|
|
245
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
246
|
+
};
|
|
247
|
+
readonly _owningteam_value: {
|
|
248
|
+
readonly pretty: "owningTeamValue";
|
|
249
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
250
|
+
};
|
|
251
|
+
readonly _owninguser_value: {
|
|
252
|
+
readonly pretty: "owningUserValue";
|
|
253
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
254
|
+
};
|
|
255
|
+
readonly '@odata.etag': {
|
|
256
|
+
readonly pretty: "etag";
|
|
257
|
+
readonly type: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, string | null | undefined, string | null | undefined>;
|
|
258
|
+
};
|
|
259
|
+
readonly versionnumber: {
|
|
260
|
+
readonly pretty: "versionNumber";
|
|
261
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
262
|
+
};
|
|
263
|
+
readonly _createdby_value: {
|
|
264
|
+
readonly pretty: "createdByValue";
|
|
265
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
266
|
+
};
|
|
267
|
+
readonly createdon: {
|
|
268
|
+
readonly pretty: "createdOn";
|
|
269
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
270
|
+
};
|
|
271
|
+
readonly _createdonbehalfby_value: {
|
|
272
|
+
readonly pretty: "createdOnBehalfByValue";
|
|
273
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
274
|
+
};
|
|
275
|
+
readonly _modifiedby_value: {
|
|
276
|
+
readonly pretty: "modifiedByValue";
|
|
277
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
278
|
+
};
|
|
279
|
+
readonly modifiedon: {
|
|
280
|
+
readonly pretty: "modifiedOn";
|
|
281
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
282
|
+
};
|
|
283
|
+
readonly _modifiedonbehalfby_value: {
|
|
284
|
+
readonly pretty: "modifiedOnBehalfByValue";
|
|
285
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
286
|
+
};
|
|
287
|
+
readonly statecode: {
|
|
288
|
+
readonly pretty: "stateCode";
|
|
289
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
290
|
+
};
|
|
291
|
+
readonly statuscode: {
|
|
292
|
+
readonly pretty: "statusCode";
|
|
293
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
294
|
+
};
|
|
295
|
+
readonly importsequencenumber: {
|
|
296
|
+
readonly pretty: "importSequenceNumber";
|
|
297
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
298
|
+
};
|
|
299
|
+
readonly overriddencreatedon: {
|
|
300
|
+
readonly pretty: "overriddenCreatedOn";
|
|
301
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
302
|
+
};
|
|
303
|
+
readonly timezoneruleversionnumber: {
|
|
304
|
+
readonly pretty: "timezoneRuleVersionNumber";
|
|
305
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
306
|
+
};
|
|
307
|
+
readonly utcconversiontimezonecode: {
|
|
308
|
+
readonly pretty: "utcConversionTimezoneCode";
|
|
309
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodString]>>>;
|
|
310
|
+
};
|
|
311
|
+
} & {
|
|
312
|
+
readonly ww_marginid: {
|
|
313
|
+
readonly pretty: "marginId";
|
|
314
|
+
readonly type: import("zod").ZodString;
|
|
315
|
+
};
|
|
316
|
+
readonly ww_name: {
|
|
317
|
+
readonly pretty: "name";
|
|
318
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
319
|
+
};
|
|
320
|
+
readonly _ww_country_value: {
|
|
321
|
+
readonly relationshipName: "ww_Country";
|
|
322
|
+
readonly entity: "ww_countries";
|
|
323
|
+
readonly pretty: "countryValue";
|
|
324
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
325
|
+
};
|
|
326
|
+
readonly _ww_solution_value: {
|
|
327
|
+
readonly relationshipName: "ww_Solution";
|
|
328
|
+
readonly entity: "products";
|
|
329
|
+
readonly pretty: "solutionValue";
|
|
330
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
331
|
+
};
|
|
332
|
+
readonly _ww_margincurrency_value: {
|
|
333
|
+
readonly relationshipName: "ww_MarginCurrency";
|
|
334
|
+
readonly entity: "transactioncurrencies";
|
|
335
|
+
readonly pretty: "marginCurrencyValue";
|
|
336
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
337
|
+
};
|
|
338
|
+
readonly ww_marginbasis: {
|
|
339
|
+
readonly pretty: "marginBasis";
|
|
340
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
341
|
+
};
|
|
342
|
+
readonly ww_marginpercentage: {
|
|
343
|
+
readonly pretty: "marginPercentage";
|
|
344
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
345
|
+
};
|
|
346
|
+
readonly ww_marginperiod: {
|
|
347
|
+
readonly pretty: "marginPeriod";
|
|
348
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
349
|
+
};
|
|
350
|
+
readonly ww_marginminvalue: {
|
|
351
|
+
readonly pretty: "marginMinValue";
|
|
352
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
353
|
+
};
|
|
354
|
+
readonly ww_marginfixedvaluemaxvalue: {
|
|
355
|
+
readonly pretty: "marginFixedValueMaxValue";
|
|
356
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
357
|
+
};
|
|
358
|
+
readonly ww_marginpaidby: {
|
|
359
|
+
readonly pretty: "marginPaidBy";
|
|
360
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
361
|
+
};
|
|
362
|
+
readonly ww_margincontractorpercentage: {
|
|
363
|
+
readonly pretty: "marginContractorPercentage";
|
|
364
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
365
|
+
};
|
|
366
|
+
readonly _ww_startupmargincurrency_value: {
|
|
367
|
+
readonly relationshipName: "ww_StartUpMarginCurrency";
|
|
368
|
+
readonly entity: "transactioncurrencies";
|
|
369
|
+
readonly pretty: "startUpMarginCurrencyValue";
|
|
370
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
371
|
+
};
|
|
372
|
+
readonly ww_startupmarginpaidby: {
|
|
373
|
+
readonly pretty: "startUpMarginPaidBy";
|
|
374
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
375
|
+
};
|
|
376
|
+
readonly ww_startupmarginfixedvaluemaxvalue: {
|
|
377
|
+
readonly pretty: "startUpMarginFixedValueMaxValue";
|
|
378
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
379
|
+
};
|
|
380
|
+
readonly ww_startupmargincontractorpercentage: {
|
|
381
|
+
readonly pretty: "startUpMarginContractorPercentage";
|
|
382
|
+
readonly type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
383
|
+
};
|
|
384
|
+
}>, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
274
385
|
marginId: string;
|
|
275
386
|
countryValue?: string | null | undefined;
|
|
276
387
|
etag?: string | null | undefined;
|
|
@@ -292,7 +403,6 @@ export declare const Margin: {
|
|
|
292
403
|
owningTeamValue?: string | null | undefined;
|
|
293
404
|
owningUserValue?: string | null | undefined;
|
|
294
405
|
name?: string | null | undefined;
|
|
295
|
-
solutionValue?: string | null | undefined;
|
|
296
406
|
marginCurrencyValue?: string | null | undefined;
|
|
297
407
|
marginBasis?: number | null | undefined;
|
|
298
408
|
marginPeriod?: number | null | undefined;
|
|
@@ -305,6 +415,7 @@ export declare const Margin: {
|
|
|
305
415
|
startUpMarginPaidBy?: number | null | undefined;
|
|
306
416
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
307
417
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
418
|
+
solutionValue?: string | null | undefined;
|
|
308
419
|
}, {
|
|
309
420
|
marginId: string;
|
|
310
421
|
countryValue?: string | null | undefined;
|
|
@@ -327,7 +438,6 @@ export declare const Margin: {
|
|
|
327
438
|
owningTeamValue?: string | null | undefined;
|
|
328
439
|
owningUserValue?: string | null | undefined;
|
|
329
440
|
name?: string | null | undefined;
|
|
330
|
-
solutionValue?: string | null | undefined;
|
|
331
441
|
marginCurrencyValue?: string | null | undefined;
|
|
332
442
|
marginBasis?: number | null | undefined;
|
|
333
443
|
marginPeriod?: number | null | undefined;
|
|
@@ -340,6 +450,7 @@ export declare const Margin: {
|
|
|
340
450
|
startUpMarginPaidBy?: number | null | undefined;
|
|
341
451
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
342
452
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
453
|
+
solutionValue?: string | null | undefined;
|
|
343
454
|
}>;
|
|
344
455
|
SPayloadAPI: import("zod").ZodObject<{
|
|
345
456
|
readonly marginId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -361,7 +472,6 @@ export declare const Margin: {
|
|
|
361
472
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
362
473
|
countryValue?: string | null | undefined;
|
|
363
474
|
name?: string | null | undefined;
|
|
364
|
-
solutionValue?: string | null | undefined;
|
|
365
475
|
marginCurrencyValue?: string | null | undefined;
|
|
366
476
|
marginBasis?: number | null | undefined;
|
|
367
477
|
marginPeriod?: number | null | undefined;
|
|
@@ -374,11 +484,11 @@ export declare const Margin: {
|
|
|
374
484
|
startUpMarginPaidBy?: number | null | undefined;
|
|
375
485
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
376
486
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
487
|
+
solutionValue?: string | null | undefined;
|
|
377
488
|
marginId?: string | undefined;
|
|
378
489
|
}, {
|
|
379
490
|
countryValue?: string | null | undefined;
|
|
380
491
|
name?: string | null | undefined;
|
|
381
|
-
solutionValue?: string | null | undefined;
|
|
382
492
|
marginCurrencyValue?: string | null | undefined;
|
|
383
493
|
marginBasis?: number | null | undefined;
|
|
384
494
|
marginPeriod?: number | null | undefined;
|
|
@@ -391,6 +501,7 @@ export declare const Margin: {
|
|
|
391
501
|
startUpMarginPaidBy?: number | null | undefined;
|
|
392
502
|
startUpMarginCurrencyValue?: string | null | undefined;
|
|
393
503
|
startUpMarginContractorPercentage?: number | null | undefined;
|
|
504
|
+
solutionValue?: string | null | undefined;
|
|
394
505
|
marginId?: string | undefined;
|
|
395
506
|
}>;
|
|
396
507
|
mapD365ToPretty: (data: unknown) => Record<string, unknown>;
|